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

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

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

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

@font-face {
  font-family: Balto;
  src: url('../fonts/Balto-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

:root {
  --_wir-können-anders---rot: red;
  --_wir-können-anders---summer-cream: #fff4d8;
  --_wir-können-anders---muted-red: #ea3647;
  --_wir-können-anders---dunkelblau: #0b1b35;
  --_wir-können-anders---weiß: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Balto, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--_wir-können-anders---rot);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--_wir-können-anders---rot);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.3;
}

a {
  color: var(--_wir-können-anders---rot);
  text-decoration: underline;
}

.navbar-logo-left {
  vertical-align: middle;
  min-height: 50px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: auto;
  height: 50px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--_wir-können-anders---summer-cream);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Balto, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--_wir-können-anders---summer-cream);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--_wir-können-anders---summer-cream);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Balto, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Balto, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero_section {
  background-image: url('../images/25-07-11_Jugendfest25_cNikolaiArnaudov-096.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  height: 100svh;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  display: flex;
}

.hero_section.person {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_wir-können-anders---summer-cream);
  background-image: none;
  flex-flow: row;
  justify-content: space-between;
  height: 110vh;
  margin-bottom: 0;
  display: block;
}

.hero_bottom {
  color: var(--_wir-können-anders---summer-cream);
  justify-content: space-between;
  font-family: Balto, Arial, sans-serif;
}

._50_left {
  flex-flow: row;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  display: block;
}

._50_left.size-l {
  font-size: 3rem;
  line-height: 1;
}

._50_right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 48%;
  font-size: 1rem;
  display: block;
}

.btn {
  color: #171717;
  letter-spacing: .16px;
  cursor: pointer;
  border: 3px solid #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 20rem;
  min-height: 3rem;
  margin: 0;
  padding: 11px 60px 11px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all 70ms;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 1px #0000;
}

.btn.btn-primary {
  background-color: var(--_wir-können-anders---rot);
  color: var(--_wir-können-anders---summer-cream);
  flex: none;
  margin-bottom: 1rem;
  font-family: Balto, Arial, sans-serif;
  font-size: 1rem;
  transition: all .1s;
}

.btn.btn-primary:hover {
  background-color: var(--_wir-können-anders---muted-red);
}

.btn.btn-primary:active {
  background-color: var(--_wir-können-anders---muted-red);
  border-color: #0353e9;
}

.btn.btn-primary:focus {
  box-shadow: inset 0 0 0 1px #fff;
}

.btn.btn-ghost {
  color: var(--_wir-können-anders---summer-cream);
  padding: 11px 13px;
  font-size: 1rem;
}

.btn.btn-ghost:hover {
  color: var(--_wir-können-anders---rot);
  background-color: #e5e5e5;
}

.btn.btn-ghost:active {
  background-color: #bebebe;
}

.btn.btn-ghost:focus {
  border-color: #0062ff;
  box-shadow: inset 0 0 0 1px #fff;
}

.btn.btn-ghost.btn-small {
  color: var(--_wir-können-anders---summer-cream);
  min-height: 2rem;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Balto, Arial, sans-serif;
  line-height: 1rem;
}

.btn.btn-ghost.btn-small:hover {
  background-color: var(--_wir-können-anders---rot);
}

.btn.btn-ghost.btn-small.btn-dark {
  color: var(--_wir-können-anders---rot);
}

.btn.btn-ghost.btn-small.btn-dark:hover, .btn.btn-cream {
  color: var(--_wir-können-anders---summer-cream);
}

.btn-inner-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-svg {
  background-image: url('../images/cream--arrow--right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
}

.btn-svg.btn-svg__ghost {
  background-image: url('../images/cream--arrow--right.svg');
  margin-left: 13px;
  position: relative;
  right: 0;
}

.btn-svg.btn-svg__ghost:hover {
  background-image: url('../images/cream--arrow--right.svg');
}

.head_split {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.claim_section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.claim_section.person_cream {
  background-color: var(--_wir-können-anders---summer-cream);
  margin-top: 0;
  margin-bottom: 0;
}

.h_ultra {
  color: var(--_wir-können-anders---rot);
  font-size: 5.5rem;
  line-height: 1;
}

.start_cell {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: .5vh;
}

.start_cell.themen.wohnen {
  background-image: url('../images/Wohnen-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  display: block;
}

.stack_border {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-height: 70vh;
  padding: 0;
}

.form {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition-property: none;
}

.button:hover {
  opacity: .8;
}

.button.is-form {
  border-radius: 1rem;
}

.form-text-field {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #f3f8fa;
  border: 1px #fff;
  border-radius: 1rem;
  min-height: 3.5rem;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.glass-title-tip {
  opacity: .8;
  color: #fbf9fc80;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}

.form-error-msg {
  text-align: center;
  background-color: #28272980;
  border-radius: 1rem;
  margin-top: 0;
  padding: 2rem;
}

.glass_img-top {
  z-index: -1;
  width: 13rem;
  position: absolute;
  inset: -13% 0% 0% -12%;
}

.glass_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #243843;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1;
}

.heading-3.is-white {
  color: #fbf9fc;
  text-shadow: none;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-success-msg {
  background-color: #28272980;
  border-radius: 1rem;
  padding: 2rem;
}

.form-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.glass_img-bottom {
  z-index: -1;
  width: 13rem;
  position: absolute;
  inset: auto -11% -15% auto;
}

.glass_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #7d798180;
  border: 1px solid #ffe9e914;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 34rem;
  padding: .8rem;
  display: flex;
}

.glass_component {
  margin-top: 1rem;
  position: fixed;
  inset: 0 5% auto;
}

.start_div {
  background-color: #0006;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: block;
}

.start_div:hover {
  background-color: #00000080;
  display: none;
}

.subline {
  color: var(--_wir-können-anders---summer-cream);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.subline.stack {
  display: none;
}

.subline.stack:hover {
  display: block;
}

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

.subline.red {
  color: var(--_wir-können-anders---rot);
  text-align: left;
  align-self: flex-start;
}

.stack_title {
  color: var(--_wir-können-anders---summer-cream);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

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

.section {
  display: block;
}

.start_flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.stack_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.stack_container.themen {
  height: 75vh;
}

.stack_themen.wohnen {
  background-image: url('../images/Wohnen-min.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_themen.vekehr {
  background-image: url('../images/Brosnisz_ÖPNV-min.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_cell {
  opacity: 1;
  color: var(--_wir-können-anders---summer-cream);
  background-color: #00000080;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 12px;
  display: flex;
}

.stack_cell.direkt {
  align-items: stretch;
}

.candidates_back {
  z-index: -5;
  width: 18vw;
  max-width: 400px;
  position: absolute;
  top: auto;
  left: -38px;
}

.stack_direkt.wohnen {
  background-image: url('../images/Wohnen-min.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt.vekehr {
  background-image: url('../images/Brosnisz_ÖPNV-min.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt.dena {
  background-image: url('../images/Wulff-Charlotte_Dena-Shafie-Plakat.jpg');
  background-position: 50% 25%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt.denis {
  background-image: url('../images/Wulff-Charlotte_Denis-Badorf-Plakat.jpg');
  background-position: 50% 15%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt.attila {
  background-image: url('../images/Wulff-Charlotte_Attila-Gümüs-Plakat.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt.isabel {
  background-image: url('../images/Wulff-Charlotte_Isabel-Gerken-Plakat.jpg');
  background-position: 50% 10%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt.heiner {
  background-image: url('../images/Wulff-Charlotte_Heiner-Kockerbeck-Plakat.jpg');
  background-position: 50% 20%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt.angela {
  background-image: url('../images/Wulff-Charlotte_Angela-Bankert-Plakat.jpg');
  background-position: 50% 10%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt.momo {
  background-image: url('../images/Wulff-Charlotte_Momo-Eich_Plakat.jpg');
  background-position: 50% 10%;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
}

.stack_direkt_name {
  justify-content: space-between;
  align-items: flex-end;
}

.footer-light {
  background-color: var(--_wir-können-anders---summer-cream);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  min-width: 40%;
  max-width: 40vh;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--_wir-können-anders---dunkelblau);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.person_head {
  vertical-align: baseline;
  width: auto;
  max-width: 50vw;
  min-height: 1.25vh;
  max-height: 120vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.person_name_block {
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  max-width: 48px;
  position: absolute;
  inset: 0% 5vw 0% auto;
}

.hero_person {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
}

.h-light {
  font-weight: 400;
}

.person_begin {
  color: var(--_wir-können-anders---dunkelblau);
  font-size: 1.2rem;
}

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

.gradient_cram-white {
  background-image: linear-gradient(180deg, var(--_wir-können-anders---summer-cream) 19%, white);
  height: 20vh;
}

.stack_50-free {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell_text {
  padding: 3rem;
}

.stack_tight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 75svh;
  padding: 0;
}

.thema_wohnen {
  background-image: url('../images/Wohnen-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.thema_verkehr {
  background-image: url('../images/Brosnisz_ÖPNV-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-without-image {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.rich_text {
  width: 50vw;
}

.rich_text a {
  color: var(--_wir-können-anders---rot);
}

.rich_text a:hover {
  color: var(--_wir-können-anders---muted-red);
}

.body_cream {
  background-color: var(--_wir-können-anders---summer-cream);
}

.accordion {
  color: #171717;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Balto, Arial, sans-serif;
  font-size: .875rem;
  list-style-type: none;
}

.accordion.international {
  width: 50vw;
}

.accordion-item {
  border-bottom: 1px solid #dcdcdc;
}

.accordion-trigger {
  color: #171717;
  border-top: 1px #dcdcdc;
  border-bottom: 1px #dcdcdc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .675rem 1rem;
  text-decoration: none;
  transition: background-color 90ms;
  display: flex;
  position: relative;
}

.accordion-trigger:hover {
  background-color: #dcdcdc;
}

.accordion-trigger.accordion-trigger__large {
  padding-top: .675rem;
  padding-bottom: .675rem;
}

.arrow-down {
  background-image: url('../images/arrow__down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: .675rem;
  height: .675rem;
}

.accordion-content {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

.accordion-content__inner-wrap {
  padding-top: .375rem;
  padding-bottom: 1.25rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.button-2 {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 24px 20px 25px;
  text-decoration: none;
  display: flex;
}

.custom-css {
  overflow: hidden;
}

.cursor {
  z-index: 999999;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #0000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  position: fixed;
  inset: auto;
}

.relative {
  flex-direction: column;
  align-items: center;
  height: 800vh;
  display: flex;
  position: relative;
}

.scrollbar-outer {
  z-index: 9999;
  background-color: #fff;
  align-items: center;
  height: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.scroll-prompt {
  z-index: 9999;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 500;
  position: fixed;
  inset: auto 0% 0%;
}

.scrollbar-inner {
  background-color: #000;
  width: 0%;
  height: 100%;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  overflow: hidden;
}

.container-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-img {
  width: 30vw;
  max-width: none;
  height: 30vw;
}

.button-txt {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.section_big {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 5%;
  display: flex;
  overflow: hidden;
}

.section_big.front {
  z-index: 1000;
  display: flex;
  position: fixed;
}

.section_big.back {
  z-index: 500;
  display: flex;
  position: fixed;
}

.plate {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    position: relative;
    top: 10vh;
  }

  .nav-menu-two {
    background-color: var(--_wir-können-anders---rot);
    color: var(--_wir-können-anders---rot);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 20px 20px;
    padding: 8px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--_wir-können-anders---rot);
    color: #fff;
  }

  .hero_section.person {
    height: auto;
  }

  .button {
    white-space: nowrap;
  }

  .stack_direkt.angela, .stack_direkt.momo {
    background-position: 50% 25%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .person_head {
    max-width: 100vw;
    position: static;
    inset: 0% 0% auto;
  }

  .person_name_block {
    width: auto;
    max-width: none;
    padding: 20px;
    position: static;
  }

  .hero_person {
    flex-flow: column;
    align-items: flex-start;
  }

  .container-3 {
    max-width: 728px;
  }

  .rich_text {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container.start {
    max-width: 90%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  ._50_left, ._50_right {
    width: 100%;
  }

  .head_split {
    flex-flow: column;
  }

  .claim_section {
    display: block;
  }

  .glass_wrapper {
    min-width: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container_home {
    max-width: 90%;
  }

  .stack_container {
    height: auto;
    min-height: 70vh;
  }

  .stack_container.themen {
    height: auto;
  }

  .stack_cell {
    min-height: 60vh;
  }

  .candidates_back {
    display: none;
    position: static;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .stack_tight {
    height: auto;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

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

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  ._50_left, ._50_left.size-l {
    font-size: 2rem;
  }

  .form {
    margin-bottom: 0;
  }

  .glass-title-tip {
    font-size: 1rem;
    display: none;
  }

  .form-error-msg {
    margin-bottom: 0;
  }

  .glass_img-top {
    width: 7rem;
  }

  .heading-3.is-white {
    font-size: 1.5rem;
  }

  .glass_img-bottom {
    width: 8rem;
  }

  .glass_wrapper {
    grid-row-gap: 1.5rem;
    min-width: 0;
    padding: 1rem 2rem;
  }

  .stack_title {
    font-size: 2rem;
    overflow: visible;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .paragraph_two {
    column-count: auto;
  }

  .cell_text {
    padding: 5%;
  }

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

  .container-3 {
    max-width: none;
  }

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

#w-node-d560d574-173d-07d4-122d-6f8cdf0da3f5-6c6e9a7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_1d7860da-4dc5-34ec-42a7-86e766cc083c-6c6e9a7e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a33cbc9f-704b-c06f-36cf-ce55e0e341fc-6c6e9a7e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a33cbc9f-704b-c06f-36cf-ce55e0e341fd-6c6e9a7e {
  grid-column: span 4 / span 4;
}

#w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-062bb717, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-679d7fa7, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-c0be26bc, #w-node-f4c5c680-b404-67f2-8332-03a5abe74f4e-c0be26bc, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-3aa08a9f, #w-node-f4c5c680-b404-67f2-8332-03a5abe74f4e-3aa08a9f, #w-node-e3b54a4f-540a-6723-dcf9-905156f19edb-3aa08a9f, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-f073a621, #w-node-f4c5c680-b404-67f2-8332-03a5abe74f4e-f073a621, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-25da04a5, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-dc0f9b3f, #w-node-c834c48a-8392-fe20-8cd9-1f7f60bba09d-dc0f9b3f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a33cbc9f-704b-c06f-36cf-ce55e0e341fc-6c6e9a7e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a33cbc9f-704b-c06f-36cf-ce55e0e341fd-6c6e9a7e {
    grid-column: span 2 / span 2;
  }

  #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-062bb717, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-679d7fa7, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-c0be26bc, #w-node-f4c5c680-b404-67f2-8332-03a5abe74f4e-c0be26bc, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-3aa08a9f, #w-node-f4c5c680-b404-67f2-8332-03a5abe74f4e-3aa08a9f, #w-node-e3b54a4f-540a-6723-dcf9-905156f19edb-3aa08a9f, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-f073a621, #w-node-f4c5c680-b404-67f2-8332-03a5abe74f4e-f073a621, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-25da04a5, #w-node-_1eb2644f-11e7-023c-aaeb-5f519037a241-dc0f9b3f, #w-node-c834c48a-8392-fe20-8cd9-1f7f60bba09d-dc0f9b3f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d560d574-173d-07d4-122d-6f8cdf0da3f5-6c6e9a7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d560d574-173d-07d4-122d-6f8cdf0da3f6-6c6e9a7e {
    order: 0;
  }

  #w-node-_1d7860da-4dc5-34ec-42a7-86e766cc083c-6c6e9a7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d7860da-4dc5-34ec-42a7-86e766cc083d-6c6e9a7e {
    order: 0;
  }

  #w-node-a33cbc9f-704b-c06f-36cf-ce55e0e341fc-6c6e9a7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a33cbc9f-704b-c06f-36cf-ce55e0e341fd-6c6e9a7e {
    order: 0;
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Balto';
  src: url('../fonts/Balto-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Balto';
  src: url('../fonts/Balto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Balto';
  src: url('../fonts/Balto-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Balto';
  src: url('../fonts/Balto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Balto';
  src: url('../fonts/Balto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Balto';
  src: url('../fonts/Balto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Balto';
  src: url('../fonts/Balto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Balto';
  src: url('../fonts/Balto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}