#cookie-banner-icon {
	width: 26px; 
	height: 26px;
	z-index: 999;
	right:15px; 
	bottom:15px; 
	position:fixed
}

#cookie-banner-icon img {
	vertical-align: super;
}

#cookie-note {
	z-index: 100002; 
	max-width: 450px;
	line-height: 1.5em;
	display: none;
	width:98%;
	margin:1%; 
	position: fixed; 
	bottom: 26px; 
	right: 0;
	background-color: #ffffff;
	padding: 20px 20px;
	font-size: 0.75em;
	letter-spacing: .02em;
	border: 1px solid #000000;
	max-height: calc(100vh - 2% - 52px + 2px);
	overflow-x: hidden;
	overflow-y: auto;
}


#cookie-note .uk-list,
#cookie-note .uk-list li {
	list-style: none;
	margin: 0;
}

#cookie-note ul,
#cookie-note li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cookie-note a {
	color: #ac0c33;
}

#cookie-note a:hover {
	color: #ac0c33cc;
	text-decoration: none;
}


#cookie-note .uk-list-divider>:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

#cookie-note .uk-h6 {
	font-size: 1.2em;
	font-weight: bold !important;
}

#cookie-note .uk-h7 strong {
	font-size: 1.1em;
	font-weight: bold !important;
	margin-top: 0.33em;
	display: block;
}

#cookie-note .uk-h8 {
	font-weight: bold !important;
}


#cookie-note .uk-accordion-title-cat,
#cookie-note .uk-accordion-title-cookie  {
	display: inline-block;
}

#cookie-note .font-bold {
	font-weight: bold;
}

.uk-button {
    background-color: #000000;
    padding: 0px 25px 0px 25px!important;
    display: flex;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: 0px solid transparent;
    color: #ffffff;
}

.uk-button:hover {
    background-color: rgba(210, 28, 26,1);
}

#cookie-settings-popup {
}


.uk-accordion-title-cat,
.uk-accordion-title-cookie {
	cursor: pointer;
}

.uk-accordion-title-cat:hover,
.uk-accordion-title-cookie:hover {
	color: rgb(210, 28, 26);
}


.uk-accordion-content {
	display: none;
}