@font-face {
  font-family: Lanehum;
  src: url('../fonts/Lanehum.ttf') format("truetype");
  font-weight: 700;
  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: QuentellCFBold;
  src: url('../fonts/QuentellCFBold-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --dark-blue: #5f6e79;
  --beige: #edece9;
  --light-blue: #c0cacf;
  --silver-2: #c7c7c7;
  --ligth-hihglight: #d3ccc3;
  --silver: #bdbdbd;
  --chocolate: #c25809;
}

.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-direction: 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 {
  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;
  margin-bottom: 300px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0d0d38;
  font-family: Open Sans, sans-serif;
}

.logo-img {
  object-fit: contain;
  height: 16vh;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  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;
}

.kontakt-text {
  margin-bottom: 5px;
  font-size: 16px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

.highlights {
  background-color: var(--light-blue);
  color: #333;
}

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  letter-spacing: .5px;
  font-family: Droid Serif, serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2 {
  font-family: Droid Serif, serif;
  line-height: 1.3;
}

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

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

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

.nav-menu-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-1.hauptfarbe {
  z-index: 10000;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
}

.navbar {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 10px 5vw;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-1 {
  padding: 15px 20px;
  font-size: 16px;
}

.nav-link-1.heading-1 {
  text-decoration: none;
}

.nav-link-1.heading-1.w--current {
  color: var(--dark-blue);
}

.background-video1 {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  text-transform: uppercase;
  transition: all .2s;
}

.termin-button.heading-3.highlights:hover {
  background-color: #888;
}

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

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 65px;
}

.slogan1.heading-1 {
  z-index: 10;
  line-height: 120%;
  position: relative;
}

.titelvideo-startseite-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.paragraph-links1 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  color: #333;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}

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

._2er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
}

._4er-grid1 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.div-block-grauer-rand1 {
  border: 1px solid var(--silver-2);
  align-items: center;
  padding: 25px;
  display: flex;
}

.heading-links-gro-1 {
  text-transform: none;
  margin-top: 10px;
  font-size: 35px;
}

.section-gro-e-abst-nde1 {
  z-index: 1;
  padding: 120px 10vw;
  position: relative;
}

.terminbutton-2 {
  text-transform: none;
}

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

.terminbutton-2.zweitfarbe.heading-3 {
  text-transform: uppercase;
  transition: all .2s;
}

.terminbutton-2.zweitfarbe.heading-3:hover {
  background-color: var(--light-blue);
  color: #fff;
}

.divblock-farbig {
  height: 100%;
  position: absolute;
  inset: 0% 60% 0% 0%;
}

.feature-image1 {
  z-index: 10;
  object-fit: cover;
  width: 100.041%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.flex-block-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-mit-abstand {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-mit-abstand.rechts {
  padding-left: 60px;
  padding-right: 20px;
}

.div-block-mit-abstand.links {
  padding-right: 60px;
}

.bild-block1 {
  z-index: 2;
  width: 100%;
  height: 60vh;
  position: relative;
}

.div-block-effekt {
  height: 50vh;
  position: relative;
}

.heading-klein {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.heading-klein.heading-1.farbe-der-headings {
  font-weight: 700;
  line-height: 1.3;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.heading-big-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 44px;
}

.heading-big-mittig1.heading-1 {
  font-weight: 700;
}

.big-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-no-overflow {
  width: 100%;
  height: 40vh;
  position: static;
  overflow: hidden;
}

._2er-grid {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-footer.heading-3 {
  margin-top: auto;
  margin-bottom: 10px;
}

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

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

.footer-1 {
  border-top: 2px solid #fff;
  padding: 50px 140px;
}

.div-block-footer1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: auto;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.titelvideo-unterseite {
  height: 70vh;
  position: relative;
}

.grid-galerie {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.galerie-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

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

.galerie-image.down {
  object-position: 50% 20%;
}

.galerie-image.adjust {
  object-position: 60% 30%;
}

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

.galerie-image.adjust2 {
  object-position: 0% 20%;
}

.div-block-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

._2-spalten1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

.success-block.highlights {
  box-shadow: 1px 1px 6px 1px var(--silver-2);
  border-style: none;
}

.heading-mittig1 {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}

.inhalt-transparent {
  z-index: 5;
  opacity: 0;
  background-image: linear-gradient(#fffc, #fffc);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inhalt-transparent:hover {
  opacity: 1;
}

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

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-55 {
  color: #858585;
  background-color: #fff;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.form-text-3 {
  color: #969696;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.form-block {
  background-color: #fff;
  padding: 30px 20px 40px;
  box-shadow: 2px 2px 8px 1px #b6b6b6;
}

.checkbox-field-2 {
  text-align: left;
  font-size: 16px;
}

.checkbox {
  width: 15px;
  height: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

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

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

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

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

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

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

.impressum-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.textarea {
  line-height: 2.2;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.div-no-overflow-large {
  width: 100%;
  height: 81vh;
  overflow: hidden;
}

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

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

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

.image-6 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.text-field-4 {
  font-family: Open Sans, sans-serif;
}

.container {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.dic-block-grauer-rand1-2 {
  border: 1px solid #c7c7c7;
  align-items: center;
  padding: 40px;
  display: flex;
}

.inhalt-untereinander1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 1px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.submit-button-13 {
  text-transform: uppercase;
  background-color: #ff8c00;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.text-field-5 {
  background-color: #fff;
  padding-top: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.text-field-5:hover {
  background-color: #fff;
}

.text-field-5:focus {
  border: 2px solid #496ab1;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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-4.black:hover {
  transform: none;
}

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

.social-buttons {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 40% auto;
}

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

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

.social-icon {
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  width: 3rem;
  box-shadow: 0 2px 5px #0003;
}

.social-icon-2 {
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  width: 3rem;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.logo-landing {
  object-fit: contain;
  height: 25vh;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.start-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000080, #00000080);
  grid-template-rows: auto;
  place-items: stretch stretch;
  height: 100%;
}

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

.start-heading {
  text-align: center;
  font-size: 35px;
  line-height: 1.3;
}

.link-wrap {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.heading-mitig-sml {
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-mitig-sml.heading-2 {
  line-height: 1.3;
}

.text-mitig {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.social-link {
  object-fit: contain;
  width: 2.5rem;
}

.social-link.invert {
  filter: invert();
}

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

.divblock-farbig-2 {
  position: absolute;
  inset: 0% 0% 0% 60%;
}

.md-logo {
  object-fit: contain;
  height: 14vh;
  margin-bottom: 20px;
}

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

.section-no-padding {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.large-logo {
  opacity: .8;
  object-fit: contain;
  height: 30vh;
}

.highlights-2 {
  background-color: var(--ligth-hihglight);
  color: #333;
}

.bild-block2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.background {
  z-index: -1;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/-logo-sattleberatung-3_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 25%;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  font-family: WindSong, sans-serif;
  font-size: 40px;
}

.video-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.content-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.lightbox.black {
  background-color: #000;
}

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

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

.zuruck-button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  display: block;
}

.zuruck-button.heading-3.highlights {
  text-transform: uppercase;
  transition: all .2s;
}

.zuruck-button.heading-3.highlights:hover {
  background-color: #888;
}

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

.title-text {
  z-index: 10;
  color: #fff;
  text-shadow: 0 0 10px #0006;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan-2 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 55px;
}

.slogan-2.heading-1 {
  z-index: 10;
  line-height: 120%;
  position: relative;
}

.text-links {
  font-size: 16px;
}

.text-links.flie-text.top-spc {
  margin-top: 40px;
}

.wrap-space {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.text-area-90 {
  width: 90%;
}

.image-wrap1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.button1 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00000080;
  border: 2px solid #fff;
  padding: 15px;
  font-weight: 700;
  position: absolute;
  inset: auto 30% 5% auto;
  box-shadow: 0 0 10px #00000080;
}

.maps-wrap {
  background-color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  padding: 30px 20px 40px;
}

._2er-grid-title {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .kontakt-text {
    margin-bottom: 5px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1.hauptfarbe {
    background-color: var(--dark-blue);
  }

  .icon {
    color: #fff;
  }

  .navbar {
    padding: 0 40px;
  }

  .nav-link-1.heading-1 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
  }

  .nav-link-1.heading-1.w--current {
    color: #fff;
    font-weight: 700;
  }

  .termin-button.heading-3.highlights.hide-sml-screen {
    display: none;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .titelvideo-startseite-1 {
    justify-content: center;
    align-items: center;
    height: 60vh;
  }

  .paragraph-links1.flie-text {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .kleines-bild1 {
    height: 50vh;
  }

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

  ._4er-grid1 {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .inhalt-untereinander1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-links-gro-1.heading-1 {
    text-align: center;
    font-size: 32px;
  }

  .section-gro-e-abst-nde1 {
    flex-flow: column;
    padding: 60px;
    display: flex;
  }

  .divblock-farbig.hauptfarbe {
    height: 50%;
    right: 60%;
  }

  .feature-image1 {
    height: 100%;
  }

  .flex-block-nebeneinander1 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-block-mit-abstand {
    margin-bottom: 60px;
    padding-right: 20px;
  }

  .div-block-mit-abstand.rechts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-mit-abstand.links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-effekt {
    height: 50vh;
  }

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

  .heading-big-mittig1.heading-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-no-overflow {
    height: 70vh;
  }

  ._2er-grid {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

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

  .footer-1.hauptfarbe {
    padding: 20px;
  }

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

  .grid-galerie {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

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

  ._2-spalten1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .impdat {
    padding: 60px;
  }

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

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

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

  .inhalt-transparent {
    opacity: 1;
    background-image: linear-gradient(#ffffffad, #ffffffad);
    justify-content: center;
    align-items: center;
  }

  .link-block-black {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
  }

  .form-block {
    margin: 0 auto 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-button {
    z-index: 20;
    color: #000;
  }

  .nav-button.hauptfarbe.w--open {
    background-color: var(--dark-blue);
  }

  .div-no-overflow-large {
    height: 70vh;
  }

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

  .container {
    max-width: none;
  }

  .dic-block-grauer-rand1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-untereinander1-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .social-icon.highlights {
    width: 34px;
  }

  .social-icon-2.highlights {
    width: 34px;
    height: 34px;
    padding: 5px;
    display: flex;
  }

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

  .logo-landing {
    width: 118px;
    height: auto;
  }

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

  .divblock-farbig-2.highlights {
    width: 30%;
    inset: 0% 0% 0% auto;
  }

  .logo-title {
    margin-left: auto;
    margin-right: auto;
  }

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

  .large-logo {
    width: 179px;
    height: auto;
  }

  .bild-block2 {
    height: 60vh;
  }

  .background {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/-logo-sattleberatung-3_1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 50%;
    background-attachment: scroll, fixed;
  }

  .video-embed {
    height: 60vh;
    margin-top: 20px;
  }

  .content-80 {
    width: 100%;
  }

  .image-auto, .image-wrapper-auto._50vh {
    height: 50vh;
  }

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

  .title-text {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan-2 {
    font-size: 40px;
  }

  .slogan-2.heading-1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .slogan-2.heading-4 {
    text-align: center;
    font-size: 33px;
  }

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

  .text-area-90 {
    width: auto;
  }

  .button1 {
    inset: auto 0% 0%;
  }

  .button1.hide {
    display: none;
  }

  .maps-wrap {
    width: 100%;
    margin: 0 auto 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

@media screen and (max-width: 767px) {
  .kontakt-text, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .background-video1 {
    width: 100%;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .titelvideo-startseite-1 {
    height: 55vh;
  }

  .paragraph-links1.flie-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }

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

  ._4er-grid1 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .inhalt-untereinander1 {
    height: auto;
    padding: 0;
  }

  .heading-linksb-ndig1.heading-1 {
    text-align: center;
  }

  .div-block-grauer-rand1 {
    padding: 20px;
  }

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

  .section-gro-e-abst-nde1 {
    padding: 40px;
  }

  .divblock-farbig.hauptfarbe {
    width: 100%;
    height: 40%;
  }

  .feature-image1 {
    height: 100%;
  }

  .flex-block-nebeneinander1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-mit-abstand {
    margin-bottom: 20px;
  }

  .div-block-mit-abstand.rechts {
    padding: 10px 0;
  }

  .div-block-mit-abstand.links {
    padding-left: 0;
    padding-right: 0;
  }

  .bild-block1 {
    height: 50vh;
  }

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

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

  .heading-big-mittig1.heading-4.farbe-der-headings {
    font-size: 35px;
    line-height: 43px;
  }

  .big-column.zweitfarbe {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-no-overflow {
    height: 50vh;
  }

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

  .heading-footer.heading-3 {
    text-align: center;
    font-size: 16px;
  }

  .inhalt-footer {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-footer1 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

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

  .galerie-image.top {
    object-position: 50% 15%;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .nav-button.hauptfarbe {
    padding: 10px;
  }

  .maos-footer {
    height: 100px;
  }

  .impressum-link {
    text-align: center;
  }

  .div-no-overflow-large {
    height: 50vh;
  }

  .dic-block-grauer-rand1-2 {
    padding: 20px;
  }

  .inhalt-untereinander1-2 {
    height: auto;
    padding: 20px 0 30px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

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

  .start-heading.heading-1 {
    font-size: 24px;
  }

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

  .social-wrap {
    margin-top: 0;
  }

  .md-logo {
    width: 90px;
    height: auto;
    margin-bottom: 10px;
  }

  .bild-block2 {
    height: 50vh;
  }

  .slogan-2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan-2.heading-1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .slogan-2.heading-4 {
    font-size: 29px;
    line-height: 35px;
  }

  .maps {
    width: 100%;
    height: 20vh;
  }

  ._2er-grid-title {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }
}

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

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

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

  .logo-img {
    max-width: none;
    height: 100px;
  }

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

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

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

  .navbar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-left: 41px;
    padding-right: 0;
  }

  .logo-wei {
    width: auto;
    max-height: none;
    margin-right: auto;
    position: static;
  }

  .background-video1 {
    width: 100vw;
    height: 100%;
  }

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

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

  .titelvideo-startseite-1 {
    height: 50vh;
  }

  .paragraph-links1.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .inhalt-untereinander1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-linksb-ndig1.heading-1 {
    font-size: 19px;
    line-height: 26px;
  }

  .div-block-grauer-rand1 {
    padding: 10px;
  }

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

  .section-gro-e-abst-nde1 {
    padding: 40px 20px;
  }

  .divblock-farbig.hauptfarbe {
    height: 30%;
  }

  .bild-block1 {
    height: 50vh;
  }

  .heading-big-mittig1.heading-1 {
    font-size: 21px;
    line-height: 35px;
  }

  .heading-big-mittig1.heading-4.farbe-der-headings {
    font-size: 29px;
    line-height: 38px;
  }

  .big-column.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-no-overflow {
    height: 50vh;
  }

  ._2er-grid {
    grid-row-gap: 16px;
  }

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

  .grid-galerie {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    display: flex;
  }

  .div-block-wei.flie-text {
    padding: 20px 0;
  }

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

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

  .heading-mittig1.heading-1 {
    font-size: 18px;
    line-height: 130%;
  }

  .inhalt-transparent {
    padding: 10px;
  }

  .form-block {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button.hauptfarbe {
    margin-right: 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

  .div-no-overflow-large, .image-100 {
    height: 50vh;
  }

  .container {
    z-index: 20;
  }

  .dic-block-grauer-rand1-2 {
    padding: 20px;
  }

  .inhalt-untereinander1-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .social-buttons {
    margin-right: 8px;
  }

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

  .cards.highlights {
    padding: 10px;
  }

  .start-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .start-heading.heading-1 {
    font-size: 18px;
    line-height: 130%;
  }

  .heading-mitig-sml.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .divblock-farbig-2.highlights {
    width: 22%;
    inset: 0% 0% 0% auto;
  }

  .bild-block2 {
    height: 50vh;
  }

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

  .slogan-2.heading-1 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 31px;
  }

  .slogan-2.heading-4 {
    font-size: 24px;
    line-height: 31px;
  }

  .text-area-90 {
    width: auto;
  }

  .maps-wrap {
    margin-left: 0;
    margin-right: 0;
  }

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

#w-node-_294d365a-1d1f-0e74-b798-054c5fd7aba6-cfd4165f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8acf19bb-3027-95d2-1b5f-d0efe74269c9-cfd4165f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_930ce879-4ba6-fb47-836f-0e168a9e25f7-bfe42c90 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_930ce879-4ba6-fb47-836f-0e168a9e25f9-bfe42c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_326e7767-3c48-e082-a957-d296b4cd7c54-bfe42c90 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_326e7767-3c48-e082-a957-d296b4cd7c57-bfe42c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0263e589-6d20-b448-e7d9-ef69439529cb-bfe42c90, #w-node-_0263e589-6d20-b448-e7d9-ef69439529ce-bfe42c90, #w-node-_0263e589-6d20-b448-e7d9-ef69439529d4-bfe42c90 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0263e589-6d20-b448-e7d9-ef69439529dd-bfe42c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1831440a-705c-19b8-d7df-a6c2ce89d589-8cd1417a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1831440a-705c-19b8-d7df-a6c2ce89d58c-8cd1417a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1831440a-705c-19b8-d7df-a6c2ce89d592-8cd1417a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1831440a-705c-19b8-d7df-a6c2ce89d59b-8cd1417a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1831440a-705c-19b8-d7df-a6c2ce89d5a7-8cd1417a, #w-node-_1831440a-705c-19b8-d7df-a6c2ce89d5aa-8cd1417a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1831440a-705c-19b8-d7df-a6c2ce89d5b9-8cd1417a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e181a368-ada4-75fe-3002-9a1142a0d3a3-5aaeef6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e181a368-ada4-75fe-3002-9a1142a0d3a6-5aaeef6e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e181a368-ada4-75fe-3002-9a1142a0d3a9-5aaeef6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e181a368-ada4-75fe-3002-9a1142a0d3af-5aaeef6e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e181a368-ada4-75fe-3002-9a1142a0d3ca-5aaeef6e, #w-node-e181a368-ada4-75fe-3002-9a1142a0d3b8-5aaeef6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e181a368-ada4-75fe-3002-9a1142a0d3b5-5aaeef6e, #w-node-e181a368-ada4-75fe-3002-9a1142a0d3c4-5aaeef6e, #w-node-e181a368-ada4-75fe-3002-9a1142a0d3c7-5aaeef6e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e181a368-ada4-75fe-3002-9a1142a0d3cd-5aaeef6e, #w-node-_74a2721b-8a54-60b1-10d6-bfb3ee910d74-23365e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74a2721b-8a54-60b1-10d6-bfb3ee910d7a-23365e55, #w-node-_74a2721b-8a54-60b1-10d6-bfb3ee910d83-23365e55 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_74a2721b-8a54-60b1-10d6-bfb3ee910d86-23365e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74a2721b-8a54-60b1-10d6-bfb3ee910d95-23365e55, #w-node-_74a2721b-8a54-60b1-10d6-bfb3ee910d8f-23365e55 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


@font-face {
  font-family: 'Lanehum';
  src: url('../fonts/Lanehum.ttf') format('truetype');
  font-weight: 700;
  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: 'QuentellCFBold';
  src: url('../fonts/QuentellCFBold-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dinexp';
  src: url('../fonts/D-DINExp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abyss';
  src: url('../fonts/Abyss.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}