﻿/* PRINT ######################################################################################## */
@media print {

body {
	background: none !important;
	background-color: #fff !important;
	color: #555 !important;
}

h1, h2, h3, h4, h5 {
	color: #777 !important;
}

}



/* BIG SCREEN #################################################################################### */
@media screen and (min-width: 1281px) {


}



/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1280px) {


}



/* TABLET QUER ################################################################################### */
@media screen and (max-width: 1024px) {

* {
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}



/* ##### Hide / Show */

#thumb-tray,
.toolbar ul.menu li.level_1.first {
	display: none !important;
}

}



/* TABLET ####################################################################################### */
@media screen and (max-width: 800px) {


/* ##### Hide / Show */

#onepagenav,
#header-wrapper,
#header-image,
#header,
#intro,
.fx,
#sidebar,
#maininfo ul.actions {
	display: none !important;
}



/* ##### Mobile */

a.menu-link {right: 25px; top: 50px;}
.toolbar {top: 100px !important;}

#mobile-image {
	background: #3f4f9a url("../images/bg-mobile.jpg") no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
}

#mobile-header {
	display: block;
	position: relative;
	z-index: 9999;
}

#mobile-header-inner {
	background: #3f4f9a;
	height: 100px;
	position: relative;
}

#mobile-logo {
	left: 15px;
	position: absolute;
	top: 15px;
	width: 300px;
}

#mobile-image {
	height: 400px;
}




/* ##### Custom */

body {
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

#wrapper,
#content {
	margin: 0;
	padding: 0;
}

.formular {
	padding-right: 10px;
}

.section {
	min-height: 250px;
}

.section-inner {
	margin: 0 auto;
	max-width: 96%;
	min-height: 0;
	padding: 20px 2% 0 2%;
	position: relative;
}

.cols-2 .item,
#maininfo .category-desc img.left,
#maininfo .category-desc img.right,
#maininfo img.left,
#maininfo .img-intro-left,
#maininfo img.right,
#maininfo .img-intro-right {
	clear: both;
	height: auto !important;
	width: 100% !important;;
}

.jsn-form-content img {
	width: auto !important;
}


#footerbox2 {
	display: none;
}

#footerbox1, #footerbox3 {
	width: 50%;
}

#section1 .lbox, #section1 .mbox, #section1 .rbox {
	margin: 0 2.5%;
	width: 45%;
}

#section1 .rbox {
	display: none;
}

#section2 h1 {
	font-size: 18px;
	letter-spacing: 0;
}




/* ########## Navigation */

a.menu-link {
	background: transparent url("../images/menutab-mobile.png") no-repeat center bottom;
	cursor: pointer;
	display: block;
	height: 50px;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 60px;
	z-index: 9999;
}

.toolbar {
	background: none;
	background-color: #333;
	clear: both;
	display: block;
	height: auto;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.7s ease-out;  
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	width: 100%;
	z-index: 9999;
}

.js .toolbar {
	max-height: 0;
	overflow: hidden;
}

.toolbar.active {
	max-height: 500px;
	overflow: auto;
}

.toolbar .menu {
	float: none !important;
	padding: 0;
	text-align: center;
}

.toolbar ul.menu li.level_1,
.toolbar ul.menu li.level_1.first,
.toolbar ul.menu li.level_1.last {
	background: none;
	border: none;
	border-bottom: 1px dashed #ccc;
	clear: both;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	min-height: 30px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
	width: auto;
}

.toolbar ul.menu li.level_1.last {
	border-bottom: none;
	padding-bottom: 10px;
}

.toolbar .menu li.level_1 a,
.toolbar .menu li.level_1 a:hover,
.toolbar .menu li.active a.level_1,
.toolbar ul.menu li.level_1 a span.menu-title {
	background: none;
	color: #aaa;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
    padding: 0;
    text-align: center;
	text-decoration: none;
    text-transform: uppercase;
}

.toolbar ul.menu li.level_1 a span.menu-desc {
	display: none;
}

.toolbar ul.menu div.submenu.level_2 {
	background: none !important;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	bottom: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	display: none;
	left: 0;
	margin: 0;
	overflow: hidden !important;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.toolbar ul.menu ul.level_2 {
	padding: 0 0 10px 0;
}

.toolbar ul.menu li.level_2,
.toolbar ul.menu li.level_2 a.level_2,
.toolbar .menu li.level_2 a.level_2:hover,
.toolbar .menu li.active a.level_2,
.toolbar ul.menu li.level_2 a.level_2 span.menu-title {
	border: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	padding: 2px 0 0 0;
    text-align: center;
    text-transform: none;
}

.toolbar ul.menu li.level_2 a.level_2:before {
	content: none;
}


}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 720px) {


/* ##### Hide / Show */

#section1 .rbox, #section1 .extrabox,
#section3 {
	display: none !important;
}


/* ##### Mobile */

a.menu-link {right: 15px; top: 50px;}
.toolbar {top: 100px !important;}

#mobile-header-inner {
	height: 100px;
}

#mobile-logo {
	left: 10px;
	top: 22px;
	width: 250px;
}

#mobile-image {
	height: 200px;
}

#copyright p, #copyright a {
	font-size: 10px;
}



/* ##### Custom */

body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

h1, h2, .result-title {
	background: none;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 10px 0 !important;
    padding: 0 0 10px 0 !important;
}

h3, h4 {
    font-size: 14px;
    letter-spacing: 0;
}

#content-wrapper,
#onepage-wrapper {
	padding: 0 10px !important;
}

.section-inner {
	max-width: 90%;
	padding: 20px 5% 0 5%;
}

.kontakt-left,
.kontakt-right {
	width: 100%;
}

.lbox, .mbox, .rbox {
	padding: 0;
}

.section img {
	height: auto !important;
	width: 100% !important;
}

#section1 {
	height: 550px;
}

#section1 .section-inner {
	padding: 0;
}

#section1 .lbox, #section1 .mbox {
	display: inline-block;
	width: 100%;
}

#section1 .lbox {
	margin-bottom: 20px; 
}

#section2 {
	padding-top: 20px;
}

#section6 .lbox, #section6 .rbox {
	width: 100%;
}


#footerbox1, #footerbox2 {
	display: none;
}

#footerbox3 {
	width: 100%;
}

.copyright a {
	display: none;
}

#copyright ul.menu li.level_1 {
	border: none !important;
}

#splash {
	height: auto;
}

#splash-inner {
	margin: 0 auto;
	padding: 15px 15px;
	top: 10%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	width: 80%;
}

}
