:root {
  --royal-blue: #002060;
  --dark-slate-blue: #282f7e;
  --green: #378805;
  --4a7ace: #4a7ace;
  --color: #ffffffb5;
  --yellow: #ffc100;
  --yellow1: #ffd966;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.logo-img {
  width: 13vw;
}

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

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

.zweitfarbe {
  color: #000;
  background-color: #f6f6f6;
}

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

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

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

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

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

.heading-3 {
  font-family: Josefin Sans, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.flie-text {
  font-family: Gruppo, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--royal-blue);
  -webkit-text-stroke-color: var(--royal-blue);
  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;
}

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

.nav-men-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.nav-link {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link.flie-text {
  border-bottom: 2px solid #0000;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link.flie-text:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.nav-link.flie-text.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar-6 {
  z-index: 1000;
  background-color: #0000;
  border-bottom: 1px solid #ffffff91;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 2px 0 5px 1px #0003;
}

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

.navbar-6.blue {
  background-color: var(--royal-blue);
  margin-top: 0;
}

.titelvideo-start-1 {
  height: 110vh;
  position: relative;
}

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

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 109px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  font-size: 80px;
  line-height: 85px;
}

.slogan1.heading-1 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  text-transform: uppercase;
  text-shadow: -5px 19px 20px #fff9;
  font-weight: 400;
  line-height: 1.3;
  box-shadow: 0 2px 5px #81757500;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 13vw;
  display: flex;
}

.section-gro-e-abst-nde1.zweitfarbe {
  position: relative;
}

.section-gro-e-abst-nde1.zweitfarbe.bgimg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2304.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section-gro-e-abst-nde1.bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/abc11.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
}

.heading-klein-mittig.heading-3.farbe-flie-text {
  text-align: left;
  font-size: 20px;
}

.heading-klein-mittig.heading-3.farbe-flie-text.mittig {
  text-align: left;
  font-size: 18px;
  text-decoration: none;
}

.heading-klein-mittig.heading-3.farbe-flie-text.oben {
  margin-top: 10px;
  font-size: 18px;
}

.heading-klein-mittig.heading-3.farbe-flie-text {
  text-align: center;
}

._3ergrid-effekt {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
}

.text-feld1 {
  text-align: center;
  min-height: 80px;
}

.text-feld1.zweitfarbe {
  background-color: var(--green);
  color: #fff;
  min-height: auto;
  transition: all .4s;
}

.text-feld1.zweitfarbe.w--current {
  background-color: var(--4a7ace);
}

.text-feld1.zweitfarbe.bright {
  background-color: var(--royal-blue);
}

.text-feld1.zweitfarbe.bright:hover {
  transform: scale(1.03);
}

.text-feld1.zweitfarbe.bright.w--current, .text-feld1.zweitfarbe.bright.highlights.w--current {
  background-color: #000;
}

.text-feld1.zweitfarbe {
  color: #fff;
  background-color: #002060;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 10px 15px;
  display: flex;
}

.text-feld1.zweitfarbe.unten {
  text-align: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-feld1.zweitfarbe.nurunten {
  align-items: center;
  margin-bottom: 20px;
}

.text-feld1.zweitfarbe {
  color: #fff;
  background-color: #002060;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 10px 15px 20px;
  display: flex;
}

.text-feld1.zweitfarbe.highlights {
  background-color: var(--royal-blue);
  color: #fff;
}

.bild-section-cover-1 {
  background-image: linear-gradient(#fff9, #fff9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

.bild-section-cover-1._2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2301-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.heading-mittig1.heading-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}

.heading-mittig1.heading-2.farbe-der-headings {
  font-size: 40px;
  line-height: 1.5;
}

.heading-mittig1.heading-2.farbe-der-headings.oben {
  margin-top: -10px;
}

.heading-mittig1.heading-2.farbe-der-headings.align-left {
  text-align: left;
  font-size: 23px;
}

.heading-mittig1.heading-2.gheading {
  color: #000;
}

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

.text-mittig1.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

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

.text-mittig1.flie-text.left {
  text-align: left;
}

.terminbutton-2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-2.highlights {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

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

.icon-gro-1 {
  object-fit: contain;
  width: 180px;
  height: 180px;
}

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

.footer-1.hauptfarbe {
  flex-direction: row;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.maps {
  width: 100%;
}

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

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

.div-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

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

.titelvideo-unterseite {
  height: 70vh;
  position: relative;
}

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

.form-text1.flie-text {
  color: #fff;
}

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

._4er-grid-team {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100.032%;
  margin-top: 40px;
}

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

.inhalt-mittig-untereinander1.hauptfarbe {
  background-color: var(--royal-blue);
  color: #fff;
}

.inhalt-mittig-untereinander1.hauptfarbe.galery {
  background-color: var(--color);
}

.kontakt-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #89898966;
  grid-template-rows: auto;
  align-items: stretch;
}

.kontakt-grid1.space {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  width: 100%;
}

.kontakt-img {
  object-fit: contain;
  width: 85%;
  height: 75%;
}

.maps1 {
  height: 30vw;
}

.impdat {
  margin-top: 140px;
  padding: 100px;
}

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  line-height: 1.3;
}

.div-block-footer1 {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 99.9998%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.footer-2 {
  border-top: 1px solid #c0c0c033;
  padding: 60px 140px;
}

.footer-2.highlights {
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

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

.heading-footer.heading-3 {
  font-family: Gruppo, sans-serif;
  font-size: 20px;
}

.inhalt-footer {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.inhalt-footer.flie-text {
  width: auto;
  height: auto;
}

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

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.left-part {
  z-index: 3;
  float: left;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.field-label.heading-2.farbe-der-headings {
  color: #fff;
  font-size: 14px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: none;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.button-wrapper.submit.flie-text.highlights {
  color: #fff;
  background-color: #1c679c;
  justify-content: center;
  width: 15%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.button-wrapper.submit.flie-text.highlights:hover {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

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

.right-part {
  z-index: 3;
  float: right;
  color: #fff;
  background-color: #2c2c2c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
  height: 70vh;
  font-family: Gruppo, sans-serif;
  overflow: scroll;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.img-100.contain {
  object-fit: contain;
  object-position: 50% 100%;
}

.img-100.con {
  height: auto;
}

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.impressum-link {
  color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.3;
  text-decoration: none;
}

.datenschutz-link {
  color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.3;
  text-decoration: none;
}

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

.image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  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;
}

.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 {
  border: 2px solid #fff;
  margin-top: 0;
  top: 10px;
}

.image-61 {
  color: #fff0;
}

.image-62 {
  width: 1006vw;
}

.image-63 {
  filter: contrast(200%) grayscale() invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-166 {
  height: 30vh;
  margin-left: 150px;
  margin-right: 150px;
}

.image-64 {
  filter: contrast(200%) hue-rotate(180deg) invert();
  object-fit: contain;
  width: 100%;
  height: 15vh;
  margin-left: 0;
  padding-top: 0;
}

.container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  margin-left: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block.w--current {
  margin-top: 0;
  margin-left: 0;
  padding-top: 30px;
}

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

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

.quick-stack {
  width: 100%;
}

.img-content {
  width: 100%;
  height: 30vh;
}

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

.image-100.contain {
  object-fit: contain;
  transition: all .5s;
}

.image-100.contain:hover {
  transform: scale(1.04);
}

.terminbutton-3 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-3.highlights {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

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

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

.div-block-bild-2 {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-bild-2.team {
  justify-content: flex-end;
  height: 50vh;
  transition: all .3s;
}

.div-block-bild-2.team.large, .div-block-bild-2.team._2, .div-block-bild-2.team.normal, .div-block-bild-2.size {
  height: auto;
}

.content_1-2 {
  color: #333;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 30vh;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 0 5px 2px #0003;
}

.icon-6 {
  object-fit: contain;
  width: 55px;
  height: 55px;
}

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

.heading_center_small.heading-font1 {
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.bold-text {
  -webkit-text-stroke-color: #002060;
}

.terminbutton-4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-4.highlights {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

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

.terminbutton-4.highlights.heading-3 {
  font-family: Josefin Sans, sans-serif;
}

.terminbutton-4.highlights.heading-3.center {
  text-align: center;
}

.quick-stack-2 {
  width: 70%;
  padding-top: 0;
}

.sponsor-logo {
  object-fit: contain;
  width: 100%;
  height: 30vh;
}

.sponsor-logo.cover {
  object-fit: cover;
  width: 12vw;
}

._3ergrid-effekt-2 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 40px;
  position: static;
}

.terminbutton-5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-5.highlights {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

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

.terminbutton-6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-6.highlights {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

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

.quick-stack-3 {
  width: 100%;
  padding-top: 0;
}

.team-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

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

.team-stack {
  width: 100%;
  margin-top: 10px;
  padding: 0;
}

.team-stack.top {
  margin-top: 0;
}

.cell-2 {
  align-items: flex-start;
}

.link-8 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

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

.cell-3.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.link-9 {
  color: var(--dark-slate-blue);
  font-weight: 700;
  text-decoration: none;
}

.list-4 {
  width: auto;
  margin-top: 20px;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.list-5 {
  width: 100%;
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  list-style-type: decimal;
}

.link-10 {
  color: #fff;
  text-decoration: underline;
}

.tabs-2 {
  flex-direction: column;
  width: 100%;
  display: block;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-101 {
  height: 70vh;
}

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

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

.text-span {
  color: var(--4a7ace);
}

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

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

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

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

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

.text-feld {
  text-align: center;
  min-height: 80px;
}

.text-feld.zweitfarbe {
  background-color: var(--royal-blue);
  color: #fff;
  min-height: auto;
  transition: all .4s;
}

.text-feld.zweitfarbe.w--current {
  background-color: var(--4a7ace);
}

.text-feld.zweitfarbe.unten.highlights {
  background-color: var(--royal-blue);
  color: #fff;
}

.text-feld.zweitfarbe {
  color: #fff;
  background-color: #002060;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 10px 15px;
  display: flex;
}

.text-feld.zweitfarbe.unten {
  text-align: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

.text-feld.zweitfarbe {
  color: #fff;
  background-color: #002060;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 10px 15px;
  display: flex;
}

.quick-stackk {
  width: 100%;
  padding-top: 0;
}

.bold-text-12 {
  color: #fff;
  -webkit-text-stroke-color: var(--green);
  text-decoration: underline;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  color: #fff;
  text-decoration: underline;
}

.bold-text-20 {
  color: var(--dark-slate-blue);
}

.bold-text-21 {
  color: #fff;
}

.bold-text-23 {
  color: var(--dark-slate-blue);
}

.heading-klein-links {
  text-align: left;
}

.heading-klein-links.heading-3.farbe-flie-text {
  text-align: left;
  text-align: left;
  font-size: 20px;
}

.text-links {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.text-links.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.tabs-3 {
  background-color: #ffffff54;
  justify-content: space-between;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs-content-2 {
  align-items: center;
  width: 90%;
  padding: 20px 60px;
  display: flex;
}

.slider {
  width: 100%;
  height: 65vh;
}

.tab-btn {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
}

.tab-btn.w--current {
  color: #000;
  background-color: #fff;
  font-weight: 500;
}

.bg {
  width: 100%;
  height: 15vh;
}

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

.blur {
  z-index: -1;
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.play-pause-button {
  z-index: 10000;
  bottom: 10%;
  right: 8%;
}

.gallery {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 8vw;
  display: flex;
}

.gallery.zweitfarbe {
  position: relative;
}

.gallery.zweitfarbe.bg-gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.gallery.zweitfarbe.bg-gallery.hide {
  display: none;
}

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

.image-100-cover.down-70 {
  object-position: 50% 70%;
}

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

.bold-text-24 {
  text-decoration: none;
}

.slide-nav {
  margin-bottom: 15px;
}

.grid-19 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.link-block-3 {
  width: 100%;
  height: 60vh;
  transition: all .5s;
}

.link-block-3:hover {
  transform: translate(1.2px, 1.2px);
}

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

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

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

.heading-mittig1-small.heading-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}

.heading-mittig1-small.heading-2.farbe-der-headings {
  font-size: 30px;
  line-height: 1.5;
}

.heading-mittig1-small.heading-2.farbe-der-headings.oben {
  margin-top: -15px;
}

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

.heading-mittig1-small2.heading-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}

.heading-mittig1-small2.heading-2.farbe-der-headings {
  font-size: 30px;
  line-height: 1.5;
}

.heading-mittig1-small2.heading-2.farbe-der-headings.oben {
  margin-top: -10px;
  font-size: 25px;
}

.heading-klein-links-2 {
  text-align: left;
}

.heading-klein-links-2.heading-3.farbe-der-headings-red {
  color: #f20;
}

.div-block-172 {
  margin-top: 10px;
}

.f-tab-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-tab-menu-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.f-tab-button-line {
  color: #1e085e;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  border-bottom: 2px solid #e4e6f1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 44px;
  font-family: Gruppo, sans-serif;
  font-size: 14px;
}

.f-tab-button-line.w--current {
  color: var(--royal-blue);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  font-family: Gruppo, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 10px #0003;
}

.f-tab-pane-3 {
  background-color: #f7f9fd00;
  border-radius: 12px;
  padding: 24px 0;
}

.text-links-bold {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.text-links-bold.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.quick-stack-2-2 {
  width: 100%;
  padding-top: 0;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lightbox-link.top-mrg {
  margin-top: 20px;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

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

.image-106.contain {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.image-106.absolute, .image-106.absolute-2 {
  z-index: 0;
  filter: blur(5px);
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image-106.contain-2 {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.section-gro-e-abst-nde1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

.section-gro-e-abst-nde1-2.zweitfarbe {
  position: relative;
}

.section-gro-e-abst-nde1-2.no-top-paddong {
  padding-top: 0;
}

.section-gro-e-abst-nde1-2.no-bottom-padding {
  padding-bottom: 0;
}

.div-block-173 {
  align-items: center;
  width: 100%;
  padding: 100px 13vw;
}

.f-tab-pane-3-2 {
  background-color: #f7f9fd00;
  border-radius: 12px;
  width: 100%;
  padding: 0 0 24px;
}

.slide {
  width: 100px;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.accordion-question-header {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Gruppo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-item-wrapper-white {
  background-color: #24242400;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  background-color: var(--royal-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  transition: transform .2s;
  display: flex;
}

.div-block-174 {
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-175 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.image-div {
  height: 50vh;
}

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

.logo-div {
  object-fit: contain;
  height: 100%;
}

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

.image-109 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.quick-stack-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-left {
  background-color: #0000000f;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.div-right {
  background-color: #00000014;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.text-links-left {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.text-links-left.flie-text {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.text-links-right {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.text-links-right.flie-text {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.quick-stack-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.quick-stack-6 {
  padding: 0;
}

.div-block-176 {
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-6 {
  color: #333;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.quick-stack-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

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

.heading-small.heading-2 {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.3;
}

.quick-stack-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.list-7 {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.list-7._80 {
  width: 80%;
}

.list-item-2 {
  font-weight: 300;
}

.quick-stack-10 {
  width: 100%;
}

.quick-stack-10._66 {
  width: 66%;
}

.card {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.lightbox-link-2 {
  width: 40%;
  height: 60vh;
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.image-wrap {
  height: 50vh;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-111 {
  height: 100%;
}

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

.grid-18-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.div-block-178 {
  align-items: center;
  display: flex;
}

.lightbox-link-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.image-112.contain {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

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

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

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

.grid {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.quick-stack-11 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-180 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: Gruppo, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.texts {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.div-block-image-pad {
  height: 30rem;
  margin-top: 20px;
  margin-bottom: 30px;
}

.lightbox-link-5 {
  height: 30rem;
}

.div-block-image-auto {
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.lightbox-link-5-2 {
  height: 75vh;
}

.div-block-image-pad-2 {
  height: 75vh;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.list-8 {
  padding-left: 0;
  list-style-type: none;
}

.link-15 {
  color: var(--royal-blue);
  text-decoration: none;
}

.link-16, .link-17, .linkbox {
  color: #333;
  text-decoration: none;
}

.form-with-pic {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 25px;
  display: grid;
}

.image-113 {
  width: 100%;
  height: 55vh;
}

.tab-pane-tab-11 {
  width: 100%;
}

.tab-pane-tab-9 {
  width: 100%;
}

.slider-4, .slider-5, .slider-6 {
  width: 100%;
  height: 55vh;
}

.div-block-169-more-padding {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 20px 20px 50px;
  display: flex;
}

.video {
  z-index: 1;
  width: 100%;
  height: 40vh;
  margin-bottom: 20px;
}

.image-114 {
  height: 100%;
  margin-bottom: 15px;
}

.background-video-3 {
  z-index: 1;
}

.image-109_70vh {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  margin-bottom: 20px;
}

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

.slider-7 {
  background-color: #fff0;
  width: 100%;
  min-height: 70vh;
}

.logo-white-form {
  filter: contrast(200%) hue-rotate(180deg) invert();
  object-fit: contain;
  width: 100%;
  height: 50vh;
}

.logo-white-form._100 {
  height: 70vh;
}

.code-embed {
  width: 100%;
}

.code-embed-2 {
  height: 100%;
}

.accordion-tab-button-dark-2 {
  text-align: center;
  cursor: pointer;
  background-color: #002060;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  transition: transform .2s;
  display: flex;
}

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

.div-block-182 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-8 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.div-block-183 {
  align-items: center;
  width: 100%;
  padding: 100px 13vw;
}

.bold-text-25 {
  -webkit-text-stroke-color: #002060;
}

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

.lightbox-link-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-link-6.realtive {
  position: relative;
}

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

.lightbox-link-60vh {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
}

.overview-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.overview {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--dark-slate-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
}

.abteilungs-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--dark-slate-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 50%;
  margin-bottom: 10px;
  display: grid;
}

.abteilungs-wrapper.is-last {
  border-bottom-style: none;
}

.border-div {
  border: 0px solid var(--dark-slate-blue);
  width: 100%;
  padding: 5px 10px;
  box-shadow: 0 0 5px 2px #0003;
}

.border-div.hide {
  display: none;
}

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

.download-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 40px;
  padding: 0;
}

.download-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
}

.download-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.download-card.hide {
  display: none;
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1 {
    background-color: var(--dark-slate-blue);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton1.hauptfarbe {
    padding: 10px;
  }

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

  .nav-link.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .navbar-6 {
    background-color: var(--royal-blue);
    margin-top: 110px;
    padding-top: 10px;
  }

  .men-icon1 {
    color: #fff;
  }

  .titelvideo-start-1 {
    flex-direction: column;
    align-items: stretch;
    height: 80vh;
    display: flex;
  }

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan1.heading-1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
    display: block;
  }

  .section-gro-e-abst-nde1, .section-gro-e-abst-nde1.zweitfarbe.bgimg, .section-gro-e-abst-nde1.bg {
    padding: 60px;
  }

  .heading-klein-mittig.heading-3.farbe-flie-text.mittig {
    text-align: center;
    font-size: 16px;
  }

  .heading-klein-mittig.heading-3.farbe-flie-text {
    margin-top: 10px;
  }

  ._3ergrid-effekt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-height: 140vh;
  }

  .text-feld1.zweitfarbe {
    padding-bottom: 10px;
  }

  .text-feld1.zweitfarbe.bright {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-feld1.zweitfarbe.unten {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bild-section-cover-1._2 {
    padding: 60px;
  }

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

  .text-mittig1.flie-text.left {
    text-align: center;
  }

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

  .titelvideo-unterseite {
    height: 70vh;
  }

  ._4er-grid-team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

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

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

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

  .kontakt-grid1.space {
    width: 100%;
  }

  .maps1 {
    height: 45vh;
  }

  .impdat {
    margin-top: 20vh;
    padding: 60px;
  }

  .success {
    padding: 60px;
  }

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

  .div-block-41.highlights {
    padding: 60px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-2.highlights {
    padding: 20px 60px;
  }

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

  .inhalt-footer {
    align-self: auto;
    margin-right: 10px;
  }

  .inhalt-footer.flie-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrapper.submit.flie-text.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .form {
    flex-flow: column;
    height: auto;
    display: flex;
    overflow: visible;
  }

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

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

  .image-wrapper {
    height: 60vh;
  }

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

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

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

  .div-block-166 {
    height: 20vh;
  }

  .image-64 {
    width: 15vw;
  }

  .container {
    justify-content: space-between;
    width: auto;
    margin-left: auto;
  }

  .link-block {
    margin-left: 0;
    margin-right: auto;
  }

  .link-block.w--current {
    margin-right: auto;
    padding-top: 10px;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    padding: 0;
  }

  .div-block-bild-2.team {
    height: auto;
  }

  .content_1-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-6 {
    width: 45px;
    height: 45px;
  }

  .heading_center_small.heading-font1 {
    font-size: 16px;
  }

  .terminbutton-4.highlights.heading-3._100 {
    text-align: center;
    width: 100%;
  }

  .terminbutton-4.highlights.heading-3.center {
    width: 80%;
  }

  .quick-stack-2 {
    margin-top: 20px;
  }

  .sponsor-logo {
    height: auto;
  }

  .sponsor-logo.cover {
    width: 20vw;
  }

  ._3ergrid-effekt-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    margin-top: 0;
  }

  .quick-stack-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-2 {
    flex-flow: column;
    justify-content: center;
  }

  .image-101, .image-102 {
    height: 55vh;
  }

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

  .div-block-169 {
    padding: 0;
  }

  .text-feld.zweitfarbe.unten.highlights {
    justify-content: center;
    align-items: center;
  }

  .tabs-3 {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabs-menu.flie-text {
    flex-flow: wrap;
    order: -1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .tabs-content-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery {
    padding: 50px 5%;
  }

  .gallery.zweitfarbe.bg-gallery {
    padding: 60px;
  }

  .link-block-3 {
    height: auto;
  }

  .f-tab-menu-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .quick-stack-2-2 {
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-gro-e-abst-nde1-2, .section-gro-e-abst-nde1-2.no-top-paddong {
    padding: 60px;
  }

  .div-block-173 {
    margin-bottom: 20px;
    padding: 0 0;
  }

  .div-block-173.zweitfarbe {
    margin-bottom: 0;
    padding: 60px;
  }

  .div-block-173.zweitfarbe._20 {
    padding: 20px;
  }

  .f-tab-pane-3-2 {
    padding-bottom: 0;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .arrow-div-wrapper-2 {
    width: 5%;
  }

  .accordion-question-header {
    width: 100%;
    margin-right: 0;
  }

  .arrow-div {
    margin-right: 20px;
  }

  .accordion-item-wrapper-white {
    margin-top: 10px;
  }

  .accordion-tab-button-dark {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-174, .div-block-175 {
    order: -1;
  }

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

  .image-div {
    height: 50vh;
  }

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

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .text-links-left.flie-text, .text-links-right.flie-text {
    text-align: center;
  }

  .quick-stack-5 {
    margin-top: 20px;
    padding: 0;
  }

  .div-block-176, .list-7._80 {
    width: 100%;
  }

  .quick-stack-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    padding: 0;
  }

  .quick-stack-10._66 {
    width: 100%;
  }

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

  .div-block-178 {
    order: -1;
  }

  .image-112.contain.align {
    object-position: 50% 100%;
  }

  .grid {
    margin-bottom: 20px;
  }

  .texts {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-image-pad, .lightbox-link-5 {
    height: 25rem;
  }

  .section-gro-e-abst-nde1-3 {
    padding: 50px 5%;
  }

  .div-block-169-more-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-white-form {
    width: 15vw;
  }

  .logo-white-form._100 {
    width: 100%;
    height: 35vh;
  }

  .hide {
    display: none;
  }

  .image-div-block {
    order: -1;
    height: 60vh;
  }

  .accordion-tab-button-dark-2 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-181 {
    padding: 0;
  }

  .div-block-182 {
    order: -1;
  }

  .div-block-183 {
    margin-bottom: 20px;
    padding: 0 0;
  }

  .div-block-183.zweitfarbe {
    margin-bottom: 0;
    padding: 60px;
  }

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

  .abteilungs-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

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

  .divblock1 {
    height: auto;
  }

  .navbar-6 {
    padding-bottom: 0;
  }

  .titelvideo-start-1 {
    height: 80vh;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video1 {
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-gro-e-abst-nde1, .section-gro-e-abst-nde1.zweitfarbe, .section-gro-e-abst-nde1.zweitfarbe.bgimg, .section-gro-e-abst-nde1.bg {
    padding: 40px;
  }

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

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

  .text-feld1.zweitfarbe.unten {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bild-section-cover-1 {
    padding: 5vh 10vw;
  }

  .bild-section-cover-1._2 {
    padding: 40px;
  }

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

  .heading-mittig1.heading-2 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-mittig1.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  .heading-mittig1.heading-2.farbe-der-headings.oben {
    margin-top: 10px;
  }

  .heading-mittig1.heading-2.farbe-der-headings.align-left {
    text-align: center;
  }

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

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

  .maps, .div-footer {
    width: 100%;
  }

  .footertext1-2 {
    margin-bottom: 10px;
  }

  ._4er-grid-team {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  ._4er-grid-team._60 {
    width: 60%;
  }

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

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

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

  .kontakt-grid1.space {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    margin-top: 120px;
    padding: 40px;
  }

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

  .div-block-41.highlights {
    padding: 40px;
  }

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

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .field-label.heading-2.farbe-der-headings {
    line-height: 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .img-100.con {
    object-fit: contain;
  }

  .impdat-2.flie-text {
    align-items: center;
  }

  .image-wrapper {
    height: 50vh;
  }

  .div-block-166 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-64 {
    width: 18vw;
  }

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

  .link-block {
    margin-right: auto;
  }

  .quick-stack {
    margin-top: 20px;
  }

  .div-block-bild-2, .div-block-bild-2._50vh {
    height: auto;
  }

  .div-block-bild-2.size {
    height: 45vh;
  }

  .heading_center_small.heading-font1 {
    font-size: 15px;
    line-height: 1.3;
  }

  .quick-stack-2 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sponsor-logo.cover {
    width: 20vw;
  }

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

  .team-image {
    object-position: 50% 50%;
  }

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

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

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

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

  .image-102 {
    height: 45vh;
  }

  .quick-stackk {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .tabs-menu.flie-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .slider {
    height: 55vh;
  }

  .tab-btn, .tab-btn.w--current {
    text-align: center;
  }

  .gallery.zweitfarbe.bg-gallery {
    padding: 40px;
  }

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

  .grid-19._60 {
    width: 60%;
  }

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

  .heading-mittig1-small.heading-2 {
    text-align: left;
    line-height: 35px;
  }

  .heading-mittig1-small.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

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

  .heading-mittig1-small2.heading-2 {
    text-align: left;
    line-height: 35px;
  }

  .heading-mittig1-small2.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  .f-tab-menu-3 {
    margin-bottom: 20px;
  }

  .f-tab-button-line, .f-tab-pane-3 {
    width: 100%;
  }

  .section-gro-e-abst-nde1-2 {
    padding: 40px;
  }

  .section-gro-e-abst-nde1-2.no-top-paddong {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-173.zweitfarbe {
    padding: 40px;
  }

  .accordion-question-header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .div {
    flex-flow: column;
    display: flex;
  }

  .div-left {
    padding: 10px;
  }

  .quick-stack-8 {
    padding: 0;
  }

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

  .heading-small.heading-2 {
    text-align: left;
    line-height: 35px;
  }

  .quick-stack-9 {
    margin-bottom: 20px;
    padding: 0;
  }

  .lightbox-link-2 {
    height: auto;
    margin-bottom: 20px;
  }

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

  .quick-stack-11 {
    padding: 0;
  }

  .div-block-image-pad {
    height: 20rem;
    margin-bottom: 20px;
  }

  .lightbox-link-5 {
    height: 20rem;
  }

  .lightbox-link-5-2 {
    height: 55vh;
  }

  .div-block-image-pad-2 {
    height: auto;
  }

  .logo-white-form {
    width: 18vw;
  }

  .logo-white-form._100 {
    height: 30vh;
  }

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

  .tabs-content-3 {
    width: 100%;
  }

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

  .div-block-183.zweitfarbe {
    padding: 40px;
  }

  .overview-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .abteilungs-wrapper {
    flex-flow: column;
  }

  .download-stack {
    margin-bottom: 20px;
  }
}

@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%;
  }

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

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

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

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

  .navbar-6 {
    margin-top: 150px;
  }

  .titelvideo-start-1 {
    height: 75vh;
  }

  .div-block-video1 {
    align-items: center;
    width: auto;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-gro-e-abst-nde1 {
    padding: 40px 20px;
  }

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

  .text-feld1.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bild-section-cover-1._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-mittig1.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mittig1.heading-2.farbe-der-headings.oben {
    margin-top: 10px;
  }

  .text-mittig1.flie-text {
    line-height: 1.3;
  }

  .div-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  ._4er-grid-team._60 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-mittig-untereinander1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .maps1 {
    height: 35vh;
  }

  .impdat, .success {
    margin-top: 27vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-41.highlights {
    padding: 20px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-2.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .icon1-2 {
    width: 50px;
    height: 50px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .image-wrapper {
    height: 45vh;
  }

  .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 {
    width: auto;
    margin-top: 10px;
    top: 60px;
  }

  .div-block-166 {
    height: 15vh;
    margin-left: 0;
    margin-right: 0;
  }

  .image-64 {
    width: 25vw;
  }

  .container {
    flex-flow: column;
  }

  .link-block {
    margin-left: auto;
  }

  .link-block.w--current {
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .img-content {
    height: auto;
  }

  .content_1-2 {
    padding: 20px 10px;
  }

  .sponsor-logo.cover {
    width: 50%;
  }

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

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

  .list-4 {
    padding-left: 20px;
  }

  .image-101 {
    height: 40vh;
  }

  .text-feld.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .tabs-menu.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-2 {
    padding: 20px 0 0;
  }

  .slider {
    height: 35vh;
  }

  .tab-btn, .tab-btn.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery {
    padding: 40px 2%;
  }

  .gallery.zweitfarbe.bg-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-19._60 {
    width: 100%;
  }

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

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

  .heading-mittig1-small.heading-2.farbe-der-headings {
    text-align: center;
  }

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

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

  .heading-mittig1-small2.heading-2.farbe-der-headings {
    text-align: center;
  }

  .f-tab-menu-3 {
    width: 100%;
  }

  .image-106, .image-106.contain, .image-106.contain-2 {
    height: 35vh;
  }

  .section-gro-e-abst-nde1-2 {
    padding: 40px 20px;
  }

  .div-block-173.zweitfarbe {
    padding: 20px 0;
  }

  .div-block-173.zweitfarbe._20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-tab-pane-3-2 {
    padding-bottom: 0;
  }

  .arrow-div-wrapper-2 {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .image-div {
    height: 35vh;
  }

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

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

  .list-7 {
    padding-left: 20px;
    font-size: 14px;
  }

  .lightbox-link-2 {
    width: 70%;
  }

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

  .div-block-image-auto {
    margin-bottom: 20px;
  }

  .div-block-image-pad-2 {
    height: auto;
  }

  .section-gro-e-abst-nde1-3 {
    padding: 40px 2%;
  }

  .slider-7 {
    min-height: 35vh;
  }

  .logo-white-form {
    width: 25vw;
  }

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

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

  .slide-nav-3 {
    font-size: 12px;
  }

  .cell-6 {
    display: none;
  }

  .quick-stack-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-tab-button-dark-2 {
    padding-left: 10px;
  }

  .div-block-183.zweitfarbe {
    padding: 20px 0;
  }

  .lightbox-link-60vh {
    height: 35vh;
    overflow: hidden;
  }

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

  .abteilungs-wrapper {
    flex-flow: column;
  }

  .download-content, .download-stack, .download-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-f397079c-1c0c-057b-d61a-7ccbef7adb65-d64337a0, #w-node-_343119b1-e298-70d6-49b4-c96073f30d1b-d64337a0, #w-node-_7203000e-7df2-fcbb-1244-01e24cbb5aa6-d64337a0, #w-node-c2c5c6f7-2abc-4203-cc92-fca64975af52-d64337a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0444bfc3-e61e-8d4d-e087-31e1a73a7c0a-d64337a0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e305cb81-26f8-8251-e5fe-d2c21b248d00-d6433785, #w-node-e305cb81-26f8-8251-e5fe-d2c21b248d0e-d6433785, #w-node-_1c7eef7a-6083-9a97-7df0-e6fa000103fd-d6433785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c7eef7a-6083-9a97-7df0-e6fa0001041a-d6433785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c79104a7-1ab8-385f-011e-93264b363c62-8f662fb3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1e54fed0-60eb-7abd-4f20-bac618d50674-d643378d, #w-node-_5dc3371a-aabf-ac1a-8ad4-d7fa51bb8184-d643378d, #w-node-f9295954-68c4-bd10-92c5-cb58a6bd203d-d643378d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d61e2e5a-4dd6-2db4-3692-49f7a4e45313-d643378f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b0f0bdae-7a78-e0df-3785-70941ee9d457-d643378f, #w-node-_94f35ff8-9a0e-982e-1caf-b60bd9e76164-d643378f, #w-node-bf204355-b8bc-7041-6854-f38d3e1110e6-d643378f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-db23da14-51f9-50a5-4407-f352d705765d-d643378f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-db23da14-51f9-50a5-4407-f352d7057677-d643378f, #w-node-db23da14-51f9-50a5-4407-f352d7057685-d643378f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_269b1290-6c1b-781d-ff2a-9ae79a20ca77-d6433790, #w-node-df390549-b9ce-7bc7-7c03-d657b02bedf6-d6433790 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d61e2e5a-4dd6-2db4-3692-49f7a4e45313-d6433790 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_94f35ff8-9a0e-982e-1caf-b60bd9e76164-d6433790, #w-node-bf204355-b8bc-7041-6854-f38d3e1110e6-d6433790, #w-node-bc7717c3-c51b-d40e-2798-66011a1c478e-d6433790 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-db23da14-51f9-50a5-4407-f352d705765d-d6433790 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-db23da14-51f9-50a5-4407-f352d7057677-d6433790, #w-node-db23da14-51f9-50a5-4407-f352d7057685-d6433790, #w-node-db23da14-51f9-50a5-4407-f352d705768f-d6433790 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be24ebc2-cc39-6665-ba2c-eb0e06f1b7a3-d6433791, #w-node-be24ebc2-cc39-6665-ba2c-eb0e06f1b7ad-d6433791, #w-node-_2c87ad76-5701-81c3-86a2-ebc7c5f413f6-d6433791, #w-node-_4c8d8c4a-edc9-fcb1-05d2-86f34beb98bf-d6433791, #w-node-_07b22d53-fa35-13ae-28aa-ed5e29f5f3a9-d6433791, #w-node-d883918e-f783-8404-2782-f119222cfbaf-d6433793, #w-node-e5fb5858-8124-15d5-09b8-0d25f10aa78d-d643379a, #w-node-_0ce9f432-4868-a590-e1b5-1a815b936047-d643379a, #w-node-_542ce4ba-cb9a-ba21-e779-c98f9f225dd5-d643379a, #w-node-a7850bed-c888-d672-bbd4-4490abc95c07-d643379a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d61e2e5a-4dd6-2db4-3692-49f7a4e45313-d64337a5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-bff09993-0711-9b17-d915-725de0beb8ee-d64337a7 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1d31e99b-36d6-f703-9ee5-ce974be674f3-d64337a7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fbfe917a-7656-2d90-99d3-0b923988dede-596c158b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfe917a-7656-2d90-99d3-0b923988dee5-596c158b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d67d76b5-3451-1bcc-10ea-ee70b1ef56a7-596c158b, #w-node-d67d76b5-3451-1bcc-10ea-ee70b1ef56a0-596c158b, #w-node-be40eb2c-9238-daa3-77de-d8a88568fa6e-596c158b, #w-node-_7ec087c4-66a0-0c69-d0ba-02b7aa6b3b1b-596c158b, #w-node-ff0a60f5-b8c3-bdd5-cf1f-171aa5ea128a-596c158b, #w-node-_6a713200-9351-edee-b2c6-3b92f7e75321-596c158b, #w-node-_499cfd0e-abd4-31ed-101b-eab34210028c-596c158b, #w-node-d012534f-d3c1-0439-2e69-5aa27fdc7a25-596c158b, #w-node-_0e4b5bf0-e91a-5119-de0c-2741daf3480d-596c158b, #w-node-_3c4bc54c-e908-3e61-aaad-cdf2470adf1d-596c158b, #w-node-_7a1ded60-ad91-2877-7923-e2b879c0ace7-596c158b, #w-node-b4ea5354-3218-b8fa-2eaa-4bc8d6f8bcc4-596c158b, #w-node-d64280fd-b692-c777-a951-dc08f4a031c5-596c158b, #w-node-_4167a407-276c-a35e-8bc1-975046ff32b2-596c158b, #w-node-_236842a9-2538-d5ce-e266-272bf857719d-596c158b, #w-node-dfb10cc7-039d-0a46-6c26-e9b3e61a6132-596c158b, #w-node-_59c8db4c-a507-506e-d594-42716534f183-596c158b, #w-node-_37a72907-21b4-be0e-e074-352637f4c97f-596c158b, #w-node-dbe00d83-bab7-4c35-794a-356617f379c9-596c158b, #w-node-d35a924f-4c7a-33d2-7056-ffcdfda068c4-596c158b, #w-node-fd4d9ff5-bfdb-643d-100c-5bbeecabe008-596c158b, #w-node-f10be45e-6811-1a2d-6932-b50b3354758e-596c158b, #w-node-_91d1cb2a-75c3-d8c5-31cb-49a6ba47378b-596c158b, #w-node-_0737e748-11f3-4273-b758-f5d66e99fe56-596c158b, #w-node-_04d7418b-0520-f415-7e94-614a2aed254b-596c158b, #w-node-b431618f-d866-d01f-33d7-007ca6cb7daa-596c158b, #w-node-fd149a2f-90ef-9429-d6b0-7d07d026dcad-596c158b, #w-node-_091603a1-ce53-7e0f-b39d-ad08a50032c6-596c158b, #w-node-f4110dd8-bac0-aacd-587c-5a68094669ab-596c158b, #w-node-_8e676958-fd34-b11d-5533-01f3d4cd15bd-596c158b, #w-node-_17de248e-4c25-1bee-11ce-7a6425e8503a-596c158b, #w-node-_1badb137-21ad-3249-0a88-6d683b4441f2-596c158b, #w-node-_86ced4b2-8ae3-2038-efd1-1e85e452dde0-596c158b, #w-node-d0f4fa59-23bd-7287-b3a8-ae5eb8e6e35e-596c158b, #w-node-_1ab7bc86-2ecb-e0f2-d1f8-924dd6c9e1d3-596c158b, #w-node-f74a7916-db12-5011-5cda-525557d408d7-596c158b, #w-node-_02d4e66e-4676-fd42-bd4e-62a5e2d87206-596c158b, #w-node-_983a4e1b-79c7-818f-e066-65a82fc0d070-596c158b, #w-node-_7f819965-f18a-4baf-47ef-e8c5204e182e-596c158b, #w-node-_30c4778f-533c-69a8-537c-86e2bc616584-596c158b, #w-node-_81d3bc62-b614-15a9-84ad-c0c4a39dafa5-596c158b, #w-node-_74feaaae-1d9f-ee38-bcbf-eec2ce0d0a37-596c158b, #w-node-_57101f3d-591d-66cd-b4e0-f59f0520b48d-596c158b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e439baed-715a-c34b-729b-0ec672a3b1aa-596c158b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_377b68c9-b212-be82-a687-047e614f3d31-596c158b {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-dedc7650-a0ca-0d45-75d8-15b68be5e247-596c158b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_945a2d68-9939-8e92-02ac-4fbe578ae430-596c158b {
  grid-column: span 2 / span 2;
}

#w-node-_286914b6-a119-ddfd-a1dd-779221f21c17-596c158b, #w-node-_286914b6-a119-ddfd-a1dd-779221f21c19-596c158b, #w-node-_286914b6-a119-ddfd-a1dd-779221f21c1b-596c158b, #w-node-_286914b6-a119-ddfd-a1dd-779221f21c1d-596c158b, #w-node-_286914b6-a119-ddfd-a1dd-779221f21c1f-596c158b, #w-node-_286914b6-a119-ddfd-a1dd-779221f21c21-596c158b, #w-node-_286914b6-a119-ddfd-a1dd-779221f21c23-596c158b, #w-node-_286914b6-a119-ddfd-a1dd-779221f21c25-596c158b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3035c0b-947a-a64f-0ea8-3ce7656ec2c2-596c158b {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b3035c0b-947a-a64f-0ea8-3ce7656ec2c3-596c158b, #w-node-fb3675f1-f5d4-1d4e-647c-d36aaf6aafe0-596c158b, #w-node-_9a26d5d1-7d0d-3d6a-cfbb-8d931270102f-596c158b, #w-node-_9909c53a-999c-9428-06e7-2a32b437f09c-596c158b, #w-node-bb9ddeee-e924-607e-c63a-26ce39a37a16-596c158b, #w-node-dce6f637-8b89-a3ca-1501-70da3da94558-596c158b, #w-node-_9032ff50-85f2-8239-cd09-c471926ce250-596c158b {
  grid-column: span 2 / span 2;
}

#w-node-ddddc298-8f3c-5855-9fbd-7280791db9e6-596c158b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_22f2652b-12e0-b26e-f933-6c9554849ae7-596c158b {
  grid-column: span 2 / span 2;
}

#w-node-_49711588-86ac-5268-80e0-5773ba09666e-596c158b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d6b65f1c-4444-a7f9-edd5-e6435df19667-491866b5, #w-node-d6b65f1c-4444-a7f9-edd5-e6435df19673-491866b5, #w-node-d8f07c73-356c-d078-9f5a-7dc48b4a5226-491866b5, #w-node-_7f2da4d7-eb20-5bcd-8f8d-3e2515a90764-491866b5, #w-node-_1013247c-96c3-f39d-3f3b-e80ff84cd4ab-491866b5, #w-node-_90ccdb1b-7b69-dd51-868c-cb3268c5be3c-491866b5, #w-node-c1a4c4f9-35eb-3069-b071-1af83cfc22c6-491866b5, #w-node-_5bd7bebd-d68d-1330-ca4d-8fd933ae61bb-491866b5, #w-node-c4496448-79d6-16e1-027b-f8751aec073f-491866b5, #w-node-_01ea569b-1731-9ebb-857f-527e14e685f1-491866b5, #w-node-a2ab20b9-2ba5-60bc-048f-39d7338c687d-491866b5, #w-node-_5ed0f8ea-d600-d0d1-bc5e-65cf06f6b92b-491866b5, #w-node-_98878511-01f7-2acc-1dde-9d2d8b7bf4d3-491866b5, #w-node-_130e44c2-d347-4268-b87c-e7ef173a9008-491866b5, #w-node-_2a023fbf-cc7e-2370-4209-9a490500ffde-491866b5, #w-node-a6bdb477-dc13-4b12-b317-55879040b643-491866b5, #w-node-_253098b3-9f22-2ec6-22be-63b5ea55d5e6-491866b5, #w-node-_8ec65a0e-071f-31e2-21b8-c51b08587bfc-491866b5, #w-node-ec770e14-c32c-dd91-5b0e-265ac9a56513-491866b5, #w-node-_5214b4fd-638e-e498-5777-94d185885657-491866b5, #w-node-_749dd132-95fa-afc9-ad85-1cd1b32e99f0-491866b5, #w-node-e004fec9-c584-dd59-8817-27676d1f07df-491866b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bfa8aa9-2eb4-3446-de4c-0caf74a52f6f-491866b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8884d2a-7a3c-3cc3-b18a-595db66980d5-491866b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84eb1271-5182-d3e2-ca32-99b00f5480d2-491866b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d934e69e-1a6e-e63a-5700-40a6fe881962-491866b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6522aedd-6187-08cb-760e-568ef2f2aba8-05668750, #w-node-_6522aedd-6187-08cb-760e-568ef2f2aba8-a410cb4b, #w-node-_6522aedd-6187-08cb-760e-568ef2f2aba8-86c2df85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6522aedd-6187-08cb-760e-568ef2f2aba8-0c901cd6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be24ebc2-cc39-6665-ba2c-eb0e06f1b7a3-077d10e7, #w-node-be24ebc2-cc39-6665-ba2c-eb0e06f1b7ad-077d10e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47676786-fe66-a461-d1ce-e29dba3bebca-077d10e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9af5dc24-d74f-0d5d-1511-f003841ed25a-077d10e7, #w-node-_9af5dc24-d74f-0d5d-1511-f003841ed266-077d10e7, #w-node-b909e9a0-5632-bcdc-50fa-df28a7bf2b95-077d10e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb0137f3-7473-7ace-7c47-43562eecc3ba-7577f4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cb0137f3-7473-7ace-7c47-43562eecc3a4-7577f4d5, #w-node-cb0137f3-7473-7ace-7c47-43562eecc3f3-7577f4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb0137f3-7473-7ace-7c47-43562eecc407-7577f4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cb0137f3-7473-7ace-7c47-43562eecc40c-7577f4d5, #w-node-cb0137f3-7473-7ace-7c47-43562eecc410-7577f4d5, #w-node-cb0137f3-7473-7ace-7c47-43562eecc41a-7577f4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb0137f3-7473-7ace-7c47-43562eecc421-7577f4d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d1b98b91-3a8b-9abc-fd37-0853af5c7669-7577f4d5, #w-node-_3d84482c-e999-56f8-2d93-c7bae56139b1-667ea4f0, #w-node-_489d5b10-4e5a-ea8c-18e7-d9d93ac8d375-667ea4f0, #w-node-_3d84482c-e999-56f8-2d93-c7bae56139e6-667ea4f0, #w-node-fa2d01e1-e374-cbe1-4b82-7cf0bd824487-667ea4f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2d01e1-e374-cbe1-4b82-7cf0bd8244ad-667ea4f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_23a16632-36eb-a4f3-0253-3f5e3fc963d2-667ea4f0 {
  align-self: center;
}

#w-node-_5f63889b-5447-b397-f46e-8d6f438b55a5-667ea4f0, #w-node-db244a7e-42bd-4b3a-03bd-3e7884fd720e-667ea4f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c20b9dc-c36a-eac8-8d68-1d8799c1bb7d-667ea4f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1b4-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1b6-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1b8-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1ba-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1bc-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1be-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1c0-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1c2-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1c4-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1c6-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1c8-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1ca-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1cc-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1ce-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1d0-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1d2-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1d4-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1d6-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1d8-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1da-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1dc-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1de-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1e0-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1e2-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1e4-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1e6-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1e8-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1ea-667ea4f0, #w-node-cd9ad35a-7a29-7740-7ea9-e3ccac87b1ec-667ea4f0, #w-node-c18a4469-eef7-9817-04be-393c6f1d6317-8275b748, #w-node-c18a4469-eef7-9817-04be-393c6f1d6319-8275b748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc191b-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc193a-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1948-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc194e-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1959-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1978-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1980-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc198b-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc199b-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc19ba-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc19c5-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc19cb-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc19db-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc19fa-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a05-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a0d-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a15-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1a22-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1a41-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a4c-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a52-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1a5d-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1a72-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a78-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a7e-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1a89-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1a9e-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1aa4-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1aaa-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1ab5-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1ad4-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1adf-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1aea-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1af4-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1b01-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1b20-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b2c-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b38-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b42-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1b4f-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1b6e-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b7a-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b80-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1b8b-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1baa-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bb6-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bbc-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1bc7-8275b748 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b06550d9-dd02-1091-8510-5454fedc1be6-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bf2-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bf8-8275b748, #w-node-acec36d0-8270-716d-a637-3ca2d03cd4f9-52789404 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c80b876a-9854-5eda-4c0b-f54eadc619fb-52789404 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2196c373-f380-9104-0442-dbd5fb8b1517-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150aec-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150aee-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150af0-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150af2-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150af4-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150af6-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150af8-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150afa-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150afc-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150afe-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b00-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b02-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b04-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b06-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b08-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b0a-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b0c-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b0e-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b10-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b12-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b14-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b16-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b18-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b1a-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b1c-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b1e-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b20-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b22-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b24-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b26-52789404, #w-node-_041c42b5-40aa-a4a6-7e0f-b322ed150b28-52789404 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d61e2e5a-4dd6-2db4-3692-49f7a4e45313-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b0f0bdae-7a78-e0df-3785-70941ee9d457-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a5a848eb-bece-ee6f-f0da-bf21b4a45a84-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-a5a848eb-bece-ee6f-f0da-bf21b4a45a9a-c6861c1b, #w-node-a5a848eb-bece-ee6f-f0da-bf21b4a45aa5-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-db23da14-51f9-50a5-4407-f352d705765d-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-db23da14-51f9-50a5-4407-f352d7057677-c6861c1b, #w-node-db23da14-51f9-50a5-4407-f352d7057685-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fded715-5fd4-2218-fc61-50f31252e8c5-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_9fded715-5fd4-2218-fc61-50f31252e8e3-c6861c1b, #w-node-_9fded715-5fd4-2218-fc61-50f31252e8f0-c6861c1b, #w-node-_21912bfe-4e67-5add-f6fa-18c0e93080a4-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a152-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a168-c6861c1b, #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a175-c6861c1b, #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a17e-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50250ef6-0484-45a1-ae9c-f29f0f8841ed-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_50250ef6-0484-45a1-ae9c-f29f0f884201-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_168b539b-2fb1-91b1-c29b-85caa280d1c7-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_168b539b-2fb1-91b1-c29b-85caa280d1db-c6861c1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c79104a7-1ab8-385f-011e-93264b363c62-8f662fb3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1e54fed0-60eb-7abd-4f20-bac618d50674-d643378d, #w-node-_5dc3371a-aabf-ac1a-8ad4-d7fa51bb8184-d643378d, #w-node-f9295954-68c4-bd10-92c5-cb58a6bd203d-d643378d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d61e2e5a-4dd6-2db4-3692-49f7a4e45313-d643378f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0f0bdae-7a78-e0df-3785-70941ee9d457-d643378f, #w-node-_94f35ff8-9a0e-982e-1caf-b60bd9e76164-d643378f, #w-node-bf204355-b8bc-7041-6854-f38d3e1110e6-d643378f {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-db23da14-51f9-50a5-4407-f352d705765d-d643378f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db23da14-51f9-50a5-4407-f352d7057677-d643378f, #w-node-db23da14-51f9-50a5-4407-f352d7057685-d643378f {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-db23da14-51f9-50a5-4407-f352d705768f-d6433790 {
    grid-template-rows: auto;
    grid-template-columns: 12vw 1fr;
  }

  #w-node-_286914b6-a119-ddfd-a1dd-779221f21c25-596c158b, #w-node-e004fec9-c584-dd59-8817-27676d1f07df-491866b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3bfa8aa9-2eb4-3446-de4c-0caf74a52f6f-491866b5, #w-node-_84eb1271-5182-d3e2-ca32-99b00f5480d2-491866b5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6522aedd-6187-08cb-760e-568ef2f2aba8-a410cb4b, #w-node-_6522aedd-6187-08cb-760e-568ef2f2aba8-86c2df85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47676786-fe66-a461-d1ce-e29dba3bebca-077d10e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d1b98b91-3a8b-9abc-fd37-0853af5c7669-7577f4d5 {
    order: -9999;
  }

  #w-node-d61e2e5a-4dd6-2db4-3692-49f7a4e45313-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0f0bdae-7a78-e0df-3785-70941ee9d457-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-a5a848eb-bece-ee6f-f0da-bf21b4a45a84-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a5a848eb-bece-ee6f-f0da-bf21b4a45a9a-c6861c1b, #w-node-a5a848eb-bece-ee6f-f0da-bf21b4a45aa5-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-db23da14-51f9-50a5-4407-f352d705765d-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db23da14-51f9-50a5-4407-f352d7057677-c6861c1b, #w-node-db23da14-51f9-50a5-4407-f352d7057685-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-_9fded715-5fd4-2218-fc61-50f31252e8c5-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9fded715-5fd4-2218-fc61-50f31252e8e3-c6861c1b, #w-node-_9fded715-5fd4-2218-fc61-50f31252e8f0-c6861c1b, #w-node-_21912bfe-4e67-5add-f6fa-18c0e93080a4-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a152-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a168-c6861c1b, #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a175-c6861c1b, #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a17e-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-_50250ef6-0484-45a1-ae9c-f29f0f8841ed-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_50250ef6-0484-45a1-ae9c-f29f0f884201-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-_168b539b-2fb1-91b1-c29b-85caa280d1c7-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_168b539b-2fb1-91b1-c29b-85caa280d1db-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0f0bdae-7a78-e0df-3785-70941ee9d457-d643378f, #w-node-_94f35ff8-9a0e-982e-1caf-b60bd9e76164-d643378f, #w-node-bf204355-b8bc-7041-6854-f38d3e1110e6-d643378f, #w-node-db23da14-51f9-50a5-4407-f352d7057677-d643378f, #w-node-db23da14-51f9-50a5-4407-f352d7057685-d643378f {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  #w-node-d61e2e5a-4dd6-2db4-3692-49f7a4e45313-d6433790 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_94f35ff8-9a0e-982e-1caf-b60bd9e76164-d6433790, #w-node-bf204355-b8bc-7041-6854-f38d3e1110e6-d6433790, #w-node-bc7717c3-c51b-d40e-2798-66011a1c478e-d6433790 {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-db23da14-51f9-50a5-4407-f352d705765d-d6433790 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db23da14-51f9-50a5-4407-f352d7057677-d6433790, #w-node-db23da14-51f9-50a5-4407-f352d7057685-d6433790, #w-node-db23da14-51f9-50a5-4407-f352d705768f-d6433790 {
    grid-template-rows: auto;
    grid-template-columns: 20vw 1fr;
  }

  #w-node-bff09993-0711-9b17-d915-725de0beb8ee-d64337a7 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6522aedd-6187-08cb-760e-568ef2f2aba8-05668750, #w-node-_6522aedd-6187-08cb-760e-568ef2f2aba8-0c901cd6, #w-node-b06550d9-dd02-1091-8510-5454fedc191b-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1959-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc199b-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc19db-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a22-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a5d-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a89-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1ab5-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b01-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b4f-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b8b-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bc7-8275b748, #w-node-acec36d0-8270-716d-a637-3ca2d03cd4f9-52789404 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0f0bdae-7a78-e0df-3785-70941ee9d457-c6861c1b, #w-node-a5a848eb-bece-ee6f-f0da-bf21b4a45a9a-c6861c1b, #w-node-a5a848eb-bece-ee6f-f0da-bf21b4a45aa5-c6861c1b, #w-node-db23da14-51f9-50a5-4407-f352d7057677-c6861c1b, #w-node-db23da14-51f9-50a5-4407-f352d7057685-c6861c1b, #w-node-_9fded715-5fd4-2218-fc61-50f31252e8e3-c6861c1b, #w-node-_9fded715-5fd4-2218-fc61-50f31252e8f0-c6861c1b, #w-node-_21912bfe-4e67-5add-f6fa-18c0e93080a4-c6861c1b, #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a168-c6861c1b, #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a175-c6861c1b, #w-node-_7df261bc-6a6c-c9f7-0733-ae651c30a17e-c6861c1b, #w-node-_50250ef6-0484-45a1-ae9c-f29f0f884201-c6861c1b, #w-node-_168b539b-2fb1-91b1-c29b-85caa280d1db-c6861c1b {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0444bfc3-e61e-8d4d-e087-31e1a73a7c0a-d64337a0 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1e54fed0-60eb-7abd-4f20-bac618d50674-d643378d, #w-node-_5dc3371a-aabf-ac1a-8ad4-d7fa51bb8184-d643378d, #w-node-f9295954-68c4-bd10-92c5-cb58a6bd203d-d643378d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_94f35ff8-9a0e-982e-1caf-b60bd9e76164-d6433790, #w-node-bf204355-b8bc-7041-6854-f38d3e1110e6-d6433790, #w-node-bc7717c3-c51b-d40e-2798-66011a1c478e-d6433790, #w-node-db23da14-51f9-50a5-4407-f352d7057677-d6433790, #w-node-db23da14-51f9-50a5-4407-f352d7057685-d6433790, #w-node-db23da14-51f9-50a5-4407-f352d705768f-d6433790 {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  #w-node-bff09993-0711-9b17-d915-725de0beb8ee-d64337a7 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e439baed-715a-c34b-729b-0ec672a3b1aa-596c158b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_377b68c9-b212-be82-a687-047e614f3d31-596c158b {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_945a2d68-9939-8e92-02ac-4fbe578ae430-596c158b {
    grid-column: span 1 / span 1;
  }

  #w-node-_47676786-fe66-a461-d1ce-e29dba3bebca-077d10e7, #w-node-b06550d9-dd02-1091-8510-5454fedc193a-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1948-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc194e-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1978-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1980-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc198b-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc19ba-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc19c5-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc19cb-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc19fa-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a05-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a0d-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a15-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a41-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a4c-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a52-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a72-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a78-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a7e-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1a9e-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1aa4-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1aaa-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1ad4-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1adf-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1aea-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1af4-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b20-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b2c-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b38-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b42-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b6e-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b7a-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1b80-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1baa-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bb6-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bbc-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1be6-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bf2-8275b748, #w-node-b06550d9-dd02-1091-8510-5454fedc1bf8-8275b748 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


