@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  max-width: 100%;
  background-color: white;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

#body {
  padding: 0;
  min-height: calc(100vh - 255px - 164px);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button:focus {
  outline: none; /* optional: kein Fokus-Rahmen */
}

#page_wrapper {
  padding-top: 850px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #page_wrapper {
    padding-top: 500px;
  }
}
@media screen and (max-width: 635px) {
  #page_wrapper {
    padding-top: 400px;
  }
}

#page_wrapper.shrink-padding {
  padding-top: 350px !important;
}
@media screen and (max-width: 1280px) {
  #page_wrapper.shrink-padding {
    padding-top: 250px !important;
  }
}

p {
  font-family: "haboro-soft", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  p {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 20px;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 18px;
    line-height: 29px;
  }
}
@media (max-width: 576px) {
  p {
    font-size: 18px;
    line-height: 29px;
  }
}

span {
  font-family: "ibm-plex-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  span {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  span {
    font-size: 20px;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  span {
    font-size: 18px;
    line-height: 29px;
  }
}
@media (max-width: 576px) {
  span {
    font-size: 18px;
    line-height: 29px;
  }
}

ul {
  padding-left: 18px;
}

li::marker {
  font-size: 0.4em;
}

li {
  font-family: "haboro-soft", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  padding-left: 1.5rem;
}
@media (max-width: 1200px) {
  li {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  li {
    font-size: 20px;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  li {
    font-size: 18px;
    line-height: 29px;
  }
}
@media (max-width: 576px) {
  li {
    font-size: 18px;
    line-height: 29px;
  }
}

li ::marker {
  padding-left: 20px;
  font-size: 5px;
}

a {
  font-size: inherit;
  color: #205F13;
}

.footer_links a {
  font-family: "haboro-soft", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .footer_links a {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .footer_links a {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .footer_links a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .footer_links a {
    font-size: 23px;
    line-height: 23px;
  }
}

h1 {
  font-family: "haboro-soft", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 58px;
    line-height: 69px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 56px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 40px;
    line-height: 51px;
  }
}

h2 {
  font-family: "haboro-soft", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 58px;
    line-height: 69px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 45px;
    line-height: 56px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 40px;
    line-height: 51px;
  }
}

h3 {
  font-family: "haboro-soft-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 992px) {
  h3 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 22px;
    line-height: 27px;
  }
}

h4 {
  font-family: "haboro-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  h4 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
    line-height: 31px;
  }
}

body {
  overflow-x: hidden;
  min-width: 375px;
  margin: 0;
  width: 100%;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 800;
}

.text-image {
  width: 100%;
  margin: auto;
  scroll-margin-top: 10em;
}
.text-image .wrapper {
  width: 100%;
  margin: auto;
}
.text-image .wrapper .row {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 1150px) {
  .text-image .wrapper .row {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
}
.text-image .wrapper .row .image-container {
  display: flex;
  align-items: center;
}
.text-image .wrapper .row .image-container img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.text-image .wrapper .row.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1150px) {
  .text-image .wrapper .row.reverse {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
}
.text-image .wrapper .row.reverse .image-container {
  display: flex;
  align-items: center;
}
.text-image .wrapper .row.reverse .image-container img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.text-image .wrapper .row.reverse .rowbox {
  display: flex;
  justify-content: flex-end;
}
.text-image .wrapper .row.reverse .rowbox .text {
  float: left;
  max-width: 39rem;
}
.text-image .wrapper .row .rowbox {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .text-image .wrapper .row .rowbox {
    width: 100%;
  }
}
.text-image .wrapper .row .rowbox .text {
  float: right;
  max-width: 50rem;
}

@media screen and (max-width: 1150px) {
  .text-image .text {
    padding-right: 3rem;
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .text-image .text {
    padding-right: 2rem;
  }
}
.text-image img {
  padding-left: 2rem;
}

.bedienbarkeit {
  padding: 17rem 3rem 12rem 0rem !important;
}
@media screen and (max-width: 1150px) {
  .bedienbarkeit .text {
    padding: 0 3rem;
    max-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .bedienbarkeit .text {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  .bedienbarkeit img {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .bedienbarkeit {
    padding: 12rem 3rem 12rem 0 !important;
  }
}
@media screen and (max-width: 1150px) {
  .bedienbarkeit {
    padding: 8rem 0 8rem 0 !important;
  }
}

.background_image {
  padding-bottom: 2rem;
}

.editorial {
  position: relative;
  overflow: visible;
  padding: 6rem 2rem;
}
.editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d9d9d9;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
  z-index: 1;
}
@media (max-width: 1150px) {
  .editorial::before {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 92%);
  }
}
.editorial::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 15%;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: 0;
  margin-left: 5rem;
}
@media (max-width: 1280px) {
  .editorial::after {
    margin-left: 3rem;
  }
}
@media (max-width: 576px) {
  .editorial::after {
    margin-left: unset;
  }
}
.editorial .wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.editorial .wrapper .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1150px) {
  .editorial .wrapper .row {
    flex-direction: column;
  }
}
.editorial .wrapper .row .rowbox {
  flex: 1;
}
@media (max-width: 1150px) {
  .editorial .wrapper .row .rowbox {
    padding-right: 3rem;
  }
}
@media (max-width: 576px) {
  .editorial .wrapper .row .rowbox {
    padding-right: 2rem;
  }
}
.editorial .wrapper .row .image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -18rem;
  z-index: 2;
}
@media (max-width: 1630px) {
  .editorial .wrapper .row .image-container {
    top: -17rem;
  }
}
@media (max-width: 1150px) {
  .editorial .wrapper .row .image-container {
    top: 0;
  }
}
.editorial .wrapper .row .image-container img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.editorial {
  padding: 15rem 0 12rem 5rem;
}
@media (max-width: 1280px) {
  .editorial {
    padding: 15rem 0 12rem 3rem;
  }
}
@media (max-width: 1150px) {
  .editorial {
    padding: 15rem 0 12rem 3rem;
  }
}
@media (max-width: 576px) {
  .editorial {
    padding: 10rem 0 10rem 2rem;
  }
}

.two-column-section {
  position: relative;
  padding: 0 5rem 10rem 5rem !important;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .two-column-section {
    padding: 0 3rem 10rem 3rem !important;
  }
}
@media (max-width: 576px) {
  .two-column-section {
    padding: 0 0 10rem 0 !important;
  }
}
.two-column-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  z-index: 0;
  margin-left: 5rem;
}
@media (max-width: 1280px) {
  .two-column-section::before {
    margin-left: 3rem;
  }
}
@media (max-width: 850px) {
  .two-column-section::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
  }
}
@media (max-width: 576px) {
  .two-column-section::before {
    margin-left: unset;
  }
}
.two-column-section h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.two-column-section .wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-top: 5rem;
}
@media (max-width: 576px) {
  .two-column-section .wrapper {
    padding: 5rem 2rem;
  }
}
.two-column-section .wrapper .columns {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  text-align: center;
}
.two-column-section .wrapper .columns .column {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-column-section .wrapper .columns .column img {
  width: 100%;
  height: auto;
  max-width: 450px;
  margin-bottom: 1rem;
  object-fit: contain;
}
.two-column-section .wrapper .columns .column .content {
  max-width: 85%;
  text-align: left;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 980px) {
  .two-column-section .wrapper .columns .column .content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .two-column-section .columns {
    flex-direction: column;
    align-items: center;
  }
  .two-column-section .columns .column {
    flex: 1 1 100%;
  }
}

.features {
  padding: 8rem 2rem;
  position: relative;
}
.features .wrapper {
  margin: 0 auto;
}
.features .top-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4rem;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.features .top-row .logo-box img {
  max-width: 479px;
  height: auto;
}
@media (max-width: 1330px) {
  .features .top-row .logo-box img {
    max-width: 400px;
  }
}
@media (max-width: 950px) {
  .features .top-row .logo-box img {
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .features .top-row .logo-box img {
    max-width: 260px;
  }
}
.features .top-row .text-box {
  flex: 1;
  max-width: 49rem;
  padding-right: 3rem;
}
@media (max-width: 1080px) {
  .features .top-row .text-box {
    padding-right: unset;
  }
}
@media (max-width: 576px) {
  .features .top-row .text-box {
    padding-right: unset;
  }
}
.features .bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
}
.features .bottom-row .feature-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.features .bottom-row .feature-wrapper .btn-fill {
  text-decoration: none;
}
@media screen and (max-width: 1380px) {
  .features .bottom-row {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .features .bottom-row > .feature-item:nth-child(odd):last-child {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 461px;
    width: 100%;
  }
}
@media screen and (max-width: 830px) {
  .features .bottom-row {
    grid-template-columns: 1fr;
  }
}
.features .bottom-row .feature-item {
  flex: 1;
  min-width: 250px;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.features .bottom-row .feature-item h3 {
  padding-bottom: 2rem;
  font-size: 30px;
  font-weight: 800;
}
.features .bottom-row .feature-item .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  display: block;
}
.features .bottom-row .feature-item .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.features .bottom-row .feature-item .overlay-text {
  display: flex;
  flex-direction: column;
  padding: 4rem;
  padding-top: 12rem;
  height: fit-content;
}
@media (max-width: 768px) {
  .features .top-row {
    flex-direction: column;
  }
  .features .top-row .logo-box img {
    margin-bottom: 2rem;
  }
  .features .bottom-row {
    flex-direction: column;
    align-items: center;
  }
}

.editorial01 {
  position: relative;
  overflow: visible;
  background: #d9d9d9;
  max-width: 1920px;
  margin-inline: auto;
  margin-top: clamp(28rem, 35vw, 22%);
}
.editorial01 .image-text-section {
  top: -25rem;
  position: relative;
  z-index: 1;
}
.editorial01 .images_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  background-color: #f5f5f5;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 93%);
  padding: 5rem 10rem 10rem;
  margin-left: 10rem;
}
@media screen and (max-width: 1560px) {
  .editorial01 .images_container {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 1400px) {
  .editorial01 .images_container {
    padding: 5rem 5rem 10rem 5rem;
    margin-left: unset;
  }
}
@media screen and (max-width: 1280px) {
  .editorial01 .images_container {
    padding: 5rem 3rem 10rem 3rem;
  }
}
@media screen and (max-width: 900px) {
  .editorial01 .images_container {
    display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    background-color: #f5f5f5;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 93%);
    padding: 5rem 3rem 10rem 3rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .editorial01 .images_container {
    padding: 5rem 2rem 10rem 2rem;
  }
}
.editorial01 .left-images {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.editorial01 .left-images figure {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .editorial01 .left-images figure {
    display: flex;
    justify-content: center;
  }
}
.editorial01 .left-images img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  display: block;
  max-width: 448px;
}
@media (max-width: 1280px) {
  .editorial01 .left-images {
    flex-direction: column;
  }
  .editorial01 .left-images img {
    width: 70%;
  }
}
.editorial01 .wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 0 5rem 5rem !important;
  background: #d9d9d9;
  margin-top: clamp(-24rem, -12vw, -22%);
}
@media (max-width: 1280px) {
  .editorial01 .wrapper {
    padding: 0 0 5rem 3rem !important;
  }
}
@media (max-width: 1150px) {
  .editorial01 .wrapper {
    padding: 0 3rem 5rem 3rem !important;
    clip-path: polygon(0 0%, 100% 0, 100% 98%, 0 100%);
  }
}
@media (max-width: 900px) {
  .editorial01 .wrapper {
    margin-top: clamp(-24rem, -12vw, -35%);
  }
}
@media (max-width: 576px) {
  .editorial01 .wrapper {
    margin-top: clamp(-24rem, -12vw, -65%);
    padding: 0 2rem 5rem 2rem !important;
  }
}
.editorial01 .wrapper .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1150px) {
  .editorial01 .wrapper .row {
    flex-direction: column;
  }
}
.editorial01 .wrapper .row .rowbox {
  flex: 1;
}
.editorial01 .wrapper .row .image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 12rem;
  z-index: 2;
}
@media (max-width: 1410px) {
  .editorial01 .wrapper .row .image-container {
    top: 17rem;
  }
}
@media (max-width: 1370px) {
  .editorial01 .wrapper .row .image-container {
    top: 26rem;
  }
}
@media (max-width: 1240px) {
  .editorial01 .wrapper .row .image-container {
    top: 28rem;
  }
}
@media (max-width: 1185px) {
  .editorial01 .wrapper .row .image-container {
    top: 32rem;
  }
}
@media (max-width: 1150px) {
  .editorial01 .wrapper .row .image-container {
    top: 0;
  }
}
.editorial01 .wrapper .row .image-container img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.row-section .row_container {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .row-section .row_container {
    gap: 5rem;
  }
}
@media screen and (max-width: 460px) {
  .row-section .row_container {
    gap: 2rem;
  }
}
.row-section .row_container img {
  height: auto;
  object-fit: cover;
  max-width: 162px;
}
@media screen and (max-width: 1024px) {
  .row-section .row_container img {
    max-width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .row-section .row_container img {
    max-width: 110px;
  }
}
@media screen and (max-width: 576px) {
  .row-section .row_container img {
    max-width: 73px;
  }
}

#kontakt_aufnehmen {
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  background: #d9d9d9;
  padding-bottom: 15rem;
  padding-top: 10rem;
  padding-right: 9rem;
}
@media screen and (max-width: 1199px) {
  #kontakt_aufnehmen {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 576px) {
  #kontakt_aufnehmen {
    padding-right: 2rem;
  }
}
#kontakt_aufnehmen form {
  padding-top: 4rem;
}

#kontakt_aufnehmen .form-group {
  margin-bottom: 3rem;
}

#kontakt_aufnehmen .form-group label {
  display: block;
  font-size: 24px;
  font-family: "haboro-soft", sans-serif;
  font-weight: 500;
  color: #000;
}

#kontakt_aufnehmen .form-group input,
#kontakt_aufnehmen .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #323232;
  font-family: "haboro-soft", sans-serif;
  padding: 0.5rem 0;
  font-size: 16px;
  outline: none;
  background: transparent;
}

#kontakt_aufnehmen .website {
  width: 100%;
  margin: 2rem 0;
}

#kontakt_aufnehmen .contacts {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 2rem;
}

#kontakt_aufnehmen .contacts img {
  width: 100%;
  max-width: 160px;
  height: auto;
  object-fit: cover;
}

#kontakt_aufnehmen .text-center {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}

.website-field {
  order: unset;
}

/* -----------------------
   DESKTOP ≥1200px – COMPLEX GRID LAYOUT
-------------------------- */
@media (min-width: 1200px) {
  #kontakt_aufnehmen .sw-container {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 1.6rem 4rem;
  }
  #kontakt_aufnehmen .left-column {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-top: 0 !important;
  }
  #kontakt_aufnehmen .right-column {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-top: 0 !important;
  }
  #kontakt_aufnehmen .right-column-mobile-group {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0 !important;
  }
  #kontakt_aufnehmen .right-column-mobile-group .text-center {
    text-align: right;
  }
  #kontakt_aufnehmen .right-column-mobile-group .website, #kontakt_aufnehmen .right-column-mobile-group .mb-3.w-100 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #kontakt_aufnehmen .sw-container {
    display: block;
  }
  #kontakt_aufnehmen .right-column-mobile-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #kontakt_aufnehmen .right-column-mobile-group .text-center {
    text-align: center;
  }
}
.header-img {
  position: absolute;
  overflow: hidden;
  height: 800px;
  transition: all 0.3s ease;
}

.background_image {
  position: relative;
}

.navbar-section {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  z-index: 100;
  background-image: url("/user/themes/site-check/images/background_image/background_image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
  transition: all 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.navbar-section .menu_container {
  max-width: 1920px;
  margin-inline: auto;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.3s ease;
}
.navbar-section .navi-logo img {
  height: 144px;
  transition: height 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .navbar-section .navi-logo img {
    height: 120px;
  }
}
@media screen and (max-width: 900px) {
  .navbar-section .navi-logo img {
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .navbar-section .navi-logo img {
    height: 80px;
  }
}
.navbar-section .right-items {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .navbar-section .right-items {
    flex-direction: row-reverse;
  }
}
.navbar-section .barrierefreiheit img {
  max-width: 95px;
  position: relative;
  z-index: 1111;
}
@media screen and (max-width: 900px) {
  .navbar-section .barrierefreiheit img {
    max-width: 65px;
  }
}
@media screen and (max-width: 576px) {
  .navbar-section .barrierefreiheit img {
    max-width: 48px;
  }
}
.navbar-section .mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 83px;
  height: 42px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .navbar-section .mobile-menu {
    width: 63px;
    height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .navbar-section .mobile-menu {
    width: 45px;
    height: 23px;
  }
}
.navbar-section .mobile-menu span {
  display: block;
  height: 4px;
  width: 100%;
  background: #205F13;
  border-radius: 2px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .navbar-section {
    height: 500px;
  }
}
@media screen and (max-width: 635px) {
  .navbar-section {
    height: 400px;
  }
}

#mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 635px;
  max-width: 100%;
  height: 100vh;
  background: #d9d9d9;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 93%);
  padding: 8rem 3rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 101;
  visibility: hidden;
}
#mobile-nav.open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 635px) {
  #mobile-nav {
    width: 100%;
  }
}
#mobile-nav .mobile-nav-btn {
  position: absolute;
  top: 90px;
  right: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 83px;
  height: 42px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  #mobile-nav .mobile-nav-btn {
    width: 63px;
    height: 32px;
    right: 3rem;
  }
}
@media screen and (max-width: 576px) {
  #mobile-nav .mobile-nav-btn {
    width: 45px;
    height: 23px;
  }
}
#mobile-nav .mobile-nav-btn span {
  display: block;
  height: 4px;
  width: 100%;
  background: #205F13;
  border-radius: 2px;
  transition: all 0.3s ease;
}
#mobile-nav .mobile-nav-btn .top {
  transform: rotate(45deg) translate(5px, 5px);
}
#mobile-nav .mobile-nav-btn .middle {
  opacity: 0;
}
#mobile-nav .mobile-nav-btn .bottom {
  transform: rotate(-45deg) translate(22px, -20px);
}
@media screen and (max-width: 900px) {
  #mobile-nav .mobile-nav-btn .bottom {
    transform: rotate(-45deg) translate(12px, -17px);
  }
}
@media screen and (max-width: 576px) {
  #mobile-nav .mobile-nav-btn .bottom {
    transform: rotate(-45deg) translate(8px, -10px);
  }
}
#mobile-nav .mobile-nav-btn.open {
  opacity: 1;
  transition: transform 0.1s ease;
}
#mobile-nav .navigation {
  list-style: none;
  text-align: right;
}
#mobile-nav .navigation li {
  margin-bottom: 1.5rem;
}
#mobile-nav .navigation li a {
  text-decoration: none;
  color: #205F13;
  font-size: 30px;
  font-weight: 600;
}
#mobile-nav .navigation li a:hover {
  opacity: 0.8;
}

.scrolled .navbar-section {
  height: 175px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.scrolled .navbar-section .menu_container {
  padding: 2rem 3rem;
}

.scrolled .navbar-section .navi-logo img {
  height: 100px;
}

.navbar-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/user/themes/site-check/images/background_image/background_image2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
  pointer-events: none;
  z-index: -1;
}

/* Beim Scrolln aktivierte Klasse */
.navbar-section.navbar-bg::before {
  opacity: 1;
}

#footer .footer_links {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  #footer .footer_links {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
#footer .footer_links a {
  text-decoration: none;
  color: #000;
}
#footer .footer_links a:hover {
  opacity: 0.8;
}

.header {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  z-index: 1;
}
.header .header_container {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  align-items: flex-end;
}
.header .header_container .header_text span {
  margin-right: 2rem;
}

.container-full {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.container-main {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding: 0 2.5rem;
}

.container-m {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding: 5rem;
}
@media screen and (max-width: 1280px) {
  .container-m {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 576px) {
  .container-m {
    padding: 2.5rem 2rem;
  }
}

.btn-fill {
  display: inline-block;
  padding: 1rem 5rem;
  border-radius: 999px;
  font-family: "haboro-soft", sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  color: #fff;
  background-color: #205F13;
  margin-top: 2rem;
}
.btn-fill:hover {
  background-color: #C3D4BF;
  color: #205F13;
}
@media screen and (max-width: 576px) {
  .btn-fill {
    font-size: 23px;
    padding: 1rem 4rem;
  }
}

.acc-btn {
  display: none;
  position: fixed;
  top: 36px;
  right: 50px;
  width: 95px;
  height: 95px;
  cursor: pointer;
  z-index: 10000;
  opacity: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 900px) {
  .acc-btn {
    width: 63px;
    height: 63px;
    top: 50px;
    right: 145px;
  }
}
@media screen and (max-width: 576px) {
  .acc-btn {
    width: 45px;
    height: 45px;
    top: 60px;
    right: 125px;
  }
}
.acc-btn.open {
  display: block;
  opacity: 1;
  transition: transform 0.1s ease;
}

.ca-widget.ca-widget--bottom-right {
  top: 0px;
  right: 0px;
}

.ca-widget__toggle {
  height: 95px;
  width: 95px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .ca-widget__toggle {
    width: 63px;
    height: 63px;
  }
}
@media screen and (max-width: 576px) {
  .ca-widget__toggle {
    width: 45px;
    height: 45px;
  }
}

.placeholder {
  display: flex;
}
@media screen and (max-width: 576px) {
  .placeholder {
    display: none;
  }
}

.ca-widget__panel {
  position: fixed; /* wie die Navigation */
  top: 0;
  right: 0;
  max-width: 735px;
  width: 100%;
  height: 100vh;
  z-index: 102;
  overflow-y: scroll;
  padding: 12rem 5rem 12rem 7rem;
  background: #D9D9D9;
  text-align: end;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 90%);
  /* WICHTIG: Animation wie beim mobile-nav */
  transform: translateX(100%); /* Start: komplett rechts draußen */
  transition: transform 0.3s ease; /* smooth slide */
  /* NICHT mehr display:none, sonst kann es nicht animieren */
  display: block;
}
.ca-widget__panel h2 {
  color: #205F13;
  text-decoration: underline;
  padding-bottom: 1rem;
}
.ca-widget__panel h3 {
  color: #205F13;
  padding-bottom: 1rem !important;
  padding-top: 2rem !important;
  line-height: 100% !important;
}
@media screen and (max-width: 900px) {
  .ca-widget__panel {
    padding: 12rem 3rem 12rem 7rem;
  }
}
@media screen and (max-width: 576px) {
  .ca-widget__panel {
    padding: 12rem 2rem 12rem 5rem;
  }
}

.ca-widget--open .ca-widget__panel {
  transform: translateX(0);
}

.ca-widget__group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 576px) {
  .ca-widget__group {
    grid-template-columns: 1fr 1fr;
  }
}

.btn_wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: white;
  justify-content: center;
  align-items: center;
}
.btn_wrapper img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 900px) {
  .btn_wrapper img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 576px) {
  .btn_wrapper img {
    width: 50px;
    height: 50px;
  }
}
.btn_wrapper p {
  color: #205F13;
  font-size: 18px !important;
  margin-bottom: 15px;
  line-height: 100% !important;
}

.cp-1 {
  clip-path: polygon(0% 6.5%, 99.7% 0%, 93.5% 99.4%, 9.7% 93.5%);
}

.cp-2 {
  clip-path: polygon(100% 6.5%, 0.3% 0%, 6.5% 99.4%, 90.3% 93.5%);
}

.cp-3 {
  clip-path: polygon(100% 93.5%, 0.3% 100%, 6.5% 0.6%, 90.3% 6.5%);
}

.cp-4 {
  clip-path: polygon(0% 93.5%, 99.7% 100%, 93.5% 0.6%, 9.7% 6.5%);
}

.cp-5 {
  clip-path: polygon(3% 6%, 50% 0%, 97% 6%, 100% 94%, 50% 100%, 0% 94%);
}
@media screen and (max-width: 576px) {
  .cp-5 {
    grid-column: 1/3 !important;
  }
}

.btn_wrapper.active p {
  line-height: 100% !important;
}

/* Beispiel-Accessibility-Klassen */
html.ca-font-bigger {
  font-size: 110%;
}

html.ca-font-smaller {
  font-size: 90%;
}

html.ca-high-contrast {
  filter: contrast(1.2);
  background: #000;
  color: #fff;
}

html.ca-highlight-links a {
  outline: 2px solid #ff0;
  background-color: #000;
}

/* Große Schrift für typische Text-Elemente */
html.ca-large-text body,
html.ca-large-text body p,
html.ca-large-text body li,
html.ca-large-text body a,
html.ca-large-text body button,
html.ca-large-text body input,
html.ca-large-text body textarea {
  font-size: 1.4em; /* ~12–15 % größer, kannst du anpassen */
  line-height: 1.1;
}

html.ca-large-text #sw-accessibility-widget * p {
  line-height: 1 !important;
}

/* Größere Zeilenhöhe – wirkt auf Standard-Textcontainer */
html.ca-line-height-big body,
html.ca-line-height-big p,
html.ca-line-height-big li {
  line-height: 1.8 !important;
}

html.ca-line-height-big #sw-accessibility-widget * p {
  line-height: 1 !important;
}

/* Bilder ausblenden */
html.ca-hide-images img,
html.ca-hide-images picture,
html.ca-hide-images figure {
  display: none !important;
}

html.ca-hide-images #sw-accessibility-widget img,
html.ca-hide-images a img,
html.ca-hide-images button img {
  display: block !important;
}

/* Echten Cursor verstecken, wenn Accessibility-Cursor aktiv ist */
html.ca-large-cursor,
html.ca-large-cursor * {
  cursor: none !important;
}

/* Fake-Cursor, der der Maus folgt */
.ca-fake-cursor {
  position: fixed;
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 99999;
  transform: translate(0, 0); /* <- Wichtig */
  background-image: url("/user/themes/site-check/images/cursor-large.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.15s;
}

/* Nur sichtbar, wenn große-Cursor-Mode aktiv ist */
html.ca-large-cursor .ca-fake-cursor {
  opacity: 1;
}

html.ca-dyslexia-font body * {
  font-family: "Comic Sans MS", "Comic Sans" !important;
}

/* Bionisches Lesen – Hervorhebung */
html.ca-bionic-reading .ca-bionic-strong {
  font-weight: 700;
}

html.ca-invert-colors {
  filter: invert(1) hue-rotate(180deg);
}

html.ca-brightness {
  filter: brightness(1.2);
}

html.ca-contrast {
  filter: contrast(1.3);
}

html.ca-saturation {
  filter: saturate(0.5);
}

/* Farbfilter – z.B. für verschiedene Sehschwächen / Styles */
html.ca-color-filter-1 {
  filter: sepia(0.5) hue-rotate(20deg);
}

html.ca-color-filter-2 {
  filter: grayscale(1);
}

html.ca-color-filter-3 {
  filter: hue-rotate(90deg);
}

html.ca-highlight-links a {
  outline: 2px solid #ffbf00;
  background-color: rgba(255, 191, 0, 0.2);
  text-decoration: underline;
}

/* Grundelement: zunächst unsichtbar */
.ca-reading-mask {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Aktiv: Lesemaske sichtbar */
html.ca-reading-mask-active .ca-reading-mask {
  opacity: 1;
}

/* Balken-Höhe (ca. 250px) als Variable */
:root {
  --ca-mask-height: 250px;
  --ca-mask-center: 50vh; /* Fallback, wird durch JS überschrieben */
}

/*
  Wir nutzen einen linear-gradient:
  - oben dunkel
  - mittlerer Streifen transparent (Lesebalken)
  - unten wieder dunkel
*/
html.ca-reading-mask-active .ca-reading-mask {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) calc(var(--ca-mask-center) - var(--ca-mask-height) / 2), transparent calc(var(--ca-mask-center) - var(--ca-mask-height) / 2), transparent calc(var(--ca-mask-center) + var(--ca-mask-height) / 2), rgba(0, 0, 0, 0.7) calc(var(--ca-mask-center) + var(--ca-mask-height) / 2), rgba(0, 0, 0, 0.7) 100%);
}

.btn_wrapper.active {
  background: #205F13 !important;
  color: white !important;
}

.btn_wrapper.active p {
  color: white !important;
}

.btn_wrapper.active img {
  filter: brightness(0) invert(1); /* falls keine weißen Icons existieren */
}

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