/* DOCUMENT INFORMATION
    - Document: Stylesheet for WACON COOKIE CONSENT BOX
    - Version:  1.1.4
    - Client:   WACON Internet GmbH
    - Author:   Kerstin Schmitt / Oliver Best
*/

.waconcookiemanagement {
    display: none;
    /*
    font-family: Helvetica, sans-serif;
    */
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.cookie-info p {
    padding:0 !important;
}
.cookie-set.script img {
    filter: grayscale(100%) blur(10px) brightness(160%) saturate(0%) contrast(120%);
    -webkit-filter: grayscale(100%) blur(10px) brightness(160%) saturate(0%) contrast(120%);
    -moz-filter: grayscale(100%) blur(10px) brightness(160%) saturate(0%) contrast(120%);
}

#CookieBox p,
#CookieBox h1,
#CookieBox h2,
#CookieBox h3 {
    color: #333333;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

#CookieBox a {
    color: #333333;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
}

#CookieBox {
    z-index: 201;
    position: fixed;
    top: 20%;
    left: 20%;
    width: 60%;
    max-width: 1000px;
    max-height: 80%;
    overflow: auto;
    background: #fff;
    padding: 70px 20px 20px;
    border-radius: 0px;
    margin: auto;
    right: 20%;
}

#CookieBox h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

#CookieBox ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#CookieBox p {
    font-size: 1rem;
    margin: 0 auto 10px;
}

#CookieBox .cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    padding: .5em 1em;
    text-decoration: none;


    color: #fff;
    background-color: var(--orange);
    border-color:var(--orange);


    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 15px auto;
}

#CookieBox .cookie-btn:hover {
    color: white;
    text-decoration: none;
}

#CookieBox .cookie-accept {
    text-align: center;
    cursor: pointer;
}

/*
#CookieBox .cookie-accept a {
    padding:10px 50px;
}
*/

#CookieBox .cookieclosexxx {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 4px;
    border: 1px solid #333;
    background: #333;
    padding: 2px 9px;
    font-family: Verdana, sans-serif;
    font-size: 26px;
    color: #fff;
}


#CookieBox .cookieclose {
cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 0;
    border: 1px solid #333;
    background: #333;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 0;
    color: #fff;
    width: 30px !important;
    height: 35px !important;
    border:none !important;
    background: none !important;

}



#CookieBox .cookieclose:before {
    transform: rotate(45deg);
}

#CookieBox .cookieclose:after {
    transform: rotate(-45deg);
}

#CookieBox .cookieclose:before,
#CookieBox .cookieclose:after {
    position: absolute;
    right: 30px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #5d5d5d;
    top: 0.5rem;
    right: 1rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}










#CookieBox .intro p {
    width: 80%;
}

#CookieBox .cookie-management,
#CookieBox .cookie-refuse {
    margin: 10px auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;

    background-color: #fff;

}

#CookieBox .text-center {
    text-align: center;
}

#CookieBox .text-right,
#CookieBox .text-back-right {
    text-align: right;
}

#CookieBox .text-back-right a {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
    color: #333333;
    text-decoration: none;
}

#CookieBox .cookieback {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #eeeeee;
}

#CookieBox .cookie-on,
#CookieBox .cookie-off {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

#CookieBox .cookie-on {
    display: none;
}

#CookieBox .intro .cookie-legal {
    margin-top: 50px;
    width: 100%;
}

#CookieBox .cookie-legal a {
    display: inline-block;
    padding: 0;
    font-size: 1rem;
    margin-right: 30px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#CookieBox .cookie-legal a:hover {
    color: var(--orange) !important;
}

#CookieBox .info-text {
    display: none;

}

#CookieBox .info-show {
    cursor: pointer;
}

#CookieBox .info-hide {
    cursor: pointer;
}


#CookieBox .category {
    background: #eeeeee;
    padding: 10px;
    margin: 25px 30px;
}

#CookieBox .category h3 {
    margin-top: 0;
    font-size: 1.25rem;
}



#CookieBox .cookie-info {
    background: #fff;
    padding: 10px;
    overflow-x: auto;
}

#CookieBox .cookie-info table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    overflow-x: auto;
}

#CookieBox .cookie-info td {
    padding: 3px 10px 3px 0;
    border-top: #eeeeee solid 1px;
}

#CookieBox .cookie-info td:nth-last-child(even) {
    width: 30%;
}

#CookieBox .cookie-info p {
    margin-top: 0;
}

#CookieBox .box-cookie-management {
    display: none;
    overflow: auto;
}

#CookieBox .box-cookie-management-in>p {
    width: 94%;
}

#CookieBox .deactivated,
#CookieBox .activated {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #ccc;
    display: inline-block;
}

#CookieBox .activated {
    background: #8dc63f;
}

#CookieBox .off,
#CookieBox .on {
    cursor: pointer;
    display: block;
    float: left;
    background: #fff;
    width: 16px;
    margin: 2px;
    height: 16px;
    border-radius: 8px;
}

#CookieBox .on {
    float: right;
}

#CookieBox .arrow {
    border: .5rem solid #333;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0px 10px;
    display: inline-block;
}

#CookieBox .arrow.down {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-bottom: -5px;
}

#CookieBox .arrow.up {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    margin-top: -5px;
}

/* CookieFix unterer Bereich mit Buttons */
#CookieBox .cookie-fix {
    display: none;
    overflow: auto;
    padding: 20px 0 0 0;
}

#CookieBox .cookie-fix .cookie-save {
    float: left;
    margin-left: 30px;
}

#CookieBox .cookie-fix .text-back-right {
    float: right;
    margin-right: 30px;
}

#CookieBox .cookie-fix .cookieback,
#CookieBox .cookie-fix .cookie-refuse {
    display: block;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #eeeeee;
    white-space: nowrap;
    width: auto;


    margin-bottom: 1em !important;

    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.5rem;
    text-decoration: none;
    color: #fff;
    background-color:var(--orange);
    border-color:var(--orange);
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    margin: 0px auto;
    min-width: 220px;
}


#CookieBox .cookie-fix .cookieback:hover,
#CookieBox .cookie-fix .cookie-refuse:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

#CookieBox .cookie-fix .cookie-legal {
    clear: both
}

.cookie-set.script {
    cursor: pointer;
    position: relative;
    min-height: 50px;
    background: #ffffff;
    text-align: center;
}

.cookie-set.script p {
    position: absolute;
    top: 45%;
    color: #333333;
    text-align: center;
    width: 100%;
}

.cookie-set {
    cursor: pointer
}


@media(max-width: 1000px) {
    #CookieBox {
        left: 6%;
        width: 88%;
        top: 5%;
        max-height: 90%;
        min-height: 90%;
    }
}

@media(max-width: 786px) {
    #CookieBox .cookie-fix .text-back-right {
        width: 87%;
    }

    #CookieBox .cookie-fix .cookie-save {
        float: none;
        margin-left: auto;
        margin-right: 30px;
        width: 87%;
        margin-bottom: 20px;
    }



}




.tx-wacon-cookie-management {
    position: fixed;
    bottom: 0;
    left: 1em;
    padding: 0.675em;
    background: #d4d4d4;
    z-index: 10000;
    border-radius: 0;
}

.waconcookiemanagement {
    display: none;
 
    font-size: 90%;
    z-index: 19000 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.waconcookiemanagement * {
    color: #333333;
}

.waconcookiemanagement b {
    font-weight: bold;
}

.waconcookiemanagement a:hover {
    color: #666666;
}


.tx-wacon-cookie-management table td {
    vertical-align: top;
    width: 30% !important;
}


.intro {
    padding: 0px;
}

.cookiemanagement {
    z-index: 2010000000000000000;
    position: fixed;
    top: 15%;
    left: 30%;
    width: 40%;
    max-width: 100%;
    max-height: 80%;
    overflow: hidden;
    background: #fff;
    padding: 0;
    border-radius: 4px;
}

.cookiemanagement h2 {
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    color: #545454;
}

.cookiemanagement ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.cookiemanagement li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 5px;
    border-bottom: 1px solid #333333;
    cursor: pointer;
}

.cookiemanagement li:last-child {
    border-right: 0px solid #333333;
}

.cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1.1em;
    font-weight: 600;
    padding: .5em 1em;
    text-decoration: none;
    transition: background-color .125s linear;
    background: #8dc63f;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.cookie-btn:hover {
    color: white;
    text-decoration: none;
}

.cookie-accept {
    text-align: center;
    cursor: pointer;
}

.cookie-set {
    cursor: pointer
}

.cookieclose {
    cursor: pointer;
    float: right;
    border-radius: 4px;
    /*
        border: 1px solid #333;
        background: #333;
        */
    padding: 4px 8px;
}

.cookieclose {
    font-family: Verdana, sans-serif;
    font-size: 26px;
    color: #fff;
}

.cookie-set.script {
    cursor: pointer;
    position: relative;
    min-height: 50px;
    background: #ffffff;
    text-align: center;
}

.cookie-set.script p {
    position: absolute;
    top: 45%;
    color: #333333;
    text-align: center;
    width: 100%;
}

.cookie-management {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    background-color: #ccc;
    margin: 1em auto;
}

.cookie-refuse {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    background-color: #ccc;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-back-right {
    text-align: right;
}

.text-back-right a {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
    color: #333333;
    text-decoration: none;
}

.text-back-right a:last-child {
    border-right: 0px solid #333333;
}

.cookieback {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #ccc;
}

.cookie-on {
    display: none;
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

.cookie-off {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

.cookie-legal a {
    display: inline-block;
    padding: 25px 0 0 0;
    margin-right: 15px;
    color: #333 !important;
    text-decoration: none;
    cursor: pointer;
}

.cookie-legal a:last-child {
    border-right: 0px solid #333333;
}

.info-text {
    display: none;
}

.info-show {
    cursor: pointer;
}

.info-hide {
    cursor: pointer;
}

.category {
    margin-bottom: 20px;
    background: #eeeeee;
    padding: 10px;
}

.category h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #545454;
}

.cookie-info {
    background: #fff;
    padding: 10px;
}

.cookie-info td {
    padding: 3px 10px 3px 0;
    border-top: #eeeeee solid 1px;
    width: 30%;
}

.cookie-info table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

.cookie-info p {
    margin-top: 0;
}

.box-cookie-management {
    display: none;
    overflow: auto;
    padding: 30px;
}

.box-cookie-management-in {
    margin-bottom: 0px;
    padding-top: 0px;
    box-shadow: inset 0px 0px 0px 0px #e5e7e9;
    border-radius: 3px;
}

.box-cookie-management-in p {
    padding-left: 10px;
    padding-right: 10px;
}

.deactivated {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #ccc;
    display: inline-block;
}

.off {
    cursor: pointer;
    display: block;
    float: left;
    background: #fff;
    width: 16px;
    margin: 2px;
    height: 16px;
    border-radius: 8px;
}

.activated {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #8dc63f;
    display: inline-block;
}

.on {
    cursor: pointer;
    display: block;
    float: right;
    background: #fff;
    width: 16px;
    margin: 2px;
    height: 16px;
    border-radius: 8px;
}

.arrow {


    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0px 10px;
    display: inline-block;
}

.arrow.down {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-bottom: -5px;
}

.arrow.up {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    margin-top: -5px;
}

.cookie-fix {
    display: none;
    padding: 30px;
    overflow: auto;
}

.cookie-fix .cookie-save {
    float: left;
}

.cookie-fix .text-back-right {
    float: right;
}

.cookie-fix .cookieback,
.cookie-fix .cookie-refuse {
    width: 100%;
}

.cookie-fix .cookie-legal {
    clear: both
}

@media(max-width: 1000px) {
    .cookiemanagement {
        left: 5%;
        width: 90%;
        top: 5%;
        max-height: 90%;
        min-height: 90%;
    }
}

.bg-transparent {
    background: transparent !important;
}

#CookieBox .cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.5rem;
    text-decoration: none;
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    margin: 0px auto;
    min-width: 100%;
    width: 100%;

}

#CookieBox .cookie-btn:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}


p.cookie-accept {

    padding: 0 5px 0 5px;
    margin-bottom: -4px;

}





@media(min-width:600px) {
    #CookieBox .cookie-btn {
        min-width: 300px;
    }
}



@media(max-width:769px) {

    #CookieBox .cookie-fix .cookie-save {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        margin-bottom: 18px !important;
    }

    .box-cookie-management {
        padding: 0;
    }

    #CookieBox .box-cookie-management-in>p {
        width: 93%;
    }


    #CookieBox .cookie-fix .text-back-right {
        width: 90%;
    }

    #CookieBox .cookie-fix .text-back-right {
        float: none;
        margin-right: auto;
    }



    .tx-wacon-cookie-management {
        position: fixed;
        bottom: 70px;
        left: 0;
        padding: 0.675em;
        background: #d4d4d4;
        z-index: 10000;
        border-radius: 0;
    }



}



@media(max-width:450px) {
    .cookie-save {
        width: 87%;
        margin-left: 35px;
        margin-bottom: 20px;
    }

    .box-cookie-management {
        padding: 0;
    }

    #CookieBox .intro p {
        width: 90%;
    }


}