﻿.align-right {
    float: right;
    display: inline-block
}

@media (min-width: 320px) {
    #overview {
        display: none;
    }

    #overview-mobile {
        display: flex;
    }

    #olive-bullet-points-mobile {
        display: inline-block;
    }

    #shop-text {
        display: none;
    }

    .disclaimer {
        display: flex;
        width: 300px;
        margin-bottom: 10px;
    }

    .disclaimer-text {
        font-size: 12px;
        line-height: 14px;
    }

    #button-wrapper {
        margin-top: 25px;
    }

    #main-shop-buttons {
        width: 100%;
        position: relative;
        bottom: 15px;
        display: flex;
        justify-content: center;
    }

    .extras {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .extras-image-wrapper {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: "picture" "text";
        justify-items: center;
    }

    .extras-text-wrapper {
        width: 100%;
        height: inherit;
    }

    .extras-text {
        display: grid;
        align-items: end;
        grid-template-rows: auto auto;
        height: 100%;
        width: 100%;
        text-align: center;
        color: #736536;
        margin: 15px auto 0px auto;
    }

    .more-information {
        color: inherit;
        font-weight: bold;
        margin-top: 5px;
        align-self: start;
    }
}

.no-webp #image-main-Default {
    width: 100%;
    padding-top: 92%;
    background-size: 116%;
    background-image: url("/Content/Images/START/hinterland_Olivenbaum_Patenschaft_modul_mobile.jpg");
    background-position: 50% 48%;
}

.webp #image-main-Default {
    width: 100%;
    padding-top: 92%;
    background-size: 116%;
    background-image: url("/Content/Images/START/hinterland_Olivenbaum_Patenschaft_modul_mobile.webp");
    background-position: 50% 48%;
}

.no-webp #image-main-ShoppingCart {
    width: 100%;
    padding-top: 92%;
    background-size: 116%;
    background-image: url("/Content/Images/START/newArrivals.jpg");
    background-position: 50% 87%;
}

.webp #image-main-ShoppingCart {
    width: 100%;
    padding-top: 92%;
    background-size: 116%;
    background-image: url("/Content/Images/START/newArrivals.webp");
    background-position: 50% 87%;
}

@media (min-width: 768px) {

    #overview {
        display: flex;
        justify-content: space-around;
    }

    #overview-mobile {
        display: none;
    }

    #olive-bullet-points-mobile {
        display: none;
    }

    #button-wrapper {
        margin-top: unset;
    }

    #main-shop-buttons {
    }

    .extras-text {
        margin: 0px auto 0px auto;
    }

    .no-webp #image-main-Default {
        width: 100%;
        background-size: cover;
        padding-top: 34%;
        background-image: url("/Content/Images/START/hinterland_Olivenbaum_Patenschaft_modul.jpg");
        background-position: 40% 56%;
    }

    .webp #image-main-Default {
        width: 100%;
        background-size: cover;
        padding-top: 34%;
        background-image: url("/Content/Images/START/hinterland_Olivenbaum_Patenschaft_modul.webp");
        background-position: 40% 56%;
    }

    .no-webp #image-main-ShoppingCart {
        width: 100%;
        background-size: cover;
        padding-top: 34%;
        background-image: url("/Content/Images/START/newArrivals_2.jpg");
        background-position: 40% 65%;
    }

    .webp #image-main-ShoppingCart {
        width: 100%;
        background-size: cover;
        padding-top: 34%;
        background-image: url("/Content/Images/START/newArrivals_2.webp");
        background-position: 40% 65%;
    }

    .extras-image-wrapper {
        display: flex;
        height: 140px;
        margin-left: 30px;
    }
}

@media (min-width: 1024px) {
    .disclaimer {
        width: 490px;
        margin-bottom: unset;
    }

    .cards-picture-thumbs {
        position: absolute;
        width: unset;
    }
}

@media (min-width: 1200px) {

    .disclaimer {
        width: 583px;
        margin-bottom: unset;
    }

    .disclaimer-text {
        font-size: 13px;
    }
}
