:root {
  --highlights: #cd161a;
  --white: white;
  --black: black;
  --pink: #f9ba9f;
}

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.telefonnummer {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #fff;
  background-color: #cd161a;
}

.adresse {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  text-decoration: none;
}

.div-mail {
  color: #334;
}

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

.heading-1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.nav-menu {
  z-index: 1000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hauptfarbe-2 {
  color: #fff;
  background-color: #000;
  padding-top: 2px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

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

.nav-link.flie-text {
  color: #fff;
  border-bottom: 1.5px solid #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .2s;
}

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

.video_overlay_block {
  z-index: 5;
  color: #fff;
  background-color: #0000006b;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 240px;
  padding-left: 300px;
  padding-right: 300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  text-transform: uppercase;
  background-color: #cd161a;
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.background-video {
  filter: blur(5px);
  width: 100%;
  height: 100%;
}

.section-relative {
  height: 90vh;
  position: relative;
}

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

.titelheading {
  text-align: center;
  font-size: 80px;
  line-height: 90px;
}

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

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.zweitfarbe {
  flex-flow: column;
  overflow: hidden;
}

.heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.heading.heading-1 {
  text-transform: uppercase;
  font-size: 40px;
}

.heading.heading-1.is-capital {
  text-transform: uppercase;
}

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

.heading.links.heading-1.sml {
  font-size: 40px;
  line-height: 50px;
  display: block;
}

.heading.links.heading-1.sml.mid {
  text-align: center;
}

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

.paragraph {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.paragraph.flie-text.is-relative {
  z-index: 5;
  position: relative;
}

._4er-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

._4er-grid.flex_vertical.margin {
  grid-template-columns: 1fr 1fr 1fr;
}

.card_round {
  background-image: url('../images/Illustration_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  padding: 40px;
  transition: all .2s;
}

.card_round:hover {
  transform: scale(1.05);
}

.card_round.highlights {
  border: 5px none var(--black);
  color: #fff;
  background-position: 50% 20%;
  text-decoration: none;
}

.card_round.highlights:hover {
  transform: none;
}

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

.small-heading.heading-1.mid, .small-heading.heading-1.mit {
  text-align: center;
}

.paragraph-links {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links.flie-text.padding {
  margin-right: 100px;
}

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

.paragraph-links.flie-text.abs {
  z-index: 1000;
  text-align: center;
  background-image: linear-gradient(#d8d8d8f2, #d8d8d8f2);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.image_100.absolute {
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 70%;
  position: absolute;
  inset: 0%;
}

.image_100.low_contain {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 70%;
  position: relative;
}

.relative {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.relative.video {
  height: 100vh;
}

.relative._100 {
  height: 100%;
}

.relative._75vh, .relative._80vh {
  height: 80vh;
}

.inhalt-rechts {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

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

.inhalt-rechts.padding.links {
  justify-content: center;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 0;
}

._3er-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  position: relative;
  overflow: visible;
}

._3er-grid._2er {
  grid-template-columns: 1fr 1fr;
  width: 65%;
}

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

.heading-footer.heading-3 {
  line-height: 20px;
}

.inhalt-footer {
  width: auto;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.footer_block {
  padding: 60px 140px;
}

.footer_block.hauptfarbe {
  margin-top: auto;
  padding-bottom: 10px;
}

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

.no-overflow {
  overflow: hidden;
}

.no-overflow.padding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.team-image {
  width: 100%;
}

.team-image.invert {
  filter: invert();
  object-fit: contain;
  width: auto;
  height: 12vh;
}

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

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

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

.heading-success.heading-2 {
  font-size: 32px;
  line-height: 1.4;
}

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

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

.lottie-animation {
  z-index: 0;
  opacity: .05;
  filter: grayscale() invert();
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container {
  z-index: 1;
  position: relative;
}

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

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

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

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

.impdat-3.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

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

.video-wrapper {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-abs {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto;
}

.paragraph-links-list {
  font-size: 17px;
  line-height: 25px;
}

.elfsight_counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.image-wrapper._80 {
  height: 80vh;
}

.image-wrapper.auto {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.image-100.is_top_0 {
  filter: blur(5px);
  object-position: 50% 20%;
}

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

.image-100.abs {
  z-index: 1;
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image-100.rel {
  z-index: -1;
  filter: blur(5px);
  position: relative;
}

.image-100.contain {
  object-fit: contain;
  background-color: #f5f5f5;
}

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

.round_link_block {
  background-image: url('../images/Illustration_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  padding: 40px;
  transition: all .2s;
}

.round_link_block:hover {
  transform: scale(1.05);
}

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

.round_link_block.highlights:hover {
  transform: none;
}

.round_link_block.highlights.enger {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.arrow-left {
  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-tab-button-dark.highlights {
  width: 40%;
}

.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-family: Montserrat, sans-serif;
  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;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.pop-up-1 {
  z-index: 10000;
  object-fit: fill;
  background-color: #0000006e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.card {
  border-radius: 20px;
  padding: 40px;
}

.card.zweitfarbe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 80vh;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.pop-up-image {
  object-fit: cover;
  border-radius: 20px;
  height: 85%;
  margin-bottom: 40px;
}

.pop-up-image.auto {
  object-fit: contain;
  background-color: #fff;
  height: 80vh;
  margin-bottom: 0;
}

.image_cross {
  cursor: pointer;
  object-fit: contain;
  width: 1.7rem;
  position: absolute;
  inset: 20px 10px auto auto;
}

.pop-up-2 {
  z-index: 10000;
  object-fit: fill;
  background-color: #0000006e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.bild-section-cover1-2 {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/attachment_14_Emma13_11zon.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.inhalt-50-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.div-block_mitting {
  background-image: url('../images/Illustration_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  padding: 40px;
  transition: all .2s;
}

.div-block_mitting:hover {
  transform: scale(1.05);
}

.div-block_mitting.highlights {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.tile {
  border-radius: 20px;
}

.tile.zweitfarbe {
  padding: 40px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.fixed-div_whatsapp {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 1% 5% auto;
}

.link-block {
  width: 3rem;
  height: 3rem;
}

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

.image-30vh {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  height: 30vh;
}

.image-30vh.auto {
  object-fit: contain;
  border-radius: 0;
  height: 40vh;
}

.image-30vh._60vh {
  height: 60vh;
}

.image-30vh.contain {
  background-color: #fff;
}

.div-block_center {
  background-image: url('../images/Illustration_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  padding: 40px;
  transition: all .2s;
}

.div-block_center:hover {
  transform: scale(1.05);
}

.div-block_center.highlights {
  border: 5px none var(--black);
  color: #fff;
  text-align: center;
  background-position: 50% 20%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.div-block_center.highlights.center {
  justify-content: center;
}

.div-block_center.highlights.center.hide {
  display: flex;
}

.paragraph-links-center {
  font-size: 17px;
  line-height: 25px;
}

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

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

.section-divider {
  height: 3vh;
}

.section-divider.highlights {
  background-color: var(--highlights);
}

.link_contact {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

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

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

.accordion-pane-content-flex {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px 0;
  display: flex;
}

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

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

.tile-2 {
  border-radius: 20px;
}

.tile-2.zweitfarbe {
  width: 28vw;
  padding: 40px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.tile-2.zweitfarbe.space {
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  height: 50vh;
  padding: 10px;
  display: flex;
}

.center_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

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

.link-block_arrow {
  width: 3rem;
  height: 3rem;
}

.link-block_arrow.highlights {
  z-index: 20;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px;
  position: fixed;
  inset: auto 1% 30% auto;
  box-shadow: 0 2px 5px #0003;
}

.navbar-impdat {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.nav-link_black.flie-text {
  border-bottom: 1.5px solid #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .2s;
}

.nav-link_black.flie-text:hover {
  border-bottom-color: #333;
}

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

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

.title {
  z-index: 5;
  color: #fff;
  background-color: #0000006b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 300px;
  padding-right: 300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.link_red {
  color: var(--highlights);
  text-decoration: none;
}

.jotform_wrapper {
  width: 100%;
}

.jotform_embed.auto {
  width: 100%;
  height: 100%;
}

.jotfomr_reviews_wrapper, .jotform_wrapper_80vh {
  width: 100%;
}

.link_red-2 {
  color: #cd161a;
  text-decoration: none;
}

.image-slider {
  height: 100%;
}

.slide-nav {
  display: none;
  bottom: auto;
}

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

.link-block-2 {
  width: 40px;
  height: 40px;
}

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

.link-block-3 {
  width: 43px;
  height: 43px;
}

.link-block-4 {
  width: 44px;
  height: 44px;
}

.background-video-1 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto;
}

.text-block-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.text-block-1.heading-3 {
  text-align: right;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: -30%;
}

.div-block-2._1 {
  bottom: -25%;
}

.pop-up-3 {
  z-index: 10000;
  object-fit: fill;
  background-color: #0000006e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-4 {
  z-index: 10000;
  object-fit: fill;
  background-color: #0000006e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bg-video {
  z-index: 10;
}

.background-video-2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.img-box5 {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.text-centered {
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
}

.card-content5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

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

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

._4-column-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

._4-column-grid.space {
  margin-top: 60px;
}

.card5 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: relative;
}

.card5._100 {
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.card5._100.secondary-color {
  background-color: #4f525d;
}

.inhalt-mittig2 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-text {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flip-box-front {
  z-index: 1;
  backface-visibility: hidden;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

._3er-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.flip-box {
  min-height: 400px;
  position: relative;
}

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

.image-68.top-0 {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.flip-wrapper {
  width: 100%;
  transition: all .2s;
  display: block;
}

.flip-box-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f0f1f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-mittig, .heading-87 {
  text-align: center;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
}

.gallery-grid._2er {
  grid-template-columns: 1fr 1fr;
  width: 60%;
  margin-top: 40px;
}

.gallery-grid.margin, .gallery-grid._40marg {
  margin-top: 40px;
}

.gallery-grid._40marg._1er {
  width: 100%;
}

.gallery-grid._40marg._2 {
  grid-template-columns: 1fr;
  width: 50%;
}

.gallery-grid._1er {
  grid-template-columns: 1fr;
  width: 33%;
  margin-top: 40px;
}

.relative_content {
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.relative_content.hover {
  cursor: pointer;
}

.relative_content.small {
  cursor: auto;
  height: 68vh;
}

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

.image_500px:hover {
  transform: scale(1.1);
}

.image_500px.con, .image_500px.contain {
  object-fit: contain;
  background-color: #9db7be;
}

.pop-up-6 {
  z-index: 10000;
  object-fit: fill;
  background-color: #0000006e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  max-width: 85%;
  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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

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

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

.modal1_component {
  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%;
}

.heading-pop-up.heading-1 {
  text-transform: uppercase;
}

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

.linked-text {
  color: var(--highlights);
  text-decoration: none;
}

.mercurio {
  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%;
}

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

.mickey {
  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%;
}

.slide-image-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-image-back {
  filter: blur(10px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-image-front {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sharpi, .apollo, .dasha, .dallas, .damian, .cindy, .dank, .tango, .jovi, .delia, .rufus, .niko {
  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%;
}

.niko.beny, .niko.ronja {
  display: none;
}

.lance, .kimi, .sharpie, .jenny, .mirkulas {
  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%;
}

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

.jessica, .fialka {
  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%;
}

.image-small {
  object-fit: contain;
  height: 40vh;
}

.reina, .marcelka, .spike-tigris, .kory, .kuko, .popup {
  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%;
}

.popup.ares, .popup.apollo, .popup.babette, .popup.bacardi, .popup.belissa, .popup.benita, .popup.benjo, .popup.bessy, .popup.bianca, .popup.brandy, .popup.bradley, .popup.bully, .popup.lea, .popup.marius, .popup.ria, .popup.mia, .popup.tapi {
  display: none;
}

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 800px;
  height: 80vh;
  max-height: none;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: auto;
}

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

.modal1_close-button-3 {
  z-index: 1000;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.image-102 {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: clip;
}

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

.lightbox-link-10 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

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

.ergon {
  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%;
}

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

.sisi, .benny, .ronja {
  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%;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.wrap-50 {
  width: 30%;
}

.jumbo, .maca, .nella, .lapaj, .kasper, .frederick, .kassandra, .kiku, .zuzu, .akira, .hatchiko, .kenny, .bono {
  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%;
}

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

.goofy, .pluto, .lyanna, .leia, .cola, .pepsi, .armin, .lerry, .luigi, .felix, .jesicca {
  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%;
}

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

.elodie, .denisa, .frodo, .mona, .mia, .hana, .lulu, .lola, .hina, .hiro, .hikari, .haru, .giselle, .gaga, .olga, .morszika, .bobo, .betty, .kitty, .megan, .mahoney, .fidel, .mindy, .fauna, .lola-pop, .melody {
  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%;
}

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

.code-embed {
  position: fixed;
  inset: auto 0% 5% auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  padding: 60px 260px;
  display: flex;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.justa {
  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%;
}

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

.dadka, .zoli, .judy, .stormy, .marina, .fanta, .sophia, .linda, .minnie, .floki, .scrooge {
  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%;
}

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

.image-wrap {
  height: 40vh;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #9db7be;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nigo, .lucy, .carol, .carina, .carlos, .c-sar {
  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%;
}

@media screen and (min-width: 1920px) {
  .image-68.top-0 {
    object-position: 50% 50%;
  }

  .flip-box-back {
    background-color: #fff;
    padding: 20px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
    box-shadow: 0 0 6px 2px #aaa;
  }

  .modal1_content-wrapper-3 {
    max-width: 700px;
    display: flex;
  }

  .modal1_component-3 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 150px;
    height: auto;
  }

  .logo {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 10px 20px;
    position: absolute;
    box-shadow: 0 2px 5px #0003;
  }

  .hauptfarbe-2 {
    background-color: var(--highlights);
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }

  .hauptfarbe-2.w--open {
    background-color: var(--highlights);
  }

  .icon {
    color: #fff;
  }

  .navbar {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .nav-link.flie-text {
    color: #333;
    text-align: center;
    padding: 10px 0;
    line-height: 1.3;
  }

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

  .video_overlay_block {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .section-relative {
    height: 60vh;
  }

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

  .titelheading.heading-1 {
    margin-top: 10px;
    font-size: 45px;
    line-height: 1.4;
  }

  .text-block.heading-3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 60px;
  }

  .heading.heading-1 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

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

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

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

  ._4er-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  ._4er-grid.flex_vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  ._4er-grid.flex_vertical.margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card_round.highlights {
    border-radius: 20px;
    width: 100%;
    padding: 20px;
  }

  .small-heading.heading-1 {
    text-align: center;
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

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

  .paragraph-links.flie-text.padding.center {
    margin-right: 0;
  }

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

  .image_100 {
    height: 100%;
  }

  .image_100.is-top {
    object-position: 50% 35%;
  }

  .image_100.absolute {
    inset: 0%;
  }

  .image_100.low_contain {
    object-fit: contain;
  }

  .relative {
    height: 60vh;
  }

  .relative.video {
    height: 100vh;
  }

  .inhalt-rechts {
    margin-right: 0;
  }

  .inhalt-rechts.padding {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .inhalt-rechts.padding.links.center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  ._3er-grid._2er {
    width: 100%;
  }

  .heading-footer.heading-3 {
    font-size: 17px;
    line-height: 1.3;
  }

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

  .footer_block.hauptfarbe {
    padding: 40px 60px;
  }

  .div-block-footer {
    padding-bottom: 0;
  }

  .team-image.invert {
    height: 10vh;
    padding-left: 10px;
  }

  .impdat {
    padding: 60px;
  }

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

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

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

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

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

  .background-video-abs {
    width: 30%;
  }

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

  .image-wrapper {
    height: 50vh;
  }

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

  .image-100.is-top_45 {
    object-position: 50% 45%;
  }

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

  .image-100.is-top_25 {
    object-position: 50% 25%;
  }

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

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

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

  .round_link_block.highlights {
    border-radius: 20px;
    width: 100%;
    padding: 20px;
  }

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

  .arrow-left.white-back {
    width: 25px;
    height: 2.5px;
  }

  .accordion-tab-button-dark.highlights {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .accordion-pane {
    width: 100%;
  }

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

  .arrow-right.white-back {
    width: 25px;
    height: 2.5px;
    right: 2px;
  }

  .pop-up-image {
    height: 35vh;
  }

  .bild-section-cover1-2 {
    height: auto;
    padding-right: 0;
  }

  .inhalt-50-1 {
    width: 100%;
    padding: 60px;
  }

  .div-block_mitting.highlights {
    border-radius: 20px;
    padding: 20px;
  }

  .tile.zweitfarbe {
    padding: 20px 20px 10px;
  }

  .link-block {
    width: 3rem;
    height: 3rem;
  }

  .image-30vh._60vh {
    height: 45vh;
  }

  .div-block_center.highlights {
    border-radius: 20px;
    justify-content: flex-start;
    padding: 20px;
  }

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

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

  .tile-2.zweitfarbe {
    width: auto;
    padding: 20px 20px 10px;
  }

  .center_block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .image-100-bottom.is-right {
    object-position: 0% 100%;
  }

  .link-block_arrow.highlights {
    width: 2.8rem;
    height: 2.8rem;
  }

  .navbar-impdat {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link_black.flie-text {
    text-align: center;
    padding: 10px 0;
    line-height: 1.3;
  }

  .title {
    padding: 40px;
  }

  .left-arrow, .right-arrow {
    width: 60px;
    font-size: 40px;
  }

  .jotform_wrapper {
    height: auto;
    overflow: hidden;
  }

  .jotform_embed {
    height: auto;
    overflow: auto;
  }

  .jotfomr_reviews_wrapper {
    height: auto;
    overflow: hidden;
  }

  .jotform_wrapper_80vh {
    overflow: hidden;
  }

  .background-video-1 {
    width: 30%;
  }

  .text-block-1.heading-3 {
    font-size: 20px;
    line-height: 1.3;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .gallery-grid._2er {
    width: 100%;
  }

  .gallery-grid._40marg._1 {
    grid-template-columns: 1fr;
  }

  .gallery-grid._40marg._1er {
    width: 100%;
  }

  .gallery-grid._40marg._2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .gallery-grid._1er {
    width: 50%;
  }

  .relative_content._60vh, .relative_content.image {
    height: 60vh;
  }

  .image_500px.con {
    object-fit: contain;
  }

  .image_500px.contain {
    object-fit: contain;
    background-color: #9db7be;
  }

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

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

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

  .modal1_content-wrapper-3 {
    width: 50%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .modal1_component-3 {
    display: flex;
  }

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

  .wrap-50 {
    width: 50%;
  }

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

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

  .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .nav-menu {
    padding: 5px 15px;
  }

  .hauptfarbe-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.2;
  }

  .video_overlay_block {
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .button {
    padding: 12px 20px;
    font-size: 13px;
  }

  .background-video {
    min-height: 550px;
  }

  .section-relative {
    height: 50vh;
  }

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

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

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

  .section-2, .section-2.zweitfarbe {
    padding: 40px;
  }

  .heading.heading-1, .heading.links.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .heading.links.heading-1.sml.emojis {
    font-size: 38px;
  }

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

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

  ._4er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 60%;
    margin-top: 10px;
  }

  ._4er-grid.flex_vertical {
    width: auto;
  }

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

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

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

  .relative {
    height: 50vh;
  }

  .inhalt-rechts {
    margin-left: 20px;
  }

  .inhalt-rechts.padding {
    margin-left: 0;
    padding: 40px;
  }

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

  .heading-footer.heading-3 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 16px;
  }

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

  .footer_block.hauptfarbe {
    padding: 30px 20px 40px;
  }

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

  .team-image.invert {
    height: 8vh;
    margin-bottom: 5px;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .heading-success.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .link {
    text-align: center;
  }

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

  .background-video-abs {
    width: 30%;
    min-height: 0;
  }

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

  .image-wrapper {
    height: 45vh;
  }

  .image-wrapper.is-large {
    height: 50vh;
  }

  .image-wrapper.auto {
    width: auto;
  }

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

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

  .image-100.top.is-top_568_25 {
    object-position: 50% 25%;
  }

  .image-100.is-top_568_20 {
    object-position: 50% 20%;
  }

  .image-100.is-center_568 {
    object-position: 50% 75%;
  }

  .image-100.is-left-position {
    object-position: 100% 0%;
  }

  .image-100.is-bottom {
    object-position: 50% 90%;
  }

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

  .image-100.is-bottom_80 {
    object-position: 50% 80%;
  }

  .image-100.is-top_568_50 {
    object-position: 50% 30%;
  }

  .image-100.is-center_40 {
    object-position: 50% 40%;
  }

  .image-100.is-bottom_mobile {
    object-position: 50% 95%;
  }

  .image-wrapper-small {
    height: 30vh;
  }

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

  .accordion-tab-button-dark.highlights {
    width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .arrow-div {
    width: 23px;
    height: 23px;
  }

  .card.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    padding: 30px;
    overflow: auto;
  }

  .pop-up-image {
    height: 30vh;
  }

  .image_cross {
    top: 20px;
    right: 20px;
  }

  .bild-section-cover1-2 {
    height: 300px;
    min-height: auto;
  }

  .inhalt-50-1 {
    padding: 40px;
  }

  .tile.zweitfarbe {
    padding-bottom: 10px;
  }

  .link-block {
    width: 2.8rem;
    height: 2.8rem;
  }

  .image-30vh {
    height: 28vh;
    margin-bottom: 5px;
  }

  .image-30vh._60vh {
    height: 40vh;
  }

  .div-block_center.highlights {
    justify-content: center;
  }

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

  .section-divider.highlights {
    height: 2.5vh;
  }

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

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

  .image-100-top.is-top_30-_568 {
    object-position: 50% 30%;
  }

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

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

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

  .tile-2.zweitfarbe {
    padding-bottom: 10px;
  }

  .center_block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 10px;
  }

  .link-block_arrow.highlights {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav-link_black.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.2;
  }

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

  .title {
    padding: 20px;
  }

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

  .jotfomr_reviews_wrapper, .jotform_wrapper_80vh {
    height: auto;
  }

  .slide-nav {
    display: none;
  }

  .link-block-2 {
    width: 36px;
    height: 36px;
  }

  .link-block-3 {
    width: 38px;
    height: 38px;
  }

  .link-block-4 {
    width: 40px;
    height: 40px;
  }

  .background-video-1 {
    width: 30%;
    min-height: 0;
  }

  .text-block-1.heading-3 {
    font-size: 18px;
  }

  .div-block-3, ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .inhalt-mittig2 {
    z-index: 10;
    background-color: #fffc;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
  }

  ._3er-grid-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .gallery-grid.margin {
    grid-column-gap: 16px;
  }

  .gallery-grid._1er {
    width: 100%;
  }

  .relative_content._60vh, .relative_content.image {
    height: auto;
  }

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

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

  .image_500px.con {
    width: 100%;
  }

  .image_500px.contain {
    object-fit: contain;
    background-color: #9db7be;
    width: 100%;
    height: 100%;
  }

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

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

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

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

  .text-size-medium-2.flie-text {
    text-align: center;
  }

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

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

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

  .mercurio, .etien, .mickey, .sharpi, .apollo, .dasha, .dallas, .damian, .cindy, .dank, .tango, .jovi, .delia, .rufus, .niko, .lance, .kimi, .sharpie, .jenny, .mirkulas, .wolfie, .jessica, .fialka, .reina, .marcelka, .spike-tigris, .kory, .kuko, .popup {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-3 {
    max-height: 90vh;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .show-mobile-landscape-3 {
    filter: none;
    display: block;
  }

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

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

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

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

  .sisi, .benny, .ronja {
    justify-content: center;
    align-items: center;
  }

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

  .jumbo, .maca, .nella, .lapaj, .kasper, .frederick, .kassandra, .kiku, .zuzu, .akira, .hatchiko, .kenny, .bono, .donald, .goofy, .pluto, .lyanna, .leia, .cola, .pepsi, .armin, .lerry, .luigi, .felix, .jesicca, .elodie, .denisa, .frodo, .mona, .mia, .hana, .lulu, .lola, .hina, .hiro, .hikari, .haru, .giselle, .gaga, .olga, .morszika, .bobo, .betty, .kitty, .megan, .mahoney, .fidel, .mindy, .fauna, .lola-pop, .melody, .justa, .dadka, .zoli, .judy, .stormy, .marina, .fanta, .sophia, .linda, .minnie, .floki, .scrooge, .nigo, .lucy, .carol, .carina, .carlos, .c-sar {
    justify-content: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

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

  .logo {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .logo.w--current {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .adresse {
    font-size: 13.5px;
  }

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

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

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

  .hauptfarbe-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

  .button {
    padding: 10px 15px;
    font-size: 12px;
  }

  .background-video {
    min-height: 300px;
  }

  .section-relative {
    height: 45vh;
  }

  .titelheading.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 1.3;
  }

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

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

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

  .heading.links.heading-1.sml.emojis, .heading.links.heading-1.sml.mid {
    font-size: 30px;
  }

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

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

  ._4er-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    margin-top: 5px;
  }

  ._4er-grid.flex_vertical {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .card_round {
    padding: 20px;
  }

  .card_round.highlights {
    border-radius: 15px;
    padding: 15px;
  }

  .small-heading.heading-1.top-margin {
    margin-top: 5px;
  }

  .small-heading.heading-1 {
    margin-top: 10px;
    font-size: 18px;
  }

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

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

  .relative.video {
    height: 50vh;
  }

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

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

  .heading-footer.heading-3 {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 15px;
  }

  .no-overflow.padding {
    padding: 20px;
  }

  .team-image.invert {
    height: 7vh;
    padding-left: 8px;
  }

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

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

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

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

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

  .maps-gro {
    height: 300px;
  }

  .link {
    font-size: 13.5px;
  }

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

  .impdat-3.flie-text {
    min-height: auto;
    font-size: 13.5px;
  }

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

  .background-video-abs {
    width: 55%;
    min-height: 300px;
  }

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

  .paragraph-links-list.flie-text {
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
  }

  .image-wrapper, .image-wrapper.is-large {
    height: 40vh;
  }

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

  .image-100.is_top_0.left_position {
    object-position: 100% 0%;
  }

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

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

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

  .round_link_block {
    padding: 20px;
  }

  .round_link_block.highlights {
    border-radius: 15px;
    padding: 15px;
  }

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

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

  .accordion-tab-button-dark.highlights {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .accordion-pane-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .card.zweitfarbe {
    height: auto;
    padding: 20px;
  }

  .pop-up-image {
    height: 25vh;
  }

  .pop-up-image.auto {
    height: auto;
  }

  .image_cross {
    width: 1.5rem;
  }

  .bild-section-cover1-2 {
    height: auto;
  }

  .inhalt-50-1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block_mitting {
    padding: 20px;
  }

  .div-block_mitting.highlights {
    border-radius: 15px;
    padding: 15px;
  }

  .tile.zweitfarbe {
    border-radius: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block {
    width: 2.5rem;
    height: 2.5rem;
  }

  .image-30vh {
    height: 25vh;
  }

  .div-block_center {
    padding: 20px;
  }

  .div-block_center.highlights {
    border-radius: 15px;
    padding: 15px;
  }

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

  .paragraph-links-center.flie-text {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .section-divider.highlights {
    height: 2vh;
  }

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

  .image-wrapper-60vh {
    height: 40vh;
  }

  .tile-2.zweitfarbe {
    border-radius: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .center_block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 5px;
  }

  .link-block_arrow.highlights {
    width: 2.1rem;
    height: 2.1rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .title {
    padding: 10px 10px 40px;
  }

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

  .jotfomr_reviews_wrapper, .jotform_wrapper_80vh {
    height: auto;
  }

  .div-block {
    flex-flow: row;
  }

  .background-video-1 {
    width: 55%;
    min-height: 300px;
  }

  .text-block-1.heading-3 {
    font-size: 16px;
  }

  .pop-up-3 {
    padding: 10px;
  }

  ._4-column-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card5 {
    width: 90%;
    height: 90%;
  }

  .inhalt-mittig2 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flip-wrapper {
    width: auto;
  }

  .gallery-grid, .gallery-grid._2er, .gallery-grid._1er {
    grid-template-columns: 1fr;
  }

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

  .image_500px {
    height: auto;
  }

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

  .modal1_component, .mercurio, .etien, .mickey, .sharpi, .apollo, .dasha, .dallas, .damian, .cindy, .dank, .tango, .jovi, .delia, .rufus, .niko, .lance, .kimi, .sharpie, .jenny, .mirkulas, .wolfie, .jessica, .fialka {
    width: auto;
    height: auto;
  }

  .image-small {
    height: auto;
  }

  .reina, .marcelka, .spike-tigris, .kory, .kuko, .popup {
    width: auto;
    height: auto;
  }

  .modal1_content-wrapper-3 {
    width: 90%;
    padding-top: 1rem;
    display: flex;
  }

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

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

  .sisi, .benny, .ronja, .jumbo, .maca, .nella, .lapaj, .kasper, .frederick, .kassandra, .kiku, .zuzu, .akira, .hatchiko, .kenny, .bono, .donald, .goofy, .pluto, .lyanna, .leia, .cola, .pepsi, .armin, .lerry, .luigi, .felix, .jesicca, .elodie, .denisa, .frodo, .mona, .mia, .hana, .lulu, .lola, .hina, .hiro, .hikari, .haru, .giselle, .gaga, .olga, .morszika, .bobo, .betty, .kitty, .megan, .mahoney, .fidel, .mindy, .fauna, .lola-pop, .melody {
    width: auto;
    height: auto;
  }

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

  .justa {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .dadka, .zoli, .judy, .stormy, .marina, .fanta, .sophia, .linda, .minnie, .floki, .scrooge {
    width: auto;
    height: auto;
  }

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

  .nigo, .lucy, .carol, .carina, .carlos, .c-sar {
    width: auto;
    height: auto;
  }
}

#w-node-_0044b7e8-73a1-5df2-f15b-be56894c0783-13b3e4f8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_80e750f9-8a6f-ea27-8315-e985dd6f5d95-13b3e4f8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6b22cb66-3054-87bb-4abc-128e6112081c-13b3e504 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6b22cb66-3054-87bb-4abc-128e61120820-13b3e504 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9ada3404-c859-4d86-5f25-ffca4acd05f2-13b3e504 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4ea7a331-50e7-d305-dba6-78b05c4a38ea-13b3e504, #w-node-_05655036-4d30-1c30-3269-58d7b24d4096-13b3e504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5558ea8-12e5-3285-c98a-95d5d4b1eb0f-3a6c1428 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ffb96b53-be68-7d9f-3112-2af06355fb06-a3281dea {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_7eceaa14-e26e-fabb-4c6d-d838ea680308-c0a5dc6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7eceaa14-e26e-fabb-4c6d-d838ea68032d-c0a5dc6b {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-aea4ae2a-ee24-b215-2cf0-91b3bed039ce-c0a5dc6b, #w-node-f49b3d23-65c9-d34a-13fd-5ed056b80dc2-c0a5dc6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f49b3d23-65c9-d34a-13fd-5ed056b80de7-c0a5dc6b {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_56c503d7-21f6-52bc-5440-f19f6fbac2db-a4571ba9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_058a24c5-6737-73e3-c67d-545f2bc17200-16254022 {
  grid-area: 14 / 2 / 15 / 3;
}

#w-node-_7ff9bfc2-888b-1ef9-788e-9ee8466da610-16254022, #w-node-_12c8b1cb-d415-3463-5c64-5b258c517441-16254022, #w-node-c8fbea6f-dcef-efc6-fc11-52b9596ac036-16254022, #w-node-_2f6015a2-6ce1-a709-6e8b-c4d4aadb0c35-16254022, #w-node-_2f1192f1-507a-edbd-b62e-92deef63977e-16254022, #w-node-_4861fc8d-245e-0933-60d9-ca223c71e840-16254022, #w-node-_67ccf11f-9d5d-adb4-15d8-90a0ed1cb619-16254022, #w-node-_79e9d4d2-0ee5-4ece-dde9-2dffceaaf647-16254022, #w-node-ffea9a82-30d6-6ab1-081f-5472a0c132fa-16254022, #w-node-_0e7ab6ce-fa9f-0723-7c86-c4ad837850e5-16254022, #w-node-a08b2e55-e91f-dde4-97cf-d8682d3c6bb0-16254022, #w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c1f-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c3e-16254022, #w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c40-16254022, #w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c42-16254022, #w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c44-16254022, #w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c46-16254022, #w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c48-16254022, #w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c4a-16254022, #w-node-df1ed2cd-46f6-7b1d-5eec-4772d2fd6c4c-16254022 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_932dda19-7d71-bb2c-cf2d-db06c1df59c0-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_932dda19-7d71-bb2c-cf2d-db06c1df59df-16254022 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_932dda19-7d71-bb2c-cf2d-db06c1df59e1-16254022 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-bda6b1e7-e486-bbb0-963c-b921dc9e3dfb-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bda6b1e7-e486-bbb0-963c-b921dc9e3e1c-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-daac285d-7921-5ec4-4313-4f348fb0dae2-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-daac285d-7921-5ec4-4313-4f348fb0db0a-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_390cfce0-fbaa-d269-027f-0ff944abd274-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_390cfce0-fbaa-d269-027f-0ff944abd29b-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d360655a-84df-c4b5-bedb-ffcf75a91df8-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d360655a-84df-c4b5-bedb-ffcf75a91e1d-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-cf0b751d-4304-4a73-698a-8866e6a31823-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf0b751d-4304-4a73-698a-8866e6a3184b-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-c2c6bef1-917a-cb8e-3c67-00fad1ca7ac1-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2c6bef1-917a-cb8e-3c67-00fad1ca7ad8-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-e57c9084-b1e5-8c1a-eb26-a2d86ee34770-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e57c9084-b1e5-8c1a-eb26-a2d86ee34789-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fb2d8bae-e71d-7b41-d81a-e6c15e66f726-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb2d8bae-e71d-7b41-d81a-e6c15e66f741-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_89cc359d-f1c3-74ca-f2c6-7e8b6b3d621b-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89cc359d-f1c3-74ca-f2c6-7e8b6b3d6232-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_4fc8d898-c670-d3bf-4733-8c9c369532e0-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4fc8d898-c670-d3bf-4733-8c9c369532f7-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_8869e3e3-1eb7-4188-1d4f-491e9021f701-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8869e3e3-1eb7-4188-1d4f-491e9021f718-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_5033423a-de73-63de-4dd2-ef51826df395-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5033423a-de73-63de-4dd2-ef51826df3ad-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_6d9c24ad-2deb-4b34-2dc5-f83c87502746-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d9c24ad-2deb-4b34-2dc5-f83c87502764-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f07c2260-86c6-c702-1c13-1fc38b9dd7e6-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f07c2260-86c6-c702-1c13-1fc38b9dd802-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-db9f27d1-2d9b-eaa9-9a7f-016eef7742c0-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db9f27d1-2d9b-eaa9-9a7f-016eef7742dc-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_195b8fb5-d3e5-095b-204f-b3efdfb39d04-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_195b8fb5-d3e5-095b-204f-b3efdfb39d1b-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-bbc8eea1-7476-765b-faeb-f868db985eb6-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbc8eea1-7476-765b-faeb-f868db985edf-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d71b62d5-8e35-7adf-92de-2f5a1b3bdaa5-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d71b62d5-8e35-7adf-92de-2f5a1b3bdace-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f155f581-e914-18e4-456f-0bbb9187a99f-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f155f581-e914-18e4-456f-0bbb9187a9c9-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-ec231e3c-24e1-d729-0433-68fd51996a20-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec231e3c-24e1-d729-0433-68fd51996a45-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_02e479be-16e1-a1aa-8798-c72eb8093542-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02e479be-16e1-a1aa-8798-c72eb8093568-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-b906b079-f177-25ab-1b17-22ca92e754e9-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b906b079-f177-25ab-1b17-22ca92e7550d-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_4fca9894-afb2-03b2-6242-1976bccf0388-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4fca9894-afb2-03b2-6242-1976bccf03aa-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_124e9a3d-79e8-2006-08f7-076a2a1ece62-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_124e9a3d-79e8-2006-08f7-076a2a1ece83-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_370e46dd-ee7f-8901-64e4-5dcf13772561-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_370e46dd-ee7f-8901-64e4-5dcf13772587-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fbc23e28-f4de-22e5-3ffd-8d64eaf7fc03-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fbc23e28-f4de-22e5-3ffd-8d64eaf7fc2b-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fcdbd8fa-779c-65c4-4c16-0d1c71445939-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fcdbd8fa-779c-65c4-4c16-0d1c71445958-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f9d02479-6221-c4b2-deef-f483eda9c986-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9d02479-6221-c4b2-deef-f483eda9c9aa-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-a190e2dc-f128-adc0-1183-509c03416821-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a190e2dc-f128-adc0-1183-509c03416843-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_26f4d19a-d81f-31c8-b99e-74861ae72e62-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26f4d19a-d81f-31c8-b99e-74861ae72e8f-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_5453c987-ce35-f377-fe87-40dcfef84f9b-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5453c987-ce35-f377-fe87-40dcfef84fbc-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_1015c74b-9ae6-b0ce-a75c-1a3cc698810b-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1015c74b-9ae6-b0ce-a75c-1a3cc698812b-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-da567985-c6bf-264a-0615-b1593478abf9-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da567985-c6bf-264a-0615-b1593478ac1d-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f9442ba5-bd62-8ac4-e46e-36caf67f6ac0-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9442ba5-bd62-8ac4-e46e-36caf67f6ae4-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d0f50936-e81f-3b2d-7892-4f9bd34608fe-16254022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0f50936-e81f-3b2d-7892-4f9bd3460923-16254022 {
  grid-area: 1 / 2 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4ea7a331-50e7-d305-dba6-78b05c4a38ea-13b3e504 {
    grid-area: 4 / 2 / 5 / 2;
  }

  #w-node-_2d46646a-6565-c002-ae38-ee8812ea219c-a3281dea, #w-node-_2d46646a-6565-c002-ae38-ee8812ea219e-a3281dea, #w-node-_2d46646a-6565-c002-ae38-ee8812ea21a0-a3281dea, #w-node-_2d46646a-6565-c002-ae38-ee8812ea21a2-a3281dea, #w-node-_2d46646a-6565-c002-ae38-ee8812ea21a4-a3281dea, #w-node-_2d46646a-6565-c002-ae38-ee8812ea21a6-a3281dea, #w-node-_2d46646a-6565-c002-ae38-ee8812ea21a8-a3281dea, #w-node-_2d46646a-6565-c002-ae38-ee8812ea21aa-a3281dea {
    grid-column: span 1 / span 1;
  }

  #w-node-_4b7ad87b-0f1a-486a-f6c5-1c720d5d59cf-a4571ba9, #w-node-_058a24c5-6737-73e3-c67d-545f2bc17200-16254022 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_058a24c5-6737-73e3-c67d-545f2bc17200-16254022 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56c503d7-21f6-52bc-5440-f19f6fbac2db-a4571ba9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_058a24c5-6737-73e3-c67d-545f2bc17200-16254022 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


