body {
  font-size: 18px;
  line-height: 1.6;
  color: #575962;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f1f5f8;
}

.bg-header {
  background-image: url('https://www.hezel.de/fileadmin/bilder/startseite/header_home_clouds.jpg');
  /* background: linear-gradient(180deg, rgba(241,245,248,0) 90%, rgba(241,245,248,1) 100%); */
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.col {
  /* border: 1px solid red; */
}

.round {
  border-radius: 12px !important;
}

.btn-nav {
  color: #fff;
  text-align: left;
  margin-bottom: 6px;
}

.btn-nav:hover {
  color: #fff;
  text-align: left;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

ul.check {

}
.btn-nav.active {
  background: rgba(255, 255, 255, 0.2);
}

.btn-icon-home {
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(78, 118, 130, 0.7);
  border-radius: 8px;
  min-width: 96px;
  margin: 0 8px 16px 0;
  color: #fff;
  padding: 14px;
}

.btn-icon-home i {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

.btn-icon-home:hover {
  background: #ee7f01;
  color: #fff;
}

.btn-icon-home.active {
  background: #00A7ED !important;
  color: #fff;
}

.spacer-home-right {
  min-height: 120px;
}

#carouselExampleCaptions h5,
#carouselExampleCaptions p {
  position: relative;
  top: 0;
  display: none;
}

.shadow-lg {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .075) !important;
}

.bg-primary {
  background-color: #ee7f01 !important;
}

.main-nav .btn {
  border-radius: 8px;
  font-weight: bold;
}

.card .btn {
  padding: 8px 14px 8px 19px;
  border-radius: 20px;
  font-weight: bold;

  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.card .btn:hover {
  padding: 8px 20px 8px 25px;
  border-radius: 20px;
  font-weight: bold;
}

.btn:hover i.fa-plus-circle {  
  transform: rotate(90deg);
}
.btn i {
  transition: transform 0.5s ease 0s;
}

hr.white {
  border-color: rgba(255,255,255,0.5);
}

.btn.btn-secondary {
  border-color: #00A7ED;
  background-color: #00A7ED;
}

.btn.btn-secondary.dark {
  border-color: #003a53;
  background-color: #003a53;
}

p a {
  color: #4e4e4e;
  text-decoration: none;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-size: 30px;
  color: #3b3b3b;
}

.unterseite h4 {
  font-weight: 700;
  font-size: 20px;
  color: #3b3b3b;
}

h5.card-text {
  font-size: 18px;
  line-height: 1.6;
  color: #575962;
}

h2 {
  font-size: 28px;
  padding: 40px 0 10px;
}

.section--greylight {
  /*background: #f6f6f6;*/
  background:#f1f5f8;
}

.section {
  padding: 70px 0;  
}

img {
  width: 100%;
  height: auto;
}

footer {
  overflow: hidden;
}

.mburger {
  width: 30px;
  height: 26px;
  color: #383838 !important;
  font-size: 18px;
  position: absolute;
  top: 8px;
  left: 20px;
  --mb-bar-height: 3px;
  --mb-bar-spacing: 6px;
  --mb-button-size: 42px;
}

li.active.mm-listitem a {
  font-weight: 600;
}

.mm-menu {
  --mm-color-background: #fff; 
  --mm-listitem-size: 60px;
}

header {

}

.mail-header {
  padding-top: 12px;
  display: inline-block;
  color: #383838;
  font-size: 22px;
}

.phone-header {
  padding-top: 12px;
  display: inline-block;
  color: #383838;
  font-size: 22px;
  margin-right: 7px;
}

#footer a {
  color: #fff;
}

#footer hr {
  border-color: #b1b1b1;
  margin: 35px 0;
}

.logos {
  background: #fff;
  border-radius: 8px;
  padding: 45px;
}

.logos img {
  max-height: 120px;
  width: auto;
}

.fp {
  margin: 0 10px;
}

#footer .footer-title {
  font-weight: 600;
  font-size: 30px;
  color: #ececec;
  border-bottom: 1px solid #fff;
  padding-bottom: 23px;
}

.footer-bottom {
  font-size: 14px;
  color: #e2e2e2;
}

#footer .bgbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 64px;
  height: 100%;
  background: rgba(255,255,255,0.15);

  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#footer a:hover .bgbox {
  width: 330px;
  background: rgba(1,132,136,0);
}

#footer .btn.btn-primary,
#footer .btn.btn-light,
#footer .btn.btn-secondary {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
  padding-left: 0;
  padding-right: 17px;
  text-align: right;
  min-height: 63px;
  line-height: 48px;
  font-weight: 600;

  position: relative;
  overflow: hidden;

  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#footer a i {
  position: absolute;
  top: 17px;
  left: 17px;
}

.btn.btn-primary {
  background: #ee7f01;
  border-color: #ee7f01;
  color: #fff;

  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.btn.btn-primary:hover {
  background: #d47305;
  border-color: #d47305;
}

.bg-dark {
  background-color: #002e41!important;
}

/*#id_1224 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

#id_1224 {
max-height: 4000px;
height: 30vh;
padding-top: 250px;
position: relative;
overflow: hidden;
width: 100%;
}*/

.card.round {
  overflow: hidden;
}

.card:hover .card-body {
  background: #f2f2f2;
  color: #ee7f01!important;
}
.card:hover .card-title {
  color:#fff;
}

.card:hover .card-footer .btn.btn-primary {
  color:#444;
}

a.cardwrap,
a.cardwrap:hover{
  text-decoration:none!important;
  color:inherit;
}

.card.fahrzeuge .img-hover-zoom {
  height: 250px;
  overflow: hidden;
}

.card.fahrzeuge .img-hover-zoom img {
  transition: transform .5s ease;
}

.card.fahrzeuge:hover .img-hover-zoom img {
  transform: scale(1.2);
}

.rounded-corners-5px img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

@media(max-width:768px){
  .responsive-video {
    width:100%;
    height:250px;
  }  
}

.responsive-video {
  width:100%;
  height:400px;
}

.section--orangebright {
  background:rgba(239, 128, 1, 0.85)
}

.section--orangebright .section-headline, 
.section--orangebright p,
.section--orangebright table {
  color:#fff;
}

#googlerating.section--orangebright p {
  color:#343a40;
}

.card.active {
  cursor:default;
  background-color:#f6f6f6;
}

.card.active img {
  opacity:0.5;
}

section.section--nomarginbottom {
  padding:70px 0 0 0;
}

.section.section--whrite {
  background: #fff;
}

.maps .card-footer {
  padding:0!important;
}

.card.maps:hover .card-body {
  background:#f6f6f6;  
}

.card.maps:hover .card-body a{
  color:inherit;
}
.card.maps:hover .card-title,
.card.maps:hover .card-body p,
.card.overview:hover .card-title,
.card.overview:hover p,
a:hover .card.overview{
  color:#444;
  text-decoration:none!important;
}
.card.maps:hover .btn.btn-primary {
  background:#d47202!important;
}

.card.maps .card-img-top {
  height: 350px;
  object-fit: cover;
}
.card.overview h4 {
  font-size:20px;
}

/*.card.overview img {
padding:20px;
}*/


.image-gallery div, 
.image-gallery a {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
}

.image-gallery.small-gallery div,
.image-gallery.small-gallery a {
  color: #555;
  text-decoration: none;
  font-weight: normal;
  width: 100%;
  padding-right: 0;
}

.image-gallery.one-gallery a {
  width: 100%;
}

@media only screen and (min-width: 999px) {
  .image-gallery div,
  .image-gallery a {
    width: 25%;
  }
  .image-gallery.small-gallery div,
  .image-gallery.small-gallery a {
    width: 33%;
    padding-right:20px;
  }

  .image-gallery {
    overflow: auto;
  }
}

.header-box {
  padding: 24px 10px 0 10px;
  margin-bottom: 40px;
}

.unterseite .header-box {
  padding: 50px 50px 0 50px;
  margin-bottom: 40px;
}

.header-box h1 {
  margin-bottom: 20px;
}

.header-box .image-embed-item {
  border-radius: 12px !important;
}

.mburger {
  color: #fff !important;
  --mb-animate-timeout: 0;
}

header nav {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}


ul.check-list {
  list-style:none;
  padding-left:20px;
}

ul.check-list li:before{
  font-family: "Font Awesome 5 Pro";
  color: rgb(76,175,80);
  content:'\f00c';
  padding-right: 12px;

}

.tx-powermail {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
}

.image-caption {
  text-align: right;
  font-size: 11px;
  margin-top: 4px;
  margin-right: 14px;
}

section .container .row .container {
  padding: 0;
}

.header-box .image-embed-item {
  margin: 20px 0;    
}

.round.maps {
  border: 1px solid #ccc;
  overflow: hidden;
}

.alert {
  border-radius: 12px;
}

h2.subheader {
  font-size:20px;
  padding:0px;
}

.powermail_textarea {
  min-height: 180px; 
}

.text-small {
  font-size: 15px;
}

.company-switch .dropdown-menu span {
  width: 134px;
  display: inline-block;
}

.company-switch .dropdown-menu span.icon {
  width: 26px;
  margin-right: 10px;
}

.company-switch .btn.btn-company {
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: none;
  padding: 6px 25px 6px 9px;
  border-radius: 30px;
}

.company-switch .btn.btn-company i {
  background: #fff;
  color: #ee7f01;
  padding: 11px;
  border-radius: 30px;
  width: 42px;
}

.dropdown-menu.show {
  border-radius: 20px;
  overflow: hidden;
}

.company-switch .dropdown-item:focus, 
.company-switch .dropdown-item:hover {
  color: #ffffff;
  background-color: #ee7f01;
}
ul.nav .nav-item:nth-child(2) .nav-link.btn.btn-nav {
  white-space: nowrap;
}

.abschleppdienst ul.nav .nav-item:nth-child(2) .nav-link.btn.btn-nav {
  white-space: normal;
}

.headline-list {
  color:#ee7f01;
  font-size:16px;
  font-size: 20px;
  font-weight: 600;
}

/*#id_1601 {
margin-top:-40px;
}*/

.section--orangebright .subheader {
  color:#fff;
}

.section--orangebright .card .multi-collapse p {
  color:#444!important;
}

img.umlogo {
  width:100px;
}

.section--whrite .tx-powermail
{
  background: #f1f5f8;
  border-radius: 6px;
}

section.logoheader {
  padding: 20px 0!important; 
}

@media (min-width:768px) {
  .pid1 .checklist {
    margin-top:66px;
  }
}


.adac {
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: none;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  width: 150px;
}

.adac img {
  width:100px;
}

@media(min-width:768px){
  .adac {
    padding: 8px 20px 8px 20px;
    width: 240px;
    float:right;

  }

  .adac img {
    width:200px;
  }
}

.datepicker {
  padding: 4px 13px;
}

.form-control.parsley-error {
  border-color: red;
  font-size: ;
}

.parsley-errors-list {
  list-style: none;
  color: red;
  text-align: right;
  font-size: 12px;
  padding: 4px 8px 0 8px;
}
}

.image-gallery .imagecaption-gal {
  color:#fff;
}

@media (min-width:992px){
  .border-lg-left{
    border-left:1px solid #fff;
  }
}

@media (max-width:992px){
  .border-sm-top{
    border-top:1px solid #fff;
  }
}

.display-5 {
  font-size:30px;
}

#footer .col-12 {
  flex:inherit;
}

#swal2-content p {
  text-align:left!imprtant;
}

.swal2-popup.swal2-modal.swal2-show {
  border:6px solid #ee7f01;
}

img.swal2-image {
  max-width: 70%;
}

.accordion .card:hover .card-body {
  color: #343a40!important;
  background:#fff;
}

@media(min-width:768px){
  #accordion .card .card-body {
    padding-left:40px;
  }
}

#footer .display-5 {
  color:#575962;
}

/*.sticky-bottom {
  opacity:0;
  background:#fff;
}

.sticky-bottom iframe {
  border: 5px solid #ee7f01;

}
.sticky-bottom.scroll {
  opacity:1;
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  -o-transition: all 1s ease; 
  transition: all 1s ease; 
}*/

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c86b01;
  border-color: #c86b01;
}

.powermail-errors-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.powermail-errors-list li {
  color: red;
  font-size: 12px;
}

textarea.powermail_field_error,
input.powermail_field_error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.04);
}

/* Google Rezensionen */

#googlerating .swiper {
  width: 100%;
  height: 350px;
  padding-bottom: 500px !important;
}

#googlerating .swiper-button-prev {
  bottom: 0;
  top: auto;
  left: calc(50% - 55px);
  background: #fff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

#googlerating .swiper-button-next {
  bottom: 0;
  top: auto;
  right: calc(50% - 55px);
  background: #fff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

#googlerating .swiper-button-prev:after,
#googlerating .swiper-rtl .swiper-button-next:after,
#googlerating .swiper-button-next:after, 
#googlerating .swiper-rtl .swiper-button-prev:after {
  content: '';
}

#googlerating .swiper .card {
  min-height: 380px;
}
