/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/style.sass ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*  Theme Name:   neimann_gyn_child_theme
 *  Description:  Divi Child Theme
 *  Author:       ipr werbeagentur
 *  Author URI:   https://www.ipr-werbeagentur.de
 *  Template:     Divi
 *  Version:      1.0.0
 *  License:      CC BY-ND 4.0 */
#top-menu li li a:hover {
  color: #f08300 !important;
  background-color: transparent;
}

#top-menu li a {
  transition: all 0.3s ease;
}

#top-menu li a:hover {
  color: #f08300;
}

#top-menu a:first-child::after {
  display: none;
}

#top-menu li li a {
  width: 100vw;
}

.nav li ul {
  width: 100vw;
}

#main-header {
  box-shadow: none;
}

@media (max-width: 1490px) and (min-width: 980px) {
  #logo {
    max-width: 220px;
  }
}
.main-icon {
  box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: visible;
}

.pricing-row ul {
  list-style-position: outside;
}

.pricing-button:hover {
  scale: 105%;
}

.pricing-button-greyed:hover {
  cursor: default;
}

.pricing-row li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .video-width {
    min-width: 100vw !important;
  }
}
.pricing-row {
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.pricing-row .et_pb_column {
  max-width: 31.3333%;
}

@media only screen and (max-width: 980px) {
  .pricing-row .et_pb_column {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-row .et_pb_column {
    max-width: 100%;
  }
}
.pricing-row .et_pb_row {
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.pricing-card .m-ctas-start {
  margin-top: auto;
}

.pricing-card > * + * {
  margin-top: 0;
}

.pricing-card .m-cta-text + .m-cta-btn {
  margin-top: 0;
}

.pricing-card .m-cta-btn + .m-cta-text {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.m-cta-text {
  align-content: end !important;
}

/* Grundzustand: geschlossen */
.et_pb_accordion .et_pb_toggle_content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0px;
  display: block !important;
  transition: max-height 0.5s ease, height 0.5s ease, opacity 0.5s ease;
}

/* OFFEN: hierhin wird animiert */
.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content {
  max-height: 2000px;
  opacity: 1;
  padding-top: 30px;
}

.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block;
  content: "!" !important;
  color: #f08300;
}

.et_pb_accordion_item {
  transition: scale 0.3s ease;
}

.et_pb_accordion_item:hover {
  scale: 102%;
}

@media only screen and (max-width: 980px) {
  .et_pb_accordion_item:hover {
    scale: 100%;
  }
}
@media only screen and (max-width: 1530px) {
  .div.et_pb_section.et_pb_section_0_tb_footer {
    background-size: 60% auto;
  }
}
/* === Booking Buttons Shortcode === */
.buttons-booking-container {
  display: flex;
  width: 80%;
  transition: all 0.3s ease;
  border-radius: 40px;
  margin: auto;
  justify-content: center;
}

.buttons-booking-container:hover {
  scale: 105%;
  box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.3);
}

.buttons-booking-btn {
  flex: 1;
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
}

.buttons-booking-btn-left {
  border-radius: 40px 0px 0px 40px;
}

.buttons-booking-btn-right {
  border-radius: 0px 40px 40px 0px;
}

.buttons-booking-btn:hover {
  opacity: 75%;
}

.buttons-booking-btn-single {
  border-radius: 40px;
}

.et_pb_module.disabled {
  opacity: 25% !important;
  cursor: not-allowed !important;
}

.et_pb_module.disabled .buttons-booking-container:hover {
  scale: 1 !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.et_pb_module.disabled .buttons-booking-btn {
  pointer-events: none;
}

.mobile_menu_bar:before {
  color: #f08300;
}

.et_mobile_menu {
  border-top: none;
}

#et-main-area {
  padding-top: 0 !important;
}

.sprechzeiten-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.sprechzeiten-row .tag {
  width: 120px;
  text-align: left;
  flex-shrink: 0;
}
.sprechzeiten-row .zeit {
  flex: 1;
  text-align: left;
}

.nav-icons {
  display: flex !important;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}

.nav-icon {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.et_pb_image_4_tb_header.et_pb_module.nav-icon {
  margin-left: 0 !important;
}

#scrollToTopBtnWrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  z-index: 9999;
  background-color: #f08300;
  width: 60px;
  height: 60px;
  border-radius: 5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
#scrollToTopBtnWrapper:hover {
  background-color: #D37400;
  transform: translateY(-8px);
}
#scrollToTopBtnWrapper.btn-on {
  opacity: 1;
  pointer-events: all;
}

#scrollToTopBtn {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.angebot-switch {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 200px;
  height: 60px;
  background: white;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.3);
}
.angebot-switch .switch-option {
  position: relative;
  min-width: 0;
  padding: 0 30px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: 600;
  white-space: nowrap;
  color: #f08300;
  z-index: 2;
}
.angebot-switch .switch-option.active {
  color: white;
}
.angebot-switch .switch-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #f08300;
  border-radius: 40px;
  transition: transform 0.3s ease;
}
.angebot-switch.right-active .switch-slider {
  transform: translateX(100%);
}

@media (max-width: 767px) {
  .angebot-switch {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .angebot-switch .switch-option {
    min-width: 0;
    padding: 0 6px;
    font-size: clamp(15px, 4.2vw, 22px);
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
  }
}
.et_pb_video {
  opacity: 0 !important;
  transition: opacity 0.1 ease !important;
}

body.divi-video-ready .et_pb_video {
  opacity: 1 !important;
}

.youtube-video {
  transform: translateY(-1px);
}
.youtube-video .et_pb_video_box.cmplz-blocked-content-container {
  position: relative;
  background-image: url("https://themen.neimann-gyn.de/wp-content/uploads/Johannes-Neimann-Frauenheilkunde-Platzhalter.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.youtube-video .cmplz-placeholder-element {
  background: transparent !important;
}
.youtube-video .cmplz-blocked-content-notice {
  background: rgba(255, 255, 255, 0.78) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(240, 133, 0, 0.45);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  padding: 32px 42px !important;
  max-width: 430px;
  width: auto;
  color: #6f7377 !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1.2px;
  font-weight: 300;
}
.youtube-video .cmplz-blocked-content-notice-body {
  color: #6f7377 !important;
}
.youtube-video .cmplz-links {
  display: none;
}
.youtube-video .cmplz-accept-service {
  background: transparent !important;
  color: #f08500 !important;
  border: 1px solid #f08500 !important;
  border-radius: 0 !important;
  padding: 10px 26px !important;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  box-shadow: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
}
.youtube-video .cmplz-accept-service:hover {
  background: #f08500 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .youtube-video .cmplz-blocked-content-notice {
    width: calc(100% - 50px) !important;
    max-width: 340px;
    padding: 28px 25px !important;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 0.6px;
    left: 50% !important;
    border-color: rgba(240, 133, 0, 0.35);
  }
  .youtube-video .cmplz-blocked-content-notice-body {
    max-width: 260px;
    margin: 0 auto;
  }
  .youtube-video .cmplz-accept-service {
    margin-top: -32px;
    margin-top: -2rem;
    width: 100%;
    max-width: 220px;
    padding: 11px 20px !important;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .youtube-video .cmplz-links {
    display: none;
  }
}
.ytmCuedOverlayGradient {
  display: none !important;
}

.et-social-icon a > svg {
  height: 1em;
  fill: currentColor;
}

#main-footer .et-social-icons {
  width: 100%;
  text-align: center;
}
#main-footer .et-social-icon a {
  color: #ffffff;
}

/* Divi Sticky Header wirklich ganz nach oben */
.et_pb_section_0_tb_header.et_pb_sticky--top {
  top: 0 !important;
}

.site-header {
  position: relative;
  z-index: 1000;
  background: #fff;
  width: 100%;
  padding-top: env(safe-area-inset-top);
}
@supports (padding-top: max(0px)) {
  .site-header {
    padding-top: max(env(safe-area-inset-top), 0px);
  }
}
.site-header {
  transform: translateZ(0);
}
.site-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1920px;
  margin: auto;
  padding: 16px 0;
  padding: 1rem 0;
}
.site-header_logo img {
  display: block;
  max-height: 80px;
}

:root {
  --header-h: 80px;
}

#et-main-area {
  padding-top: calc(var(--header-h) + env(safe-area-inset-top));
}
@supports (padding-top: max(0px)) {
  #et-main-area {
    padding-top: calc(var(--header-h) + max(env(safe-area-inset-top), 0px));
  }
}

@media (max-width: 767px) {
  .site-header_logo img {
    max-width: 160px !important;
  }
  .site-header_inner {
    width: 90%;
  }
}
.site-nav__list {
  list-style: none !important;
  display: flex;
  align-items: center;
  gap: 16px;
  gap: 1rem;
  margin: 0;
  padding: 0 !important;
}
.site-nav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  /* für SVG-Icons später */
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.site-nav__list a:hover {
  scale: 120%;
}
.site-nav__list a:hover svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (max-width: 767px) {
  .site-nav__list a {
    width: 35px;
    height: 35px;
  }
  .site-nav__list {
    gap: 0.75em;
  }
}
.social_nav {
  background-color: #f08300;
  height: 50px;
  display: flex;
  justify-content: center;
}

.social_nav a {
  height: 25px;
  width: 25px;
}

.site-header_logo img {
  max-width: 200px;
  transition: max-height 0.3s ease, transform 0.3s ease;
  transition: max-width 0.3s ease, transform 0.3s ease;
}

.social_nav {
  background-color: #f08300;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: transform, opacity;
}

.header-wrapper {
  transition: transform 0.3s ease;
}

/* Zustand: Seite gescrollt */
body.header-scrolled .social_nav {
  opacity: 0;
  transform: translateY(-100%);
}
body.header-scrolled .site-header_logo img {
  max-width: 60px;
  max-height: 60px;
}
body.header-scrolled .header-wrapper {
  transform: translateY(-50px);
}

@media (max-width: 767px) {
  body.header-scrolled .site-header_logo img {
    max-width: 40px !important;
    max-height: 40px;
  }
}

/*# sourceMappingURL=style.css.map*/