:root {
  --red: #df032d;
  --black: #1a1a1a;
  --white: #fff;
  --gray: #717776;
  --light-gery: var(--gray);
}

.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-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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Roboto, sans-serif;
  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;
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.logo.w--current {
  width: 30rem;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: sticky;
  top: 0%;
}

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

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

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

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

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

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

.navbar {
  z-index: 90;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0%;
}

.navbar-top {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff;
  border-bottom: 1px solid #df032d66;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-links {
  color: #333;
  height: 100%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.nav-links.w--current {
  border-top-color: var(--red);
  color: var(--red);
}

.nav-links.flie-text.w--current {
  color: #ece4df;
}

.nav-links.paragraph-font {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-links.paragraph-font:hover {
  color: var(--red);
}

.nav-links.paragraph-font.no {
  margin-left: 0;
  margin-right: 0;
}

.heading-color {
  color: #df032d;
  -webkit-text-stroke-color: var(--red);
  line-height: 1.3;
}

.main-color {
  background-color: var(--black);
  color: var(--white);
}

.secondary-color {
  background-color: #f9fbff;
}

.highlights {
  background-color: var(--red);
  color: var(--white);
}

.heading-font1 {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

.heading-font2 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.paragraph-font {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-color: var(--red);
  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: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

.titelvideo-start {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.titelvideo-start.height {
  height: 55vw;
}

.titelvideo-start._50vh {
  height: 70vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

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

.nav-men {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.telefonnummer, .email, .adresse {
  margin-bottom: 5px;
  font-size: 16px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.nav-link-2 {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-style: normal;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #000;
  background-color: #0000;
  border-bottom: 0 solid #fff;
  transform: translate(0);
}

.nav-link-2.flie-text:hover {
  color: #838383;
}

.nav-link-2.flie-text.w--current {
  color: #cfcfcf;
}

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

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

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

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

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

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

.adresse-wrapper {
  margin-bottom: 5px;
}

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.slogan {
  margin-top: 10px;
  font-size: 50px;
  line-height: 75px;
}

.slogan.heading-font1 {
  line-height: 1.3;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  padding: 5px 10%;
  display: flex;
}

.termin-button {
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  line-height: 1.3;
}

.termin-button.heading-font3.gray {
  font-size: 12px;
}

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

.section-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10%;
  display: flex;
  overflow: hidden;
}

.section-mittig.secondary-color.hidden {
  display: none;
}

.feature-image-mask {
  width: 100%;
  height: 65vh;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.feature-image-mask:hover {
  transform: scale(1.02);
}

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.feature-image:hover {
  transform: scale(1.02);
}

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

.inhalt-nebeneinander {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-links {
  letter-spacing: 1px;
  margin-top: 0;
}

.heading-links.heading-font1.heading-color {
  font-size: 32px;
}

.text-links {
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

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

.footertext.vertical {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.footer {
  justify-content: space-between;
  height: auto;
  padding: 40px 10%;
  display: flex;
}

.footer.highlights {
  margin-top: auto;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 79.8vh;
}

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

.submit-buttons.highlights {
  font-size: 14px;
}

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

.select-field {
  color: #949494;
  background-color: #fff;
  font-size: 14px;
}

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

.text-field {
  height: 40px;
  font-size: 14px;
}

.text-field.paragraph-font {
  color: #000;
}

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

.impdat {
  padding: 100px 10%;
}

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

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

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

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

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

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

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

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

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

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

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

.social-media {
  object-fit: contain;
  height: 2.8rem;
  transition: all .35s;
}

.social-media:hover {
  transform: scale(1.02);
}

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

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

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

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

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

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

.text-block, .text-block-2 {
  line-height: 1.3;
}

.social-wrappers {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

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

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

.image-100.top.no:hover, .image-100.no:hover {
  transform: none;
}

.image-100.no.leftt {
  object-position: 10% 50%;
}

.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.ablaufplan {
  margin-top: 220px;
  top: 10px;
}

.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: 60px auto auto 0%;
}

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

.slider {
  width: 100%;
  height: 100%;
  position: static;
}

.mask {
  height: 100%;
}

.feature-images {
  z-index: 10;
  object-fit: cover;
  width: 100.041%;
  height: 100%;
  position: relative;
}

.feature-images.side.etw-rexhtss.abs {
  z-index: 9;
}

.feature-images.cont {
  object-fit: contain;
}

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

.slide {
  height: 100%;
}

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

.dropdown-toggle {
  height: 100%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.dropdown-toggle:hover {
  color: var(--red);
}

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

.nav-link-item {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.nav-link-item:hover {
  background-color: var(--gray);
}

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

.phone {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.phone-top {
  filter: invert();
  object-fit: contain;
  width: 2.8125rem;
  margin-bottom: 5px;
}

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

.card {
  box-shadow: 0 0 5px 0 var(--red);
  color: #333;
  border-bottom: 3px solid #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.card:hover {
  border-bottom-color: var(--red);
  transform: scale(1.02);
}

.icon-div {
  width: 85px;
  height: 85px;
  box-shadow: 0 0 1px 0 var(--red);
  outline-offset: 10px;
  border: 1px #fff;
  border-radius: 50%;
  outline: 5px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .7s;
  display: flex;
}

.icon-div.highlights:hover {
  box-shadow: 0 0 15px 0 var(--red);
  outline-offset: 10px;
  border-style: solid;
  outline: 5px solid #fff;
  transform: scale(.9);
}

.linkk {
  color: var(--red);
  text-decoration: none;
}

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

.gray {
  background-color: var(--gray);
  color: var(--white);
}

.qr-code {
  object-fit: contain;
  width: 5rem;
}

.qr-code:hover {
  filter: none;
}

.praxis-card {
  background-color: #e9e9e9;
  border-bottom: 1px solid #df032d;
  border-right: 1px solid #df032d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 20vw;
  padding: 20px;
  display: flex;
  overflow: scroll;
}

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

.praxis-card.gray {
  color: var(--black);
  background-color: #e9e9e9;
}

.praxis-card.sm {
  height: 155px;
}

.praxis-card.none {
  display: none;
}

.praxis-grids {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #df032d;
  border-style: solid none none solid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding: 0;
}

._2er-adj {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 66%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.underline {
  text-decoration: underline;
}

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

.div-block-banner {
  background-image: linear-gradient(125deg, #fff 61%, #7f7f7f);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

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

.icons {
  object-fit: contain;
  width: 3.75rem;
}

.heading-card {
  text-align: center;
  font-size: 28px;
}

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

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

.image-div {
  width: 100%;
  height: 60vh;
  transition: all .35s;
}

.image-div:hover {
  transform: scale(1.02);
}

.div-mittig {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

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

.link-block-lnk {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-block-lnk:hover {
  color: var(--black);
}

.text-links-small {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

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

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

.inhalt-div {
  justify-content: flex-start;
  align-items: center;
  transition: all .45s;
}

.inhalt-div.highlights:hover {
  transform: scale(1.02);
}

.card-bild {
  object-fit: cover;
  width: 100%;
  height: 30vh;
}

.card-bild.linkss {
  object-position: 0% 50%;
}

.card-bild.down {
  object-position: 50% 0%;
  order: 0;
}

.div-block-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 20vh;
  padding: 20px;
  display: flex;
}

.arrow-icon {
  object-fit: contain;
  width: 20px;
}

.link-block-mehr {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-span {
  background-color: var(--red);
  color: #fff;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 45px;
}

.map-div {
  width: 100%;
  height: 100%;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
}

.divider {
  border: 1px solid var(--red);
  width: 80%;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sub-heading-links {
  margin-top: 0;
  font-size: 24px;
}

.card-small {
  box-shadow: 0 0 5px 0 var(--red);
  border-bottom: 3px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 30px;
  transition: all .4s;
  display: flex;
}

.card-small:hover {
  border-bottom-color: var(--red);
  transform: scale(1.02);
}

.sub-heading-mittig {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
}

.icon-div-large {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  margin-top: 20px;
  display: flex;
  box-shadow: 0 0 50px 1px #6f6f6f2b;
}

.lottie-animation {
  object-fit: contain;
  width: 90%;
  height: 90%;
}

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

.qr-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.navlinks-div {
  width: 100%;
}

.navlinks-div.side-line {
  border-right: 1px solid #b0b0b0;
}

.image-invert {
  filter: invert();
  width: 30px;
}

.text-links1-letter {
  font-size: 16px;
  line-height: 1.5;
  list-style-type: lower-alpha;
}

.accrodian-item {
  border-bottom: 1px solid #14275d;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  transition: all .2s;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.faq-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-icon-line-3 {
  background-color: #14275d;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.faq-icon-line-4 {
  background-color: #14275d;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.dropdown-list-15 {
  background-color: #0000;
  margin-top: 10px;
  padding-right: 40px;
  transition: all .2s;
  display: none;
  position: relative;
}

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

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

.feature-image-blur {
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.feature-image-abs-contain {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-102-right-top {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.inhalt-div-copy {
  justify-content: flex-start;
  align-items: center;
  transition: all .45s;
}

.inhalt-div-copy.highlights:hover {
  transform: scale(1.02);
}

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

.div-block-cont {
  height: 30vh;
}

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

.fixed-div {
  z-index: 2147483647;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: auto 0% 20% auto;
}

.fixed-div.highlights {
  z-index: 9999999;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  transition: all .6s;
  right: -20rem;
}

.fixed-div.highlights:hover {
  right: 0;
}

.fixed-div.highlights.hide {
  z-index: 90;
  bottom: 15%;
}

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

.heading-mittig-klein-transformed {
  text-align: center;
  margin-top: 0;
  transform: rotate(0);
}

.transform-90-deg {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -2.8125rem;
  display: flex;
  transform: rotate(90deg);
}

.arrow-icons {
  object-fit: contain;
  width: 20px;
  transform: rotate(90deg);
}

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

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

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

.accordion-tab-button-dark {
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-pane {
  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 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

.cards {
  min-height: 100%;
  box-shadow: 0 0 5px 0 var(--red);
  color: #333;
  border-bottom: 3px solid #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.cards:hover {
  border-bottom-color: var(--red);
  transform: scale(1.02);
}

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

.textarea {
  font-size: 14px;
}

.small-text-links-left {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.small-text-links-left.paragraph-font {
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.timeline-circle {
  background-color: #df032d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline-left {
  text-align: right;
  margin-left: 20px;
}

.timeline-center {
  text-align: right;
  justify-content: center;
  display: flex;
}

.timeline-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 20px;
}

.timeline-progress {
  z-index: 10;
  background-color: #df032d;
  width: 1px;
  height: 100%;
  position: absolute;
}

.timeline-date-text {
  font-size: 25px;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

.timeline-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.timeline-container {
  z-index: -3;
  padding: 40px;
}

.timeline-wraper {
  background-color: #e9e9e9;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1.5px solid #df032d;
  border-left: 1.5px solid #df032d;
  border-right: 1.5px solid #df032d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
}

.timeline-item.border-bottom {
  border-bottom: 1.5px solid #df032d;
}

.feature-image-top {
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
  height: 100%;
  transition: all .35s;
  position: relative;
}

.feature-image-top:hover {
  transform: scale(1.02);
}

.no-underline-link {
  text-decoration: none;
  transition: all .5s;
}

.no-underline-link:hover {
  transform: scale(1.05);
}

.image-100-bottom {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
}

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

.image-wrapper {
  width: 100%;
  height: 75vh;
  transform: scale(1.02);
}

.slider1 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.left-arrow-4, .right-arrow-4 {
  display: none;
}

.code-embeds {
  width: 100%;
  height: 100%;
}

.link-blocks {
  z-index: 100;
  background-color: #df032d;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: auto 1% 5% auto;
  box-shadow: 0 -1px 10px 2px #0000004d;
}

.images {
  object-fit: contain;
  width: 35px;
}

.heading-div {
  z-index: 10;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #fff;
  text-shadow: 0 0 2px #00000069;
  background-color: #44444459;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-nav {
  z-index: 20;
}

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

.div-blocks {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.image {
  height: 100%;
}

.wrapp {
  overflow-wrap: anywhere;
}

.rel-div {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.modal1_background-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.max-width-large.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.text-size-medium-2 {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.form-embed {
  width: 100%;
}

.modal1_component-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-9 {
  color: var(--red);
}

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

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

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

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

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

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

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

.code-embed-3 {
  z-index: 1000000;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button {
  background-color: var(--gray);
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  transition: all .5s;
}

.button:hover {
  background-color: var(--black);
  transform: scale(1.02);
}

.link-10 {
  color: var(--red);
  text-decoration: none;
}

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

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

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

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

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

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

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.div-block-39 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.linkk-2 {
  color: #df032d;
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .logo.w--current {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

  .navbar {
    position: relative;
  }

  .navbar-top {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .nav-links.paragraph-font {
    text-align: left;
    height: auto;
    margin-right: 0;
  }

  .nav-links.paragraph-font.no {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-font {
    overflow-wrap: anywhere;
  }

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

  .titelvideo-start {
    height: 60vh;
  }

  .titelvideo-start.no-overflow {
    overflow: hidden;
  }

  .titelvideo-start._50vh {
    height: 60vh;
  }

  .titelvideo-start.auto {
    height: 50vh;
  }

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

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

  .men-icon {
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .men-buttton.hauptfarbe {
    background-color: var(--red);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-men {
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

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

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

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

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

  .slogan.heading-1 {
    margin-top: 10px;
    font-size: 60px;
    line-height: 50px;
  }

  .slogan.heading-font1 {
    font-size: 40px;
    line-height: 1.1;
  }

  .header-div.highlights {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-mittig {
    padding: 60px;
  }

  .feature-image-mask {
    order: -1;
    height: 100%;
    margin-right: 0;
  }

  .feature-image-mask:hover {
    transform: none;
  }

  .feature-image-mask._50vh {
    height: auto;
  }

  .feature-image:hover, .feature-image.contain:hover {
    transform: none;
  }

  .feature-image.down {
    object-position: 50% 40%;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    width: 90vw;
  }

  .content-links-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

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

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

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

  .footer.highlights {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    padding: 40px;
    display: grid;
  }

  .impdat, .success {
    padding: 60px;
  }

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

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

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

  .logo-img {
    height: 10vh;
  }

  .social-media {
    height: 5vw;
  }

  .social-wrappers {
    padding-left: 35px;
  }

  .image-100:hover {
    transform: none;
  }

  .image-100.no.side {
    object-position: 100% 50%;
  }

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

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

  .feature-images.side, .feature-images.link {
    object-position: 20% 50%;
  }

  .dropdown-toggle.paragraph-font {
    width: 100%;
    margin-right: 0;
    padding-left: 30px;
  }

  .nav-link-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .drop-list.highlights.w--open {
    position: absolute;
  }

  .phone-top {
    width: 1.9rem;
    height: 4vw;
  }

  .inhalt-mittig {
    padding-right: 0;
  }

  .card:hover {
    transform: none;
  }

  .icon-div.highlights:hover {
    box-shadow: none;
    transform: none;
  }

  ._3er-grid {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  ._3er-grid.pad {
    margin-bottom: 20px;
  }

  .qr-code {
    width: 3rem;
  }

  .praxis-card {
    height: 35vw;
  }

  .praxis-grids {
    grid-template-columns: 1fr 1fr;
  }

  ._2er-adj {
    flex-flow: column;
    width: 100%;
    margin-top: 16px;
    display: flex;
  }

  .div-block-banner {
    flex-flow: row;
    overflow: hidden;
  }

  .dropdown {
    width: auto;
  }

  .quick-stack {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-links {
    padding-right: 0;
  }

  .div-links.secondary-color {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-div {
    height: auto;
  }

  .image-div:hover {
    transform: none;
  }

  .div-mittig {
    padding-right: 0;
  }

  .div-mittig.secondary-color {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

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

  .inhalt-div.highlights:hover {
    transform: none;
  }

  .card-bild {
    height: 45vh;
  }

  .card-bild._28vh-mb-sc {
    height: auto;
  }

  .card-bild.down {
    object-position: 50% 5%;
  }

  .div-block-box.highlights {
    min-height: auto;
    padding-bottom: 40px;
  }

  .map-div {
    height: 45vh;
    margin-right: 0;
  }

  .divider {
    margin-bottom: 20px;
  }

  .card-small:hover {
    transform: none;
  }

  .icon-div-large {
    width: 380px;
    height: 380px;
  }

  .lottie-animation {
    width: 70%;
    height: 70%;
  }

  .qr-heading.heading-font2 {
    text-align: left;
    font-size: 15px;
  }

  .grid {
    flex-flow: column;
    max-height: 50vh;
    display: flex;
    overflow: auto;
  }

  .image-invert {
    width: 25px;
  }

  .text-links1-letter.paragraph-font {
    text-align: left;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  .dropdown-list-15.w--open {
    text-align: center;
    padding-right: 0;
  }

  .content-mitig-div {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-blur {
    display: none;
  }

  .feature-image-abs-contain {
    position: static;
  }

  .inhalt-div-copy.highlights:hover {
    transform: none;
  }

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

  .fixed-div.highlights {
    padding-left: 20px;
    display: flex;
  }

  .flex-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: 40px;
  }

  .heading-mittig-klein-transformed.heading-font2 {
    font-size: 25px;
  }

  .accordion-item-wrapper-white-4 {
    margin-bottom: 20px;
  }

  .accordion-pane {
    width: 100%;
  }

  .cards:hover {
    transform: none;
  }

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

  .timeline-date-text {
    font-size: 18px;
  }

  .timeline-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-item {
    grid-template-columns: 1fr 100px 1fr;
  }

  .feature-image-top:hover {
    transform: none;
  }

  .no-underline-link:hover {
    transform: scale(1.02);
  }

  .image-div-80vh {
    height: 60vh;
  }

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

  .slider1 {
    height: 60vw;
  }

  .link-blocks {
    bottom: 3%;
  }

  .heading-div {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .image {
    width: 60%;
  }

  .div-blockbutton {
    margin-top: 10px;
    margin-right: 10px;
  }

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

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

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

  .div-block-38 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

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

  .lightbox-link {
    height: 55vh;
  }

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

  .div-block-39 {
    justify-content: center;
    align-items: center;
  }

  .grid-9 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

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

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

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

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

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

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

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

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

  .nav-links.paragraph-font.no {
    font-size: 14px;
  }

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

  .titelvideo1 {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .titelvideo-start {
    height: 50vh;
  }

  .titelvideo-start.no-overflow {
    overflow: hidden;
  }

  .titelvideo-start._50vh {
    height: 50vh;
  }

  .titelvideo-start.auto {
    height: 30vh;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

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

  .telefonnummer.paragraph-font, .adresse.paragraph-font {
    font-size: 14px;
  }

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

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

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

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

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

  .slogan.heading-font1 {
    text-align: center;
    font-size: 24px;
  }

  .header-div.highlights.hide {
    flex-flow: column;
    display: flex;
  }

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

  .section-mittig {
    padding: 40px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image-mask.auto {
    height: auto;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image.contain.whitee {
    background-color: #fff;
  }

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

  .heading-links.heading-font1, .heading-links.heading-font1.heading-color {
    font-size: 28px;
  }

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

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

  .footertext {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .footer.highlights {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

  .succ.heading-1 {
    font-size: 27px;
    line-height: 1.2;
  }

  .maos-footer {
    height: 100px;
  }

  .social-media {
    height: 6vw;
  }

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

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

  .social-wrappers {
    z-index: 90;
    padding-left: 0;
    bottom: 65%;
  }

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

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

  .image-100.no.right-side {
    object-position: 20% 50%;
  }

  .feature-images.side {
    object-position: 50% 50%;
  }

  .qr {
    flex-flow: column;
  }

  .dropdown-toggle.paragraph-font, .nav-link-item {
    font-size: 14px;
  }

  .phone-top {
    height: 6vw;
  }

  .cta_button-code {
    margin-bottom: 10px;
  }

  .praxis-card {
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }

  .praxis-card.sm {
    height: auto;
  }

  .praxis-grids {
    flex-flow: column;
    display: flex;
  }

  .div-block-banner {
    overflow: hidden;
  }

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

  .heading-card.heading-font2 {
    font-size: 22px;
  }

  .quick-stack {
    width: 100%;
  }

  .grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-bild, .card-bild._35-mb-sc {
    height: 20rem;
  }

  .text-span {
    font-size: 35px;
  }

  .map-div {
    height: 50vh;
    margin-right: 0;
  }

  .heading-mittig.heading-font1 {
    font-size: 27px;
  }

  .qr-heading.heading-font2 {
    text-align: center;
  }

  .grid {
    display: flex;
  }

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

  .accrodian-item {
    border-bottom-style: none;
    padding-left: 22px;
    padding-right: 21px;
  }

  .dropdown-list-15.w--open {
    padding-right: 0;
  }

  .feature-image-blur, .feature-image-abs-contain {
    margin-left: auto;
    margin-right: auto;
  }

  .fixed-div.highlights.hide {
    bottom: 30%;
  }

  .flex-div {
    margin-left: 30px;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-tab-button-dark.highlights {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-question-header {
    font-size: 1.4em;
  }

  .accordion-question-header.heading-font2 {
    font-size: 1em;
  }

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

  .small-text-links-left.paragraph-font {
    text-align: center;
    font-size: 14px;
  }

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

  .timeline-left {
    margin-left: 0;
  }

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

  .timeline-progress {
    display: none;
  }

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

  .timeline-text {
    text-align: center;
    font-size: 14px;
  }

  .timeline-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .timeline-item.rev {
    flex-flow: column-reverse;
  }

  .feature-image-top {
    margin-left: auto;
    margin-right: auto;
  }

  .image-div-80vh {
    height: 25rem;
  }

  .image-wrapper {
    height: 45vh;
  }

  .link-blocks {
    width: 50px;
    height: 50px;
    bottom: 3%;
  }

  .heading-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-blockbutton {
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }

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

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

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

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

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

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

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

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

  .show-mobile-landscape-2 {
    filter: invert();
    display: block;
  }

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

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

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

  .div-block-38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .button {
    font-size: 14px;
    line-height: 19px;
  }

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

  .modal1_content-wrapper-3 {
    max-height: none;
    padding: 2rem 5%;
  }

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

  .lightbox-link {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

  .nav-links.paragraph-font.no {
    padding-left: 20px;
  }

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

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

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

  .titelvideo-start {
    height: 45vh;
  }

  .titelvideo-start.no-overflow {
    height: auto;
  }

  .titelvideo-start._50vh {
    height: 45vh;
  }

  .titelvideo-start.auto {
    height: 30vh;
  }

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

  .impdatfooter {
    text-align: left;
  }

  .nav-men {
    flex-flow: wrap;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

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

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

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

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

  .slogan.heading-font1 {
    font-size: 18px;
  }

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

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

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

  .feature-image-mask.auto {
    height: auto;
  }

  .inhalt-nebeneinander {
    width: 90vw;
  }

  .heading-links.heading-font1, .heading-links.heading-font1.heading-color {
    font-size: 20px;
  }

  .text-links.paragraph-font {
    margin-bottom: 0;
  }

  .text-links.paragraph-font.wrap {
    overflow-wrap: anywhere;
    width: 100%;
  }

  .content-links-div {
    padding-right: 0;
  }

  .footer.highlights {
    padding-bottom: 20px;
  }

  .submit-buttons.highlights.paragraph-font {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .social-media {
    height: 9vw;
  }

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

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

  .image-100.no.side {
    object-position: 50% 50%;
  }

  .image-100.no.side.mehr {
    object-position: 95% 50%;
  }

  .image-100.no.leftt {
    object-position: 18% 50%;
  }

  .image-100.no.rechtss {
    object-position: 70% 50%;
  }

  .image-100.no.right-side {
    object-position: 22% 50%;
  }

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

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

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

  .feature-images.side.etw-rexhtss, .feature-images.mehr-rechts {
    object-position: 60% 50%;
  }

  .feature-images.link {
    object-position: 15% 50%;
  }

  .dropdown-toggle.paragraph-font, .dropdown-toggle.paragraph-font.w--open {
    padding-left: 20px;
  }

  .nav-link-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .drop-list.highlights.mb-sc.w--open {
    left: -90%;
  }

  .phone-top {
    height: 9vw;
  }

  .inhalt-mittig {
    padding-right: 0;
  }

  .icon-div.highlights {
    width: 70px;
    height: 70px;
  }

  .linkk.heading-color {
    overflow-wrap: anywhere;
  }

  ._3er-grid {
    margin-top: 20px;
  }

  .praxis-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .praxis-card.center {
    justify-content: center;
    align-items: center;
  }

  .praxis-grids {
    width: 100%;
  }

  .image-100-effect {
    height: 25vh;
  }

  .div-block-banner {
    flex-flow: column;
  }

  .icons {
    width: 2.7rem;
  }

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

  .heading-card.heading-font2 {
    font-size: 18px;
  }

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

  .div-links, .div-mittig {
    padding-right: 0;
  }

  .card-bild.linkss {
    object-position: 20% 50%;
    height: 35vh;
  }

  .card-bild.etw-linkss {
    object-position: 30% 50%;
    height: 28vh;
  }

  .card-bild.rechtss {
    object-position: 100% 0%;
    height: 28vh;
  }

  .card-bild.etw-rechtss {
    object-position: 70% 50%;
    height: 28vh;
  }

  .card-bild._35-mb-sc {
    height: 35vh;
  }

  .card-bild.down {
    height: 28vh;
  }

  .text-span {
    font-size: 25px;
  }

  .map-div {
    height: 35vh;
  }

  .heading-mittig.heading-font1 {
    font-size: 20px;
  }

  .sub-heading-links.heading-font2, .sub-heading-mittig.heading-font2 {
    font-size: 18px;
  }

  .icon-div-large {
    width: 250px;
    height: 250px;
  }

  .grid {
    flex-flow: column;
  }

  .accrodian-item {
    height: 100%;
    padding: 10px;
  }

  .accrodian-toggle {
    justify-content: space-between;
  }

  .dropdown-list-15.w--open, .content-mitig-div {
    padding-right: 0;
  }

  .div-block-cont {
    height: 28vh;
  }

  .fixed-div.highlights.hide {
    display: none;
  }

  .flex-div {
    margin-left: 20px;
  }

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

  .transform-90-deg {
    margin-left: -3.0125rem;
  }

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

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .timeline-date-text {
    font-size: 17px;
  }

  .image-wrapper {
    height: 40vh;
  }

  .link-blocks {
    width: 40px;
    height: 40px;
    bottom: 3%;
  }

  .images {
    width: 30px;
  }

  .heading-div {
    padding: 10px 20px;
  }

  .div-blockbutton {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    position: static;
  }

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

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

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

#w-node-_0055f4f2-3bd8-17a7-137c-c05f5e5c47dc-4463aeb6 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_1df1a103-947c-7763-42cd-7d9cb9b4d12c-4463aeb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c721a73f-6f84-15b4-1510-fd10ec0e9687-4463aeb6, #w-node-_0af46384-f003-f5c0-c9f6-1a81251e3429-4463aeb6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5be47964-238d-324c-47fb-95f4f1f5594f-4463aeb6 {
  grid-area: 5 / 2 / 6 / 2;
}

#w-node-_73c467d5-66f1-ab24-5b23-7149dfb68f8e-4463af1e, #w-node-a4fce28c-5c5c-9ad6-bf1e-27616d5a70ea-8d220fe7, #w-node-_7b1d6784-386f-517f-e737-a527ad543d31-8d220fe7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b1d6784-386f-517f-e737-a527ad543d6c-8d220fe7 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-f289b94a-6053-aef8-e380-a549f6faca0e-f9dbc3b8, #w-node-ebbc930e-6265-b2ad-ef5d-e3f5a4890b37-7394abb1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f38-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f3b-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f3d-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f42-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f45-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f47-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f4b-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f4e-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f50-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f59-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f5b-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f5f-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f62-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f64-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f69-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f6d-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f6f-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f73-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f76-dc075f59, #w-node-_870643c5-77a2-dd9d-542c-a1fd5c346f78-dc075f59, #w-node-_0d8a4538-d728-5721-22e0-52e30d67e6b9-dc075f59, #w-node-_0d8a4538-d728-5721-22e0-52e30d67e6bd-dc075f59, #w-node-_0d8a4538-d728-5721-22e0-52e30d67e6bf-dc075f59, #w-node-_1bb0ef39-7c4c-317d-4536-b5d0a64808e5-dc075f59, #w-node-_1bb0ef39-7c4c-317d-4536-b5d0a64808e8-dc075f59, #w-node-_1bb0ef39-7c4c-317d-4536-b5d0a64808ea-dc075f59, #w-node-c18c428e-ea47-79f0-7f90-c9eaf369f718-dc075f59, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953cd-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953d0-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953d2-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953d7-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953db-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953dd-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953e1-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953e4-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953e6-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953eb-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953ef-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953f1-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953f5-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953f8-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953fa-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f953ff-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f95403-b263dfce, #w-node-d12fe600-7468-04e4-a8ee-5d9806f95405-b263dfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a61b711-d67a-481f-7385-d0603203a6f2-85676865, #w-node-_8c613e99-1092-dcb0-3952-9c024726eef2-42fabfe9, #w-node-_365f1be8-c709-4c02-2882-ccd912a0c901-ee0ed048, #w-node-_038a1e8b-8144-0543-4c2e-6b466908373a-b90de89f, #w-node-_23513162-46bf-60c9-dfb6-97611036c1d6-c7e4690e, #w-node-_77b6099b-69f6-8ae5-1dd7-1ae1ff21b3cd-af07f848, #w-node-_6b59bc36-e701-4cca-cdee-9b7fa71956f3-af07f848, #w-node-_859ebd61-0459-191e-f985-16e31ca232fb-5540d405 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e85-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e88-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e8a-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e8f-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e93-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e95-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e99-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e9c-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561e9e-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ea3-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ea7-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ea9-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ead-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561eb0-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561eb2-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561eb7-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ebb-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ebd-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ec1-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ec4-0f7f5c0e, #w-node-a9a2f425-8e7c-5669-e3bd-df24b9561ec6-0f7f5c0e, #w-node-_8c00d543-4fc9-9c45-13fd-2344e216a2a1-0f7f5c0e, #w-node-_8c00d543-4fc9-9c45-13fd-2344e216a29f-0f7f5c0e, #w-node-_8c00d543-4fc9-9c45-13fd-2344e216a29c-0f7f5c0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_886977c3-a5d3-1ec9-41b5-ce70b5ca646f-24289211, #w-node-_18946a84-3c34-d495-0324-db79865eaf1e-24289211, #w-node-_98ec1ad2-b85c-0e94-0633-176937c8c475-24289211, #w-node-_37cfe2e1-7ec5-a02a-5474-f6538e4cd42e-24289211, #w-node-_111670cb-5180-3ebc-7416-6ec1bf4f819f-24289211, #w-node-_05674157-7591-2ed2-9086-ff417854b699-1172b327, #w-node-_71e48380-06d4-f942-16a4-3b872de22c16-1172b327, #w-node-_23513162-46bf-60c9-dfb6-97611036c1d6-59c6bfb7, #w-node-f289b94a-6053-aef8-e380-a549f6faca0e-ba6ad7fb, #w-node-_4d1f1571-7023-4896-39b8-1ccefc6669a5-927f3992, #w-node-_4d1f1571-7023-4896-39b8-1ccefc6669b4-927f3992, #w-node-_5ac7f09e-e3b4-77e6-ef47-1488dfee4385-927f3992, #w-node-f207fa3f-23b1-6c5e-4fd4-1a9fe93569e5-927f3992 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0055f4f2-3bd8-17a7-137c-c05f5e5c47dc-4463aeb6 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_0055f4f2-3bd8-17a7-137c-c05f5e5c47de-4463aeb6 {
    order: -9999;
  }

  #w-node-c721a73f-6f84-15b4-1510-fd10ec0e9687-4463aeb6, #w-node-_0af46384-f003-f5c0-c9f6-1a81251e3429-4463aeb6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0af46384-f003-f5c0-c9f6-1a81251e342d-4463aeb6 {
    order: -9999;
  }

  #w-node-_5be47964-238d-324c-47fb-95f4f1f5594f-4463aeb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73c467d5-66f1-ab24-5b23-7149dfb68f8e-4463af1e, #w-node-a4fce28c-5c5c-9ad6-bf1e-27616d5a70ea-8d220fe7, #w-node-_7b1d6784-386f-517f-e737-a527ad543d31-8d220fe7, #w-node-f289b94a-6053-aef8-e380-a549f6faca0e-f9dbc3b8, #w-node-ebbc930e-6265-b2ad-ef5d-e3f5a4890b37-7394abb1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ebbc930e-6265-b2ad-ef5d-e3f5a4890b4b-7394abb1 {
    order: -9999;
  }

  #w-node-_3a61b711-d67a-481f-7385-d0603203a6f2-85676865 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3a61b711-d67a-481f-7385-d0603203a6f4-85676865 {
    order: -9999;
  }

  #w-node-_8c613e99-1092-dcb0-3952-9c024726eef2-42fabfe9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8c613e99-1092-dcb0-3952-9c024726eef4-42fabfe9 {
    order: -9999;
  }

  #w-node-_365f1be8-c709-4c02-2882-ccd912a0c901-ee0ed048 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_365f1be8-c709-4c02-2882-ccd912a0c90d-ee0ed048 {
    order: -9999;
  }

  #w-node-_038a1e8b-8144-0543-4c2e-6b466908373a-b90de89f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_038a1e8b-8144-0543-4c2e-6b46690837aa-b90de89f {
    order: -9999;
  }

  #w-node-_23513162-46bf-60c9-dfb6-97611036c1d6-c7e4690e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_23513162-46bf-60c9-dfb6-97611036c1e2-c7e4690e {
    order: -9999;
  }

  #w-node-_77b6099b-69f6-8ae5-1dd7-1ae1ff21b3cd-af07f848 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_77b6099b-69f6-8ae5-1dd7-1ae1ff21b3e6-af07f848 {
    order: -9999;
  }

  #w-node-_6b59bc36-e701-4cca-cdee-9b7fa71956f3-af07f848, #w-node-_859ebd61-0459-191e-f985-16e31ca232fb-5540d405, #w-node-_886977c3-a5d3-1ec9-41b5-ce70b5ca646f-24289211, #w-node-_18946a84-3c34-d495-0324-db79865eaf1e-24289211 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18946a84-3c34-d495-0324-db79865eaf2c-24289211 {
    order: -9999;
  }

  #w-node-_98ec1ad2-b85c-0e94-0633-176937c8c475-24289211, #w-node-_37cfe2e1-7ec5-a02a-5474-f6538e4cd42e-24289211 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_37cfe2e1-7ec5-a02a-5474-f6538e4cd452-24289211 {
    order: -9999;
  }

  #w-node-_05674157-7591-2ed2-9086-ff417854b699-1172b327 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_05674157-7591-2ed2-9086-ff417854b6a7-1172b327 {
    order: -9999;
  }

  #w-node-_71e48380-06d4-f942-16a4-3b872de22c16-1172b327 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_71e48380-06d4-f942-16a4-3b872de22c25-1172b327 {
    order: -9999;
  }

  #w-node-_23513162-46bf-60c9-dfb6-97611036c1d6-59c6bfb7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_23513162-46bf-60c9-dfb6-97611036c1e2-59c6bfb7 {
    order: -9999;
  }

  #w-node-f289b94a-6053-aef8-e380-a549f6faca0e-ba6ad7fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4d1f1571-7023-4896-39b8-1ccefc6669a5-927f3992 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d1f1571-7023-4896-39b8-1ccefc6669b0-927f3992 {
    order: -9999;
  }

  #w-node-_4d1f1571-7023-4896-39b8-1ccefc6669b4-927f3992, #w-node-_5ac7f09e-e3b4-77e6-ef47-1488dfee4385-927f3992 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ac7f09e-e3b4-77e6-ef47-1488dfee439e-927f3992 {
    order: -9999;
  }

  #w-node-f207fa3f-23b1-6c5e-4fd4-1a9fe93569e5-927f3992 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_111670cb-5180-3ebc-7416-6ec1bf4f819f-24289211, #w-node-f289b94a-6053-aef8-e380-a549f6faca0e-ba6ad7fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ac7f09e-e3b4-77e6-ef47-1488dfee439e-927f3992 {
    order: -9999;
  }
}


