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

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

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

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-UltraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: clamp(14px, 6px + 1.58vmin, 18px);
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.16rem;
  font-weight: 900;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.66rem;
  font-weight: 700;
  line-height: 3.5rem;
}

h3 {
  margin-top: 6rem;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2em;
}

h4 {
  margin-top: 3.5rem;
  margin-bottom: .3rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2em;
}

h5 {
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-top: 1rem;
  margin-bottom: 0;
}

a {
  color: #fff;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a:hover, a:focus-visible, a[data-wf-focus-visible] {
  text-decoration-style: solid;
}

.section {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  display: flex;
}

.main {
  width: 100%;
  height: 100%;
  min-height: 100shv;
}

.square-wrapper-outer {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.video {
  object-fit: contain;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
}

.text-container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.square-wrapper-inner-landscape {
  aspect-ratio: 48 / 13;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.square-wrapper-inner-portrait {
  aspect-ratio: 1 / 1;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.navigation-container {
  z-index: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0%;
}

.navigation-top-container {
  z-index: 5;
  background-color: #000;
  justify-content: space-between;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-bottom-container {
  z-index: 5;
  background-color: #000;
  justify-content: space-between;
  padding: 1rem 4rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.button-none {
  background-color: #000;
  padding: 0;
  text-decoration: none;
}

.button-none:hover, .button-none:focus-visible, .button-none[data-wf-focus-visible] {
  text-decoration: underline;
}

.button-none.w--current {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.image {
  height: 1.4rem;
}

.felx-container-flow {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.langtext {
  max-width: 70rem;
  margin-bottom: 8rem;
  font-weight: 300;
}

.headline-langtext {
  width: 37rem;
  margin-top: 0;
}

.animation-wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: 2rem;
}

.first-headline {
  margin-top: 0;
}

.heading-2 {
  margin-top: 1.5rem;
}

.auszeichnung-fliesstext {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navigation-button-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quelle {
  margin-top: 6rem;
}

.heading-3 {
  margin-top: 1.5rem;
}

.first-line {
  margin-top: 3.5rem;
}

.video-container-mobile {
  width: 100%;
  height: 100%;
  display: none;
  max-width: 840px;
  max-height: 840px;
}

.video-container {
  width: 100%;
  height: 100%;
  display: none;
}

@media (orientation: portrait), (max-aspect-ratio: 1/1) {
  .video-container-mobile {
  display: block;
  }
}

@media (orientation: landscape), (min-aspect-ratio: 1/1) {
  .video-container {
  display: block;
  }
}