header#top .stoerer {
  display: none;
}
section > .bg {
  position: relative;
}
section > .bg:before {
  content: "";
  display: block;
  background-color: #33363A;
  width: 100%;
  height: 50vh;
  left: 0;
  position: absolute;
  z-index: -1;
}
article .container-fluid {
  padding: 0;
}
article .custom-badge {
  position: absolute;
  background-color: #b78d4d;
  color: white;
  padding: clamp(0.3rem, 1vw, 1.5rem);
  border-radius: 50%;
  font-size: clamp(1rem, 1.1vw, 2rem);
  font-weight: bold;
  text-align: center;
  width: clamp(7rem, 10vw, 18rem);
  height: clamp(7rem, 10vw, 18rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-15deg);
  transition: transform 0.3s ease-in-out;
  border: clamp(0.3rem, 0.5vw, 0.7rem) solid #fff;
  z-index: 10;
}
article .custom-badge:is(a):hover {
  text-decoration: none;
  transform: scale(1.1);
}
article .custom-badge:is(a):focus {
  text-decoration: none;
  outline: none;
}
article .custom-badge:before {
  content: "";
  position: absolute;
  width: clamp(7.8rem, 11vw, 20rem);
  height: clamp(7.8rem, 11vw, 20rem);
  border: clamp(0.2rem, 0.8vw, 1rem) solid #b78d4d;
  border-radius: 50%;
  z-index: 9;
}
.scroll-anchor {
  position: relative;
}
.scroll-anchor .label {
  display: none;
  position: absolute;
  font-size: 12px;
  padding: 2px 4px;
  top: -1px;
  left: 20px;
  color: #BBB;
}
.scroll-anchor .label:before {
  content: "Scrollpunkt: ";
}
html.cms-ready .scroll-anchor {
  border-top: dashed #BBB 1px;
}
html.cms-ready .scroll-anchor .label {
  display: block;
}
/*----------------------------------------------
| --------------- Headliner ---------------- |
----------------------------------------------*/
article.landingpage-headliner .image-container {
  position: relative;
}
article.landingpage-headliner .image-container img {
  width: 100%;
  height: auto;
}
article.landingpage-headliner .headline-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 10vw;
  font-weight: bold;
  z-index: 11;
}
article.landingpage-headliner .custom-badge {
  top: 40%;
  right: 10%;
}
/*----------------------------------------------
| --------------- Text-Block ---------------- |
----------------------------------------------*/
article.landingpage-text-block .text-block-container {
  text-align: center;
  padding-left: clamp(1rem, 5vw, 3rem);
  padding-right: clamp(1rem, 5vw, 3rem);
  margin-bottom: clamp(1rem, 1.875rem, 2.5rem);
}
article.landingpage-text-block .headline {
  font-size: clamp(1.5rem, 3vw, 4rem);
}
article.landingpage-text-block .main-text {
  font-size: clamp(1.25rem, 2.5vw, 3.5rem);
}
article.landingpage-text-block p.subtitle {
  font-size: clamp(1.5rem, 3vw, 4rem);
  font-weight: bold;
}
article.landingpage-text-block p.maintext {
  font-size: clamp(1.25rem, 2.5vw, 3.5rem);
}
/*----------------------------------------------
| --------------- Video/GIF ---------------- |
----------------------------------------------*/
article.landingpage-media .video-left {
  width: 80vw;
  height: auto;
  object-fit: cover;
}
article.landingpage-media .video-caption {
  margin-top: 0.625rem;
  font-size: 2vw;
  color: #666;
  text-align: left;
}
@media only screen and (max-width: 576px) {
  article.landingpage-media .video-left {
    width: 100%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  article.landingpage-media .video-left {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  article.landingpage-media .video-left {
    width: 100%;
  }
}
/*----------------------------------------------
| --------------- Image-Pair ---------------- |
----------------------------------------------*/
div.bg-landingpage-image-pair {
  position: relative;
}
div.bg-landingpage-image-pair:before {
  position: absolute;
  height: 110vh;
  top: -50vh;
}
@media only screen and (max-width: 576px) {
  div.bg-landingpage-image-pair::before {
    height: 100vh;
    top: -15vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  div.bg-landingpage-image-pair::before {
    height: 150vh;
    top: -20vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  div.bg-landingpage-image-pair::before {
    height: 160vh;
    top: -25vh;
  }
}
.landingpage-image-pair {
  margin-top: 10vh;
}
.landingpage-image-pair .image-pair-left,
.landingpage-image-pair .image-pair-right {
  position: relative;
  width: 100%;
}
.landingpage-image-pair .image-pair-left img {
  height: 85vh;
  width: 80%;
  object-fit: cover;
  float: right;
  padding-right: 2vw;
}
.landingpage-image-pair .audio-text-container {
  position: absolute;
  left: -14vw;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 5vh;
  max-width: 100%;
}
.landingpage-image-pair .audio-svg {
  width: 18vw;
  height: auto;
}
.landingpage-image-pair .audio-text {
  margin-left: 2vw;
  font-size: 2vw;
  color: white;
  border-bottom: 0.1vw solid white;
  white-space: nowrap;
}
.landingpage-image-pair .image-pair-right {
  position: relative;
  padding-top: 8vh;
  padding-right: 2vw;
  margin-bottom: 4vh;
}
.landingpage-image-pair .second-image {
  width: auto;
  height: 55vh;
  margin-top: 8vh;
}
.landingpage-image-pair .custom-badge {
  position: absolute;
  top: 100%;
  right: 20%;
  transform: translate(0, -50%);
}
.landingpage-image-pair .custom-badge:is(a):hover {
  transform: translate(0, -50%) scale(1.1);
}
@media only screen and (max-width: 576px) {
  .landingpage-image-pair {
    margin-bottom: 0;
  }
  .landingpage-image-pair .audio-text-container {
    left: 0vw;
    padding-top: 5vh;
    padding-left: 25%;
    max-width: 100%;
  }
  .landingpage-image-pair .image-pair-left img {
    height: 45vh;
    width: 100%;
    float: none;
    padding-right: 0vw;
  }
  .landingpage-image-pair .image-pair-right {
    padding-top: 5vh;
    padding-right: 0vw;
    margin-bottom: 7vh;
  }
  .landingpage-image-pair .second-image {
    width: 100%;
    height: auto;
    margin-top: 8vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .landingpage-image-pair {
    margin-bottom: 0;
  }
  .landingpage-image-pair .audio-text-container {
    left: 0vw;
    padding-top: 5vh;
    padding-left: 25%;
    max-width: 100%;
  }
  .landingpage-image-pair .image-pair-left img {
    height: 65vh;
    width: 100%;
    float: none;
    padding-right: 0vw;
  }
  .landingpage-image-pair .image-pair-right {
    padding-top: 5vh;
    padding-right: 0vw;
    margin-bottom: 5vh;
  }
  .landingpage-image-pair .second-image {
    width: 100%;
    height: 65vh;
    margin-top: 8vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .landingpage-image-pair {
    margin-bottom: 0;
  }
  .landingpage-image-pair .audio-text-container {
    left: 0vw;
    padding-top: 5vh;
    padding-left: 25%;
    max-width: 100%;
  }
  .landingpage-image-pair .image-pair-left img {
    height: 65vh;
    width: 100%;
    float: none;
    padding-right: 0vw;
  }
  .landingpage-image-pair .image-pair-right {
    padding-top: 5vh;
    padding-right: 0vw;
    margin-bottom: 5vh;
  }
  .landingpage-image-pair .second-image {
    width: 100%;
    height: auto;
    margin-top: 8vh;
  }
}
/*----------------------------------------------
| --------------- Image-Text ---------------- |
----------------------------------------------*/
article.landingpage-image-text {
  margin-bottom: 20vh;
}
article.landingpage-image-text .image-left {
  width: 100%;
  height: auto;
}
article.landingpage-image-text .image-left img {
  height: auto;
}
article.landingpage-image-text .bg.bg-star {
  position: relative;
  height: 100%;
  z-index: 1;
}
article.landingpage-image-text .bg.bg-star:before {
  content: "";
  position: absolute;
  right: 0;
  background-color: transparent;
  background-image: url('/static/abbag/img/star.svg?f3de1dabe3e7');
  background-size: 40vw 90vh;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  height: 100%;
}
article.landingpage-image-text .text-section {
  padding-left: 3vw;
  padding-right: 13vw;
  padding-top: 90vh;
  position: relative;
  z-index: 2;
}
article.landingpage-image-text .text-section h1 {
  font-size: clamp(1.5rem, 3vw, 4rem);
  font-weight: bold;
  margin-bottom: clamp(0.5vw, 1vw, 2vw);
  color: black;
}
article.landingpage-image-text .text-section p {
  padding-top: clamp(0.5vw, 1vw, 2vw);
  font-size: clamp(1.25rem, 2.5vw, 3.5rem);
  line-height: 1.5;
}
article.landingpage-image-text .overlap-row {
  margin-top: -30vh;
  z-index: 2;
}
article.landingpage-image-text .audio-svg-container {
  margin-top: -10vh;
  padding-left: 20vw;
  z-index: 3;
}
article.landingpage-image-text .audio-svg {
  width: 100%;
  height: auto;
  max-width: 50vw;
}
@media only screen and (max-width: 576px) {
  article.landingpage-image-text {
    margin-bottom: 1vh !important;
  }
  article.landingpage-image-text .bg.bg-star::before {
    display: none;
  }
  article.landingpage-image-text .image-left img {
    height: auto;
    width: 100%;
  }
  article.landingpage-image-text .text-section {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0vh;
    text-align: center;
  }
  article.landingpage-image-text .overlap-row {
    margin-top: 0vh;
    z-index: 2;
  }
  article.landingpage-image-text .audio-svg-container {
    margin-top: 0vh;
    padding-top: 2vh;
    padding-left: 25%;
    background-color: #33363A;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  article.landingpage-image-text .bg.bg-star::before {
    display: none;
  }
  article.landingpage-image-text .image-left img {
    height: auto;
    width: 100%;
  }
  article.landingpage-image-text .text-section {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0vh;
    text-align: center;
  }
  article.landingpage-image-text .overlap-row {
    margin-top: 0vh;
    z-index: 2;
  }
  article.landingpage-image-text .audio-svg-container {
    margin-top: 0vh;
    padding-top: 2vh;
    padding-left: 25%;
    background-color: #33363A;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  article.landingpage-image-text .image-left img {
    height: auto;
    width: 100%;
  }
  article.landingpage-image-text .text-section {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0vh;
    text-align: center;
  }
  article.landingpage-image-text .overlap-row {
    margin-top: 0vh;
  }
  article.landingpage-image-text .audio-svg-container {
    margin-top: 0vh;
    padding-top: 2vh;
    padding-bottom: 1vh;
    padding-left: 25%;
    background-color: #33363A;
    z-index: 3;
  }
}
/*--------------------------------------------------
| --------------- Text-Image-Badge ---------------- |
--------------------------------------------------*/
div.bg-landingpage-text-image-badge:before {
  height: 180vh;
  top: -40vh;
}
@media only screen and (max-width: 576px) {
  div.bg-landingpage-text-image-badge::before {
    height: 50vh;
    top: -10vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  div.bg-landingpage-text-image-badge::before {
    height: 50vh;
    top: -10vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  div.bg-landingpage-text-image-badge::before {
    height: 50vh;
    top: -10vh;
  }
}
article.landingpage-text-image-badge {
  margin-top: 15vh;
  margin-bottom: 10vh;
  /* Text-Sektion */
  /* Bild-Sektion */
}
article.landingpage-text-image-badge .text-section2 {
  padding-top: 6vh;
  padding-right: 5vw;
  padding-left: 10vw;
}
article.landingpage-text-image-badge .title {
  font-size: 3vw;
  font-weight: bold;
  color: white;
  margin-bottom: 2vw;
}
article.landingpage-text-image-badge .main-text2 {
  color: white;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
article.landingpage-text-image-badge .main-text2 p {
  font-size: clamp(1.25rem, 2.5vw, 3.5rem);
  margin-bottom: 6vw;
  color: white;
}
article.landingpage-text-image-badge .main-text2 strong,
article.landingpage-text-image-badge .main-text2 b {
  color: white;
}
article.landingpage-text-image-badge .image-right {
  position: relative;
  margin-bottom: 5.5vh;
}
article.landingpage-text-image-badge .image-right img {
  width: 80%;
  height: auto;
}
article.landingpage-text-image-badge .custom-badge {
  bottom: -4vh;
  right: 15vw;
}
@media only screen and (max-width: 576px) {
  article.landingpage-text-image-badge {
    margin-top: 0vh;
  }
  article.landingpage-text-image-badge .text-section2 {
    padding-top: 0vh;
    padding-right: 15%;
    padding-left: 15%;
    text-align: center;
  }
  article.landingpage-text-image-badge .image-right img {
    width: 100%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  article.landingpage-text-image-badge {
    margin-top: 0vh;
  }
  article.landingpage-text-image-badge .text-section2 {
    padding-top: 0vh;
    padding-right: 15%;
    padding-left: 15%;
    text-align: center;
  }
  article.landingpage-text-image-badge .image-right img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  article.landingpage-text-image-badge {
    margin-top: 0vh;
  }
  article.landingpage-text-image-badge .text-section2 {
    padding-top: 0vh;
    padding-right: 25%;
    padding-left: 25%;
    text-align: center;
  }
  article.landingpage-text-image-badge .image-right img {
    width: 100%;
  }
}
/*----------------------------------------------
| --------------- Left-Image ---------------- |
----------------------------------------------*/
div.bg-landingpage-left-image:before {
  height: 150vh;
  top: -25vh;
}
@media only screen and (max-width: 576px) {
  div.bg-landingpage-left-image::before {
    height: 50vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  div.bg-landingpage-left-image::before {
    height: 50vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  div.bg-landingpage-left-image::before {
    height: 50vh;
  }
}
/*----------------------------------------------
| --------------- Image-Badge ---------------- |
----------------------------------------------*/
div.bg-landingpage-image-badge:before {
  height: 100vh;
  top: -18vh;
}
@media only screen and (max-width: 576px) {
  div.bg-landingpage-image-badge::before {
    height: 50vh;
    top: -16vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  div.bg-landingpage-image-badge::before {
    height: 50vh;
    top: -15vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  div.bg-landingpage-image-badge::before {
    height: 50vh;
    top: -15vh;
  }
}
article.landingpage-image-badge .image-right {
  position: relative;
  margin-bottom: 10vh;
}
article.landingpage-image-badge .image-right img {
  width: 100%;
  height: auto;
  padding-left: 15vw;
}
article.landingpage-image-badge .custom-badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
article.landingpage-image-badge .custom-badge:is(a):hover {
  transform: translate(-50%, 50%) scale(1.1);
}
article.landingpage-image-badge .image-badge-text {
  padding-top: 15vh;
  text-align: center;
  font-size: 5vw;
  color: black;
}
@media only screen and (max-width: 576px) {
  article.landingpage-image-badge {
    margin-bottom: 0vh;
  }
  article.landingpage-image-badge .image-right img {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  article.landingpage-image-badge .image-badge-text {
    padding-top: 0vh;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  article.landingpage-image-badge {
    margin-bottom: 0vh;
  }
  article.landingpage-image-badge .image-right img {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  article.landingpage-image-badge .image-badge-text {
    padding-top: 0vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  article.landingpage-image-badge {
    margin-bottom: 0vh;
  }
  article.landingpage-image-badge .image-right img {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  article.landingpage-image-badge .image-badge-text {
    padding-top: 0vh;
  }
}
