/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {


    /*=== rezepte area start ===*/

    .rezepte-item h2 {
        font-size: 46px;
    }

    .rezepte-item4-inner h3 {
        font-size: 30px;
    }

    .rezepte-item4-inner h3 span {
        font-size: 29px;
    }



}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {


    /*=== rezepte area start ===*/

    .rezepte-item h2 {
        font-size: 42px;
    }
    
    .rezepte-item p {
        margin: 0 auto 60px;
    }

    .rezepte-item2 {
        width: 50%;
        margin-bottom: 40px;
    }

    .rezepte-item3 {
        width: 50%;
        margin-bottom: 40px;

    }

    .rezepte-item3 h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    
    .rezepte-item3 ul li span {
        width: 67px;
        margin-right: 35px;
    }

    .rezepte-item3 p {
        font-size: 18px;
    }

    .rezepte-item4 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 60px;
    }

    .rezepte-item ul li {
        width: 33.333%;
    }

    /*=== footer area start ===*/

    .footer-item2-inner2 {
        padding-left: 20px;
    }

    .footer-item2-inner2 ul li a {
        font-size: 16px;
        margin-left: 10px;
    }



}


@media screen and (max-width: 991px) {

    .rezepte-item3,
    .rezepte-item2 {
        width: 100%;
    }
    .rezepte-item3 {
        padding-left: 0;
        margin-bottom: 80px;
    }
    
    .desktop-hide {
        display: none;
    }
    
    .mobile-hide {
        display: block;
    }
    .rezepte-item ul li {
        margin-bottom: 80px;
    }
    .rezepte-item ul li:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }
    .rezepte-item ul {
        justify-content: center;
    }
    
    .footer-item2,
    .footer-item,
    .footer-item-inner {
        align-items: flex-start;
    }

}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {
    
    .footer-item-inner {
        flex-direction: column;
        
    }


    /*=== banner area start ===*/

    .banner-area {
        padding: 263px 0 27px;
    }

    .banner-item {
        font-size: 22px;
        width: 250px;
        height: 65px;
    }

    /*=== rezepte area start ===*/

    .rezepte-area {
        padding: 80px 0 20px;
    }

    .rezepte-item h2 {
        font-size: 32px;
        margin: 0 0 30px;
    }
    
    .rezepte-item p {
        font-size: 18px;
        margin: 0 auto 45px;
    }

    .rezepte-item2 {
        width: 100%;
        margin-bottom: 40px;
    }

    .rezepte-item3 {
        width: 100%;
        margin-bottom: 70px;
        padding-left: 0;
    }

    .rezepte-item3 h2 {
        font-size: 28px;
    }

    
    .rezepte-item3 ul li span {
        width: 67px;
        margin-right: 35px;
    }

    .rezepte-item4-inner h3 {
        font-size: 23px;
    }
    
    .rezepte-item4-inner h3 span {
        font-size: 23px;
        display: block;
    }

    .rezepte-item ul {
        justify-content: center;
    }
    .rezepte-item ul li {
        width: 50%;
        margin-bottom: 70px;
    }
    .rezepte-item ul li:last-of-type {
        margin-bottom: 20px;
    }
    .rezepte-item ul li:nth-of-type(4) div img {
        margin-bottom: -30px;
    }

    .rezepte-item ul {
        padding-top: 40px;
    }
    /*=== footer area start ===*/

    .footer-item2 {
        flex-direction: column;
    }

    .footer-item2-inner {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .footer-item2-inner2 {
        padding-left: 0;
    }

    .footer-item2-inner2 ul {
        flex-wrap: wrap;
    }
    .footer-item2-inner2 ul li {
        margin-right: 20px;
    }

    .footer-item2-inner2 ul li a {
        margin-top: 15px;
        margin-left: 0px;
    }
    
    .footer-item2-inner2 ul li:last-of-type {
        margin-left: 0;
    }
    


}

@media screen and (max-width: 575px) {
    .rezepte-item h2 {
        font-size: 30px;
    }
    .rezepte-area-inner {
        margin-bottom: 40px;
    }
}