@font-face {
  font-family: Bevietnampro-Zukunft-Italic;
  src: url('../fonts/BeVietnamPro-VariableItalic.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bevietnampro-Zukunft;
  src: url('../fonts/BeVietnamPro-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #222;
  --greenish-yellow: #f0f000;
  --blue: #18b8db;
  --white: white;
  --red: #ff4b50;
  --white-2: white;
  --black-2: black;
}

.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);
  letter-spacing: -.025ch;
  font-family: Bevietnampro-Zukunft, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  cursor: pointer;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  letter-spacing: -.05ch;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

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

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

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

.text-color-white {
  color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

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

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

.heading-style-h4 {
  letter-spacing: -.05ch;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  letter-spacing: -.05ch;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  background-color: var(--greenish-yellow);
  color: var(--black);
  text-align: center;
  padding: .75rem 1.5rem;
  transition: all .3s;
}

.button:hover {
  background-color: var(--blue);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  padding: 2rem;
  display: grid;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: var(--black);
}

.fs-styleguide_color.is-2 {
  background-color: var(--greenish-yellow);
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.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_overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #222c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

.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_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-banner2_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

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

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

.fs-cookie-consent_wrapper {
  display: block;
}

.fs-cc-banner2_component {
  z-index: 999;
  background-color: var(--black);
  color: #fff;
  width: 25rem;
  max-width: 100%;
  padding: 1.5rem 2rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--blue);
  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(--blue);
  background-color: var(--blue);
  background-size: auto;
}

.fs-cc-manager2_component {
  z-index: 999;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  margin-top: 1rem;
  padding-left: 3rem;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.fs-cc-manager2_component:hover {
  color: var(--greenish-yellow);
}

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

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

.fs-cc-prefs2_content {
  color: var(--black);
  background-color: #fff;
  height: 100%;
  padding: 60px 32px 40px;
}

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

.fs-cc-banner2_button {
  background-color: var(--greenish-yellow);
  color: var(--black);
  text-align: center;
  flex: 1;
  min-width: 120px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #ffffffe6;
  background-color: #ffffff1a;
  flex: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.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_close {
  background-color: var(--blue);
  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_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.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-manager2_button {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: .5rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager2_button:hover {
  color: #f0f000;
}

.nav_dropdown_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  display: none;
  position: absolute;
  inset: 4rem 0% auto;
  box-shadow: 0 10px 20px -5px #0006;
}

.nav_link-block {
  cursor: pointer;
  align-items: center;
  height: 100%;
  transition: all .3s;
  display: flex;
}

.nav_link-block:hover {
  color: var(--blue);
}

.nav_link-block.w--current {
  color: var(--blue);
  font-weight: 400;
}

.nav_link-block.dd {
  text-align: left;
  background-color: #0000;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.nav_link-block.dd:hover {
  background-color: #f5f5f5;
}

.nav_container {
  height: 100%;
}

.nav_logo-link-block {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  font-weight: 900;
  line-height: 1;
  display: flex;
}

.up {
  background-color: #eee;
  width: 100%;
  height: 3px;
  position: relative;
  top: -3px;
}

.nav_dropdown-trigger-or-link {
  cursor: pointer;
  transition: all .3s;
}

.nav_shadow {
  opacity: 0;
  background-color: #fff;
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 8px #2d3e6c1f;
}

.nav_holder {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_dropdown {
  cursor: pointer;
  align-self: stretch;
  display: none;
  position: relative;
}

.navigation {
  z-index: 111;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: block;
  position: sticky;
  top: 0;
}

.nav_trigger-icon-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_nav-link-icon {
  opacity: 0;
  display: none;
  position: relative;
  left: -.5em;
}

.down {
  background-color: #eee;
  width: 80%;
  height: 3px;
  position: relative;
  top: 3px;
}

.nav_trigger {
  background-color: #0000;
  border-radius: 100vw;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.nav_column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav_close-trigger {
  display: none;
}

.nav_wrapper {
  z-index: 49;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

.nav_logo-holder {
  z-index: 1;
  cursor: pointer;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  position: relative;
}

.nav_link-block-underline {
  background-color: red;
  width: 0%;
  height: 3px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

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

.show-vertical-padding {
  background-image: linear-gradient(to right, #80deea, #fff0);
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.show-vertical-padding.is-bottom {
  background-image: linear-gradient(270deg, #80deea, #fff0);
  inset: auto 0% 0% auto;
}

.what-is-this-dot {
  background-color: #1e88e5;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  position: absolute;
  inset: -.25rem auto auto -.25rem;
}

.show-global-padding {
  background-color: #80deea;
  justify-content: center;
  align-items: flex-start;
  width: 4rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.show-global-padding.right {
  inset: 0% 0% 0% auto;
}

.what-is-this-line-horizontal {
  z-index: 2;
  border: 1px dashed #f9a825;
  justify-content: center;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.what-is-this-line-global-padding {
  z-index: 2;
  border: 1px dashed #1e88e5;
  justify-content: center;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.what-is-this-line-vertical {
  border: 1px dashed #1e88e6;
  width: 0;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
}

.column {
  background-color: #eceff1;
  flex: 1;
  min-height: 8rem;
  position: relative;
}

.what-is-this {
  white-space: nowrap;
  font-size: .6rem;
}

.padding-vertical-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.nav-here {
  z-index: 999;
  background-color: #eceff1;
  justify-content: center;
  align-items: center;
  height: 6.25rem;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 2px #0003;
}

.what-is-this-box {
  z-index: 5;
  background-color: #fff;
  border-radius: .125rem;
  padding: .125rem .25rem;
  position: absolute;
  inset: 1rem auto auto 1rem;
  box-shadow: 0 1px 2px #0003;
}

.what-is-this-box.is-vertical-line {
  z-index: 3;
  top: 33%;
  left: -1rem;
}

.what-is-this-box.is-vertical {
  align-self: center;
  position: relative;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.what-is-this-box.is-horizontal-line {
  top: -.5rem;
  left: 10%;
}

.flex-grid-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  display: flex;
}

.what-is-this-line-section {
  z-index: 5;
  border: 1px dashed #f4511e;
  justify-content: center;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  top: 2rem;
  left: 0%;
  right: 0%;
}

.nav_link-block-cta {
  background-color: var(--greenish-yellow);
  cursor: pointer;
  align-items: center;
  padding: .5rem 1rem;
  transition: all .3s;
  display: flex;
}

.nav_link-block-cta:hover {
  background-color: var(--blue);
}

.nav_link-block-cta.w--current {
  color: #ff9d00;
  font-weight: 400;
}

.nav_link-block-cta.dd {
  text-align: left;
  background-color: #0000;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.nav_link-block-cta.dd:hover {
  background-color: #f5f5f5;
}

.hero_text-wrapper {
  z-index: 1;
  max-width: 60%;
  position: relative;
}

.hero_seo-text-wrapper {
  max-width: 38ch;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-style-huge {
  letter-spacing: -.05ch;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 900;
  line-height: .9;
}

.hero_keyvisual-wrapper {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero_keyvisual {
  width: 100%;
  position: relative;
  top: 4rem;
  left: 2rem;
  transform: scale(1.05);
}

.podcast_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.podcast_button {
  height: 3rem;
}

.pocast_button-image {
  height: 100%;
}

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

.nav_interaction-trigger {
  width: 0;
  height: 0;
  position: absolute;
  inset: 8rem auto auto 0%;
}

.section_podcasts {
  padding-bottom: 4rem;
}

.section_about {
  background-color: #18b8db26;
  position: relative;
}

.heading-style-flag {
  letter-spacing: .1ch;
  text-transform: uppercase;
  font-size: .825rem;
}

.flag-holder-center {
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
}

.about_text-wrapper {
  padding-left: 50%;
  position: relative;
}

.padded_text-wrapper {
  max-width: 40ch;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.logo_button {
  background-color: #fff;
  height: 5rem;
  padding: 1rem;
}

.logo_button.wir-dorf {
  padding: 1.6rem 1.5rem;
}

.logo_button.heartwire {
  aspect-ratio: 1;
  height: 11rem;
  padding: 1rem 2rem;
}

.logo_button-image {
  height: 100%;
}

.about_img-holder {
  width: 38rem;
  max-width: 45vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.push-me-to-left {
  padding-left: 10%;
}

.section_episodes {
  position: relative;
}

.episoden_clw {
  margin-top: 2rem;
}

.episode-duplizieren {
  border-top: 1px solid var(--black);
}

.episoden_trigger {
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.episoden_expandable {
  width: 100%;
  transition: all .8s ease-in-out;
  overflow: hidden;
}

.episoden_expandable.opened {
  height: auto;
  max-height: 80rem;
}

.episoden_expandable.closed {
  height: auto;
  max-height: 0;
}

.episoden_title-holder {
  max-width: 70ch;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.episoden_x-holder {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.episoden_x-holder:hover {
  background-color: var(--greenish-yellow);
}

.x-up {
  background-color: var(--black);
  width: 1.5rem;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.x-flat {
  background-color: var(--black);
  width: 1.5rem;
  height: 2px;
  position: absolute;
}

.x-rotator {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  transition: all .6s;
  display: flex;
  position: relative;
}

.x-rotator.x-135 {
  transform: rotate(-135deg);
}

.episode_embed {
  margin-bottom: 1rem;
}

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

.about_img {
  width: 100%;
}

.anchor-target {
  width: 0;
  height: 0;
  position: absolute;
  inset: -5rem auto auto 0%;
}

.episoden_head-flex {
  justify-content: space-between;
  display: flex;
}

.spotify_playlist-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8rem;
  padding-top: 2rem;
  display: grid;
  position: relative;
}

.playlist_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

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

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

.footer_logo-link-block {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
}

.footer-about_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.lag-logo_button {
  background-color: #fff;
  padding: 1rem;
}

.lag-logo_button.wir-dorf {
  padding: 1.6rem 1.5rem;
}

.footer_link-block-cta {
  background-color: var(--greenish-yellow);
  color: var(--black);
  cursor: pointer;
  align-self: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding: .5rem 1rem;
  transition: all .3s;
  display: none;
}

.footer_link-block-cta:hover {
  background-color: var(--blue);
}

.footer_link-block-cta.w--current {
  color: #ff9d00;
  font-weight: 400;
}

.footer_link-block-cta.dd {
  text-align: left;
  background-color: #0000;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.footer_link-block-cta.dd:hover {
  background-color: #f5f5f5;
}

.footer_link-block {
  cursor: pointer;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .3s;
  display: flex;
}

.footer_link-block:hover {
  color: var(--greenish-yellow);
}

.footer_link-block.w--current {
  color: var(--blue);
  font-weight: 400;
}

.footer_link-block.dd {
  text-align: left;
  background-color: #0000;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.footer_link-block.dd:hover {
  background-color: #f5f5f5;
}

.episode_beschreibung {
  max-width: 70ch;
}

.episode_inner-padding {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 4rem;
  display: flex;
}

.episoden-beschreibung_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle {
  display: none;
}

.shownotes {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.shownote_link {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  background-color: var(--greenish-yellow);
  padding: .25rem 1.5rem .25rem .5rem;
  transition: background-color .6s;
  display: flex;
  position: relative;
}

.shownote_link:hover {
  background-color: var(--blue);
}

.shownote_arrow {
  width: 9px;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.h_shownotes {
  text-transform: uppercase;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .button.hero {
    position: relative;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .fs-cc-manager2_component {
    padding-left: 4rem;
  }

  .nav_dropdown_content-wrapper {
    box-shadow: none;
    background-color: #0000;
    width: auto;
    display: block;
    position: relative;
    top: 0;
  }

  .nav_link-block {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4rem;
  }

  .nav_link-block.w--current {
    color: #fff;
  }

  .nav_link-block.dd {
    opacity: .66;
    border-bottom-color: #ffffff4d;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    font-size: 1.3em;
  }

  .nav_link-block.dd:hover {
    background-color: #0000;
  }

  .nav_container {
    border-left: 1px solid var(--black);
    box-shadow: none;
    direction: rtl;
    text-align: left;
    background-color: #fff;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 2rem;
    position: relative;
    inset: 0%;
    overflow: auto;
  }

  .nav_logo-link-block {
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav_dropdown-trigger-or-link {
    color: #d8dff1;
    text-align: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1em;
    padding-bottom: .5em;
    padding-left: 0;
    font-size: 1.3em;
  }

  .nav_dropdown-trigger-or-link:hover {
    color: #fff;
  }

  .nav_shadow {
    opacity: 1;
    display: block;
  }

  .nav_holder {
    z-index: 110;
    padding-left: 5vw;
    position: relative;
  }

  .navigation {
    width: 100%;
    position: fixed;
  }

  .nav_trigger-icon-holder {
    z-index: 112;
  }

  .down {
    background-color: var(--black);
    text-transform: uppercase;
  }

  .nav_trigger {
    z-index: 122;
    aspect-ratio: 1;
    height: 100%;
    padding: 1rem;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .nav_column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    display: block;
  }

  .nav_close-trigger {
    z-index: 2;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    cursor: pointer;
    background-color: #0006;
    width: 100vw;
    height: 100vh;
    margin-top: 5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav_wrapper {
    z-index: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 50vw;
    height: 100vh;
    margin-top: 5rem;
    display: none;
    position: absolute;
    inset: 0% 0% 0% auto;
    transform: translate(100%);
  }

  .nav_logo-holder {
    z-index: 102;
    align-items: flex-end;
    display: block;
  }

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

  .show-vertical-padding, .show-global-padding {
    width: 5vw;
  }

  .what-is-this-line-vertical {
    border-color: #00838f;
  }

  .nav_link-block-cta {
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_link-block-cta:hover, .nav_link-block-cta.w--current {
    color: #fff;
  }

  .nav_link-block-cta.dd {
    opacity: .66;
    border-bottom-color: #ffffff4d;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    font-size: 1.3em;
  }

  .nav_link-block-cta.dd:hover {
    background-color: #0000;
  }

  .section_hero {
    margin-top: 5rem;
  }

  .hero_text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .hero_seo-text-wrapper {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .heading-style-huge {
    font-size: 6rem;
  }

  .hero_keyvisual-wrapper {
    width: 100%;
    padding-top: 2rem;
    position: relative;
  }

  .hero_keyvisual {
    top: 0;
    left: 0;
    transform: none;
  }

  .nav_line {
    z-index: 3;
    inset: auto 0% 0%;
  }

  .section_podcasts {
    padding-bottom: 0;
  }

  .about_text-wrapper {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .padded_text-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about_button-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .logo_button {
    height: 4rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .logo_button.wir-dorf, .logo_button.heartwire {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about_img-holder {
    width: 85%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0%;
    right: auto;
  }

  .push-me-to-left {
    padding-left: 0%;
  }

  .episoden_title-holder {
    width: 85%;
  }

  .padding-section-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .footer_grid-item {
    align-items: flex-start;
  }

  .footer_logo-link-block {
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footer-about_button-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .lag-logo_button {
    height: 12rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lag-logo_button.wir-dorf {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer_link-block-cta {
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer_link-block-cta:hover, .footer_link-block-cta.w--current {
    color: #fff;
  }

  .footer_link-block-cta.dd {
    opacity: .66;
    border-bottom-color: #ffffff4d;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    font-size: 1.3em;
  }

  .footer_link-block-cta.dd:hover {
    background-color: #0000;
  }

  .footer_link-block {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 4rem;
  }

  .footer_link-block.w--current {
    color: #fff;
  }

  .footer_link-block.dd {
    opacity: .66;
    border-bottom-color: #ffffff4d;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    font-size: 1.3em;
  }

  .footer_link-block.dd:hover {
    background-color: #0000;
  }

  .seo-intro_p {
    max-width: 50ch;
  }

  .episode_inner-padding {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button.hero {
    top: 0;
  }

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

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

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

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

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

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

  .nav_container {
    justify-content: center;
    padding-bottom: 15vh;
  }

  .nav_trigger {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 0;
    right: 0;
  }

  .nav_link-text {
    line-height: 1.3;
  }

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

  .hero_seo-text-wrapper {
    max-width: 50ch;
    margin-left: 0%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 0;
  }

  .heading-style-huge {
    font-size: 5rem;
  }

  .about_img-holder {
    margin-left: 0;
    margin-right: 0;
  }

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

  .episode_inner-padding {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-cc-banner2_component {
    width: 100%;
  }

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

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

  .nav_holder {
    height: 4rem;
  }

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

  .nav_wrapper {
    max-width: none;
  }

  .nav_logo-holder {
    z-index: 99;
    position: relative;
  }

  .heading-style-huge {
    font-size: 3.5rem;
  }

  .podcast_button-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .flag-holder-center {
    margin-bottom: 2rem;
  }

  .episoden_title-holder {
    width: 79%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

#w-node-_9430078b-02f4-5466-3867-8e54712dceeb-712dcee6, #w-node-_9430078b-02f4-5466-3867-8e54712dcf19-712dcee6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-34f5ec2a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-34f5ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-34f5ec2a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-34f5ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-34f5ec2a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-34f5ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-34f5ec2a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-34f5ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-34f5ec2a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-34f5ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-34f5ec2a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-34f5ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-34f5ec2a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-34f5ec2a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-34f5ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-34f5ec2a {
  justify-self: start;
}


@font-face {
  font-family: 'Bevietnampro-Zukunft-Italic';
  src: url('../fonts/BeVietnamPro-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro-Zukunft';
  src: url('../fonts/BeVietnamPro-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}