body.wrapping {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.modal-wrap {
    background: rgba(0,0,0,.7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    overflow-y: auto;
    display: none;
    width: 100%;
    z-index: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
}

    .modal-wrap #cookie-wall-details {
        max-height: 0;
        overflow: hidden;
        webkit-transition: max-height 600ms;
        -moz-transition: max-height 600ms;
        -ms-transition: max-height 600ms;
        -o-transition: max-height 600ms;
        transition: max-height 600ms;
    }

        .modal-wrap #cookie-wall-details.shown {
            max-height: 1000px;
        }

    .modal-wrap.visible {
        opacity: 1;
        visibility: visible;
        display: flex !important;
    }

    .modal-wrap .modal-container {
        background: #fff;
        margin: 1em;
        max-width: 100%;
        width: 600px;
        z-index: 301;
        border-radius: 5px;
        position: absolute;
        top: 40px;
    }

        .modal-wrap .modal-container .modal-footer, .modal-wrap .modal-container .modal-header {
            float: left;
            width: 100%
        }

    .modal-wrap .modal-header .modal-title {
        font-size: 2em;
        margin: 0;
        padding: 0 0 15px 0;
    }

    .modal-wrap .modal-header .close-modal {
        background: transparent;
        border: 0;
        cursor: pointer;
        float: right;
        font-size: 40px;
        opacity: .4;
        transition: all .3s ease-in-out
    }

        .modal-wrap .modal-header .close-modal:hover {
            opacity: 1
        }

    .modal-wrap .modal-content {
        float: left;
        margin: 0;
        padding: 15px 30px;
        width: 100%
    }

        .modal-wrap .modal-content p {
            text-align: justify;
            text-justify: inter-word;
        }

            .modal-wrap .modal-content p:last-child {
                margin-bottom: 0
            }

    .modal-wrap .modal-footer {
        text-align: right;
        padding: 15px 30px;
    }

        .modal-wrap .modal-footer p {
            color: #ccc;
            font-size: 12px;
            font-style: italic;
            margin: 10px
        }

        .modal-wrap .modal-footer a {
            color: #fff
        }

/*.button {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px
}*/

    .button.alert {
        background: #ffae00
    }

#cookie-warning .emblem-vanoosbree {
    height: 82px;
    margin-top: -14px;
    margin-left: -14px;
}

@media (max-width: 900px) {
    .modal-wrap .modal-container {
        width: 82%;
        margin: 0;
        margin-bottom: 20px;
    }

    .modal-wrap .modal-header .modal-title {
        padding: 10px 0 15px 0;
    }

    .modal-wrap .modal-content p {
        text-align: inherit;
        text-justify: auto;
    }

    .modal-wrap .modal-footer {
        text-align: center;
    }

    .modal-wrap .modal-content {
        padding: 15px 20px;
    }
}

@media (max-width: 360px) {

    .modal-wrap .modal-footer a {
        width: 100% !important;
    }

        .modal-wrap .modal-footer a:last-child {
            margin-top: 10px;
        }
}
