.footer .cookie-set {
	text-transform: lowercase;
	width: 30px;
	height: 30px;
	align-content: center;
	margin: 0;
	text-align: center;
	display: block;
	border: 2px solid;
	border-radius: 50%;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	font-weight: 600;
	color: #fff;
  background-color: rgba(0,0,0,0.1);
	z-index: 50;
}
.waconcookiemanagement {
	display: none;
	font-family: 'Poppins', 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;
} */
#CookieBox {
	z-index: 201;
	position: fixed;
	top: initial;
	left: initial;
	width: 30vw;
	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: transparent;
	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 .cookieclose  {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
#CookieBox .cookieclose:hover {
  opacity: 1;
}
#CookieBox .cookieclose:before, #CookieBox .cookieclose:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
#CookieBox .cookieclose:before {
  transform: rotate(45deg);
}
#CookieBox .cookieclose:after {
  transform: rotate(-45deg);
}

#CookieBox .h2 {
	margin: 0.5rem auto;
	width: 80%;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
#CookieBox p, #CookieBox h1, #CookieBox h2, #CookieBox h3 {
	color: #181d1f;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}
#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: #181d1f;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	margin: 10px auto;
}
#CookieBox .cookie-management, #CookieBox .cookie-refuse {
    margin: 10px auto;
    width:100%;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    padding: 5px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
}
#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  a.cookie-accept {
    padding: 10px 50px;
	width:100%;
}
#CookieBox .cookie-legal a {
	display: inline-block;
	padding: 0;
	font-size: .9rem;
	margin-right: 5px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.wcmcont {
	position:relative;
}
.wcmcont .cookie-set.script {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	z-index:2;
}
.wcmcont .cookie-set.script.cookietext {
	position: absolute;
}
.wcmcont .cookie-set.script.cookietext p {
	font-size: 1rem;
}
.wcmcont .image {
	margin-bottom: 0;
}
#CookieBox tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	display: flex;
	flex-direction: column;
}
#CookieBox .cookie-info td, #CookieBox2 .cookie-infolist td {
	padding: 3px 10px 3px 0;
	border-top: #eeee solid 1px;
	width: 100%;
	color: #000;
}

@media only screen and (max-width: 1399px) {
#CookieBox {
	width: 40vw;
}
}

@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: #181d1f;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	margin: 15px auto;
	width: 100%;
}  
#CookieBox  a.cookie-accept {
	width:80%;
}	
#CookieBox .cookie-management, #CookieBox .cookie-refuse {
    width: 80%;
}	
}  
@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: #181d1f;
	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;
}  
#CookieBox  a.cookie-accept {
	width:100%;
}	
#CookieBox .cookie-management, #CookieBox .cookie-refuse {
    width: 100%;
}		
}
@media only screen and (min-width: 2000px) {
.footer .cookie-set {
	right: calc(50% - 970px);
}
#CookieBox {
	top: initial;
	left: calc(50% + 22.5rem );
	width: 35rem;

}
body {
	background-color: #333;
}  
}