@font-face {
  font-family: Eurostile;
  src: url('../fonts/eurostile.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eurostile;
  src: url('../fonts/eurostile.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Twotwenty;
  src: url('../fonts/TWOTWENTY.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dincondensed;
  src: url('../fonts/D-DINCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eurostyle;
  src: url('../fonts/EuroStyle-Normal.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SafetyMedium;
  src: url('../fonts/SafetyMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D din;
  src: url('../fonts/D-DIN.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #0c2a3c;
  --orange: #f26935;
  --anthracite: #28282d;
}

.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: 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-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 {
  object-fit: contain;
  width: 225px;
}

.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(--blue);
  color: #fff;
}

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

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

.footer_paragraph {
  margin-bottom: 5px;
}

.footer_paragraph.flie-text {
  color: #fff;
  font-family: Eurostile, Arial, sans-serif;
}

.footer_paragraph.flie-text.blck {
  color: #333;
}

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

.heading-1 {
  font-family: Eurostile, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Eurostile, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Eurostile, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.error-text {
  font-family: Eurostile, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--blue);
  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;
}

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

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

.video2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: none;
}

.terminbutton-2 {
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-2.highlights {
  color: #fff;
  font-family: Roboto, sans-serif;
}

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

.leistungen1 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.footer {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer.hauptfarbe.flie-text {
  padding-left: 100px;
  padding-right: 100px;
}

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

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

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

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

.impdat.wrapp {
  flex: 1;
}

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

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

.succeess {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Eurostile, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

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

.div-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 50%;
  margin-bottom: 40px;
  display: grid;
}

.div-block-footer1 {
  color: var(--blue);
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.footer-1 {
  padding: 60px 140px 20px;
}

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

.heading-footer.heading-3.farbe-der-headings {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

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

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

.navlink_content {
  overflow: hidden;
}

.under_line {
  width: 100%;
  height: 2px;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link.flie-text {
  color: var(--orange);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Eurostile, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: all .2s;
}

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

.nav-menu {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.title-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

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

.title-section.bg-img {
  background-image: url('../images/pexels-marek-piwnicki-3907296-8387330.webp');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  overflow: hidden;
}

.title-div {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(#000000b5, #000000b5);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading_2 {
  text-align: left;
  font-size: 40px;
  line-height: 40px;
}

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

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

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 30px;
}

.button.flie-text.highlights {
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  font-family: Eurostile, Arial, sans-serif;
  transition: all .2s;
  display: flex;
}

.button.flie-text.highlights:hover {
  background-color: var(--blue);
}

._2er-grid {
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

._2er-grid.reverse {
  width: 100%;
  overflow: visible;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

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

.heading_3 {
  font-size: 35px;
  line-height: 45px;
}

.heading_3.heading-1 {
  font-family: Eurostile, Arial, sans-serif;
  line-height: 1.3;
}

.heading_3.heading-1.farbe-der-headings {
  color: var(--blue);
  margin-top: 10px;
  font-size: 55px;
  font-weight: 700;
}

.heading_3.heading-1.farbe-der-headings.wh {
  color: #fff;
}

.paragraph_1 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_1.flie-text {
  margin-top: 0;
  font-family: Eurostile, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.relative_content {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.heading_4 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
}

.heading_4.heading-2 {
  font-family: Eurostile, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading_4.heading-2.wrapp {
  overflow-wrap: anywhere;
}

.parallax {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parallax_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-text.flie-text {
  color: #333;
  font-family: Eurostile, Arial, sans-serif;
}

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

.link-formular.farbe-der-headings {
  color: var(--orange);
}

.error-message {
  color: #fff;
  background-color: #ef1313;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.form1 {
  margin-bottom: 0;
  font-family: Eurostile, Arial, sans-serif;
}

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

.contact-form-success-message {
  border: 1px solid #ececed;
}

.text-field {
  color: #333;
  letter-spacing: 1px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  height: 3.2rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Eurostile, Arial, sans-serif;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
  box-shadow: 4px 4px 9px -8px #000;
}

.text-field:active, .text-field:focus {
  border-color: #1d1f2e;
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-textarea {
  height: 5rem;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
}

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

.contact-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Eurostile, Arial, sans-serif;
  display: flex;
}

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

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

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

.link.black {
  color: #333;
}

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

.impdat-wrap.flie-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--orange);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-top: 20px;
  padding: 10px 0 0;
  display: flex;
}

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

.impressum-link.farbe-der-headings {
  color: #fff;
  font-family: Eurostile, Arial, sans-serif;
}

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

.datenschutz-link.farbe-der-headings {
  color: #fff;
  font-family: Eurostile, Arial, sans-serif;
}

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

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

.image-wrapper {
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

.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: 200px;
  top: 10px;
}

.div-block-176 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.section_main {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_main.zweitfarbe {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  padding-left: 10%;
  padding-right: 10%;
}

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

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

.circle.white {
  border-width: 2px;
  border-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0;
}

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

.paragraph_1-mitting {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_1-mitting.flie-text {
  color: #fff;
  font-family: Eurostile, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.section-galerie {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-logo {
  object-fit: contain;
  height: 40vh;
}

.button-2 {
  letter-spacing: 3px;
  border-radius: 25px;
  font-family: Anonymous Pro, sans-serif;
  font-size: 16px;
}

.button-2.highlights {
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Eurostile, Arial, sans-serif;
  transition: all .2s;
  display: block;
}

.button-2.highlights:hover {
  background-color: var(--blue);
}

.content-center {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  display: flex;
  position: relative;
}

.relative_block {
  z-index: 1;
  background-color: var(--blue);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.heading_2-small {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

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

.map-wrapper {
  height: 35vh;
  overflow: hidden;
}

.logo-image {
  object-fit: contain;
  width: 250px;
}

.social-link-block {
  width: 30px;
  transition: all .2s;
}

.social-link-block:hover {
  transform: scale(1.05);
}

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

.link-text {
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.link-text.flie-text {
  margin-left: 10px;
  font-family: Eurostile, Arial, sans-serif;
}

.small-icon {
  object-fit: contain;
  width: 30px;
}

.divider-div {
  background-color: var(--orange);
  width: 6px;
  height: 100%;
  margin-right: 10px;
}

.divider-div.list-divider {
  width: 7px;
  height: 29px;
}

.list-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.list-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.paragraph_1-list-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_1-list-text.flie-text {
  width: 98%;
  margin-top: 0;
  font-family: Eurostile, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.grid-wrap {
  width: 100%;
}

.content-text {
  background-color: var(--blue);
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  display: flex;
}

.image-contain {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  position: static;
  inset: 0% 35% 6px auto;
  overflow: visible;
}

.image-contain._1 {
  z-index: 1;
  object-fit: contain;
  align-self: flex-start;
  height: 50%;
  margin-left: 0;
  display: block;
  position: relative;
  inset: auto 0% 0% -80px;
}

.image-contain._2 {
  z-index: 2;
  object-fit: contain;
  height: 50%;
  margin-top: 0;
  position: absolute;
  top: 45%;
  bottom: 0%;
  right: -80px;
}

._2er-grid-uber-mich {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto 0;
  overflow: hidden;
}

.footer-grid {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-white {
  color: #fffc;
  font-family: Eurostile, Arial, sans-serif;
}

.logo-width {
  max-width: 50%;
}

.button-z-index {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-z-index._3 {
  justify-content: flex-start;
  margin-top: 20px;
}

.footer-div {
  background-color: var(--blue);
  margin-top: auto;
  padding: 40px 5% 30px;
}

.margin-20px-2 {
  margin-top: 20px;
}

.button-arrow {
  filter: brightness(500%);
  width: 16px;
  margin-left: 6px;
  position: relative;
  top: 0;
  transform: rotate(180deg);
}

.navigation-link {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-link.w--current {
  background-color: #f5f5f5;
}

.container-footer {
  z-index: 1;
  flex: 1;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-text {
  font-family: Eurostile, Arial, sans-serif;
}

.contact-grid {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.location-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  display: grid;
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
  position: static;
}

.features-wrapper {
  background-color: var(--blue);
  color: #fff;
  flex-flow: column;
  justify-content: space-around;
  padding: 40px;
  display: flex;
}

.features-wrapper._3 {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 2px 10px 1px #00000075;
}

.features-wrapper._2 {
  background-color: var(--orange);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 2px 10px 1px #00000075;
}

.max-w-width {
  text-align: center;
  max-width: 520px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.button-mehr-erfahren {
  color: #ffffffb3;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 18px 25px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-mehr-erfahren:hover {
  color: #fff;
}

.button-mehr-erfahren.orange {
  background-color: var(--orange);
  box-shadow: inset 0 0 0 1px #ffffff3b;
}

.button-mehr-erfahren.blue {
  background-color: var(--blue);
  margin-top: auto;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._2er-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.fixed-div {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 90%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.slider_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.right_arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.slider_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slide {
  width: 100%;
  margin-left: 10px;
}

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

.hiddem {
  display: none;
  top: 290.2px;
}

.slider {
  background-color: #0000;
  width: 33%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.mask {
  position: static;
  overflow: visible;
}

.navigation-wrap {
  background-color: #f26b35;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding: 0;
  display: flex;
}

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

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Eurostile, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.accordion-tab-button {
  background-color: var(--orange);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: transform .2s;
  display: flex;
}

.accordion-item-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

.arrow-icon {
  object-fit: contain;
  padding: 12px;
}

.text-block {
  color: #fff;
}

.navlinks {
  width: 100%;
  display: flex;
}

.error-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 100px;
  display: flex;
}

.erroe-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-error {
  filter: contrast(200%) invert();
  object-fit: contain;
  height: 40vh;
}

.error-page-text {
  font-family: Eurostile, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.wrapp {
  overflow-wrap: anywhere;
}

.logo-image-footer {
  object-fit: contain;
  width: 250px;
}

.nav_kontakt {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.flie-text-2 {
  font-family: Eurostile, Arial, sans-serif;
}

.form_block {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .contact-grid, .code-embed {
    width: 100%;
  }
}

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

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_paragraph.flie-text.blck {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .leistungen1 {
    padding-bottom: 0;
  }

  .footer.hauptfarbe.flie-text {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .farbigebox.highlights {
    padding: 60px;
  }

  .succeess {
    margin-bottom: 10px;
    font-size: 30px;
  }

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

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

  .heading-footer.heading-3.farbe-der-headings {
    font-size: 16px;
  }

  .navlink_content {
    color: #fff;
  }

  .under_line {
    display: none;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link.flie-text {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    display: inline-block;
  }

  .nav-link.flie-text:hover {
    color: var(--orange);
  }

  .nav-menu {
    background-color: var(--blue);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    z-index: 1000;
    padding-left: 5vw;
    padding-right: 5vw;
    position: sticky;
    top: 0%;
  }

  .title-section.bg-img {
    background-position: 50%;
    background-size: cover;
    height: 70vh;
  }

  .title-div {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

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

  .button.flie-text.highlights {
    text-align: center;
    letter-spacing: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.5;
  }

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

  ._2er-grid.reverse {
    flex-direction: column-reverse;
    margin-top: 0;
    display: flex;
  }

  .content, .content.right-padding {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .heading_3.heading-1 {
    margin-top: 10px;
    font-size: 30px;
  }

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

  .paragraph_1.flie-text {
    text-align: center;
    font-size: 18px;
  }

  .relative_content {
    height: 60vh;
  }

  .heading_4.heading-2 {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
  }

  .form-text.flie-text {
    color: #333;
  }

  .error-message {
    width: auto;
  }

  .checkbox-field-2 {
    color: #333;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .text-field {
    text-align: left;
    height: 3rem;
    margin-bottom: 10px;
    padding: 15px 20px;
  }

  .form-wrap {
    border-bottom: 0 solid #0000;
    border-right: 0 #0000;
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form-grid {
    width: 100%;
  }

  .contact-form {
    justify-content: flex-end;
    align-items: center;
  }

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

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

  .image-100.is-cover {
    object-fit: cover;
  }

  .image-wrapper.auto-mobil.auto {
    height: auto;
  }

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

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

  .section_main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 60px;
  }

  .section_main.zweitfarbe {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 60px;
  }

  .social-verlinkung {
    margin-right: 0;
  }

  .circle.white {
    width: 3rem;
    height: 3rem;
    margin-top: 5px;
  }

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

  .paragraph_1-mitting.flie-text {
    text-align: center;
    font-size: 18px;
  }

  .section-galerie {
    padding: 60px;
  }

  .button-2.highlights {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .content-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading_2-small.heading-1 {
    text-align: center;
    margin-top: 10px;
  }

  .map-wrapper {
    height: 40vh;
  }

  .logo-image {
    width: 13rem;
  }

  .link-text.flie-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .small-icon {
    width: 25px;
  }

  .list-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph_1-list-text.flie-text {
    font-size: 18px;
  }

  .content-text {
    justify-content: flex-start;
    align-items: center;
    padding: 30px 40px;
  }

  .image-contain._1 {
    height: 100%;
    position: static;
    left: 0;
  }

  .image-contain._2 {
    height: 100%;
    margin-left: 0;
    position: static;
    top: 0%;
  }

  ._2er-grid-uber-mich {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  ._2er-grid-uber-mich.is-invert {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
  }

  .img-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
    bottom: 50px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .logo-width {
    max-width: 35%;
  }

  .footer-div {
    padding: 40px;
  }

  .button-arrow {
    width: 15px;
    height: 15px;
  }

  .navigation-link {
    align-items: flex-start;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-footer {
    max-width: none;
  }

  .button-text {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .location-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    max-width: 100%;
    display: flex;
  }

  .features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .features-wrapper._3 {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .features-wrapper._2 {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .max-w-width {
    margin-bottom: 0;
  }

  .button-mehr-erfahren.orange {
    padding: 12px 20px 10px;
    line-height: 1.5;
  }

  .button-mehr-erfahren.blue {
    margin-top: 0;
    padding: 12px 20px 10px;
  }

  ._2er-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .fixed-div {
    justify-content: center;
    align-items: flex-end;
    display: block;
    inset: auto 1% 0% auto;
  }

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

  .right_arrow {
    width: 3rem;
  }

  .slider_container {
    width: 100%;
  }

  .slide {
    width: 50%;
    margin-left: auto;
    margin-right: 10px;
  }

  .left_arrow {
    width: 3rem;
  }

  .slider {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-wrap {
    width: .8em;
    height: .8em;
  }

  .arrow-left {
    left: 2.5px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-question-header {
    line-height: 1.5;
  }

  .accordion-tab-button {
    width: 100%;
  }

  .accordion-item-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .accordion-pane-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .arrow-icon {
    padding: 8px;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe {
    text-align: center;
    width: auto;
    padding: 16px;
    font-size: 22px;
  }

  .men-button3.hauptfarbe.w--open {
    background-color: var(--orange);
    color: #fff;
  }

  .navlinks {
    z-index: 1000;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .error-page.hauptfarbe {
    padding: 60px;
  }

  .logo-image-footer {
    width: 160px;
  }

  .nav_kontakt {
    margin-left: auto;
    margin-right: 60px;
  }
}

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

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

  .divblock1, .leistungen1 {
    height: auto;
  }

  .footer.hauptfarbe.flie-text {
    flex-direction: column;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

  .farbigebox.highlights {
    padding: 40px;
  }

  .succeess {
    font-size: 25px;
  }

  .maps, .div-footer {
    width: 100%;
  }

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

  .heading-footer.heading-3.farbe-der-headings {
    font-size: 16px;
  }

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

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .title-section {
    height: 90vh;
  }

  .title-section.bg-img {
    background-size: cover;
    height: 25rem;
  }

  .title-div {
    padding: 20px;
  }

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

  .button.flie-text.highlights {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  ._2er-grid.reverse {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

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

  .heading_3.heading-1.farbe-der-headings, .heading_3.heading-1.farbe-der-headings.wh {
    font-size: 30px;
  }

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

  .relative_content {
    height: 25rem;
  }

  .heading_4.heading-2 {
    font-size: 20px;
  }

  .form-text.flie-text {
    color: #333;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .text-field {
    text-align: left;
    height: 2.8rem;
    margin-right: 0;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1.3;
  }

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

  .text-field.cc-textarea {
    height: 4.5rem;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .image-wrapper {
    height: 22rem;
  }

  .image-wrapper.auto-mobil {
    height: auto;
  }

  .section_main, .section_main.zweitfarbe {
    padding: 40px;
  }

  .circle.white {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .section-galerie {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px;
  }

  .large-logo {
    height: 12rem;
  }

  .button-2.highlights {
    text-align: center;
  }

  .relative_block {
    padding: 40px;
  }

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

  .map-wrapper {
    height: 20rem;
  }

  .logo-image {
    width: 10rem;
  }

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

  .list-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .content-text {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
  }

  .image-contain._1 {
    height: 22rem;
  }

  .image-contain._2 {
    height: 22rem;
    margin-left: 0;
  }

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

  .img-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: static;
  }

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

  .logo-width {
    text-align: center;
    max-width: 100%;
  }

  .footer-div {
    padding: 20px;
  }

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

  .location-grid {
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

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

  .button-mehr-erfahren.orange {
    padding: 9px 15px;
    line-height: 1.3;
  }

  .button-mehr-erfahren.blue {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  ._2er-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }

  .slider_container {
    width: 85%;
  }

  .slide {
    width: 100%;
  }

  .left_arrow {
    margin-left: 0;
  }

  .navigation-wrap {
    padding: 0;
  }

  .arrow-left {
    width: 25px;
    left: 2px;
  }

  .accordion-question-header {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.3;
  }

  .accordion-tab-button {
    justify-content: space-between;
    align-items: center;
  }

  .arrow-right {
    width: 25px;
  }

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

  .arrow-div-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .men-button3.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

  .error-page.hauptfarbe {
    padding: 40px;
  }

  .image-error {
    height: 16rem;
  }

  .error-page-text {
    font-size: 25px;
  }

  .logo-image-footer {
    width: 8rem;
  }

  .nav_kontakt {
    margin-right: 40px;
  }
}

@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-content {
    width: 220px;
  }

  .logo-img {
    width: 150px;
  }

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

  .error-text {
    font-size: 14px;
  }

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

  .impdat {
    padding: 40px 20px;
  }

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

  .farbigebox.highlights {
    padding: 20px;
  }

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

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

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

  .nav-link.flie-text {
    line-height: 1.3;
  }

  .title-section.bg-img {
    background-position: 60% 92%;
    background-size: cover;
    height: 22rem;
  }

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

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

  .button.flie-text.highlights {
    letter-spacing: 1px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

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

  ._2er-grid.reverse {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

  .heading_3.heading-1.farbe-der-headings {
    font-size: 25px;
    line-height: 1.2;
  }

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

  .paragraph_1.flie-text {
    margin-bottom: 0;
    font-size: 15px;
  }

  .relative_content {
    height: 20rem;
  }

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

  .form-text.flie-text {
    color: #333;
  }

  .text-field {
    height: 2.6rem;
    padding: 10px 12px;
  }

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

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

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

  .image-wrapper {
    height: 20rem;
  }

  .image-wrapper.auto-mobile {
    height: auto;
  }

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

  .section_main, .section_main.zweitfarbe {
    padding: 20px;
  }

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

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

  .section-galerie {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .large-logo {
    height: 10rem;
  }

  .button-2.highlights {
    letter-spacing: 2px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 1.3;
  }

  .content-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

  .map-wrapper {
    height: 18rem;
  }

  .logo-image {
    width: 6rem;
  }

  .link-text.flie-text {
    line-height: 1.3;
  }

  .link-text.flie-text.hide {
    display: none;
  }

  .divider-div.list-divider {
    width: 5px;
    height: 25px;
  }

  .list-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .content-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-contain._1, .image-contain._2 {
    object-fit: contain;
    height: auto;
  }

  .img-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 100%;
  }

  .footer-div {
    inset: auto 0% 0% auto;
  }

  .button-arrow {
    width: 11px;
  }

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

  .location-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .features-wrapper._3 {
    padding: 10px 15px 15px;
  }

  .features-wrapper._2 {
    padding: 5px 15px 15px;
  }

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

  .fixed-div {
    top: 92%;
  }

  .right_arrow {
    width: 2.5rem;
  }

  .slider_container {
    width: 95%;
  }

  .left_arrow {
    width: 2.5rem;
  }

  .arrow-left {
    width: 20px;
    height: 2.5px;
  }

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

  .accordion-tab-button {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 10px;
  }

  .arrow-right {
    width: 20px;
    height: 2.5px;
    right: 2px;
  }

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

  .arrow-div {
    width: 22px;
    margin-right: 0;
    font-size: 9px;
    line-height: 0;
  }

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

  .men-button3.hauptfarbe {
    padding: 12px;
    font-size: 20px;
  }

  .navlinks {
    justify-content: space-between;
    align-items: center;
  }

  .error-page.hauptfarbe {
    padding: 20px;
  }

  .image-error {
    width: auto;
    height: 16rem;
  }

  .error-page-text {
    font-size: 20px;
  }

  .logo-image-footer {
    width: 7rem;
  }

  .nav_kontakt {
    margin-right: 20px;
  }
}

#w-node-_2f86f38f-dd1d-3e28-7edb-f4e78d313ee7-13683745, #w-node-f5a91e9e-118c-de81-344a-664fe51e5b52-13683745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82dec3a2-1741-921f-7e35-46c6d54726e4-13683745 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-d1715307-0e36-bdd4-1e12-52be941f816d-13683745 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77caa6f0-2814-e38e-764f-2846b7eda988-13683745 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1715307-0e36-bdd4-1e12-52be941f8157-13683745, #w-node-d1715307-0e36-bdd4-1e12-52be941f8162-13683745, #w-node-_77caa6f0-2814-e38e-764f-2846b7eda97c-13683745 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/eurostile.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/eurostile.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twotwenty';
  src: url('../fonts/TWOTWENTY.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eurostyle';
  src: url('../fonts/EuroStyle-Normal.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SafetyMedium';
  src: url('../fonts/SafetyMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}