body { 
	font-size:100%;
	/*font-family: 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;*/
	font-weight:normal;
}
body, html {
	padding:0;
	margin:0;
	height: 100%;
}

main {
	display:block;
	color: #000;
}
a {
	color: #e30613;
	text-decoration:none;
}
a.weiter,
a.button {
	background: #dedede;
    padding: 0.25em 0.5em;
    text-decoration: none;
    box-shadow: 1px 1px 3px black;
}

a.download {
	background: #dedede;
    padding: 0.25em 0.5em;
}
a.download::before {
	content: "➲";
    margin-right: 0.5em;
}

h1,h2,h3 {
	font-weight: normal;
	margin: 1em 0 0;
}
h1 { font-size: 200%;}
h2 { font-size: 180%;}
h3 { font-size: 150%; font-style:italic; font-weight:normal;}
h4 { font-size: 150%; font-style:italic; font-weight:normal;}
h5 { font-size: 150%; font-style:italic; font-weight:normal;}

p,ul { margin: 0.75em 0 0.75em 0 }
ol li {
    margin-left: 1em;
}
table tr td {
	padding: 0.5em 0;
}


blockquote:before {
    content: '"';
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    font-size: 200%;
    font-weight: bold;
}

blockquote {
    position: relative;
    display: inline-block;
    line-height: 2em;
    padding: 2em;
    font-style: italic;
	margin:1em 0;
}

blockquote:after {
    content: '"';
    position: absolute;
    bottom: 0;
    right: 0.5em;
    font-size: 200%;
    font-weight: bold;
}

pre {
    line-height: 2em;
    padding: 2em;
    font-style: italic;
	white-space:normal;
	margin:1em 0;
	background:#dedede;
}
pre p,
blockquote p {
    margin: 0.5em 0;
}

#volltextsuche_mobil,
#indikator_tablet,
#indikator_mobil {
	display:none;
}
header {
	text-align:right;
	padding: 0 0 15px 0px;
	position:relative;
}
header .inner {
	overflow:hidden;
}
.info {
    padding: 1em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: lightsalmon;
    color: white;
	background: lightgoldenrodyellow;
    color: goldenrod;
}
.info.ok {
    background: lightgreen;
    padding: 1em;
    color: green;
}

.info.fehler {
    background: lightsalmon;
    color: white;
}

#logo {
	position: absolute;
    top: 16%;
    right: 10%;
    width: 12%;
    min-width: 100px;
    max-width: 250px;
    z-index: 10;
}
#logo img {
	width: 100%;
}

header .inner,
main,
footer,
#copyright
 {
	/*width: 80%;
	max-width: 1200px;*/
	margin: 0 auto;
}

input, textarea {
	display:block;
	border: 1px solid #d0d1d2;
	padding: 0.5em;
    font-size: 1em;
    width: 100%;
	box-sizing: border-box;
}
textarea {
	height: 200px;
}
.field_wrapping {
    margin: 1em 0 0;
    word-break: break-all;
}
.field_wrapping label {
    display: block;
}

button, input[type=submit] {
    background: #c41314;
    border: none;
    padding: 0.1em 0.5em;
    color: #fff;
    margin: 0 1em 1em 0;
	cursor:pointer;
	width: auto;
    margin: 1em 0 0;
}
button:hover, input[type=submit]:hover {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}
input[type=checkbox] {
	outline: none;
	min-width: 1.5em;
	min-height: 1.5em;
	line-height: 1.5em;
	display: inline-block;
	font-weight: bold;
	border-radius: 0.05rem;
	-webkit-appearance: none;
	text-align: center;
	color: #5e5e5e;
	background: #fff;
	border: 0.05em solid #000;
	box-sizing:border-box;
	padding:0;
	width: auto;
	margin: 0 1rem 0 0;
}

input[type=checkbox]:checked {
	background: #dedede;
	color: #fff;
}

input[type=checkbox]:before {
	content: ' ';
	display: inline-block;
}

input[type=checkbox]:checked:before {
	content: 'x';
}

h2 em {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

/****** INHALT *****/
.inhalt_text_bild {
	display:table;
	width: 100%;
    overflow: hidden;
}
/*unten*/
.gallery.unten,
.bild.unten {
	display:table-footer-group;
}
.gallery.unten ~ .text,
.bild.unten ~ .text {
	display:table-header-group;
}
/* oben */
.gallery.oben,
.bild.oben {
	display:table-header-group;
}
.gallery.oben ~ .text,
.bild.oben ~ .text {
	display:table-footer-group;
}
/* links/rechts/mitte */
.gallery.links,
.bild.links {
	text-align: left;
}
.gallery.rechts,
.bild.rechts {
	text-align: right;
}
.gallery.mittig,
.bild.mittig {
	text-align: center;
}
.gallery.ganz.rechts,
.bild.ganz.rechts {
	float: right;
	width: 50%;
	box-sizing:border-box;
	padding-left: 2em;
}
.gallery.ganz.links,
.bild.ganz.links {
	float: left;
	width: 50%;
	box-sizing:border-box;
	padding-right: 2em;
}
.gallery.ganz.rechts ~ .text,
.gallery.ganz.links ~ .text,
.bild.ganz.rechts ~ .text,
.bild.ganz.links ~ .text
{
	width: 50%;
    float: left;
}
.bild img {
	border: none;
	width: 100%;
}
/* Clickvergrößern */
.inhalt_text_bild .bilderrahmen:last-child img {
    margin-bottom: 0;
}
.inhalt_text_bild .bilderrahmen {
	padding: 0.5em;
	transition: 1s ease all;
	transition-property: position, width, height;
	position:static;
}

.inhalt_text_bild .bilderrahmen.clicked {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 101;
    width: 100%;
	background: rgba(0,0,0,0.8);
	margin: 0;
}
.inhalt_text_bild .bilderrahmen.clicked:before {
    content: 'x';
    position: fixed;
    top: 1em;
    right: 2em;
    font-size: 2em;
    color: #fff;
}
.inhalt_text_bild .bilderrahmen.clicked:hover img,
.inhalt_text_bild .bilderrahmen.clicked img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
	/* zentrieren -> */
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	/* <- zentrieren */
	width: auto!important;
	height:auto!important;
	border: 1em solid #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.8);
    margin: 0;
    max-width: 90%;
    max-height: 90%;
    box-sizing: border-box;
}
.inhalt_text_bild .bilderrahmen.clicked:hover .beschreibung,
.inhalt_text_bild .bilderrahmen.clicked .beschreibung {
    top: auto;
    bottom: 0;
    height: 2em;
    width: 100%;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
}

/* GOOGLE MAP */
.inhalt_google_map {
	
}

/* KONTAKT */
.inhalt_kontakt {
	overflow:hidden;
}
.inhalt_kontakt .links {
	float:left;
	width: 50%;
	box-sizing:border-box;
	padding-right: 1em;
}
.inhalt_kontakt .rechts {
	float:right;
	width: 50%;
	box-sizing:border-box;
	padding-left: 1em;
}
.inhalt_kontakt .links,
.inhalt_kontakt .rechts { margin-top: 1em;}

/* SLOGAN */
.inhalt_slogan {  
	background: #e30613;
	color: #fff;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.inhalt_slogan .text{
	text-align:center;
	font-size: 2em;
	padding: 12%;
	font-weight: bold;
}

/********* LAYOUT *******/
#kopfbild {
	min-height: 350px;
	overflow:hidden;
}
#kopfbild img {
	width: 100%;
}
#headerslider, #kopfbild {
	min-height: 350px;
	height: 100%;
	text-align:center;
}
#headerslider {
	z-index:5;
}

main {
	overflow:hidden;
}

main img {
	max-width: 90%;
}
#inhalt_rechts,
#inhalt_links {
	width:25%;
	float:left;
}
#inhalt_mitte {
	width: 50%;
	float:left;
}
footer > div,
#copyright .inner,
#navigation nav,
.content_section .inner {
    padding: 0 2em;
}

#copyright {
	padding: 1em 0;
	font-size: 80%;
}
#copyright table p {
	margin:0;
	padding:0;
}
/******** Accordeon ************/
.ui-accordion .ui-accordion-header {    
	background: #e30613;
    border: none;
    border-radius: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
	color: #fff;
}


#usercentrics-button .uc-banner-content {
    background-color: white !important;
}