/**
 * @author      Felix Hoffmann
 * @package     GWS
 * @subpackage  -
 * @link        -
 * @email       felix-hoffmann@hotmail.com
 * @copyright   mylocalsearch
 *
 * GWS
 * Copyright (C) 2014 Felix Hoffmann
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/


*{
	margin: 0px;
	padding: 0px;
}

html{
  /* background: #E6E6E6; */
  	font-size: 16px;
}

body{
  /* background: #E6E6E6; */
	font-size: 62.5%; /* 1em = 10px */
}


/* ************************** TYPO ****************************
*****************************************************************/

@font-face {
  font-family: "Aller";
  font-style: normal;
  font-weight: 400;
  src: local("Aller Regular"), local("Aller-Regular"), url("../font/Aller_Rg.ttf") format("TrueType");
}
@font-face {
  font-family: "Aller";
  font-style: normal;
  font-weight: 700;
  src: local("Aller Bold"), local("Aller-Bold"), url(../font/Aller_Bd.ttf) format("TrueType");
}

body{
	font-family: "Aller", sans-serif;
	color: #000;
	background: url(../images/sidelogo.gif) left center no-repeat fixed, url(../images/lines.gif) left top repeat;
	z-index: 1;
}

/* Text */

p{
	font-family: "Aller", sans-serif;
	font-size: 1.3em;
	text-align: left;
	color: #605c5b;
}

#footer p{
	font-family: "Aller", sans-serif;
	font-size: 1.1em;
	text-align: center;
	color: #605c5b;
}

#quadrate p{
	font-family: "Aller", sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

#sidebar p {
	font-family:  "Aller", sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
	display:block;
	background: #999999;
	width: 230px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	border-bottom: 1px #858585;
}

/* Titel */

h1 {
	font-family: "Aller", sans-serif;
	font-size: 2.2em;
	text-align: left;
	color: #f09300;
	margin-bottom: 5px;
}

h5 {
	font-family: "Aller", sans-serif;
	font-size: 2.2em;
	text-align: left;
	color: #605c5b;
	margin-bottom: 5px;
}

h2 {
	font-family:  "Aller", sans-serif;
	font-size: 2.4em;
	font-weight: 700;
	color: #FFF;
}

#content h2{
	font-family: "Aller", sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #605c5b;
}

h3 {
	font-family:  "Aller", sans-serif;
	font-size: 2.9em;
	color: #605c5b;
}	
/*
#sidebar h3:first-child{
	margin-top: 300px;
	color: 000;
}*/
#content h3{
	font-family: "Aller", sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: left;
	color: #1a6eef;	
}

h4 {
	font-family:  "Aller", sans-serif;
	font-size: 2.9em;
	color: #f09300;
}	

#content h4{
	font-family: "Aller", sans-serif;
	font-size: 2.2em;
	text-align: center;
	color: #f09300;
	margin-bottom: 5px;		
}

/*
footer{
	text-align: center;
	line-height: 43px;
	font-size: 11px;
}
	*/
	
/* Links */
	
a.footer{
	text-align: center;
	line-height: 43px;
	font-size: 11px;
	color: #605c5b;
	text-decoration: none;
}


/* ************************** LAYOUT ****************************
*****************************************************************/


#wrapper{
  	width: 90%;
	margin: 0 auto;
  	padding-left: 2%;
 	padding-right: 2%;
 	height:auto !important;
  	overflow: hidden !important; /* FF Scroll-leiste */ 
	background: #FFF;
}
	

@media screen and (min-width: 1150px) {
	#wrapper{
  width: 1050px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 1050px;
  height:auto !important;
  height:1050px;
  overflow: hidden !important; /* FF Scroll-leiste */ 
  background: #FFF;
  z-index: 1;
	}
}


/* Header */

#main-header{	
  	width: 100%;
  	float: left;
	margin-top: 3%;
  	border: 1px solid #605c5b;
}

#titelbild{
	width: 100%;	
	text-align: center;
}
/*
#headerline{
	width: 1050px;
	height: 65px;
	float:left;
}
*
#headerlogo{
	width: 96%;
	height: 40px;
	float:left;
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-top: 3%;
}

#headerlinks{
	margin-top: 15px;
	width: 300px;
	height: 65px;
	float: right;
}

a.fb{
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	background:url(../images/facebook.gif);
	background-repeat:no-repeat;
}

a.gp{
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	background:url(../images/google.gif);
	background-repeat:no-repeat;
}

#impressum{
	width: 299px;
	height: 10px;
	float: right;
}

#impressum a{
	font-family:  "Aller", sans-serif;
	font-size: 12px;
	color: #605c5b;
	float: right;
	margin: 2px;
}



#indexheader{
	background-color: #1a6eef;
	background-repeat:no-repeat;
	width: 1048px;
	height: 448px;
	float:left;
	border: 1px solid #605c5b;

}

#headerbild{
	background:url(../images/Berg_RGB_300dpi.jpg);
	background-repeat:no-repeat;
	width: 1048px;
	height: 590px;
	float:left;
	border: 1px solid #605c5b;

}
/* Section */

#section-wrapper{	
  	width: 100%;
  	float: left;
	margin-top: 3%;

}

#sidebar{
	width: 20%;
	float: left;
	margin-top: 1%;
}

#content{
	width: 70%;	
	padding: 2em;
	margin-left: 4%;
	margin-top: 1%;
	margin-bottom: 2%;
	float: left;
	border: 0.7em dotted #BDBDBD;
}

#contentw{
	width: 100%;	
	float: left;
}

#team{
	width: 43%;
	float: left;
	padding: 2%;
	margin: 0.5%;
}

#teamtext{
    width: 100%;
	float: left;
}

#quadrate{
	width: 1050px;	
	height: 90px;	
	margin: 5px;
	float: left;
	margin-bottom: 20px;
}

#ol a{
	font-family: "Aller", sans-serif;
	font-size: 1em;
	text-align: left;
	color: #605c5b;
	display: block;
	height: 100%;
	text-decoration: none;	
}

#sl a{
	font-family: "Aller", sans-serif;
	font-size: 1em;
	text-align: left;
	color: #ffffff;
	display: block;
	height: 100%;
	text-decoration: none;
	margin: 1em;	
}

#ol{
	background-color: #f09300;
	background:url(../images/test.png);
	background-repeat: no-repeat;
	background-color: #f09300;
	width: 222px;
	margin: 8px;
	height: 80px;
	padding: 5px;
	float: left;
}

#sl{
	background-color: #605c5b;
	width: 222px;
	margin: 8px;
	height: 80px;
	padding: 5px;
	float: left;
}

#ol p{
	text-align: center;
	margin-top: 10px;
}

#bilder{	
	width: 720px;	
	margin: 5px;
	float: left;
	margin-bottom: 20px;
}


#adresse{
	width: 90%;
	float: left;	
	margin-top: 6%;
}

#contentimp{
	width: 90%;
	float: left;
}	

#dieterimp{
	width: 130px;
	height: 156px;
	float: left;
	margin-top: 35px;
	background:url(../images/dieter.jpg);
	background-repeat: no-repeat;
}

#contentimpi{
	width: 730px;
	float: left;	
}



/* Footer */

a.footer{
	
}

#uefooter{
	width: 100%;
	float: left;
}


#uefooter h1{
	font-family: "Aller", sans-serif;
	font-size: 3.3em;
	font-weight: bold;
	text-align: center;
	color: #1a6eef;	
	margin-top: 7px;
}

footer{
	width: 95%;
	padding-top: 2%;
	float:left;
	border-top: 1px dotted #605c5b;
}

a.mail{
	width: 100px;
	height: 100px;
	background:url(../images/mail.png);
	background-repeat: no-repeat;	
	float:left;
}

/* ************************** SUB-NAVIGATION ************************
********************************************************************/

#sidebar .menu{
	list-style-type: none;
	width: 230px;
}

#sidebar .menu li a{
	width: 230px;
	height: 3.6em;
	display: block;
	float:left;
	
	font-family: "Aller", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3.6em;
	text-indent: 3em;
	color: #605c5b;
	text-decoration: none;
	
	background: url(../images/menu.gif) no-repeat;
	background-repeat: no-repeat;
	
	border-bottom: 1px dotted #605c5b;
	
	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

@media screen and (max-width: 1150px) {
	body{
		background: none;
	}	
	
	#team{
		width: 90%;
	}
	
	#content{
		width: 90%;
		margin-left: 1%;
		padding: 2%;
	}
	
	#profilbild{
		width: 60%;	
		text-align: center;
	}
	
	#sidebar{
		width: 100%;
	}
	
	#sidebar .menu{
		width: 100%;
	}

	#sidebar .menu li a{
		width: 100%;
	}
	
	#quadrate{
		width: 98%;	
		height: inherit;	
		margin: 1%;
		float: left;
		margin-bottom: 3%;
	}

	#ol{
		width: 90%;
		margin: 2%px;
		height: 8em;
		padding: 1%;
	}

	#sl{
		width: 90%;
		margin: 2%px;
		height: 8em;
		padding: 1%;
	}	
}

@media screen and (max-width: 450px) {
	
	#profilbild{
		width: 100%;	
	}
}

#sidebar .menu li a:hover{
	background: #CCCCCC;
	background-repeat: no-repeat;
	
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}