@charset "utf-8";
/* CSS Document */

html, body
	{
	
	max-width:100%;
	width:100%;
	min-width:340px;
	margin:0;
	padding: 0;
	font-family: Arial;
}

.header
{
	background-color:#FFFFFF;
	width: 100%;
	position: relative;
	
}

/* MENUE */
.menubar_full
{
	background-color: #06AFFB;
	width: 100%;
	min-height:30px;
	max-height:50px;
	position: relative;
	
}

.menubar_mobile
{
	background-color: #06AFFB;
	width: 100%;
	min-height:30px;
	max-height:30px;
	
}

.btnContainer, a:link, a:visited
{
    text-decoration: none;
	text-decoration-color:#000000;
	font-weight: 100;
	color:#000000;
	
}

.btnContainer, a:hover
{
    text-decoration: none;
	
	
}

.btnContainer
{
  max-height:50px;

	
}

/*----SLIDESHOW-----*/

.slider
{
	
	height:350px;
	width:100%;
	position: relative;
	
	
}


.slide-left
{
	position: absolute;
	left: 15px;
	top: 100px;
	width:20px;
	vertical-align: middle;
	z-index: 9999;
	white-space: nowrap;

}
.slide-left button
{
	
    height:75px;
	width:50px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/leftarrow.png);
	border:none;
	
		
	
}

.slide-center
{
	
	width:100%;
		
}
.slideshow
{
	
	width:100%;
		
}

.slide-center img
{
	
	width: 100%;
	height: 350px;
	
}

.slide-right
{
	position: absolute;
	right: 50px;
	top: 100px;
	width:20px;
	vertical-align: middle;
	white-space: nowrap;
	
}

.slide-right button
{
	
    height:75px;
	width:50px;
	vertical-align: middle;
	background-image: url(/images/rightarrow.png);
	border:none;
		
}


/*----------------------*/

/*-------Main Content ---------*/
.centralContainer0
{
	
	width: 100%%;
  
}

.centralContainer1
{
	
	width:100%;
	background-color: #06AFFB;
	
}

.textService input
{
	
width:320px;
}
/*----------------------*/

/*------Footer--------*/

.footer
{
	
	width: 100%;
	background-color:#B2AFAF;
	min-height: 25px;
	position:relative;
   	
	
}

.footadd
{
	
	width: 100%;
	text-align: center;
	font-size: 1em;
	display: block;
	
}

.social
{
	
	width: 100%;
	text-align: center;
	font-size: 1em;
	display: block;
	
}
.social img
{
	
	width: 30px;
	height:30px;
	
}