@charset "utf-8";
@import url(font.css);
@import url(//necolas.github.io/normalize.css/3.0.2/normalize.css);
/*
created:        09/03/2015
last update:    10/15/2015
*/

body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, address, figure, iframe {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	font-weight: inherit;
	color: #432773;
	text-decoration: none;
}
a:hover, a:active {
	color: #D83627;
	text-decoration: underline;
}
a, input, textarea, button {
	font: inherit;
	box-shadow: none;
	outline: none;
}
textarea {
	resize: vertical;
}
a, button {
	border: none;
}
a[href], input[type="submit"], input[type="image"], label[for], select, button {
	cursor: pointer;
}
input, button, textarea {
	display: block;
	box-sizing: border-box;
}
address {
	font-style: normal;
}
strong, b {
	font-weight: 500;
}
em, cite {
	font-style: italic;
}
small {
	font-size: 0.9em;
	line-height: 1em;
}
[hidden], template {
	display: none;
}
::selection {
	color: #FAFDFF;
	background-color: #2591D0;
}
/* G */

html {
	font-family: "Futura", sans-serif;
	font-size: 100%;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	height: 100%;
}
body {
	background: #F5FAFF;
	font-size: 18px;
	font-weight: 300;
	color: #9D9D9C;
	min-width: 850px;
	min-height: 100%;
	position: relative;
	padding: 0px 0px 80px 0px;
	box-sizing: border-box;
}
.blockcenter {
	display: block;
	text-align: center;
}
.center {
	margin: 0px auto !important;
	float: none !important;
	display: block;
}
.clear:after {
	content: ' ';
	height: 0;
	color: transparent;
	clear: both;
	display: block;
	visibility: hidden;
}
.container {
	position: relative;
	max-width: 1400px;
	margin: 0px auto;
	padding: 0px 20px;
	display: block;
	clear: both;
	box-sizing: border-box;
}
.logo {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
/* M */

header {
	background: rgba(250,253,255,0.851);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 170px;
	border-bottom: 5px solid #9D9D9C;
	z-index: 100;
}
header .wrapper {
	padding: 0px 30px;
}
header .wrapper .brand {
	display: inline-block;
}
header .wrapper .brand .logo {
	background-image: url(../img/logo/logo-color.svg);
	width: 240px;
	height: 119px;
	margin: 33px 0px 0px 0px;
	display: inline-block;
}
header .wrapper nav {
	display: inline-block;
 width: calc(100% - (240px + 315px));
	vertical-align: baseline;
	padding: 0px 2.5%;
	box-sizing: border-box;
}
header .wrapper nav ul {
	list-style: none;
	width: 100%;
	display: inline-block;
}
header .wrapper nav ul li {
	font-family: "Futura", sans-serif;
	font-size: 1.16667em;
	font-weight: 400;
	color: #9D9D9C;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	width: 25%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
header .wrapper nav ul li a:hover, header .wrapper nav ul li a:active {
	color: #432773;
}
header .wrapper nav ul li a:hover, header .wrapper nav ul li a:active {
	border-bottom: 2px solid #D83627;
}
header .wrapper nav ul li a {
	font-weight: inherit;
	color: inherit;
	border-bottom: 2px solid transparent;
	text-decoration: inherit;
}
.i-houses {
	background-image: url(../img/icon/icon-houses.svg)
}
.i-prev {
	background-image: url(../img/icon/icon-prev.svg)
}
.i-next {
	background-image: url(../img/icon/icon-next.svg)
}
.i-heater {
	background-image: url(../img/icon/icon-heater.svg)
}
.i-service {
	background-image: url(../img/icon/icon-service.svg)
}
.i-water {
	background-image: url(../img/icon/icon-water.svg)
}
.i-fan {
	background-image: url(../img/icon/icon-fan.svg)
}
.i-arrow-up {
	background-image: url(../img/icon/icon-arrow-up.svg)
}
header i.i-houses {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 0%;
	width: 315px;
	height: 65px;
	position: absolute;
	right: 50px;
	bottom: -13px;
	display: block;
	z-index: 110;
}
header span.slogan {
	font-size: 1.33333em;
	font-style: italic;
	font-weight: 500;
	color: #432773;
	position: absolute;
	display: inline-block;
	width: 315px;
	text-align: center;
	top: 33px;
	right: 50px;
}
#slider, #pheader {
	position: relative;
	border-bottom: 2px solid #432773;
}
#slider {
}
#slider .unslide {
	position: relative;
	height: 750px;
	overflow: auto;
	list-style: none;
}
#slider .unslide ul {
	height: inherit;
}
#pheader {
	height: 400px;
}
#slider .bg, #pheader .bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}
#pheader .bg.imprint {
	background-image: url(../img/imprint-header.jpg);
}
#pheader .bg.policy {
	background-image: url(../img/policy-header.jpg);
}
#slider .viewport, #pheader .viewport {
	background-color: rgba(67,39,115,0.05);
	position: absolute;
	top: 175px;
	left: 0;
	right: 0;
	bottom: 0;
}
#slider .control-overlay {
}
.control-overlay .navigation {
	position: absolute;
 top: calc(50% + (175px /2 ));
	left: 0;
	right: 0;
	z-index: 10;
}
.control-overlay .navigation a {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 35%;
	position: absolute;
	width: 68px;
	height: 68px;
	margin: -34px 0px 0px 0px;
	display: inline-block;
	cursor: pointer;
}
.control-overlay .navigation a.i-prev {
	left: 0;
}
.control-overlay .navigation a.i-next {
	right: 0;
}
#slider .viewport .content-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
}
#pheader .viewport .content-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#slider .viewport .content-box h1 {
	font-size: 1.125em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	margin: 0px 0px calc(-1.35em / 2) 0px;
	text-align: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
#pheader .viewport .content-box h1 {
	text-align: center;
}
.viewport .content-box h1 {
	color: #432773;
}
section.topic .content {
	position: relative;
	padding: 2.5% 0%;
}
#heater .content {
	background-color: #c3b6ac;
}
section#heater figure.image div {
	background-image: url(../img/heater.jpg);
}
#sanitary .content {
	background-color: #6d604b;
}
section#sanitary figure.image div {
	background-image: url(../img/sanitary.jpg);
}
#service .content {
	background-color: #635957;
}
section#service figure.image div {
	background-image: url(../img/service.jpg);
}
#contact .content {
	background-color: #72967e;
}
#imprint.content, #policy.content {
	padding: 5em 0px 0px 0px;
	text-align: justify;
}
#imprint.content ul, #policy.content ul {
	padding: 0px 0px 0px 2em;
	line-height: 1.5em;
}
section.topic .pre-break {
	background-color: #f5faff;
	width: 100%;
	margin: 115px 0px 0px 0px;
	padding: 36.25px 0px 0px 0px;
	border-bottom: 5px solid #9D9D9C;
}
section.topic .pre-break i {
	background-repeat: no-repeat;
	background-position: 100%;
	width: 64.5px;
	height: 65px;
	margin: 0px auto -5px auto;
	display: block;
	z-index: 110;
}
h1, h2, h3 {
	font-size: 1.75em;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px 0px 0.5em 0px;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.25em;
}
section.topic h1, section.topic h2, section.topic h3 {
	text-align: center;
	color: #FAFDFF;
}
section.topic figure.image {
	width: 55%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
section.topic figure.image div {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
section.topic .wrapper {
	width: 45%;
	font-size: 1.1em;
	float: left;
	box-sizing: border-box;
	padding: 0% 5% 0% 7.5%;
}
p {
	margin: 0px 0px 2em 0px;
}
section.topic .wrapper p {
	color: #fafdff;
	text-align: justify;
}
section.topic .wrapper p:last-child {
	margin: 0px;
}
form input, form textarea {
	background-color: rgba(245,250,255,0.9);
	padding: 0.45em;
	font-size: 0.9em;
	color: #432773;
	border: none;
	margin: 0px 0px 0.75em 0px;
}
form input.error, form textarea.error {
	border-left: 3px solid #D83627;
}
form input:hover, form input:active, form input:focus, form textarea:hover, form textarea:active, form textarea:focus {
	background-color: rgba(245,250,255,1);
}
form label {
	color: #FAFDFF;
	line-height: 1.5em;
}
form button {
	background-color: #432773;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #FAFDFF;
	padding: 6px 10px;
	min-width: 110px;
	width: 25%;
	margin: 0px auto;
}
form button:hover, form button:active {
	background-color: #D83627;
}
section#contact .wrapper form input, section#contact .wrapper form textarea {
	width: 100%;
}
section#contact .wrapper form textarea {
	height: 10em;
	max-height: 15em;
}
span.error {
	font-size: 0.8em;
	font-weight: 400;
	color: #D83627;
	line-height: 2em;
}
span.success {
	color: #68C021;
}
footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 80px;
}
footer nav {
	display: inline-block;
	float: right;
}
footer span {
	font-size: 0.9em;
	line-height: 80px;
	display: inline-block;
}
footer nav span {
	margin: 0px 0px 0px 1.25em;
}
footer nav a:link, footer nav a:visited {
	color: inherit;
}
footer nav a:hover, footer nav a:active {
	color: #432773;
	text-decoration: none;
}
#bt-top {
	position: fixed;
	right: 2.5%;
	bottom: 5%;
	background-color: rgba(250,253,255,0.9);
	width: 70px;
	height: 70px;
	padding: 0.25em;
	visibility: hidden;
	opacity: 0;
	cursor: auto;
	box-sizing: border-box;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.075);
	z-index: 100;
}
#bt-top:hover, #bt-top:active {
	background-color: rgba(216,54,39,0.9);
	opacity: 0.9;
}
#bt-top:hover span, #bt-top:active span {
	color: #FAFDFF;
}
#bt-top.visible {
	cursor: pointer;
	opacity: 1;
	visibility: visible;
}
#bt-top i {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1.2em;
	height: 1.2em;
	display: block;
	margin: 0px auto;
}
#bt-top:hover i.i-arrow-up {
	background-image: url(../img/icon/icon-arrow-up-active.svg);
}
#bt-top span {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #432773;
	text-align: center;
	display: block;
}

@media screen and (max-width: 1152px) {
header i.i-houses {
	display: none;
}
header .wrapper nav {
	width: calc(100% - 250px);
}
}
