.home-slider, .page-header:root {
  --primary-color: #e42024;
  --secondary-color: #f9fafb;
}
body p, body ul  {
  color: #000;
}
.btn-primary-1 {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  background-color: #c40d10;
  font-weight: 500;
  padding: 20px 45px;
  border-radius: 5px;
  overflow: hidden;
}

.btn-primary-1:hover {
  background-color: #009fe3;
  color: #ffffff;
}

.btn-primary-1:hover i {
  transform: translateX(100px);
}

.btn-phone {
  display: inline-block;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  padding: 20px 45px;
}

.cta {
  font-weight: bold;
}

.main-nav nav {
  padding: 0px;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
  width: 145px;
}

.header-top {
  padding: 8px 0px;
}

.section-title-two,
.welcome-item ul {
  max-width: 100%;
}

#service {
  background: #fff;
}

.box0 {
  background: var(--primary-color) !important;
}

.main-nav,
.header-top {
  background: rgba(255, 255, 255, 0);
 /* backdrop-filter: blur(4px);*/
}

.home-slider,
.page-header {
  margin-top: -155px;
}

.main-nav nav .navbar-nav .nav-item a,
.header-top-item .header-top-left ul li a {
  color: #fff;
}

.header-top {
  border: none;
}

a[href="/startseite/"] {
  /*     display: inline-block;
 */
  /*     width: 150px;
     height: 70px;
     background: url('../../images/logos/zra-white.png') no-repeat;
     background-size: contain;
     text-indent: -9999px;
     overflow: hidden; */
}
/* Warum ???? */
/* 
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  margin-top: -60px;
} */

.main-nav nav .navbar-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.header-top-left a {
  font-size: 12px;
}

/* lead  */

/* #lead {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  margin: 20px auto;
  margin-bottom: 5rem;
}

.step {
  display: none;
  padding: 20px;
  min-height: 200px;
}

.step.active {
  display: block;
}

.progressbar-list {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 5px;
  background: #e5e7eb;
  color: #374151;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.progressbar-list.active,
.progressbar-list.filled {
  background: var(--primary-color);
  color: white;
}

.progressbar-list.filled {
  animation: fillEffect 0.4s forwards;
}

@keyframes fillEffect {
  from {
    background-color: #e5e7eb;
    color: #374151;
  }

  to {
    background-color: var(--primary-color);
    color: white;
  }
}

.button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: var(--primary-color);
  opacity: 0.9;
}

.button:disabled,
.button[disabled] {
  background-color: #eee;
  color: #acacac;
}

.button[type="submit"] {
  background-color: green;
}

h3 {
  margin-bottom: 10px;
  color: #1f2937;
}

.progress-container {
  width: 100%;
  background-color: #e5e7eb;
  border-radius: 9999px;
  margin: 20px 0;
}

.progress-bar {
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 9999px;
  width: 0%;
  transition: width 0.4s ease;
}

.form-group.diff {
  flex-direction: row !important;
  gap: 10px;
}
.mr-auto {
  margin-right: auto;
}

.menu-shrink {
  position: fixed;
  background: white;
}

.home-slider-two .slider-item {
  height: 100vh;
  margin-top: 26px;
} */

/* lead  */

#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: "Poppins";
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

h1 {
  text-align: center;
}

.box {
  width: 100%;
  overflow: hidden;
  margin: 80px 0;
  text-align: center;
}

.box img {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}

.box h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #e42024;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: "Poppins";
  border: 1px solid #aaaaaa;
}

input.invalid {
  background-color: #ffdddd;
}

.tab {
  display: none;
}

button {
  background-color: #04aa6d;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: "Poppins";
  cursor: pointer;
}

button img {
  width: 250px;
  height: auto;
  margin-bottom: 15px;
}

button h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 30px;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

 
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}

input#datenschutz {
  width: auto;
}

#kontaktformular {
  background: #e42024;
  color: #fff;
} 

#kontaktformular h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
}

#kontaktformular a {
  color: #000;
}

#kontaktformular .drop-btn {
  border: 1px solid white;
}

.unternehmen-body .about-left img {
  min-height: 500px;
  object-fit: cover;
}
.unternehmen-body .welcome-item ul li {margin-bottom: 30px;} 
.unternehmen-body .welcome-item p {margin-top: 35px; font-size: 17px;}
.unternehmen-body .welcome-item {padding-right: 50px;}
.unternehmen-body .welcome-item a.welcome-btn {display: inline-block;font-size: 15px;color: #ffffff;background-color: #e42024;font-weight: 500;padding: 20px 45px;border-radius: 5px;}
.unternehmen-body .welcome-item a.welcome-btn:hover {color: 15px;background-color: #111111;}

.speciality-item.karriere-speciality-item .col-sm-12 {
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.speciality-item.karriere-speciality-item .speciality-inner {
  height: 100%;
  margin-bottom: 0;
}
.karriere-start .banner-item h1 {text-align: left;}

/*-- Doctors --*/
.doctor-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
          box-shadow: 0px 0px 20px 0px #ddd;
  border-radius: 10px;
}

.doctor-item:hover .doctor-top:before {
  opacity: .60;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.doctor-item:hover .doctor-top a {
  opacity: 1;
  bottom: 20px;
}

.doctor-item .doctor-top {
  position: relative;
  border-radius: 10px;
}

.doctor-item .doctor-top a {
  display: inline-block;
  color: #e42024
;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 0;
  position: absolute;
  border-radius: 5px;
  left: 0;
  right: 0;
  bottom: 10px;
  opacity: 0;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.doctor-item .doctor-top a:hover {
  color: #ffffff;
  background-color: #111111;
}

.doctor-item .doctor-top img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.doctor-item .doctor-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.doctor-item .doctor-bottom h3 a {
  display: block;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  color: #232323;
}

.doctor-item .doctor-bottom h3 a:hover {
  color: #e42024
;
}

.doctor-item .doctor-bottom span {
  display: block;
  color: #4a6f8a;
  font-size: 15px;
}

.doctor-btn {
  text-align: center;
}

.doctor-btn a {
  margin-top: 30px;
  display: inline-block;
  font-weight: 600;
  color: #232323;
  font-size: 18px;
  border: 2px solid #386ae6;
  padding: 18px 55px;
  border-radius: 10px;
}

.doctor-btn a:hover {
  color: #ffffff;
  background-color: #386ae6;
}

/*-- End Doctors --*/
/* ANCHOR Modal */ 
.modal-dienstleistungen{
button.close {background-color: var(--vision-color-primary);}
button.close:hover {background-color: black;}
p {font-size: 20px;color: black;}
.modal-title {
  font-size: 29px;
  font-weight: 600;
}
.modal-header {
  border-bottom: 4px solid var(--vision-color-primary);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--vision-color-primary);
}
}

.produkt-detail {
  h1 {
    text-align: left;
  }
  .detail-col {
    display: flex;
    .details {
      /* margin-top: auto; */
      margin-bottom: auto;
    }
    ul {
      list-style: disclosure-closed;
    }
  }
}
/* ANCHOR nicht-rein-area */
.nicht-rein-area {
 .nicht-rein-item {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

 .nicht-rein-item:hover {
    transform: scale(1.03);
}

.image-container {
    position: relative;
    width: 100%;
    height: 275px;
}

.image-container img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 70px;
    transition: height 0.4s ease, opacity 0.3s ease;
    text-align: center;
    overflow-y: hidden;
    opacity: 0;
}

.nicht-rein-item.active .overlay,
.nicht-rein-item:hover .overlay {
    height: 70%;
    overflow-y: auto;
    opacity: 1;
}

.overlay h3 {
    margin: 10px 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overlay p {
    margin: 10px 0;
    padding: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    max-height: 70%;
    overflow-y: auto;
    display: none;
    transition: opacity 0.3s ease;
}

.nicht-rein-button {
  transition: opacity 0.3s ease;
}

.nicht-rein-button:hover {
  color: #009fe3;
}


.nicht-rein-item.active .overlay p,
.nicht-rein-item:hover .overlay p {
    display: block;
    opacity: 1;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .overlay h3 {
        font-size: 16px;
    }

    .overlay p {
        font-size: 12px;
    }
}

  .overlay::-webkit-scrollbar, .overlay h3::-webkit-scrollbar,  .overlay p::-webkit-scrollbar {
    display: none;
  }
  .overlay, .overlay h3,  .overlay p {
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }
}
/* ANCHOR ende nicht-rein-area */
.list-wrapper svg{
  margin:0 auto;
  margin-bottom:30px;

}

.list-wrapper{
  max-width:850px;
  margin:0 auto;
  color: black;
}
.w-30{
  width: 120px;
  max-width: 140px;
  padding: 10px;
  
  height: 42px;
}

#kontaktformular.drop-item .drop-left{
  max-width: 700px;
}
.appointment-item-two-right .appointment-item-content .content-one ul li,
.appointment-item-two-right .appointment-item-content .content-two ul li{
  color:#000;
}
/* ul.kontakt-infos-liste {
  margin: 0;
  padding: 0;
  li{
    list-style-type: none;
   
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4a6f8a;
  color:#000;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  margin-bottom: 30px;

  i {
    left: 0;
  font-size: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  }
  a {
    display: block;
    color: #4a6f8a;
    color:#000;
    margin-bottom: 7px;}
    a:hover {
      margin-left: 5px;
      color: #e42024;
    }
  a:last-child {
    margin-bottom: 0;
  }
  }
}
.produkte .text-wrapper {
  color: black;
}
.appointment-item-content .social-media {
  padding: 0;
}
.appointment-item-two-right .appointment-item-content {
  padding: 95px 30px 50px;
} */
/* .form-check {
  .form-check-input{
    margin-top: 0;
    margin-left: -1.2em;
  }
  .form-check-label {
  margin-left: 5px;
  color: white;
  a {
    color: #009fe3;
  }
  a:hover {
    color: white;
  }
}} */


.custom-owl-thumbnails{
  .owl-dots {
      display: none;
  }
  
  .owl-thumbnails {
      display: flex;
      justify-content: center;
      margin-top: 10px;
  }
  
  .owl-thumbnails .thumbnail {
      position: relative;
      margin: 0 5px;
      cursor: pointer;
  }
  
  /* .owl-thumbnails .thumbnail img {
      width: 50px;  
      height: auto;
      border: 2px solid transparent;
      transition: border-color 0.3s;
  } */
  
  .owl-thumbnails .thumbnail.active::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);  
      border-radius: 4px;  
  }
      }

.banner-title-box{
  background: white;
  /*box-shadow: 0px 0px 25px 0px #ddddddbf;*/
  /* padding: 5px; */
}
.doctor-details-left {
  margin-top: 125px;
}

.karriere-start .banner-item .banner-right img:nth-child(n){
  top: -40px;
}
.speciality-right .speciality-emergency h3 {
  /* right: 89px; */
}

.details .detail-faq .faq-content {
  ul {
    column-count: 2;
    list-style: disclosure-closed;
    padding-top: 20px;
    li {
      list-style: disclosure-closed;
      margin-bottom: 8px;
    }
  }
}

.symptoms-img img {
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  max-width: 400px;
}
.home-slider-two .slider-item {
  height: 1100px;
}
.doctor-details-item {
  .job-titel{
    padding-left: 100px;
  }
  .doctor-details-contact {
    padding-left: 15px;  }
}
.page-header {
  max-height: 800px;
}

.banner-title-box {
  overflow-x: hidden;
}
p,ul,li,a,
ul.kontakt-infos-liste li,
.header-top-left a,
.appointment-item-two-right .appointment-item-content .content-one ul li,
.appointment-item-two-right .appointment-item-content .content-two ul li,
.footer-item .footer-quick ul li a,
.footer-item .footer-contact ul li,
#lead .timeline-container .timeline-item.current {
  font-size:17px !important;
}

/* ========== PRODUKT-DETAIL: SLIDER + THUMBS ========== */

.produkte .col-lg-6.slider-col.custom-owl-thumbnails {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;   
}

.produkte .col-lg-6.slider-col.custom-owl-thumbnails .dienstleistungenSlider {
  width: 100% !important;
}

.produkte .custom-owl-thumbnails .owl-thumbnails {
  display: flex !important;
  flex-wrap: wrap !important;      
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-top: 12px !important;
  width: 100%;
  max-width: 560px;                 
  margin-left: auto;
  margin-right: auto;
}

.produkte .custom-owl-thumbnails .owl-thumbnails .thumbnail {
  position: relative;
  display: block;
  width: auto;                    
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}

.harms-cta {
  background:#e42024; /* moderner Verlauf */
  color: #fff;
  padding: 80px 0;
  margin: 40px 0 0;
  /* border-radius: 12px; */
  overflow: hidden;
  /* transition: transform 0.25s ease, box-shadow 0.25s ease; */
}
.harms-cta__link {
  display: block;
  text-decoration: none;
  color: inherit;
}


/* Logo */
.harms-cta__logo {
  max-width: 240px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.harms-cta__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Chips-Liste */
.harms-cta__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}
.harms-cta__list li {
  background: #fff;
  color: #e42024;
  border-radius: 9999px;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
 

/* Button */
.harms-cta__btn {
  display: inline-block;
  background: #fff;
  color: #d71e23;
  font-weight: 700;
  padding: 10px 26px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}


/* Mobile Anpassungen */
@media (max-width: 576px) {
  .harms-cta { padding: 56px 20px; }
  .harms-cta__logo { max-width: 180px; margin-bottom: 16px; }
  .harms-cta__title { font-size: 1.3rem; }
}


.location-area  .kontakt-location{
  background-color:  #fff;
  box-shadow: none !important;
}

.location-area  .kontakt-location  .location-item {
  background-color:  #f8fbff;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: none !important;
  height: 100%;
}



.red-block {
    background-color: #e42024; /* kräftiges Rot */
    padding: 40px;
    color: #fff;
}

.red-block h2,
.red-block label,
.red-block p,
.red-block p small,
.red-block a {
    color: #fff !important;
}


 

h3{
  font-weight:bold;
  margin-bottom:20px;
}

h1{
  font-weight:bold;
  margin-bottom:20px;
}