/*consent_manager_frontend.css*/
 @keyframes fadeIn{
	0%{
		opacity:0
	}
	100%{
		opacity:1
	}
}
div.consent_manager-background{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.4);
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:1em;
	z-index:999999;
	height:100%;
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	animation:fadeIn 0.2s;
	outline:0
}
div.consent_manager-wrapper{
/*
	font-family:Verdana, Geneva, sans-serif;
	*/
	font-size:14px;
	line-height:1.5em;
	
	background:#fefefe;
	border:1px solid #cbcbcb;
	color:#444;
	position:relative;
	width:100%;
	max-width:65em;
	max-height:95vh;
	overflow-y:auto;
	box-sizing:border-box;
	animation:fadeIn 0.4s
}
div.consent_manager-wrapper-inner{
	padding:2em;
	position:relative
}
div.consent_manager-hidden{
	display:none
}
.consent_manager-close-box{
	position:absolute;
	cursor:pointer;
	right:1.5em;
	top:1em;
	display:block;
	border-radius:50% !important;
	border:solid 2px #666;
	width:30px;
	height:30px;
	line-height:28px;
	background-color:#666;
	color:#eee;
	font-family:Arial;
	font-size:18px;
	padding:0;
	margin:0;
	opacity:0.5;
	transition:0.3s ease all
}
.consent_manager-close-box:hover{
	border-color:#4d4d4d;
	background-color:#4d4d4d;
	color:white;
	opacity:1
}
div.consent_manager-wrapper .consent_manager-headline{
	/*margin:0 0 1em 0;*/
	margin:0 2em 1em 0;
	font-weight:bold;
	font-size:18px;
	color:#666
}
div.consent_manager-wrapper p.consent_manager-text{
	margin:0 0 1.5em 0
}
div.consent_manager-cookiegroups{
	margin:0 0 1.5em 0
}
div.consent_manager-cookiegroup-checkbox{
	margin-bottom:1.5em
}
div.consent_manager-cookiegroups label{
	position:relative;
	font-weight:bold;
	font-size:15px;
	color:#111;
	cursor:pointer
}
div.consent_manager-cookiegroups label>span{
	cursor:pointer
}
div.consent_manager-cookiegroups label>input[type="checkbox"]{
	filter:grayscale(1);
	filter:hue-rotate(275deg);
	transform:scale(1.6);
	margin:0 0.7em 0 0.2em;
	cursor:pointer
}
.consent_manager-wrapper input[type="checkbox"]:disabled,.consent_manager-cookiegroups label>input[type="checkbox"]:disabled+*{
	opacity:0.7;
	cursor:default
}
div.consent_manager-show-details{
	padding:0 0 1.5em 0
}
div.consent_manager-show-details a{
	display:inline-block;
	line-height:1.2em;
	height:1.4em;
	cursor:pointer;
	/*color:#999*/
}
div.consent_manager-show-details a:hover{
	/*color:#666*/
}
div.consent_manager-show-details a.icon-info-circled:before{
	color:#fefefe;
	background-color:#999;
	opacity:0.7;
	content:"i";
	font-family:"Serif";
	font-weight:bold;
	display:inline-block;
	border-radius:50%;
	text-align:center;
	margin-right:7px;
	line-height:1.4em;
	height:1.4em;
	width:1.4em
}
button.consent_manager-save-selection,button.consent_manager-accept-all,button.consent_manager-accept-none{
	transition:0.3s ease all;
	background:#999;
	border:1px solid #999;
	color:#fff;
	/*padding:0.5em 2em;*/
	padding:0.5em 1em;
		
	border-radius:3px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
	min-height:3em;
	width:100%;
	margin-bottom:1em;
	cursor:pointer
}
button.consent_manager-save-selection:hover,button.consent_manager-accept-all:hover,button.consent_manager-accept-none:hover{
	background:#4d4d4d;
	border-color:#4d4d4d;
	color:white;
	text-decoration:none
}
div.consent_manager-sitelinks{
	margin:1.5em 0 0 0
}
div.consent_manager-sitelinks a{
	display:inline-block;
	margin:0.4em 1em 0.4em 0;
	/*color:#999;*/
	text-decoration:none;
	cursor:pointer
}
div.consent_manager-sitelinks a:hover{
	/*color:#666;*/
	text-decoration:none
}
div.consent_manager-wrapper div.consent_manager-detail{
	margin-bottom:3em
}
div.consent_manager-wrapper div.consent_manager-detail a{
	/*color:#999*/
}
div.consent_manager-wrapper div.consent_manager-detail a:hover{
	/*color:#666;*/
	text-decoration:none
}
div.consent_manager-wrapper div.consent_manager-detail div.consent_manager-cookiegroup-title{
	/*color:#666;*/
	background-color:#d4d4d4;
	padding:5px 11px;
	margin:1.5em 0 0 0
}
div.consent_manager-wrapper div.consent_manager-cookiegroup-description{
	border-left:1px solid #d4d4d4;
	padding:5px 10px;
	background:#f9f9f9
}
div.consent_manager-wrapper div.consent_manager-cookie{
	margin-top:3px;
	border-left:1px solid #d4d4d4;
	padding:5px 10px;
	background:#f9f9f9
}
div.consent_manager-wrapper div.consent_manager-cookie span{
	display:block;
	margin-top:0.5em
}
@media only screen and (min-width:600px){
	div.consent_manager-cookiegroups{
		padding:1em 0 0 0;
		display:flex;
		flex-wrap:wrap;
		justify-content:flex-end;
		margin-bottom:0
	}
	div.consent_manager-cookiegroup-checkbox{
		margin-left:1.5em;
		margin-bottom:1em
	}
	div.consent_manager-show-details{
		text-align:right;
		padding:1.5em 0 1.5em 0
	}
	div.consent_manager-buttons{
		display:flex;
		justify-content:flex-end;
		align-items:center
	}
	button.consent_manager-save-selection,button.consent_manager-accept-all,button.consent_manager-accept-none{
		display:inline-block;
		margin:0 0 0 0.5em;
		width:auto
	}
	div.consent_manager-sitelinks{
		margin:0 0 0 0
	}
	div.consent_manager-buttons-sitelinks{
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-direction:row-reverse
	}
}
