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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

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

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

.utility-page-content {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.logo-img {
  width: 125px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.logo.ber-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
}

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

.telefonnummer {
  margin-bottom: 5px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

.highlights {
  background-color: #247fe1;
  color: #fff;
}

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
}

.heading-3 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
}

.flie-text {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: #247fe1;
}

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.navbar-1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 15vw;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  font-family: Lato, sans-serif;
  color: #a8a8a8;
  font-weight: 700;
}

.nav-link:active {
  color: #fff;
}

.nav-link:focus {
  color: #fff;
}

.nav-link:visited {
  color: #fff;
}

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

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

.slogan1 {
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 85px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.divider {
  width: 200px;
  height: 4px;
  margin-bottom: 20px;
}

.divider.zweitfarbe {
  background-color: #0378a4;
}

.subheading1 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0px;
}

.div-block-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.div-block-video.hidden {
  display: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #000;
}

.button.highlights.flie-text {
  background-color: #0378a4;
}

.button.highlights.flie-text:hover {
  background-color: #0071a6;
  color: #fff;
}

.section-mittig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-mittig.bild {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/5f8d4330c427404cc1333db1_abstract-4626113_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/5f8d4330c427404cc1333db1_abstract-4626113_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.section-mittig.bild2 {
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/5f8d43304cdcc32ed7fb27c8_abstract-686258_1920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/5f8d43304cdcc32ed7fb27c8_abstract-686258_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-mittig.bild {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/5f8d4330c427404cc1333db1_abstract-4626113_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/5f8d4330c427404cc1333db1_abstract-4626113_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

.section-mittig.abstand-kleiner {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-links {
  -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  font-size: 24px;
  line-height: 34px;
}

.heading-links.heading-3 {
  font-size: 22px;
}

._6er-grid1 {
  width: 100%;
  margin-top: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon1 {
  width: 50px;
  max-height: 60px;
}

.paragraph-links {
  opacity: 0.6;
  font-size: 14px;
  line-height: 170%;
}

.paragraph-links.flie-text.farbe-flie-text {
  opacity: 1;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.kreis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 100%;
  -webkit-transition: all 300ms cubic-bezier(.25, .46, .45, .94);
  transition: all 300ms cubic-bezier(.25, .46, .45, .94);
}

.kreis:hover {
  background-color: #000;
}

.kreis.highlights {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  background-color: #0378a4;
}

._2-3-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.5fr 1.25fr;
  grid-template-columns: 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-3-grid._2 {
  width: 100%;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-mittig-klein1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.image-50vh {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-50vh.home {
  width: 400px;
  height: auto;
  border: 1px none #000;
}

.inhalt-untereinander-links1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-heading1 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.small-heading1.heading-3 {
  margin-top: 0px;
}

._2er-grid1 {
  width: 100%;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-kleine-abst-nde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-kleine-abst-nde.zweitfarbe {
  background-color: #e6e6e6;
}

.heading-klein-links {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}

._8er-grid {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.link-block {
  margin-top: 10px;
  color: #fff;
  text-decoration: underline;
}

.inhalt-mittig-untereinander1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.iconfooter1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headingfooter1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

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

.header-footer1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.footer-inhalt {
  position: static;
  display: inline-block;
}

.footerschrift1 {
  color: #fff;
}

.footerschrift1.flie-text {
  min-width: 150px;
  text-transform: none;
}

.section-galerie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 120px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-galerie.section-gallerie-2 {
  margin-top: 200px;
  padding-top: 60px;
}

.mainslider {
  width: 100%;
  height: 60vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divblock-wei {
  width: 100%;
  padding: 20px 40px 40px;
  background-color: #fff;
  color: #000;
}

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

.submit-button1.highlights.flie-text {
  background-color: #0378a4;
}

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

.link-formular.farbe-der-headings {
  color: #0378a4;
}

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

.form-block {
  margin-top: 100px;
}

.form-block.flie-text {
  margin-top: 0px;
}

.text-field {
  height: 30px;
}

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

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 784px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
}

.heading-22 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ablaufplan-big-button-2 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #d4af37;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.ablaufplan-big-button-2:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

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

.ablaufplan-big-button-2.black:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ablaufplan-big-button-2.black.ablaufplan {
  top: 130px;
}

.slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  height: 80vh;
}

.div-block-151 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-46 {
  background-image: url('../images/359256_original_R_K_B_by_Alexander-Sobeck_pixelio.de.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-46.home {
  background-image: url('../images/slide-2-image.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/architecture-2256489_1920.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-47.home {
  background-image: url('../images/slide-1-image.jpg');
  background-position: 50% 100%;
}

.grid-16 {
  margin-bottom: 80px;
  justify-items: center;
  -ms-grid-columns: 2.25fr 1fr 2.25fr;
  grid-template-columns: 2.25fr 1fr 2.25fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-16.grid-16-title {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.heading-83 {
  width: 100%;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0378a4;
  color: #fff;
  text-align: center;
}

.image-301 {
  width: 100%;
  height: 400px;
  max-width: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-302 {
  width: 100%;
  height: 400px;
  max-width: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-55 {
  background-image: url('../images/20210516_131426-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-56 {
  background-image: url('../images/20210516_131359-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-59 {
  background-image: url('../images/20210527_165702.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-304 {
  width: 100%;
}

.image-305 {
  height: 60%;
}

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

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

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

.left-arrow-6 {
  display: none;
}

.right-arrow-6 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .image-50vh.home {
    border-style: solid;
    border-color: #e6e6e6;
  }

  ._2er-grid1 {
    width: 100%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-156 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

  .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .navbar {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-1 {
    width: 100%;
    padding-top: 0px;
    padding-right: 0vw;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav-menu-1 {
    background-color: #000;
  }

  .nav-link {
    position: static;
    width: 100%;
  }

  .nav-link.flie-text {
    padding-right: 40px;
    padding-left: 40px;
    color: #fff;
    text-align: center;
  }

  .nav-link.flie-text.w--current {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .nav-link.flie-text.strich {
    border-top: 2px solid #0378a4;
  }

  .men-button1 {
    padding: 10px;
  }

  .men-button1.w--open {
    background-color: transparent;
  }

  .men-icon1 {
    color: #fff;
  }

  .slogan1 {
    font-size: 40px;
  }

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

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

  .section-mittig {
    padding: 60px;
  }

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

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

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

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

  .paragraph-links {
    font-size: 14px;
    line-height: 24px;
  }

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

  .kreis {
    min-height: 80px;
    min-width: 80px;
    margin-right: 10px;
  }

  .kreis.highlights {
    width: 80px;
    height: 80px;
  }

  ._2-3-grid {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

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

  .image-50vh.home {
    width: 100%;
    height: 400px;
    background-color: #fff;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-50vh.home.trans {
    background-color: transparent;
  }

  .inhalt-untereinander-links1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .small-heading1.heading-3.mitte {
    text-align: center;
  }

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

  .section-kleine-abst-nde {
    padding: 40px 60px;
  }

  .section-kleine-abst-nde.zweitfarbe {
    padding: 40px 60px;
  }

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

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

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

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

  .section-galerie {
    padding: 220px 60px 40px;
  }

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

  .divblock-wei {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .success {
    min-height: 650px;
    margin-top: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .slider {
    height: 60vh;
  }

  .div-block-151 {
    margin-top: 200px;
  }

  .grid-16 {
    margin-bottom: 40px;
    -ms-grid-columns: 2.25fr 0.75fr 2.25fr;
    grid-template-columns: 2.25fr 0.75fr 2.25fr;
  }

  .grid-16.grid-16-title {
    margin-bottom: 40px;
  }

  .heading-83 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .image-304 {
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-305 {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-157 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-4 {
    height: 300px;
  }

  .div-block-158 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .divblock1 {
    height: auto;
  }

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

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

  .subheading1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-video {
    padding-top: 0px;
  }

  .section-mittig {
    padding: 20px;
  }

  .section-mittig.bild2 {
    padding: 20px;
  }

  .section-mittig.abstand-kleiner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  ._2-3-grid._2 {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-50vh {
    min-height: 350px;
    margin-top: 50px;
  }

  .image-50vh.home {
    margin-top: 20px;
  }

  .image-50vh.home.trans {
    height: 300px;
    min-height: auto;
    margin-top: 20px;
  }

  .section-kleine-abst-nde {
    padding: 20px;
  }

  .section-kleine-abst-nde.zweitfarbe {
    padding: 20px;
  }

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

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

  .footer1.hauptfarbe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer1.hauptfarbe.flie-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .headingfooter1 {
    text-align: center;
  }

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

  .header-footer1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-inhalt {
    padding-left: 0px;
  }

  .section-galerie {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-galerie.section-gallerie-2.galerie {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mainslider {
    height: 400px;
  }

  .divblock-wei {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .impdat {
    padding: 20px;
  }

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

  .success {
    height: auto;
    min-height: 400px;
    padding: 20px;
  }

  .slider {
    height: 350px;
  }

  .grid-16 {
    margin-bottom: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 2.25fr 0.5fr 2.25fr;
    grid-template-columns: 2.25fr 0.5fr 2.25fr;
  }

  .grid-16.grid-16-title {
    margin-bottom: 20px;
  }

  .image-301 {
    height: 300px;
  }

  .image-302 {
    height: 300px;
  }

  .div-block-157 {
    min-width: 400px;
  }
}

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

  h2 {
    font-size: 19px;
    line-height: 25px;
  }

  h3 {
    font-size: 18px;
    line-height: 25px;
  }

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

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

  .navbar-1 {
    padding-right: 5vw;
  }

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

  .subheading1 {
    font-size: 12px;
    line-height: 160%;
  }

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

  .button {
    min-width: 230px;
  }

  .button.highlights.flie-text {
    min-width: auto;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 160%;
  }

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

  .section-mittig.bild2 {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .icon1 {
    width: 40px;
  }

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

  .kreis {
    min-height: 60px;
    min-width: 60px;
  }

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

  .heading-mittig-klein1.heading-3 {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }

  .image-50vh {
    min-height: 300px;
  }

  .image-50vh.home {
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-50vh.home.trans {
    height: 250px;
  }

  .small-heading1.heading-3 {
    font-size: 18px;
    line-height: 170%;
  }

  .small-heading1.heading-3.mitte {
    font-size: 16px;
  }

  .section-kleine-abst-nde {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-kleine-abst-nde.zweitfarbe {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .footer1.hauptfarbe.flie-text {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .section-galerie.section-gallerie-2.galerie {
    padding-right: 10px;
    padding-left: 10px;
  }

  .divblock-wei {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-links1.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .impdat {
    padding: 20px 10px;
  }

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

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

  .success {
    min-height: 450px;
  }

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

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

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

  .slider {
    height: 200px;
  }

  .grid-16 {
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }

  .grid-16.grid-16-title {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-83 {
    max-width: none;
    font-size: 25px;
    line-height: 30px;
  }

  .image-304 {
    height: 300px;
  }

  .image-305 {
    height: 300px;
  }

  .image-309 {
    height: 100px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .div-block-157 {
    min-width: auto;
  }

  .slider-4 {
    height: 250px;
  }
}

#w-node-_1f3c45f0-fc56-6979-cf74-e5fc14c7d09b-07966559 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a1f49af2-dc1f-cafa-a25c-74934e91bd09-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2932c969-9cbf-f933-f855-8e5314a3ef02-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71679de0-ffd2-9c42-a854-d37aa8c38075-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e82ca554-76de-34df-1a19-57781840b524-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3e0e7b94-5eb9-117d-4242-2206b539ebc5-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4652adeb-d39f-0b76-c9ce-c83e3c1b9f49-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e563e4e1-a6ca-81bc-d573-b0b3e0eda81d-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b3c03a54-848c-03de-d6e0-885783eaedb7-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_95a25a27-694f-da13-3e0d-05aceef65480-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-be194500-5901-da28-0ffc-f50bb6f86dfb-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d959d2a9-49bd-7ed1-55ad-c48503c80548-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_904aa5c8-1240-7c4b-55c6-68ae29682b05-07966559 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_581b5a41-3da9-5057-7d4c-1267e6d30095-aa966566 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e4d986b8-bac8-53c1-eb73-7045bfbc2a16-aa966566 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3679f550-24f9-10eb-8bd8-774883317a0f-aa966566 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7a3bc588-8d1f-16d4-0c69-64837a47e3de-aa966566 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3c219259-d32b-6d11-5c50-71cea2dbf7c8-aa966566 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a7ab5ed-32b4-e9b4-5e8b-87eb6ba6628d-aa966566 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d96cb39b-67c4-559c-7239-df8f152fa553-aa966566 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1a01fb21-89fd-7923-a1a1-e0e465a13745-aa966566 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3679f550-24f9-10eb-8bd8-774883317a0f-aa966566 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f3c45f0-fc56-6979-cf74-e5fc14c7d09b-07966559 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2932c969-9cbf-f933-f855-8e5314a3ef02-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_71679de0-ffd2-9c42-a854-d37aa8c38075-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e82ca554-76de-34df-1a19-57781840b524-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3e0e7b94-5eb9-117d-4242-2206b539ebc5-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4652adeb-d39f-0b76-c9ce-c83e3c1b9f49-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e563e4e1-a6ca-81bc-d573-b0b3e0eda81d-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b3c03a54-848c-03de-d6e0-885783eaedb7-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_95a25a27-694f-da13-3e0d-05aceef65480-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-be194500-5901-da28-0ffc-f50bb6f86dfb-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d959d2a9-49bd-7ed1-55ad-c48503c80548-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_904aa5c8-1240-7c4b-55c6-68ae29682b05-07966559 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

