@charset "UTF-8";

/* CSS Document */


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* COOKIE BANNER */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.cookie_banner_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 10px 0px;
	width: 100%;
	min-height: 27px;
	z-index: 5004;
	text-align: center;
	background-color: #ff802f;
	position: fixed;
	top: 0;
}

.cookie_banner {
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
	width: calc(100% - 30px);
	max-width: 1300px;
}

.cookie_banner_txt_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: calc(100% - 60px);
	float: left;
}

.cookie_banner_txt_box p, .cookie_banner_txt_p1 {
	margin: 5px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	font-family: avn700, "Avenir LT Std", "Avenir LT Std 85 Heavy", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

.cookie_banner_txt_box p a:link, .cookie_banner_txt_p1 a:link {
	color: #ffffff;
	text-decoration: underline;
}

.cookie_banner_txt_box p a:visited, .cookie_banner_txt_p1 a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.cookie_banner_txt_box p a:hover, .cookie_banner_txt_p1 a:hover {
	color: #333333;
	text-decoration: underline;
}

.cookie_banner_txt_box p a:visited, .cookie_banner_txt_p1 a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.cookie_banner_cancel_button {
	position: absolute;
	top: 7px;
}

.cookie_banner_cancel_button:before {
	content: '';
	height: 30px;
	border-left: 6px solid #ffffff;
	position: absolute;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -15px;
}

.cookie_banner_cancel_button:after {
	content: '';
	height: 30px;
	border-left: 6px solid #ffffff;
	position: absolute;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -15px;
}

.cookie_banner_cancel_button:hover:before {
	border-left: 5px solid #000000;
}

.cookie_banner_cancel_button:hover:after {
	border-left: 5px solid #000000;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.cookie_banner_cancel_button {
	position: absolute;
	top: 10px;
}

.cookie_banner_cancel_button:before {
	height: 40px;
	right: -14px;
}

.cookie_banner_cancel_button:after {
	height: 40px;
	right: -14px;
}
}
