@charset "UTF-8";
/**
 * @LastCodex Modified: 2026-03-31 17:21:54 CEST
 */
/**
 * @Author: Andrea Dittler | webspezi.com
 * @Date:   2026-03-31 11:02:32
 * @Last Modified by:   Andrea Dittler | webspezi.com
 * @Last Modified time: 2026-03-31 15:41:02
 */
#topnavNB .nav-link {
  font-size: 1.3rem;
}
#topnavNB .nav-link:hover {
  color: var(--bs-success);
}
#topnavNB .active > .nav-link {
  color: var(--bs-success);
}
#topnavNB .level_2 .nav-link {
  font-size: 0.9rem;
}
#topnavNB .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(/images/health-drink-leaves-bgimage.jpg);
  padding: 15px;
  background-size: cover;
  background-blend-mode: overlay;
}
#topnavNB .navbar-brand img {
  max-height: 140px;
}

main {
  margin-top: 30px;
  min-height: calc(100vh - 260px);
}

h2,
.h2 {
  font-size: 2.6rem;
  font-weight: normal;
}

body:not(.body---de--index) h1 {
  position: relative;
  display: inline-block;
  padding-top: 0.45rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
body:not(.body---de--index) h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.1em;
  width: 1.35em;
  height: 2px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.22);
}

.form-control.error {
  border-color: #dc3545;
  background-color: #fff5f5;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.18);
}

.form-control.error:focus {
  border-color: #b42318;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.28);
}

.bild {
  max-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bild img {
  width: 100vw;
  display: block;
}

.infobox.startseite {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.infobox.startseite h2 {
  margin: 0;
  color: var(--bs-success);
}
.infobox.startseite i {
  display: block;
  margin: 0;
  color: #d9f99d;
  font-size: clamp(3rem, 8vw, 5.5rem);
}

.infobox.kontakt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: 100%;
  padding: 3rem 2rem;
  text-align: center;
}
.infobox.kontakt .iconline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(16rem, 40vw, 38rem);
  min-height: 5rem;
}
.infobox.kontakt .iconline::before,
.infobox.kontakt .iconline::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(5rem, 14vw, 12rem);
  height: 1px;
  background: #d9d9d4;
  transform: translateY(-50%);
}
.infobox.kontakt .iconline::before {
  right: calc(50% + 2.5rem);
}
.infobox.kontakt .iconline::after {
  left: calc(50% + 2.5rem);
}
.infobox.kontakt .iconline i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: var(--bs-success);
  font-size: 2.5rem;
  z-index: 1;
}
.infobox.kontakt h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}
.infobox.kontakt .infobox-body {
  margin: 0;
  color: #5a5d62;
  line-height: 1.4;
}

.accordion.v2 {
  --acco-icon-size: 2rem;
  --acco-title-color: #1f2328;
  --acco-text-color: #5a5d62;
  margin-top: 2rem !important;
}
.accordion.v2 .accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 20px;
}
.accordion.v2 .accordion-header {
  margin: 0;
}
.accordion.v2 .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  padding-left: calc(var(--acco-icon-size) + 1.5rem);
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--acco-title-color);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.accordion.v2 .accordion-button:not(.collapsed) {
  color: var(--bs-success);
  background: transparent;
  box-shadow: none;
}
.accordion.v2 .accordion-button::after {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--acco-icon-size);
  height: var(--acco-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  background-color: #f3f3f1;
  color: #d6d6d2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  border-radius: 0;
  flex-shrink: 0;
  margin-left: 0;
}
.accordion.v2 .accordion-button:not(.collapsed)::after {
  content: "−";
  background-color: var(--bs-success);
  color: #fff;
}
.accordion.v2 .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion.v2 .accordion-collapse {
  border: 0;
}
.accordion.v2 .accordion-body {
  padding: 2rem 0 0 calc(var(--acco-icon-size) + 1.5rem);
  color: var(--acco-text-color);
}

.has-wsBlocksGoogleMap > div {
  aspect-ratio: 16/9;
  width: 100%;
  background: url(/images/google-bg.png);
}
.has-wsBlocksGoogleMap > div.wsBlocksGoogleMap iframe,
.has-wsBlocksGoogleMap > div.wsBlocksGoogleMap > div {
  width: 100%;
  height: 100%;
}

.GoogleNoCookies {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 3rem;
  text-align: center;
}
.GoogleNoCookies > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
  max-width: 42rem;
}

@media (max-width: 991.98px) {
  #topnavNB .nav-rechts {
    display: block;
    width: 100vw;
  }
  .GoogleNoCookies {
    padding: 1.5rem;
  }
  .infobox.kontakt {
    gap: 1.5rem;
    padding: 2rem 1rem;
  }
  .infobox.kontakt .iconline {
    min-width: min(100%, 18rem);
    min-height: 4rem;
  }
  .infobox.kontakt .iconline::before,
  .infobox.kontakt .iconline::after {
    width: clamp(2.5rem, 16vw, 4.5rem);
  }
  .infobox.kontakt .iconline::before {
    right: calc(50% + 1.9rem);
  }
  .infobox.kontakt .iconline::after {
    left: calc(50% + 1.9rem);
  }
  .infobox.kontakt h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  .infobox.kontakt p {
    font-size: clamp(1.2rem, 6vw, 1.6rem);
  }
  .accordion.v2 {
    --acco-icon-size: 1rem;
  }
  .accordion.v2 .accordion-button {
    padding-left: calc(var(--acco-icon-size) + 1rem);
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }
  .accordion.v2 .accordion-button::after {
    font-size: 2rem;
  }
  .accordion.v2 .accordion-body {
    padding-left: calc(var(--acco-icon-size) + 1rem);
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    font-size: 1.1rem;
  }
}
.bg-success .card {
  color: white !important;
}

footer {
  background-color: var(--bs-success);
  padding-top: 25px;
  padding-bottom: 25px;
}
footer,
footer a {
  color: white !important;
}
