/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 12px;
    line-height: 1.333;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #73cbef;
    text-shadow: none;
	color: #FFF;
}

::selection {
    background: #73cbef;
    text-shadow: none;
	color: #FFF;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f2f2f2;
    margin: 0.5em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

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

p { margin:0.75em 0; }

h1, h2, h3, h4, h5, h6 { word-wrap: break-word; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
   
/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */

/* Containers */
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global */
.grid_1, .grid_2, .grid_3, .grid_35, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12 { position:relative; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last) */
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 6 Columns */
.container_12 .grid_1 { width:40px; }
.container_12 .grid_2 { width:120px; }
.container_12 .grid_3 { width:200px; }
.container_12 .grid_35 { width:240px; }
.container_12 .grid_4 { width:280px; }
.container_12 .grid_5 { width:360px; }
.container_12 .grid_6 { width:440px; }
.container_12 .grid_7 { width:520px; }
.container_12 .grid_8 { width:600px; }
.container_12 .grid_9 { width:680px; }
.container_12 .grid_10 { width:760px; }
.container_12 .grid_11 { width:840px; }
.container_12 .grid_12 { width:920px; }

/* Prefix Extra Space */
.container_12 .prefix_1 { padding-left:80px; }
.container_12 .prefix_2 { padding-left:160px; }
.container_12 .prefix_3 { padding-left:240px; }
.container_12 .prefix_4 { padding-left:320px; }
.container_12 .prefix_5 { padding-left:400px; }
.container_12 .prefix_6 { padding-left:480px; }
.container_12 .prefix_7 { padding-left:560px; }
.container_12 .prefix_8 { padding-left:640px; }
.container_12 .prefix_9 { padding-left:720px; }
.container_12 .prefix_10 { padding-left:800px; }
.container_12 .prefix_11 { padding-left:880px; }

/* Suffix Extra Space */
.container_12 .suffix_1 { padding-right:80px; }
.container_12 .suffix_2 { padding-right:160px; }
.container_12 .suffix_3 { padding-right:240px; }
.container_12 .suffix_4 { padding-right:320px; }
.container_12 .suffix_5 { padding-right:400px; }
.container_12 .suffix_6 { padding-right:480px; }
.container_12 .suffix_7 { padding-right:560px; }
.container_12 .suffix_8 { padding-right:640px; }
.container_12 .suffix_9 { padding-right:720px; }
.container_12 .suffix_10 { padding-right:800px; }
.container_12 .suffix_11 { padding-right:880px; }

/* Push Space */
.container_12 .push_1 { left:80px; }
.container_12 .push_2 { left:160px; }
.container_12 .push_3 { left:240px; }
.container_12 .push_4 { left:320px; }
.container_12 .push_5 { left:400px; }
.container_12 .push_6 { left:480px; }
.container_12 .push_7 { left:560px; }
.container_12 .push_8 { left:640px; }
.container_12 .push_9 { left:720px; }
.container_12 .push_10 { left:800px; }
.container_12 .push_11 { left:880px; }

/* Pull Space */
.container_12 .pull_1 { left:-80px; }
.container_12 .pull_2 { left:-160px; }
.container_12 .pull_3 { left:-240px; }
.container_12 .pull_4 { left:-320px; }
.container_12 .pull_5 { left:-400px; }
.container_12 .pull_6 { left:-480px; }
.container_12 .pull_7 { left:-560px; }
.container_12 .pull_8 { left:-640px; }
.container_12 .pull_9 { left:-720px; }
.container_12 .pull_10 { left:-800px; }
.container_12 .pull_11 { left:-880px; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#wrapper {
	background:#f2f2f2;
	padding-top:20px;
}
#wrapper .grid_3, #wrapper .grid_1, #wrapper .grid_2, #wrapper .grid_3, #wrapper .grid_4, #wrapper .grid_5, #wrapper .grid_6, #wrapper .grid_7, #wrapper .grid_8, #wrapper .grid_9, #wrapper .grid_10, #wrapper .grid_11, #wrapper .grid_12 {
	margin-bottom:20px;
	background:#FFF;
}

header {
	background:#FFF;
	height:370px;
	overflow:hidden;
	position:relative;
}

/* HINTERGRUND BILDWECHSEL */
#teaserWrap { height:370px; z-index:0; }
#teaserWrap .caption {
	position:absolute;
	left:10px;
	bottom:10px;
	color:#FFF;
	font-size:10px;	
}
#teaserWrap li { display:block; left:0; position:absolute; top:0; width:920px; height:370px; background:no-repeat center center; }
#teaserPreloader {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display:none;
	background:#1E1E1E url(../img/loadingDark.gif) no-repeat center center;
	color:#FFFFFF;
	z-index:1;
	overflow:hidden;
	text-align:center;
}
#teaserPreloader span {
	position:absolute;
	top:50%;
	left:50%;
	margin:16px -100px;
	display:block;
	width:200px;
	font-size:18px;
	line-height:24px;
	font-style:italic;
}

/* STANDARD NAVI */

nav#std ul { margin:0; padding:0; list-style:none; }
nav#std li { float:left; }
nav#std a {
	padding:10px;
	display:block;
	margin-left:10px;
	font-size:12px;
	line-height:20px;
	color:#FFF;
	text-decoration:none;
}
nav#std a:hover { color:#222; }
nav#std a.aktiv { font-weight:bold; font-style:italic; }

/* LOGO */
#logo {
	position:absolute;
	z-index:1;
	top:0px;
	right:60px;
}
#logo span { display:none; }

/* MAIN NAVIGATION */
nav#main {
	position:relative;
	padding:10px 0;
	-webkit-box-shadow:0px 0px 3px 0 #222;
	   -moz-box-shadow:0px 0px 3px 0 #222;
	        box-shadow:0px 0px 3px 0 #222;
	background: rgb(221,221,221);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(170,170,170,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(170,170,170,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(170,170,170,1) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(170,170,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(170,170,170,1) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(170,170,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#aaaaaa',GradientType=0 );
}
nav#main .nav-trigger { display:none; }
nav#main ul { margin:0; padding:0; list-style:none; }
nav#main .sprt { position:absolute; top:-20px; }
nav#main .mainNavCornerLft { left:0; }
nav#main .mainNavCornerRght{ right:0; }

nav#main a {
	background:#FFF;
	display:block;
	position:relative;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#222;
	text-decoration:none;
	padding:7px 40px 17px 40px;
	line-height:16px;
}
nav#main a .colorBar { height:10px; }
nav#main a:hover, nav#main a.aktiv { color:#FFF; }
nav#main a:hover .colorBar, nav#main a.aktiv .colorBar { background-color:#FFF !important; }

/* SUB NAVIGATION */
nav#sub {
	background:#FFF;
	padding-bottom:30px;	
}
nav#sub ul, nav#sub strong { margin:0 40px; padding:0; }
nav#sub strong { font-size:14px; font-style:italic; line-height:40px; }
nav#sub ul { list-style:none; }
nav#sub li { padding:0; margin:0; border-top:1px solid #f2f2f2; }
nav#sub li:first-child { border-top:none; }
nav#sub a { color:#222; text-decoration:none; display:block; line-height:20px; padding:6px 0; }
nav#sub a:before { content:''; width:10px; height:10px; display:block; float:left; margin:5px 10px 10px 0; }
nav#sub a.aktiv, nav#sub a:hover { font-weight:bold; }

nav#sub.inline { padding:10px 0; }
nav#sub.inline strong {float:left; line-height:20px; padding:6px 0; }
nav#sub.inline strong:after { content:':'; }
nav#sub.inline li { float:left; border-top:none; border-left:1px solid #f2f2f2; margin-left:10px; padding-left:10px; }
nav#sub.inline li:first-child { border-left:none; margin-left:0; padding-left:0; }
nav#sub.inline .colorBar { display:none; }

/* FUSSBEREICH */
footer {
	margin-bottom:20px;
	background:#bfbfbf;
	position:relative;
}
footer, footer a { color:#FFF; }
#footerContact { padding-top:20px; padding-bottom:20px; }
#footerLogo span { display:none; }

/* INHALT */
#content { margin:0 40px; padding-bottom:30px; }
#wrapper > #contentWrap.grid_8:first-child { left:320px; }

/* STARTSEITE/HOME */
.news article * { color:#222; }
.news article h4, .news article p { margin:0; }
.news article h4 .dateText { font-weight:normal; }

.youtube img, .imgStart img { width:100%; height:100%; }

/* ALLGEMEINE KLASSEN */
.colorBar {
	position:absolute;
	bottom:0;
	left:0;
	right:40px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	text-align:left;
	padding-left:40px;
	color:#FFF;
	font-weight:bold;
}
.date, .dateText { font-style:italic; color:#666; }

.vid { position:relative; }
.vid .playIcon { position:absolute; top:50%; left:50%; margin:-22px 0 0 -38px; }
.vid:hover .playIcon { background-position:-305px 0px; }

.link { display:block; margin:0.5em 0; background:url(../img/link.png) no-repeat 0 0; padding-left:24px; }

.right { float:right; margin-left:40px; }
.imgWrap { margin-bottom:20px; }
.imgWrap .zoom { display:none; }
.imgWrap .caption { font-size:0.8em; font-style:italic; }

.gridBox .boxHeadline { font-size:14px; font-style:italic; line-height:40px; display:block; }
.gridBox .inner { margin:0 40px; padding-bottom:30px; }

.smallTitle { margin:0; }

.pages { text-align:center; border-top:1px solid #f2f2f2; padding-top:0.5em; }
.pages a { color:#666; }
.pages a.enabled { font-weight:bold; }

.downloads { margin:0.5em 0; }
.download { margin-top:0; }
.download img { padding:0.25em 0.5em 0 0; float:left; display:block; }
.download .dlInfo { font-style:italic; }

.stdTable { width:100%; }
.stdTable .thead, .stdTable th { font-weight:bold; text-align:left; }
.stdTable td, .stdTable th { vertical-align:top; padding:3px; }

.sprt { background:url(../img/sprt.png) no-repeat; display:block; }
.lslLogoWhite { background-position:0 0; width:205px; height:100px; }
.lslLogoTrans { background-position:0 -100px; width:205px; height:100px; }
.mainNavCornerLft { background-position:-207px -2px; width:20px; height:20px; }
.mainNavCornerRght { background-position:-207px -26px; width:20px; height:20px; }
.playIcon { background-position:-229px 0px; width:76px; height:45px; }

/* GALLERY */
.gallery { margin:-10px; }
.gallery .imgContainer { margin:10px; display:block; float:left; }
.gallery + .trigger { display:block; text-align:right; cursor:pointer; }
.gallery .zoom { display:none; }

/* ARTICLES */

article ul { margin:0; padding:0; list-style:none; }
article li { margin:0.5em 0; padding-left:20px; position:relative; }
article li:before { content:''; width:10px; height:10px; display:block; position:absolute; left:0; top:3px; background:#333; }

.articleImgLeft { float:left; }
.articleImgLeft + .articleWrap { padding-left:40px; }
.articleImgRight { float:right; }
.articleImgRight + .articleWrap { padding-right:40px; }
.articleImgRight, .articleImgLeft { margin-top:1em; }

/* FORMS */
.form fieldset {
	margin-top:40px;
	position:relative;
}
.form fieldset legend {
	color: #E2003B;
    display: block;
    font-size: 16px;
    font-weight: bold;
	left: 10px;
    line-height: 26px;
    margin: 0;
    padding: 0;
	position: absolute;
    text-transform: uppercase;
	top: -26px;
}
.optsContainer {
	margin:0;
	padding:10px 0;
	position:relative;
	width:520px;
}
.optsContainer + .optsContainer {
	border-top:1px solid #f2f2f2;
}
.optsContainer label {
	display: block;
	float: left;
	line-height: 20px;
	margin: 6px 40px 6px 0;
	text-align: right;
	width: 110px;
	font-style:italic;
	font-weight:bold;
}
.optsContainer:after {
	clear:both;
	content:' ';
	display:table;
}
.optsContainer label .more {
	color:#f8b442;
	font-style:italic;
	font-weight:bold;
}

.optsContainer input,
.optsContainer select,
.optsContainer textarea {
	border: 1px solid #e1c98e;
	padding: 5px;
}
.optsContainer input,
.optsContainer textarea {
	width:358px;
}
.optsContainer select {
	width:368px;
}
.optsContainer input[type=radio],
.optsContainer input[type=checkbox] {
	border:0 none;
	width:auto;
}
.optsContainer input + label {
	display: inline-block;
	float: none;
	font-style: italic;
	margin: 6px 0;
	padding-left: 5px;
	padding-right: 20px;
	text-align: left;
	width: auto;
}
.optsContainer .optsBlock {
	margin-right: -20px;
	float: left;
	width: 390px;
}
.optsContainer .optsBlock .optsInline {
	padding-right: 20px;
	display: inline-block;
	position: relative;
	margin: 0;
}
.optsContainer .optsBlock .optsInline input {
	position: absolute;
	left: 0;
	top: .5em;
	top: calc(6px + .167em);
	line-height: 1;
	height: 1em;
}
.optsContainer .optsBlock .optsInline label {
	padding: 6px 0 6px 20px;
	margin: 0;
	display: block;
}
.optsContainer .optsBlock .optsLine {
	display: block;
}


button.sendenBtn {
	border: none;
	color: #FFF;
	line-height: 20px;
	padding: 5px 15px;
	text-transform:uppercase;
}
button.sendenBtn:hover { background-color:#333; color:#FFF; }
.form button.sendenBtn { float:right; margin-top:10px; }


/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/* jQuery Carousel version 0.1.4 by Michael Lehmann */
.vc_carousel ul, .vc_carousel li { margin:0; padding:0; list-style:none; }
.vc_carousel_pages { position:absolute; right:3.8em; top:0; z-index:2; }
.vc_carousel_sprite { background:url(../img/vc_carousel_sprite.png) no-repeat 0 0; }
.vc_carousel_button {
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.vc_carousel_page {
	background-position: 0 0;
	color: #6c6657;
	display: block;
	float: left;
	font-weight: normal;
	height: 32px;
	margin: 0 0.2em;
	text-align: center;
	width: 28px;
}
.vc_carousel_next, .vc_carousel_prev  { height:48px; margin-top:-24px; position:absolute; top:50%; width:48px; }
.vc_carousel_next { background-position:-168px 0; right:0; }
.vc_carousel_prev { background-position:-24px 0; left:0; }
.vc_carousel_next:hover { background-position:-120px 0; }
.vc_carousel_prev:hover { background-position:-72px 0; }
.vc_carousel_button.aktiv { background-position:0 -24px; }
.vc_carousel_button span { display:none; }

/* jQuery Google Maps version 0.2.1 by Michael Lehmann */
.mapWrap {
	margin:1em 0;
}
.map_canvas {
	width:100%;
	height:400px;
}
.grid_12 .map_canvas { height:600px; }
.map_canvas .loadOverlay, .map_canvas .loadOverlay .loadingBG, .map_canvas .loadOverlay .loadingIcon {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
}
.map_canvas .loadOverlay .loadingIcon {
	background:url(../img/loading.gif) no-repeat center center;
}
.map_canvas .loadOverlay .loadingBG {
	background:#FFFFFF;
	opacity:0.5;
}
.map_legend ul { list-style:none outside none; padding:0 !important; margin:0 !important; width:100%; }
.map_legend ul li {
	background:none;
	width:33.3%;
	float:left;
	padding:0 !important;
	margin:0;
}
.map_legend ul li .list_wrap { margin:0 0.5em 0.5em 0;cursor:pointer; }
.map_legend ul li .icon { float:left; }
.map_legend ul li .icon * { display:block; }
.map_legend ul li .txt { margin:0 0 0 2.64em; }

.map_legend .head { color:#FFFFFF; background:none repeat scroll 0 0; padding:0.4em; margin:0.5em 0;cursor:pointer; }
.map_legend .head h4 { padding:0; margin:0; color:#FFFFFF; font-weight:normal; }
.map_legend .head h4 img { width:1.43em; padding:0 0.33em 0 0; vertical-align:-0.285em; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #FFF;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
.fancybox-title-over .page {
	float:right;
	color:#0093D2;
	font-weight:bold;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden, .versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* ==========================================================================
   IE FIXES
   ========================================================================== */
.lt-ie8 nav#sub ul { list-style-type:square; }
.lt-ie8 article ul { list-style-type:square; padding-left:20px; }
.lt-ie8 article li { padding-left:0; }
.lt-ie8 #wrapper { padding-bottom:20px; }
  
  
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 640px) {
	.container_12 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		min-width:320px;
	}
	
	.container_12 .grid_1 { width:6.333%; }
	.container_12 .grid_2 { width:14.667%; }
	.container_12 .grid_3 { width:23.0%; }
	.container_12 .grid_12, .container_12 .grid_11, .container_12 .grid_10, .container_12 .grid_9, .container_12 .grid_8, .container_12 .grid_7, .container_12 .grid_6, .container_12 .grid_5, .container_12 .grid_4, .container_12 .grid_35 {
		width:100%;
		margin-left:0;
		margin-right:0; 
	}
	#wrapper > #contentWrap.grid_8:first-child {
		left: 0;
	}
	header  {
		height: 0;
    	padding-bottom: 50%;
		position:relative;
	}
	#teaserWrap, #teaserWrap li {
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		right:0;
		height:100%;
		width:100%;
	}
	#teaserWrap li { background-size: cover; }
	#teaserWrap .caption { left:5px; bottom:5px; font-style:italic; font-size:10px; }
	nav#sub ul, nav#sub strong, .gridBox .inner, #content { margin:0 20px; }
	.gridBox .inner, #content, nav#sub { padding-bottom:20px; }
	.colorBar { height:10px; left:20px; right:20px; }
	.sprt { background-size:260px auto; }
	
	#logo { right:20px; }
	.lslLogoWhite { width:136px; height:66px; }
	
	nav#main { background:#f2f2f2; z-index:1; padding:0; }
	nav#main .nav-trigger {
		display:block;
		padding:0 20px;
		line-height:30px;
		font-size:14px;
		font-style:italic;
		cursor:pointer;
		background:#f2f2f2;
	}
	nav#main .nav-trigger.aktiv { 
		background:rgba(221,221,221,1);
	}
	nav#main .nav-trigger span { padding:0 40px; background:#FFF; display:block; }
	nav#main .nav-trigger:before {
		content: "";
		height: 13px;
		width: 13px;
		position: absolute;
		top: 8px;
		background: url("../img/sprt.png") no-repeat scroll -138px -35px transparent;
		background-size:260px auto;
		left: 34px;
	}
	nav#main .nav-collapse {
		display:none;
		padding:0 20px 10px 20px;
		background: rgb(221,221,221);
		background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(170,170,170,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(170,170,170,1)));
		background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(170,170,170,1) 100%);
		background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(170,170,170,1) 100%);
		background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(170,170,170,1) 100%);
		background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(170,170,170,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#aaaaaa',GradientType=0 );
	}
	nav#main .nav-collapse.expand { display:block; }
	
	
	nav#main .grid_3 {
		width:100%;
		margin:10px 0 0 0;
	}
	nav#main .grid_3 .colorBar { left:0; right:40px; }
	
	nav#sub.inline { padding:0 0 20px 0; }
	nav#sub.inline strong { float:none; line-height:40px; padding:0; }
	nav#sub.inline strong:after { content:':'; }
	nav#sub.inline li { float:none; border-left:none; border-top:1px solid #f2f2f2; padding:0; margin:0; }
	nav#sub.inline li:first-child {border-top:none; }
	nav#sub.inline .colorBar { display:block; }
	
	.playIcon { background-position:-153px 0px; width:51px; height:30px; }
	.vid .playIcon { margin: -15px 0 0 -25px; }
	.vid:hover .playIcon { background-position:-204px 0px; }
	
	.articleImgLeft img, .articleImgRight img { width:100px !important; height:auto !important; }
	.articleImgLeft + .articleWrap { padding-left:20px; margin-left:100px !important; }
	.articleImgRight + .articleWrap { padding-right:20px; margin-right:100px !important; }
	
	.imgStart > a, .youtube > a { margin:0 20px; display:block; }
	.imgStart .colorBar, .youtube .colorBar { height:20px; text-align:left; padding:0 20px; }
	.youtube img, .imgStart img { width:100%; height:auto; }
	.imgWrap { width:100% !important; }
	.imgWrap img { width:100% !important; height:auto !important; }
	
	#wrapper { padding-top:0; background:#FFF; }
	footer { margin-bottom:0; }
	
	article .more { display:block; padding:0.5em 0; }
	
	.grid_12 .map_canvas {
		height: 0;
		padding-bottom:75%;
	}
	
	.optsContainer { width:100%; }
	.optsContainer label { float:none; display:block; margin:6px 0; width:100%; text-align:left; }
	.optsContainer label .duty { float:right; }
	.optsContainer input,
	.optsContainer textarea,
	.optsContainer select,
	.optsContainer .optsBlock {
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		        box-sizing:border-box;
		width:100%;
	}
	.optsContainer .optsBlock {
		width: calc(100% + 20px);
	}
}

@media screen and (max-width: 479px) {
	h1 { font-size: 1.5em; }
	h2 { font-size: 1.3em; }
	h3 { font-size: 1.17em; }
	
	.articleImgLeft { margin-right:20px; margin-bottom:10px; }
	.articleImgRight { margin-left:20px; margin-bottom:10px; }
	.articleImgLeft + .articleWrap { padding-left:0 !important; margin-left:0 !important; }
	.articleImgRight + .articleWrap { padding-right:0 !important; margin-right:0 !important; }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
