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

:root {
  --white: white;
  --hauptfarbe: #020a2c;
  --zweifarbe: #edf1ec;
  --highlight: #01b2e0;
  --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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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.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-pag {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.logo-img {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 100%;
  width: 100px;
  max-width: none;
  height: 100px;
}

.logo {
  justify-content: center;
  align-items: center;
  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;
  line-height: 1.5;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--hauptfarbe);
  color: #fff;
}

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

.zweitfarbe {
  background-color: var(--zweifarbe);
  color: #000;
}

.highlights {
  background-color: var(--highlight);
  color: #fff;
}

.adresse {
  color: var(--white);
  margin-bottom: 5px;
  line-height: 1.5;
}

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

.heading-1 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

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

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

.flie-text {
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--highlight);
  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;
}

.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;
}

.logo-wei {
  filter: invert();
}

.nav-menu-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  color: #fff;
  flex-direction: column;
  justify-content: center;
}

.nav-link-1 {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link-1.flie-text {
  color: #fff;
  font-weight: 500;
}

.div-block {
  z-index: 5;
  color: #fff;
  background-color: #020a2cad;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 5vw;
  padding-right: 40vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 18px;
}

.button.flie-text:hover {
  background-color: #2a571d;
}

.background-video {
  height: 100%;
}

.section-relative {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-relative.unterseite {
  height: 80vh;
}

.titelheading {
  text-align: left;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 60px;
}

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

.section1 {
  padding: 10vh 5vw;
}

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

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

.heading-4 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
}

.heading-4.heading-1 {
  font-size: 30px;
  line-height: 1.3;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
}

.heading-5.heading-1 {
  margin-bottom: 20px;
  line-height: 1.3;
}

._3-1-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

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

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

.inhalt-footer {
  align-self: flex-start;
  height: 100%;
}

.footer-1 {
  background-image: linear-gradient(#020a2ceb, #020a2cd4), url('../images/pexels-jonathanborba-5808756.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 40px 5vw 20px;
}

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

.link-formular {
  text-decoration: none;
}

.text-field {
  height: 60px;
}

.text-field.text-area {
  height: 100px;
}

.text-field.select {
  background-color: #fff;
}

.form-block {
  margin-bottom: 0;
}

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

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

.impdat.wrapp {
  overflow-wrap: anywhere;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

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

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

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

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

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

.link-block {
  color: #fff;
  text-decoration: none;
  display: block;
}

.link-block:hover {
  color: #01b2e0;
}

.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: #fff;
  text-decoration: none;
}

.nav-men-1 {
  z-index: 1000;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-6 {
  z-index: 1000;
  background-color: #ddd0;
  width: 100%;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

.nav-link-3.flie-text:hover {
  color: #01b2e0;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3.flie-text.w--current {
  color: #01b2e0;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1 {
  z-index: 1000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.spacer {
  height: 20px;
}

.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: -2px;
  top: 10px;
}

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

.paragraph-links.flie-text.top-margin {
  margin-top: 20px;
}

.paragraph-links.flie-text.is-bold {
  font-weight: 700;
}

.heading-links {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.heading-links.heading-1 {
  overflow-wrap: anywhere;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.subheading {
  text-align: left;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

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

._2er-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
}

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

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

.image-wrapper.relative {
  position: relative;
  top: -25%;
}

.icon-60px {
  object-fit: contain;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.icon-60px._100px {
  width: 80px;
  height: 80px;
}

.icon-60px.invert {
  filter: brightness(0%) invert() grayscale(62%);
}

.icon-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-text-wrapper.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.blocks-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.blocks-container.relative {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  width: 100%;
  padding: 40px;
  position: relative;
  left: 20%;
  box-shadow: 2px 3px 20px 5px #0000001a;
}

.blocks-container.top-margin {
  margin-top: 30px;
}

.image-relative-block {
  width: 65%;
  height: 80vh;
  position: relative;
}

.image-relative-block.auto {
  width: 85%;
}

.image-absolute {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: auto -50% -25% auto;
}

.heading-mitting {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 45px;
}

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

.heading-mitting.heading-1.top-margin {
  margin-top: 40px;
}

.section-background {
  background-image: linear-gradient(0deg, #020a2c, #020a2cdb 30%, #020a2cc9), url('../images/1000_F_370080035_XLc3HS3NF54nuKiJj2OmCCIho7lzXjnu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding: 10vh 5vw;
  position: relative;
}

.section-background._1 {
  height: 100%;
  color: var(--white);
  background-image: linear-gradient(0deg, #020a2c, #020a2cdb 20%, #020a2cc9), url('../images/pexels-jonathanborba-5808756.webp');
}

.spacer-medium {
  height: 40px;
}

.div-block-176 {
  flex-flow: row;
  width: 100%;
  height: 85vh;
  display: flex;
  position: absolute;
  inset: -15% auto 0% 0%;
}

.div-block-177 {
  color: #fff;
  background-image: linear-gradient(#020a2c, #020a2c 36%, #fff0);
  width: 70%;
  height: 85vh;
  padding: 40px 5vw;
}

.icon-300px {
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.section-main {
  padding: 10vh 5vw 35vh;
}

.div-block-178 {
  width: 30%;
  height: 68vh;
  position: relative;
  top: 20%;
}

.section-background-2 {
  background-color: #020a2c;
  padding-top: 10vh;
  padding-bottom: 15vh;
  position: relative;
}

.gallery_block {
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.gallery_block.bg-image-1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.page-wrapper {
  width: 100%;
  color: var(--white);
}

.gallery_position {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.gallery_content {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 30rem;
  display: flex;
}

.section-gallery {
  width: 100%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper-2 {
  width: 100%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.div {
  width: 100%;
  padding: 40px;
}

.button-2 {
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
}

.button-2.flie-text:hover {
  background-color: #2a571d;
}

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

.button-2.hauptfarbe.flie-text:hover {
  color: #020a2c;
  background-color: #01b2e0;
  border-color: #020a2c;
}

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

.button-2.highlights.flie-text:hover {
  background-color: #020a2c;
}

.section-miiting {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
}

.cards-with-border {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
}

.grid-4er {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  margin-top: 40px;
}

._5er-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 30px;
}

.section-bg-gradient {
  color: var(--white);
  background-image: linear-gradient(270deg, #000, #020a2cba), url('../images/19_IMG-20260421-WA0010.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vh 5vw;
}

.image-relative-block-80 {
  width: 100%;
  height: 85vh;
  position: relative;
}

.section-2 {
  padding: 10vh 5vw;
}

._2er-grid-3-columns {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block2 {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #020a2c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.div-block2:hover {
  background-image: linear-gradient(0deg, #020a2ceb, #020a2c47);
}

.image-absolute-2 {
  object-fit: contain;
  width: 100%;
  height: 65vh;
  position: absolute;
  inset: auto -25% -40% auto;
}

.section-4 {
  padding: 10vh 5vw 20vh;
}

.contact {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.contact:hover {
  background-image: linear-gradient(0deg, #020a2ceb, #020a2c47);
}

.section-background-with-gradient {
  background-image: linear-gradient(#020a2c, #020a2ceb);
  padding: 10vh 5vw;
  position: relative;
}

.image-bg {
  width: 80%;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-mikhail-nilov-8333027.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: absolute;
  inset: -20% 0% auto;
  box-shadow: 2px 2px 20px 5px #0003;
}

.form-wrap {
  width: 90%;
  color: var(--white);
  border: 1px solid #7e7e7e;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
}

.subheading-center {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.subheading-center.heading-1 {
  line-height: 1.3;
}

.grid-21 {
  grid-template-rows: auto;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.heading-center {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 40px;
  line-height: 45px;
}

.heading-center.heading-1 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.div-image {
  width: 100%;
  height: 60vh;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0 2px 20px 10px #0003;
}

.section-main-2 {
  padding: 10vh 5vw 50vh;
}

.div-block-183 {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.logo-imge {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  color: var(--white);
  text-decoration: none;
}

.nav-block {
  width: 100%;
  height: 20vh;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-icon {
  z-index: -1;
  opacity: .87;
  object-fit: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 20% -45% auto auto;
}

.section-main-1 {
  padding: 10vh 5vw 25vh;
}

.div-block-185 {
  width: 100%;
  margin-top: 65vh;
}

.right-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blocks-container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.blocks-container-2.center {
  justify-content: flex-start;
  align-items: center;
}

.link-block-3 {
  color: #333;
  text-decoration: none;
  transition: all .5s;
}

.link-block-3:hover {
  letter-spacing: 2px;
}

.link-block-3.white {
  color: var(--white);
}

.divider {
  background-color: #01b2e0;
  width: 100%;
  height: .5px;
  margin-bottom: 20px;
}

.grid-2er {
  grid-template-rows: auto;
  width: 100%;
}

.image-block {
  height: 50vh;
}

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

.grid-23 {
  grid-template-rows: auto;
  place-items: stretch stretch;
}

.div-block-small {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.link-block-5 {
  color: var(--white);
  text-decoration: none;
  transition: all .5s;
}

.link-block-5:hover {
  text-decoration: underline;
}

.grid-24 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

._3er-grid-3-columns {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-image {
  width: 100%;
  height: 50vh;
  margin-bottom: 20px;
}

.div-block-190 {
  margin-top: 40px;
}

.div-block-191 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-small {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

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

.div-block-192 {
  height: 45vh;
}

.dropdown-toggle-16 {
  color: var(--white);
  padding: 0 20px 0 0;
}

.dropdown-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: gray;
}

.dropdown-link.w--current {
  color: #ebe3de;
}

.dropdown-link.flie-text:hover {
  color: #01b2e0;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link.flie-text.w--current {
  color: #01b2e0;
}

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

.grid-24-center {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  place-items: center;
}

.main-wrapper-3 {
  width: 100%;
  margin-top: 40px;
}

.main {
  margin-top: 20px;
}

.heading-93 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-93.bottom-margin {
  margin-bottom: 20px;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 55vh;
  padding: 10px 61px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-108 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-108:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.div-block-194 {
  width: 100%;
  height: 65vh;
}

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

.popupmain-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 55vh;
  padding: 10px 61px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 11px #000;
}

.popup-inside-2:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-109 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-109:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.block1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  transition: all .5s;
  display: flex;
}

.image-text-block-small {
  border: 1px solid var(--black);
  width: 100%;
  height: 45vh;
  position: relative;
}

.link {
  color: #333;
  width: 100%;
  text-decoration: none;
}

.heading-links-small-2 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.heading-links-small-2.heading-1 {
  margin-bottom: 20px;
  line-height: 1.3;
}

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

.div-block-100 {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.text-span {
  color: #01b2e0;
}

.success-message {
  color: var(--black);
}

.error-message {
  background-color: #e71d1d;
}

.utility-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page.hauptfarbe {
  padding-left: 100px;
  padding-right: 100px;
}

.image-error {
  filter: contrast(200%) invert();
  object-fit: contain;
  width: 10rem;
}

.text-error {
  font-size: 16px;
}

.div-block-space {
  height: 20px;
}

.wrap {
  overflow-wrap: anywhere;
}

.grid-3er {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-relative {
    height: 60vh;
  }

  .section-relative.unterseite {
    height: 55vh;
  }

  .titelheading.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
  }

  .section1 {
    padding: 60px;
  }

  .heading-4.heading-1 {
    text-align: center;
    margin-top: 10px;
  }

  .heading-5.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  ._3-1-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

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

  .footer-1 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-text.flie-text.is-left {
    text-align: left;
  }

  .text-field {
    text-align: left;
    height: 3.2rem;
  }

  .text-field.text-area {
    height: 6rem;
  }

  .form-block {
    margin-bottom: 0;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .heading-success.heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .success {
    height: 55vh;
    padding: 60px;
  }

  .maps-gro-2 {
    height: 50vh;
  }

  .link-block {
    display: block;
  }

  .impdat-2.flie-text {
    text-align: left;
  }

  .nav-men-1 {
    background-color: var(--highlight);
    padding: 10px 20px;
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar-6 {
    position: static;
  }

  .nav-link-3.flie-text {
    padding: 14px 0;
  }

  .nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
    color: var(--hauptfarbe);
  }

  .nav-link-3.flie-text.is-small {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-3.flie-text.is-small.w--current {
    color: var(--hauptfarbe);
  }

  .navbar1 {
    position: relative;
  }

  .men-buttton1.hauptfarbe {
    padding: 15px;
    font-size: 22px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--hauptfarbe);
  }

  .image-100 {
    height: 55vh;
  }

  .image-100.contain.is-small {
    height: 100%;
  }

  .image-100._55vh {
    width: auto;
    height: 55vh;
  }

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

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

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

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

  .paragraph-links.flie-text.top-margin {
    margin-top: 0;
  }

  .heading-links.heading-1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
  }

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

  .subheading.heading-3.farbe-der-headings {
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.3;
  }

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

  ._2er-grid.wrapp-down {
    flex-flow: column-reverse;
  }

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

  .icon-60px {
    width: 35px;
    height: 35px;
  }

  .icon-60px._100px {
    width: 70px;
    height: 70px;
  }

  .icon-60px.invert {
    width: 30px;
    height: 30px;
  }

  .icon-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-text-wrapper.flex {
    flex-flow: column;
  }

  .blocks-container.relative {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 20px;
    left: 0%;
  }

  .blocks-container.top-margin {
    margin-top: 10px;
  }

  .image-relative-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .image-relative-block.auto {
    width: 100%;
  }

  .image-absolute {
    height: 55vh;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .heading-mitting.heading-1 {
    margin-top: 10px;
  }

  .heading-mitting.heading-1.top-margin {
    margin-top: 20px;
  }

  .section-background._1 {
    padding: 60px;
  }

  .spacer-medium {
    height: 10px;
  }

  .div-block-176 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    position: relative;
  }

  .div-block-176.wrapp-down {
    flex-flow: column-reverse;
  }

  .div-block-177 {
    background-image: none;
    width: 100%;
    height: auto;
    padding: 0 0;
  }

  .section-main {
    padding: 60px;
  }

  .div-block-178 {
    width: 100%;
    height: 55vh;
  }

  .section-background-2 {
    padding: 60px;
  }

  .gallery_block {
    width: 100%;
    height: 20%;
  }

  .gallery_block.bg-image-1 {
    height: 55vh;
  }

  .gallery_content {
    grid-column-gap: .5px;
    grid-row-gap: .5px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .div.highlights {
    padding: 20px;
  }

  .button-2.hauptfarbe.flie-text, .button-2.highlights.flie-text {
    text-align: center;
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 15px;
  }

  .section-miiting {
    padding: 60px;
  }

  .section-miiting.top-0 {
    padding-top: 0;
  }

  .cards-with-border {
    padding: 0;
  }

  .cards-with-border.hauptfarbe {
    padding-top: 20px;
  }

  .grid-4er {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4er.margin-0 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  ._5er-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._5er-grid.neben {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .section-bg-gradient {
    padding: 60px;
  }

  .image-relative-block-80 {
    height: 55vh;
  }

  .section-2 {
    padding: 60px;
  }

  ._2er-grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  ._2er-grid-3-columns.wrapp-down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .div-block2 {
    height: auto;
  }

  .image-absolute-2 {
    height: 55vh;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .image-absolute-2.cover {
    object-fit: cover;
  }

  .section-4.highlights, .section-background-with-gradient {
    padding: 60px;
  }

  .image-bg {
    width: 100%;
    padding: 20px;
    position: relative;
    top: 0%;
  }

  .form-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 30px 40px 40px;
  }

  .subheading-center.heading-3.farbe-der-headings {
    margin-top: 10px;
  }

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

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

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

  .div-image {
    height: 55vh;
    margin-top: 20px;
  }

  .section-main-2 {
    padding: 60px;
  }

  .logo-imge {
    width: 100px;
    height: 100px;
  }

  .nav-block.hauptfarbe {
    display: none;
  }

  .image-icon {
    width: 150px;
    height: 150px;
    top: 0%;
    right: 0%;
  }

  .section-main-1 {
    padding: 60px;
  }

  .div-block-185 {
    margin-top: 0;
  }

  .right-block {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .blocks-container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-block-3:hover, .link-block-3.white:hover {
    letter-spacing: 1px;
  }

  .grid-2er {
    flex-flow: column;
    display: flex;
  }

  .div-block-small.hauptfarbe {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .grid-24 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  ._3er-grid-3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-image {
    height: 25vh;
  }

  .div-block-190 {
    margin-top: 20px;
  }

  .div-block-192 {
    height: 55vh;
  }

  .dropdown-toggle-16 {
    width: 100%;
  }

  .dropdown-link.flie-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-list-18.w--open {
    position: relative;
  }

  .grid-24-center {
    flex-flow: column;
    display: flex;
  }

  .grid-24-center.wrapp-down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .main-wrapper-3 {
    margin-top: 0;
  }

  .main {
    margin-top: 10px;
  }

  .heading-93.bottom-margin {
    font-size: 34px;
  }

  .popup-inside {
    width: 80%;
  }

  .div-block-194 {
    height: 55vh;
  }

  .popup-inside-2 {
    width: 80%;
  }

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

  .image-text-block-small {
    height: 55vh;
  }

  .heading-links-small-2.heading-1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .div-block-100.highlights {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }

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

  .heading-error.heading-1 {
    font-size: 32px;
  }

  .dropdown {
    width: 100%;
  }

  .icon {
    margin-right: 0;
  }

  .div-block-space {
    height: 0;
  }

  .grid-3er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 90px;
    height: 90px;
  }

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

  .divblock1 {
    height: auto;
  }

  .div-block {
    padding: 40px;
  }

  .button.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .section-relative, .section-relative.unterseite {
    height: 28rem;
  }

  .titelheading.heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .section1 {
    padding: 40px;
  }

  .heading-5.heading-1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  ._3-1-grid {
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .paragraph.flie-text {
    font-size: 15px;
  }

  .inhalt-footer {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-1 {
    padding: 40px 20px;
  }

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

  .text-field {
    height: 3rem;
  }

  .text-field.text-area {
    height: 5.5rem;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .success {
    height: 40vh;
    padding: 40px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 25rem;
  }

  .maos-footer-2 {
    height: 100px;
  }

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

  .nav-link-3.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.4;
  }

  .men-buttton1.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

  .image-100, .image-100._55vh {
    height: 25rem;
  }

  .paragraph-links.flie-text {
    font-size: 15px;
  }

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

  .subheading.heading-1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .subheading.heading-3, .subheading.heading-3.farbe-der-headings {
    font-size: 25px;
  }

  ._2er-grid.wrapp-down {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-60px {
    width: 30px;
    height: 30px;
  }

  .icon-60px._100px {
    width: 60px;
    height: 60px;
  }

  .icon-60px.invert {
    width: 25px;
    height: 25px;
  }

  .icon-text-wrapper.top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-relative-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-absolute {
    height: 25rem;
  }

  .heading-mitting.heading-1 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 35px;
  }

  .section-background._1 {
    padding: 40px;
  }

  .div-block-176 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-main {
    padding: 40px;
  }

  .div-block-178 {
    height: 25rem;
  }

  .section-background-2 {
    padding: 40px;
  }

  .gallery_block.bg-image-1 {
    height: 25rem;
  }

  .gallery_content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .button-2.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-2.hauptfarbe.flie-text {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .button-2.highlights.flie-text {
    padding: 10px 15px;
    font-size: 14px;
  }

  .section-miiting {
    padding: 40px;
  }

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

  ._5er-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .section-bg-gradient {
    padding: 40px;
  }

  .image-relative-block-80 {
    height: 25rem;
  }

  .section-2 {
    padding: 40px;
  }

  ._2er-grid-3-columns, ._2er-grid-3-columns.wrapp-down {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-absolute-2 {
    height: 25rem;
  }

  .section-4.highlights, .section-background-with-gradient {
    padding: 40px;
  }

  .form-wrap {
    padding: 20px 30px 30px;
  }

  .subheading-center.heading-1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .grid-21 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .image-wrapper-75vh {
    height: 25rem;
  }

  .heading-center.heading-1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .div-image {
    height: 25rem;
  }

  .section-main-2 {
    padding: 40px;
  }

  .logo-imge {
    width: 90px;
    height: 90px;
  }

  .image-icon {
    width: 7rem;
    height: 7rem;
  }

  .section-main-1 {
    padding: 40px;
  }

  .link-block-3:hover, .link-block-3.white:hover {
    letter-spacing: .5px;
  }

  .grid-2er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-block {
    height: 25rem;
  }

  .image-block.is-small {
    height: 20rem;
  }

  .grid-23 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .div-block-image {
    height: 10rem;
  }

  .div-block-192 {
    height: 25em;
  }

  .dropdown-link.flie-text {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.4;
  }

  .grid-24-center.wrapp-down {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-93.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .image-108 {
    width: 25px;
    height: 25px;
  }

  .div-block-194 {
    height: 25rem;
  }

  .image-109 {
    width: 25px;
    height: 25px;
  }

  .image-text-block-small {
    height: 25rem;
  }

  .heading-links-small-2.heading-1 {
    font-size: 30px;
  }

  .utility-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-error {
    width: 5rem;
    margin-bottom: 10px;
  }

  .heading-error.heading-1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .text-error.flie-text {
    font-size: 15px;
  }

  .grid-3er {
    flex-flow: column;
    margin-top: 10px;
    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%;
  }

  .logo-img {
    width: 80px;
    height: 80px;
  }

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

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

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

  .button.flie-text {
    margin-top: 5px;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .titelheading.heading-1 {
    font-size: 25px;
  }

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

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

  .heading-5.heading-1 {
    font-size: 25px;
  }

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

  .inhalt-footer {
    font-size: 13.5px;
  }

  .div-block-footer1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-field {
    height: 2.8rem;
  }

  .text-field.text-area {
    height: 5rem;
  }

  .submit-button1.highlights.flie-text {
    font-size: 13px;
  }

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

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

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

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

  .success {
    height: 45vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .nav-men-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link-3.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.3;
  }

  .men-buttton1.hauptfarbe {
    padding: 12px;
    font-size: 18px;
  }

  .image-100._55vh {
    height: 20rem;
  }

  .spacer {
    height: 15px;
  }

  .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;
  }

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

  .paragraph-links.flie-text.wrap {
    white-space: pre-wrap;
  }

  .heading-links.heading-1 {
    font-size: 25px;
  }

  .subheading.heading-3, .subheading.heading-3.farbe-der-headings {
    font-size: 22px;
  }

  .icon-60px {
    width: 24px;
    height: 24px;
  }

  .icon-60px._100px {
    width: 50px;
    height: 50px;
  }

  .icon-60px.invert {
    width: 25px;
    height: 25px;
  }

  .icon-text-wrapper.top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blocks-container {
    margin-bottom: 0;
  }

  .image-relative-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-mitting.heading-1 {
    font-size: 20px;
  }

  .section-background._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer-medium {
    height: 20px;
  }

  .section-main, .section-background-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div.highlights {
    padding: 15px;
  }

  .button-2.flie-text {
    margin-top: 5px;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-2.hauptfarbe.flie-text {
    padding: 10px 12px;
    font-size: 13px;
  }

  .button-2.highlights.flie-text {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .section-miiting {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-4er.margin-0 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  ._5er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-bg-gradient, .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.hauptfarbe {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block2 {
    padding: 15px;
  }

  .image-absolute-2 {
    height: 20rem;
  }

  .image-absolute-2.cover {
    height: 25rem;
  }

  .section-4.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact.highlights {
    padding: 15px;
  }

  .section-background-with-gradient {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-bg {
    padding: 15px;
  }

  .form-wrap {
    padding: 20px;
  }

  .grid-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-center.heading-1 {
    font-size: 25px;
  }

  .section-main-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-imge {
    width: 80px;
    height: 80px;
  }

  .image-icon {
    width: 3rem;
    height: 3rem;
  }

  .section-main-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-3:hover {
    letter-spacing: .2px;
  }

  .grid-2er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-block {
    height: 20rem;
  }

  .image-block.is-small {
    height: 12rem;
  }

  .grid-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-small.hauptfarbe {
    padding: 15px;
  }

  ._3er-grid-3-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 10px;
  }

  .div-block-image {
    height: 6rem;
  }

  .dropdown-link.flie-text {
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13.5px;
    line-height: 1.3;
  }

  .dropdown-link.flie-text:hover {
    font-size: 13.5px;
  }

  .heading-93 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-93.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .popup-inside {
    width: 90%;
  }

  .image-108 {
    width: 20px;
    height: 20px;
  }

  .div-block-194 {
    height: 20rem;
  }

  .popup-inside-2 {
    width: 90%;
  }

  .image-109 {
    width: 20px;
    height: 20px;
  }

  .block1 {
    margin-top: 10px;
  }

  .image-text-block-small.autoo, .link {
    height: auto;
  }

  .heading-links-small-2.heading-1 {
    font-size: 25px;
  }

  .div-block-100.highlights {
    padding: 15px;
  }

  .utility-page {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-error.heading-1 {
    font-size: 20px;
  }

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

  .icon {
    font-size: 13px;
  }

  .main-wrap {
    width: 100%;
    height: auto;
  }
}

#w-node-e471bb64-33e4-e844-e9ac-af3d8e03aa69-84e716bf {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f4304bbb-faa5-a9df-39ce-a30566698fc6-1ffb6aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_219c48f0-2b3c-4864-f462-4184d60fbd80-84e716b9, #w-node-_98b74458-131b-4748-62c4-db838296cbfa-84e716bc, #w-node-d689f5e6-88b8-574a-6d5c-ab535f9a4b66-84e716be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c5fe9da-d3f5-971c-9c4a-c9ccac01201b-84e716bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b17e9227-2ca5-7bbb-7c2d-8b21d94cdedb-84e716c1, #w-node-_9b0bbac4-11bb-2a44-b4cd-e8ab3f9b68cc-e1a765da {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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