@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding:0;
	}

body {	
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif, Verdana;
	height:100%;
	width:100%;
}

.container {
	width: 100%;
	clear:both;
}

.main-xl {
	width: 97%;
	max-width: 1670px;
	margin:auto;
	margin-top:0;
}

.main-xl-index {
	width: 97%;
	max-width: 1670px;
	margin:auto;
	margin-top:0;
}

.main {
	width: 97%;
	max-width: 1016px;
	margin:auto;
	margin-top: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */	
	

.image {
	width: 100%;
	height: auto;
}

/*NAVIAGTION + HEADER*/

.header {
	position:relative;
}

.mobil {
	display: none;
}

.logo {
	width: 158px;
	heigt: auto;
	padding: 12px;
}

.nav {
	position: absolute;
	right: 10px;
	bottom: 13px;
}

.nav li {
	display: inline-block;

}

.nav li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-size:15px;
	letter-spacing: 1px;
	padding: 9px;
}

.nav li a:hover {
	color: #FFF;
	background-color:#06C;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.nav li a.aktive {
	color: #FFF;
	background-color:#06C;
}

/*HEADER-SUBNAVI*/

.header-nav {
	margin-right: 9px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:right;
}

.header-nav li {
	display: inline-block;

}

.header-nav li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-size:13px;
	letter-spacing: 1px;
	padding: 9px;
}

.header-nav li a:hover {
	color: #FFF;
	background-color:#06C
}

.header-nav li a.aktive {
	color: #FFF;
	background-color:#06C
}
	
/*BILDER*/

.image-left {
	width: 29.4%;
	max-width: 490px;
	float:left;
}

.image-right {
	width: 68%;
	float:right;
	max-height: 490px;
}

.titel {
	margin-left: -4%;
}

.unternehmen {
	background-image:url(../image/unternehmen.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.aussicht {
	background-image:url(../image/aussicht.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.willkommen {
	background-image:url(../image/willkommen.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.maedchen {
	background-image:url(../image/maedchen.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.hand-holz {
	background-image:url(../image/hand-holz.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.recycling {
	background-image:url(../image/recycling.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.janke-clausen {
	background-image:url(../image/janke-clausen.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}


.rollaeden {
	background-image:url(../image/rollaeden.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.ausstellung {
	background-image:url(../image/ausstellung.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.werkstatt {
	background-image:url(../image/werkstatt.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.handwerk {
	background-image:url(../image/handwerk.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}


.karte {
	background-image:url(../image/karte.jpg);
	background-repeat:no-repeat;
	background-size: cover;
}

.besonderes {
	float: right;
	margin-left: 35px;
	margin-bottom: 35px;
	margin-right: 2.5%;
	width: 100%;
	max-width: 330px;
	height:auto;
}


/*FARBEN*/

.hellblau {
	background-color: #e9f0f8;
}

.blau {
	color: #06C;
}

/*TRENNER*/

.header-trenner {
	width: 100%;
	border-top: 4px solid #000;
	clear:both;
}


.trenner-blank, .trenner-screen {
	width: 100%;
	height: 25px;
	clear: both;
}

.trenner-blau {
	width: 100%;
	border-bottom: 1px solid #06C;
	clear:both;
	padding-top: 10px;
	margin-bottom: 10px;
}

/*TEXTE*/

h1 {
	font-size: 32px;
	color:#06C;
	font-weight:300;
}

h2 {
	font-size: 24px;
	color:#06C;
	font-weight:300;
	letter-spacing: 1px;
}


h3 {
	font-size: 18px;
	color: #666;
	font-weight:400;
	line-height: 27px;
}

.short-box h2 {
	padding-top: 5px;
	padding-bottom: 15px;
}

p {
	font-size:16px;
	line-height: 24px;
	color:#000;
}

a {
	font-size:16px;
	color:#06C;
}

a:hover {
	color: #C00;
}

a.button  {
	text-decoration:none;
	color: #FFFFFF;
	font-size:16px;
	background-color: #06C;
	line-height: 37px;
	display: inline-block;
	height: 38px;
	width: 100%;
	position:relative;
	text-transform:uppercase;
	letter-spacing: 0.8px;
}

a.button:hover  {
	color: #EBEBEB;
	background-color: #1e5493;
}

.headline  {
	color: #FFFFFF;
	background-color: #06C;
	line-height: 44px;
	display: block;
	height: 44px;
	width: 95%;
	position:relative;
	letter-spacing: 0.8px;
	padding-left: 25px;
}

.gross {
	text-transform:uppercase;
}

.icon-button {
	background-color: #1e5493;
	background-image:url(../grafik/pfeil-button.png);
	background-repeat:no-repeat;
	background-position: 11px 8px;
	height: 38px;
	width: 33px;
	position:absolute;
	right: 0px;
	top: 0px;
}

.icon-wintergarten {
	background-color: #1e5493;
	background-image:url(../grafik/wintergarten-w.svg);
	background-size: 34px;
	background-repeat:no-repeat;
	background-position: center;
	height: 44px;
	width: 60px;
	position:absolute;
	right: 0px;
	top: 0px;
}

.icon-fenster {
	background-color: #1e5493;
	background-image:url(../grafik/fenster-w.svg);
	background-size: 34px;
	background-repeat:no-repeat;
	background-position: center;
	height: 44px;
	width: 60px;
	position:absolute;
	right: 0px;
	top: 0px;
}

.icon-treppe {
	background-color: #1e5493;
	background-image:url(../grafik/treppe-w.svg);
	background-size: 34px;
	background-repeat:no-repeat;
	background-position: center;
	height: 44px;
	width: 60px;
	position:absolute;
	right: 0px;
	top: 0px;
}

.icon-tuer {
	background-color: #1e5493;
	background-image:url(../grafik/tuer-w.svg);
	background-size: 34px;
	background-repeat:no-repeat;
	background-position: center;
	height: 44px;
	width: 60px;
	position:absolute;
	right: 0px;
	top: 0px;
}

.abstand {
	padding-left: 15px;
}

/*CONTENT*/

.left {
	width: 29.4%;
	max-width: 490px;
	float:left;
	margin-right: 2.6%;
	text-align:right;
}

.right {
	width: 67%;
	float:left;
	max-width: 805px;
}

.left-screen {
	width: 29.4%;
	max-width: 490px;
	float:left;
	margin-right: 2.6%;
	text-align:right;
}

.right-screen {
	width: 67%;
	float:left;
	max-width: 805px;
}

/*SUBNAVI*/

.subnav {
	float:right;
	width: 100%;
	max-width: 165px;
	text-align:left;
}

.subnav li {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;

}

.subnav li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-size:16px;
	letter-spacing: 1px;
	padding: 7px;
}

.subnav li a:hover {
	color: #FFF;
	background-color:#06C
}

.subnav li a.aktive {
	color: #FFF;
	background-color:#06C
}


/*LISTEN*/

.icon {
	width: auto;
	height: 100%;
	max-height: 110px;
	padding: 15px;
	max-width:100px;
}

.short-box {
	text-align: center;
}

.short-box li {
	width: 17%;
	max-width: 290px;
	min-width: 165px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 15px;
	display:inline-block;
	padding-top: 20px;
}

.screen {
	display: block;
}

.image-box {
	text-align: justify;
}

.image-box li {
	width: 13.5%;
	max-width: 204px;
	height:auto;
	margin-left: 1.2%;
	margin-right: 1.2%;
	display:inline-block;
}

.image-box img {
	border: 1px solid #FFF;
}

.team-box {
	text-align: justify;
}

.team-box li {
	width: 17%;
	height:auto;
	margin-left: 1.2%;
	margin-right: 1.2%;
	display:inline-block;
}

.team-box img {
	border: 1px solid #FFF;
}

/*FOOTER*/

.footer {
	background-color:#06C;
}

.footer p, .footer a {
	color:#FFF;
	font-size: 14px;
	line-height: 18px;
}

.main-footer {
	width: 94%;
	max-width: 1016px;
	margin:auto;
	margin-top: 0;
}

.adresse {
	float:left;
	margin-top: 20px;
}

.footer-navi {
	text-align:right;
	float:right;
	margin-top: 20px;
}

.footer-navi li {
	list-style:none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer-navi li a {
	text-decoration: none;
}

.footer-navi li a:hover {
	text-decoration: underline;
	color:#999;
}