#cookieLegislationBadge {
	position: fixed;
	left: 1rem;
	right: auto;
	bottom: 0;
	font-family: arial;
	color: #fff;
	cursor: pointer;
	z-index: 9999;
	background-color: #333;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	transition: all .2s ease;
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
}

#cookieLegislationBadge:hover {
	background-color: #fff;
	color: #393939;
	border-color: #393939;
}

#cookieLegislationInfo {
	width: 100%;
	background-color: rgba(0, 0, 0, .85);
	color: #fff;
	font-size: inherit;
	position: fixed;
	font-family: arial;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	z-index: 9999;
}

#cookieLegislationInfo .cookieInfoWrapper {
	max-width: inherit;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	z-index: 0;
	width: 100%;
	padding: .8rem;
	margin-right: auto;
	margin-left: auto;
}

#cookieLegislationInfo .cookieTxt {
	height: auto;
	display: flex;
	justify-content: center; 
	margin-right: 1rem;
	align-items: center;
	font-weight: bold;
}

#cookieLegislationInfo .cookieAccept,
#cookieLegislationInfo .cookieDecline {
	display: flex;
	justify-content: center; 
	align-items: center; 
	padding: .5rem 1rem;
	margin: .5rem !important; 
	transition: all .2s ease;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	color: #2f2f2f;
	border: 1px solid transparent;
}

#cookieLegislationInfo .cookieAccept {
	background-color: green;
	color: #fff;
}

#cookieLegislationInfo .cookieDecline {
	background-color: red;
	color: #fff;
}

#cookieLegislationInfo .cookieMoreInfo {
	cursor: pointer;
	text-align: center;
	margin: 10px 10px 10px 0;
	padding: 2px 12px;
	background-color: transparent;
	border: 1px solid transparent;
	border-color: #a2a2a2;
	transition: all .15s ease-in-out;
}

#cookieLegislationInfo .cookieMoreInfo:hover {
	border-color: transparent;
}

#cookieLegislationInfo .cookieMoreInfo, 
#cookieLegislationInfo .cookieAccept, 
#cookieLegislationInfo .cookieDecline {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	padding: .75rem 1rem;
	margin: .5rem; 
	transition: all .2s ease;
}

#cookieLegislationBadge:hover, 
#cookieLegislationInfo .cookieMoreInfo:hover, 
#cookieLegislationInfo .cookieAccept:hover, 
#cookieLegislationInfo .cookieDecline:hover {
	background-color: #eee;
	color: #393939;
}

#cookieLegislationInfo .cookieClose {
	z-index: 1;
	display: flex;
	position: absolute;
	top: 2rem;
	bottom: 1rem;
	left: auto;
	right: 1rem;
	margin: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url(../../images/cookieScript/closeButton.png);
	background-repeat: no-repeat;
}

@media (width < 62em), (max-width: 991.98px) {
    #cookieLegislationBadge {margin-bottom: 0 !important; left: 0 !important; right: auto !important; border-radius: 0 !important; font-size: .75rem !important;}
    #cookieLegislationInfo .cookieInfoWrapper {flex-direction: column; padding-bottom: .5rem;}
    #cookieLegislationInfo .cookieTxt {width: 100%; padding: 1rem !important;  margin: 0;}
    #cookieLegislationInfo .cookieClose {bottom: auto; top: 1rem; right: .5rem !important;}
}

/* Overlay for blocked items */
.cookieScriptBlockedContent,.cookieScriptBlockedContentByScript {
	background-image: url( ../../images/cookieScript/contentBlocked.jpg );
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	min-width: 200px;
	min-height: 200px;
	max-width:100%;
}
.cookieScriptBlockedContentByScript {width:100%;}
.cookieScriptBlockedContent iframe {
	visibility: hidden;
}

/*cookieblock different images*/
.cookieScriptBlockedContent.youtubeCookieClass,.cookieScriptBlockedContentByScript.youtubeCookieClass {
	background-image: url( ../../images/cookieScript/cookies-blocked_youtube.png );
}
.cookieScriptBlockedContent.facebookCookieClass,.cookieScriptBlockedContentByScript.facebookCookieClass {
	background-image: url( ../../images/cookieScript/cookies-blocked_facebook.png );
}
.cookieScriptBlockedContent.googleCookieClass,.cookieScriptBlockedContentByScript.googleCookieClass {
	background-image: url( ../../images/cookieScript/cookies-blocked_googlemaps.png );
}

.cookieScriptBlockedContent > div { visibility:hidden;}