body[data-consent] {
	overflow: hidden !important;
}
#trcht-c11t__overlay {
	background-color: rgba(0,0,0,0.2);
	bottom: 0;
	display: none;
	left: 0;
	line-height: 1;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100101;
}
#trcht-c11t__container {
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: top left;
	transform: translate(-50%, -50%);
}
#trcht-c11t__content {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 16px 32px rgba(0,0,0,0.32);
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 13px;
	max-height: 96vh;
	max-width: 600px;
	opacity: 1;
	overflow: auto;
	padding: 20px;
	transition: all 0.3s ease-out;
	width: 96vw;
}
[data-fx="c11t__intro"] {
	animation: 0.5s forwards c11t-fx__scaleUp;
}
[data-fx="c11t__outro"] {
	animation: 0.5s forwards c11t-fx__scaleDown;
}
@keyframes c11t-fx__scaleDown {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	15% {
		filter: blur(0);
		transform: translateY(-5px);
	}
	85% {
		filter: blur(5px);
		opacity: 0;
		transform: scale(0.8) translateY(40px);
	}
	to {
		opacity: 0;
	}
}
@keyframes c11t-fx__scaleUp {
	from {
		opacity: 0;
		transform: scale(1,0);
	}
	to {
		opacity: 1;
		transform: scale(1,1);
	}
}

#trcht-c11t__content button {
	cursor: pointer;
}
#trcht-c11t__content button:focus {
	outline: 0 none;
}
.trcht-c11t__footer,
#trcht-c11t__content footer {
	/* Fix T3 */
	background: none;
	
	/* Fix IE10 */
	overflow: visible;
	text-align: center;
}
.trcht-c11t__footer {
	line-height: 2;
}
.trcht-c11t__footer a,
#trcht-c11t__content footer a {
	margin: 2px 10px;
}
.trcht-c11t-cta__block {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.trcht-c11t-cta__button {
	background: #26a026;
	border: 0 none;
	border-radius: 3px;
	color: white;
	font-size: 15px;
	margin: 8px 4px;
	padding: 9px 18px;
	transition: box-shadow 0.3s;
}
.trcht-c11t-cta__button:hover {
	box-shadow: 0 20px 32px rgba(0,0,0, 0.15), 0 4px 8px rgba(0,0,0, 0.28);
}
.trcht-c11t-aux__button {
	background: #e8e8e8;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
	color: #333;
	font-size: 15px;
	font-weight: 400;
	margin: 2px 3px;
	padding: 9px 18px;
	transition: all 0.3s;
}
.trcht-c11t-aux__button:hover {
	background-color: #333;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.3);
	color: #ddd;
}
.trcht-c11t__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 0;
	text-align: center;
}
.trcht-c11t__text {
	line-height: 1.5;
}
.trcht-c11t-link {
	border-bottom: 1px dotted;
	color: inherit;
	padding-bottom: 1px;
	text-decoration: none;
	white-space: nowrap;
}
.trcht-c11t-link:hover {
	border-bottom-style: solid;
	cursor: pointer;
}
#trcht-c11t__quickstart {
	text-align: center;
}
#trcht-c11t__settings {
	display: none;
}
#trcht-c11t__list dt {
	align-items: center;
	background-color: #f3f3f3;
	box-sizing: border-box;
	display: flex;
	font-weight: normal;
	margin-top: 6px;
	min-height: 36px;
	padding: 8px 10px;
}
#trcht-c11t__list dd {
	display: none;
	margin: 0;
	padding: 10px;
}
#trcht-c11t__list dt[data-expanded] + dd {
	display: block;
}
#trcht-c11t__list input {
	display: none;
}
.trcht-c11t__group-label {
	cursor: pointer;
	margin-right: auto;
}
.trcht-c11t__group-icon {
	margin-right: 4px;
}
.trcht-c11t__group-icon i {
	display: inline-block;
	font-style: normal;
	transition: transform 0.3s;
}
.trcht-c11t__group-icon i::before {
	content: '▶';
}
:checked + .trcht-c11t__group-icon i {
	transform: rotate(90deg) translateX(2px);
}
.trcht-c11t__group-name {
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}
.trcht-c11t__state-label {
	cursor: pointer;
}
.trcht-c11t__state-text {
	font-size: 12px;
	vertical-align: middle;
}
.trcht-c11t__state-label .trcht-c11t__state-text::before {
	content: attr(data-text-off) "";
}
:checked + .trcht-c11t__state-text::before {
	content: attr(data-text-on) "";
}
.trcht-c11t__state-icon {
	background-color: #ccc;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	display: inline-block;
	height: 22px;
	margin-left: 6px;
	position: relative;
	vertical-align: middle;
	width: 42px;
}
.trcht-c11t__state-icon::before {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	box-sizing: border-box;
	content: '';
	height: 14px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: all 0.3s;
	width: 14px;
}
:checked + span + .trcht-c11t__state-icon {
	background-color: #26a026;
}
:checked + span + .trcht-c11t__state-icon::before {
	left: 23px;
}
#trcht-c11t__list table {
	border-collapse: collapse;
	line-height: 1.5;
	width: 100%;
}
#trcht-c11t__list caption {
	margin-bottom: 10px;
	text-align: left;
}
#trcht-c11t__list tbody {
	background-color: rgba(0,0,0,0.01);
}
#trcht-c11t__list td {
	padding-bottom: 8px;
	padding-top: 8px;
	vertical-align: top;
}
.trcht-c11t__meta-item {
	margin-right: 8px;
}
.trcht-c11t__meta {
	font-size: 12px;
	margin-top: 8px;
}
.trcht-c11t__meta-name {
	color: #6e8eb5;
}
.trcht-c11t__meta-name::after {
	content: ':';
}

#trcht-c11t__opener[data-position] {
	position: fixed;
	z-index: 99998;
}
#trcht-c11t__opener[data-position="tl"] { top: 10px; left: 10px; }
#trcht-c11t__opener[data-position="tr"] { top: 10px; right: 10px; }
#trcht-c11t__opener[data-position="bl"] { bottom: 10px; left: 10px; }
#trcht-c11t__opener[data-position="br"] { bottom: 10px; right: 10px; }
body[data-consent] #trcht-c11t__opener {
	display: none;
}
@media screen and (max-width: 640px) {
	.trcht-c11t__state-text {
		display: none;
	}
	#trcht-c11t__list dt {
		margin-top: 10px;
		min-height: 40px;
		padding: 4px 15px;
	}
	#trcht-c11t__list thead {
		display: none;
	}
	#trcht-c11t__list tbody tr {
		border-top: 3px double #c4c8ce;
	}
	#trcht-c11t__list td {
		display: block;
		padding-left: 8px;
		padding-right: 8px;
	}
	#trcht-c11t__list td:first-child {
		background-color: rgba(224,228,232,0.5);
	}
	.trcht-c11t__meta {
		margin-top: 5px;
	}
}
@media screen and (min-width: 641px) {
	#trcht-c11t__list tbody tr:nth-child(odd) {
		background-color: rgba(0,0,0,0.01);
	}
	#trcht-c11t__list td:first-child {
		background-color: rgba(0,0,0,0.01);
		padding-left: 12px;
		padding-right: 8px;
		width: 25%;
	}
	#trcht-c11t__list td:last-child {
		padding-left: 8px;
		padding-right: 12px;
	}
}
@media (prefers-color-scheme: dark) {
	#trcht-c11t__container {
		background-color: rgba(0,0,0,0.96);
		color: #888473;
	}
	#trcht-c11t__list dt {
		background-color: rgba(255,255,255,0.1);
	}
	.trcht-c11t__state-icon {
		background-color: #333;
	}
	.trcht-c11t__state-icon::before {
		background-color: #ccc;
	}
	#trcht-c11t__list tbody tr {
		border-top-color: #222;
	}
	#trcht-c11t__list tbody tr:nth-child(odd) {
		background-color: rgba(255,255,255,0.05);
	}
	#trcht-c11t__list td:first-child {
		background-color: rgba(255,255,255,0.03);
	}
}