@charset "utf-8";
/* CSS Document */
@media all and (max-width: 1324px) and (min-width:680px)
{
	
.header
{
	height: 100px;

}

.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: 100px;
	width:25%;
	min-height: 100px;
	float:left;
		
}


.header h1
{
	text-align: left;
	font-size: 1.5em;
}
	
.header h2
{
	text-align: left;
	font-size: 1.0em;
	line-height: 0px;
	
}
	

/* MENUE */
	
.menubar_mobile
	{
		display:none;
				
	}
	
.menubar_full
	{
	 position: relative;
		
	}

.menuContainer
	{
		width: 75%;
		margin: 0 auto;
	}
.btnContainer
	{
		width: 550px;
		line-height: 30px;
  		text-align: center;
		margin: 0 auto;
		
		
	}

		
.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: 1em;
		
	}

	.btnContainer, a:hover
{
    
	font-weight:700;
	
}
	
/*-------------------------------------------*/

	/*---------Content-----------*/
	
.itemContainer
{
	width: 100%;
    margin: 0 auto;
	
}
.imgService
{
	
	display:none;
	
}

.imgService img
{
	 width:98%;
	 height:75%;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

.textService
{
	float:left;
	width:98%;
	padding-left: 1%;
	padding-right: 1%;
}
.textService p
{
	line-height: 1.5;
	font-family: Arial;
	font-size: 1.3em;
	
}

	
	.address
	{
		width:100%;
	}
/*-------------------------------------------*/
	
}/*end media width*/
