/*
 * 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.
 */

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}
   
/* Containers */
.container_12 {
	position:relative;
	margin:0 auto;
	max-width:1080px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 { float:left; padding:8px; }

.pad_4 { padding:4px; }
.pad_10 { padding:10px; }
.pad_15 { padding:15px; }
.mar_4 { margin:4px; }
.mar_5 { margin:5px; }
.mar_10 { margin:10px; }
.mar_15 { margin:15px; }
.tpad_15 { padding-top:15px; }
.lpad_15 { padding-left:15px; }
.rpad_15 { padding-right:15px; }

/*.container_12 .gridSizer,*/
.container_12 .grid_1 { width:8.33%; }
.container_12 .grid_2 { width:16.66%; }
.container_12 .grid_3 { width:25%; }
.container_12 .grid_4 { width:33.33%; }
.container_12 .grid_6 { width:50%; }
.container_12 .grid_7 { width:58.33%; }
.container_12 .grid_8 { width:66.66%; }
.container_12 .grid_9 { width:75%; }
.container_12 .grid_10 { width:83.33%; }
.container_12 .grid_11 { width:91.66%; }
.container_12 .grid_12 { width:100%; }
.container_12 .prefix_1 { margin-left:8.33%; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
	Overlay
	*/
.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;
}
.vcModal,
.vcModal :before,
.vcModal :after {
    box-sizing: border-box;
}
.vcModal .article > :first-child {
    margin-top: 0;
}
.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: #999;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: #39986a;
    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 #fff;
    border-bottom: .1875em solid #fff;
    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%;
    }
}


header {
	position:relative;
	z-index:10;
	border-bottom:2px solid #676767;
}
header:before {
	content:'';
	position:fixed;
	display:block;
	top:0;
	left:0;
	right:0;
	height:60px;
	background:#fff;
	z-index:1;
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}

#navMainTrigger {
	display:none;
}
#logoWrap {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:60px;
	width:100%;
	display:table;
	z-index:1;
	padding-left:16px;
}
#logo {
	display:table-cell;
	vertical-align:middle;
}
#logo img {
	display:inline-block;
	vertical-align: middle;
	max-width:32%;
	width:100%;
}

body footer {
	background:#39986a;
	color:#fff;
	font-size:15px;
}
body footer .gridWrap a {
	color:#fff;
	text-decoration:none;
}
#footerWrapper {
	position:relative;
	padding:16px;
}
#footerWrapper .gridWrap {
	margin:0 -8px;
}
footer .gridWrap > div[class^="gridWidth"] {
	padding:8px;
	width:100%;
}
footer #navFooter {
	display:inline-block;
	position:relative;
	font-size:40px;
	line-height:44px;
}
footer #navFooter a {
	position:relative;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	color:#fff;
	/*color:#8e8e8e;*/
	vertical-align:middle;
}
footer #navFooter a.icon-facebook-rect {
	font-size:48px;
	color:#fff;
}
footer #navFooter a:before {
	margin:0 5px;
	/*margin:5px;
	z-index:1;
	position:relative;*/
}
footer #navFooter a span {
	display:none;
	/*display:block;
	position:absolute;
	overflow:hidden;
	text-indent:-999px;
	top:4px;
	left:4px;
	right:4px;
	bottom:4px;
	border-radius:50%;
	background:#fff;
	z-index:0;*/
}
footer #navFooter a.icon-facebook-rect span {
	display:none;
}

@media only screen and (max-width: 959px) {
	#logoWrap {
		padding-right:160px;
	}
	#logo img {
		max-width:100%;
	}
	/* LANG */
	.nav.Lang {
		position: relative;
		margin: 20px 5px 0 5px;
	}
	.nav.Lang .ident,
	.nav.Lang .langs li {
		padding: 5px;
		float: left;
	}
	.nav.Lang .langs li {
		opacity: 0.5;
		transition: opacity 0.2s;
	}
	.nav.Lang .langs li:hover {
		opacity: 1;
	}
	#navMainTrigger {
		position:fixed;
		top:0px;
		right:10px;
		display:block;
		height:60px;
		width:60px;
		z-index:100;
		transition:top 0.2s ease 0.2s, left 0.2s;
		cursor:pointer;
		background:#fff;
		transition:background 0.2s, right 0.2s, top 0.2s;
	}
	.scrolled #navMainTrigger {
		top:0px;
	}
	body.open {
		overflow:hidden;
	}
	body.open #navMainTrigger {
		right:270px;
		background:#fff;
	}
	.csstransforms #navMainTrigger .line, .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
		background:#39986a;
		display: block;
		height: 5px;
		right: 10px;
		position: absolute;
		transition: all 0.5s ease 0s;
		width: 40px;
	}
	.csstransforms #navMainTrigger .line {
		opacity: 1;
		top: 50%;
		margin-top:-2px;
		display:block;
	}
	.csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
		content: "";
	}
	.csstransforms #navMainTrigger:before {
		bottom: 40px;
	}
	.csstransforms #navMainTrigger:after {
		bottom: 14px;
	}
	.csstransforms body.open #navMainTrigger .line {
		opacity: 0;
		background:#39986a;
	}
	.csstransforms body.open #navMainTrigger:before {
		bottom: 29px;
		transform: rotate(45deg);
		background:#39986a;
	}
	.csstransforms body.open #navMainTrigger:after {
		bottom: 29px;
		transform: rotate(-45deg);
		background:#39986a;
	}
	#navMobiWrapper {
		position:fixed;
		top:0;
		right:0;
		height:100%;
		z-index:5;
		background:#fff;
	}
	body.open #navMobiWrapper {
		box-shadow:0 0 20px rgba(0,0,0,0.4);
	}
	#naviMobi {
		height:100%;
		overflow:auto;
		width:0;
		transition:width 0.2s;
	}
	body.open #naviMobi {
		width:270px;
	}
	#naviMobi > ul {
		width:270px;
	}
	#navMain,
	#navStd {
		width:270px;
	}
	#navStd ul {
		padding:10px 0 ;
	}
	#navMain ul {
		padding:0;
		visibility:visible !important;
		opacity: 1 !important;
	}
	#navStd li,
	#navmain li {
		position:relative;
		font-size:18px;
		line-height:24px;
	}
	#navStd li a,
	#navmain li a {
		display:block;
		padding:10px 40px 10px 10px;
		text-align:left;
		transition:color 0.2s;
		color:#676767;
		text-decoration:none;
	}
	#navmain li a.lvl1 {
		font-weight:600;
		text-transform:uppercase;
	}
	#navmain .iconMenuTriggerDwn {
		color:#555;
		display:block;
		position:absolute;
		right:0;
		width:36px;
		height:36px;
		text-align:center;
		top:4px;
		cursor:pointer;
		overflow:hidden;
		border-radius:3px;
	}
	#navmain .iconMenuTriggerDwn:after {
		content: '\e805';
		font-family:'fontello';
		display: block;
		height: 36px;
		line-height:36px;
		width:36px;
		text-align:center;
		transition: transform 0.2s ease 0s;
		transform-origin:50% 50%;
	}
	#navmain .iconMenuTriggerDwn.active:after {
		transform:rotate(180deg);
	}

}

@media only screen and (min-width: 640px) {
	footer .gridWrap > div[class^="gridWidth"] {
		width:50%;
	}
	footer .gridWrap > div[class^="gridWidth"]:nth-child(2n+2) {
		text-align:right;
	}
}

@media only screen and (min-width: 960px) {
	/* LANG */
	.nav.Lang {
		position: fixed;
		top: 0;
		right:20px;
		z-index: 2;
	}
	.nav.Lang .langs {
		visibility: hidden;
		background: #fff;
		line-height: 20px;
		margin-top: -10px;
		opacity:0;
		transition: opacity 0.2s, margin-top 0.2s, visibility 0.2s;
	}
	.nav.Lang .ident {
		line-height: 60px;
		padding:0 5px;
		cursor: pointer;
	}
	.nav.Lang .ident img {
		vertical-align: middle;
	}
	.nav.Lang #langTrigger:checked + label + .langs {
		visibility: visible;
		margin-top: 0px;
		opacity:1;
	}
	.nav.Lang .langs li {
		padding: 5px;
	}

	#navStd {
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:1;
		padding:0 66px 0 16px;
	}
	#navStd ul {
		float:right;
	}
	#navStd ul li {
		float:left;
		line-height:60px;
	}
	#navStd ul li + li:before {
		content:'·';
		display:inline-block;
		margin:0 5px;
	}

	#navStd ul li a {
		text-decoration:none;
		display:inline-block;
		color:#4f4f4f;
		font-size:20px;
		font-weight:600;
	}
	#navMain {
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		margin:0 8.33%;
		padding:0 16px;
	}
	#navmain {
		display:table;
		width:100%;
	}
	#navmain li {
		position:relative;
	}
	#navmain li.lvl1 {
		display:table-cell;
	}
	#navmain a.lvl1 {
		display:block;
		font-size:1.9vw;
		text-align:center;
		color:#676767;
		text-transform:uppercase;
		padding:20px 1.5vw;
		background:#efefef;
		font-weight:600;
		border-top: 4px solid #999;
	}
	#navmain li.lvl1 + li a.lvl1 {
		border-left:2px solid #fff;
	}
	#navmain a {
		text-decoration:none;
		transition:background 0.2s, color 0.2s;
	}
	#navmain ul {
		display:none;
		position:absolute;
		top:100%;
		padding:8px 0px;
		min-width:250px;
		background:#fff;
		box-shadow:0 10px 10px rgba(0,0,0,0.3);
	}
	#navmain ul.lvl2 {
		display:block !important;
		visibility:hidden;
		width:100%;
		opacity:0;
		max-height:0;
		overflow:hidden;
		transition:visibility 0s ease-in-out 0.1s, overflow 0s ease-in-out 0.1s, opacity 0.1s ease-in-out 0s,max-height 0.1s 0;
	}
	#navmain ul li a {
		display:block;
		padding:8px 16px;
		background:#fff;
		color:#676767;
	}
	#navmain li:hover > a {
		background:#efefef;
	}
	#navmain li:hover > ul {
		display:block !important;
		z-index:10;
	}
	#navmain li.lvl1:hover > ul.lvl2 {
		visibility:visible;
		max-height:2000px;
		opacity:1;
		overflow:visible;
		transition:opacity .2s ease-in-out 0.2s,overflow .2s ease-in-out 0.2s,visibility .2s ease-in-out 0.2s;
	}
	#navmain ul.lvl2 ul {
		margin-top:-8px;
		margin-left:-20px;
		box-shadow:0 12px 20px rgba(0,0,0,0.3);
		opacity:0;
		transition:margin-left 0.2s,margin-right 0.2s, opacity 0.3s;
		margin-right: -20px;
		margin-left: -20px;
	}
	#navmain ul.lvl4 {
		box-shadow:0 12px 30px rgba(0,0,0,0.4);
	}
	#navmain .iconMenuTriggerDwn {
		display:none;
	}
	#navmain ul.lvl2 .iconMenuTriggerDwn {
		color:#555;
		display:block;
		position:absolute;
		right:0;
		width:16px;
		height:36px;
		text-align:center;
		top:4px;
		cursor:pointer;
		overflow:hidden;
		border-radius:3px;
		opacity:0.5;
	}
	#navmain ul.lvl2 .left + .iconMenuTriggerDwn {
		right:auto;
		left:0;
	}
	#navmain ul.lvl2 .iconMenuTriggerDwn:after {
		content: '\e808';
		font-family:'fontello';
		display: block;
		height: 36px;
		line-height:36px;
		width:16px;
		text-align:center;
		transition: transform 0.2s ease 0s;
		transform-origin:50% 50%;
	}
	#navmain ul.lvl2 .left + .iconMenuTriggerDwn:after {
		content: '\e807';
	}
	footer .gridWrap > div[class^="gridWidth"]:nth-child(2n+1) {
		clear:none;
	}
}
@media only screen and (min-width: 1280px) {
	#logoWrap {
		margin-left:8.33%;
	}
	.nav.Lang {
		right: 8.33%;
	}
	footer #footerWrapper,
	#wrapper,
	#navStd {
		margin:0 8.33%;
	}
	footer .gridWrap > div[class^="gridWidth"]:nth-child(4n+2) {
		text-align:left;
	}
	footer .gridWrap > div[class^="gridWidth"] {
		width:25%;
	}
	#navFooter {
		width: 125%;
		margin-left: -25%;
	}
}
@media only screen and (min-width: 1440px) {
	#navmain a.lvl1 {
		font-size:28px;
	}
}

#navStd #std_suche:before {
	content:'|';
}
#std_suche a:after {
	content:'\e81f';
	display:inline-block;
	font-weight:normal;
	font-family:'fontello';
	margin:0 0 0 5px;
	vertical-align:bottom;
}
label[for="srcQuestion"] {
	text-transform:uppercase;
}
#content {
	padding:20px 0;
}
#sitemap,
.list .listItem,
.article,
.listCompact,
.backLink,
#cartNavi,
.box_search {
	padding:16px;
}

.article .headline:first-child {
	margin-top:0;
}

/* UNTERNEHMEN */
#unternehmen_filter .map_canvas {
	margin:0;
}
@media only screen and (max-width: 480px) {
	#unternehmen_filter .btnContainer button {
		width:100%;
	}
}
@media only screen and (min-width: 720px) {
	#unternehmen_filter .optsContainer {
		float:left;
		width:33.33%;
		margin:0;
		padding:0.5em;
	}
	#unternehmen_filter .optsContainer label,
	#unternehmen_filter .optsContainer input,
	#unternehmen_filter .optsContainer textarea,
	#unternehmen_filter .optsContainer select,
	#unternehmen_filter .optsContainer .selectWrap,
	#unternehmen_filter .optsContainer .optsBlock,
	#unternehmen_filter .optsContainer .date {
		width:100%;
	}
	#unternehmen_filter .btnContainer {
		clear:left;
		margin:0;
		padding:0.5em;
		text-align: right;
	}
}

/* SHOP */
#cartProcessWrap {
	margin:-16px 16px 0 16px;
	
}
#cartProcess {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
	border-collapse:separate;
}
#cartProcess li {
	padding:5px !important;
	display:table-cell;
	height:50px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	border-bottom:4px solid #fff;
}
#cartProcess li +li {
	border-left:2px solid #eee;
}
#cartProcess li:before {
	display:none !important;
}
#cartProcess li.active {
	background:#fff;
}
#cartProcess.coupon li.active {
	background:#ffd744;
	font-size:2em;
	padding:20px;
}
#cartProcess li a {
	display:inline-block;
	text-decoration:none;
	color:#000;
}
#cartProcess.coupon li.active a {
	color:#fff;
}

@media only screen and (max-width: 719px) {
	#cartProcess li {
		position:relative;
		counter-increment: section;
	}
	#cartProcess li span:not([class^="icon"]) {
		display:none;
	}
	#cartProcess li:not(.icon) a:after { content:counter(section); }
	#cartProcess li.active {
		width:40%;
	}
	#cartProcess li.active span {
		display:block;
	}
	#cartProcess li.active a:after {
		display:none;
	}
}
.priceRow .price,
.priceAllBrutto .price {
	display:inline-block;
}
.priceRow {
	padding:8px 0;
}
.priceAllBrutto {
	font-weight:bold;
	border-top:1px solid #ccc;
}
@media only screen and (max-width: 719px) {
	#cart .cart_row_head {
		display:none;
	}
	#cart .cart_row_body {
		position:relative;
		padding:8px 0;
	}
	#cart .cart_row_body:nth-child(2n+1) {
		background:#f9f9f9;
		background: -moz-linear-gradient(left, rgba(249,249,249,0) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,0) 100%);
		background: -webkit-linear-gradient(left, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0) 100%);
		background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0) 100%);
	}
	.cart_row_body:before,
	.cart_row_body:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}
	
	.cart_row_body:after {
		clear: both;
	}

	#cart .cart_column.count {
		position:absolute;
		bottom:8px;
		left:0;
		width:45px;
	}
	#cart .cart_column.count input {
		width:100%;
	}
	#cart .cart_column.count + .cart_column {
		width:100%;
		float:left;
	}
	#cart .price {
		padding-left:50px;
		clear:left;
	}
	#cart .price,
	#cart .priceAll {
		width:50%;
		float:left;
	}
	#cart .priceAll {
		text-align:right;
	}
	#cart .name {
		font-weight:bold;
		padding-bottom:8px;
	}
}
@media only screen and (min-width: 720px) {

	#cart {
		display:table;
		width:100%;
	}
	#cart .cart_row {
		display:table-row;
	}
	#cart .cart_row_body .cart_column {
		padding:8px 0;
	}
	#cart .cart_row_head .cart_head {
		font-weight:bold;
	}
	#cart .cart_column {
		display:table-cell;
	}
	#cart .count input {
		width:45px;
	}
	#cart .price,
	#cart .priceAll,
	.priceShipping .price,
	.priceAllBrutto .price {
		width:20%;
		text-align:right;
	}
}

#cart_payments .payment > input {
	display:none;
}
.payment > label {
	margin:0 0 16px 0;
	padding:16px;
	display:block;
	background:#fff;
	cursor:pointer;
	position:relative;
}
.payment > label * {
	margin:0;
}
.payment > input[type="radio"]:checked + label {
	background:#fff;
}
.payment .radioLabel.active:after,
.payment > input[type="radio"]:checked + label:after {
	font-family:'fontello';
	content:'\e811';
	display:block;
	position:absolute;
	top:8px;
	right:8px;
}
.payment .imgLeft {
	float:left;
	margin:0 16px 16px 0;
}
.aleft {
	text-align:left;
}
.aright {
	text-align:right;
}
.optsContainer > .error:first-child + label.label_100, .optsContainer > label.label_100:first-child {
	width:100%;
	float:none;
}
.productConfirmation .optsContainer {
	margin:0 !important;
}
.articleGrid.productPayment.gridWidth_50:nth-child(2n) {
	border-top:1px solid #ccc;
}
.articleGrid.productPayment .payments {
	margin-top:1em;
}

@media only screen and (min-width: 640px) {
	.articleGrid.productPayment.gridWidth_50:nth-child(2n) {
		border-top:none;
		border-left:1px solid #ccc;
	}
	.articleGrid.productShipping .button,
	.articleGrid.productPayment .button {
		position:absolute;
		bottom:0;
		right:8px;
	}
}

.productForm {
	background:#f9f9f9;
	margin:0 -16px;
	padding:8px;
}
.productForm > * {
	float:left;
	padding:8px;
}
.productForm .shop_preis strong {
	display:block;
	font-size:1.5em;
}
.productForm label {
	display:block;
	font-size:0.8em;
}
.productForm .shop_preis .product_mwst {
	font-size:0.9em;
}
.productForm .shop_preis .product_weight {
	display:block;
	font-size:0.9em;
}
.productForm .buttonWrap > div {
	padding-left:80px;
	position:relative;
}
.productForm .shop_auswahl select {
	height:40px;
	max-width:100%;
}
.productForm .buttonWrap .shop_anzahl {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:80px;
	margin:0px;
}
.productForm .buttonWrap .shop_anzahl label {
	display:none;
}
.productForm .buttonWrap .shop_anzahl input {
	height:100%;
	width:100%;
	padding:0 5px;
	text-align:center;
}
.productForm.oos .btn {
    background: #ccc !important;
}
#productList .article {
	position:relative;
}
@media only screen and (min-width: 640px) {
	#productList .article {
		min-height:35vw;
	}
}
@media only screen and (min-width: 1280px) {
	#productList .article {
		min-height:30vw;
	}
}
#productList .article .imagesWrap {
	text-align:center;
	position:relative;
	margin:0 16px;
}
#productList .article .imagesWrap .imagesInnerWrap {
	padding:0;
	position:relative;
	padding-bottom:100%;
	float:none;
	margin:0;
	border:8px solid #fff;
}
#productList .article .imagesWrap .imagesInnerWrap .img {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
#productList .article .productText {
	position:relative;
	z-index:2;
	margin:-20px 0 0;
	background:#fff;
	box-shadow:0 8px 16px rgba(0,0,0,0.2);
	padding:16px;
	border-top:14px solid #999;
}
#productList .article h2 {
	margin-top:0;
}
#productList .article .textWrap {
	position:relative;
	max-height:100px;
	overflow:hidden;
	margin-bottom:-10px;
	padding-bottom:30px;
	-webkit-transition: max-height .3s cubic-bezier(0,1,0,1);
	transition: max-height .3s cubic-bezier(0,1,0,1);
}
#productList .article .textWrap:after {
	content:'';
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:0;
	height:30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
#productList .article .expand {
	display:none;
}
#productList .article .expand:checked + .textWrap {
	max-height:10000px;
	-webkit-transition: max-height .3s cubic-bezier(1,0,1,0);
	transition: max-height .3s cubic-bezier(1,0,1,0);
}
#productList .article label[name=expand] {
	position:absolute;
	bottom:0;
	right:0;
	background:#666;
	color:#fff;
	font-size:30px;
	line-height:30px;
	padding:5px;
	cursor:pointer;
}
#productList .article .expand:checked + .textWrap + label[name=expand] {
	transform:rotate(180deg);
}
@media only screen and (max-width: 639px) {
	.productForm .shop_auswahl + .buttonWrap {
		width:100%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
	#productList .article .imagesWrap {
		width:80%;
		float:none;
		margin:0 10%;
	}
	#productList .article .productText {
		width:100%;
	}
}
@media only screen and (min-width: 640px) {
	#productList .article .imagesWrap {
		position:absolute;
		top:16px;
		left:16px;
		bottom:16px;
		margin:0;
		width:33.33%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#productList .article .imagesWrap .imagesInnerWrap {
		width:auto;
	    -webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	#productList .article .productText {
		float:right;
		width:66.66%;
		width:calc(66.66% + 16px);
		margin:40px 0px;
		margin:40px 0px 40px calc(-16px);
		border-top:0;
		border-left:14px solid #999;
	}
}
/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */
/* TEASER / SLIDER */
#teaser {
	padding-top:60px;
}
.slider {
	position:relative;
}
.slider .headline {
	position:absolute;
	bottom:60px;
	right:0;
	left:0;
	padding:10px 40px;
	background:#787878;
	color:#fff;
	text-align:right;
	font-size:2.2em;
	text-transform:uppercase;
}
.slider .headline > * {
	margin:0;
}
.article_slider {
	padding-bottom:30px;
}
.content_slider {
	position:relative;
}
.sliderWrapper { overflow:hidden; position:relative; height:100%; transition: height 0.2s; }
.content_slider .slider,
.slider ul,
#teaser ul { margin:0; padding:0; list-style:none; position:relative; height:0; padding-bottom:40%; min-height:40vh; max-height: 60vh; }
.slider ul li,
#teaser ul li { margin:0; padding:0; position:relative; display:none; position:absolute; top:0; left:0; width:100%; height:100%; background-position:center center; background-size:cover; }
#teaser ul li .info {
	position:absolute;
	left:5%;
	right:5%;
	bottom:20%;
	padding:20px;
	background:rgba(255,255,255,0.8);
	border-left:10px solid #999;
	font-size:15px;
}
@media only screen and (min-width: 480px) {
	#teaser ul li .info {
		left:auto;
		right:0;
		max-width:60%;
		font-size:16px;
	}
}
@media only screen and (min-width: 640px) {
	#teaser ul li .info {
		max-width:50%;
		font-size:16px;
	}
}
@media only screen and (min-width: 720px) {
	#teaser ul li .info {
		max-width:40%;
		font-size:18px;
	}
}
@media only screen and (min-width: 960px) {
	#teaser ul li .info {
		max-width:33%;
	}
}
@media only screen and (min-width: 1280px) {
	#teaser ul li .info {
		max-width:25%;
	}
}

.listCompact td a {
	display:block;
	text-decoration:none;
}
.listCompact td.moreBtn {
	text-align:right;
}
.listCompact td.moreBtn span {
	display:none;
}
.listCompact td.moreBtn a:after {
	content:'\e816';
	display:inline-block;
	font-family:'fontello';
}
/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/Swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;background:#1e8fd7;}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #D5D5D5}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;border-bottom:4px solid #D5D5D5;color:#fff!important;display:table}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right:10px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105,175,34,.9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}

/* ==========================================================================
   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;
}

/* SPRITES */
.sprt {
	background:url(../img/sprt.png) no-repeat left top;
	display:inline-block;
}

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
}
.gallery {
	margin: 8px -8px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	margin: 10px;			
	position: relative;
	width:50%;
}
.gallery .imgContainer {
	margin:0;
	padding:8px;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
@media only screen and (min-width: 480px) {
.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -16px;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 16px;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 16px;
	padding-left: 16px;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 16px;
	padding-right: 16px;
	float: left;
}

	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}
	
	.imgRight .imgWidth-33 {
		margin-left: 16px;
		padding-left: 16px;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 16px;
		padding-right: 16px;
		float: left;
	}
}

@media only screen and (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 16px;
		padding-right: 16px;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 16px;
		padding-right: 16px;
		float: left;
	}
}

@media only screen and (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}
	
	.imgRight .imgWidth-67 {
		margin-left: 16px;
		padding-left: 16px;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 16px;
		padding-right: 16px;
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.7%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 16px;
		padding-left: 16px;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 16px;
		padding-right: 16px;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.mapWrap {
	clear:both;
}
.map_canvas {
	position:relative;
	min-height: 200px;
	min-height: 60vh;
	background: #EEE;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;	
}
.map_legend .head {
	font-size: 1.25em;	
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 10px 40px 10px 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head h4 {
	margin:0;
	position:static;
}
.map_legend .head [class^="icon-"] {
	position: absolute;
	right: 4px;
	top: 10px;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;	
}
.map_legend.aktiv .head {
	background: #FF6618;	
}
.map_legend.aktiv .head [class^="icon-"] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#content .legendItemsWrap ul {
	margin:0;
	padding:2px 0;
	margin:0 -2px;
	background:#fff;
}
#content .legendItemsWrap li {
	min-height:40px;
	line-height:20px;
	padding:2px;
}
#content .legendItemsWrap li:before {
	display:none;
}
#content .legendItemsWrap li a {
	position:relative;
	text-decoration:none;
	display:block;
	padding:11px 10px 11px 50px;
	color:#555555;
}
#content .legendItemsWrap li a img {
	position:absolute;
	top:1px;
	left:1px;
}
#content .legendItemsWrap li.aktiv a {
}
@media only screen and (min-width: 960px) {
	.legendItemsWrap li {
		float:left;
		width:50%;
	}
}
@media only screen and (min-width: 1440px) {
	.legendItemsWrap li {
		float:left;
		width:33.33%;
	}
}
.loadOverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.2);
	z-index:5;
}
.loadOverlay .loadingBG {
	height:100%;
	width:100%;
}
.loadOverlay .loadingIcon {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-24px;
	margin-top:-24px;
	height:48px;
	width:48px;
	background:url(../img/preloader_301_dark.gif) center center no-repeat;
}
/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:670px;
	max-width:100%;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
    background: #F5420C url("../../img/close.png") no-repeat scroll center center;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
    background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
    background-color: #fff;
    content: "";
    height: 80%;
    left: 45%;
    position: absolute;
    top: 10%;
    width: 2px;
}
.csstransforms #GMO-close:before {
    transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
    transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #555555;
	line-height:20px;
	font-size:14px;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:16px;
	width:16px;
	background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
	color:#555555;
}

.addrWrap {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}
.placeWrap .place .addrWrap a {
	color:inherit;
}
.placeWrap .place .addrWrap .wrap + .wrap {
	padding-top:20px;
}

@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -15px;
	}
	.addrWrap > * {
		padding: 0 15px;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
	.addrWrap .clearBoth {
		clear:both;
	}
	.addrWrap .clearBoth:before {
		content:'';
		display:table;
		width:100%;
	}

}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #FF6618;
}
.vid:hover .playIcon:after {
	border-color: #FF6618;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #FF6618;
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	background: #FFF;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	line-height: 1.714;
	border-bottom: 3px solid #999;
	padding-top: 10px; 
	padding-bottom: 5px;
	background-color: #FF6618;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #FFFFFF;	
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #EEE;	
}
.stdTable tr:hover td {
	background-color: rgba(0,0,0,.1);	
}
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:0 -15px;
	list-style:none;
	padding:0 !important;
}
.downloads li {
	padding:15px;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.downloads .download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.download a.hasImg {
	padding-left: 45px;
}
.download img {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}

@media only screen and (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}

/* Content: FORMS */
.form .duty {
	font-weight: bold;
	color: #FF6618;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #C00;
}

.optsContainer {
	margin: 1em 0;
	text-align: left;
	overflow: hidden;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
	margin-top: 1.2em;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
	display: block;
	margin: 0;
	text-align: left;
	/*font-size: 80%;
	line-height: 1;*/
	text-transform: uppercase;
	font-weight: normal;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
	padding-left: 5px;
	float: right;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 80%;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
	width: 100%;
	padding: .5em 0;
	background: none;
	border:none;
	border-bottom: 1px solid #999;
	font-size: 1em;
	line-height: 1.5;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}
.optsError .error {
	font-size: .8em;
	line-height: 1.33333;
	color: #C00;
	padding: .5em 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child,
ul.error {
	color: #C00;
}

.optsError input,
.optsError textarea,
.optsError select,
.optsError .selectWrap {
	border-bottom-color: #C00;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
	border-bottom-color: #666;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
	border-bottom-color: #FF6618;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
	border: none;
	width: auto !important;
	float: none !important;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
	text-align: left;
	width: auto;
	cursor: pointer;
}
.optsContainer .optsInline {
	display: inline-block;
	float: none;
	padding: .5em 0;
	margin: 0 2em 1em 0;
	border-bottom: 1px solid #999;
	cursor: pointer;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
}
.optsContainer .optsInline:hover {
	border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
	border-bottom-color: #FF6618;
	color: inherit;
}
.optsContainer .optsLine {
	display: block;
	margin-right: 0;
}
.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver {
	position: absolute;
	left: 0;
	top: .5em;
	width: 100%;
	white-space: normal;
	overflow: hidden;
	padding-right: 20px;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #999 transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #FF6618;
}
.optsContainer .selectWrap select {
	width: 100%;
	opacity: 0;
	position: relative;
}

.optsContainer > .ipShort {
	float: left;
	width: 25%;
}
.optsContainer > .ipLong {
	float: left;
	width: 70%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 4%;
}

.optsContainer .date {
	position: relative;	
}
.optsContainer .date .sprt {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 0;
}
.optsContainer .date input {
	float: none;
	width: 100%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}

.optsRange .optsBlock .date {
	width: 100%;
}
.optsRange .from label,
.optsRange .to label {
	width: 100%;
	text-align: left;
	display: block;
	text-transform: none;
	font-size: 75%;
}
.optsRange .to {
	margin-top: 1em;
}

.optsContainer .optsBlock {
	list-style: none;
	margin: 0 -2em -1em 0;
	padding: 0;
}

/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer button {
	min-width: 30%;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
	padding-left: 42px;	
}
.btnContainer button[type="reset"] .sprt {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	font-size: 1.333em;
	padding-top: 0;
	padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
	.optsRange .from,
	.optsRange .to {
		width: 50%;
		float: left;
		padding-left: .5em;
		padding-right: .5em;
	}
	.optsRange .from {
		padding-left: 0;
	}
	.optsRange .to {
		margin-top: 0;
		padding-right: 0;
	}
	.optsRange .from label,
	.optsRange .to label {
		margin-top: 8px;
	}
}
@media only screen and (min-width: 720px) {
	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child {
		float: left;
		text-align: left;
		width: 30%;
		padding-right: 2em;
		margin-top: 0.5em;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo {
		display: block;
		padding-top: .5em;
	}
	.optsError .error {
		margin-left: 30%;
	}
	.optsContainer input,
	.optsContainer textarea,
	.optsContainer select,
	.optsContainer .selectWrap,
	.optsContainer .optsBlock,
	.optsContainer .date {
		width: 70%;
		float: right
	}
	
	.optsContainer .optsBlock {
		margin-right: 0;
	}
	
	.optsContainer > .ipShort {
		width: 16%;
	}
	.optsContainer > .ipLong {
		width: 44%;
	}
}


/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
	margin:0;
	font-weight:700;
}

@media only screen and (min-width: 480px) {

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}
	
	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
	margin: 1em 8px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.article .gridWrap {
	margin: 2em -8px 0;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 8px 40px;
	float: left;
	position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid .info > :first-child {
	margin-top: 0; 
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
	word-wrap:break-word;
}
.articleGrid .textWrap .headline {
	margin: 0.5em 0;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .articleImg.border .imgWrap {
    border-style: solid;
    border-color: #fff;
    border-width: 20px 20px 32px 20px;
}
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: none;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media only screen and (min-width: 560px) {
}

@media only screen and (min-width: 640px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
	.sitemapBox,
	.gridWrap .gridWidth_33,
	.gridWrap .gridWidth_66 {
		width: 50%;
	}
	/*.gridWrap .gridWidth_33:nth-child(2n+1),
	.gridWrap .gridWidth_50:nth-child(2n+1) {
		clear:left;
	}*/
}

@media only screen and (min-width: 960px) {
	.sitemapBox,
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.gridWrap .gridWidth_66 {
		width: 66.66%;
	}
	/*.gridWrap .gridWidth_25:nth-child(2n+1),
	.gridWrap .gridWidth_33:nth-child(2n+1) {
		clear:none;
	}
	.gridWrap .gridWidth_25:nth-child(4n+1),
	.gridWrap .gridWidth_33:nth-child(3n+1) {
		clear:left;
	}*/
}
.articleGrid .textWrap {
	position:relative;
	margin:-32px 20px 0 20px;
	background:#fff;
	padding:16px;
	border-top:14px solid #999;
	overflow:hidden;
}
.articleGrid .textWrap .headline,
.articleGrid .textWrap .headline a,
.articleGrid .textWrap .more {
	color:#676767;
}
.articleGrid .textWrap .more {
	margin:0.5em 0;
	display:inline-block;
}
@media only screen and (max-width: 639px) {
	.articleGrid:before {
		content:'';
		position:absolute;
		z-index:0;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin: 0 28px 40px;
		box-shadow:0 8px 16px rgba(0,0,0,0.3);
	}
}
@media only screen and (min-width: 640px) {
	.gridWrap .articleGrid {
		padding-bottom:48px;
	}
	.articleGrid:not(.tax_grid_100):before {
		content:'';
		position:absolute;
		z-index:0;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin: 0 28px 48px;
		box-shadow:0 8px 16px rgba(0,0,0,0.2);
		background:#fff;
	}
	.articleGrid.tax_grid_100 {
		width:100%;
	}
	.articleGrid.tax_grid_100 .articleImg {
		position:absolute;
		top:0;
		bottom:48px;
		width:50%;
	}
	.articleGrid.tax_grid_100 .articleImg .imgWrap {
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		padding:0 !important;
	}
	.articleGrid.tax_grid_100:before {
		clear:both;
		display:table;
	}
	.articleGrid.tax_grid_100 .textWrap {
		position:relative;
		width:55%;
		margin:20px 0 20px -32px;
		float:right;
		box-shadow:0 8px 16px rgba(0,0,0,0.2);
		border-top:0;
		border-left:14px solid #999;
	}
}
@media only screen and (min-width: 960px) {
	.articleGrid.tax_grid_100 .articleImg {
		width:66.66%;
	}
	.articleGrid.tax_grid_100 .textWrap {
		position:relative;
		width:40%;
		margin:40px 0 40px -32px;
	}
}
@media only screen and (min-width: 1280px) {
	.articleGrid.tax_grid_100 .textWrap {
		margin:60px 0 60px -32px;
	}
}

.place .addrWrap {
	box-shadow:0 8px 16px rgba(0,0,0,0.2);
	padding:20px;
	background:#fff;
	border-top:14px solid #999;
	margin:0 15px 15px;
}

@media only screen and (min-width: 720px) {
	.placeWrap {
		clear:both;
		padding-bottom:48px;
	}
	.place {
		position:relative;
	}
	.place .addrWrap {
		position:relative;
		width:45%;
		margin:60px 0 90px -32px;
		float:right;
		border-top:0;
		border-left:14px solid #999;
		z-index:6;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height:200px;
	}
	.withDetail .place .mapWrap {
		position:absolute;
		top:0;
		bottom:0;
		width:60%;
	}
	.withDetail .place .mapWrap .map_canvas {
		position:absolute !important;
		top:0;
		bottom:0;
		left:0;
		right:0;
		padding:0 !important;
		margin:0;
		min-height:0;
	}
	.place .addrWrap h3 {
		display:none;
	}
	.place .addrWrap .addr, .addrWrap .addrData {
		width:100%;
		float:none;
		padding:0;
	}
	.place .addrWrap > * {
		width:100%;
		padding:0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	.place .addrWrap address + address {
		padding-top:20px;
	}
	.placeWrap.withDetail .map_legend {
		width:60%;
	}
}
@media only screen and (min-width: 960px) {
	.placeWrap.withDetail .map_legend,
	.withDetail .place .mapWrap {
		width:66.66%;
	}
	.place .addrWrap {
		position:relative;
		width:40%;
		margin:80px 0 90px -32px;
	}
}
@media only screen and (min-width: 1280px) {
	.place .addrWrap {
		margin:100px 0 100px -32px;
	}
}
#gewerbekarte {
	margin:0 auto;
	width:100%;
	max-width:768px;
}
#gewerbekarte #MapWrap {
	position:relative;
	padding-bottom:120%;
}
#gewerbekarte #Landkreise path {
	fill:#fff;
	transition:fill 0.4s;
}
#gewerbekarte #MapWrap #Landkreise path:hover {
	fill:#cee0e2;
	cursor:pointer;
}

/* START */
#start_grid.gridWrap {
	display:block;
	position:relative;
}
.startGrid {
	position:relative;
	padding:8px;
	width:100%;
}
.startGrid.no_pad .box {
	position:relative;
	padding:0;
}
.startGrid.no_pad .box .map_canvas {
	position:relative;
	margin:0;
}
.startGrid.no_pad .box .imgWrap {
	display:block;
	background-size:cover;
}
.startGrid.no_pad .box .textWrap {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:16px;
	background-color:rgba(140,221,106,0.9);
	z-index:1;
	color:#fff;
	text-decoration:none;
}
.startGrid.no_pad .box .textWrap .dateText {
	font-size:0.8em;
	font-weight:600;
}
.startGrid.no_pad .box .textWrap .headline {
	margin:0;
	font-size:1em;
	font-weight:400;
}
.startGrid.no_pad .box .textWrap .headline,
.startGrid.no_pad .box .textWrap a {
	color:#fff;
}
#gridMap #MapWrap,
#MapWrap svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#gridMap .box {
	padding-bottom:120%;
	background:#fff;
	background-size:cover;
}
#gridMap .box:before {
	content:'';
	position:absolute;
	display:block;
	background:rgba(0,0,0,0.15);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition:background 0.4s;
}
#gridMap .box:hover:before {
	background:rgba(0,0,0,0.4);
}
#MapWrap #Landkreise path {
	fill:rgba(255,255,255,0.8);
	transition:fill 0.4s;
}
#MapWrap:hover #Landkreise path {
	fill:rgba(255,255,255,0.9);
}
#MapWrap #Landkreise path:hover {
	fill:#97e079;
}
#toolTip {
	display:none;
	position:absolute;
}
#toolTip .toolTipWrapper {
	position:absolute;
	padding:10px;
	background:#fff;
	box-shadow:0 4px 8px rgba(0,0,0,0.3);
	bottom:10px;
	width:200px;
	left:-100px;
	text-align:center;
	font-size:0.9em;
	line-height:1.4em;
	font-style:italic;
	font-weight:bold;
}
#toolTip .arrow {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
@media only screen and (min-width: 640px) {
	.startGrid.no_pad {
		padding:0;
		position:relative;
		float:left;
	}
	#gridMap .box,
	.startGrid.no_pad .box {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:8px;
		box-shadow:0 0px 8px rgba(0,0,0,0.2);
		padding:16px;
		overflow:hidden;
	}
	.startGrid.no_pad .box .map_canvas {
		margin:0;
		min-height:0;
		position:absolute !important;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	#start_grid .startGrid.no_pad.gridWidth_33 {
		padding-bottom:33.33%;
	}
	#start_grid .startGrid,
	#start_grid .startGrid.no_pad.gridWidth_66 {
		padding-bottom:66.66%;
	}
	.startGrid.no_pad .box .imgWrap {
		padding:0;
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		background-size:cover;
	}
	.startGrid.no_pad .box .imgWrap img {
		display:none;
	}
	.startGrid.no_pad .box .textWrap {
		display:block;
		position:absolute;
		top:0;
		left:0;
		right:0;
		padding:16px;
		background-color:rgba(140,221,106,0.9);
		z-index:1;
		color:#fff;
		text-decoration:none;
	}
}

.popoutInner {
}

.popout.ltr .popoutInner {

}
.popoutInner > .textWrap {
    z-index: 2;
}
.popoutInner > .textWrap .innerWrap {

}
.popoutInner .imagesWrap .imgWrap .caption {
    display: none;
}
.popoutInner .textWrap .innerWrap > :first-child {
    margin-top: 0;
}
.popoutInner .imagesWrap .imgWrap {
    width: 100%;
}
.popoutInner .vid,
.popoutInner .teaser {
    width: 100%;
}
@media only screen and (max-width: 719px) {
    .popoutInner {
        display: flex;
        flex-direction: column;
    }
    .popoutInner > * {
        order: 1;
    }
    .popoutInner > .imagesWrap {
        margin: 0;
    }

    .popoutInner > .textWrap {
        order: 2;
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.23);
        border-top: 10px solid #38aae1;
        padding: 10px 20px 20px;
        margin-top: -30px;
        z-index: 1;
    }
}
@media only screen and (min-width: 720px) {

    .popoutInner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .popoutInner > * {
        position: relative;
        float: left;
        width: 60%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .popoutInner .imagesWrap {
        width: 40%;
        margin: 0;
    }
    .popoutInner .teaser .swiper-slide {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-bottom: 62.5%;
    }
    .popoutInner .teaser .swiper-slide img {
        display: none;
    }
    .popoutInner > .textWrap .innerWrap {
        padding: 20px;
        box-shadow:0 0 20px rgba(0,0,0,0.23);
        background: #fff;
    }
    .popout.ltr .popoutInner .textWrap .innerWrap {
        border-right:10px solid #38aae1;
        margin-right: -20px;
    }
    .popout.rtl .popoutInner .textWrap .innerWrap {
        border-left:10px solid #38aae1;
        margin-left: -20px;
    }
    .popout.rtl .popoutInner .textWrap {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .popout.ltr .popoutInner :nth-child(2n) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 960px) {
    .popoutInner > * {
        width: 40%;
    }
    .popoutInner > .textWrap {
        width: 60%;
    }

    .popoutInner > .textWrap .innerWrap {
        padding: 40px;
    }
    .popout.ltr .popoutInner .textWrap .innerWrap {
        border-right-width:15px;
        margin-right: -30px;
    }
    .popout.rtl .popoutInner .textWrap .innerWrap {
        border-left-width:15px;
        margin-left: -30px;
    }

}


/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	color: #999;
	font-weight: normal;
	line-height: 20px;
	text-align:center; 
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	background:#fff;
}
.pagerJumper a:hover {
	background: #666;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#666;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #999;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #676767 !important;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a.enabled:first-child:before,
.pages a.enabled:last-child:after {
	content: '\e81b';
	display: inline-block;
	font-family:'fontello';
	vertical-align: middle;
}
.pages a.enabled:first-child:before {
	margin-right:5px;
}
.pages a.enabled:last-child:after {
	margin-left:5px;
	content: '\e81c';
}
.pages a.disabled {
	color: #CCC !important;
	text-decoration: none;
}

#wfdrStart {
	padding:16px;
}
#wfdrStart .wfdr_content {
	position:relative;
	margin:0 -8px;
}
#wfdrStart .wfdr_content .block img {
	width:100%;
	display:inline-block;
    border: 5px solid #fff;
}
#wfdrStart .wfdr_content .blockInner {
	margin:8px;
	text-align:center;
	background:#fff;
		border-top:10px solid #0b656d;
		border-left:1px solid #676767;
		border-right:1px solid #676767;
		border-bottom:1px solid #676767;
}
@media only screen and (min-width: 480px) {
	#wfdrStart .wfdr_content .block {
		float:left;
		width:50%;
		padding-bottom:50%;
		position:relative;
	}
	#wfdrStart .wfdr_content .blockInner {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:8px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align:center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		overflow:hidden;
		background:#fff;
	}
}
@media only screen and (min-width: 720px) {
	#wfdrStart .wfdr_content .block {
		width:33.33%;
		padding-bottom:33.33%;
	}
}
#breadcrumb {
	font-size:15px;
	padding:0 16px 16px 16px;
}
#breadcrumb a {
	color:#666666;
	text-decoration:none;
	display:inline-block;
}
#breadcrumb a + a:before {
	display:inline-block;
	padding:0 5px;
	content:'/';
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}