body {
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	background-image:url(../images/background.png);
	background-position:center center;
	background-attachment:fixed;
	height:100%;
	width:100%;
	/*width:720px;*/
}

#content {
	/*width:auto;*/
	height:100%;
	width:100%;
	padding:10px 10px 112px;
	color:#3cf;
}

#contentWithTopMenu {
	height:100%;
	width:100%;
	padding:132px 10px 170px;
	color:#3cf;
}

#content h1 {
	margin-top:0;
	padding-top:0;
	/*font-weight:400;*/
	font-size:32px;
}

.contentRow {
	display:block;
	padding:0;
	border:1px solid rgba(255,255,255,0.5);
	clear:both;
}
.contentRowVar {
	display:block;
	padding:0;
	border:1px solid rgba(255,255,255,0.5);
	clear:both;
	height:auto;
}

.contentRow div {
	display:block;
	float:left;
	height:146px;
}

.contentRowVar div {
	display:block;
	float:left;
	height:auto;
}

.contentRow div h3{
	padding:0;
	margin:0;
}

.contentRow image{
	height:108px;
	width:auto;
	display:block;
	margin-right:10px;
	float:left;
}

.Beschreibung {
	font-size:1.25em;
	padding-right:10px;
	display:block;
	float:left;
	padding-top:3px;
	color:#000000;
}

.Meldung {
	font-size:1.25em;
	padding-right:10px;
	display:block;
	float:left;
	padding-top:3px;
	color:#000000;
}

.Code {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
	padding-right:10px;
	display:block;
	float:left;
	padding-top:3px;
	color:#000000;
}

.Stickernummer_cls {
	font-size: 50px;
	position: relative;
	left: 10px;
	top: -150px; 
}

.AnzahlNull {
	font-size:1.25em;
	padding-right:10px;
	display:block;
	float:left;
	padding-top:3px;
	color:#FF0000;
}

.AnzahlEins {
	font-size:1.25em;
	padding-right:10px;
	display:block;
	float:left;
	padding-top:3px;
	color:#00FF00;
}

.AnzahlZwei {
	font-size:1.25em;
	padding-right:10px;
	display:block;
	float:left;
	padding-top:3px;
	color:#0000FF;
}

/**Top Menu**/
#topMenu {
	position:fixed;
	top:0;
	left:0;
	height:112px;
	padding:10px;
	background-color:rgba(255,255,255,0.8);
	width:100%;
	margin-bottom:-px;
}

.topMenuLink {
	color:#09f;
	text-decoration:none;
}


.topMenuH1 {
	text-align:left;
	display:block;
	margin-top:20px;
	margin-left: 100px;
	font-size:52px;
	color:#09f;
}

.contentPostfix {
	height:0px;
	padding:0px;
	background-color:rgba(255,255,255,0);
	width:100%;
	margin-bottom:170px;
	display:block;
}


#backArrow {
	border-top:2px solid #0EF;
	border-left:2px solid #0EF;
	width:36px;
	height:36px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	display:inline-block;
}

#menu {
	/*border-top:2px solid #000;*/
	/*border-bottom:2px solid #000;*/
	width:36px;
	height:36px;
	margin-top:38px;
	margin-left:25px;
	display:inline-block;
}

.menuicon {
	width:100%;
	height:100%;
	padding:0;
	position:relative;
	color:#000;
	text-decoration:none;
	font-size:27px;
	display:inline-block;
	margin:0;
}

.menuicon:before {
	content: "";
	display:block;
	/*padding-top:80%;*/
	padding-top:32px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:32px;
}

#menu:before {
	background-image:url(../images/icons/menu.png);
}

#ObenLinks {
	position:fixed;
	top:0;
	left:0;
	height:112px;
	padding:10px;
	/**background-color:rgba(255,255,255,0.8);**/
	/**width:50%;**/
	margin-bottom:-px;
}

/**ObenRechts**/
#ObenRechts {
	position:fixed;
	top:0;
	right:0;
	height:112px;
	padding:10px;
	/**background-color:rgba(255,255,255,0.8);**/
	/**width:50%;**/
	margin-bottom:-px;
}

#selectAll {
	/*border-top:2px solid #000;*/
	/*border-bottom:2px solid #000;*/
	width:36px;
	height:36px;
	margin-top:38px;
	margin-left:25px;
	display:inline-block;
}

.selectAll {
	width:100%;
	height:100%;
	padding:0;
	position:relative;
	color:#000;
	text-decoration:none;
	font-size:27px;
	display:inline-block;
	margin:0;
}

.selectAll:before {
	content: "";
	display:block;
	/*padding-top:80%;*/
	padding-top:32px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:32px;
}

#selectAll:before {
	background-image:url(../images/icons/select_all.svg);
}

#selectNone {
	/*border-top:2px solid #000;*/
	/*border-bottom:2px solid #000;*/
	width:36px;
	height:36px;
	margin-top:38px;
	margin-left:25px;
	display:inline-block;
}

.selectNone {
	width:100%;
	height:100%;
	padding:0;
	position:relative;
	color:#000;
	text-decoration:none;
	font-size:27px;
	display:inline-block;
	margin:0;
}

.selectNone:before {
	content: "";
	display:block;
	/*padding-top:80%;*/
	padding-top:32px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:32px;
}

#selectNone:before {
	background-image:url(../images/icons/select_none.svg);
}

/**Navigation**/
#navigation {
	position:fixed;
	width:100%;
	height:170px;
	background-color:rgba(255,255,255,0.85);
	bottom:0;
	left:0;
	display:block;
	padding:0;
	margin:0;
	text-align:center;
	z-index:100;
}

.icon {
	width:20%;
	height:100%;
	padding:0;
	position:relative;
	color:#000;
	text-decoration:none;
	font-size:27px;
	display:inline-block;
	margin:0;
}

.icon:before {
	content: "";
	display:block;
	/*padding-top:80%;*/
	padding-top:128px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:104px;
}

 @media only screen and (max-width:400px) {
	 #list:before {
		 background-position:center 8px;
		 background-size: 50% auto;
	 }
 }

 
@media only screen and (min-width:801px) and (orientation:landscape) {
	#navigation {
		max-height:80px;
		height:80px;
	}

	#topMenu {
		height:60px;
	}	
	
	#contentWithTopMenu {
		padding: 80px 10px 80px;
	}
	
	#menu {
		margin-top:18px;
	}
	
	.icon {
		 height:60px;
		 min-width:none;
		 width:20%;
		 background-position: left top;
		 background-size: auto 75%;
		 background-repeat:no-repeat;
		 margin-top:10px;
        line-height: 60px;		 
	 }
	 
	 .icon:before {		 
		 padding-top:0;
		 background-size:auto 75%;
		 background-position:center center;
		 background-size: auto 75%;
		 background-repeat:no-repeat;
	 } 

	#sticker {
		background-image:url(../images/icons/sticker.svg);
	}
	#sticker_aktiv {
	    color:#3cf;
		background-image:url(../images/icons/sticker.svg);
	}
	#tausch {
		background-image:url(../images/icons/tausch.svg);
	}
	#tausch_aktiv {
	    color:#3cf;
		background-image:url(../images/icons/tausch.svg);
	}
	#profil {
		background-image:url(../images/icons/profil.svg);
	}
	#profil_aktiv {
	    color:#3cf;
		background-image:url(../images/icons/profil.svg);
	}
	#mehr {
		background-image:url(../images/icons/mehr.svg);
	}
	#mehr_aktiv {
	    color:#3cf;
		background-image:url(../images/icons/mehr_aktiv.svg);
	}
 }


#sticker:before {
	background-image:url(../images/icons/sticker.svg);
}
#tausch:before {
	background-image:url(../images/icons/tausch.svg);
}
#profil:before {
	background-image:url(../images/icons/profil.svg);
}
#mehr:before {
	background-image:url(../images/icons/mehr.svg);
}
#sticker_aktiv:before {
	color:#3cf;
	background-image:url(../images/icons/sticker.svg);
}
#tausch_aktiv:before {
	color:#3cf;
	background-image:url(../images/icons/tausch.svg);
}
#profil_aktiv:before {
	color:#3cf;
	background-image:url(../images/icons/profil.svg);
}
#mehr_aktiv:before {
	color:#3cf;
	background-image:url(../images/icons/mehr_aktiv.svg);
}


/**Inhalt Klassen und IDs**/
#logo {
	background-image:url(../images/tsv_zaisertshofen_wappen.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	width:40%;
	height:80%;
	position:absolute;
	left:30%;
	top:0;
	display:block;
}

/**Diverse Links**/
.mehrLink {
	display:block;
	width:auto;
	padding:10px 0;
	border-bottom:2px solid #FFF;
	color:#3cf;
	text-decoration:none;
	font-size:50px;
}


 
 /**Sticker Bild
 	background-image: url("../images/bbqWeather/bbq.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
 **/
#StickerBigField {
	height: 120px;
	width: auto;
	margin: 0 auto;
}

#StickerBigField:before{
	content: "";
	display: block;
	padding-top: 100%;
}

 /**
.StickerVorhanden:after, .StickerFehlt:after {
	font-size: 50px;
	margin-bottom: -50%;
	margin-left: 50%;
	display: block;
	float: left;
}
 **/
.StickerVorhanden:after, .StickerFehlt:after {
	font-size: 50px;
	position: relative;
	left: 60px;
	top: -65px; 
}
.StickerDoppelt:after {
	font-size: 50px;
	position: relative;
	left: 30px;
	top: -65px; 
}


.StickerVorhanden:after {
	content: "✓";
	color: #27ae60;
}

.StickerFehlt:after {
	content: "✗";
	color: #c0392b;
}
.StickerDoppelt:after {
	content: "✓✓";
	color: #034efc;
}

/*Formular*/
form {
   background-color: #eee; 
   width: 100%; /* Breite des Formulars */
   padding: 20px; 
   border: 1px solid #8c8c8c;
}

form label { 
   font-size:32px;
   display: block; /* Beschriftung auf eigener Zeile */
   cursor: pointer;  /* Mauszeiger wird zur Hand */
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
   font-size: 2.3em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: teal;
   border: 1px solid silver;
   background-image: linear-gradient(to top, gainsboro 0%, white 90%);
   border-radius: 30px;
   margin-bottom:20px;
   padding:10px;
}

input[type="submit"] {
   font-size: 2.3em; padding: 5px 12px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: teal;
   border: 1px solid silver;
   background-image: linear-gradient(to top, gainsboro 0%, white 90%);
   border-radius: 30px;   
   margin-top:10px;
   padding:10px;
}

.content_ul_class {
	margin: 0;
    padding: 0;
}

.content_ul_class li {
    display: inline-block;
    width: 110px;
    height: 146px;
    border: 1px solid #000;
}
