body {
    background-color: #F7F3EF !important;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    color: black;
}

.content-area {
    max-width: 100% !important;
}

.site {
    background: transparent !important;
    max-width: 100% !important;
    margin: unset !important;
    box-shadow: none !important;
}

.container,
#footer {
    max-width: 1220px;
    margin: auto;
}

.divider {
    width: 100%;
    height: 50px;
}

#header h1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.25 !important;
    cursor: pointer;
}

.thin {
    font-weight: 300;
}

.subline {
    font-size: 24px;
    opacity: 0.5;
}

#header {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1.25 !important;
}

.header-t .cart {
    width: 52px;
    height: 50px;
    background-color: transparent;
    display: inline-block;
    background-image: url(/assets/img/warenkorb.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

.tileblock {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.tile {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}

.imgtile {
    background-color: grey;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.texttile {
    gap: 10px;
}

.tileL {
    width: 100%;
    height: 400px;
}

.tileM {
    width: 50%;
    height: 400px;
}

.tileS {
    width: 100%;
    height: 200px;
}

.tileXS {
    width: 100%;
}

.tileinfo {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 70px 40px 30px 40px;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.tileinfo h3, 
.productinfo h3,
.texttile h3 {
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 30px !important;
    letter-spacing: 2px;
    font-family: Lato, Arial, Helvetica, sans-serif;
}

.productinfo h3 {
    font-size: 44px !important;
    margin-bottom: 10px;
}

.tilelink {
    display: inline-block;
    background-color: white;
    color: black;
    padding: 7px 15px 7px 15px;
    border-radius: 15px;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1;
}

.tilelink:hover {
    background-color: #9384A1;
    color: white !important;
}

.tlblack {
    background-color: #00000025;
    color: white !important;
}

.tlblack:hover {
    background-color: #00000050;
    color: white !important;
}



.productinfowrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding-left: 150px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    color: white;
    background: linear-gradient(-90deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 100%);
}

.productinfo {
    max-width: 300px;
}

.newmarker {
    padding: 10px 20px 10px 20px;
    background-image: url("https://overloaded-clothing.de/assets/img/new.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
}

.product_subline {
    margin-bottom: 20px;
}

.pricetag {
    font-size: 30px;
    margin-bottom: 10px;
}

/*Hintergrundbilder und individuelle Einstellungen für Kacheln*/

#tile_erwachsene {
    background-image: url("https://overloaded-clothing.de/assets/img/demo_1.webp");
}

#tile_kinder {
    background-image: url("https://overloaded-clothing.de/assets/img/kategorie_kinder.webp");
}

#tile_accessoires {
    background-image: url("https://overloaded-clothing.de/assets/img/kategorie_accessoires.webp");
}

#title_hibiscus {
    background-image: url("https://overloaded-clothing.de/assets/img/img_hibiscus.webp");
}

#tile_shop {
    background-color: #9384A1;
    display: flex;
    align-items: center;
}


.infoblock {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 500px;
    margin-bottom: 15px;
}

.infoblock img {
    height: 140px;
}

.infotxt {
    line-height: 1.5;
}

.infoblock h2 {
    font-size: 24px !important;
}

/*Insta-Anpasungen*/
.wp-block-jetpack-instagram-gallery__grid-post {
    line-height: 28vw !important;
    height: 100% !important;
    max-height: 360px;
}


#footer {
    margin-top: 70px;
    text-align: center;
    color: #00000080;
    clear: both;
}

.footermenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
}

.footermenu a {
    text-decoration: none;
    font-weight: bold;
    color: #00000080;
}

.footermenu a:hover {
    color: black;
}

/*Größenanpassungen*/

@media only screen and (max-width: 1400px) {
    #header  h1 {
        font-size: 50px;
    }

    .subline {
        font-size: 20px;
    }
}

@media only screen and (max-width: 800px) {
    #header {
        padding-top: 10px;
    }

    #header h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .subline {
        font-size: 15px;
    }

    .header-t .cart {
        height: 35px;
        width: 44px;
    }

    .tileblock {
        display: block;
    }

    .tileM, .tileL {
        width: 100%;
        height: 65vw;
    }

    .tileL {
        height: 75vw;
    }

    .tileS {
        height: 65vw;
    }

    .tileinfo {
        padding: 10vw 15px 5vw 20px;
    }

    .tileinfo h3,
    .productinfo h3 {
        font-size: 20px !important;
    }


    .productinfowrapper {
        padding-right: 20px;
    }

    .productinfo {
        max-width: 35vw;
    }

    .product_subline{
        font-size: 12px;
        line-height: 1.25;
    }

    .newmarker {
        font-size: 16px;
        padding: 7px 15px 7px 15px;
    }

    .pricetag {
        font-size: 16px;
    }

    .tilelink {
        font-size: 12px;
        padding: 5px 10px 5px 10px !important;
    }

    .infoblock img {
        width: 30%;
        max-width: 115px;
        height: auto;
    }

    .footermenu {
        gap: 15px;
    }
}


@media only screen and (min-width: 801px) {

.imgtile:hover {
    filter: brightness(1.2);
}

}