body{
	font-family: 'Titillium Web', sans-serif;
	color: #4d4747;
}

html { font-size:90%; } 

header{
/*	height: 125px; */
	min-height: 125px;
	color: #fff;
	background: url(../images/bg_header.jpg);
}

header #kopf{
	margin: 0 auto;
	background: url(../images/dahacon_logo.png) no-repeat 100px 30px;
	height: 150px;
	padding-left: 250px;
}

nav{
	background-color: #ded4c3;
	width: 100%;
}

#navigation{
	padding-left: 242px;
}

#navigation li{
	display: inline;
}

#navigation li a{
	display: inline-block;
	padding: 10px;
	color: #363434;
	font-weight: lighter;
}

#navigation li a:hover, .high{
	background: url(../images/nav_high.gif) no-repeat center 37px;
}

#logo{
	float: left;
	margin: 30px;
}

h1{
	padding-top: 40px;
}

#kopf span{
	/*font-size: 20px;*/
	line-height: 20px;
	display: inline-block;
}

h2{
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 70px;
}


p{
	margin-bottom: 13px;
}

a{
	text-decoration: none;
	color: #FFA500;
	font-weight: bold;
}

#vis_start{
	width: 30%;
	height: auto;
	min-height: 230px;
	display: inline-block;
	float: right;
	margin-top: 135px;
	margin-right: 30px;
	margin-bottom: 200px;
	margin-left: 30px;
}

#vis_startzwei{
	margin-left: 70px;
	margin-bottom: 13px;
 	width: auto;
	height: 230px;
}

section{
	min-height: 400px;
}

.content{
	/*min-width: 460px;*/
	padding-left: 250px;
	/*margin-right: 200px;*/
	margin-right: 10%;
	width: 500px;
}

.content a{
	text-decoration: underline;
}

.content p, .content table{
	padding-left: 70px;
}

.content ul{
	padding-left: 90px;
	margin-bottom: 20px;
}

.start{
	background: url(../images/bg_start.gif) no-repeat 15% 25%;
}

.leistungen{
	background: url(../images/bg_leistungen.gif) no-repeat 15% 25%;	
}

.kompetenzen{
	background: url(../images/bg_kompetenzen.gif) no-repeat 15% 25%;	
}

.team{
	background: url(../images/bg_team.gif) no-repeat bottom right;
}

.team ul{
	padding-left: 0;
}

.aktuelles{
	background: url(../images/bg_aktuelles.gif) no-repeat 15% 25%;
}

.kontakt{
	background: url(../images/bg_kontakt.gif) no-repeat 15% 5%;
}

#footer ul{
	padding-left: 242px;
	padding-top: 30px;
}

#footer ul li{
	display: inline;
	margin-right: 40px;
}

#footer a{
	color: #999;
	font-weight: lighter;
}

#teamslider { position: relative; overflow: auto; min-height: 500px; }
#teamslider  li { list-style: none;  }
#teamslider  ul li { float: left; }

#teamslider img{
	float: left;
	margin-right: 30px;
}

#teamslider ul li ul{
	float: left;
	width: 300px;
	padding-left: 40px;
}

#teamslider ul li p{
}

#teamslider ul li ul li{
	list-style-type: disc;
}

#teamslider h3{
	margin-bottom: 30px;
	width: auto;
}

.nodisc{
	list-style: none;
}

.dots{
	display: none;
}

.unslider-arrow {
	display: inline-block;
	width: 59px;
	height: 59px;
	position: absolute;
	top: 400px;
	z-index: 999;
}

.prev{
	background: url(../images/arr_left.gif) no-repeat;
	left: 40px;
}

.next{
	background: url(../images/arr_right.gif) no-repeat;
	right: 40px;
}

.form_el{
	width: auto;
	float: left;
	margin-bottom: 10px;
}

.form_el label{
	display: inline-block;
	width: 100px;
	float: left;
}

#plz{
	width: 50px;
	margin-right: 10px;
}

#ortlabel{
	width: 40px;
}

#ort{
	width: 192px;
}

input[type="text"], textarea{
	display: inline-block;
	width: 300px;
	float: left;	
	border: 1px solid #999;
	padding: 3px;
	height: 18px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

textarea{
	height: 100px;
}

select{
	width: 310px;
	height: 20px;
	line-height: 20px;
}

#submit{
margin-left: 100px;
}

/* smartphone */
@media only screen and (max-width: 480px) {
	
	body{
		color: #111010; /* hmm */
	}
	h1{
		padding-top: 0px;
	}
	header{
		height: 200px;
	}
	header #kopf{
		text-align: center;
		margin: 0 auto;
		/*font-size: 15px;*/
		background-position: center 20px;
		padding-top: 100px;
		padding-left: 0;
	}

	header #kopf #logo{
		display: block;
		text-align: center;
	}

	header #kopf h1, header #kopf h2{
	}

	#navigation {
		margin: 0;
		text-align: center;
		padding-left: 0px;
		padding: 0;
	}

	#navigation li{
		padding: 0;
		margin: 0;
		display: block;
		border-bottom: 1px solid #fff;
	}
	#navigation li a{
		display: inline-block;
		width: 95%;
		/*font-size: 20px;*/
	}
	#navigation li a:hover{
		background: none;
		background-color: #c0b5a2;
	}

	.content{
		min-width: 100px;
		width: auto;
		padding-left: 0px;
		padding: 20px;
		margin-right: 0px;
		/*
		background-position: center 5%;
		background-size: 30%;
		*/
		background: none;
		padding-top: 5px;
	}

	.content p{
		padding: 0;
	}

	.content ul{
		padding-left: 20px;
		margin-bottom: 20px;
	}

	#footer ul{
		padding: 20px;
	}

	h2{
		padding-left: 0px;
	}

	#footer ul li{
		display: inline;
		margin-right: 40px;
	}

	.high{
		background: none;
		background-color: #c0b5a2;		
	}

	.unslider-arrow{
		display: none;
	}

	#teamslider {
		min-height: 450px;
	}	

	#teamslider ul li ul{
		float: none;
		width: 300px;
		height: 400px;
		padding-left: 0px;
		margin-left: 0px;
	}

	#teamslider img{

	}

	#teamslider ul li ul li{
		margin-left: 40px;
	}

	#plzlabel{
		width: 40px;
	}

	#ort{
		width: 152px;
	}

	#vis_startzwei{
	margin-left: 0px;
	}

	#vis_start{
		display: none;
	}

}



/* sticky footer */
#main {padding-bottom: 150px;}  /* Muss genau so hoch sein wie der Footer */

#footer {
	position: relative;
	margin-top: -150px; /* Negativer Wert der Footer-Höhe */
	height: 150px;
	clear:both;
	background: url(../images/bg_footer.jpg);

}


@media (max-width: 640px) { body {font-size:1.1rem; } }

@media (min-width: 640px) { body {font-size:1rem;} }

@media (min-width:960px) { body {font-size:1.1rem;} }

@media (min-width:1100px) {
	body {
		font-size:1.2rem; 
		}
	.content{
		width: 600px;
	}
}

/* iphone 5 landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

#navigation, .content{
	padding-left: 10px;
}

.content{
	background: none;
}

.content p{
	padding-left: 0px;
}

.content p, .content ul{
	font-size: 0.8rem;
}
.unslider-arrow{
	display: none;
}

}