@font-face {
  font-family: Castillo;
  src: url('../fonts/Castillo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --heading-grad-54: #1823bf;
  --grad-100: #9c50c2;
  --grad-0: #13063f;
  --gard-54: #32164c;
  --main-color: #000;
  --secondry-color: #f3f3f3;
  --heading-grad-100: #333cd6;
  --navbar-color: transparent;
  --heading-grad-0: #010675;
  --0608db: #0608db;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  flex-flow: 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;
}

a {
  text-decoration: underline;
}

.logo {
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

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

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-1 {
  width: 100%;
}

.nav-link-1 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link-1.flie-text {
  color: #000;
}

.nav-link-1.flie-text:hover {
  color: var(--heading-grad-54);
}

.nav-link-1.flie-text.w--current {
  color: var(--grad-100);
}

.farbe-der-headings {
  background-image: linear-gradient(137deg, var(--grad-0), var(--gard-54) 54%, var(--grad-100));
  color: #0608db;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.3;
}

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

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

.highlights {
  background-color: var(--heading-grad-100);
  background-image: linear-gradient(137deg, var(--grad-0), var(--gard-54) 54%, var(--grad-100));
  color: #333;
}

.heading-1 {
  font-family: Arsenal, sans-serif;
  line-height: 1.1;
}

.heading-2 {
  font-family: Arsenal, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.flie-text {
  font-family: Chivo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-3 {
  font-family: Arsenal, sans-serif;
  font-weight: 500;
}

.farbe-flie-text {
  color: #000;
}

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

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

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

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

.terminbutton.zweitfarbe.farbe-flie-text:hover {
  background-color: #8b8b8b;
}

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

.terminbutton.heading-3 {
  font-family: Arsenal, sans-serif;
}

.terminbutton.heading-3.highlights {
  color: #fff;
}

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 56%, #232a34);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.is-404 {
  color: var(--main-color);
  background-image: none;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

.utility-page-content.is-4040 {
  width: 31rem;
  position: static;
}

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

.submit-button {
  background-color: #0d0d38;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

.impressum1, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.telefonnummer1, .email, .adresse, .ffnungszeiten {
  margin-bottom: 5px;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.inhalt-footer1 {
  min-width: 200px;
}

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

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.html-embed-3 {
  height: 100%;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.div-block-113 {
  margin-bottom: 5px;
}

.div-block-video {
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 80px;
}

.slogan1.heading-1 {
  font-size: 60px;
  line-height: 70px;
}

.round-button1 {
  border-radius: 19px;
  padding: 10px 30px;
}

.round-button1.heading-3.zweitfarbe {
  color: #000;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu_1.webp');
  background-size: auto, cover;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

.background-video1 {
  width: 100%;
  height: 100%;
}

.heading-linksb-ndig-effekt1 {
  margin-top: 0;
  font-size: 22px;
}

.subheading1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.subheading1.heading-2 {
  letter-spacing: 0;
}

.footer-image {
  object-fit: contain;
  margin-right: 10px;
}

.footer-2 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-2.hauptfarbe {
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

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

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

.success_block.highlights {
  color: #fff;
}

.nav-men.hauptfarbe {
  z-index: 1000;
  background-color: #0000;
}

.navbar {
  z-index: 100;
  background-color: var(--navbar-color);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 60px;
  display: flex;
  position: fixed;
}

.titelvideo-stat-2 {
  height: 100vh;
  position: relative;
}

.div-block-video-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Arsenal, sans-serif;
  font-size: 70px;
  line-height: 78px;
}

.slogan2.heading-1-links {
  text-align: left;
  line-height: 1.3;
}

.terminbutton2.highlights {
  color: #fff;
}

.terminbutton2.highlights.heading-3:hover {
  background-color: #000;
  background-image: linear-gradient(315deg, var(--grad-0), var(--gard-54) 54%, var(--grad-100));
}

.video2-2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.section-gro-e-abst-nde2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 15vw;
  display: flex;
  position: relative;
}

.background-icon2 {
  opacity: .5;
  object-fit: contain;
  width: 20vw;
  height: 20vh;
  position: relative;
}

.heading-icon2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1.3;
  position: absolute;
  inset: 36% 0% auto;
}

.heading-icon2.heading-1 {
  top: 50%;
}

.div-block-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.text-mittig2 {
  z-index: 20;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  position: static;
}

.section-bild-cover2 {
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.section-bild-cover2.gradient {
  background-image: linear-gradient(0deg, #000, #0000 47%, #f3f3f3), linear-gradient(#ffffffb3, #ffffffb3), url('../images/5ef9e08a0993f565360e68fd_AdobeStock_318197934_visu.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.inhalt-untereinander-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.inhalt-untereinander-2.rechts {
  padding-left: 40px;
  padding-right: 40px;
}

.text-links2 {
  font-size: 16px;
  line-height: 26px;
}

.heading-mittig-klein2 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig-klein2.heading-3 {
  margin-top: 20px;
  line-height: 1.3;
}

.heading-mittig-klein2.heading-3.is-bold {
  font-weight: 700;
}

._2er-grid1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.inhalt-mittig-untereinander.bild1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ce339900-916e-4033-afb1-5046a1d8b4d5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 40vh;
  text-decoration: none;
}

.inhalt-mittig-untereinander.bild2 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0545.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 40vh;
}

.inhalt-mittig-untereinander.bild3 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_8975.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 40vh;
}

.inhalt-mittig-untereinander.bild4 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/b7380e58-2f82-4955-b11e-e805a7e2dd4d.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 40vh;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inhalt-nebeneinander1.coloured.hauptfarbe {
  color: #fff;
  flex-direction: row-reverse;
  padding-right: 0;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  color: #fff;
}

.termin-button.heading-3.highlights:hover {
  background-color: #000;
  background-image: linear-gradient(315deg, var(--grad-0), var(--gard-54) 54%, var(--grad-100));
}

.termin-button.heading-3.hauptfarbe:hover {
  color: #000;
  background-color: #fff;
}

.heading-links2 {
  text-transform: uppercase;
}

.heading-links2.heading-1 {
  font-size: 32px;
  line-height: 1.3;
}

._4er-grid2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bild-cover-400 {
  object-fit: cover;
  background-image: url('../images/image006.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.image-50vw {
  object-fit: cover;
  width: 50vw;
  height: 65vh;
}

.impdatlink {
  color: #fff;
  text-decoration: none;
}

.impdat-2 {
  color: #fff;
  padding-left: 10px;
  font-family: Chivo, sans-serif;
  font-weight: 400;
}

.titelvideo2 {
  height: 70vh;
  position: relative;
}

.bild-cover-galerie2 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.teambild2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 40vh;
}

.inhalt-mittig-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-mittig1-2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
}

._2er-grid1-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
}

.form-text1 {
  text-transform: none;
  margin-bottom: 10px;
}

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

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 200px 60px 100px;
  display: flex;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arsenal, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

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

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

.logo-img {
  object-fit: contain;
  width: 250px;
}

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

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

.link {
  color: #fff;
  font-family: Chivo, sans-serif;
  text-decoration: none;
  display: block;
}

.footertext1 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-114 {
  display: block;
}

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

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

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

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

.bild-cover-galerie-1 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.image-8 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-9 {
  filter: invert();
}

.heading-4, .text-block-4 {
  color: var(--main-color);
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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-4.black:hover {
  transform: none;
}

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

.link-12 {
  color: var(--heading-grad-54);
  text-decoration: none;
  display: inline;
}

.impdat {
  padding: 200px 40px 100px;
}

.farbe-der-headings-new {
  background-image: linear-gradient(137deg, var(--heading-grad-0), var(--heading-grad-54) 54%, var(--heading-grad-100));
  color: #0608db;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.3;
}

.section-gro-e-abst-nde2-galerie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
  position: relative;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-links {
  background-color: var(--gard-54);
  color: #fff;
  padding: 12px 35px;
}

.tab-links.flie-text.w--current {
  background-color: var(--grad-100);
}

.tabs-content {
  margin-top: 40px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.image-icon {
  height: 45px;
}

.fixed_icons {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 1%;
  display: flex;
  position: fixed;
  inset: auto 0% 35% auto;
}

.galerie-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.slider-full {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mask {
  width: 23%;
  overflow: visible;
}

.image-wrapper-slider {
  height: 50vh;
}

.slide-nav {
  display: none;
}

.slider-icons {
  font-size: 30px;
}

.wrap-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-bild-bg {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #0000), url('../images/image001.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 100px 15vw;
  display: flex;
}

.wrap-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav_link {
  color: #fff;
  font-size: 16px;
}

.nav_link.flie-text:hover, .nav_link.flie-text.w--current {
  color: var(--grad-100);
}

.background-icon {
  opacity: .2;
  object-fit: contain;
  width: 25vw;
  height: 25vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
}

.heading-mitig-large {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1.3;
}

.heading-mitig-large.heading-1 {
  top: 50%;
}

.content-numbered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.list-links {
  font-size: 16px;
  line-height: 26px;
}

.image-wrapper-cards {
  max-height: 50vh;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.section-divider {
  height: 3px;
}

.left-arrow, .right-arrow {
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: black;
}

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

.success-message, .error-message {
  font-family: Arsenal, sans-serif;
}

.text-field {
  color: #333;
  text-align: left;
  font-family: Chivo, sans-serif;
}

.form-text-miting {
  text-transform: none;
  margin-bottom: 10px;
}

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

.div {
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .logo {
    max-width: none;
    margin-left: 0;
  }

  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .nav-link-1.flie-text {
    margin-left: 0;
    margin-right: 0;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .men-icon1 {
    color: #fff;
  }

  .telefonnummer1 {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .email {
    margin-bottom: 5px;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

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

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    font-size: 60px;
    line-height: 70px;
  }

  .bild-zoom-effekt1 {
    min-height: 50vh;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .men-button1.hauptfarbe.w--open {
    background-color: #000;
  }

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

  .footer-image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-2.hauptfarbe {
    padding: 40px;
  }

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

  .success_block.highlights {
    padding: 60px;
  }

  .nav-men.hauptfarbe {
    background-image: linear-gradient(137deg, var(--grad-0), var(--gard-54) 70%, var(--grad-100));
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .men-button2.hauptfarbe {
    background-image: linear-gradient(137deg, var(--grad-0), var(--gard-54) 54%, var(--grad-100));
    padding: 16px;
  }

  .men-icon3 {
    color: #fff;
  }

  .navbar {
    background-color: #000;
    padding-left: 50px;
    padding-right: 60px;
    position: relative;
  }

  .header2 {
    z-index: 1000;
    position: sticky;
    top: 0;
  }

  .titelvideo-stat-2 {
    width: 100%;
    height: 65vh;
  }

  .div-block-video-2 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 60px;
  }

  .slogan2.heading-1-links {
    text-align: center;
    font-size: 45px;
  }

  .terminbutton2.highlights.heading-3 {
    text-align: center;
    line-height: 1.5;
  }

  .video2-2 {
    background-image: linear-gradient(#00000036, #00000036);
  }

  .section-gro-e-abst-nde2, .section-gro-e-abst-nde2.zweitfarbe {
    padding: 60px;
  }

  .background-icon2 {
    width: 8rem;
    height: 8rem;
    top: -20px;
  }

  .heading-icon2.heading-1 {
    font-size: 45px;
    top: 45%;
  }

  .heading-icon2.heading-1.farbe-der-headings-new {
    font-size: 45px;
  }

  .div-block-icon {
    margin-bottom: 0;
  }

  .text-mittig2.flie-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .section-bild-cover2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-bild-cover2.gradient {
    padding: 60px;
  }

  .section-bild-cover2.gradient.no-top-padding {
    padding-top: 0;
  }

  .section-bild-cover2.zweitfarbe {
    padding: 60px;
  }

  .inhalt-untereinander-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander-2.rechts {
    padding: 0;
  }

  .text-links2.flie-text {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
  }

  ._2er-grid1-2.top {
    margin-top: 20px;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-nebeneinander1.coloured.hauptfarbe {
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }

  .inhalt-nebeneinander1.is-invert {
    flex-flow: column-reverse;
  }

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

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

  .bild-cover-400 {
    height: 60vh;
  }

  .image-50vw {
    width: 100%;
    height: 60vh;
  }

  .image-50vw.is-contain {
    object-fit: contain;
  }

  .impdat-2 {
    padding-left: 0;
  }

  .titelvideo2 {
    height: 60vh;
  }

  .inhalt-mittig-untereinander1 {
    padding: 60px;
  }

  .heading-mittig1-2.heading-1.farbe-der-headings-new {
    font-size: 30px;
  }

  .form-block-2 {
    width: 100%;
  }

  ._2er-grid1-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
  }

  .success-2 {
    padding: 60px;
  }

  .heading-success {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .logo-img {
    width: 400px;
  }

  .footertext1 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

  .impdat, .section-gro-e-abst-nde2-galerie {
    padding: 60px;
  }

  .image-icon {
    height: 40px;
  }

  .fixed_icons {
    margin-right: 0%;
    bottom: 3%;
    right: 1%;
  }

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

  .mask {
    width: 33%;
  }

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

  .wrap-content {
    flex-direction: column;
    width: 90vw;
  }

  .section-bild-bg {
    min-height: 55vh;
    padding: 60px;
  }

  .wrap-center {
    padding: 40px;
  }

  .nav_link.flie-text {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .background-icon {
    width: 10rem;
    height: 10rem;
    top: 30px;
  }

  .heading-mitig-large.heading-1 {
    font-size: 45px;
  }

  .content-numbered, .content-numbered.zweitfarbe {
    padding: 10px 20px 20px;
  }

  .content-numbered.zweitfarbe._4th {
    order: 4;
  }

  .content-numbered.zweitfarbe._8th {
    order: 8;
  }

  .content-numbered._2nd {
    order: 2;
  }

  .content-numbered._6th {
    order: 6;
  }

  .content-numbered._10th {
    order: 10;
  }

  .list-links.flie-text {
    line-height: 1.7;
  }

  .image-wrapper-cards {
    width: 100%;
    height: 60vh;
    max-height: none;
  }

  .image-wrapper-cards._1st {
    order: 1;
  }

  .image-wrapper-cards._3rd {
    order: 3;
  }

  .image-wrapper-cards._5th {
    order: 5;
    margin-top: 20px;
  }

  .image-wrapper-cards._7th {
    order: 7;
  }

  .image-wrapper-cards._9th {
    order: 9;
    margin-top: 20px;
  }

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

  .left-arrow, .right-arrow {
    width: 55px;
  }

  .maps {
    height: 50vh;
  }

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

  .div.hauptfarbe {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

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

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

  .inhalt-mittig1 {
    height: auto;
  }

  .impdatfooter, .impressum1 {
    text-align: left;
  }

  .adresse.flie-text {
    line-height: 1.8;
  }

  .inhalt-footer1 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

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

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan1.heading-1 {
    font-size: 40px;
    line-height: 50px;
  }

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 22px;
  }

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

  .footer-image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-2.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

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

  .success_block.highlights {
    padding: 40px;
  }

  .men-button2.hauptfarbe {
    padding: 15px;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 40px;
  }

  .titelvideo-stat-2 {
    height: 60vh;
  }

  .div-block-video-2 {
    padding: 40px;
  }

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

  .video2-2 {
    height: 100%;
  }

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

  .background-icon2 {
    width: 6rem;
    height: 6rem;
    top: -10px;
  }

  .heading-icon2.heading-1 {
    font-size: 40px;
    top: 40%;
  }

  .heading-icon2.heading-1.farbe-der-headings-new {
    font-size: 40px;
    top: 45%;
  }

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

  .section-bild-cover2.gradient, .section-bild-cover2.zweitfarbe {
    padding: 40px;
  }

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

  .heading-mittig-klein2.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mittig-klein2.heading-3.is-bold {
    margin-top: 10px;
  }

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

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-links2.heading-1 {
    font-size: 25px;
    line-height: 1.3;
  }

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

  .bild-cover-400 {
    width: 50%;
    height: 55vh;
  }

  .image-50vw {
    height: 55vh;
  }

  .image-50vw.is-top {
    object-position: 50% 45%;
  }

  .impdat-2 {
    padding-left: 0;
    line-height: 1.8;
  }

  .titelvideo2 {
    height: 55vh;
  }

  .inhalt-mittig-untereinander1 {
    padding: 40px;
  }

  .heading-mittig1-2.heading-1.farbe-der-headings-new {
    font-size: 25px;
  }

  .success-2 {
    height: auto;
    padding: 40px;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .footertext1 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .grid-footer {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .impdat {
    padding: 40px;
  }

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

  .section-gro-e-abst-nde2-galerie {
    padding: 40px;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .tab-links.flie-text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 1.3;
  }

  .tabs-content {
    margin-top: 30px;
  }

  .image-icon {
    height: 35px;
  }

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

  .mask {
    width: 50%;
  }

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

  .section-bild-bg {
    min-height: 50vh;
    padding: 40px;
  }

  .wrap-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav_link.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .background-icon {
    width: 8rem;
    height: 8rem;
  }

  .heading-mitig-large.heading-1 {
    font-size: 40px;
  }

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

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

  .left-arrow, .right-arrow {
    width: 50px;
  }

  .maps {
    height: 45vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .grid-7 {
    justify-content: start;
  }

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

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .impdatfooter {
    text-align: left;
  }

  .rounded-block {
    min-width: 200px;
  }

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

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-wei-1 {
    width: 90%;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 20px;
  }

  .subheading1.heading-2 {
    font-size: 18px;
    line-height: 23px;
  }

  .success_block.highlights {
    padding: 20px;
  }

  .men-button2.hauptfarbe {
    padding: 12px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 20px;
  }

  .titelvideo-stat-2 {
    height: 55vh;
  }

  .div-block-video-2 {
    padding: 20px;
  }

  .slogan2.heading-1-links {
    width: 100%;
    font-size: 32px;
  }

  .terminbutton2.highlights.heading-3 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

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

  .background-icon2 {
    width: 5rem;
    height: 5rem;
    top: -10px;
  }

  .heading-icon2.heading-1 {
    font-size: 32px;
    top: 25%;
  }

  .heading-icon2.heading-1.farbe-der-headings-new {
    font-size: 35px;
    line-height: 1.3;
  }

  .text-mittig2.flie-text {
    font-size: 13px;
  }

  .section-bild-cover2.gradient, .section-bild-cover2.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-links2.flie-text {
    font-size: 13px;
  }

  .heading-mittig-klein2.heading-3.is-bold {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

  .heading-links2.heading-1 {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

  .bild-cover-400 {
    width: 100%;
    height: 50vh;
  }

  .image-50vw {
    height: 50vh;
  }

  .image-50vw.is-contain {
    object-fit: cover;
  }

  .titelvideo2, .bild-cover-galerie2 {
    height: 50vh;
  }

  .inhalt-mittig-untereinander1, .success-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .logo-img {
    width: 500px;
  }

  .maps-gro-2 {
    height: 300px;
  }

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

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

  .bild-cover-galerie-1 {
    height: 50vh;
  }

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

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

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

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

  .section-gro-e-abst-nde2-galerie {
    padding: 20px;
  }

  .tab-links.flie-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 1.2;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .image-icon {
    height: 30px;
  }

  .mask {
    width: 100%;
  }

  .image-wrapper-slider {
    height: 50vh;
  }

  .slider-icons {
    font-size: 25px;
  }

  .wrap-content {
    width: 90vw;
  }

  .section-bild-bg {
    min-height: 45vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-center {
    padding-right: 40px;
  }

  .nav_link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .background-icon {
    width: 6rem;
    height: 6rem;
  }

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

  .content-numbered, .content-numbered.zweitfarbe {
    padding: 5px 15px 15px;
  }

  .list-links.flie-text {
    padding-left: 30px;
    font-size: 14px;
  }

  .image-wrapper-cards {
    height: 50vh;
  }

  .left-arrow, .right-arrow {
    width: 45px;
  }

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

  .maps {
    height: 40vh;
  }

  .form-text-miting.flie-text {
    font-size: 13px;
  }
}

#w-node-_68942241-f6ae-59ed-6295-72ad413b5105-999b56d1, #w-node-_6ddb8b0d-b26b-ad81-d774-e3802b3efe53-999b56d1, #w-node-_6ddb8b0d-b26b-ad81-d774-e3802b3efe59-999b56d1, #w-node-_853bc79c-2309-b258-334b-1392cbf3095f-999b56d1, #w-node-_56773a6b-346e-89ea-126b-638ef0290dbb-999b56d1, #w-node-_56773a6b-346e-89ea-126b-638ef0290dbd-999b56d1, #w-node-_56773a6b-346e-89ea-126b-638ef0290dbf-999b56d1, #w-node-_56773a6b-346e-89ea-126b-638ef0290dc1-999b56d1, #w-node-_8c823e85-6128-263d-5bcd-ef4b3655f8bf-999b56d1, #w-node-b48d140c-25a0-3178-d705-69b52c9549ea-999b56d1, #w-node-b48d140c-25a0-3178-d705-69b52c9549ec-999b56d1, #w-node-b48d140c-25a0-3178-d705-69b52c9549ee-999b56d1, #w-node-b48d140c-25a0-3178-d705-69b52c9549f0-999b56d1, #w-node-_5e6b7cc9-20ab-b908-86fc-e95f52c5d07f-999b56d1, #w-node-e8b15d34-4db0-22b3-010b-380af04e689f-999b56d1, #w-node-e8b15d34-4db0-22b3-010b-380af04e68a1-999b56d1, #w-node-e8b15d34-4db0-22b3-010b-380af04e68a3-999b56d1, #w-node-_6ddb8b0d-b26b-ad81-d774-e3802b3efe55-999b56d1, #w-node-be3e4fac-fbbb-c0de-fa84-006923a9a22b-999b56d1, #w-node-be3e4fac-fbbb-c0de-fa84-006923a9a22d-999b56d1, #w-node-_6ddb8b0d-b26b-ad81-d774-e3802b3efe57-999b56d1, #w-node-_1a25c7dc-7bdd-6cf0-1793-6fe8a49a6ae7-999b56d1, #w-node-_1a25c7dc-7bdd-6cf0-1793-6fe8a49a6ae9-999b56d1, #w-node-afeb68be-4313-f9e7-4ba6-fcb6e2f99b17-999b56d1, #w-node-_1a25c7dc-7bdd-6cf0-1793-6fe8a49a6aed-999b56d1, #w-node-_394176c4-53bd-43d7-1374-7f5981da1b5e-999b56d1, #w-node-_394176c4-53bd-43d7-1374-7f5981da1b60-999b56d1, #w-node-_78cd0afb-2368-79dc-f355-e98d5b0a2e9d-999b56d1, #w-node-_7bc04434-7319-6a13-3397-213c11a3984e-999b56d1, #w-node-_78cd0afb-2368-79dc-f355-e98d5b0a2e9f-999b56d1, #w-node-_78cd0afb-2368-79dc-f355-e98d5b0a2ea1-999b56d1, #w-node-d63686e2-0421-657e-4dfe-6a4043fba48f-999b56d1, #w-node-_78cd0afb-2368-79dc-f355-e98d5b0a2ea3-999b56d1, #w-node-ca57444d-7727-52a2-b036-b4455e1c88af-999b56d1, #w-node-d63686e2-0421-657e-4dfe-6a4043fba491-999b56d1, #w-node-_853bc79c-2309-b258-334b-1392cbf3095d-999b56d1, #w-node-ecdbc4d8-3959-394d-d78b-89a99eca0318-999b56d1, #w-node-ebcd6b0a-cd3e-b2d9-3bb9-8e32819f0a10-999b56d1, #w-node-_57b81000-49b0-af8e-1663-a8ff945c26ad-999b56d1, #w-node-e8b15d34-4db0-22b3-010b-380af04e68a5-999b56d1, #w-node-e3fc3407-3783-1d23-1e7c-a571937b77e3-999b56d1, #w-node-_8c823e85-6128-263d-5bcd-ef4b3655f8bd-999b56d1, #w-node-e3fc3407-3783-1d23-1e7c-a571937b77e5-999b56d1, #w-node-_5e6b7cc9-20ab-b908-86fc-e95f52c5d081-999b56d1, #w-node-e3fc3407-3783-1d23-1e7c-a571937b77e9-999b56d1, #w-node-_013e33ea-f177-53ba-bd22-716e7f657ee0-999b56d1, #w-node-_013e33ea-f177-53ba-bd22-716e7f657ee2-999b56d1, #w-node-_013e33ea-f177-53ba-bd22-716e7f657ee4-999b56d1, #w-node-_013e33ea-f177-53ba-bd22-716e7f657ee6-999b56d1, #w-node-_57b81000-49b0-af8e-1663-a8ff945c26ab-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e576-999b56d1, #w-node-_2fc01d51-8d76-0604-d45d-f7f863175378-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e51b-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4ff-999b56d1, #w-node-_7bc04434-7319-6a13-3397-213c11a39848-999b56d1, #w-node-ecdbc4d8-3959-394d-d78b-89a99eca031e-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4f8-999b56d1, #w-node-_7d8f7c3b-4de2-628a-e483-f0ac889248b2-999b56d1, #w-node-a0837b96-b27d-163f-b23d-66eff12b106e-999b56d1, #w-node-a0837b96-b27d-163f-b23d-66eff12b1070-999b56d1, #w-node-fdca4405-96ee-80e5-403d-7b22e7034aa9-999b56d1, #w-node-e3fc3407-3783-1d23-1e7c-a571937b77e7-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4dc-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e553-999b56d1, #w-node-_7bc04434-7319-6a13-3397-213c11a3984a-999b56d1, #w-node-_7bc04434-7319-6a13-3397-213c11a3984c-999b56d1, #w-node-_15149fea-30aa-86d0-29bd-638bcd03f80b-999b56d1, #w-node-a0837b96-b27d-163f-b23d-66eff12b106a-999b56d1, #w-node-_15149fea-30aa-86d0-29bd-638bcd03f80d-999b56d1, #w-node-_7d8f7c3b-4de2-628a-e483-f0ac889248ac-999b56d1, #w-node-_7d8f7c3b-4de2-628a-e483-f0ac889248ae-999b56d1, #w-node-_7d8f7c3b-4de2-628a-e483-f0ac889248b0-999b56d1, #w-node-ecdbc4d8-3959-394d-d78b-89a99eca031a-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e506-999b56d1, #w-node-fdca4405-96ee-80e5-403d-7b22e7034aa7-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e5bc-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4c7-999b56d1, #w-node-_5bf1912d-2e2a-e95d-74b8-22028f8ea3a1-999b56d1, #w-node-_5bf1912d-2e2a-e95d-74b8-22028f8ea3a2-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4e3-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e529-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e56f-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e55a-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e537-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e5ae-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e599-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e57d-999b56d1, #w-node-c8d8ee1b-bb6e-3c73-b57d-e05119cdd9c2-999b56d1, #w-node-c8d8ee1b-bb6e-3c73-b57d-e05119cdd9c4-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e545-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e53e-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e58b-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e514-999b56d1, #w-node-ecdbc4d8-3959-394d-d78b-89a99eca031c-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e5a0-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e481-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e488-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e48f-999b56d1, #w-node-ca57444d-7727-52a2-b036-b4455e1c88b1-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e561-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4ce-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e496-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e49d-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4a4-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4ab-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e5a7-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4b2-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e522-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4b9-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4c0-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e568-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4d5-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e584-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4ea-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e4f1-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e5b5-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e50d-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e530-999b56d1, #w-node-_30c6ee78-7f62-0e05-b6a9-c1664b60e54c-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f30d-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f4e4-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f313-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f315-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f317-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f319-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f31b-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f31f-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f32b-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f382-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f3a3-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f3bd-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f3d0-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f3d1-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f41f-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f448-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f45d-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f46d-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f497-999b56d1, #w-node-e39fdf6e-4e94-290e-4651-e89d8443f4c1-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa80d-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa811-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa81f-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa821-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa823-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa825-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa827-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa829-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa82b-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa831-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa833-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa835-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa837-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa839-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa83b-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa83d-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa83f-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa841-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa845-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa847-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa849-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa84b-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa84d-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa84f-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa855-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa857-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa85f-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa863-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa865-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa867-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa87b-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa87c-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa886-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa88d-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa89f-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa8a1-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa8a5-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa8b9-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa8c1-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa8c3-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa8e7-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa8f7-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa933-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa941-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa951-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa968-999b56d1, #w-node-faf3abd4-8857-9d29-3cab-c4484f8fa9bc-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7239-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e724b-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e724f-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7251-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7253-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7257-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7259-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e725d-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e733b-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e725f-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7261-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7318-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7263-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7267-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7390-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7269-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7389-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e726d-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e726f-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7271-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7316-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7273-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7275-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7380-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7277-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e727b-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7379-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e727d-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e727f-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7287-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72a3-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72a4-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72ae-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72be-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72c9-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72cd-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72e5-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72e9-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72eb-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e72ef-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7308-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e730f-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e7334-999b56d1, #w-node-a7e6de3c-cbc2-ebbb-5b33-6e1ded8e73e4-999b56d1, #w-node-_6aa1602b-9b76-063d-953f-a383cd6230cd-999b5713, #w-node-_89bc9ef0-ec13-0db3-5bcc-70696e6c5b4d-999b5713, #w-node-_18ff71ef-512e-cbb8-a3d2-ea872ef8e5ab-999b5713, #w-node-_14aa9925-1d4d-5ce4-3322-437b7cfcdc43-999b5713, #w-node-de9a806f-3199-9130-2ef1-341066779d28-999b5713, #w-node-d5614793-fc0b-24d9-8de2-1dbc5c9092e2-999b5713, #w-node-d9e7a529-d2af-1e52-ac1b-54eeb1bd11c0-999b5713, #w-node-_97c55f32-a1a1-62b8-4973-601372ba167b-999b5713, #w-node-f2818e66-e3fe-c3d6-0a7a-c0fd16268088-999b576b, #w-node-_71b3996c-a763-eff3-b036-9b0ee1c1eb48-999b576b, #w-node-cf7f07e2-1c22-fe18-042c-f22e8a846bfe-999b576b, #w-node-dcaa89cc-9797-c414-6791-e8405397daca-999b576b, #w-node-_7abca421-06a1-448d-ddbc-7cf3105fb1ff-999b576b, #w-node-_7ae9b97d-2858-a8ce-1f1d-a4154c3aafaa-999b576b, #w-node-a03ac8e9-b15d-c801-33ab-bae0ae99d028-999b576b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Castillo';
  src: url('../fonts/Castillo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}