@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Bold.ttf') format("truetype"), url('../fonts/Barlow-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --primary-color: #ea5b21;
  --h5-text: 20px;
  --h6-text: 18px;
  --h4-text: 24px;
  --h1-text: 96px;
  --h2-text: 64px;
  --h3-text: 40px;
  --richtext: 16px;
  --secondary-color: #873fab;
}

.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-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('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: Barlow, 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;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.container-large.is-full {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.container-large.hero {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-large.hero.akademie {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: stretch;
  position: relative;
}

.container-large.hero.woche {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: var(--white);
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

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

.main-wrapper {
  min-height: 100vh;
  overflow: hidden;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-color-white {
  color: var(--white);
  flex: none;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  margin-bottom: 0;
  padding: .4rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form-input::placeholder {
  color: #0009;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  resize: vertical;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-lightgrey {
  background-color: #f4f4f4;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  color: var(--black);
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.footer {
  justify-content: center;
  align-items: center;
  padding: 12px 5% 18px;
}

.footer_grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.dreher-media-logo {
  height: 1rem;
}

.dreher-media-logo.inverted {
  filter: invert();
}

.section-legal {
  margin-top: 5rem;
}

.blogpost1_content {
  margin-bottom: 4rem;
}

.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(--black);
  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);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  width: 48px;
  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 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  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-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding: 8rem 5% 2rem;
  display: flex;
  position: relative;
}

.hero-contents {
  padding: 7rem 5%;
  position: absolute;
  inset: 0%;
}

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

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

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

.padding-section-large.bottom-30 {
  padding-bottom: 30px;
}

.padding-section-large.top-30 {
  padding-top: 30px;
}

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

.full-img-section {
  display: flex;
  position: relative;
}

.full-img-section.full {
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
}

.full-img-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 40rem;
  max-height: 80rem;
  position: sticky;
  top: 0;
}

.full-img-gradient {
  position: absolute;
  inset: 0%;
}

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

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

.full-img-contents.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.biography-content {
  align-self: center;
  display: inline-block;
}

.biography-lang-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.tab-link {
  font-size: var(--h5-text);
  letter-spacing: .05em;
  cursor: pointer;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s ease-in-out;
}

.tab-link:hover, .tab-link.active {
  font-weight: 700;
}

.tab-bar {
  font-size: var(--h6-text);
  cursor: pointer;
  font-weight: 400;
  line-height: 100%;
  transition: all .15s ease-in-out;
}

.margin-bottom44 {
  margin-bottom: 44px;
}

.biography-text {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 18px;
  font-weight: 400;
}

.biography-text.en {
  display: block;
}

.biography-text.de, .biography-text.fr, .biography-text.tr {
  display: none;
}

.btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-size: var(--h4-text);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 100%;
  transition: all .4s;
  display: inline-flex;
}

.btn:hover {
  transform: scale(1.02);
}

.btn.big {
  font-size: 32px;
}

.btn.is-form {
  color: var(--primary-color);
  padding: 0;
}

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

.btn-grp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.less-btn {
  display: none;
}

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

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

.popup-wrapper {
  z-index: 99999;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vh 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inner {
  z-index: 2;
  background-color: var(--white);
  width: 100%;
  max-width: 35rem;
  max-height: 80vh;
  padding: 40px;
  position: relative;
  overflow: auto;
}

.popup-close-btn {
  cursor: pointer;
  width: 44px;
  height: 44px;
  transition: all .4s;
  position: absolute;
  inset: 10px 10px auto auto;
}

.popup-close-btn:hover {
  transform: scale(1.05);
}

.popup-close-trigger {
  position: absolute;
  inset: 0%;
}

.popup-close-btn-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.h1-text {
  font-size: var(--h1-text);
  font-weight: 400;
}

.h1-text.uppercase {
  text-transform: uppercase;
}

.h2-text {
  font-size: var(--h2-text);
  font-weight: 400;
}

.h2-text.uppercase {
  text-transform: uppercase;
}

.h3-text {
  font-size: var(--h3-text);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 100%;
}

.h3-text.uppercase {
  text-transform: uppercase;
}

.h3-text.weight-400 {
  font-weight: 400;
}

.h3-text.weight-400.smaller {
  text-transform: none;
  font-size: 32px;
}

.h3-text.weight-400.smaller.uppercase {
  text-transform: uppercase;
}

.h3-text.weight-500 {
  font-weight: 500;
}

.h3-text.weight-600 {
  font-weight: 600;
}

.h4-text {
  font-size: var(--h4-text);
  font-weight: 400;
}

.h4-text.uppercase {
  text-transform: uppercase;
}

.h4-text.italic {
  font-style: italic;
}

.h4-text.italic.weight-600 {
  font-weight: 600;
}

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

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

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

.h5-text {
  font-size: var(--h5-text);
  font-weight: 400;
}

.h5-text.uppercase {
  text-transform: uppercase;
}

.h5-text.weight-600, .h5-text a {
  font-weight: 600;
}

.h5-text.weight-300 {
  font-weight: 300;
}

.h6-text {
  font-size: var(--h6-text);
  font-weight: 400;
}

.h6-text.uppercase {
  text-transform: uppercase;
}

.h6-text.uppercase.weight-600 {
  font-weight: 600;
}

.h6-text.italic {
  font-style: italic;
}

.h6-text.weight-300 {
  font-weight: 300;
}

.h6-text a {
  font-weight: 600;
}

.richtext {
  font-size: var(--richtext);
  font-weight: 400;
}

.richtext.uppercase {
  text-transform: uppercase;
}

.richtext.calendar-text {
  letter-spacing: .15em;
  font-weight: 300;
}

.section_gallery8 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.gallery_list {
  column-count: 2;
  column-gap: 2rem;
}

.lightbox {
  width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
}

.gallery-img-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

.gallery8_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.gallery8_image3, .gallery8_image2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.gallery-overlay {
  opacity: 0;
  background-color: #fff6;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-overlay:hover {
  opacity: 100;
}

.download-btn {
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all .4s;
  display: flex;
}

.download-btn:hover {
  transform: scale(1.05);
}

.download-btn-icon.invert {
  filter: invert();
}

.is-relative {
  position: relative;
}

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

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

.max-width-44 {
  width: 100%;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-44.right {
  margin-right: 0;
}

.max-width-44.left {
  margin-left: 0;
}

.video-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.bg-block-left {
  z-index: -1;
  object-fit: cover;
  background-color: #0000;
  width: 60vw;
  position: absolute;
  inset: -35% 0 -35% auto;
  overflow: hidden;
}

.bg-block-left.is-news {
  height: 60%;
  max-height: 25rem;
  top: 0%;
  bottom: auto;
  right: 60%;
}

.bg-block-inner {
  background-color: var(--primary-color);
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.next-slide1 {
  transition: all .4s;
  position: absolute;
  top: 50%;
  left: auto;
  right: -3rem;
  transform: translate(0, -50%);
}

.next-slide1:hover {
  transform: scale(.9)translate(0, -50%);
}

.prev-slide1 {
  transition: all .4s;
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translate(0, -50%);
}

.prev-slide1:hover {
  transform: scale(.9)translate(0, -50%);
}

.swiper-container-videos {
  z-index: 4;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-slide {
  pointer-events: auto;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16%;
  min-width: 0;
  max-width: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-slide.videos {
  border-radius: 0;
  max-width: 700px;
  display: block;
  overflow: visible;
}

.gallery15_image-wrapper {
  width: 100%;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

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

.padding-horizontal-4rem {
  padding-left: 4rem;
  padding-right: 4rem;
}

.slider-content-wrapper {
  max-width: 55rem;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.calendar-item {
  z-index: 2;
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 33%;
  max-width: 455px;
  margin-left: -30px;
  padding: 44px 44px 44px 74px;
  display: flex;
  position: relative;
}

.calendar-item:nth-child(odd) {
  background-color: var(--primary-color);
  color: var(--white);
}

.calendar-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  padding-left: 44px;
}

.calendar-item.orange {
  background-color: var(--primary-color);
  color: var(--white);
}

.calendar-item.right {
  margin-left: 0;
  margin-right: -30px;
  padding-left: 44px;
  padding-right: 74px;
}

.calendar-item.right:nth-child(odd) {
  background-color: var(--white);
  color: var(--black);
}

.calendar-item.right:nth-child(2n) {
  background-color: var(--primary-color);
  color: var(--white);
}

.calendar-item.right:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.calendar-item.right:last-child {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  padding-right: 44px;
}

.calendar-item._1 {
  z-index: 1;
}

.calendar-item._0 {
  z-index: 0;
}

.calendar-date-wrapper {
  flex-flow: column;
  flex: none;
  display: flex;
}

.calendar-date-box {
  aspect-ratio: 1;
  border: 1px solid var(--primary-color);
  min-width: 120px;
  padding: 10px;
}

.text-color-accent-1 {
  color: #d7b798;
}

.calendar-contents {
  width: 100%;
}

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

.calendar-btn-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.calendar-item-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.calendar-item-comp:nth-child(2n) {
  text-align: right;
}

.calendar-inner {
  text-align: left;
  width: 100%;
  max-width: 17rem;
  display: inline-block;
}

.calendar-item-head {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

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

.popup-bg {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.margin-bottom25 {
  margin-bottom: 25px;
}

.popup-content-head {
  border-bottom: 1px solid var(--black);
  padding-bottom: 20px;
}

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

.popup-close {
  cursor: pointer;
  height: 25px;
  transition: all .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-close:hover {
  transform: scale(1.05);
}

.inline {
  display: inline-block;
}

.calendar-full {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 64px;
  display: flex;
}

.calendar-full:last-child {
  margin-bottom: 0;
}

.calendar-item-img-wrapper {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 200px;
  position: relative;
}

.calendar-item-img-wrapper.width300 {
  flex: none;
  max-width: 300px;
  min-height: 200px;
}

.copyright {
  z-index: 2;
  color: #ffffffb3;
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #000;
  font-size: .75rem;
  position: absolute;
  inset: auto 1rem .5rem auto;
}

.calendar-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-black {
  background-image: linear-gradient(#0000 77%, #000);
  position: absolute;
  inset: 0%;
}

.overlay-black.is-calendar {
  background-image: none;
}

.margin-bottom8 {
  margin: 0 0 8px;
}

.calendar-subheading {
  opacity: .6;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.calendar-subheading.bold400 {
  color: #000;
  font-weight: 400;
}

.mobile-white {
  font-size: 32px;
  line-height: 1;
}

.calendar-info-wrapper {
  width: 30%;
}

.btn-inner {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.btn-icon {
  width: 24px;
  height: 24px;
}

.calendar-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #adadad80;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.kalendar-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

.kalendar-text.bold {
  margin-bottom: 0;
}

.kalendar-text.bold.dark {
  color: #2121f9;
}

.kalendar-text.dark {
  color: #000;
}

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

.text-block-14 {
  color: #fff;
  margin-right: 10px;
}

.text-block-14.dark {
  color: #2f3030;
}

.text-block-14.no-margin {
  margin-right: 0;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #2121f9;
  border-radius: 10px;
  width: 100%;
}

.button-2:hover {
  color: #fff;
  background-color: #2121f9;
}

.calendar-list-item-wrapper {
  flex-flow: column;
  display: flex;
}

.social-icons-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icons-wrapper.center {
  justify-content: center;
  align-items: center;
}

.social-icons-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

.social-icon {
  object-fit: contain;
  width: 38px;
  height: 38px;
}

.audio-items-wrapper {
  flex-flow: column;
  display: flex;
}

.margin-top40 {
  margin-top: 40px;
}

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

.accordion-item.line-orange {
  border-top-color: var(--primary-color);
}

.acc-item-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 2px solid var(--black);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5vw;
  transition: all .4s;
  display: flex;
}

.acc-item-head:hover {
  background-color: #ea5b210d;
}

.acc-item-head.line-orange {
  border-top-color: var(--primary-color);
}

.acc-item-body {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.text-color-primary {
  color: var(--primary-color);
}

.padding-vertical-60 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-vertical-60.bottom-0 {
  padding-bottom: 0;
}

.padding-vertical-60.relative {
  position: relative;
}

.btn-arrow {
  width: 22px;
  height: 21px;
}

.btn-arrow.big {
  width: 32px;
  height: 31px;
}

.max-width-62 {
  width: 100%;
  max-width: 62rem;
}

.max-width-62.right {
  margin-left: auto;
}

.max-width-62.center {
  margin-left: auto;
  margin-right: auto;
}

.grid-2col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: flex;
}

.logo-big {
  flex: none;
  width: 180px;
}

.logo-big._220 {
  width: 220px;
}

.logo-wrapper {
  flex: none;
}

.orange-wrapper {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 15px;
  width: 100%;
  padding: 44px 44px 108px;
}

.orange-wrapper.big {
  padding-bottom: 116px;
  padding-left: 64px;
  padding-right: 64px;
}

.orange-wrapper.konzerte-bottom {
  padding: 50px 65px 65px;
}

.orange-wrapper.normalize {
  padding-bottom: 44px;
}

.max-width-70 {
  width: 80rem;
  max-width: 70vw;
}

.max-width-70.right {
  margin-left: auto;
}

.akademie-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -64px;
  padding-bottom: 34px;
  display: flex;
  position: relative;
}

.img-wrapper {
  flex: none;
  width: 40%;
  max-width: 415px;
}

.img-big {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.akademie-bottom-contents {
  width: 100%;
  padding-top: 108px;
  padding-right: 80px;
}

.akademie-botttom-bg-lines {
  z-index: -1;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  position: absolute;
  inset: -64px 0% 0% 10%;
}

.woche-top-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 55px 55px 114px;
  display: flex;
}

.max-width-68 {
  width: 100%;
  max-width: 68rem;
}

.max-width-68.left-auto {
  margin-left: auto;
}

.woche-top-contents {
  width: 100%;
}

.max-width-42 {
  width: 100%;
  max-width: 42rem;
}

.max-width-42.center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-42.right {
  margin-left: auto;
}

.margin-negative--44 {
  margin-top: -44px;
}

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

.margin-negative--64 {
  margin-top: -64px;
}

.flex-konzerte-top {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 51px;
  padding-bottom: 51px;
  display: flex;
  position: relative;
}

.konzerte-contents-top {
  color: var(--white);
  width: 100%;
}

.konzerte-top-img {
  width: 100%;
  max-width: 350px;
  margin-left: -80px;
}

.bg-orange-to-left {
  z-index: -1;
  background-color: var(--primary-color);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100vw;
  position: absolute;
  inset: 0% 200px 0% auto;
}

.bg-orange-to-left.contact {
  right: 0;
}

.calendar-items-component {
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  width: 100%;
  margin-top: -140px;
  padding: 200px 100px;
}

.calendar-items-wrappper {
  border-top: 2px solid var(--primary-color);
}

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

.margin-top--135 {
  margin-top: -135px;
}

.konzerte-bottom-wrapper {
  padding: 55px 65px 70px;
  position: relative;
}

.bg-orange-to-right {
  z-index: -1;
  background-color: var(--primary-color);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0;
}

.bg-orange-to-right.left-45 {
  left: 45%;
}

.img-3col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-top--30 {
  margin-top: -30px;
}

.sanger-grid {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 150px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.max-width-28 {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
}

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

.img-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.img-left-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: none;
  width: 33%;
  display: flex;
}

.padding-bottom40 {
  width: 100%;
  padding-bottom: 40px;
}

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

.flex-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-to-left-wrapper {
  width: 50%;
  transform: translate(-70px);
}

.logo-rol {
  width: 50%;
}

.flex-vertical-between {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bg-full {
  z-index: -1;
  background-color: var(--primary-color);
  width: 100vw;
  height: 65%;
  position: absolute;
  inset: 50px 0 auto 50%;
  transform: translate(-50%);
}

.bg-full.programm {
  width: 150vw;
  height: 100%;
  inset: 0 auto 0 50%;
  transform: translate(-50%);
}

.bg-lines {
  z-index: -2;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  position: absolute;
  inset: 0% 0% 11% 7%;
}

.bg-lines.to-right {
  width: 100vw;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg-lines.programm {
  bottom: 0%;
  left: 10%;
}

.bg-lines.full {
  bottom: 0%;
  left: 0%;
}

.bg-lines.woche {
  bottom: 20%;
  left: 0%;
}

.bg-lines.akademie {
  inset: 4rem 4.5vw -4rem -4.5vw;
}

.bg-lines.woche {
  inset: 4rem -4.5vw 2rem 15%;
}

.max-width-64 {
  width: 100%;
  max-width: 64rem;
}

.max-width-64.right {
  margin-left: auto;
}

.max-width-64.right.absolut {
  position: absolute;
}

.max-width-64.absolut {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-flex-wrapper {
  flex: none;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 70px;
  position: relative;
}

.logo-flex-wrapper.right {
  padding-left: 0;
  padding-right: 70px;
}

.contact-item {
  grid-column-gap: 98px;
  grid-row-gap: 98px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-item-contents {
  color: var(--white);
  width: 100%;
  padding: 75px 0 75px 75px;
  position: relative;
}

.contact-item-contents.left {
  padding-left: 0;
  padding-right: 75px;
}

.lines-bg-right {
  z-index: -1;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  width: 100vw;
  max-width: 68rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.margin-bottom80 {
  margin-bottom: 80px;
}

.lines-bg-left {
  z-index: -1;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  width: 100vw;
  max-width: 68rem;
  position: absolute;
  inset: 0% 0 0% auto;
}

.img-overlay {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-overlay.small {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.img-overlay.small.left {
  text-align: left;
}

.max-width-55 {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-55.right {
  margin-right: 0;
}

.margin-top--50 {
  margin-top: -50px;
}

.bordered-wrapper {
  border: 1px solid var(--primary-color);
  border-radius: 15px 15px 0 0;
  padding: 105px 64px 50px;
}

.orange-flex-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.orange-flex-wrapper.is-woche {
  padding-bottom: 10px;
}

.orange-bg-full {
  z-index: -1;
  background-color: var(--primary-color);
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.flex-ak-bottom {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ak-img-wrapper {
  flex: none;
  width: 40%;
  max-width: 480px;
}

.ak-img-wrapper.big {
  width: 100%;
  max-width: 520px;
  margin-bottom: -20rem;
  display: inline-block;
}

.ak-contents {
  width: 100%;
  padding-top: 100px;
}

.ak-contents-inner {
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 44px;
  position: relative;
}

.width-100 {
  width: 100%;
}

.programm-item {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.programm-item.kurse {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.programm-img-wrapper {
  flex: none;
  width: 40%;
  max-width: 350px;
  position: relative;
}

.programm-contents {
  max-width: 460px;
  padding-right: 40px;
}

.programm-contents.smaller {
  max-width: 350px;
  padding-right: 0;
}

.programm-contents.big {
  max-width: none;
}

.programm-contents.big.padding {
  width: 100%;
  padding-left: 40px;
}

.programm-items-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.margin-bottom100 {
  margin-bottom: 100px;
}

.programm-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.programm-bottom-flex {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.slide-overlay {
  background-color: var(--primary-color);
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.slide-overlay:hover {
  opacity: 100;
}

.swiper-comp {
  display: flex;
}

.left-arrow-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.arrow {
  transition: all .4s;
}

.arrow:hover {
  transform: scale(1.05);
}

.right-arrow-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  padding-left: 40px;
  display: flex;
}

.miniacc-items-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: var(--primary-color);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.miniacc-item {
  color: var(--white);
  width: 100%;
}

.width-50 {
  width: 50%;
}

.width-50.top-negative {
  margin-top: -150px;
}

.miniacc-arrow {
  width: 19px;
  height: 19px;
}

.flex-stimmen {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-stimmen.gap-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-stimmen.gap-small.bottom {
  margin-top: -90px;
  position: relative;
}

.stimmen-img-wrapper {
  flex: none;
  width: 40%;
  max-width: 480px;
}

.stimmen-contents {
  width: 60%;
  padding-top: 24px;
  padding-bottom: 180px;
}

.stimmen-contents._100 {
  width: 100%;
  padding: 44px;
  position: relative;
}

.stimmen-contents.padding-right-44 {
  padding-right: 44px;
}

.stimmen-big-img-wrapper {
  flex: none;
  max-width: 480px;
  display: inline-block;
}

.stimmen-big-img-wrapper.padding-top {
  padding-top: 110px;
  padding-bottom: 32px;
}

.stimmen-big-img-wrapper.smaller {
  max-width: 460px;
}

.stimmen-big-img-wrapper.big {
  width: 100%;
  max-width: none;
}

.max-width480 {
  width: 100%;
  max-width: 480px;
}

.padding-vertical-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.padding-horizontal-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.negative-top--6rem {
  margin-top: -6rem;
}

.negative-bottom--6rem {
  margin-bottom: -6rem;
}

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

.flex-faq {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-faq.gap-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-faq.gap-small.bottom {
  margin-top: -90px;
  position: relative;
}

.faq-items-wrapper {
  border-top: 1px solid var(--black);
  width: 65%;
}

.faq-items-wrapper._100 {
  width: 100%;
  padding: 44px;
  position: relative;
}

.faq-items-wrapper.padding-right-44 {
  padding-right: 44px;
}

.faq-imgs-wrapper {
  flex: none;
  width: 35%;
  position: relative;
}

.faq-imgs-wrapper.max {
  max-width: 340px;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.faq-item:nth-child(2n) {
  border-bottom-color: var(--black);
}

.faq-item-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 35px;
  display: flex;
}

.faq-arrow {
  width: 19px;
  height: 19px;
}

.faq-item-body {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  overflow: hidden;
}

.faq-body-inner {
  width: 100%;
  padding-bottom: 30px;
}

.padding-normalize {
  padding-top: 44px;
  padding-bottom: 44px;
  padding-right: 44px;
  position: relative;
}

.logos-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.logo-item {
  object-fit: contain;
  height: 120px;
}

.logo-item.middle {
  height: 80px;
}

.logo-item.small {
  height: 50px;
}

.logos-bottom-flex {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 80px;
  padding-bottom: 124px;
  display: flex;
  position: relative;
}

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

.margin-bottom-negative {
  margin-bottom: -90px;
}

.woche-lined-wrapper {
  padding: 100px 64px 64px;
  position: relative;
}

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

.max-width-22 {
  width: 100%;
  max-width: 22rem;
}

.freudnes-text-wrapper {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--primary-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 44px;
}

.calendar-items-wrapper {
  display: flex;
  position: relative;
}

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

.bg-lines-to-right {
  z-index: -1;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  border-left: 1px solid var(--primary-color);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cal-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.cal-list-item:nth-child(2n) {
  border-bottom-color: var(--primary-color);
}

.navbar16_component {
  z-index: 999;
  border-bottom: 2px solid var(--primary-color);
  background-color: var(--white);
  pointer-events: none;
  align-items: center;
  width: 100%;
  padding: 1.5rem 5%;
  display: flex;
  position: fixed;
}

.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_wrapper {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar16_menu-2 {
  z-index: 9;
  border-bottom: 2px solid var(--primary-color);
  background-color: var(--white);
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 155px 5% 15vh;
  transition: height .5s;
  position: absolute;
  inset: 0% 0% auto 0;
  overflow: hidden;
}

.navbar16_menu-wrapper {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  text-transform: lowercase;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-right {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.navbar16_link {
  z-index: 10;
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.navbar16_link:hover {
  color: var(--primary-color);
}

.navbar16_link.w--current {
  color: var(--primary-color);
  font-weight: 700;
}

.menu-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-big-logo {
  height: 15vh;
}

.nav-bg-desktop {
  z-index: -1;
  object-fit: cover;
  object-position: 65% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: relative;
}

.menu-icon4:hover {
  transform: scale(.9);
}

.menu-icon4_wrapper {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 30px;
  display: flex;
  position: relative;
}

.menu-icon4_line-top {
  background-color: var(--primary-color);
  flex: none;
  width: 100%;
  height: 4px;
  padding-bottom: 0;
  padding-right: 0;
  transform: rotate(15deg);
}

.menu-icon4_line-middle {
  background-color: var(--primary-color);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4px;
  transform: rotate(15deg);
}

.menu-icon4_line-bottom {
  background-color: var(--primary-color);
  flex: none;
  width: 100%;
  height: 4px;
  transform: rotate(15deg);
}

.nav-overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #424d4a66;
  position: absolute;
  inset: 0%;
}

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

.navbarlinks-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.nav-link-big {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  transition: all .4s;
}

.nav-link-big:hover, .nav-link-big.w--current {
  font-weight: 700;
}

.show-mobil {
  display: none;
}

.home-hero-left {
  width: 35%;
}

.home-hero-right {
  width: 65%;
}

.hero-logo {
  width: 100%;
}

.hero-logo.desktop-hidden {
  display: none;
}

.max-width-21 {
  width: 100%;
  max-width: 21rem;
}

.home-hero-bottom-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.hero-img-wrapper {
  width: 100%;
  padding-left: 20px;
}

.hero-img-wrapper.padding-left {
  padding-left: 25px;
}

.hero-img-wrapper.padding-right {
  padding-left: 0;
  padding-right: 40px;
}

.hero-orange-box {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 15px;
  margin-top: -80px;
  padding: 20px 30px 30px;
  position: relative;
  left: -45%;
}

.hero-orange-top {
  z-index: 2;
  margin-bottom: -40px;
  padding: 20px 0 20px 20px;
  position: relative;
}

.hero-orange-bottom {
  z-index: 2;
  margin-top: -40px;
  padding: 20px;
  position: relative;
}

.hero-top {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-bottom {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-logo-wrapper {
  width: 55%;
}

.hero-top-imgs {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.hero-img-flex-wrapper {
  width: 60%;
}

.hero-img-flex-wrapper.padding-left {
  padding-left: 25px;
}

.hero-img-flex-wrapper.padding-right {
  padding-left: 0;
  padding-right: 40px;
}

.hero-img-flex-wrapper.small {
  width: 40%;
}

.hero-img-flex-wrapper._50 {
  width: 50%;
}

.hero-img-flex-wrapper.woche {
  width: 51.5%;
}

.hero-bottom-imgs {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.woche-left {
  flex: none;
  width: 25%;
}

.woche-right {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  width: 75%;
  display: flex;
}

.woche-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 101%;
  display: flex;
}

.woche-bottom {
  width: 100%;
}

.width-30 {
  width: 30%;
}

.with-70 {
  width: 70%;
}

.logo-woche {
  width: 100%;
}

.mobil-woche-img {
  display: none;
}

.padding-left-pro {
  padding-left: 15%;
}

.miniacc-item-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 2rem;
  display: flex;
}

.miniacc-item-head.person {
  padding-left: 1rem;
  padding-right: 1rem;
}

.miniacc-item-body {
  width: 100%;
  overflow: hidden;
}

.miniacc-item-body.wrapper {
  padding-left: 3.5rem;
  padding-right: 1rem;
}

.miniacc-item-body.person {
  padding-top: 1.5rem;
}

.miniacc-body-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.miniacc-img-wrapper {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 35%;
}

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

.miniacc-contents {
  width: 65%;
}

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

.img-fill {
  width: 100%;
}

.logos-outer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--primary-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  padding-top: 160px;
  padding-bottom: 50px;
  display: flex;
}

.logos-outer-wrapper.woche {
  border-bottom-style: solid;
  border-radius: 15px;
  margin-top: 50px;
  padding-top: 50px;
}

.hidden-svg {
  width: 0;
  height: 0;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.lang-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: auto;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.align-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.input-wrapper {
  flex: 1;
  margin-bottom: 14px;
}

.input-row, .radio-input-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.radio-input-wrapper.col {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
}

.lang-link {
  font-size: var(--h5-text);
  letter-spacing: .05em;
  cursor: pointer;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s ease-in-out;
}

.lang-link:hover, .lang-link.active {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    --primary-color: #ea5b21;
    --h5-text: 18px;
    --h6-text: 16px;
    --h4-text: 20px;
    --h1-text: 64px;
    --h2-text: 50px;
    --h3-text: 32px;
    --richtext: 16px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-large.hero {
    justify-content: flex-start;
    align-items: center;
  }

  .container-large.hero.woche {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

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

  .section-legal {
    margin-top: 6rem;
  }

  .blogpost1_content {
    margin-bottom: 3rem;
  }

  .hero-section {
    min-height: 0;
  }

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

  .full-img-wrapper {
    min-height: 30rem;
    max-height: 60rem;
  }

  .full-img-contents {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .biography-lang-links {
    margin-top: 0;
  }

  .biography-text-wrapper {
    text-align: justify;
  }

  .biography-text {
    font-size: 16px;
  }

  .btn, .btn.big {
    font-size: 24px;
  }

  .h3-text.weight-400.smaller {
    font-size: 22px;
  }

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

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

  .next-slide1 {
    z-index: 9;
    top: auto;
    bottom: -16px;
    right: 0;
    transform: translate(0, 100%);
  }

  .next-slide1:hover {
    transform: translate(0, 100%);
  }

  .prev-slide1 {
    z-index: 9;
    top: auto;
    bottom: -16px;
    left: 0;
    transform: translate(0, 100%);
  }

  .prev-slide1:hover {
    transform: translate(0, 100%);
  }

  .swiper-slide {
    width: 40%;
  }

  .slider-content-wrapper {
    width: 85%;
  }

  .calendar-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: calc(33.3333% + 20px);
    margin-left: -20px;
    padding: 20px 20px 20px 40px;
  }

  .calendar-item.right {
    margin-right: -20px;
    padding: 20px 40px 20px 20px;
  }

  .calendar-full {
    grid-column-gap: 1.5rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .calendar-item-img-wrapper {
    max-height: 200px;
  }

  .calendar-item-img-wrapper.width300 {
    min-height: 150px;
    max-height: 150px;
  }

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

  .mobile-white {
    font-size: 22px;
    line-height: 1;
  }

  .calendar-info-wrapper {
    width: auto;
  }

  .btn-arrow.big {
    width: 22px;
    height: 21px;
  }

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

  .max-width-70.right {
    max-width: 100%;
  }

  .woche-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .margin-negative--44 {
    margin-top: -24px;
  }

  .flex-konzerte-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .konzerte-top-img {
    margin-left: 0;
  }

  .margin-bottom30.tablet-0 {
    margin-bottom: 0;
  }

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

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

  .img-grid, .img-left-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bg-lines.programm {
    left: 0%;
  }

  .bg-lines.woche {
    top: 2rem;
  }

  .logo-flex-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contact-item-contents {
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 44px;
  }

  .contact-item-contents.left {
    padding-right: 44px;
  }

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

  .bordered-wrapper {
    padding-bottom: 44px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .orange-flex-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .orange-flex-wrapper.is-woche {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-ak-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ak-img-wrapper.big {
    margin-bottom: 0;
  }

  .programm-item {
    flex-flow: column;
  }

  .programm-item.kurse {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .programm-img-wrapper {
    width: 100%;
    max-width: none;
  }

  .programm-contents.smaller {
    max-width: 460px;
  }

  .programm-contents.big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .programm-contents.big.padding {
    padding-left: 20px;
  }

  .programm-items-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .programm-bottom-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .miniacc-items-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .miniacc-item {
    padding-left: 0;
    padding-right: 0;
  }

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

  .flex-stimmen.gap-small.is-relative {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-faq {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-item {
    height: 100px;
  }

  .logo-item.middle {
    height: 70px;
  }

  .logo-item.small {
    height: 45px;
  }

  .logos-bottom-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .woche-lined-wrapper {
    padding: 44px;
  }

  .calendar-items-wrapper {
    width: 100%;
  }

  .navbar16_container-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
  }

  .navbar16_menu-2 {
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    position: absolute;
  }

  .navbar16_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar16_links-wrapper {
    text-align: center;
    flex: 0 auto;
  }

  .nav-bg-desktop {
    object-position: 60% 50%;
  }

  .navbar16_menu-button {
    margin-right: 10px;
    padding: 0;
  }

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

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 48px;
    display: flex;
    position: relative;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .menu-icon4_line-bottom {
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-big {
    line-height: 100%;
  }

  .home-hero-left {
    width: 45%;
  }

  .home-hero-right {
    width: 55%;
  }

  .home-hero-bottom-flex {
    flex-flow: column-reverse;
    padding-top: 0;
  }

  .hero-orange-box {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-orange-bottom {
    padding-left: 0;
  }

  .hero-logo-bottom {
    max-height: 3vh;
  }

  .woche-right, .woche-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .miniacc-item-head {
    padding-left: 0;
    padding-right: 0;
  }

  .miniacc-body-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logos-outer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .logos-outer-wrapper.woche {
    padding-top: 30px;
  }

  .lang-links {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --primary-color: #ea5b21;
    --h5-text: 18px;
    --h6-text: 16px;
    --h4-text: 20px;
    --h1-text: 50px;
    --h2-text: 40px;
    --h3-text: 28px;
    --richtext: 16px;
  }

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

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .container-large.is-full {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .container-large.hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
  }

  .container-large.hero.woche {
    flex-flow: column-reverse;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-color-white.mobil-black {
    color: var(--black);
  }

  .text-color-white.mobil-full {
    width: 100%;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .footer {
    margin-left: 0;
  }

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

  .blogpost1_content {
    margin-bottom: 2rem;
  }

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

  .hero-contents {
    padding-top: 5rem;
    padding-bottom: 20vh;
  }

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

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

  .full-img-wrapper {
    height: 90vh;
    min-height: 10rem;
    max-height: 40rem;
    position: relative;
  }

  .full-img.is-sub {
    object-position: 100% 35%;
  }

  .full-img.is-sub2 {
    object-position: 38% 35%;
  }

  .full-img-contents {
    margin-left: 0%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .biography-content {
    padding: 0;
  }

  .biography-lang-links {
    font-size: 18px;
  }

  .tab-bar {
    font-size: 16px;
  }

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

  .biography-text {
    font-size: 16px;
  }

  .btn.is-calendr {
    margin-top: 1rem;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .h3-text.weight-400.smaller {
    font-size: 20px;
  }

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

  .gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .lightbox {
    margin-bottom: 1.5rem;
  }

  .gallery-overlay {
    padding: 10px;
  }

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

  .padding-section-large-3.mobil-top-0 {
    padding-top: 1rem;
  }

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

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

  .next-slide1, .prev-slide1 {
    top: auto;
  }

  .swiper-slide {
    flex-wrap: wrap;
    width: 80%;
  }

  .slider-content-wrapper {
    width: 100%;
    margin-top: 50px;
  }

  .calendar-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
  }

  .calendar-item:first-child {
    border-radius: 15px;
    padding-left: 20px;
  }

  .calendar-item.right {
    margin-right: 0;
    padding-right: 20px;
  }

  .calendar-item.right:last-child {
    border-width: 1px;
    border-radius: 15px;
    padding-right: 20px;
  }

  .margin-bottom20.nav {
    margin-bottom: 1vh;
  }

  .popup-close {
    height: 18px;
  }

  .calendar-full {
    grid-row-gap: 20px;
    background-color: #f6f6f6;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 400px;
    position: relative;
  }

  .calendar-item-img-wrapper {
    max-height: none;
  }

  .calendar-item-img-wrapper.width300 {
    max-width: none;
    min-height: 300px;
    max-height: none;
  }

  .overlay-black.is-calendar {
    background-image: none;
  }

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

  .calendar-subheading {
    font-weight: 300;
  }

  .calendar-info-wrapper {
    width: auto;
    padding-left: 20px;
  }

  .calendar-list-item {
    grid-template-columns: auto;
    margin-bottom: 5%;
  }

  .kalendar-text.bold.dark {
    margin-bottom: 0;
    font-size: 22px;
  }

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

  .acc-item-head {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .acc-arrow {
    width: 28px;
  }

  .padding-vertical-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .orange-wrapper {
    padding-bottom: 20px;
  }

  .orange-wrapper.big {
    padding: 20px 20px 40px;
  }

  .orange-wrapper.normalize {
    padding: 20px;
  }

  .akademie-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .img-wrapper {
    width: 100%;
    max-width: none;
  }

  .img-big.woche {
    flex: none;
    width: 50%;
  }

  .akademie-bottom-contents {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .akademie-botttom-bg-lines {
    top: 0;
    left: 0%;
  }

  .woche-top-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 20px 20px 40px;
  }

  .margin-negative--44 {
    margin-top: -20px;
  }

  ._3col-imgs-grid {
    grid-template-columns: 1fr;
  }

  .margin-negative--64 {
    margin-top: -20px;
  }

  .flex-konzerte-top {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .konzerte-top-img {
    max-width: none;
  }

  .bg-orange-to-left {
    right: -5vw;
  }

  .bg-orange-to-left.mobil-hidden {
    display: none;
  }

  .calendar-items-component {
    margin-top: -20px;
    padding: 40px 20px;
  }

  .margin-top--135 {
    margin-top: -20px;
  }

  .konzerte-bottom-wrapper {
    padding: 20px 20px 40px;
  }

  .img-3col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .margin-top--30 {
    margin-top: -20px;
  }

  .sanger-grid {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .max-width-28 {
    max-width: none;
  }

  .flex-horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }

  .img-to-left-wrapper {
    transform: none;
  }

  .bg-lines {
    bottom: 0%;
    left: 0%;
  }

  .bg-lines.akademie {
    top: -1rem;
    bottom: -1rem;
    right: -4.5vw;
  }

  .bg-lines.woche {
    inset: -1rem -2.5vw;
  }

  .logo-flex-wrapper {
    margin-bottom: -20px;
    padding: 40px;
  }

  .contact-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .contact-item.woche {
    flex-flow: column-reverse;
  }

  .img-overlay {
    padding: 20px;
  }

  .margin-top--50 {
    margin-top: -20px;
  }

  .bordered-wrapper {
    padding: 40px 20px 20px;
  }

  .orange-flex-wrapper {
    grid-template-columns: 1fr;
  }

  .orange-flex-wrapper.is-woche {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-ak-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .ak-img-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .ak-contents {
    margin-top: -40px;
    padding-top: 0;
  }

  .ak-contents-inner {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .width-100.is-hero-flex {
    flex-flow: column-reverse;
    display: flex;
  }

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

  .programm-contents {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .programm-contents.smaller {
    text-align: left;
    max-width: 100%;
  }

  .left-arrow-wrapper {
    padding-right: 10px;
  }

  .right-arrow-wrapper {
    padding-left: 10px;
  }

  .miniacc-items-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .width-50 {
    width: 100%;
  }

  .width-50.top-negative {
    margin-top: 0;
  }

  .flex-stimmen {
    flex-flow: column;
  }

  .stimmen-img-wrapper {
    width: 100%;
    max-width: none;
  }

  .stimmen-contents._100 {
    padding: 20px;
  }

  .stimmen-contents.padding-right-44 {
    width: 100%;
    padding: 0 20px 20px;
  }

  .padding-vertical-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-horizontal-8 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .negative-bottom--6rem {
    margin-top: -2rem;
    margin-bottom: 2rem;
  }

  .flex-faq {
    flex-flow: column;
  }

  .faq-items-wrapper {
    width: 100%;
  }

  .faq-imgs-wrapper.max {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-imgs-wrapper.max.padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-item-head, .faq-item-body {
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-item {
    height: 80px;
  }

  .logo-item.middle {
    height: 60px;
  }

  .logo-item.small {
    height: 40px;
  }

  .logos-bottom-flex {
    flex-flow: column;
  }

  .woche-lined-wrapper {
    padding: 20px;
  }

  .flex-imgs {
    grid-template-columns: 1fr;
  }

  .freudnes-text-wrapper {
    padding: 20px;
  }

  .calendar-items-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .bg-lines-to-right.mobil-hidden {
    display: none;
  }

  .cal-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar16_component {
    background-image: none;
    min-height: 4rem;
  }

  .navbar16_menu-wrapper {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-right {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .navbar16_links-wrapper {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    align-items: center;
  }

  .navbar16_link {
    padding-top: .5vh;
    padding-bottom: .5vh;
    font-size: 2vh;
  }

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

  .nav-big-logo {
    object-fit: contain;
    width: 100%;
  }

  .nav-link-big {
    font-size: 2.5vh;
  }

  .mobil-hidden {
    display: none;
  }

  .show-mobil {
    height: 44px;
    display: inline-block;
  }

  .home-hero-left, .home-hero-right {
    width: 100%;
  }

  .hero-logo.show-desktop {
    display: none;
  }

  .hero-logo.desktop-hidden {
    display: inline-block;
  }

  .max-width-21 {
    max-width: none;
  }

  .home-hero-bottom-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .hero-img-wrapper, .hero-img-wrapper.padding-right {
    padding-right: 20px;
  }

  .hero-orange-box {
    margin-top: -40px;
    padding: 15px;
    left: 0%;
  }

  .hero-orange-top {
    margin-top: -20px;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
  }

  .hero-orange-bottom {
    padding: 15px 15px 15px 0;
  }

  .hero-top {
    flex-flow: column;
  }

  .hero-logo-wrapper, .hero-top-imgs {
    width: 100%;
  }

  .hero-img-flex-wrapper.padding-right {
    padding-right: 20px;
  }

  .hero-img-flex-wrapper.woche {
    width: 100%;
  }

  .hero-logo-bottom {
    display: none;
  }

  .hero-bottom-imgs {
    width: 100%;
  }

  .woche-left {
    flex-flow: column;
    width: 50%;
    display: none;
  }

  .woche-right {
    width: 100%;
  }

  .woche-top {
    flex-flow: column-reverse;
  }

  .width-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    display: flex;
  }

  .with-70 {
    width: 100%;
  }

  .mobil-woche-img {
    width: 50%;
    display: block;
  }

  .padding-left-pro {
    padding-left: 0%;
  }

  .lang-links {
    font-size: 18px;
  }

  .input-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .radio-input-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    --primary-color: #ea5b21;
    --h5-text: 18px;
    --h6-text: 16px;
    --h4-text: 17px;
    --h1-text: 50px;
    --h2-text: 40px;
    --h3-text: 24px;
    --richtext: 16px;
  }

  h1 {
    font-size: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.hero.akademie, .container-large.hero.woche {
    flex-flow: column-reverse;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .footer {
    margin-left: 0;
  }

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

  .coopyright_text {
    font-size: 1rem;
  }

  .coopyright_text.created {
    padding-top: 0;
  }

  .section-legal {
    margin-top: 5rem;
  }

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

  .full-img {
    object-position: 65% 35%;
  }

  .full-img.is-sub {
    object-position: 90% 35%;
  }

  .biography-lang-links {
    flex-flow: wrap;
  }

  .tab-link {
    transition-duration: .3s;
  }

  .btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 20px;
  }

  .btn.big {
    font-size: 20px;
  }

  .download-btn {
    padding: 12px;
  }

  .swiper-slide {
    width: 95%;
  }

  .slider-content-wrapper {
    margin-top: 55px;
  }

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

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

  .popup-close {
    top: 10px;
    right: 10px;
  }

  .calendar-full {
    max-width: none;
    margin-bottom: 32px;
  }

  .calendar-img {
    height: 300px;
    min-height: 300px;
  }

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

  .calendar-list-item {
    grid-template-columns: auto;
    margin-bottom: 10%;
  }

  .kalendar-text {
    margin-top: 0;
  }

  .kalendar-text.bold {
    font-size: 25px;
  }

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

  .acc-arrow {
    width: 24px;
  }

  .orange-wrapper {
    padding: 20px;
  }

  .sanger-grid {
    padding-top: 40px;
  }

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

  .img-to-left-wrapper {
    width: 100%;
  }

  .logo-rol {
    width: 80%;
  }

  .bg-full {
    top: 20px;
  }

  .orange-flex-wrapper.is-woche {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .programm-contents.smaller {
    padding-left: 0;
  }

  .programm-bottom-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .left-arrow-wrapper {
    padding-right: 0;
  }

  .arrow {
    width: 24px;
  }

  .right-arrow-wrapper {
    padding-left: 0;
  }

  .stimmen-big-img-wrapper.padding-top {
    padding-bottom: 20px;
  }

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

  .cal-list-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navbar16_component {
    background-image: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_container-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .navbar16_wrapper {
    grid-column-gap: 1.5rem;
  }

  .navbar16_menu-2 {
    padding-top: 6rem;
  }

  .menu-right, .navbar16_links-wrapper {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .navbar16_link {
    padding-bottom: 0;
  }

  .navbar16_menu-button {
    margin-left: 0;
  }

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

  .hero-orange-box {
    padding: 10px;
  }

  .hero-orange-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .hero-top, .woche-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .miniacc-body-grid {
    flex-flow: column;
  }

  .miniacc-img-wrapper, .miniacc-contents {
    width: 100%;
  }

  .lang-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .lang-link {
    transition-duration: .3s;
  }
}

#w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b781-2482b77f {
  justify-self: start;
}

#w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
  place-self: end;
}

#w-node-_4658fb32-cad7-f385-5c09-8a5fdf8867fb-df8867fa {
  justify-self: start;
}

#w-node-_4658fb32-cad7-f385-5c09-8a5fdf8867fd-df8867fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-89648e04 {
  justify-self: start;
}

#w-node-_6cf25aac-9918-4f71-92f0-4cbad6119cb5-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf25aac-9918-4f71-92f0-4cbad6119cb6-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-89648e04 {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-89648e04 {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-89648e04 {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-89648e04 {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-89648e04 {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-89648e04 {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-89648e04 {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-89648e04 {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-89648e04 {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-89648e04 {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-89648e04 {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-89648e04 {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-89648e04 {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-89648e04 {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-89648e04, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-89648e04 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-89648e04 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-89648e04 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-89648e04, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-89648e04, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-89648e04, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-89648e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b781-2482b77f {
    justify-self: start;
  }

  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef080c0b-7f74-83a9-639f-9d7ef1919479-89648dbc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b788-2482b77f {
    justify-self: end;
  }

  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_6f0aeabf-f007-11e8-eb80-5ea5fbfc538d-af24d3d9, #w-node-_816c1459-72e2-0246-c880-968f3d7e7dd8-c8e66a1b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b781-2482b77f, #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b788-2482b77f {
    justify-self: center;
  }

  #w-node-_3f8a519d-e42a-33a3-9e93-b9a22482b78a-2482b77f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}