/* Backup Goldfarbe #D4AF37 */

header {
    margin-top: 71px;
}

span.navbar-toggler-icon {
    width: 45px;
    height: 45px;
}

.navbar-header {
    top: -53px;
}

.logo-image img {
    max-width: 75px;
}

div#lang a, div#lang span {
    font-size: 18px;
}

div#menu-lang-wrapper {
    position: absolute;
    right: 98px;
    top: 21px;
}

a.active-lang {
    text-decoration: underline!important;
}

h1 {
    font-size: clamp(20px, 4vw, 48px);
    line-height: clamp(30px, 3vw, 68px);
    font-weight: 400!important;
}

.blur {
    filter: blur(3px);
}

#banner {
    overflow: hidden;
}

.header-div-1 {
    position: absolute;
    bottom: 5%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    z-index: 15;
    width: 100%;
    text-align: center;
}

.header-div-1 h1 {
    color: #037E8C!important;
}

.img-effect-wrapper{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
}

.img-effect-wrapper::before, .img-effect-wrapper::after{
  content:"";
  width: 33%;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #D4AF37;
}

.img-effect-wrapper.gold::before, .img-effect-wrapper.gold::after{
    background: #D4AF37;
}

.img-effect::before, .img-effect::after{
  content:"";
  width:2px;
  height: 33%;
  position: absolute;
  transition: all 0.2s linear;
  background: #D4AF37;
}

.img-effect.gold::before, .img-effect.gold::after{
    background: #D4AF37;
}

/* .img-effect-wrapper:hover::before, .img-effect-wrapper:hover::after{
  width: 33%;
}
.img-effect-wrapper:hover .img-effect::before, .img-effect-wrapper:hover .img-effect::after{
  height: 33%;
} */

.img-effect-wrapper::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.img-effect-wrapper .img-effect::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.img-effect-wrapper::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.img-effect-wrapper .img-effect::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.banner-text {
    position: absolute;
    transform: translate(-50%,-50%)!important;
    left: 50%!important;
    top: 48%!important;
}

.static-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.overflow-hidden {
    overflow: hidden!important;
}

.title-decoration:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #037E8C;
}

.gold:after {
    background-color: #D4AF37;
}

.title-decoration {
    padding-bottom: 15px;
    display: inline-block;
}

div#nav-tabContent {
    /* background-color: #fff;
    max-width: 800px; */
    margin: 0 auto;
}

div#nav-tab {
    display: flex!important;
    padding-bottom: 0px!important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-link:not(.dropdown-toggle).active {
    pointer-events: none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #037E8C;
    background-color: transparent;
    border-color: #037E8C;
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1*1px);
    background: none;
    border: 1px solid rgba(0,0,0,0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    border: 0;
    font-size: 30px;
    font-size: clamp(18px, 2vw, 30px);
    line-height: 40px;
    letter-spacing: 1px;
    color: #000!important;
}

div#nav-tabContent b {
    color: #037E8C;
    font-weight: 500;
}

.nav-link {
    display: block;
    padding: 0.75rem 1.25rem;
    font-weight: normal;
    color: #4b566b;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out;
    font-family: 'Cinzel', serif;
    font-size: 20px;
}

.nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)!important;
    width: 50%;
    height: 4px;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out;
    background-color: rgba(0,0,0,0);
    content: "";
}

.nav-tabs .nav-link.active::before {
    background-color: #037E8C;
}

.nav-item.nav-link:after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%)!important;
    left: -1.5px!important;
    top: 50%!important;
    height: 25px;
    width: 3px;
    background-color: #D4AF37;
}

/* .nav-item.nav-link.first-nav-item:after {
   width: 0px;
} */

div#nav-tab:after {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%)!important;
    right: -1.5px!important;
    top: 50%!important;
    height: 25px;
    width: 3px;
    background-color: #D4AF37;
}

.pad-left h3 {
    font-size: clamp(18px, 3vw, 23px );
}

.pad-left h4.content-top-space {
    font-size: clamp(13px, 3vw, 20px);
    line-height: clamp(20px, 3vw, 27px);
    padding-top: clamp(3px, 2vw, 15px);
    font-weight: 500;
}

.steps {
    position: relative;
}

.steps:after {
    content: "";
    width: 13px;
    height: 13px;
    border: 3px solid #037E8C;
    border-top: 0;
    border-left: 0;
    position: absolute;
    bottom: 10px;
    left: 19px;
    transform: rotate(45deg);
}

.steps li {
    list-style-type: none;
    position: relative;
}

.steps li:before {
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid #037E8C;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 8px;
}

.steps li:after {
    content: "";
    width: 3px;
    height: calc(100% - 11px);
    background-color: #037E8C;
    position: absolute;
    left: -16px;
    top: 19px;
}

/* .steps li:first-child::before {
    background-color: #037E8C;
} */

.steps li:last-child::after {
    height: calc(100% - 30px);
}

.contact-now-form {
    background-color: #f7f7f7;
}

.btn.price-btn-2, .btn.btn-1 {
    background-color: #D4AF37;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.form-btn .btn.btn-1:hover, .form-btn .btn.btn-1:focus, .btn.btn-1:focus, .btn.btn-1:hover {
    color: #D4AF37;
}

.social-icon-wrapper i {
    background-color: #037E8C;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.social-icon-wrapper i:hover {
    opacity: .9;
}

.footer-bg {
    background-color: #f7f7f7;
}

.navbar-collapse.collapse, .fixed-top .navbar-collapse {
    overflow-y: hidden;
}

button.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    background-size: cover;
}

span.navbar-toggler-icon {
    width: 50px;
    height: 50px;
}

.navbar-toggler {
    padding: 0;
}

/* Slider START */

#all_slides{
    position: relative;
    height: clamp(200px, 35vw, 540px);
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
  .slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
  }
  .active{
    opacity: 1;
    z-index: 2;
  }
  .slide{
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    color: #fff;
    background-size: cover;
  }

/* Slider END */

div#headerTitle {
    position: absolute;
    transform: translate(-50%,-50%)!important;
    left: 50%!important;
    top: 43px;
    width: calc(100% - 420px);
    text-align: center;
}

div#headerTitle h1 {
    font-size: clamp(20px, 3vw, 24px);
    font-family: 'Cinzel', serif;
    color: #4d4d4d;
}

.slider-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 10;
}

span.slogan {
    color: #4d4d4d!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: clamp(20px, 4vw, 48px);
    line-height: clamp(30px, 3vw, 68px);
    text-shadow: #fff 0px 0 2px;
}

div#contact input.form-control, div#contact textarea.form-control {
    background-color: #ffffff;
    border: 0px solid #666666;
    box-shadow: 0px 0px 6px -2px #666666;
    border-radius: 7px;
    color: #666666;
    height: 40px;
    padding: 5px 20px;
    position: relative;
    width: 100%;
}

label#checkbox_message a {
    color: #037E8C;
}

div#contact textarea.form-control {
    height: 100px;
}

div#Telefonnummer, div#Phone, div#E-Mail {
    display: inline-block;
    width: 48%;
}

div#Telefonnummer, div#Phone {
    margin-right: 2%;
}

div#E-Mail {
    margin-left: calc(2% - 4px);
}

.form-check-label {
    margin-bottom: 0;
    line-height: 1;
}

.distab-cell-middle i, .distab-cell-top i {
    color: #037E8C;
}

div#footerLinks p {
    margin-bottom: 15px;
}

.custom-section-padding {
    padding-top: 100px;
    padding-bottom: 30px;
}

.footer-br-bottom {
    margin-bottom: 30px;
}

.footer-br {
    margin-top: 30px;
}

  .round-image-wrapper {
      /* flex-basis: 210px; */
      flex-basis: 105px;
      z-index: 10;
   }

   .round-image-wrapper img.round-image {
      width: 100%;
      height: auto;
      border-radius: 50%;
      filter: grayscale(1);
      transition: filter .5s;
   }

   .round-image-wrapper img.round-image:hover {
      filter: grayscale(0);
   }

   .concept-description {
      flex-basis: 68%;
   }

   .concept-description p {
        font-size: 18px;
    }

   .concept-desktop:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      /* width: 210px; */
      width: 105px;
      height: 100%;
      /* border-top: 5px #037E8C dotted;
      border-left: 5px #037E8C dotted;
      border-right: 5px #037E8C dotted; */
      background-color: rgba(212, 175, 55, .4);
   }

   .concept-title h3 {
        font-size: 22px;
    }

   .concept-desktop:after {
      /* content: "";
      position: absolute;
      bottom: -69px;
      left: 0px;
      border-right: 5px #037E8C dotted;
      border-bottom: 5px #037E8C dotted;
      width: 210px;
      height: 210px;
      transform: rotate(45deg); */
      /* content: "";
      width: 0;
      height: 0;
      position: absolute;
      border-bottom: solid 48px transparent;
      border-top: solid 150px rgba(000, 000, 000, .1);
      border-left: solid 150px transparent;
      border-right: solid 150px transparent;
      /* bottom: -198px; */
      /* left: -48px; */
      content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-bottom: solid 48px transparent;
        border-top: solid 75px rgba(212, 175, 55, .4);
        border-left: solid 75px transparent;
        border-right: solid 75px transparent;
        left: -24px;
   }

   .concept-title-custom {
        flex-basis: 210px;
        text-align: center;
    }

   .solution-wrapper {
      padding-top: 80px;
   }

   /* .solution-wrapper p {
      font-weight: 600;
   } */

   .grey-box {
        background-color: #f6f6f6;
        padding: 30px 30px;
    }

/* CONTENT-PAGE */

h1,
h2,
h3,
h4,
h5 {
    padding-top: 10px;
    margin-bottom: 20px;
}

.blocks p {
    margin-bottom: 15px;
}

.box-shadow, .contact-now-form {
    box-shadow: 0 12px 20px -12px rgb(0 0 0 / 60%);
    /* box-shadow: 0 12px 20px -12px rgb(212 175 55); */
}

/* .img-hover {
    opacity: 0;
    transition: all 0.3s;
}

.img-hover-wrapper:hover .img-show {
    opacity: 0;
}

.img-hover-wrapper:hover .img-hover {
    opacity: 1;
}

.img-show, .img-hover {
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: auto;
    padding: 0 15px;
    object-position: center;
}

.img-show {
    opacity: 1;
} */

.map, iframe#contact_map {
    height: 100%!important;
}

div#nav-tabContent p, div#nav-tabContent li, div#about p, div#endodontologie p {
    font-size: clamp(15px, 2vw, 18px);
}

div#nav-profile, div#nav-contact {
    max-width: 1015px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 992px) {
    .pl-lg-6, .px-lg-6 {
        padding-left: 4rem!important;
    }
}

@media (max-width: 991px) {
    div#Telefonnummer, div#Phone, div#E-Mail {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-item.nav-link:after, div#nav-tab:after {
        content: none;
    }

    .logo-image img {
        max-width: 60px;
    }

    .navbar-header {
        top: -44px;
        right: 5px;
    }

    div#menu-lang-wrapper {
        right: 76px;
    }

    span.navbar-toggler-icon {
        width: 37px;
        height: 37px;
    }

    header {
        margin-top: 64px;
    }

    div#menu-lang-wrapper {
        top: 14px;
    }

    .img-hover-wrapper .img-fluid {
        width: 50%;
    }
    
    .img-hover-wrapper {
        display: flex;
    }

    .tab-pane .img-fluid {
        margin-bottom: 30px;
    }
} 

.header-div-1 {
    text-align: center;
  }
  
  .slogan {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #333;
  }
  
  .contact-info {
    font-size: 1rem;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  
  .phone, .email {
    white-space: nowrap;
    font-size: 23px;
  }

  .divider {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

  span.divider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background-color: #cfa839;
}

@media only screen and (min-width: 2048px) {
    .cituroContainer>button.cituroBookingButton {
        padding: 20px 25px!important;
        font-size: 20px!important;
    }
}

@media only screen and (max-width: 768px) {
    .phone, .email {
        font-size: 18px;
      }
}

@media only screen and (min-width: 250px) and (max-width: 480px) {
    .form-padding, .video-padding, .parallax-padding, .static-padding, .slider1-padding {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

@media only screen and (max-width: 425px) {
    .phone, .email {
        font-size: 14px;
      }
}

@media (max-width: 370px) {
    .nav-tabs .nav-link {
        width: 100%;
    }
}




/* Edit WBu */
.concept-title.mx-4                         { margin-right: 1.2rem !important; }