/* barlow-condensed-regular - latin */
@font-face {
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/barlow-condensed-v12-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('/assets/fonts/barlow-condensed-v12-latin-regular.eot') format('embedded-opentype'), /* IE6-IE8 */
		url('/assets/fonts/barlow-condensed-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/assets/fonts/barlow-condensed-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('/assets/fonts/barlow-condensed-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/assets/img/barlow-condensed-v12-latin-regular.svg') format('svg'); /* Legacy iOS */
}
/* barlow-condensed-700 - latin */
@font-face {
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/barlow-condensed-v12-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('/assets/fonts/barlow-condensed-v12-latin-700.eot') format('embedded-opentype'), /* IE6-IE8 */
		url('/assets/fonts/barlow-condensed-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('/assets/fonts/barlow-condensed-v12-latin-700.woff') format('woff'), /* Modern Browsers */
		url('/assets/fonts/barlow-condensed-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/assets/img/barlow-condensed-v12-latin-700.svg') format('svg'); /* Legacy iOS */
}
section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0;	 
	padding: 0;
} 

* {	
	outline: none;
} 

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #27282D;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 50px 0;
	color: rgb(156,22,43);
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.1em;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 40px 0;
	color: #27282D;
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: 2px;
}

h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 15px 0;
	color: #27282D;
	letter-spacing: 1px;
}

h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
	color: rgb(156,22,43);
	font-style: italic; 
	line-height: 1.2em;
}

#inhaltsbereich a {
	color: rgb(156,22,43);
    text-decoration: none;
    font-weight: bold;
}

p, p.bodytext {
	margin: 0 0 1em 0;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.frame {
	float: left;
	clear: both;
	width: 100%;
}

#inhaltsbereich .ce-gallery img {
	max-width: 100%;
	height: auto;
}

#inhaltsbereich a {
	text-decoration: none;
	color: rgb(156,22,43);
}

/* Header */
.oben.moboffen::before, .oben.moboffen::after {
	display: none
}

.oben.moboffen {
	background: #f7f7f7;
}

.mob_button {
	display: none;
}

.mob_button span::after, .mob_button span::before {
	transform: translateZ(0px);
}

.mob_button {
	float: left;
	position: relative;
	margin: 5px 0 0 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: none;
}

.mob_button span {
	background-color: #27282D;
	height: 3px;
	left: 0px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transition: background-color 0.3s ease 0.3s;
	width: 30px;
}

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
	background-color: #27282D;
	content: "";
	height: 3px;
	position: absolute;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0.3s;
	width: 100%;
	display: block;
}

.mob_button span::before {
	transform: translateY(-8px);
}

.mob_button span::after {
	transform: translateY(8px);
}

.mobnavvisible.mob_button span {
	background-color: transparent;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

#header, #inhaltsbereich, #footer {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
}

.rahmen {
	width: 90%;
	max-width: 988px;
	margin: 0 auto;
}

.oben {
	width: 100%;
	float: left;
	clear: both;
	position: fixed;
	background: rgb(247,247,247);
	z-index: 2;
}

.unten {
    content: '';
	width: 0;
    height: 0;
    bottom: -100px;
    left: 0;
	border-style: solid;
	border-width: 100px 0 0 2000px;
   	border-color: rgb(247,247,247) transparent transparent transparent;
	position: absolute;
}

.oben::before {
    content: ''; 
    position: absolute; 
    top: 125px; 
    left: 0; 
    height: 30px; 
    width: 100%; 
    background: rgb(38,40,46); 
    transform: skew(0deg, 2.85deg);
    border-bottom: solid;
    border-width: 5px;
    border-color: rgb(247,247,247);
	position: absolute;
    z-index: 105;
}

.oben::after {
    content: ''; 
    position: absolute; 
    top: 160px; 
    left: 0; 
    height: 10px; 
    width: 100%; 
    background: rgb(156,22,43); 
    transform: skew(0deg, 2.85deg);
}

.rahmen .rahmen {
	width: 100%;
	max-width: none;
	margin: 0;
}

.oben > .rahmen {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.navi {
	float: left;
	width: 60%;
	font-size: 22px;
	margin-top: 10px;
}

.navi ul {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}

.navi ul li {
	float: left;
	list-style: none;
	margin-left: 3%;
}

.navi ul li:first-child {
	margin-left: 0;
}

.navi a {
	text-decoration: none;
	color: #27282D;
	padding: 10px;
}

.navi .act a, .navi a:hover{
	color: #9C172C;
	position: relative;
}

.navi .act a::before, .navi a:hover::after {
	content: '';
	position: absolute;
	top: 20%;
	left: 0;
	height: 60%;
	width: 2px;
	background: #9C172C;
}

.logo {
	float: right;
	width: 40%;
	margin-top: 50px;
}

.logo img {
	width: 100%;
	height: auto;
}

.headerbild {
	width: 100%;
	float: left;
	clear: both;
	max-height: 900px;
	overflow: hidden;
}

 .headerbild.vollflaechig {
	max-height: none;
}
 
.subheader {
	max-height: 700px;
}

.headerbild .rahmen {
	width: 100%;
	max-width: none;
	margin: 0;
}

.headerbild .ce-gallery, .headerbild .ce-row, .headerbild .ce-column, .headerbild .image {
	margin: 0;
	width: 100%;
	float: left;
	clear: both;
}

.headerbild .ce-gallery {
	opacity: 0;
}

.headerbild img {
	width: 100%;
	height: auto;
}

/* Inhaltsbereich */
#inhaltsbereich {
	background: #FFFFFF;
	margin-top: 50px;
}

#inhaltsbereich > .frame-default:last-child, #inhaltsbereich > .frame-default.frame-type-cn_multicontent:last-of-type {
	margin-bottom: 60px;
}

#inhaltsbereich a {
	text-decoration: none;
	color: #9C172C;
}

#inhaltsbereich a[href^="tel:"] {
	color: #27282D;
}

#inhaltsbereich.inhaltstart {
	margin: 50px 0 60px 0;
}

#inhaltsbereich ul {
	list-style: none;
	margin: 20px 0;
	padding: 0 0 0 30px;
}

#inhaltsbereich ul li {
	margin: 3px 0;
}

#inhaltsbereich ul li::before {
	content: "";
	background: url('/assets/img/pfeil.png') left top no-repeat;
	background-size: 100% auto;
    font-weight: bold;
    display: inline-block;
    margin: 3px 10px 0 -30px;
	height: 18px;
	width: 18px;
    vertical-align: top;
}

.frame-schriftgross {
	font-size: 22px;
}

#inhaltsbereich .frame-schriftgross ul li {
	margin: 15px 0;
}

#inhaltsbereich .frame-schriftgross ul li:first-child {
	margin: 0;
}

.frame-leistungsbox {
	background: url('/assets/img/background-muster-leistungen.jpg') center top no-repeat;
	background-size: cover;
	padding: 50px 0;
	margin: 50px 0;
	position: relative;
}

.frame-leistungsbox::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5)
}

.frame-leistungsbox .rahmen {
	position: relative;
	z-index: 1;
}

.frame-leistungsbox h2 {
	color: #f7f7f7;
}

.frame-leistungsbox .ce-gallery {
	width: 98%;
	float: left;
	clear: both;
	margin: 20px 0;
	background: rgba(247, 247, 247, 0.8);
	padding: 10px 1%;
}

.frame-leistungsbox .ce-row {
	margin-bottom: 0; 
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	text-align: center;
}

.frame-leistungsbox .ce-row:nth-child(1) {
	background: #9C172C;
	color: #f7f7f7;
}

.frame-leistungsbox .ce-row:nth-child(2) {
	background: #f7f7f7;
}

.frame-leistungsbox .ce-row:nth-child(3) {
	background: #27282D;
	color: #f7f7f7;
}

.frame-leistungsbox .ce-row:hover img {
	transform: scale(1.05);
	transition: 0.2s;
}

.frame-leistungsbox .image-caption {
	display: block;
	width: 90%;
	margin: 10px 5% 30px 5%;
	font-weight: bold;
}

.frame-leistungsbox img {
	margin: 30px 0 15px 0;
	display: inline;
	transition: 0.3s;
}

.frame-leistungsbox .ce-column {
	width: 100%;
}

.frame-leistungsbox .image {
	display: block;
	font-size: 22px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.frame-gallery .ce-bodytext {
	margin-top: 20px;
	width: 100%;
	float: left;
	clear: both;
}

#inhaltsbereich .frame-gallery .ce-bodytext a {
	box-shadow: inset 0 0 0 3px #9C172C;
	color: #27282D;
	display: inline-block;
	padding: 10px;
}

.frame-gallery .rahmen {
	width: 96%;
	max-width: none;
}

.frame-gallery header, .frame-gallery .ce-bodytext p {
	width: 90%;
    max-width: 988px;
    margin: 0 auto;
}

.frame-gallery .ce-gallery .image {
	position: relative;
	overflow: hidden;
	display: block;
	transition: 0.3s;
	float: left;
}

.frame-gallery .ce-gallery .image img {
	transition: 0.3s;
	position: relative;
}

#inhaltsbereich .frame-gallery .ce-gallery .image a {
	display: block;
	float: left;
	clear: both;
	position: relative;
}

#inhaltsbereich .frame-gallery .ce-gallery .image a .image-caption {
	color: #27282D;
}

.frame-gallery .ce-gallery .image a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	box-shadow: inset 0 0 0 10px #fff;
	z-index: 1;
}

.frame-gallery .ce-gallery .image:hover img {
	transform: scale(1.05);
}

.frame-gallery .ce-gallery .image-caption {
	position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(247,247,247,0.6);
    padding: 20px 5% 40px 5%;
	width: 90%;
	text-align: left;
	transition: 0.7s;
	font-size: 20px;
	text-shadow: 0 0 1px #27282D;
	display: block;
}

.frame-gallery .image:hover .image-caption {
	top: auto;
	bottom: 0;	
}

.frame-gallery .ce-gallery {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 20px;
}

.ce-intext .ce-gallery.ce-border {
	margin-right: 5%;
	width: 45%;
}

.ce-intext .ce-gallery.ce-border .image {
	padding: 10px;
}

.ce-intext .ce-gallery.ce-border img {
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0 10px #494949;
}

.frame-grauerhintergrund {
	background: #636363;
	color: #f7f7f7;
	padding: 50px 0;
	margin-top: 50px;
}

.frame-grauerhintergrund h1, .frame-grauerhintergrund h2, .frame-grauerhintergrund h3, .frame-grauerhintergrund h4 {
	color: #f7f7f7;
}

.frame-grauerhintergrund a {
	color: #f7f7f7;
	text-decoration: underline;
}

.frame-grauerhintergrund .ce-column {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.frame-grauerhintergrund .ce-gallery {
	text-align: center;
}

.frame-bgbild {
	margin: 20px 0;
}

.frame-bgbild .rahmen {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

.frame-kleineleistungsbox {
	background: url('/assets/img/background-muster-leistungen.jpg');
	background-size: cover;
	padding: 80px 0;
	margin: 50px 0 0 0;
	position: relative;
}

.frame-kleineleistungsbox::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5)
}

.frame-kleineleistungsbox .rahmen {
	z-index: 1;
	position: relative;
}

.frame-leistungengrau {
	background: #636363;
	color: #f7f7f7;
}

.frame-leistungengrau a, .frame-leistungenweiss a {
	text-decoration: underline;
}

.frame-leistungengrau .rahmen, .frame-leistungenweiss .rahmen {
	width: 90%;
	margin: 0 5% 20px 5%;
}

.frame-leistungengrau .image, .frame-leistungenweiss .image {
	padding: 10px;
}

.frame-leistungengrau img, .frame-leistungenweiss img {
	transition: 0.3s;
}

.frame-leistungengrau:hover img, .frame-leistungenweiss:hover img {
	transform: scale(1.05);
}

.frame-leistungengrau .image-caption, .frame-leistungenweiss .image-caption {
	font-size: 22px;
	font-weight: bold;
	color: #f7f7f7;
	font-style: italic; 
	line-height: 1.2em;
	text-align: center;
}

.frame-leistungengrau h1, .frame-leistungengrau h2, .frame-leistungengrau h3, .frame-leistungengrau h4 {
	color: #f7f7f7;
}

.frame-leistungenweiss {
	background: rgba(247,247,247,0.8);
	color: #27282D;
}

.frame-leistungenweiss h1, .frame-leistungenweiss h2, .frame-leistungenweiss h3, .frame-leistungenweiss h4 {
	color: #27282D;
}

.frame-leistungenweiss .image-caption {
	color: #27282D;
}

.frame-kleineleistungsbox .col-50:last-child .ce-textpic .ce-gallery .image-caption {
	color: #27282D;
}

.frame-bildhover .ce-gallery .image {
	padding: 10px;
}

.frame-bildhover:hover .ce-gallery img {
	transform: scale(1.05);
}

.frame-bildhover .ce-gallery img{
	transition: 0.3s;
}

.frame-bildhover .ce-textpic .ce-gallery {
	margin-left: 40px;
}

.frame-bildhover .ce-textpic .ce-gallery .image-caption {
	font-size: 22px;
	font-weight: bold;
	color: rgb(156,22,43);
	font-style: italic; 
	line-height: 1.2em;
	text-align: center;
}

#inhaltsbereich .frame-bewerberlink a {
	padding: 15px 25px;
	color: #f7f7f7;
	background: #9C172C;
	transition: 0.2s;
	display: inline-block;
	margin: 2px;
}

#inhaltsbereich .tx_cn-columns .col-50 .frame-bewerberlink p {
	margin: 20px 0;
}

#inhaltsbereich .frame-bewerberlink a:hover {
	color: #9C172C;
	background: none;
	
	box-shadow: 0 0 0 2px #9C172C;
}

.frame-objekte {
	padding: 50px 0;
	margin: 0 0 60px 0;
}

.frame-objekte h1, .frame-objekte h2, .frame-objekte h3, .frame-objekte h4, .frame-objekte a {
	color: #f7f7f7;
}

.frame-objekte a {
	text-decoration: underline;
}

.frame-objekte.objektbg {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center center;
}

.frame-objekte.objektbg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 0;
}

.frame-objekte .rahmen {
	position: relative;
	z-index: 1;
}

.frame-objekte .ce-bodytext {
	float: left;
	width: 40%;
}

.frame-objekte .ce-bodytext h2 {
	margin: 0;
	border-bottom: 1px solid #f7f7f7;
	padding: 0 0 5px 0;
	text-shadow: 0 0 1px #27282D;
}

.frame-objekte .ce-bodytext h4 {
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0 0 1px #27282D;
}

.frame-objekte .ce-gallery {
	width: 55%;
	float: right;
	margin: 0;
}

.frame-objekte .ce-gallery .ce-row {
	display: none;
	margin: 0;
}

.frame-objekte .ce-gallery .ce-row:first-child {
	display: block;
}

.frame-objekte .ce-intext.ce-right .ce-gallery {
	margin: 0;
}

.frame-objekte .ce-gallery .ce-row a {
	display: block;
	background: #F7F7F7;
	width: 98%;
	height: 98%;
	padding: 1%;
}

.frame-objekte .mehrbilder {
	background: #F7F7F7;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 1px;
	padding: 5px 10px;
}

.frame-objekte .ce-textpic {
	position: relative;
}

.respbilder .ce-bodytext {
	width: 100%;
	clear: both;
	float: left;
}

#inhaltsbereich .galerieresp {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
}

#inhaltsbereich .galerieresp .ce-row {
	display: inline-block;
	float: none;
}

/* Bewerbungsformular */
.tx-powermail h3 {
	text-align: center;
}

.tx-powermail, .tx-powermail .powermail_legend, .tx-powermail .powermail_form, .tx-powermail .container-fluid {
	width: 100%;
	float: left;
	clear: both;
}

.tx-powermail .powermail_fieldset {
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
}

.tx-powermail .powermail_legend {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.tx-powermail .powermail_fieldwrap {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 7px;
}

.tx-powermail .powermail_fieldwrap:hover .powermail_label {
	font-weight: bold;
}

.tx-powermail .powermail_fieldwrap:hover input {
	box-shadow: inset 0 0 2px 1px rgb(0, 0, 0);
}

.tx-powermail .powermail_fieldwrap_bewerbungsunterlagen:hover input, .tx-powermail .powermail_fieldwrap_type_check:hover input, .tx-powermail .powermail_fieldwrap_type_submit:hover input{
	box-shadow: none;
}

.tx-powermail .powermail_label {
	width: 20%;
	float: left;
	text-align: right;
	margin-right: 5%;
}

.tx-powermail .powermail_field {
	width: 75%;
	float: right;
}

.tx-powermail .powermail_field input {
	width: 80%;
	padding: 6px;
	border-color: #27282D; 
	border-width: 1px;
	box-shadow: inset 0 0 2px rgb(0, 0, 0);
}

.tx-powermail .powermail_fieldwrap_bewerbungsunterlagen input, .tx-powermail .powermail_fieldwrap_type_check input, .tx-powermail .powermail_fieldwrap_type_submit input{
	box-shadow: none;
}

.tx-powermail .powermail_fieldwrap_type_submit input {
	border: none;
	background: #27282D;
	color: #f7f7f7;
	padding: 10px;
	font-weight: bold;
	position: relative;
}

.tx-powermail .powermail_field .powermail_checkbox {
	width: auto;
	box-shadow: none;
}

#inhaltsbereich .tx-powermail .powermail_fieldset .parsley-errors-list,
#inhaltsbereich .tx-powermail .powermail_fieldset .powermail-errors-list {
	margin: 0;
	padding: 0;
}

#inhaltsbereich .tx-powermail .powermail_fieldset .parsley-errors-list li,
#inhaltsbereich .tx-powermail .powermail_fieldset .powermail-errors-list li {
	font-weight: bold;
	color: #9C172C;
	margin: 0 0 10px 0;
}

#inhaltsbereich .tx-powermail .powermail_fieldset .parsley-errors-list li::before,
#inhaltsbereich .tx-powermail .powermail_fieldset .powermail-errors-list li::before {
	display: none;
}




/* Footer */
#footer {
	background: #27282D;
	padding: 0 0 30px 0;
	color: #F7F7F7;
	font-size: 14px;
	position: relative;
	line-height: 1.4em;
}

#footer a {
	color: #F7F7F7;
	text-decoration: none;
}

#footer::before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: #9C172C;
	border-bottom: 5px solid #F7F7F7;
}

#footer > .frame {
	margin-top: 30px;
}

#footer ul {
	overflow: visible;
}

#footer .frame-type-textmedia .ce-gallery {
	margin-right: 10%;
}

#footer .frame-type-textmedia .ce-bodytext ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .frame-type-textmedia .ce-bodytext li {
	width: 49%;
	float: left;
}

#footer .frame-type-textmedia .ce-bodytext li:first-child {
	margin-right: 2%;
}

#footer .frame-type-menu_sitemap_pages ul {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

.cnicon {
	position: absolute;
	bottom: 30px;
	right: 1%;
}


/* -- Cookies -- */
#cookie-bar {	
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;	
	color: #fff;	
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	font-family: arial;
	line-height: 1.4em;
	display: none;
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: auto;
	max-width: 280px;
	padding: 7px 10px;
	z-index: 99999;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	margin: 0; 
	padding: 0; 
}

#cookie-bar a {	
	color: #eee;	
	display: inline-block;	
	border-radius: 3px;	
	text-decoration: none;	
	padding: 3px 10px;	
	margin: 7px 0 0 0; 
	font-weight: 700;
	background: rgba(0, 0, 0, 0.5);	
	cursor: pointer;
}

#cookie-bar .cb-enable {	
	margin-left: 10px;
} 

/* -- Cookies -- */

/* IE Hack */
_:-ms-fullscreen,
:root #inhaltsbereich .ce-gallery img {
	width: 100%;
	height: auto;
}

/* -- Mediaconsent -- */
.mediaconsent {
	/* margin: 30px 0 50px; */
	position: relative;
    overflow: hidden;
}

.mediaconsent iframe {
    position: relative;
    z-index: 1;
	border: 0;
}

.matomo-optout {
	display: none;
}

.matomo-optout.loadcontent {
	display: block;
}

.mapsoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(206, 206, 206, 0.6);
    cursor: pointer;
	text-align: center;	
	/* display: table;
	width: 100%;
	height: 100%; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	padding: 5px;
}

.mapsoverlay p {
	margin-bottom: 5px;
}

.cookie_only-this {
    background: #6c757d;
    color: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
	padding: 11px 20px 10px;
	margin: 5px;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
}

#cookie_einstellungen {
	margin: 5px;
}

#cookie_einstellungen::before {
	content: '\2699' ' ';
}

.card-body div[data-cookieman-dnt] {
	margin: 0 0 10px 0;
}

div[data-type="maps"] {
	display: none;
}

.mapsoverlay div[data-type="maps"]{
	display: block;
	/* display: table-cell;
	vertical-align: middle;
	padding: 40px 0; */
}

/* -- Mediaconsent -- */

/*
     FILE ARCHIVED ON 19:43:22 Aug 04, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:02:58 Feb 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.674
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.01
  esindex: 0.015
  cdx.remote: 9.997
  LoadShardBlock: 115.459 (3)
  PetaboxLoader3.datanode: 934.104 (5)
  PetaboxLoader3.resolve: 81.169 (2)
  load_resource: 981.928
  loaddict: 102.137
*/