/* #cookie,
#cookie .close {
    transition-property: all;
    transition-duration: .2s
}

#cookie .row,
#cookie p {
    max-width: 100%
}

.off-screen {
    position: absolute;
    left: -5000em;
    clip: rect(0 0 0 0)
}

.on-screen {
    position: static;
    left: auto;
    clip: auto
}

.unfloat {
    float: none;
    width: auto
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.internet-explorer .clear {
    zoom: 1
}

#cookie {
    position: fixed;
    z-index: 100;
    bottom: 4.4em;
    width: 100%;
    opacity: 1
}

#cookie.closed {
    bottom: -40%;
    opacity: 0
}

#cookie .container {
    background: #141414;
    margin: 0 .5em;
    padding: 1em;
    box-shadow: 0 0 .4em 0 #000;
    position: relative;
    z-index: 50;
    border-radius: .3em
}

#cookie h2 {
    font-size: 1em;
    color: #fff;
    padding-top: 0
}

#cookie p {
    color: #fff;
    font-size: .8em
}

#cookie .close {
    background: #fff;
    padding: .1em;
    position: absolute;
    top: .5em;
    right: .5em
}

#cookie .close .icon {
    width: 1em;
    height: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#cookie .close:focus,
#cookie .close:hover {
    background: #06a8a5;
    color: #fff;
    cursor: pointer
}

#cookie .multiple-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

#cookie .multiple-horizontal .group {
    width: 50%
}

@media (min-width:43.75em) {
    #cookie .row .multiple {
        margin-left: 0;
        flex-wrap: nowrap;
    }
}

@media (min-width:50em) {
    #cookie .multiple-horizontal .group {
        width: auto;
    }
}

#cookie .row .checkbox label {
    font-size: .8em;
    color: #fff;
    cursor: pointer
}

#cookie .row .checkbox label:before {
    border-color: #fff;
}

#cookie .row .checkbox label:before,
#cookie .row .checkbox label:after {
    top: 50%;
    transform: translateY(-50%);
}

#cookie .row .checkbox label:focus,
#cookie .row .checkbox label:hover {
    color: #06a8a5
}

#cookie .btns {
    padding-top: .5em;
    display: flex;
    justify-content: space-between
}

#cookie .btns .btn {
    width: 48%;
    font-size: 1em;
    margin: 0;
    padding: .5em;
    min-width: auto
}

#cookie .btns .btn span {
    display: none
}

@media (min-width:56.25em) {
    #cookie .fieldset {
        display: flex;
        align-items: center
    }
    #cookie .fieldset .row {
        width: 60%;
        margin: 0
    }
    #cookie .fieldset .btns {
        padding-top: 0;
        width: 40%
    }
}

@media (min-width:62.5em) {
    #cookie {
        bottom: .5em
    }
    #cookie .container {
        margin: 0 auto
    }
}


#cookie.informationalMessage .btns {
    justify-content: flex-end;
    padding-top: 0;
}
#cookie.informationalMessage .btn {
    width: auto;
    font-size: 18px;
    min-width: 200px;
}
#cookie.informationalMessage p {
    margin: 0 0 10px;
} */
