/* Created by Content Blocks */
.topcontent {
  margin: 0 8.33333333%;
}
.topcontent .introtext {
  margin: 0 0 70px 0;
  color: var(--tertiary-text-color);
  width: 85%;
}
.frame-type-compuart_imgbigbox.frame-background-color-quaternary .topcontent .introtext {
  color: var(--tertiary-text-color);
  font-family: var(--heading-font);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--h3-size);
  line-height: var(--h3-lineheight);
}
.frame-type-compuart_imgbigbox.frame-background-color-dark .topcontent .introtext span {
  color: #997965;
}
.frame-type-compuart_imgbigbox.frame-background-color-dark .topcontent .introtext {
  color: var(--dark-text-color);
}

.introtextheadline {
  margin-bottom: 20px;
  font-size: var(--bs-body-font-size);
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.5px;
}
.textbottom {
  margin: 70px 8.3333% 0 50%;
}
.frame-type-compuart_imgbigbox .topcontent a {
    border: 1px solid var(--secondary-text-color);
    border-radius: 30px;
    width: auto;
    padding: 9px 18px 5px 18px !important;
    float: right;
}
.frame-type-compuart_imgbigbox .topcontent a:after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 18px;
    margin-left: 0;
    background: url("Pfeil-next.svg") no-repeat center;
    font-family: unset;
    padding: 0;
}
.frame-type-compuart_imgbigbox .topcontent a:hover::after {
    background: url("Pfeil-next-white.svg") no-repeat center;
}   
.frame-type-compuart_imgbigbox .topcontent a:hover {
    background-color: var(--secondary-text-color);
    cursor: pointer;
}
.frame-type-compuart_imgbigbox.frame-background-color-dark .topcontent a {
    border: 1px solid #997965;
}
.frame-type-compuart_imgbigbox.frame-background-color-dark .topcontent a:after {
    background: url("Pfeil-Link-braun.svg") no-repeat center;
}
.frame-type-compuart_imgbigbox.frame-background-color-dark .topcontent a:hover::after {
    background: url("Pfeil-next-white.svg") no-repeat center;
}  
.frame-type-compuart_imgbigbox.frame-background-color-dark .topcontent a:hover {
    background-color: #997965;
}
.teaserboxlink {
  width: 15%;
  margin: 0 0 70px 0;
  align-self: flex-end;
}
.teaserboxtextlink {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.frame-type-compuart_imgbigbox .linkbottom a::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 17px;
  margin-left: 15px;
  background: url("Pfeil-Link.svg") no-repeat center;
  transition: margin-left 0.2s ease;
}
.frame-type-compuart_imgbigbox .linkbottom a:hover::after {
  margin-left: 20px;
}
.frame-type-compuart_imgbigbox .linkbottom a {
  font-family: var(--heading-font);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--tertiary-text-color);
  font-size: var(--h4-size);
  line-height: var(--h4-lineheight);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.frame-type-compuart_imgbigbox .linkbottom a span {
  position: relative;
  text-decoration: none;
}
.frame-type-compuart_imgbigbox .linkbottom a span:after {
  background: var(--tertiary-text-color);
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  width: 100%;
}
.frame-type-compuart_imgbigbox .linkbottom a span:hover:after {
  transform:scaleX(1)
}
.frame-type-compuart_imgbigbox .swiper-pagination {
    margin-bottom: 15px;
}
.frame-type-compuart_imgbigbox .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.frame-type-compuart_imgbigbox .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.container-wave-imgbigbox {
  padding-bottom: 12rem;
  pointer-events: none;
  background: var(--color-dark);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 120%;
  margin-bottom: -6rem;
  margin-left: -10%;
}
.container-wave-imgbigbox-green {
  padding-bottom: 12rem;
  pointer-events: none;
  background: var(--bs-quaternary);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 120%;
  margin-bottom: -6rem;
  margin-left: -10%;
}

.frame-type-compuart_imgbigbox .swiper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .container-wave-imgbigbox-green, .container-wave-imgbigbox {
    width: 150%;
    margin-left: -25%;
    margin-bottom: -9rem;
  }
  .introtextheadline {
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .container-wave-imgbigbox-green, .container-wave-imgbigbox {
    width: 170%;
    margin-left: -35%;
    margin-bottom: -9rem;
  }
}

.frame-type-compuart_imgbigbox.no-padding {
  padding-top: 0.1rem;
}

.frame-type-compuart_imgbigbox.frame-background-color-quaternary{
  position: relative;
  background: transparent !important;
}

.frame-type-compuart_imgbigbox.frame-background-color-quaternary::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: var(--bs-quaternary);
  z-index: 0;
}

.frame-type-compuart_imgbigbox.frame-background-color-quaternary > .container{
  position: relative;
  z-index: 1;
}

.frame-type-compuart_imgbigbox.frame-background-color-dark {
  position: relative;
  background: transparent !important;
}

.frame-type-compuart_imgbigbox.frame-background-color-dark::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: var(--color-dark);
  z-index: 0;
}

.frame-type-compuart_imgbigbox.frame-background-color-dark > .container{
  position: relative;
  z-index: 1;
}
.frame-type-compuart_imgbigbox .linkbottom a span {
  color: var(--tertiary-text-color);
}

.frame-type-compuart_imgbigbox .topcontent .introtext{
  margin-bottom: 0;
}
.frame-type-compuart_imgbigbox .teaserboxlink {
  margin-bottom: 0;
  align-self: center;
  margin-top: -10px;
}

@media screen and (max-width: 1200px) {
  .frame-type-compuart_imgbigbox.frame-background-color-dark::before {
    height: 100%;
    max-height: 680px;  
  }
}

@media screen and (max-width: 992px) {
  .frame-type-compuart_imgbigbox.frame-background-color-dark::before {
    height: 100%;
    max-height: 560px;
  }
  .frame-type-compuart_imgbigbox.frame-background-color-quaternary::before {
    height: 100%;
    max-height: 560px;
  }
}

@media screen and (max-width: 768px) {
    .topcontent {
        margin: 0;
    }
    .textbottom {
        margin: 30px 0 0 0;
    }
    .teaserboxtextlink {
        display: block;
    }
    .topcontent .introtext {
        margin: 0 0 30px 0;
        width: 100%;
    }
    .teaserboxlink {
        width: 100%;
    }
    .frame-type-compuart_imgbigbox .topcontent a {
        float: left;
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .frame-type-compuart_imgbigbox.frame-background-color-dark {
      padding-bottom: 0;
    }
    .frame-type-compuart_imgbigbox.frame-background-color-quaternary {
      padding-bottom: 0;
    }
    .frame-type-compuart_imgbigbox.frame-background-color-dark::before {
      max-height: 460px;
    }
    .frame-type-compuart_imgbigbox.frame-background-color-quaternary::before {
      max-height: 460px;
    }
}
@media screen and (max-width: 576px) {
    .frame-type-compuart_imgbigbox .container {
        padding: 0;
        max-width: none;
    }
    .frame-type-compuart_imgbigbox .container .topcontent {
        padding: 0 25px;
        max-width: 540px;
        margin: 0 auto;
    }
    .frame-type-compuart_imgbigbox .container .textbottom {
        padding: 0 25px;
        max-width: 540px;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 30px;
    }
    .frame-type-compuart_imgbigbox .swiper-slide.swiper-slide-active {
        padding-left: 0;
    }
    .frame-type-compuart_imgbigbox .swiper-slide img {
      width: 100%;
      height: 70vh;
      object-fit: cover;
      object-position: center;
    }
    .frame-type-compuart_imgbigbox picture img {
      width: 100%;
      height: 70vh;
      object-fit: cover;
      object-position: center;
    }
    .frame-type-compuart_imgbigbox .introtextheadline {
      margin-top: 40px;
    }
}