.waconcookiemanagement {
	display: none;
	font-family: Helvetica, sans-serif;
	z-index: 1031;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.5);
	font-weight: 300;
}

.cookie-set {
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-image: url('../elements/information.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  	display:none;
}

.footer > div:last-child .cookie-set {
	display: block;
}

#CookieBox {
	z-index: 201;
	position: fixed;
	top: initial;
	left: initial;
	width: 25vw;
	max-width: 100%;
	max-height: 80%;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	padding: 70px 20px 20px;
	border-radius: 0;
	right: 5vw;
	bottom: 5vw;
}
#CookieBox h2 {
	text-align: left;
	font-weight: 600;
	font-size: 1.6rem;
	width: 80%;
	margin: 0.5rem auto;
}
#CookieBox .cookieclose {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 0px;
	border: 0;
	background: #0085CA;
	padding: 2px 9px;
	font-family: Verdana, sans-serif;
	font-size: 26px;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 35px;
	width: 35px;
	background-image: url('../elements/close-button.svg');
	/* background: 80%; */
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}

#CookieBox p, #CookieBox h1, #CookieBox h2, #CookieBox h3 {
	color: #333;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}
#CookieBox .cookie-info td, #CookieBox2 .cookie-infolist td {
	word-break: break-word;
}
#CookieBox .intro p {
	width: 80%;
}
#CookieBox .cookie-btn {
	display: inline-block;
	font-family: inherit;
	font-size: 1.1rem;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
	background: #0085CA;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	margin: 10px auto;
}
#CookieBox .cookie-management, #CookieBox .cookie-refuse {
	margin: 10px auto;
	width: 65%;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	padding: 5px;
	background-color: #ccc;
}
#CookieBox .cookie-fix .cookieback, #CookieBox .cookie-fix .cookie-refuse {
	display: block;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	padding: 5px 20px;
	background-color: #ccc;
	white-space: nowrap;
	width: auto;
}
#CookieBox .intro .cookie-legal {
	margin-top: 50px;
	width: 100%;
	text-align: center !important;
}
#CookieBox .cookie-legal a {
	display: inline-block;
	padding: 0;
	font-size: .9rem;
	margin-right: 5px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
@media only screen and (max-width: 1199px) {
#CookieBox {
	width: 100%;
	max-width: 50%;
	padding: 60px 10px 10px;
    min-height: 55%;
}
#CookieBox h2 {
	text-align: left;
	font-weight: 600;
	font-size: 1.6rem;
	width: 85%;
	margin: 0.5rem auto;
}
#CookieBox .intro p {
	width: 85%;
}  
#CookieBox .box-cookie-management-in > p {
	width: 85%;
}  
}  
@media only screen and (max-width: 991px) {
#CookieBox {
	left: initial;
	width: 100%;
	top: initial;
    max-width: 60%;
	max-height: 90%;
	min-height: 50%;
}  
#CookieBox .cookie-fix .cookieback, #CookieBox .cookie-fix .cookie-refuse {
	display: block;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	padding: 5px 20px;
	background-color: #ccc;
	white-space: nowrap;
	width: auto;
}  
#CookieBox h2 {
	text-align: left;
	font-weight: 600;
	font-size: 1.6rem;
	width: 80%;
	margin: 0.5rem auto;
}
#CookieBox .intro p {
	width: 80%;
}  
#CookieBox .cookie-btn {
	display: inline-block;
	font-family: inherit;
	font-size: 1.1rem;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
	background: #0085CA;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	margin: 15px auto;
	width: 100%;
}  
}  
@media only screen and (max-width: 767px) {
#CookieBox {
	left: initial;
	width: 100%;
	top: initial;
	max-width: 90%;
	max-height: 90%;
	min-height: 50%;
}
#CookieBox .intro p {
	width: 90%;
	font-size: 1rem;
}
#CookieBox h2 {
	text-align: left;
	font-weight: 600;
	font-size: 1.2rem;
	width: 90%;
	margin: 0.5rem auto;
}  
#CookieBox .cookie-btn {
	display: inline-block;
	font-family: inherit;
	font-size: 1.1rem;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
	background: #0085CA;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	margin: 5px auto;
	width: 100%;
}
#CookieBox .box-cookie-management-in > p {
	width: 90%;
}  
#CookieBox .cookie-fix .cookie-save {
	float: left;
	margin-left: 0px;
	width: 100%;
}  
#CookieBox .cookie-fix .cookieback, #CookieBox .cookie-fix .cookie-refuse {
	display: block;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	padding: 5px 20px;
	background-color: #ccc;
	white-space: nowrap;
	width: auto;
	font-size: 0.8rem;
}
#CookieBox .category {
	background: #eeeeee;
	padding: 10px;
	margin: 5px;
}  
#CookieBox .cookie-fix .text-back-right {
	width: 100%;
}  
#CookieBox .cookie-fix .text-back-right {
	float: right;
	margin-right: 0;
} 
#CookieBox .cookie-fix .cookie-legal {
	clear: both;
	text-align: center !important;
}  
}