@CHARSET "UTF-8";


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

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
} 

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

body.mobile{
	font-family: Arial, sans-serif;
	font-size: 23px;
	line-height: 35px;
	font-weight: normal;
	color: #888;
	background-color: #dddddd;
	/*overflow: hidden;*/
    -webkit-text-size-adjust: 100%;
}

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

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

.mobile h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	line-height: 78px;
	color: #fff;
}

.mobile p{
	font-size: 23px;
	line-height: 35px;
	font-weight: normal;
	color: #888;
	margin-bottom: 20px;
}

.mobile p.large{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 32px;
	color: #757575;
}


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

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

.mobile strong{
	font-weight: bold;
}



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

.mobile header{
	z-index: 9000;
	position: fixed;
	top: 0;
	margin: 0 auto;
	height: 90px;
	width: 640px;
	background-color: #fff;
}

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

.mobile #navi_button{
	position: absolute;
	top: 16px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: url(../images/m_icon_menu.png) no-repeat;
	cursor: pointer;
}

.mobile #m_main_navi{
	display: none;
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.mobile #m_main_navi ul li{
	padding: 20px 103px 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 48px;
	text-align: right;
	color: #bebebe;
	border-top: 2px solid #f0f0f0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 560px 14px;
}

.mobile #m_main_navi ul.meta:after{
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.mobile #m_main_navi ul.meta li{
	float: left;
	width: 319px;
	height: 88px;
	padding: 0;
	background-position: center center;
}

.mobile #m_main_navi ul.meta li:first-child{
	border-right: 2px solid #f0f0f0;
}

.mobile #m_main_navi ul.meta li a{
	display: block;
	width: 319px;
	height: 88px;
}



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

#wrapper_mobile{
	display: none;
}

.mobile #wrapper_mobile{
	display: block;
	position: relative;
	width: 640px;
	margin: 0 auto;
}

.mobile #content_wrapper{
	z-index: 1000;
	position: relative;
	padding-top: 90px;
}

.mobile .visual_section{
	position: relative;
	height: 830px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}

.mobile .visual_section h3,
.mobile .visual_section p.large,
.mobile .visual_section button{
	position: absolute;
	
	-moz-transform: rotate(-5.8deg);
	-ms-transform: rotate(-5.8deg);
	-o-transform: rotate(-5.8deg);
	-webkit-transform: rotate(-5.8deg);
	transform: rotate(-5.8deg);
}

.mobile .visual_section h3{
	width: 600px;
	bottom: 184px;
	left: 20px;
}

.mobile .visual_section p.large{
	width: 600px;
	top: 680px;
	left: 20px;
}

.mobile #visual_section_outro.visual_section p.large{
	top: 335px;
	text-align: center;
	
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.mobile .visual_section button{
	right: 18px;
	bottom: 20px;
}

.mobile .text_section{
	background-color: #fff;
	padding: 50px 20px 70px 20px;
}


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

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

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

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



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

.mobile form#kontakt_form{
	position: relative;
}

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

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


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

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

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

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

.mobile button{
	height: 49px;
	padding-right: 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #9bca1c;
	background: url(../images/m_arrow_down_green.png) top right no-repeat;
	cursor: pointer;
}



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

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

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

body#impressum.mobile header,
body#kontakt.mobile header{
	position: relative;
}

body#impressum.mobile #content_wrapper,
body#kontakt.mobile #content_wrapper{
	padding-top: 0;
}



/* LANDSCAPE --------------------------------------------------------- */ 

@media screen and (orientation: landscape) {

	.mobile header{
		position: relative;
	}
	
	.mobile #content_wrapper{
		padding-top: 0;
	}
}

