:root {
  --main: #123f4a;
  --highlights: #9dd3d0;
  --black: black;
  --white: white;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Didact Gothic, 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 {
  color: #fff;
  background-color: #295146;
  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 {
  height: 15vh;
  color: var(--main);
  object-fit: contain;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

.google-maps {
  width: 100%;
}

.heading-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: #003022;
  line-height: 1.3;
  text-decoration: none;
}

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

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

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

.nav-men.hauptfarbe {
  z-index: 1000;
}

.navbars {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--highlights);
}

.navbar-top {
  width: 100%;
}

.navbar-top.hauptfarbe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

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

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

.footer-2 {
  padding: 60px 140px;
}

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

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

.inhalt-footer {
  height: 100%;
}

.navbar {
  z-index: 99999;
  background-color: #464166;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AnyConv.com__611d04b90a488a7863d47e6c_AdobeStock_336877320_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.menu_head {
  text-align: left;
}

.menu-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.menu_form_block {
  width: 80%;
}

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

.text_area {
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.text_area.flie-text {
  transition: all .2s;
}

.text_area.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.submit_button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-size: 12px;
  transition: all .2s;
}

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

.submit_button.flie-text {
  background-color: #003022;
}

.submit_button.flie-text:hover {
  box-shadow: 0 9px 12px -8px #00000080;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.white {
  filter: invert();
  margin-right: auto;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.content_3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.lottie-animation {
  filter: hue-rotate(180deg);
  width: 100%;
  height: 100%;
}

.lottie-animation.original {
  filter: none;
  height: 70vh;
}

.lottie-animation.filter {
  filter: grayscale(53%) hue-rotate(301deg);
  height: 70vh;
}

.heading {
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 120%;
}

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

.paragraph {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

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

.divider {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -20px;
  padding: 10px 15px;
  font-size: 12px;
}

.button.flie-text.highlights {
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: var(--main);
  color: var(--white);
  box-shadow: 0 9px 12px -8px #00000080;
}

.section_3 {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.no_overflow {
  z-index: 5;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  margin-right: -50px;
  position: relative;
  overflow: hidden;
}

.image-100 {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 70px;
  display: flex;
}

.icon {
  filter: invert();
  width: 50px;
  margin-bottom: 20px;
}

.quote_person {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -20px;
  font-size: 26px;
  line-height: 30px;
}

.quote_person.flie-text {
  line-height: 1.5;
}

._2er_grid_1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-items: start;
  width: 100%;
  margin-bottom: 60px;
}

.heading_1 {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 45px;
}

.heading_1.heading-1 {
  line-height: 1.1;
}

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

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

.no_overflow_1 {
  border-radius: 50%;
  width: 20vw;
  height: 35vh;
  overflow: hidden;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.heading_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 35px;
}

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

.paragraph_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 24px;
}

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

.parallax {
  background-image: url('../images/Beata-Tschirch-Room-3-empty.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.content_1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.heading_2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 120%;
}

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

.checkbox-field {
  text-align: left;
  margin-top: 20px;
}

.checkbox {
  border-radius: 5px;
}

.footer {
  padding: 40px 100px 100px;
}

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

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

.divider_1 {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_1 {
  padding: 100px;
}

.content_4 {
  color: #fff;
  background-color: #00000096;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content_2 {
  margin-top: 20px;
}

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

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

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

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

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

.impdat-2.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  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;
}

.link-blocks, .link-block-3, .link-block-4, .link-block-5 {
  color: var(--white);
  text-decoration: none;
}

.paragraph-liast {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-liast.flie-text {
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.navbar1-polish {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.flag {
  object-fit: contain;
  width: 2.5vw;
}

.language-div {
  z-index: 10000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 20px 20px auto auto;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lottie-animations {
  filter: contrast(200%) grayscale(59%) hue-rotate(180deg);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.div-block-animat {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

@media screen and (max-width: 991px) {
  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-buttton.hauptfarbe {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: #295146;
  }

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

  .men-icon {
    color: #fff;
  }

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

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

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

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

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

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

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

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

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

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

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

  .menu_container_left {
    width: 30%;
  }

  .menu_container_right {
    width: 70%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

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

  .content_3 {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content_3.pad-zero {
    text-align: center;
    padding: 0;
  }

  .content_3.last {
    order: 1;
  }

  .lottie-animation.original.sm, .lottie-animation.filter {
    height: 45vh;
  }

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

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

  .divider {
    margin-top: 10px;
  }

  .section_3 {
    flex-direction: column;
    padding: 60px;
  }

  .no_overflow {
    width: 35vw;
    height: 35vh;
    margin-right: 0;
  }

  .quote.hauptfarbe {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  ._2er_grid_1 {
    grid-template-columns: 1fr;
    place-items: stretch center;
    display: flex;
  }

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

  ._3er_grid.ver {
    flex-flow: column;
    display: flex;
  }

  .no_overflow_1 {
    width: 35vh;
  }

  .parallax {
    height: 55vh;
  }

  .content_1 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content_1.right {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

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

  .footer.hauptfarbe {
    text-align: center;
    padding: 20px;
  }

  .section_1 {
    padding: 40px;
  }

  .section_1.zweitfarbe {
    padding: 60px;
  }

  .content_4 {
    padding: 40px;
  }

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

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

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

  .paragraph-liast.flie-text {
    text-align: left;
  }

  .flag {
    width: 27px;
  }

  .lottie-animations {
    height: 45vh;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo1 {
    height: 100%;
  }

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

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

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

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

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

  .impdat {
    padding: 40px;
  }

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

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

  .succes.heading-1 {
    font-size: 27px;
  }

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

  .footer-2.hauptfarbe {
    text-align: center;
  }

  .nav_menu {
    min-height: auto;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .menu_form_block {
    width: 100%;
  }

  .content_3 {
    text-align: center;
    padding: 40px;
  }

  .lottie-animation.original.sm {
    height: 25rem;
  }

  .lottie-animation.filter {
    height: 28rem;
  }

  .lottie-animation.filter.fest {
    height: 25rem;
  }

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

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

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

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

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button {
    margin-top: 0;
  }

  .section_3 {
    flex-direction: column;
    padding: 40px;
  }

  .no_overflow {
    width: 20rem;
    height: 20rem;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .heading_1.heading-1 {
    margin-top: 0;
    font-size: 30px;
  }

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

  .no_overflow_1 {
    width: 20rem;
    height: 20rem;
  }

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

  .parallax {
    height: 25rem;
  }

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

  .content_1.right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .section_1.zweitfarbe, .content_4 {
    padding: 40px;
  }

  .content_2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .paragraph-liast.flie-text {
    padding-left: 20px;
    font-size: 14px;
  }

  .language-div {
    top: 10px;
    right: 10px;
  }

  .lottie-animations {
    height: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

  .succes.heading-1 {
    font-size: 18px;
    line-height: 1.3;
  }

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

  .content_3 {
    padding: 40px 0;
  }

  .lottie-animation.filter {
    height: auto;
    max-height: 28rem;
  }

  .lottie-animation.filter.fest {
    max-height: none;
  }

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

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

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

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

  .paragraph {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section_3 {
    padding: 40px 20px;
  }

  .no_overflow {
    width: 14rem;
    height: 14rem;
    margin-bottom: 0;
  }

  .icon {
    width: 25px;
  }

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

  .quote_person.flie-text {
    margin-top: 0;
  }

  .heading_1 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .no_overflow_1 {
    width: 14rem;
    height: 14rem;
  }

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

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

  .content_1 {
    text-align: center;
  }

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

  .footer.hauptfarbe, .section_1 {
    padding: 20px;
  }

  .section_1.zweitfarbe, .content_4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

  .paragraph-liast {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .flag {
    width: 20px;
  }

  .language-div {
    top: 10px;
    right: 10px;
  }
}


