.clearfix {
	clear: both;
}

.eupopup-bg-container{
	position: fixed;
	display: block;
	bottom: 0;
	z-index: 9999998;
	background: rgba(0, 0, 0, 0.6);
}

.more-info-cookie-content{
	text-align: left;
	display: none;
}

.more-info-cookie-content h1{
	margin: 1rem 0 2rem 0 !important;
	font-size: 2.5rem !important;
	font-family: "Asap Condensed";
    font-weight: bold;
    text-transform: uppercase;
    line-height: initial;
    text-align: center;
}

.eupopup-container {
	background-color: white;
	color: black;
	padding: 10px 0px 10px 0px;
	/*font-size: 12px;*/
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
	border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    max-width: 1020px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow-y: auto;
    max-height: 70%;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}
/*
.eupopup-container-bottom {
	position: fixed;
	top: 45%;
	left: 0;
	right: 0;
}
*/
.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 10px;
    line-height: normal;
    color: #ffffff;
    position: absolute;
    top: -12px;
    right: 4px;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
    font-size: 1.2rem;
    padding: 15px 15px 5px 15px;
    color: #000;
    line-height: initial;
}

.eupopup-body {
    font-size: 1rem;
	color: #585858;
	line-height: initial;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-buttons a {
	font-size: 1.4rem;
    padding: 2px 15px;
    margin: 12px 5px;
    color: white;
    text-decoration: none !important;
}

.eupopup-button_1 {
	/*color: #f6a21d;*/
	font-weight: bold;
	/*font-size: 14px;*/
}

.eupopup-button_2 {
	/*color: #f6a21d;*/
	font-weight: normal;
	/*font-size: 12px;*/
}

.eupopup-button {
	margin: 0 10px;
}

/*.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}*/

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}