:root {
  --prim: #69ca01;
  --sec: #7ddb19;
  --acc: #d4e2d0;
  --dark: #346500;
  --light: #d2efb2 ;
  --superLight: #f0f9e5;
}
:target {
  scroll-margin-top: 18vmin; /* Höhe der Navbar anpassen */
}

#wysiwyg-overlay {
  z-index: -1!important;
  mix-blend-mode: difference;
}

#wysiwyg-overlay h3 .wysiwyg{
  color: white!important;
  mix-blend-mode: difference;
}
body.edit-inline .spacer-1 p {
    display: block; /* sichtbar nur im Editiermodus */
}
.spacer-1 p {
    display: none; /* normal auf der Website unsichtbar */
}
html,
body {
  scroll-behavior: smooth;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

*{
  word-break: break-word;
}

h1 {
  color: black;
  font-size: 6.66vmin;
  font-weight: 900;
  margin: 0;
  font-family: "AdventPro";
}

h2 {
  color: black;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  font-family: "AdventPro";
  letter-spacing: 1.5px;
}

h3 {
  color: black;
  font-size: 1.5rem;
  font-weight: 700;

  margin: 0;
  font-family: "AdventPro";
}

h4 {
  color: black;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  font-family: "AdventPro";
}

h5 {
  color: var(--prim);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  font-family: "AdventPro";
}

h6 {
  color: var(--prim);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  font-family: "AdventPro";
}

p {
  color: black;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1.125px;
  font-family: "AdventPro"!important;
  line-height: 1.8;
}
span {
  font-family: "AdventPro"!important;
}

span.fa-star {
  font-family: FontAwesome!important;
}
a {
  color: var(--sec);
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  font-family: "AdventPro" !important;
}
input::placeholder {
  font-weight: 100;
  opacity: 0.4;
  color: black;
}
ul.custom-pointer {
  list-style: none;
  padding-left: 1em;
}
ul.custom-pointer li {
  position: relative;
  padding-left: 2.5em;
}
ul.custom-pointer li::before {
  content: "";
  position: absolute;
  padding-inline-start: 1ch;
  left: 0;
  width: 2.33vmin;
  height: 2.33vmin;
  background-image: url('/gfx/image/logo/tree.png');
  background-size: contain;
  background-repeat: no-repeat;
  /* transform: translateY(-50%); */
  filter: contrast(1);
}


.text-background {
  text-shadow: white 1px 1px 3px;
  -webkit-font-smoothing: antialiased;
}

#ueber-uns,
#unsere-leistungen,
#unsere-projekte,
#therapieangebote,
#unser-ratgeber,
#unser-service,
#kontaktieren-sie-uns,
#einleitung,
#hauptteil,
#ende {
  scroll-margin-top: 13.33vmin; /* Wert an die Höhe Deines Headers anpassen */
}

.bg-light {
  background: var(--light) !important;
}

.nav-link.active {
  color: var(--prim) !important;
}

hr {
  color: var(--prim);
}

.border-bottom-short-left {
  color: var(--prim);
  border-bottom: 5px solid var(--prim);
  width: 5vw;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.spacer-1 {
  height: 6.33vh;
}

.button {
  border: none;
  border-radius: 33px;
  background-color: var(--prim);
  color: white;
  padding-left: 0.88vw;
  padding-right: 0.88vw;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  background-size: 300% 100%;
  font-family: "AdventPro";
  font-size: 1.25rem;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--prim),
    var(--prim),
    var(--sec),
    var(--sec),
    var(--prim)
  );
}

.deny-button{
  background-image: linear-gradient(
    to right,
    #DC1C13,
    #EA4C46,
    #F07470,
    #F1959B,
    #F6BDC0,
    #DC1C13
  );

}

.button-lg {
  border: none;
  border-radius: 33px;
  font-size: 1.5rem;
  padding: 0.88vw;
  background-size: 300% 100%;

  background-color: var(--prim);
  color: white !important;
  padding-left: 1.33vw;
  padding-right: 1.33vw;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--prim),
    var(--sec),
    var(--sec),
    var(--prim)
  );
}

.button:hover,
.button-lg:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.dropshadow {
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.2));
}

.bi {
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.05));
}

/* navbar */
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  transition: all 0.5s;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.navbar {
  position: fixed;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand {
  max-width: 8vw;
}

.nav-link {
  font-size: 1.25rem;
}

/* HERO */
/* 
#hero {
  display: flex;
  flex-grow: 1;
  min-height: 100vh;
  background: transparent;
}

.hero-bg {
  background-position: center;
  background-size: cover;
  background-repeat: none;
} */
.hero-col {
  min-height: 58vmin;
  padding-left: 5.66vmin;
}
.therapieangebot-intro {
  position: relative;
  min-height: 66vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .intro-curve{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33vh;
  background-color: var(--light);

  filter: opacity(0.5);
  z-index: -1;
} */

#therapieangebot-text-field {
  position: relative;

}
#faq{
  position: relative;
}
.rollupedge {
  /* top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  background-color: var(--light);
  opacity: 0.5;
  z-index: -1; */
  position: absolute;
  top: -6.66vmin;
  bottom: -7.66vmin;
  left: 0;
  right: 0;
  background-color: var(--light);
  opacity: 0.33;
  z-index: -1;
}

/* Über uns */
.uu-img {
  max-height: 75vh;
}

/* Leistungen */
#leistungen a {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  bottom: 0;
}
/* Terminonlinebuchen */
#termin-onlinebuchen {
  display: flex;
  align-items: center;
  min-height: 44vh;
}

.swirl-img {
  position: relative;
  height: 33vh;
  width: auto;
}

/* testimonial */
.checked {
  color: orange;
}
.swiper-pagination-bullet {
  background-color: var(--prim);
}

.swiper-pagination-bullet-active {
  background-color: var(--prim);
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next-children,
.swiper-button-prev-children,
.swiper-button-next-parents,
.swiper-button-prev-parents {
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.8));
  color: var(--prim);
  z-index: 100;
  /* fill: var(--prim);  */
}
.swiper-button-next,
.swiper-button-prev {
  /* background-color: var(--prim);  */
}

#patient-testimonials {
  display: flex;
  flex-direction: column;
}
#patient-testimonials .swiper {
  width: 100%;
  height: 100%;
}

#patient-testimonials .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#patient-testimonials .card {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 23px;
  margin-top: 33px;
}
#patient-testimonials .card-body {
}
#patient-testimonials .card-text {
}
.testimonial-text {
  margin-top: 1rem;
}
.testimonial-image {
  position: absolute;
  display: flex;
  width: 100%;
  top: 0;
  justify-content: center;
  align-content: flex-start;
  z-index: 2;
}
/* therapieangebot */
#therapieangebot {
  display: flex;
  flex-direction: column;
}

.swiper-wrapper {
  margin-top: 4vh;
  margin-bottom: 6vh;
}

#therapieangebot .card h3 {
  color: var(--prim);
}
#therapieangebot .swiper {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
#therapieangebot .card,
#leistungen-album .card,
.angebote .card{
  position: relative;
  border: none;
  overflow: visible;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 55vmin;
  border-bottom-left-radius: 50px;
}
.angebote .swiper{
  margin-left: 10vmin;
}
.angebote .swiper-slide{
  border-bottom-left-radius: 50px;
}

#leistungen-album .card h3{
 color: var(--prim);
}
#leistungen-album .card {
  min-height: 45vmin;
}

#therapieangebot .card-bg,
#leistungen-album .card-bg,
.angebote .card-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#therapieangebot .card-body,
#leistungen-album .card-body,
.angebote .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: rgba(255, 255, 255, 0.88);
}
#ratgeber {
  display: flex;
  flex-direction: column;
}

#ratgeber .card-container {
}

#ratgeber .card {
  position: relative; /* Wichtig für das pseudo-element */
  overflow: hidden; /* Damit das ::before nicht übersteht */
  min-height: 33vmin; /* oder wie gewünscht */
  height: 100%;
  border: none;
  cursor: pointer;
}

/* Pseudo-Element als Hintergrund */
#ratgeber .card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.5);
  transition: filter 0.3s ease;
  z-index: 1;
}

/* Hover: Hintergrund wird heller */
#ratgeber .card:hover::before {
  filter: brightness(0.8);
}

/* Inhalt soll über dem pseudo-element liegen */
#ratgeber .card .card-body {
  bottom: 0;
  position: absolute;
  z-index: 2;
  color: white !important;
}

#ratgeber .card .card-body h4 {
  color: white !important;
  font-weight: 300;
}

/* leaflet */
svg.leaflet-attribution-flag {
  display: none !important;
}

#map {
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  height: 50vh;
  width: 100%;
  min-width: 200px;
  max-width: 77vw;
  border-radius: 8px;
  background: var(--bg);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#map a {
  color: var(--prim);
  font-size: 1rem;
}

#kontakt h4 {
  color: black;
}

#kontakt h4 strong {
  color: var(--prim);
}

#hausbesuche {
  position: relative;
}
.hausbesuche-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.hausbesuche-bg {
  position: absolute;
  top: -50vmin;
  left: 0;
  width: 100%;
  height: 120vh;
  background-color: var(--light);
  overflow: hidden;
  /* transition: all 0.6s ease-in-out; */
  filter: opacity(0.5);
  z-index: -1;
}

/* Leistungen HTMl */
#leistungen-album {
  /* background-color: var(--prim); */
}
/* Container fixiert unten rechts */
#floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* Hauptbutton rund gestalten */
#floating-buttons .main-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 8px 10px rgba(0, 0, 0, 0.6));
}

/* Container der Unterbuttons (positioniert über dem Hauptbutton) */
#floating-buttons .sub-btn-container {
  position: absolute;
  bottom: 70px; /* Abstand vom Hauptbutton */
  right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Unterbuttons: Anfangszustand (unsichtbar und leicht nach unten versetzt) */
#floating-buttons .sub-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(66px);
  transition: opacity 0.4s ease, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 6px 8px rgba(0, 0, 0, 0.6));
  pointer-events: none;
}

/* Bei aktivem Zustand (Klasse "open") erscheinen die Unterbuttons */
#floating-buttons.open .sub-btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* #accordion -defaul */
#faq {
  position: relative;
}



.accordion{
  --bs-accordion-btn-color: red;
}

.accordion-item {
  margin-bottom: 2.2vmin;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.55);
  /* filter:drop-shadow( 2px 4px 8px rgba(0, 0, 0, 0.55)) */
}
.accordion-item:last-of-type{
  margin-bottom: none;
}

.accordion-button {
  color: var(--prim); /* Textfarbe */
  text-align: left;
  background-color: var(--light); /* Hintergrundfarbe */
  /* Standard Chevron-Icon (SVG) – kann bei Bedarf angepasst werden */
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.5 6a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1h-12A.5.5 0 0 1 1.5 6z'/%3e%3c/svg%3e"); */
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.25rem;
  /* border: 1px solid var(--sec);  */

  /* border-radius: 0.25rem; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

/* Accordion: Aktiver (geöffneter) Zustand */
.accordion-button:not(.collapsed) {
  color: var(--prim); /* Textfarbe im aktiven Zustand */
  background-color: var(--light); /* Hintergrundfarbe im aktiven Zustand */
  /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); */
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23719685' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

#faq .accordion-button::after,
#faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:focus {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.125);
}
#faq .accordion-button {
  background-color: var(--prim);
}

#faq .accordion-button  {
  font-family: 'AdventPro';
  color: white !important;
  font-size: 1.5rem;
}
#backMain h3 {
  width: fit-content;
  padding: 1rem;
  padding-left: 1em;
  padding-right: 1em;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
#backMain h3:hover {
  width: fit-content;
  color: white;
  background-color: var(--prim);
  border-radius: 33px;
}
#backMain h3:hover svg{
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;

  fill: white;
}

#therapieangebot-text-field h3{
  margin-top: 1rem;
  margin-bottom: 0.66rem;
}

 

#therapieangebot-text-field ul {
  list-style: none;
  padding-left: 1em;
}
#therapieangebot-text-field ul li {
  position: relative;
  padding-left: 2.5em;
  margin-top: 2.33vmin;
}
#therapieangebot-text-field ul li::before {
  content: "";
  position: absolute;
  top:0.33vmin;
  width: 2.33vmin;
  height: 2.33vmin;
  background-image: url('/gfx/image/logo/tree.png');
  background-size: contain;
  background-repeat: no-repeat;
  /* top: 45%;
  transform: translateY(-50%); */
  filter: contrast(1);
}

.marquee {
  height: 35px;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  background-color: var(--prim);
  cursor: pointer;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow-x: hidden;
  animation: marquee 35s linear infinite;
  cursor: pointer;

}

.marquee p {
  float: left;
  width: 100%;
  color: white!important;
  cursor: pointer;

}



@keyframes marquee {
  0% { left: 100%; }
  100% { left: -100%; }
}

@media screen and (max-width: 1024px) and (orientation: portrait){
  html {
    scroll-padding-top: 18vmin;
  }
  
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  main {
    overflow-x: hidden;
  }

  h1 {
    font-size: 11vmin !important;
    z-index: 100;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
    text-shadow: white 0px 0px 20px;
    /* -webkit-font-smoothing: antialiased; */
    word-break: break-word;
  }

  h2 {
    font-size: 9vmin !important;
  }

  h3 {
    font-size: 8vmin !important;
  }

  h4 {
    font-size: 7vmin !important;
  }

  h5 {
    font-size: 6vmin !important;
  }

  h6 {
    font-size: 5vmin !important;
  }

  p {
    font-size: 6vmin !important;
    text-shadow: white 1px 1px 3px;
    -webkit-font-smoothing: antialiased;
  }

  a {
    font-size: 6vmin !important;
  }

  ul.custom-pointer li::before {
    top: 2vmin;
    width: 5.33vmin;
    height: 5.33vmin;
  }
  #therapieangebot-text-field ul li::before{
    top: 2vmin;
    width: 5.33vmin;
    height: 5.33vmin;
  }

  ul li {
    margin-top: 4.33vmin!important;
  }

  .button {
    padding: 1.33vmin;
    padding-left: 3.33vw !important;
    padding-right: 3.33vw !important;
    z-index: 100;
  }
  .button-lg {
    padding: 2.33vmin !important;
    padding-left: 6.33vw !important;
    padding-right: 6.33vw !important;
    z-index: 100;
  }

  /* navbar */
  .navbar {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100vw;
  }

  .navbar-brand {
    position: absolute;
    max-width: unset;
    xpointer-events: none;
    top: 0;
    left: 0;
    height: 87px;
  }

  .logo {
    height: 80px;
    max-width: 330px;
  }

  .hero {
    position: relative;
  }

  .hero-responsive-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vh;
    background-color: var(--light);
    overflow: hidden !important;
    /* transition: all 0.6s ease-in-out; */
    /* filter: opacity(0.5); */
    opacity: 0.5;
    z-index: -1;
  }

  .hero-img {
    position: absolute;
    top: 20vmin;
    display: flex;
    justify-content: center;
  }
  .hero-img-img {
    width: 88%;
    height: auto;
    margin: 0;
    padding: 0;
    transform: perspective(0px) rotateY(0deg);
    box-shadow: 10px 5px 20px 2px rgba(0, 0, 0, 0);
  }

  .uu-img {
    width: 66%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .hero-text-col {
    position: absolute;
    top: 0vh;
    left: 0;
  }
  .hero-button {
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* width: 75%; */
    z-index: 100;
  }
  .hero-col {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 33vh;
    left: 0;
    min-height: 10vh;
  }

  .frame {
    margin-left: 66vw;
    margin-top: 25vh;
    height: 100vh !important;
    width: 100vw !important;
    overflow: visible;
  }

  .wall {
    min-height: 56%;
    min-width: 100%;
    overflow: hidden;
  }
  .plant-one {
    margin-left: 33vw !important;
    min-height: 56%;
    overflow: hidden !important;
    min-width: 100%;
  }

  .leonie {
    margin-right: 200px;
    min-height: 56%;
    min-width: 100%;
    overflow: hidden;
  }
  #ueber-uns {
    position: relative;
    min-height: 66vh;
  }
  /* .uu-img-col{
    position: absolute;
    top: 36vmin;
    left: -33vw;
    z-index: -1;
  } */
  /* .uu-img-col {
    top: 18vh;
    left: -20vw;
    display: flex;
    justify-content: center;
    height: 43vh;
  } */

  .border-bottom-short-left {
    border-bottom: 5px solid var(--prim);
    width: 18.33vw;
  }

  .angebote .swiper{
    margin-left: 0;
  }

  #leistungen .bi {
    width: 13vmin;
    height: 13vmin;
  }

  #termin-onlinebuchen {
    position: relative;
  }

  .swirl-img-col {
    position: absolute;
    top: 6.66vh;
    left: -25vw;
  }
  .swirl-img {
    filter: contrast(90%) blur(2px) !important;
  }

  .funky-button {
    width: 100% !important;
  }
  .funky-button h3 {
    font-size: 6.66vw !important;
  }
  .funky-button-wrapper {
    width: 100% !important;
  }

  #therapieangebot .swiper-slide {
    display: flex;
    justify-content: center;
  }
  #therapieangebot .card {
    width: 95%;
    background-position: 33% 50%;
    min-height: 66vh;
  }
  #therapieangebot .card-body {
  }

  .angebote .card {
    min-height: 66vh;
  }

  #ratgeber .card {
    min-height: 50vh;
  }

  #map {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hausbesuche-bg {
    top: -75vmin;
  }

  svg.squiggle {
    stroke-width: 1px !important;
  }
  .accordion-item{
    margin-bottom: 6.66vmin;
  }
  .accordion-item:last-of-type{
    margin-bottom: none;
  }
  #timeline   p {
    font-size: 6vmin !important;
    text-shadow: unset;
    -webkit-font-smoothing: unset;
  }
  #faq .accordion-button  {
    font-size: 8vmin !important;
  }

  #backMain h3 {
    width: 100vw !important;
    padding: 1rem;
    padding-left: 1em;
    padding-right: 1em;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
  }
  #backMain h3:hover {
    width: fit-content;
    color: white;
    background-color: var(--prim);
    border-radius: 33px;
  }
  #leistungen-album .card {
    min-height: 66vh;
  }

  
  .navbar-nav .dropdown-menu {
    /* margin-top: -3.33vh !important;
    margin-bottom: 1.33vh!important; */
    opacity: 0;
    /* visibility: hidden; */
    display: none;
    background: transparent;
    border: none;
  }
  .navbar-nav .dropdown-menu.show {
    opacity: 1;
    /* visibility: visible; */
    display: block;
}
  .hero-h1{
    text-align: center;
  }


.marquee {
  height: 35px;
  width: 100vw;
  top: 87px;
  left: 0;
  bottom: unset;
  overflow: hidden;
  position: fixed;
}

.marquee div {
  display: block;
  width: 550%;
  height: 35px;
  position: absolute;
  overflow-x: hidden;
  animation: marquee 18s linear infinite;

}

.marquee p {
  float: left;
  width: 333%;
}

@keyframes marquee {
  0% { left: 100%; }
  100% { left: -550%; }
}



  
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  h1 {
    font-size: 9vmin !important;
    z-index: 100;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
    text-shadow: white 0px 0px 20px;
    /* -webkit-font-smoothing: antialiased; */
    word-break: break-word;
  }

  h2 {
    font-size: 7vmin !important;
  }

  h3 {
    font-size: 6vmin !important;
  }

  h4 {
    font-size: 5vmin !important;
  }

  h5 {
    font-size: 4vmin !important;
  }

  h6 {
    font-size: 3vmin !important;
  }

  p {
    font-size: 4vmin !important;
    text-shadow: white 1px 1px 3px;
    -webkit-font-smoothing: antialiased;
  }

  a {
    font-size: 4vmin !important;
  }
  #faq .accordion-button  {
    font-size: 4vmin !important;
  }
  .marquee{
    height: 60px;
  }
  .marquee div{
    height: 65px;
  }
  ul.custom-pointer li {
    padding-left: 3em;
  }

  .navbar-nav .dropdown-menu {
    margin-top: -1.33vh!important;
  }

  #floating-buttons .button{
    padding-left: unset!important;
    padding-right: unset!important;
  }
  #floating-buttons .sub-btn{
    padding-left: 0!important;
    padding-right: 0!important;
  }

  #floating-buttons .sub-btn .bi{
    width: 30px!important;
    height: 30px!important;
  }



  #patient-testimonials .card {
    min-width: 80vw!important;
  }
  #timeline p {
    font-size: 3vw !important;
  }

}


/* Universal  */

/* Burger Menu */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

/* Entferne Hover-, Focus- und Active-Effekte */
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar label {
  display: flex;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
}

.navbar label span {
  background: var(--prim);
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navbar span:nth-of-type(1) {
  width: 50%;
}

.navbar span:nth-of-type(2) {
  width: 100%;
}

.navbar span:nth-of-type(3) {
  width: 75%;
}

.navbar input[type="checkbox"] {
  display: none;
}

.navbar input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}

.navbar input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}

.navbar input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

/* Font  */
@font-face {
  font-family: "AdventPro";
  src: url(/css/fonts/LeagueSpartan-VariableFont_wght.ttf);
}

/* TEST */
/* div {
  border: blue 1px dotted;
}
section {
  border: red 1px solid;
}
a,
button {
  border: red 1px solid;
} */

/* svg squiggle */
svg.squiggle {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100vw; */
  z-index: -1;
}

svg.squiggle path {
  stroke-width: 3px;
  /* vector-effect: non-scaling-stroke; */
}

/* Funky Button */
.funky-button {
  display: flex;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  padding: 0.8vmin;
  margin: 2rem;
  color: white;
  border-radius: 50vmin;
  position: relative;
  /* background-color: var(--light); */
  cursor: pointer;
  overflow: hidden;
}

.funky-button h3 {
  color: white;
}

.funky-button-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.funky-button-wrapper {
  display: flex;
  width: 20vw;
  position: relative;
  border-radius: 50vmin;
  transition: all 0.3s ease;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  overflow: visible;
}

.child,
.parent {
  width: 50%;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1;
  color: white;
  padding: 1vmin;
  overflow: hidden;
}

#highlight {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: var(--prim);
  border-radius: 50vmin;
  transition: all 0.3s ease;
}

/* NEUMORPHISM */
.neumporphism-flat {
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}
.neumporphism-concave {
  background: linear-gradient(145deg, var(--sec), var(--light));
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}

/* TEST */

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.logo {
  position: relative;
  width: 33vmin;
  height: auto;
}

#hero {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100vw;
  align-items: center;
  align-items: center;
  justify-content: center;
}

.frame {
  /* margin-top: 25vh; */
  position: relative;
  height: 50vmin;
  width: 60vw;
  /* background-color: blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.wall {
  position: absolute;
  height: 64vmin;
  width: 36vmin;
  display: flex;
  background-image: url(/gfx/image/hero/phil-5i0GnoTTjSE-unsplash.jpg);
  background-position: top;
  background-size: cover;
  transform: unset;
  z-index: 1;
  box-shadow: 4px 8px 12px 2px rgba(0, 0, 0, 0.6);
}
.plant-one {
  position: absolute;
  margin-left: 25vmin;
  height: 64vmin;
  width: 36vmin;
  transform: perspective(1000px) rotateY(-13.3deg);
  background-image: url(/gfx/image/hero/plant-two.png);
  background-position: top;
  background-size: cover;
  filter: drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6)) brightness(80%)
    contrast(130%) hue-rotate(-35deg);
  z-index: 2;
  /* animation: greyScale 2s; */
}
.swirl {
  position: absolute;
  height: 15vmin;
  width: 15vmin;
  margin-bottom: 55vmin;
  margin-right: 33vmin;
  transform: perspective(1000px) rotateY(-13.3deg);
  background-image: url(/gfx/image/hero/swirl.webp);
  background-position: top;
  background-size: cover;
  filter: drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6));
  z-index: 3;
  /* animation: greyScale 2s; */
}
.leonie {
  position: absolute;
  margin-right: 200px;
  height: 64vmin;
  width: 36vmin;
  background-image: url(/gfx/image/hero/leonie.png);
  background-position: top;
  background-size: cover;
  z-index: 4;
  filter: drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6));
}

@keyframes wiggle {
  0%,
  100% {
    margin-right: 200px;
  }
  50% {
    margin-right: 196px;
  }
}

.imgMovementSwayX {
  animation: startpointX, sway-x;
  animation-duration: 2s, 4s;
  animation-delay: 0s, 2s;
  animation-timing-function: ease-in, ease-in-out;
  animation-iteration-count: 1, infinite;
}

.imgMovementSwayY {
  animation: startpointY, sway-y;
  animation-duration: 2s, 4s;
  animation-delay: 0s, 2s;
  animation-timing-function: ease-in, ease-in-out;
  animation-iteration-count: 1, infinite;
}

@keyframes startpointX {
  0% {
    transform: translateX(0%) perspective(1000px) rotateY(0deg);
    /* filter:grayscale(100%) drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6)); */
  }
  100% {
    transform: translateX(-1%) perspective(1000px) rotateY(-13.3deg);
    /* filter: grayscale(0%)  drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6)); */
  }
}

@keyframes startpointY {
  0% {
    transform: translateY(0%) perspective(1000px) rotateY(0deg);
    /* filter:grayscale(100%) drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6)) */
  }
  100% {
    transform: translateY(-0.5%) perspective(1000px) rotateY(-13.3deg);
    /* filter:grayscale(0%) drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6)) ; */
  }
}

@keyframes greyScale {
  0% {
    filter: grayscale(100%) drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6));
  }
  100% {
    filter: grayscale(0%) drop-shadow(8px 12px 2px rgba(0, 0, 0, 0.6));
  }
}

@keyframes sway-x {
  0%,
  100% {
    transform: translateX(-1%) perspective(1000px) rotateY(-13.3deg);
  }
  50% {
    transform: translateX(1%) perspective(1000px) rotateY(-13.3deg);
  }
}

@keyframes sway-y {
  0%,
  100% {
    transform: translateY(-0.5%) perspective(1000px) rotateY(-13.3deg);
  }
  50% {
    transform: translateY(0.5%) perspective(1000px) rotateY(-13.3deg);
  }
}


/* Wyswiwyg */

#wysiwyg-overlay {
  z-index: -1!important;
  mix-blend-mode: difference;
}

#wysiwyg-overlay h3 .wysiwyg{
  color: white!important;
  mix-blend-mode: difference;}

  body.edit-inline #faq .accordion-button{
    color: white!important;
  }

body.edit-inline #faq .accordion-button:not(.collapsed){
  color: white!important;
}

.slider-col{
  display: flex;
  justify-content: center;
}
.slider-b-a {
  position: relative;
  width: 80vmin;
  height: 60vmin;
  overflow: hidden;
}

.img-container-before,
.img-container-after {
  position: absolute;
  width: 80vmin;
  height: 60vmin;
}

.img-container-before {
  width: 50%;
  overflow: hidden;
}

.slider-b-a img {
  width: 80vmin;
  height: 60vmin;
  object-fit: cover;
}

.slider {
  width: 0.5rem;
  background: white;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
