@charset "utf-8";

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea {
    color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	background: #f2d8b5 url(../img/bg.jpg) repeat center top;
    font-size: 16px;
    line-height: 1.3;
	min-width: 960px;
}
body.overlayOpen {
	overflow: hidden;
}


::-moz-selection {
    background: #333;
	color: #e7c085;
    text-shadow: none;
}

::selection {
    background: #333;
	color: #e7c085;
    text-shadow: none;
}

hr {
    border: 0;
    border-top: 1px dashed #e1c98e;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    background: #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}

a, a:hover {
	color: #333;
	text-decoration:underline;
}
a:hover { text-decoration:none; }

address { font-style:normal; }
address em { color:#c5007b; font-style:normal; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* SET LIMITS */
header, #content, footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* HEADER NAVI */
header { height:80px; }
#pageTitle, header .btn-navbar { display:none; }
nav#std { margin:5px 35px; }
nav#std ul {
	padding:0;
	margin:0;
}
nav#std li {
	float:left;
	font-size:12px;
}
nav#std a,
nav#std .a {
	text-decoration:none;
	display:block;
	padding:0 5px;
	border-left:1px solid #333;
}
nav#std a:hover,
nav#std .a:hover {
	text-decoration:underline;
}
nav#std li:first-child a,
nav#std li:first-child .a {
	border-left:none;
}

nav#main ul {
	padding:0;
	margin:0 20px;
}
nav#main li {
	float:left;
	font-size:28px;
	line-height:34px;
	height:50px;
	text-transform:uppercase;
	width:200px;
	overflow:hidden;
	-moz-border-radius: 0px 12px;
	-webkit-border-radius: 0px 12px;
	border-radius: 0px 12px;
	-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	background:rgba(255, 255, 255, 0.6);
	margin:0 15px;
}
nav#main li:hover, nav#main li.aktiv { background:rgba(171, 130, 80, 0.6); }
nav#main a { text-decoration:none; display:block; padding:8px; }

/* INHALTSBEREICH */
#content {
	padding:90px 140px 90px 125px;
	width:695px;
	height:528px;
	background:no-repeat center top;
	overflow:hidden;
 position:relative;
}
#content.bgStart { background-image:url(../img/bgStart.jpg); }
#content.bgFrame { background-image:url(../img/bgContent.jpg); }
#contentInner { height:528px; padding-right:25px; overflow:auto; overflow-x:hidden; }

/* FUSS */
footer article { width:auto !important; }

/* GENERAL */

h1,
.h1 {
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
}

/* Bilder */
.imgWrap { border:1px solid #eedab6; display:inline-block; min-height:36px; position:relative; }
.imgWrap .iconZoom { display:none; }
.imgRight { float:right; }
.imgRight small { text-align:right; }
.imgLeft { float:left; }
.imgLeft small { text-align:left; }
.imgWrap + small { margin-bottom:10px; }
.imgNone { margin-right:-30px; }
.imgNone .imgWrap2 { display:block; float:left; margin-right:30px; }

/* START */
.startTrigger {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
}


/* Überschriften */
.title {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	padding: 8px 40px;
}
.title small {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	margin-top: -4px;
}

/* Listen */
.grid {
	list-style: none;
	margin: 0 -20px;
	padding: 0;
}
.grid article { float:left; height:320px; overflow:hidden; width:280px;  }
.grid .inner { padding:10px; }
.listing .inner p:first-child { margin-top:0; }
.listing .inner p:last-child { margin-bottom:0; }

.list article { border-top:1px dashed #f8b442; padding:10px 0; }
.list article:first-child { border-top:none; padding-top:0; }
.list .imgWrap { float:left; margin-right:40px; }
.list .boxTitle { margin-top:0; padding-left:0; }

/* Links */
.more { font-style:normal; text-decoration:none; }
.more:hover { font-style:normal; text-decoration:underline; }
.more:before { color:#000; content:'['; text-decoration:none; }
.more:after { color:#000; content:']'; text-decoration:none; }

/* sonstige Formatierungen */
.highlight { color:#6cb5bc; }
.date em { color:#c5007b; font-style:italic; font-weight:normal; }
.notice { font-style:italic; font-weight:bold; }


/* Artikel */
article {
	width:670px;
}
article p,
article ul,
article .imgBox,
article .dl,
article blockquote {
	margin:0.5em 0;
}
article .box .inner {
	padding:10px;
}
article p + p {
	text-indent:2em;
	margin-top:-0.5em;
}

article > h1,
article > h2,
article > h3,
article > h4,
article > h5,
article > h6,
.article > .h1,
.article > .h2,
.article > .h3,
.article > .h4,
.article > .h5,
.article > .h6 {
	margin:0px;	
}

article ul {
	list-style:none;
	padding-left:10px;
}
article li {
	padding-left:10px;
}
article ul li:before {
	background: url('../img/sprite.png') no-repeat -36px -9px;
	content: '';
	display: inline-block; 
	height: 9px;
	left: 0;
	margin-right: 5px;
	position: relative;
	width: 9px;
}
article ul li li:before {
	background-position:-81px -9px;
}
article ul li li li:before {
	background-position:-108px -9px;
}
article a:hover {
	font-style:italic;
}

article .imgBox { display:block; }
article .imgBox small { display:block; font-size:12px; font-style:italic; line-height:16px; }
article .imgRight { margin-left:40px; }
article .imgLeft { margin-right:40px; }
article .imgNone { margin-right:-30px; }

article blockquote {
	border: dashed #f8b442 0;
	border-width: 1px 0 1px 0;
	font-style: italic;
	min-height: 40px;
	padding: 10px 20px;
	position: relative;
}
article blockquote:before, article blockquote:after {
	color: #f8b442;
	display: block;
	font-size: 6em;
	font-style: normal;
	position: absolute;
	z-index:-1;
}
article blockquote:before { content:'\201D'; left:-5px; top:-12px; }
article blockquote:after { bottom:-40px; content:'\201C'; right:0; }
article blockquote p:first-child { margin-top:0; }
article blockquote p:last-child { margin-bottom:0; }

/* SPALTEN */
article .grid {
	float:left;
	margin-left:15px;
	margin-right:15px;
}
article .alpha {
	margin-left:0;
}
article .omega {
	margin-right:0;
}

article .grid_2 { width:320px; }
article .grid_4 { width:145px; }

/* Tabellen */
.stdTable {
    width: 100%;
}
.stdTable th, .stdTable td {
    border-bottom: 1px dashed #F8B442;
    padding: 5px 10px;
    text-align: left;
}
.stdTable th {
	background: #6ebe9f;
    border-top: 1px dashed #6cb5bc;
	border-bottom-color: #FFF;
    color: #FFF;
    font-weight: bold;
}

.stdTable .evenLine {
    background-color: #fbf5e8;
}
.stdTable .oddLine {
    background-color: #F6EACF;
}

/* Downloads */
.dl h4 { font-size:20px; font-weight:normal; padding:0; margin-bottom:0.5em; }
.dl a { text-decoration:none; }
.dl a:hover { font-style:normal; }
.dl img {
	display: block;
	float: left;
	margin-right: 10px;
}
.dl .dlLabel {
	display: block;
	padding: 0 0 10px;	
}
.dl .dlTitle, .dl .dlInfo { display:block; }
.dl .dlInfo { color:#000; }

/* 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:670px; }
.optsContainer + .optsContainer { border-top:1px dashed #e1c98e; }
.optsContainer label {
	display: block;
	float: left;
	line-height: 20px;
	margin: 6px 40px 6px 0;
	text-align: right;
	width: 130px;
}
.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:488px; }
.optsContainer select { width:498px; }
.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 .error { font-size:14px; font-style:italic; color:#900; }
.optsContainer .duty { float:left; font-weight:bold; color:#900; }
button.submit {
	background: #f8b442;
	border: none;
	color: #FFF;
	line-height: 20px;
	padding: 5px 15px 5px 10px;
	text-transform:uppercase;
}
button.submit:hover { background-color:#e1c98e; }
.form button.submit { float:right; margin-top:10px; }


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

/*
 * 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: #e7c085;
}

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

#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/20px Georgia, 'Times New Roman', Times, 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:Georgia, 'Times New Roman', Times, 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: #2F2C24;
	text-align: left;
}
.fancybox-title-over .page {
	float:right;
	color:#e7c085;
	font-weight:bold;
}

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

.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;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	padding: 0 4px;
	background: none;
}
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: none; position: relative; }
.jspDrag {
	background: rgba(195,147,93,0.6);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-web-kit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.jspHover, .jspActive { background: rgba(195,147,93,0.9); }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background: url(../img/jQuery_scroll.png) no-repeat;
}
.jspArrow.jspDisabled { cursor: default; }
.jspArrowUp.jspDisabled { background-position:-16px 0; }
.jspArrowDown.jspDisabled { background-position:-48px 0; }
.jspArrowUp { background-position:-32px 0; }
.jspArrowDown { background-position:-64px 0; }
.jspVerticalBar .jspArrow { height: 16px; }
.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; }


/*
	Overlay
	*/
.vcModal,
.vcModal:before,
.vcModal:after,
.vcModal *,
.vcModal *:before,
.vcModal *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.vcModal,
.vcModalOverlay {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
.vcModal {
	overflow: auto;
}
.vcModalOverlay {
	background: #fff;
	background: rgba(255,255,255,.75);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 30px 30px 20px;
	height: 100%;
	width: 100%;
}
.vcModal .modalMsg .wrap {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
	max-width: 40em;
	width: 100%;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	height: 100%;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: rgba(171, 130, 80, .6);
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: rgba(171, 130, 80, 1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
	height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.vcPrivacyOptsLine input {
	display: none;
}
.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
}
.vcPrivacyOptsLine label .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
	margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
	background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
	display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
	margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
	max-height: 10000px;
	padding-top: .625em;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
	padding: 0;
	margin: 0;
	font-size: .8em;
}
.vcPrivacyDefList dt {
	padding: .3125em 0 0;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vcPrivacyDefList dd {
	font-weight: normal;
	text-align: left;
	padding: 0 0 .3125em;
	margin: 0;
}
.vcPrivacyDefList dt:first-child {
	padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
	padding-bottom: 0;
}

#vcPrivacySetupSubmit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
	cursor: pointer;
}

.vcPrivacyNoPermission {
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}
	
	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

 
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 979px) {
	body { min-width:320px; }
	#content { background-image:none !important; }
	header, #content, footer { width:auto; height:auto; padding:0; margin:10px; }
	
	#contentInner { height:auto; padding:0; overflow:visible; }
	
	/* NAVI */
	header {
		margin:0 0 10px 0;
		padding:10px 0;
		background:rgba(255,255,255,0.8); 
		-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	}
	
	nav#std, nav#main { margin:0 10px; }
	nav#main ul { margin:0 -10px; }
	nav#main li { margin:10px; width:auto; text-align:center; }
	nav#main li:last-child { margin-bottom:0; }
	
	nav#std { padding:10px 0; border-bottom:1px dashed #333; }
	nav#std li { font-size:16px; line-height:21px; }
	.nav-collapse { display:none; }
	#pageTitle { margin-left:10px; }
	header .btn-navbar { margin-right:10px; }
	#pageTitle, header .btn-navbar { display:block; line-height:40px; }
	
	header .btn-navbar { float:right; text-transform:normal; background:#7e7b76; padding:0 10px; color:#FFF; font-weight:normal;  }
	
	article { width:auto; }
	
	/* FORMS */
	.optsContainer { width:auto; }
	.optsContainer label { text-align:left; float:none; width:auto; margin:5px 0; }
	.optsContainer .duty { float:right; }
	.optsContainer input, .optsContainer textarea, .optsContainer select, .form button.submit {
		width:100%;
		display: block;
		min-height:40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form button.submit { float:none; }
}

@media only screen and (max-width: 800px) {
	nav#main ul { margin:0; }
	nav#main li { float:none; margin:10px 0;  }
	
	article .grid { float:none; margin:0; width:auto; }
	article .imgRight, article .imgLeft { margin:10px 0; }
	article .imgBox, article .imgWrap2, .imgBox img { width:100% !important; height:auto !important; }

	.imgRight, .imgLeft { float:none; }
	.imgRight small, .imgLeft small { text-align:left; }
	.imgNone .imgWrap2  { margin:0; }
	.imgWrap { border:none; display:block; }
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* ==========================================================================
   IE Fixes
   ========================================================================== */
.lt-ie9 nav#main li { background:url(../img/navBG.png) no-repeat left top; }
.lt-ie9 nav#main li:hover, .lt-ie9 nav#main li.aktiv { background-position: left bottom; }
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        box-shadow:none !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
		line-height:150%;
    }
	header, footer, aside, #subHeader, #mainNav {
		display: none;
	}
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6{ width:100% !important;}
	#content, #contentInner  { width:100% !important; height:auto !important; padding:0; margin:0; overflow:auto; }
	
	.imgWrap { border:none; }
	
	article .title { padding:0; }

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

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

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
	hr { border-color:#000; }

    /*
     * 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,
	.h2,
	h3,
	.h3 {
        orphans: 3;
        widows: 3;
    }

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