a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html, body {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

sub, sup, small {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

button {
  background-color: transparent;
  font-size: inherit;
  border: 0;
}

:root {
  --item-padding: min(4rem, 6vw);
  --bar-height: min( calc((100vw - var(--item-padding) * 2.2) * 0.2), 17svh);
  --top-height: calc((100svh - var(--bar-height)) * 0.55 - var(--item-padding));
  --center-height: var(--bar-height);
  --bottom-height: calc((100svh - var(--bar-height)) * 0.45 - var(--item-padding));
  --title: min( 12svh, calc( (100vw - var(--item-padding) * 2) * 0.1 ));
  --subtitle: min( 5.3svh, calc( (100vw - var(--item-padding) * 2) * 0.0455 ));
  --hero: clamp( 48px, calc( (100vw - var(--item-padding) * 2) * 0.06 ), 72px);
  --hero-small: clamp( 14px, 4.45svh, calc( (100vw - var(--item-padding) * 2) * 0.04 ));
  --heading: clamp(16px, 2.65svh, 24px);
  --sub-heading: clamp(15px, 2.15svh, 20px);
}
@media screen and (max-width: 640px) {
  :root {
    --mobile-spacing: 20vh;
    --item-padding: min(3rem, 4vw);
    --title: min( 12svh, calc( (100vw - var(--item-padding) * 2) * 0.1 ));
    --subtitle: clamp( 20px, 6vw, 28px );
    --heading: clamp(16px, 4.5vw, 24px);
    --sub-heading: clamp(15px, 4vw, 20px);
    --hero: clamp( 28px, 10vw, 36px );
    --hero-small: clamp( 20px, 6vw, 28px);
  }
}
@media screen and (max-height: 640px) {
  :root {
    --item-padding: min(3rem, 6vh);
  }
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  line-height: 1.2;
  font-size: var(--title);
  font-weight: 900;
  text-transform: uppercase;
}

p:not(.subtitle) {
  line-height: 1.25;
}

.heading {
  font-size: var(--heading);
}

.sub-heading {
  font-size: var(--sub-heading);
}

.small {
  font-size: clamp(12px, min(1.5vh, 2vw), 16px);
}

.subtitle {
  font-weight: 700;
  font-size: var(--subtitle);
}

.red {
  color: #E31E25;
}

.centered {
  text-align: center;
}

.button {
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background-color: #E31E25;
  color: white;
  padding: 0 1.5em;
  text-decoration: none;
}
.button i {
  margin-left: -6px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.button i path {
  stroke: white;
}
.button:hover {
  text-decoration: underline;
}
.button.veranstaltungen {
  background-color: #232323;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 2em;
}
.button.veranstaltungen i {
  opacity: 0.5;
}
@media (max-width: 640px) {
  .button.veranstaltungen {
    margin-right: 1em;
  }
}
@media (max-width: 480px) {
  .button.veranstaltungen {
    display: none;
  }
}

.button.has-shadow {
  box-shadow: 0 2px 4px rgba(26, 26, 26, 0.5);
}
.button.has-shadow:hover {
  box-shadow: 0 2px 4px rgba(26, 26, 26, 0.75);
}
.button.has-shadow:active {
  translate: 0 1px;
  box-shadow: 0 0px 1px #1a1a1a;
}

nav {
  position: fixed;
  top: calc(var(--item-padding) * 0.75);
  left: var(--item-padding);
  right: var(--item-padding);
  height: 40px;
  z-index: 200;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 641px) and (max-width: 1200px) {
  a.button.veranstaltungen {
    margin-right: calc(var(--item-padding) * 0.75);
  }
  nav {
    top: calc(var(--item-padding) * 0.5);
    left: calc(var(--item-padding) * 0.75);
    right: calc(var(--item-padding) * 0.75);
  }
}
@media (min-width: 641px) and (max-width: 992px) {
  a.button.veranstaltungen {
    margin-right: calc(var(--item-padding) * 0.5);
  }
  nav {
    top: calc(var(--item-padding) * 0.4);
    left: calc(var(--item-padding) * 0.5);
    right: calc(var(--item-padding) * 0.5);
  }
}
@media (max-width: 640px) {
  body {
    position: relative;
  }
  body:not(.impressum):not(.datenschutz):after {
    content: "";
    position: fixed;
    background: rgba(26, 26, 26, 0.75);
    top: 0;
    left: 0;
    right: 0;
    height: calc(40px + var(--item-padding));
    backdrop-filter: blur(10px);
    z-index: 20;
  }
  nav {
    top: calc(var(--item-padding) * 0.5);
  }
}
.burger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.burger input {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.burger span {
  position: absolute;
  pointer-events: none;
  height: 2px;
  border-radius: 3px;
  width: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-out;
  transform-origin: 50% 0%;
}
.burger span.one {
  translate: -50% calc(-50% - 6px);
}
.burger span.two {
  translate: -50% -50%;
}
.burger span.tre {
  translate: calc(-50% - 3px) calc(-50% + 6px);
  scale: 0.6 1;
}
.burger input:checked ~ span.one {
  translate: -50% -50%;
  rotate: -45deg;
}
.burger input:checked ~ span.two {
  opacity: 0;
}
.burger input:checked ~ span.tre {
  translate: -50% -50%;
  scale: 1 1;
  rotate: 45deg;
}

.spacer {
  flex-grow: 1;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  height: 100svh;
  background-color: #E31E25;
  transition: 0.25s ease-in;
  translate: 0 -101%;
  opacity: 0.35;
}
.nav-overlay .bottom {
  flex-grow: 1;
}
.nav-overlay ul {
  opacity: 0;
  list-style: none;
  transition: 0.15s ease-in;
}
.nav-overlay h1 {
  color: #BD1D23;
}
.nav-overlay a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0.25em 0;
  color: inherit;
  text-decoration: none;
}
.nav-overlay a:after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  height: 0.2em;
  background-color: rgba(255, 255, 255, 0.25);
  scale: 0 1;
  transform-origin: 0 50%;
  transition: 0.15s ease-in;
}
.nav-overlay a:hover:after {
  scale: 1 1;
  transition: 0.15s ease-out;
}

nav:not(:has(input:checked)) button.button,
nav:not(:has(input:checked)) a.button {
  transition-property: color, background-color;
  transition-delay: 0.135s;
}
nav:not(:has(input:checked)) button.button i,
nav:not(:has(input:checked)) button.button path,
nav:not(:has(input:checked)) a.button i,
nav:not(:has(input:checked)) a.button path {
  transition-property: stroke, opacity;
  transition-delay: 0.135s;
}

nav:has(input:checked) button.button,
nav:has(input:checked) a.button {
  color: #1A1A1A;
  background: white;
}
nav:has(input:checked) button.button i,
nav:has(input:checked) a.button i {
  opacity: 1;
}
nav:has(input:checked) button.button path,
nav:has(input:checked) a.button path {
  stroke: #1A1A1A;
}
nav:has(input:checked) + .nav-overlay {
  transition: 0.25s ease-out;
  translate: 0 0%;
  opacity: 1;
}
nav:has(input:checked) + .nav-overlay ul {
  opacity: 1;
  transition: 0.25s ease-out;
}

.item.nav-overlay-content .logos,
.item.start .logos {
  margin-bottom: calc(var(--item-padding) * -0.5);
}
@media (min-width: 641px) {
  .item.nav-overlay-content h1,
  .item.start h1 {
    max-width: 8.5em;
    margin-bottom: -1.05em;
  }
  .item.nav-overlay-content p.sub-heading,
  .item.start p.sub-heading {
    position: relative;
    max-width: 30em;
    font-weight: 500;
    margin-left: calc(var(--title) * 3.65);
    line-height: 1.25;
    padding-left: 1em;
  }
  .item.nav-overlay-content p.sub-heading:before,
  .item.start p.sub-heading:before {
    content: "";
    position: absolute;
    width: 0.175em;
    height: 96%;
    left: 0;
    top: 2%;
    background: #E31E25;
  }
}
@media (max-width: 640px) {
  .item.nav-overlay-content,
  .item.start {
    display: flex;
    flex-direction: column;
    padding-top: 25svh;
    min-height: 100svh;
  }
  .item.nav-overlay-content .top,
  .item.start .top {
    margin-bottom: min(4rem, 6svh);
  }
  .item.nav-overlay-content h1,
  .item.start h1 {
    margin-bottom: 0.5em;
    translate: 0 -0.15em;
  }
  .item.nav-overlay-content p.subtitle,
  .item.start p.subtitle {
    width: 15em;
  }
}
.item.nav-overlay-content .bottom,
.item.start .bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.item.nav-overlay-content h1 {
  margin-bottom: -0.1em;
}

.logos {
  position: relative;
  width: 100%;
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: min(630px, 70vh);
}
.logos a {
  display: block;
}
.logos img {
  width: 100%;
  height: auto;
}
.logos .logo-1,
.logos .logo-3,
.logos .logo-4 {
  width: 19%;
}
.logos .logo-2 {
  width: 13%;
}

.item.intro p {
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 641px) {
  .item.intro p {
    width: 38em;
    max-width: 90vw;
  }
}
@media (max-width: 640px) {
  .item.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: var(--mobile-spacing);
    padding-bottom: var(--mobile-spacing);
  }
  .item.intro .top {
    margin-bottom: 4em;
  }
}

@media screen and (min-width: 641px) {
  .item:not(.end) .center {
    display: flex;
    position: relative;
  }
  .item:not(.end) .center:after, .item:not(.end) .center:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -1px;
    background: #E31E25;
    width: 2px;
  }
  .item:not(.end) .center:after {
    left: auto;
    right: -1px;
  }
}
article.item {
  position: relative;
}
article.item p {
  line-height: 1.5;
}
article.item h2.heading {
  color: #E31E25;
  padding-left: 1rem;
  padding-bottom: 0.75em;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 21em;
}
article.item h3.small {
  padding-left: 1rem;
  margin-bottom: 1.5em;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
article.item .location {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  font-size: 0.66em;
  font-weight: 300;
}
article.item .location:before {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/icons/icon-location.svg");
  background-size: contain;
  translate: 0 -5%;
  margin-right: 0.2em;
}
article.item .icon-death {
  position: relative;
}
article.item .icon-death:before {
  content: "";
  display: inline-block;
  translate: 0 15%;
  margin-right: 0.5em;
  width: 16px;
  height: 16px;
  background: url("../images/icons/icon-death.svg");
}
article.item .icon-death + .icon-victims {
  margin-left: 1.5em;
}
article.item .icon-victims {
  position: relative;
}
article.item .icon-victims:before {
  content: "";
  display: inline-block;
  translate: 0 15%;
  margin-right: 0.5em;
  width: 16px;
  height: 16px;
  background: url("../images/icons/icon-victims.svg");
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
article.item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.07;
}
article.item .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
article.item .background img.loaded {
  animation: pulse 3s infinite;
  animation-timing-function: linear;
}
@media (max-width: 640px) {
  article.item .background {
    display: none;
  }
}
article.item figure {
  display: flex;
}
article.item picture {
  display: block;
}
article.item picture img {
  width: 100%;
  height: auto;
}
article.item .dash {
  padding: 0 0.5em 0 0.825em;
}
@media (min-width: 641px) {
  article.item {
    width: fit-content;
  }
  article.item:has(+ .end) .center {
    padding-right: 115vw;
  }
  article.item .article-content p {
    columns: 2;
    width: 70em;
    column-gap: 2em;
  }
  article.item .article-content p.text-medium {
    width: 80em;
  }
  article.item .article-content p.text-large {
    width: 85em;
  }
  article.item .date-location {
    white-space: nowrap;
    text-align: right;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 3em;
    text-transform: uppercase;
  }
  article.item .date-location h3 {
    line-height: 1.05;
  }
  article.item .image {
    height: auto;
    position: relative;
  }
  article.item .image picture {
    width: 100%;
    height: 100%;
  }
  article.item .image:has(.portrait) {
    width: min(35vw, 25vh);
  }
  article.item .image:has(.landscape) {
    width: min(52.5vw, 37.5vh);
  }
  article.item figure {
    position: relative;
    height: fit-content;
  }
  article.item .credits {
    position: absolute;
    bottom: -2.5em;
    right: 0;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 8px;
  }
  article.item .credits {
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
  }
  article.item .article-content {
    width: fit-content;
  }
  article.item.layout-1 .article-content {
    padding-bottom: min(3em, 3vh);
  }
  article.item.layout-1 .article-content .border-gray,
  article.item.layout-1 .article-content p.small {
    padding-left: 15vw;
  }
  article.item.layout-2 .bottom {
    margin-right: 20vw;
    width: max-content;
    padding-left: 15vw;
  }
  article.item.layout-2 .center-content {
    height: fit-content;
  }
  article.item.layout-2 figure {
    display: flex;
  }
  article.item.layout-2 figure .credits {
    padding: 0;
  }
  article.item.layout-2 .credits {
    position: relative;
    bottom: 0;
    margin-left: 2rem;
    color: #ffffff;
  }
  article.item.layout-3 .article-content .border-gray,
  article.item.layout-3 .article-content p.small {
    padding-left: 20vw;
  }
  article.item.layout-4 .article-content {
    translate: 0 max(2.5%, 1.5vh);
  }
  article.item.layout-4 .center-inner:not(.align-left) {
    margin-left: 15vw;
  }
  article.item.layout-4 .bottom {
    padding-top: max(var(--item-padding) * 0.5, var(--bar-height) / 5);
    padding-top: calc(var(--heading) * 1.4);
  }
}
@media (min-width: 641px) {
  article.item .translate-plus-small:has(.landscape) {
    translate: 0 calc(var(--bar-height) * 0.15);
  }
  article.item .translate-minus-small:has(.landscape) {
    translate: 0 calc(var(--bar-height) * -0.15);
  }
  article.item .translate-plus-small:has(.portrait) {
    translate: 0 calc(var(--bar-height) * 0.25);
  }
  article.item .translate-minus-small:has(.portrait) {
    translate: 0 calc(var(--bar-height) * -0.25);
  }
  article.item .translate-plus-large:has(.landscape) {
    translate: 0 calc(var(--bar-height) * 0.85);
  }
  article.item .translate-minus-large:has(.landscape) {
    translate: 0 calc(-100% + var(--bar-height) * 0.85);
  }
  article.item .translate-plus-large:has(.portrait) {
    translate: 0 calc(var(--bar-height) * 1.25);
  }
  article.item .translate-minus-large:has(.portrait) {
    translate: 0 calc(-100% + var(--bar-height) * 1.25);
  }
  article.item .credits-on-right .credits {
    position: relative;
    margin-left: 3rem;
    bottom: unset;
  }
}
@media (max-width: 640px) {
  article.item {
    display: flex;
    flex-direction: column;
  }
  article.item:not(:has(+ .item.last)) {
    margin-bottom: 20vh;
  }
  article.item .center {
    order: -1;
  }
  article.item .date-location {
    margin-bottom: 1rem;
  }
  article.item .small {
    font-size: 16px;
  }
  article.item figure {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  article.item figure .image {
    height: auto;
  }
  article.item figure .image:has(.portrait) {
    width: 66%;
  }
  article.item figure .image:has(.landscape) {
    width: 100%;
  }
  article.item figure .credits {
    padding-top: 1em;
    margin-left: 0;
    font-size: 8px;
  }
  article.item:has(+ .item.end) {
    position: relative;
    padding-bottom: 0;
  }
  article.item:has(+ .item.end):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5vw;
    height: 0.3em;
    background: #1A1A1A;
    z-index: 12;
  }
}

.item.spacer {
  min-width: 60vw;
}
.item.spacer.last {
  min-width: 10vw;
}
.item.spacer.last .center {
  translate: -2px 0;
}
.item.spacer.spacer-large {
  min-width: 80vw;
}
@media (max-width: 640px) {
  .item.spacer {
    display: none;
  }
}

.item.end {
  background: transparent;
  position: relative;
}
.item.end h1.title {
  text-transform: unset;
  max-width: 20em;
}
@media (min-width: 641px) {
  .item.end {
    min-width: 100vw;
    width: 100vw;
  }
  .item.end h1.title {
    background-color: transparent;
    font-size: var(--hero);
    height: var(--bar-height);
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
  .item.end .scroll-indicator {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 5rem;
    margin-bottom: var(--item-padding);
  }
  .item.end .scroll-indicator:before {
    content: "scroll";
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 14px;
  }
  .item.end .scroll-indicator::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/icons/icon-scroll.svg") no-repeat center;
  }
}
@media (max-width: 640px) {
  .item.end {
    background-color: #1A1A1A;
    z-index: 20;
    position: relative;
    padding-top: 20svh;
  }
  .item.end h1.title {
    margin-bottom: 20svh;
  }
  .item.end .scroll-indicator {
    display: none;
  }
}

.item.outro {
  min-width: 100vw;
  min-height: 100svh;
  box-sizing: border-box;
}
.item.outro .davidstern {
  display: block;
  width: 100%;
  height: auto;
  max-width: 790px;
  margin: 0 auto min(var(--bottom-height), 15vw);
  align-self: center;
}
.item.outro div h2, .item.outro div p {
  font-size: var(--hero);
  font-weight: 700;
  text-transform: initial;
  display: block;
}
@media (min-width: 641px) {
  .item.outro div h2, .item.outro div p {
    margin-bottom: min(var(--bottom-height), 15vw);
  }
}
@media (max-width: 640px) {
  .item.outro div h2, .item.outro div p {
    margin-bottom: var(--mobile-spacing);
  }
}
.item.outro div h2 {
  font-weight: 900;
}
.item.outro div p {
  font-size: var(--hero-small);
}
.item.outro .outro-content {
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.item.outro .spacer {
  display: block;
  height: var(--top-height);
  width: 100%;
}
.item.outro p.red.centered {
  font-size: var(--hero);
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
}
.item.outro h3.large {
  line-height: 1.2;
  margin-bottom: 0.1em;
  font-weight: 900;
  text-transform: uppercase;
  font-size: min((100vw - var(--item-padding) * 2) / 100 * 10, 121px);
}
.item.outro div.center {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .item.outro div.center {
    height: 13.5vw;
    background-color: #E31E25;
  }
}
@media screen and (min-width: 641px) {
  .item.outro .center,
  .item.outro .flex {
    margin-bottom: calc(var(--bottom-height) * 0.5);
  }
}
@media screen and (max-width: 640px) {
  .item.outro .center {
    margin-bottom: calc(var(--bottom-height) * 0.1);
  }
  .item.outro .flex {
    margin-bottom: calc(var(--bottom-height) * 0.25);
  }
}
.item.outro .flex {
  display: flex;
  justify-content: space-between;
}
.item.outro .flex .logos {
  width: 70%;
  max-width: 600px;
  margin-right: 10%;
}
.item.outro .flex .text p {
  width: 100%;
  max-width: 22em;
  font-size: var(--heading);
  margin-bottom: 0;
}
@media (max-width: 920px) {
  .item.outro .flex {
    flex-direction: column;
    align-items: center;
  }
  .item.outro .flex .logos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
  }
}
.item.outro .get-in-touch {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(227, 30, 37, 0.2), rgba(227, 30, 37, 0));
  border: 1px solid #E31E25;
  border-radius: 1rem;
  margin: 0 auto;
  margin-bottom: calc(var(--bottom-height) * 0.25);
  padding: calc(var(--item-padding) * 1.5) var(--item-padding);
}
.item.outro .get-in-touch h3, .item.outro .get-in-touch h2, .item.outro .get-in-touch p {
  margin-bottom: 0;
}
.item.outro .get-in-touch h3 {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 1.25em;
  font-size: 16px;
  text-align: center;
}
.item.outro .get-in-touch h2 {
  color: #E31E25;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
  max-width: 12em;
}
.item.outro .get-in-touch p {
  max-width: 45em;
  margin-bottom: 3em;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}

html, body {
  width: 100%;
}

body {
  overflow-x: hidden;
}

.content {
  position: relative;
  min-height: 100svh;
  z-index: 2;
}

@media (min-width: 641px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .desktop {
    display: none !important;
  }
}
.item {
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .content-inner {
    display: flex;
    width: 100%;
    height: 100svh;
  }
  .nav-overlay-content,
  .item {
    display: flex;
    flex-direction: column;
    padding: var(--item-padding);
    box-sizing: border-box;
  }
  .nav-overlay-content .top,
  .item .top {
    width: 100%;
    height: var(--top-height);
    box-sizing: border-box;
    padding-bottom: calc(var(--item-padding) * 0.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }
  .nav-overlay-content .center,
  .item .center {
    width: 100%;
    height: var(--bar-height);
    background-color: #E31E25;
    margin-left: calc(var(--item-padding) * -1);
    margin-right: calc(var(--item-padding) * -1);
    padding-left: var(--item-padding);
    width: calc(100% + var(--item-padding) * 2);
    box-sizing: border-box;
  }
  .nav-overlay-content.horizontal-item,
  .item.horizontal-item {
    padding: var(--item-padding) calc(var(--item-padding) * 3);
  }
  .nav-overlay-content.horizontal-item:not(.end) .center,
  .item.horizontal-item:not(.end) .center {
    margin-left: calc(var(--item-padding) * -3);
    margin-right: calc(var(--item-padding) * -3);
    padding-left: var(--item-padding);
    width: calc(100% + var(--item-padding) * 6);
  }
  .nav-overlay-content.horizontal-item.last .center,
  .item.horizontal-item.last .center {
    width: calc(100% + var(--item-padding) * 5);
  }
  .nav-overlay-content.horizontal-item.end,
  .item.horizontal-item.end {
    padding: var(--item-padding);
  }
  .nav-overlay-content .center-inner,
  .item .center-inner {
    display: flex;
    min-width: 110vw;
  }
  .nav-overlay-content .bottom,
  .item .bottom {
    width: 100%;
    height: var(--bottom-height);
    padding-top: calc(var(--item-padding) * 0.75);
    box-sizing: border-box;
  }
  .nav-overlay-content.start,
  .item.start {
    min-width: 100vw;
  }
  .nav-overlay-content.start .center,
  .item.start .center {
    width: calc(100% + var(--item-padding));
    margin-left: 0;
  }
  .nav-overlay-content.nav-overlay-content .bottom,
  .item.nav-overlay-content .bottom {
    padding-top: 0;
    height: calc(var(--bar-height) + var(--bottom-height));
  }
}
@media (max-width: 640px) {
  .content-inner {
    position: relative;
  }
  .content-inner::before {
    content: "";
    position: absolute;
    top: 25svh;
    left: 0;
    width: 5vw;
    bottom: 0;
    background-color: #E31E25;
    z-index: 11;
  }
  .item {
    padding: var(--item-padding);
    padding-left: calc(var(--item-padding) + 5vw);
    box-sizing: border-box;
    overflow: hidden;
  }
  .item.outro, .item.end {
    padding-left: var(--item-padding);
  }
}
.flex {
  display: flex;
}

.row {
  flex-direction: row;
}

@media (min-width: 641px) {
  .padding-bottom-null {
    padding-bottom: 0 !important;
  }
}
footer {
  padding-left: var(--item-padding);
  padding-right: var(--item-padding);
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
footer .footer {
  border-top: rgba(255, 255, 255, 0.1) 1px solid;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  padding: 2em 0 2em;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  footer .footer {
    flex-direction: column;
    align-items: center;
  }
  footer .footer .left {
    margin-bottom: 1em;
  }
}
footer .footer a {
  color: inherit;
  text-decoration: inherit;
}
footer .footer a:hover {
  text-decoration: underline;
}
footer .footer a + span {
  padding: 0 1em;
}

.datenschutz,
.impressum {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 100px;
  font-size: 14px;
}
.datenschutz .back-link,
.impressum .back-link {
  margin-bottom: 5em;
  display: inline-flex;
  color: inherit;
}
.datenschutz article,
.impressum article {
  padding-top: calc(var(--item-padding) * 0.75);
  padding-left: var(--item-padding);
  padding-right: var(--item-padding);
}
@media screen and (max-width: 640px) {
  .datenschutz article,
  .impressum article {
    padding-top: calc(var(--item-padding) * 0.5);
  }
}
.datenschutz article,
.datenschutz footer,
.impressum article,
.impressum footer {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.datenschutz h1,
.impressum h1 {
  margin-bottom: 1em;
}
.datenschutz h2,
.impressum h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.datenschutz a,
.impressum a {
  color: #E31E25;
}
.datenschutz p,
.impressum p {
  line-height: 1.5;
  margin-bottom: 2em;
}
.datenschutz p:last-child, .datenschutz p:has(+ h2),
.impressum p:last-child,
.impressum p:has(+ h2) {
  margin-bottom: 5em;
}
.datenschutz h2, .datenschutz p, .datenschutz ul,
.impressum h2,
.impressum p,
.impressum ul {
  max-width: 600px;
}
.datenschutz ul,
.impressum ul {
  list-style: disc;
  padding-left: 1em;
  margin-bottom: 2em;
  line-height: 1.5;
}
.datenschutz ul li,
.impressum ul li {
  margin-bottom: 1em;
}

/*# sourceMappingURL=styles.css.map */
