@charset "UTF-8";
.cdsshowprintoff {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
}
.cdsprint {
	display: none;
}
.cdsprint:checked ~ #cdsshowprint {
	max-height: 2000px;
	opacity: 1;
	transition: max-height 1.2s 2.8s, opacity 1.2s 2.8s;
	animation: cdssprinton 4s linear;
}
 @keyframes cdssprinton {
 0% {
 max-height: 0;
 opacity:0;
}
 70% {
 max-height: 0;
 opacity:0;
}
 100% {
 max-height: 2000px;
 opacity:1;
}
}
.cdsshowinput {
	display: none;
}
.cdsshowlabel {
	position: fixed;
	bottom: 5rem;
	left: 1rem;
	width: 40px;
	height: 40px;
	opacity: 1;
	background: url('../img/cdsstatusprintb.png') no-repeat;
	cursor: pointer;
	transition: height .1s, opacity 1.8s;
}
 @media (any-pointer:coarse) {
.cdsshowlabel {
	width: 30px;
	height: 30px;
	background: url('../img/cdsstatusprintbm.png') no-repeat;
}
}
.cdsshowinput:checked ~ .cdsshowlabel {
	opacity: 0;
	height: 0px;
	transition: opacity 1s, height .1s 1s;
}
#cdshowstatus {
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 50%;
	right: 50%;
	transform: translateX(50%) translateY(50%);
	width: 96%;
	max-width: 800px;
	padding: 0 1rem 0 1rem;
	z-index: -1;
	color: #555;
	background: #fff;
	border-radius: 5px;
	border: 1px solid rgba(60,60,60,.4);
	box-shadow: 0 0 7px 3px rgba(60,60,60,.5);
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 1s, opacity .8s;
}
.cdsshowinput:checked ~ #cdshowstatus {
	max-height: 95%;
	opacity: 1;
	z-index: 11112;
	transition: max-height 1s, opacity .5s;
	animation: cdsstatus 1.2s linear;
}
 @keyframes cdsstatus {
 0% {
 max-height: 0;
 opacity:0;
 z-index: 11112;
}
 60% {
 opacity:1;
}
 90% {
 max-height: 95%;
 opacity:1;
}
 100% {
 max-height: 95%;
 opacity:1;
 z-index: 11112;
}
}
.cdsheader {
	font-size: 105%;
	font-weight: bold;
}
.cdssheader {
	position: relative;
	width: 100%;
 padding:1.2rem .4rem .1rem .4rem;
	border-bottom: 1px solid #ccc;
}
.cdsshowlabelclose {
	position: absolute;
 top: .8rem;
 right: .4rem;
	font-size: 110%;
	color: #707070!important;
	cursor: pointer;
	font-weight: bold;
}
.cdsssettings {
	width: 100%;
 padding:1.2rem .4rem .1rem .4rem;
	border-bottom: 1px solid #ccc;
}
ul.cdshowset {
	margin: 0 0 1rem 0;
}
.cdshowset li {
	list-style: none;
	position: relative;
}
.cdshowset .cdssmuston:before {
	content: '\2691';
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	font-weight: bold;
}
.cdshowset .cdssoff:before {
	content: '\2717';
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	color: #d20000!important;
	font-weight: bold;
}
.cdshowset .cdsson:before {
	content: '\2713';
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	color: #00773c!important;
	font-weight: bold;
}
.cdsdetails {
	position: relative;
	width: 100%;
 padding:1.2rem .4rem .5rem .4rem;
	border-bottom: 1px solid #ccc;
}
.cdsdet {
	display: none;
}
.cdsdetlab {
	position: relative;
	display: inline-block;
	margin: 0 0 1.2rem 0;
	cursor: pointer;
}
.cdsdet:checked ~ .cdsdetmore {
	display: none;
}
.cdsdetless {
	display: none;
}
.cdsdet:checked ~ .cdsdetless {
	display: inline-block;
}
.cdsdetmore:after {
	content: '';
	width: 16px;
	height: 10px;
	position: absolute;
	top: 5px;
	right: -20px;
	background: url('../img/more.png') no-repeat;
}
.cdsdetless:after {
	content: '';
	width: 16px;
	height: 10px;
	position: absolute;
	top: 5px;
	right: -20px;
	background: url('../img/less.png') no-repeat;
}
.cdsdetailsbox {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 1s -.4s, opacity .6s;
}
.cdsdet:checked ~ .cdsdetailsbox {
	max-height: 1000px;
	opacity: 1;
	transition: max-height 2s, opacity 1.4s;
}
.cdsdetailsbox p {
 margin: 0 0 .8rem 0!important;
}
.cookiestatussettings {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	max-width: 100%;
 padding:1.2rem 0 .8rem 0;
	justify-content: space-between;
}
.cdsetbutton {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
 margin-bottom: .8rem;
	text-align: center;
	line-height: 2.5rem;
	font-weight: bold;
	font-size: 115%;
	color: #fff;
	border-radius: 3px;
	-webkit-appearance: none;
	cursor: pointer;
}
.cdsetbutton:hover {
	line-height: 2.5rem;
	color: #515151;
	background-color: #fff;
	border-radius: 3px;
	-webkit-appearance: none;
}
 @media screen and (min-width: 576px) {
.cdsetbutton {
	width: 48%;
	max-width: 48%;
}
}
.tabcinput {
	display: none;
}
ul.cdshowset {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 1rem 0;
	width: 200px;
}
.cdshowset li {
	width: 180px;
	list-style: none;
}
.cdshowset span {
	display: flex;
	justify-content: flex-end;
	align-self: flex-start;
	margin-top: 4px;
	width: 20px;
}
