#pk_flex_content .flex_layout.hero_simpel{
    max-width: 100%;
    margin-bottom: 60px;
    background: rgba(196, 2, 108, 1);
}


#pk_flex_content .hero_simpel .hero-section{
    position: relative;
    width: 100%;
}


#pk_flex_content .hero_simpel .hero-section .hero-inner__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 0;
}

/* Content */
#pk_flex_content .hero_simpel .hero-content__wrapper {
    position: relative;
    color: var(--white);
    padding: 0 20px;
}

#pk_flex_content .hero_simpel .hero-content__wrapper .hero-title{
    font-size: clamp(52px, 52px + (96 - 52) * ((100vw - 350px) / (1320 - 350)), 96px);
    font-weight: bold;
    color: var(--white);
    line-height: 1;
}


@media screen and (min-width:768px){
    #pk_flex_content .flex_layout.hero_simpel{
        margin-bottom: 120px;
    }

    #pk_flex_content .hero_simpel .hero-section .hero-inner__wrapper{
        padding: 145px 0;
    }
    

    #pk_flex_content .hero_simpel .hero-section .hero-inner__wrapper{
        display: grid;
        gap: 20px;
    }
    #pk_flex_content .hero_simpel .hero-section .hero-content__wrapper{
        grid-column: 2 / 13;
    }
}

@media screen and (min-width: 990px){

}

@media screen and (min-width: 1199px){

}

@media screen and (min-width: 1401px){
}

@media screen and (max-width: 1400px){
}