/* //////////// RESPONSIVES DESIGN //////////// */

@media screen and (max-width: 767px) {
    :root{
        /* font sizes  */
        --fs-large: 1.5rem; 
        --fs-medium: 1rem; 
        --fs-regular: 0.9rem;
    }
    
    .section{
        padding: 0 20px;
        padding-bottom: 10%;
    }

    .header-nav-list{
        top: 50px;
    }

    .menu-icon{
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
        font-size: 2rem;
        color: var(--main-txt-color);
        display: none;
    }

    .hero .hero-img{
        width: 375px;
    }

    .hero-content{
        height: 45vh;
        width: 100%;
        padding: 20px 0;
        padding-bottom: 20%;
        flex-direction: column;
        text-align: center;
        color: var(--main-txt-color);
        overflow: hidden;
    }

    .waswirbieten{
        flex-direction: column;
    }

    .waswirbieten .waswirbieten-img{
        height: 50%;
        width: 100%;
    }

    .waswirbieten-img img{
        height: 100%;
    }

    .waswirbieten .waswirbieten-content{
        min-height: 45vh;
        width: 100%;
        padding-inline: 20px;
        align-items: center;
        text-align: center;
    }

    .waswirbieten-content .btn-group button{
        margin-right: 20px;
    }

    .ueberuns-section .ueberuns-img{
        height: 50%;
        width: 100%;
    }
    .ueberuns-content{
        flex-direction: column;
        text-align: center;
    }

    .ueberuns-content .ueberuns-info{
        width: 100%;
        padding-top: 20px;
    }

    .footer-section{
        padding: 10px;
        background-color: var(--primary-color);
        color: #fff;
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    :root{
        /* font sizes  */
        --fs-large: 3rem; 
        --fs-medium: 2.5rem; 
        --fs-regular: 1.5rem; 
    }
    
    h1{
        font-size: var(--fs-medium);
    }

    .section{
        padding: 0 20px;
        padding-bottom: 5%;
    }

    .menu-icon{
        display: none;
    }

    .header-nav-list{
        top: 50px;
    }

    .hero .hero-img{
        height: 400px;
    }

    .waswirbieten{
        flex-direction: column;
    }

    .waswirbieten .waswirbieten-img{
        height: 50%;
        width: 100%;
    }

    .waswirbieten-img img{
        height: 100%;
    }

    .waswirbieten .waswirbieten-content{
        width: 100%;
        padding-inline: 20px;
        align-items: center;
        text-align: center;
    }

    .waswirbieten-content .btn-group button{
        margin-right: 20px;
    }

    .waswirbieten-description{
        font-size: 22px;
    }

    .ueberuns-section .ueberuns-img{
        height: 50%;
        width: 100%;
    }
    .ueberuns-content{
        flex-direction: column;
        text-align: center;
    }

    .ueberuns-content .ueberuns-info{
        width: 100%;
        padding-top: 20px;
    }

    .footer-section{
        padding: 10px;
        background-color: var(--primary-color);
        color: #fff;
        flex-direction: column;
    }
}

/*@media screen and (min-width: 1024px) {
    :root{
        /* font sizes  */
        /*--fs-large: 2rem; 
        --fs-medium: 1.5rem; 
        --fs-regular: 1rem; 
    }
    
    .section{
        padding: 0 20px;
        padding-bottom: 5%;
    }

    .header-nav-list{
        top: 50px;
    }

    .hero .hero-img{
        height: 400px;
    }

    .waswirbieten{
        flex-direction: column;
    }

    .waswirbieten .waswirbieten-img{
        height: 50%;
        width: 100%;
    }

    .waswirbieten-img img{
        height: 100%;
    }

    .waswirbieten .waswirbieten-content{
        min-height: 45vh;
        width: 100%;
        padding-inline: 20px;
        align-items: center;
        text-align: center;
    }

    .waswirbieten-content .btn-group button{
        margin-right: 20px;
    }

    .ueberuns-section .ueberuns-img{
        height: 50%;
        width: 100%;
    }
    .ueberuns-content{
        flex-direction: column;
        text-align: center;
    }

    .ueberuns-content .ueberuns-info{
        width: 100%;
        padding-top: 20px;
    }

    .footer-section{
        padding: 10px;
        background-color: var(--primary-color);
        color: #fff;
        flex-direction: column;
    }
}*/