@charset "utf-8";
/* CSS Document */

html, body{	
	text-align: center;

	cursor: default;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

body{
	margin: 0 auto;
	padding: 0;
	
	width: 100%;
	height: 100%;
	
	background-color: rgba(255,255,255,1);
}

*{
	position: relative;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
}

h1{
	margin: 0 auto;
	padding: 0;
	
	font-size: 36pt;
	font-weight: bold;
	
	line-height: 36px;
	
	text-transform: uppercase;
	
	color: rgba(119,136,153,1);
}

h2{
	margin: 0 auto;
	padding:12px 0;
	
	font-size: 24pt;
	font-weight: bold;

	color: rgba(119,136,153,1);
}

h3{
	margin: 0 auto;
	padding: 0;
	
	font-size: 18pt;
	
	color: rgba(119,136,153,1);
}

h4{
	margin: 0 auto;
	padding:12px 0;
	
	font-size: 16pt;
	font-weight: bold;
	
	color: rgba(119,136,153,1);
}

h5{
	margin: 0 auto;
	padding:12px 0;
	
	font-size: 14pt;
	font-weight: bold;
	
	color: rgba(119,136,153,1);
}

a{
	text-decoration: none;
	
	color: rgba(0,0,255,1);
}
a:hover{text-decoration: underline;}

p{
	margin: 0 auto;
	margin-bottom: 24px;
	padding: 0;
}

figure{
	margin: 0 auto;
	padding: 3px;
	
	width: 100%;
}

figcaption{
	text-align: right;
	
	font-size: 12pt;
	
	color: rgba(119,136,153,1);
}

section{
	margin: 0 auto;
	padding: 12px 0;
	
	text-align: left;
	
	width: 100%;
	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	
	text-align: justify;
}

article{
	margin: 0 auto;
	padding: 12px 0;
	
	width: 100%;
	
	text-align: left;
}

hgroup{
	padding: 12px 0 0 0;
	
	border-bottom: 1px solid rgba(0,0,0,1);
	
	text-align: left;
}

aside{
	padding: 0 0 12px 0;
	
	border-top: 1px solid rgba(0,0,0,1);
	
	font-size: 11pt;
	
	text-align: right;
}

header{
	margin: 0 auto;
	padding: 0;
	padding-top: 12px;
	
	max-width: 100%;
	height: auto;
	
	background-color: rgba(220,20,60,1);
}

.header{
	margin: 0 auto;
	
	max-width: 1200px;
}

#kirche, #titel{
	font-size: 34pt;
	font-weight: 800;
	
	fill: rgba(0,0,0,1);
	
	stroke: rgba(0,0,0,1);	
}

#titel{text-transform: capitalize;}

#gemeinde{
	font-size: 18pt;
	font-weight: 400;
}

#sidebarTitel, #datum, #autor{
	font-size: 12pt;
	font-weight: 400;
	
	fill: rgba(119,136,153,1);
}

.data-container{
	margin: 0 auto;
	padding: 12px 0;
	
	max-width: 1200px;
	min-height: 400px;
	
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row;
    flex-flow: row;	
}

.content-container{
	position: relative;
	
	margin: 0 auto;
	padding: 12px;
	
	-webkit-flex: 3 1 0%;
	flex: 3 1 0%;
	
	-webkit-order: 2;
	order: 2;
}

.sidebar{
	margin: 0 auto;
	padding: 0;
	
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;	
}

nav{
	margin: 0 auto;
	padding: 0;
	
	max-width: 1200px;
	
	list-style:none;
	
	display: none;
}

nav li{
	margin: 1px 0;
	padding: 6px 12px;
	
	font-size: 16pt;
	font-weight: bold;
	
	cursor: pointer;
	
	width: auto;

	border-bottom: 1px solid rgba(0,0,0,1);	
}

#sidebar1{
	-webkit-order: 1;
	order: 1;
}

.menu{
	margin: 0 auto;
	padding: 0;
	
	list-style: none;
	
	text-align: left;
	
	background-color: rgba(255,255,255,1);
}
.menu li{
	margin: 1px;
	padding: 12px;
	
	cursor: pointer;
	
	border: 1px outset rgba(255,255,255,1);
}
.menu li:hover{
	border: 1px inset rgba(255,255,255,1);
	
	content: '\25B6';
}
.menu li.active::after{
	text-decoration: none;
	
	content: ' \25BA';
	
	color: rgba(178,34,34,1);
	
	float: right;
}

#content{
	margin: 12px 0;
	padding: 12px 0;
}

#sidebar2{
	width: 0px;
	text-align: left;
	
	-webkit-order: 3;
	order: 3;
	
	border-left: 1px dotted rgba(50,50,50,1);
}

footer{
	width: 120%;
	height: auto;
	
	background-color: rgba(128,0,128,1);
}

footer div{
	margin: 0 auto;
	padding: 12px 0;
	
	max-width: 1200px;
	min-height: 150px;
	max-height: 399px;
	
	color: rgba(255,255,255);
	
	text-align: left;
	
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;

	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;	
}

footer a{color: rgba(255,255,255,1);}

dl, article, figure{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	
	display: inline-block;
}

dt{font-weight: bold;}

.cell{
	display: inline-block;
	
	width: 120px;
}

.autor{
	text-align: right;
}

dl{
	padding: 12px;
	
	width: 95%;
	
	border-radius: 3px;
}

#senioren{
	background-color: rgba(186,85,211,1);
	
	color: rgba(0,0,0,1);
}

#besonderheit{background-color: rgba(220,220,220,1);}

.btnMenu{
	position: absolute;
	top: 15px;
	right: 24px; 
	
	padding: 12px;
	
	width: 20px;
	height: 20px;
	
	display: none;
	
	cursor: pointer;
}

#Trenner1{
	background-color: rgba(186,85,211,1);
	
	color: rgba(0,0,0,1);
}

#Trenner2{background-color: rgba(220,220,220,1);}

.btnMenu{
	position: absolute;
	top: 15px;
	right: 24px; 
	
	padding: 12px;
	
	width: 20px;
	height: 20px;
	
	display: none;
	
	cursor: pointer;
}



small{
	font-size: 11pt;
	font-style: italic;
	
	width: 100%;
	
	text-align: right;
}

#weiter{
	color: red;
	
	cursor: pointer;
}

.mediaMenu{
	top: -5px;
	
	box-shadow: 0px 10px 0px 1px #ffffff, 0px 16px 0px 1px #ffffff, 0px 22px 0px 1px #ffffff;
	
	width: 20px;
	height: 0px;
}


@media all and (max-width: 800px) {	
	.data-container{
		-webkit-flex-flow: column;
		flex-direction: column;
	}

	.menu{
		display: none;
	}
	
	#sidebar1{
		-webkit-order: 0;
		order: 0;
		
		width: 100%;
	}
	
	.content-container{
		-webkit-order: 1;
		order: 1;
	}
	
	#sidebar2{
		-webkit-order: 2;
		order: 2;
	}	
	
	.btnMenu{
		display: block;
	}
	
	section, footer div{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}


