/* normalize.css 2011-07-06T20:20 UTC //github.com/jonathantneal/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}html{cursor:default;font-size:100%;overflow-y:scroll;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,form,input,button,select,textarea{font-size:100%;margin:0}a,a:active,a:hover{outline:none}a:focus{outline:thin dotted}abbr{_border-bottom:expression(this.title ? '1px dotted':'none')}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#FF0;color:#000}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}nav ul{list-style:none}audio[controls],canvas,video{display:inline-block;*display:inline}audio{display:none;_display:expression(this.controls ? 'inline':'none');*zoom:1}audio[controls]{display:inline-block}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}legend{*margin-left:-7px}button,input,select,textarea{-webkit-appearance:none;border-radius:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;_overflow:expression(this.type == 'button|reset|submit' ? 'visible':'')}button,input[type="button"],input[type="reset"],input[type="submit"]{overflow:visible}input[type="checkbox"],input[type="radio"]{box-sizing:border-box}input[type="search"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 1em 0 2em; background: #fff; border: none; position: relative; -webkit-border-radius: 4px; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.2); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 0.7; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002';  }  


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(106,150,173,0.8); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(106,150,173,0.6); cursor: default; }
                                                                           
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 48em) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
}

body, input, textarea {
    /* Set you're content font stack here: */
    font-family: 'Source Sans Pro', verdana, sans;
	font-size: 1.1em;
}

/* *** MARKUP *** */

html
{
overflow-x: hidden;
margin: 0;
padding: 0;
}

body
{
overflow-x: hidden;
margin: 0;
padding:0;
}

h1, h2, h3
{

}


h1, .titel
{
font-size: 1.8em;
font-weight: normal;
line-height: 1.1em;
text-transform: uppercase;
margin: 0.5em 0 1em 0;
}


h1, a,  .titel
{
color: #689bb4;
}

a
{
text-decoration: none;
}

h2
{
color: #7a796e;
font-size: 1.5em;
line-height: 1.25em;
text-transform: uppercase;
font-weight:normal;
margin: 0 0 0.25em 0;
}

p
{
margin: 0 0 1em 0;
}

form, label, input, textarea
{
display: block;
}

form
{
clear: both;
width: 100%;
font-size: 1em;
margin: 1.5em 0 0 0;
}

fieldset
{
background: none;
border: none;
padding: 0;
}

legend
{
display: none;
}

input, textarea
{
border: none;
width: 100%;
max-width: 97.5%;
font-size: 1em;
padding: 0.25em;
margin: 0 0 1em 0;
}

input
{
max-width: 50%;
border-radius: 4px;
}

input[type=submit], .button
{
display: inline-block;
width: auto;
border:none;
background: #6a96ad;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 1px;
margin: 1em 0 1em 0;
padding: 0.5em 1em 0.5em 1em;
border-radius: 0.35em;
cursor: pointer;
}

.button
{
margin: 0;
padding: 0.5em 1em 0.5em 1em;
font-size: 1.5em;
}

input[type=submit]:hover, .button:hover
{
background: #5a7f93;
}

textarea
	{
	border-radius: 6px;
	height: 11em;
	}


label
{
margin: 0 0 0.25em 0;
color: #6c6b60;
}

/* *** ENDE MARKUP *** */



/* *** LAYOUT *** */

.container
{

width: 100%;
text-align: center;

}

.container_inner
{

max-width: 880px;
margin: auto;

padding: 0 0 0 0;
padding: 0;


text-align: left;
}

.visualkey
{
height:4em;
}

.header_container
{
padding: 0 0 1.25em 1em;
position:relative;
z-index: 9999;
}


.logo
{
margin: 0 0 0 0;
}

.navbar
{
z-index:9999;
position:absolute;
right: 1em;
bottom: 1.75em;
display: block;

margin: 0 0 0 0;
padding:0;

text-align: right;

}


.teaser
{
z-index: 0;
margin-bottom: 0;
max-width: 1110px;
max-width: 69.375em;

}


.content
{

overflow: auto;

padding: 1em 1em 2em 1em;
line-height: 1.5em;
}

.footer
{
overflow: auto;
display: block;
text-align:center;
padding: 2.5em 1em 2.5em 1em;

color: #7a796e;
font-size: 1.1em;
}

.footer_section
{

display: inline-block;
float: left;
text-align: left;

margin: 0 1.25em 0 1.25em;
width:auto;


width: 32%;
padding:0;
}

.logoorig
{

width: 10%;
}


.footer h3
{
margin: 0 0 0.5em 0;
font-size: 1.3em;
text-transform: uppercase;
}

.footer p
{
margin: 0 0 1em 0;
}

/* *** ENDE LAYOUT *** */

.bgcolor_1 { background-color: #e4e4dc !important; }
.bgcolor_2 { background-color: #d8d6ca !important; }
.bgcolor_3 { background-color: #ecece6 !important; }


.navbar li
{
display: block;
float:left;

text-align: center;
position: relative;

margin: 0;
padding: 0 0.75em 0 0.75em;

list-style-type: none;

}

.navbar li a
{

padding: 0 0 0 0;
text-decoration: none;

text-transform: uppercase;
font-size: 0.9em;
line-height: 1.25em;
}

.navbar li a:hover
{
color: #808077;
}

.navbar li a.mainmenu_active
{
color: #808077;
}




.navbar li ul
{
display: none;
position: absolute;
top: 1.25em;
left: -0.5em;
margin: 0;
padding: 0.5em 0.5em 0.25em 0.5em;
overflow: hidden;
background: #e4e4dc;
text-align: left;
}

.navbar li:hover ul 
{
display: block;
}

.navbar li ul li
{

margin: 0 0 0.5em 0;
}

.navbar li ul li a
{

}


.kontaktinfo
{
display: block;

overflow: auto;
overflow-x: hidden;
padding: 1em 0 0 0;
}

.kontaktinfo div
{
width:50%;float:left;
}

.content_products
{
text-align:center;
overflow:hidden;
margin: 2em 0 1.5em 0;
padding: 0;

}


ul.content_products li
{
width:152px;
height: 180px;
margin: 0 0em 0 0em;
padding: 0;
padding: 0.5em 1.5em 0.5em 1.5em;
list-style-type: none;
display: inline-block;


}


ul.content_products li a
{
font-size: 0.9em;
text-transform: uppercase;
color: #808075;
}


.content_productitem
{
display: block;
_position: relative;

width:100%;
height: 25px;
margin: 0;
padding: 155px 0 0 0;

list-style-type: none;

_text-align: center;

background: url(../images/content_products.png) no-repeat;
}

.content_productitem:hover
{

background-image: url(../images/content_products_hover.png);
}

.content_productitem2 { background-position: -244px 0; }
.content_productitem3 { background-position: -487px 0; }
.content_productitem4 { background-position: -717px 0; }


.teaser_image
{
z-index: 0;
width:100%;
height: auto;
display:block;
}

.content_img
{
float: left;
margin: 0.5em 1em 0 0;
width: 40%;height: auto;
min-width: 200px;
border: 4px solid #ffffff;
}


a.top
{
display: inline-block;
float: right;
width: 36px;
height:28px;
font-size:0;
color: transparent;
background: url(../images/nav_top.png) no-repeat right bottom;
}


/*
.content_item
{
float: left;
display: inline-block;
background: #fcfcf6;
width: 28%;
min-height: 270px;

padding: 1.0em 1em 1em 1em;
margin: 0 0.5em 0.5em 0;
}

.content_item2
{
width: 61%;
}

.content_item h2
{
font-size: 1em;
line-height: 1.25em;
text-transform: uppercase;
}

.content_item p
{
margin: 0.25em 0 0 0;
}
*/




.content_item
{
clear: both;
overflow: auto;
display: block;
background: #f4f4f0;
background: none;
width: 100%;
min-height: 0;

padding: 0;
margin: 0 0 1em 0
}

.content_item img
{
float: left;
width:33%;height:auto;
margin: 0 1em 0 0;
border:0px solid #ffffff;
}

.content_item img.right
{
float: right;
margin: 0 0 0 1em;
}

_.content_item h2
{
font-size: 1.5em;
line-height: 1.25em;
text-transform: uppercase;
font-weight:normal;

}

.content_item p
{
margin: 0.25em 0 0 0;
}

.content_item2
{
width: 61%;
}

.content_item3
{
margin: 2em 0 0 0;
}


.marken
{
margin: 1em 0 1em 0;
padding: 0;
text-align: left;
}

.marken li
{
display: inline-block;
list-style-type: none;
margin: 0 0.1em 0.35em 0;
padding: 1em 1.5em 1em 1.5em;
background: #f5f5f0;
text-transform: UPPERCASE;
letter-spacing: 1px;
font-weight: normal;
color: #858580;
}
	
@media (max-width:830px) and (min-width:0) 
{
.visualkey
	{
	height:1em;
	}

.header_container
	{
	min-height: 7em;
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	}
	
.logo
	{
	margin: 0;
	width: 75%;
	height: auto;
	min-width: 200px;
	}
	
ul.navbar
	{
  _position: inherit;
  	left: 0.5em;
	width: 100%;
	padding: 0;

	bottom: 1em;
	font-size: 1.1em;
	text-align:left;
	margin: 0 0 0 0;

	}

ul.navbar li
	{
	padding: 0 0.5em 0 0.5em;
	}



.footer
	{
	width: 100%;
	padding: 0 0 2.5em 1em;
	text-align:left;
	}

.footer_section
	{
	float:none;
	width:100%;
	margin: 2em 0 0 0;
	padding: 0;
	}

fieldset
	{
	padding: 0;
	background: none;
	}

input, textarea
	{
	width: 97.5%;
	max-width: 100%;
	}
	
.kontaktinfo
	{
	display: none;
	}

.kontaktinfo div
	{
	float:none;width:100%;
	}

.content_products a
	{
	margin: 1em 0.25em 1em 0.25em;
	font-size: 1.1em;

	}
}

@media (max-width:9999px) and (min-width:885px) 
{
ul.content_products li
	{
	_margin: 0 1.25em 0 1.25em;
	}


}


@media (max-width:884px) and (min-width:670px) 
{
ul.content_products li
	{
	margin: 0 0 0 0;
	padding: 0;
	}
}

@media (max-width: 669px) and (min-width:550px) 
{

	.header_container
	{
	min-height: 6.5em;
	}
}

@media (max-width: 550px) and (min-width:0) 
{

.w3p_article img
{
padding: 0 0 0.5em 0;

width: 100%;
height: auto;
display: block;
float: none;
}

.logo
	{
	width: 90%;
	}
	
ul.content_products li
	{
	display: inline-block;
	margin: 0 3em 0 3em;
	}

	.content_item
	{
	margin: 0 0 2em 0;
	}
	
	.content_item h2
	{
	margin: 0 0 0 0;
	}
	
	.content_item img
	{
	float: none;
	width: 100%;
	min-height: 0;
	margin: 0 0 0.5em 0;
	}
	
h1
{
font-size: 1.5em;
font-weight: normal;
line-height: 1.1em;
text-transform: uppercase;
margin: 0.5em 0 0.7em 0;
}
	
.header_container
	{
	min-height: 5.25em;
	overlow:auto;
	}
	
.content_products a.content_productitem
	{
	margin: 1em 2em 1em 2em;
	margin: 1em 0.5em 1em 0;

	}
	
.content_img
	{
	display: none;	
	float: none;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	}
}





.flexslider
{
margin: 0 0 2em 0;
}

.slides li img
{
width:100%;
height: auto;
}

input[type=checkbox] + label {
	color: #ccc;
	font-style: italic;
  } 
  input[type=checkbox]:checked + label {
	color: green;
    font-style: normal;
 
  } 

input[type=checkbox]:checked {
    border: solid 2px green;
}

input[type=checkbox] {
    border: solid 2px red;
}