.coo-con{
	position: fixed;
	width:100%;
	height:100%;
	z-index:10000;
	background:rgba(96,96,96,.5);

	opacity: 0;
	animation: 1s cubic-bezier(1,-0.5,1,1) 0s 1 slideInFromLeft;
	animation-fill-mode: forwards;

	overflow-y:scroll;
	top:0;
	bottom:0;
}

@keyframes slideInFromLeft {
  0% {
	opacity: 0;
  }
  100% {
    opacity:1;
  }
}

.coo-con-widget{
	animation: 1s cubic-bezier(1,-0.5,1,1) 0s 1 slideInFromLeft;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}

.page-content .coo-con-widget{
	animation-delay: 0s;
}

.coo-con .coo-con-widget{
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	background-color: #fff;
	width: 600px;
	opacity: 0;
}

.coo-con-widget.in-site{
	opacity:1;
	animation: none;
}

.coo-con-widget h2{
	width:100%;
	border-bottom: 1px solid #484848;
	padding-bottom:5px;
}

.coo-con-widget p,
.coo-con-widget .coo-con-detail-toggle{
	margin: 15px 0;
	display:block;
}

.coo-con-widget .coo-con-detail-toggle{
	border: 0;
	background: none;
	box-shadow: none;
	border-radius: 0px;
}

.coo-con-widget .coo-con-detail-toggle:hover{
	background-color:#dddddd;
}

.coo-con-widget .coo-con-detail-toggle::before{
	content:'\1405';
	margin-right:10px;
}

.coo-con-widget .coo-con-detail-toggle[aria-expanded=true]::before{
	content:'\1401';
}

.coo-con-widget .coo-con-detail-toggle[aria-expanded=false]::before{
	content:'\1405';
}

.coo-con-widget a{
	text-decoration:underline;
}
.coo-con-widget .coo-con-btn-acptchoice,
.coo-con-widget .coo-con-btn-acptall{
	padding: 10px 20px;
	border-radius: 5px;
}

.coo-con-widget .coo-con-btn-acptchoice{
	border: 2px solid #484848;
	background-color: #fff;
	color: #484848;
}

.coo-con-widget .coo-con-btn-acptall{
	background-color: #c20d1b;
	border: 2px solid #c20d1b;
	color: #fff;
	margin-left:20px;
}

.coo-con-widget label,
.coo-con-widget input[type=checkbox]{
	margin:0 5px 0 0;
}

.coo-con-widget label{
	margin:10px 0;
}

.coo-con-widget input[type="checkbox"] {
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
	margin-top:-13;
}

.coo-con-widget input[type="checkbox"] + label::before {
	width: 25px;
	height: 25px;
	display: block;
	content: "";
	float: left;
	border: 1px solid #484848;
	margin-right:5px;
}

.coo-con-widget input[type="checkbox"][disabled] + label::before,
.coo-con-widget input[type="checkbox"][disabled]:checked+label::before {
	background-color: rgb(120, 120, 120);
	color: rgb(72,72,72);
}

.coo-con-widget input[type="checkbox"]:checked+label::before {
	content: "\2713";
	color:#c20d1b;
	text-align:center;
	font-size:1.1em;
	line-height:21px;
	padding-top:2px;
}

.coo-con-widget input[type="checkbox"]:focus+label::before {
	border:3px solid #484848;
	padding-top:0px;
}

.noscroll{
	overflow-y:hidden;
}

@media only screen and (max-width:1019px){
	.coo-con .coo-con-widget{
		width:60%;
	}
}

@media only screen and (max-width:767px){
	.coo-con .coo-con-widget{
		width:80%;
	}
}

@media only screen and (max-width:499px){
	.coo-con-controls{
		text-align:center;
	}

	.coo-con-controls *{
		width:80%;
	}

	.coo-con-widget .coo-con-btn-acptall{
		margin:10px 0 0 0;
	}
}

ul.typo3-messages {
    list-style: none;
    margin-top: 20px;
}
