.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-h1-title {
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
}

.hero-h2-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.body {
  font-family: Manrope, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
}

.section-projekt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/yellow-waves.png');
  background-position: 100% 50%;
  background-size: 1250px;
  background-repeat: no-repeat;
}

.column-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #ffb932;
}

.tip-to-download {
  width: 520px;
  margin-bottom: 80px;
  -webkit-transition: background-color 200ms cubic-bezier(.77, 0, .175, 1), box-shadow 200ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 200ms cubic-bezier(.77, 0, .175, 1), box-shadow 200ms cubic-bezier(.77, 0, .175, 1);
  color: #888;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.tip-to-download:hover {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 36px 28px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-radius: 16px;
  background-color: #ffb932;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  color: #1a1a1a;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #1b160c;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3), 0 6px 10px 4px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #ffb932;
}

.button:active {
  background-color: #ffb932;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
}

.button:focus {
  border-style: solid;
  border-width: 4px;
  border-color: #000;
}

.download-icon {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-bottom: 80px;
  border: 2px solid #ffb932;
}

.column-text {
  width: 70%;
}

.projekt-text {
  margin-bottom: 0px;
  padding: 40px;
  font-size: 24px;
  line-height: 44px;
}

.projekt-text.bottom-border {
  border-bottom: 2px solid #ffb932;
}

.title-hide {
  display: none;
}

.emma-svg {
  width: 684px;
  height: 173px;
}

.das_projekt_vertical {
  width: 100px;
}

.umsetzung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.umsetzung_text {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

.sponsor_wrapper {
  display: inline-block;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sponsor_wrapper.bottom_padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sponsor_wrapper.bottom_padding.right_border {
  border-right: 2px solid #ffb932;
}

.sponsor_wrapper.left_padding_0 {
  padding-left: 0px;
}

.sponsor_logo {
  height: 120px;
}

.sponsor_name {
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
}

.sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sponsor {
  padding: 12px 12px 0px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255, 185, 50, 0);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  color: #1a1a1a;
  text-decoration: none;
}

.sponsor:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  text-decoration: underline;
}

.sponsor:focus {
  border: 4px solid #ffb932;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.sponsor:visited {
  color: #1a1a1a;
}

.impressum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.short-description {
  width: 600px;
  margin-right: 100px;
  line-height: 24px;
}

.kontakt {
  width: 300px;
  line-height: 28px;
}

.impressum-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
}

.extra-bold-text {
  font-weight: 800;
  text-transform: uppercase;
}

.kontakt-link {
  color: #1a1a1a;
  text-decoration: none;
}

.kontakt-link:hover {
  text-decoration: underline;
}

.kontakt-link:focus {
  text-decoration: underline;
}

.kontakt-link:visited {
  color: #1a1a1a;
}

.sponsors_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.das_projekt_horizontal {
  display: none;
  width: 320px;
}

.waves-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/white-waves-tl2x.png'), url('../images/white-waves-br2x.png');
  background-position: 0px 0px, 100% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width: 991px) {
  .hero-h1-title {
    font-size: 32px;
    line-height: 48px;
  }

  .column-title {
    padding-top: 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tip-to-download {
    font-size: 16px;
  }

  .button {
    padding: 20px 28px 20px 20px;
  }

  .columns {
    max-width: 96%;
  }

  .projekt-text {
    font-size: 20px;
    line-height: 40px;
  }

  .emma-svg {
    width: 560px;
    height: auto;
  }

  .umsetzung {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .umsetzung_text {
    text-align: center;
  }

  .sponsor_wrapper.bottom_padding {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sponsor_wrapper.bottom_padding.right_border {
    padding-bottom: 64px;
    border-right-style: none;
  }

  .sponsor_wrapper.left_padding_0 {
    padding-right: 0px;
  }

  .sponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .impressum {
    padding-right: 64px;
    padding-left: 64px;
  }

  .short-description {
    width: auto;
    margin-bottom: 42px;
  }

  .kontakt {
    width: auto;
  }

  .impressum-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    font-size: 32px;
  }

  .waves-background {
    background-size: 3000px, 3000px;
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .hero-h1-title {
    max-width: 320px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .hero-h2-subtitle {
    max-width: 90%;
    font-size: 18px;
    line-height: 28px;
  }

  .section-projekt {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .column-title {
    width: 100%;
  }

  .column-title.bottom-border {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #ffb932;
    border-right-style: none;
  }

  .tip-to-download {
    width: 320px;
  }

  .button {
    padding: 12px 16px;
  }

  .download-icon {
    display: none;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-text {
    width: 100%;
  }

  .projekt-text {
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
  }

  .emma-svg {
    width: 320px;
  }

  .das_projekt_vertical {
    display: none;
  }

  .umsetzung {
    padding-bottom: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .umsetzung_text {
    font-size: 18px;
    text-align: center;
  }

  .sponsor_wrapper.bottom_padding.right_border {
    padding-bottom: 100px;
  }

  .sponsor_wrapper.left_padding_0 {
    width: 100%;
    padding-right: 0px;
  }

  .sponsor_name {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .impressum {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .short-description {
    width: 100%;
  }

  .text-block {
    font-size: 20px;
    line-height: 40px;
  }

  .das_projekt_horizontal {
    display: block;
  }

  .waves-background {
    background-size: 1500px, 1500px;
  }
}

@media screen and (max-width: 479px) {
  .section-projekt {
    padding-right: 2px;
    padding-left: 2px;
  }

  .columns {
    max-width: 100%;
  }
}

#w-node-c4cf40ca-57ed-dd30-a419-ece09f4e1a5b-e07e3451 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

