*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    font-family: sans-serif;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #191919;
}

.hero-title h1 {
    font-size: 2.2rem;
    padding: 0em 0.5em;
}

.hero-subtitle h2 {
    font-size: 14vw;
}

.main-section{
    position: relative;
}

/* Welcome */
.welcome-section{
    font-family: 'Glacial-Indifference', sans-serif;
    font-size: 1.3rem;
    position: relative;
    padding: 52px 30px;
    color: #fff2eb;
    background-color: #191919;
    z-index: 2;
}

#index-img1{
    position: absolute;
    max-width: 75px;
    top:0px;
    right: 5px;
    animation: moveImage1 7s ease-in-out infinite;
}

.welcome-section h2{
    font-family: 'Dela Gothic One', sans-serif;
}

.welcome-section p{
    font-size: 1.05rem;
    padding-top: 1em;
    line-height: 1.4;
}

/* Testimonials */
.testimonial-section{
    background-color: #191919;
}

.testimonial-box-wrapper{
    padding: 52px 2em;
}

.testimonial-box{
    font-family: 'Glacial-Indifference', sans-serif;
    position: relative;
    color: #fff2eb;
    background-color: transparent;
    padding: 2em;
    border: 1px solid #d10a14;
    border-radius: 2px;
}

.testimonial-box::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #d10a14;
    z-index: 0;
}

.testimonial-box-1{
    display: none;
}

.testimonial-box-3{
    display: none;
}

.testimonial-box-top{
    font-family: 'Dela Gothic One', sans-serif;
    position: relative;
    margin: auto;
    margin-left: 0;
    text-align: left;
    z-index: 2;
}

.testimonial-box-middle{
    position: relative;
    padding-top: 40px;
    line-height: 1.4;
    z-index: 2;
}

.testimonial-box-bottom{
    position: relative;
    z-index: 2;
}

.testimonial-box-name{
    padding-top: 2em;
    padding-bottom: .5em;
}

.testimonial-box-text{
    padding-top: 2em;
    line-height: 1.4;
}

.testimonial-box img{
    min-width: 120px;
    max-width: 120px;
}

/* .testimonial-box-1 img{
    max-width: 40%;
}

.testimonial-box-2 img{
    max-width: 50%;
}

.testimonial-box-3 img{
    max-width: 45%;
} */

/* Statistiken */
.statistiken-section{
    color: #fff2eb;
    background-color: #191919;
    overflow: hidden;
}

.stat-wrapper{
    font-family: 'Glacial-Indifference', sans-serif;
    padding: 52px 30px;
    display: flex;
    flex-direction: column;
}

.stat-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
}

.stat-box:first-child{
    margin-top: unset;
}

.stat-number-and-image{
    position: relative;
    width: 100%;
    background-color: #d10a14;
    border-radius: 2px;
    text-align: center;
    display: flex;
}

.stat-number{
    font-family: 'Dela Gothic One', sans-serif;
    position: relative;
    width: 100%;
    text-shadow: 1px 1px 5px black;
    z-index: 1;
}

.stat-number h3{
    font-size: 3rem;
    font-weight: 100;
}

.stat-image{
    position: absolute;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-image img{
    max-width: 40%;
    animation: animateStatImages 200s linear infinite;
}

.stat-progressbar{
    position: relative;
    width: 100%;
    height: 25px;
    margin-top: 3em;
    border: 2px solid #7ed957;
    border-radius: 2px;
}

.stat-progressbar-filled{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color:#7ed957;
}

.stat-text{
    font-size: 1.05rem;
    line-height: 1.4;
    position: relative;
    margin-top: 1em;
    width: 100%;
    z-index: 2;
}

/* Vorteile */
.vorteile-section{
    background-color: #191919;
    overflow: hidden;
}

/* Vorteile-Swiper */
.eigener-swiper-wrapper{
    padding: 52px 2em;
}

.swiper {
    width: 250px;
    height: 370px;
    overflow: unset;
  }

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.1);
}

.swiper-button-next, .swiper-button-prev{
    display: none !important;
}

.vorteile-banner-top > div{
    animation: slideLeft 100s linear infinite;
}

.vorteile-banner-bottom > div{
    animation: slideRight 100s linear infinite;
}

/* Zusammenarbeit-Section */
.zusammenarbeit-section{
    font-family: 'Glacial-Indifference', sans-serif;
    color: #fff2eb;
    background-color: #191919;
    padding: 52px 30px;
}

.zusammenarbeit-title{
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 1.3rem;
    position: relative;
}

.zusammenarbeit-title h2{
    position: relative;
    z-index: 2;
}

.zusammenarbeit-title img{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 65px;
    z-index: 1;
}

.zusammenarbeit-prozess{
    display: flex;
    flex-direction: column;
}

.zusammenarbeit-prozess-block{
    margin-top: 2.5em;
}

.zusammenarbeit-prozess-block-nummer{
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 2.5rem;
    position: relative;
    padding-bottom: .75em;
    padding-left: .5em;
}

.zusammenarbeit-prozess-block-nummer p{
    position: relative;
    z-index: 2;
}

.zusammenarbeit-prozess-block-nummer img{
    position: absolute;
    top: 0;
    max-width: 75px;
    z-index: 1;
}

.zusammenarbeit-prozess-block-nummer #bubble-1{
    left: -5px;
    animation: animateBubbles 6s ease-in-out infinite;
}

.zusammenarbeit-prozess-block-nummer #bubble-2{
    left: 0px;
    animation: animateBubbles 6s ease-in-out 1.5s infinite;
}

.zusammenarbeit-prozess-block-nummer #bubble-3{
    left: -20px;
    max-width: 120px;
    animation: animateBubbles 6s ease-in-out 3s infinite;
}

.zusammenarbeit-prozess-block-title{
    font-family: 'Dela Gothic One', sans-serif;
}

.zusammenarbeit-prozess-block-text{
    font-size: 1.05rem;
    padding-top: 1em;
    line-height: 1.4;
}

.zusammenarbeit-btn{
    margin-top: 2.5em;
    position: relative;
    z-index: 99;
}

.zusammenarbeit-btn a{
    display: inline-block;
    color: #fff2eb;
    background-color: #d10a14;
    border: 1px solid #d10a14;
    border-radius: 2px;
    padding: .75em 1em;
    cursor: pointer;
    text-decoration: none;
}

.zusammenarbeit-btn a:focus, .zusammenarbeit-btn a:hover{
    background-color: #d10a14;
}

/* CTA-Section */
.cta-section{
    padding: 0em 30px;
}

/* FAQ-Section */
.faq-section{
    font-family: 'Glacial-Indifference', sans-serif;
    font-size: 1.3rem;
    position: relative;
    padding: 52px 30px;
    padding-bottom: 3em;
    background-color: #191919;
    z-index: 98;
}

.faq-section > h2{
    font-family: 'Dela Gothic One', sans-serif;
    color: #fff2eb;
    margin-bottom: 1em;
}

.ac {
    margin-top: unset;
    border: unset;
    background-color: unset;
}

.ac h2{
    font-weight: lighter;
}

.ac .ac-trigger{
    font: unset;
    font-family: 'Glacial-Indifference', sans-serif;
    font-size: 1.25rem;
    color: #fff2eb;  
    padding: 10px 0px 10px 0px;  
}

.ac .ac-panel .ac-text{
    font: unset;
    font-family: 'Glacial-Indifference', sans-serif;
    font-size: 1.05rem;
    color: #fff2eb;
    padding: unset;
    padding-bottom: 15px;
    line-height: 1.4;
}

.ac .ac-trigger::after{
    right: 0px;
}

/* Blog-Section */
.blog-section{
    font-size: 1.3rem;
    background-color: #191919;
}

.blog-section > h2{
    font-family: 'Dela Gothic One', sans-serif;
    color: #fff2eb;
    padding: 0px 30px;
}

.blogSwiper {
    width: 100%;
    height: 100%;
    background: #191919;
}

.blogSwiper .swiper-slide {
    font-family: 'Glacial-Indifference', sans-serif;
    font-size: 18px;
    color: #191919;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-box{
    background-color: #fff2eb;
    margin: 31.2px 30px 5em 30px;
    border-radius: 2px;
    min-height: 550px;
    position: relative;
}

.blog-box-wrapper{
    padding: 1.5em;
}

.blog-box .position-und-datum{
    font-size: .8rem;
    font-weight: 200;
    display: flex;
    justify-content: space-between;
    margin-top: .5em;
}

.blog-box .thema{
    padding: .5em 2em;
    color: #fff2eb;
    background-color: #d10a14;
    display: inline-block;
    margin: 2em 0em;
    border-radius: 2px;
}

.blog-box .beitrag-title{
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 1.05rem;
    padding-bottom: 1.5em;
}

.blog-box .beitrag-cta{
    border-top: 1px solid #191919;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.blog-box .beitrag-cta a{
    font-weight: 100;
    position: relative;
    display: flex;
    padding: 2em;
    justify-content: center;
    align-items: center;
    color: #191919;
    text-decoration: none;
    z-index: 99;
}

.blog-box .beitrag-cta i{
    color: #fff2eb;
    background-color: #d10a14;
    margin-left: .5em;
    padding: 15px;
    border-radius: 50%;
}

.blogSwiper .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.blogSwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 18%;
}

.blogSwiper .swiper-pagination-bullet{
    --swiper-navigation-color: #191919;
    --swiper-pagination-color: #d10a14;
}

/* Starscene */
.main-section-star-scene{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}

.main-section-star-scene i{
    position: absolute;
    background-color: #d10a14;
    border-radius: 50%;
    animation: animateRedStars linear infinite;
    opacity: 0;
    z-index: 99;
}

/* Keyframes */
@keyframes animateRedStars{

    0%{
        opacity: 0;
        transform: translateY(0);
    }

    10%,90%{
        opacity: 1;
    }

    100%{
        opacity: 0;
        transform: translateY(-100px);
    }

}

@keyframes moveImage1{

    0%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(25px);
    }

    100%{
        transform: translateY(0);
    }

}

@keyframes animateBubbles{

    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(85%);
    }

    100%{
        transform: scale(1);
    }

}

@keyframes animateStatImages{

    0%{
        transform: rotate(0deg);
    }

    50%{
         transform: rotate(360deg);
    }

    100%{
        transform: rotate(0deg);
    }

}

/* ----- Mediaqueries ----- */

/* Ganz kleine Größen wie z.B. iPhone 4 */
@media (max-width: 320px){

    .hero-title h1 {
        font-size: 2rem;
    }

    .hero-subtitle h2 {
        font-size: 3rem;
    }

}


/* Größer als Standardgröße */

@media (min-width: 380px){

    .hero-title h1 {
        font-size: 2.5rem;
        padding: unset;
    }

    .kontakt-section {
        font-size: 1.5rem;
    }

    .kontakt-section a {
        font-size: 1.75rem;
        margin-top: 2em;
    }

}

@media (min-width: 420px){

    .hero-title h1{
        font-size: 2.6rem;
    }

    .welcome-section {
        font-size: 1.7rem;
    }
      .welcome-section p {
        font-size: 1.5rem;
    }

    .stat-image {
        width: 100%;
    }
      
    .stat-image img {
        min-width: 180px;
        max-width: 180px;
    }

    .stat-number h3 {
        font-size: 5rem;
    }

    .stat-progressbar {
        height: 35px;
        margin-top: 4em;
    }

    .stat-text {
        letter-spacing: 1px;
        font-size: 1.7rem;
    }

    .stat-number h3 {
        font-size: 5rem;
    }

    .stat-progressbar {
        height: 35px;
        margin-top: 4em;
    }

    .stat-text {
        letter-spacing: 1px;
    }

    .swiper {
        width: 300px;
        height: 480px;
    }

    .stat-text {
        font-size: 1.7rem;
    }

    .faq-section{
        padding: 1.5em 54.4px 3em 54.4px;
    }

  /*   .blogSwiper .swiper{
        width: ;
        height: ;
    }
 */

}

@media (min-width: 650px){

    .hero-title h1{
        font-size: 3rem;
    }

    .welcome-section {
        font-size: 1.9rem;
    }

    .welcome-section p {
        font-size: 1.7rem;
    }

    .stat-wrapper {
        padding: 5em 5em;
    }
    .stat-box {
        margin-top: 10em;
    }

    .welcome-section {
        font-size: 1.9rem;
    }

    #index-img1{
        max-width: 110px;
    }

    .welcome-section p {
        font-size: 1.7rem;
    }

    .stat-image img {
        min-width: 240px;
        max-width: 240px;
    }

    .stat-number h3 {
       
        font-size: 6rem;
    }

    .stat-progressbar {
        margin-top: 5em;
    }

    .stat-text {
        font-size: 2rem;
    }

    .swiper {
        width: 380px;
        height: 600px;
    }

    .faq-section{
        font-size: 1.25rem;
        padding: 1.5em 64px 4em 64px;
    }
    
}

@media (min-width: 768px){

    .hero-title {
        width: 85%;
    }

    .hero-title h1 {
        font-size: 3.6rem;
    }

    #hero-3d {
        max-width: 120%;
    }

    /* Was wir machen */
    .welcome-section {
        font-size: 2.1rem;
        padding: 60px 60px;
    }

    .welcome-section p {
        font-size: 1.6rem;
    }

    #index-img1{
        max-width: 130px;
        right: 20px;
    }

    /* Statistiken */
    .stat-number h3 {
        font-size: 6rem;
    }

    .stat-progressbar {
        height: 35px;
        margin-top: 4em;
    }

    .stat-wrapper {
        padding: 60px;
    }

    .stat-box {
        margin-top: 8em;
    }

    .stat-image img {
        min-width: 250px;
        max-width: 250px;
    }

    .stat-number h3 {
        font-size: 8rem;
    }

    .stat-progressbar {
        margin-top: 6em;
    }
    
    .stat-text {
        font-size: 1.6rem;
    }

    /* Vorteile */
    .swiper {
        width: 300px;
        height: 520px;
    }

    .eigener-swiper-wrapper {
        padding: 7em 2em;
    }

    /* Zusammenarbeit */
    .zusammenarbeit-section{
        padding: 60px;
    }

    .zusammenarbeit-title{
        font-size: 2.1rem;
    }

    .zusammenarbeit-prozess-block-nummer {
        font-size: 4rem;
    }

    .zusammenarbeit-prozess-block-nummer img {
        max-width: 100px;
    }

    .zusammenarbeit-prozess-block-nummer #bubble-2 {
        left: 7px;
    }

    .zusammenarbeit-prozess-block-nummer #bubble-3 {
        left: -20px;
        top: 15px;
        max-width: 150px;
    }

    .zusammenarbeit-prozess-block-title {
        font-size: 1.6rem;
    }

    .zusammenarbeit-prozess-block-title h3 > br{
        display: none;
    }

    .zusammenarbeit-prozess-block-text {
        font-size: 1.6rem;
    }

    .zusammenarbeit-btn a{
        font-size: 1.4rem;
    }

    /* FAQ */
    .faq-section{
        font-size: 2.1rem;
        padding: 60px;
    }

    .ac .ac-trigger {
        font-size: 1.75rem;
    }

    .ac .ac-panel .ac-text {
        font-size: 1.25rem;
    }

}

@media (min-width: 992px){

    .hero-title h1 {
        font-size: 4.2rem;
    }

    #hero-3d {
        max-width: 120%;
    }

    .welcome-section {
        font-size: 2.5rem;
        padding: 3em 2.2em;
    }

    #index-img1{
        max-width: 140px;
        top: 30px;
    }

    .welcome-section p {
        font-size: 2.2rem;
    }

    .stat-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 10em 5em 0em 5em;
    }
    
    .stat-box {
        width: 45%;
        margin-top: unset;
        margin-bottom: 10em;
    }

    .stat-text {
        margin-top: 1.5em;
        font-size: 2rem;
    }

    .eigener-swiper-wrapper {
        padding: 8em 2em;
    }

    .swiper {
        width: 400px;
        height: 650px;
    }

    .faq-section{
        font-size: 1.7rem;
        padding: 3em 96px 7em 96px;
    }

}

@media (min-width: 1200px){

    .hero-title h1 {
        font-size: 4.8rem;
    }

    #hero-3d {
        max-width: 110%;
    }
    
    /* Was wir machen */
    .welcome-section {
        font-size: 2.5rem;
    }

    #index-img1{
        max-width: 180px;
        top: 50px;
        right: 50px;
        animation-duration: 5s;
    }

    .welcome-section p {
        font-size: 1.75rem;
    }

    /* Testimonials */
    .testimonial-box-wrapper {
        padding: 120px 88px;
    }

    .testimonial-boxen{
        font-size: 1.1rem;
        display: flex;
        justify-content: space-between;
    }

    .testimonial-box{
        display: flex;
        flex-direction: column;
        width: 30%;
        height: 580px;
    }
    
    .testimonial-box-top{
        height: 30%;
        margin: unset;
        margin-left: unset;
    }

    .testimonial-box-1, .testimonial-box-3{
        display: flex;
    }

    .testimonial-box img{
        min-width: 100px;
        max-width: 35%;
    }

    .testimonial-box-1 img{
        max-width: 30%;
    }

    .testimonial-box-2 .testimonial-box-top{
        transform: translateY(25%);
    }

    .testimonial-box-middle{
        height: 40%;
        padding-top: 20px;
        line-height: 1.4;
    }

    .testimonial-box-bottom{
        height: 30%;
        margin-top: 15px;
    }

    /* Statistiken */
    .stat-wrapper {
        justify-content: space-around;
        padding-top: 7.5em;
    }

    .stat-box {
        margin-bottom: 6em;
    }

    .stat-box-3, .stat-box-4{
        margin-bottom: unset;
    }

    .stat-number h3 {
        font-size: 5rem;
    }

    .stat-image img {
        min-width: 180px;
        max-width: 180px;
    }

    .stat-progressbar {
        margin-top: 4em;
        height: 30px;
    }

    .stat-text {
        font-size: 1.7rem;
    }

    /* Vorteile */
    .vorteile-banner-top > div{
        animation: slideLeft 160s linear infinite;
    }
    
    .vorteile-banner-bottom > div{
        animation: slideRight 160s linear infinite;
    }

    .swiper {
        width: 300px;
        height: 550px;
    }

    .eigener-swiper-wrapper {
        padding-bottom: unset;
    }

    .swiper-button-next, .swiper-button-prev{
        display: flex !important;
        color: #fff2eb !important;
        background-color: rgba(25,25,25,.6) !important;
        padding: 2em !important;
        border-radius: 50px !important;
        transition-duration: .5s !important;
    }
    
    .swiper-button-next:hover, .swiper-button-prev:hover{
        opacity: .7 !important;
        transition-duration: .5s !important;
    }

    .swiper-button-next{
        left: 50vw !important;
        right: unset !important;
    }
    
    .swiper-button-prev{
        left: unset !important;
        right: 50vw !important;
    }

    /* Zusammenarbeit */
    .zusammenarbeit-section{
        padding: 120px 88px;
    }

    .zusammenarbeit-title {
        font-size: 2.5rem;
    }

    .zusammenarbeit-title img {
        max-width: 100px;
    }

    .zusammenarbeit-prozess{
        flex-direction: row;
        justify-content: space-between;
    }

    .zusammenarbeit-prozess-block{
        width: 30%;
    }

    .zusammenarbeit-prozess-block-nummer{
        font-size: 3.5rem;
    }

    .zusammenarbeit-prozess-block-nummer img {
        max-width: 100px;
    }

    .zusammenarbeit-prozess-block-nummer #bubble-3 {
        left: -25px;
        top: 7px;
        max-width: 140px;
    }

    .zusammenarbeit-prozess-block-title {
        font-size: 1.25rem;
    }

    .zusammenarbeit-prozess-block-title h3 > br{
        display: unset;
    }

    .zusammenarbeit-prozess-block-text {
        font-size: 1.1rem;
    }

    .zusammenarbeit-btn{
        font-size: 1.2rem;
        text-align: center;
        margin-top: 3em;
    }

    /* FAQ */
    .faq-section{
        font-size: 2.5rem;
        padding: 120px 88px 120px 88px;
    }

    .ac .ac-trigger {
        font-size: 2.1rem;
    }

    .ac .ac-panel .ac-text {
        font-size: 1.5rem;
    }

    .faq-section .ac{
        margin-bottom: .5em;
    }

    /* Blog */
    .blog-section > h2 {
        font-size: 60px;
        padding: 0px 88px;
    }

    .blog-swiper-wrapper > .swiper{
        width: unset;
        height: unset;
    }
    
    .blog-box{
        margin: 70px 5em 5em 5em;
        /* padding: 2em 5em 1em 3em; */
        width: 100%;
    }

    .blog-box-wrapper{
        padding: 2em 5em 1em 3em;
    }
    
    .blog-box .beitrag-title{
        font-size: 1.8rem;
    }

    .blog-box .beitrag-cta{
        bottom: 25px;
    }
    
    .blog-box.beitrag-cta i{
        padding: 22px;
    }

    .blog-swiper-wrapper .swiper-button-next{
        right: 10px !important;
        left: auto !important;
        background-color: unset !important;
    }

    .blog-swiper-wrapper .swiper-button-prev{
        left: 10px !important;
        right: auto !important;
        background-color: unset !important;
    }

    /* Keyframes */

    @keyframes moveImage1{

        0%{
            transform: translateY(0);
        }
    
        50%{
            transform: translateY(25px);
        }
    
        100%{
            transform: translateY(0);
        }
    
    }


}

@media (min-width: 1400px){

    /* Hero */
    .hero-title h1 {
        font-size: 5.2rem;
    }

    #hero-3d {
        max-width: 90%;
    }

    /* Was wir machen */
    .welcome-section {
        padding: 3em 4.5em 3em 2.5em;
        font-size: 2.75rem;
    }

    .welcome-section p {
        font-size: 1.9rem;
    }

    #index-img1{
        max-width: 200px;
        right: 80px;
    }

    /* Testimonials */
    .testimonial-box-wrapper{
        padding: 100px 110px 144px 110px;
    }

    .testimonial-box{
        font-size: 1.25rem;
        width: 30%;
        height: 600px;
    }

    .testimonial-box img {
        min-width: 120px;
        max-width: 35%;
    }

    .testimonial-box-bottom{
        margin-top: 45px;
    }

    /* Vorteile */
    .swiper{
        width: 350px;
        height: 600px;
    }

    .eigener-swiper-wrapper {
        padding: 100px 2em 144px 2em;
    }

    /* Zusammenarbeit */
    .zusammenarbeit-section{
        padding: 0px 120px;
    }

    .zusammenarbeit-title{
        font-size: 2.75rem;
        padding-bottom: 1em;
    }

    .zusammenarbeit-title img{
        max-width: 120px;
    }

    .zusammenarbeit-prozess-block-nummer{
        font-size: 4rem;
        padding-bottom: .5em;
        padding-left: unset;
    }

    .zusammenarbeit-prozess-block-nummer img {
       max-width: 115px;
    }

    .zusammenarbeit-prozess-block-nummer #bubble-1{
        left: unset;
        margin-left: -40px;
    }
    
    .zusammenarbeit-prozess-block-nummer #bubble-2{
        left: unset;
        margin-left: -35px;
    }
    
    .zusammenarbeit-prozess-block-nummer #bubble-3{
        left: unset;
        margin-top: 10px;
        margin-left: -50px;
        max-width: 150px;
    }

    .zusammenarbeit-prozess-block-title{
        font-size: 1.5rem;
    }

    .zusammenarbeit-prozess-block-text{
        font-size: 1.2rem;
        padding-top: 1.2em;
    }

    .zusammenarbeit-btn{
        font-size: 1.4rem;
        margin-top: 3.75em;
    }

    /* Statistiken */
    .statistiken-section{
        padding-top: 144px;
    }

    .stat-wrapper {
        padding: 100px 6em 0em 6em;
        justify-content: space-around;
    }

    .stat-box{
        width: 40%;
        margin-bottom: 5em;
    }

    .stat-box-3, .stat-box-4{
        margin-bottom: unset;
    }

    .stat-number h3{
        font-size: 6rem;
    }

    .stat-image img {
        min-width: 200px;
        max-width: 200px;
    }

    .stat-progressbar{
        margin-top: 5em;
        height: 35px;
    }

    .stat-text{
        font-size: 1.9rem;
        letter-spacing: unset;
    }

    /* CTA */
    .cta-section{
        padding: 2em 160px 2em 160px;
    }

    /* FAQ */
    .faq-section{
        font-size: 2.75rem;
        padding: 144px 120px 144px 120px;
    }

    .ac .ac-trigger {
        font-size: 2.45rem;
    }

    .ac .ac-panel .ac-text {
        font-size: 1.9rem;
    }

    /* Blog */
    .blog-section > h2 {
        font-size: 66px;
        padding: 0px 120px;
    }
    
    .blog-box {
        margin: 70px 6.7em 5em 6.7em;
    }

}

@media (min-width: 1700px){

    /* Hero */
    .hero-title h1 {
        font-size: 7rem;
    }

    .hero-subtitle h2 {
        font-size: 15rem;
    }

    /* Was wir machen */
    .welcome-section {
        font-size: 3rem;
        padding: 160px 230px;
        padding-right: 250px;
    }

    .welcome-section p {
        font-size: 2rem;
    }

    #index-img1{
        max-width: 220px;
        top: 80px;
        right: 150px;
    }

    /* Testimonials */
    .testimonial-box-wrapper{
        padding: 100px 230px 144px 230px;
    }

    .testimonial-box {
        font-size: 1.4rem;
        height: 650px;
    }

    .testimonial-box-middle{
        padding-top: 30px;
        line-height: 1.4;
    }

    /* Vorteile */
    .swiper {
        width: 370px;
        height: 620px;
    }

    .eigener-swiper-wrapper {
        padding: 120px 2em 180px 2em;
    }

    .swiper-button-next, .swiper-button-prev{
        color: #fff2eb !important;
        background-color: rgba(255, 242, 235, .1) !important;
        padding: 2em !important;
        border-radius: 50px !important;
    }

    /* Zusammenarbeit */
    .zusammenarbeit-section{
        padding: 0px 230px;
    }

    .zusammenarbeit-title {
        font-size: 3rem;
    }

    .zusammenarbeit-prozess-block-nummer #bubble-2 {
        margin-left: -30px;
    }

    .zusammenarbeit-prozess-block-nummer #bubble-3 {
        margin-top: 5px;
        margin-left: -60px;
        max-width: 160px;
    }

    .zusammenarbeit-prozess-block-title{
        font-size: 1.75rem;
    }

    .zusammenarbeit-prozess-block-text{
        font-size: 1.35rem;
    }

    .zusammenarbeit-btn{
        font-size: 1.5rem;
        margin-top: 4.3em;
    }

    /* Statistiken */
    .statistiken-section {
        padding-top: 160px;
    }

    .stat-wrapper{
        padding: 120px 230px;
        padding-bottom: unset;
        justify-content: space-between;
    }

    .stat-box{
        width: 45%;
    }

    .stat-number h3 {
        font-size: 7rem;
    }

    .stat-image img {
        min-width: 220px;
        max-width: 220px;
    }

    .stat-progressbar {
        margin-top: 4em;
    }

    .stat-text {
        font-size: 2rem;
    }

    /* FAQ */
    .faq-section{
        font-size: 3rem;
        padding: 180px 230px;
    }

    .ac{
        width: 75%;
    }

    .ac .ac-trigger {
        font-size: 2.75rem;
    }

    .ac .ac-panel .ac-text {
        font-size: 2rem;
    }

    /* Blog */
    .blog-section > h2{
        font-size: 72px;
        padding: 0px 230px;
    }

    .blog-box{
        margin: 70px 13em 5em 13em;
        /* padding: 3em 6em 1em 6em; */
    }

    .blog-box-wrapper{
        padding: 1.5em 6em 1.5em 6em;
    }

    .blog-box .beitrag-title{
        font-size: 2.2rem;
    }

    .blog-box .beitrag-cta p{
        font-size: 1.5rem;
    }

}
