@CHARSET "UTF-8";


/* BASIC -------------------------------------------------------------- */

html, body{
    height: 100%;
	width: 100%;
}

body.desktop{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #757575;
	background-color: #fff;
	/*overflow: hidden;*/
    -webkit-text-size-adjust: 100%;
}

.desktop h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	line-height: 42px;
	color: #bebebe;
	text-align: center;
	margin-bottom: 4px;
}

.desktop h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #9bca1c;
}

.desktop h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #9bca1c;
	margin-bottom: 14px;
}

.desktop p{
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #757575;
	margin-bottom: 20px;
}

.desktop p.large{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 25px;
}


.desktop p a{
	color: #9bca1c;
	text-decoration: underline;
}

.desktop p a:hover{
	text-decoration: none;
}

.desktop strong{
	font-weight: bold;
}



/* HEADER ------------------------------------------------------------- */

.desktop header{
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background: rgba(255,255,255,0.9);
}

.desktop #logo{
	position: relative;
	top: 21px;
	left: 0;
	width: 250px;
	height: 63px;
	background: url(../images/logo.png) no-repeat;
	background-size: 250px 63px;
	cursor: pointer;
}

.desktop #main_navi{
	position: absolute;
	top: 25px;
	right: 20px;
}

.desktop #main_navi ul:after{
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.desktop #main_navi ul li{
	float: left;
	margin-left: 47px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #757575;
	cursor: pointer;
	
	-webkit-transition: color 0.2s ease-in-out 0s; 
	-moz-transition: color 0.2s ease-in-out 0s; 
	-o-transition: color 0.2s ease-in-out 0s; 
	transition: color 0.2s ease-in-out 0s;
}

.desktop #main_navi ul li:hover,
.desktop #main_navi ul li.active{
	color: #9bca1c;
}



/* CONTENT ------------------------------------------------------------ */

#wrapper_desktop{
	display: none;
}

.desktop #wrapper_desktop{
	display: block;
}

.desktop #visuals_wrapper{
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.desktop .visual_section{
	position: relative;
	width: 100%;
	/*margin-bottom: 480px;*/
}

.desktop .visual_section .visual_element{
	position: absolute;
	top: 0;
	left: 0;
}

.desktop .visual_section .visual_element_bg{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.desktop .visual_section .visual_element_motion{
	top: 410px;
	left: 0;
	width: 450px;
	
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.desktop .visual_section .visual_lenseflare{
	opacity: 0;
}

.desktop .visual_section .visual_line div{
	position: relative;
	left: -1500px;
	width: 3500px;
	height: 4px;
	background: #9bca1c; /* Old browsers */
	background: -moz-linear-gradient(left, #b1d64f 0%, #7ea417 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b1d64f), color-stop(100%,#7ea417)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #b1d64f 0%,#7ea417 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #b1d64f 0%,#7ea417 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #b1d64f 0%,#7ea417 100%); /* IE10+ */
	background: linear-gradient(to right, #b1d64f 0%,#7ea417 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d64f', endColorstr='#7ea417',GradientType=1 ); /* IE6-9 */
}

.desktop .visual_section .visual_text p.large{
	margin-bottom: 15px;
}

.desktop .visual_section .visual_text button{
	float: right;
	margin-right: 50px;
}

.desktop .visual_section .visual_text .fake_line{
	height: 4px;
	margin-bottom: 15px;
}

.desktop .text_section{
	z-index: 2000;
	position: relative;
	height: 480px;
	width: 100%;
	background-color: #fff;
}

.desktop .text_section.fake{
	height: 1px;
	max-height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: transparent;
}

.desktop .text_section .inner{
	padding: 70px 20px 0 20px;
}

.desktop .text_section .inner:after{
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.desktop .text_section .left,
.desktop .text_section .right{
	width: 461px;
}

/*
.desktop .text_section #venture_capital{
	position: relative;
	height: 410px;
}

.desktop .text_section #layer_investitionen{
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 55px;
	padding-right: 20px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.desktop .text_section #lasche_investitionen{
	width: 163px;
	height: 54px;
	margin: 0 auto 62px auto;
	background: url(../images/lasche_investitionen.jpg) no-repeat;
}
*/

.desktop .icon{
	width: 100px;
	margin: 0 auto 15px auto;
}

.desktop .h2_wrapper{
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}

.desktop .h2_wrapper h2{
	display: inline;
	position: relative;
	padding: 0 8px 0 8px;
	background-color: #fff;
}

.desktop .h2_line{
	position: absolute;
	top: 11px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bebebe;
	line-height: 0px;
	font-size: 0px;
}




/* ASIDE -------------------------------------------------------------- */

.desktop aside{
	z-index: 8000;
	position: fixed;
	top: 50%;
	right: 9px;
	margin-top: -140px;
}

.desktop #meta_navi ul li{
	margin-bottom: 10px;
}

.desktop #meta_navi ul li a{
	display: block;
	width: 51px;
	height: 51px;
	
	-webkit-transition: all 0.2s ease-in-out 0s; 
	-moz-transition: all 0.2s ease-in-out 0s; 
	-o-transition: all 0.2s ease-in-out 0s; 
	transition: all 0.2s ease-in-out 0s;
}


.desktop #meta_navi ul li a#meta_kontakt{
	background: url(../images/icon_meta_kontakt_lo.png) no-repeat;
}

.desktop #meta_navi ul li a#meta_kontakt:hover,
.desktop #meta_navi ul li a#meta_kontakt.active{
	background: url(../images/icon_meta_kontakt_hi.png) no-repeat;
}

.desktop #meta_navi ul li a#meta_impressum{
	background: url(../images/icon_meta_impressum_lo.png) no-repeat;
}

.desktop #meta_navi ul li a#meta_impressum:hover,
.desktop #meta_navi ul li a#meta_impressum.active{
	background: url(../images/icon_meta_impressum_hi.png) no-repeat;
}



/* FORM -------------------------------------------------------------- */ 

.desktop form#kontakt_form{
	position: relative;
}

.desktop form input[type="text"],
.desktop form textarea{
	display: block;
	width: 459px;
	max-width: 459px;
	margin: 0;
	padding-left: 10px;
	border: 1px solid #d8d8d8;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #757575;
	background-color: #fff;
}

.desktop form input[type="text"]{
	height: 48px;
	margin-bottom: 20px;
}


.desktop form textarea{
	height: 181px;
	max-height: 181px;
	margin-bottom: 15px;
	padding-top: 13px;
	resize: none;
}

.desktop form input[type="text"].error,
.desktop form textarea.error{
	border: 1px solid #e4002c;
}

.desktop form p.error{
	color: #e4002c;
}

.desktop button{
	height: 34px;
	padding-right: 42px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #9bca1c;
	background: url(../images/arrow_right_green.png) top right no-repeat;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-in-out 0s; 
	-moz-transition: all 0.2s ease-in-out 0s; 
	-o-transition: all 0.2s ease-in-out 0s; 
	transition: all 0.2s ease-in-out 0s;
}

.desktop button:hover{
	color: #bebebe;
	background: url(../images/arrow_right_grey.png) top right no-repeat;
}

.desktop #confirm{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	padding-top: 100px;
	background: rgba(255,255,255,0.9);
	border: 1px solid #d8d8d8;
	text-align: center;
}



/* META-SITES -------------------------------------------------------- */ 

body#impressum,
body#kontakt{
	background-color: #f0f0f0;
}

#impressum #content .left{
	width: 320px;
}

#impressum #content .right{
	width: 615px;
}

#impressum #content .inner,
#kontakt #content .inner{
	padding: 135px 20px 40px 20px;
}

#impressum #content .inner:after{
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#kontakt #content .right{
	text-align: right;
}

#impressum .h2_wrapper h2,
#kontakt .h2_wrapper h2{
	background-color: #f0f0f0;
}



/* MISCELLANEOUS ------------------------------------------------------ */  

.cleaner{
	/* Cleaner bereinigt alle Floats*/
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.inner{
	position: relative;
	width: 960px;
	max-width: 960px;
	padding: 0 20px 0 20px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.hcenter{
	margin: 0 auto;
}

.nomargin{
	margin: 0 !important;
}

.noborder{
	border: 0 !important;
}

#debug_text{
	position: absolute;
	top: 10px;
	right: 10px;
}