#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 .hidden {
	display: unset !important;
	visibility: unset !important;
}

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

#cookie-note p {
	font-size: 16px !important;
}


#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: #ffffff;
}

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


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

#cookie-note .uk-h6 {
	font-size: 22px;
	font-weight: 600 !important;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: 'DINPro-Medium', sans-serif;
}

#cookie-note .uk-h6.uk-text-small {
	font-size: 20px;
}

#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: #ed1c24;
	padding: 12px 14px !important;
	text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: 0px solid transparent;
    color: #ffffff;
	font-family: 'DINPro-Medium', sans-serif;
}

.uk-button:hover {
	background-color: #e60a0a;
}

#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;
}