<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Copyright by TwooDoo, Wegberg / Rath-Anhoven - 2025
 * Dieses Style-Sheet unterliegt dem Schutz des Urheberrechts.
 * Jegliche Weiterverwendung, auch in Teilen, ohne unsere schriftliche Zustimmung ist untersagt.
 */
:focus {
  outline: none;
}

a:link {
  text-decoration: underline dotted;
}
a:link:hover {
  text-decoration: underline dotted;
}
a:visited {
  color: inherit;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  line-height: 1.4em;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  margin: 0;
  padding: 0;
  color: darkslategray;
  background-color: #fbfdf7;
}

.h1 {
  padding: 0;
  margin: 24px 12px;
  font-size: 2.75em;
  line-height: 1.2em;
  font-weight: 900;
  font-variation-settings: "wght" 900;
  text-align: center;
}

.h2 {
  padding: 0;
  margin: 24px 12px;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.h3 {
  padding: 0;
  margin: 12px 0 24px;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 200;
  font-variation-settings: "wght" 200;
}

.h4 {
  padding: 0;
  margin: 12px 0;
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 200;
  font-variation-settings: "wght" 200;
}

section,
article,
nav,
div,
figure {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0 0 15px;
}

li {
  padding-bottom: 10px;
}

ul,
ol {
  margin: 0;
  padding: 0 0 10px 20px;
}

img {
  border: none;
}

.hd-top {
  height: 40px;
  background-color: #014d4b;
  padding: 2px;
  margin: 0;
}

.header-logo {
  position: fixed;
  top: 2px;
  left: 2px;
  height: 80px;
  aspect-ratio: 1/1;
  background-color: #fbfdf7;
}
.header-logo img {
  display: block;
  height: 100%;
}
.header-logo figcaption {
  margin: 12px 0;
}

.sect-main {
  margin: auto;
  padding: 120px 0;
}
.sect-main .contain {
  max-width: 1440px;
  margin: auto;
}

.sect-main:first-of-type {
  padding: 0 0 120px;
}

.sect-intro {
  color: #fffaf0;
  background-color: #014d4b;
}
.sect-intro .contain .art-main {
  max-width: 48ch;
  margin: auto;
  text-align: center;
}
.sect-intro .contain .art-main .h2 {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.sect-merkmale .contain .h2 {
  font-size: 2em;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  text-align: center;
}
.sect-merkmale .contain .merkmal-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  box-sizing: border-box;
  margin: 48px 24px;
}
.sect-merkmale .contain .merkmal-flex .merkmal-item {
  box-sizing: border-box;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(61, 82, 20, 0.7);
}
.sect-merkmale .contain .merkmal-flex .merkmal-item .h3 {
  margin: 24px 0;
  font-size: 1.2em;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.sect-merkmale .contain .merkmal-flex .merkmal-item .merkmal-fig {
  width: 100%;
}
.sect-merkmale .contain .merkmal-flex .merkmal-item .merkmal-fig img {
  width: 100%;
}
.sect-merkmale .contain .merkmal-flex .merkmal-item .link-btn {
  text-align: right;
}
.sect-merkmale .contain .merkmal-flex .merkmal-item .link-btn a {
  margin: 12px 0 0;
}
.sect-merkmale .contain .merkmal-flex .merkmal-response {
  justify-content: flex-start;
  text-align: center;
}
.sect-merkmale .contain .merkmal-flex .merkmal-response .fig-response img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sect-infotext {
  color: #fbfdf7;
  background-color: #015250;
}
.sect-infotext .h2 {
  padding: 0 12px;
  font-size: 1.75em;
}
.sect-infotext .contain {
  max-width: 60ch;
}

.sect-dunkel {
  color: #fbfdf7;
  background-color: #015250;
}

.fig-intro {
  overflow: hidden;
  aspect-ratio: 7/6;
  max-height: 50vh;
  width: 100%;
}
.fig-intro img {
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.art-main {
  padding: 24px;
}
.art-main .art-main-contain {
  max-width: 60ch;
  margin: auto;
}
.art-main .art-main-contain .h2 {
  margin: 24px 0;
  font-size: 1.75em;
}

.impr-logo {
  max-width: 360px;
}
.impr-logo a {
  display: block;
}
.impr-logo a img {
  display: block;
  width: 100%;
}

.footer {
  color: #fbfdf7;
  background-color: #014341;
  padding: 40px 0 60px;
}
.footer .footer-nav ul,
.footer .contact-info,
.footer .legal-links {
  min-width: 200px;
  margin: 0 6px 24px 0;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
.footer .footer-contain .footer-nav ul {
  list-style-type: none;
  padding: 0;
}
.footer .footer-contain .footer-nav ul li a {
  display: block;
  margin: 0 0 10px;
}
.footer .copy {
  padding: 24px 48px 12px;
  font-size: 0.8em;
  text-align: center;
}

.link-btn {
  text-align: center;
}
.link-btn a {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 20px;
  margin: 36px 12px;
  text-decoration: none;
  font-size: 0.9rem;
  color: #014d4b;
  background-color: white;
  border-radius: 96px;
  border: solid 1px #014d4b;
}

.sanft {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

.linktop {
  position: fixed;
  bottom: 60px;
  right: 6px;
  display: block;
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  border: none;
  background-color: #014d4b;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.linktop a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("images/menu/pfeil-hoch.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  box-shadow: 0 0 2px 0 #03cbc6;
  transition: all 0.4s ease-in-out;
}

.cta {
  text-align: center;
}

.menuinput {
  display: none;
  position: absolute;
}

.menulabel {
  display: block;
  z-index: 99;
  position: fixed;
  top: 5px;
  right: 55px;
  height: 36px;
  width: 36px;
  margin-left: 0;
  cursor: pointer;
  background-color: #014d4b;
  background-color: rgba(1, 77, 75, 0.9);
  box-shadow: 0 0 2px 0 #03cbc6;
  transition: all 0.4s ease-in-out;
}
.menulabel .menuburger {
  position: relative;
  top: 17px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background-color: floralwhite;
  transition: all 0.4s ease-in-out;
}
.menulabel .menuburger::before {
  content: "";
  position: absolute;
  top: -6px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background-color: floralwhite;
  transition: all 0.4s ease-in-out;
}
.menulabel .menuburger::after {
  content: "";
  position: absolute;
  top: 6px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background-color: floralwhite;
  transition: all 0.4s ease-in-out;
}

.haus {
  display: block;
  position: absolute;
  top: 0px;
  left: 47px;
  height: 36px;
  width: 36px;
  background-color: #014d4b;
  background-color: rgba(1, 77, 75, 0.9);
  background-image: url("images/menu/home-symbol.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 3px;
  box-shadow: 0 0 2px 0 #03cbc6;
  transition: all 0.4s ease-in-out;
}

.menuframe {
  z-index: 99;
  position: fixed;
  overflow: auto;
  top: 50px;
  right: 0;
  width: calc(100vw - 10px);
  max-width: 500px;
  transform: translateX(510px);
  transition: all 0.4s 0.4s ease-in-out;
}

.menu-top {
  overflow: hidden;
  width: 100%;
  font-size: 0.8em;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  color: white;
  transition: all 0.4s ease-in-out;
  background-color: #014d4b;
  background-color: rgba(1, 77, 75, 0.7);
}
.menu-top ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 24px 0;
  list-style-type: none;
  backdrop-filter: blur(5px);
}
.menu-top ul li {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  margin: 8px 15px;
  position: relative;
  transform: translateX(510px);
}
.menu-top ul li img {
  display: block;
  height: 50px;
  width: auto;
}
.menu-top ul li a {
  position: relative;
  display: block;
  padding: 4px 10px 3px;
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
  text-transform: uppercase;
}
.menu-top ul li a span {
  padding: 0 10px;
}
.menu-top ul li a::after {
  content: "";
  display: block;
  width: 100%;
  margin: 3px auto;
  border-bottom: dotted 1px #ffe9bd;
  transition: all 0.3s ease-in-out;
}
.menu-top ul li a:hover {
  text-decoration: none;
}
.menu-top ul li:nth-of-type(1) {
  transition: all 0.4s 0s ease-in-out;
}
.menu-top ul li:nth-of-type(2) {
  transition: all 0.6s 0s ease-in-out;
}
.menu-top ul li:nth-of-type(3) {
  transition: all 0.8s 0s ease-in-out;
}
.menu-top ul li:nth-of-type(4) {
  transition: all 1s 0s ease-in-out;
}
.menu-top ul li:nth-of-type(5) {
  transition: all 1.2s 0s ease-in-out;
}
.menu-top ul li:nth-of-type(6) {
  transition: all 1.4s 0s ease-in-out;
}

.menuinput:checked ~ .menulabel .menuburger::before {
  top: 1px;
  transform: rotate(45deg);
}
.menuinput:checked ~ .menulabel .menuburger {
  background-color: transparent;
}
.menuinput:checked ~ .menulabel .menuburger::after {
  top: 1px;
  transform: rotate(-45deg);
}
.menuinput:checked ~ .menulabel b::after {
  opacity: 0;
}

.aktuell a,
.aktuell:hover a {
  color: #ffe9bd;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.aktuell a::after,
.aktuell:hover a::after {
  width: 100%;
}

.menuinput:checked ~ .menuframe {
  transform: translateX(0px);
  transition: all 0.4s 0s ease-in-out;
}

.menuinput:checked ~ .menuframe .menu-top ul li {
  transform: translateX(0);
}
.menuinput:checked ~ .menuframe .menu-top ul li:nth-of-type(1) {
  transition: all 0.4s 0.2s ease-in-out;
}
.menuinput:checked ~ .menuframe .menu-top ul li:nth-of-type(2) {
  transition: all 0.6s 0.2s ease-in-out;
}
.menuinput:checked ~ .menuframe .menu-top ul li:nth-of-type(3) {
  transition: all 0.8s 0.2s ease-in-out;
}
.menuinput:checked ~ .menuframe .menu-top ul li:nth-of-type(4) {
  transition: all 1s 0.2s ease-in-out;
}
.menuinput:checked ~ .menuframe .menu-top ul li:nth-of-type(5) {
  transition: all 1.2s 0.2s ease-in-out;
}
.menuinput:checked ~ .menuframe .menu-top ul li:nth-of-type(6) {
  transition: all 1.4s 0.2s ease-in-out;
}

.bodenmenu {
  z-index: 99;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  color: darkslategray;
  background-color: #014d4b;
  font-size: 1.1rem;
  border-top: solid 1px floralwhite;
}
.bodenmenu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 900px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.bodenmenu ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  height: 40px;
  width: 30%;
  margin: 5px 0;
  background-color: #fbfdf7;
  padding: 0;
}
.bodenmenu ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 40px;
  text-decoration: inherit;
  color: floralwhite;
  background-color: #014d4b;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.bodenmenu ul li a span {
  display: none;
}
.bodenmenu ul .kontakt {
  background-image: url("images/menu/kontakt-symbol.png");
}
.bodenmenu ul .tel {
  background-image: url("images/menu/tel-symbol.png");
}

@media all and (min-width: 624px) {
  .sect-merkmale .contain .merkmal-flex .merkmal-item {
    flex-basis: calc(50% - 20px);
  }
}
@media all and (min-width: 1024px) {
  .sect-merkmale .contain .merkmal-flex .merkmal-item {
    flex-basis: calc(33% - 20px);
  }
  .bodenmenu ul li a span {
    display: block;
  }
  .bodenmenu ul li .kontakt {
    background-position: 15px center;
  }
  .bodenmenu ul li .tel {
    background-position: calc(100% - 15px);
  }
}
@media all and (min-width: 1280px) {
  .sect-merkmale .contain .merkmal-flex .merkmal-item {
    flex-basis: calc(25% - 20px);
  }
}
.scrollInitial {
  opacity: 0;
  transition: opacity 1.4s 0s ease-in-out;
}

.scrollBlenden {
  opacity: 1;
}

.gitterItemFig {
  overflow: hidden;
}

@keyframes hide-link {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hide {
  animation-name: hide-link;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@font-face {
  font-family: "Outfit-Variable";
  src: url("fonts/outfit/Outfit-Variable.woff2") format("woff2"), url("fonts/outfit/Outfit-Variable.woff") format("woff");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
/* Copyright © 2024 On Brand Investments Pty LtdRodrigo Fuenzalida https://github.com/Outfitio/Outfit-Fonts*/
/* This font is licensed under SIL Open Font License (OFL), Version 1.1. http://scripts.sil.org/OFL. */</pre></body></html>