
/*************** Allgemein *******************/

body, html {
margin: 0;
padding: 0;
}

body {
background-color: #f8f8f8;
color: #000;
font-family: Open Sans, Helvetica, Arial, sans-serif;
overflow-x: hidden;
font-size: 18px;
}

#colorline-1 {
width: 100%;
height: 150px;
display: block;
position: fixed;
z-index: -1000;
background-color: #f8f8f8;
margin-top: 0;
}

#colorline-2 {
width: 100%;
height: 75px;
display: block;
position: fixed;
z-index: -1000;
background-color: #263680;
margin-top: 150px;
}


/*************** Struktur ********************/

#all {
width: 80%;
max-width: 1100px;
display: block;
position: relative;
z-index: 0;
background-color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
margin: 0 auto;
}

#content {
width: 80%;
padding: 10%;
padding-top: 0%;
}

@media (max-width: 1000px) {
	#all {
	width: 90%;
	}
}

@media (max-width: 900px) {
	#all {
	width: 94%;
	}

	#content {
	width: 88%;
	padding: 6%;
	}
}


/*************** Elemente ********************/

.clear {
clear: both;
}

h1 {
color: #263680;
font-family: Open Sans, Helvetica, Arial, sans-serif;
}

p.co3 {
	color: #263680;
}

.button {
background-color: #1B9DD9;
color: #fff;
padding: 10px 15px;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
}

.button:hover {
background-color: #263680;
cursor: pointer;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
color: #263680;
text-decoration: underline;
font-style: italic;
}

#content a:hover, #content a:active {
text-decoration: none;
}

ul#toggle-view {
list-style: none;
padding: 0;
}

ul#toggle-view .palettenname {
color: #263680;
}

ul#toggle-view .palettenname-h {
cursor: pointer;
}

ul#toggle-view .palettenname-h:hover {
color: #1B9DD9;
}

#toggle-view .paletteninfos-hide {
display: none;
}

#googleMap {
height: 700px !important;
width: 100%;
margin: 0;
z-index: 99;
}

#googleMap img {
max-width: none;
}

#googleMap .iwContent {
color: #000;
font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 18px;
}

.one-row {
height: 30px;
width: 400px;
max-width: 99%;
clear: both;
margin-bottom: 20px;
font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 18px;
color: #000;
}

.more-row {
height: 150px;
width: 500px;
max-width: 99%;
clear: both;
margin-bottom: 20px;
font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 18px;
color: #000;
}

@media (min-width : 1036px){
	.more-row {
	width: 808px;
	}
}

#field-send, #order-send {
border: none;
border-image-source: none;
border-image-slice: none;
border-image-width: none;
border-image-outset: none;
border-image-repeat: none;
font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 18px;
clear: both;
margin-top: 0px;
}


/*************** Header **********************/

#header {
width: 100%;
height: 400px;
display: block;
text-align: center;
vertical-align: center;
}

@media (min-width: 851px) {
	.header-nav {
	margin-bottom: 112px;
	}
}

#slider, #banner {
width: 100%;
max-width: 1100px;
height: 400px;
overflow: hidden;
position: absolute;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.slider {
background-image: url("../img/slider_1.jpg");
background-image: url("../img/slider_2.jpg");
}

.banner {
background-image: url("../img/banner_0.jpg");
}

#header-img {
max-height: 250px;
max-width: 500px;
max-width: 90%;
margin-top: 75px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

#header-img:hover {
max-height: 246px;
margin-top: 77px;
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

@media (max-width: 400px) {
	#header, #slider, #banner {
	height: 300px;
	}
}


/*************** Navigation ******************/

#navbar, #navlist {
margin: 0;
padding: 0;
z-index: 100;
}

ul#navlist {
background-color: #fff;
}

ul#navlist li {
list-style: none;
}

ul#navlist a {
float: left;
width: 25%;
height: 40px;
padding-top: 16px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
color: #1B9DD9;
font-size: 16px;
font-weight: 600;
}

ul#navlist a:hover {
background-color: #263680;
color: #fff;
}

.fix-nav {
width: 80%;
max-width: 1100px;
position: fixed;
top: 0;
background-color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

ul#navlist a.home-link {
background-image: url("../img/logo_quer_50px.png");
background-repeat: no-repeat;
background-position: center;
background-size: auto 50px;
}

ul#navlist span.home-link {
display: none;
}

@media (max-width: 1000px) {
	.fix-nav {
	width: 90%;
	}
}

@media (max-width: 900px) {
	.fix-nav {
	width: 94%;
	}
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

nav.menu {
    position: fixed;
    z-index: 20;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* slide menu left and right, push menu left and right */

nav.menu ul a {
float: left;
width: 116%;
height: 50px;
padding-top: 24px;
margin-left: -40px;
display: block;
text-decoration: none;
text-transform: uppercase;
text-align: center;
color: #1B9DD9;
font-size: 18px;
font-weight: 600;
}

nav.menu ul a:hover {
background-color: #263680;
color: #fff;
}

nav.menu ul li {
list-style: none;
}

nav.slide-menu-left {
	top: 0;
    width: 300px;
	left: -300px;
    height: 100%;
    background-color: #fff;
    color: #1B9DD9;
}

body.sml-open nav.slide-menu-left {
    left: 0
}

@media all and (max-width: 330px) {
	nav.slide-menu-left {
	  	top: 0;
	  	width: 100%;
		left: -100%;
	}

	body.sml-open nav.slide-menu-left {
	  	left: 0
	}
}

.nav-toggler {
display: none;
}

@media all and (max-width: 850px) {
	#navbar, #navlist {
	display: none;
	}

	.nav-toggler {
	display: block;
	position: fixed;
	left: 10px;
	top: 10px;
	font-size: 50px;
	z-index: 19;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	}

	.nav-toggler:hover {
	left: 12px;
	top: 12px;
	width: 66px;
	height: 66px;
	font-size: 46px;
	}
}

#nav-img {
width: 100%;
}

#nav-footer {
color: #1B9DD9;
text-align: center;
margin-top: 650px;
display: block;
width: 100%;
height: 75px;
}

#nav-footer a:link, #nav-footer a:visited, #nav-footer a:hover, #nav-footer a:active {
color: #1B9DD9;
text-decoration: underline;
font-style: italic;
}

#nav-footer a:hover, #nav-footer a:active {
text-decoration: none;
}


/*************** Content *********************/

#content img {
max-width: 100%;
height: auto;
}


/*************** Footer **********************/

#footer {
background-color: #f8f8f8;
color: #000;
text-align: center;
padding: 1.5%;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
color: #000;
text-decoration: underline;
font-style: italic;
}

#footer a:hover, #footer a:active {
text-decoration: none;
}


/*************** No JavaScript **********************/

.hide {
display: none !important;
}

.show-menu {
background-color: #1B9DD9;
text-align: center;
font-size: 25px;
color: #fff;
padding: 10px 0;
display: none;
}

.show-menu:hover {
background-color: #263680;
cursor: pointer;
}

input[type=checkbox]{
display: none;
}

input[type=checkbox]:checked ~ #navlist{
display: block;
}

@media (max-width: 850px) {
	.show-menu {
	display:block;
	}

	.njs-navbar {
	display: block !important;
	position: fixed !important;
	top: 0;
	width: 94%;
	max-height: 90%;
	overflow-y: auto;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	}

	ul.njs-navlist a {
	width: 100% !important;
	background-color: #fff;
	}

	.njs-header {
	margin-top: 54px;
	}
}
