@charset "UTF-8";
/*

0-600px:        Phone
600-900px:      Tablet Portrait
900-1200px:     Tablet Landscape
1200-1800px:    Normal Styles Apply
1800+ :         Big Screens


$breakpoint arguement choices:
-phone
-tab-port
-tab-land
-big-desktop

*/
/* Bebas Neue Variable Font */
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
/* Roboto Flex Variable Font */
@font-face {
  font-family: "Roboto Flex";
  src: url("../fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf") format("truetype");
  font-weight: 100 1000;
  font-display: swap;
}
body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #57595D;
}

h1, h2 {
  font-family: "Bebas Neue", sans-serif;
  color: #BD7F0E;
}

h3, h4, h5, h6 {
  font-family: "Roboto Flex", sans-serif;
}

a {
  color: #10A68E;
  text-decoration: underline;
}
a:hover {
  color: rgb(11.5164835165, 119.4835164835, 102.2087912088);
}

.row {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.row:not(:last-child) {
  margin-bottom: 30px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row [class^=col-] {
  float: left;
}
.row [class^=col-]:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 37.5em) {
  .row [class^=col-] {
    width: 100% !important;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  row-gap: 6rem;
}

/* Mobil: auf 1 Spalte runter */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
/* Tablet: 2 Spalten */
@media (min-width: 769px) and (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.downloads-accordion {
  margin-top: 4rem;
}
.downloads-accordion .accordion {
  border-top: 1px solid #ddd;
}
.downloads-accordion .accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}
.downloads-accordion .accordion .accordion-item .accordion-header {
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  font-weight: bold;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: background 0.3s ease;
}
.downloads-accordion .accordion .accordion-item .accordion-header.active {
  background-color: #e6f2f5;
}
.downloads-accordion .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 1.5rem;
}
.downloads-accordion .accordion .accordion-item .accordion-content.active {
  padding: 1.5rem;
  max-height: 1000px;
}
.downloads-accordion .accordion .accordion-item .accordion-content form.form-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
}
.downloads-accordion .accordion .accordion-item .accordion-content form.form-block input,
.downloads-accordion .accordion .accordion-item .accordion-content form.form-block select {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}
.downloads-accordion .accordion .accordion-item .accordion-content form.form-block button {
  padding: 1rem;
  background-color: #b19053;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.downloads-accordion .accordion .accordion-item .accordion-content form.form-block button:hover {
  background-color: #977b3f;
}

.form-success {
  background: #e6f9e6;
  border: 1px solid #66cc66;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  color: #336633;
  font-weight: bold;
}

.berichte-box {
  margin: 0 auto 4rem auto;
  max-width: 900px;
}
.berichte-box .berichte-heading {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #BD7F0E;
}
.berichte-box .accordion {
  border-bottom: 1px solid #57595D;
  padding: 1.5rem 0;
}
.berichte-box .accordion + .accordion {
  margin-top: 1rem;
}
.berichte-box .accordion .accordion-toggle {
  font-size: 1.7rem;
  font-weight: 600;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  line-height: 1.4;
  padding: 0.2rem 2rem 0.2rem 0;
  border-radius: 6px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, outline-color 0.25s ease;
}
.berichte-box .accordion .accordion-toggle .chevron {
  width: 10px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 1rem;
}
.berichte-box .accordion h3 > .accordion-toggle {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.berichte-box .accordion .accordion-toggle:focus,
.berichte-box .accordion .accordion-toggle:focus-visible {
  background-color: rgba(10, 127, 109, 0.12) !important;
  box-shadow: 0 0 0 3px rgba(10, 127, 109, 0.28) !important;
  outline: var(--nrv-focus-ring-width) solid var(--nrv-focus-ring-color);
  outline-offset: var(--nrv-focus-ring-offset);
}
.berichte-box .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0.5rem;
}
.berichte-box .accordion .accordion-content form.form-block {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1rem;
  max-width: 800px;
  margin: 0 auto;
}
.berichte-box .accordion .accordion-content form.form-block input,
.berichte-box .accordion .accordion-content form.form-block select {
  padding: 1.2rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  color: #57595D;
}
.berichte-box .accordion .accordion-content form.form-block input::placeholder,
.berichte-box .accordion .accordion-content form.form-block select::placeholder {
  color: #898d94;
  font-style: italic;
}
.berichte-box .accordion .accordion-content form.form-block button {
  padding: 1.2rem;
  background-color: #0a7f6d;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 1.6rem;
  max-width: 25rem;
}
.berichte-box .accordion .accordion-content form.form-block button:hover {
  background-color: rgb(6.2773722628, 79.7226277372, 68.4233576642);
}
.berichte-box .accordion .accordion-content .form-field label,
.berichte-box .accordion .accordion-content .form-fieldset legend {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #2f3338;
}
.berichte-box .accordion .accordion-content .form-fieldset {
  border: 1px solid #b7bbc2;
  border-radius: 8px;
  padding: 1rem 1.2rem 1.2rem;
}
.berichte-box .accordion .accordion-content .required-indicator {
  color: #a12626;
  font-weight: 700;
}
.berichte-box .accordion .accordion-content .field-error {
  color: #a12626;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.berichte-box .accordion .accordion-content .form-feedback {
  margin-top: 1.2rem;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.berichte-box .accordion .accordion-content .form-feedback:focus, .berichte-box .accordion .accordion-content .form-feedback:focus-visible {
  outline: var(--nrv-focus-ring-width) solid var(--nrv-focus-ring-color);
  outline-offset: var(--nrv-focus-ring-offset);
  box-shadow: 0 0 0 3px rgba(10, 127, 109, 0.18);
}
.berichte-box .accordion .accordion-content .form-feedback.form-error {
  background: #fff1f1;
  border-color: #d95151;
  color: #6f1010;
}
.berichte-box .accordion .accordion-content .form-feedback.form-success {
  background: #ecf9f3;
  border-color: #2d9f75;
  color: #0d5c43;
}
.berichte-box .accordion .accordion-content .captcha-field {
  margin-top: 0.4rem;
}
.berichte-box .accordion .accordion-content input[aria-invalid=true],
.berichte-box .accordion .accordion-content select[aria-invalid=true],
.berichte-box .accordion .accordion-content textarea[aria-invalid=true] {
  border-color: #c03c3c;
}
.berichte-box .accordion.open .accordion-content {
  max-height: 1000px;
  opacity: 1;
}
.berichte-box .accordion.open .chevron {
  transform: rotate(-135deg);
}

.form-success {
  background: #e6f9e6;
  border: 1px solid #66cc66;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  color: #336633;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #57595D;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

/* >>> statt .site-wrapper den echten Wrapper aus dem Markup targeten */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100dvh; /* stellt das "Kleben" sicher */
  flex: 1 0 auto; /* füllt den Body-Flex mit */
}

/* Main füllt den verbleibenden Raum */
.site-content {
  flex: 1 0 auto;
}

/* >>> Footer: Klassenname angleichen (.site-footer) und kleben lassen */
.site-footer {
  margin-top: auto; /* drückt ihn nach unten */
  height: auto; /* keine feste Höhe! */
  /* deine bestehenden Styles hier ergänzen: padding, background, color ... */
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex: 1;
}

.site-content {
  flex: 1;
}

h1, h2 {
  font-family: "Bebas Neue", sans-serif;
  color: #BD7F0E;
}

h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 6rem;
  line-height: 6rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
}

p {
  font-size: 1.8rem;
}

a {
  color: #57595D;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

.aktuelles-home {
  margin-top: 6rem;
}

.partner-logos {
  margin-top: 6rem;
}

.hero-section {
  height: 45vh;
  max-height: 1000px;
  min-height: 800px;
  background-size: cover;
  background-position: top right;
}

.text-box {
  position: relative;
  top: 8rem;
  padding-left: 5rem;
}

.heading-primary {
  max-width: 60rem;
}
.heading-primary-main {
  display: block;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 1rem;
  animation: moveInLeft 1s ease-out;
}
.heading-primary-sub {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  color: #57595D;
  animation: moveInRight 1s ease-out;
}

.kontakt-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  margin-top: 2rem;
}

.wolke-kontaktbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 28rem;
  aspect-ratio: 513/304;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 2rem;
  background-image: url("assets/img/wolke-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  animation: moveInBottom 1s ease-out;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}
.wolke-kontaktbox .kontakt-text {
  margin-top: 2rem;
  text-align: center;
  text-decoration: none;
  padding: 1.2rem;
  transition: transform 0.2s ease;
}
.wolke-kontaktbox .kontakt-text p {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0.5rem 0;
}
.wolke-kontaktbox .kontakt-text strong {
  font-weight: bold;
}
.wolke-kontaktbox .kontakt-text:hover {
  transform: scale(1.02);
}

.auszeichnung {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeIn 1s ease-in forwards;
}
.auszeichnung img {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
}
.auszeichnung .google-rating img {
  background-color: white;
  padding: 0.5rem;
  border-radius: 0.3rem;
  height: 100px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 600px) {
  .wolke-kontaktbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    max-width: 50rem;
    aspect-ratio: 513/304;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0.5rem;
  }
  .wolke-kontaktbox .kontakt-text {
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    transition: transform 0.2s ease;
  }
  .wolke-kontaktbox .kontakt-text p {
    font-family: "Roboto Flex", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0.3rem 0;
  }
  .auszeichnung {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeIn 1s ease-in forwards;
  }
  .auszeichnung img {
    max-width: 90px;
    height: auto;
    display: block;
  }
  .auszeichnung .google-rating img {
    background-color: white;
    padding: 0.5rem;
    border-radius: 0.3rem;
    height: 70px;
    width: auto;
    object-fit: contain;
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-brand ul {
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.self-left {
  justify-self: flex-start;
}

.nav-main ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

.menu-btn {
  display: flex;
  justify-content: end;
  top: 2rem;
}

.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  padding: 1.4rem;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  flex-direction: column;
  gap: 1rem;
  z-index: 30;
  text-transform: uppercase;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.nav-mobile.is-active {
  transform: translateX(0);
  opacity: 1;
}
.nav-mobile .brand-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}
.nav-mobile .brand-list li {
  flex: 0 0 auto;
}
.nav-mobile .brand-list li a {
  display: inline-block;
  padding: 0.5rem;
}
.nav-mobile .brand-list li a img {
  max-height: 30px;
  display: block;
}
.nav-mobile .brand-list form {
  flex: 1 0 auto;
}
.nav-mobile .brand-list form input {
  width: 100%;
  border-radius: 50px;
}
.nav-mobile .close-btn {
  display: flex;
  justify-content: end;
  top: 3rem;
}
.nav-mobile .main-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile .main-nav-list li a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #333;
}
.nav-mobile .main-nav-list li a:hover {
  color: #555;
}

.nav-mobile li.has-submenu {
  position: relative;
}
.nav-mobile li.has-submenu ul {
  display: none;
  flex-direction: column;
  list-style: none;
  padding-left: 1rem;
  margin-top: 0.3rem;
  border-left: 2px solid #ccc;
}
.nav-mobile li.has-submenu.is-open > ul {
  display: flex;
}

.nav-main ul li {
  position: relative;
}
.nav-main ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  list-style: none;
  padding: 0.5rem 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  width: auto;
  min-width: 220px;
  z-index: 10;
}
.nav-main ul li ul li a {
  display: block;
  padding: 1.2rem 1.5rem;
  white-space: nowrap;
  color: #333;
  font-size: 1.4rem;
}
.nav-main ul li ul li a:hover {
  background-color: #f5f5f5;
}
.nav-main ul li ul li + li {
  margin-top: 0.2rem;
}
.nav-main ul li:hover > ul {
  display: block;
}

.search-form {
  position: relative;
}
.search-form input[type=search] {
  padding-right: 4rem;
}
.search-form .search-submit {
  position: absolute;
  right: 1rem;
  top: 40%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #0a7f6d;
}
.search-form .search-submit svg, .search-form .search-submit i {
  font-size: 1.6rem;
}

@media (max-width: 600px) {
  .site-header .container .row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.site-footer {
  background-color: #9B6400;
  color: white;
  padding: 4rem 1rem 4rem;
}
.site-footer .footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.site-footer .footer-nav-wrapper ul.footer-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav-wrapper ul.footer-nav li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.site-footer .footer-nav-wrapper ul.footer-nav li a:hover {
  color: white;
}
.site-footer .copy {
  font-size: 1.4rem;
  opacity: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .site-footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer .copy {
    text-align: left;
    width: 100%;
  }
}

.form-control {
  border: 1.5px solid #0a7f6d;
  padding: 8px;
  padding-left: 25px;
  border-radius: 50px;
  margin-right: auto;
  font-size: 16px;
  font-style: italic;
  margin-top: -1.5rem;
}

::placeholder {
  font-size: 16px;
  color: #0a7f6d;
  opacity: 1; /* Firefox */
}

.btn-primary {
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #0a7f6d;
  color: white;
  padding: 6px 35px;
  border: none;
  border-radius: 100px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-secondary {
  font-family: "Roboto Flex", "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: white;
  color: black;
  padding: 12px 35px;
  border: none;
  border-radius: 100px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-text {
  font-size: 0.9rem;
  color: #57595D;
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-decoration: underline;
}

@media (max-width: 920px) {
  .hideOnMobile {
    display: none !important;
  }
}
@media (min-width: 920px) {
  .hideOnDesktop {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .nav-mobile {
    width: 100%;
  }
  .text-box {
    top: 2rem;
    padding-left: 3rem;
  }
  .heading-primary-main {
    font-size: 4rem;
  }
  .heading-primary-sub {
    font-size: 2rem;
  }
  .wolke {
    width: 20rem;
  }
  .hero-section {
    height: 55vh;
    background-position: center;
    min-height: auto;
  }
}
.schnellkontakte-container {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.schnellkontakte-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s ease;
  opacity: 0;
}
.schnellkontakte-list.active {
  max-height: 500px;
  opacity: 1;
}

.schnellkontakt-item {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #0a7f6d;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex-grow: 1;
  flex-shrink: 0;
  color: #333;
}
.schnellkontakt-item:not(.orange):not(.blue):hover {
  background-color: #0a7f6d;
  color: #ffffff;
}
.schnellkontakt-item:not(.orange):not(.blue):hover * {
  color: #ffffff;
}
.schnellkontakt-item.orange {
  background-color: #E08733;
  color: #ffffff;
  border: none;
}
.schnellkontakt-item.orange * {
  color: #ffffff !important;
}
.schnellkontakt-item.orange:hover {
  background-color: rgb(216.5872340426, 122.0957446809, 32.9127659574);
}
.schnellkontakt-item.blue {
  background-color: #63A9D6;
  color: #ffffff;
  border: none;
}
.schnellkontakt-item.blue * {
  color: #ffffff !important;
}
.schnellkontakt-item.blue:hover {
  background-color: rgb(78.807106599, 157.8680203046, 208.692893401);
}

.schnellkontakte-toggle {
  z-index: 20;
  position: relative;
  width: 220px;
  margin: 0px auto 1rem auto;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 0.8rem 1rem;
  text-align: center;
  font-weight: bold;
  color: #0a7f6d;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.schnellkontakte-toggle:hover {
  background-color: #f0f0f0;
}

.chevron {
  border: solid #0a7f6d;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), margin-top 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}
.chevron.down {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.grid-top .inner {
  border-bottom: 1px solid #a55800;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4rem;
  max-width: 1300px;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}
@media (max-width: 1024px) {
  .grid-top .inner {
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .grid-top .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .grid-top .inner {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1rem;
  }
}

.headline {
  grid-column: span 5;
  font-weight: 800;
  text-transform: uppercase;
}
.headline h1 {
  font-size: clamp(4rem, 6vw, 8rem);
  line-height: clamp(4rem, 6vw, 9rem);
  color: #898d94;
}

.textblock {
  grid-column: span 7;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #57595D;
}
.textblock p {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .grid-top {
    padding: 2rem 2rem;
    gap: 2rem;
  }
  .headline {
    grid-column: span 12;
    text-align: start;
  }
  .headline h1 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 1.1;
    word-break: break-word;
  }
  .textblock {
    grid-column: span 12;
    padding-right: 0;
    text-align: start;
  }
}
@media (max-width: 600px) {
  .grid-top {
    padding: 0 2rem;
    gap: 2rem;
  }
  .headline {
    grid-column: span 12;
    text-align: start;
  }
  .headline h1 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 1.1;
    word-break: break-word;
  }
  .textblock {
    grid-column: span 12;
    padding-right: 0;
    text-align: start;
  }
  .textblock p {
    font-size: 2.5rem;
  }
}
.produkt-icon {
  width: 64px;
  height: auto;
  margin-bottom: 1rem;
}
.produkt-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.page-produktname {
  font-size: 3rem;
  color: #57595D;
}

.headlineprodukte {
  margin: 8rem 0 4rem 0;
  line-height: clamp(4rem, 4vw, 6rem);
}

.main-post-content {
  max-width: 920px;
  margin: 4rem auto;
  padding: 0 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #57595D;
}
.main-post-content p {
  margin-bottom: 1.5rem;
}
.main-post-content h2, .main-post-content h3, .main-post-content h4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.main-post-content ul, .main-post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.main-post-content ul li, .main-post-content ol li {
  margin-bottom: 0.7rem;
}
.main-post-content a {
  color: #0a7f6d;
  text-decoration: underline;
  cursor: pointer;
}
.main-post-content a:hover {
  color: rgb(11.5164835165, 119.4835164835, 102.2087912088);
}
.main-post-content .wp-block-button {
  margin: 2rem 0;
}
.main-post-content .wp-block-button .wp-block-button__link {
  background-color: #005ca9;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.main-post-content .wp-block-button .wp-block-button__link:hover {
  background-color: #003d73;
}
.main-post-content hr {
  border: none;
  border-top: 2px solid #ccc;
  margin: 3rem 0;
}
.main-post-content .wp-block-columns {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.main-post-content .wp-block-column {
  flex: 1 1 100%;
  min-width: 250px;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.cooperation-text {
  flex-grow: 0;
  margin-bottom: 1rem;
}

.card-link {
  font-size: 1.8rem;
  color: #0a7f6d;
  margin-top: auto;
  align-self: flex-start;
}

.cooperation-card {
  background: #fff;
  border-radius: 1rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cooperation-card .card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cooperation-card .logo-wrap img {
  max-height: 20px;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.cooperation-card .cooperation-text {
  font-size: 1.8rem;
  color: #57595D;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.cooperation-card .card-footer {
  margin-top: auto;
}
.cooperation-card .cooperation-btn {
  padding: 0.8rem 4rem;
  font-size: 1.7rem;
  font-weight: 800;
  border-radius: 6rem;
  font-weight: 500;
  display: inline-block;
}

.copy p {
  font-size: 1.5rem;
}

.search-results {
  padding: 4rem 1.5rem;
}
.search-results .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.search-results .search-title {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.search-results .search-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.search-results .search-item {
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.search-results .search-item h2 {
  margin-top: 0;
  font-size: 4rem;
}
.search-results .search-item p {
  font-size: 2rem;
  color: #444;
}
.search-results .pagination {
  margin-top: 3rem;
  text-align: center;
}
.search-results .no-results {
  text-align: center;
  padding: 3rem 0;
}

.berichte-section {
  margin-top: 6rem;
}
.berichte-section h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.berichte-section .intro {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.berichte-section .berichte-block {
  margin-bottom: 4rem;
}
.berichte-section .berichte-block p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.berichte-section .berichte-block label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.berichte-section .berichte-block select {
  padding: 0.5rem;
  font-size: 1rem;
  max-width: 400px;
  width: 100%;
}
.berichte-section .report-download-controls {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.berichte-section .report-download-controls select {
  min-width: 22rem;
}
.berichte-section .report-open-btn {
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  border: 1px solid #0a7f6d;
  background: #0a7f6d;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.berichte-section .report-open-btn:hover {
  background: #086b5d;
  border-color: #086b5d;
}
.berichte-section hr {
  margin: 4rem 0;
}

.berichte-akkordeon {
  padding: 4rem 0;
}
.berichte-akkordeon h1 {
  font-size: 6rem;
  margin-bottom: 1rem;
}
.berichte-akkordeon p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: #444;
}
.berichte-akkordeon .berichte-box {
  margin-bottom: 4rem;
}
.berichte-akkordeon .berichte-box .berichte-heading {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #BD7F0E;
}

.accordion {
  border-bottom: 1px solid #57595D;
  padding: 1.5rem 0;
}
.accordion + .accordion {
  margin-top: 1rem;
}
.accordion .accordion-toggle {
  font-size: 1.7rem;
  font-weight: 600;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  padding-right: 2rem;
}
.accordion .chevron {
  width: 10px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 1rem;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
}
.accordion .accordion-content p, .accordion .accordion-content ul, .accordion .accordion-content ol {
  margin: 0.4rem 0;
  font-size: 1.5rem;
}
.accordion .accordion-content p a, .accordion .accordion-content ul a, .accordion .accordion-content ol a {
  color: #0a7f6d;
  text-decoration: underline;
}
.accordion .accordion-content p a:hover, .accordion .accordion-content ul a:hover, .accordion .accordion-content ol a:hover {
  text-decoration: none;
  color: rgb(6.2773722628, 79.7226277372, 68.4233576642);
}
.accordion.open .accordion-content {
  max-height: 5000px;
  opacity: 1;
}
.accordion.open .chevron {
  transform: rotate(-135deg);
}

.wp-block-heading.accordion-toggle {
  font-size: 1.7rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.5rem 0;
  border-bottom: 1px solid #57595D;
  position: relative;
  padding-right: 2rem;
}
.wp-block-heading.accordion-toggle .chevron {
  width: 10px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 1rem;
}
.wp-block-heading.accordion-toggle.open {
  border-bottom: none;
}
.wp-block-heading.accordion-toggle.open .chevron {
  transform: rotate(-135deg);
}
.wp-block-heading.accordion-toggle + .wp-block-heading.accordion-toggle {
  margin-top: 1rem;
}

.wp-block-list.accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  border-bottom: 1px solid #57595D;
}
.wp-block-list.accordion-content.open {
  max-height: 5000px;
  opacity: 1;
}
.wp-block-list.accordion-content li {
  padding: 0.3rem 0;
}
.wp-block-list.accordion-content li a {
  text-decoration: underline;
  color: #0a7f6d;
}
.wp-block-list.accordion-content li a:hover {
  text-decoration: none;
  color: rgb(6.2773722628, 79.7226277372, 68.4233576642);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.partner-grid .grid-item {
  display: flex;
}

.logo-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.logo-card a.card-link {
  margin-top: 2rem;
  align-self: flex-start;
  font-size: 1.8rem;
  font-weight: 600;
  color: #009688;
  text-decoration: none;
  transition: color 0.2s ease;
}
.logo-card a.card-link:hover {
  color: #005f50;
}

.schmal {
  max-width: 780px;
}

a[href] {
  cursor: pointer !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-logo-jurcash svg {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.main-nav-list .menu-logo-jurcash svg path {
  fill: #e08733;
}

/* Nur für den Block mit der Klasse "youtube-wrapper" */
.youtube-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%; /* volle Textbreite */
  margin: 0 0 1.5rem 0;
}

.youtube-wrapper .wp-block-embed__wrapper,
.youtube-wrapper .wp-block-embed {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
}

.youtube-wrapper iframe,
.youtube-wrapper embed,
.youtube-wrapper object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Jurcash Definition Section */
.grid-top .jurcash-logo {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 1.5rem;
}
.grid-top .jurcash-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .grid-top .jurcash-logo img {
    max-width: 160px;
  }
}

.nrv-google-reviews {
  --gr-bg: #fff;
  --gr-border: #e6e6e6;
  --gr-text: #1b1b1b;
  --gr-muted: #6b6b6b;
  --gr-brand: #1a73e8;
  --gr-shadow: 0 6px 24px rgba(0,0,0,.06);
  --gr-radius: 16px;
  background: var(--gr-bg);
  border: 1px solid var(--gr-border);
  border-radius: var(--gr-radius);
  box-shadow: var(--gr-shadow);
  padding: clamp(16px, 2.5vw, 28px);
  color: var(--gr-text);
  font-family: "Montserrat", "Open Sans", system-ui, -apple-system, sans-serif;
}
.nrv-google-reviews .gr-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(12px, 2vw, 20px);
}
.nrv-google-reviews .gr-header h3 {
  margin: 0;
  font-size: clamp(18px, 2.6vw, 24px);
  line-height: 1.2;
  font-weight: 700;
}
.nrv-google-reviews .gr-header .gr-summary {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nrv-google-reviews .gr-header .gr-summary .gr-score {
  font-weight: 700;
}
.nrv-google-reviews .gr-header .gr-summary .gr-count {
  color: var(--gr-muted);
  font-size: 0.95rem;
}
.nrv-google-reviews .gr-stars {
  display: inline-flex;
  gap: 2px;
}
.nrv-google-reviews .gr-stars svg {
  display: block;
}
.nrv-google-reviews .gr-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(12px, 2vw, 20px);
}
.nrv-google-reviews .gr-item {
  grid-column: span 12;
  border: 1px solid var(--gr-border);
  border-radius: 14px;
  padding: clamp(12px, 2vw, 18px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}
.nrv-google-reviews .gr-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.nrv-google-reviews .gr-item .gr-item-head {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  margin-bottom: 8px;
}
.nrv-google-reviews .gr-item .gr-item-head .gr-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f2f2;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: #999;
}
.nrv-google-reviews .gr-item .gr-item-head .gr-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nrv-google-reviews .gr-item .gr-item-head .gr-meta .gr-author {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.nrv-google-reviews .gr-item .gr-item-head .gr-meta .gr-rating {
  display: inline-flex;
  gap: 3px;
}
.nrv-google-reviews .gr-item .gr-item-head .gr-meta .gr-when {
  color: var(--gr-muted);
  font-size: 0.9rem;
}
.nrv-google-reviews .gr-item .gr-text {
  margin: 0;
  color: var(--gr-text);
  line-height: 1.55;
}
@media (min-width: 640px) {
  .nrv-google-reviews .gr-item {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .nrv-google-reviews .gr-item {
    grid-column: span 4;
  }
}
.nrv-google-reviews .gr-more {
  margin-top: 12px;
  border: 1px solid var(--gr-border);
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}
.nrv-google-reviews .gr-footer {
  margin-top: clamp(14px, 2vw, 18px);
  display: flex;
  justify-content: flex-end;
}
.nrv-google-reviews .gr-footer .gr-google-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gr-brand);
  text-decoration: none;
  font-weight: 600;
}
.nrv-google-reviews .gr-footer .gr-google-link .gr-gmark {
  font-weight: 800;
}
.nrv-google-reviews .gr-footer .gr-google-link:hover {
  text-decoration: underline;
}

/* Jurcash CTA – auf Basis der cooperation-btn */
.btn--jurcash {
  background-color: #F47C20;
  border-color: #F47C20;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto Flex", "Montserrat", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3rem;
  padding: 1.2rem 1.7rem;
  transition: all 0.2s ease-in-out;
}
.btn--jurcash:hover, .btn--jurcash:focus {
  background-color: #D86510;
  border-color: #D86510;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  outline: none;
}
.btn--jurcash:active {
  transform: translateY(0);
}
.btn--jurcash .external-link-icon {
  width: 14px;
  height: 14px;
  margin-left: 0.5rem;
  vertical-align: -2px;
}

/* Allgemeiner kleiner Einzug für Text oder Listen */
.indent-15 {
  margin-left: 15px !important;
}

.indent-10 {
  margin-left: 10px !important;
}

.indent-7 {
  margin-left: 7px !important;
}

.price-list p {
  margin-top: 0;
  margin-bottom: 0;
}

.price-list p:last-child {
  margin-bottom: 24px;
}

.page-template-page-contact .google-map {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.page-template-page-contact .google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-template-page-jurcash .wp-block-group.is-layout-constrained.video-section {
  max-width: none;
}

.page-template-page-jurcash .video-section .wp-block-embed {
  max-width: 100%;
}

/* =========================================================
   BFSG/WCAG Sync (from nrv-live-clone style.css changes)
   Keeps SASS as source-of-truth for nav/focus/skip-link fixes.
   ========================================================= */
.menu-toggle,
.mobile-close-toggle,
.submenu-toggle {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 0.05rem;
  line-height: 1;
}

.menu-toggle img,
.mobile-close-toggle img {
  display: block;
}

.nav-mobile {
  visibility: hidden;
  pointer-events: none;
}
.nav-mobile.is-active {
  visibility: visible;
  pointer-events: auto;
}

.nav-mobile li.has-submenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav-mobile li.has-submenu > a {
  flex: 1 1 auto;
}
.nav-mobile li.has-submenu > ul {
  width: 100%;
}

.nav-mobile li.has-submenu > .submenu-toggle::before,
.nav-main li.has-submenu > .submenu-toggle::before {
  content: "";
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: relative;
  top: -1px;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-main li.has-submenu > .submenu-toggle::before {
  width: 0.66rem;
  height: 0.66rem;
}

.nav-mobile li.has-submenu.is-open > .submenu-toggle::before,
.nav-main li.has-submenu.is-open > .submenu-toggle::before {
  transform: rotate(45deg);
}

.nav-main ul > li.menu-item-has-children {
  display: flex;
  align-items: center;
}

.nav-main ul li:focus-within > ul,
.nav-main ul li.is-open > ul {
  display: block;
}

:root {
  --nrv-focus-ring-color: #10A68E;
  --nrv-focus-ring-offset: 2px;
  --nrv-focus-ring-width: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[role=button]:focus-visible {
  outline: var(--nrv-focus-ring-width) solid var(--nrv-focus-ring-color);
  outline-offset: var(--nrv-focus-ring-offset);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  box-shadow: 0 0 0 3px rgba(16, 166, 142, 0.2);
}

.nrv-skip-link {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  z-index: 10000;
  display: inline-block;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: #10A68E;
  color: #fff;
  text-decoration: none;
}

.nrv-skip-link:focus,
.nrv-skip-link:focus-visible {
  left: 1rem !important;
  top: 1rem !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0.8rem 1.2rem !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
}

.btn--jurcash:focus-visible {
  background-color: #D86510;
  border-color: #D86510;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

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