                                                           /* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #fff;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 400px;
    padding: 1.6rem 2rem;
    background: rgba(0,0,0,0.9);
    z-index: 999;
}
.gdprcookie h1 {margin-top: 0}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 17px;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.7;
        color: #fff;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: #fff !important;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem .7rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie p {
   line-height: 1.6;
        font-size: 13px;
    margin-bottom: 1.5rem;
}

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.gdprcookie-types label {
display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: -13px;
    font-weight: bold;
    position: relative;
    top: -5px;
        width: auto;
    float: none; 
    padding: 0;
    font-size: 12px;
    color: #fff;
    }

.gdprcookie-types input[type=checkbox] {
    zoom: 1.5;
    -moz-transform: scale(1.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
    margin-right: .35rem;
    width: auto !important;
}

.cc_banner-wrapper {display: none !important}

    .gdprcookie {max-width: 760px;}
    .description {margin-bottom: 7px;}
    .gdprcookie-types li {width: 100%;}
    .cross {width: 30px; height: 30px; color: #fff; position: absolute; top: 0; right: 0; font-size: 30px; text-align: center; padding: 5px; cursor: pointer;}
    .cross::before {content: "\00D7"; position: absolute; left: 0; right: 0;}
    .minimize {width: 30px; height: 30px; color: #fff; position: absolute; top: 0; right: 30px; font-size: 30px; text-align: center; padding: 5px; cursor: pointer; display: none}
    .minimize::before {content: "_"; position: absolute; left: 0; right: 0;}