:root {
  --indian-red: #ea515a;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #000;
  font-family: Geogrotesque, Arial, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geogrotesque, Arial, sans-serif;
  font-size: 5.5em;
  font-weight: 700;
  line-height: .8em;
}

h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 4vw;
  font-weight: 400;
  line-height: .9em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  font-family: Geogrotesque, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Geogrotesque, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 20px;
}

a {
  color: var(--indian-red);
  text-decoration: underline;
}

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

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

strong {
  font-weight: 500;
}

.page {
  width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
}

.col {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  min-width: 50vw;
  position: relative;
}

.col.last {
  position: relative;
}

.circle {
  background-image: radial-gradient(circle, #ea515a, #ea515a 30%, #fff);
  flex: 1;
}

.col-content {
  width: 100%;
  height: 100%;
  max-width: 50vw;
  min-width: 50vw;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.col-content.even {
  justify-content: space-between;
}

.col-content.start {
  justify-content: flex-start;
}

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

.row {
  width: 100%;
  display: flex;
}

.pagetitle {
  z-index: 2;
  width: 100vw;
  text-align: center;
  display: block;
  position: relative;
  left: -50vw;
}

.overlay {
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.circle {
  z-index: 9;
  width: 100vw;
  flex: 0 auto;
  display: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.overlay.circle.alt {
  z-index: 9;
  width: 50vw;
  display: none;
}

.overlay.gradient {
  z-index: 1;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 80%, #fff);
  display: block;
}

.col-bleed {
  justify-content: space-around;
  padding-bottom: 1vh;
  padding-left: 1vh;
  padding-right: 1vh;
  display: block;
  position: relative;
}

.bleed-item {
  width: 100%;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.bleed-item.center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.center {
  text-align: center;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.border-left {
  width: 50%;
  height: 25px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.border {
  display: flex;
  position: relative;
}

.placeholder {
  width: 50%;
  height: 25px;
}

.rich-text-block {
  max-height: 50vh;
  text-align: left;
  border: 1px solid #000;
  margin-bottom: 1vh;
  margin-left: 1vh;
  margin-right: 1vh;
  padding: 2vh;
  position: relative;
  overflow: scroll;
}

.rich-text-block.serif {
  font-family: Amendisplay, Palatino Linotype, sans-serif;
}

.link-large {
  color: #000;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 2em;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.link-large.serif {
  font-family: Amendisplay, Palatino Linotype, sans-serif;
}

.col-content-wrap {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-content {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.pagetitle-alt {
  width: 100vw;
  text-align: center;
  display: block;
  position: relative;
}

.border-bottom {
  width: 50%;
  height: 25px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.slider {
  z-index: 0;
  height: 100%;
}

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

.col-full {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.col-content-full {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.network {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}

.calltoaction-content {
  width: 100%;
  background-color: var(--indian-red);
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.calltoaction-content.neutral {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.calltoaction-title {
  width: 100vw;
  text-align: center;
  display: block;
  position: relative;
}

.call-to-action-heading {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400;
  display: inline-block;
}

.call-to-action-heading.serif {
  color: #000;
}

.calltoaction-span {
  background-color: var(--indian-red);
  color: #fff;
  border-radius: 4px;
  padding: 8px 2vh 10px;
  display: inline-block;
}

.calltoaction-span.nobel {
  border: 1px solid var(--indian-red);
  color: var(--indian-red);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding-top: 5px;
  font-family: Amendisplay, Palatino Linotype, sans-serif;
}

.anim {
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
}

.anim.serif {
  font-family: Amendisplay, Palatino Linotype, sans-serif;
}

.upper {
  text-transform: uppercase;
}

.upper.serif {
  font-family: Amendisplay, Palatino Linotype, sans-serif;
  font-size: 4em;
}

.asset-slider {
  width: 100vw;
  cursor: grab;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  justify-content: space-between;
  padding-left: 2vh;
  padding-right: 2vh;
  display: flex;
}

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

.asset-img {
  width: 140px;
  height: 140px;
}

.asset-img:hover {
  filter: grayscale(0%);
}

.asset-img.smaller {
  width: 80px;
  height: 80px;
}

.arrow-2 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

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

.left-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow-1 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
}

.arrow-0 {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(45deg);
}

.solid {
  width: 1px;
  height: 40px;
  background-color: #000;
  position: absolute;
  top: -5px;
  left: 15px;
  right: 0%;
  transform: rotate(-45deg);
}

.div-block {
  width: 50px;
  height: 60px;
  justify-content: center;
  display: flex;
  position: relative;
}

.formular {
  width: 100vw;
  background-color: #fff;
  border-top: 1px solid #000;
  flex-direction: column;
  display: flex;
  position: relative;
}

.form {
  width: 50vw;
  margin: 5px auto;
}

.submit-button {
  width: 100%;
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  font-family: Geogrotesque, Arial, sans-serif;
}

.form-content {
  width: 100%;
  position: relative;
}

.col-form {
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.field-label.serif {
  font-family: Amendisplay, Palatino Linotype, sans-serif;
}

.keywords {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.social {
  height: 4vh;
  margin-right: 10px;
}

.social-bleed {
  width: 100%;
  justify-content: space-around;
  padding: 1vh;
  display: block;
  position: relative;
}

.keywords-section {
  width: 100vw;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
}

.social-items {
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.datenschutz {
  padding: 1vw;
}

.dateschutz-text {
  width: 50%;
  text-align: left;
  border: 1px solid #000;
  padding: 2vh;
  position: relative;
}

.consent {
  margin-bottom: 0;
}

.consentbtn {
  background-color: var(--indian-red);
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  font-weight: 500;
}

.form-block {
  margin-top: 15px;
}

.popupwrapper {
  z-index: 9;
  width: 25%;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 1vh;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1vh;
  left: 1vh;
  right: 0%;
}

.fbcookiebanner {
  z-index: 99;
  color: #fff;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footercookielink {
  color: #f1ede6;
  text-decoration: underline;
}

.cookiebuttons {
  display: flex;
}

.cookiebutton {
  color: #000;
  background-color: #f1ede6;
  margin-left: 5px;
  margin-right: 5px;
}

.cookiebutton.decline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.sans {
  font-family: Helveticanowtext, Arial, sans-serif;
  font-size: 5em;
}

.serif {
  font-family: Amendisplay, Palatino Linotype, sans-serif;
}

.instagram-embedded {
  padding: 2rem;
}

@media screen and (max-width: 991px) {
  .upper.serif {
    font-size: 3.5em;
  }

  .form {
    width: 94vw;
  }

  .dateschutz-text {
    width: 100%;
  }

  .popupwrapper {
    width: 45%;
  }

  .fbcookiebanner.popup-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .cookiebuttons {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

  h5 {
    font-size: 1.2em;
  }

  .overlay.circle.alt {
    display: none;
  }

  .call-to-action-heading {
    font-size: 3em;
  }

  .upper.serif {
    font-size: 2.5em;
  }

  .dateschutz-text {
    width: 98vw;
  }

  .instagram-embedded {
    padding: 1rem;
  }
}

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

  .col-content {
    min-width: 100vw;
  }

  .row {
    flex-direction: column;
  }

  .pagetitle {
    left: auto;
  }

  .col-bleed.hide {
    display: none;
  }

  .col-content-wrap {
    position: relative;
  }

  .full-content {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .pagetitle-alt {
    left: auto;
  }

  .col-content-full {
    min-width: 100vw;
  }

  .calltoaction-content {
    flex-direction: column;
  }

  .calltoaction-title {
    left: auto;
  }

  .form-content {
    flex-direction: column;
  }

  .field-label {
    color: #000;
  }

  .keywords {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .popupwrapper {
    width: 60%;
  }
}


@font-face {
  font-family: 'Geogrotesque';
  src: url('../fonts/Geogrotesque-Medium.woff2') format('woff2'), url('../fonts/Geogrotesque-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Black.woff2') format('woff2'), url('../fonts/HelveticaNowText-Black.woff2') format('woff2'), url('../fonts/HelveticaNowText-Black.woff') format('woff'), url('../fonts/HelveticaNowText-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque';
  src: url('../fonts/Geogrotesque-Bold.woff2') format('woff2'), url('../fonts/Geogrotesque-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geogrotesque';
  src: url('../fonts/Geogrotesque-Regular.woff2') format('woff2'), url('../fonts/Geogrotesque-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amendisplay';
  src: url('../fonts/AmenDisplay-Regular.woff2') format('woff2'), url('../fonts/AmenDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amendisplay';
  src: url('../fonts/AmenDisplay-Light.woff2') format('woff2'), url('../fonts/AmenDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}