.cookieBannerContainer {
	position: fixed;
	z-index: 999;
	height: 40px;
	padding: 10px 20px; 
	background-color: #ededed;
	width: 100%;
	max-height: 80px;
	left: 0px;
	top: 0px;
	color: #222 ;
	text-align: center;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.cookieBannerContainer .cookieBannerWrap {}
.cookieBannerContainer .cookieBannerWrap .cookieBannerContent {}
.cookieBannerContent .cookieBannerText {
	font-size: 12px;
	display: inline-block;
}
.cookieBannerContent .cookieBannerAction {
	display: inline-block;
	font-size: 12px;
	padding-left: 5px;
}
.cookieBannerContent .cookieBannerAction .cookieBannerLink {}
.cookieBannerContent .cookieBannerAction .cookieBannerLink.cookieBannerMoreInfoButton { 
	color: #222 ;
	font-style: italic;
}
.cookieBannerContent .cookieBannerAction .cookieBannerLink.cookieBannerAcceptButton {
	line-height: 20px;
	display: inline-block;
	background-color: #FFF;
	color: #222 !important ;
	padding: 0px 10px;
	margin-left: 10px;
	cursor: pointer;
	text-transform: uppercase;
	}
body.showCookieBanner {
	padding-top: 40px;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
body.showCookieBanner header.scrolled .navigation {
	top: 40px !important;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

body:not(.showCookieBanner) .cookieBannerContainer{
	max-height: 0px;
	overflow: hidden;
	padding: 00px 00px; 
}

@media screen and (max-width: 1180px) {
	.cookieBannerContainer {
		height: 80px;
	}
	body.showCookieBanner header.scrolled .navigation {
		top: 80px !important;
	}
	body.showCookieBanner {
		padding-top: 80px;
	}
	body.showCookieBanner header .inner-container{
		top: 80px;
	}
	body.showCookieBanner header .header-logo {
		top: 15px;
	}
	body.showCookieBanner header .header-logo .mobile-logo {
		margin-top: 85px;
	}
	.cookieBannerContent .cookieBannerAction {
		padding-top: 6px;
		display: inline-block;
	}

}