﻿
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


#cookie-popup .fixed-cookie {
    border-top: 3px solid #F7F7F5;
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index: 52;
    width: 100%;
    padding: 15px;
    padding-bottom: 30px;
}

#cookie-popup .row {
    overflow: hidden;
}

#cookie-popup .toggledetails:focus {
    outline: none;
}

#cookie-popup .grey-content {
    max-width: 620px;
    margin: 0px auto;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

#cookie-popup .cookie-start {
    display: block;
}

    #cookie-popup .cookie-start p {
        display: block;
    }

#cookie-popup .cookie-head {
    max-width: 578px;
    font-size: 24px;
    font-weight: 1000;
    line-height: 29px;
    padding: 0 0 0 0;
}

#cookie-popup .cookie-text, #cookie-popup .cookie-head-text {
    font-size: 14px;
    max-width: 657px;
    line-height: 16px;
    margin: 10px 0 30px 0;
}

#cookie-popup .cookie-head-text {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
}

#cookie-popup .options-middle .cookie-text {
    font-size: 14px;
    line-height: 18px;
}

#cookie-popup .details-container {
    width: 180px;
    display: inline-block;
}

#cookie-popup .toggledetails {
    max-width: 180px;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    font-weight: 400;
    float: right;
    border: none;
}

#cookie-popup .nodetails, #cookie-popup .grey-main, #cookie-popup .options-popup {
    display: none;
}

#cookie-popup .fa {
    margin-left: 4px;
    display: inline-block;
}

#cookie-popup .cookie-options,
#cookie-popup .cookie-details {
    display: none;
    padding-top: 40px;
}

    #cookie-popup .cookie-options .head,
    #cookie-popup .cookie-details .head {
        color: #F3B624;
    }

    #cookie-popup .cookie-options .option,
    #cookie-popup .cookie-details .option {
        display: inline;
        margin-top: 10px;
        font-size: 18px;
    }


#cookie-popup .options-popup {
    overflow-y: scroll;
    height: 100%;
}

#cookie-popup .button-section {
    float: left;
    width: 60%;
}

#cookie-popup .details-button-section {
    float: left;
    width: 40%;
}

#cookie-popup button {
    padding: 10px 20px;
    background-color: white;
    border: none;
    border: 2px solid black;
    font-size: 16px;
    font-weight: 700;
}

#cookie-popup .options-popup {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(4,4,4,0.8);
}

    #cookie-popup .options-popup .options-head {
        padding: 40px 60px 30px 60px;
    }

    #cookie-popup .options-popup .options-middle {
        padding: 30px 60px 40px 60px;
        background-color: #E9E9E9;
        overflow: hidden;
    }

    #cookie-popup .options-popup .cookie-options {
        display: block;
        max-width: 600px;
        width: 100%;
        margin: 0px auto;
        background-color: white;
        padding: 0;
        margin-top: 100px;
        box-sizing: border-box;
        overflow: hidden;
    }

#cookie-popup .functional-checkbox, #cookie-popup .functional {
    opacity: 0.5;
    pointer-events: none;
}

#cookie-popup .options-popup .button-section {
    width: 100%;
}

    #cookie-popup .options-popup .button-section #options-accept-button {
        float: right;
    }

#cookie-popup .small-settings {
    width: 100%;
    position: fixed;
    bottom: 0;
}

    #cookie-popup .small-settings .button-section {
        width: auto;
        float: right;
        margin-right: 200px;
    }

        #cookie-popup .small-settings .button-section .settings-button {
            border-radius: 8px 8px 0 0;
            font-size: 11px;
            padding: 5px 30px;
        }

@media only screen and (min-width: 768px) {
    #cookie-popup .fixed-cookie {
        padding: 20px 0;
    }

    #cookie-popup .cookie-head {
        font-size: 30px;
        line-height: 43px;
        padding: 0 0 0 0;
    }
}

@media only screen and (max-width: 768px) {
    #cookie-popup .details-container {
        margin: 0 auto;
    }

    #cookie-popup .button-section {
        float: left;
        width: 100%;
    }

    #cookie-popup .detail-button-section {
        float: left;
        width: 100%;
    }

    #cookie-popup .details-button-section {
        width: 100%;
    }

    #cookie-popup .toggledetails {
        margin: 0px auto;
        display: block;
        float: none;
    }

    #cookie-popup .small-settings .button-section {
        margin-right: 0;
    }
}

@media only screen and (max-width: 400px) {
    #cookie-popup .cookie-options .option,
    #cookie-popup .cookie-details .option {
        font-size: 16px;
    }

    #cookie-popup .options-popup .cookie-options {
        margin-top: 20px;
    }

    #cookie-popup .cookie-options .options-head {
        padding: 20px 20px;
    }

    #cookie-popup .cookie-options .options-middle {
        padding-left: 20px;
        padding-right: 20px;
    }

    #cookie-popup .fixed-cookie button {
        width: 95%;
        margin-bottom: 5px;
    }

        #cookie-popup .fixed-cookie button:last-child {
            margin-bottom: 0;
        }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-bottom: -3px;
    margin-right: 8px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #707070;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
}

input:focus + .slider {
    box-shadow: 0 0 1px #F3B624;
}

.stuck .slider {
    background-color: #ccc !important;
    box-shadow: 0 0 1px #ccc !important;
}

    input:checked + .slider:before, .stuck .slider:before {
        -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
        transform: translateX(13px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.grey-main {
    max-width: none !important;
}

#cookie-popup {
    padding: 0
}

.small-settings {
    z-index: 999
}

#cookie-popup #more-info-button {
    border: none;
    background-color: transparent !important;
    border: 0 !important;
}

    #cookie-popup #more-info-button:hover {
        color: inherit !important;
        text-decoration: underline;
    }

#cookie-popup button {
    cursor: pointer;
}

#cookie-popup .grey-main,
#cookie-popup .small-settings,
#cookie-popup .options-popup {
    z-index: 99999;
}

