html, body {
	background-image: linear-gradient(to top, orange 0%, lightblue 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	font-family: arial;
}	
button {
	background-color: #E6E6E6; /* Green */
    border: none;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
a, a:link, a:active {
 color: #0000FF;
 text-decoration: none;
}
a:hover {
 color: #FF0000;
 font-weight: bold;
 text-decoration: none;
}
#bild {
box-shadow: 5px 5px 10px grey;
border-width:1px;
  border-style:solid;
  border-color:black;
  padding:2px;
  text-align:justify;
  }
bild {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
}
.bildmitbildunterschrift {
    width:auto;
	height:auto;
    position: relative;
}
.bildmitbildunterschrift img {
    display: block;
}
.bildmitbildunterschrift span {
    background-color: black;
	opacity: 0.8;
    position: absolute;	
	top: 0;
	bottom: 0;
    width: 100%;
    line-height: 3em;
    text-align: center;
	color: #FFFFFF;
	text-shadow:Black;
	font-weight:bold;
	font-size:24px;
}
div#page {
	min-width: 1000px;
	width: fit-content;    /* passt sich dem Inhalt an */
	max-width: 100%; 
	margin: 0 auto;
	
	border-radius: 20px 20px 20px 20px;
	border: 2px solid #000099;
	box-shadow: 0px 0px 20px 0px black;
	overflow: hidden;
}
#header {
	height: 170px;
}
#menue {
background-color: #E6E6E6;
height: inherit;
}
#error {
background-color: ivory;
margin: 20px;
border: 3px solid red;
padding: 10px;
text-align: center;
font-weight: bold;
}
#error:empty {
 display: none;
}
#logindiv {

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 50px;
	background-color: darkgray;
	border: 2px dotted;
}
.fullscreen-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(128, 128, 128, 0.7); /* semi-transparent gray */
	z-index: 9999;
}

body.noscroll {
  overflow: hidden;
}

#title {
	height:95px;
	background: linear-gradient(90deg, rgb(136, 132, 212) 0%, rgb(9, 9, 121) 35%, rgb(0, 212, 255) 100%);
}
#wappen {
	background-image: url("/pics/wappen/feuerwehr.gif");
	 background-size: contain;
	 background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}
#feuerwehr {
	background-image: url("/pics/logo_zittau.gif");
	background-size: contain;
	background-repeat: no-repeat;
	width: 265px;
	height: 100px;
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}
#title span {
	font-size: 70px;
	font-style: italic;
	color: red;
	font-weight: bold;
	left: 20%;
	position: relative;
	top: 30px;
	text-shadow: 3px 3px black;
}
#audi {
	height: 30px;
	background-color: red;
	}
div#content {
	height:auto;
	min-height:	600px;
	padding: 20px;
	background-color:#E6E6E6;
	overflow:auto;
	  position: relative;
}
div#footer {
	height:auto;
	text-align: right;
	FONT-SIZE: 10pt;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	padding-right: 20px;
}

#menu {
	width: 100%;
	float:inherit;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111;
	background: linear-gradient(#444, #111);

	
}

#menu li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 15px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #111;
	
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
	
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 195px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a /* Feldeigenschaften*/
{    
    padding: 10px;
	height: 10px;
	width: 175px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
figure,
figcaption {
	margin: 0;
	padding: 0;
}

figure.einzel {
	overflow: hidden;
	position: relative;
	display: inline-block;
}

figure img {
	width: 100;
	height: 70;
	display: block;
}

figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 3em;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

figcaption {
	position: absolute;
	bottom: -3em;
	/* gilt für das erste (linke) Beispiel */
	
	text-align: center;
	line-height: 2em;
	white-space: nowrap;
	color: white;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

figure.mitte figcaption {
	width: 0;
	left: 50%;
}
/* gilt für das letzte (rechte) Beispiel */

figure.rechts figcaption {
	width: 0;
	bottom: 50%;
	left: 50%;
	overflow: hidden;
}

figure:focus figcaption,
figure:hover figcaption {
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
/* das Fragezeichen als Pseudo-Element */

figure:before {
	content: "?";
	position: absolute;
	top: 0.25em;
	right: 0.25em;
	background: rgba(255, 255, 255, 0.5);
	color: red;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

figure:focus:before,
figure:hover:before {
	background: rgba(255, 255, 255, 0);
	color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 800px) {
	body {
		width: 100%;
		margin: 2% 0;
		padding: 1%;
	}
	figure.einzel {
		width: 48%;
	}
}

@media only screen and (max-width: 600px) {
	figure.einzel {
		width: 100%;
	}
}
div.container {
	position: relative;
}

.box-logo {
	#background-color:red;
	background-image: url(/pics/FZ.png);
	background-repeat: no-repeat;
	background-size: auto 50px;
	width: 100px;
	font-size: 12px;
	text-align:left;
	height:50px;
	float: left;
		margin-bottom: 10px;

}
.box-text {
	color: blue;
	font-size: 50px;
	text-align:left;
	font-weight: bold;
	max-height:50px;
	
	bottom: -55px;
	left:90px;
	
}

.redbluelinesmall {
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: red;
  background-image: linear-gradient(to right, red 0%, blue 100%);
  float: clear;
}
.toggle {
    margin-right: 20px;
    position: relative;
    display: inline-block;
	width: 50px;
	height: 26px;
	float: left;
}

.toggle input {
    display: none;
}

.roundbutton {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: gray;
    display: block;
    transition: all 0.3s;
    border-radius: 3.4rem;
    cursor: pointer;
}

.roundbutton:before {
    position: absolute;
    content: "";
    height: 20px;
	width: 20px;
    border-radius: 100%;
    display: block;
    left: 3px;
	bottom: 3px;
    background-color: white;
    transition: all 0.3s;
}

input:checked + .roundbutton {
    background-color: mediumseagreen;
}

input:checked + .roundbutton:before  {
    transform: translate(24px, 0);
}

.weekday {
width: 100%;
border: 1px solid;

overflow: auto;
}

.female {
	color: darkred;
}
.ToF1 {
	color: limegreen;
}
.ToF {
	color: red;
}
