html,body,div,span,img,ul,li,fieldset,button,table{margin:0; padding:0; border:none; outline:none; background:none}
html,body,img,ul,li,fieldset,button,table{font-size:15px;}
ul{list-style:none}
html {

}

body{
	/*background:#EAEAEA; #FA9600*/
	font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
	color:#111;
	margin:0;
	display:block;
	font-size:18px;
	height:auto;
/*	background:#EFEFEF;
*/
	background: url(../img/bg1.JPG);
	background-size: cover;
	background-position:0 50%;
}

section{
	background: rgba(255, 255, 255, 0.5);
	float:left;
	width:100%;
	/*border-bottom:1px solid #333;*/
	padding:40px 5%;
}
section.even{
	background: rgba(255, 255, 255, 0.5);/*  rgba(255, 245, 153, 0.7);*/
}

#header{
	/*background:#DDD;*/
	/*rgba(255,255,255,1);*/
	height:100px;
	color:#FFF;
	border-bottom:1px solid #EEE;
}
.my-head{
	margin:-10px 10px 0 10px;
	float: right;
}
#logo{
	margin: 30px 3.5%;
	height: 50px;
}

h1{
	margin:0px 0 20px;
	color:#000;
	float:left;
	width:100%;
	font-style: italic;
}



a{ color:#999; text-decoration:none; cursor:pointer; outline:none; }
a:hover{ text-decoration:none;  }
.project-con{
	margin-bottom:30px;
	background: rgba(220, 220, 220, 0.5);
	border-radius: 10px;
}
.project-con p{
	padding: 10px;
}
a.project img{
	width:90% !important;
	max-width: 400px;
}
a.project, a.project-white, a.project-blue{
	background:url(../img/project-bg.png) repeat-x;
	height:150px;
	float:left;
	border-radius:10px;
	width: 100%;
	outline:none !important;
	position:relative;
	margin-bottom: 5px;
}
a.project-white{
	background:url(../img/project-white-bg.png) repeat-x;
}

a.project-blue{
	background:#0E2D46;
}
a.project-pink{
	background: -moz-linear-gradient(top, #C35A7C, #B84569);
	background: linear-gradient(top, #C35A7C, #B84569);
	background: -webkit-linear-gradient(top, #C35A7C, #B84569);
}
a.project p, a.project-white p, a.project-blue p {
	position:absolute;
	bottom:0;
	left:0;
	padding:5px 10px;
	font-size:16px;
	width:300px;
	color:#FFF;
	overflow:hidden;
	display:none;
	background:#000;
}
a.project:hover p, a.project-white:hover p, a.project-blue:hover p {

}


#footer{
	float:left;
	width:100%;
	color:#000;
	text-align:center;
	background:rgba(255, 255, 255, 0.5); /*url(../img/footer-bg.png) repeat-x*/;
	text-shadow:none;
	padding:10px 0;
	border-top:1px solid #CCC;
}


.error, .success{
	position:relative;
	width:940px;
	color:#F00;
	padding:3px 0;
	font-size:16px;
	border-top:1px solid #F00;
	border-bottom:1px solid #F00;
	border-left:1px solid #F00;
	border-right:1px solid #F00;
	background:#FFB0B0;
	min-width:600px;
}
.error a, .success a{
	color:#000;
	margin-left:5px;
}
.success{
	color:#917400;
	background:#F0FD93;
	border-top:1px solid #DCD214;
	border-bottom:1px solid #DCD214;
	border-left:1px solid #DCD214;
	border-right:1px solid #DCD214;
}
.success div, .error div{margin-left:10px;}

textarea, input, input.text,select{
	border:thin solid #000;
}
#leistungen{
	width:100%;
	float:left;

}
#leistungen > div{padding:5px 0 5px 10px; margin-left:0px; background:rgba(255, 255, 255, 0.5) }
#leistungen > div.odd{background:rgba(200,200,200, 0.5)}

#contact, #impressum, #contact h1, #impressum h1{
	color: #000;
}
#contact {
	z-index: 2;
}
#contact-form{
	float:left;
	width:100%;
}
#contact-form > div{
	float:left;
	width:100%;
	margin-bottom:10px;
}
#contact-form > div input,#contact-form > div textarea{
 	float:left;
	width:100%;
}
#contact-form textarea{
	height:150px;
}
#impressum{
	background:
}

input[type=text] {
	font-size:20px;
}
.submit{
	padding:5px;
	cursor:pointer;
	margin-top:5px;
	float:left;
}

textarea{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.dot{
	display:list-item;
}
.button{
	background:#000;
	border-radius:5px;
	border:1px solid #DDD;
	height: 50px;
	color:#fff;
	font-size:16px;
	padding:3px 0;
}



#content{
	float:left;
	width:80%;
	min-width:520px;
	overflow:hidden;
}
.hidden{display:none}

.float-left,
.floatL{
    float: left;
}

.float-none,
.floatN{
	float:none !important;
}

.float-right,
.floatR{
    float: right;
}
.mtop{

}
.cien{
	float:left;
	width:100% !important;
}
