#gshcookie {
	background: #f19106;
	bottom: 0; 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.5);
	color: #FFF;
	font-size: 14px;
	font-family: verdana;
	left: 0; 
	padding: 20px; 
	position: fixed; 
	right: 0; 
}

#gshcookie a.button {
	background: #FC0;
	cursor: pointer;
	color: #333;
	padding: 8px 20px;
	margin-left: 1rem;
	border-radius: 5px;
	font-weight: bold;
	float: right;
}

#gshcookie a.button:hover {
	background-color: #FFF;
}

#gshcookie p.cookiemsg {
	display: block; 
	padding: 0; 
	margin: 0;
}

/** Klaro */
.klaro .cookie-modal .cm-modal.cm-klaro{
    font-size: 14px;
}

.klaro .cookie-modal .cm-btn{
    padding: .5rem 1rem !important;
    height: auto !important;
}

#klaro{
    font-family: verdana;
    /* display: none !important; */
}

.klaro .cookie-modal .cm-list-label .slider{
    background-color: #919191 !important;
}

.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider{
    background-color: #1a936f !important;
}

#btn-show-klaro{
    background-image: url('../img/fingerprint.svg');
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f19106;
    border-radius: .5rem;
    cursor: pointer;
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    width: auto;
    min-width: 2.5rem;
    height: 2.5rem;
}

.klaro .cookie-modal .cm-modal.cm-klaro{
    background-color: #f1f1f1 !important;
    color: #333 !important;
}

.klaro .cookie-modal h1,
.klaro .cookie-modal p,
.klaro .cookie-modal li{
    color: #333 !important;
}

.klaro .cookie-modal .cm-modal .hide svg{
    stroke: #333 !important;
}