/* ----------------- Domácí čepování ----------------- */


/* ------- Čím pohostit hosty ------- */

#cim-pohostit-hosty.page {
    padding: 9.0rem 4.2rem 4.2rem 4.2rem;
}

#cim-pohostit-hosty .content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
}

#cim-pohostit-hosty .content > .item {
    display: flex;
    width: 48.6%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}


#cim-pohostit-hosty .content .background {
    width: 100%;
    min-height: 21.0rem;
    height: 21.0rem;
    background-size: cover;
}

#cim-pohostit-hosty .content .background.bg-01 {
    background-image: url('/public/images/page/assets/food-01.jpg?v=1');
}

#cim-pohostit-hosty .content .background.bg-02 {
    background-image: url('/public/images/page/assets/food-02.jpg?v=1');
}

#cim-pohostit-hosty .content h2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.8rem;
}


#cim-pohostit-hosty .content .preparation {
    margin-bottom: 2rem;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

#cim-pohostit-hosty .content .preparation .item {
    margin-left: 1.2rem;
    padding: 0.8rem 0 0.8rem 2.4rem;
    background-image: url(/public/images/page/icons/menu-bullet-active.svg?v=1);
    background-size: 0.6rem 0.6rem;
    background-position: left center;
}


#cim-pohostit-hosty .content .ingredients {
    padding: 2.2rem;
    height: 100%;
    background-color: #E6DDCD33;
}

#cim-pohostit-hosty .content .ingredients .title {
    margin: 0 0 1.6rem 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

#cim-pohostit-hosty .content .ingredients .ingList {
    display: flex;
    padding: 1.0rem 1.6rem;
    background-color: #ffffff66;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#cim-pohostit-hosty .content .ingredients .ingList .item {
    padding: 0.6rem 0 0.6rem 2rem;
    width: 47%;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
    background-image: url(/public/images/page/icons/menu-bullet-active.svg?v=1);
    background-size: 0.6rem 0.6rem;
    background-position: left center;
}


#cim-pohostit-hosty .bookMobile {
    display: none;
}



/* ----------------- Tablet 720px ----------------- */
@media only screen and ((max-width: 1000px) or (orientation: portrait)) {
    
    /* ------- Čím pohostit hosty ------- */

    #cim-pohostit-hosty.page {
        padding: 0;
    }

    #cim-pohostit-hosty .content {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    #cim-pohostit-hosty .content > .item {
        width: 86%;
    }

    #cim-pohostit-hosty .content .background {
        width: 100%;
        min-height: 21.0rem;
        height: 21.0rem;
    }

    #cim-pohostit-hosty .content .background.bg-01 {
        background-image: url('/public/images/page/assets/food-01-mobile.jpg?v=1');
    }

    #cim-pohostit-hosty .content .background.bg-02 {
        background-image: url('/public/images/page/assets/food-02-mobile.jpg?v=1');
    }
    

    #cim-pohostit-hosty .content h2 {
        margin-top: 3rem;
        margin-bottom: 2rem;
        width: 100%;
        font-size: 2.2rem;
        line-height: 2.5rem;
        border: none;
    }


    #cim-pohostit-hosty .content .preparation {
        margin-bottom: 3rem;
        color: #656565;
        font-size: 1.6rem;
        line-height: 2.3rem;
    }

    #cim-pohostit-hosty .content .preparation .item {
        margin-left: 0;
        padding: 1.2rem 0 1.2rem 2.8rem;
        background-size: 0.9rem 0.9rem;
        background-position: top 1.4rem left;
    }


    #cim-pohostit-hosty .content .ingredients {
        margin-bottom: 6rem;
        padding: 2.2rem;
        background-color: #F9F5EE;
    }

    #cim-pohostit-hosty .content .ingredients .title {
        margin: 0 0 1.6rem 0;
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

    #cim-pohostit-hosty .content .ingredients .ingList {
        display: flex;
        padding: 1.6rem 1.6rem;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    #cim-pohostit-hosty .content .ingredients .ingList .item {
        padding: 0.8rem 0 0.8rem 2rem;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.7rem;
        background-size: 0.6rem 0.6rem;
        background-position: top 1.35rem left;
    }

    #cim-pohostit-hosty .bookMobile {
        display: block;
        margin-bottom: 5rem;
        color: var(--clr-gold);
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 2.7rem;
    }

    #cim-pohostit-hosty a {
        color: var(--clr-green);
        text-decoration: underline;
    }
}


/* ----------------- Mobile 360px ----------------- */
@media only screen and (max-width: 500px) {
    
}