@font-face {
  font-family: Inter;
  src: url('../fonts/Inter_28pt-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --heading--h1: 5rem;
  --heading--h2: 4rem;
  --heading--h3: 3.1875rem;
  --heading--h4: 2.5625rem;
  --heading--h5: 2.0625rem;
  --heading--h6: 1.625rem;
  --color--grey: #1e1f20;
  --color--whitesmoke: whitesmoke;
  --color--cream: #dcdfd4;
  --font-family--noto-serif: "Notoserif Condensed", "Times New Roman", sans-serif;
  --font-family--inter: Inter, Arial, sans-serif;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: #f5f5f5;
  font-family: Power Grotesk;
  font-size: 1rem;
  line-height: 1.1;
}

h1 {
  font-size: var(--heading--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-size: var(--heading--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  font-size: var(--heading--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  font-size: var(--heading--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

.style-hero {
  background-color: var(--color--grey);
  width: 100%;
  min-height: 70vh;
  padding-top: 5rem;
  position: relative;
}

.style-logo {
  width: 50%;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.style-wrapper {
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.spacer-200px {
  height: 12.5rem;
}

.component-div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-tag {
  background-color: var(--color--grey);
  color: #fff;
  border-radius: 5px;
  padding: .625rem;
  font-weight: 400;
}

.heading-1 {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--heading--h1);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.spacer-100px {
  height: 100px;
}

.heading-2 {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--heading--h2);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.heading-3 {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--heading--h3);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.heading-4 {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--heading--h4);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.heading-6 {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--heading--h6);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.paragraph-large {
  letter-spacing: .2px;
  font-family: Notoserif Condensed, Times New Roman, sans-serif;
  font-style: italic;
  line-height: 1.3;
}

.paragraph-regular {
  color: gray;
  letter-spacing: .2px;
  font-family: Notoserif Condensed, Times New Roman, sans-serif;
  font-size: 1.0625rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-regular.about {
  color: #0000008f;
  width: 40%;
  font-size: .9rem;
  font-weight: 300;
}

.paragraph-small {
  letter-spacing: .3px;
  font-family: Notoserif Condensed, Times New Roman, sans-serif;
  font-size: .8125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.page-wrapper {
  overflow: hidden;
}

.hero-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/HJH03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 100vh;
  position: relative;
}

.wrapper {
  padding-left: 5rem;
  padding-right: 5rem;
}

.wrapper.is-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-logo {
  width: 100%;
}

.logo-link {
  width: 60%;
  margin-bottom: 3.5rem;
  margin-left: 4rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-button {
  z-index: 5;
  opacity: 0;
  color: #fff;
  background-color: #0d2335b8;
  border-radius: 5px;
  margin-top: 2rem;
  margin-right: 2rem;
  padding: .4375rem 10px;
  text-decoration: none;
  position: fixed;
  top: 0%;
  right: 0%;
}

.nav-button.is-icon {
  opacity: 100;
  background-color: #25d366;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  display: block;
}

.nav-left-align {
  background-color: var(--color--grey);
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 45%;
  height: 100vh;
  padding: 6rem 4.5rem 4.375rem 4.375rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.links-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  margin-right: .9375rem;
}

.nav-link-heading {
  font-size: var(--heading--h2);
}

.credits-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  text-align: right;
  flex-flow: column;
  display: flex;
}

.text-block {
  color: #ffffffab;
  font-size: 1.2rem;
}

.text-block.is-black {
  color: #000000ab;
}

.credit-name {
  color: #fff;
  font-size: 2.1875rem;
}

.credit-name.is-balck {
  color: #000;
}

.about-section {
  background-color: var(--color--whitesmoke);
  position: relative;
}

.about-info {
  color: #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-blue {
  color: var(--color--grey);
}

.spacer-150px {
  height: 9.375rem;
}

.about-image {
  height: 43.75rem;
  margin-top: 5rem;
  margin-left: -5rem;
}

.detail-info {
  border-top: 1.5px solid #999;
  border-bottom: 1.5px #999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 65%;
  margin-top: 5rem;
  display: flex;
}

.colum {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1.5px solid #999;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 5px;
  display: grid;
}

.detail-text-block {
  color: gray;
  letter-spacing: .3px;
  font-family: Notoserif Condensed, Times New Roman, sans-serif;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.3;
}

.detail-text-block.is-subhead {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.scroll-section {
  flex-flow: column;
  height: 160vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.scroll-image {
  position: sticky;
  top: 5rem;
}

.scroll-image._2 {
  z-index: 5;
  position: sticky;
}

.stack-wrapper {
  border-top: 1px #000;
  flex-flow: column;
  display: flex;
}

.stack-image {
  height: 100vh;
  position: sticky;
  top: 0;
}

.stack-image._2 {
  border-top-width: 1px;
}

.image-stack {
  object-fit: cover;
  object-position: 50% 90%;
  border-top-width: 1px;
  width: 100%;
  height: 100%;
}

._2-col-grid {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.vision-info-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.vision-materials-right {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  color: #00000057;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 65%;
  display: flex;
}

.cta-section {
  background-image: linear-gradient(#1e1f20e6, #1e1f20e6), url('../images/4-DSC02018.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cta-materials {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.footer-heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, Arial, sans-serif;
  font-size: 4.7rem;
  font-style: italic;
  font-weight: 900;
}

.cta-button {
  color: #000;
  letter-spacing: .3px;
  background-color: #fff;
  border-radius: 50px;
  padding: 13px 20px;
  font-family: Notoserif Condensed, Times New Roman, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  transition: all .2s;
}

.cta-button:hover {
  color: var(--color--cream);
  background-color: red;
}

.footer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 3rem 2rem .5rem;
  display: flex;
}

.dorma-fotter-logo {
  width: 200px;
}

.image {
  object-fit: fill;
  margin: 10px;
}

.kontakt-button {
  z-index: 5;
  opacity: 0;
  background-color: #25d366;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: 2px 6px 5px 2px #0003;
}

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

.heading-2-ohne-luft {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--heading--h2);
  text-transform: uppercase;
  margin-bottom: -7px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.heading-2-ohneluftoben {
  font-family: Inter, Arial, sans-serif;
  font-size: var(--heading--h2);
  text-transform: uppercase;
  margin-top: -29px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.image-2 {
  width: auto;
}

.icon-details {
  width: 34px;
}

.image-stack-2, .image-stack-3 {
  object-fit: cover;
  border-top-width: 1px;
  width: 100%;
  height: 100%;
}

.link-grau {
  color: gray;
  letter-spacing: .3px;
  text-underline-offset: 2px;
  font-family: Notoserif Condensed, Times New Roman, sans-serif;
  font-size: 1.1875rem;
  font-style: italic;
  text-decoration-style: dotted;
  text-decoration-color: #999;
}

.link-grau:hover {
  text-decoration-color: red;
}

.link-grau.is-small {
  font-size: 1.0625rem;
}

.text-span {
  color: #999;
  text-underline-offset: 8px;
  text-decoration-style: dotted;
}

.heading-7 {
  text-transform: uppercase;
  font-family: Inter, Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.zurueck-button {
  z-index: 5;
  opacity: 0;
  background-color: red;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: 2px 6px 5px 2px #0003;
}

.hero-section-small {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/HJH03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 50vh;
  position: relative;
}

.dropcap {
  float: left;
  text-transform: uppercase;
  margin-right: 10px;
  padding-right: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 3.1rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.flex-block {
  flex-flow: row;
  display: block;
}

.disclaimer-paragraph {
  display: block;
}

.text-span-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.datenschutz-head {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, Arial, sans-serif;
  font-weight: 900;
}

.datenschutz-head.is-rechtsgrundlage {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Notoserif Condensed, Times New Roman, sans-serif;
}

.menus-container {
  z-index: 5;
  flex-flow: column;
  flex: 1;
  place-content: flex-end flex-start;
  align-items: center;
  width: auto;
  height: 90%;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu {
  cursor: pointer;
  background-color: #282729;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.menu.main {
  background-color: red;
  width: 5rem;
  height: 5rem;
  margin-bottom: 8px;
  transition: opacity .2s;
  display: flex;
  position: static;
  box-shadow: 4px 4px 5px #0000004d;
}

.menu.main:hover {
  background-color: #ff2020;
}

.menu.main:active {
  opacity: .8;
}

.icons-container {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 0;
  display: flex;
  position: static;
}

.icons-container.main {
  width: 3rem;
  height: 3rem;
}

.menu-sec {
  cursor: pointer;
  background-color: #282729;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 8px;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.menu-sec:hover {
  background-color: #3d3c3d;
}

.menu-sec.is-whatsapp {
  background-color: #25d366;
}

.menu-sec.is-whatsapp:hover {
  background-color: #52e689;
}

.menu-sec.is-signal {
  background-color: #3a76f0;
}

.menu-sec.is-signal:hover {
  background-color: #6190f1;
}

.html-embed-2 {
  margin-top: 5px;
  padding-top: 0;
}

.image-3 {
  max-width: 100%;
}

.image-4 {
  max-width: 60%;
}

.image-5, .image-6, .contact-icon {
  max-width: 70%;
}

.menus-container-backup {
  z-index: 5;
  flex-flow: column;
  flex: 1;
  place-content: flex-end flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.left-arrow, .right-arrow {
  display: block;
}

.icon, .icon-2, .slide-nav {
  display: none;
}

.klein-hansi {
  aspect-ratio: 3 / 2;
  height: 43.75rem;
  margin-top: 5rem;
  margin-left: -5.6rem;
  display: inline-block;
  overflow: hidden;
}

.mask {
  aspect-ratio: auto;
}

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

@media screen and (max-width: 991px) {
  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-link {
    width: 95%;
    margin-bottom: 1rem;
    margin-left: 1rem;
    inset: auto 0% 0%;
  }

  .nav-left-align {
    width: 80%;
  }

  .about-info {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-image {
    object-fit: cover;
    height: 30rem;
    margin-left: 0;
  }

  .detail-info {
    width: 100%;
  }

  .section-stack {
    margin-top: -6.25rem;
  }

  .footer-heading {
    font-size: 5rem;
  }

  .klein-hansi {
    object-fit: cover;
    height: 30rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: var(--heading--h4);
  }

  .paragraph-regular.about, .nav-left-align {
    width: 100%;
  }

  .text-block.is-black {
    font-size: .9rem;
  }

  .credit-name.is-balck {
    font-size: 1.6rem;
  }

  .spacer-150px {
    height: 6.25rem;
  }

  .about-image {
    object-position: 1% 50%;
  }

  ._2-col-grid {
    flex-flow: column;
  }

  .vision-info-left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .vision-materials-right {
    width: 100%;
  }

  .cta-materials {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-heading {
    font-size: var(--heading--h3);
  }

  .heading-2-ohne-luft, .heading-2-ohneluftoben {
    font-size: var(--heading--h4);
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(#0000, #0000), url('../images/HJH03.jpg');
    background-position: 0 0, 83%;
  }

  .logo-link {
    width: 100%;
    margin-bottom: 3rem;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-left-align {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-link-heading {
    font-size: var(--heading--h4);
  }

  .credits-div {
    text-align: left;
  }

  .about-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

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

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

  .cta-section {
    background-color: var(--color--grey);
    background-image: linear-gradient(#1e1f20e6, #1e1f20e6), url('../images/4-DSC02018.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .cta-materials {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .footer-section {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .dorma-fotter-logo {
    width: 150px;
  }

  .image-stack-2, .image-stack-3 {
    object-position: 40% 50%;
  }

  .hero-section-small {
    background-image: linear-gradient(#0000, #0000), url('../images/HJH03.jpg');
    background-position: 0 0, 83%;
  }

  .menus-container, .menus-container-backup {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .klein-hansi {
    object-fit: cover;
    object-position: 30% 50%;
  }

  .flex-block-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_28pt-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserif Condensed';
  src: url('../fonts/NotoSerif_Condensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}