html, body {
	margin: 0;
	padding:0;
	height:100%;
}

body {
	height: auto;
	min-height:100%;
	background-color:#f1efee;
}

.remove, .footer, .mobile {
	display:none;
}

.clear {
	padding:0;
	margin:0;
	height: 0;
	clear:both;
	float:none;
}

#container, input {
	font-family:'Poppins', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #717776;
	font-weight:400;
	z-index:5;
	position:relative;
}

#bgimage {
	position:fixed;
	height:100vh;
	width: 100%;
}

#bgimage li.first {
	background: url('../img/background_1800.jpg') right center no-repeat;
	background-size:auto 100%;
}

#bgimage li.second {
	background: url('../img/background_2_1800.jpg') right center no-repeat;
	background-size:auto 100%;
}

#bgimage .slider, #bgimage .flexslider, #bgimage .slides, #bgimage li, #bgimage .flex-viewport {
	height: 100%;
	width:100%;
	margin-top: 0;
}

.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} 
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}

#header {
	background-color:#ffffff;
	border-bottom: 1px solid #b9bdbd;
	z-index:5;
	position:relative;
}

a {
	text-decoration:none;
	color: #717776;
	transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;
}

a:hover {
	color:#d84d15;
}

#header .home {
	margin-left:60px;
}

#header .right {
	float:right;
	font-size: 20px;
	padding-top: 38px;
}

#header .logo {
	float:left;
	width: 120px;
	height: auto;
	margin: 12px 0 18px;
}

#header img {
	width: auto;
	height: 24px;
	position:relative; 
	top: 4px;
	margin-right: 15px;
	margin-left: 60px;
}

#header .orange {
	margin: 0 15px;
}

#header .contact {
	display: inline;
}

.inside, #left {
	width: 1400px;
	margin: 0 auto;
}

#left {
	margin-bottom: 80px;
	position: relative;
}

.ratgeber {
	position:absolute;
	bottom:-6px;
	left: 525px;
	margin-left: 30px;
	transition:all ease-in-out 0.6s;-webkit-transition:all ease-in-out 0.6s;-o-transition:all ease-in-out 0.6s;-moz-transition:all ease-in-out 0.6s;
}

.ratgeber img {
	width:220px;
	height: auto;
	border: 1px solid #b9bdbd;
}

form {
	margin-top: 30px;
	margin-bottom: 0px;
}

.box {
	width:100%;
	box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;
	padding: 0 50px 50px;
	background: #ffffff;
	border: 1px solid #b9bdbd;
	border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;-moz-border-radius:10px;
	overflow:hidden;
}

h1, h2, h3 {
	font-weight:400;
	line-height: 100%;
}

h1, h2 {
	text-transform: uppercase;
	font-size: 63px;
	font-weight:300;
	margin-top:0px;
	margin-bottom:5px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 22.5px;
	margin-top:0;
	margin-bottom:60px;
}

.grey {
	background-color:#717776;
	text-align:center;
	margin: 0 -50px 40px;
	box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;
	padding: 30px 0;
}

.grey h2, .grey h3 {
	color:#ffffff;
	margin: 0;
}

.big {
	font-size:20px;
}

#left .inside {
	background: #f1efee;
	width: 525px;
	margin: 0 0;
	height:100%;
	-webkit-box-shadow: 10px 0px 100px 75px rgba(241,239,238,1); -moz-box-shadow: 10px 0px 100px 75px rgba(241,239,238,1); box-shadow: 10px 0px 100px 75px rgba(241,239,238,1);
	padding-top:60px;
		transition:all ease-in-out 0.6s;-webkit-transition:all ease-in-out 0.6s;-o-transition:all ease-in-out 0.6s;-moz-transition:all ease-in-out 0.6s;
}

.grey h2 {
	margin-bottom: 5px;
}

span, .big, h1 {
	color:#d84d15;
}

p.small {
	text-align:center;
	margin-bottom:0;
	color: #999999;
}

input, button.button {
	background: #f1efee;
	border: 1px solid #b9bdbd;
	box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;
	font-size: 24px;
	padding: 16px 20px 11px;
	width: 100%;
	margin-bottom:10px;
	color: #717776;
	font-weight:300;
}

input.button, button.button {
	color:#ffffff;
	text-transform: uppercase;
	background: #d84d15;
	transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;
}

input.button:hover, button.button:hover {
	background: #5da267;
	cursor:pointer;
}

input.cr_ipe_checkbox {
	display: inline;
    width: 17px;
    height: 17px;
    top: 2px;
    margin-left: 0;
    margin-right: 5px;
}