@font-face {
  font-family: "Adobe Garamond Pro 2 Cufonfonts";
  src: url('../fonts/adobe-garamond-pro-2-cufonfonts.zip') format("undefined");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Homizio Cufonfonts;
  src: url('../fonts/homizio-cufonfonts.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Fontspring Demo Proximanovacond Copy;
  src: url('../fonts/Fontspring-DEMO-proximanovacond-light---Copy.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Proximanovaexcn;
  src: url('../fonts/Fontspring-DEMO-proximanovaexcn-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Mark Simonson Proxima Nova;
  src: url('../fonts/Mark-Simonson--Proxima-Nova-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Mark Simonson Proxima Nova;
  src: url('../fonts/Mark-Simonson--Proxima-Nova-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Mark Simonson Proxima Nova;
  src: url('../fonts/Mark-Simonson--Proxima-Nova-Black-Italic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --blue: #1f4490;
  --white: white;
  --grey: #58595b;
  --color: #a0ce4e;
  --bluee: #5482a8;
  --black: black;
  --83aa4e: var(--grey);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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: var(--blue);
  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;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 10vw;
  display: flex;
}

.section.nopad {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10vw;
}

.section.nopad-left {
  justify-content: center;
  align-items: center;
  padding: 0 10vw;
}

.section.nospace {
  padding-top: 0;
  padding-bottom: 0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  opacity: .8;
  object-fit: contain;
  width: 250px;
  height: auto;
}

.logo {
  justify-content: center;
  align-items: center;
  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;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #454543;
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.zweitfarbe {
  background-color: #e4dfda;
}

.highlights {
  color: #fff;
  background-color: #b9b1a7;
}

.adresse {
  margin-bottom: 5px;
  line-height: 1.3;
}

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

.heading-1 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.3;
}

.heading-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  color: var(--blue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.5;
}

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

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

.video {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.video.main-banner.top-margin {
  height: auto;
  margin-top: 20vh;
  padding: 10vh 15vw;
}

.titelvideo {
  height: 100%;
  position: relative;
}

.titelvideo-div {
  z-index: 1000;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 120px;
}

.heading.heading-3 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 9px;
  font-weight: 700;
  line-height: 10px;
}

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

.heading.heading-3.grey {
  color: #c3c3c3;
  -webkit-text-stroke-color: var(--blue);
  font-size: 11px;
}

.heading.heading-3.grey-2 {
  color: #c3c3c3;
  font-size: 11px;
}

.heading.heading-3.grey-2.white {
  color: var(--white);
}

.heading.heading-3.black {
  color: var(--grey);
  text-decoration: none;
}

.footer {
  border: 1px solid var(--grey);
  box-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3vw 10vw;
  display: flex;
}

.div-block {
  color: #fff;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-114 {
  filter: invert();
}

.navlink {
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 25px;
}

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

.navlink.flie-text:hover {
  color: #8b8b8b;
}

.navlink.flie-text.w--current {
  color: #c2a893;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-block-1 {
  height: 28vh;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_305628877_visu_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff0, #fff0), url('../images/AdobeStock_305628877_visu_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.impdat {
  padding: 100px 40px;
}

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

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

.success-block.highlights {
  background-color: var(--color);
  border-style: none;
  padding-right: 100px;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.3;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.html-embed-2 {
  width: 100%;
}

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

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

.paragraph1 {
  font-size: 24px;
  line-height: 30px;
}

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

.paragraph1.mittig {
  text-align: center;
}

.paragraph1.mittig.flie-text {
  color: var(--blue);
  letter-spacing: 1.2px;
  font-size: 14px;
  font-weight: 400;
}

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

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

.heading1.heading-1 {
  text-align: center;
  line-height: 1.3;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  color: #fff;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  background-image: linear-gradient(#00000080, #0000);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.left-part {
  z-index: 3;
  float: left;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_white {
  filter: invert();
}

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

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

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

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

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

.link {
  color: var(--grey);
  white-space: nowrap;
  text-decoration: none;
}

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

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

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

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

.impressum-link, .datenschutz-link {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}

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

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

.navbar-6 {
  width: 100%;
}

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

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

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

.nav-link-3.flie-text:hover {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

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

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

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

.image-100.contain.no-scale {
  object-fit: cover;
}

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

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

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

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.section-3.padding-below {
  margin-bottom: 20px;
}

.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 {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.nav-link-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-8:hover {
  color: #919191;
  width: 100%;
}

.nav-link-8.flie-text-big {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-8.flie-text-big:hover, .nav-link-8.flie-text-big.w--current {
  color: #919191;
}

.navbar_1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.navbar_1.main-color {
  z-index: 2000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.main-color {
  background-color: var(--color);
  color: #a0ce4e;
  background-image: none;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.menu-button-1.main-color.w--open {
  background-color: #0000;
  height: 100%;
}

.logo-postion {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.navbar-11 {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.nav-menu-7 {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 120vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.nav-menu-7.main-color {
  color: #fff;
  width: 65%;
}

.nav-menu-7.main-color.highlights {
  background-color: #a0ce4e;
  width: 75%;
  margin-top: -30px;
  top: 0%;
  bottom: 0%;
  overflow: visible;
}

.icon_menue {
  color: #000;
  background-color: #a3d77908;
  width: 25px;
  height: 25px;
}

.heading-mittig {
  text-align: center;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 120px;
}

.heading-mittig.heading-1 {
  color: var(--blue);
  text-transform: none;
  margin-top: 10px;
  font-size: 40px;
  font-style: normal;
  line-height: 55px;
}

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

.section-img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.abs-block {
  padding: 40px 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.abs-block.zweitfarbe {
  z-index: 10;
  background-color: #e4dfda00;
}

.abs-block.zweitfarbe.right {
  color: #c3c3c3;
  background-color: #e4dfda00;
  left: auto;
  right: 0;
}

.abs-block.zweitfarbe.overlay-left {
  background-color: #000000b3;
  left: auto;
  right: 0;
}

.quick-stack {
  padding-top: 20px;
}

.quick-stack.no-padding-top {
  padding-top: 0;
}

.img-link-rel {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.img-link-rel._100 {
  height: 100%;
}

.img-link-rel.size-100 {
  width: 100%;
  height: 100%;
}

.img-link-rel.size-100.portrait {
  margin-left: auto;
  margin-right: auto;
}

.img-link-rel.clickable {
  transition: transform .5s;
}

.img-link-rel.clickable.auto {
  height: auto;
  margin-bottom: 20px;
}

.img-link-rel._100percent {
  height: 100%;
}

.img-link-rel.auto {
  height: auto;
  margin-bottom: 20px;
}

.image-wrapper {
  width: 100%;
  height: 90vh;
  margin-bottom: 0;
  overflow: hidden;
}

.image-wrapper.full {
  position: relative;
}

.image-wrapper.auto-height {
  height: 100%;
  position: relative;
}

.image-wrapper._100 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65vw;
  margin-bottom: 20px;
  display: flex;
}

.content-wrapper.full {
  width: 100%;
  height: 100%;
}

.content-wrapper._50 {
  width: 50%;
}

.content-wrapper.no-padding {
  width: 65vw;
  margin-bottom: 0;
}

.section-bg {
  background-image: url('../images/24_Menu╠ê_Journal__WHT-Erdheilung__20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 90vh;
}

.section-bg.david {
  background-image: url('../images/07_Michael-Jaeger-DDF-David-Wared_01.webp');
  background-position: 50% 0;
  background-size: cover;
}

.section-bg.vivento {
  background-image: url('../images/13_Michael-Jaeger-DDF_Vivento_01.webp');
  background-size: contain;
}

.section-bg.business {
  background-image: url('../images/19_Menü_Journal_Business_Portraits--001.webp');
  background-position: 50% 0;
  background-size: contain;
}

.section-bg.capco {
  background-image: url('../images/13_Michael-Jaeger-DDF_CAPCO_01.webp');
  background-position: 50% 0;
  background-size: contain;
}

.section-bg.nonfu2 {
  background-image: url('../images/19_Menü_Journal_Business_Portraits--025.webp');
  background-position: 50% 0;
  background-size: contain;
}

.section-bg.arbeit {
  background-image: url('../images/01_Startseite_42.webp');
  background-size: contain;
}

.section-bg.medion-1 {
  background-image: url('../images/28_Michael-Jaeger-DDF-_Medion-A-Sutil__01.webp');
  background-position: 50% 0;
}

.section-bg.bg {
  background-image: url('../images/03_Michael-Jaeger-DDF-"Architektur-und-Design"_01.webp');
  background-position: 50% 0;
  background-size: contain;
}

.section-bg.michael-jaegar {
  background-image: url('../images/02_Michael-Jaeger-DDF--ThyssenKrupp-Encasa_14.webp');
  background-position: 50% 0;
}

.section-bg.c-and-a {
  background-image: url('../images/01_Startseite_11.webp');
}

.section-bg.potratits {
  background-image: url('../images/12_34_39_47_48_49_50_Menu╠ê_Journal__Portraits__01.webp');
}

.section-bg.business-potratis {
  background-image: url('../images/15_Menü_Journal__Busines-__01.webp');
}

.section-bg.advocate {
  background-image: url('../images/16_Michael-Jaeger-DDF-Advokaten_01.webp');
  background-position: 50% 0;
}

.section-bg.bestarch {
  background-image: url('../images/18_Michael-Jaeger-DDF-bestarchitects_01.webp');
}

.section-bg.miratbeir {
  background-image: url('../images/12_Michael-Jaeger-DDF-_Mitarbeiter-Portraits__01.webp');
  background-position: 50% 0;
}

.section-bg.wht {
  background-image: url('../images/24_Menu╠ê_Journal__WHT-Erdheilung__01.webp');
  background-position: 50% 0;
}

.section-bg.energy-dancing {
  background-image: url('../images/08_Michael-Jaeger-DDF-Ernergy-Dancing_01.webp');
  background-position: 50% 0;
}

.section-bg.double-potraits {
  background-image: url('../images/51_Michael-Jaeger-DDF-_Doppelportraits-©-_01.webp');
}

.section-bg.handpotraits {
  background-image: url('../images/34_Michael-Jaeger-DDF--"Handportrait"_01.webp');
  background-position: 50% 0;
}

.section-bg.selfpotraits {
  background-image: url('../images/65_Michael-Jaeger-DDF-_Selbstportraits-__01.webp');
  background-position: 50% 0;
}

.section-bg.azko {
  background-image: url('../images/01_Startseite_28.webp');
  background-position: 50% 0;
}

.section-bg.pflant {
  background-image: url('../images/63_Michael-Jaeger-DDF-_Worldhealingtour-Pflanzenheilung-__01.webp');
  background-position: 50% 0;
}

.section-bg.waterhealing {
  background-image: url('../images/31_24_Menü_Journal__WHT-Wasserheilung__01.webp');
  background-position: 50% 0;
}

.section-bg.gruenenthal {
  background-image: url('../images/33_Michael-Jaeger-DDF-_Gruenenthal__01.webp');
  background-position: 50% 0;
}

.section-bg.boehringer {
  background-image: url('../images/43_Michael-Jaeger-DDF-_Semintra-Boehringer-Igelheim__16.webp');
  background-position: 50% 0;
}

.section-bg.buche {
  background-image: url('../images/43_Michael-Jaeger-DDF-_Eifelbildverlag-He-jet-ett-nix-ze-knipse__01.webp');
}

.section-bg.hoch {
  background-image: url('../images/45_Michael-Jaeger-DDF-_Hochtief-Development__01.webp');
}

.section-bg.symbol {
  background-image: url('../images/52_Menu╠ê_Journal__Sinnbilder__01.webp');
}

.section-bg.making-img {
  background-image: url('../images/making-of_Michael-Jaeger-DDF-_m-0_10-Kenia.JPG');
  background-size: contain;
}

.section-bg.worldhealing-tour-tiere {
  background-image: url('../images/06_Menu╠ê_Journal__WHT-Tiere__01.webp');
  background-position: 50% 0;
}

.section-bg.handpotrait {
  background-image: url('../images/12_34_39_47_48_49_50_Menu╠ê_Journal__Portraits__30.webp');
}

.quick-stack-2 {
  width: 100%;
  padding: 0;
}

.wrapper {
  width: 100%;
  height: 100vh;
  padding: 40px;
}

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

.rounded-image {
  border-radius: 50%;
  width: 90vh;
  height: 90vh;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.smallhead {
  font-size: 45px;
  line-height: 55px;
}

.section-51 {
  padding-bottom: 5vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section11 {
  padding: 5vh 15vw 3vh;
}

.section-52 {
  padding: 0 60px 0 0;
}

.section-52.zweitfarbe {
  padding: 5vw;
}

.section-52.contact-wrapper {
  padding-right: 0;
}

.contain {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.quick-stack-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 70vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.link-block-4 {
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

.link-block-4.w--current {
  z-index: 1000;
  position: relative;
}

.background-video-abs {
  z-index: 5;
  width: 30vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.background-video-2 {
  width: 100%;
  height: 65vh;
}

.image-101 {
  z-index: 99;
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-101.cover {
  filter: none;
  object-fit: cover;
  object-position: 50% 30%;
}

.banner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div {
  z-index: 1000;
  margin: 80% 70% 70%;
  position: relative;
}

.popupmain {
  z-index: 1999;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding: 0 60px;
  position: relative;
}

.bold-text {
  font-weight: 700;
}

.video-embed {
  width: 100%;
  height: 85vh;
  display: block;
}

.abs-block-new {
  z-index: 100000;
  color: #9a9a9a;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 60px;
  padding: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.abs-block-new:hover {
  color: #fff;
  background-color: #9a9a9a;
}

.abs-block-new.circlee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--bluee);
  color: #a0ce4e;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50px;
  height: 50px;
  display: flex;
}

.abs-block-new.circlee:hover {
  background-color: #d2cdcd;
}

.heading-small-1 {
  color: var(--bluee);
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
}

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

.heading-rel {
  text-align: left;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 120px;
}

.heading-rel.heading-2 {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 50px;
}

.heading-rel.heading-2.white {
  color: var(--white);
  position: relative;
  top: -50px;
}

.quick-stack-35 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

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

.video-wrapper, .form-1 {
  width: 100%;
}

.divider {
  background-color: #a0ce4e;
  height: 2px;
}

.arrow {
  filter: invert();
}

.dropdown-list-13 {
  background-color: #0000;
  position: static;
  overflow: auto;
}

.dropdown-list-13.w--open {
  background-color: #afdb62;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding: 10px;
  display: flex;
  overflow: auto;
}

.dropdown-15 {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: auto;
}

.img-relative {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-relative._100-sm-screen {
  width: 100%;
}

.cell {
  align-items: center;
}

.quick-stack-videos {
  width: 65vw;
  margin-bottom: 20px;
  padding: 0;
}

.cross-icon {
  z-index: 2999;
  cursor: pointer;
  object-fit: contain;
  border: 2px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px;
  position: absolute;
  inset: 10% 1% auto auto;
}

.popup {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  display: flex;
}

.nav-link-8-list {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  position: static;
}

.nav-link-8-list:hover {
  color: #919191;
  width: 100%;
}

.nav-link-8-list.flie-text-2 {
  font-style: normal;
  font-weight: 700;
}

.nav-link-8-list.flie-text-2.w--current {
  color: #919191;
}

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

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

.dropdown-toggle-12 {
  overflow: auto;
}

.background-video-3 {
  height: 100%;
}

.quick-stack-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.quick-stack-42._65pecrent {
  width: 66%;
}

.quick-stack-42.padding-below {
  margin-bottom: 20px;
}

.cell-7, .cell-8 {
  justify-content: center;
  align-items: center;
}

.scroll-wrap {
  height: 200vh;
  overflow: auto;
}

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

.quick-stack-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.image-108 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  width: 40px;
}

.image-109 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
}

.image-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 10%;
  display: flex;
}

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

.image-61 {
  width: 20px;
}

.video-small {
  width: 100%;
  height: 100%;
  min-height: 30rem;
}

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

.cell-52, .cell-53 {
  justify-content: flex-start;
  align-items: center;
}

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

.form1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form1-2.paragraph-font {
  align-items: flex-start;
}

.contact-form-2 {
  width: 100%;
}

.text-field-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  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-5:hover {
  border-color: #1d1f2e80;
}

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

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

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

.send-button {
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #292929;
}

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

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

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

@media screen and (max-width: 991px) {
  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.nopad {
    padding-left: 60px;
  }

  .section.nopad-left {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.nospace {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-img {
    width: 200px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .video {
    height: 60vh;
  }

  .video.main-banner.top-margin {
    margin-top: 18vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .heading.heading-3.grey {
    text-align: right;
  }

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

  .div-f-r-nav {
    width: auto;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon-5 {
    color: #fff;
  }

  .navlink.flie-text {
    text-align: right;
  }

  .nav-menu-3 {
    background-color: #000c;
    width: 100%;
  }

  .navbar {
    justify-content: space-between;
  }

  .nav-block-1 {
    height: 20vh;
  }

  .bild-zoom-effekt1 {
    height: 400px;
  }

  .impdat, .success {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .heading1.heading-1 {
    font-size: 35px;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .wrap.down {
    justify-content: center;
    align-items: center;
  }

  .html-embed-3 {
    height: 100%;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .image-100.auto-height {
    height: 100%;
  }

  .section-3, .section-3.padding-below {
    padding: 60px;
  }

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

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

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

  .nav-menu-7.main-color.highlights {
    width: 80%;
  }

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

  .heading-mittig.heading-1.small {
    font-size: 35px;
    line-height: 40px;
  }

  .section-img {
    padding: 60px;
  }

  .abs-block.zweitfarbe.right {
    padding-top: 20px;
    padding-bottom: 20px;
    inset: auto 0% 0% auto;
  }

  .abs-block.zweitfarbe.overlay-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack {
    width: 100%;
    padding: 0;
  }

  .quick-stack.no-padding-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .img-link-rel {
    height: 50vh;
  }

  .img-link-rel.size-100 {
    width: 100%;
    height: 100%;
  }

  .img-link-rel.size-100.portrait {
    width: 40vw;
  }

  .img-link-rel.clickable, .image-wrapper {
    height: auto;
  }

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

  .content-wrapper, .content-wrapper._50, .content-wrapper.no-padding {
    width: 100%;
  }

  .content-wrapper.portait {
    width: 40vw;
  }

  .section-bg.david, .section-bg.vivento, .section-bg.business, .section-bg.capco, .section-bg.nonfu2, .section-bg.arbeit, .section-bg.bg, .section-bg.michael-jaegar, .section-bg.c-and-a, .section-bg.potratits {
    height: 60vh;
  }

  .section-bg.business-potratis {
    background-position: 50% 0;
    height: 60vh;
  }

  .section-bg.advocate, .section-bg.bestarch, .section-bg.miratbeir, .section-bg.energy-dancing, .section-bg.double-potraits, .section-bg.handpotraits, .section-bg.selfpotraits, .section-bg.azko, .section-bg.waterhealing, .section-bg.gruenenthal, .section-bg.boehringer {
    height: 60vh;
  }

  .section-bg.hoch {
    background-position: 50% 0;
    height: 60vh;
  }

  .section-bg.making-img {
    background-size: cover;
    height: 60vh;
  }

  .section-bg.worldhealing-tour-tiere {
    height: 65vh;
  }

  .section-bg.handpotrait {
    height: 60vh;
  }

  .wrapper.zweitfarbe {
    height: 80vh;
  }

  .rounded-image {
    width: 500px;
    height: 500px;
  }

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

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

  .section-52.zweitfarbe {
    padding: 60px;
  }

  .quick-stack-3, .background-video-abs {
    width: 100%;
  }

  .background-video-2 {
    height: 50vh;
  }

  .div {
    margin-top: 95%;
  }

  .popupmain {
    z-index: 20000;
  }

  .popup-inside {
    width: 80%;
    padding: 60px 20px 20px;
  }

  .bold-text {
    font-size: 22px;
  }

  .video-embed {
    height: 60vh;
  }

  .heading-small-1 {
    font-size: 16px;
    line-height: 1.3em;
  }

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

  .heading-rel.heading-2.white {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-100-contain {
    height: 100%;
  }

  .video-wrapper {
    height: 50vh;
  }

  .dropdown-list-13 {
    height: 300px;
  }

  .dropdown-list-13.w--open {
    padding-bottom: 10px;
  }

  .img-relative {
    width: 100%;
    height: 100%;
  }

  .img-relative._100-sm-screen {
    height: 100%;
  }

  .quick-stack-videos {
    width: 100%;
  }

  .cross-icon {
    inset: 0% 0% auto auto;
  }

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

  .image-100-top {
    height: 100%;
  }

  .lightbox-link-100 {
    width: 100%;
  }

  .quick-stack-42 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-42._65pecrent {
    width: 100%;
  }

  .scroll-wrap {
    overflow: visible;
  }

  .img-wrapper {
    width: 100%;
    height: 50vh;
  }

  .quick-stack-44 {
    padding: 0;
  }

  .quick-stack-45 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-holder {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px;
  }

  .section.nopad {
    padding-left: 40px;
  }

  .section.nopad-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.nospace {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-img {
    width: 300px;
  }

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

  .divblock1 {
    height: auto;
  }

  .video {
    height: 44vh;
  }

  .video.main-banner {
    height: 55vh;
  }

  .video.main-banner.top-margin {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .titelvideo-div {
    padding-bottom: 20px;
  }

  .heading.heading-3.grey {
    line-height: 12px;
  }

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .section-2 {
    padding: 40px 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .content.highlights {
    padding: 40px 10px;
  }

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

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

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

  .wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap.down {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .section-3, .section-3.padding-below {
    padding: 40px;
  }

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

  .menu-button-1.main-color {
    padding: 10px;
  }

  .nav-menu-7.main-color {
    padding-top: 20vh;
  }

  .nav-menu-7.main-color.highlights {
    width: 93%;
    overflow: auto;
  }

  .heading-mittig.heading-1, .heading-mittig.heading-1.small {
    font-size: 30px;
    line-height: 35px;
  }

  .section-img {
    padding: 40px;
  }

  .abs-block.zweitfarbe.overlay-left {
    padding: 10px 20px;
  }

  .img-link-rel.size-100.portrait, .content-wrapper.portait {
    width: 50vw;
  }

  .section-bg.david {
    height: 55vh;
  }

  .section-bg.business {
    height: 45vh;
  }

  .section-bg.capco {
    height: 55vh;
  }

  .section-bg.nonfu2 {
    height: 45vh;
  }

  .section-bg.arbeit {
    height: 55vh;
  }

  .section-bg.bg {
    height: 45vh;
  }

  .section-bg.michael-jaegar {
    height: 50vh;
  }

  .section-bg.c-and-a {
    height: 65vh;
  }

  .section-bg.potratits {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-bg.business-potratis {
    height: 55vh;
  }

  .section-bg.advocate {
    height: 45vh;
  }

  .section-bg.bestarch {
    background-position: 50% 6%;
    background-size: contain;
  }

  .section-bg.miratbeir, .section-bg.energy-dancing {
    height: 50vh;
  }

  .section-bg.handpotraits {
    height: 45vh;
  }

  .section-bg.selfpotraits {
    height: 55vh;
  }

  .section-bg.pflant, .section-bg.waterhealing {
    height: 50vh;
  }

  .section-bg.gruenenthal {
    height: 45vh;
  }

  .section-bg.hoch {
    height: 50vh;
  }

  .section-bg.making-img {
    background-size: cover;
  }

  .section-bg.worldhealing-tour-tiere {
    height: 45vh;
  }

  .section-bg.handpotrait {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .wrapper.zweitfarbe {
    height: 65vh;
  }

  .rounded-image {
    width: 400px;
    height: 400px;
  }

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

  .section-52.zweitfarbe {
    padding: 40px;
  }

  .popupmain {
    display: none;
  }

  .popup-inside {
    width: 90%;
    padding: 40px 20px 20px;
  }

  .bold-text {
    font-size: 20px;
  }

  .heading-rel.heading-2.white {
    font-size: 40px;
    top: 0;
  }

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

  .cross-icon {
    width: 30px;
    height: 30px;
    inset: 0% 0% auto auto;
  }

  .nav-link-8-list.flie-text-2 {
    white-space: pre-line;
    overflow-wrap: anywhere;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .dropdown-toggle-12 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .scroll-wrap {
    overflow: auto;
  }

  .quick-stack-43 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .text-field-5.cc-textarea {
    margin-bottom: 20px;
  }
}

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

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

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

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

  .section.nopad {
    padding-left: 20px;
  }

  .section.nopad-left {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .logo-img {
    width: 250px;
  }

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

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

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

  .video {
    height: 27vh;
  }

  .video.main-banner {
    height: 60vh;
  }

  .video.main-banner.top-margin {
    height: 55vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .heading.heading-3.left {
    white-space: normal;
  }

  .heading.heading-3.grey {
    text-align: right;
    line-height: 15px;
  }

  .heading.heading-3.grey-2 {
    text-align: right;
    line-height: 11px;
  }

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

  .nav-block-1 {
    height: 16vh;
  }

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

  .heading-22 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .section-2 {
    padding: 10px;
  }

  .maps-gro {
    height: 300px;
  }

  .paragraph1.mittig.flie-text {
    white-space: pre-wrap;
  }

  .content.highlights {
    text-align: center;
    align-items: center;
    padding: 20px 10px;
  }

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

  .heading1.heading-1 {
    width: 100%;
    font-size: 20px;
  }

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

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

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

  .image-100.auto-height {
    height: 100%;
  }

  .section-3, .section-3.padding-below {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .navbar_1.main-color {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-postion {
    max-width: 100%;
    margin-left: 0;
  }

  .navbar-11 {
    justify-content: flex-end;
  }

  .nav-menu-7.main-color {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-7.main-color.highlights {
    width: 77vw;
  }

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

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

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

  .section-img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .abs-block.zweitfarbe.right {
    padding: 10px;
  }

  .abs-block.zweitfarbe.overlay-left {
    padding: 6px 10px;
  }

  .img-link-rel.size-100.portrait, .content-wrapper.portait {
    width: 100%;
  }

  .section-bg.david {
    background-position: 62%;
  }

  .section-bg.business {
    height: 25vh;
  }

  .section-bg.nonfu2 {
    height: 29vh;
  }

  .section-bg.arbeit {
    background-position: 50% 0;
    height: 50vh;
  }

  .section-bg.medion-1 {
    height: 30vh;
  }

  .section-bg.bg.bg-size {
    background-size: cover;
    height: 65vh;
  }

  .section-bg.michael-jaegar {
    height: 30vh;
  }

  .section-bg.c-and-a {
    background-position: 50% 0;
    height: 56vh;
  }

  .section-bg.potratits {
    background-position: 50% 0;
    height: 50vh;
  }

  .section-bg.business-potratis {
    height: 30vh;
  }

  .section-bg.advocate {
    height: 25vh;
  }

  .section-bg.bestarch {
    background-position: 50% 13%;
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: fixed;
    height: 45vh;
  }

  .section-bg.miratbeir {
    height: 30vh;
  }

  .section-bg.wht {
    height: 35vh;
  }

  .section-bg.energy-dancing {
    height: 30vh;
  }

  .section-bg.double-potraits {
    background-position: 50% 0;
    height: 55vh;
  }

  .section-bg.handpotraits {
    height: 26vh;
  }

  .section-bg.selfpotraits {
    height: 33vh;
  }

  .section-bg.azko {
    height: 35vh;
  }

  .section-bg.pflant, .section-bg.waterhealing, .section-bg.gruenenthal {
    height: 30vh;
  }

  .section-bg.buche {
    background-size: contain;
    height: 65vh;
  }

  .section-bg.hoch {
    height: 30vh;
  }

  .section-bg.symbol {
    height: 65vh;
  }

  .section-bg.making-img {
    background-position: 50% 100%;
    background-size: cover;
    height: 60vh;
  }

  .section-bg.worldhealing-tour-tiere {
    background-size: contain;
    height: 30vh;
  }

  .section-bg.handpotrait {
    background-position: 50% 0;
    height: 50vh;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .wrapper.zweitfarbe {
    height: 55vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rounded-image {
    width: 300px;
    height: 300px;
  }

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

  .section-51 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section11 {
    padding-bottom: 0;
  }

  .section-52.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-101 {
    object-fit: cover;
  }

  .popup-inside {
    width: 96%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    font-size: 16px;
    line-height: 26px;
  }

  .video-embed {
    height: 50vh;
  }

  .abs-block-new.circlee {
    width: 70px;
    height: 70px;
    padding: 20px;
  }

  .heading-small-1 {
    font-size: 10px;
    line-height: 1.3em;
  }

  .heading-small-1.btn-text {
    font-size: 12px;
  }

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

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

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

  .img-relative._100-sm-screen {
    height: 100%;
  }

  .cross-icon {
    width: 30px;
    height: 30px;
    inset: 0% 0% auto auto;
  }

  .img-wrapper {
    height: auto;
  }
}

#w-node-f3e14ccd-4667-e2d1-b8ce-b81f27befcb8-a99a9cd9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_16eef9fd-496d-a7ca-8f18-18f0e1426730-c105c4b1, #w-node-_768d085d-2d34-3a30-23d8-0da76fb56330-c105c4b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_929e4aa2-c72a-001a-1f34-f2de7ee11094-380c7f42 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4989ebcc-480b-bc89-daf5-9fb2e09dd25e-380c7f42 {
  grid-column: span 3 / span 3;
}

#w-node-cfbe9dce-4a06-dae4-bc73-f5d26ca27ef5-7e08b56f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_93159173-e9df-9f6f-b6eb-f3612c0ffa8c-1cff4856 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_32019cf4-d087-c55e-341b-19a9c7f24c57-1cff4856 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_71dbab0d-f59c-205f-2e5a-f13789afd0f3-1cff4856 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f5687a19-a576-79a8-63a7-f7cc2a5ec1c2-1cff4856, #w-node-fe5c9900-270f-ca7f-1dc2-a319a6985ae0-1cff4856, #w-node-_23407368-9aa2-53d8-7dcc-f9d996a91594-1cff4856 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-c8363acd-7ec3-3bd9-8fa1-e54aa43cb4eb-1cff4856 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ad40d6af-6a64-639b-73a6-8f349aaca58d-6cd5c785, #w-node-babb7ce1-6f63-3196-a982-2e9b8452ac15-6cd5c785 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_7ee30333-6f51-df0a-4adc-10203bf730d7-6cd5c785 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3b7622ab-1389-d3f0-9e63-c3b2fb8da78f-494eebfe {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5a92d9f4-fa49-78ef-1f44-bf8079ff445d-3818b950 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9122b219-5f02-e639-a03d-5f8df2275d30-73a2dc4c {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e2bf9f76-a1df-06f3-e120-7e3c73f4a829-e2dc3f6e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b340ed84-8161-822a-4c24-d20c45630cec-32f6b285, #w-node-_76d7633a-c0d1-7da1-8df1-2e85ce1bd14a-32f6b285, #w-node-b0383a2c-aeac-a9e2-4a73-fbb6e2833b32-32f6b285 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6516ba30-2bc3-68e1-9e32-c0ae05cb1606-6ba870a5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb7cd4e2-b3ea-4d87-4170-c9fd1dcc7894-cc2951a8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dbbd4e41-0750-2229-bfb9-b00910926644-cc2951a8 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0e9e95c7-6407-2e59-a9e4-29171da15a0a-cc2951a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_593b2a41-3e3f-1be6-1d3f-1c4d648dc00a-cc2951a8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9b16f9ae-6c79-7c74-6c43-3880fc4da28b-cc2951a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c4a5d99-6b5e-8b79-9f2b-1625a416a224-cc2951a8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6e02f94b-69d0-4831-d7ab-f56c350e7ac7-cc2951a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3419eef1-7646-8c1b-7c90-6e00ae6e8408-cc2951a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-c2a8ec99-4d3e-0a56-9057-5101ba693f5c-cc2951a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_91a4037a-ab19-6137-6789-5e0bd7db4ab5-cc2951a8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a3ec9112-e4e7-895c-b418-2ab350955fb5-cc2951a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_41052370-e28c-de9a-c5c2-53311bbb731b-cc2951a8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_21e66503-ba98-e1c0-7418-2c78c545bdb9-344c9ce3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3fb05682-8f7b-df3d-6c9c-2626f6325617-3c283433 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ce5cc714-af0e-832a-4ca9-60fc8a8b55c4-3c283433 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f70de9f4-cc62-91f1-3085-0112c5310a6c-3c283433 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ec37d3f0-6e1a-738e-ed60-de7a8f59dfe7-b5e96098 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6ed12aff-636c-be7f-f9e3-170e11fe4590-b5e96098 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb450ef0-31d6-0fdb-4f02-ebbd2e46a1b1-b5e96098 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-acf1c370-23e4-a76a-d848-eb7f68af8c6f-b5e96098 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-af4299d0-51bf-c3f1-3c29-d70c7e673470-b5e96098, #w-node-_5b24d3c4-c561-8cab-1196-52712c35a309-b5e96098 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e81503a-2c84-b4cf-7519-36f705bdbc51-66a1a895, #w-node-b9b37e00-8914-c850-df51-105443596cd0-66a1a895, #w-node-_4a5a85eb-c02e-d7a8-693f-c0e625519c7c-66a1a895 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d9bc811f-036c-262b-0599-e968f32c6890-66a1a895 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb7cd4e2-b3ea-4d87-4170-c9fd1dcc7894-1854f664 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dbbd4e41-0750-2229-bfb9-b00910926644-1854f664 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_929e4aa2-c72a-001a-1f34-f2de7ee11094-380c7f42 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e2bf9f76-a1df-06f3-e120-7e3c73f4a829-e2dc3f6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-acf1c370-23e4-a76a-d848-eb7f68af8c6f-b5e96098 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0e81503a-2c84-b4cf-7519-36f705bdbc51-66a1a895, #w-node-b9b37e00-8914-c850-df51-105443596cd0-66a1a895, #w-node-_4a5a85eb-c02e-d7a8-693f-c0e625519c7c-66a1a895, #w-node-d9bc811f-036c-262b-0599-e968f32c6890-66a1a895 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3e14ccd-4667-e2d1-b8ce-b81f27befcb8-a99a9cd9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_929e4aa2-c72a-001a-1f34-f2de7ee11094-380c7f42 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4989ebcc-480b-bc89-daf5-9fb2e09dd25e-380c7f42 {
    grid-column: span 1 / span 1;
  }

  #w-node-b340ed84-8161-822a-4c24-d20c45630cec-32f6b285, #w-node-_76d7633a-c0d1-7da1-8df1-2e85ce1bd14a-32f6b285, #w-node-b0383a2c-aeac-a9e2-4a73-fbb6e2833b32-32f6b285 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6516ba30-2bc3-68e1-9e32-c0ae05cb1606-6ba870a5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6ed12aff-636c-be7f-f9e3-170e11fe4590-b5e96098, #w-node-acf1c370-23e4-a76a-d848-eb7f68af8c6f-b5e96098, #w-node-af4299d0-51bf-c3f1-3c29-d70c7e673470-b5e96098, #w-node-_5b24d3c4-c561-8cab-1196-52712c35a309-b5e96098 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16eef9fd-496d-a7ca-8f18-18f0e1426730-c105c4b1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Adobe Garamond Pro 2 Cufonfonts';
  src: url('../fonts/adobe-garamond-pro-2-cufonfonts.zip') format('undefined');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Homizio Cufonfonts';
  src: url('../fonts/homizio-cufonfonts.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Proximanovacond Copy';
  src: url('../fonts/Fontspring-DEMO-proximanovacond-light---Copy.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Proximanovaexcn';
  src: url('../fonts/Fontspring-DEMO-proximanovaexcn-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agaramondpro';
  src: url('../fonts/AGaramondPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Simonson Proxima Nova';
  src: url('../fonts/Mark-Simonson--Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Simonson Proxima Nova';
  src: url('../fonts/Mark-Simonson--Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Simonson Proxima Nova';
  src: url('../fonts/Mark-Simonson--Proxima-Nova-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Simonson Proxima Nova';
  src: url('../fonts/Mark-Simonson--Proxima-Nova-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}