/*
Projekt: conZept Container Manufaktur
Start: 05.Februar.2014
Letzte Aenderung: 14:45, 16.04.2014
*/

@charset 'UTF-8';

/* ------------------------------------------ */
/*      CSS RESET    */
/* ------------------------------------------ */

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------ */
/*      Basisformartierung                    */
/* ------------------------------------------ */

body {
    width:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
    font-size: 100%;
    line-height:normal;
    color:#333333;
	font-family: muli;
}

a {
	text-decoration:none;
	color:#fff;
}

/* ------------------------------------------ */
/*      Linkformartierung                     */
/* ------------------------------------------ */

/* ------------------------------------------ */
/*      Bildformatierungen                    */
/* ------------------------------------------ */

img {
    display:block;
    width:100%;
}

/* ------------------------------------------ */
/*      Grid Layout                           */
/* ------------------------------------------ */

.grid {
    display:table;
    width:100%;
    overflow:visible;
}

.gc {
    float:left;
    margin:0;
}

.g1of9 {width: 11.11111111%;}
.g2of9 {width: 22.22222222%;}
.g3of9 {width: 33.33333333%;}
.g4of9 {width: 44.44444444%;}
.g5of9 {width: 55.55555555%;}
.g6of9 {width: 66.66666666%;}
.g7of9 {width: 77.77777777%;}
.g8of9 {width: 88.88888888%;}
.g100 {width: 100%;}
.g70 {width:70%;}	
.g50 {width:50%;}
.g30 {width:30%;}
.g25 {width:25%;}
.g20 {width:20%;}

.grid_container {
	padding:2em;
}

.grid_container2 {
	padding:0.5em 2em;
}

.white {
	background-color:#fff;
}
    

/* ------------------------------------------ */
/*      Wrapper                               */
/* ------------------------------------------ */

#wrapper {
    width:100%;
}

.wrapper_navigation,
.wrapper_header,
.wrapper_content,
.wrapper_footer {
}
/* ------------------------------------------ */
/*      Container                             */
/* ------------------------------------------ */

.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 4px 3px 60px #000000;
    -moz-box-shadow: 4px 3px 60px #000000;
    box-shadow: 4px 3px 60px #000000;
}

.container_wrapper {
    position:relative;
    display:table;
    width:100%;
    overflow:visible;
}

/* ------------------------------------------ */
/*      Header                                */
/* ------------------------------------------ */

.signet {
	background-color:#fff;
	text-align:center;
}

.signet img {
	display:inline-block;
	width:auto;
}

.header_img {
	position:relative;
	background-color:#bdb6ac;
}

.header_footer {
	position:absolute;
	bottom:0px;
	width:100%;
	background-image:url(../images/bg.png);
	text-align:center;
	height:1.5em;
}

.header_headline {
	font-size:1.4em;
	position:absolute;
	top:35%;
	left:6%;
	font-family: karla;
	font-weight:lighter;
	z-index:2;
}

.header_headline h2 {
	display:block;
	font-size:1.1em;
	padding:0.8em;
	letter-spacing:0.1em;
	background-color:#fff;
}

.header_headline h3 {
	display:inline-block;
	font-size:1em;
	color:#fff;
	padding:0.8em;
		background-color:#303e48;
}

.header_headline .button_anfrage {
	display:block;
	padding:0.8em;
	font-size:1em;
	color:#fff;
	border:none;
	margin-top:0em;
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 );
}

.header_headline .button_anfrage:hover {
	-webkit-box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* WebKit */
	-moz-box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* Firefox */
	box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* Standard */
}

/* ------------------------------------------ */
/*      Navigation                            */
/* ------------------------------------------ */

nav {
	position:absolute;
	top:0;
	width:100%;
	background-image:url(../images/bg.png);
	text-align:center;
}

nav ul li {
	display:inline-block;
	padding:1em;
}

nav ul a {
	color:#fff;
	text-decoration:none;
	font-size:1em;
}

nav ul li:hover {
	background-color:#303e48;
}

nav ul ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:3;
	box-shadow: 20px 20px 20px rgba(0,0,0,0.15);
}

nav ul li:hover > ul {
	display:block;
}

nav ul ul li {
	display:block;
	z-index:3;
	padding:0.5em 2em;
	border-bottom:1px solid #fff;
	background-image:url(../images/bg.png);
}

.center {
	text-align:center;
}

.active {
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 );
}
/* ------------------------------------------ */
/*      Slider                                */
/* ------------------------------------------ */

ul.bjqs	{
	position:relative; 
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
}

li.bjqs-slide	{
	position:absolute; 
	display:none;
}

ul.bjqs-controls	{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}

ul.bjqs-controls.v-centered li a	{
	position:absolute;
	color:#fff;
	padding:2em;
	background-image:url(../images/bg.png);
	text-decoration:none;
}

ul.bjqs-controls.v-centered li.bjqs-next a	{
	right:0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a	{
	left:0;
}

ol.bjqs-markers	{
	list-style: none;
	padding: 0; 
	margin: 0; 
	width:100%;
}

ol.bjqs-markers.h-centered	{
	text-align: center;
}

ol.bjqs-markers li	{
	display:inline;
}

ol.bjqs-markers li a	{
	display:inline-block;
}

p.bjqs-caption	{
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
}

/* ------------------------------------------ */
/*      Content                               */
/* ------------------------------------------ */

.description,
.headline {
	background-color:#303e48;
}

.headline h2 {
	color:#fff;
	text-align:center;
	padding:1em;
	font-size:1.5em;
}

.content {
	color:#fff;
	font-size:1em;
}

.content strong {
	font-weight:bold;
}

.content .button_anfrage {
	width:100%;
	padding:0.5em;
	font-size:1em;
	color:#fff;
	border:none;
	margin-top:0em;
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 );
}

.content .button_anfrage:hover {
	-webkit-box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* WebKit */
	-moz-box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* Firefox */
	box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* Standard */
}

.content h2 {
	font-size:1.5em;
	padding-bottom:1.2em;
}

.content h3 {
	font-size:1.5em;
	padding-bottom:1.2em;
}

.content p {
	padding-bottom:1.2em;
}

.content ul {
	list-style-type:disc;
	margin-left:1em;
}

.gallery {
	background-color:#bdb6ac;
	position:relative;
}

.section_header {
	position:absolute;
	top:0px;
	width:100%;
	background-image:url(../images/bg.png);
	height:1.5em;
}

.section_footer {
	position:absolute;
	bottom:0px;
	width:100%;
	background-image:url(../images/bg.png);
	height:1.5em;
}

.icons {
	text-align:center;
}

.icons img {
	width:auto;
	display:inline-block;
}

.numbers {
	width:2em;
	display:inline;
	margin-bottom:1em;
}

/* ------------------------------------------ */
/*      Formular                              */
/* ------------------------------------------ */

form {
    width:100%;
}

ul.form li {
    float:left;
    width:100%;
    margin:0 0 1em 0;
}
ul.form li label {
    float:left;
    line-height:2em;
    width:80%;
    font-size:1em;
}

ul.form li input,
ul.form li textarea {
    float:left;
    line-height:2em;
    width:100%;
    border:1px solid #747474;
    border-radius:0.5em;
    font-size:1em;
    color:#747474;
    padding-left:0.5em;
    font-family: arial;
}

ul.form li textarea {
    height:10em;
}    

legend {
    font-size:1.5em;
    padding:2em 0 2em 0;
    margin-left:-1em;
}
    
.submit-button {
	width:75%;
	padding:0.5em;
	font-size:1em;
	color:#fff !important;
	border:none;
	margin-top:0em;
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); 
	background: -webkit-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
	background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 );
   }

.submit-button:hover {
	-webkit-box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* WebKit */
	-moz-box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* Firefox */
	box-shadow: inset 2px 2px 6px 6px rgba(0, 0, 0, 0.25); /* Standard */
   }


/* ------------------------------------------ */
/*      Headline                              */
/* ------------------------------------------ */

.hspace {
	padding-bottom:0.2em!important;
}

.hsmall {
	font-size:1.2em!important;
}
/* ------------------------------------------ */
/*      Adresse                               */
/* ------------------------------------------ */

/* ------------------------------------------ */
/*       Footer                               */
/* ------------------------------------------ */

footer { 	
	color:#303e48;
	background-color:#fff;
	text-align:center;
}

footer img {
	display:inline-block;
	width:55%;

/* ------------------------------------------ */
/*      Clearfix                              */
/* ------------------------------------------ */

.cf {
    zoom: 1;
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

/* ------------------------------------------ */
/*             MEDIA                          */
/* ------------------------------------------ */