@font-face {
  font-family: Poppins Local;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --text-dunkelbeige: var(--text-ausgegraut);
  --kartonpapier: #d1d1b3;
  --text-ausgegraut: #8e8970;
  --hellschwarz: #8e8970;
  --white: var(--text-dunkelbeige);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  color: var(--text-dunkelbeige);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7vw;
  font-style: italic;
  font-weight: 700;
  line-height: 7.5vw;
}

h3 {
  color: var(--text-dunkelbeige);
  margin-top: 20px;
  margin-bottom: 70px;
  font-family: Merriweather Local, Times New Roman, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h4 {
  color: var(--text-dunkelbeige);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}

.body {
  background-color: var(--kartonpapier);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Poppins Local, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.sec {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 150vh;
  padding-left: 10vw;
  display: flex;
}

.sec.landing {
  z-index: 44;
  border-bottom: 2px solid var(--text-dunkelbeige);
  background-color: var(--kartonpapier);
  height: 100vh;
  padding-left: 0;
  position: relative;
}

.sec.impressum {
  z-index: 55;
  background-color: #141414;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  padding-left: 0;
  position: relative;
}

.div-3er {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-right: 50vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-wrapper-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
  margin-left: 25vw;
  margin-right: 2vw;
}

.img-visual {
  object-fit: scale-down;
  width: 400px;
  height: 400px;
}

.div-warpper-layout {
  z-index: 33;
  width: 50vw;
  margin-bottom: 20vh;
  position: sticky;
  top: 30vh;
}

.img-werteger {
  opacity: .9;
  margin-top: 5vh;
}

.cont-3items {
  flex-flow: column;
}

.txt-leistungen {
  max-width: 52ch;
  margin-bottom: 15px;
  margin-right: 50px;
}

.txt-wertig, .txt-werte, .txt-integer {
  cursor: crosshair;
}

.cont-landing {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-animation {
  height: 200px;
}

.img-nugget {
  margin-bottom: 5vh;
}

.img-logo-landing {
  opacity: .8;
}

.cont-impressum {
  opacity: 1;
  color: var(--text-dunkelbeige);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5vh;
}

.lb-landing {
  margin-top: 20vh;
  margin-bottom: -50px;
}

.cont-kontakt {
  width: 100%;
}

.quick-stack {
  padding: 0;
}

.txt-impressum {
  width: 100%;
}

.txt-kontakt {
  color: var(--text-dunkelbeige);
  max-width: 44ch;
  margin-right: 50px;
}

.txt-link {
  color: var(--text-dunkelbeige);
  text-decoration: none;
}

.lb-impressum {
  margin-top: 10vh;
  text-decoration: none;
}

.txt-link-black {
  z-index: 99;
  color: #333;
  text-decoration: none;
  position: relative;
}

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

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

._404 {
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins Local, Verdana, sans-serif;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5vw;
}

.text-block-2 {
  font-family: Poppins Local, Verdana, sans-serif;
}

.sronly {
  z-index: 0;
  flex-flow: column;
  width: 1px;
  max-width: 1px;
  height: 1px;
  max-height: 1px;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.sr-only {
  font-size: 1px;
  line-height: 1px;
}

@media screen and (max-width: 991px) {
  .sec.impressum {
    padding: 250px 20px 20px;
  }

  .div-3er {
    display: none;
  }

  .div-wrapper-img {
    width: 35%;
    margin-left: 0;
  }

  .img-logo-landing {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 50px;
  }

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

  .div-wrapper-img {
    width: 50%;
    margin-bottom: 0;
  }

  .div-warpper-layout {
    width: auto;
    margin-bottom: 100px;
    position: static;
  }

  .txt-leistungen {
    font-size: 1rem;
  }

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

  .lb-landing {
    display: none;
  }

  .txt-impressum {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .txt-kontakt {
    margin-right: 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .sec.impressum {
    padding-top: 50px;
  }

  .div-wrapper-img {
    width: 75%;
    margin-right: 0;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .txt-impressum {
    padding-right: 10px;
  }

  .txt-kontakt.email {
    display: none;
  }
}

#w-node-d92c9de3-404a-dc1a-2195-17e173c2e139-8cbdf8b0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .5fr;
}

@media screen and (max-width: 767px) {
  #w-node-d92c9de3-404a-dc1a-2195-17e173c2e139-8cbdf8b0 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .25fr .5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d92c9de3-404a-dc1a-2195-17e173c2e139-8cbdf8b0 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}


@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather Local';
  src: url('../fonts/Merriweather-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Local';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}