.cookiebanner {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
	min-height: 24px;
	text-align: center;
	background-color:#959595;
	display:none;
	padding-top: 5px;
	z-index: 9999;
}

.cookiebanner .cmsLink {
	color: #FFFFFF;
	text-decoration: underline;
}

.cookiebanner_closecontainer {
	display: inline-block;
	margin: 5px 0 3px 0;
}

.cookiebanner .closer {
	background-position: -96px -128px;
	position: absolute;
	height: 16px;
    width: 16px;
	cursor: pointer;
	display: block;
	margin-bottom: -3px;
	margin-right: 5px;
	top: 5px;
	right: 5px;
}

.cookiebanner.layout1 {
	width: 993px;
}

.cookiebannertext {
	margin: 0 auto;
	width: 95%;
	padding: 0 0 5px 0;
}

.cookiebanner_closetext {
	background-color: #4d4d4d;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 6px;
	margin-left: 5px;
}


@media screen and (max-width:974px){

	.cookiebannertext {
		width: 90%;
	}

	.cookiebanner_closecontainer {
		display: block;
		margin: 15px 0 10px 0;
	}


}

@media screen and (max-width:478px){

	.cookiebannertext {
		width: 85%;
	}



}

@media mobile and (orientation: landscape) {

	.cookiebannertext {
		font-size: 8px;
	}

}
