@charset "utf-8";
/* CSS Document */
@media all and (max-width: 679px)
{
	
.body
	
	{
		
		
		
		
	}

.header
{
height 50px;	
min-height: 50px;
position: relative;
}
	
.htext
{
	width: 100%;
	float:left;

	
}

.htext p
{

	padding-left: 5%;
	
	
		
}
	
.himg
{
	display:none;
	
}

.header h1
{
	text-align: left;
	font-size: 1.2em;
	line-height: 0px;
}
	
.header h2
{
	text-align: left;
	font-size: 0.9em;
	line-height: 2px;
	
}
	

	
	
/* MENUE */	
	


.menubar_full
	{
		
		display: none;
	}
	
/*--------DROPDOWN MENU------------------*/
	
/* Dropdown Button */
.dropbtn {
    background-color: #5BC9F0;
	background-image: url(/images/menu_tp.png);
	background-size: 50px 30px;
	width:50px;
	height:30px;
	border:none;
	cursor:pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 
	
/*-------------------------------------------*/

/*---------Slider-----------*/	
	
.slider
	{
		
		display:none;
	}
	
/*-------------------------------------------*/

/*---------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.1em;
	
}

/*-------------------------------------------*/

.address
	{
		width:250px;
		margin: 5px;
		display: block;
		
	}
	
	
} /*End media @600px
