.hero {
  margin-bottom: 105px;
  position: relative;
  height: calc(60vh - 160px);
  min-height: 380px;
  max-height: 510px;
  overflow: hidden;
  background-size: cover;
}

.hero.large {
  height: calc(80vh - 160px);
  max-height: 680px;
}

.textbox-magenta-container {
  margin: auto;
  padding: 0 3.75rem;
  display: flex;
  align-items: flex-end;
  -webkit-box-align: end;
  max-width: calc(1560px - 10px);
  height: 100%;
}

.hero-textbox {
  opacity: 0;
}

.hero-textbox.js {
  opacity: 1;
}

.hero .textbox-magenta-wrapper {
  position: relative;
  bottom: 8%;
  max-width: 1560px;
  color: #fff;
}

.hero .textbox-magenta {
  padding: 3.3rem 2.2rem 3.5rem;
  max-width: 90vw;
}

.hero.textbox-magenta {
  padding: 5rem 2.8rem;
}

.textbox-magenta *:not(.textbox-magenta-extension) {
  position: relative;
  z-index: 1;
}

.textbox-magenta-extension {
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 100%;
  background-image: url("../img/textbox-magenta-bg.png");
  background-repeat: repeat-x;
  background-size: 1px 100%;
}

.textbox-magenta-blur {
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 456px;
  height: 100%;
  background-image: url("../img/textbox-magenta-blur.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.textbox-magenta * {
  color: #fff;
}

#heroHeadline {
  margin: .13em 0 .4em;
  display: inline-block;
}

.textbox-magenta h3 {
  margin-top: 0;
}

.textbox-magenta p {
  margin-bottom: .3em;
}

.textbox-magenta p:empty {
  display: none;
}

.textbox-magenta ul {
  margin: .2rem 0 1rem;
  padding: 0;
  list-style-type: none;
}

.textbox-magenta li {
  margin: 0;
  line-height: 1em;
}

.textbox-magenta nav {
  display: inline-block;
  position: relative;
  top: 17px;
}

.textbox-magenta .button {
  position: relative;
  top: 4px;
}

.textbox-magenta nav a {
  margin-left: 16px;
  color: #fff;
  font-size: 1.375rem;
}

.textbox-magenta nav a:focus,
.textbox-magenta nav a:hover {
  color: #fff;
  opacity: .75;
  text-decoration: none;
  outline: none;
}

.textbox-magenta nav a::after {
  content: "\A7\A7";
  margin-left: .2em;
  position: relative;
  top: .09em;
  font-family: TeleIcon-Outline;
  font-size: 1em;
  letter-spacing: -0.12em;
}

@media screen and (max-width: 1023px) {
  .hero {
    margin-bottom: 65px;
  }

  .textbox-magenta-container {
    padding: 0 2rem;
  }

  .hero.large .textbox-magenta-wrapper {
    bottom: 5%;
  }

  .hero.large .textbox-magenta {
    padding: 3.5rem 2rem;
  }

  #heroHeadline {
    margin: .13em 0 .3em;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 55px;
  }

  .textbox-magenta-container,
  .teaser-grid-large__item--full-width .textbox-magenta-container {
    padding: 0;
  }

  .hero.large .textbox-magenta-wrapper,
  .hero .textbox-magenta-wrapper {
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .hero .textbox-magenta {
    padding: 0 2rem 2rem !important;
    position: absolute;
    bottom: 0;
    max-width: none;
  }

  .textbox-magenta nav {
    top: 36px;
  }

  .textbox-magenta .button {
    top: 24px;
  }

  .textbox-magenta-extension {
    display: none;
  }

  .textbox-magenta-blur {
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 75%;
    opacity: .85;
    background-image: url(../img/textbox-magenta-blur-mobile.png);
  }
}

@media screen and (max-width: 500px) {
  .hero .textbox-magenta {
    padding: 0 1rem 1rem !important;
  }

  #heroHeadline {
    margin: .13em 0 .13em;
  }

  #heroText {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 459px) {
  .textbox-magenta ul {
    margin: .7rem 0 1rem;
  }

  .textbox-magenta .button {
    top: 34px;
  }
}
