@font-face {
	font-family: stratum1;
	font-weight: 200;
	src: url('/fonts/stratum1/Stratum1-Light.otf');
}

@font-face {
	font-family: stratum1;
	font-weight: 600;
	src: url('/fonts/stratum1/Stratum1-Medium.otf');
}

html,
body {
	font-family: stratum1;
	font-size: 18px;
	line-height: 120%;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

a {
	color: #333;
}

h1 {
	font-weight: 600;
	font-size: 28px;
}

h2 {
	font-weight: 200;
	font-size: 28px;
}

.i {
	font-style: italic;
}

.head {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 66px;
	background-color: #F7F7F7;
	z-index: 100;
}

.head .logo {
	width: 166px;
	height: 33px;
	float: left;
	margin-top: 15px;
}

.head .logo img {
	width: 100%;
	height: 100%;
}

.head .after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-image: url('/img/raster.png');
	background-size: auto 17px;
}

nav {
	float: right;
	font-size: 22px;
	margin-top: 35px;
}

nav a {
	text-decoration: none;
	margin-right: 20px;
	display: block;
	float: left;
	padding-bottom: 6px;
}

nav a:last-child {
	margin-right: 0px;
}

nav a.active,
nav a:hover {
	border-bottom: solid 4px #EAEC42;
}

.clear {
	clear: both;
}

.container_12 {
	position: relative;
}

.message {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 270px;
	height: 150px;
	padding: 25px;	
	margin-left: -150px;
	margin-top: -60px;
	background-color: #EAEC42;
	color: #333;
	font-size: 28px;
	line-height: 28px;
	-webkit-box-shadow: 0px 0px 25px 4px rgba(36,36,36,0.81);
	-moz-box-shadow: 0px 0px 25px 4px rgba(36,36,36,0.81);
	box-shadow: 0px 0px 25px 4px rgba(36,36,36,0.81);
}

.message p {
	padding: 0;
	margin: 0 0 15px 0;
}

.message a {
	display: block;
	padding: 5px;
	background-color: #333;
	color: #EEE;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}

.message a:hover {
	background-color: #666;
}


/* home */
.home .teaser {
	position: relative;
	height: 340px;
	margin-top: 66px;
	background-color: #EEE;
	background-image: url('/img/wall.jpg');
	background-size: cover;
}

.home .teaser .text {
	font-size: 28px;
	line-height: 120%;
	margin-top: 60px;
}

.home .teaser .after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 17px;
	background-image: url('/img/raster.png');
	background-size: auto 17px;
}

.home .introduction {
	padding-top: 55px;
}

.home h2 {
	text-align: center;
}

.home h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	margin: 0 auto 0 auto;
	border-bottom: solid 1px #999;
}

.home .introduction {
	position: relative;
	margin-bottom: 50px;
}

.home .functions {
	background-color: #EEE;
}




/* principles */
.principles .teaser {
	position: fixed;
	top: 0;
	width: 100%;
	height: 400px;
	background-color: #EEE;
	margin-top: 66px;
	z-index: 10;
	background-image: url('/img/wall.jpg');
	background-size: cover;
	font-size: 26px;
	line-height: 120%;
}

.principles .teaser .after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 17px;
	background-image: url('/img/raster.png');
	background-size: auto 17px;
}

.principles .teaser .text {
	font-size: 32px;
	line-height: 120%;
	margin-top: 40px;
}

.principles .teaser .light {
	position: absolute;
	top: -30px;
	left: 770px;
	width: 200px;
	height: 330px;
	background-color: rgb(250, 250, 253);
	opacity: 0.83;
	transform: skewY(-19.8deg);
	-webkit-filter: blur(5.94px);
}

.principles .teaser .light .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.principles .teaser .intro {
	margin-top: 130px;
}

.principles .manifest {
	position: relative;
	padding-top: 500px;
	margin-bottom: 50px;
	background-color: #F7F7F7;
}

.principles .manifest h2 {
	text-align: center;
}

.principles .manifest h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	margin: 0 auto 0 auto;
	border-bottom: solid 1px #999;
}

.principles .principles {
	position: relative;
	height: auto;
	margin-bottom: 250px;
}

.principles .principle {
	background-color: #F7F7F7;
	height: 130px;
	overflow: hidden;
	margin-bottom: 20px;
}

.principles .principle h2 {
	display: block;
	float: left;
	width: 69px;
	height: 495px;
	margin: 0;
	padding-top: 5px;
	font-size: 70px;
	font-weight: 600;
	text-align: center;
	line-height: 70px;
	background-image: url('/img/raster-gruen.png');
	color: #999;
}

.principles .principle .content {
	float: left;
	width: 260px;
	margin-left: 20px;
}

.principles .principle .example {
	height: 60px;
}

.principles .principle .example label,
.principles .principle .example .value-label {
	display: block;
	float: left;
	width: 100px;
	font-size: 14px;
	margin-top: -10px;
}

.principles .principle .example .value-label {
	float: right;
	text-align: right;
}

.principles input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #999;
}

.principles .principle h3 {
	font-size: 28px;
	line-height: 28px;
	margin: 10px 0 0 0;
	height: 40px;
	font-weight: normal;
}

.ot-content h4 {
	font-size: 22px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.principles .principle p {
	margin: 0 0 10px 0;
}

.principles .principle .description {
	display: none;
}

.principles .principle .info {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 26px;
	text-decoration: none;
	font-size: 16px;
	text-align: right;
	margin-right: 12px;
}




.principles .light .tree {
	position: absolute;
	left: -50px;
	top: 0px;
	width: 150%;
	height: 150%;
	background-image: url(/img/treeshape_04.png);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.2;
	-webkit-transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 1s;
	-webkit-transition-timing-function: ease-in-out;
}

.principles .light .pottet-plant {
	position: absolute;
	bottom: -30px;
	right: 5%;
	width: 120px;
	height: 170px;
	opacity: 0.2;
	background-image: url('/img/topfpflanze.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.principles .light .rollo2 {
	position: absolute;
	top: 0px;
	width: 50%;
	height: 300px;
	margin-left: 0px;
}

.principles .light .rollo2-left {
	left: 0%;
	top: -50px;
	width: 100%;
}

.principles .light .rollo2 .fabric {
	position: absolute;
	top: 0;
	width: 100%;
	height: 200px;
	background-color: #000;
	background: rgba(0, 0, 0, 0.3);
}

.principles .light .rollo2 .bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 100px;
	margin-left: -15px;
	background-image: url('/img/rollo-griff.png');
	background-size: 100% auto;
	background-position: 0 -20px;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.principles .light .balloon {
	position: absolute;
	left: 0;
	top: 100px;
	width: 125px;
	height: 200px;
	margin: 0 -125px 0 -125px;
	background-image: url('/img/heissluftballon.png');
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transition: all 20s;
	-webkit-transition-timing-function: linear;
	opacity: 0.4;
}

.principles .light .rain-canvas {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity 20s;
	-webkit-transition-timing-function: linear;
}

.principles .light .rain-canvas.stopped {
	opacity: 0;
}






/* controls */
.controls .teaser {
	position: relative;
	height: 295px;
	background-color: #EEE;
	margin-top: 66px;
	margin-bottom: 30px;
	background-image: url('/img/wall.jpg');
	background-size: cover;
}

.controls .teaser .text {
	font-size: 32px;
	line-height: 120%;
	margin-top: 40px;
}

.controls .teaser .after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 17px;
	background-image: url('/img/raster.png');
	background-size: auto 17px;
}

.controls .reset {
	background-color: #F7F7F7;
	padding-top: 20px;
	margin-bottom: 20px;
	height: 40px;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
}

.controls .reset:hover {
	background-color: #999;
}

.controls .group {
	background-color: #F7F7F7;
	padding: 10px;
	margin-bottom: 20px;
	height: 385px;
}

.controls .grid_4.group {
	width: 340px;
}

.controls .grid_8.group {
	width: 720px;
}

.controls .group .margin-top {
	margin-top: 30px;
}

.controls .group h4 {
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 0 0;
	height: 50px;
	font-weight: normal;
}

.controls .shapes {
	width: 730px;
	margin-top: 30px;
}

.controls .shape {
	width: 136px;
	height: 136px;
	margin: 0 10px 10px 0;
	float: left;
	background-color: #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.controls .shape:hover {
	background-color: #999;
}

.controls .shape.active {
	background-color: #EAEC42;
}


.controls #shape1 {
	background-image: url('/img/window-shapes/single.png');
	background-size: cover;
}

.controls #shape2 {
	background-image: url('/img/window-shapes/double.png');
	background-size: cover;
}

.controls #shape3 {
	background-image: url('/img/window-shapes/the-i.png');
	background-size: cover;
}

.controls #shape4 {
	background-image: url('/img/window-shapes/round.png');
	background-size: cover;
}

.controls #shape5 {
	background-image: url('/img/window-shapes/gothic.png');
	background-size: cover;
}

.controls #shape6 {
	background-image: url('/img/window-shapes/bauhaus.png');
	background-size: cover;
}

.controls #shape7 {
	background-image: url('/img/window-shapes/american.png');
	background-size: cover;
}

.controls #shape8 {
	background-image: url('/img/window-shapes/bow.png');
	background-size: cover;
}

.controls #shape9 {
	background-image: url('/img/window-shapes/classico.png');
	background-size: cover;
}

.controls #shape10 {
	background-image: url('/img/window-shapes/fancy.png');
	background-size: cover;
}




.checkbox-float {
	display: block;
	width: 90px;
	float: left;
	margin-right: 21px;
}

.checkbox-float:last-child {
	margin-right: 0;
}

.checkbox-float label {
	white-space: nowrap
}

.switch {
	position: relative;
	display: block;
	margin-top: 8px;
}

fieldset {
	margin:0 auto; 
	width:80%; 
	padding:20px 0
}

input[type="range"] {
	-webkit-appearance: none; 
	width: 100%; 
	height: 1px;
	margin-bottom: 20px;
	background-color: #999;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	background-color: #999;
}

input[type='range']:disabled {
    opacity: 0.3;
}

.value-label {
	float: right;
	font-size: .9em;
}



/* video */
.video .teaser {
	position: relative;
	height: 630px;
	background-color: #EEE;
	margin-top: 66px;
	margin-bottom: 50px;
	background-image: url('/img/wall.jpg');
	background-size: cover;
}

.video .teaser .text {
	font-size: 26px;
	line-height: 120%;
	margin-top: 70px;
}

.video .teaser .after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 17px;
	background-image: url('/img/raster.png');
	background-size: auto 17px;
}

.video .previews {
	margin-bottom: 30px;
}

.video .preview {
	display: block;
	width: 360px;
	height: 203px;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 1s;
}

.video .preview:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.video .preview-3 {
	background-image: url('/img/video-zuhause.jpg');
}

.video .preview-2 {
	background-image: url('/img/video-schiffsbau.jpg');
}

.video .preview-1 {
	background-image: url('/img/video-uniqum.jpg');
}




/* about */
.about .teaser {
	position: relative;
	height: 590px;
	background-color: #EEE;
	margin-top: 66px;
	margin-bottom: 50px;
	background-image: url('/img/about.jpg');
	background-size: cover;
}

.about .teaser .text {
	font-size: 26px;
	line-height: 120%;
	margin-top: 70px;
}

.about .teaser .after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 17px;
	background-image: url('/img/raster.png');
	background-size: auto 17px;
}

.about h2 {
	text-align: center;
}

.about h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	margin: 0 auto 0 auto;
	border-bottom: solid 1px #999;
}