﻿body {
	background-color:#C0C0C0;	
	font-size:30px;
	font-family:"Verdana", sans-serif;

}

@media (min-width: 1000px) {
	body {
		background-color:#C8C9CA;	
		font-size:30px;
		font-family:"Verdana", sans-serif;
	}
}
#pass-menu-mitte { 
	position: relative;
	margin:auto;
	padding-left: 8rem;
	max-width: 100%;
	overflow:scroll;
	font-size: 80px;
	top: 50%;
}
.button {
	color:#000000;
	border: darkred 1px solid;

}
.menu_pass {
	position: fixed;
	font-size: 25px;
	top: 200px;
	width: 100%;
	height: 50px;
	text-align: right;
}

.top{
	position:fixed;
	top: 0px;
	left:0px;
	width:100%;
	height:140px;
	background-color: #1A2128;
	z-index:1;
	box-shadow: 4px 5px 10px -5px #000000;

}
@media (min-width: 1000px) {
	.top{
		position:fixed;
		top: 0px;
		left:0px;
		width:100%;
		height:140px;
		background-color: #1A2128;
		z-index:1;
		box-shadow: 4px 5px 10px -5px #000000;
	
	}
}

hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.menu_seite {
	position:fixed;
	width: 80px;
	left:0px;
	height:180px;
	top:50%;
	padding-top:100px;
	display:block;
	background-color:#C8B568;
	z-index:1;
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
	box-shadow: 4px 5px 10px -5px #ffffff;
	border:1px black solid;
	-webkit-box-shadow: inset -83px -200px 226px -156px rgba(0,0,0,0.7);
	-moz-box-shadow: inset -83px -200px 226px -156px rgba(0,0,0,0.7);
	box-shadow: inset -83px -200px 226px -156px rgba(0,0,0,0.7);
}
@media (min-width: 1000px) {
	.menu_seite {
		position:fixed;
		width: 80px;
		left:0px;
		height:180px;
		top:30%;
		padding-top:100px;
		display:block;
		background-color:#C8B568;
		z-index:1;
		border-bottom-right-radius:15px;
		border-top-right-radius:15px;
		box-shadow: 4px 5px 10px -5px #ffffff;
		border:1px black solid;
		-webkit-box-shadow: inset -83px -200px 226px -156px rgba(0,0,0,0.7);
		-moz-box-shadow: inset -83px -200px 226px -156px rgba(0,0,0,0.7);
		box-shadow: inset -83px -200px 226px -156px rgba(0,0,0,0.7);
	}
	
}
.menu_open {
	position:fixed;
	width: 600px;
	left:0px;
	top:40%;
	padding-top:100px;
	margin-left: -17px;
	display:none;
	background-color:#1A2128;
	z-index:5;
	border-bottom-right-radius:255px;
	border-top-right-radius:255px;
	box-shadow: 4px 5px 10px -5px #000000;
	border:8px darkred solid;
	-webkit-box-shadow: inset 200px 200px 226px -156px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 200px 200px 226px -156px rgba(0,0,0,0.7);
	box-shadow: inset 200px 200px 226px -156px rgba(0,0,0,0.7);

	-webkit-box-shadow: 29px 39px 86px -9px rgba(0,0,0,0.7);
	-moz-box-shadow: 29px 39px 86px -9px rgba(0,0,0,0.7);
	box-shadow: 29px 39px 86px -9px rgba(0,0,0,0.7);
}

@media (min-width: 1000px) {
	.menu_open {
		position:fixed;
		width: 600px;
		left:0px;
		top:20%;
		padding-top:100px;
		margin-left: -17px;
		display:none;
		background-color:#1A2128;
		z-index:5;
		border-bottom-right-radius:255px;
		border-top-right-radius:255px;
		box-shadow: 4px 5px 10px -5px #000000;
		border:8px darkred solid;
		-webkit-box-shadow: inset 200px 200px 226px -156px rgba(0,0,0,0.7);
		-moz-box-shadow: inset 200px 200px 226px -156px rgba(0,0,0,0.7);
		box-shadow: inset 200px 200px 226px -156px rgba(0,0,0,0.7);
	
		-webkit-box-shadow: 29px 39px 86px -9px rgba(0,0,0,0.7);
		-moz-box-shadow: 29px 39px 86px -9px rgba(0,0,0,0.7);
		box-shadow: 29px 39px 86px -9px rgba(0,0,0,0.7);	}
	
}
.all_black {
	position:fixed;
	width: 100%;
	left:0px;
	top:0px;
	height: 100%;
	display:none;
	background-color:#000000;
	z-index:4;
	opacity: 0.8;
}
.menu_open_text {
	margin-top:-80px;
	padding:45px;
	font-size:40px;
	color:white;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	text-shadow: 1px 2px #000000;
}

.menu_text {
	padding:15px;
	transform: rotate(270deg);
	font-size:40px;
	color:white;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	text-shadow: 1px 2px #000000;
}
@media (min-width: 1000px) {
	.menu_text {
		padding:15px;
		transform: rotate(270deg);
		font-size:40px;
		color:white;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		word-spacing: 5px;
		text-shadow: 1px 2px #000000;
	}
}

.sachsen {
	top:10px;
	position:fixed;
	left:20px;
	height:120px;
	width: 100px;
	z-index:100;
}
@media (min-width: 1000px) {
	.sachsen{
		top:10px;
		position:fixed;
		margin-left: 15%;
		height:120px;
		width: 100px;
		z-index:100;
	}	
}

.sachsen_rechts{
	display: none;
}	
@media (min-width: 1000px) {
	.sachsen_rechts{
		display: inline;
		text-align: right;
		top:10px;
		right: 15%;
		padding-right: 20px;
		position:fixed;
		height:120px;
		width: 100px;
		z-index:100;
	}	
}
.trans_bild {
	display:none;
}
@media (min-width: 1000px) {
	.trans_bild {
		display:inline;
		position: absolute;
		text-align: right;
		right:0%;
		opacity: 0.75;
		width: 550px;
		height: 300px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		border: thin solid #1A2128;
		top: 30%;
		background-image: url(img/header2.png);
		background-repeat: no-repeat;
		background-size: 900px auto;
		-webkit-box-shadow: -10px 9px 11px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: -10px 9px 11px -7px rgba(0,0,0,0.75);
		box-shadow: -10px 9px 11px -7px rgba(0,0,0,0.75);
	}	
}
.pass {
	padding-top: 150px;
	display:block;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:1px;
}
.admin_mitte {
	width: 100%;
	height: 100%;
	padding-left: 200px;
	padding-top: 140px;
	left: 300px;
	top: 600px;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:1px;
}
input::file-selector-button {
    font-weight: bold;
	background-color: darkred;
    color: white;
    padding: 0.5em;
 	height:50px;
    border: thin solid white;
    border-radius: 3px;
}
input[type=submit] {
	background-color: darkred;
	color:white;
}
textarea {
	background-color: #1A2128;
	color: white;
}
input {
	background-color: #1A2128;
	color:white;
	border-radius: 3px;
	border: thin solid grey;
}
.ueberschrift {
	width: 100%;
	text-align: center;
	position:fixed;
	top:10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:40px;
	color:white;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 15px;
	letter-spacing:3px;
	text-shadow: 1px 2px #000000;
	z-index:100;
}
@media (min-width: 1000px) {
	.ueberschrift {
		width: 70%;
		text-align: center;
		position:fixed;
		top:10px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 15%;
		margin-right: 15%;
		font-size:38px;
		color:white;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		word-spacing: 15px;
		letter-spacing:3px;
		text-shadow: 1px 2px #000000;
		z-index:100;
	}
	
}


.header{
	margin-left: 10%;
	margin-right: 10%;
	width:80%;
	height:100%;
	position:absolute;
	left:0px;
	top: 140px;
	background-color:white;
	z-index:4;
	display:none;
	box-shadow: 4px 5px -120px 5px #000000;
}
@media (max-width: 767px) {
	.header{
		width:70%;
		height:100%;
		margin-left: 15%;
		margin-right: 15%;
		position:absolute;
		left:0px;
		top: 140px;
		background-color:rgb(42,52,64);
		z-index:4;
		display:none;
		box-shadow: 4px 5px -120px 5px #000000;
	}	
}

	
.menu1 {
	position:fixed;
	display:none;
	right:150px;
	top:50px;
	font-size:20px;
	width:100px;
	color:white;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 15px;
	letter-spacing:3px;
	text-shadow: 1px 1px #000000;
	z-index:10;
}
.menu2 {
	position:fixed;
	right:300px;
	display:none;
	top:50px;
	width:100px;
	font-size:20px;
	color:white;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 15px;
	letter-spacing:3px;
	text-shadow: 1px 1px #000000;
	z-index:10;
}
.menu3 {
	position:fixed;
	right:450px;
	display:non;
	top:50px;
	width:100px;
	font-size:20px;
	color:white;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 15px;
	letter-spacing:3px;
	text-shadow: 1px 1px #000000;
	z-index:10;
}
.bilder {
	margin:auto;
	padding: 5px;
	margin-bottom: 65px;
	border-radius: 5px;
	filter: drop-shadow(1px 1px 2px #000);
}

.feuerwehr_bild {
	position:fixed;
	top: 140px;
	display:block;
	left:0px;
	width:100%;
	z-index:0;	
	border-radius: 5px;
}
@media (min-width: 1000px) {
	.feuerwehr_bild {
			position:fixed;
			top: -50px;
			margin-left: 15%;
			margin-right: 15%;
			left:0px;
			width:70%;
			height:auto;
			z-index:0;
			box-shadow: 4px 5px 50px -20px #000000;	

	}
}

.ausbildung {
	background-color: #eee;
	box-sizing: border-box;
	padding:25px;
}
.box { float: left; width: 49%; padding: 20px; background: #eee; box-sizing: border-box; padding-right: 50px; }
.box:last-child { margin-right: 10px;padding-right: 50px; }

.startseite_ueberschrift {
	position:relative;
	right: 0px;
	left: 0px;
	padding-left:50px;
	padding-right: 50px;
	top:580px;
	width:92%;
	max-width: 92%;
	text-overflow:ellipsis;
	min-height:65%;
	z-index:1;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:1px;

	font-size: 45px;
}
@media (min-width: 1000px) {
	.startseite_ueberschrift {
		position:relative;
		text-align: center;
		right: 0px;
		left: 0px;
		padding-left:50px;
		padding-right: 50px;
		top:220px;
		width:64%;
		margin-left: 15%;
		margin-right: 15%;
		text-overflow:ellipsis;
		min-height:85%;
		z-index:1;
		color:#000000;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		font-size: 1.0rem;
		word-spacing: 5px;
		letter-spacing:1px;
	
		font-size: 45px;
	}
	
}
.startseite_ueberschrift_bild {
	display:none;
}
@media (min-width: 1000px) {
	.startseite_ueberschrift_bild {
		position:relative;
		left: 40%;
		padding-left:50px;
		padding-right: 50px;
		top:220px;
		display:block;
		width:20%;
		height: 200px;
		margin-left: 15%;
		margin-right: 15%;
		z-index:3;
		background-image: url(img/header2.png);
		background-repeat: no-repeat;
		background-size: auto;

	}
	
}
.info_inhalt {
	position:absolute;
	right: 0px;
	left: 0px;
	margin-left:0px;
	padding-right: 50px;
	top:530px;
	width:100%;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-overflow:ellipsis;
	overflow: hidden;
	min-height:65%;
	z-index:0;
	background-color:white;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	font-size: 35px;
	letter-spacing:1px;
	-webkit-box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
	-moz-box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
	box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
}
@media (min-width: 1000px) {
	.info_inhalt {
		position:absolute;
		padding-left:50px;
		padding-right:50px;
		top:100px;
		width:65%;
		left:15%;
		right: 15%;
		margin: auto;
		overflow-wrap: anywhere;
		display:none;
		min-height:90%;
		z-index:0;
		display:block;
		background-color:white;
		color:#000000;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		word-spacing: 5px;
		letter-spacing:1px;
		box-shadow: 4px 5px 50px -20px #000000;	
	}
	
}
.bild_schatten {
	-webkit-box-shadow: inset 10px 9px 21px -15px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 9px 21px -15px rgba(0,0,0,0.75);
box-shadow: inset 10px 9px 21px -15px rgba(0,0,0,0.75);

}
.startseite_inhalt {
	position:absolute;
	right: 0px;
	left: 0px;
	padding-left:120px;
	padding-right: 50px;
	top:530px;
	width:84%;
	max-width: 84%;
	text-overflow:ellipsis;
	overflow-wrap: anywhere;
	min-height:65%;
	z-index:0;
	display:block;
	background-color:white;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	font-size: 35px;
	letter-spacing:1px;
	-webkit-box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
	-moz-box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
	box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
}

@media (min-width: 1000px) {
	.startseite_inhalt {
			position:absolute;
			padding-left:50px;
			padding-right:50px;
			top:100px;
			width:65%;
			left:15%;
			right: 15%;
			margin: auto;
			display:none;
			min-height:90%;
			z-index:0;
			display:block;
			background-color:white;
			color:#000000;
			font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			word-spacing: 5px;
			letter-spacing:1px;
			box-shadow: 4px 5px 50px -20px #000000;	
	}
}
.startseite_inhalt_index {
	position:absolute;
	right: 0px;
	left: 0px;
	padding-left:230px;
	padding-right: 50px;
	top:530px;
	max-width: 74%;
	text-overflow:ellipsis;
	min-height:65%;
	z-index:0;
	display:block;
	background-color:white;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	font-size: 35px;
	letter-spacing:1px;
	-webkit-box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
	-moz-box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
	box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
}
@media (min-width: 1000px) {
	.startseite_inhalt_index {
		position:relative;
		top:auto;
		padding-left:230px;
		padding-right: 50px;
		text-overflow:ellipsis;
		z-index:0;
		display:block;
		background-color:white;
		color:#000000;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		word-spacing: 5px;
		font-size: 35px;
		letter-spacing:1px;
		-webkit-box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
		-moz-box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
		box-shadow: inset 24px 30px 72px -25px rgba(26,33,40,1);
	}
	
}

.startseite_inhal_backup {
	position:relative;
	right: 0px;
	padding-left:50px;
	padding-right:50px;
	top:470px;
	width:80%;
	display:none;
	min-height:65%;
	z-index:0;
	display:block;
	background-color:white;
	border-top-left-radius:25px;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:1px;
	box-shadow: 4px 5px 10px 1px #000000;	
}
.startseite_inhalt_admin {
	position:absolute;
	right: 0px;
	padding-left:50px;
	padding-right:50px;
	top:120px;
	width:100%;
	display:none;
	min-height:90%;
	z-index:0;
	display:block;
	background-color:white;
	border-top-left-radius:25px;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:1px;
	box-shadow: 4px 5px 10px 1px #000000;	
}
@media (min-width: 1000px) {
	.startseite_inhalt_admin {
		position:absolute;
		padding-left:50px;
		padding-right:50px;
		top:120px;
		width:65%;
		left:15%;
		right: 15%;
		margin: auto;
		display:none;
		min-height:90%;
		z-index:0;
		display:block;
		background-color:white;
		border-top-left-radius:25px;
		color:#000000;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		word-spacing: 5px;
		letter-spacing:1px;
		box-shadow: 4px 5px 10px 1px #000000;	
	}
}
.inhalt {
	position:absolute;
	right: 0px;
	padding-left:50px;
	padding-right:50px;
	top:190px;
	width:80%;
	z-index:0;
	display:block;
	background-color:white;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:1px;
	box-shadow: 4px 5px 10px 1px #000000;

}

.Text {
	position:absolute;
	left:130px;
	top:520px;
	width:85%;
	font-size:35px;
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:1px;
	z-index:0;
	display:none;

}
.rot_Text {
	font-size:40px;
	color:rgb(0,0,0);
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:1px;
	z-index:0;
	display:block;
	margin-left:-20px;
}
.flammen {
	position: fixed;
	bottom: 60px;
	left: 0px;
	height: 30%;
	width: 100%;
}
.footer {
	position:fixed;
	bottom: -2px;
	left:0px;
	width: 100%;
	height:92px;
	background-color:#1A2128;
	padding-left: 380px;
	padding-top:0px;
	font-size:25px;
	color:white;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing:3px;
	text-shadow: 1px 2px #000000;
	z-index:1;
	-webkit-box-shadow: -7px -9px 12px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: -7px -9px 12px -9px rgba(0,0,0,0.75);
	box-shadow: -7px -9px 12px -9px rgba(0,0,0,0.75);
}
@media (min-width: 1000px) {
	.footer {
		position:fixed;
		bottom: 0px;
		left:0px;
		width:100%;
		height:35px;
		background-color: #1A2128;
		z-index:1;
		font-size:12px;
		color:white;
		font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		word-spacing: 5px;
		padding-top: 20px;
		letter-spacing:3px;
		text-shadow: 1px 2px #000000;
		z-index:1;
		-webkit-box-shadow: -7px -9px 12px -9px rgba(0,0,0,0.75);
		-moz-box-shadow: -7px -9px 12px -9px rgba(0,0,0,0.75);
		box-shadow: -7px -9px 12px -9px rgba(0,0,0,0.75);
	}
	
}
.footer-text {
	position: fixed;

	left: 0px;
	padding-left: 40%;
	bottom: 0px;
	width:100%;
	height:62px;
	z-index: 2;
}
@media (min-width: 1000px) {
	.footer-text {
		position:fixed;
		left: 21%;
		bottom: 0px;
		width:100%;
		height:40px;
		font-size: 1.2rem;
		z-index: 2;
	

	}
	
}
.footer-teichnet {
	position: fixed;
	bottom: 0px;
	padding-top: -25px;
	width:300px;
	left:10px;
	height:80px;
	z-index: 1;
}
@media (min-width: 1000px) {
	.footer-teichnet {
		bottom:-7px;
		position:fixed;
		width: 80%;
		padding-left: 15%;
		height:65px;
		z-index:1;

	}
	
}


a:active {
	text-decoration:none;
	color:white;
}
a:hover {
	text-decoration:none;
	color:white;
}
a:visited {
	text-decoration:none;
	color:white;
}
a:link {
	text-decoration:none;
	color:white;
}

a.schwarz:link {
	color:#000;
	text-decoration: none;
}
a.schwarz:visited {
	color:#000;
	text-decoration: none;
}
a.schwarz:hover {
	color:#000;
	text-decoration: none;
}
a.schwarz:active {
	color:#000;	
	text-decoration: none;
}