:root {
  --almost-black: #131313;
  --gold: #daaa5d;
  --almost-white: #f0efef;
  --icegreen: #556762;
  --smaragd-green: #005c53;
  --yellow-white: #fbf7ef;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--almost-black);
  font-family: DM Sans, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.5em;
}

h1 {
  color: var(--almost-black);
  letter-spacing: -1px;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaftan, Georgia, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 2.5em;
  margin-right: 1em;
  font-family: Kaftan, Georgia, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  margin-bottom: 0;
  font-size: 1.14em;
}

a {
  color: var(--almost-black);
  font-size: 1.2em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.175, .885, .32, 1.275);
}

a:hover {
  color: var(--gold);
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.body {
  background-image: url('../images/frame-6.jpg');
  background-position: 0 0;
  background-size: cover;
}

.contact-section {
  height: 100vh;
}

.navbar-wrapper {
  z-index: 999;
  color: var(--almost-white);
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  max-height: 9vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  display: flex;
}

.logo {
  font-family: Kaftan, Georgia, sans-serif;
  font-size: 1em;
  transition: opacity .2s;
}

.logo-wrapper {
  color: var(--almost-white);
  padding: 1em;
}

.menu-wrapper {
  align-items: center;
  padding: .5em 1em;
  display: block;
}

.menu-wrapper.desktop {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-icon {
  width: 1.5em;
  padding-left: 0;
}

.navlink {
  color: var(--almost-white);
  font-family: Kaftan, Georgia, sans-serif;
  font-size: 1em;
  transition: color .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.navlink:hover {
  color: var(--gold);
}

.contact-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-white {
  color: var(--almost-white);
  text-align: center;
  margin-bottom: .8em;
}

.h1-white.hero {
  white-space: nowrap;
  margin-bottom: .2em;
  font-size: 5.7em;
}

.h3-white {
  color: var(--almost-white);
  text-align: center;
}

.input-field {
  background-color: #c9c9c9;
  border-radius: 10px;
  font-size: 1.1em;
  box-shadow: 1px 2px 8px #696766b3;
}

.input-field.input-field_message {
  white-space: normal;
  mix-blend-mode: normal;
  background-color: #c9c9c9;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-top: .5em;
  padding-bottom: 6em;
  display: block;
}

.input-field.second {
  margin-right: 0;
}

.form {
  margin-top: 4em;
}

.form-block {
  z-index: 5;
  width: 40%;
  position: relative;
}

.button-white {
  background-color: var(--almost-white);
  color: var(--almost-black);
  border-radius: 10px;
}

.button-white.full-width {
  margin-top: 2em;
  font-size: 1.1em;
}

.button-white.full-width:hover {
  background-image: linear-gradient(to bottom, var(--gold), var(--gold)), url('../images/61535e3d7be9874a3f350331_noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.letter-wrapper {
  opacity: .8;
  mix-blend-mode: hard-light;
  position: absolute;
  inset: 17% auto auto 6%;
}

.letter-wrapper.p {
  opacity: .89;
  top: 12%;
}

.letter-wrapper.a-first {
  opacity: .86;
  inset: 20% 31% auto auto;
}

.letter-wrapper.s {
  inset: 40% 0% auto auto;
}

.letter-wrapper.c {
  opacity: .8;
  inset: 54% auto 0% 17%;
}

.letter-wrapper.a-second {
  opacity: .79;
  mix-blend-mode: hard-light;
  position: absolute;
  inset: auto 45% -8% auto;
}

.letter-wrapper.l {
  opacity: .83;
  inset: auto 9% -6% auto;
}

.section {
  width: 100%;
  padding: 8em 7em;
}

.section.hero {
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.section.gradient-bg {
  color: var(--almost-white);
  background-image: linear-gradient(68deg, #0e4641f2, #1f615af2 39%, #155a53f2 104%), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: relative;
}

.section.gradient-bg.testimonial {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.gradient-bg.hero {
  background-image: linear-gradient(68deg, #0e4641f2, #1f615af2 39%, #155a53f2 104%), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.gradient-bg.contact-section {
  position: static;
}

.section.light-bg {
  background-image: linear-gradient(#fbf7efe6, #fbf7efe6), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.light-bg.about {
  padding: 0;
  display: flex;
}

.section.light-bg.cta {
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.footer {
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.section.contact-section {
  height: auto;
  min-height: 100vh;
}

.container {
  width: 100%;
}

.container.testimonial {
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  color: var(--almost-white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60vw;
  padding: 3.75em 4em 3.75em 14.5em;
  display: flex;
  position: relative;
}

.container.testimonial.second {
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  padding-left: 4em;
}

.container.hero {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.flex-horizontal {
  align-items: flex-start;
}

.container.flex-horizontal.spc-btw {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.container.flex-horizontal.margin-top {
  justify-content: space-between;
  margin-top: 5em;
}

.container.flex-horizontal.no-margin-btm {
  margin-bottom: 0;
}

.bgvideo {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  display: block;
}

.play-button-wrapper {
  color: var(--gold);
  text-transform: uppercase;
  border: 1px solid #815c21;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  font-family: Kaftan, Georgia, sans-serif;
  font-size: 1em;
  font-weight: 400;
  display: none;
  position: absolute;
}

.play-button-wrapper.is-tablet {
  z-index: 800;
  display: none;
}

.play-button-wrapper.desktop {
  z-index: 101;
}

.bg-video-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-title-wrapper {
  z-index: 3;
  color: var(--almost-white);
  flex-direction: row;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: 65vh;
}

.hero-subtitle-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: .2em;
  margin-right: .2em;
  display: flex;
}

.hero-subtitle.second {
  letter-spacing: -1px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5;
}

.cursor-area {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.testimonial-quote {
  text-align: left;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6em;
}

.testimonial-source {
  color: #d1cdcd;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8em;
}

.quotation-mark {
  color: var(--gold);
  position: absolute;
  inset: 1.9em auto auto 4em;
}

.quotation-mark.second {
  display: none;
}

.image-wrapper.about {
  width: 35vw;
  position: relative;
}

.divider-vertical {
  background-color: var(--gold);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% .5em 0% 50.5vw;
}

.divider-vertical._1 {
  inset: 0% -.5em 0% auto;
}

.divider-vertical._2 {
  inset: 0% -8em 0% auto;
}

.divider-vertical._2.is-mobile {
  display: none;
}

.divider-vertical._3 {
  inset: 0% -8.5em 0% auto;
}

.divider-vertical._3.is-mobile {
  display: none;
}

.divider-vertical._4 {
  position: absolute;
  inset: 0% auto 0% 5.5em;
}

.divider-vertical._5 {
  inset: 0% 5.5em 0% auto;
}

.divider-vertical._6 {
  inset: 0% 5em 0% auto;
}

.divider-vertical._7 {
  height: 20%;
  inset: 30% auto 0% 26.5vw;
}

.divider-vertical._7.is-mobile {
  display: none;
}

.divider-vertical._8 {
  height: 20%;
  inset: 30% 26.5vw auto auto;
}

.divider-vertical._8.is-mobile {
  display: none;
}

.divider-vertical.rep {
  height: auto;
  position: static;
}

.divider-vertical._9 {
  inset: auto auto 0% 50vw;
}

.divider-horizontal {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-horizontal._1 {
  margin-bottom: 2em;
  position: static;
}

.divider-horizontal.hero {
  background-color: var(--almost-white);
  flex: 1;
  width: auto;
  margin-left: .6em;
  margin-right: .6em;
  position: static;
}

.divider-horizontal.hero.short {
  background-color: var(--gold);
  width: 60%;
  margin: 4em auto;
}

.divider-horizontal.hero.short.video-hide {
  display: none;
}

.divider-horizontal.cv {
  background-color: var(--almost-black);
  width: 8%;
  margin-left: 2.5em;
  margin-right: 2.5em;
  position: static;
}

.h3-icegreen {
  color: var(--icegreen);
}

.h3-icegreen.margin-2em {
  white-space: nowrap;
  margin-bottom: 2em;
}

.p-icegreen {
  color: var(--icegreen);
  font-size: 1em;
  line-height: 1.8em;
}

.content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40vw;
  height: 100%;
  display: flex;
}

.content-wrapper.space-around {
  justify-content: space-around;
  margin-left: 12em;
  margin-right: 10em;
}

.content-wrapper.half-wrap {
  flex: 0 auto;
  order: 1;
  align-items: flex-start;
  width: 43vw;
  max-width: none;
  margin-right: 5em;
  padding-right: 3em;
}

.content-wrapper.half-wrap.second {
  margin-left: 5em;
  margin-right: 0;
  padding-right: 0;
}

.wrapper-flex-corner {
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.margin-2em {
  margin-bottom: 2em;
}

.contain-about {
  align-items: center;
  display: flex;
}

.contain-about.about {
  justify-content: flex-start;
  width: 60vw;
  padding-top: 8em;
  padding-bottom: 8em;
  display: block;
}

.flex-horizontal {
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
}

.flex-horizontal.justify-spc-btwn {
  justify-content: space-between;
}

.link_underline {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  margin-top: .1em;
}

.link-white {
  color: var(--almost-white);
  text-align: center;
  transition: color .2s;
}

.link-white:hover {
  color: var(--gold);
}

.link-white.footer {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .5em;
  font-size: 1em;
}

.link-block {
  background-color: #0000;
  border-style: none;
  margin-bottom: .3em;
}

.link-block.margin-top {
  margin-top: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: .5em;
}

.link-block.pagination {
  flex-direction: row;
  align-items: center;
  margin-top: 2em;
  font-size: 1.2em;
}

.grid-kalender {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr .25fr;
  place-items: start stretch;
  max-width: 1440px;
}

.grid-kalender.full {
  grid-template-rows: auto auto;
  margin-top: 5em;
  margin-bottom: 5em;
  margin-right: 0;
}

.kalender-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-left: 2vw;
  display: flex;
}

.kalender-title-wrapper.staatsoper {
  width: auto;
}

.kalender-daten-wrapper {
  width: 30%;
}

.kalender-item-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.kalender-item-wrapper.staatsoper {
  align-items: center;
  margin-top: 0;
  padding-bottom: 2em;
  display: none;
}

.kalender-datum {
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 1em;
  font-size: 1.3em;
  font-weight: 700;
}

.kalender-link-wrapper {
  color: var(--almost-black);
  flex: 1;
  max-width: 10%;
  margin-right: 2vw;
  font-size: 1em;
}

.kalender-ort {
  font-size: 1.14em;
}

.button {
  border: 1px solid var(--almost-white);
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  transition: background-color 2s cubic-bezier(.55, .055, .675, .19), color .375s;
  display: flex;
}

.button:hover {
  color: var(--almost-black);
  background-image: linear-gradient(#dddcdbf2, #dddcdbf2), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.button.cta {
  border-color: var(--almost-black);
  padding: 1.5em 2em;
  font-size: 1.3em;
  transition-duration: 2s, .15s;
}

.button.cta:hover {
  border-color: var(--smaragd-green);
  color: var(--almost-white);
  background-image: linear-gradient(#0f3128, #0f3128), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.button.dark-outline {
  border-color: var(--icegreen);
  background-color: #0000;
  transition: background-color .6s cubic-bezier(.175, .885, .32, 1.275);
}

.button.dark-outline:hover {
  background-image: linear-gradient(#daaa5df2, #daaa5df2), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.button.dark-outline.full-width:hover, .button.white-outline:hover {
  background-image: linear-gradient(to bottom, var(--gold), var(--gold)), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.link-text.cta {
  font-size: 1.3em;
}

.link-text.white {
  color: var(--almost-white);
}

.kalender-title {
  letter-spacing: .5px;
  padding-bottom: 1em;
  font-size: 1.4em;
  line-height: 1em;
}

.kalender-title.staatsoper {
  padding-bottom: 0;
  font-weight: 700;
}

.kalender-list-wrapper {
  margin-top: 3em;
}

.kalender-list-wrapper.full {
  margin-top: 0;
}

.cd-image-wrapper {
  width: auto;
  height: 100%;
}

.three-col-wrapper {
  flex-direction: column;
}

.three-col-wrapper.video-hide {
  display: none;
}

.cd-item {
  flex-direction: column;
  align-items: center;
  width: 20vw;
  display: flex;
  position: relative;
}

.three-col-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cd-kuenstler {
  color: var(--icegreen);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cd-cover-wrapper {
  width: 20vw;
  max-width: 300px;
  height: 20vw;
  max-height: 300px;
  margin-bottom: 1.5em;
}

.cd-titel {
  margin-bottom: .3em;
}

.quote-wrapper {
  padding-right: 4em;
}

.quote-wrapper.second {
  padding-right: 0;
}

.cta-text {
  font-family: Kaftan, Georgia, sans-serif;
  font-size: 2.8em;
  line-height: 1.5;
}

.footer-link-wrapper {
  flex: 1;
  justify-content: space-between;
  margin-right: 3vw;
  display: flex;
}

.footer-link-wrapper.second {
  justify-content: space-around;
  margin-left: 3vw;
}

.social-icon-wrapper {
  border: 1px #000;
  padding: .5em;
}

.image {
  height: 3em;
}

.name-tag-wrapper.is-mobile {
  display: none;
}

.h2-hero {
  margin-bottom: 0;
  margin-right: 0;
  font-family: DM Sans, Arial, sans-serif;
  font-size: 1.5em;
}

.nav-link-wrapper {
  margin-right: 2em;
  padding: 1em;
}

.image-roll-wrapper {
  width: 35%;
}

.cv-wrapper {
  width: 60%;
}

.cv-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.2em;
  display: flex;
}

.cv-year {
  text-align: right;
  width: 15%;
  font-weight: 500;
}

.cv-event {
  white-space: nowrap;
  flex: 0 auto;
  width: 67%;
}

.cv-button-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3em;
  display: flex;
}

.h2-margin-bottom {
  margin-bottom: 1em;
}

.h2-margin-bottom.no-margin {
  margin-right: 0;
}

.rep-wrapper {
  align-items: stretch;
  margin-top: 4em;
  display: flex;
}

.rep-content-wrapper {
  margin-top: 1em;
  margin-left: 1.5em;
}

.p-grey {
  color: var(--almost-white);
  max-width: 35ch;
  margin-top: .5em;
  font-weight: 500;
}

.rep-item {
  margin-bottom: 2em;
}

.rep-composer {
  color: #d1cccc;
}

.three-col-image {
  width: 25vw;
  height: 25vw;
  margin-left: 1em;
  margin-right: 1em;
}

.cd-wrapper {
  position: relative;
}

.h2-no-margin {
  margin-bottom: 0;
}

.galerie-image-wrapper {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pagination-refokus {
  margin-top: 4em;
  display: flex;
}

.pagination-refokus.video {
  display: none;
}

.three-col-video {
  width: 25vw;
  margin-left: 1em;
  margin-right: 1em;
}

.ensemble-wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 32vw;
  margin-bottom: 4em;
  line-height: 1.5;
  display: block;
}

.bg-video-wrapper {
  width: 100%;
  position: relative;
}

.bg-video-overlay {
  z-index: 2;
  background-color: #13131387;
  position: absolute;
  inset: 0%;
}

.popup-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.popup-close {
  z-index: 2;
  border: 1px solid var(--almost-white);
  color: var(--almost-white);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  top: 1em;
  right: 1em;
}

.popup-content-wrapper {
  z-index: 1;
  width: 90vw;
  max-width: 1200px;
  height: 90vh;
  max-height: 675px;
  position: relative;
  overflow: auto;
}

.popup-content {
  margin: 2em 3em 2em 2em;
}

.popup-content.has-video {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.popup-hero-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup-background {
  background-color: #000000d6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-icon {
  width: .7em;
  height: 1em;
}

.flex-center.is-mobile {
  display: none;
}

.mobile-nav-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  font-family: Kaftan, Georgia, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-items {
  z-index: 1;
  border-radius: 999em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-link-1, .nav-link-2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.navi-link {
  color: var(--almost-white);
  letter-spacing: -1px;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 4.5vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link-3, .nav-link-4 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.nav-gradient-bg {
  background-image: linear-gradient(218deg, var(--smaragd-green), #0c665d 55%, #083c36);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-noise {
  opacity: .31;
  background-image: url('../images/61535e3d7be9874a3f350331_noise.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.language-wrapper {
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.german-wrapper {
  margin-right: 2em;
}

.language-link {
  color: #c7c2c2;
  padding: .5em;
  font-family: DM Sans, Arial, sans-serif;
  display: block;
}

.language-link.active {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 999em;
}

.english-wrapper {
  display: none;
}

.navbar {
  z-index: 999;
  background-color: #015048;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-icon-wrapper {
  padding: .5em 1em;
  display: none;
}

.page-container {
  width: 100%;
}

.page-container.light-bg {
  background-image: linear-gradient(#fbf7efe6, #fbf7efe6), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.page-container.gradient-bg {
  background-image: linear-gradient(#0e4641f2, #1f615af2 39%, #155a53f2), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.page-container.footer {
  background-color: #132e26;
}

.page-container.display-none {
  display: none;
}

.empty-state {
  color: var(--almost-white);
  background-image: linear-gradient(#044942f0, #044942f0), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: 1em;
}

.form-item {
  flex-direction: column;
  margin-top: 1.25em;
  display: flex;
}

.feld-label {
  color: #e4e0e0;
  font-size: 1.14em;
  font-weight: 400;
}

.page-load {
  z-index: 999;
  background-image: linear-gradient(66deg, #0000004d, #005c5300 41%, #033f3994 96%), linear-gradient(#014741db, #014741db), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.example-video-iframe {
  height: 0;
  position: relative;
}

.richtext-placeholder-wrapper {
  position: absolute;
  inset: 0%;
}

.richtext-placeholder-text {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cookie-text {
  text-align: center;
  font-size: 1em;
  position: absolute;
  bottom: 20%;
}

.link-small {
  font-size: 1.14em;
  font-weight: 500;
  position: absolute;
  bottom: 10%;
}

.preloader-lottie {
  width: 100px;
  margin-top: 10vh;
  display: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  display: flex;
}

.lottie-animation {
  width: 20vw;
}

.no-cookies-placeholder {
  z-index: 2;
  margin-left: 8em;
  margin-right: 8em;
  position: absolute;
}

.no-cookies-placeholder-symbol {
  background-color: var(--almost-white);
}

.no-cookies-placeholder-content {
  padding: 2em 5em;
}

.richt-text a {
  font-size: 1em;
  text-decoration: underline;
}

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

.wg-selector2-text-lang2 {
  color: var(--almost-white);
  font-size: 1em;
  font-weight: 400;
  position: relative;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-selector2-text-lang1 {
  color: var(--gold);
  text-align: left;
  font-family: DM Sans, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

.wg-selector-2-fill.f1 {
  border: 1px solid var(--gold);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector-2-fill.f2 {
  border: 1px solid var(--gold);
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s2, .wg-selector-2.s1 {
  font-size: 1em;
  line-height: 1.2em;
}

.kursiv {
  color: var(--icegreen);
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .navbar-wrapper {
    max-width: 1440px;
  }

  .button-white.full-width {
    margin-top: 2em;
  }

  .section.gradient-bg {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.gradient-bg.hero {
    max-width: none;
  }

  .section.light-bg {
    background-image: none;
    background-position: 0 0;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.footer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: none;
  }

  .container.flex-horizontal {
    max-width: 1440px;
  }

  .container.flex-horizontal.margin-top {
    width: auto;
  }

  .divider-vertical._7 {
    left: 31%;
  }

  .divider-vertical._8 {
    right: 31%;
  }

  .divider-vertical._9.is-mobile {
    left: 50%;
  }

  .divider-vertical.is-mobile {
    left: 50.5%;
  }

  .divider-horizontal.cv {
    width: 8%;
  }

  .content-wrapper.half-wrap.second {
    max-width: 535px;
  }

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

  .grid-kalender.full {
    margin-right: 0;
  }

  .cv-wrapper {
    max-width: 700px;
  }

  .cv-event {
    width: 67%;
    font-size: 14px;
  }

  .cd-wrapper {
    max-width: 1440px;
  }

  .popup-wrapper {
    display: none;
  }

  .navbar, .page-container {
    font-size: 15px;
  }

  .page-container.gradient-bg {
    background-image: linear-gradient(27deg, #0e4641f2, #1f615af2 39%, #155a53f2), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .page-container.footer {
    background-color: #132e26;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.9vw;
  }

  .menu-wrapper.w--open {
    background-color: #0000;
  }

  .menu-wrapper.desktop {
    display: none;
  }

  .menu-icon {
    width: 3vw;
  }

  .form-block, .button-white.full-width {
    width: 100%;
  }

  .letter-wrapper {
    display: block;
  }

  .letter-wrapper.p {
    top: 9%;
  }

  .letter-wrapper.p.hide-on-mobile {
    display: none;
  }

  .letter-wrapper.a-first {
    top: 17%;
    right: 41%;
  }

  .letter-wrapper.a-first.hide {
    display: none;
  }

  .letter-wrapper.s {
    top: 31%;
    right: 3%;
  }

  .letter-wrapper.s.hide {
    display: none;
  }

  .letter-wrapper.c {
    left: 6%;
  }

  .letter-wrapper.c.hide, .letter-wrapper.a-second, .letter-wrapper.a-second.hide, .letter-wrapper.l.hide {
    display: none;
  }

  .image-a-first {
    width: 70px;
  }

  .image-s {
    width: 100px;
  }

  .image-p {
    width: 200px;
  }

  .image-c, .image-a-second {
    width: 100px;
  }

  .image-l {
    width: 150px;
  }

  .section.gradient-bg {
    background-image: linear-gradient(252deg, #0e4641, #1c5c55 33%, #0e4641), linear-gradient(68deg, #0e4641f2, #1f615af2 39%, #155a53f2 104%), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    transition: border-width .2s;
  }

  .section.gradient-bg.testimonial {
    background-image: linear-gradient(252deg, #0e4641, #1d5a54 33%, #0e4641), url('../images/noisy-background-bw-unsplash-min_1noisy-background-bw-unsplash-min.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .section.light-bg {
    position: relative;
  }

  .section.light-bg.about {
    flex-direction: column;
    align-items: center;
  }

  .section.footer {
    padding-top: 4em;
  }

  .container.testimonial {
    flex: 1;
    align-items: center;
    padding-top: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.testimonial.second {
    text-align: center;
    flex-direction: column;
    padding-left: 2em;
  }

  .container.flex-horizontal, .container.flex-horizontal.spc-btw {
    flex-direction: column;
  }

  .container.flex-horizontal.margin-top {
    flex-direction: column-reverse;
  }

  .bgvideo {
    opacity: .97;
    background-color: #132e2642;
  }

  .play-button-wrapper.is-tablet {
    background-color: var(--almost-white);
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    border-style: none;
    font-size: .8em;
    display: flex;
    inset: 84vh 0% auto 44.5%;
  }

  .hero-subtitle.second {
    letter-spacing: 0;
  }

  .cursor-area {
    display: none;
  }

  .testimonial-quote {
    text-align: center;
    white-space: normal;
  }

  .quotation-mark {
    margin-bottom: 2em;
    display: block;
    position: static;
  }

  .quotation-mark.second {
    display: block;
  }

  .image-wrapper.about {
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: block;
  }

  .divider-vertical._1, .divider-vertical._2 {
    display: none;
  }

  .divider-vertical._2.is-mobile {
    display: block;
    inset: 0% 4em 0% auto;
  }

  .divider-vertical._3 {
    display: none;
  }

  .divider-vertical._3.is-mobile {
    display: block;
    inset: 0% auto 0% 4em;
  }

  .divider-vertical._4, .divider-vertical._5, .divider-vertical._6 {
    display: none;
  }

  .divider-vertical._7 {
    height: 100%;
    display: none;
    inset: 0% auto 0% 0%;
  }

  .divider-vertical._7.is-mobile {
    display: block;
    left: 4em;
  }

  .divider-vertical._8 {
    height: 100%;
    display: none;
    inset: 0% -3em 0% auto;
  }

  .divider-vertical._8.is-mobile {
    display: block;
    right: 4em;
  }

  .divider-vertical.is-mobile, .divider-horizontal._2 {
    display: none;
  }

  .divider-horizontal._1 {
    width: 50%;
  }

  .divider-horizontal.hero.short {
    width: 100%;
  }

  .divider-horizontal.cv {
    flex: 0 auto;
    margin-left: 1.2em;
    margin-right: 1.2em;
  }

  .content-wrapper {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper.space-around {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper.half-wrap {
    width: 100%;
  }

  .content-wrapper.half-wrap.second {
    margin-top: 8em;
    margin-left: 0;
  }

  .wrapper-flex-corner {
    margin-top: 4em;
    margin-bottom: 5em;
  }

  .image-about {
    width: 100%;
  }

  .contain-about.about {
    width: 100%;
    padding-left: 7em;
    padding-right: 7em;
    position: relative;
  }

  .link-block.is-mobile {
    margin-top: 3em;
  }

  .grid-kalender.full {
    margin-right: 0;
  }

  .kalender-title-wrapper {
    width: auto;
    margin-bottom: 3em;
    margin-left: 0;
  }

  .kalender-daten-wrapper {
    width: auto;
    margin-bottom: 3em;
  }

  .kalender-item-wrapper {
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: .5em;
    padding: 5em 1em 3em;
  }

  .kalender-link-wrapper {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .button {
    text-align: left;
    border-width: 1px;
    justify-content: center;
    font-size: 1.1em;
  }

  .button.dark-outline.full-width {
    width: 100%;
  }

  .link-text {
    font-size: 1em;
  }

  .kalender-title {
    font-size: 1.7em;
  }

  .cd-item {
    width: 100%;
    margin-bottom: 6em;
  }

  .three-col-layout {
    flex-direction: column;
  }

  .cd-cover-wrapper {
    width: 70vw;
    height: 70vw;
  }

  .quote-wrapper {
    padding-right: 0;
  }

  .quote-wrapper.second {
    display: none;
  }

  .cta-text {
    text-align: center;
    margin-bottom: 1em;
  }

  .footer-link-wrapper {
    flex-direction: row;
    justify-content: space-around;
    width: 70%;
    margin-bottom: 1em;
  }

  .footer-link-wrapper.second {
    justify-content: space-around;
    margin-left: 0;
  }

  .social-icon-wrapper {
    padding-top: .25em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .image {
    height: 1.5em;
  }

  .name-tag-wrapper {
    display: none;
  }

  .name-tag-wrapper.is-mobile {
    margin-bottom: 2em;
    display: block;
  }

  .image-roll-wrapper {
    width: 100%;
    margin-bottom: 5em;
  }

  .cv-wrapper {
    width: 100%;
  }

  .cv-year {
    width: 20%;
  }

  .cv-event {
    white-space: normal;
    width: 67%;
  }

  .three-col-image {
    width: 70vw;
    height: 70vw;
    margin-bottom: 3em;
    margin-left: 0;
    margin-right: 0;
  }

  .pagination-refokus {
    margin-top: 3em;
  }

  .three-col-video {
    width: 70vw;
    margin-bottom: 3em;
  }

  .ensemble-wrapper {
    width: 100%;
  }

  .popup-close {
    top: 2em;
    right: 2em;
  }

  .popup-content.has-video, .popup-hero-video {
    justify-content: center;
    align-items: center;
  }

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

  .flex-center.is-mobile {
    display: flex;
  }

  .cd-image {
    width: 100%;
  }

  .navi-link {
    font-size: 3.5em;
  }

  .english-wrapper, .menu-icon-wrapper {
    display: flex;
  }

  .play-icon {
    width: 2.5em;
  }

  .wg-selector2-text-lang2 {
    font-family: DM Sans, Arial, sans-serif;
    font-weight: 400;
  }

  .wg-element-wrapper.sw3 {
    margin-top: 1.5em;
  }

  .wg-selector2-text-lang1 {
    font-family: DM Sans, Arial, sans-serif;
    font-weight: 400;
  }

  .wg-selector-2-fill.f1, .wg-selector-2-fill.f2 {
    border: 1px solid var(--gold);
  }

  .wg-selector-2.s2 {
    font-family: DM Sans, Arial, sans-serif;
  }

  .h1-big {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.4vw;
  }

  h2 {
    font-size: 3.2em;
  }

  .navbar-wrapper {
    opacity: 1;
    background-color: #072724;
    max-height: 11vh;
    padding: .5em 1.5em;
  }

  .logo {
    color: var(--almost-white);
  }

  .menu-icon {
    width: 4vw;
  }

  .contact-content {
    margin-top: 0%;
  }

  .h1-white.hero {
    font-size: 4.4em;
  }

  .input-field.input-field_message {
    padding-bottom: 20vh;
  }

  .input-field.second {
    margin-left: 0;
  }

  .button-white.full-width {
    width: 100%;
  }

  .letter-wrapper.p {
    top: 11%;
    left: 17%;
  }

  .letter-wrapper.a-first {
    display: none;
  }

  .letter-wrapper.s {
    inset: 11% 30% auto auto;
  }

  .letter-wrapper.c {
    inset: auto auto 10% 12%;
  }

  .letter-wrapper.a-second {
    inset: auto 46% 10% auto;
  }

  .letter-wrapper.l {
    inset: auto 12% 10% auto;
  }

  .image-s {
    width: 80px;
  }

  .image-p {
    width: 180px;
  }

  .section {
    padding-left: 6em;
    padding-right: 6em;
  }

  .bgvideo {
    width: 100%;
    height: 70vh;
  }

  .play-button-wrapper.is-tablet {
    background-color: var(--almost-white);
    font-size: 1em;
    position: absolute;
    inset: 45% 0% 0% 44.5vw;
  }

  .bg-video-contain {
    flex-direction: column;
  }

  .hero-title-wrapper {
    text-shadow: none;
    margin-top: 7.5em;
    margin-bottom: 4em;
    position: static;
  }

  .hero-subtitle-wrapper {
    flex-direction: column;
  }

  .hero-subtitle.second {
    white-space: nowrap;
  }

  .image-wrapper.about {
    width: 100%;
  }

  .divider-horizontal.hero {
    flex: 0 auto;
    width: 50%;
    margin: .7em 0;
  }

  .divider-horizontal.cv {
    display: none;
  }

  .content-wrapper.half-wrap {
    margin-right: 0;
    padding-right: 0;
  }

  .kalender-item-wrapper {
    padding-top: 4em;
  }

  .cd-cover-wrapper {
    width: 50vw;
    height: 50vw;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .h2-hero {
    font-size: 1.8em;
  }

  .cv-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2em;
  }

  .cv-year {
    width: auto;
    margin-bottom: .2em;
  }

  .cv-event {
    width: auto;
  }

  .three-col-video {
    max-width: 100%;
    margin-left: 0;
  }

  .bg-video-wrapper {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .mobile-nav-wrapper {
    display: none;
  }

  .navi-link {
    font-size: 3em;
  }

  .play-icon {
    width: 2.5em;
  }

  .page-load-image {
    max-width: 80%;
  }

  .no-cookies-placeholder-content {
    padding-left: 3em;
    padding-right: 3em;
  }

  .video {
    max-width: 100%;
  }

  .h1-big {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3vw;
  }

  h2 {
    font-size: 3em;
  }

  .logo {
    font-size: 14px;
  }

  .menu-icon {
    object-fit: contain;
    width: 2em;
  }

  .navlink {
    display: none;
  }

  .h1-white.small {
    font-size: 4.4em;
  }

  .letter-wrapper.s {
    right: 21%;
  }

  .image-s {
    width: 50px;
  }

  .image-p {
    width: 120px;
  }

  .image-c {
    width: 50px;
  }

  .image-a-second {
    width: 70px;
  }

  .image-l {
    width: 90px;
  }

  .section {
    padding: 8em 3em;
  }

  .section.gradient-bg.hero {
    height: auto;
  }

  .container {
    overflow: visible;
  }

  .hero-subtitle-wrapper {
    margin-top: 2em;
  }

  .divider-vertical._2.is-mobile {
    right: 2em;
  }

  .divider-vertical._3.is-mobile, .divider-vertical._7.is-mobile {
    left: 2em;
  }

  .divider-vertical._8.is-mobile {
    right: 2em;
  }

  .contain-about.about {
    padding: 6em 3em;
  }

  .flex-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-white {
    font-size: 1.2em;
  }

  .link-block.margin-top-small {
    margin-top: 1em;
  }

  .kalender-item-wrapper {
    padding-left: 1em;
  }

  .button {
    font-size: 1em;
  }

  .link-black {
    font-size: 1.2em;
  }

  .three-col-wrapper {
    margin-top: 6em;
  }

  .cd-item {
    flex: 0 auto;
  }

  .cd-wrapper {
    margin-left: 3em;
    margin-right: 3em;
  }

  .bg-video-wrapper {
    height: 70vh;
  }

  .mobile-nav-wrapper {
    display: none;
  }

  .nav-link-1 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .nav-link-2 {
    margin-bottom: 1em;
  }

  .navi-link {
    font-size: 2.5em;
  }

  .nav-link-3, .nav-link-4 {
    margin-bottom: 1em;
  }

  .h1-big {
    font-size: 2.7em;
  }
}

#w-node-f3810a9e-9290-0c10-a878-dad39a3c7dae-68f0b115 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_2496f07f-b7d3-d3d6-a176-adbacab3e8a1-68f0b115, #w-node-ab0fa006-2626-f3cd-25b7-db90bcc17db2-68f0b115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17ef3e5c-1364-b40b-1f5c-7247e5b9d5d3-04f0b11d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_31c0b521-7c2b-0a2a-525f-aad62dee3dbc-04f0b11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55e60623-ef9d-1665-3477-6cf2d55fd421-04f0b11d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fd335c3b-6f8f-207e-d2ab-ec0ff4ee07f0-04f0b11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Kaftan';
  src: url('../fonts/kaftan-serif.woff') format('woff'), url('../fonts/kaftan-trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dmsans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/dmsans-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}