/* GDPR Cookie dialog */
.gdprContainer {
    position: fixed;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gdprcookie {
    position: fixed;
    color: white;
    font-size: 10px;
    line-height: 1.5em;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
    background: #40B38B;
    z-index: 10000;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-45%); */
    /* -webkit-box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.75);
    /* box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.75); */
    font-family: 'AkkuratRegular';
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 13px;
    font-family: arial;
    font-weight: normal;
    margin-top: 10px;
    display: none;
    margin-bottom: .5rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie p {
    font-size: 14px;
}
.gdprcookie a {
    text-decoration: underline;
    color: inherit;
    border: 0;
}
.gdprcookie .gdprcookie-intro{width: 70%;float: left;}
.gdprcookie .gdprcookie-types{width: 70%;float: left;}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: right;
    width: 30%;
    float: right;
    position: absolute;
    min-width: 300px;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
}
.gdprcookie-buttons button {
    color: black;
    font-family: inherit;
    font-size: 1.5em;
    padding: .4rem 1.5rem;
    /* border-radius: .15rem; */
    margin: 0 .5rem;
    cursor: pointer;
    width: auto;
    border: 0;
    font-weight: 600;
    background: white;
}
.gdprcookie-buttons button.manage {
   background: #a9a9a9;
   color: black;
   width: auto;
   display: none;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
    /* background: #2d8ea6; */
}


/* GDPR Cookie types */

.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;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}