form,fieldset{
	padding:0;
	margin:0;
	border:0;
}
a{
	text-decoration: none;
	color:#43a2f2;
}
a:hover{
	text-decoration: underline;
}
img{
	display:block;
	border:none;
}
body{
	margin:0;
	font:14px/21px Arial, Helvetica, sans-serif;
	color:#818285;
	border-top: 15px solid #f47f3a;
}
#header{
	position: relative;
}
#header img{
	width:100%;
	height:auto;
}
#header a.logo{
	width:321px;
	height:174px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index:10;
	left:50%;
	margin:-15px 0 0 -160px;
}
.fix-width{
	width:960px;
	margin:0 auto;
}
.nav-box{
	position: relative;
}
.nav-box a.impressum{
	position: absolute;
	bottom:0;
	right:-180px;
	color: #f47f3a;
	font-size: 14px;
}
.nav-box a.impressum.active{
	text-decoration: underline;
}
.nav{
	background: #f47f3a;
	width:100%;
	overflow: hidden;
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
	z-index:5;
	margin:-29px 0 0;
	text-align: center;
}
.nav li{
	display: inline;
	padding:0 28px;
	/*line-height:93px;*/
	line-height:53px;
}
.nav li a{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

li.active a {text-decoration: underline;}

.content{
	font:14px/21px Arial, Helvetica, sans-serif;
	color:#818285;
	padding:0 0 30px;
	text-align: center;
}
.content p{
	font-size: 14px;
	margin:15px 0 0;
	line-height: 1.3;
}
.content p strong{
	color: #f47f3a;
}
.content p a{
	color: #818285;
}
.content h2{
	border-bottom:2px solid #818285;
	font-weight:normal;
	font-size: 48px;
	line-height:48px;
	margin:25px 0 0;
	text-align: center;
	padding:0 0 7px;
}
.box-home{
	width:100%;
	overflow: hidden;
}
.box-home .box{
	width:50%;
	text-align: center;
	color: #fff;
	float: left;
}
.box-home .box img{
	width:100%;
	height:auto;
}
.box-home .box .text-box{
	/*height:202px;*/
	min-height:250px;
	background: #f47f3a;
	overflow: hidden;
}
.box-home .box:last-child .text-box{
	background:#f7975d;
}
.box-home .box .text-box h3{
	font-weight:normal;
	margin:20px 0 0;
	font-size: 48px;
	line-height:48px;
}
.box-home .box .text-box p{
	margin:10px 0 0 ;
	line-height: 1.3;
}
.box-home .box a.more{
	color: #fff;
	display: inline-block;
	padding:0 5px 15px;
	background:url(../images/more-t.png) no-repeat 85% 100%;
	font-size: 16px;
	line-height:18px;
}

.galeria-block{
	width:100%;
	overflow: hidden;
}
.galeria-block .galeria-item{
	width:25%;
	overflow: hidden;
	float: left;
	text-align: center;
}
.galeria-block .galeria-item img{
	width:100%;
}
.galeria-block .galeria-item h4{
	color: #818285;
	font-weight:normal;
	font-size: 50px;
	line-height:50px;
	margin:25px 0 0;
}
.galeria-block .galeria-item a.more{
	color: #f47f3a;
	display: inline-block;
	padding:0 5px 15px;
	background:url(../images/more.jpg) no-repeat 96% 100%;
	font-size: 16px;
	line-height:18px;
}
.galeria-text p {
	line-height: 1.3;
}
.form-block{
	margin:30px 0 0;
	padding: 0 0 170px;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	background: url('../images/firma.jpg') no-repeat;
	background-size: cover;
}
.form-block .bg{
	position: absolute;
	width:100%;
	height: auto;
}
.form-block img{
	width:100%;
	height:auto;
}
.form-block-center{
	width:960px;
	margin:40px auto 0;
	position: relative;
}
.form-block-center h2{
	font-weight:normal;
	font-size: 48px;
	line-height:48px;
	margin:25px 0 0;
	text-align: center;
	padding:0 0 7px;
	color: #fff;
}
.form-block-center .form-item{
	width:100%;
	background: -moz-linear-gradient(left, rgba(244,127,58,0.8) 0%, rgba(244,127,58,0.8) 74%, rgba(244,127,58,0.8) 75%, rgba(244,127,58,0.8) 76%, rgba(244,127,58,0.03) 99%, rgba(244,127,58,0.03) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(244,127,58,0.8) 0%,rgba(244,127,58,0.8) 74%,rgba(244,127,58,0.8) 75%,rgba(244,127,58,0.8) 76%,rgba(244,127,58,0.03) 99%,rgba(244,127,58,0.03) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(244,127,58,0.8) 0%,rgba(244,127,58,0.8) 74%,rgba(244,127,58,0.8) 75%,rgba(244,127,58,0.8) 76%,rgba(244,127,58,0.03) 99%,rgba(244,127,58,0.03) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf47f3a', endColorstr='#08f47f3a',GradientType=1 );
	margin:11px 0 0;
}
.form-block-center .form-item input{
	border: none;
	background: none;
	height:31px;
	line-height:31px;
	padding:0 10px;
	width:900px;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.form-block-center .form-item input::-webkit-input-placeholder {color:#fff;}
.form-block-center .form-item input::-moz-placeholder          {color:#fff; opacity: 1;}
.form-block-center .form-item input:-moz-placeholder           {color:#fff; opacity: 1;}
.form-block-center .form-item input:-ms-input-placeholder      {color:#fff;}

.form-block-center .form-item textarea{
	border: none;
	background: none;
	height:127px;
	line-height:31px;
	padding:0 10px;
	width:900px;
	outline: none;
	color: #fff;
	max-height: 127px;
	max-width: 900px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.form-block-center .form-item textarea::-webkit-input-placeholder {color:#fff;}
.form-block-center .form-item textarea::-moz-placeholder          {color:#fff; opacity: 1;}
.form-block-center .form-item textarea:-moz-placeholder           {color:#fff; opacity: 1;}
.form-block-center .form-item textarea:-ms-input-placeholder      {color:#fff;}


.map img{
	width:100%;
	height:auto;
}
.form-block-center input[type="submit"]{
	background: #f47f3a;
	color: #fff;
	border: none;
	cursor: pointer;
	margin:11px 0 0;
	width:73px;
	height:32px;
	font-size: 16px;
}
.form-block-center input[type="submit"]:hover{
	opacity: 0.8;
}
.firme-block{
	width:850px;
	margin:0 auto;
	overflow: hidden;
	padding:0 0 40px;
}
.firme-box{
	float: left;
	margin:0 10px;
	width:400px;
	overflow: hidden;
	padding:0 0 40px;

	text-align: center;
	color: #fff;
}
.firme-box h4{
	font-size: 50px;
	line-height:40px;
	font-weight:normal;
	margin:20px 0 0;
}
.firme-box .firme-text{
	background: #f47f3a;
	padding:0 10px 10px;
	overflow: hidden;
	/*min-height: 150px;*/
	min-height: 160px;
}
.firme-box img{
	width:100%;
}
.firme-text p {
	line-height: 1.3;
}

.firme-box a {
	color: #fff;
}
.firme-box a img {display: none;}
.firme-box a:first-child img {display: block;}

.post-item{
	width:100%;
	overflow: hidden;
	padding:0 0 40px;
}
.post-item img{
	width:100%;
	height: auto;
}
.content-text{
	color: #fff;
	background: #f47f3a;
	overflow: hidden;
	text-align: center;
}
.content-text h4{
	font-weight:normal;
	font-size: 50px;
	line-height:40px;
	margin:25px 0 0;
	text-align: center;
	padding:0;
	color: #fff;
}
.content-text p{
	font-size: 16px;
	line-height:20px;
}
.firme-box a.more,
.post-item a.more{
	float: right;
	margin:10px 0 0;
	background: #f47f3a;
	/*padding:0 10px;*/
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	line-height:20px;
}
.firme-box a.more:hover,
.post-item a.more:hover{
	opacity: 0.9;
	text-decoration: none;
}
.contact-form{
	width:100%;
	overflow: hidden;
	padding:0 0 40px;
}
.contact-form .form-item{
	margin:10px 0 0;
}
.contact-form .form-item input{
	color: #fff;
	background: #f47f3a;
	border: none;
	padding:10px;
	width:940px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.contact-form .form-item input::-webkit-input-placeholder {color:#fff;}
.contact-form .form-item input::-moz-placeholder          {color:#fff; opacity: 1;}
.contact-form .form-item input:-moz-placeholder           {color:#fff; opacity: 1;}
.contact-form .form-item input:-ms-input-placeholder      {color:#fff;}

.contact-form .form-item textarea{
	border: none;
	background: none;
	height:127px;
	line-height:31px;
	padding:0 10px;
	width:960px;
	outline: none;
	color: #fff;
	max-height: 127px;
	max-width: 960px;
	background: #f47f3a;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-form .form-item textarea::-webkit-input-placeholder {color:#fff;}
.contact-form .form-item textarea::-moz-placeholder          {color:#fff; opacity: 1;}
.contact-form .form-item textarea:-moz-placeholder           {color:#fff; opacity: 1;}
.contact-form .form-item textarea:-ms-input-placeholder      {color:#fff;}


.contact-form input[type="submit"]{
	background: #f47f3a;
	color: #fff;
	border: none;
	cursor: pointer;
	margin:11px 0 0;
	width:73px;
	height:32px;
	font-size: 16px;
}
.contact-form input[type="submit"]:hover{
	opacity: 0.8;
}
#footer{
	width:100%;
	min-width: 960px;
	background: #f47f3a;
	text-align: center;
	color: #fff;
	overflow: hidden;
	padding:0 0 24px;
}
#footer a{
	color: #fff;
}
#footer p{
	margin:30px 0 0;
	font-size: 16px;
	line-height:20px;
	font-weight: bold;
}
#footer ul{
	margin:0;
	padding:0;
	list-style: none;
}
#footer ul li{
	display: inline;
	padding:0 14px 0 0;
	margin:0 7px 0 0;
	background:url(../images/marker.jpg) no-repeat 100% 50%;
}
#footer ul li:last-child{
	background: none;
}

/*PAGE - angebot*/
.angebot div.post-block {
	width: 85%;
	margin: 0 auto;
}

/*Page - Firma*/
.firma .content p {
	width: 90%;
	margin: 15px auto 0;
}

@media screen and (max-width: 1316px) {
	.galeria-block div.galeria-item h4 {
    font-size: 200%;
	}
}

@media screen and (max-width: 959px) {
	div.form-block-center {
    width: 100%;
	}
	div.form-block-center h2 {
    font-size: 250%;
	}
}

@media screen and (max-width: 768px) {
	body {
		width:100%;
	}
	.nav-box a.impressum{
		right:0;
	}
	.fix-width{
		width:100%;
	}
	#footer{
		min-width: 100%;
	}
	.box-home .box{
		width:100%;
	}
	.form-block .bg{
		min-height: 500px;
	}
	.form-block{
		min-height: 500px;
	}
	.firme-block{
		width:100%;
	}
	.firme-box{
		width:90%;
		margin:0 5%;
	}
	.contact-form .form-item input{
		width:96%;
		padding:5px 2%;
	}
	.contact-form .form-item textarea{
		width:96%;
		padding:5px 2%;
	}

	.box-home .box div.text-box {
		min-height: 100%;
		padding-bottom: 20px;
	}


}

@media screen and (max-width: 850px) {
	.galeria-block .galeria-item{
		/*width:50%;*/
		width: 100%;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	#header a.logo{
		width:150px;
		margin:-15px 0 0 -75px;
	}
	.fix-width{
		width:100%;
	}
	.galeria-block .galeria-item{
		/*width:50%;*/
		width: 100%;
	}
	#footer{
		min-width: 100%;
	}
	.box-home .box{
		width:100%;
	}
	.nav-box a.impressum{
		right: 0;
		top:-30px;
	}
	.galeria-block .galeria-item{
		padding:0 0 20px;
	}
	.form-block-center{
		width:90%;
		padding:0 5%;
	}
	.form-block-center .form-item{
		width:90%;
		padding:0 5%;
	}
	.form-block-center .form-item input{
		width:90%;
	}


	.form-block-center .form-item textarea{
		width:90%;
	}

	.form-block{
		min-height: 440px;
	}
	.form-block .bg{
		min-height: 400px;
	}
	.contact-form{
		width:90%;
		padding:0 5% 20px;
	}
	.contact-form .form-item{
		width:100%;
	}
	.contact-form .form-item input{
		width:90%;
		padding:4px 5%;
	}
	.contact-form .form-item textarea{
		width:90%;
		padding:4px 5%;
	}
	.firme-block{
		width:100%;
	}
	.firme-box{
		width:90%;
		margin:0 5%;
	}
}
