
/* Cookie - popup om een keuze te maken voor bedrijven of thuis */
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 2%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    cursor: pointer;
    padding-left: 16%;
    padding-right: 16%;

}

.cross{
    color: white;
    position: absolute;
    right: 121px;
    font-size: 35pt;
}

#times{
    display:none;
}

.overlay iframe{
    width: 100%;
    height: 83%;
    margin-top: 5%;
}

.cross:hover{
    opacity: 0.7;
}


.notification{
    width: 20%;
    background-color: white;
    border-color: grey;
    border-style: solid;
    border-width: 1px;
    right: 0;
    bottom: 0;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 1% 3%;
    position: fixed;
    z-index: 999;
    border-radius: 15px;
    animation-name: example;
    animation-duration: 2s;

}

@keyframes example {
    from {margin-bottom: -20%;}
    to {margin-bottom: 2%;}
}

.popupBlock{
    background-color: #A4DFF9;
    border-radius: 15px;
    padding: 3% 4%!important;
}

.choose-blocks{
    background-color: white;
    text-align: center;
    padding: 3%;
    border-radius: 15px;
}

.choose-blocks p{
    margin: 8% 0%;
}

.choose-blocks button{
    background-color: #DF542F;
    padding: 3% 8%;
    border-radius: 26.5px;
    border-style: none;
    color: white;
    font-weight: 800;
}
.cookie-notice-text{
    text-align: center;
    margin-top: 4%;
    margin-bottom: -4%;
}

.popupdisabled{
    display: none;
}

.close-notification{
    float: right!important;
    margin-right: -14%;
    color: red!important;
}

@media only screen and (max-width: 600px) {
    .notification{
        width: 96%;
        background-color: white;
        border-color: grey;
        border-style: solid;
        border-width: 1px;
        right: 0;
        bottom: 0;
        margin-bottom: 2%;
        margin-right: 2%;
        
        padding: 1% 3%;
        position: fixed;
        z-index: 999;
        border-radius: 15px;
        animation-name: example;
        animation-duration: 2s;
    }

    .close-notification{
        float: right!important;
        margin-right: 4%;
        margin-top: 4%;
        color: red!important;
    }

    .popupBlock{
        background-color: #A4DFF9;
        border-radius: 15px;
        padding: 3% 4%!important;
        height: 100vh;
        margin-top: -10%;
    }

    .overlay iframe {
        width: 100%;
        height: 33%;
        margin-top: 46%;
    }
    .cross {
        color: white;
        position: absolute;
        right: 40px;
        font-size: 35pt;
        top: 0;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        padding-top: 8%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
        cursor: pointer;
        padding-left: 3%;
        padding-right: 3%;
    }
}
