/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
	font-size: 16px;
	line-height: 21px;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 450px;
    padding: 1.5rem;
    background: #386DAE;
	font-family: 'open_sanscondensed_light';
}


.cookie-btn-toggle {
	text-align: center;
	margin-top: 50px;
}

.gdprcookie a {
	font-weight: 700;
}

.gdprcookie a:hover, .gdprcookie a:focus {
	color:#fff;
	text-decoration:underline;
}

.gdprcookie h1 {
    font-size: 16px;
    margin-bottom: .5rem;
	text-align:left;
	font-family: 'open_sansbold';
	font-weight: bold;
	margin-top: 5px;
}
.gdprcookie h2 {
    font-size: 14px;
	margin-bottom: .5rem;
	text-align:left;
	font-family: 'open_sansbold';
	font-weight: bold;
}
.gdprcookie a {
    color: inherit;
}

.gdprcookie p {
	margin: 20px 0px;	
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    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-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}

.gdprcookie-types ul label {
	font-size: 16px;
	font-weight:normal;	
}


.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}