@font-face {
  font-family: Qinder butter;
  src: url('../fonts/Qinder-Butter.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #299127;
  --border-green: #8cc53f;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  height: 12vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
}

.telefonnummer.flie-text {
  overflow-wrap: anywhere;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #299127;
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.zweitfarbe {
  color: #333;
  background-color: #f0f9e4;
}

.highlights {
  color: #fff;
  background-color: #8dc63e;
}

.adresse {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Thicccboi, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Thicccboi, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.heading-3 {
  font-family: Thicccboi, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  overflow-wrap: anywhere;
  font-family: Thicccboi, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #8dc63e;
  font-family: Thicccboi, Arial, sans-serif;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.terminbutton.hauptfarbe.flie-text {
  background-color: var(--green);
  border-radius: 20px;
}

.terminbutton.hauptfarbe.flie-text:hover {
  background-color: #2d9f2a;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.nav-menu-1 {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.navbar.zweitfarbe {
  box-shadow: 0 5px 5px 5px #0003;
}

.nav-link-1 {
  padding: 10px 20px;
}

.nav-link-1.flie-text {
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  font-weight: 500;
}

.nav-link-1.flie-text:hover {
  color: #fff;
  background-color: #8fc638;
  border-radius: 50px;
  box-shadow: 3px 3px 10px #0000001a;
}

.nav-link-1.flie-text:focus {
  border: 1px solid var(--green);
}

.nav-link-1.flie-text:focus-visible, .nav-link-1.flie-text[data-wf-focus-visible] {
  border-color: var(--green);
}

.nav-link-1.flie-text.w--current {
  color: #299127;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

.div-block-video {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 50vw 40px 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-links {
  margin-top: 0;
  font-size: 38px;
  line-height: 55px;
}

.heading-links.heading-1 {
  line-height: 1.3;
}

.heading-links.mittig {
  text-align: center;
}

.heading-links.mittig.heading-1 {
  overflow-wrap: anywhere;
}

.heading {
  margin-top: 0;
  font-size: 35px;
  line-height: 35px;
}

.heading.heading-3 {
  line-height: 1.3;
}

.divider {
  width: 100%;
  height: 10px;
}

.divider.highlights {
  margin-bottom: 10px;
}

.divider.hauptfarbe {
  width: 70%;
  height: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph.flie-text {
  white-space: pre-wrap;
  font-size: 1vw;
}

.paragraph.flie-text.list {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.paragraph.flie-text.left {
  font-size: 1.25vw;
}

.paragraph.mittig {
  text-align: center;
}

.paragraph.mittig.flie-text.smaller-text {
  font-size: 12px;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.button.flie-text {
  transition: all .2s;
}

.button.flie-text:hover {
  filter: contrast(200%);
}

.button.flie-text.highlights {
  line-height: 1.5;
}

.button.flie-text.highlights:hover {
  filter: none;
}

.button.flie-text.hauptfarbe {
  background-color: var(--green);
  display: flex;
}

.button.flie-text.hauptfarbe:hover {
  background-color: #299127;
}

.button.flie-text.hauptfarbe.auto {
  margin-top: auto;
  font-size: 14px;
}

.icons {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icons.wei {
  filter: none;
  padding-left: 0;
}

.icons.wei.filter {
  filter: invert();
}

.icons.wei.right {
  margin-top: 3px;
  margin-left: 3px;
}

.section1 {
  padding: 140px 15%;
  position: relative;
  overflow: hidden;
}

.heading-links-klein {
  margin-top: 0;
  font-size: 25px;
}

.heading-links-klein.heading-3 {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.heading-links-klein.mittig {
  text-align: center;
}

.heading-links-klein.mittig.heading-3 {
  line-height: 1.3;
}

.heading-links-klein.heading-1 {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

._2er-grid-no-overflow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  max-width: 80rem;
  overflow: hidden;
}

._2er-grid-no-overflow._3 {
  grid-template-columns: .75fr 1fr 1fr;
  align-items: stretch;
  margin-top: 40px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-footer {
  height: 100%;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  padding-bottom: 10px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  background-color: var(--green);
  width: 60vw;
  height: 57.5vh;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.maps-gro {
  width: 100%;
  height: 100%;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

._3er-card {
  z-index: 10;
  grid-column-gap: 0px;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 70vw;
  position: absolute;
  inset: -100px auto auto;
  box-shadow: 3px 3px 44px #0000001a;
}

.inhalt-nebeneinander {
  align-items: flex-start;
  display: flex;
}

.inhalt-nebeneinander.abstand-unten {
  margin-bottom: 20px;
}

.inhalt-nebeneinander.abstand-unten.top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
}

.inhalt-untereinander {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.image-100.contain {
  object-fit: cover;
  border-radius: 20px;
}

.image-100.contain.cnt {
  object-fit: contain;
}

.image-100.contain.act-con {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.image-100.left {
  object-position: 30% 50%;
}

.image-100.top {
  object-position: 50% 0%;
}

.image-100.abs {
  z-index: 0;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.circle2 {
  z-index: -1;
  opacity: .2;
  object-fit: contain;
  width: 13.1vw;
  position: absolute;
  inset: auto -100px 0% auto;
}

.section-gro-e-abst-nde {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-gro-e-abst-nde.overflow {
  overflow: visible;
}

.section-gro-e-abst-nde.overflow.zweitfarbe, .section-gro-e-abst-nde.overflow.cener {
  justify-content: center;
  align-items: center;
}

.content {
  padding: 100px 40px;
}

.inhalt-untereinander-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 44px #f0f9e4;
}

.inhalt-untereinander-2.effekt {
  justify-content: space-between;
}

.image-wrapper {
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.rel {
  border-radius: 0;
  max-width: 500px;
  height: 80vh;
}

.lottie {
  width: 13.1vw;
  height: 26.5vh;
}

.heading-mittig {
  text-align: center;
  font-size: 40px;
  line-height: 55px;
}

.heading-mittig.heading-1 {
  line-height: 1.3;
}

._2er_grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

._2er_grid.zero-padding {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 20px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.footer_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". . . Area"
  / 1fr 1fr 1.25fr .75fr;
  justify-items: stretch;
}

.heading_footer {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.heading_footer.heading-1 {
  line-height: 1.3;
}

.heading_footer.heading-1.farbe-der-headings {
  margin-bottom: 10px;
}

.circle {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.circle.white {
  border-color: #fff;
}

.footer1 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer1.hauptfarbe {
  color: #fff;
  margin-top: auto;
  padding: 40px 10%;
}

.footer1.padding2 {
  color: #000;
  margin-top: auto;
  padding: 40px 10%;
}

.footer1.padding2.zweitfarbe {
  border-top: .3vh solid var(--border-green);
  padding-left: 5%;
  padding-right: 5%;
}

.icon_social_footer {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

._4er-grid {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-45vh {
  object-fit: cover;
  object-position: 80% 50%;
  height: 45vh;
}

.img-45vh.contain {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 20px;
  height: 45vh;
}

.img-45vh.contain.top {
  object-position: 50% 100%;
  width: 100%;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.heading-mittig-klein.heading-3 {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.heading-mittig-klein.heading-2 {
  overflow-wrap: anywhere;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.link {
  color: #000;
  text-decoration: none;
}

.link.black {
  color: #333;
}

.link.black:hover {
  color: var(--border-green);
}

.untereinander {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-round {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.icon-round.hauptfarbe {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  object-fit: contain;
  height: 3vh;
  position: static;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

.link-formular {
  color: #299127;
  text-decoration: none;
}

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.2vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

.text-field-4.cc-textarea {
  height: 13.3vh;
}

.checkbox-2 {
  border-radius: 5px;
}

.form1 {
  margin-bottom: 0;
}

.embed-maps {
  width: 100%;
  height: 100%;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.dic-block-grauer-rand1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

._2er-grid1 {
  grid-template-rows: .25fr auto;
  grid-template-columns: 1fr;
  place-items: start center;
  width: 100%;
  height: 100%;
}

.block_for_icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-bottom: 10px;
  display: flex;
}

.block_for_icon.zweitfarbe {
  border-radius: 20px;
  margin-bottom: 10px;
}

.block_for_icon.white {
  background-color: #fff;
  border-radius: 20px;
}

._6er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  display: flex;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  text-align: center;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.paragraph-mittig {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-mittig.flie-text {
  font-size: 16px;
  line-height: 1.5;
}

.div-grey {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_img {
  height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: 60px;
  top: 10px;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
  font-size: 1vw;
}

.list-3.flie-text {
  text-decoration: none;
}

.list-3.flie-text.zeropadding {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.top-bar.hauptfarbe {
  z-index: 10;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
  position: sticky;
}

.div-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.info-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.div-right {
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.logo-bar.zweitfarbe {
  z-index: 10;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
}

.logo-div {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.logo-img-copy {
  height: 10vh;
}

.logo-img-2 {
  object-fit: contain;
  height: 10vh;
}

.dropdown-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.dropdown-list-18 {
  background-color: #ddd;
  position: relative;
}

.dropdown-list-18.w--open {
  background-color: #0000;
}

.dropdown.hauptfarbe {
  border-radius: 20px;
  width: 100%;
}

.faq-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.info-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.divtitle-text {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: 0%;
}

.icon-1 {
  object-fit: contain;
  width: 70%;
  height: 50px;
}

.video-title {
  width: 100%;
  padding-right: 0;
  display: block;
  position: relative;
}

.headingstart {
  color: #000;
  font-size: 50px;
}

.headingstart.heading-2 {
  color: #299127;
  font-size: 60px;
}

.heading2nd {
  color: #000;
}

.heading2nd.heading-1 {
  color: #299127;
  font-size: 40px;
}

.button1 {
  color: #000;
  border-radius: 20px;
}

.button1.flie-text.hauptfarbe {
  background-color: var(--green);
  color: var(--white);
  font-size: 16px;
}

.button1.flie-text.hauptfarbe:hover {
  background-color: #299128;
}

.title-section--start {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 5rem 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrap2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.divider-1 {
  background-color: #299027;
  justify-content: center;
  align-items: center;
  width: 38%;
  height: .3vh;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-grey-img {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.divider-1nav {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: .3px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-links {
  color: #000;
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.page-links.w--current {
  color: #000;
}

.link-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.content-wrap {
  border: 1px solid #8cc53f;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content-wrap.links {
  border-color: var(--border-green);
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.content-wrap.links.height {
  height: 100%;
}

.divcards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.divcards.lef {
  justify-content: flex-end;
  align-items: center;
}

.div-card-1 {
  border: 1px solid var(--border-green);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 20vh;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.grid-2 {
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  margin-top: 10px;
}

.textmitig {
  font-family: Thicccboi, Arial, sans-serif;
  font-size: 18px;
  position: absolute;
}

.textmitig.flie-text {
  position: static;
  inset: auto 0% 12% 10%;
}

.textmitig.flie-text.center {
  text-align: center;
}

.box-team {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 16.5vh;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 2%;
}

.box-team.hauptfarbe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.navbars-wrapper {
  z-index: 90;
  width: 100%;
  position: sticky;
  top: 0;
}

.logo-img-footer {
  object-fit: contain;
  width: 20rem;
}

.logo-holder2 {
  background-color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10vh;
  height: 10vh;
  display: flex;
}

.logo-holder2.remove {
  background-color: #0000;
}

.link-block-2 {
  width: 80%;
  height: 80%;
}

.footer-logo-address-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.top-navbar-wrapper {
  width: 100%;
  margin-bottom: -20px;
}

.address-logo-2-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 120px;
  display: flex;
}

.maps-div-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

._2er-grid.space {
  width: 70%;
}

.section-gro-e-abst-nde-mittig {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  padding: 20px 30px;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.card {
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 8px 2px #00000014;
}

.card.highlights {
  width: 100%;
}

.card.highlights.rel {
  position: relative;
  left: 50%;
}

.image-wrapper-klein {
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-wrapper-klein._70 {
  width: 100%;
  height: 100%;
}

.image-wrapper-klein.height {
  width: 100%;
  height: 80vh;
}

.social-links-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.social-links-2._120, .social-links-2._1 {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-block {
  margin-left: 40px;
}

.footer-block.flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-01 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list {
  text-align: left;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
}

.slide-image-back {
  filter: blur(16px);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide-image-front {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.list-item {
  text-decoration: none;
}

.link-block-3 {
  cursor: pointer;
  text-decoration: none;
}

.card-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.div-block-193 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.para-center {
  text-align: center;
  font-size: 16px;
}

._3er {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  height: 100%;
}

._2er {
  grid-template-rows: auto;
}

._2er-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 40px 1fr;
  justify-items: stretch;
}

._2er-small.center {
  place-items: center stretch;
}

.icon-small-50px {
  width: 40px;
  height: 50px;
  margin-bottom: 10px;
}

.icon-100-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icon-contain-8vh {
  object-fit: contain;
  height: 8vh;
  margin-bottom: 20px;
}

.icon-contain-8vh.space {
  margin-right: 20px;
}

.list-numbered {
  text-align: left;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
  list-style-type: decimal;
}

.image-108 {
  filter: hue-rotate(200deg);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-109 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 52%;
  left: 42%;
}

.image-110 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 40%;
  left: 53%;
}

.image-111 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 41%;
  left: 34%;
}

.image-112 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 37%;
  left: 31%;
}

.image-113 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 60%;
  left: 26%;
}

.image-114 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 36%;
  left: 36%;
}

.image-115 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 45%;
  left: 30%;
}

.image-112-2 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 35%;
  left: 29%;
}

.utility-page-wrap-2 {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  bottom: 5%;
}

.image-257 {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 10rem;
}

._404-error-2 {
  color: #fff;
  font-family: Thicccboi, Arial, sans-serif;
  font-weight: 600;
}

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

.logos-wrapper {
  display: none;
}

.link-2 {
  color: var(--green);
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-align-center {
  text-align: center;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.hide-mobile-landscape {
  filter: invert();
}

.modal1_content-wrapper {
  background-color: var(--green);
  color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: none;
  height: 150px;
  max-height: none;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.modal1_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.image-wrapper-75vh {
  height: auto;
}

.image-wrapper-75vh.rel {
  position: relative;
  left: 50%;
}

.lightbox-link {
  width: 100%;
  height: auto;
}

.image-100-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.modal1_content-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-116 {
  object-fit: contain;
  width: 30px;
  position: absolute;
  top: 52%;
  left: 22%;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.flip-box-front {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0%;
}

.div-block-161 {
  width: 100%;
  height: 60vh;
}

.text-mittig-1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.text-mittig-1.flie-text.flip-card-para {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.image-74 {
  object-fit: contain;
  object-position: 50% 50%;
}

.image-74.top-0 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.flip-card {
  border-radius: 20px;
  width: 100%;
  height: 60vh;
}

.titelvideo {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.titelvideo.heading-1 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.flip-box-back {
  backface-visibility: hidden;
  color: #fff;
  width: 100%;
  height: 60vh;
  transform-style: preserve-3d;
  background-color: #299127;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.flip-box {
  border-radius: 20px;
  width: 100%;
  height: 60vh;
  position: relative;
}

.flip-wrapper {
  width: 100%;
  height: 100%;
}

.card-image-2 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 45vh;
}

.card-image-2.contain {
  object-fit: contain;
}

.card-header-2 {
  background-color: #fff;
  border-bottom: 1px solid #a6a6a6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: auto;
  padding-top: 0;
}

.card-body-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding: 20px;
  display: flex;
}

.card-block-2 {
  border-radius: 20px;
  height: auto;
  box-shadow: 0 0 6px #a7a7a7;
}

.heading-mittig1-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig1-2.heading-2.farbe-der-headings.text-blue {
  color: #14275d;
  margin-top: 10px;
  font-size: 20px;
}

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig1.flie-text {
  margin-bottom: 10px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.code-embed {
  width: 100%;
  margin-top: 20px;
}

.slider-wrap {
  width: 100%;
  padding-right: 0;
  display: block;
  position: relative;
}

.image-wrap-60vh {
  height: 60vh;
}

.slider {
  height: 100%;
}

.div-block-194 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(10vh, 10vh) 1fr 10vh;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-195 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  max-width: 78rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-3 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.flyer-images {
  object-fit: contain;
  height: 65vh;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  .navbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
  }

  .paragraph.flie-text {
    font-size: 1vw;
  }

  .section-gro-e-abst-nde {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-linksb-ndig1.heading-2 {
    text-align: center;
  }

  .logo-bar.zweitfarbe {
    position: sticky;
  }

  .icon-1.size {
    width: 100%;
    height: 80px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .telefonnummer {
    margin-bottom: 5px;
  }

  .telefonnummer.flie-text {
    font-size: 14px;
  }

  .email {
    margin-bottom: 5px;
  }

  .adresse.flie-text {
    font-size: 14px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: #f0f9e4;
    padding: 10px;
  }

  .navbar {
    z-index: 100;
  }

  .navbar.zweitfarbe {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-1.flie-text {
    text-align: center;
  }

  .div-block-video {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
    inset: 0%;
  }

  .heading-links.heading-1 {
    text-align: center;
  }

  .heading-links.heading-2 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .paragraph.flie-text.list {
    text-align: left;
  }

  .paragraph.flie-text.left {
    text-align: left;
    font-size: 16px;
  }

  .section1 {
    padding: 60px;
  }

  .heading-links-klein.heading-3, .heading-links-klein.heading-1, .heading-links-klein.heading-2 {
    text-align: center;
  }

  ._2er-grid-no-overflow {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2er-grid-no-overflow._3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .footer-1.hauptfarbe, .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-success.heading-2 {
    font-size: 25px;
  }

  ._3er-card {
    width: 100vw;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
  }

  .inhalt-nebeneinander.abstand-unten.top {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-untereinander {
    justify-content: flex-start;
    align-items: center;
  }

  .image-100.contain.act-con {
    object-fit: contain;
    overflow: visible;
  }

  .image-100.top {
    object-position: 0% 0%;
  }

  .circle2 {
    inset: auto 0% 0% auto;
  }

  .section-gro-e-abst-nde.abstand-seite, .section-gro-e-abst-nde.overflow.cener {
    padding: 60px;
  }

  .inhalt-untereinander-2 {
    z-index: 0;
  }

  .image-wrapper {
    width: 100%;
    height: auto;
  }

  .image-wrapper.rel {
    height: 60vh;
  }

  .image-wrapper._60vh {
    height: 80vh;
  }

  ._2er_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2er_grid.zero-padding {
    flex-flow: column;
    display: flex;
  }

  .footer_grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading_footer.heading-1.farbe-der-headings {
    font-size: 18px;
  }

  .circle.white {
    width: 35px;
    height: 35px;
    padding: 6px;
  }

  .footer1.hauptfarbe, .footer1.padding2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer1.padding2.zweitfarbe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._4er-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .menu-button {
    background-color: var(--border-green);
    text-align: center;
    order: 9999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: var(--border-green);
  }

  .icon {
    color: #000;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .text-field-4 {
    text-align: left;
  }

  .impdat-2.flie-text {
    overflow-wrap: normal;
  }

  .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

  ._2er-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._6er-grid1 {
    flex-flow: column;
    display: flex;
  }

  .inhalt-untereinander1 {
    flex-direction: column;
  }

  .div-grey.highlights {
    padding: 40px;
  }

  .section_img {
    flex-flow: column;
    height: auto;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .list-3 {
    font-size: 16px;
  }

  .top-bar.hauptfarbe {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .info-2.hide, .logo-div.desktop {
    display: none;
  }

  .dropdown-18, .dropdown.hauptfarbe {
    width: 100%;
  }

  .faq-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info-3.hide {
    display: none;
  }

  .divtitle-text {
    order: 9999;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .video-title {
    overflow: hidden;
  }

  .headingstart.heading-2 {
    text-align: center;
    font-size: 50px;
  }

  .heading2nd.heading-1 {
    text-align: center;
    font-size: 32px;
  }

  .title-section--start.zweitfarbe {
    height: auto;
    padding: 0;
  }

  .content-wrap2 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-grey-img {
    height: 25rem;
  }

  .page-links {
    font-size: 14px;
  }

  .content-wrap.links {
    justify-content: center;
    align-items: center;
  }

  .content-wrap.links.height {
    height: auto;
  }

  .content-wrap.links.last {
    order: 9999;
  }

  .grid-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .logo-img-footer {
    width: 12rem;
  }

  .address-logo-2-wrapper.hide {
    display: none;
  }

  ._2er-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 16px;
    display: flex;
  }

  ._2er-grid.space {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 75%;
    display: grid;
  }

  .section-gro-e-abst-nde-mittig {
    padding: 60px;
  }

  .content-wrapper {
    width: 100%;
    padding: 10px 0 0;
  }

  ._3er-grid {
    flex-flow: column;
    display: flex;
  }

  .card.highlights.rel {
    left: auto;
  }

  .image-wrapper-klein {
    width: 100%;
    height: 60vh;
  }

  .image-wrapper-klein._70, .image-wrapper-klein.height {
    height: 60vh;
  }

  .social-links-2._120, .social-links-2._1 {
    padding: 0;
  }

  .footer-block {
    margin-left: 0;
  }

  .slide-image-front {
    border-radius: 0;
  }

  ._3er {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._2er {
    display: flex;
  }

  ._2er-small {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-contain-8vh.space {
    margin-left: auto;
    margin-right: auto;
  }

  .image-109, .image-110, .image-111, .image-112, .image-113, .image-114, .image-115, .image-112-2 {
    width: 19px;
  }

  ._404-error-2 {
    font-size: 22px;
  }

  .logos-wrapper {
    justify-content: space-between;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .field-label {
    text-align: left;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .modal1_content-wrapper {
    width: 120px;
    max-width: none;
    height: 120px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-wrapper-75vh {
    height: auto;
  }

  .image-wrapper-75vh.rel {
    position: relative;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-116 {
    width: 19px;
  }

  .container-3 {
    grid-template-columns: 1fr 1fr;
  }

  .titelvideo.heading-1 {
    font-size: 30px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .code-embed {
    overflow-wrap: anywhere;
  }

  .slider-wrap {
    overflow: hidden;
  }

  .image-wrap-60vh {
    height: 45vh;
  }

  .div-block-194 {
    display: flex;
  }

  .div-block-195 {
    flex-flow: column;
    width: 100%;
  }

  .modal1_content-wrapper-3 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .flyer-images {
    height: 55vh;
  }

  .mask {
    height: 100%;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .div-block-video {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }

  .heading-links.heading-1 {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-links.heading-2 {
    font-size: 23px;
    line-height: 30px;
  }

  .heading.heading-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph.flie-text {
    text-align: center;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 15px;
  }

  .paragraph.flie-text.list {
    padding-left: 20px;
  }

  .button.flie-text.highlights {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .section1 {
    padding: 40px;
  }

  ._2er-grid-no-overflow {
    grid-template-columns: 1fr;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-success.heading-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    width: auto;
    min-width: auto;
    height: auto;
  }

  ._3er-card {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: static;
  }

  .section-gro-e-abst-nde.abstand-seite, .section-gro-e-abst-nde.overflow.cener {
    padding: 40px;
  }

  .content {
    padding: 20px 10px;
  }

  .inhalt-untereinander-2 {
    margin-top: 40px;
  }

  .image-wrapper.rel {
    height: 25rem;
  }

  .image-wrapper._60vh {
    height: 60vh;
  }

  .heading-mittig.heading-1 {
    font-size: 35px;
  }

  .footer_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading_footer.heading-1.farbe-der-headings {
    text-align: center;
    margin-bottom: 5px;
  }

  .circle.white {
    padding: 5px;
  }

  .footer1.padding2.zweitfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._4er-grid {
    grid-template-columns: 1fr;
  }

  .img-45vh.contain {
    height: 20rem;
  }

  .img-45vh.contain.top {
    width: auto;
  }

  .untereinander {
    justify-content: flex-start;
    align-items: center;
  }

  .icon {
    height: 2.6vh;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-field-4 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

  .text-field-4.cc-textarea {
    text-align: left;
    margin-bottom: 20px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .embed-maps {
    width: auto;
    height: auto;
  }

  .impdat-2.flie-text {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .dic-block-grauer-rand1 {
    padding: 10px 0 0;
  }

  ._2er-grid1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .block_for_icon.zweitfarbe {
    height: 10rem;
  }

  ._6er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .inhalt-untereinander1 {
    align-items: center;
    height: auto;
    padding: 10px 0 0;
  }

  .paragraph-mittig.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .list-3 {
    font-size: 15px;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .dropdown.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .divtitle-text {
    padding: 40px;
  }

  .icon-1 {
    width: auto;
    height: 6rem;
  }

  .icon-1.size {
    height: 3rem;
  }

  .headingstart.heading-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .heading2nd.heading-1 {
    font-size: 26px;
  }

  .page-links.w--current, .link-wrapper {
    text-align: center;
  }

  .box-team.hauptfarbe {
    bottom: -11%;
  }

  .footer-logo-address-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .maps-div-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  ._2er-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  ._2er-grid.space {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .section-gro-e-abst-nde-mittig, .section-gro-e-abst-nde-mittig.zweitfarbe {
    padding: 40px;
  }

  .image-wrapper-klein, .image-wrapper-klein._70, .image-wrapper-klein.height {
    height: 25rem;
  }

  .social-links-2._120, .social-links-2._1 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .footer-block.flex {
    justify-content: flex-start;
    align-items: center;
  }

  .info-01 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  ._2er {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  ._2er-small.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .image-257 {
    height: 5rem;
  }

  ._404-error-2 {
    font-size: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    flex-flow: column;
  }

  .show-mobile-landscape {
    filter: none;
    display: block;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component {
    justify-content: center;
    align-items: center;
  }

  .image-wrapper-75vh {
    height: auto;
  }

  .image-wrapper-75vh.rel {
    position: static;
  }

  .lightbox-link, .image-100-contain {
    height: auto;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-2 {
    justify-content: center;
    align-items: center;
  }

  .text-mittig-1 {
    padding-bottom: 40px;
  }

  .image-74.top-0 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .titelvideo.heading-1 {
    font-size: 22px;
    line-height: 35px;
  }

  .flip-box {
    height: 400px;
  }

  .heading-mittig1-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .code-embed {
    text-align: center;
  }

  .image-wrap-60vh {
    height: auto;
  }

  .modal1_content-wrapper-3 {
    max-height: 80%;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-3 {
    justify-content: center;
    align-items: center;
  }

  .flyer-images {
    height: 25rem;
  }

  .grid-footer {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .navbar {
    flex-direction: column;
  }

  .div-block-video {
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 100px;
  }

  .heading-links.heading-1 {
    font-size: 27px;
    line-height: 35px;
  }

  .heading-links.heading-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading.heading-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph.flie-text, .paragraph.flie-text.left, .button.flie-text.hauptfarbe {
    font-size: 14px;
  }

  .icons {
    margin-bottom: 10px;
  }

  .icons.wei.filter, .icons.wei.right {
    margin-bottom: 0;
  }

  .section1 {
    padding: 40px 20px;
  }

  .heading-links-klein.mittig.heading-3 {
    font-size: 20px;
  }

  .heading-links-klein.heading-2 {
    line-height: 28px;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success {
    padding: 60px 40px;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .heading-success {
    font-size: 20px;
    line-height: 30px;
  }

  .maps-gro {
    height: 300px;
  }

  .maos-footer {
    min-width: 220px;
  }

  ._3er-card {
    width: 100%;
  }

  .section-gro-e-abst-nde.abstand-seite, .section-gro-e-abst-nde.overflow.cener, .section-gro-e-abst-nde.overflow.cener.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-mittig.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  ._2er_grid {
    width: 100%;
    margin-bottom: 20px;
  }

  .inhalt-footer3.flie-text {
    text-align: left;
  }

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

  .heading_footer.heading-1.farbe-der-headings {
    font-size: 17px;
  }

  .circle {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .circle.white {
    width: 25px;
    height: 25px;
  }

  .footer1.hauptfarbe, .footer1.padding2 {
    text-align: left;
  }

  .heading-mittig-klein.heading-3 {
    font-size: 18px;
  }

  .heading-mittig-klein.heading-2 {
    font-size: 22px;
  }

  .icon {
    height: auto;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 10px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .dic-block-grauer-rand1 {
    padding: 20px 0 0;
  }

  ._6er-grid1 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .inhalt-untereinander1 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-mittig.flie-text {
    text-align: center;
  }

  .div-grey.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .list-3 {
    padding-left: 30px;
    font-size: 14px;
  }

  .top-bar.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .social-link {
    width: 30px;
    height: 30px;
  }

  .divtitle-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-1 {
    height: 5rem;
  }

  .headingstart.heading-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading2nd.heading-1 {
    font-size: 22px;
  }

  .box-team.hauptfarbe {
    width: 90%;
  }

  .footer-logo-address-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-gro-e-abst-nde-mittig, .section-gro-e-abst-nde-mittig.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list.flie-text, .list-numbered.flie-text {
    font-size: 14px;
  }

  .utility-page-wrap-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  ._404-error-2 {
    font-size: 14px;
    line-height: 23px;
  }

  .logos-wrapper {
    width: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: .75rem;
  }

  .modal1_content-wrapper {
    width: 80px;
    height: 80px;
    padding-bottom: 1rem;
  }

  .modal1_component, .modal1_component-2 {
    width: auto;
    height: auto;
  }

  .container-3 {
    grid-template-columns: 1fr;
  }

  .div-block-161 {
    height: 500px;
  }

  .text-mittig-1.flie-text {
    padding-bottom: 20px;
  }

  .image-74.top-0 {
    object-fit: cover;
    object-position: 70% 50%;
  }

  .titelvideo.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .flip-box-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flip-box {
    height: 500px;
  }

  .heading-mittig1-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-195 {
    width: 100%;
  }

  .modal1_component-3 {
    width: auto;
    height: auto;
  }

  .flyer-images {
    height: 20rem;
  }
}

#w-node-_160d82b2-3a8b-9676-0b2c-b1737c3457ef-a0765b6c {
  justify-self: end;
}

#w-node-e5058df3-9edf-85d0-d6ae-2871b2920c30-a0765b6c {
  justify-self: start;
}

#w-node-_3e049c86-84fd-2bc1-dea4-cb711bed667a-63abd345, #w-node-_086b1bef-0551-1031-7730-e58133b1de26-63abd348, #w-node-cde57651-bde5-667c-3548-418da5295c60-63abd348, #w-node-_161abc35-ada3-0464-f49e-d6f4694a5d08-63abd348, #w-node-ea24d38b-e11b-b778-a6bd-ca7674222c3c-63abd348, #w-node-_9b529cd5-70cb-9065-71ed-1f7c7932075f-63abd348, #w-node-_02532d4f-5fb7-4d65-d512-5374cd701057-63abd34b, #w-node-e3fbf8bd-5e6c-2235-dc6c-3e5ccc709b17-63abd34b, #w-node-d41f44f0-abe2-a9fe-f4d5-5adc569c66dd-63abd34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152b43e7-bee2-3e9b-56bb-a4d711be1b15-63abd34d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_919fd896-2118-0928-76c4-43fc4d2a4509-63abd34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_919fd896-2118-0928-76c4-43fc4d2a4517-63abd34d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3677b059-f7b4-b260-55cf-b77a33df3c40-f69cc15a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Qinder butter';
  src: url('../fonts/Qinder-Butter.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}