/* Copyright (c) heimgeist.de*/
body {
    background-color: #566777;
}
.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
	-moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.textSelectionIsOn {
    cursor: auto;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
 }
.container {
	position: relative;
	width: 100%;
	max-width: 680px;
	box-sizing: border-box;
	left: 10%;
}
h1 {
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: "Open Sans Condensed";
	font-weight: 300;
	font-size: 170px;
	letter-spacing: 10px;
	line-height: 1;
	text-align: left;
	color: #263b50;
}
h2 {	
	width: inherit;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 14px;
	right: 0px;
	font-family: "Open Sans Condensed";
	font-weight: 300;
	font-size: 47px;
	letter-spacing: 3px;
	line-height: 1;
	text-align: left;
	color: #eff1f3;
}
ul {
	list-style-type: square;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 50px;
	margin-right: 0px;
}
li {
	padding: 0px;
    margin: 6px;
}
.pxLine {
	background-color: #263b50;
	width:100%;
	height: 1px;
	display: block;
	margin-bottom: 30px;
	margin-left: 14px;
}
.pxLine2 {
	background-color: #eff1f3;
	width:100%;
	height: 1px;
	display: block;
	margin-bottom: 30px;
	margin-left: 14px;
}
.kies {
	margin-top: 0px;
	font-family: "Open Sans Condensed";
	font-weight: 300;
	font-size: 34px;
	letter-spacing: 0px;
	line-height: 1;
	color: #263b50;
	display: inline;
}
.key0 {
	position: absolute;
	left: 11px;
}
.key1 {
	position: absolute;
	left: 26%;
}
.key2 {
	position: absolute;
	right: 33%;
}
.key3 {
	position: absolute;
	right: -14px;
}
.nonListText {
	margin-left: 14px;
	margin-bottom: 26px;
}
.header {
	background-image: url("../images/whize_noize_bg.png");
    background-color: #eff1f3;
    background-repeat: repeat;
	position: absolute;
	left: 310px;
	right: 0px;
	top: 0px;
	height: 340px;
}
.contact {
    background-color: #263b50;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 310px;
}
.logo {
	margin: 0;
	margin-top: 40px;
}
.logo > img {
	width: 186px;
	height: 265px;
}
.address {
	color: #eff1f3;
	margin-top: 63px;
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1;
}
.post {
	cursor: pointer;
	position: fixed;
	left: 31px;
	bottom: 31px;
}
.post > img {
	width: 98px;
	height: 61px;
}
.mobileContact {
	display: none;
}
.description {
	position: absolute;
	left: 310px;
	right: 0px;
	top: 340px;
	bottom: 0px;
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1;
	color: #eff1f3;
}
.contactViaMail {
	font-family: "Open Sans";
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 1;
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.contactViaMailBackground {
	background-color: #9ea3ac;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.postForm {
	background-color: #eff1f3;
	width: 100%;
	height: 500px;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.postForm  > .container {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
}
.poststreifen {
	top: 0px;
	width: 100%;
	height: 24px;
	background-image: url("../images/poststreifen.gif");
	background-repeat: repeat-x;
}

/* */

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	margin-top: 24px;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #263b50;
}
td {
	padding-bottom: 2px;
}
.label {
	text-align: right;
	margin-right: 3px;
}
select {
	width: 64px;
	border: 0px;
}
input {
	width: 290px;
	border: 0px;
}
input[type="checkbox"] {
	width: 13px;
	right: 0px;
	margin: auto;
}
.optional {
	display: flex;
}
.telefon, .fax {
	width: 180px
}
.telefon > input[type="checkbox"] {
	text-align: right;
}
#Submit, #Reset, #Cancel {
	width: 30%;
	height: 30px;
	font-weight: 400;
	background-color: #263b50;
	color: #eff1f3;
}
#Cancel {
	margin-left:42px;
	background-color: #e53778;
}

.container:after {
	content: "";
	display: table;
	clear: both;
}

.red {
	color: #e53778;
}
.bgWhite {
	color: #eff1f3;
}

.rehauLogo {
	position: fixed;
	right: 31px;
	bottom: 31px;
}
.rehauLogo > img {
	width: 130px;
	height: 75px;
	float: right;
}

.space {
	width: 4px;
}

.openButton, .callButton {
	visibility: hidden;
}

.warning {
	color: #FFFFFF;
	background-color: #e53778;
}

@media (max-width: 1200px), (max-height: 664px) {
	.container {
		max-width: 503px;
		left: 4%;
	}
	h1 {
		margin-top: 30px;
		margin-bottom: 12px;
		font-size: 126px;
		letter-spacing: 7px;
		line-height: 1;
		text-align: left;
		color: #263b50;
	}
	h2 {
		margin-top: 16px;
		margin-bottom: 16px;
		margin-left: 10px;
		font-size: 35px;
		letter-spacing: 2px;
	}
	ul {
		margin-top: 4px;
		margin-bottom: 4px;
		margin-left: 46px;
	}
	li {
		margin: 6px;
	}
	.pxLine {
		margin-bottom: 15px;
		margin-left: 9px;
	}
	.pxLine2 {
		margin-bottom: 20px;
		margin-left: 9px;
	}
	.kies {
		margin-top: 0px;
		font-family: "Open Sans Condensed";
		font-weight: 300;
		font-size: 25px;
		letter-spacing: 0px;
		line-height: 1;
		color: #263b50;
		display: inline;
	}
	.key0 {
		left: 7.5px;
	}
	.key1 {
		left: 26%;
	}
	.key2 {
		right: 33%;
	}
	.key3 {
		right: -11px;
	}
	.nonListText {
		margin-left: 9px;
		margin-bottom: 20px;
	}
	.header {
		left: 210px;
		height: 230px;
	}
	.contact {
		width: 210px;
		font-size: 15px;
	}
	.logo {
		margin-top: 20px;
		margin-left: 8px;
	}
	.logo > img {
		width: 121px;
		height: 173px;
	}
	.address {
		margin-top: 52px;
		margin-left: 8px;
		font-size: 15px;
	}
	.post {
		position: fixed;
		left: 18px;
		bottom: 18px;
	}
	.post > img {
		width: 74px;
		height: 46px;
	}
	.description {
		left: 210px;
		top: 230px;
		font-size: 16px;
	}
	.contactViaMail {
	}

	.rehauLogo {
		right: 18px;
		bottom: 18px;
	}
	.rehauLogo > img {
		width: 109px;
		height: 63px;
		float: right;
	}
}

@media (max-width: 768px), (max-height: 472px) {
	body {
		background-color: #eff1f3;
	}
	.container {
		max-width: 396px;
		margin-left: auto;
		margin-right: auto;
		left: 0px;
	}
	h1 {
		margin: auto;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 6.25em;
		letter-spacing: 0.04em;
		line-height: 1;
		text-align: center;
	}
	h2 {
		margin-top: 13px;
		margin-bottom: 13px;
		margin-left: 8px;
		font-size: 29px;
		letter-spacing: 1px;
		color: #263b50;
	}
	ul {
		margin-top: 3px;
		margin-bottom: 0px;
		margin-left: 32px;
	}
	li {
		margin: 5px;
	}
	.pxLine {
		width: auto;
		margin-bottom: 12px;
		margin-left: 8px;
		margin-right: 3px;
	}
	.pxLine2 {
		width: auto;
		margin-bottom: 16px;
		margin-left: 8px;
		margin-right: 3px;
		background-color: #263b50;
	}
	.kies {
		margin-top: 22px;
		font-size: 20px;
		letter-spacing: 0px;
		line-height: 1;
		text-align: center;
	}
	.key0 {
		left: 7.5px;
	}
	.key1 {
		left: 24%;
	}
	.key2 {
		right: 36%;
	}
	.key3 {
		right: 2px;
	}
	.nonListText {
		margin-left: 8px;
		margin-bottom: 16px;
	}
	.header {
		left: 0px;
		right: 0px;
		top: 0px;
		height: 180px;
		display: block;
	}
	.contact {
		position: absolute;
		left: 0px;
		right: 0px;
		top: 180px;
		height: 180px;
		width: auto;
		min-width: 0;
	}
	.logo {
		margin: 0px;
		margin-top: 17px;
		margin-left:8px;
	}
	.logo > img {
		width: 100px;
		height: 144px;
	}
	.address {
		margin: 0px;
		position: absolute;
		top: -16px;
		right: 2px;
		text-align: right;
		font-size: 15px;
	}
	.post {
		display: none;
	}
	.mobileContact {
		display: block;
		position: fixed;
		height: 75px;
		left: 0px;
		bottom: 0px;
		right: 0px;
	}
	.mobileContactBackground {
		background-color: #eff1f3;
		position: absolute;
		top: 1px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		opacity: 0.8;
	}
	.mobileContact > .mailto {
		position: absolute;
		left: 18px;
		bottom: 18px;
		width: 61.5px;
		height: 39px;
	}
	.mobileContact > .call {
		position: absolute;
		right: 30px;
		bottom: 12px;
		width: 56px;
		height: 52px;
	}
	.mobileContact > .pxLine {
		margin: 0px;
		background-color: #263b50;
	}
	.description {
		background-image: url("../images/whize_noize_bg.png");
		background-color: #eff1f3;
		background-repeat: repeat;
		left: 0px;
		right: 0px;
		top: 360px;
		height: 564px;
		font-size: 15px;
		color: #263b50;
	}
	.contactViaMail {
	}
	
	.rehauLogo {
		left: 100px;
		right: 100px;
		bottom: 8px;
	}
	.rehauLogo > img {
		width: 104px;
		height: 60px;
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	a > img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 400px) {
	h1 {
		font-size: 5em;
		font-size: 27vw;
		letter-spacing: 0em;
	}
	.kies {
		font-size: 16px;
		font-size: 5.6vw;
	}
	.key0 {
		left: 9px;
	}
	.key1 {
		left: 25%;
	}
	.key3 {
		right: 5px;
	}
	.header {
		height: 170px;
	}
	.contact {
		top: 170px;
	}
	.description {
		top: 350px;
		height: 620px;
	}
}

@media (max-width: 320px) {
	.header {
		height: 160px;
	}
	.contact {
		top: 160px;
	}
	.description {
		top: 340px;
	}
}
