﻿/* Version: 1.5.6.001 */

#cookieselection-overlay {
    position: relative;
    background: #fff;
    padding: 1.25rem;
    width: auto;
    max-width: 750px;
    margin: 1.25rem auto;
}

#cookieselection-overlay .cookieselection-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#cookieselection-overlay .cookieselection-action img {
    width: 90%;
    max-width: 250px;
}

#cookieselection-overlay .cookieselection-action button {
    margin-top: 0;
    margin-right: 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#cookieselection-overlay .info-overlay-list {
    list-style: none;
}

#cookieselection-overlay .cookieselection-action button {
    border: none;
    padding: 0.6875em 2.0625em;
    margin: 0 1.375em 0.5em 0;
    line-height: 1.375;
}

body:not(.design-master) #cookieselection-overlay .cookieselection-action button {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

#cookieselection-overlay .cookieselection-action.cookieselection-action > * {
    margin-bottom: 1em;
}

#cookieselection-overlay .mfp-btn-close:hover {
    background: #005085;
}

#cookieselection-overlay .cookieselection-checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    padding-left: 0;
}

#cookieselection-overlay .cookieselection-checkboxes li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    position: relative;
}

#cookieselection-overlay .cookieselection-checkboxes li:first-child:before {
    content: '';
    position: absolute;
    background: rgba(255,255,255,.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#cookieselection-overlay .cookieselection-messages > div.hide {
    display: none;
}

@media (max-width: 550px) {
    #cookieselection-overlay .cookieselection-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #cookieselection-overlay .cookieselection-action img {
        max-width: none;
    }

    #cookieselection-overlay .cookieselection-action button {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    #cookieselection-overlay .cookieselection-checkboxes {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #cookieselection-overlay .cookieselection-checkboxes li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
