@charset "utf-8";
/* CSS Document */

@media  all and (min-width: 1325px)
{



.header
{
	height: 150px;
	

}

.htext
{
	
	
	width: 75%;
	float: left;
		
}
	
.htext p
{
	
	
	padding-left: 20%;
		
}

.himg
{
	background-image:url(../images/Logo_piled.png);
	background-repeat: no-repeat; 
	background-size:contain;
	height: 150px;
	width:25%;
	min-height: 150px;
	float:left;
		
}


.header h1
{
	text-align: left;
	font-size: 3em;
	line-height: 0px;
}
	
.header h2
{
	text-align: left;
	font-size: 2em;
	line-height: 0px;
	
}

	
/* MENUE */
	
.menubar_mobile
	{
		display:none;
				
	}


.menuContainer
	{
		width: 75%;
		margin: 0 auto;
	}


.btnContainer
	{
		width:1000px;
		line-height: 50px;
  		text-align: center;
		margin: 0 auto;
		height:50px;
		
   }

		
	}

	.btnContainer li
	{
		
		float:left;
		margin-right:2px;
		list-style: none;
		background-color:#5BC9F0;
		border-radius: 5px;
		height: 100%;
		width:auto;
		padding-left:5px;
		padding-right:5px;
		font-size: 1.8em;
		color:#000000;
		
	}

.btnContainer, a:hover
{
    
	font-weight:900;
	
}


/*-------------------------------------------*/


/*---------Content-----------*/
	




.itemContainer
{
	width: 75%;
    margin: 0 auto;
	
}
.imgService
{
	
	float:left;
	width:25%;
	height: 0 auto;
	padding-top:5%;
	padding-bottom:5%;
	
}

.imgService img
{
	 width:98%;
	 height:75%;
	
}

.textService
{
	float:left;
	width:73%;
	padding-left: 1%;
	padding-right: 1%;
}
.textService p
{
	line-height: 2;
	font-family: Arial;
	font-size: 1.5em;
	
}


.address 
	{
		display:none;
	}
/*-------------------------------------------*/


}/*end @media min 600px*/