@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #1e2325;
}

a {
  color: #6e90a0;
  text-decoration: none;
}

a:hover {
  color: #89989f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #6e90a0;
}

#main {
  max-width: 1300px;
  margin: 0 auto;
}

body:not(.tpl-home):not(.tpl-ordination):not(.tpl-praenatal):not(.tpl-error) #main {
  padding-top: 100px;
}
@media (max-width: 991px) {
  body:not(.tpl-home):not(.tpl-ordination):not(.tpl-praenatal):not(.tpl-error) #main {
    padding-top: 120px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #6e90a0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6b7e87;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #6e90a0;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Alerts (Bootstrap override)
--------------------------------------------------------------*/
.alert {
  border-radius: 4px;
  border: none;
  padding: 15px;
}
.alert .alert-heading {
  color: #1e2325;
  font-size: 18px;
  margin-bottom: 10px;
}
.alert .btn-close {
  padding: 0.75rem 1.25rem;
  opacity: 0.7;
}

.alert-warning {
  background-color: rgba(231, 213, 99, 0.2);
  color: #1e2325;
  border: 1px solid #e7d563;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(107, 126, 135, 0.08);
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Montserrat SemiBold", sans-serif;
  text-transform: uppercase;
}
#header .logo a {
  color: #788b94;
}
#header .logo img {
  max-height: 40px;
}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
#header .header-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}
#header .header-phone {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.4rem;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #6e90a0;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.3s;
}
#header .header-phone i {
  font-size: 14px;
}
#header .header-phone:hover {
  color: #6b7e87;
  text-decoration: none;
}
@media (max-width: 991px) {
  #header .header-phone {
    margin-right: 3rem;
    font-size: 13px;
  }
  #header .header-phone i {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #788b94;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #6e90a0;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #6e90a0;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #6b7e87;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #6e90a0;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #6b7e87;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(84, 99, 107, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #6b7e87;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #6e90a0;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #6e90a0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  padding-top: 80px;
}
#hero h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
  color: #6e90a0;
  font-family: "Montserrat SemiBold", sans-serif;
  padding-top: 20px;
}
#hero h2 {
  color: #6e90a0;
  margin: 10px 0 0 0;
  font-size: 22px;
  text-transform: uppercase;
  padding-top: 20px;
}
#hero h3 {
  color: #6e90a0;
  margin: 10px 0 0 0;
  font-size: 20px;
}
#hero .btn-get-started {
  font-family: "Montserrat SemiBold", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #6e90a0;
}
#hero .btn-get-started:hover {
  background: #6b7e87;
}
#hero .icon-boxes {
  margin-top: 100px;
}
#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(107, 126, 135, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#hero .icon-box .title a {
  color: #6b7e87;
  transition: 0.3s;
}
#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #6e90a0;
}
#hero .icon-box:hover {
  transform: scale(1.08);
}
#hero .icon-box:hover .title a {
  color: #6e90a0;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}
@media (max-width: 992px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Error (404) Hero
--------------------------------------------------------------*/
.error-hero .error-code {
  font-size: clamp(80px, 18vw, 160px);
  font-weight: 700;
  line-height: 1;
  margin: 1rem 0 0.25rem;
  color: #6e90a0;
  letter-spacing: -0.02em;
}
.error-hero h1 {
  font-size: 26px;
  margin-bottom: 1rem;
}
.error-hero .error-message {
  font-size: 18px;
  color: #1e2325;
  max-width: 520px;
  margin: 0 auto 1.5rem;
}
.error-hero .error-back {
  margin-top: 1.25rem;
  font-size: 14px;
  color: #89989f;
}
.error-hero .error-back a {
  color: #6e90a0;
  text-decoration: underline;
}
.error-hero .error-back a:hover {
  color: #6b7e87;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.page-content {
  padding-top: 0;
}

.section-bg {
  background-color: #f5f5f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #6b7e87;
  overflow-wrap: break-word;
  hyphens: auto;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #89989f;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Hinweise Section
--------------------------------------------------------------*/
#hinweise {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Termin Section
--------------------------------------------------------------*/
.termin-section {
  background: #e7d563 url("../gfx/11072020-CTA-bg-logo-1300_300-1-1024x236.png") bottom right no-repeat;
}
@media (max-width: 767px) {
  .termin-section {
    background-image: url("../gfx/11072020-CTA-bg-logo-mobile_400_500-1.png");
  }
}
.termin-section h2 {
  font-size: 32px;
  font-weight: 600;
  color: #6e90a0;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 767px) {
  .termin-section h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .termin-section h2 {
    font-size: 22px;
  }
}
.termin-section .termin-description {
  margin-bottom: 30px;
}
.termin-section .termin-description p {
  margin-bottom: 10px;
  color: #1e2325;
  line-height: 1.6;
}
.termin-section .termin-description a:not(.cta-phone-number) {
  color: #6e90a0;
  text-decoration: underline;
}
.termin-section .termin-description a:not(.cta-phone-number):hover {
  color: #6b7e87;
}
.termin-section .termin-notice {
  font-size: 85%;
  font-style: italic;
  color: #1e2325;
  display: inline-block;
}
.termin-section .btn-termin {
  display: inline-block;
  background: #6e90a0;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  border: 2px solid #6e90a0;
}
.termin-section .btn-termin[target=_blank]::after {
  content: "\f1c5";
  font-family: "bootstrap-icons";
  margin-left: 8px;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1;
}
.termin-section .btn-termin:hover {
  background: #6b7e87;
  border-color: #6b7e87;
  color: #fff;
  text-decoration: none;
}
.termin-section .cta-phone-number {
  font-weight: 600;
  color: #6e90a0;
  font-size: 130%;
}
.termin-section .cta-phone-number:hover {
  color: #6b7e87;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Pränatal Appointment-Request Modal
--------------------------------------------------------------*/
.praenatal-appointment-date-hint {
  line-height: 1.4;
}

.praenatal-appointment-ranges .alert {
  font-size: 0.95rem;
  background: #f5f5f5;
}

.praenatal-appointment-multiple-warn {
  border-left: 4px solid #e7d563;
}

.praenatal-appointment-preferred-hint {
  font-style: italic;
}

/*--------------------------------------------------------------
# Aktuelles Section
--------------------------------------------------------------*/
.aktuelles .aktuelles-item {
  margin-bottom: 20px;
}
.aktuelles .aktuelles-item .aktuelles-date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #6b7e87;
  font-size: 14px;
}
.aktuelles .aktuelles-item .aktuelles-date i {
  font-size: 16px;
  margin-right: 8px;
}
.aktuelles .aktuelles-item .aktuelles-date span {
  line-height: 1;
}
.aktuelles .aktuelles-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #6e90a0;
  margin-bottom: 15px;
}
.aktuelles .aktuelles-item .aktuelles-text {
  color: #1e2325;
  line-height: 1.6;
}
.aktuelles .aktuelles-item .aktuelles-text p {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Motto Section
--------------------------------------------------------------*/
.motto {
  background-color: #8BA6B3;
}
.motto .motto-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.motto .motto-icon i {
  font-size: 40px;
  color: #fff;
}
.motto h2 {
  color: #fff;
}
.motto p {
  color: #fff;
}
.motto p:nth-child(4) {
  font-size: 26px;
}

/*--------------------------------------------------------------
# Leitbild Section
--------------------------------------------------------------*/
.leitbild .leitbild-icon-box {
  margin-bottom: 30px;
}
.leitbild .leitbild-icon-box .leitbild-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.leitbild .leitbild-icon-box .leitbild-icon i {
  font-size: 40px;
  color: #6e90a0;
}
.leitbild .leitbild-icon-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #6e90a0;
  margin-bottom: 15px;
}
.leitbild .leitbild-icon-box p {
  color: #1e2325;
  line-height: 1.6;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Praxis Section
--------------------------------------------------------------*/
.praxis .praxis-icon-box {
  margin-bottom: 30px;
}
.praxis .praxis-icon-box .praxis-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.praxis .praxis-icon-box .praxis-icon i {
  font-size: 40px;
  color: #6e90a0;
}
.praxis .praxis-icon-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #6e90a0;
  margin-bottom: 15px;
}
.praxis .praxis-icon-box p {
  color: #1e2325;
  line-height: 1.6;
  margin-bottom: 10px;
}
.praxis .praxis-icon-box a {
  color: #6e90a0;
  text-decoration: underline;
}
.praxis .praxis-icon-box a:hover {
  color: #e7d563;
}
.praxis .praxis-icon-box .list-opening-hours {
  list-style: none !important;
  padding: 0;
  margin: 0 0 20px 0;
}
.praxis .praxis-icon-box .list-opening-hours li {
  padding: 5px 0;
  font-weight: 500;
  color: #1e2325;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.team .team-member.team-member-even {
  background-color: rgba(231, 213, 99, 0.35);
}
.team .team-member.team-member-odd {
  background-color: rgba(107, 126, 135, 0.22);
}
.team .team-member .team-name {
  color: #6e90a0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team .team-member .team-expertise {
  color: #6e90a0;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.team .team-member .team-divider {
  height: 1px;
  background-color: #6e90a0;
  width: 72%;
  margin: 0 auto 15px;
}
.team .team-member .team-image {
  margin: 15px 0;
}
.team .team-member .team-image img {
  max-width: 100%;
  height: auto;
}
.team .team-member .team-motto {
  color: #6e90a0;
  font-size: 18px;
  font-style: italic;
  line-height: 2em;
  margin: 15px 0;
}
.team .team-member .team-bio {
  text-align: left;
  color: #6e90a0;
  font-size: 14px;
  line-height: 1.6;
}
.team .team-member .team-bio p {
  color: #6e90a0;
  margin: 5px 0;
}
.team .team-member .team-bio h2 {
  color: #6e90a0;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
.team .team-member .team-bio strong {
  color: #6e90a0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #6e90a0;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #6e90a0;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #6e90a0;
}
.about .content .btn-learn-more:hover {
  background: #6e90a0;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}
.counts .count-box {
  width: 100%;
  text-align: center;
}
.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #6b7e87;
  margin-left: 80px;
  margin: auto;
}
.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #94a3aa;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}
.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #6b7e87;
}
.about-video .content ul {
  list-style: none;
  padding: 0;
}
.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.about-video .content ul i {
  font-size: 24px;
  color: #6e90a0;
  position: absolute;
  left: 0;
  top: -2px;
}
.about-video .content p:last-child {
  margin-bottom: 0;
}
.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#6e90a0 50%, rgba(110, 144, 160, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(110, 144, 160, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about-video .play-btn:hover::after {
  border-left: 15px solid #6e90a0;
  transform: scale(20);
}
.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e9eef1;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: white;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}
.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #6b7e87;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #6e90a0;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #6e90a0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #1e2325;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #6e90a0;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(110, 144, 160, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(107, 126, 135, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(107, 126, 135, 0.08);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #6b7e87;
  margin: 0 10px;
  display: inline-block;
}
.team .member .social a:hover {
  color: #6e90a0;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #6b7e87;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #7b8d94;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #4c585d;
}
.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.pricing .box h3 {
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #6b7e87;
}
.pricing .box h4 {
  font-size: 42px;
  color: #6e90a0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #6b7e87;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #6e90a0;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #6e90a0;
}
.pricing .box .btn-buy:hover {
  background: #6e90a0;
  color: #fff;
}
.pricing .featured {
  background: #6e90a0;
}
.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}
.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}
.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #6e90a0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #bbcbd2;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #6e90a0;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #6e90a0;
  float: left;
  width: 44px;
  height: 44px;
  background: #fcfdfd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #6b7e87;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #a2afb6;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #6e90a0;
  color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: white;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #86979f;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Contact / Confirmation Modal
#
# Both modals share the same markup (see snippet contact-form.php) and are
# styled identically: yellow header with a dark title and a dark close (x)
# icon in the upper right.
--------------------------------------------------------------*/
#contactModal .modal-content,
#confirmationModal .modal-content,
#praenatal-appointment-modal .modal-content {
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#contactModal .modal-header,
#confirmationModal .modal-header,
#praenatal-appointment-modal .modal-header {
  background-color: #e7d563;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem;
}
#contactModal .modal-header .modal-title,
#confirmationModal .modal-header .modal-title,
#praenatal-appointment-modal .modal-header .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #1e2325;
}
#contactModal .modal-header .btn-close,
#confirmationModal .modal-header .btn-close,
#praenatal-appointment-modal .modal-header .btn-close {
  filter: brightness(0);
  opacity: 0.7;
}
#contactModal .modal-body,
#confirmationModal .modal-body,
#praenatal-appointment-modal .modal-body {
  padding: 1.25rem;
}
@media (max-width: 576px) {
  #contactModal .modal-body,
  #confirmationModal .modal-body,
  #praenatal-appointment-modal .modal-body {
    padding: 1rem;
  }
}
#contactModal .modal-body .alert,
#confirmationModal .modal-body .alert,
#praenatal-appointment-modal .modal-body .alert {
  border-radius: 6px;
  border: none;
}
#contactModal .modal-body .alert.alert-success,
#confirmationModal .modal-body .alert.alert-success,
#praenatal-appointment-modal .modal-body .alert.alert-success {
  background-color: rgba(40, 167, 69, 0.15);
  color: #19692c;
}
#contactModal .modal-body .alert.alert-danger,
#confirmationModal .modal-body .alert.alert-danger,
#praenatal-appointment-modal .modal-body .alert.alert-danger {
  background-color: rgba(220, 53, 69, 0.15);
  color: #bd2130;
}
#contactModal .modal-body .alert small a[target=_blank]::after,
#confirmationModal .modal-body .alert small a[target=_blank]::after,
#praenatal-appointment-modal .modal-body .alert small a[target=_blank]::after {
  content: "\f1c5";
  font-family: "bootstrap-icons";
  margin-left: 6px;
  font-size: 0.85em;
  line-height: 1;
  vertical-align: baseline;
}
#contactModal .modal-body .form-label,
#confirmationModal .modal-body .form-label,
#praenatal-appointment-modal .modal-body .form-label {
  font-weight: 500;
  color: #6b7e87;
  margin-bottom: 0.25rem;
}
#contactModal .modal-body .form-control,
#confirmationModal .modal-body .form-control,
#praenatal-appointment-modal .modal-body .form-control {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#contactModal .modal-body .form-control:focus,
#confirmationModal .modal-body .form-control:focus,
#praenatal-appointment-modal .modal-body .form-control:focus {
  border-color: #6e90a0;
  box-shadow: 0 0 0 0.25rem rgba(110, 144, 160, 0.25);
}
#contactModal .modal-body .form-control::placeholder,
#confirmationModal .modal-body .form-control::placeholder,
#praenatal-appointment-modal .modal-body .form-control::placeholder {
  color: #adb5bd;
}
#contactModal .modal-body .form-check,
#confirmationModal .modal-body .form-check,
#praenatal-appointment-modal .modal-body .form-check {
  padding-left: 1rem;
}
#contactModal .modal-body .form-check:not(.form-check-inline),
#confirmationModal .modal-body .form-check:not(.form-check-inline),
#praenatal-appointment-modal .modal-body .form-check:not(.form-check-inline) {
  padding-top: 1rem;
  margin-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#contactModal .modal-body .form-check .form-check-input,
#confirmationModal .modal-body .form-check .form-check-input,
#praenatal-appointment-modal .modal-body .form-check .form-check-input {
  margin-right: 0.75rem;
  margin-top: 0.2rem;
}
#contactModal .modal-body .form-check .form-check-label,
#confirmationModal .modal-body .form-check .form-check-label,
#praenatal-appointment-modal .modal-body .form-check .form-check-label {
  font-size: 0.85rem;
  color: #6b7e87;
  line-height: 1.4;
}
#contactModal .modal-body .form-check .form-check-label a,
#confirmationModal .modal-body .form-check .form-check-label a,
#praenatal-appointment-modal .modal-body .form-check .form-check-label a {
  text-decoration: underline;
}
#contactModal .modal-footer,
#confirmationModal .modal-footer,
#praenatal-appointment-modal .modal-footer {
  border-top: none;
  padding: 0.75rem 1.5rem 1rem;
  background-color: #f5f5f5;
}
#contactModal .modal-footer .btn-outline-secondary,
#confirmationModal .modal-footer .btn-outline-secondary,
#praenatal-appointment-modal .modal-footer .btn-outline-secondary {
  color: #6b7e87;
  border-color: #6b7e87;
}
#contactModal .modal-footer .btn-outline-secondary:hover,
#confirmationModal .modal-footer .btn-outline-secondary:hover,
#praenatal-appointment-modal .modal-footer .btn-outline-secondary:hover {
  background-color: #6b7e87;
  color: #fff;
}
#contactModal .btn-primary,
#confirmationModal .btn-primary,
#praenatal-appointment-modal .btn-primary {
  background-color: #6e90a0;
  border-color: #6e90a0;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}
#contactModal .btn-primary:hover,
#confirmationModal .btn-primary:hover,
#praenatal-appointment-modal .btn-primary:hover {
  background-color: #577684;
  border-color: #577684;
}
#contactModal .btn-primary:focus,
#confirmationModal .btn-primary:focus,
#praenatal-appointment-modal .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(110, 144, 160, 0.3);
}

/*--------------------------------------------------------------
# Untersuchung (Pranataldiagnostik) - Accordion
--------------------------------------------------------------*/
#untersuchung .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow: hidden;
}
#untersuchung .accordion-item + .accordion-item {
  margin-top: 10px;
}

#untersuchung .accordion-button {
  font-weight: 600;
  color: #6e90a0;
  background-color: #fff;
}
#untersuchung .accordion-button:not(.collapsed) {
  background-color: rgba(110, 144, 160, 0.1);
  color: #6e90a0;
  box-shadow: none;
}
#untersuchung .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(110, 144, 160, 0.3);
  border-color: #6e90a0;
}

#untersuchung .accordion-body {
  column-count: 2;
  column-gap: 2.5rem;
}
#untersuchung .accordion-body p {
  break-inside: avoid;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #untersuchung .accordion-body {
    column-count: 1;
  }
}

/*--------------------------------------------------------------
# Informationen (Praktische Informationen) - zweispaltiger Textfluss
--------------------------------------------------------------*/
#informationen .informationen-text {
  column-count: 2;
  column-gap: 2.5rem;
}
#informationen .informationen-text p {
  break-inside: avoid;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #informationen .informationen-text {
    column-count: 1;
  }
}

/*--------------------------------------------------------------
# Preise Section
--------------------------------------------------------------*/
#preise .preise-intro {
  column-count: 2;
  column-gap: 2.5rem;
  margin-bottom: 0.5rem;
}
#preise .preise-intro p {
  break-inside: avoid;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #preise .preise-intro {
    column-count: 1;
  }
}
#preise .preise-table {
  margin-top: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
#preise .preise-table thead th {
  background-color: #6e90a0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  border-color: #6e90a0;
}
#preise .preise-table thead th:first-child {
  border-left-width: 0;
}
#preise .preise-table thead th:last-child {
  border-right-width: 0;
}
#preise .preise-table tbody td {
  vertical-align: middle;
  border-color: rgba(0, 0, 0, 0.12);
}
#preise .preise-table tbody td:first-child {
  border-left-width: 0;
}
#preise .preise-table tbody td:last-child {
  border-right-width: 0;
}
#preise .preise-table tbody tr:not(.preise-group):nth-of-type(even) {
  background-color: #f5f5f5;
}
#preise .preise-table .preise-group td {
  background-color: #6b7e87;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  border-color: #6b7e87;
}
#preise .preise-table td.text-end {
  font-weight: 600;
  color: #1e2325;
  white-space: nowrap;
}
#preise .preise-table tbody tr:not(.preise-group):hover {
  background-color: rgba(231, 213, 99, 0.18);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #6b7e87 url("../gfx/CTA-bg-logo-dark.png") bottom right no-repeat;
  box-shadow: 0px 2px 15px rgba(52, 58, 64, 0.1);
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #e7d563;
  text-decoration: underline;
}
#footer .footer-top {
  padding: 60px 0 0 0;
}
#footer .footer-top .footer-hours,
#footer .footer-top .footer-contact,
#footer .footer-top .footer-links {
  margin-bottom: 40px;
}
#footer .footer-top .footer-contact h5 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 0 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
#footer .footer-top .footer-contact .footer-icon-list {
  list-style: none !important;
  padding: 0;
  margin: 0 0 20px 0;
}
#footer .footer-top .footer-contact .footer-icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none !important;
}
#footer .footer-top .footer-contact .footer-icon-list li i {
  font-size: 18px;
  margin-right: 12px;
  margin-top: 2px;
  min-width: 20px;
  text-align: center;
}
#footer .footer-top .footer-contact .footer-icon-list li span {
  line-height: 1.4;
}
#footer .footer-top .footer-contact .footer-icon-list li a {
  color: #fff;
}
#footer .footer-top .footer-contact .footer-icon-list li a[target=_blank]::after {
  content: "\f1c5";
  font-family: "bootstrap-icons";
  margin-left: 6px;
  font-size: 0.85em;
  line-height: 1;
  vertical-align: baseline;
}
#footer .footer-top .footer-contact .footer-icon-list li a:hover {
  color: #e7d563;
  text-decoration: underline;
}
#footer .footer-top .footer-contact .footer-notice {
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
#footer .footer-top .footer-hours h5 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
#footer .footer-top .footer-hours .footer-hours-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-hours .footer-hours-list li {
  padding: 5px 0;
  line-height: 1.4;
  color: #fff;
}
#footer .footer-top .footer-hours .footer-hours-list li .day {
  display: inline-block;
  min-width: 2.4em;
  font-weight: 600;
  color: #fff;
}
#footer .footer-top .footer-links h5 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
#footer .footer-top .footer-links .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links .footer-nav li {
  padding: 8px 0;
}
#footer .footer-top .footer-links .footer-nav li a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.4;
}
#footer .footer-top .footer-links .footer-nav li a:hover {
  color: #e7d563;
  text-decoration: underline;
}
#footer .footer-top .footer-links .footer-notice {
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
#footer .copyright {
  padding-top: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .copyright strong {
  color: #fff;
}
