@keyframes fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 100%;
/*		visibility: visible;*/
	}
}

.cookiesjsr-banner {
	box-sizing: border-box;
	width: 90%;
	max-height: 95%;
	max-width: 600px;

	position: fixed;

	/* centering */
	left: 50%;
	top: 50%;

	transform: translate( -50%, -50%);

	z-index: 500;

	padding: 24px;

	overflow-y: auto;

	line-height: 1.4;

	color: #000;
	background-color: #fff;
	animation: 0.3s ease-in fade-in;
}

@media only screen and (max-width: 785px) {
	.cookiesjsr-banner {
		font-size: 0.875em;
	}
}

.cookiesjsr-banner--links li:last-child {
	/*
		hide cookie documentation link,
		the information is already displayed in the settings
	*/
	display: none;
}

.cookiesjsr-banner .cookiesjsr-btn:not(.allowAll) {
	/* remove button style */
	background: none;
	border: none;
	display: inline;
}

.cookiesjsr-banner a,
.cookiesjsr-banner .cookiesjsr-btn:not(.allowAll) {
	margin: 1.2em 1ch 0.6em;
}

/* note the higher specifity for Chromium */
.page-footer .cookiesjsr-banner a {
	/* revert footer styles */
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: #ccc;
}

.cookie.showcookie,
.cookie.show {
	height: auto;
	max-height: 95%;
	overflow-y: auto;
	display: block;
}
.cookie a {
	color: #111;
	text-decoration: none;
	text-decoration: none;
}
.cookie_outer.show {
	display: block;
	width: 100%;
	background: #fff;
}

.cookie_inner {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 785px) {
	.cookie {
		width:90%;
		left: 5%;
	}
	.zustimmen {
		max-width: 100px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.cookie_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.cookiesjsr-banner--info,
.cookiesjsr-banner--action {
	text-align: center;
}

.cookiesjsr-banner .allowAll {
	font-size: 18px;
	padding: 0.4em 0;
	width: 100%;
	background-color: #00807A;
	color: white;
	border: none;
}

.cookiesjsr-banner {
	box-shadow: 0 0 320px rgba(0,0,0,0.6);
}

.cookiesjsr-links li {
	display: inline-block;
	white-space: nowrap;
}

/* place button on top of others */

.cookiesjsr-banner--action {
	/* make relative + add spacing for button on top */
	position: relative;
	padding-top: calc(
		18px * 1.4 /* line height */
		+ 18px * 0.8 /* padding */
	);
}

.cookiesjsr-banner .allowAll {
	position: absolute;
	top: 0;
	left: 0;
}

/* cookie overview */

.path-cookies .block-system-main-block {
	max-width: 832px;
	padding: 0 24px;

	margin: 0 auto;
	position: relative;
}

.path-cookies .block-system-main-block table {
	border-collapse: separate;
	border-spacing: 16px;
	margin: -16px;

}

.path-cookies .block-system-main-block th,
.path-cookies .block-system-main-block td {
	vertical-align: top;
}

/* check which can be merged/updated */

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab,
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
	background-color: #C0321A;
}

.cookiesjsr-layer .cookiesjsr-btn.important.invert {
	background-color: #00807A;
	border-color: #00807A;
}

.cookiesjsr-layer .cookiesjsr-btn.invert {
	color: #00807A;
 	border-color: #00807A;
 	background-color: transparent;
}
