/* Document: Stylesheet for WACON COOKIE CONSENT BOX */

body > .cookie-management { display: none !important; }

.waconcookiemanagement {
	display: none;
	background: rgba(0, 0, 0, .5);
	height: 100%;
	width: 100%;
	overflow: auto;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
}

.waconcookiemanagement + .waconcookiemanagement { display: none !important; }

#CookieBox {
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	transform: translate(-50%, -50%);
	max-height: 80%;
	max-width: 600px;
	width: 100%;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 201;
}

#CookieBox h1,
#CookieBox h2,
#CookieBox h3,
#CookieBox p,
#CookieBox a {
	text-decoration: none;
	text-transform: none;
}

#CookieBox .h2 {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

#CookieBox .h3 {
	margin-top: 0;
	padding-top: 0;
}

#CookieBox ul {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#CookieBox p {
	margin: 0 auto 10px;
}

#CookieBox .cookie-btn {
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	margin: 10px auto;
	padding: 10px 40px;
	text-decoration: none;
}

#CookieBox .cookie-btn:hover {
	text-decoration: none;
}

#CookieBox .cookie-accept {
	text-align: center;
}

#CookieBox .cookie-accept a {
	padding: 10px 50px;
}

#CookieBox .cookieclose {
	background: #333;
	border: 1px solid #333;
	color: #FFF;
	cursor: pointer;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
	position: absolute;
	top: 3px;
	right: 3px;
}

#CookieBox .intro p {}

#CookieBox .cookie-management,
#CookieBox .cookie-refuse {
	margin: 10px auto;
	text-align: center;
}

#CookieBox .cookie-management a,
#CookieBox .cookie-refuse a {
	display: block;
	cursor: pointer;
}

#CookieBox .text-center {
	text-align: center;
}

#CookieBox .text-right,
#CookieBox .text-back-right {
	text-align: right;
}

#CookieBox .text-back-right a {
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
}

#CookieBox .cookieback {
	cursor: pointer;
	margin: 0 auto 10px;
	text-align: center;
	width: 65%;
}

#CookieBox .cookie-on,
#CookieBox .cookie-off {
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

#CookieBox .category > .cookie-on,
#CookieBox .category > .cookie-off {
	margin-top: 5px;
}

#CookieBox .cookie-on {
	display: none;
}

#CookieBox .intro .cookie-legal {
	margin-top: 50px;
	width: 100%;
}

#CookieBox .cookie-legal a {
	cursor: pointer;
	display: inline-block;
	margin-right: 30px;
	padding: 0;
	text-decoration: none;
}

#CookieBox .cookie-legal a:hover {
	text-decoration: underline;
}

#CookieBox .info-text {
	display: none;
}

#CookieBox .info-show {
	cursor: pointer;
}

#CookieBox .info-hide {
	cursor: pointer;
}

#CookieBox .category {
	background: #EEE;
	margin: 25px 0;
	padding: 10px;
}

#CookieBox .category h3 {
	margin-top: 0;
	font-size: 1.25rem;
}

#CookieBox .cookie-info {
	background: #FFF;
	padding: 10px;
}

#CookieBox .cookie-info + .cookie-info {
	margin-top: 10px;
}

#CookieBox .cookie-info table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

#CookieBox .cookie-info td {
	padding: 3px 10px 3px 0;
	border-top: 1px solid #EEE;
}

#CookieBox .cookie-info td:first-child {
	width: 125px;
}

#CookieBox .cookie-info p {
	margin-top: 0;
}

#CookieBox .box-cookie-management {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	margin-right: -20px;
	padding-right: 20px;
}

#CookieBox .box-cookie-management-in > p {}

#CookieBox .deactivated,
#CookieBox .activated {
	background: #A7A7A7;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 10px;
	display: inline-block;
	height: 20px;
	width: 40px;
}

#CookieBox .activated {
	background: #79a548;
}

#CookieBox .off,
#CookieBox .on {
	background: #FFF;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
	border-radius: 8px;
	cursor: pointer;
	display: block;
	float: left;
	margin: 1px 2px 2px;
	height: 16px;
	width: 16px;
}

#CookieBox .on {
	float: right;
}

#CookieBox .arrow {
	border: .5rem solid #333;
	display: inline-block;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0px 10px;
	padding: 0;
}

#CookieBox .arrow.down {
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: translate(0, 2px);
}

#CookieBox .arrow.up {
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	transform: translate(0, -2px);
}

/* CookieFix unterer Bereich mit Buttons */
#CookieBox .cookie-fix {
	display: none;
	overflow: auto;
	padding: 20px 0 0 0;
}

#CookieBox .cookie-fix .cookie-save {
	float: left;
	margin-left: 0;
}

#CookieBox .cookie-fix .text-back-right {
	float: right;
	margin-right: 15px;
}

#CookieBox .cookie-fix .cookieback,
#CookieBox .cookie-fix .cookie-refuse {
	cursor: pointer;
	display: block;
	margin: 10px auto;
	text-align: center;
	width: auto;
}

#CookieBox .cookie-fix .cookie-legal {
	clear: both
}

.cookie-set {
	cursor: pointer;
	display: inline-block;
}

.cookie-set,
.cookie-set *,
.cookie-set *::before,
.cookie-set *::after {
	box-sizing: border-box;
}

.cookie-set.script {
	background: #FFF;
	cursor: pointer;
	display: block;
	position: relative;
	min-height: 50px;
	text-align: center;
}

.cookie-set.script img {
	display: block;
	height: auto;
	max-width: 100%;
}

.cookie-set.script p {
	color: #333;
	text-align: left;
}

.cookie-set.script img + p {
	background: rgba(0,0,0,.5);
	color: #FFF;
	padding: 20px;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

@media ( max-width : 786px) {
	#CookieBox {
		height: 96%;
		max-height: 96%;
		max-width: 94%;
		transform: translate(-50%, 0);
		top: 2%;
	}
	#CookieBox .cookie-fix .cookie-save {
		float: none;
		margin-right: 0;
		margin-left: auto;
	}
	#CookieBox .cookie-fix .text-back-right {
		clear: both;
		float: none;
		margin-right: 0;
		text-align: center;
	}
}
