@charset "utf-8";
/* CSS Document */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);*/
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,500,600,700,300,800);
body {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.bg_home, .bg_fliesen, .bg_laminat, .bg_innenausbau {
	background-image: url(../images/bg_laminat.jpg);
	background-position: center top;
	background-color: #FFFFFF;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.bg_contact {
	background-image: url(../images/bg_contact.jpg);
	background-position: center top;
	background-color: #FFFFFF;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.bg_impressum {
	background-color: #FFFFFF;
}
#wrapper {
	width: 100%;
	height: 100%;
}
header {
	width: 100%;
	height: 135px;
	box-shadow: 0px -5px 20px 5px #000000;
	-webkit-box-shadow: 0px -5px 20px 5px #000000;
	-o-box-shadow: 0px -5px 20px 5px #000000;
	-ms-box-shadow: 0px -5px 20px 5px #000000;
	-moz-box-shadow: 0px -5px 20px 5px #000000;
	background-color: rgba(255,255,255,255);
	/* Firefox v3.5+ */
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	/* Firefox v4.0+, Safari v5.1+, Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 0px 1px 3 px rgba(0,0,0,0.55);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffX=1,Color=#8c000000,Positive=true)";
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffX=1, Color=#8c000000, Positive=true);
}
header .header_inner {
	width: 950px;
	height: 15px;
	padding: 0px;
	margin: 0 auto;
}
header .header_inner .header_logo {
	width: 100%;
	padding: 10px 0 0 0;
}
header .header_inner .header_logo h1 {
	font-size: 38px;
	letter-spacing: -3px;
	line-height: 1px;
	margin: 0;
	width: 920px;
	height: 80px;
	background-image: url(../images/logo_pc.jpg);
	background-size:contain;
	background-repeat: no-repeat;
}
header .header_inner .header_logo h1 a span {
	display: block;
	width: 300px;
	height: 80px;
	visibility: hidden;
	text-indent: -999px;
}
/*==========================*/
/*       Navigation         */
/*==========================*/

header .header_inner nav {
	width: 100%;
	height: 40px;
	margin: 15px 0 0 0;
	z-index: 100 !important;
}
header .header_inner nav ul {
	width: 950px;
	height: 40px;
	display: block;
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #2E6F90;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
header .header_inner nav ul li {
	height: 40px;
	margin-top: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	margin-right: 0;
	text-align: center;
	display: inline-block;
	float: left;
}
header .header_inner nav ul li a {
	font-size: 22px;
	font-style: normal;
	line-height: 120%;
	font-weight: 300;
	color: rgb(255,255,255);
	width: 158px;
	padding-top: 10px;
	padding-right: 1.52em;
	padding-bottom: 6px;
	padding-left: 1.52em;
	font-family: 'Exo 2', sans-serif;
	text-decoration: none
}
header .header_inner nav ul li a:hover, header .header_inner nav ul li.active a {
	color: #F68D40;
	width: 158px;
	height: 35px;
	padding: 10px 1.52em 6px 1.52em;
}
/*==========================*/
/*    Content Definition    */
/*==========================*/
section {
	height: 100%;
	width: 100%;
}
section article {
	padding: 0px;
	height: 100%;
	width: 950px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 550px;
}
section article .block {
	height: 100%;
	width: 300px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	background-color: rgba(255,255,255,0.90);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.50);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.50);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
section article .block.last {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
section article .block .img {
	height: 32px;
	width: 32px;
	float: right;
	margin-top: -38px;
	margin-right: 10px;
}
section article .block h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: 300;
	color: rgb(255,255,255);
	background-color: #2E6F90;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
section article .block ul li span {
	font-family: "Exo 2", sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: normal;
	color: rgb(51,51,51);
	padding: 0px;
}
section article .block ul {
	font-size: 14px;
	list-style-type: square;
	color: #2E6F90;
	position: relative;
	margin: 10px 0 15px 25px;
	padding: 0;
	line-height: 150%;
}
/*========================*/
/*Footer Definition       */
/*========================*/
footer {
	height: 35px;
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0px;
}
footer nav {
	background-color: #2E6F90;
	margin: 0 auto;
	width: 950px;
	height: 35px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	/* Firefox v3.5+ */
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true)";
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#8c000000, Positive=true);
}
footer nav ul {
	width: 100%;
	display: inline-block;
	position: relative;
	list-style-type: none;
	padding: 8px 0 0 10px;
	margin: 0;
}
footer nav ul li {
	font-family: 'Exo 2', sans-serif;
	font-weight:lighter;
	font-size: 16px;
	line-height: 110%;
	float: left;
	color: rgb(255,255,255);
	text-align: center;
	display: inline-block;
	width: 235px;
	text-decoration: none;
}
footer nav ul li a {
	color: rgb(255,255,255);
	text-decoration:none;
}
footer nav ul li a:hover, footer nav ul li.active a {
	color: #F68D40;
	text-decoration: none
}
/*================*/
/*Innenausbau*/
/*================*/

section article .block_headline {
	background-color: #2E6F90;
	width: 940px;
	padding: 0px 5px 5px 5px;
	height: 35px;
	margin: 0px auto;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
section article .block_headline h1 {
	font-family: "Exo 2", sans-serif;
	font-size: 21px;
	line-height: 120%;
	font-weight: normal;
	color: rgb(255,255,255);
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 15px;
}
section article .block_fullwidth {
	height: 100%;
	width: 950px;
	float: left;
	margin: 0px 25px 0px 0px;
	background-color: rgba(255,255,255,0.90);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	border-radius: 0px 2px 2px;
}
section article .block_fullwidth.content {
	height: 100%;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: transparent;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
section article .block_fullwidth.content .left {
	float: left;
	height: 100%;
	width: 390px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
section article .block_fullwidth.content .left h2 {
	font-family: "Exo 2", sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: normal;
	color: #2E6F90;
	margin: 0px;
	padding: 0px;
}
section article .block_fullwidth.content .left ul {
	font-family: "Exo 2", sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #2E6F90;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: square;
	position: relative;
}
section article .block_fullwidth.content .left ul li span {
	font-family: "Exo 2", sans-serif;
	color: rgb(51,51,51);
}
section article .block_fullwidth.content .left p {
	font-family: "Exo 2", sans-serif;
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
	color: rgb(51,51,51);
	margin: 0px;
	padding: 5px 0 10px 0;
}
section article .block_fullwidth.content .right {
	float: left;
	height: 100%;
	width: 500px;
	padding: 0px;
}
section article .block_fullwidth.content .right h2 {
	font-family: "Exo 2", sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: normal;
	color: #2E6F90;
	margin: 0px;
	padding: 0px;
}
section article .block_fullwidth.content .right p {
	font-family: "Exo 2", sans-serif;
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
	color: rgb(51,51,51);
	margin: 0px;
	padding: 10px 0 10px 0;
}
section article .block_fullwidth.content .right img {
	margin-bottom: 20px;
}
section article .block_fullwidth.content .right #slideshow img {
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 0px;
}
section article .block_fullwidth.content .right #slideshow img.active {
	z-index: 10;
}
section article .block_fullwidth.content .right #slideshow img.last-active {
	z-index: 9;
}
section article .block_fullwidth.content .right #slideshow {
	position: relative;
	height: 350px;
}
/*TABS           */
/*---------------*/

section article .tabs {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	position: relative;
}
section article .tabs li {
	display: inline;
	list-style-type: none;
}
section article .tabs li a {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	font-size: 17px;
	width: 130px;
	height: 28px;
	padding: 8px 0 0px 0;
	text-align: center;
	display: inline-block;
	background-color: #2E6F90;
	color: rgb(255,255,255);
	text-decoration: none;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
section article .tabs li a.active {
	color: #2E6F90;
	font-size: 17px;
	background-color: rgba(255,255,255,0.9);
	outline: none;
}
section article .block_fullwidth .tab_content {
	width: 910px;
	padding: 20px;
	height: 100%;
	margin: 0 auto;
}
section article .block_fullwidth .tab_content .left {
	width: 500px;
	height: 100%;
	float: left;
}
section article .block_fullwidth .tab_content .left img {
	width: 500px;
	height: 350px;
	margin-bottom: 20px;
}
section article .block_fullwidth .tab_content .right {
	width: 370px;
	padding: 0px 0px 0px 20px;
	height: 100%;
	float: left;
}
section article .block_fullwidth .tab_content .right h2 {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	color: #2E6F90;
	font-size: 18px;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
section article .block_fullwidth .tab_content .right p {
	font-family: 'Exo 2', sans-serif;
	color: rgb(51,51,51);
	text-align: justify;
	font-size: 13px;
	line-height: 150%;
	padding: 5px 0 10px 0;
	margin: 0;
}
section article .block_fullwidth .tab_content .right ul {
	font-size: 13px;
	list-style-type: square;
	color: #2E6F90;
	position: relative;
	margin: 5px 0 0 15px;
	padding: 0;
	line-height: 150%;
}
section article .block_fullwidth .tab_content .right ul li span {
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	color: rgb(51,51,51);
}
section article .block_fullwidth a {
	font-family: 'Exo 2', sans-serif;
	background: rgb(46,132,213);
	font-size: 21px;
	float: right;
	line-height: 120%;
	margin: 0 -20px 0 0;
	padding: 10px;
	font-weight: normal;
	color: rgb(255,255,255);
}
section article .block_fullwidth a:hover {
	background-color: rgb(77,153,227);
}
section article .block_fullwidth.contact {
	padding: 20px;
	height: 100%;
	width: 910px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -20px;
	background-color: transparent;
}
section article .block_fullwidth.contact .left {
	float: left;
	height: 100%;
	width: 450px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
section article .block_fullwidth.contact .right {
	float: left;
	height: 100%;
	width: 420px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
section article .block_fullwidth.contact .right h2 {
	font-family: 'Exo 2', sans-serif;
	color: #2E6F90;
	font-size: 18px;
	font-weight: normal;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
section article .block_fullwidth.contact .right p {
	font-family: 'Exo 2', sans-serif;
	color: rgb(51,51,51);
	text-align: left;
	text-align: justify;
	font-size: 13px;
	line-height: 150%;
	padding: 10px 0 10px 0;
	margin: 0;
}
section article .block_fullwidth.contact .right .m {
	color: #2E6F90;
	font-weight: 500;
}
section article .block_fullwidth.contact .right a {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	font-size: 20px;
	float: right;
	width: 130px;
	height: 30px;
	padding: 5px 0 5px 0;
	margin-top: 20px;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	background-color: #2E6F90;
	color: rgb(255,255,255);
	text-decoration: none;
	border-radius: 2px 2px 2px 2px;
}
section article .block_fullwidth.contact .right a:hover {
	color: #F68D40;
}
section article .block_fullwidth.contact .right img {
	padding-right: 10px;
}
section article .block_fullwidth.contact .daten a {
	font-size:9px;
	color: rgb(51,51,51);
	background-color: transparent;
	margin-right: 338px;
	margin-top: -48px;
	text-decoration:none;
}
/* Kontaktformular*/

section article .block_fullwidth.contact .right form fieldset .input-line label {
	font-family: 'Exo 2', sans-serif;
	color: rgb(51,51,51);
	text-align: left;
	font-size: 12px;
	line-height: 150%;
	position: relative;
	padding: 0;
	margin: 15px 0 0 0;
}
section article .block_fullwidth.contact .right form fieldset .input-line-wdh {
	display:none
}
section article .block_fullwidth.contact .right form fieldset .input-line .input-bg input[type="text"] {
	background-color: rgb(255,255,255);
	width: 100%;
	height: 25px;
	border-color: rgb(229,229,229);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 1px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.54);
}
section article .block_fullwidth.contact .right form fieldset .input-line .textarea-bg textarea {
	background-color: rgb(255,255,255);
	width: 100%;
	height: 80px;
	border-color: rgb(229,229,229);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 1px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.54);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.54);
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"] {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	font-size: 20px;
	border: none;
	float: right;
	background-color: #2E6F90;
	width: 150px;
	height: 40px;
	line-height: 120%;
	color: rgb(255,255,255);
	text-align: center;
	margin: 20px -40px -20px 0;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
}
section article .block_fullwidth.contact .right form fieldset button[type="submit"]:hover {
	/*background-color: rgb(77,153,227);*/
	color: #F68D40;
}