/*
------------------------------------------------------------
SCHÜTZA-CMS
HOME - HEUTE BEI UNS
------------------------------------------------------------
*/


.heute-container {

    padding: 70px 0;

}



.heute-container h2 {

    margin: 0 0 32px;

    text-align: center;

    font-size: 2rem;

    color: #244230;

}





.heute-statuskarte {

    display: flex;

    width: 100%;

    background: #F2E2C5;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,.10);

}





.status-bereich {

    flex: 1;

    padding: 35px 30px;

    text-align: center;

}





.status-trenner {

    width: 1px;

    background: rgba(36,66,48,.25);

}





.status-ueberschrift {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 18px;

}





.status-ueberschrift h3 {

    margin: 0;

    font-size: 2rem;

    color: #244230;

}





.ampel {

    width: 28px;

    height: 28px;

    border-radius: 50%;

    flex-shrink: 0;

}





.ampel.gruen {

    background: #2E7D32;

}





.ampel.rot {

    background: #C62828;

}





.status-text strong {

    display: block;

    margin-top: 25px;

    font-size: 1.25rem;

    color: #244230;

}





.status-text p {

    margin: 15px 0 0;

    color: #4B4B4B;

    line-height: 1.7;

}





.kuecheninfo {

    margin-top: 25px;

    color: #4B4B4B;

}





.kuecheninfo div {

    margin-top: 6px;

}







/*
------------------------------------------------------------
MOBILE
------------------------------------------------------------
*/


@media (max-width: 700px) {


    .heute-statuskarte {

        flex-direction: column;

    }



    .status-bereich {

        padding: 30px 20px;

    }



    .status-trenner {

        width: 100%;

        height: 1px;

    }



    .status-ueberschrift h3 {

        font-size: 1.6rem;

    }


}