/* Allgemein */
     
body {
  		font: 100% Roboto;/* Helvetica, sans-serif;/*Verdana, Arial,*/
		background:#D8d8d8;
		margin:auto;
  		padding:0;
  		color: #555c62;
}
main {
	float: left;
  	background-color: #ffffff;
   /*margin-right: 22px;*/
   margin-left: 22px;
  	padding: 0px;
  	
  	
  	padding:10px;
  	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
		
	border: 2px solid #014e2a;
            
    word-spacing: 0; margin: 0px; 
    overflow:auto;
        position: relative;


}
* html #content{ 
				width:318px;
				height:370px;
			}
* + html #content{  
				width:418px;
				height:470px;
			}
footer {
   clear: both;
   padding: 0px;
   height:3em ;

}
footer a{
  float:right; 
  margin-right: 27px;
  margin-top: 3px;
  text-align: left;
  font-size: 1em;
  text-decoration: none;
 
}

	

h1{
		font-size:1.8em; 
		font-weight:normal;
		margin: 0.9em;
		text-align: center;
		
}
h2{
		font-size:1.4em; 
		color:#014E2A;
		font-weight:normal;
		margin: 0.25em;
		text-align: center;
}
h3{
		color: #555c62;
		font-size:1.17em;
}

a {
	color:#014E2A;	
	text-decoration: none;
	
}
a:hover{
	color: #7b1605	;
}

p {
	color: #555c62;
}

li{
	color: #555c62;
}

footer a{
	color: #555c62;
}
footer a:hover{
	color: #7b1605	;
}

.equi_epos_lettering{
	font-family:Roboto,serif;
	text-align: center; 
	font-size:2.8em; 
	color:#7B1605; 
	margin:0.5em
}
.description_text{
		font-size:1.3em; 
		margin: 0;
		text-align: center;
}				
/*-----------------PDF -----------------*/
.pdf{
		list-style-image: url(pdf.jpeg);
		margin-left: 10px;
		padding-left: 10px;
		}
.angerueckt {
				margin: 5px;
				margin-left: 13px;
				padding: 5px;
}
summary {
		color: #7b1605	;
		font-weight: bold;
		font-size:1.17em;
		margin-top: 1.3em;
}

/*-------------Facebook-----------------*/
.facebook 	{
		display: block;
   	height: 1em;
   	width: 1em;
		margin-right: 0px;
		background: url(FB-white.png);
		background-size: 1em 1em;
		z-index:1;
		transition: background-image 1s;

 			}

.facebook:hover   {
		z-index:2;
		background: url(FB-blue.png);
		background-size: 1em 1em;
}		


#bilder {
	float: left;
  	padding: 0px 0px;
  	margin-right: 22px;
  /*	height:411px;
	width:300px;*/
}
.pics{
	background-color: #7B1605;
	background-repeat: no-repeat;
	background-size: 136px 133px;
	height:131px;
	width:133px;
	border:10px;
	
	color:#f0f0f0;
	font-size : 10px;
	font-weight: normal;
	text-align:center;
	vertical-align:middle;
	
	transition: transform 0.7s;
	
	}

}

/*PC*/
.picsTable{
	margin-top: -6px;
	border-spacing:6px;
}

.pic1{
		background-color: #008846;
}
.pic2{
		background-color: #7B1605;
}
.pic3{
		background-color: #008846;
}

.pic6{
		background-color: #014E2A;
}

#print{display: none;}


@media  ( min-width: 840px ),( min-device-width:840px),
		( min-height: 590px ),( min-device-height:590px ){
			
	#seite {		
	    position: absolute;
		top:50%;
		left: 50%;
		height: 585px;
		width: 824px;
		margin-top: -300px;
		margin-left:-420px;
	}
	main{
		height:530px;
  		width:502px;
	}


	#mobileLogo{
		display: none;
	}	
	#bilder{
		display: block;
	}
	td{
		font-size: 1em;
	}
h2{
		margin-top: 0.5em;
	}
	.valign_bottom	{
		position: absolute;
    	bottom: 0;
    	font-size: 1em;
	}
}
 /*Smartphone*/

@media ( max-width: 840px ),( max-device-width:840px),
		( max-height: 590px ),( max-device-height:590px ) { 

    #seite {
    	position: absolute;
		left: 0;
		top:0;
		width: 100%;
		height: 100%;
		margin: 0px;

	}
	#bilder{
		display: none;
	}
	#mobileLogo{
	display: none;
	}
	main{
		width: 100%	;
		margin: 0px;
		height:90%;
		height:calc(100% - 4em);
    	height:-moz-calc(100% - 4em);
    	height:-webkit-calc(100% - 4em);
		

	}
	footer a{
		  font-size: 1em;	
	}
	td{
		font-size: 1em;
	}
	h2{
		margin-top: 1em;
	}
	.valign_bottom	{
		position: relative;

	}


}

