:root {
  --main: #dad3d3;
  --zweitfarbe: #f8f7f7;
  --highlights: #2e453f;
  --black: black;
  --drifrabe: #fbfefc;
  --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: Roboto, 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-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  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: 16vh;
}

.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 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
}

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

.zweitfarbe {
  background-color: var(--zweitfarbe);
  color: #000;
}

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

.google-maps {
  width: 100%;
}

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

.heading-2 {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

.flie-text {
  line-height: 1.4;
}

.farbe-der-headings {
  color: #2e453f;
  line-height: 1.3;
}

.name-line-uber {
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 24px;
}

.name-line-home {
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 24px;
}

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

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

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

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

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

.nav-link-3.flie-text:hover {
  color: #fba849;
  font-size: 14px;
  font-weight: 400;
}

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

.navbar-6 {
  width: 100%;
}

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

.link-formular.farbe-der-headings {
  font-weight: 700;
}

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

.impdat {
  padding: 60px 40px;
}

.impdat.wrap {
  padding: 40px 13%;
}

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

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

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

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

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

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

.section_2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3% 13%;
  display: flex;
  overflow: visible;
}

.section_2.hauptfarbe.padding {
  padding-bottom: 10%;
}

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

._2er_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.content_3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.content_3.padding {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.section_3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3% 13%;
  display: flex;
}

.no_overflow {
  z-index: 5;
  width: 100%;
  height: 65vh;
  margin-top: 40px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.checkbox-2 {
  border-radius: 5px;
}

.form-text {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
}

.footer {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 40px 13%;
}

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

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

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

.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: 20px;
  line-height: 24px;
  text-decoration: none;
}

.nav-menu-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-button-5 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 2% auto auto;
}

.nav-links-wrapper-3 {
  z-index: 1000;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.logo-image {
  white-space: nowrap;
  object-fit: contain;
  width: 130px;
  margin-top: 0;
}

.logo-image.rotate {
  width: 120px;
  transform: rotate(90deg);
}

.nav-link-wrap-2 {
  color: #333;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.nav-link-wrap-2:hover {
  transform: none;
}

.burger-line-1 {
  background-color: #2e453f;
  width: 40px;
  height: 2px;
}

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

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

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

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

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

.paragraph-text {
  color: #333;
  text-align: justify;
  letter-spacing: .01px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-text.flie-text {
  text-align: left;
  line-height: 1.4;
}

.heading-center {
  text-align: left;
  font-size: 50px;
}

.list-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.list-faq {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-tick {
  object-fit: contain;
  object-position: 50% 50%;
  width: 20px;
  margin-top: 0;
}

.paragraph-faq {
  margin-top: 0;
  font-size: 18px;
}

.relative {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image100.imgg {
  width: 20vw;
}

.txt-div {
  background-color: #ffffffb3;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.card-heading {
  margin-top: 10px;
  font-size: 25px;
}

.whatsapp {
  filter: invert();
  width: 50px;
}

.trust-karte-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/1000_F_1932545038_3U9ncWxfjwjGNYTWKsXaQBjFBSdkNxfT.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.section_img {
  padding: 5rem 60px;
  position: relative;
  overflow: hidden;
}

.heading-links {
  margin-top: 10px;
  font-size: 40px;
  line-height: 55px;
}

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

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

.inhalt-stetch.width {
  width: 70%;
  margin-top: 20px;
}

.line-verticle {
  background-color: #ccc;
  width: 1px;
  height: 100px;
}

.impressum-link-2 {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

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

.text-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  text-decoration: none;
}

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

.text-link.flie-text.index {
  z-index: 5;
}

.email-2, .adresse-3, .telefonnummer-2 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
}

.footer-name {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 0;
}

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

.impdat-3.flie-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.datenschutz-link-2 {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.untereinander {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading_footer {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

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

.footer-link {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.round-circle {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.submit-button1-2 {
  color: #000;
  background-color: #0000;
  border-radius: 20px;
  font-size: 18px;
}

.kontakt-heading {
  color: #000;
  font-size: 30px;
  line-height: 1.3;
}

.text_field {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  height: 3rem;
  margin-bottom: 20px;
  font-size: 18px;
}

.text_field::placeholder {
  color: #000;
}

.text_field.cctextarea {
  height: 6rem;
}

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

.logo-link {
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  transform: none;
}

.full-screen-menu-2 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-bar-2 {
  background-color: #fff;
  border-bottom: 1px #0000004d;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.link-text {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
}

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

.para-center {
  text-align: center;
  font-size: 15px;
}

.menu-list {
  padding-left: 20px;
  padding-right: 20px;
  top: 55%;
  left: 75%;
  box-shadow: 0 2px 5px #0003;
}

.icon-7 {
  font-size: 35px;
}

.dropdown-toggle {
  padding-right: 60px;
}

.link-block-10 {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  inset: auto 10% auto auto;
}

.menu-wraper {
  z-index: 99;
  position: fixed;
  inset: 50% 1% 0% auto;
}

.fixed-left {
  z-index: 9999;
  width: 200px;
  padding-left: 0;
  position: fixed;
  inset: 50% auto 0% 0;
}

.drifrabe {
  background-color: var(--drifrabe);
}

.sub-txt {
  font-size: 18px;
}

.button-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.button-1.flie-text.padding {
  margin-top: 20px;
}

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

.btn-txt {
  margin-bottom: 0;
  font-size: 20px;
}

.preloader {
  z-index: 100000;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.content-block {
  border-bottom: .8px solid #333;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.accrodian-item-2 {
  z-index: auto;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
  transition: all .2s;
}

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

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

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

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

.faq-dd {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  padding-top: 20px;
  padding-right: 40px;
  transition: all .2s;
  position: relative;
}

.faq-dd.w--open {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-txt1._20 {
  width: 40%;
}

.block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.div-img {
  z-index: 10;
  width: 100%;
  height: 60vh;
  overflow: visible;
}

.div-img.round {
  width: 400px;
  height: 400px;
}

.div-img.round.fix {
  width: 20vw;
  height: 20vw;
}

.div-img.padding {
  inset: 11% 5% 0% auto;
}

.div-img.padding.round {
  width: 32vw;
  height: 60vh;
  top: 5%;
}

.section_1-2 {
  padding: 3% 13%;
  overflow: hidden;
}

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

.image100-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pionter {
  z-index: 10000;
  cursor: none;
  pointer-events: none;
  background-color: #2e453f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: fixed;
}

.dropdown-toggle-18 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.drop-menu {
  box-shadow: 0 2px 5px #0003;
}

.body {
  cursor: none;
}

.gif {
  filter: grayscale();
  object-fit: contain;
  width: 45%;
}

.para-text {
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.para-text.flie-text {
  line-height: 1.4;
}

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

.faqtext.flie-text {
  text-align: left;
  letter-spacing: .1px;
  line-height: 1.4;
}

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

.small-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.paragraph-1 {
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-1.flie-text {
  line-height: 1.4;
}

.round {
  border-radius: 50%;
  width: 70vh;
  height: 60vh;
  overflow: hidden;
}

.round.size {
  width: 35vh;
  height: 35vh;
}

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

._2er-11.is-invert.fix {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
}

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

.menu-wraper-mobil {
  z-index: 99;
  justify-content: space-between;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
}

.nav-bar-mobile {
  background-color: #fff;
  border-bottom: 1px #0000004d;
  justify-content: space-between;
  align-items: center;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.menu-button-mobile {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-screen-menu-mbbile {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-wrap {
  width: auto;
}

.success-message {
  background-color: var(--main);
}

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

._404-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page-wrap.hauptfarbe {
  padding-left: 100px;
  padding-right: 100px;
}

._404-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.warnbild {
  filter: brightness(13%);
  object-fit: contain;
  width: 10rem;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.circle-3 {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon1 {
    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;
  }

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

  .impdat {
    padding: 60px;
  }

  .impdat.wrap {
    overflow-wrap: anywhere;
    padding-left: 60px;
  }

  .success {
    padding: 60px;
  }

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

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

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

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

  .section_2.hauptfarbe {
    z-index: 9;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
    position: relative;
  }

  .section_2.hauptfarbe.padding {
    padding: 60px;
  }

  ._2er_grid {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .content_3 {
    text-align: center;
  }

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

  .heading.heading-1.farbe-der-headings {
    text-align: center;
    margin-top: 10px;
    font-size: 45px;
  }

  .section_3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .section_3.zweitfarbe {
    z-index: 88;
    justify-content: center;
    align-items: center;
    padding: 60px;
    position: relative;
  }

  .no_overflow {
    order: -9999;
    width: 100%;
    height: 55vh;
    margin-top: 0;
    margin-right: 0;
  }

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

  .content_1 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .content_1.right {
    align-items: center;
  }

  .form-text.flie-text {
    font-size: 17px;
  }

  .form-text.flie-text.mitting {
    text-align: center;
  }

  .footer.hauptfarbe {
    text-align: center;
    justify-content: space-between;
    padding: 40px;
  }

  .nav-menu-content-2 {
    z-index: 1;
    position: static;
  }

  .nav-links-wrapper-3 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .logo-image {
    width: 200px;
  }

  .logo-image.rotate {
    width: 100px;
  }

  .nav-link-wrap-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .paragraph-text.flie-text {
    text-align: center;
    font-size: 17px;
  }

  .heading-center.heading-1.farbe-der-headings {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
  }

  .list-faq {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .list-tick {
    width: 18px;
  }

  .paragraph-faq.flie-text {
    font-size: 17px;
    line-height: 1.3;
  }

  .relative {
    height: 55vh;
  }

  .card-heading.heading-2.farbe-der-headings {
    font-size: 22px;
  }

  .impressum-link-2 {
    font-size: 17px;
  }

  .text-link.flie-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
  }

  .text-link.flie-text.dd-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .email-2 {
    margin-bottom: 5px;
  }

  .email-2.flie-text, .adresse-3.flie-text {
    text-align: left;
    font-size: 17px;
  }

  .telefonnummer-2 {
    margin-bottom: 5px;
  }

  .telefonnummer-2.flie-text {
    text-align: left;
    font-size: 17px;
  }

  .footer-name.flie-text {
    font-size: 17px;
  }

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

  .datenschutz-link-2 {
    font-size: 17px;
  }

  .untereinander {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .footer-link {
    font-size: 17px;
  }

  .round-circle {
    width: 45px;
    height: 45px;
  }

  .kontakt-heading.heading-1 {
    font-size: 28px;
  }

  .text_field {
    padding-left: 0;
    font-size: 17px;
    line-height: 1.3;
  }

  .link-text.heading-1.farbe-der-headings {
    font-size: 20px;
  }

  .form-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-list.hauptfarbe {
    background-color: var(--zweitfarbe);
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    top: 0%;
    left: 0%;
  }

  .menu-list.hauptfarbe.w--open {
    z-index: 99;
  }

  .icon-7 {
    margin-right: 0;
    font-size: 28px;
  }

  .dropdown-toggle {
    width: 100%;
    padding: 0;
  }

  .menu-wraper {
    display: none;
    inset: 2% 1% auto auto;
  }

  .fixed-left {
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .sub-txt.flie-text {
    font-size: 17px;
  }

  .button-1.flie-text {
    padding: 0;
  }

  .button-1.flie-text.padding {
    margin-top: 10px;
  }

  .arrow-icon {
    width: 22px;
  }

  .btn-txt.flie-text {
    font-size: 18px;
  }

  .preloader {
    z-index: 8;
    display: none;
  }

  .content-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .accrodian-item-2 {
    border-radius: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .faq-dd {
    padding-right: 0;
  }

  .div-txt1, .div-txt1._20 {
    width: 100%;
  }

  .block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-img.round {
    width: 300px;
    height: 300px;
  }

  .div-img.round.fix {
    width: 30vw;
    height: 30vw;
  }

  .div-img.padding {
    height: 55vh;
  }

  .div-img.padding.round {
    width: 50vw;
    height: 55vh;
  }

  .section_1-2 {
    padding: 60px;
  }

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

  .drop-menu.hauptfarbe {
    background-color: var(--zweitfarbe);
    margin-top: 10px;
    position: relative;
  }

  .gif {
    width: 20%;
  }

  .faqtext.flie-text {
    font-size: 17px;
  }

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

  .paragraph-1.flie-text {
    text-align: center;
    font-size: 17px;
  }

  ._2er-11 {
    flex-flow: column;
    display: flex;
  }

  ._2er-11.is-invert {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  ._2er-11.is-invert.fix {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

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

  .footer-block {
    text-align: left;
  }

  .menu-wraper-mobil {
    z-index: 999;
    display: flex;
  }

  .nav-bar-mobile {
    z-index: 999;
    position: static;
  }

  .full-screen-menu-mbbile.hauptfarbe {
    z-index: 0;
    position: absolute;
  }

  .text-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

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

  .dropdown-2 {
    width: 100%;
  }

  .dropdown-toggle-19 {
    width: 100%;
    padding: 10px 0;
  }

  .dropdown-list.w--open {
    background-color: var(--zweitfarbe);
    padding: 10px 20px 20px;
    position: static;
    box-shadow: 0 2px 5px #0003;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

  .form-block {
    margin-bottom: 0;
  }

  .impdat {
    padding: 40px;
  }

  .impdat.wrap {
    padding-left: 40px;
  }

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

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

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

  .success1.heading-1 {
    font-size: 28px;
  }

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

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

  .section_2.hauptfarbe, .section_2.hauptfarbe.padding {
    padding: 40px;
  }

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

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

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

  .section_3.zweitfarbe {
    padding: 40px;
  }

  .no_overflow {
    height: 25rem;
    margin-right: 0;
  }

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

  .footer.hauptfarbe {
    padding: 40px 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .nav-menu-content-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .logo-image.rotate {
    width: 80px;
  }

  .burger-line-1 {
    width: 35px;
  }

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

  .heading-center.heading-1.farbe-der-headings {
    font-size: 30px;
  }

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

  .relative {
    height: 25rem;
  }

  .card-heading.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .text-link.flie-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .text-link.flie-text.index {
    flex-flow: column;
    display: flex;
  }

  .text-link.flie-text.dd-link {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .email-2.flie-text {
    margin-bottom: 0;
    font-size: 16px;
  }

  .adresse-3.flie-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }

  .telefonnummer-2.flie-text {
    margin-bottom: 0;
    font-size: 16px;
  }

  .footer-name.flie-text {
    font-size: 16px;
  }

  .inhalt-footer3.flie-text {
    text-align: center;
  }

  .impdat-3.flie-text {
    justify-content: space-between;
    align-items: center;
  }

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

  .footer_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .heading_footer.heading-1 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .submit-button1-2.flie-text {
    font-size: 17px;
  }

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

  .text_field {
    height: 2.8rem;
    font-size: 16px;
  }

  .text_field.cctextarea {
    height: 5.8rem;
  }

  .sub-txt.flie-text {
    font-size: 16px;
  }

  .div-img.round {
    width: 300px;
    height: 300px;
  }

  .div-img.round.fix {
    height: 30vw;
  }

  .div-img.padding {
    height: 22rem;
  }

  .div-img.padding.round {
    width: 22rem;
    height: 22rem;
  }

  .section_1-2 {
    padding: 40px;
  }

  ._3er-1-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle-18 {
    padding-right: 0;
  }

  .dropdown-toggle-18.w--open {
    margin-left: auto;
    margin-right: auto;
  }

  .drop-menu.hauptfarbe {
    margin-bottom: 10px;
  }

  .gif {
    width: 8rem;
  }

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

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

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

  ._2er-11.is-invert {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .warnbild {
    width: 5rem;
  }

  .icon-8 {
    margin-left: 0;
    margin-right: -18px;
  }
}

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

  .name-line-uber {
    font-size: 24px;
  }

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

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

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

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

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

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

  .success1.heading-1 {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .section_2.hauptfarbe, .section_2.hauptfarbe.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_3 {
    padding: 0 10px;
  }

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

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

  .heading.heading-1.farbe-der-headings {
    letter-spacing: .5px;
    font-size: 30px;
    line-height: 1.3;
  }

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

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

  .no_overflow {
    width: 100%;
    margin-bottom: 0;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .nav-menu-content-2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-links-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-image {
    width: 161px;
  }

  .logo-image.rotate {
    width: 70px;
  }

  .nav-link-wrap-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

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

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

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

  .heading-center.heading-1.farbe-der-headings {
    font-size: 25px;
  }

  .list-tick {
    width: 16px;
  }

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

  .card-heading.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .impressum-link-2, .text-link.flie-text {
    font-size: 15px;
  }

  .text-link.flie-text.index {
    flex-flow: column;
    display: flex;
  }

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

  .email-2.flie-text, .adresse-3.flie-text, .telefonnummer-2.flie-text, .footer-name.flie-text {
    font-size: 15px;
  }

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

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

  .datenschutz-link-2 {
    font-size: 15px;
  }

  .untereinander {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

  .heading_footer.heading-1 {
    font-size: 18px;
  }

  .round-circle {
    width: 35px;
    height: 35px;
    padding: 5px;
  }

  .submit-button1-2.flie-text {
    font-size: 16px;
  }

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

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

  .text_field {
    height: 2.6rem;
    font-size: 14px;
  }

  .text_field.cctextarea {
    height: 5.5rem;
  }

  .link-text.heading-1.farbe-der-headings {
    font-size: 18px;
  }

  .para-center.flie-text.small {
    font-size: 14px;
  }

  .icon-7 {
    font-size: 25px;
  }

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

  .button-1.flie-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-1.flie-text.padding {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .arrow-icon {
    width: 18px;
  }

  .btn-txt.flie-text {
    font-size: 16px;
  }

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

  .faq-dd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-img.round {
    width: 300px;
    height: 300px;
  }

  .div-img.round.fix {
    width: 30vh;
    height: 30vh;
  }

  .div-img.padding {
    height: 20rem;
  }

  .div-img.padding.round {
    width: auto;
    height: 20rem;
  }

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

  ._3er-1-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .gif {
    width: 7rem;
  }

  .para-text, .faqtext {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .small-heading-3.heading-3.wrap-txt {
    white-space: pre-wrap;
    justify-content: center;
    align-items: flex-end;
    font-size: 17px;
  }

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

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

  ._2er-11.is-invert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .wrap {
    overflow-wrap: anywhere;
  }

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

  .circle-3 {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}

#w-node-e8367014-5665-1257-e50c-a8cbf53e8d13-b78ffef3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e8367014-5665-1257-e50c-a8cbf53e8d13-b78ffef3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_475c14f2-6fb1-a9d1-1e30-7f88a6d4f3c9-b78ffef3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


