@font-face {
    font-family: 'forum';
    src: url('./fonts/forum.woff2') format('woff2'),
         url('./fonts/forum.woff') format('woff'),
         url('./fonts/forum.otf')  format('truetype');
	font-weight: bold;
}
@font-face {
    font-family: 'cinzel';
    src: url('./fonts/cinzel.woff2') format('woff2'),
         url('./fonts/cinzel.woff') format('woff'),
         url('./fonts/cinzel.otf')  format('truetype');
	font-weight: bold;
}
@font-face {
    font-family: 'communist';
    src: url('./fonts/communist.woff2') format('woff2'),
         url('./fonts/communist.woff') format('woff'),
         url('./fonts/communist.ttf')  format('truetype');
	font-weight: bold;
}
body {
	margin: 0;
	padding: 0;
	/* background-image: url('./ricepaper.png'); */
}
#slide {
	width: 100%;
	height: 576px;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
	display: inline-block;
	cursor: default;
	border-top: 2px solid #c00;
	border-bottom: 2px solid #c00;
}
#slide div {
	width: 100%;
	height: 100%;
	background-color: #000;
}
#slide div img {
	margin-left: 450px;
	width: auto;
	height: 100%;
}
#slide div img.logo {
	position: absolute;
	top: 160px;
	left: -120px;
	width: 250px;
	height: 250px;
}
#slide div p {
	color: #fff;
	background-color: #c00;
	text-align: right;
	font-family: 'communist', serif;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: -150px;
	width: 680px;
	padding: 22px 30px 18px 30px;
	line-height: 1;
	z-index: 10;
	position: absolute;
}
#slideLogo {
	margin-top:50px;
	text-align:center;
	display: none;
}
#slide div {
	display:none;
}
#slide #pic0 {
	display:inline-block;
}
.content {
	font-family: 'forum', sans-serif;
	text-align: center;
	font-size: 26px;
	color: #444;
	padding: 0;
}
.content div {
	display: inline-block;
	width: 1200px;
	text-align: left;
	margin: 25px 10px 50px 10px;
}
.content a {
	white-space: nowrap;
	text-decoration: none;
	color: #c00;
}
.content a:hover {
	text-shadow: 0 0 1px #c00;
}
#galerie a:hover {
	text-shadow: none;
}
.content a.extern i {
	margin: 0 2px;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	rotate: 45deg;
}
.content small {
	color: #666;
}
.content b {
	text-shadow: 0 0 1px #000;
	color: #000;	
}
.footer {
	background-color: #666;
	color: #fff;
}
.footer div {
	text-align: center;
}
.footer div a {
	color: #fff;
}
.footer div a:hover {
	text-shadow: 0 0 1px #fff;
}
.fade {
 	animation-name: fadeIn;
	animation-duration: 1s; 
}

@keyframes fadeIn {
 	from {opacity: 0.0}
 	to {opacity: 1.0}
}

#menue {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	font-size: 24px;
	height: 50px;
	font-family: 'cinzel', sans-serif;
	border-bottom: 2px solid #c00;
	background-color: #000;
	color: #fff;
}
#menue #mButton {
	display: none;
}
#menue div {
	text-align: center;
}
#menue div div {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: auto;
	overflow: hidden;
	height: 50px;
	line-height: 2.1;
	opacity: 0.9;
	padding: 0 10px;
	background-color: #000;
	color: #fff;
}
#menue div div div {
	padding: 0;
	position: absolute;
	text-align: left;
	height: auto;
	display: none;
	border-top: 2px solid #c00;
}
#menue div div span {
	display: block;
	text-decoration: none;
	height: 50px;
	padding: 0 20px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
}
#menue div div span:hover {
	background-color: #c00;
}
#menue div div a {
	display: block;
	text-decoration: none;
	height: 50px;
	padding: 0 20px;
	white-space: nowrap;
	color: #fff;
}
#menue div div a:hover {
	background-color: #c00;
}

li {
	list-style-type: square;
	color: #c00;
}
li span {
	color: #444;
}
.toggleMenu {
	display: block;
}

.content .myNewsBox {
	font-size: 26px;
	width: auto;
	text-align: center;
	display: block;
	margin: 0;
}
.content .myNewsBox img {
	border: 1px solid #ccc;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	width: 50%;
}

.content .myBoxLeft {
	font-size: 26px;
	width: 300px;
	text-align: center;
	display: inline-block;
	margin: 0;
}
.content .myBoxLeft p img {
	border: 1px solid #ccc;
	width: 180px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	filter: grayscale(10%);
}
.content .myBigBoxRight,
.content .myBoxRight {
	font-size: 26px;
	vertical-align: top;
	display: inline-block;
	max-width: 640px;
	margin: 0;
}
.content .myBigBoxRight {
	max-width: 800px;
}
.content .myBoxBoth {
	font-size: 26px;
	vertical-align: top;
	display: inline-block;
	max-width: 510px;
	margin: 0;
}

.content .faqPage {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #444;
	width: 75%;
	cursor: pointer;
}
.content .faqPage p {
	background-color: #eee;
	padding: 2px 5px;
	margin: 0;  
}
.content .faqPage p:nth-child(1) {
	background-color: #888;
	color: #fff;
}
.content .faqPage p:nth-child(2) {
	display: none;
}
.content .faqPage p:nth-child(2) span {
	display: block;
	margin-bottom:10px;
}

#timetable {
	width: 100%;
	vertical-align: top;
	border: none;
	border-left: 1px solid #444;
	display: block;
	padding: 0;
	margin: 0;
}
#timetable .tabDay {
	border: 1px solid #444;
	border: none;
	display: inline-block;
	vertical-align: top;
	width: 170px;
	padding: 0;
	margin: 0;
}
#timetable .tabDay .tabTop,
#timetable .tabDay .tabRow {
	width: 100%;
	margin: 0;
	width: auto;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	display: block;
	padding: 5px;
	background-color: #eee;
}
#timetable .tabDay .tabTop {
	font-size: 80%;
	border-top: 1px solid #444;
	background-color: #aaa;
	color: #fff;
	text-shadow: 0 0 1px #fff;
	text-align: center;
	padding: 4px 0;
}
#timetable .tabDay .tabRow {
	font-size: 70%;
	height: 125px;
}

#timetable .tabDay .tabRow p {
	margin: 0 0 12px 0;
}

video {
	border: 1px solid #888;
}

#kindervideo {
	max-width: 480px;
}

#galerie {
	margin: 0;
	padding: 0;
	text-align: center;
}
#galerie div {
	vertical-align: top;
	display: inline-block;
	border: 1px solid #444;
	margin: 10px 20px;
	width: 240px;
	text-align: center;
	font-size: 80%;
	padding: 5px 0 0 0;
	background-color: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
#galerie div:hover {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	margin: 5px 25px 15px 15px;
}
#galerie a {
	color: #444;
}
#galerie div p {
	margin: 0;
	padding: 10px;
}
#galerie div p img {
	border: 1px solid #444;
}
#galerie div p: nth-child(2) {
	color: #444;
	height: 52px;
}

#popUpFoto {
	position: fixed;
	z-index: 5000;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	display: block;
	width: auto;
	border: 1px solid #000;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#vorstand {
	text-align: center;
	width: 60%;
	margin-left: 20%;
}
#vorstand small {
	font-size: 80%;
}

.centerbox,
#kontaktform {
	margin: 10px;
	width: auto;
}
#kontaktform {
	line-height: 1.7;
	border: 1px solid #444;
}
#kontaktform p {
	margin: 10px;
	border: 1px solid #444;
	padding: 10px 20px;
	width: 720px;
}

#kontaktform label {
	color: #c00;
}
#kontaktform .chkbox {
	height: 20px;
	width: 20px;
	margin: 0 5px 0 25px;
	color: #c00;
	border: 1px solid #c00;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -1px;
	line-height: 1;
	font-size: 21px;
	font-family: arial, verdana, sans-serif;
}
#kontaktform .inpTxt,
#kontaktform textarea {
	width: 98%;
	font-size: 20px;
	font-family: arial, verdana, sans-serif;
	padding: 5px;
	color: #c00;
	letter-spacing: 1px;
}
#kontaktform textarea {
	height: 120px;
}
#kontaktform button {
	padding: 5px;
	width: 200px;
	font-size: 20px;
	font-family: arial, verdana, sans-serif;
	border: 1px solid #c00;
	color: #c00;
	background-color: #fff;
}
#kontaktform label:hover {
	text-shadow: 0 0 1px #c00;
}
#kontaktform label:hover span {
	text-shadow: 0 0 1px #c00;
	box-shadow: 0 0 1px #c00;
}
#kontaktform button:hover {
	text-shadow: 0 0 1px #c00;
	box-shadow: 0 0 1px #c00;
}
#kontaktform #popup {
	text-align: center;
	width: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	margin:0;
}
#kontaktform #popup div {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #c00;
	background-color: #fff;
	display: inline-block;
	width: 500px;
	margin-top:20%;
}
#kontaktform #popup div p {
	text-align: center;
	border: none;
	width: auto;
}

.jura li {
	color:#444;
}
.eMail span {
	position:absolute;
}
.eMail span:first-child {
	padding-left:22px;
}

@media screen and (max-width: 1599px) {
	#menue {
		height: 40px;
		font-size: 20px;
	}
	#menue div div {
		height: 40px;
		line-height: 2.0;
	}
	#menue div div a {
		height: 40px;
		padding: 0 10px;
	}
	#menue div div span {
		height: 40px;
		padding: 0 10px;
	}
	#slide {
		margin-top: 40px;
	}
	#slide div p {
		width: 520px;
		font-size: 24px;
		padding-left: 30px;
	}
	#slide div img {
		margin-left: 320px;
	}
}

@media screen and (max-width: 1199px) {
	#menue {
		font-size: 16px;
	}
	#menue div div {
		line-height: 2.5;
		padding: 0 5px;
	}
	#slide div img {
		margin-left: 0;
	}
	.content div {
		width: auto;
	}
	#timetable {
		border: none;
		margin-left: 10%;
	}
	#timetable .tabDay {
		border: none;
		display: block;
		width: 50%;
		margin-bottom: 20px;
	}
	#timetable .tabDay .tabTop,
	#timetable .tabDay .tabRow {
		border-left: 1px solid #888;
		text-align: center;
	}
	#timetable .tabDay .tabRow {
		font-size: 80%;
		height: auto;
	}
	#timetable .hideMobil,
	#timetable .tabDay .hideMobil,
	#timetable .tabDay .tabRow p br {
		display: none;
	}
	#vorstand {
		text-align: center;
		width: 70%;
		margin-left: 15%;
	}
	#vorstand small {
		font-size: 70%;
	}
	.content .myNewsBox img {
		width: 70%;
	}
	#kontaktform p {
		width: 680px;
	}
}

@media screen and (max-width: 799px) {
	/* Change Desktop-Menu to Burger-Menue */
	.content .myNewsBox img {
		width: 90%;
	}
	.centerbox,
	#kontaktform {
		font-size:90%;
	}
	#kontaktform p {
		width: 90%;
	}
	.eMail span:first-child {
		padding-left:20px;
	}
}

@media screen and (max-width: 640px) {
	#timetable {
		border: none;
		margin: 0;
	}
	#timetable .tabDay {
		width: 80%;
		margin-bottom: 20px;
	}
	#timetable .tabDay .tabRow p br {
		display: inline-block;
	}
	#kindervideo {
		width: 90%;
	}
	.content .myBoxRight {
		margin-left: 10px;
	}
	.content .faqPage {
		width: 100%;
	}
	#vorstand {
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	.centerbox,
	#kontaktform {
		border:none;
		font-size:80%;
	}
	#kontaktform p {
		width: 80%;
	}
	#kontaktform .chkbox {
		margin: 0;
	}
	#kontaktform #popup div {
		width: 90%;
		margin: 20% 0 0 0;
	}
	.eMail span:first-child {
		padding-left:18px;
	}
}

@media screen and (max-width: 320px) {
	#slide div p {
		font-size: 16px;
		padding: 8px 10px 6px 10px;
		margin-top: -50px;
	}	
	#slide {
		display: none;
	}
	#slideLogo {
		display: block;
	}
}
