﻿#cookie-law-info {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 14.4rem;
    padding-right: 14.4rem;
    font-weight: 300;
}

    #cookie-law-info p {
        color: #fff;
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 2rem;
        padding-top: 15px;
        padding-bottom: 15px;
        float: left;
        margin-bottom: 0;
    }

    #cookie-law-info .btn-blue {
        margin-left: 1rem;
        text-transform: uppercase;
    }

.btn-blue {
    display: inline-block;
    color: #fff;
    background: #1da5f9;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    border: none;
    font-size: 1.4rem;
    line-height: 2rem;
    cursor: pointer;
    float: right;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 100%;
    width: 700px;
    margin: 20px auto;
    overflow: hidden;
}

    .white-popup * {
        font-size: 1.4rem;
    }

    .white-popup a {
        text-decoration: underline;
    }

    .white-popup button {
        border: none;
        display: inline-block;
    }

.custom-cookie-settings {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    left: 40px;
    background-color: #000000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 10;
}

    .custom-cookie-settings:hover {
        background: #124734;
    }

    .custom-cookie-settings a:before {
        content: "";
        display: block;
        background-image: url(/css/bg/cookie.svg);
        width: 28px;
        height: 28px;
        background-repeat: no-repeat;
        position: relative;
        left: 8px;
        top: 8px;
        z-index: 2;
    }

    .custom-cookie-settings a:after {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background-color: #005444;
        border-radius: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        clip-path: circle(25% at 75% 25%);
        -webkit-clip-path: circle(25% at 75% 25%);
        -webkit-transition: opacity .2s ease .2s,visibility .2s ease .2s,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98);
        transition: opacity .2s ease .2s,visibility .2s ease .2s,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98);
        -o-transition: clip-path .4s cubic-bezier(.61,.04,0,.98),opacity .2s ease .2s,visibility .2s ease .2s;
        transition: clip-path .4s cubic-bezier(.61,.04,0,.98),opacity .2s ease .2s,visibility .2s ease .2s;
        transition: clip-path .4s cubic-bezier(.61,.04,0,.98),opacity .2s ease .2s,visibility .2s ease .2s,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98);
    }


.accordion-element {
    margin-bottom: 15px;
    cursor: pointer;
    float: left;
    width: 100%;
}

.accordion-left {
    float: left;
}

.accordion-right {
    float: right;
}

    .accordion-right .enabled {
        line-height: 3.5rem;
    }

.rule-arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: left;
    margin-right: 10px;
    margin-top: 13px;
}

.active .rule-arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
}

.accordion-more {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    float: left;
    width: 100%;
}

.white-popup h3 {
    font-family: TTSupermolotNeue,sans-serif;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 20px;
}

.accordion-more a {
    font-size: 1.2rem;
}

.accordion-header {
    position: relative;
    background: #f2f2f2;
    border-radius: 4px;
    min-height: 3.5rem;
    width: 100%;
    line-height: 3.5rem;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 27px;
    margin-bottom: 0;
    margin-left: 15px;
    top: 5px;
}

.mfp-content .accordion {
    padding-top: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
#cookie-law-settings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    #cookie-law-settings .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

#cookie-law-settings input:checked + .slider {
    background-color: #2196F3;
}

#cookie-law-settings input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

#cookie-law-settings input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.cookies-table {
    width: 100%;
}

    .cookies-table td, .cookies-table th {
        padding: 5px;
        border: 1px solid #ddd;
    }

/* Rounded sliders */
#cookie-law-settings .slider.round {
    border-radius: 34px;
}

    #cookie-law-settings .slider.round:before {
        border-radius: 50%;
    }

/* mobile table */
@media screen and (max-width: 740px) {
    table.cookies-table thead {
        display: none;
    }

    table.cookies-table td {
        display: flex;
    }

        table.cookies-table td::before {
            content: attr(label);
            font-weight: bold;
            width: 120px;
            min-width: 120px;
        }

    #cookie-law-info {
        padding: 15px;
    }
}


.link-left{
    color:#000000;
}