:root {
    --purple: #222;
    --red: #00837A;
}

.highlight {
    background: rgba(255,215,0,0.115);
}
#gdpr-cookie-message label {
    display: inline-block;
    max-width: 100%;
	color:white;
	font-family: Arial, sans-serif;
	font-weight:normal;
}
code {
    color: var(--red);
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 20px;
    bottom: 60px;
    max-width: 345px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 20px;
    font-family: Arial, sans-serif;
	z-index:1000;
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 0px;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
	padding-left:0px;
	margin-left:0px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 100%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease-in;
	font-weight: bold;
}
#gdpr-cookie-message a:hover {
    color: white;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
/* GDPR Cookie dialog */

.gdprcookie-intro h1{float:left;}
.gdprcookie-intro h2{float:right; cursor:pointer;}
.gdprcookie-intro p{clear:both; }

.gdprcookie {
    position: fixed;
    color: white;
    font-size: 15px;
    right: 0rem;
    bottom: 0rem;
    max-width: 24em;
    padding: 15px;
    background-color: #e7382d;
	border-radius: 4px 0  0 0;
	z-index:500;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 16px;
    margin-bottom: 10px;
	color:#FFFFFF;
	text-transform: uppercase;
font-weight: 700;

}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
	color:#FFFFFF;
	text-transform: uppercase;
font-weight: 700;
}
.gdprcookie p {
    color: #FFFFFF;
	margin-bottom:15px;
}

.gdprcookie label{
    margin-bottom:0;
	width:auto;
}
	
/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: #333;
	text-transform:uppercase;
	cursor:pointer;
	margin:0 5px;
	height:36px;
	padding:0 18px;
	background-color:#FFF;
	border-radius: 18px;
border:0;	
}
.gdprcookie-buttons button:disabled {
    color: #A7A7A9;
}


/* 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: 100%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: 10px;
}