/* * Hauptstylsheet für Aestheticum Tübingen * Version: 1.0.0 */ /* Globale Styles */ :root{
  --aet-text: #18444b;
  --aet-brand: #c8a272;
  --aet-accent: #85f3ee;
  --aet-border: #efeae1;
}

.befund-flex-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: space-between;
  }
  
  .befund-card{
    flex: 1 1 100%;
    min-width: 280px;
    background-color: #ffffff;
    padding: 0;
    border-radius: 0.75rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 0.75rem;
    overflow: hidden;
    border: 1px solid #f0f0f0;
  }
h4.fade-up{
  font-size: 22px;
  margin: 1rem 0;
  font-weight: bold;
}
.icon-date:before{
  content: "\f107";
  color: #c7a272;
}
  .befund-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  .faq-heading{
    font-size: 23px;
    margin: 0rem 0 1rem !important;
}
.styled-table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  font-family: sans-serif;
  font-size: 1rem;
}
span.icon{
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}
.vorteile{
  counter-reset: h3-counter; /* Startet den Zähler nur hier */
}

.float-md-start{
  float: none !important;
}

.vorteile h3{
  counter-increment: h3-counter; /* Erhöht nur innerhalb dieses Bereichs */
}

.vorteile h3::before{
  content: counter(h3-counter) ". ";
  font-weight: bold;
  margin-right: 0.3em;
  color: #555;
}
.page-id-4726 section.module-page-header.has-breadcrumbs, .page-id-4875 section.module-page-header.has-breadcrumbs, .page-id-4879 section.module-page-header.has-breadcrumbs {
  display: none;
}
.page-id-4726 .footer-contact.text-light, .page-id-4875 .footer-contact.text-light, .page-id-4879 .footer-contact.text-light {
  display: none;
}
.page-id-4726 .google-map, .page-id-4875 .google-map, .page-id-4879 .google-map {
  display: none !important;
}
.page-id-4726 .footer-socials.fade-up.bg-lightgreen.topwave.topwave--lightgreen.bottomwave.bottomwave--lightgreen, .page-id-4875 .footer-socials.fade-up.bg-lightgreen.topwave.topwave--lightgreen.bottomwave.bottomwave--lightgreen, .page-id-4879 .footer-socials.fade-up.bg-lightgreen.topwave.topwave--lightgreen.bottomwave.bottomwave--lightgreen {
  display: none;
}
.page-id-4726 .row, .page-id-4875 .row, .page-id-4879 .row {
  display: none;
}
.page-id-4726 .footer-cities, .page-id-4875 .footer-cities, .page-id-4879 .footer-cities {
  display: none;
}
.page-id-4726 section.module.module-seals-section.mt-6, .page-id-4875 section.module.module-seals-section.mt-6, .page-id-4879 section.module.module-seals-section.mt-6 {
  display: none;
}
.page-id-4726 .col-12.col-md-6.col-lg-4, .page-id-4875 .col-12.col-md-6.col-lg-4, .page-id-4879 .col-12.col-md-6.col-lg-4 {
  display: none;
}
.page-id-4726 .col-12.col-md-6.col-lg-4, .page-id-4875 .col-12.col-md-6.col-lg-4, .page-id-4879 .col-12.col-md-6.col-lg-4 {
  display: none;
}
.page-id-4726 nav.navbar.navbar-expand-lg.navbar-light, .page-id-4875 nav.navbar.navbar-expand-lg.navbar-light, .page-id-4879 nav.navbar.navbar-expand-lg.navbar-light {
  display: none;
}
.page-id-4726 .topbar.bg-secondary.newsticker, .page-id-4875 .topbar.bg-secondary.newsticker, .page-id-4879 .topbar.bg-secondary.newsticker {
  display: none;
}
.ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button{
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  background-color: #ffffff !important;
  backdrop-filter: blur(0px);
}
button.btn.btn-primary.fade-up{
  margin-bottom: 35px;
}
.ablauf-bbl-liste strong{
  color: #1ba0d7;
  /* font-size: 1.1rem; */
  /* font-weight: 600; */
  /* display: block; */
  /* margin-bottom: 0.3rem; */
  font-size: 25px;
}
.styled-table thead{
  background-color: #f5f5f5;
}
.headline.fade-up.row.justify-content-center{
  justify-content: normal !important;
}

.styled-table th, .styled-table td{
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.styled-table th{
  font-weight: 600;
}

.styled-table tr:hover{
  background-color: #f0f8ff;
}

.styled-table td{
  vertical-align: top;
}

p.intro-text{
  background-color: #ffffffcc;
  padding: 30px;
  border-radius: 10px;
  font-size: 14px !important;
}
  
h4.fade-up{
  font-size: 21px;
}

  .befund-summary{
    padding: 0.75rem 1rem;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: background-color 0.3s ease, padding 0.3s ease, border-left 0.3s ease;
    border-left: 3px solid transparent;
    background: linear-gradient(to right, rgba(27, 160, 215, 0.05) 0%, rgba(63, 180, 152, 0.05) 100%);
    user-select: none;
  }

  .befund-summary:hover{
    background: linear-gradient(to right, rgba(27, 160, 215, 0.1) 0%, rgba(63, 180, 152, 0.1) 100%);
  }

  details[open] .befund-summary{
    padding: 1rem 1.25rem;
    border-left: 3px solid;
    border-image: linear-gradient(to bottom, #1ba0d7 0%, #3fb498 100%) 1;
    background: linear-gradient(to right, rgba(27, 160, 215, 0.15) 0%, rgba(63, 180, 152, 0.15) 100%);
  }

  .befund-summary::-webkit-details-marker {
    display: none;
  }

  .befund-summary::after{
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #3fb498;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(27, 160, 215, 0.3);
  }
  .text-secondary {
    color: rgb(24 68 76) !important;
}
.fixed-panel a {
  line-height: 38px;
  color: #c8a272 !important;
}
.anchor-navigation .anchor-navigation-title {
  color: #18444b !important;
}
  .befund-summary:hover::after{
    background: linear-gradient(to right, rgba(27, 160, 215, 0.1) 0%, rgba(63, 180, 152, 0.1) 100%);
  }

  details[open] .befund-summary::after{
    content: '−';
    background: linear-gradient(to right, #1ba0d7 0%, #3fb498 100%);
    color: white;
    border: none;
    transform: translateY(-50%) rotate(0deg);
  }

  /* Animation für den Content-Bereich - CSS-only Ansatz */ details .befund-content{
    border-top: 1px solid #f0f0f0;
    line-height: 1.5;
    opacity: 0;
    overflow: hidden;  
    max-height: 0;
    padding: 0 1.25rem;
    will-change: max-height, opacity, padding;
  }

  details[open] .befund-content{
    animation-name: smoothOpen;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: forwards;
    padding: 1.25rem;
    opacity: 1;
  }

  @media (prefers-reduced-motion: no-preference) {
    @keyframes smoothOpen {
      0%{
        max-height: 0;
        opacity: 0;
        transform: translateY(-20px);
      }
      20%{
        opacity: 0.2;
      }
      100%{
        max-height: 2000px;
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
  
  .befund-card h3{
    margin: 0;
    font-size: 16px;
    position: relative;
    padding-right: 40px;
    z-index: 1;
    color: #333;
    transition: color 0.3s ease, font-size 0.3s ease;
  }

  details[open] .befund-card h3{
    font-size: 18px;
    margin-bottom: 0.5rem;
    background: linear-gradient(to right, #1ba0d7 0%, #3fb498 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .befund-card p{
    margin-bottom: 1rem;
  }

  .befund-card a{
    color: #1ba0d7;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
  }

  .befund-card a:hover{
    color: #3fb498;
  }

  .table-14-punkte{
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem; /* Schrift kleiner */
    line-height: 1.4;
    margin-top: 1rem;
  }
  
  .table-14-punkte th, .table-14-punkte td{
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
    font-size: 8px;
}
  
  .table-14-punkte th{
    background-color: #f7f7f7;
    font-weight: 600;
  }
  
  @media screen and (max-width: 768px) {
    .table-14-punkte{
      font-size: 0.85rem;
    }
    .icon-date:before{
      content: "\f107";
      color: #c7a272;
      margin-bottom: 20px;
    }
    .befund-card{
      flex: 1 1 100%;
    }
    .befund-summary{
      padding: 0.75rem 1rem;
    }
    details[open] .befund-summary{
      padding: 0.75rem 1rem;
    }
    .befund-content{
      padding: 1rem;
    }
    details[open] .befund-card h3{
      font-size: 16px;
    }
  }
  
  /* Grafik für Hängende Brust */ /* .mastoptose-heading::after{
    content: '';
    position: absolute;
    top: 70%;
    right: 0;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    display: block;
    background-image: url('/wp-content/uploads/2025/04/mastoptose-aestheticum.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    z-index: 0;
  }

  .anisomastie-heading::after{
    content: '';
    position: absolute;
    top: 70%;
    right: 0;
    transform: translateY(-50%);
    width: 75px;
    height: 100px;
    display: block;
    background-image: url('/wp-content/uploads/2025/04/anisomastie-aestheticum.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    z-index: 0;
}

.tubulaere-heading::after{
    content: '';
    position: absolute;
    top: 70%;
    right: 0;
    transform: translateY(-50%);    
    width: 90px;
    height: 100px;
    display: block;
    background-image: url('/wp-content/uploads/2025/04/tubulaere-brust-aestheticum.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;    
    opacity: 1;
    z-index: 0;
} */ /* Weitere ::after-Grafiken für Anisomastie & Tubuläre Brust kannst du so ergänzen */ /* Horizontales Ankermenü */ .anchor-menu-wrapper{
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fafaf7;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 0;
  border-radius: 100px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.anchor-menu{
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0.5rem;
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
}

/* Deaktiviere globale before-Elemente */
.anchor-menu::before,
.anchor-menu > li::before,
.anchor-menu > *::before {
  display: none !important;
  content: none !important;
}

.anchor-menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.anchor-menu li{
  display: inline-block;
  margin: 0;
  position: relative;
  list-style: none;
}

/* Explizit before-Element deaktivieren */
.anchor-menu li::before {
  display: none !important;
  content: none !important;
}

.anchor-menu li:first-child a{
  padding-left: 1.5rem;
}

.anchor-menu li:last-child a{
  padding-right: 1.5rem;
}

.anchor-menu li:not(:last-child)::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.anchor-menu a{
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 0.7rem 1rem;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

.anchor-menu a:hover{
  color: #1ba0d7;
}

.anchor-menu a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #1ba0d7 0%, #3fb498 100%);
  transition: width 0.3s ease;
}

.anchor-menu a:hover::after{
  width: 100%;
}

.anchor-menu a.active{
  color: #1ba0d7;
}

.anchor-menu a.active::after{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .anchor-menu-wrapper{
    max-width: 98%;
  }
  
  .anchor-menu a{
    padding: 0.6rem 0.8rem;
    font-size: 12px;
  }
  
  .anchor-menu li:first-child a{
    padding-left: 1.2rem;
  }
  
  .anchor-menu li:last-child a{
    padding-right: 1.2rem;
  }
}

/* Team Cards Mobile Horizontal Scroll */ @media screen and (max-width: 768px){
  .team-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 20px;
  }

  .team-row::-webkit-scrollbar {
    height: 4px;
  }

  .team-row::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .team-row::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #1ba0d7 0%, #3fb498 100%);
    border-radius: 10px;
  }

  .team-row .col-12.col-md-6.col-lg-4 {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .team-row .card.member {
    margin-bottom: 0.2rem;
  }
}

/* Kleinere Geräte (Smartphones) */ @media screen and (max-width: 480px){
  .team-row .col-12.col-md-6.col-lg-4 {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

img.fade-up.alignnone.size-medium.wp-image-4582{
  max-width: 95%;
  height: auto;
}

.btn.btn-primary{
  color: #f2f0e4;
  background-image: linear-gradient(to right, #1ba0d7 0%, #3fb498 100%);
  border: none;
  padding: 0 24px;
  margin-bottom: 5px;
}

span.icon{
  width: 52px;
  margin-right: 20px;
  text-align: center;
  flex: 0 0 auto;
  padding: 4px 0 0;
}
dl.info.mb-0 strong{
  color: #1ba0d7;
}
td.d-flex.align-items-start{
  margin-bottom: 15px;
}

/* Jonas CSS LP Preserve */ .bg-secondary, .bg-secondary{
  --bs-bg-opacity: 1;
  background-color: rgb(24 68 74) !important;
}
#floating-elements .floating-element{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  text-align: center;
  color: #f2f0e4;
  background-color: #1ba0d7;
  background-image: linear-gradient(to right, #c8a272 0%, #c8a272 100%);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  cursor: pointer;
  padding: 1rem;
  margin-top: 1rem;
}
.newsticker .bg-arrow span{
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #c8a373;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.topwave:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 55px; */
  background: url(../img/bg/topwave.png);
  background-size: cover;
}

.align-items-lg-start{
  align-items: center !important;
}

.icon-tel-circle:before{
  content: "\f117";
  color: #c8a272;
}
.icon-printer:before{
  content: "\f113";
  color: #c8a272;
}
.icon-email-circle:before{
  content: "\f109";
  color: #c8a272;
}
.icon-mail:before{
  content: "\f10d";
  color: #c8a272;
}
.icon-pin-circle:before{
  content: "\f110";
  color: #c8a272;
}
.footer-contact ul a span{
  position: relative;
  color: #c8a272;
}
.footer-contact.text-light u{
  color: #18444b !important;
}
button.btn.btn-light{
  background-color: #c8a272;
  border: none;
  color: #ffff;
}
.footer-nav .office-time strong{
  display: block;
  color: #18444b;
  margin: 26px 0 8px;
}
.footer-cities{
  background-color: #c8a27280;
  border-radius: 15px;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.footer-cities p.footer-cities-intro{
  color: #18444b;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.module-seals-section .title{
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  margin: 0 0 45px;
  color: #18444b;
}
.list-check li{
  padding: 4px 0 0;
  line-height: 1.75;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bg-lightgreen{
  background-color: none !important;
}
.footer-socials .title{
  color: #18444b;
}
.footer-contact.text-light h2{
  color: #c8a272 !important;
}
.footer-contact.text-light p{
  color: #f2f0e4;
}
.footer-nav .nav-toggle{
  padding: 19px 0 17px;
  border: none;
  background: none;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #18444b;
  width: 100%;
  line-height: 1.15;
}
.gradient, .footer-contact{
  background-color: #18444b;
  background-image: none;
}
.footer-socials.fade-up.bg-lightgreen.topwave.topwave--lightgreen.bottomwave.bottomwave--lightgreen{
  background-color: #ffffff00 !important;
}

.navbar-nav .nav-link{
  color: #18444a;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0,0,0,0);
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}
.footer-nav .nav-toggle .icon{
  color: #c8a272;
}
h1.gradient-text.fade-up{
  background-image: linear-gradient(to right, #18444b 0%, #18444b 100%);
}
p{
  color: #18444b;
}
strong{
  color: #18444b;
}
li{
  color: #18444b;
}
.btn.btn-primary{
  color: #f2f0e4;
  background-image: linear-gradient(to right, #c8a272 0%, #c8a272 100%);
  border: none;
  padding: 0 24px;
  margin-bottom: 5px;
}
.module-page-header .default.size-large .text p{
  font-size: 20px;
  line-height: 1;
  color: #18444a;
  margin: 0;
}
.module-team-panels .card.member .card-p.name{
  color: #18444b;
}
.module-team-panels[data-type=type-2] .card.member .card-p.position{
  color: #18444a;
}
.btn.btn-outline-secondary{
  border-width: 3px;
  color: #18444b;
  border-color: #c8a373;
}
.btn.btn-outline-secondary i{
  color: #c8a272;
}
.list-check li::before{
  content: "";
  width: 38px;
  height: 35px;
  background: url("/wp-content/uploads/2025/07/AET_tick_Opt2.png") 0px 0px / cover no-repeat;
  margin: 3px 7px 0px 0px;
  flex: 0 0 auto;
}
img.alignnone.size-medium.wp-image-4756{
  margin-top: 20px;
  max-width: 100%;
}
dl.info.mb-0 strong{
  color: #18444b;
}
dd.mb-0{
  color: #18444b;
}
a{
  color: #c8a272;
}
a:hover{
  color: #c8a172b9;
}
.anchor-navigation .anchor-navigation-title{
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #18444b;
  margin: 0 0 16px;
}
a{
  color: #c8a272;
}
ul:not(.list-unstyled):not(.nav):not(.menu):not(.list-icons):not(.list-check):not(.nav-list):not(.list-links):not(.link-list):not(.page-numbers):not(.stepProgressBar) li:before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c8a373;
  position: absolute;
  left: 0;
  top: 10px;
}
.anchor-navigation ul>li.active:before{
  background-color: #85f4ee;
  border-color: #85f4ee;
  box-shadow: inset 0 0 0 2px #fafaf7;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    color: #18444b;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    color: #18444b;
}
.container-fluid.container-medium.mb-10:first-of-type > h2.fade-up{
    color: #c8a272;
}
.funnel-box{
  display: flex;
  background-color: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}
.funnel-image{
  width: 15%;
  object-fit: contain;
  height: auto;
  padding: 20px;
}
.funnel-content{
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.funnel-content h3{
  margin-top: 0;
  font-size: 1.25rem;
}
.funnel-content p{
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.funnel-link{
  text-decoration: none;
  color: #0077cc;
  font-weight: bold;
}
.funnel-link:hover{
  text-decoration: underline;
}

.module-page-header .default:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(/wp-content/uploads/2025/07/AET_wave_darkgreen.png) 50% 0 no-repeat;
  background-size: cover;
  z-index: 1;
}

.module-page-header .block-type-16:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(/wp-content/uploads/2025/07/AET_wave_darkgreen.png) 50% 0 no-repeat;
  background-size: cover;
  z-index: 1;
}

li.nav-item a{
  color: #19444b !important;
}

.text-primary{
  --bs-text-opacity: 1;
  color: rgb(24 68 75) !important;
}

.module-faq .accordions details summary.toggler:before, .module-accordion .accordions details summary.toggler:before{
  content: "\f10e";
  font-family: "aestheticumtuebingenIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  bottom: auto;
  left: auto;
  z-index: 1;
  transform-origin: center;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 2rem;
  -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 500ms;
  -moz-transition: all cubic-bezier(0.42, 0, 0.58, 1) 500ms;
  -ms-transition: all cubic-bezier(0.42, 0, 0.58, 1) 500ms;
  -o-transition: all cubic-bezier(0.42, 0, 0.58, 1) 500ms;
  transition: all cubic-bezier(0.42, 0, 0.58, 1) 500ms;
  opacity: 0;
  color: #c8a373;
}

@media (max-width: 768px) {
  .funnel-image{
    width: 35%;
}
  .list-check li{
    padding: 4px 0 0;
    line-height: 1.75;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    text-align: center;
}
}

@media (min-width: 500px) {
  .module-page-header .default.size-large:after{
    background-image: url(/wp-content/uploads/2025/07/AET_wave_gold.png);
    background-position: 0%;
    width: 100% !important;
    background-size: auto;
}
.video .video-container:after{
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 200px !important;
  background: url(/wp-content/uploads/2025/07/AET_wave_darkgreen.png) 50% 0 no-repeat !important;
  z-index: 1 !important;
  /* background-size: 100% !important; */
}
}
.wp-video-shortcode video, video.wp-video-shortcode{
  max-width: 100%;
  display: block;
  /* margin-top: 15px; */
  border-radius: 5px;
}
.wp-video{
  max-width: 100%;
  border-radius: 12px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  margin-top: 1.5rem;
  display: block;
  margin-bottom: 15px;
}
.video .video-container:after{
  /* content: "" !important; */
  /* position: absolute !important; */
  /* bottom: 0 !important; */
  /* left: 0 !important; */
  /* width: 100% !important; */
  height: 200px !important;
  background: url(/wp-content/uploads/2025/07/AET_wave_darkgreen.png) 50% 0 no-repeat !important;
  z-index: 1 !important;
}
/* Bild-Text-Abschnitte */ .text-bild-block{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.icon-date:before{
  content: "\f107";
  color: #cba779;
}

form.configurator[name^=breast_configurator] .icon-radio .form-check .form-check-label i.icon{
  width: 100%;
  height: 145px;
  max-height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cd9876;
  font-size: 92px;
  position: relative;
  transition: all .2s ease-in-out;
  background: -webkit-linear-gradient(#c8a272, #c9a475);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

form.configurator[name^=breast_configurator] .icon-radio .form-check .form-check-label:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 20px 0 20px;
  background-image: linear-gradient(135deg, #18444b 0%, #18444b 100%);
  opacity: 0;
  transition: opacity .2s;
}

form.configurator[name^=breast_configurator] .icon-radio .form-check .form-check-label{
  font-size: 18px;
  width: 100%;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 10px rgba(199,196,157,.2);
  border-radius: 0 20px;
  color: #18444b;
  padding: 10px 15px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#breastconfigurator_form #stepProgressBar .step .bullet.completed{
  color: #86f5ee;
  background: rgba(0, 0, 0, 0) linear-gradient(139deg, #18434b 0%, #19444b 100%) 0 0 no-repeat padding-box;
  border: 1px solid #18434b;
}

form.configurator[name^=breast_configurator] .headline{
  font-size: 24px;
  color: #18444b;
  font-weight: 500;
  margin-bottom: 1rem;
}

form.configurator .headline, form.configurator legend{
  font-size: 24px;
  color: #18434b;
  font-weight: 500;
  margin-bottom: 1rem;
}

form.configurator[name^=breast_configurator] .select-bg-white select{
  border: none;
  color: #c8a272;
}

#breastconfigurator_form #stepProgressBar .step .bullet{
  border: 1px solid #86f5ee;
  height: 46px;
  width: 46px;
  border-radius: 100%;
  color: #19444b;
  position: relative;
  transition: background-color 500ms;
  line-height: 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #86f5ee;
}

.btn.btn-outline-primary{
  color: #1ba0d7;
  border-color: #c8a272;
  font-size: 1.25rem;
  border-width: 2px;
  color: #18444b;
}

.btn.btn-outline-primary:hover{
  color: #f2f0e4;
  background-color: #18444b !important;
  border-color: #18444b !important;
  color: #c8a474 !important;
}

.contact-section .contact-phone:hover{
  color: #c8a373;
}

h2 span{
  color: #c8a373;
}

.module-rating-boxes .rating-box .card-header .number{
  background-color: #c8a272 !important;
}

.swiper-pagination-dots .swiper-pagination-bullet:hover, .swiper-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-image: linear-gradient(45deg, #c8a272, #c8a272) !important;
}

.compare .resizer .inner{
  background-image: url("/wp-content/uploads/2025/11/aet-swiper-blue.png");
  background-size: 50px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: none !important;
}

.module-faq .accordions details summary.toggler, .module-accordion .accordions details summary.toggler{
  color: #c8a272;
  font-weight: 500;
  box-shadow: none !important;
  font-size: 1.25rem;
  padding: 1.5rem 3rem 1.5rem 0;
  list-style: none;
  user-select: none;
  position: relative;
  border-top: 2px solid #fff;
}

.module-faq .accordions details summary.toggler:after, .module-accordion .accordions details summary.toggler:after{
  content: "\f112";
  font-family: "aestheticumtuebingenIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  bottom: auto;
  left: auto;
  z-index: 1;
  transform-origin: center;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 2rem;
  -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 350ms;
  -moz-transition: all cubic-bezier(0.42, 0, 0.58, 1) 350ms;
  -ms-transition: all cubic-bezier(0.42, 0, 0.58, 1) 350ms;
  -o-transition: all cubic-bezier(0.42, 0, 0.58, 1) 350ms;
  transition: all cubic-bezier(0.42, 0, 0.58, 1) 350ms;
  color: #c8a373;
}

.btn-outline-secondary:hover{
  color: #c8a272 !important;
  background-color: #18444b;
  border-color: #18444b;
}

.contact-section .title{
  display: block;
  color: #c8a272 !important;
  font-size: 32px;
  line-height: 52px;
  font-weight: 500;
  margin: 13px 0 9px;
}

.contact-section .contact-phone{
  font-size: 24px;
  font-weight: 500;
  color: #18444b !important;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.contact-section .contact-phone .icon{
  color: #c8a272 !important;
  font-size: 26px;
  margin-right: .5rem;
  transition: all 250ms;
}

.card.post .card-footer a, .card.post .card-footer .video-link, .card.video .card-footer a, .card.video .card-footer .video-link{
  display: inline-block;
  font-size: 1rem;
  border-bottom: 2px solid #c8a373;
  color: #848384;
}

.list-links a .icon{
  color: #c8a272;
  margin: 6px 17px 0 0;
  line-height: 0;
}

.module-seals-section h2{
  margin: 0 0 82px;
  color: #18444b;
}

.module-related-treatments ul.list-links li:hover{
  border-bottom: 2px solid #18444b;
}

.module-related-treatments ul.list-links li:hover a{
  color: #18444a;
}

.module-page-header .default.size-default .content p{
  line-height: 1;
  color: #c8a272;
  margin: 6px 0 0;
}

/* Bild-Styles */ .text-bild-block .bild img{
  max-width: 70%;
  height: auto;
  border-radius: 8px;
  background-color: #fafaf79e;
}

/* Responsives Verhalten */ @media (max-width: 768px){
  .text-bild-block {
    grid-template-columns: 1fr;
  }

  .text-bild-block .bild {
    margin-top: 1rem;
  }
}

@media (max-width: 1024px) {
  .postid-4854 .video .video-container:after, .page-id-4726 .video .video-container:after, .page-id-4875 .video .video-container:after, .page-id-4879 .video .video-container:after {
    display: none !important;
}
}

@media (min-width: 1024px) {
  .navbar-collapse .nav-link{
    padding: 0;
    color: #19444b;
    text-transform: uppercase;
    border-bottom: 3px solid rgba(0,0,0,0);
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}
}

.navbar-collapse .nav-item.search-item .icon{
  color: #c8a272;
  font-size: 1.75rem;
  transition: all .5s;
}

/* Optional: Portrait-Format für Arztbilder, ohne das Grid zu verändern */ .funnel-image--portrait{
  object-fit: contain;
  background: #f9f9f9;
  width: 100%;
  height: auto;
  display: block;
}

/* Optionale Card-Optimierung für Ärzt*innen (ändert NICHT .funnel-box Basis) */ .funnel-box--doctor{
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.funnel-box--doctor:hover{ transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.09); }

/* Social-Leiste innerhalb der bestehenden Content-Zone */ .funnel-social{
  margin-top: 12px;
  display: flex;
  gap: 10px;
}
.funnel-social .icon-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.funnel-social .icon-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  border-color: rgba(0,0,0,.12);
}
.funnel-social .icon-img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* Jonas Bewertungsseite CSS */ .reviews-wrap{ --bg:#fafaf7; --card:#ffffff; --muted:#6f7f82; --text:#18444b; --brand:#c8a272; --ring: rgba(200,162,114,.35);
  color:var(--text); background: var(--bg); padding: clamp(2rem, 3vw, 4rem) 1rem; border-radius: 1.25rem; border:1px solid #efeae1; }
.rv-container{max-width:1100px;margin:0 auto}
.rv-header h2{font-size:clamp(1.6rem,3vw,2.2rem);margin:0 0 .25rem}
.rv-header p{color:var(--muted);margin:0 0 1rem}
.rv-tabs{display:inline-flex;gap:.5rem;background:#f0ede5;padding:.35rem;border-radius:999px;box-shadow:0 0 0 1px var(--ring) inset}
.rv-tab{appearance:none;border:0;background:transparent;color:var(--muted);padding:.55rem .9rem;border-radius:999px;cursor:pointer;font-weight:600}
.rv-tab.is-active{background:#fff; color:var(--text); box-shadow:0 0 0 1px var(--ring) inset}
.rv-panel{display:none;margin-top:1.25rem}
.rv-panel.is-active{display:block}
.rv-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem;align-items:stretch}
.rv-card{grid-column:span 6;background:var(--card);border:1px solid #efeae1;border-radius:1rem;padding:1rem 1.1rem;box-shadow:0 6px 18px rgba(24,68,75,.06);display:flex;flex-direction:column;height:100%}
@media (max-width:900px){.rv-card{grid-column:span 12}}
.rv-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}
.rv-source{display:flex;align-items:center;gap:.5rem}
.rv-icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:6px;overflow:hidden}
.rv-source svg{width:22px;height:22px}
.rv-source-name{font-weight:600}
.rv-date{color:var(--muted);font-size:.9rem}
.rv-stars{font-size:1.05rem;letter-spacing:.06em;margin:.25rem 0 .5rem}
.rv-stars.small{font-size:.95rem}
.rv-stars i{color:var(--brand)}
.rv-stars .rv-muted{color:#d7c6a9}
.rv-star-half{background:linear-gradient(90deg, var(--brand) 50%, #d7c6a9 50%);-webkit-background-clip:text;background-clip:text;color:transparent}
.rv-text{line-height:1.55;margin:0 0 .6rem}
.rv-author{color:var(--muted);font-size:.95rem}
.rv-profiles{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1rem}
.rv-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border-radius:999px;text-decoration:none;color:var(--text);
  background:#f7f4ed; border:1px solid #efeae1}
.rv-chip:hover{background:#f0ede5}
.rv-chip-icon{display:inline-block;width:16px;height:16px;border-radius:4px;background:#51607a}
.rv-chip-icon.g{background:#4285F4}.rv-chip-icon.j{background:#22c55e}.rv-chip-icon.d{background:#111}.rv-chip-icon.p{background:#EAC15A}
.rv-grid-doctors .rv-doctor{grid-column:span 6;background:var(--card);
  border:1px solid #efeae1;border-radius:1rem;padding:1rem 1.1rem;box-shadow:0 6px 18px rgba(24,68,75,.06);height:100%;display:flex;flex-direction:column}
@media (max-width:900px){.rv-grid-doctors .rv-doctor{grid-column:span 12}}
.rv-doc-head{display:flex;gap:.9rem;align-items:center;margin-bottom:.4rem}
.rv-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid rgba(24,68,75,.15)}
.rv-sub{color:var(--muted);margin:.1rem 0 .5rem}


/* Farben: #18444b (Petrol), #c8a272 (Sand/Gold), #85f3ee (Akzent) */ #az-section{ font-family: system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif; color:#18444b; background:#fff; padding:20px; border-radius:16px; }
#az-section .az-head{ margin-bottom:16px; text-align:center; }
#az-section .az-title{ margin:0; font-size:24px; font-weight:800; color:#18444b; }
#az-section .az-sub{ margin:4px 0 0; font-size:14px; color:#5b7074; }

/* 2×2 Grid Desktop, 1 Spalte mobil */ #az-section .az-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; align-items:stretch; }
@media (max-width:768px){ #az-section .az-grid{ grid-template-columns:1fr; } }

#az-section .az-card{ display:flex; flex-direction:column; gap:10px; background:#fff; border:1px solid #efeae1; border-radius:14px; box-shadow:0 6px 18px rgba(24,68,75,.06); padding:16px; }
#az-section .az-top{ display:flex; gap:12px; align-items:center; }
#az-section .az-photo{ width:64px; height:64px; border-radius:12px; object-fit:cover; border:1px solid #efeae1; }
#az-section .az-name{ margin:0; font-size:18px; font-weight:800; }
#az-section .az-spec{ font-size:13px; color:#5b7074; margin-top:2px; }

#az-section .az-chips{ display:flex; flex-wrap:wrap; gap:6px; }
#az-section .az-chip{ font-size:11px; padding:4px 7px; border-radius:999px; background:#f4eee4; border:1px solid #efeae1; color:#18444b; }

#az-section .az-row{ display:flex; align-items:center; gap:10px; }
#az-section .az-stars{ display:inline-flex; gap:2px; }
#az-section .az-stars svg{ width:14px; height:14px; fill:#c8a272; }
#az-section .az-score{ font-weight:800; }

#az-section .az-tabs{ margin-left:auto; display:flex; border:1px solid #efeae1; border-radius:8px; overflow:hidden; background:#f0ede5; }
#az-section .az-tab{ padding:6px 10px; font-size:12px; background:transparent; border:0; color:#18444b; cursor:pointer; }
#az-section .az-tab:hover{ background: rgba(24,68,75,.06); }
#az-section .az-tab[aria-selected="true"]{ background:#18444b; color:#fff; box-shadow:0 0 0 1px #18444b inset; }
#az-section .az-tab.is-active{ background:#18444b; color:#fff; box-shadow:0 0 0 1px #18444b inset; }
#az-section .az-tab:focus{ outline:2px solid #85f3ee; outline-offset:2px; }

#az-section .az-reviews{ background:#f7f4ed; border:1px solid #efeae1; border-radius:12px; padding:10px; min-height:130px; }
#az-section .az-list{ display:flex; flex-direction:column; gap:6px; max-height:130px; overflow:auto; }
#az-section .az-list[hidden] { display:none !important; }
#az-section .az-rev{ background:#fff; border:1px solid #efeae1; border-radius:8px; padding:8px; }
#az-section .az-line{ font-size:11px; color:#6f7f82; margin-bottom:4px; }
#az-section .az-text{ font-size:13px; line-height:1.4; }

#az-section .az-actions{ margin-top:auto; display:grid; grid-template-columns:1fr 1fr; gap:8px; }
#az-section .az-btn{ display:inline-block; text-align:center; font-weight:700; font-size:12px; padding:9px 10px; border-radius:8px; border:1px solid #c8a272; background:linear-gradient(to right,#c8a272 0%, #c8a272 100%); color:#f2f0e4; text-decoration:none; }
#az-section .az-btn:hover{
  filter: brightness(0.98);
  box-shadow: 0 0 0 2px rgba(200,162,114,.35) inset;
  background-color: #18444b;
  color: #ffff;
}
#az-section .az-btn:focus{ outline:2px solid #85f3ee; outline-offset:2px; }
 
#az-section .az-chip:hover{ border-color:#c8a272; }

/* Linkfarben im Abschnitt anpassen */ #az-section a{ color:#c8a272; }
#az-section a:hover{ color:#c8a172b9; }
#az-section .az-note{ font-size:11px; color:#5b7074; margin-top:4px; }

/* Reset für Theme-Stile auf den Karten */ #az-section .az-grid{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-flow: row;
}

#az-section .az-grid > .az-card{
  grid-column: auto !important;  /* überschreibt Theme-Positionierung */
  float: none !important;        /* falls das Theme floatet */
  width: auto;                   /* falls feste Breite gesetzt wurde */
  margin: 0;                     /* verhindert "weggeschobene" erste Spalte */
}

/* killt leere WP-Absätze/Zeilen im Grid */
#az-section .az-grid > p,
#az-section .az-grid > br { display:none !important; }

/* Sicherheit: nur Karten sollen Grid-Items sein */ #az-section .az-grid{ grid-auto-flow: row; }
#az-section .az-grid > *{ grid-column:auto !important; }

#az-section .az-stars br,
#az-section .az-tabs br { display:none !important; }

/* --- 1) Header-Alignment robust machen --- */ #az-section .az-top{ display:flex; align-items:center !important; gap:12px; }
#az-section .az-top > div{ display:flex; flex-direction:column; justify-content:center; }
#az-section .az-name{ margin:0; line-height:1.2; }
#az-section .az-photo{ width:64px; height:64px; aspect-ratio:1 / 1; object-fit:cover; }

/* Autop-Reste im Header killen (verhindert top-align) */
#az-section .az-top p{ display:none !important; }

/* --- 2) CTAs garantiert nebeneinander --- */ #az-section .az-actions{ display:grid !important; grid-template-columns:1fr 1fr; gap:8px; }
#az-section .az-actions br, 
#az-section .az-actions p{ display:none !important; }  /* falls Builder <br>/<p> einschiebt */

/* Zusätzliche Sicherheit: keine <p>/<br> als Grid-Items */
#az-section .az-grid > p,
#az-section .az-grid > br{ display:none !important; }

/* vermeidet <br> in Sterne/Tab-Leiste */
#az-section .az-stars br,
#az-section .az-tabs br{ display:none !important; }

article.az-card p{
  margin: 0;
}

/* --- Responsive Ergänzungen für #az-section --- */ /* Large screens: 3 Spalten */ @media (min-width: 1200px){
  #az-section .az-grid{ grid-template-columns: repeat(3,1fr); }
}

/* Tablet & kleiner: kompaktere Karten, sauberes Wrapping */ @media (max-width: 768px){
  #az-section .az-card{ padding:14px; }
  #az-section .az-top{ gap:10px; }
  #az-section .az-row{ flex-wrap:wrap; gap:8px; }
  #az-section .az-tabs{ width:100%; margin-left:0; }
  #az-section .az-tab{ flex:1 1 50%; text-align:center; }
  #az-section .az-reviews{ min-height:100px; }
  #az-section .az-list{ max-height:220px; }
  #az-section .az-btn {
    width: 100%;
    display: flex;
    align-items: center;
}
}

/* Sehr kleine Devices: kleinere Fotos/Chips/Sterne */ @media (max-width: 480px){
  #az-section .az-photo{ width:56px; height:56px; }
  #az-section .az-chip{ font-size:10px; }
  #az-section .az-stars svg{ width:12px; height:12px; }
}

/* Typografie-/Wrapping-Sicherheit für lange Namen/Labels */ #az-section .az-name{
  overflow-wrap: anywhere;
  word-break: normal;
  color: #18444b;
}
#az-section .az-spec{ overflow-wrap:anywhere; }

.funnel-slider {
  display: none; /* Standard: ausblenden */
}

@media (max-width: 768px) {
  .funnel-slider{
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 3px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

  .funnel-slider a{
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: #f5f5f5;
    white-space: nowrap;
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    transition: background 0.3s;
  }

  .funnel-slider a:hover{
    background: #ddd;
  }
}

/* Container + Headings */ .vorteile-title{
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 700;
  letter-spacing: .2px;
  margin: 0 0 12px;
  background: linear-gradient(90deg, #c8a272, #18444b 60%, #18444b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vorteile-sub{
  margin: 0 0 20px;
  color: #98a2b3;
  font-size: 15px;
}

/* Shell */ .vorteile-slider__shell{
  position: relative;
  border-radius: 18px;
  padding: 16px 0 16px;
  background: radial-gradient(1200px 600px at 90% -50%, rgba(167,139,250,.12), transparent 60%),
  radial-gradient(900px 500px at -20% 120%, rgba(110,231,255,.14), transparent 60%),
  #12141a;
  box-shadow: 0 1px 0 rgba(255,255,255,.04) inset,
  0 40px 80px -40px rgba(0,0,0,.6);
  overflow: hidden;
}

/* Track (scroll-snap) */ .vorteile-slider__track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(100%, 560px);
  gap: 16px;
  overflow-x: auto;
  padding: 16px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  scrollbar-width: thin;
  scrollbar-color: #c8a272 transparent;
}
.vorteile-slider__track::-webkit-scrollbar{ height: 10px; }
.vorteile-slider__track::-webkit-scrollbar-thumb{
  background: linear-gradient(90deg, #c8a272, #18444b);
  border-radius: 999px;
}

/* Slides */ .vorteile-slide{
  scroll-snap-align: start;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: clamp(16px, 3.2vw, 22px);
  color: #e9eef6;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.02) inset,
    0 20px 40px -28px rgba(0,0,0,.6);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.vorteile-slide:focus-within{
  outline: none;
  border-color: rgba(255,255,255,.2);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.2) inset,
    0 22px 46px -28px rgba(0,0,0,.7);
  transform: translateY(-1px);
}
.vorteile-slide h3{
  margin: 4px 0 10px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  letter-spacing: .15px;
}
.vorteile-slide p{
  margin: 0;
  color: #e9eef6;
  opacity: .9;
}

/* Badge */ .vorteile-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #c8a272, #c8a272);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Prev/Next */ .vorteile-nav{
  position: absolute;
  inset-block: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  pointer-events: none;
}
.vorteile-nav button{
  align-self: center;
  justify-self: center;
  pointer-events: auto;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(17, 24, 39, .6);
  backdrop-filter: blur(8px);
  color: #e9eef6;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}
.vorteile-nav button:hover{
  transform: translateY(-1px);
  background: rgba(17,24,39,.8);
  border-color: rgba(255,255,255,.16);
}
.vorteile-nav svg{ width: 18px; height: 18px; }

/* Dots */ .vorteile-dots{
  position: absolute;
  left: 0; right: 0; bottom: 10px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.vorteile-dots .vorteile-dot{
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .2s ease, background .2s ease;
}
.vorteile-dots .vorteile-dot[aria-current="true"]{
  transform: scale(1.45);
  background: linear-gradient(90deg, #c8a272, #18444b);
  border-color: transparent;
}

/* Responsive: 1 / 2 / 3 Karten */ @media (min-width: 740px){
  .vorteile-slider__track{ grid-auto-columns: min(50%, 520px); }
}

/* Overrides: helles Theme + Breitensteuerung */ .vorteile-slider{
  width: 100%;
  margin-inline: auto;
}
.vorteile-slider .vorteile-slider__shell{
  background: #ffffff;
  box-shadow:
    0 1px 0 rgba(0,0,0,.03) inset,
    0 22px 44px -28px rgba(15,23,42,.15);
  border: 1px solid #e5e7eb;
}
.vorteile-slider .vorteile-slide{
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #0b0c0f;
  box-shadow:
    0 0 0 1px rgba(0,0,0,.02) inset,
    0 18px 36px -24px rgba(15,23,42,.15);
}
.vorteile-slider .vorteile-slide p{
  color: #0b0c0f;
  opacity: .85;
}
.vorteile-slider .vorteile-nav button{
  background: rgba(255,255,255,.9);
  color: #0b0c0f;
  border-color: #e5e7eb;
}
.vorteile-slider .vorteile-nav button:hover{
  background: #ffffff;
  border-color: #d1d5db;
}
.vorteile-slider .vorteile-dots .vorteile-dot{
  background: #e5e7eb;
  border-color: #d1d5db;
}
.vorteile-slider .vorteile-dots .vorteile-dot[aria-current="true"]{
  background: linear-gradient(90deg, #c8a272, #18444b);
  border-color: transparent;
}

.mods-wrap{ display: flex; flex-wrap: wrap; gap: 2rem; }
.mods-main{ flex: 1 1 560px; min-width: 0; }
.mods-side{ flex: 1 1 320px; min-width: 280px; }
@media (min-width: 900px) { .mods-side{ position: sticky; top: 1.5rem; } }

.intro-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.intro-flex{
  display: flex;
  align-items: stretch;   /* sorgt dafür, dass Video gleich hoch wie Text ist */
  gap: 2rem;
  flex-wrap: wrap;        /* bei kleinen Bildschirmen umbrechen */
}

.intro-text{
  flex: 2 1 60%;          /* breiterer Textbereich */
  min-width: 320px;
}

.intro-video{
  flex: 1 1 30%;          /* schmalerer Videobereich */
  max-width: 400px;
  display: flex;
  align-items: stretch;   /* lässt den Inhalt in der Höhe mit dem Text mitwachsen */
  overflow: hidden;       /* sauberes Zuschneiden bei object-fit: cover */
}

.intro-video video, .intro-video iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;      /* füllt den Container gleichmäßig */
  border-radius: 8px;
}

/* Sorgt dafür, dass alle verschachtelten Wrapper der YouTube-Lazy-Struktur die volle Höhe einnehmen und das Thumbnail/Video wirklich die Spaltenhöhe füllt */ .intro-video > *{
  width: 100%;
  height: 100%;
}
.intro-video .module, .intro-video .article-video, .intro-video .youtube-wrapper, .intro-video .inner, .intro-video .img-container{
  height: 100%;
}
.intro-video .img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Responsiv */ @media (max-width: 900px){
  .intro-flex {
    flex-direction: column;
  }
  .intro-video {
    max-width: 100%;
    height: auto;
  }
  .intro-video video,
  .intro-video iframe {
    height: auto;
  }
}

.gradient-text, h1, .h1 {
  display: inline-block;
  background-image: linear-gradient(to right, #c8a373 0%, #c8a272 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  background-clip: text;
  color: #1ba0d7;
}
.module-animated-numbers .teaser--number strong {
  color: #c8a373 !important;
}
.module-animated-numbers .teaser--number strong:before {
  content: "+";
  color: #85f4ee !important;
}
.anchor-navigation ul>li.active:before {
  background-color: #87f6ee !important;
  border-color: #87f6ee !important;
  box-shadow: inset 0 0 0 2px #fafaf7;
}
.module-treatment-teaser blockquote p {
  color: #c8a373;
}
.module-treatment-teaser .teaser--category:before {
  background-image: linear-gradient(135deg, #c8a373 0%, #c8a373 100%) !important;
}
.module-seals-section h2 {
  color: #18444b !important;
}
.navbar-collapse .nav-item:hover .nav-link {
  border-color: #85f4ee !important;
}
.navbar-collapse .show-more span {
  display: inline-block;
  border-bottom: 1px solid rgb(133 244 238);
}

.module-seals-section .title {
  color: #18444b !important;
}
.module-columns-content h2 {
  color: #18444b !important;
}
.list-links a {
  color: #18444b !important;
}
.module-related-treatments ul.list-links li:hover {
  border-bottom: 2px solid #83f4ed !important;
}
.main-treatments h2 {
  margin: 0 0 47px;
  color: #18444b !important;
}
.main-treatments .list-categories a {
  color: #c9a373 !important;
}
.main-treatments .list-categories a:hover span {
  color: #18444b !important;
}
.module-page-header .block-type-16 .text p {
  color: #c8a373 !important;
}
.module-quote .blockquote blockquote {
  color: #18444a !important;
}
.module-quote .blockquote p {
  color: #c9a373 !important;
}
.btn.btn-primary:hover {
  background: #18444a !important;
  color: #f2f0e4 !important;
}
.module-faq .accordions details summary.toggler, .module-accordion .accordions details summary.toggler {
  color: #18444a !important;
}
.module-faq .accordions details summary.toggler:after, .module-accordion .accordions details summary.toggler:after {
  color: #c8a374 !important;
}
.module-team-panels .card.member .card-body p.name {
  color: #18444b !important;
}
.module-team-panels[data-type=type-2] .card.member .card-body p.position {
  color: #c8a373 !important;
}
.approved path {
  filter: sepia(1) !important;
}