@font-face {
  font-family: Golostext Variablefont Wght;
  src: url('../fonts/GolosText-VariableFont_wght.woff2') format("woff2"),
       url('../fonts/GolosText-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent-5: #00102e;
  --accent-2: #dce0ff;
  --black: black;
  --accent-1: #919bff;
  --richtext: 16px;
  --accent-4: #3843a3;
  --primary-color: #00163e;
  --white: white;
  --accent-6: #011c4f;
  --h4-text: 24px;
  --h1-text: 96px;
  --h6-text: 18px;
  --h2-text: 64px;
  --h3-text: 40px;
  --secondary-color: #3746a5;
  --h5-text: 20px;
  --accent-3: #001f58;
}

.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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  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 {
  background-color: var(--accent-5);
  color: var(--accent-2);
  font-family: Golostext Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-hero {
  height: 100%;
}

.container-large.big {
  max-width: 100rem;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.is-hero {
  height: 100%;
}

.container-small {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.form-input {
  border: 2px solid var(--accent-1);
  height: 50px;
  color: var(--accent-2);
  font-size: var(--richtext);
  background-color: #0000;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 15px 30px;
  line-height: 125%;
  transition: all .3s;
}

.form-input:focus {
  border-color: var(--accent-4);
}

.form-input::placeholder {
  color: var(--accent-2);
}

.form-input.is-textarea {
  height: auto;
  min-height: 12rem;
}

.footer {
  font-size: var(--richtext);
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
  line-height: 120%;
}

.footer_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer_wrapper.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.copyright_text {
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

.copyright_text.created {
  padding-top: 3px;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-banner_component {
  z-index: 999;
  background-color: var(--primary-color);
  color: #fff;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  background-color: var(--primary-color);
  width: 48px;
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  opacity: .7;
}

.cc-manager_component {
  z-index: 999;
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  text-align: center;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: #fff;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--primary-color);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  background-size: auto;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  background-color: var(--black);
  text-align: center;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.cc-prefs_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  min-width: 120px;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #fff6;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-reject {
  display: none;
}

.fs-cc-reject.insta-no-cookies {
  background-color: var(--primary-color);
  color: var(--white);
}

.text-underline {
  text-decoration: underline;
}

.insta-embed {
  overflow: hidden;
}

.hero-sticky-trigger {
  width: 100%;
  height: 200vh;
  position: relative;
}

.hero-section {
  background-image: linear-gradient(180deg, var(--primary-color) 53%, var(--accent-5));
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-section.is-sticky {
  background-image: linear-gradient(180deg, var(--accent-5) 53%, var(--accent-6));
  position: sticky;
  top: 0;
  overflow: hidden;
}

.padding-global {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.height-100 {
  height: 100%;
}

.padding-global.is-sticky {
  position: sticky;
  top: 0;
}

.padding-section-large {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.height-100 {
  height: 100%;
}

.padding-section-large.bottom-double {
  padding-bottom: 14rem;
}

.padding-section-large.top-0 {
  padding-top: 0;
}

.padding-section-large.is-hero {
  padding-top: 14rem;
}

.padding-section-large.top-4 {
  padding-top: 4rem;
}

.seo-heading {
  display: none;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.btn {
  border: 2px solid var(--accent-2);
  font-size: var(--h4-text);
  background-color: #0000;
  border-radius: 15px;
  padding: 10px 12px;
  font-weight: 400;
  line-height: 100%;
  transition: all .3s;
}

.btn:where(.w-variant-92a10cd8-efbe-3081-4802-6c3d48d2ab3b) {
  border-color: var(--accent-1);
  color: var(--accent-1);
}

.btn:hover {
  background-color: var(--accent-2);
  color: var(--accent-5);
}

.btn:hover:where(.w-variant-92a10cd8-efbe-3081-4802-6c3d48d2ab3b) {
  background-color: var(--accent-1);
  color: var(--accent-6);
}

.typer-absolut-wrapper {
  height: 96px;
  position: relative;
}

.typer-absolut-wrapper.is-relative-size {
  height: 7.5vh;
}

.text-color-accent-1 {
  color: var(--accent-1);
}

.h1-text {
  font-size: var(--h1-text);
  font-weight: 400;
  line-height: 104%;
}

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

.h1-text.weight-700.relative-size {
  font-size: 7.5vh;
}

.h1-text.weight-700.relative-size.no-wrap {
  white-space: nowrap;
  word-break: keep-all;
}

.h1-text.weight-700.relative-size.no-wrap.absolut {
  position: absolute;
  inset: 0%;
}

.h1-text.relative-size {
  font-size: 7.5vh;
}

.h1-accent {
  color: var(--accent-1);
  font-weight: 700;
}

.h1-accent.underlined {
  text-decoration: underline;
}

.max-width-45 {
  width: 100%;
  max-width: 45rem;
  display: inline-block;
}

.max-width-45.is-full {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h5-text {
  font-size: var(--richtext);
  font-weight: 400;
  line-height: 125%;
}

.h5-text.is-check {
  color: var(--accent-1);
  margin-bottom: 0;
}

.h5-text.is-imprint {
  font-size: var(--h6-text);
  line-height: 150%;
}

.arrow-btn.is-absolut {
  width: 44px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 5%;
}

.jumping-arrow {
  width: 100%;
}

.hero-sticky-bottom-wrapper {
  z-index: 2;
  background-color: var(--accent-5);
  margin-top: -100vh;
  position: relative;
}

.gradient-dark-top {
  background-image: linear-gradient(180deg, var(--accent-6), var(--accent-5));
}

.margin-bottom120 {
  margin-bottom: 120px;
}

.section-heading-component {
  max-width: 50rem;
  display: inline-block;
}

.section-heading-component.smaller {
  max-width: 32rem;
}

.h2-text {
  font-size: var(--h2-text);
  font-weight: 400;
  line-height: 109%;
}

.h2-text.weight-700.is-absolut {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.strategie-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.strategie-grid.has-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.strategie-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.strategie-img {
  object-fit: contain;
  width: 100%;
  max-width: 180px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.h4-text {
  font-size: var(--h4-text);
  font-weight: 400;
  line-height: 140%;
}

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

.h4-text.line-height-125 {
  line-height: 125%;
}

.zitat-wrapper {
  border: 2px solid var(--accent-4);
  background-color: var(--primary-color);
  box-shadow: 0 2px 5px 0 var(--primary-color);
  border-radius: 25px;
  padding: 100px 90px;
  position: relative;
}

.margin-bottom64 {
  margin-bottom: 64px;
}

.h3-text {
  font-size: var(--h3-text);
  font-weight: 400;
  line-height: 175%;
}

.h3-text.height-110 {
  line-height: 110%;
}

.gradient-dark-bottom {
  background-image: linear-gradient(0deg, var(--accent-6), var(--accent-5));
}

.goals-img {
  width: 180px;
  max-height: 100%;
}

.goal-item-top {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60%;
  display: flex;
}

.goal-item-top.bigger {
  align-items: stretch;
  height: 70%;
}

.goal-item-body {
  height: 40%;
}

.goal-item-body.smaller {
  height: 30%;
}

.slidein-wrapper.events-none {
  pointer-events: none;
}

.logo-slider-container {
  background-color: var(--accent-4);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.logo-slide-component {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: max-content;
  will-change: auto;
}

.logo-slide-item {
  flex: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-slide {
  max-height: 3.5rem;
}

.overlaping-component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
  position: relative;
}

.overlaping-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 7rem;
  display: flex;
  overflow: hidden;
}

.is-relative {
  z-index: 2;
  width: 100%;
  position: relative;
}

.arrow-absolut-container {
  z-index: 99;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 35%;
  left: 2rem;
  right: 2rem;
}

.prev-slide1 {
  pointer-events: auto;
  transition: all .4s;
}

.prev-slide1:hover {
  transform: scale(.9);
}

.next-slide1 {
  pointer-events: auto;
  transition: all .4s;
}

.next-slide1:hover {
  transform: scale(.9);
}

.slider-arrow-wrapper {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-container1 {
  z-index: 4;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-slide {
  flex: none;
  width: 100%;
  height: 100%;
}

.swiper-slide.is-zertifikat {
  width: 800px;
  max-width: 90vw;
  height: auto;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.video-contents {
  width: 100%;
  max-width: 15rem;
  display: inline-block;
}

.video-gradient-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.video-gradient {
  pointer-events: none;
  background-color: #919bff66;
  position: absolute;
  inset: 0%;
}

.overlapping-bottom-wrapper {
  z-index: 1;
  flex-flow: column;
  width: 90%;
  height: 80vh;
  margin-bottom: -10vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00163e4d;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 4rem 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.max-width-50 {
  width: 100%;
  max-width: 50rem;
  display: inline-block;
}

.audio-wrapper {
  border: 2px solid var(--accent-6);
  background-color: #dce0ffbf;
  border-radius: 15px;
  padding: 50px 40px;
  position: relative;
}

.audio-play-btn {
  z-index: 5;
  border: 3px solid var(--accent-6);
  background-color: var(--accent-2);
  cursor: pointer;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
}

.audio-play-icon {
  object-fit: contain;
  width: 35px;
  height: 36px;
  display: block;
}

.audio-pause-icon {
  object-fit: contain;
  width: 35px;
  height: 36px;
  display: none;
}

.audio-center-wrapper {
  position: relative;
}

.audio-progress-wrapper {
  background-color: var(--accent-2);
  cursor: pointer;
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.audio-progress {
  background-color: var(--accent-6);
  pointer-events: none;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.audio-time-wrapper {
  position: absolute;
  top: 8px;
  right: 0;
}

.audio-time {
  color: var(--accent-6);
  font-size: var(--richtext);
  font-weight: 400;
  line-height: 125%;
}

.cookie-banner {
  z-index: 99;
  text-align: center;
  background-color: #00102e99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-color-accent-2 {
  color: var(--accent-2);
}

.bg-video {
  width: 100%;
  height: 100%;
}

.bg-video.is-desktop {
  display: block;
}

.bg-video.is-mobil {
  display: none;
}

.overlapping_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.book-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.book-hover-wrapper {
  cursor: pointer;
  position: relative;
}

.book-hover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.weight-700.italic {
  font-style: italic;
}

.max-width-30 {
  width: 100%;
  max-width: 30rem;
  display: inline-block;
}

.teams-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team-item {
  width: 100%;
  max-width: 230px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.team-img {
  object-fit: cover;
  border-radius: 15px;
  width: 250px;
  height: 250px;
}

.margin-bottom5 {
  margin-bottom: 5px;
}

.margin-bottom85 {
  margin-bottom: 85px;
}

.no-wrap {
  white-space: nowrap;
  word-break: keep-all;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.margin-bottom24 {
  margin-bottom: 24px;
}

.form-input-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.checkbox-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border: 1px solid var(--accent-1);
  background-color: var(--accent-6);
  width: 24px;
  height: 24px;
  color: var(--accent-1);
  border-radius: 5px;
  margin-top: 0;
  padding: 5px;
}

.checkbox.w--redirected-checked {
  background-color: var(--accent-6);
  color: var(--accent-1);
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.error-message {
  text-align: center;
  background-color: #0000;
}

.margin-bottom60 {
  margin-bottom: 60px;
}

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

.social-icon {
  width: 50px;
  transition: all .4s ease-in-out;
}

.social-icon:hover {
  transform: scale(.95);
}

.footer-logo {
  max-height: 75px;
}

.flex-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-img-section {
  width: 100%;
  display: flex;
  position: relative;
}

.hero-img-wrapper {
  width: 100%;
  height: 80vh;
  min-height: 30rem;
  max-height: 70rem;
  position: relative;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-img.is-about {
  object-position: 50% 20%;
}

.hero-gradient-bottom {
  background-image: linear-gradient(180deg, #00102e00 43.5%, var(--accent-5));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-contents {
  width: 100%;
  margin-left: -100%;
  padding: 60vh 5% 2rem;
  position: relative;
}

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

.max-width-14 {
  width: 100%;
  max-width: 14rem;
  display: inline-block;
}

.about-drop {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.full-img-section {
  width: 100%;
  display: flex;
}

.full-img-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 40rem;
  max-height: 80rem;
  position: relative;
  overflow: hidden;
}

.full-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.full-img.show-desktop {
  display: block;
}

.full-img.show-mobil {
  display: none;
}

.full-img-gradient {
  background-image: linear-gradient(180deg, #00102e00, var(--accent-5));
  position: absolute;
  inset: 0%;
}

.full-img-contents {
  z-index: 2;
  width: 100%;
  margin-left: -100%;
  padding: 7rem 5%;
  position: relative;
}

.full-img-container {
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.zitat-big-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zitat-big-item {
  opacity: 0;
  width: 100%;
  position: relative;
  transform: translate(0, 50px);
}

.zitat-big-item.second, .zitat-big-item.third {
  margin-left: -100%;
}

.gradient-light-top {
  background-image: linear-gradient(180deg, var(--accent-4), var(--accent-5));
}

.zertifikat-swiper-wrapper {
  width: 100%;
  overflow: hidden;
}

.zertifikat-swiper-container {
  display: flex;
}

.swiper-wrapper {
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.zitate-slide-item {
  background-color: var(--accent-5);
  white-space: normal;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 45px;
  display: flex;
}

.missions-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.mission-img {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.small-table-head {
  border-bottom: 2px solid var(--accent-1);
  width: 100%;
  color: var(--accent-1);
  text-align: left;
  cursor: pointer;
  padding: 0 60px 24px 0;
  position: relative;
}

.small-table-head:hover {
  color: var(--accent-2);
}

.small-table-subhead {
  color: var(--accent-2);
  padding-top: 15px;
  padding-bottom: 0;
}

.table-arrow-btn {
  height: 30px;
  margin-top: 0;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.table-arrow-btn.arrow-bottom {
  margin-top: auto;
  margin-bottom: 0;
  bottom: 24px;
}

.padding-vertical-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.table-body {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.table-top-line {
  background-color: var(--accent-1);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.padding-vertical-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.herausforderungen-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.richtext {
  font-size: 14px;
  font-weight: 400;
}

.line-horizontal {
  background-color: var(--accent-1);
  width: 100%;
  height: 2px;
}

.margin-bottom70 {
  margin-bottom: 70px;
}

.faq-table {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.faq-table-item {
  border-bottom: 1px solid var(--accent-1);
}

.faq-table-head {
  width: 100%;
  color: var(--accent-1);
  text-align: left;
  cursor: pointer;
  padding-bottom: 10px;
  padding-right: 60px;
  transition: all .4s ease-in-out;
  position: relative;
}

.faq-table-arrow-btn {
  height: 30px;
  margin-top: 0;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-table-body {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.faq-answer-wrapper {
  padding-bottom: 10px;
}

.h6-text {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 125%;
}

.cs-grid {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.cs-collection-item {
  width: 100%;
  height: 100%;
}

.cs-item {
  border: 2px solid var(--accent-1);
  width: 100%;
  height: 100%;
  color: var(--accent-1);
  border-radius: 20px;
  padding: 30px;
  transition: all .4s ease-in-out;
}

.cs-item:hover {
  border-color: var(--accent-2);
  background-color: var(--accent-1);
  color: var(--accent-4);
}

.bg-accent-4 {
  background-color: var(--accent-4);
}

.zertifikat-slide-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.zertifikat-slide-item {
  background-color: var(--accent-1);
  white-space: normal;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
}

.navbar16_menu-button {
  z-index: 2147483647;
  pointer-events: auto;
  padding: 0;
  position: relative;
}

.navbar16_menu-button.w--open {
  z-index: 2147483647;
  background-color: #0000;
}

.navbar16_menu-2 {
  z-index: 9;
  background-color: var(--primary-color);
  background-image: linear-gradient(180deg, var(--accent-4), #3843a380);
  pointer-events: auto;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding: 15vh 5%;
  transition: height .5s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 20%;
  overflow: hidden;
}

.navbar16_container-2 {
  z-index: 99;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar16_link {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin: 0 0 1vh;
  padding: 0 0 5px;
  font-size: 5vh;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.navbar16_link:hover, .navbar16_link.w--current {
  color: var(--accent-2);
}

.navbar16_component {
  z-index: 999;
  pointer-events: none;
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: 1rem 5%;
  display: flex;
  position: fixed;
}

.navbar16_menu-wrapper {
  z-index: 2;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
}

.nav-btn-line {
  background-color: var(--accent-1);
  width: 100%;
  height: 3px;
}

.nav-btn-line.middle-two {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-btn-line.bottom {
  flex: none;
}

.nav-btn-line.is-middle-wrapper {
  background-color: #0000;
  flex: none;
  position: relative;
}

.nav-btn-line.top {
  flex: none;
}

.nav-btn-line.middle-one {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-btn-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  width: 60px;
  height: 30px;
  display: flex;
}

.navbar16_links-wrapper {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  color: var(--accent-1);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 400;
  line-height: 167%;
  display: flex;
}

.nav-logo-wrapper {
  z-index: 999;
  pointer-events: auto;
  position: relative;
}

.nav-logo {
  max-height: 64px;
}

.nav-overlay-trigger {
  z-index: -2;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.site-loader {
  z-index: 9999;
  background-color: var(--accent-5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 7rem 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.open-drop, .inline {
  display: inline-block;
}

.typer-absolut {
  white-space: nowrap;
  word-break: keep-all;
  position: absolute;
  inset: 0% 0% auto auto;
}

.newsletter-popup {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.n-popup-wrapper {
  z-index: 2;
  border: 2px solid var(--accent-2);
  background-color: var(--primary-color);
  opacity: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 45rem;
  max-height: 70vh;
  padding: 24px 40px 40px;
  position: relative;
  overflow: auto;
  transform: translate(0, 100vh);
}

.n-popup-close-trigger {
  opacity: 0;
  background-color: #3746a566;
  position: absolute;
  inset: 0%;
}

.cs-hero {
  position: relative;
}

.cs-hero-img-wrapper {
  width: 100%;
  height: 50vh;
  min-height: 15rem;
  max-height: 40rem;
  position: relative;
}

.cs-hero-img {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

.cs-hero-img-overlay {
  background-image: linear-gradient(180deg, #00102e00 25%, var(--accent-5));
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient-middle {
  background-image: linear-gradient(180deg, var(--accent-5), var(--accent-6) 20%, var(--accent-6) 80%, var(--accent-5));
}

.cs-hero-contents {
  width: 100%;
  height: 100%;
}

.cs-hero-head {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.cs-hero-left {
  text-align: right;
}

.cs-hero-right {
  text-align: left;
  width: 100%;
}

.table {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.table-head {
  border-bottom: 2px solid var(--accent-1);
  width: 100%;
  color: var(--accent-1);
  cursor: pointer;
  padding-bottom: 40px;
  padding-right: 60px;
  position: relative;
}

.table-subhead {
  color: var(--accent-2);
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-list-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 2px solid var(--accent-4);
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.table-bottom-line {
  background-color: var(--accent-1);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0;
}

.gallery-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-item {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.gallery-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-video-playbtn {
  width: 4rem;
  height: 4rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    --accent-5: #00102e;
    --accent-2: #dce0ff;
    --accent-1: #919bff;
    --richtext: 16px;
    --accent-4: #3843a3;
    --primary-color: #00163e;
    --accent-6: #011c4f;
    --h4-text: 22px;
    --h1-text: 64px;
    --h6-text: 16px;
    --h2-text: 50px;
    --h3-text: 38px;
    --secondary-color: #3746a5;
    --h5-text: 18px;
    --accent-3: #001f58;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.bottom-double {
    padding-bottom: 12rem;
  }

  .padding-section-large.is-hero {
    padding-top: 10rem;
  }

  .strategie-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .strategie-grid.has-4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .goals-img {
    width: 175px;
  }

  .overlaping-wrapper {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .arrow-absolut-container {
    left: 0;
    right: 0;
  }

  .overlapping-bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .book-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .teams-grid {
    grid-column-gap: 40px;
  }

  .missions-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .navbar16_menu-button {
    padding: 0;
  }

  .navbar16_menu-button.w--open {
    background-color: #0000;
  }

  .navbar16_menu-2 {
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar16_container-2 {
    grid-auto-columns: 1fr;
  }

  .navbar16_link {
    position: static;
  }

  .navbar16_link.w--current {
    color: #fff;
  }

  .navbar16_menu-wrapper {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .navbar16_links-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .nav-logo {
    max-height: 40px;
  }

  .cs-hero-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .table-head {
    padding-bottom: 30px;
  }

  .table-list-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

@media screen and (max-width: 767px) {
  body {
    --accent-5: #00102e;
    --accent-2: #dce0ff;
    --accent-1: #919bff;
    --richtext: 16px;
    --accent-4: #3843a3;
    --primary-color: #00163e;
    --accent-6: #011c4f;
    --h4-text: 20px;
    --h1-text: 44px;
    --h6-text: 16px;
    --h2-text: 35px;
    --h3-text: 28px;
    --secondary-color: #3746a5;
    --h5-text: 18px;
    --accent-3: #001f58;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    margin-left: 0;
  }

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

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.bottom-double {
    padding-bottom: 8rem;
  }

  .padding-section-large.is-hero {
    padding-top: 8rem;
  }

  .margin-bottom40.mobil-smaller {
    margin-bottom: 20px;
  }

  .typer-absolut-wrapper.is-relative-size {
    height: 4.8vh;
  }

  .h1-text.weight-700.relative-size, .h1-text.relative-size {
    font-size: 4.8vh;
  }

  .margin-bottom120.mobil-smaller {
    margin-bottom: 60px;
  }

  .strategie-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .strategie-grid.has-4 {
    grid-template-columns: 1fr;
  }

  .strategie-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .strategie-img {
    max-width: 150px;
  }

  .zitat-wrapper {
    padding: 3rem 2rem;
  }

  .margin-bottom64 {
    margin-bottom: 40px;
  }

  .goals-img {
    width: 150px;
    max-height: none;
  }

  .goal-item-top, .goal-item-top.bigger, .goal-item-body, .goal-item-body.smaller {
    height: auto;
  }

  .slidein-wrapper.events-none {
    pointer-events: auto;
  }

  .overlaping-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .arrow-absolut-container {
    top: auto;
    bottom: 0;
  }

  .slider-arrow-wrapper {
    padding-bottom: 3rem;
  }

  .swiper-slide {
    width: 85vw;
  }

  .swiper-slide.is-zertifikat {
    width: 85vw;
    max-width: none;
  }

  .margin-bottom30 {
    margin-bottom: 15px;
  }

  .margin-bottom50.mobil-smaller {
    margin-bottom: 30px;
  }

  .audio-wrapper {
    padding: 30px 30px 30px 75px;
  }

  .audio-play-btn {
    width: 50px;
    height: 50px;
  }

  .audio-play-icon, .audio-pause-icon {
    width: 20px;
    height: 20px;
  }

  .audio-time-wrapper {
    top: 4px;
  }

  .cookie-banner {
    padding: 10px;
  }

  .bg-video.is-desktop {
    display: none;
  }

  .bg-video.is-mobil {
    display: block;
  }

  .book-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .margin-bottom85.mobil-smaller {
    margin-bottom: 40px;
  }

  .contact-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom24.mobil-smaller {
    margin-bottom: 10px;
  }

  .full-img-section {
    flex-flow: column;
  }

  .full-img-wrapper {
    min-height: 15rem;
    max-height: 50rem;
  }

  .full-img.show-desktop {
    display: none;
  }

  .full-img.show-mobil {
    display: block;
  }

  .full-img-contents {
    background-color: var(--accent-5);
    margin-left: 0%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .zitate-slide-item {
    padding: 15px;
  }

  .missions-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .table-arrow-btn {
    height: 20px;
    position: relative;
  }

  .margin-bottom70.mobil-smaller {
    margin-bottom: 40px;
  }

  .faq-table-arrow-btn {
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .cs-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .navbar16_menu-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar16_link {
    letter-spacing: .05em;
    margin-bottom: 2vh;
    font-size: 3.2vh;
  }

  .navbar16_component {
    background-image: none;
  }

  .nav-btn-wrapper {
    width: 48px;
    height: 28px;
  }

  .navbar16_links-wrapper {
    align-items: center;
  }

  .n-popup-wrapper {
    padding: 24px;
  }

  .cs-hero-head {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .cs-hero-left {
    text-align: center;
  }

  .table-head {
    justify-content: space-between;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .table-list-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  body {
    --accent-5: #00102e;
    --accent-2: #dce0ff;
    --accent-1: #919bff;
    --richtext: 16px;
    --accent-4: #3843a3;
    --primary-color: #00163e;
    --accent-6: #011c4f;
    --h4-text: 18px;
    --h1-text: 38px;
    --h6-text: 16px;
    --h2-text: 30px;
    --h3-text: 24px;
    --secondary-color: #3746a5;
    --h5-text: 18px;
    --accent-3: #001f58;
  }

  h1 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    margin-left: 0;
  }

  .footer_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

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

  .footer_wrapper.left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .copyright_text {
    font-size: 1rem;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .cc-banner_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .cc-prefs_component {
    padding: 24px;
  }

  .btn {
    font-size: 16px;
  }

  .h1-text.relative-size.mobil-static {
    font-size: 35px;
  }

  .strategie-img {
    max-width: 125px;
  }

  .zitat-wrapper {
    padding: 2rem .5rem;
  }

  .audio-wrapper {
    padding: 25px 20px 25px 49px;
  }

  .audio-play-btn {
    width: 39px;
    height: 39px;
    left: 10px;
  }

  .cookie-banner {
    padding: 0;
  }

  .teams-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .socials-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .social-icon {
    width: 44px;
  }

  .faq-table-arrow-btn {
    height: 20px;
  }

  .cs-item {
    padding: 20px;
  }

  .navbar16_menu-button:hover {
    transform: scale(1.05);
  }

  .navbar16_menu-2 {
    border-bottom-right-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7vh;
    display: flex;
    left: 0%;
  }

  .navbar16_link {
    text-align: center;
    padding-bottom: 0;
  }

  .navbar16_component {
    background-image: none;
  }

  .nav-btn-line {
    height: 3px;
  }

  .n-popup-wrapper {
    padding: 12px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2fd1e47a-ff47-5088-db80-fd9b2061d40e-00f33f51 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ffec338b-1ce8-5904-67a0-208dc841723e-8b01d2b7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2fd1e47a-ff47-5088-db80-fd9b2061d40e-00f33f51 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Golostext Variablefont Wght';
  src: url('../fonts/GolosText-VariableFont_wght.woff2') format('woff2'),
       url('../fonts/GolosText-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}