/* COLORS */
/* FONTS */
/* >= 768px */
@media screen and (min-width: 768px) {
  html.no-touchevents #node-startseite #leistungen-wrapper {
    height: 200vh;
  }
  html.no-touchevents #node-startseite #leistungen-wrapper.relative #leistungen {
    position: relative;
  }
  #node-startseite #intro .introwrapper .button {
    width: auto;
    display: inline-block;
  }
  #node-startseite #leistungen {
    height: auto;
    min-height: unset;
    padding-top: 0;
  }
  #node-startseite #leistungen .h1-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #node-startseite #leistungen .h1-wrapper .h1 {
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
  }
  #node-startseite #leistungen .wrapper-desktop {
    height: 400px;
    border-radius: 0;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link {
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
    font-weight: 700;
    display: block;
    color: #ccc;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link:hover {
    color: #ef0003;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link:hover + .video {
    opacity: 1;
    transform: scale(1);
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link + .video {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link + .video video {
    object-fit: cover;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link + .video .titel {
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
    font-weight: 700;
    display: inline-block;
    color: transparent;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link + .video .titel:not(.empty) {
    color: #fff;
    position: relative;
    left: -42.85%;
    width: 142.65%;
    z-index: 10;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link + .video .icon-more {
    position: absolute;
    top: 50%;
    right: 50%;
    color: #ef0003;
    transform: translate(50%, -50%);
    font-size: 60px;
    line-height: 60px;
    display: none;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link:nth-of-type(2) + .video .titel:not(.empty) {
    order: 1;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link:nth-of-type(2) + .video .titel:nth-of-type(2) {
    order: 0;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link:nth-of-type(2) + .video .titel:nth-of-type(3) {
    order: 2;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link:nth-of-type(3) + .video .titel:not(.empty) {
    order: 2;
  }
  #node-startseite #leistungen .wrapper {
    display: none;
  }
  #node-startseite #business .business .button {
    display: inline-block;
    width: auto;
  }
  #node-startseite #benefits .swiper-navigation {
    display: none !important;
  }
  #node-startseite #werte .werte {
    width: 400px;
    height: 400px;
    padding-bottom: 0;
  }
  #node-startseite #werte .textwrapper {
    padding-right: 50px;
  }
  #node-startseite #werte .textwrapper .button {
    width: auto;
    display: inline-block;
  }
  #node-startseite #blog .blog {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  #node-startseite #blog .button {
    width: auto;
  }
}
/* >= 768px */
@media (hover: none) and (min-width: 768px) {
  #node-startseite #leistungen .wrapper {
    display: flex;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 0;
    flex-direction: column;
    gap: 20px;
  }
  #node-startseite #leistungen .wrapper .leistung {
    height: 300px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #node-startseite #leistungen .wrapper .leistung a .wrapper .titel {
    margin-top: 0;
  }
  #node-startseite #leistungen .wrapper-desktop {
    display: none;
  }
  html.touchevents #node-startseite #leistungen {
    height: 100vh;
  }
  html.touchevents #node-startseite #leistungen .wrapper {
    width: 100%;
    height: 600px;
    position: absolute;
    top: calc(50% - 250px);
    left: 0;
    z-index: 10;
    border-radius: 15px;
    overflow: hidden;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    transform: translateY(100%);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung:nth-of-type(2) {
    z-index: 20;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung:nth-of-type(3) {
    z-index: 30;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung a .video {
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung a .video::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung a .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    transform-origin: center;
    transform: none;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung a .wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 20;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung a .wrapper .icon-more {
    font-size: 70px;
    line-height: 70px;
    color: #ef0003;
    transition: color 0.5s ease;
  }
  html.touchevents #node-startseite #leistungen .wrapper .leistung a .wrapper .titel {
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
    padding-bottom: 2px;
  }
}
/* >= 1024 */
@media screen and (min-width: 1023px) {
  #node-startseite #intro-wrapper {
    margin-bottom: 20vh;
  }
  #node-startseite #intro {
    padding-top: 9.6vw;
  }
  #node-startseite #intro .promotion.big {
    padding: 1.56vw 2.08vw;
    border-top-left-radius: 0.625vw;
    border-bottom-left-radius: 0.625vw;
    border: 2px solid #ef0003;
    border-right: none;
    color: #fff;
    background-color: #292929;
    gap: 1.56vw;
    align-items: center;
    position: fixed;
    top: 50%;
    transform: translate(-9.34vw, -50%);
    left: 100%;
    z-index: 999;
    transition: transform 0.5s ease;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  }
  #node-startseite #intro .promotion.big.show.promoActive {
    display: flex;
  }
  #node-startseite #intro .promotion.big.active {
    transform: translate(-100%, -50%);
  }
  #node-startseite #intro .promotion.big .wrapper {
    flex-shrink: 1;
  }
  #node-startseite #intro .promotion.big .wrapper .titel {
    white-space: nowrap;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  #node-startseite #intro .promotion.big .wrapper .text {
    white-space: nowrap;
    font-size: 20px;
    line-height: 24px;
  }
  #node-startseite #intro .promotion.big .wrapper .info a:hover .icon-info {
    color: #ef0003;
  }
  #node-startseite #intro .promotion.big .wrapper .icon-info {
    color: #fff;
    transition: color 0.5s ease-out;
    font-size: 20px;
    line-height: 24px;
  }
  #node-startseite #intro .promotion.big .icon {
    height: 5.7vw;
    width: 5.7vw;
    flex-shrink: 0;
  }
  #node-startseite #intro .section {
    padding-right: 20%;
    min-height: calc(100vh - 16.8vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #node-startseite #intro .section .introwrapper .h1 {
    margin-bottom: 4.8vw;
  }
  #node-startseite #intro .section .introwrapper .text {
    margin-bottom: 4.8vw;
  }
  #node-startseite #intro .section .introwrapper .text br {
    display: none;
  }
  #node-startseite #intro .section .introwrapper .button {
    margin-bottom: 4.8vw;
  }
  #node-startseite #intro .section .introwrapper .siegel {
    width: 100px;
    top: 0;
  }
  #node-startseite #intro .video::before {
    height: 7.2vw;
  }
  #node-startseite #intro .video .video-wrapper {
    border-radius: 1.04vw;
  }
  #node-startseite #leistungen {
    border-bottom-left-radius: 1.56vw;
    border-bottom-right-radius: 1.56vw;
  }
  #node-startseite #leistungen .h1 {
    margin-bottom: 0;
  }
  #node-startseite #leistungen .wrapper-desktop {
    height: 36.45vw;
    gap: 2.9vw;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link + .video {
    gap: 2.9vw;
  }
  #node-startseite #leistungen .wrapper-desktop .leistung-link + .video video {
    border-radius: 0.625vw;
  }
  #node-startseite #business {
    border-bottom-left-radius: 1.56vw;
    border-bottom-right-radius: 1.56vw;
  }
  #node-startseite #business .business {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  #node-startseite #business .business .h1 {
    margin-bottom: 0;
  }
  #node-startseite #business .business .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #node-startseite #business .business .button {
    width: auto;
    display: inline-block;
  }
  #node-startseite #werte {
    border-bottom-left-radius: 1.56vw;
    border-bottom-right-radius: 1.56vw;
  }
  #node-startseite #werte .textwrapper {
    padding-right: 8.33vw;
  }
  #node-startseite #werte .textwrapper .h1 {
    padding: 0 25% 0 0;
  }
  #node-startseite #werte .werte {
    height: 31.25vw;
    width: 31.25vw;
  }
  #node-startseite #werte .werte .wert {
    border-radius: 0.625vw;
  }
  #node-startseite #werte .werte .wert .text-wrapper .icon {
    width: 11.72vw;
    height: 11.72vw;
    margin-bottom: 4.8vw;
  }
  #node-startseite #blog {
    border-bottom-left-radius: 1.56vw;
    border-bottom-right-radius: 1.56vw;
  }
  #node-startseite #blog .h1 {
    padding-right: 20%;
  }
  #node-startseite #blog .blog {
    gap: 2vw;
    margin-bottom: 4.8vw;
  }
  #node-startseite #blog .blog .blogbeitrag a {
    border-radius: 0.625vw;
    padding: 1.46vw 1.95vw;
  }
  #node-startseite #benefits {
    border-bottom-left-radius: 1.56vw;
    border-bottom-right-radius: 1.56vw;
  }
  #node-startseite #benefits .section {
    display: flex;
    align-items: flex-start;
  }
  #node-startseite #benefits .section .h1 {
    width: calc((100vw - 100px)*0.45);
    width: calc(83.34vw*0.45);
    padding-right: 50px;
    padding-right: 4.8vw;
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #node-startseite #benefits .section .h1.fixed {
    position: fixed;
    left: 50px;
    left: 8.33vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #node-startseite #benefits .section .h1.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
    left: 0;
  }
  #node-startseite #benefits .section .benefits {
    width: 55%;
    margin-left: 45%;
    padding-bottom: 0;
  }
  #node-startseite #benefits .section .benefits .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4.8vw;
  }
  #node-startseite #benefits .section .benefits .swiper-wrapper .benefit {
    background-color: #fff;
    border-radius: 0;
    display: block;
    padding: 0;
  }
  #node-startseite #benefits .section .benefits .swiper-wrapper .benefit .icon {
    height: 6.83vw;
    width: 6.83vw;
    margin-bottom: 2.9vw;
  }
  #node-startseite #benefits .section .benefits .swiper-wrapper .benefit .titel {
    margin-bottom: 1.95vw;
  }
  #node-startseite #benefits .section .benefits .swiper-wrapper .benefit .text {
    color: #000000;
    margin-bottom: 4.8vw;
  }
  #node-startseite #benefits .section .benefits .swiper-wrapper .benefit .button {
    background-color: #fff;
    width: auto;
    align-self: flex-start;
  }
  #node-startseite #kontakt {
    border-bottom-left-radius: 1.56vw;
    border-bottom-right-radius: 1.56vw;
  }
}
/* >= 1248 */
