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

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

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

@font-face {
  font-family: Wasted Vindey;
  src: url('../fonts/Wasted-Vindey.ttf') format("truetype"), url('../fonts/Wasted-Vindey.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: Didot;
  src: url('../fonts/Didot-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Cosmetic Bf 63 C 8 Aa 67 Dcd 6 E";
  src: url('../fonts/Cosmetic-Bold-BF63c8aa67dcd6e.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cosmetic Bf 63 C 8 Aa 67 Ddb 00";
  src: url('../fonts/Cosmetic-Black-BF63c8aa67ddb00.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cosmetic Bf 63 C 8 Aa 67 Dcd 70";
  src: url('../fonts/Cosmetic-Regular-BF63c8aa67dcd70.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy-blue: #002a5c;
  --cream: #f0ead6;
  --white: white;
  --black: black;
}

.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 {
  height: 100%;
  color: var(--navy-blue);
  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: 35px;
  font-weight: 700;
  line-height: 44px;
}

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

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

.logo {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.logo.w--current {
  background-color: var(--cream);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.farbe-der-headings {
  color: var(--navy-blue);
  line-height: 1.1;
}

.hauptfarbe {
  background-color: var(--navy-blue);
  color: ivory;
}

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

.highlights {
  background-color: var(--cream);
  color: var(--navy-blue);
}

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

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

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

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

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

.terminbutton.highlights.flie-text {
  background-color: var(--navy-blue);
  color: var(--white);
  margin-top: 10px;
}

.terminbutton.highlights.flie-text:hover {
  color: var(--white);
}

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

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

.terminbutton.highlights.heading-3:hover {
  background-color: var(--navy-blue);
  color: var(--cream);
}

.terminbutton.hauptfarbe {
  font-family: PT Sans, sans-serif;
}

.terminbutton.hauptfarbe.heading-3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.terminbutton.hauptfarbe.dropdown {
  width: 100%;
}

.instagram3 {
  width: 30px;
}

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

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

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

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

.impdat {
  padding: 100px 40px;
}

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

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

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

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

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

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

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

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

.adresse, .ffnungszeiten {
  margin-bottom: 0;
}

.video-2 {
  background-image: url('../images/2.png'), linear-gradient(#0000004d, #0000004d);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  height: 100%;
}

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

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

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

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

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

.label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: static;
}

.label.heading-2 {
  font-family: PT Serif, serif;
  font-size: 32px;
  line-height: 1.3;
}

.label.heading-2.smaller {
  font-size: 12px;
}

.label.heading-2.link {
  color: var(--navy-blue);
  text-align: left;
}

.label.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.wrap-inhalt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-inhalt.hide {
  display: none;
}

.paragraph-mittig {
  text-align: center;
  line-height: 1.5;
}

.paragraph-mittig.flie-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.abst-nde-logo {
  background-color: var(--cream);
}

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

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

.navlinks.hauptfarbe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.men.hauptfarbe {
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
}

.navlnk {
  color: var(--cream);
}

.navlnk.flie-text:hover {
  color: var(--white);
}

.navlnk.flie-text.w--current {
  color: var(--white);
  font-weight: 700;
}

.titelvideo-unterseiten1 {
  color: #fff;
  height: 40vh;
  position: relative;
}

.background-video1 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 90vh;
}

.divblock-video {
  z-index: 90;
  text-align: center;
  background-color: #0000007a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-transform: none;
  margin-top: 10px;
  font-size: 55px;
  line-height: 65px;
}

.content-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheadline-deco-line {
  width: 30px;
  height: 1px;
  display: inline-block;
}

.subheadline-deco-line.highlights {
  margin-left: 5px;
  margin-right: 5px;
}

.subheadline-deco-line.highlights.blue {
  background-color: var(--navy-blue);
}

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

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

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

.heading-mitig.heading-1.farbe-der-headings.link {
  color: var(--navy-blue);
  text-align: left;
}

.heading-mitig.heading-1.cream {
  color: var(--cream);
}

.inhalt-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.inhalt-mittig.hauptfarbe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

.inhalt-mittig.highlights.sect {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.inhalt-mittig.highlights.flex {
  flex-flow: column;
}

.inhalt-mittig.highlights.padding {
  padding-left: 100px;
  padding-right: 100px;
}

.inhalt-mittig.hide {
  display: none;
}

._3er-grid1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-top: 40px;
}

._3er-grid1.mitarbeiter {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-linksb-ndig3 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-linksb-ndig3.flie-text {
  text-align: center;
}

.abst-nde-footer3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

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

.heading-footer {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer.heading-3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer.hauptfarbe {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inhalt-footer {
  color: #fff;
}

.preise1 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px;
}

.preise1.margin._2er {
  grid-template-columns: 1fr 1fr;
  width: 60%;
  margin-top: 0;
}

.rounded-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.hauptfarbe {
  text-decoration: none;
}

.rounded-block.hauptfarbe.mitting {
  justify-content: center;
  align-items: center;
  transition: all .5s;
}

.rounded-block.hauptfarbe.mitting:hover {
  transform: scale(1.02);
}

.rounded-block.hauptfarbe.mitting.t-b-mrgn {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.3;
}

.rounded-block.center {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
}

.div-block-113 {
  margin-bottom: 5px;
}

.teambild3 {
  object-fit: contain;
  justify-content: center;
  width: 100%;
  height: 40vh;
  padding-top: 0;
  display: flex;
}

.offices-wrap {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
  display: flex;
}

.wrap-overlayed {
  z-index: 1;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.office-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.office-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.subheading-mittig {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

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

.contact-form-wrap {
  z-index: 10;
  background-color: var(--white);
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  background-color: var(--cream);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.form1 {
  margin-bottom: 0;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

.text-field {
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

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

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

.titelvideo-start {
  color: #fff;
  width: 100%;
  height: 75vh;
  padding: 0;
  position: relative;
}

.divider {
  width: 20vw;
  height: 4px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 0;
}

.heading-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.heading-block.link {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.team-div.hauptfarbe {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

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

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

.paragraph-links {
  width: 80%;
  line-height: 1.5;
}

.paragraph-links.flie-text {
  width: 100%;
}

.divblock-farbig {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  padding: 40px;
}

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100.056%;
  margin: 0;
  padding: 0;
  position: relative;
}

.text-left {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 135%;
}

._2er-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  align-content: center;
  place-items: center stretch;
  position: static;
}

.wrap-inhalt-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.heading-block-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.preise2 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px;
}

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

.div-block-main {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-image: linear-gradient(#000000b3, #000000b3);
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px 10px;
  display: flex;
  position: relative;
}

.button {
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: auto;
  transition: all .2s;
  display: block;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.auto {
  margin-right: 0;
}

.card {
  border: 1px solid #000;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

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

.paragraph-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

.paragraph-2.text-left {
  text-align: left;
}

.preise3 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px;
}

.navlink.flie-text {
  background-color: var(--navy-blue);
  color: var(--cream);
}

.navlink.flie-text:hover {
  color: var(--white);
}

.navlink.flie-text.w--current {
  border: 1px solid var(--navy-blue);
  background-color: var(--cream);
  color: var(--navy-blue);
}

.icon-inverted {
  filter: grayscale() invert();
  width: 70px;
  height: 70px;
  margin-bottom: 0;
  position: relative;
  top: 10px;
}

.image-100-inverted {
  filter: invert();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100-inverted.contain {
  filter: none;
  object-fit: contain;
  background-color: #b0abaa;
}

.paragraph-links-100 {
  text-align: left;
  line-height: 1.5;
}

.text-span, .text-span-2, .text-span-3, .text-span-5, .text-span-6 {
  font-family: PT Serif, serif;
}

.telefonnummer1-blue {
  color: var(--navy-blue);
  margin-bottom: 5px;
}

.telefonnummer1-blue.flie-text {
  color: var(--black);
}

.email-blue {
  color: var(--navy-blue);
  margin-bottom: 5px;
}

.email-blue.flie-text {
  color: var(--black);
}

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

.image-vh {
  width: 100%;
  height: 65vh;
  position: relative;
  overflow: hidden;
}

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

.background-video {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.icon-100 {
  object-fit: contain;
  width: 40px;
}

.icon-100.inv {
  filter: invert();
}

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

.slide-nav {
  display: none;
}

.feature-image-2-right {
  object-fit: cover;
  object-position: 90% 50%;
  width: 100%;
  height: 100.056%;
  position: relative;
}

.link-block {
  margin-left: 0;
  padding-right: 20px;
  position: relative;
  left: 0;
  right: 0;
}

.heading-mitig1-white {
  text-align: center;
}

.heading-mitig1-white.heading-1 {
  color: var(--white);
  font-size: 22px;
}

.heading-mitig1-white.heading-1.linkss {
  text-align: left;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 0;
}

.dropdown-15 {
  width: 80%;
  margin-left: 0;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 20px;
  position: relative;
}

.dropdown-list.w--open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-links-100per {
  text-align: left;
  width: 100%;
  line-height: 1.5;
}

.divblock-farbig-color {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.paragraph-links-list {
  text-align: left;
  width: 80%;
  line-height: 1.5;
}

.paragraph-links-list.flie-text {
  width: auto;
}

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

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

.content {
  padding: 20px;
}

.links {
  color: var(--cream);
  text-decoration: none;
}

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

.image-icon {
  width: 35px;
}

.lnk {
  border: 1px solid var(--navy-blue);
  background-color: var(--navy-blue);
  border-radius: 50px;
  margin-bottom: 10px;
}

.div-block-114 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-item {
  margin-bottom: 40px;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

.inhalt-untereinander1.right {
  padding-left: 40px;
  padding-right: 60px;
}

.feature-image-mask {
  justify-content: space-between;
  height: 60vh;
  display: flex;
  position: relative;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  position: relative;
}

.heading-mittig.heading-1.farbe-der-headings.link, .heading-mittig.heading-1.link {
  text-align: left;
}

.heading-mittig.heading-1.link.farbe-der-headings {
  color: var(--navy-blue);
}

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

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

.heading-klein-links.heading-2 {
  line-height: 1.3;
}

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

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

.spacer {
  height: 25px;
}

.div-block-116 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.content-wrap-1 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-9 {
  color: var(--navy-blue);
  text-decoration: none;
}

.list-2 {
  text-align: left;
  align-self: auto;
  width: 20%;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}

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

.image-61 {
  width: 40px;
}

.code-embed {
  width: 100%;
}

.lng-tool {
  margin-bottom: 0;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .terminbutton.hauptfarbe.dropdown, .terminbutton.hauptfarbe.dropdown.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .impdat {
    padding: 60px;
  }

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

  .video-2 {
    height: 80vh;
  }

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

  .wrap-inhalt {
    width: 100%;
    padding: 0;
  }

  .paragraph-mittig {
    align-self: center;
  }

  .navlnk.flie-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .men-button.hauptfarbe {
    background-color: var(--navy-blue);
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .menu-icon {
    color: #fff;
  }

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    width: 100%;
  }

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

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

  .heading-mitig.heading-1 {
    margin-top: 0;
  }

  .heading-mitig.heading-1.farbe-der-headings.link {
    text-align: center;
  }

  .inhalt-mittig {
    padding: 60px;
  }

  .inhalt-mittig.hauptfarbe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inhalt-mittig.highlights.sect {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._3er-grid1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  ._3er-grid1.mitarbeiter {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
    display: flex;
  }

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

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

  .preise1 {
    display: block;
  }

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

  .preise1.margin._2er {
    width: 100%;
    margin-top: 10px;
  }

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

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

  .rounded-block.center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .offices-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .wrap-overlayed {
    width: 100%;
  }

  .office-wrap {
    width: 100%;
    margin-bottom: 60px;
  }

  .office-wrap.zweitfarbe {
    margin-bottom: 0;
  }

  .error-message {
    width: auto;
  }

  .contact-form {
    text-align: left;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text {
    padding: 40px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .titelvideo-start {
    height: 60vh;
  }

  .divider.highlights {
    text-align: center;
    align-self: center;
  }

  .heading-block {
    width: 100%;
  }

  .heading-block.link {
    justify-content: center;
    align-items: center;
  }

  .logo-img {
    height: 15vh;
  }

  .grid {
    justify-items: center;
  }

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

  .team-div.hauptfarbe {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph-links {
    align-self: center;
  }

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

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

  .divblock-farbig.zweitfarbe {
    padding: 60px;
  }

  .feature-image {
    order: -1;
    height: 55vh;
  }

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

  .wrap-inhalt-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-block-links {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .preise2 {
    display: block;
  }

  .card-block {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .div-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
  }

  .button {
    margin-top: 20px;
    margin-right: 0;
  }

  .card {
    height: 25rem;
  }

  .paragraph-2.text-left {
    text-align: center;
    margin-bottom: 0;
  }

  .preise3 {
    display: block;
  }

  .icon-inverted {
    margin-bottom: 10px;
  }

  .paragraph-links-100 {
    align-self: center;
  }

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

  .image-vh {
    height: 55vh;
  }

  .dropdown {
    width: 100%;
  }

  .background-video {
    height: 60vh;
  }

  .icon-100 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .feature-image-2-right {
    height: 400px;
  }

  .link-block {
    background-color: var(--navy-blue);
    border-radius: 5px;
    margin-right: 5px;
    position: fixed;
    inset: auto 0% 45% auto;
  }

  .heading-mitig1-white.heading-1.linkss {
    text-align: center;
  }

  .heading-mittig-klein.heading-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-15 {
    width: 100%;
    margin-right: 0;
  }

  .dropdown-list.w--open {
    text-align: center;
  }

  .paragraph-links-100per {
    align-self: center;
  }

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

  .paragraph-links-list {
    align-self: center;
  }

  .feature-image-rel, .feature-image-abs {
    height: 400px;
  }

  .content {
    padding: 60px;
  }

  .cont {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-114 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-115 {
    text-align: center;
  }

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

  .feature-image-mask {
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }

  .heading-mittig.heading-1 {
    width: 100%;
    font-size: 30px;
  }

  .feature-image-2 {
    margin-top: 0;
  }

  .inhalt-nebeneinander1 {
    flex-flow: wrap;
    width: 90vw;
  }

  .inhalt-nebeneinander1.wrap-down {
    flex-flow: wrap-reverse;
  }

  .feature-image-3 {
    margin-top: 0;
  }

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

  .content-wrap-1 {
    width: 100%;
    margin-bottom: 0;
  }

  .list-2 {
    width: 40%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .impdat {
    padding: 40px;
  }

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

  .video-2 {
    height: 70vh;
  }

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

  .angebot2 {
    height: auto;
  }

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

  .label.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-inhalt {
    padding-left: 0%;
    padding-right: 0%;
  }

  .background-video1 {
    height: 70vh;
  }

  .divblock-video {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .content-wrap {
    width: 100%;
  }

  .heading-mitig.heading-1, .heading-mitig.heading-1.farbe-der-headings {
    font-size: 28px;
  }

  .heading-mitig.heading-1.farbe-der-headings.link {
    text-align: center;
  }

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

  .inhalt-mittig {
    padding: 40px;
  }

  .inhalt-mittig.hauptfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  ._3er-grid1.mitarbeiter {
    margin-bottom: 0;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-bottom: 5px;
  }

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

  .teambild3 {
    height: 25rem;
    margin-bottom: 20px;
  }

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

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

  .contact-form-wrap {
    padding: 40px;
  }

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

  .text-field {
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .titelvideo-start {
    height: 28rem;
  }

  .heading-block.link {
    justify-content: center;
    align-items: center;
  }

  .logo-img {
    height: 12vh;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .impdat-2.flie-text {
    text-align: center;
  }

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

  .div-block-foot {
    text-align: center;
  }

  .team-div {
    margin-bottom: 40px;
  }

  .team-div.hauptfarbe {
    margin-bottom: 20px;
  }

  .paragraph-links.flie-text {
    padding-left: 20px;
  }

  .paragraph-links.flie-text.mitting {
    padding-left: 0;
  }

  .divblock-farbig.zweitfarbe {
    padding: 40px;
  }

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

  .wrap-inhalt-left {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .icon-inverted {
    width: 60px;
    height: 60px;
  }

  .paragraph-links-100.flie-text {
    padding-left: 20px;
  }

  .image-vh {
    height: 25rem;
  }

  .image-vh.auto {
    height: auto;
  }

  .background-video {
    height: 28rem;
  }

  .feature-image-2-right {
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .paragraph-links-list.flie-text {
    padding-left: 20px;
  }

  .feature-image-rel, .feature-image-abs {
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .content {
    padding: 40px;
  }

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

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

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

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .content-wrap-1, .list-2 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .impdatfooter {
    text-align: left;
  }

  .telefonnummer1.flie-text, .email.flie-text {
    text-align: center;
  }

  .video-2 {
    background-image: url('../images/2.png'), linear-gradient(#0000, #0000);
    background-position: 50% 101%, 0 0;
  }

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

  .label.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .label.abstand-nach-oben {
    font-size: 18px;
  }

  .wrap-inhalt {
    padding-left: 0%;
    padding-right: 0%;
  }

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    height: 60vh;
  }

  .divblock-video {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-mitig.heading-1, .heading-mitig.heading-1.farbe-der-headings, .heading-mitig.heading-1.cream {
    font-size: 22px;
  }

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

  ._3er-grid1 {
    margin-bottom: 40px;
  }

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

  .heading-footer.heading-3 {
    text-align: center;
  }

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

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

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

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

  .rounded-block.zweitfarbe {
    padding: 20px;
  }

  .rounded-block.hauptfarbe {
    min-width: auto;
    padding: 20px;
  }

  .offices-wrap {
    margin-bottom: 0;
  }

  .wrap-overlayed {
    margin-top: 20px;
  }

  .subheading-mittig.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    width: 100%;
    padding: 20px;
  }

  .titelvideo-start {
    height: 28rem;
  }

  .divider.highlights {
    width: 40vw;
    margin-bottom: 20px;
  }

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

  .heading-block {
    width: 100%;
  }

  .bold-text-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .logo-img {
    height: 11vh;
  }

  .maps-gro-2 {
    height: 300px;
  }

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

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

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-foot {
    text-align: center;
  }

  .textarea {
    line-height: 2.6;
  }

  .team-div.hauptfarbe {
    margin-bottom: 0;
  }

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

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

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

  .paragraph-links.flie-text.mitting {
    padding-left: 0;
  }

  .divblock-farbig {
    padding: 20px;
  }

  .divblock-farbig.zweitfarbe, .divblock-farbig.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-left {
    font-size: 15px;
    line-height: 22px;
  }

  .wrap-inhalt-left {
    padding-left: 2%;
    padding-right: 2%;
  }

  .heading-block-links {
    width: 100%;
  }

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

  .card {
    height: 28rem;
  }

  .preise3 {
    margin-bottom: 0;
  }

  .icon-inverted {
    width: 40px;
    height: 40px;
  }

  .telefonnummer1-blue.flie-text, .email-blue.flie-text {
    text-align: center;
  }

  .icon-100 {
    width: 35px;
  }

  .feature-image-2-right.mittig {
    object-position: 85% 50%;
  }

  .divblock-farbig-color.highlights, .content {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .feature-image-mask {
    height: 45vh;
  }

  .heading-mittig.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }
}

#w-node-_0c12d5d6-b63a-4092-a8b9-722c976f6779-5173fc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_0c12d5d6-b63a-4092-a8b9-722c976f6783-5173fc12, #w-node-_0c12d5d6-b63a-4092-a8b9-722c976f678d-5173fc12, #w-node-a6aa5906-cc1c-b14f-fcda-7a2819096092-5173fc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_103f6a07-4139-52f1-908c-823587f2e251-fca135d8, #w-node-_62b9a49b-09a3-f9e1-b1bb-0241bae283b5-112a5d83, #w-node-_103f6a07-4139-52f1-908c-823587f2e251-b59ea27e {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Aatmospheric';
  src: url('../fonts/aAtmospheric.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garda';
  src: url('../fonts/Garda.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wasted Vindey';
  src: url('../fonts/Wasted-Vindey.ttf') format('truetype'), url('../fonts/Wasted-Vindey.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sans';
  src: url('../fonts/Sans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/Classyvogueregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyrbo';
  src: url('../fonts/Hyrbo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Classyvoguepersonaluse';
  src: url('../fonts/ClassyVoguePersonalUse.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Didot Title';
  src: url('../fonts/Didot-Title.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nagaiya';
  src: url('../fonts/Nagaiya-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cosmetic Bf 63 C 8 Aa 67 Dcd 6 E';
  src: url('../fonts/Cosmetic-Bold-BF63c8aa67dcd6e.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cosmetic Bf 63 C 8 Aa 67 Ddb 00';
  src: url('../fonts/Cosmetic-Black-BF63c8aa67ddb00.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cosmetic Bf 63 C 8 Aa 67 Dcd 70';
  src: url('../fonts/Cosmetic-Regular-BF63c8aa67dcd70.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}