/*
 * 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.
 */

html,
body {
	height:100%;
}

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

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}
   
/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

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

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

/* Grid >> Global */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid-sizer {
	display:inline;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6 { position:relative; }

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

/* Grid >> 6 Columns */
.container_6 .grid_1, .gridSizer { width:120px; }
.container_6 .grid_2 { width:280px; }
.container_6 .grid_3 { width:440px; }
.container_6 .grid_4 { width:600px; }
.container_6 .grid_5 { width:760px; }
.container_6 .grid_6 { width:920px; }

/* Prefix Extra Space */
.container_6 .prefix_1 { padding-left:160px; }
.container_6 .prefix_2 { padding-left:320px; }
.container_6 .prefix_3 { padding-left:480px; }
.container_6 .prefix_4 { padding-left:640px; }
.container_6 .prefix_5 { padding-left:800px; }

/* Suffix Extra Space */
.container_6 .suffix_1 { padding-right:160px; }
.container_6 .suffix_2 { padding-right:320px; }
.container_6 .suffix_3 { padding-right:480px; }
.container_6 .suffix_4 { padding-right:640px; }
.container_6 .suffix_5 { padding-right:800px; }

/* Push Space */
.container_6 .push_1 { left:160px; }
.container_6 .push_2 { left:320px; }
.container_6 .push_3 { left:480px; }
.container_6 .push_4 { left:640px; }
.container_6 .push_5 { left:800px; }

/* Pull Space */
.container_6 .pull_1 { left:-160px; }
.container_6 .pull_2 { left:-320px; }
.container_6 .pull_3 { left:-480px; }
.container_6 .pull_4 { left:-640px; }
.container_6 .pull_5 { left:-800px; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
	Overlay
	*/
body.overlayOpen  {
	overflow: hidden;
}

.vcModalTarget,
.vcModalTarget :before,
.vcModalTarget :after {
	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: #999;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #b91121;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom .vcModalOverlay {
	height: 0 !important;
	opacity: 0 !important;
}
.vcModalBannerBottom .vcModal {
	top: auto;
	bottom: 0;
}
.vcModalSwitch:checked + .vcModalTarget.vcModalBannerBottom  .vcModal {
	height: auto;
	max-height: 100%;
}
.vcModalBannerBottom .vcModal .modalMsg {
	padding: 90px 0 0;
	position: relative;
}
.vcModalBannerBottom .vcModal .modalMsg:before {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: '';
    background: #FFF;
    display: block;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
	top: 90px;
	height: 50%;
}
.vcModalBannerBottom .vcModal .modalMsg .wrap .wrapMore {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	box-shadow: none;
}

.vcModalBannerBottom .vcModal .article {
	padding: 15px;
	margin: 0 auto;
}
.vcModalBannerBottom .vcModal .article > :first-child {
	padding-right: 60px;
}
.vcModalBannerBottom  .vcModal .vcModalClose {
	right: 15px;
	top: 15px;
}
@media (min-width: 960px) {
	.vcModalBannerBottom .vcModal .article {
		width: 83.33%;
	}
	.vcModalBannerBottom .vcModal .article > :first-child {
		padding-right: 0;
	}
}



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

.vcModalTarget .btn:before {
	display:none;
}
.vcModalTarget .btn {
	cursor:pointer;
}
.vcModalTarget .btn.btnRaised {
	background:#b91121;
	color:#fff;
}
@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:fixed;
	top:0;
	left:0;
	right:0;
	height:100px;
	z-index:2;
}
@media only screen and (max-width: 1079px) {
	header {
		height:80px;
	}
}
#logo {
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:100px;
	width:325px;
	background:#fff;
	z-index:2;
}
#logo:before {
	content:'';
	position:absolute;
	top:0;
	left:-30px;
	right:-30px;
	bottom:0;
	transform:skewX(-25deg);
	display:block;
	background:#fff;
	z-index:0;
	box-shadow:0 0 6px rgba(0,0,0,0.23);
}
#logo:after {
	content:'';
	position:relative;
	display:block;
	height:100%;
	margin:0 10%;
	background-image:url(../img/logo_red_black.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:1;
}
@media only screen and (min-width: 1080px) {
	#headerTop {
		position:absolute;
		background:#b91121;
		color:#fff;
		padding-left:380px;
		font-size:12px;
		z-index:1;
		top:0;
		left:0;
		right:-50px;
	}
	#headerTop a {
		color:#fff;
		position:relative;
	}
	#headerTop [class^="icon-"]:before {
		font-size:15px;
	}
	#headerTop:before {
		content:'';
		display:block;
		position:absolute;
		left:0;
		right:-18px;
		top:0;
		height:30px;
		background:#b91121;
		transform:skewX(-25deg);
	}
}
#navMobiWrapper {
	position:relative;
	display:inline-block;
}
#navMainTrigger {
	display:none;
}
#slideDown {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:20px;
	z-index:1;
	background:#eaeaea;
}
#slideDown .scroll {
	display:block;
	position:absolute;
	right:0;
	bottom:19px;
	min-width:70%;
	padding:5px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	z-index:1;
	overflow:hidden;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
@media only screen and (min-width: 720px) {
	#slideDown .scroll {
		min-width:50%;
	}
}
#slideDown .scroll:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#eaeaea;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	z-index:-1;
	transform-origin:0 100%;
	transform:skewX(-25deg);
}
#slideDown .scroll:after {
	content:'\e805';
	font-family:'fontello';
	display:inline-block;
	font-weight:700;
	margin-left:10px;
}
#wrapper {
	padding-top:100px;
}
#teaser + #wrapper {
	padding-top:0;
}
@media only screen and (min-width: 1080px) {
	#navMain {
		margin-top:30px;
		position:relative;
		clear:left;
		float:left;
		padding-left:370px;
		background:#8b0d19;
		line-height:20px;
	}
	#navMain:before {
		content:'';
		display:block;
		position:absolute;
		left:0;
		right:-18px;
		top:0;
		height:60px;
		background:#8b0d19;
		transform:skewX(-25deg);
		box-shadow:0 0 6px rgba(0,0,0,0.23);
	}
	#navmain > li.lvl1 {
		position:relative;
		float:left;
		padding:20px 0px;
	}
	#navmain a {
		display:block;
		position:relative;
		color:#fff;
		text-decoration:none;
		font-size:16px;
		line-height:20px;
	}
	#navmain a.lvl1 {
		font-family:'Roboto Condensed', sans-serif;
		padding:0 20px;
		line-height:20px;
		font-size:16px;
		text-transform:uppercase;
	}
	#navmain li.lvl1 + li.lvl1 a.lvl1:before {
		content:'';
		display:inline-block;
		height:20px;
		position:absolute;
		top:0;
		left:-1px;
		width:2px;
		transform:skewX(-25deg);
		background-color:#6f0a14;
	}
	#navmain ul {
		position:absolute;
		display:block !important;
		top:100%;
		left:0;
		padding:10px 0;
		margin-top:20px;
		margin-left:-20px;
		visibility:hidden;
		opacity:0;
		transition:all 0.2s;
		background:#8b0d19;
	}
	#navmain ul.lvl2 ul {
		padding:0;
		margin-top:0;
		transition:margin 0.2s;
	}
	#navmain li:hover > ul {
		visibility:visible;
		opacity:0.9;
		margin-top:0;
		margin-left:0;
	}
	#navmain ul li {
		position:relative;
		background:#8b0d19;
		padding:5px;
		min-width:200px;
	}
	#navmain li.lvl2 a {
		position:relative;
		padding:0 10px 0 20px;
	}
	#navmain li.lvl2 a:before {
		content:'';
		display:inline-block;
		height:10px;
		position:absolute;
		top:5px;
		left:5px;
		width:2px;
		transform:skewX(-25deg);
		background-color:#6f0a14;
		transition:transform 0.2s, background-color 0.5s;
	}
	#navmain li.lvl2 a:hover:before,
	#navmain li.lvl2 a.active:before {
		background-color:#fff;
		transform:skewX(155deg);
	}
}
@media only screen and (min-width: 1080px) and (max-width: 1179px) {
	#logo {
		width:290px;
	}
	#headerTop {
		padding-left:345px;
	}
	#navMain {
		padding-left:335px;
	}
	#navmain a.lvl1 {
		padding:0 15px;
	}
}
@media only screen and (max-width: 1079px) {
	#logo {
		width:290px;
		height:80px;
	}
	#headerTop {
		background:#b91121;
		color:#fff;
		font-size:12px;
		padding:5px 0;
	}
	#headerTop a {
		color:#fff;
		position:relative;
		padding:0 20px;
	}
	#headerTop [class^="icon-"]:before {
		font-size:15px;
	}
	#navMobiWrapper {
		display:block;
		position:fixed;
		top:0;
		right:0;
		height:100%;
		z-index:1000;
		background:#8b0d19;
	}
	#naviMobiScroll {
		height:100%;
		overflow:auto;
		position:relative;
	}
	#naviMobi { display:block; width:0; transition: width 0.2s; }
	body.open { overflow:hidden; }
	body.open #naviMobi{
		width:270px;
	}
	body.open #navMobiWrapper{
			box-shadow:0 0 30px rgba(0,0,0,0.5);
	}
	#navMainTrigger {
		position:absolute;
		top:10px;
		left:-70px;
		display:block;
		height:60px;
		width:60px;
		z-index:1;
		transition:top 0.2s ease 0.2s, left 0.2s;
		cursor:pointer;
		color:#fff;
	}
	#navMainTrigger:before {
		content:'';
		display:block;
		background:#8b0d19;
		position:absolute;
		left:0px;
		top:0;
		right:0;
		bottom:0;
		transition:transform 0.2s;
		transform-origin:100% 0%;
		transform:skewX(-25deg);
		box-shadow:0 0 6px rgba(0,0,0,0.25);
	}
	body.open #navMainTrigger {
		left:-60px;
	}
	body.open #navMainTrigger:before {
		transform:skewX(0deg);
	}
	#navMainTriggerInner {
		display:block;
		position:absolute;
		height:60px;
		width:60px;
		right:0;
		top:0;
	}

	#navMainTrigger .info {
		display:none;
		font-size:12px;
		line-height:26px;
		padding:0 10px;
		text-transform:uppercase;
		text-align:center;
	}
	.noTeaser #navMainTrigger,
	.mainFixed #navMainTrigger {
		color:inherit;
		border-color:inherit;
		background:rgba(255,204,0,0.25);
	}
	body.open.noTeaser #navMainTrigger,
	body.open.mainFixed #navMainTrigger {
		background:rgba(255,204,0,1);
	}
	.csstransforms #navMainTriggerInner .line, .csstransforms #navMainTriggerInner:after, .csstransforms #navMainTriggerInner:before {
		background:#fff;
		display: block;
		height: 3px;
		right: 12px;
		margin-left: -18px;
		position: absolute;
		transition: all 0.5s ease 0s;
		width: 40px;
	}
	.csstransforms #navMainTriggerInner .line {
		opacity: 1;
		top: 50%;
		margin-top:-1px;
		right: 25px;
	}
	.csstransforms #navMainTriggerInner:after, .csstransforms #navMainTriggerInner:before {
		content: "";
	}
	.csstransforms #navMainTriggerInner:before {
		bottom: 41px;
		right: 18px;
	}
	.csstransforms #navMainTriggerInner:after {
		bottom: 15px;
		right: 32px;
	}
	.csstransforms body.open #navMainTriggerInner .line {
		opacity: 0;
		background:#fff;
	}
	.csstransforms body.open #navMainTriggerInner:before {
		bottom: 30px;
		right:10px;
		transform: rotate(45deg);
		background:#fff;
	}
	.csstransforms body.open #navMainTriggerInner:after {
		bottom: 30px;
		right:10px;
		transform: rotate(-45deg);
		background:#fff;
	}

	
	#navMain:before {
		display:none;
	}
	#navmain .iconMenuTriggerDwn {
		color:#fff;
		display:block;
		position:absolute;
		right:2px;
		width:36px;
		height:36px;
		text-align:center;
		top:4px;
		padding:10px 0;
		cursor:pointer;
		overflow:hidden;
	}
	#navmain .iconMenuTriggerDwn:after {
		content: "";
		display: block;
		height: 0;
		margin-left: -4px;
		margin-top: -4px;
		position: absolute;
		left: 50%;
		top: 50%;
		transition: transform 0.3s ease 0s;
		width: 0;
	}
	#navmain .iconMenuTriggerDwn.active:after {
		transform:rotate(180deg);
	}
	.csstransforms #navmain .iconMenuTriggerDwn:after {
		border:none;
		height:100%;
		width:100%;
		font-size:1.2em;
		line-height:36px;
		top:0;
		left:0;
		font-family:'fontello';
		content:'\e805';
		font-weight:400;
		font-size:0.8em;
		color:#fff;
		margin:0;
	}

	#headerTop,
	#navMain {
		width:270px;
	}
	#navMain ul {
		position:relative;
		background:#8b0d19;
		line-height:20px;
		padding:5px 0 5px 15px;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 !important;
	}
	#navmain li {
		position:relative;
		
	}
	#navmain a {
		display:block;
		position:relative;
		color:#fff;
		text-decoration:none;
		padding:10px 40px 10px 5px;
		font-size:16px;
		line-height:20px;
	}
	#navmain a:before {
		content:'';
		display:inline-block;
		height:10px;
		position:absolute;
		top:15px;
		left:-5px;
		width:2px;
		transform:skewX(-25deg);
		background-color:#6f0a14;
		transition:transform 0.2s, background-color 0.5s;
	}
	#navmain a:hover:before,
	#navmain a.active:before {
		background-color:#fff;
		transform:skewX(155deg);
	}
	#navmain a.lvl1 {
		font-family:'Roboto Condensed', sans-serif;
		text-transform:uppercase;
	}

}
@media only screen and (max-width: 479px) {
	header {
		height:60px;
	}
	#logo {
		width:200px;
		height:60px;
	}
	#navMainTrigger {
		top:0;
	}
}

/* popout / footer */
.popout {
	margin-top:2em;
	margin-bottom:2em;
}
#footerTop {
	background:#2d2627;
	color:#fff;
	overflow:hidden;
	padding-top:40px;
}
#footerTop a {
	color:#fff;
	text-decoration:none;
}
footer,
#footerTop,
.popoutInner {
	position:relative;
}
#footerInfo,
#footerContact,
.popout .textWrap {
	padding:15px;
}
.popout .vidWrap a.vid,
.popout .imagesWrap a.img {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.popout .textWrap h2:first-child,
.popout .textWrap h3:first-child {
	margin-top:0.5em;
}

@media only screen and (min-width: 720px) {
	.popout {
		margin-top:4em;
		margin-bottom:4em;
	}
	#footerInfo,
	#footerMap,
    #footerContact,
	.popoutInner .contWrap,
	.popoutInner > div {
		width:50%;
		position:relative;
		top:0;
	}
    #footerInfo,
    #footerContact {
        float: left;
    }
	#footerMap,
	.popoutInner .contWrap {
		position:absolute;
		height:100%;
	}
	.popout .contWrap:before {
		content:'';
		position:absolute;
		display:block;
		width:8.33%;
		height:100%;
		right:-8.33%;
		background:#fff;
		transform:skewX(-25deg);
		transform-origin:100% 0;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 10%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 10%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
	}
	.content_popout .article_popout:nth-child(2n+1) .popout .contWrap:before,
	.article > .popout:nth-of-type(2n+1) .contWrap:before {
		right:auto;
		left:-8.33%;
		transform-origin:0 100%;
	}
	.popoutInner .vidWrap a {
		padding-bottom:0 !important;
		height:100%;
	}
	.popoutInner .imagesWrap .img {
		height:100%;
		padding-bottom:0 !important;
	}

	.popout .contWrap {
		left:0;
	}
	#footerMap .mapWrap,
	.popout .vidWrap,
	.popout .imagesWrap {
		height:100%;
		width:100%;
		overflow:hidden;
		transform:skewX(-25deg);
		transform-origin:100% 0;
	}
	#footerMap .map_canvas,
	.popout .vidWrap a.vid,
	.popout .imagesWrap a.img,
	.popout .vidWrap .vcPrivacyNoPermission  {
		transform:skewX(25deg);
		transform-origin:100% 0;
	}
	#footerMap .map_canvas {
		min-height:0;
		margin:0;
		height:100%;
	}
	.content_popout .article_popout:nth-child(2n+1) .popout .vidWrap .vid .video-time,
	.article > .popout:nth-of-type(2n) .vidWrap .vid .video-time {
		right:auto;
		left:0;
	}
	#footerMap,
	.content_popout .article_popout:nth-child(2n+1) .popout .contWrap,
	.article > .popout:nth-of-type(2n+1) .contWrap {
		left:auto;
		right:0;
	}
	#footerMap .mapWrap,
	.content_popout .article_popout:nth-child(2n+1) .popout .vidWrap,
	.content_popout .article_popout:nth-child(2n+1) .popout .imagesWrap,
	.article > .popout:nth-of-type(2n+1) .vidWrap,
	.article > .popout:nth-of-type(2n+1) .imagesWrap {
		transform:skewX(-25deg);
		transform-origin:0 100%;
	}
	#footerMap .map_canvas,
	.content_popout .article_popout:nth-child(2n+1) .popout .vidWrap a.vid,
	.content_popout .article_popout:nth-child(2n+1) .popout .imagesWrap a.img,
	.article > .popout:nth-of-type(2n+1) .vidWrap a.vid,
	.article > .popout:nth-of-type(2n+1) .imagesWrap a.img {
		transform:skewX(25deg);
		transform-origin:0 100%;
	}
	.popout .textWrap {
		float:right;
		padding:20px 4.167%;
		min-height:33.33vw;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#footerInfo {
		padding:20px 4.167%;
	}
	.content_popout .article_popout:nth-child(2n+1) .popout .textWrap,
	.article > .popout:nth-of-type(2n+1) .textWrap {
		float:left;
	}
	
}
@media only screen and (min-width: 960px) {
	#footerInfo,
    #footerContact,
	.popout .textWrap {
		padding:20px 8.33%;
	}
}
footer #navStd {
	display:block;
	text-align:center;
	background:#b91121;
}
footer #navStd li {
	display:inline-block;
	padding:10px 0;
}
footer #navStd li a {
	position:relative;
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	font-size:15px;
	padding:0 20px;
}
footer #navStd li + li a:before {
	content:'';
	display:inline-block;
	height:20px;
	width:2px;
	position:absolute;
	top:0;
	left:-1px;
	background-color:#a60f1e;
	transform:skewX(-25deg);
}
.skewBorder:before {
	content:'';
	position:absolute;
	transform:skewX(-25deg);
	background-color:#eaeaea;
	height:40px;
	width:66.66%;
	z-index:1;
}
.skewBorder.skewTopLeft:before {
	top:0;
	left:0;
	transform-origin:0 0;
}
.skewBorder.skewBottomRight:before {
	bottom:0;
	right:0;
	transform-origin:100% 100%;
}
#content {
	overflow: hidden;
}

/* slider */
.slider_box {
	padding:4em 0;
	background-image:url(../img/sliderBG.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.slider_box .box_slider.gridWrap {
	margin:0;
}
.slider_box p.h1 {
	text-align:center;
	color:#fff;
	margin:0.5em 0 1em;
}
.slider_box .boxWrap {
	background:#fff;
	padding:20px;
	height:100%;
	box-shadow:0 3px 6px rgba(0,0,0,0.23);
}
.slider_box .boxWrap .articleImgNone {
	width:auto;
	margin:-20px -20px 0 -20px;
}
.slider_box .boxWrap .h3 {
	font-size:1.333em;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	padding:0 20px 20px 20px;
}
.slider_box .boxWrap .h3 .short {
	font-size:0.600em;
	line-height:1.6em;
	display:inline-block;
	padding:0 0.250em;
	margin-right:0.250em;
	vertical-align:middle;
}
.slider_box .boxWrap .h3:after {
	content:'\e801';
	font-family:'fontello';
	position:absolute;
	display:block;
	color:#fff;
	right:1em;
	bottom:-1em;
	width:2em;
	text-align:center;
	line-height:2.000em;
	border-radius:999px;
	box-shadow:0 1px 3px rgba(0,0,0,0.23);
}
.slider_box .employees .employee {
	text-decoration:none;
	display:block;
}
.slider_box .employees .employee img {
	float:left;
	margin-right:1em;
	border-radius:30px;
}
.slider_box .employees .employee .h4 {
	color:#2d2627;
	margin:0;
}
.slider_box .employees .employee .employeeText {
	color:#969393;
	line-height:1.333em;
}
.slider_box .employees .employee .employeeText > *{
	margin:0;
}
.slider_box .sliderLink {
	text-align:center;
	position:relative;
	z-index:1;
	margin:1em 0 0.5em;
}
.slider_box .sliderWrapper {
	height:auto;
}
.slider_box .sliderWrapper .employees {
	position:relative;
	padding-bottom:25%;
}
.slider_box .sliderWrapper .employee {
	position:absolute;
	width:100%;
	visibility:hidden;
}


.vcSlider_stageOuter {
    position: relative;
    overflow: hidden;
}
.vcSlider_stage {
    z-index: 0;
    position: relative;
}
.vcSlider_stage.gridWrap {
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
.vcSlider_hasPages {
	position:relative;
}
.vcSlider_stage.gridWrap .gridWidth_33 {
	clear:none !important;
}
.vcSlider_wrap .vcSlider_navigation {
	display:none;
}
.vcSlider_pager {
	text-align:center;
	margin-left:30px;
	line-height:20px;
}

.slider_box .vcSlider_navigationWrap {
	position:absolute;
	bottom:-100px;
	left:0;
	line-height: 20px;
}
.slider_box .vcSlider_pager,
.slider_box .vcSlider_navigation {
	float:left;
	margin-left:2em;
}
.vcSlider_navigation > button {
	background:none;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	opacity:1;
	font-size:20px;
	padding:0;
}
.vcSlider_navigation > button.disabled {
	opacity:0.6;
}

.vcSlider_pager button {
	text-indent:-999px;
	overflow:hidden;
	display:inline-block;
	width:2px;
	margin-right:10px;
	background:#fff;
	opacity:0.6;
	height:10px;
	transition:all 0.2s;
	vertical-align:bottom;
	padding:0;
}
.vcSlider_pager button span {
	display:none;
}
.vcSlider_pager button.vcSlider_pageActive {
	opacity:1;
	height:20px;
}
/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */
#teaser {
	position:relative;
	padding:0;
	height:100%;
	max-height:100%;
	background:#000;
}
/*@media (orientation: portrait) {
	#teaser {
		height:62.5vw;
	}
}*/
.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:100%; }
.slider ul li,
#teaser ul li,
.content_slider .sliderWrapper article { 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:before {
	content:'';
	position:absolute;
	display:block;
	background:rgba(0,0,0,0.3);
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.sliderWrapper ul li .infoWrapper {
	opacity:1;
	display:table;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
}
.sliderWrapper ul li .info {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:15px;
	color:#fff;
}
.sliderWrapper ul li .info .btn {
	color:#fff;
}
.sliderWrapper ul li .info .btn:before {
	background:#b91121;
}
#teaser li video {
    position:absolute;
    width:100%;
    height: auto;
    top: 50%;
    left:50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
}
#teaser .naviWrapper {
	position:absolute;
	z-index:100;
	bottom:30px;
	left:0;
	color:#fff;
	line-height:20px;
}
#teaser .slider_pager {
	float:left;
	margin-left:15px;
	line-height:20px;
}
#teaser .slider_pager .slider_pager_item {
	text-indent:-999px;
	overflow:hidden;
	display:inline-block;
	width:2px;
	margin-right:10px;
	background:#fff;
	opacity:0.6;
	height:10px;
	transition:all 0.2s;
	vertical-align:bottom;
}
#teaser .slider_pager .slider_pager_item:hover {
	opacity:1;
}
#teaser .slider_pager .slider_pager_item.active {
	opacity:1;
	height:20px;
}
#teaser .slider_navigation {
	float:left;
	margin-left:15px;
}
#teaser .slider_navigation > span {
	display:inline-block;
	cursor:pointer;
	opacity:0.6;
	font-size:20px;
}
#teaser .slider_navigation > span:hover {
	opacity:1;
}
#teaser .slider_navigation > span:before {
	display:inline-block;
	font-family:'fontello';
	width:1em;
}
#teaser .slider_navigation > span.prev:before {
	content:'\e803';
}
#teaser .slider_navigation > span.next:before {
	content:'\e801';
}

@media only screen and (min-width: 720px) {
	#teaser .slider_pager,
	#teaser .slider_navigation {
		margin-left:30px;
	}
	.sliderWrapper ul li .info {
		padding:0 16.67%;
	}
}
@media only screen and (max-width: 767px) {
	.content_slider .sliderWrapper {
		position:relative;
	}
	.content_slider {
		padding-bottom:0 !important;
	}
	.content_slider .sliderWrapper article { height:auto; }
	.sliderWrapper ul li .info span {
		font-size:16px !important;
	}
	.sliderWrapper ul li .info .kostenfrei {
		font-size:36px !important;
	}
}
@media only screen and (max-width: 540px) and (orientation:portrait) {
	.sliderWrapper ul li .info {
		left:auto;
		right:20px;
		top:20%;
	}
	.sliderWrapper ul li .info span {
		font-size:16px !important;
	}
	.sliderWrapper ul li .info .kostenfrei {
		font-size:36px !important;
	}
}
@media only screen and (min-width: 768px) {
	.content_slider .sliderWrapper {
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		height:auto !important;
	}
	.content_slider {
		padding-bottom:51%;
	}
}

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

/*! 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}#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:#b91121;}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #8b0d19}#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 #8b0d19;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}


/* SIDESCROLLER */
#sideScroll {
    position: fixed;
    z-index: 1;
    right: 0;
    height: 0;
}
#sideScrollContainer {
    position: relative;
    transform: translateY(-50%);
    max-width: 50px;
    overflow: hidden;
    transition: max-width 0.2s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.21);
    padding-left: 30px;
}
#sideScroll.hover #sideScrollContainer {
    max-width: 1000px;
}
#sideScrollContent {
    max-width: calc(100vw - 30px);
}

#sideScrollContent img {
    max-width: calc(100vw - 30px);
    height: auto;
}
#sideScrollOpener {
    position: absolute;
    width: 30px;
    background: #b91121;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#sideScrollOpener .icon {
    font-size: 20px;
    margin-right: 5px;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
#sideScroll.hover #sideScrollOpener .icon {
    transform: rotate(180deg);
}
@keyframes pulse {
    0%   {
        margin-right: 5px;
        margin-left: 0;
    }
    50%  {
        margin-right: 0;
        margin-left: 5px;
    }

}

/* ==========================================================================
   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: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	margin: 10px;			
	position: relative;
}
.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;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.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: 1em;
	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: 1em;
	padding-left: 1em;
	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: 1em;
	padding-right: 1em;
	float: left;
}

@media only screen and (min-width: 480px) {
	.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: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		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: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		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: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		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: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;	
}
#footerMap .map_canvas {
	margin:0;
}

#footerMap .map_canvas,
#footerMap .map_canvas a {
	color:#000;
}
.map_legend .head {
	font-size: 1.25em;	
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 5px 10px 5px 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;	
}
.map_legend.aktiv .head {
	background: #b91121;	
}
.map_legend.aktiv .head .sprt {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* 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:40%;
	min-width:670px;
	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 #c5c7c8;
}
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;
}

.addrWrap {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}


@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* 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 #fff;
	border-radius: 0%;
	-webkit-transform: rotate(0deg) skewX(-25deg);
	-ms-transform: rotate(0deg) skewX(-25deg);
	transform: rotate(0deg) skewX(-25deg);
}
.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 #b91121;
}
.vid:hover .playIcon:after {
	border-color: #b91121;
	border-radius: 50%;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #b91121;
	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:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.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: #b91121 !important;
}
.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);	
}

/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:-1em;
	list-style:none;
	padding:0;
}
.downloads li {
	padding:0;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	margin:1em;
	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%;
}

@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: #b91121;
}
.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: 2em;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
	display: block;
	margin-top: 0.5em;
	text-align: left;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
	padding-left: 5px;
	float: right;
	font-weight: bold;
	font-size: 1em;
}
.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-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 {
	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: #b91121;
}

.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: #b91121;
	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: #b91121;
}
.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 {
	position:relative;
	display:inline-block;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration:none;
	color:#b91121;
	padding:0 20px;
    background: none;
}
.btnContainer button span{
	position:relative;
}
.btnContainer button:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	transform:skewX(-25deg);
	background:#fff;
	z-index:0;
}
.btnContainer button:after {
	position:relative;
	content:'\e801';
	display:inline-block;
	margin-left:0.5em;
	font-family:'fontello';
	width:1em;
	font-weight:700;
}

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

#footerContact .optsContainer > .error:first-child + label,
#footerContact .optsContainer > label:first-child {
    display: none;
}
#footerContact .optsContainer input,
#footerContact .optsContainer textarea,
#footerContact .optsContainer select,
#footerContact .optsContainer .selectWrap,
#footerContact .optsContainer .optsBlock,
#footerContact .optsContainer .date {
    width: 100%;
}
#footerContact .optsContainer textarea {
    height: 80px;
}

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

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

@media only screen and (min-width: 480px) {
	.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-top: 1em;
	margin-bottom: 1em;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 1em 2em 1em;
	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;
}
.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 .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	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_20,
	.gridWrap .gridWidth_25 {
		width: 50%;
		float:left;
	}
	.gridWrap .gridWidth_20:nth-child(2n+1),
	.gridWrap .gridWidth_25:nth-child(2n+1) {
		clear:left;
	}
}

@media only screen and (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
		float:left;
	}
}

@media only screen and (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
		float:left;
	}
}

@media only screen and (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.gridWrap .gridWidth_20 {
		width: 20%;
	}
	.gridWrap .gridWidth_20:nth-child(2n+1),
	.gridWrap .gridWidth_25:nth-child(2n+1) {
		clear:none;
	}
	.gridWrap .gridWidth_20:nth-child(5n+1),
	.gridWrap .gridWidth_25:nth-child(4n+1) {
		clear:left;
	}
	
}
.sliderWrap {
    position: relative;
}
.sliderWrap .headline {
    padding-right: 2.5em;
}
.swiper-container {
    overflow: hidden;
}
.sliderWrap .slider_navigation {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    font-size: 1.5em;
    line-height: 1.2;
}
.sliderWrap .slider_navigation .swiper-button-disabled {
    opacity: 0.2;
}
@media only screen and (min-width: 720px) {
    .sliderWrap .slider_navigation {
        font-size: 2.667em;
    }
}
.sliderWrap .swiper-pagination {
    position: relative;
}
.sliderWrap .swiper-pagination .swiper-pagination-bullet-active {
    background: #b91121;
}
.reviewText .reviewData {
    display: flex;
}
.reviewData .revTime {
    margin-left: 10px;
}
.revAuthor {
    color: #b91121;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 10px 0;
}
.reviewText {
    position: relative;
    overflow: hidden;
    max-height:150px;
    transition: max-height 0.5s;
    padding-bottom: 30px;
}
.reviewText:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 30px,rgba(234,234,234,1) 100%);
    pointer-events: none;
}
.reviewText[aria-hidden="false"] {
    max-height:10000px;
}
.reviewText .review-view {
    position: absolute;
    bottom: 0;
    padding: 0 10px 0 20px;
    z-index: 1;
    left: 0;
    background: none;
}
.reviewText .review-view span {
    position: relative;
}
.review-view:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    transform-origin: 0 100%;
    transform:skewX(-25deg);
    background:#fff;
    z-index:0;
}
.reviewText[aria-hidden="true"] .review-view .more,
.reviewText[aria-hidden="false"] .review-view .less {
    display: inline-block;
}
.reviewText[aria-hidden="true"] .review-view .less,
.reviewText[aria-hidden="false"] .review-view .more {
    display: none;
}
.reviewText[aria-hidden="false"] .review-view .icon:before {
    transform:rotate(-180deg);
}
/* 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;
	background: #999;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center; 
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.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:#b91121;
}
.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 > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #666;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a.enabled:first-child:after,
.pages a.enabled:last-child:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent #b91121 transparent transparent;
	border-style: solid;
	border-width: .357em .429em .357em 0;
	left: 0;
	top: .429em;
}
.pages a.enabled:last-child:after {
	border-color: transparent transparent transparent #b91121;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}

/* ==========================================================================
   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;
    }
}