.agepopup {
    position: fixed;
    z-index: 2147483646;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.agepopup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width:42%;
    max-width: 98%;
    width: auto;
    height: auto;
    max-height: 98%;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    padding: 18px;
    text-align: center;
    background-image:url('https://dirks-seedshop.de/media/image/storage/opc/Startseite/Slider/startseite_hintergrund-content.webp');
    color: rgb(80, 60, 61);
    border-radius: 42px;
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
    .agepopup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width:80%;
        max-width: 98%;
        width: auto;
        height: auto;
        max-height: 98%;
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
        padding: 18px;
        text-align: center;
        background-image:url('https://dirks-seedshop.de/media/image/storage/opc/Startseite/Slider/startseite_hintergrund-content.webp');
        color: rgb(80, 60, 61);
        border-radius: 42px;    }
}

.agepopup-footer{
    padding: 15px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.25);
}

.agepopup-button {
    min-width: 42%;
    width: fit-content;
    margin-left: 20px;
    margin-top:10px;
    margin-right: 20px;
}

