.cookieWarning .button a {
    padding: 10px 15px;
    width: 270px;
    position: absolute;
    background: #ddd;
    color: #333;
    font-size: 17px;
    font-family: "Roboto Condensed";
    text-decoration: none;
    font-weight: bold;
}

.beconnect-container .cookieWarning .button a {
    background: #00b2ea;
    color: #fff;
}

.beconnect-content .cookieWarning .button a {
    background: #00b2ea;
    color: #fff;
}

.cookieWarning {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.6);
    -moz-box-shadow:  0 1px 3px rgba(0,0,0, 0.6);
    box-shadow:  0 1px 3px rgba(0,0,0, 0.6);
    z-index: 100000;
    padding: 20px 0;
    display: none;
}

.cookieWarning p {
    margin-top: 0;
}

.cookieWarning .container {
    width: 1140px;
    margin: 0 auto;
}

.cookieWarning .button {
    position: relative;
    height: 36px;
    margin-top: 0;
    width: 100%;
}

.cookieWarning .button a {
    padding: 8px 9px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center
}

.cookieWarning .button a:hover {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-right: -1px;
    top: -1px;
    left: -1px;
    margin-bottom: -1px;
}

.beconnect-container .cookieWarning .button a:hover {
    border-right: 1px solid #00b2ea;
    border-bottom: 1px solid #00b2ea;
}

.beconnect-content .cookieWarning .button a:hover {
    border-right: 1px solid #00b2ea;
    border-bottom: 1px solid #00b2ea;
}

/*.cookieWarning--closer {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}*/

.cookieWarning .headline {
    margin-bottom: 5px;
    display: inline-block;
}

.cookieWarning p a:hover {
    color: #d82410;
}

.beconnect-container .cookieWarning p a:hover {
    color: #00b2ea !important;
}

.beconnect-content .cookieWarning p a:hover {
    color: #00b2ea !important;
}

.cookieWarning p a {
    color: #333;
}

.cookieWarning .col:first-child {
    width: 100%;
}

.cookieWarning .col {
    display: inline-block;
    vertical-align: top
}

.cookieWarning .col-left { width: 80%; margin-right: 3%; }
.cookieWarning .col-right { width: 16% }

@media (max-width: 1179px) {
    .cookieWarning .container {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 0 15px;
    }

    .cookieWarning .col-left { width: 100%; margin-right: 0; }
    .cookieWarning .col-right { width: 100% }

    .cookieWarning .button {
        margin-top: 10px;
    }

    .cookieWarning .button,
    .cookieWarning .button a {
        width: auto;
        float: none;
        text-align: left;
        display: inline-block
    }

    .cookieWarning .col {
        padding-right: 30px;
    }
}

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1; }

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em; }

.fa-xs {
	font-size: .75em; }

.fa-sm {
	font-size: .875em; }

.fa-1x {
	font-size: 1em; }

.fa-2x {
	font-size: 2em; }

.fa-3x {
	font-size: 3em; }

.fa-4x {
	font-size: 4em; }

.fa-5x {
	font-size: 5em; }

.fa-6x {
	font-size: 6em; }

.fa-7x {
	font-size: 7em; }

.fa-8x {
	font-size: 8em; }

.fa-9x {
	font-size: 9em; }

.fa-10x {
	font-size: 10em; }

.fa-fw {
	text-align: center;
	width: 1.25em; }

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0; }
.fa-ul > li {
	position: relative; }

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit; }

.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em; }

.fa-pull-left {
	float: left; }

.fa-pull-right {
	float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em; }

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear; }

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg); }

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg); }

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1); }

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none; }

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%; }

.fa-stack-1x {
	line-height: inherit; }

.fa-stack-2x {
	font-size: 2em; }

.fa-inverse {
	color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "\f26e"; }

.fa-accessible-icon:before {
	content: "\f368"; }

.fa-accusoft:before {
	content: "\f369"; }

.fa-address-book:before {
	content: "\f2b9"; }

.fa-address-card:before {
	content: "\f2bb"; }

.fa-adjust:before {
	content: "\f042"; }

.fa-adn:before {
	content: "\f170"; }

.fa-adversal:before {
	content: "\f36a"; }

.fa-affiliatetheme:before {
	content: "\f36b"; }

.fa-air-freshener:before {
	content: "\f5d0"; }

.fa-alarm-clock:before {
	content: "\f34e"; }

.fa-algolia:before {
	content: "\f36c"; }

.fa-align-center:before {
	content: "\f037"; }

.fa-align-justify:before {
	content: "\f039"; }

.fa-align-left:before {
	content: "\f036"; }

.fa-align-right:before {
	content: "\f038"; }

.fa-allergies:before {
	content: "\f461"; }

.fa-amazon:before {
	content: "\f270"; }

.fa-amazon-pay:before {
	content: "\f42c"; }

.fa-ambulance:before {
	content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"; }

.fa-amilia:before {
	content: "\f36d"; }

.fa-anchor:before {
	content: "\f13d"; }

.fa-android:before {
	content: "\f17b"; }

.fa-angellist:before {
	content: "\f209"; }

.fa-angle-double-down:before {
	content: "\f103"; }

.fa-angle-double-left:before {
	content: "\f100"; }

.fa-angle-double-right:before {
	content: "\f101"; }

.fa-angle-double-up:before {
	content: "\f102"; }

.fa-angle-down:before {
	content: "\f107"; }

.fa-angle-left:before {
	content: "\f104"; }

.fa-angle-right:before {
	content: "\f105"; }

.fa-angle-up:before {
	content: "\f106"; }

.fa-angry:before {
	content: "\f556"; }

.fa-angrycreative:before {
	content: "\f36e"; }

.fa-angular:before {
	content: "\f420"; }

.fa-app-store:before {
	content: "\f36f"; }

.fa-app-store-ios:before {
	content: "\f370"; }

.fa-apper:before {
	content: "\f371"; }

.fa-apple:before {
	content: "\f179"; }

.fa-apple-alt:before {
	content: "\f5d1"; }

.fa-apple-pay:before {
	content: "\f415"; }

.fa-archive:before {
	content: "\f187"; }

.fa-archway:before {
	content: "\f557"; }

.fa-arrow-alt-circle-down:before {
	content: "\f358"; }

.fa-arrow-alt-circle-left:before {
	content: "\f359"; }

.fa-arrow-alt-circle-right:before {
	content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
	content: "\f35b"; }

.fa-arrow-alt-down:before {
	content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
	content: "\f346"; }

.fa-arrow-alt-from-left:before {
	content: "\f347"; }

.fa-arrow-alt-from-right:before {
	content: "\f348"; }

.fa-arrow-alt-from-top:before {
	content: "\f349"; }

.fa-arrow-alt-left:before {
	content: "\f355"; }

.fa-arrow-alt-right:before {
	content: "\f356"; }

.fa-arrow-alt-square-down:before {
	content: "\f350"; }

.fa-arrow-alt-square-left:before {
	content: "\f351"; }

.fa-arrow-alt-square-right:before {
	content: "\f352"; }

.fa-arrow-alt-square-up:before {
	content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
	content: "\f34a"; }

.fa-arrow-alt-to-left:before {
	content: "\f34b"; }

.fa-arrow-alt-to-right:before {
	content: "\f34c"; }

.fa-arrow-alt-to-top:before {
	content: "\f34d"; }

.fa-arrow-alt-up:before {
	content: "\f357"; }

.fa-arrow-circle-down:before {
	content: "\f0ab"; }

.fa-arrow-circle-left:before {
	content: "\f0a8"; }

.fa-arrow-circle-right:before {
	content: "\f0a9"; }

.fa-arrow-circle-up:before {
	content: "\f0aa"; }

.fa-arrow-down:before {
	content: "\f063"; }

.fa-arrow-from-bottom:before {
	content: "\f342"; }

.fa-arrow-from-left:before {
	content: "\f343"; }

.fa-arrow-from-right:before {
	content: "\f344"; }

.fa-arrow-from-top:before {
	content: "\f345"; }

.fa-arrow-left:before {
	content: "\f060"; }

.fa-arrow-right:before {
	content: "\f061"; }

.fa-arrow-square-down:before {
	content: "\f339"; }

.fa-arrow-square-left:before {
	content: "\f33a"; }

.fa-arrow-square-right:before {
	content: "\f33b"; }

.fa-arrow-square-up:before {
	content: "\f33c"; }

.fa-arrow-to-bottom:before {
	content: "\f33d"; }

.fa-arrow-to-left:before {
	content: "\f33e"; }

.fa-arrow-to-right:before {
	content: "\f340"; }

.fa-arrow-to-top:before {
	content: "\f341"; }

.fa-arrow-up:before {
	content: "\f062"; }

.fa-arrows:before {
	content: "\f047"; }

.fa-arrows-alt:before {
	content: "\f0b2"; }

.fa-arrows-alt-h:before {
	content: "\f337"; }

.fa-arrows-alt-v:before {
	content: "\f338"; }

.fa-arrows-h:before {
	content: "\f07e"; }

.fa-arrows-v:before {
	content: "\f07d"; }

.fa-assistive-listening-systems:before {
	content: "\f2a2"; }

.fa-asterisk:before {
	content: "\f069"; }

.fa-asymmetrik:before {
	content: "\f372"; }

.fa-at:before {
	content: "\f1fa"; }

.fa-atlas:before {
	content: "\f558"; }

.fa-atom:before {
	content: "\f5d2"; }

.fa-atom-alt:before {
	content: "\f5d3"; }

.fa-audible:before {
	content: "\f373"; }

.fa-audio-description:before {
	content: "\f29e"; }

.fa-autoprefixer:before {
	content: "\f41c"; }

.fa-avianex:before {
	content: "\f374"; }

.fa-aviato:before {
	content: "\f421"; }

.fa-award:before {
	content: "\f559"; }

.fa-aws:before {
	content: "\f375"; }

.fa-backpack:before {
	content: "\f5d4"; }

.fa-backspace:before {
	content: "\f55a"; }

.fa-backward:before {
	content: "\f04a"; }

.fa-badge:before {
	content: "\f335"; }

.fa-badge-check:before {
	content: "\f336"; }

.fa-balance-scale:before {
	content: "\f24e"; }

.fa-balance-scale-left:before {
	content: "\f515"; }

.fa-balance-scale-right:before {
	content: "\f516"; }

.fa-ban:before {
	content: "\f05e"; }

.fa-band-aid:before {
	content: "\f462"; }

.fa-bandcamp:before {
	content: "\f2d5"; }

.fa-barcode:before {
	content: "\f02a"; }

.fa-barcode-alt:before {
	content: "\f463"; }

.fa-barcode-read:before {
	content: "\f464"; }

.fa-barcode-scan:before {
	content: "\f465"; }

.fa-bars:before {
	content: "\f0c9"; }

.fa-baseball:before {
	content: "\f432"; }

.fa-baseball-ball:before {
	content: "\f433"; }

.fa-basketball-ball:before {
	content: "\f434"; }

.fa-basketball-hoop:before {
	content: "\f435"; }

.fa-bath:before {
	content: "\f2cd"; }

.fa-battery-bolt:before {
	content: "\f376"; }

.fa-battery-empty:before {
	content: "\f244"; }

.fa-battery-full:before {
	content: "\f240"; }

.fa-battery-half:before {
	content: "\f242"; }

.fa-battery-quarter:before {
	content: "\f243"; }

.fa-battery-slash:before {
	content: "\f377"; }

.fa-battery-three-quarters:before {
	content: "\f241"; }

.fa-bed:before {
	content: "\f236"; }

.fa-beer:before {
	content: "\f0fc"; }

.fa-behance:before {
	content: "\f1b4"; }

.fa-behance-square:before {
	content: "\f1b5"; }

.fa-bell:before {
	content: "\f0f3"; }

.fa-bell-school:before {
	content: "\f5d5"; }

.fa-bell-school-slash:before {
	content: "\f5d6"; }

.fa-bell-slash:before {
	content: "\f1f6"; }

.fa-bezier-curve:before {
	content: "\f55b"; }

.fa-bicycle:before {
	content: "\f206"; }

.fa-bimobject:before {
	content: "\f378"; }

.fa-binoculars:before {
	content: "\f1e5"; }

.fa-birthday-cake:before {
	content: "\f1fd"; }

.fa-bitbucket:before {
	content: "\f171"; }

.fa-bitcoin:before {
	content: "\f379"; }

.fa-bity:before {
	content: "\f37a"; }

.fa-black-tie:before {
	content: "\f27e"; }

.fa-blackberry:before {
	content: "\f37b"; }

.fa-blanket:before {
	content: "\f498"; }

.fa-blender:before {
	content: "\f517"; }

.fa-blind:before {
	content: "\f29d"; }

.fa-blogger:before {
	content: "\f37c"; }

.fa-blogger-b:before {
	content: "\f37d"; }

.fa-bluetooth:before {
	content: "\f293"; }

.fa-bluetooth-b:before {
	content: "\f294"; }

.fa-bold:before {
	content: "\f032"; }

.fa-bolt:before {
	content: "\f0e7"; }

.fa-bomb:before {
	content: "\f1e2"; }

.fa-bone:before {
	content: "\f5d7"; }

.fa-bone-break:before {
	content: "\f5d8"; }

.fa-bong:before {
	content: "\f55c"; }

.fa-book:before {
	content: "\f02d"; }

.fa-book-alt:before {
	content: "\f5d9"; }

.fa-book-heart:before {
	content: "\f499"; }

.fa-book-open:before {
	content: "\f518"; }

.fa-book-reader:before {
	content: "\f5da"; }

.fa-bookmark:before {
	content: "\f02e"; }

.fa-books:before {
	content: "\f5db"; }

.fa-bowling-ball:before {
	content: "\f436"; }

.fa-bowling-pins:before {
	content: "\f437"; }

.fa-box:before {
	content: "\f466"; }

.fa-box-alt:before {
	content: "\f49a"; }

.fa-box-check:before {
	content: "\f467"; }

.fa-box-fragile:before {
	content: "\f49b"; }

.fa-box-full:before {
	content: "\f49c"; }

.fa-box-heart:before {
	content: "\f49d"; }

.fa-box-open:before {
	content: "\f49e"; }

.fa-box-up:before {
	content: "\f49f"; }

.fa-box-usd:before {
	content: "\f4a0"; }

.fa-boxes:before {
	content: "\f468"; }

.fa-boxes-alt:before {
	content: "\f4a1"; }

.fa-boxing-glove:before {
	content: "\f438"; }

.fa-braille:before {
	content: "\f2a1"; }

.fa-brain:before {
	content: "\f5dc"; }

.fa-briefcase:before {
	content: "\f0b1"; }

.fa-briefcase-medical:before {
	content: "\f469"; }

.fa-broadcast-tower:before {
	content: "\f519"; }

.fa-broom:before {
	content: "\f51a"; }

.fa-browser:before {
	content: "\f37e"; }

.fa-brush:before {
	content: "\f55d"; }

.fa-btc:before {
	content: "\f15a"; }

.fa-bug:before {
	content: "\f188"; }

.fa-building:before {
	content: "\f1ad"; }

.fa-bullhorn:before {
	content: "\f0a1"; }

.fa-bullseye:before {
	content: "\f140"; }

.fa-burn:before {
	content: "\f46a"; }

.fa-buromobelexperte:before {
	content: "\f37f"; }

.fa-bus:before {
	content: "\f207"; }

.fa-bus-alt:before {
	content: "\f55e"; }

.fa-bus-school:before {
	content: "\f5dd"; }

.fa-buysellads:before {
	content: "\f20d"; }

.fa-calculator:before {
	content: "\f1ec"; }

.fa-calendar:before {
	content: "\f133"; }

.fa-calendar-alt:before {
	content: "\f073"; }

.fa-calendar-check:before {
	content: "\f274"; }

.fa-calendar-edit:before {
	content: "\f333"; }

.fa-calendar-exclamation:before {
	content: "\f334"; }

.fa-calendar-minus:before {
	content: "\f272"; }

.fa-calendar-plus:before {
	content: "\f271"; }

.fa-calendar-times:before {
	content: "\f273"; }

.fa-camera:before {
	content: "\f030"; }

.fa-camera-alt:before {
	content: "\f332"; }

.fa-camera-retro:before {
	content: "\f083"; }

.fa-cannabis:before {
	content: "\f55f"; }

.fa-capsules:before {
	content: "\f46b"; }

.fa-car:before {
	content: "\f1b9"; }

.fa-car-alt:before {
	content: "\f5de"; }

.fa-car-battery:before {
	content: "\f5df"; }

.fa-car-bump:before {
	content: "\f5e0"; }

.fa-car-crash:before {
	content: "\f5e1"; }

.fa-car-garage:before {
	content: "\f5e2"; }

.fa-car-mechanic:before {
	content: "\f5e3"; }

.fa-car-side:before {
	content: "\f5e4"; }

.fa-car-tilt:before {
	content: "\f5e5"; }

.fa-car-wash:before {
	content: "\f5e6"; }

.fa-caret-circle-down:before {
	content: "\f32d"; }

.fa-caret-circle-left:before {
	content: "\f32e"; }

.fa-caret-circle-right:before {
	content: "\f330"; }

.fa-caret-circle-up:before {
	content: "\f331"; }

.fa-caret-down:before {
	content: "\f0d7"; }

.fa-caret-left:before {
	content: "\f0d9"; }

.fa-caret-right:before {
	content: "\f0da"; }

.fa-caret-square-down:before {
	content: "\f150"; }

.fa-caret-square-left:before {
	content: "\f191"; }

.fa-caret-square-right:before {
	content: "\f152"; }

.fa-caret-square-up:before {
	content: "\f151"; }

.fa-caret-up:before {
	content: "\f0d8"; }

.fa-cart-arrow-down:before {
	content: "\f218"; }

.fa-cart-plus:before {
	content: "\f217"; }

.fa-cc-amazon-pay:before {
	content: "\f42d"; }

.fa-cc-amex:before {
	content: "\f1f3"; }

.fa-cc-apple-pay:before {
	content: "\f416"; }

.fa-cc-diners-club:before {
	content: "\f24c"; }

.fa-cc-discover:before {
	content: "\f1f2"; }

.fa-cc-jcb:before {
	content: "\f24b"; }

.fa-cc-mastercard:before {
	content: "\f1f1"; }

.fa-cc-paypal:before {
	content: "\f1f4"; }

.fa-cc-stripe:before {
	content: "\f1f5"; }

.fa-cc-visa:before {
	content: "\f1f0"; }

.fa-centercode:before {
	content: "\f380"; }

.fa-certificate:before {
	content: "\f0a3"; }

.fa-chalkboard:before {
	content: "\f51b"; }

.fa-chalkboard-teacher:before {
	content: "\f51c"; }

.fa-charging-station:before {
	content: "\f5e7"; }

.fa-chart-area:before {
	content: "\f1fe"; }

.fa-chart-bar:before {
	content: "\f080"; }

.fa-chart-line:before {
	content: "\f201"; }

.fa-chart-pie:before {
	content: "\f200"; }

.fa-check:before {
	content: "\f00c"; }

.fa-check-circle:before {
	content: "\f058"; }

.fa-check-double:before {
	content: "\f560"; }

.fa-check-square:before {
	content: "\f14a"; }

.fa-chess:before {
	content: "\f439"; }

.fa-chess-bishop:before {
	content: "\f43a"; }

.fa-chess-bishop-alt:before {
	content: "\f43b"; }

.fa-chess-board:before {
	content: "\f43c"; }

.fa-chess-clock:before {
	content: "\f43d"; }

.fa-chess-clock-alt:before {
	content: "\f43e"; }

.fa-chess-king:before {
	content: "\f43f"; }

.fa-chess-king-alt:before {
	content: "\f440"; }

.fa-chess-knight:before {
	content: "\f441"; }

.fa-chess-knight-alt:before {
	content: "\f442"; }

.fa-chess-pawn:before {
	content: "\f443"; }

.fa-chess-pawn-alt:before {
	content: "\f444"; }

.fa-chess-queen:before {
	content: "\f445"; }

.fa-chess-queen-alt:before {
	content: "\f446"; }

.fa-chess-rook:before {
	content: "\f447"; }

.fa-chess-rook-alt:before {
	content: "\f448"; }

.fa-chevron-circle-down:before {
	content: "\f13a"; }

.fa-chevron-circle-left:before {
	content: "\f137"; }

.fa-chevron-circle-right:before {
	content: "\f138"; }

.fa-chevron-circle-up:before {
	content: "\f139"; }

.fa-chevron-double-down:before {
	content: "\f322"; }

.fa-chevron-double-left:before {
	content: "\f323"; }

.fa-chevron-double-right:before {
	content: "\f324"; }

.fa-chevron-double-up:before {
	content: "\f325"; }

.fa-chevron-down:before {
	content: "\f078"; }

.fa-chevron-left:before {
	content: "\f053"; }

.fa-chevron-right:before {
	content: "\f054"; }

.fa-chevron-square-down:before {
	content: "\f329"; }

.fa-chevron-square-left:before {
	content: "\f32a"; }

.fa-chevron-square-right:before {
	content: "\f32b"; }

.fa-chevron-square-up:before {
	content: "\f32c"; }

.fa-chevron-up:before {
	content: "\f077"; }

.fa-child:before {
	content: "\f1ae"; }

.fa-chrome:before {
	content: "\f268"; }

.fa-church:before {
	content: "\f51d"; }

.fa-circle:before {
	content: "\f111"; }

.fa-circle-notch:before {
	content: "\f1ce"; }

.fa-clipboard:before {
	content: "\f328"; }

.fa-clipboard-check:before {
	content: "\f46c"; }

.fa-clipboard-list:before {
	content: "\f46d"; }

.fa-clipboard-prescription:before {
	content: "\f5e8"; }

.fa-clock:before {
	content: "\f017"; }

.fa-clone:before {
	content: "\f24d"; }

.fa-closed-captioning:before {
	content: "\f20a"; }

.fa-cloud:before {
	content: "\f0c2"; }

.fa-cloud-download:before {
	content: "\f0ed"; }

.fa-cloud-download-alt:before {
	content: "\f381"; }

.fa-cloud-upload:before {
	content: "\f0ee"; }

.fa-cloud-upload-alt:before {
	content: "\f382"; }

.fa-cloudscale:before {
	content: "\f383"; }

.fa-cloudsmith:before {
	content: "\f384"; }

.fa-cloudversify:before {
	content: "\f385"; }

.fa-club:before {
	content: "\f327"; }

.fa-cocktail:before {
	content: "\f561"; }

.fa-code:before {
	content: "\f121"; }

.fa-code-branch:before {
	content: "\f126"; }

.fa-code-commit:before {
	content: "\f386"; }

.fa-code-merge:before {
	content: "\f387"; }

.fa-codepen:before {
	content: "\f1cb"; }

.fa-codiepie:before {
	content: "\f284"; }

.fa-coffee:before {
	content: "\f0f4"; }

.fa-cog:before {
	content: "\f013"; }

.fa-cogs:before {
	content: "\f085"; }

.fa-coins:before {
	content: "\f51e"; }

.fa-columns:before {
	content: "\f0db"; }

.fa-comment:before {
	content: "\f075"; }

.fa-comment-alt:before {
	content: "\f27a"; }

.fa-comment-alt-check:before {
	content: "\f4a2"; }

.fa-comment-alt-dots:before {
	content: "\f4a3"; }

.fa-comment-alt-edit:before {
	content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
	content: "\f4a5"; }

.fa-comment-alt-lines:before {
	content: "\f4a6"; }

.fa-comment-alt-minus:before {
	content: "\f4a7"; }

.fa-comment-alt-plus:before {
	content: "\f4a8"; }

.fa-comment-alt-slash:before {
	content: "\f4a9"; }

.fa-comment-alt-smile:before {
	content: "\f4aa"; }

.fa-comment-alt-times:before {
	content: "\f4ab"; }

.fa-comment-check:before {
	content: "\f4ac"; }

.fa-comment-dots:before {
	content: "\f4ad"; }

.fa-comment-edit:before {
	content: "\f4ae"; }

.fa-comment-exclamation:before {
	content: "\f4af"; }

.fa-comment-lines:before {
	content: "\f4b0"; }

.fa-comment-minus:before {
	content: "\f4b1"; }

.fa-comment-plus:before {
	content: "\f4b2"; }

.fa-comment-slash:before {
	content: "\f4b3"; }

.fa-comment-smile:before {
	content: "\f4b4"; }

.fa-comment-times:before {
	content: "\f4b5"; }

.fa-comments:before {
	content: "\f086"; }

.fa-comments-alt:before {
	content: "\f4b6"; }

.fa-compact-disc:before {
	content: "\f51f"; }

.fa-compass:before {
	content: "\f14e"; }

.fa-compass-slash:before {
	content: "\f5e9"; }

.fa-compress:before {
	content: "\f066"; }

.fa-compress-alt:before {
	content: "\f422"; }

.fa-compress-wide:before {
	content: "\f326"; }

.fa-concierge-bell:before {
	content: "\f562"; }

.fa-connectdevelop:before {
	content: "\f20e"; }

.fa-container-storage:before {
	content: "\f4b7"; }

.fa-contao:before {
	content: "\f26d"; }

.fa-conveyor-belt:before {
	content: "\f46e"; }

.fa-conveyor-belt-alt:before {
	content: "\f46f"; }

.fa-cookie:before {
	content: "\f563"; }

.fa-cookie-bite:before {
	content: "\f564"; }

.fa-copy:before {
	content: "\f0c5"; }

.fa-copyright:before {
	content: "\f1f9"; }

.fa-couch:before {
	content: "\f4b8"; }

.fa-cpanel:before {
	content: "\f388"; }

.fa-creative-commons:before {
	content: "\f25e"; }

.fa-creative-commons-by:before {
	content: "\f4e7"; }

.fa-creative-commons-nc:before {
	content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"; }

.fa-creative-commons-nd:before {
	content: "\f4eb"; }

.fa-creative-commons-pd:before {
	content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"; }

.fa-creative-commons-remix:before {
	content: "\f4ee"; }

.fa-creative-commons-sa:before {
	content: "\f4ef"; }

.fa-creative-commons-sampling:before {
	content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"; }

.fa-creative-commons-share:before {
	content: "\f4f2"; }

.fa-creative-commons-zero:before {
	content: "\f4f3"; }

.fa-credit-card:before {
	content: "\f09d"; }

.fa-credit-card-blank:before {
	content: "\f389"; }

.fa-credit-card-front:before {
	content: "\f38a"; }

.fa-cricket:before {
	content: "\f449"; }

.fa-crop:before {
	content: "\f125"; }

.fa-crop-alt:before {
	content: "\f565"; }

.fa-crosshairs:before {
	content: "\f05b"; }

.fa-crow:before {
	content: "\f520"; }

.fa-crown:before {
	content: "\f521"; }

.fa-css3:before {
	content: "\f13c"; }

.fa-css3-alt:before {
	content: "\f38b"; }

.fa-cube:before {
	content: "\f1b2"; }

.fa-cubes:before {
	content: "\f1b3"; }

.fa-curling:before {
	content: "\f44a"; }

.fa-cut:before {
	content: "\f0c4"; }

.fa-cuttlefish:before {
	content: "\f38c"; }

.fa-d-and-d:before {
	content: "\f38d"; }

.fa-dashcube:before {
	content: "\f210"; }

.fa-database:before {
	content: "\f1c0"; }

.fa-deaf:before {
	content: "\f2a4"; }

.fa-delicious:before {
	content: "\f1a5"; }

.fa-deploydog:before {
	content: "\f38e"; }

.fa-deskpro:before {
	content: "\f38f"; }

.fa-desktop:before {
	content: "\f108"; }

.fa-desktop-alt:before {
	content: "\f390"; }

.fa-deviantart:before {
	content: "\f1bd"; }

.fa-diagnoses:before {
	content: "\f470"; }

.fa-diamond:before {
	content: "\f219"; }

.fa-dice:before {
	content: "\f522"; }

.fa-dice-five:before {
	content: "\f523"; }

.fa-dice-four:before {
	content: "\f524"; }

.fa-dice-one:before {
	content: "\f525"; }

.fa-dice-six:before {
	content: "\f526"; }

.fa-dice-three:before {
	content: "\f527"; }

.fa-dice-two:before {
	content: "\f528"; }

.fa-digg:before {
	content: "\f1a6"; }

.fa-digital-ocean:before {
	content: "\f391"; }

.fa-digital-tachograph:before {
	content: "\f566"; }

.fa-diploma:before {
	content: "\f5ea"; }

.fa-directions:before {
	content: "\f5eb"; }

.fa-discord:before {
	content: "\f392"; }

.fa-discourse:before {
	content: "\f393"; }

.fa-divide:before {
	content: "\f529"; }

.fa-dizzy:before {
	content: "\f567"; }

.fa-dna:before {
	content: "\f471"; }

.fa-do-not-enter:before {
	content: "\f5ec"; }

.fa-dochub:before {
	content: "\f394"; }

.fa-docker:before {
	content: "\f395"; }

.fa-dollar-sign:before {
	content: "\f155"; }

.fa-dolly:before {
	content: "\f472"; }

.fa-dolly-empty:before {
	content: "\f473"; }

.fa-dolly-flatbed:before {
	content: "\f474"; }

.fa-dolly-flatbed-alt:before {
	content: "\f475"; }

.fa-dolly-flatbed-empty:before {
	content: "\f476"; }

.fa-donate:before {
	content: "\f4b9"; }

.fa-door-closed:before {
	content: "\f52a"; }

.fa-door-open:before {
	content: "\f52b"; }

.fa-dot-circle:before {
	content: "\f192"; }

.fa-dove:before {
	content: "\f4ba"; }

.fa-download:before {
	content: "\f019"; }

.fa-draft2digital:before {
	content: "\f396"; }

.fa-drafting-compass:before {
	content: "\f568"; }

.fa-draw-circle:before {
	content: "\f5ed"; }

.fa-draw-polygon:before {
	content: "\f5ee"; }

.fa-draw-square:before {
	content: "\f5ef"; }

.fa-dribbble:before {
	content: "\f17d"; }

.fa-dribbble-square:before {
	content: "\f397"; }

.fa-dropbox:before {
	content: "\f16b"; }

.fa-drum:before {
	content: "\f569"; }

.fa-drum-steelpan:before {
	content: "\f56a"; }

.fa-drupal:before {
	content: "\f1a9"; }

.fa-dumbbell:before {
	content: "\f44b"; }

.fa-dyalog:before {
	content: "\f399"; }

.fa-ear:before {
	content: "\f5f0"; }

.fa-earlybirds:before {
	content: "\f39a"; }

.fa-ebay:before {
	content: "\f4f4"; }

.fa-edge:before {
	content: "\f282"; }

.fa-edit:before {
	content: "\f044"; }

.fa-eject:before {
	content: "\f052"; }

.fa-elementor:before {
	content: "\f430"; }

.fa-ellipsis-h:before {
	content: "\f141"; }

.fa-ellipsis-h-alt:before {
	content: "\f39b"; }

.fa-ellipsis-v:before {
	content: "\f142"; }

.fa-ellipsis-v-alt:before {
	content: "\f39c"; }

.fa-ello:before {
	content: "\f5f1"; }

.fa-ember:before {
	content: "\f423"; }

.fa-empire:before {
	content: "\f1d1"; }

.fa-engine-warning:before {
	content: "\f5f2"; }

.fa-envelope:before {
	content: "\f0e0"; }

.fa-envelope-open:before {
	content: "\f2b6"; }

.fa-envelope-square:before {
	content: "\f199"; }

.fa-envira:before {
	content: "\f299"; }

.fa-equals:before {
	content: "\f52c"; }

.fa-eraser:before {
	content: "\f12d"; }

.fa-erlang:before {
	content: "\f39d"; }

.fa-ethereum:before {
	content: "\f42e"; }

.fa-etsy:before {
	content: "\f2d7"; }

.fa-euro-sign:before {
	content: "\f153"; }

.fa-exchange:before {
	content: "\f0ec"; }

.fa-exchange-alt:before {
	content: "\f362"; }

.fa-exclamation:before {
	content: "\f12a"; }

.fa-exclamation-circle:before {
	content: "\f06a"; }

.fa-exclamation-square:before {
	content: "\f321"; }

.fa-exclamation-triangle:before {
	content: "\f071"; }

.fa-expand:before {
	content: "\f065"; }

.fa-expand-alt:before {
	content: "\f424"; }

.fa-expand-arrows:before {
	content: "\f31d"; }

.fa-expand-arrows-alt:before {
	content: "\f31e"; }

.fa-expand-wide:before {
	content: "\f320"; }

.fa-expeditedssl:before {
	content: "\f23e"; }

.fa-external-link:before {
	content: "\f08e"; }

.fa-external-link-alt:before {
	content: "\f35d"; }

.fa-external-link-square:before {
	content: "\f14c"; }

.fa-external-link-square-alt:before {
	content: "\f360"; }

.fa-eye:before {
	content: "\f06e"; }

.fa-eye-dropper:before {
	content: "\f1fb"; }

.fa-eye-slash:before {
	content: "\f070"; }

.fa-facebook:before {
	content: "\f09a"; }

.fa-facebook-f:before {
	content: "\f39e"; }

.fa-facebook-messenger:before {
	content: "\f39f"; }

.fa-facebook-square:before {
	content: "\f082"; }

.fa-fast-backward:before {
	content: "\f049"; }

.fa-fast-forward:before {
	content: "\f050"; }

.fa-fax:before {
	content: "\f1ac"; }

.fa-feather:before {
	content: "\f52d"; }

.fa-feather-alt:before {
	content: "\f56b"; }

.fa-female:before {
	content: "\f182"; }

.fa-field-hockey:before {
	content: "\f44c"; }

.fa-fighter-jet:before {
	content: "\f0fb"; }

.fa-file:before {
	content: "\f15b"; }

.fa-file-alt:before {
	content: "\f15c"; }

.fa-file-archive:before {
	content: "\f1c6"; }

.fa-file-audio:before {
	content: "\f1c7"; }

.fa-file-certificate:before {
	content: "\f5f3"; }

.fa-file-check:before {
	content: "\f316"; }

.fa-file-code:before {
	content: "\f1c9"; }

.fa-file-contract:before {
	content: "\f56c"; }

.fa-file-download:before {
	content: "\f56d"; }

.fa-file-edit:before {
	content: "\f31c"; }

.fa-file-excel:before {
	content: "\f1c3"; }

.fa-file-exclamation:before {
	content: "\f31a"; }

.fa-file-export:before {
	content: "\f56e"; }

.fa-file-image:before {
	content: "\f1c5"; }

.fa-file-import:before {
	content: "\f56f"; }

.fa-file-invoice:before {
	content: "\f570"; }

.fa-file-invoice-dollar:before {
	content: "\f571"; }

.fa-file-medical:before {
	content: "\f477"; }

.fa-file-medical-alt:before {
	content: "\f478"; }

.fa-file-minus:before {
	content: "\f318"; }

.fa-file-pdf:before {
	content: "\f1c1"; }

.fa-file-plus:before {
	content: "\f319"; }

.fa-file-powerpoint:before {
	content: "\f1c4"; }

.fa-file-prescription:before {
	content: "\f572"; }

.fa-file-signature:before {
	content: "\f573"; }

.fa-file-times:before {
	content: "\f317"; }

.fa-file-upload:before {
	content: "\f574"; }

.fa-file-video:before {
	content: "\f1c8"; }

.fa-file-word:before {
	content: "\f1c2"; }

.fa-fill:before {
	content: "\f575"; }

.fa-fill-drip:before {
	content: "\f576"; }

.fa-film:before {
	content: "\f008"; }

.fa-film-alt:before {
	content: "\f3a0"; }

.fa-filter:before {
	content: "\f0b0"; }

.fa-fingerprint:before {
	content: "\f577"; }

.fa-fire:before {
	content: "\f06d"; }

.fa-fire-extinguisher:before {
	content: "\f134"; }

.fa-firefox:before {
	content: "\f269"; }

.fa-first-aid:before {
	content: "\f479"; }

.fa-first-order:before {
	content: "\f2b0"; }

.fa-first-order-alt:before {
	content: "\f50a"; }

.fa-firstdraft:before {
	content: "\f3a1"; }

.fa-fish:before {
	content: "\f578"; }

.fa-flag:before {
	content: "\f024"; }

.fa-flag-checkered:before {
	content: "\f11e"; }

.fa-flask:before {
	content: "\f0c3"; }

.fa-flickr:before {
	content: "\f16e"; }

.fa-flipboard:before {
	content: "\f44d"; }

.fa-flushed:before {
	content: "\f579"; }

.fa-fly:before {
	content: "\f417"; }

.fa-folder:before {
	content: "\f07b"; }

.fa-folder-open:before {
	content: "\f07c"; }

.fa-font:before {
	content: "\f031"; }

.fa-font-awesome:before {
	content: "\f2b4"; }

.fa-font-awesome-alt:before {
	content: "\f35c"; }

.fa-font-awesome-flag:before {
	content: "\f425"; }

.fa-font-awesome-logo-full:before {
	content: "\f4e6"; }

.fa-fonticons:before {
	content: "\f280"; }

.fa-fonticons-fi:before {
	content: "\f3a2"; }

.fa-football-ball:before {
	content: "\f44e"; }

.fa-football-helmet:before {
	content: "\f44f"; }

.fa-forklift:before {
	content: "\f47a"; }

.fa-fort-awesome:before {
	content: "\f286"; }

.fa-fort-awesome-alt:before {
	content: "\f3a3"; }

.fa-forumbee:before {
	content: "\f211"; }

.fa-forward:before {
	content: "\f04e"; }

.fa-foursquare:before {
	content: "\f180"; }

.fa-fragile:before {
	content: "\f4bb"; }

.fa-free-code-camp:before {
	content: "\f2c5"; }

.fa-freebsd:before {
	content: "\f3a4"; }

.fa-frog:before {
	content: "\f52e"; }

.fa-frown:before {
	content: "\f119"; }

.fa-frown-open:before {
	content: "\f57a"; }

.fa-fulcrum:before {
	content: "\f50b"; }

.fa-futbol:before {
	content: "\f1e3"; }

.fa-galactic-republic:before {
	content: "\f50c"; }

.fa-galactic-senate:before {
	content: "\f50d"; }

.fa-gamepad:before {
	content: "\f11b"; }

.fa-gas-pump:before {
	content: "\f52f"; }

.fa-gas-pump-slash:before {
	content: "\f5f4"; }

.fa-gavel:before {
	content: "\f0e3"; }

.fa-gem:before {
	content: "\f3a5"; }

.fa-genderless:before {
	content: "\f22d"; }

.fa-get-pocket:before {
	content: "\f265"; }

.fa-gg:before {
	content: "\f260"; }

.fa-gg-circle:before {
	content: "\f261"; }

.fa-gift:before {
	content: "\f06b"; }

.fa-git:before {
	content: "\f1d3"; }

.fa-git-square:before {
	content: "\f1d2"; }

.fa-github:before {
	content: "\f09b"; }

.fa-github-alt:before {
	content: "\f113"; }

.fa-github-square:before {
	content: "\f092"; }

.fa-gitkraken:before {
	content: "\f3a6"; }

.fa-gitlab:before {
	content: "\f296"; }

.fa-gitter:before {
	content: "\f426"; }

.fa-glass-martini:before {
	content: "\f000"; }

.fa-glass-martini-alt:before {
	content: "\f57b"; }

.fa-glasses:before {
	content: "\f530"; }

.fa-glasses-alt:before {
	content: "\f5f5"; }

.fa-glide:before {
	content: "\f2a5"; }

.fa-glide-g:before {
	content: "\f2a6"; }

.fa-globe:before {
	content: "\f0ac"; }

.fa-globe-africa:before {
	content: "\f57c"; }

.fa-globe-americas:before {
	content: "\f57d"; }

.fa-globe-asia:before {
	content: "\f57e"; }

.fa-globe-stand:before {
	content: "\f5f6"; }

.fa-gofore:before {
	content: "\f3a7"; }

.fa-golf-ball:before {
	content: "\f450"; }

.fa-golf-club:before {
	content: "\f451"; }

.fa-goodreads:before {
	content: "\f3a8"; }

.fa-goodreads-g:before {
	content: "\f3a9"; }

.fa-google:before {
	content: "\f1a0"; }

.fa-google-drive:before {
	content: "\f3aa"; }

.fa-google-play:before {
	content: "\f3ab"; }

.fa-google-plus:before {
	content: "\f2b3"; }

.fa-google-plus-g:before {
	content: "\f0d5"; }

.fa-google-plus-square:before {
	content: "\f0d4"; }

.fa-google-wallet:before {
	content: "\f1ee"; }

.fa-graduation-cap:before {
	content: "\f19d"; }

.fa-gratipay:before {
	content: "\f184"; }

.fa-grav:before {
	content: "\f2d6"; }

.fa-greater-than:before {
	content: "\f531"; }

.fa-greater-than-equal:before {
	content: "\f532"; }

.fa-grimace:before {
	content: "\f57f"; }

.fa-grin:before {
	content: "\f580"; }

.fa-grin-alt:before {
	content: "\f581"; }

.fa-grin-beam:before {
	content: "\f582"; }

.fa-grin-beam-sweat:before {
	content: "\f583"; }

.fa-grin-hearts:before {
	content: "\f584"; }

.fa-grin-squint:before {
	content: "\f585"; }

.fa-grin-squint-tears:before {
	content: "\f586"; }

.fa-grin-stars:before {
	content: "\f587"; }

.fa-grin-tears:before {
	content: "\f588"; }

.fa-grin-tongue:before {
	content: "\f589"; }

.fa-grin-tongue-squint:before {
	content: "\f58a"; }

.fa-grin-tongue-wink:before {
	content: "\f58b"; }

.fa-grin-wink:before {
	content: "\f58c"; }

.fa-grip-horizontal:before {
	content: "\f58d"; }

.fa-grip-vertical:before {
	content: "\f58e"; }

.fa-gripfire:before {
	content: "\f3ac"; }

.fa-grunt:before {
	content: "\f3ad"; }

.fa-gulp:before {
	content: "\f3ae"; }

.fa-h-square:before {
	content: "\f0fd"; }

.fa-h1:before {
	content: "\f313"; }

.fa-h2:before {
	content: "\f314"; }

.fa-h3:before {
	content: "\f315"; }

.fa-hacker-news:before {
	content: "\f1d4"; }

.fa-hacker-news-square:before {
	content: "\f3af"; }

.fa-hackerrank:before {
	content: "\f5f7"; }

.fa-hand-heart:before {
	content: "\f4bc"; }

.fa-hand-holding:before {
	content: "\f4bd"; }

.fa-hand-holding-box:before {
	content: "\f47b"; }

.fa-hand-holding-heart:before {
	content: "\f4be"; }

.fa-hand-holding-seedling:before {
	content: "\f4bf"; }

.fa-hand-holding-usd:before {
	content: "\f4c0"; }

.fa-hand-holding-water:before {
	content: "\f4c1"; }

.fa-hand-lizard:before {
	content: "\f258"; }

.fa-hand-paper:before {
	content: "\f256"; }

.fa-hand-peace:before {
	content: "\f25b"; }

.fa-hand-point-down:before {
	content: "\f0a7"; }

.fa-hand-point-left:before {
	content: "\f0a5"; }

.fa-hand-point-right:before {
	content: "\f0a4"; }

.fa-hand-point-up:before {
	content: "\f0a6"; }

.fa-hand-pointer:before {
	content: "\f25a"; }

.fa-hand-receiving:before {
	content: "\f47c"; }

.fa-hand-rock:before {
	content: "\f255"; }

.fa-hand-scissors:before {
	content: "\f257"; }

.fa-hand-spock:before {
	content: "\f259"; }

.fa-hands:before {
	content: "\f4c2"; }

.fa-hands-heart:before {
	content: "\f4c3"; }

.fa-hands-helping:before {
	content: "\f4c4"; }

.fa-hands-usd:before {
	content: "\f4c5"; }

.fa-handshake:before {
	content: "\f2b5"; }

.fa-handshake-alt:before {
	content: "\f4c6"; }

.fa-hashtag:before {
	content: "\f292"; }

.fa-hdd:before {
	content: "\f0a0"; }

.fa-heading:before {
	content: "\f1dc"; }

.fa-headphones:before {
	content: "\f025"; }

.fa-headphones-alt:before {
	content: "\f58f"; }

.fa-headset:before {
	content: "\f590"; }

.fa-heart:before {
	content: "\f004"; }

.fa-heart-circle:before {
	content: "\f4c7"; }

.fa-heart-rate:before {
	content: "\f5f8"; }

.fa-heart-square:before {
	content: "\f4c8"; }

.fa-heartbeat:before {
	content: "\f21e"; }

.fa-helicopter:before {
	content: "\f533"; }

.fa-hexagon:before {
	content: "\f312"; }

.fa-highlighter:before {
	content: "\f591"; }

.fa-hips:before {
	content: "\f452"; }

.fa-hire-a-helper:before {
	content: "\f3b0"; }

.fa-history:before {
	content: "\f1da"; }

.fa-hockey-puck:before {
	content: "\f453"; }

.fa-hockey-sticks:before {
	content: "\f454"; }

.fa-home:before {
	content: "\f015"; }

.fa-home-heart:before {
	content: "\f4c9"; }

.fa-hooli:before {
	content: "\f427"; }

.fa-hornbill:before {
	content: "\f592"; }

.fa-hospital:before {
	content: "\f0f8"; }

.fa-hospital-alt:before {
	content: "\f47d"; }

.fa-hospital-symbol:before {
	content: "\f47e"; }

.fa-hot-tub:before {
	content: "\f593"; }

.fa-hotel:before {
	content: "\f594"; }

.fa-hotjar:before {
	content: "\f3b1"; }

.fa-hourglass:before {
	content: "\f254"; }

.fa-hourglass-end:before {
	content: "\f253"; }

.fa-hourglass-half:before {
	content: "\f252"; }

.fa-hourglass-start:before {
	content: "\f251"; }

.fa-houzz:before {
	content: "\f27c"; }

.fa-html5:before {
	content: "\f13b"; }

.fa-hubspot:before {
	content: "\f3b2"; }

.fa-i-cursor:before {
	content: "\f246"; }

.fa-id-badge:before {
	content: "\f2c1"; }

.fa-id-card:before {
	content: "\f2c2"; }

.fa-id-card-alt:before {
	content: "\f47f"; }

.fa-image:before {
	content: "\f03e"; }

.fa-images:before {
	content: "\f302"; }

.fa-imdb:before {
	content: "\f2d8"; }

.fa-inbox:before {
	content: "\f01c"; }

.fa-inbox-in:before {
	content: "\f310"; }

.fa-inbox-out:before {
	content: "\f311"; }

.fa-indent:before {
	content: "\f03c"; }

.fa-industry:before {
	content: "\f275"; }

.fa-industry-alt:before {
	content: "\f3b3"; }

.fa-infinity:before {
	content: "\f534"; }

.fa-info:before {
	content: "\f129"; }

.fa-info-circle:before {
	content: "\f05a"; }

.fa-info-square:before {
	content: "\f30f"; }

.fa-inhaler:before {
	content: "\f5f9"; }

.fa-instagram:before {
	content: "\f16d"; }

.fa-internet-explorer:before {
	content: "\f26b"; }

.fa-inventory:before {
	content: "\f480"; }

.fa-ioxhost:before {
	content: "\f208"; }

.fa-italic:before {
	content: "\f033"; }

.fa-itunes:before {
	content: "\f3b4"; }

.fa-itunes-note:before {
	content: "\f3b5"; }

.fa-jack-o-lantern:before {
	content: "\f30e"; }

.fa-java:before {
	content: "\f4e4"; }

.fa-jedi-order:before {
	content: "\f50e"; }

.fa-jenkins:before {
	content: "\f3b6"; }

.fa-joget:before {
	content: "\f3b7"; }

.fa-joint:before {
	content: "\f595"; }

.fa-joomla:before {
	content: "\f1aa"; }

.fa-js:before {
	content: "\f3b8"; }

.fa-js-square:before {
	content: "\f3b9"; }

.fa-jsfiddle:before {
	content: "\f1cc"; }

.fa-kaggle:before {
	content: "\f5fa"; }

.fa-key:before {
	content: "\f084"; }

.fa-keybase:before {
	content: "\f4f5"; }

.fa-keyboard:before {
	content: "\f11c"; }

.fa-keycdn:before {
	content: "\f3ba"; }

.fa-kickstarter:before {
	content: "\f3bb"; }

.fa-kickstarter-k:before {
	content: "\f3bc"; }

.fa-kidneys:before {
	content: "\f5fb"; }

.fa-kiss:before {
	content: "\f596"; }

.fa-kiss-beam:before {
	content: "\f597"; }

.fa-kiss-wink-heart:before {
	content: "\f598"; }

.fa-kiwi-bird:before {
	content: "\f535"; }

.fa-korvue:before {
	content: "\f42f"; }

.fa-lamp:before {
	content: "\f4ca"; }

.fa-language:before {
	content: "\f1ab"; }

.fa-laptop:before {
	content: "\f109"; }

.fa-laptop-code:before {
	content: "\f5fc"; }

.fa-laravel:before {
	content: "\f3bd"; }

.fa-lastfm:before {
	content: "\f202"; }

.fa-lastfm-square:before {
	content: "\f203"; }

.fa-laugh:before {
	content: "\f599"; }

.fa-laugh-beam:before {
	content: "\f59a"; }

.fa-laugh-squint:before {
	content: "\f59b"; }

.fa-laugh-wink:before {
	content: "\f59c"; }

.fa-layer-group:before {
	content: "\f5fd"; }

.fa-layer-minus:before {
	content: "\f5fe"; }

.fa-layer-plus:before {
	content: "\f5ff"; }

.fa-leaf:before {
	content: "\f06c"; }

.fa-leaf-heart:before {
	content: "\f4cb"; }

.fa-leanpub:before {
	content: "\f212"; }

.fa-lemon:before {
	content: "\f094"; }

.fa-less:before {
	content: "\f41d"; }

.fa-less-than:before {
	content: "\f536"; }

.fa-less-than-equal:before {
	content: "\f537"; }

.fa-level-down:before {
	content: "\f149"; }

.fa-level-down-alt:before {
	content: "\f3be"; }

.fa-level-up:before {
	content: "\f148"; }

.fa-level-up-alt:before {
	content: "\f3bf"; }

.fa-life-ring:before {
	content: "\f1cd"; }

.fa-lightbulb:before {
	content: "\f0eb"; }

.fa-line:before {
	content: "\f3c0"; }

.fa-link:before {
	content: "\f0c1"; }

.fa-linkedin:before {
	content: "\f08c"; }

.fa-linkedin-in:before {
	content: "\f0e1"; }

.fa-linode:before {
	content: "\f2b8"; }

.fa-linux:before {
	content: "\f17c"; }

.fa-lips:before {
	content: "\f600"; }

.fa-lira-sign:before {
	content: "\f195"; }

.fa-list:before {
	content: "\f03a"; }

.fa-list-alt:before {
	content: "\f022"; }

.fa-list-ol:before {
	content: "\f0cb"; }

.fa-list-ul:before {
	content: "\f0ca"; }

.fa-location:before {
	content: "\f601"; }

.fa-location-arrow:before {
	content: "\f124"; }

.fa-location-circle:before {
	content: "\f602"; }

.fa-location-slash:before {
	content: "\f603"; }

.fa-lock:before {
	content: "\f023"; }

.fa-lock-alt:before {
	content: "\f30d"; }

.fa-lock-open:before {
	content: "\f3c1"; }

.fa-lock-open-alt:before {
	content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
	content: "\f309"; }

.fa-long-arrow-alt-left:before {
	content: "\f30a"; }

.fa-long-arrow-alt-right:before {
	content: "\f30b"; }

.fa-long-arrow-alt-up:before {
	content: "\f30c"; }

.fa-long-arrow-down:before {
	content: "\f175"; }

.fa-long-arrow-left:before {
	content: "\f177"; }

.fa-long-arrow-right:before {
	content: "\f178"; }

.fa-long-arrow-up:before {
	content: "\f176"; }

.fa-loveseat:before {
	content: "\f4cc"; }

.fa-low-vision:before {
	content: "\f2a8"; }

.fa-luchador:before {
	content: "\f455"; }

.fa-luggage-cart:before {
	content: "\f59d"; }

.fa-lungs:before {
	content: "\f604"; }

.fa-lyft:before {
	content: "\f3c3"; }

.fa-magento:before {
	content: "\f3c4"; }

.fa-magic:before {
	content: "\f0d0"; }

.fa-magnet:before {
	content: "\f076"; }

.fa-mailchimp:before {
	content: "\f59e"; }

.fa-male:before {
	content: "\f183"; }

.fa-mandalorian:before {
	content: "\f50f"; }

.fa-map:before {
	content: "\f279"; }

.fa-map-marked:before {
	content: "\f59f"; }

.fa-map-marked-alt:before {
	content: "\f5a0"; }

.fa-map-marker:before {
	content: "\f041"; }

.fa-map-marker-alt:before {
	content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
	content: "\f605"; }

.fa-map-marker-check:before {
	content: "\f606"; }

.fa-map-marker-edit:before {
	content: "\f607"; }

.fa-map-marker-exclamation:before {
	content: "\f608"; }

.fa-map-marker-minus:before {
	content: "\f609"; }

.fa-map-marker-plus:before {
	content: "\f60a"; }

.fa-map-marker-question:before {
	content: "\f60b"; }

.fa-map-marker-slash:before {
	content: "\f60c"; }

.fa-map-marker-smile:before {
	content: "\f60d"; }

.fa-map-marker-times:before {
	content: "\f60e"; }

.fa-map-pin:before {
	content: "\f276"; }

.fa-map-signs:before {
	content: "\f277"; }

.fa-markdown:before {
	content: "\f60f"; }

.fa-marker:before {
	content: "\f5a1"; }

.fa-mars:before {
	content: "\f222"; }

.fa-mars-double:before {
	content: "\f227"; }

.fa-mars-stroke:before {
	content: "\f229"; }

.fa-mars-stroke-h:before {
	content: "\f22b"; }

.fa-mars-stroke-v:before {
	content: "\f22a"; }

.fa-mastodon:before {
	content: "\f4f6"; }

.fa-maxcdn:before {
	content: "\f136"; }

.fa-medal:before {
	content: "\f5a2"; }

.fa-medapps:before {
	content: "\f3c6"; }

.fa-medium:before {
	content: "\f23a"; }

.fa-medium-m:before {
	content: "\f3c7"; }

.fa-medkit:before {
	content: "\f0fa"; }

.fa-medrt:before {
	content: "\f3c8"; }

.fa-meetup:before {
	content: "\f2e0"; }

.fa-megaport:before {
	content: "\f5a3"; }

.fa-meh:before {
	content: "\f11a"; }

.fa-meh-blank:before {
	content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
	content: "\f5a5"; }

.fa-memory:before {
	content: "\f538"; }

.fa-mercury:before {
	content: "\f223"; }

.fa-microchip:before {
	content: "\f2db"; }

.fa-microphone:before {
	content: "\f130"; }

.fa-microphone-alt:before {
	content: "\f3c9"; }

.fa-microphone-alt-slash:before {
	content: "\f539"; }

.fa-microphone-slash:before {
	content: "\f131"; }

.fa-microscope:before {
	content: "\f610"; }

.fa-microsoft:before {
	content: "\f3ca"; }

.fa-minus:before {
	content: "\f068"; }

.fa-minus-circle:before {
	content: "\f056"; }

.fa-minus-hexagon:before {
	content: "\f307"; }

.fa-minus-octagon:before {
	content: "\f308"; }

.fa-minus-square:before {
	content: "\f146"; }

.fa-mix:before {
	content: "\f3cb"; }

.fa-mixcloud:before {
	content: "\f289"; }

.fa-mizuni:before {
	content: "\f3cc"; }

.fa-mobile:before {
	content: "\f10b"; }

.fa-mobile-alt:before {
	content: "\f3cd"; }

.fa-mobile-android:before {
	content: "\f3ce"; }

.fa-mobile-android-alt:before {
	content: "\f3cf"; }

.fa-modx:before {
	content: "\f285"; }

.fa-monero:before {
	content: "\f3d0"; }

.fa-money-bill:before {
	content: "\f0d6"; }

.fa-money-bill-alt:before {
	content: "\f3d1"; }

.fa-money-bill-wave:before {
	content: "\f53a"; }

.fa-money-bill-wave-alt:before {
	content: "\f53b"; }

.fa-money-check:before {
	content: "\f53c"; }

.fa-money-check-alt:before {
	content: "\f53d"; }

.fa-monitor-heart-rate:before {
	content: "\f611"; }

.fa-monument:before {
	content: "\f5a6"; }

.fa-moon:before {
	content: "\f186"; }

.fa-mortar-pestle:before {
	content: "\f5a7"; }

.fa-motorcycle:before {
	content: "\f21c"; }

.fa-mouse-pointer:before {
	content: "\f245"; }

.fa-music:before {
	content: "\f001"; }

.fa-napster:before {
	content: "\f3d2"; }

.fa-neos:before {
	content: "\f612"; }

.fa-neuter:before {
	content: "\f22c"; }

.fa-newspaper:before {
	content: "\f1ea"; }

.fa-nimblr:before {
	content: "\f5a8"; }

.fa-nintendo-switch:before {
	content: "\f418"; }

.fa-node:before {
	content: "\f419"; }

.fa-node-js:before {
	content: "\f3d3"; }

.fa-not-equal:before {
	content: "\f53e"; }

.fa-notes-medical:before {
	content: "\f481"; }

.fa-npm:before {
	content: "\f3d4"; }

.fa-ns8:before {
	content: "\f3d5"; }

.fa-nutritionix:before {
	content: "\f3d6"; }

.fa-object-group:before {
	content: "\f247"; }

.fa-object-ungroup:before {
	content: "\f248"; }

.fa-octagon:before {
	content: "\f306"; }

.fa-odnoklassniki:before {
	content: "\f263"; }

.fa-odnoklassniki-square:before {
	content: "\f264"; }

.fa-oil-can:before {
	content: "\f613"; }

.fa-oil-temp:before {
	content: "\f614"; }

.fa-old-republic:before {
	content: "\f510"; }

.fa-opencart:before {
	content: "\f23d"; }

.fa-openid:before {
	content: "\f19b"; }

.fa-opera:before {
	content: "\f26a"; }

.fa-optin-monster:before {
	content: "\f23c"; }

.fa-osi:before {
	content: "\f41a"; }

.fa-outdent:before {
	content: "\f03b"; }

.fa-page4:before {
	content: "\f3d7"; }

.fa-pagelines:before {
	content: "\f18c"; }

.fa-paint-brush:before {
	content: "\f1fc"; }

.fa-paint-brush-alt:before {
	content: "\f5a9"; }

.fa-paint-roller:before {
	content: "\f5aa"; }

.fa-palette:before {
	content: "\f53f"; }

.fa-palfed:before {
	content: "\f3d8"; }

.fa-pallet:before {
	content: "\f482"; }

.fa-pallet-alt:before {
	content: "\f483"; }

.fa-paper-plane:before {
	content: "\f1d8"; }

.fa-paperclip:before {
	content: "\f0c6"; }

.fa-parachute-box:before {
	content: "\f4cd"; }

.fa-paragraph:before {
	content: "\f1dd"; }

.fa-parking:before {
	content: "\f540"; }

.fa-parking-circle:before {
	content: "\f615"; }

.fa-parking-circle-slash:before {
	content: "\f616"; }

.fa-parking-slash:before {
	content: "\f617"; }

.fa-passport:before {
	content: "\f5ab"; }

.fa-paste:before {
	content: "\f0ea"; }

.fa-patreon:before {
	content: "\f3d9"; }

.fa-pause:before {
	content: "\f04c"; }

.fa-pause-circle:before {
	content: "\f28b"; }

.fa-paw:before {
	content: "\f1b0"; }

.fa-paypal:before {
	content: "\f1ed"; }

.fa-pen:before {
	content: "\f304"; }

.fa-pen-alt:before {
	content: "\f305"; }

.fa-pen-fancy:before {
	content: "\f5ac"; }

.fa-pen-nib:before {
	content: "\f5ad"; }

.fa-pen-square:before {
	content: "\f14b"; }

.fa-pencil:before {
	content: "\f040"; }

.fa-pencil-alt:before {
	content: "\f303"; }

.fa-pencil-paintbrush:before {
	content: "\f618"; }

.fa-pencil-ruler:before {
	content: "\f5ae"; }

.fa-pennant:before {
	content: "\f456"; }

.fa-people-carry:before {
	content: "\f4ce"; }

.fa-percent:before {
	content: "\f295"; }

.fa-percentage:before {
	content: "\f541"; }

.fa-periscope:before {
	content: "\f3da"; }

.fa-person-carry:before {
	content: "\f4cf"; }

.fa-person-dolly:before {
	content: "\f4d0"; }

.fa-person-dolly-empty:before {
	content: "\f4d1"; }

.fa-phabricator:before {
	content: "\f3db"; }

.fa-phoenix-framework:before {
	content: "\f3dc"; }

.fa-phoenix-squadron:before {
	content: "\f511"; }

.fa-phone:before {
	content: "\f095"; }

.fa-phone-plus:before {
	content: "\f4d2"; }

.fa-phone-slash:before {
	content: "\f3dd"; }

.fa-phone-square:before {
	content: "\f098"; }

.fa-phone-volume:before {
	content: "\f2a0"; }

.fa-php:before {
	content: "\f457"; }

.fa-pied-piper:before {
	content: "\f2ae"; }

.fa-pied-piper-alt:before {
	content: "\f1a8"; }

.fa-pied-piper-hat:before {
	content: "\f4e5"; }

.fa-pied-piper-pp:before {
	content: "\f1a7"; }

.fa-piggy-bank:before {
	content: "\f4d3"; }

.fa-pills:before {
	content: "\f484"; }

.fa-pinterest:before {
	content: "\f0d2"; }

.fa-pinterest-p:before {
	content: "\f231"; }

.fa-pinterest-square:before {
	content: "\f0d3"; }

.fa-plane:before {
	content: "\f072"; }

.fa-plane-alt:before {
	content: "\f3de"; }

.fa-plane-arrival:before {
	content: "\f5af"; }

.fa-plane-departure:before {
	content: "\f5b0"; }

.fa-play:before {
	content: "\f04b"; }

.fa-play-circle:before {
	content: "\f144"; }

.fa-playstation:before {
	content: "\f3df"; }

.fa-plug:before {
	content: "\f1e6"; }

.fa-plus:before {
	content: "\f067"; }

.fa-plus-circle:before {
	content: "\f055"; }

.fa-plus-hexagon:before {
	content: "\f300"; }

.fa-plus-octagon:before {
	content: "\f301"; }

.fa-plus-square:before {
	content: "\f0fe"; }

.fa-podcast:before {
	content: "\f2ce"; }

.fa-poo:before {
	content: "\f2fe"; }

.fa-poop:before {
	content: "\f619"; }

.fa-portrait:before {
	content: "\f3e0"; }

.fa-pound-sign:before {
	content: "\f154"; }

.fa-power-off:before {
	content: "\f011"; }

.fa-prescription:before {
	content: "\f5b1"; }

.fa-prescription-bottle:before {
	content: "\f485"; }

.fa-prescription-bottle-alt:before {
	content: "\f486"; }

.fa-print:before {
	content: "\f02f"; }

.fa-procedures:before {
	content: "\f487"; }

.fa-product-hunt:before {
	content: "\f288"; }

.fa-project-diagram:before {
	content: "\f542"; }

.fa-pushed:before {
	content: "\f3e1"; }

.fa-puzzle-piece:before {
	content: "\f12e"; }

.fa-python:before {
	content: "\f3e2"; }

.fa-qq:before {
	content: "\f1d6"; }

.fa-qrcode:before {
	content: "\f029"; }

.fa-question:before {
	content: "\f128"; }

.fa-question-circle:before {
	content: "\f059"; }

.fa-question-square:before {
	content: "\f2fd"; }

.fa-quidditch:before {
	content: "\f458"; }

.fa-quinscape:before {
	content: "\f459"; }

.fa-quora:before {
	content: "\f2c4"; }

.fa-quote-left:before {
	content: "\f10d"; }

.fa-quote-right:before {
	content: "\f10e"; }

.fa-r-project:before {
	content: "\f4f7"; }

.fa-racquet:before {
	content: "\f45a"; }

.fa-ramp-loading:before {
	content: "\f4d4"; }

.fa-random:before {
	content: "\f074"; }

.fa-ravelry:before {
	content: "\f2d9"; }

.fa-react:before {
	content: "\f41b"; }

.fa-readme:before {
	content: "\f4d5"; }

.fa-rebel:before {
	content: "\f1d0"; }

.fa-receipt:before {
	content: "\f543"; }

.fa-rectangle-landscape:before {
	content: "\f2fa"; }

.fa-rectangle-portrait:before {
	content: "\f2fb"; }

.fa-rectangle-wide:before {
	content: "\f2fc"; }

.fa-recycle:before {
	content: "\f1b8"; }

.fa-red-river:before {
	content: "\f3e3"; }

.fa-reddit:before {
	content: "\f1a1"; }

.fa-reddit-alien:before {
	content: "\f281"; }

.fa-reddit-square:before {
	content: "\f1a2"; }

.fa-redo:before {
	content: "\f01e"; }

.fa-redo-alt:before {
	content: "\f2f9"; }

.fa-registered:before {
	content: "\f25d"; }

.fa-rendact:before {
	content: "\f3e4"; }

.fa-renren:before {
	content: "\f18b"; }

.fa-repeat:before {
	content: "\f363"; }

.fa-repeat-1:before {
	content: "\f365"; }

.fa-repeat-1-alt:before {
	content: "\f366"; }

.fa-repeat-alt:before {
	content: "\f364"; }

.fa-reply:before {
	content: "\f3e5"; }

.fa-reply-all:before {
	content: "\f122"; }

.fa-replyd:before {
	content: "\f3e6"; }

.fa-researchgate:before {
	content: "\f4f8"; }

.fa-resolving:before {
	content: "\f3e7"; }

.fa-retweet:before {
	content: "\f079"; }

.fa-retweet-alt:before {
	content: "\f361"; }

.fa-rev:before {
	content: "\f5b2"; }

.fa-ribbon:before {
	content: "\f4d6"; }

.fa-road:before {
	content: "\f018"; }

.fa-robot:before {
	content: "\f544"; }

.fa-rocket:before {
	content: "\f135"; }

.fa-rocketchat:before {
	content: "\f3e8"; }

.fa-rockrms:before {
	content: "\f3e9"; }

.fa-route:before {
	content: "\f4d7"; }

.fa-route-highway:before {
	content: "\f61a"; }

.fa-route-interstate:before {
	content: "\f61b"; }

.fa-rss:before {
	content: "\f09e"; }

.fa-rss-square:before {
	content: "\f143"; }

.fa-ruble-sign:before {
	content: "\f158"; }

.fa-ruler:before {
	content: "\f545"; }

.fa-ruler-combined:before {
	content: "\f546"; }

.fa-ruler-horizontal:before {
	content: "\f547"; }

.fa-ruler-triangle:before {
	content: "\f61c"; }

.fa-ruler-vertical:before {
	content: "\f548"; }

.fa-rupee-sign:before {
	content: "\f156"; }

.fa-sad-cry:before {
	content: "\f5b3"; }

.fa-sad-tear:before {
	content: "\f5b4"; }

.fa-safari:before {
	content: "\f267"; }

.fa-sass:before {
	content: "\f41e"; }

.fa-save:before {
	content: "\f0c7"; }

.fa-scalpel:before {
	content: "\f61d"; }

.fa-scalpel-path:before {
	content: "\f61e"; }

.fa-scanner:before {
	content: "\f488"; }

.fa-scanner-keyboard:before {
	content: "\f489"; }

.fa-scanner-touchscreen:before {
	content: "\f48a"; }

.fa-schlix:before {
	content: "\f3ea"; }

.fa-school:before {
	content: "\f549"; }

.fa-screwdriver:before {
	content: "\f54a"; }

.fa-scribd:before {
	content: "\f28a"; }

.fa-scrubber:before {
	content: "\f2f8"; }

.fa-search:before {
	content: "\f002"; }

.fa-search-minus:before {
	content: "\f010"; }

.fa-search-plus:before {
	content: "\f00e"; }

.fa-searchengin:before {
	content: "\f3eb"; }

.fa-seedling:before {
	content: "\f4d8"; }

.fa-sellcast:before {
	content: "\f2da"; }

.fa-sellsy:before {
	content: "\f213"; }

.fa-server:before {
	content: "\f233"; }

.fa-servicestack:before {
	content: "\f3ec"; }

.fa-shapes:before {
	content: "\f61f"; }

.fa-share:before {
	content: "\f064"; }

.fa-share-all:before {
	content: "\f367"; }

.fa-share-alt:before {
	content: "\f1e0"; }

.fa-share-alt-square:before {
	content: "\f1e1"; }

.fa-share-square:before {
	content: "\f14d"; }

.fa-shekel-sign:before {
	content: "\f20b"; }

.fa-shield:before {
	content: "\f132"; }

.fa-shield-alt:before {
	content: "\f3ed"; }

.fa-shield-check:before {
	content: "\f2f7"; }

.fa-ship:before {
	content: "\f21a"; }

.fa-shipping-fast:before {
	content: "\f48b"; }

.fa-shipping-timed:before {
	content: "\f48c"; }

.fa-shirtsinbulk:before {
	content: "\f214"; }

.fa-shoe-prints:before {
	content: "\f54b"; }

.fa-shopping-bag:before {
	content: "\f290"; }

.fa-shopping-basket:before {
	content: "\f291"; }

.fa-shopping-cart:before {
	content: "\f07a"; }

.fa-shopware:before {
	content: "\f5b5"; }

.fa-shower:before {
	content: "\f2cc"; }

.fa-shuttle-van:before {
	content: "\f5b6"; }

.fa-shuttlecock:before {
	content: "\f45b"; }

.fa-sign:before {
	content: "\f4d9"; }

.fa-sign-in:before {
	content: "\f090"; }

.fa-sign-in-alt:before {
	content: "\f2f6"; }

.fa-sign-language:before {
	content: "\f2a7"; }

.fa-sign-out:before {
	content: "\f08b"; }

.fa-sign-out-alt:before {
	content: "\f2f5"; }

.fa-signal:before {
	content: "\f012"; }

.fa-signature:before {
	content: "\f5b7"; }

.fa-simplybuilt:before {
	content: "\f215"; }

.fa-sistrix:before {
	content: "\f3ee"; }

.fa-sitemap:before {
	content: "\f0e8"; }

.fa-sith:before {
	content: "\f512"; }

.fa-skeleton:before {
	content: "\f620"; }

.fa-skull:before {
	content: "\f54c"; }

.fa-skyatlas:before {
	content: "\f216"; }

.fa-skype:before {
	content: "\f17e"; }

.fa-slack:before {
	content: "\f198"; }

.fa-slack-hash:before {
	content: "\f3ef"; }

.fa-sliders-h:before {
	content: "\f1de"; }

.fa-sliders-h-square:before {
	content: "\f3f0"; }

.fa-sliders-v:before {
	content: "\f3f1"; }

.fa-sliders-v-square:before {
	content: "\f3f2"; }

.fa-slideshare:before {
	content: "\f1e7"; }

.fa-smile:before {
	content: "\f118"; }

.fa-smile-beam:before {
	content: "\f5b8"; }

.fa-smile-plus:before {
	content: "\f5b9"; }

.fa-smile-wink:before {
	content: "\f4da"; }

.fa-smoking:before {
	content: "\f48d"; }

.fa-smoking-ban:before {
	content: "\f54d"; }

.fa-snapchat:before {
	content: "\f2ab"; }

.fa-snapchat-ghost:before {
	content: "\f2ac"; }

.fa-snapchat-square:before {
	content: "\f2ad"; }

.fa-snowflake:before {
	content: "\f2dc"; }

.fa-solar-panel:before {
	content: "\f5ba"; }

.fa-sort:before {
	content: "\f0dc"; }

.fa-sort-alpha-down:before {
	content: "\f15d"; }

.fa-sort-alpha-up:before {
	content: "\f15e"; }

.fa-sort-amount-down:before {
	content: "\f160"; }

.fa-sort-amount-up:before {
	content: "\f161"; }

.fa-sort-down:before {
	content: "\f0dd"; }

.fa-sort-numeric-down:before {
	content: "\f162"; }

.fa-sort-numeric-up:before {
	content: "\f163"; }

.fa-sort-up:before {
	content: "\f0de"; }

.fa-soundcloud:before {
	content: "\f1be"; }

.fa-spa:before {
	content: "\f5bb"; }

.fa-space-shuttle:before {
	content: "\f197"; }

.fa-spade:before {
	content: "\f2f4"; }

.fa-speakap:before {
	content: "\f3f3"; }

.fa-spinner:before {
	content: "\f110"; }

.fa-spinner-third:before {
	content: "\f3f4"; }

.fa-splotch:before {
	content: "\f5bc"; }

.fa-spotify:before {
	content: "\f1bc"; }

.fa-spray-can:before {
	content: "\f5bd"; }

.fa-square:before {
	content: "\f0c8"; }

.fa-square-full:before {
	content: "\f45c"; }

.fa-squarespace:before {
	content: "\f5be"; }

.fa-stack-exchange:before {
	content: "\f18d"; }

.fa-stack-overflow:before {
	content: "\f16c"; }

.fa-stamp:before {
	content: "\f5bf"; }

.fa-star:before {
	content: "\f005"; }

.fa-star-exclamation:before {
	content: "\f2f3"; }

.fa-star-half:before {
	content: "\f089"; }

.fa-star-half-alt:before {
	content: "\f5c0"; }

.fa-star-of-life:before {
	content: "\f621"; }

.fa-staylinked:before {
	content: "\f3f5"; }

.fa-steam:before {
	content: "\f1b6"; }

.fa-steam-square:before {
	content: "\f1b7"; }

.fa-steam-symbol:before {
	content: "\f3f6"; }

.fa-steering-wheel:before {
	content: "\f622"; }

.fa-step-backward:before {
	content: "\f048"; }

.fa-step-forward:before {
	content: "\f051"; }

.fa-stethoscope:before {
	content: "\f0f1"; }

.fa-sticker-mule:before {
	content: "\f3f7"; }

.fa-sticky-note:before {
	content: "\f249"; }

.fa-stomach:before {
	content: "\f623"; }

.fa-stop:before {
	content: "\f04d"; }

.fa-stop-circle:before {
	content: "\f28d"; }

.fa-stopwatch:before {
	content: "\f2f2"; }

.fa-store:before {
	content: "\f54e"; }

.fa-store-alt:before {
	content: "\f54f"; }

.fa-strava:before {
	content: "\f428"; }

.fa-stream:before {
	content: "\f550"; }

.fa-street-view:before {
	content: "\f21d"; }

.fa-strikethrough:before {
	content: "\f0cc"; }

.fa-stripe:before {
	content: "\f429"; }

.fa-stripe-s:before {
	content: "\f42a"; }

.fa-stroopwafel:before {
	content: "\f551"; }

.fa-studiovinari:before {
	content: "\f3f8"; }

.fa-stumbleupon:before {
	content: "\f1a4"; }

.fa-stumbleupon-circle:before {
	content: "\f1a3"; }

.fa-subscript:before {
	content: "\f12c"; }

.fa-subway:before {
	content: "\f239"; }

.fa-suitcase:before {
	content: "\f0f2"; }

.fa-suitcase-rolling:before {
	content: "\f5c1"; }

.fa-sun:before {
	content: "\f185"; }

.fa-superpowers:before {
	content: "\f2dd"; }

.fa-superscript:before {
	content: "\f12b"; }

.fa-supple:before {
	content: "\f3f9"; }

.fa-surprise:before {
	content: "\f5c2"; }

.fa-swatchbook:before {
	content: "\f5c3"; }

.fa-swimmer:before {
	content: "\f5c4"; }

.fa-swimming-pool:before {
	content: "\f5c5"; }

.fa-sync:before {
	content: "\f021"; }

.fa-sync-alt:before {
	content: "\f2f1"; }

.fa-syringe:before {
	content: "\f48e"; }

.fa-table:before {
	content: "\f0ce"; }

.fa-table-tennis:before {
	content: "\f45d"; }

.fa-tablet:before {
	content: "\f10a"; }

.fa-tablet-alt:before {
	content: "\f3fa"; }

.fa-tablet-android:before {
	content: "\f3fb"; }

.fa-tablet-android-alt:before {
	content: "\f3fc"; }

.fa-tablet-rugged:before {
	content: "\f48f"; }

.fa-tablets:before {
	content: "\f490"; }

.fa-tachometer:before {
	content: "\f0e4"; }

.fa-tachometer-alt:before {
	content: "\f3fd"; }

.fa-tachometer-alt-average:before {
	content: "\f624"; }

.fa-tachometer-alt-fast:before {
	content: "\f625"; }

.fa-tachometer-alt-fastest:before {
	content: "\f626"; }

.fa-tachometer-alt-slow:before {
	content: "\f627"; }

.fa-tachometer-alt-slowest:before {
	content: "\f628"; }

.fa-tachometer-average:before {
	content: "\f629"; }

.fa-tachometer-fast:before {
	content: "\f62a"; }

.fa-tachometer-fastest:before {
	content: "\f62b"; }

.fa-tachometer-slow:before {
	content: "\f62c"; }

.fa-tachometer-slowest:before {
	content: "\f62d"; }

.fa-tag:before {
	content: "\f02b"; }

.fa-tags:before {
	content: "\f02c"; }

.fa-tape:before {
	content: "\f4db"; }

.fa-tasks:before {
	content: "\f0ae"; }

.fa-taxi:before {
	content: "\f1ba"; }

.fa-teamspeak:before {
	content: "\f4f9"; }

.fa-teeth:before {
	content: "\f62e"; }

.fa-teeth-open:before {
	content: "\f62f"; }

.fa-telegram:before {
	content: "\f2c6"; }

.fa-telegram-plane:before {
	content: "\f3fe"; }

.fa-tencent-weibo:before {
	content: "\f1d5"; }

.fa-tennis-ball:before {
	content: "\f45e"; }

.fa-terminal:before {
	content: "\f120"; }

.fa-text-height:before {
	content: "\f034"; }

.fa-text-width:before {
	content: "\f035"; }

.fa-th:before {
	content: "\f00a"; }

.fa-th-large:before {
	content: "\f009"; }

.fa-th-list:before {
	content: "\f00b"; }

.fa-theater-masks:before {
	content: "\f630"; }

.fa-themeco:before {
	content: "\f5c6"; }

.fa-themeisle:before {
	content: "\f2b2"; }

.fa-thermometer:before {
	content: "\f491"; }

.fa-thermometer-empty:before {
	content: "\f2cb"; }

.fa-thermometer-full:before {
	content: "\f2c7"; }

.fa-thermometer-half:before {
	content: "\f2c9"; }

.fa-thermometer-quarter:before {
	content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
	content: "\f2c8"; }

.fa-thumbs-down:before {
	content: "\f165"; }

.fa-thumbs-up:before {
	content: "\f164"; }

.fa-thumbtack:before {
	content: "\f08d"; }

.fa-ticket:before {
	content: "\f145"; }

.fa-ticket-alt:before {
	content: "\f3ff"; }

.fa-times:before {
	content: "\f00d"; }

.fa-times-circle:before {
	content: "\f057"; }

.fa-times-hexagon:before {
	content: "\f2ee"; }

.fa-times-octagon:before {
	content: "\f2f0"; }

.fa-times-square:before {
	content: "\f2d3"; }

.fa-tint:before {
	content: "\f043"; }

.fa-tint-slash:before {
	content: "\f5c7"; }

.fa-tire:before {
	content: "\f631"; }

.fa-tire-flat:before {
	content: "\f632"; }

.fa-tire-pressure-warning:before {
	content: "\f633"; }

.fa-tire-rugged:before {
	content: "\f634"; }

.fa-tired:before {
	content: "\f5c8"; }

.fa-toggle-off:before {
	content: "\f204"; }

.fa-toggle-on:before {
	content: "\f205"; }

.fa-toolbox:before {
	content: "\f552"; }

.fa-tooth:before {
	content: "\f5c9"; }

.fa-toothbrush:before {
	content: "\f635"; }

.fa-trade-federation:before {
	content: "\f513"; }

.fa-trademark:before {
	content: "\f25c"; }

.fa-traffic-cone:before {
	content: "\f636"; }

.fa-traffic-light:before {
	content: "\f637"; }

.fa-traffic-light-go:before {
	content: "\f638"; }

.fa-traffic-light-slow:before {
	content: "\f639"; }

.fa-traffic-light-stop:before {
	content: "\f63a"; }

.fa-train:before {
	content: "\f238"; }

.fa-transgender:before {
	content: "\f224"; }

.fa-transgender-alt:before {
	content: "\f225"; }

.fa-trash:before {
	content: "\f1f8"; }

.fa-trash-alt:before {
	content: "\f2ed"; }

.fa-tree:before {
	content: "\f1bb"; }

.fa-tree-alt:before {
	content: "\f400"; }

.fa-trello:before {
	content: "\f181"; }

.fa-triangle:before {
	content: "\f2ec"; }

.fa-tripadvisor:before {
	content: "\f262"; }

.fa-trophy:before {
	content: "\f091"; }

.fa-trophy-alt:before {
	content: "\f2eb"; }

.fa-truck:before {
	content: "\f0d1"; }

.fa-truck-container:before {
	content: "\f4dc"; }

.fa-truck-couch:before {
	content: "\f4dd"; }

.fa-truck-loading:before {
	content: "\f4de"; }

.fa-truck-monster:before {
	content: "\f63b"; }

.fa-truck-moving:before {
	content: "\f4df"; }

.fa-truck-pickup:before {
	content: "\f63c"; }

.fa-truck-ramp:before {
	content: "\f4e0"; }

.fa-tshirt:before {
	content: "\f553"; }

.fa-tty:before {
	content: "\f1e4"; }

.fa-tumblr:before {
	content: "\f173"; }

.fa-tumblr-square:before {
	content: "\f174"; }

.fa-tv:before {
	content: "\f26c"; }

.fa-tv-retro:before {
	content: "\f401"; }

.fa-twitch:before {
	content: "\f1e8"; }

.fa-twitter:before {
	content: "\f099"; }

.fa-twitter-square:before {
	content: "\f081"; }

.fa-typo3:before {
	content: "\f42b"; }

.fa-uber:before {
	content: "\f402"; }

.fa-uikit:before {
	content: "\f403"; }

.fa-umbrella:before {
	content: "\f0e9"; }

.fa-umbrella-beach:before {
	content: "\f5ca"; }

.fa-underline:before {
	content: "\f0cd"; }

.fa-undo:before {
	content: "\f0e2"; }

.fa-undo-alt:before {
	content: "\f2ea"; }

.fa-uniregistry:before {
	content: "\f404"; }

.fa-universal-access:before {
	content: "\f29a"; }

.fa-university:before {
	content: "\f19c"; }

.fa-unlink:before {
	content: "\f127"; }

.fa-unlock:before {
	content: "\f09c"; }

.fa-unlock-alt:before {
	content: "\f13e"; }

.fa-untappd:before {
	content: "\f405"; }

.fa-upload:before {
	content: "\f093"; }

.fa-usb:before {
	content: "\f287"; }

.fa-usd-circle:before {
	content: "\f2e8"; }

.fa-usd-square:before {
	content: "\f2e9"; }

.fa-user:before {
	content: "\f007"; }

.fa-user-alt:before {
	content: "\f406"; }

.fa-user-alt-slash:before {
	content: "\f4fa"; }

.fa-user-astronaut:before {
	content: "\f4fb"; }

.fa-user-check:before {
	content: "\f4fc"; }

.fa-user-circle:before {
	content: "\f2bd"; }

.fa-user-clock:before {
	content: "\f4fd"; }

.fa-user-cog:before {
	content: "\f4fe"; }

.fa-user-edit:before {
	content: "\f4ff"; }

.fa-user-friends:before {
	content: "\f500"; }

.fa-user-graduate:before {
	content: "\f501"; }

.fa-user-lock:before {
	content: "\f502"; }

.fa-user-md:before {
	content: "\f0f0"; }

.fa-user-minus:before {
	content: "\f503"; }

.fa-user-ninja:before {
	content: "\f504"; }

.fa-user-plus:before {
	content: "\f234"; }

.fa-user-secret:before {
	content: "\f21b"; }

.fa-user-shield:before {
	content: "\f505"; }

.fa-user-slash:before {
	content: "\f506"; }

.fa-user-tag:before {
	content: "\f507"; }

.fa-user-tie:before {
	content: "\f508"; }

.fa-user-times:before {
	content: "\f235"; }

.fa-users:before {
	content: "\f0c0"; }

.fa-users-class:before {
	content: "\f63d"; }

.fa-users-cog:before {
	content: "\f509"; }

.fa-ussunnah:before {
	content: "\f407"; }

.fa-utensil-fork:before {
	content: "\f2e3"; }

.fa-utensil-knife:before {
	content: "\f2e4"; }

.fa-utensil-spoon:before {
	content: "\f2e5"; }

.fa-utensils:before {
	content: "\f2e7"; }

.fa-utensils-alt:before {
	content: "\f2e6"; }

.fa-vaadin:before {
	content: "\f408"; }

.fa-vector-square:before {
	content: "\f5cb"; }

.fa-venus:before {
	content: "\f221"; }

.fa-venus-double:before {
	content: "\f226"; }

.fa-venus-mars:before {
	content: "\f228"; }

.fa-viacoin:before {
	content: "\f237"; }

.fa-viadeo:before {
	content: "\f2a9"; }

.fa-viadeo-square:before {
	content: "\f2aa"; }

.fa-vial:before {
	content: "\f492"; }

.fa-vials:before {
	content: "\f493"; }

.fa-viber:before {
	content: "\f409"; }

.fa-video:before {
	content: "\f03d"; }

.fa-video-plus:before {
	content: "\f4e1"; }

.fa-video-slash:before {
	content: "\f4e2"; }

.fa-vimeo:before {
	content: "\f40a"; }

.fa-vimeo-square:before {
	content: "\f194"; }

.fa-vimeo-v:before {
	content: "\f27d"; }

.fa-vine:before {
	content: "\f1ca"; }

.fa-vk:before {
	content: "\f189"; }

.fa-vnv:before {
	content: "\f40b"; }

.fa-volleyball-ball:before {
	content: "\f45f"; }

.fa-volume-down:before {
	content: "\f027"; }

.fa-volume-mute:before {
	content: "\f2e2"; }

.fa-volume-off:before {
	content: "\f026"; }

.fa-volume-up:before {
	content: "\f028"; }

.fa-vuejs:before {
	content: "\f41f"; }

.fa-walking:before {
	content: "\f554"; }

.fa-wallet:before {
	content: "\f555"; }

.fa-warehouse:before {
	content: "\f494"; }

.fa-warehouse-alt:before {
	content: "\f495"; }

.fa-watch:before {
	content: "\f2e1"; }

.fa-watch-fitness:before {
	content: "\f63e"; }

.fa-weebly:before {
	content: "\f5cc"; }

.fa-weibo:before {
	content: "\f18a"; }

.fa-weight:before {
	content: "\f496"; }

.fa-weight-hanging:before {
	content: "\f5cd"; }

.fa-weixin:before {
	content: "\f1d7"; }

.fa-whatsapp:before {
	content: "\f232"; }

.fa-whatsapp-square:before {
	content: "\f40c"; }

.fa-wheelchair:before {
	content: "\f193"; }

.fa-whistle:before {
	content: "\f460"; }

.fa-whmcs:before {
	content: "\f40d"; }

.fa-wifi:before {
	content: "\f1eb"; }

.fa-wikipedia-w:before {
	content: "\f266"; }

.fa-window:before {
	content: "\f40e"; }

.fa-window-alt:before {
	content: "\f40f"; }

.fa-window-close:before {
	content: "\f410"; }

.fa-window-maximize:before {
	content: "\f2d0"; }

.fa-window-minimize:before {
	content: "\f2d1"; }

.fa-window-restore:before {
	content: "\f2d2"; }

.fa-windows:before {
	content: "\f17a"; }

.fa-wine-glass:before {
	content: "\f4e3"; }

.fa-wine-glass-alt:before {
	content: "\f5ce"; }

.fa-wix:before {
	content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
	content: "\f514"; }

.fa-won-sign:before {
	content: "\f159"; }

.fa-wordpress:before {
	content: "\f19a"; }

.fa-wordpress-simple:before {
	content: "\f411"; }

.fa-wpbeginner:before {
	content: "\f297"; }

.fa-wpexplorer:before {
	content: "\f2de"; }

.fa-wpforms:before {
	content: "\f298"; }

.fa-wrench:before {
	content: "\f0ad"; }

.fa-x-ray:before {
	content: "\f497"; }

.fa-xbox:before {
	content: "\f412"; }

.fa-xing:before {
	content: "\f168"; }

.fa-xing-square:before {
	content: "\f169"; }

.fa-y-combinator:before {
	content: "\f23b"; }

.fa-yahoo:before {
	content: "\f19e"; }

.fa-yandex:before {
	content: "\f413"; }

.fa-yandex-international:before {
	content: "\f414"; }

.fa-yelp:before {
	content: "\f1e9"; }

.fa-yen-sign:before {
	content: "\f157"; }

.fa-yoast:before {
	content: "\f2b1"; }

.fa-youtube:before {
	content: "\f167"; }

.fa-youtube-square:before {
	content: "\f431"; }

.fa-zhihu:before {
	content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto; }
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-brands-400.eot");
	src: url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-brands-400.woff2") format("woff2"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-brands-400.woff") format("woff"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-brands-400.ttf") format("truetype"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
	font-family: 'Font Awesome 5 Brands'; }
@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 300;
	src: url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-light-300.eot");
	src: url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-light-300.woff2") format("woff2"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-light-300.woff") format("woff"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-light-300.ttf") format("truetype"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300; }
@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 400;
	src: url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-regular-400.eot");
	src: url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-regular-400.woff2") format("woff2"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-regular-400.woff") format("woff"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-regular-400.ttf") format("truetype"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400; }
@font-face {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 900;
	src: url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-solid-900.eot");
	src: url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-solid-900.woff2") format("woff2"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-solid-900.woff") format("woff"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-solid-900.ttf") format("truetype"), url("/typo3conf/ext/fs_website/Resources/Public/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900; }


/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('vhs-assets-css-365054e3dc941c182cfd66019f3b9e45.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('vhs-assets-css-811f5fcec943985d8ba949d0ab193ef5.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-ab24e77fd17d43adb4d6c7bd1b5abe64.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-73f45b0df67487cfec514e84151b30a5.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-e6ec16542d62c41697f4f13efd87d7fe.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-cf9394011d8fdbb67e362d57778b21f3.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('vhs-assets-css-86ffcb2f2c88323d09acb90499c0b6d1.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
    url('vhs-assets-css-ee865e4e75bbd4c67944ca2008dee725.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-71884dde85ca74271b53d317f7fb529e.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-b134dbcb689d85e0c16521e98f16d4aa.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-ed4463b0dc1b7ecea35a4ab38bbb06b1.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-678a1acad5a1cf27f8d6f3cb27804132.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('vhs-assets-css-962a50684a40090b96f35cde13b1a612.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('vhs-assets-css-2c14e30abde81705b32db99245754af9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-4c1b7359a840645ca73854b465445140.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-38d711800a9ca460d0e46c3d09be6844.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-5bc81170fc75a6d6009affb0f35c6bc5.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-1b307d0039e9f3ddf9e529ba25a97998.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('vhs-assets-css-b0193802a82c489f08b3cad6fb710b9f.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
    url('vhs-assets-css-6bef7da11365b3c4eff6359ce43fb552.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-f1ef748567daacb3401fedd9209a6336.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-7b209c609afc0e98c01c604adceb3cd6.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-4d148246d9f1b12f664a5d7f88ddcfd0.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-07e376010005c77391566b088a00cf54.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('vhs-assets-css-177f64a1e897cd5e0d6f6b67cbb59bd7.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('vhs-assets-css-f5bc07600a63577bb3239cdfd40e815f.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-f2d420c5f935149a5892a8e47a75d1b8.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-36726d81d05db6a4d86a7f4aef59225c.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-4d394f26c1a4fbb5b239e3278d7186a9.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-545bfaaea78de5ac0acc1b8677773973.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('vhs-assets-css-b2f9ff32659a5a5e922e4b29feaa2e1e.eot'); /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('vhs-assets-css-fdeae0397de3bbb193594d26cf8a9250.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-1efe7cf2f91246a880e94e0a3a1921c3.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-54f136a1d07fa127a6abae45032d1bc1.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-e5c37af825a326239c2a702e78794986.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-99ce295cd9b52bc8a3f090ba4e9b4b9d.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('vhs-assets-css-131d67eb9f2e56ea7167aa600af5840a.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('vhs-assets-css-9cab4331069acbc7a19fba9911f69fa8.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-14bbbd87472e3ee0db2ac776ff301e9d.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-8ecd8ad9e2edd04338e0c63cff97113b.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-901b4faec7cc072e66328f479bdc28ef.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-1501e0d5d50a5f488fcf8543e7e44aa2.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('vhs-assets-css-dda14ac3cc34a53a458bb7af584b7cab.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
    url('vhs-assets-css-13915f86cb8695e29a4442e07527a0d5.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-693f810b7f62b9bcce5626eccf4058dd.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-d5851133a1edde8a521bb1e013bf96b2.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-3904170919d9185e0176f09007232521.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-beee17b02b2819f1c08500639bb4396d.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('vhs-assets-css-f1f529d4164299130b32b7d920432ffe.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('vhs-assets-css-e7c827daa84b9bf6c7189ef60979350c.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-1370c7d0149b0e9c1c68925f1cb950e1.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-cb0439b6bfd9f9993de3158ecf3c23ce.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-952dc89b76b1b191d33ff1fa6d2a8177.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-863edf4e2c8711ec0bb4d430f5fe9be0.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('vhs-assets-css-fefe143b2d8dce608918c817a03363d6.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
    url('vhs-assets-css-edda6940ef7a9fb179f1b2fe5f3827ce.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-52c5bf2e1d9f65f02a8e1d5acdbc2f35.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-868a24a81fba33e65d01dce94f5b7d5f.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-2b207e1d6410cd10ea207fa54ebd1f12.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-a3f3a228eb2774eb9f83602281a6db7d.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('vhs-assets-css-f8479432d402ad823811a5f992c97f44.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
    url('vhs-assets-css-6f162e0b59883ab713fa48c8031081c6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-94a830fc994ef91c32fcaf9375de7671.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-cd296aaa5b6c80371b5af113821d14a7.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-4726fe9c6f239d8bca6f42e4f333e025.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-ea1ad04772314923fad8835e6481c61e.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('vhs-assets-css-dea4ad1279aedea6984fc35e4c0d338b.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
    url('vhs-assets-css-0a7f604ba5672e6f2fa1dbdb3b4f6c16.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-de9a51f9b5927c80ca8dc780eb7fff4b.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-0a606f8c87d769520910971113769c17.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-ce4d25f86bd38b687f39e7b9bf01a5d7.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-2b95dbca08a2a583ed6e6dbabe9affb1.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('vhs-assets-css-cee68949438a1e4bd74c68077e8ef31b.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
    url('vhs-assets-css-865da0c7b41ceea33609ac99aa3cedf1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-4cc6f289dcbbb62497b081c8af46dd6d.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-85ded4d661edf414f06e0178607c8e92.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-6d5c7b107f5dbe7b32b45c3bc61f81b2.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-4bf30c596b7d18695eb69afe1ed431e1.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url('vhs-assets-css-988340a3d64fe303754a022c9f3a5079.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
    url('vhs-assets-css-5698e9f676ead255b0da76dbf913820e.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-5571d5a3055e4036e9d76a74c4d736e4.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-36551067baa7adf35f99670d1a417fe4.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-ffeae4eb0fce1bf952ef069157c1d7d7.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-6170970de2012647e7350e785f2824c5.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('vhs-assets-css-a40b1c3c7b98cc68eda0fc4c4c610116.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('vhs-assets-css-39f08fc40aa115e98109661dbb96dbe0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-0475b02af5ac9454b35ae7ccbe745279.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-45e6712b42f3b8abf97b5ddbed72c4b6.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-4260a53d9da6490c5205c5e9485c7b5e.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-6b05a8aae9b500dce9d83090332de9d5.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('vhs-assets-css-d0a8df0b8913ad80884eb95ed18a3900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
    url('vhs-assets-css-300bfee265c52d2334907f5b48e0af7f.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-356599e31183adcfe90037d6c87197b6.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-e652eda55ca67ade6b2899232c8de7dd.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-b6cc898ded6dfb6f2764930bb608edde.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-24d15a289e64011336438ad4d7a95576.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('vhs-assets-css-8794a11679e054a089ccfcb109c8f9ee.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
    url('vhs-assets-css-60f86171810ca2bb78424ff01b99c155.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-7f0f2fa9e9ff5183036e38a8ad9191d3.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-d81db02b9fac2345d1c49a922a230d47.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-26fc2ff1e5ab026aec573edeabdeabed.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-b3c909464094e9cee32ca7233793e566.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('vhs-assets-css-8173980a940fb4f5966e4f23c74a0067.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
    url('vhs-assets-css-b27a662b4db048a0f956a0a1f25e2447.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('vhs-assets-css-f73f8bb8b43e663f54771ed0207af1a5.woff2') format('woff2'), /* Super Modern Browsers */
    url('vhs-assets-css-3afeec1d76e65de2fa525cef73d2b754.woff') format('woff'), /* Modern Browsers */
    url('vhs-assets-css-80cd88ec9acb88f5edf4d787c3321adf.ttf') format('truetype'), /* Safari, Android, iOS */
    url('vhs-assets-css-a440c92f09e4b193417d46bd51e22e22.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* FS MAGAZIN */

legend.powermail_check_legend {
    font-size: 14px !important;
    line-height: 32px !important;
    color: #8B8B8B !important;
}

.powermail_fieldwrap a {
	color: #d0210c;
}

.beconnect-container .powermail_fieldset {
    border: none;
    background-color: #E9E9E9;
    padding: 50px 60px;
    box-sizing: border-box;
}

.beconnect-content .powermail_fieldset {
    border: none;
    background-color: #E9E9E9;
    padding: 50px 60px;
    box-sizing: border-box;
}

.beconnect-container .powermail_create p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.beconnect-content .powermail_create p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.beconnect-container .powermail_fieldwrap_select select {
    height: 32px;
}

.beconnect-content .powermail_fieldwrap_select select {
    height: 32px;
}

.beconnect-container .tx-powermail legend {
    font-weight: bold;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.beconnect-content .tx-powermail legend {
    font-weight: bold;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.beconnect-container .powermail_fieldwrap a { 
	color: #00b2ea;
}

.beconnect-content .powermail_fieldwrap a {
    color: #00b2ea;
}

.beconnect-container .powermail_radio_legend {
    font-size: 14px !important;
    line-height: 32px !important;
    color: #8B8B8B !important;
}

.beconnect-content .powermail_radio_legend {
    font-size: 14px !important;
    line-height: 32px !important;
    color: #8B8B8B !important;
}

.beconnect-container .parsley-errors-list.filled li {
    color: #D0210C;
    font-weight: bold;
}

.beconnect-content .parsley-errors-list.filled li {
    color: #D0210C;
    font-weight: bold;
}

.beconnect-container .section-landingpage p a {
    color: #00b2ea !important;
}

.beconnect-content .section-landingpage p a {
    color: #00b2ea !important;
}

.beconnect-container .powermail_fieldwrap_type_textarea textarea {
    padding: 5px;
}

.beconnect-content .powermail_fieldwrap_type_textarea textarea {
    padding: 5px;
}

.beconnect-container .powermail_fieldwrap a {
    color: #00b2ea;
}

.beconnect-content .powermail_fieldwrap a {
    color: #00b2ea;
}

.powermail_check_outer, .powermail_radio_outer {
    width: auto !important;
}

.powermail_check_inner label, .powermail_radio_inner label {
    width: 600px !important;
    float: inherit !important;
}


.beconnect-container .section li.csc-form-element, .powermail_fieldwrap {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

.beconnect-content .section li.csc-form-element, .powermail_fieldwrap {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

.powermail_label[title] {
    position: relative;
}

.powermail_label[title]:not([title=""]):hover:after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    padding: 10px;
    background-color: #00b2ea;
    display: block;
    color: white;
    line-height: 20px;
}

.beconnect-container label.powermail_label {
    line-height: 18px !important;
}

.beconnect-content label.powermail_label {
    line-height: 18px !important;
}

.beconnect-container label em, .beconnect-container label .mandatory, .beconnect-container legend .mandatory {
    color: #8B8B8B !important;
}

.beconnect-content label em, .beconnect-container label .mandatory, .beconnect-container legend .mandatory {
    color: #8B8B8B !important;
}

.beconnect-container .tx-powermail legend {
    font-family: inherit !important;
}

.beconnect-content .tx-powermail legend {
    font-family: inherit !important;
}

.powermail_fieldwrap_81 select, .powermail_fieldwrap_88 select {
    width: 400px !important;
    height: inherit !important;
    font-size: 12px !important;
    padding: 2px !important;
    cursor: default !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(169, 169, 169) !important;
    border-image: initial !important;
}

.powermail_fieldwrap_92:after {
    content: "";
    background: url(/typo3conf/ext/fs_website/Resources/Public/Icons/follow_white.png) no-repeat;
    display: inline-block;
    z-index: 100;
    margin-left: -3em;
    width: 30px;
    height: 10px;
}

.beconnect-container .powermail_fieldwrap label,
.beconnect-container legend.powermail_check_legend,
.beconnect-container legend.powermail_radio_legend,
.beconnect-container #tx_felogin_loginform label {
    font-size: 14px;
    line-height: 32px;
    color: #8B8B8B;
}

.beconnect-content .powermail_fieldwrap label,
.beconnect-content legend.powermail_check_legend,
.beconnect-content legend.powermail_radio_legend,
.beconnect-content #tx_felogin_loginform label {
    font-size: 14px;
    line-height: 32px;
    color: #8B8B8B;
}

.beconnect-container .section li.csc-form-element input,
.beconnect-container .form-container input,
.beconnect-container .powermail_fieldwrap_type_input input,
.beconnect-container #tx_felogin_loginform input,
.beconnect-container .powermail_fieldwrap_select select {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    height: 32px;
}

.beconnect-content .section li.csc-form-element input,
.beconnect-content .form-container input,
.beconnect-content .powermail_fieldwrap_type_input input,
.beconnect-content #tx_felogin_loginform input,
.beconnect-content .powermail_fieldwrap_select select {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    height: 32px;
}

.beconnect-container .section li.csc-form-element textarea,
.beconnect-container .form-container textarea,
.beconnect-container .powermail_fieldwrap_type_textarea textarea {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-top: 0;
    padding-bottom: 0;
}

.beconnect-content .section li.csc-form-element textarea,
.beconnect-content .form-container textarea,
.beconnect-content .powermail_fieldwrap_type_textarea textarea {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-top: 0;
    padding-bottom: 0;
}

.beconnect-container .section li.csc-form-element-submit input,
.beconnect-container .form-container input.form-button,
.beconnect-container .powermail_fieldwrap_type_submit input,
.beconnect-container #tx_felogin_loginform input[type="submit"] {
    background-color: #00b2ea;
    border: none;
    font-weight: bold;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-left: 25px;
    padding-right: 50px;
}

.beconnect-content .section li.csc-form-element-submit input,
.beconnect-content .form-container input.form-button,
.beconnect-content .powermail_fieldwrap_type_submit input,
.beconnect-content #tx_felogin_loginform input[type="submit"] {
    background-color: #00b2ea;
    border: none;
    font-weight: bold;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-left: 25px;
    padding-right: 50px;
}

@media only screen and (max-width: 900px) {
    .beconnect-container fieldset.powermail_fieldset {
        padding: 20px;
    }

    .beconnect-content fieldset.powermail_fieldset {
        padding: 20px;
    }

    .beconnect-container fieldset.powermail_fieldset .powermail_fieldwrap input, .beconnect-container fieldset.powermail_fieldset .powermail_fieldwrap label, .beconnect-container fieldset.powermail_fieldset .powermail_fieldwrap textarea, .beconnect-container fieldset.powermail_fieldset .powermail_fieldwrap select {
        width: 100% !important;
        max-width: 100%;
        display: block;
    }

    .beconnect-content fieldset.powermail_fieldset .powermail_fieldwrap input, .beconnect-content fieldset.powermail_fieldset .powermail_fieldwrap label, .beconnect-content fieldset.powermail_fieldset .powermail_fieldwrap textarea, .beconnect-content fieldset.powermail_fieldset .powermail_fieldwrap select {
        width: 100% !important;
        max-width: 100%;
        display: block;
    }
}

/* FS WEBSITE */

/* fs2015*/

#mainContent .tx-powermail {
    float: left;
    background: #ebebeb;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

#mainContent .tx-powermail .powermail_fieldset {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

#mainContent .tx-powermail form,
#mainContent .tx-powermail label,
#mainContent .tx-powermail select {
    width: 100% !important;
    float: left;
    box-sizing: border-box;
}

#mainContent .tx-powermail .powermail_fieldwrap label {
    width: 100% !important;
    box-sizing: border-box;
}

#mainContent .tx-powermail .powermail_fieldwrap_type_input input,
#mainContent .tx-powermail .powermail_fieldwrap_type_textarea textarea {
    width: 100%;
    box-sizing: border-box;
}

#mainContent .tx-powermail .powermail_fieldwrap_select select {
    max-width: 60px;
}

#mainContent .tx-powermail .powermail_fieldwrap_type_submit input {
    margin-left: 0;
}

.tx-powermail form {
    float: left;
    width: 100%;
}

.powermail_fieldwrap_type_input input, .powermail_fieldwrap_type_textarea textarea, #tx_felogin_loginform input {
    width: 97%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.powermail_fieldwrap_type_submit input {
    margin-left: 0;
    clear: both;
    margin-top: 10px;
}

.powermail_fieldwrap_select select {
    clear: both;
}

.powermail_fieldwrap label, legend.powermail_check_legend, legend.powermail_radio_legend, #tx_felogin_loginform label {
    margin-top: 6px;
    clear: both;
}


/* screen css */


.section li.csc-form-element, .powermail_fieldwrap { float: left; width: 100%; background: none; padding: 3px 0;  border-left: none; border-right: none; margin-top: 6px; }
.section li.csc-form-element-textblock { border: none; padding-bottom: 25px; }
.section li.csc-form-element input, .section li.csc-form-element textarea, .form-container input, .form-container textarea, .powermail_fieldwrap_type_input input, .powermail_fieldwrap_type_textarea textarea, #tx_felogin_loginform input { border: 1px solid #ddd; padding: 4px; font-family: Arial, Helvetica, sans-serif; float: left; width: 400px; }
#tx_felogin_loginform input { width: 200px; }
.section li.csc-form-element textarea { height: 200px; }
div.csc-mailform li label, .powermail_fieldwrap label, legend.powermail_check_legend, legend.powermail_radio_legend, #tx_felogin_loginform label { color: #999; font-weight: bold; padding-bottom: 5px; margin-right: 0 !important; width: 180px !important; }
.powermail_fieldwrap label, legend.powermail_check_legend, legend.powermail_radio_legend, #tx_felogin_loginform label { float: left; width: 210px !important; padding-right: 10px !important}
#tx_felogin_loginform label { width: 120px !important; clear: both !important;  }
label em, label .mandatory, legend .mandatory { display: inline !important; color: #D0210C !important; font-size: 1em !important; padding-left: 0.2em; }

legend.powermail_check_legend, legend.powermail_radio_legend { display: block !important; }

.powermail_fieldwrap.powermail_privacy label { width: 100% !important; }
.beconnect-container .powermail_fieldwrap.powermail_privacy label { width: 70% !important; margin-left: 220px; }
.beconnect-content .powermail_fieldwrap.powermail_privacy label { width: 70% !important; margin-left: 220px; }

.powermail_check_outer, .powermail_radio_outer {
    float: left;
    width: 410px;
    margin-bottom: 5px;
}

.powermail_check_inner label, .powermail_radio_inner label {
    font-weight: normal;
    width: 380px !important;
    padding-right: 0 !important;
    color: #333;
}

.powermail_radio_inner, .powermail_check_inner {
    clear: both;
}

.powermail_check_inner input, .powermail_radio_inner input {
    float: left;
    margin-right: 8px;
}

p .mandatory { color: #d0210c; }

label .mandatory { display: inline-block !important; margin-left: 0; }

.powermail_fieldwrap_select select {
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    max-width: 400px;
    float: none;
}

.section li.csc-form-element-submit input, .form-container input.form-button, .powermail_fieldwrap_type_submit input, #tx_felogin_loginform input[type="submit"] { margin-left: 180px; background: #D0210C; border: 1px outset #D0210C; color: #fff; font-weight: bold; width: auto; padding: 5px 10px; margin-top: 5px; cursor:pointer;  }

#tx_felogin_loginform input[type="submit"] {
    margin-left: 130px;
    clear: both;
}

.powermail_fieldwrap_type_submit input {
    margin-left: 220px;
}

.tx-powermail > form > h3 {
    display: none;
}

.tx-powermail > form legend {
    display: none;
}

.powermail_fieldwrap input {
    font-size: 14px;
}

@media(max-width: 767px) {
    .powermail_fieldwrap input.powermail_field,
    .powermail_fieldwrap .powermail_submit {
        width: 100%;
    }

    .powermail_fieldwrap_select select {
        width: 100%;
    }

    .powermail_radio_outer {
        width: 100% !important;
    }

    .powermail_fieldwrap_type_submit input {
        margin-left: 0;
    }
    .beconnect-container fieldset.powermail_fieldset .powermail_fieldwrap.powermail_privacy input {
         width: 15px !important;
         max-width: 15px !important;
         display: inline-block !important;
     }

    .beconnect-content fieldset.powermail_fieldset .powermail_fieldwrap.powermail_privacy input {
        width: 15px !important;
        max-width: 15px !important;
        display: inline-block !important;
    }

    .beconnect-container .powermail_fieldwrap.powermail_privacy label { width: 100% !important; margin-left: 0; }
    .beconnect-content .powermail_fieldwrap.powermail_privacy label { width: 100% !important; margin-left: 0; }
}

.section-landingpage .section-header .section-divider:last-child {
    margin-bottom: 40px;
}

.section-landingpage .section-divider {
    margin-top: 0
}

.section-landingpage.section-background .nav-stage-text .inner {
    min-height: 0;
    padding: 0;
}

.section-landingpage.section-background .quickmodul h3 {
    color: #000;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 8px;
    font-size: 22px;
}

.section-teasergroup .button .link.icon,
.section-text .button .link.icon,
.section-landingpage .section-events-list a.button .link-icon,
.section-teaser .button .link.icon,
.fs---section .button .link.icon,
.fs---section .copy .bullet .icon.link,
#buttonShop a .link.icon {
    background: url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/follow_white.png) 0 0 no-repeat;
    width: 6px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
}

.section-landingpage .section-header .section-text {
    position: relative;
}

.section-landingpage .section-header h3 + .button {
    position: absolute;
    right: 0;
    bottom: 22px;
}

.section-landingpage .section-events-list a.button {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 15px;
    left: 15px;
    border: none !important;
    width: 39% !important;
    margin-left: 15px;
}

.section-landingpage .section-events-list .bullet.title + .bullet {
    left: 0
}

.section-landingpage .section-events-list .button + .button.registration {
    left: 47%;
}

.section-landingpage .section-events-list a.button .label {
    font-weight: bold !important;
    margin-right: -5px
}

.section-landingpage .section-events-list a.button:hover {
    color: #fff !important;
}

.section-landingpage .section-events-list a.button .link-icon {
    background-position: 0 5px !important;
    height: 14px;
}

.section-landingpage iframe:last-child {
    margin-bottom: 0;
}
/*
body.fixed-nav .landingpage .section-landingpage:first-child {
    margin-top: 130px
}
*/
.section-landingpage {
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
    clear: both;
}

.section-landingpage.section-stage.big {
    display: inline-block;
    overflow-y: visible
}

.section-landingpage.section-background.scale-background {
    background-size: cover !important
}

.section-landingpage.section-background.content-box-white .section-text {
    background: #fff;
    padding: 20px 25px;
    width: auto
}

.section-landingpage.section-background.content-box-white .section-text h3,
.section-landingpage.section-background.content-box-white .section-text p {
    color: #000
}

.section-landingpage.section-background.content-box-white .section-text h2 {
    color: #d82410;
}

.section-landingpage.section-background.content-box-white .section-text p {
    width: auto;
}

.section-landingpage.section-background h2 {
    font-size: 30px;
}

.section-landingpage.section-background .inner,
.section-landingpage.section-background .inner .wrapper3 {
    /*min-height: 350px;*/
}

.section-landingpage.section-background {
    min-height: 350px;
}

.section-landingpage.section-background .inner .wrapper3 {
    display: block;
    float: left;
}

.section-landingpage.section-background h2 {
    color: #d82410;
}

.section-landingpage.section-background.big {
    height: 350px
}

.section-landingpage .inner,
.section-landingpage .wrapper3 {
    margin: 0 auto;
    height: 100%;
}

.section-landingpage .inner {
    width: 950px;
    padding: 0 15px;
}

.section-landingpage .inner .wrapper3 {
    display: block;
    width: 100%;
}

.section-landingpage .section-teaser {
    border-bottom: none;
    padding: 0
}

.section-landingpage .section-teaser .copy {
    width: auto;
}

.section-landingpage .col {
    float: left;
    min-height: 1px
}

.section-landingpage.gerahmt .col-1 {
    border-right: 1px solid #ddd;
}

.section-landingpage.grid-1-1 .col {
    width: 47.5%;
    min-height: 1px
}

.section-landingpage.grid-1-1 .col-1 {
    margin-right: 2.5%;
}

.section-landingpage.grid-1-1 .col-2 {
    margin-left: 2.5%;
}


.section-landingpage.grid-2-1.gerahmt .col-2,
.section-landingpage.grid-1-2.gerahmt .col-2 {
    width: 24%
}

.section-landingpage.grid-2-1 .col-1,
.section-landingpage.grid-1-2 .col-2 {
    width: 63%;
}

.section-landingpage.grid-2-1 .col-2,
.section-landingpage.grid-1-2 .col-1 {
    width: 31%;
}

.section-landingpage.grid-1-2 .col-2,
.section-landingpage.grid-2-1 .col-2 {
    float: right;
    margin-left: 3%;
}

.section-landingpage.grid-1-2 .col-1,
.section-landingpage.grid-2-1 .col-1 {
    float: left;
    margin-right: 3%;
}

.section-landingpage.grid-3-1 .col-1,
.section-landingpage.grid-1-3 .col-1 {
    width: 70.5%;
    float: left;
    margin-right: 0;
}

.section-landingpage.grid-3-1 .col-2,
.section-landingpage.grid-1-3 .col-2 {
    width: 24%;
    float: right;
    margin-left: 0;
    margin-right: 0;
}

.section-landingpage.grid-1-3 .col-1 {
    width: 24%;
}

.section-landingpage.grid-1-3 .col-2 {
    width: 70.5%;
}

.section-landingpage.section-background .col {
    margin-top: 40px;
}

.section-landingpage .section-content .section-teaser .img {
    width: 100%;
}

.section-landingpage .section-content .section-teaser .img img {
    width: 100%;
}


.section-landingpage .section-header, .section-landingpage .section-content {
    clear: both;
    position: relative;
}

.section-landingpage.gerahmt {
    float: none;
}

.section-landingpage.gerahmt .section-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.section-landingpage.gerahmt .section-header .section-text {
    float: none
}

.stage-motiv {
    position: absolute;
    top: -130px;
}

.stage-motiv img {
    height: 640px;
    width: 620px;
}

.section-landingpage .section-text h3 + p,
.section-landingpage .section-text h2 + p,
.section-text-image h2 + p,
.section-text-image h3 + p {
    margin-top: 20px
}

.section-landingpage.content-box-white .col > .fs---section {
    background: #fff;
    padding: 4% 5% 4% 5%;
    width: 90%;
}

.section-landingpage.content-box-white .col > .fs---section p {
    color: #333;
}

.section-landingpage.content-box-white .col > .fs---section h3 {
    color: #333;
}

.section-landingpage.content-box-white .col > .fs---section h4 {
     color: #333;
}

.section-landingpage .section-events-list {
    margin-top: 20px;
}

.section-landingpage .section-events-list .row {
    clear: none;
    float: left;
    width: 29%;
    background: #eaeaea;
    margin-left: 2%;
    padding: 15px 1.5%;
    border: none;
    min-height: 180px;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
}

.section-landingpage .section-events-list .row:first-child {
    margin-left: 0;
}

.section-landingpage .section-events-list .row .col {
    width: 100% !important;
}

.section-landingpage .section-events-list .row .event-date br {
    display: none;
}

.section-landingpage .section-events-list .row .event-date > span {
    display: inline-block;
    margin-left: 10px;
}

.section-landingpage .section-events-list .list a:first-child .label, .section-landingpage .section-events-list .list strong:first-child .label {
    font-size: 16px;
    font-family: "Open Sans Condensed", sans-serif;
    margin-bottom: 8px;
    margin-top: 5px;
    display: block;
}

.section-landingpage .section-events-list .list a br, .section-landingpage .section-events-list .list strong + br {
    display: none;
}

.section-landingpage .section-events-list .list > a.bullet {
    display: none;
}

.section-landingpage .teaser-slider {
    width: 100%;
    clear: both;

    height: 220px;
    position: relative;
}

.section-landingpage .teaser-slider > .container {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.section-landingpage .teaser-slider .nav-left, .section-landingpage .teaser-slider .nav-right {
    width: 30px;
    height: 30px;
    position: absolute;
    color: #d82410;
    font-size: 50px;
    cursor: pointer;
    left: -45px;
    top: 50%;
    margin-top: -30px;
    text-align: center;
}

.beconnect-container .section-landingpage .teaser-slider .nav-left, .beconnect-container .section-landingpage .teaser-slider .nav-right {
    color: #00b2ea !important;
}

.beconnect-content .section-landingpage .teaser-slider .nav-left, .beconnect-content .section-landingpage .teaser-slider .nav-right {
    color: #00b2ea !important;
}

.beconnect-container .section-events-list.teaser-slider .event-content {
    display: none;
}

.beconnect-content .section-events-list.teaser-slider .event-content {
    display: none;
}

.section-landingpage .teaser-slider .nav-right {
    left: auto;
    right: -34px;
}

.section-landingpage .teaser-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100%
}

.section-landingpage .section-teasergroup-3.teaser-slider, .section-landingpage .section-teasergroup-3.teaser-slider > .container {
    height: 100%;
}

.section-landingpage .section-teasergroup-3 .section-teaser {
    width: 26.15%;
    padding: 0 3.5%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    margin-left: -1px;
    margin-top: 0;
    border-top: none;
    min-height: 200px;
    height: 100%;
}


.section-landingpage .section-teasergroup-3 .section-teaser:first-child {
    margin-left: 0;
}

.section-landingpage .section-teasergroup-6 .section-teaser.headline-only .copy {
    padding: 8px 0;
}

.section-teasergroup-5 .img, .section-landingpage .section-content .section-teasergroup-5 .img {
    float: left;
    width: 27%;
    margin-right: 4%;
}

.section-landingpage .section-teasergroup-7 .section-teaser {
    width: 49%;
    margin-left: 2%;
    background: #fff;
    margin-top: 25px;
    /*height: 230px;*/
    height: 100%;
    overflow: hidden;
}

.section-landingpage .section-teasergroup-7 .section-teaser .img {
    width: 100%;
    /*height: 150px;*/
    overflow: hidden;
}

.section-landingpage .section-teasergroup-7 .section-teaser .copy {
    width: 100%;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-1 {
    margin-left: 0;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-6 {
    /*margin-top: -90px;*/
    margin-top: -40px;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-1,
.section-landingpage .section-teasergroup-7 .section-teaser.n-6 {
    /*height: 345px;*/
    height: 100%;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-1 .img,
.section-landingpage .section-teasergroup-7 .section-teaser.n-6 .img {
    height: 230px;
}

.section-landingpage .section-teasergroup-7 .section-teaser .button a {
    display: none;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-2, .section-landingpage .section-teasergroup-7 .section-teaser.n-3,
.section-landingpage .section-teasergroup-7 .section-teaser.n-4, .section-landingpage .section-teasergroup-7 .section-teaser.n-5 {
    width: 23.5%;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-4 {
    clear: both;
    margin-left: 0;
}

.section-landingpage .section-header .section-auto-gallery .img {
    width: 11.8%;
    margin-left: .8%;
}

.section-landingpage .section-header .section-auto-gallery .img:nth-child(5n+1) {
    margin-left: .8%;
}

.section-landingpage .section-auto-gallery .img:first-child {
    margin-left: 0 !important;
}

.section-landingpage .section-auto-gallery .img:nth-child(8n+1) {
    margin-left: 0;
}

.section-teasergroup-5 .section-teaser .copy, .section-landingpage .section-content .section-teasergroup-5 .copy {
    float: left;
    width: 69%;
    padding: 0;
}

.section-landingpage.grid-3-1 .col-2 .section-teasergroup-box .section-teaser .copy {
    width: 87%;
    padding-left: 6.5%;
    padding-right: 6.5%;
}


.section-landingpage .section-oxomi-search {
    background: none;
    margin: 40px 0 0 0;
    padding-bottom: 0;
    text-align: left;
    /*border-top: 1px solid #ccc;*/
}

.section-landingpage .section-oxomi-search .inner {
    text-align: left;
    padding: 0;
    width: 100%;
    margin-top: 5px;
}

.section-landingpage .section-oxomi-search h2 {
    font-size: 18px;
    color: #333;
}

.section-landingpage .section-oxomi-search p {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0
}

/*.section-landingpage .section-oxomi-search form {*/
    /*float: right;*/
/*}*/
/*
body.fixed-nav .landingpage .section-landingpage:first-child {
    margin-top: 55px;
}
*/

@media screen and (max-width: 767px) {
    .wrapper2,
    .section-landingpage .inner,
    #footer .inner {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .section-landingpage .col {
        min-height: 0 !important;
    }

    .section-landingpage .tx-bp-fs-events .col.event-links .title + .bullet {
        padding-left: 10px;
        left: 12px;
    }

    /*.section-landingpage .wrapper3 .section.section-oxomi-search .inner {*/
        /*width: 100%;*/
        /*max-width: none;*/
    /*}*/

    .section-landingpage .section-oxomi-search p {
        margin-bottom: 10px;
    }

    .section-landingpage .section-oxomi-search form {
        float: none;
    }

    .section-landingpage .wrapper3 .section-oxomi-search .button {
        display: block;
        margin-left: 10px;
    }

    .section-landingpage.grid-3-1 .col-1 {
        margin-bottom: 0;
    }

    .section-landingpage {
        padding: 30px 0;
        padding-top: 0;
    }

    .section-landingpage.grid-1-1.equalize-columns.section-background {
        margin-bottom: 30px;
    }

    .section-landingpage .section-teaser .copy {
        float: left;
    }

    .section-landingpage.section-background {
        height: auto;
        display: inline-block;
        background-position: top center !important;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0;
        background-attachment: scroll !important;
    }

    .section-landingpage.section-background, .section-landingpage.section-background.scale-background {
        background-size: auto 250px !important;
    }

    .section-landingpage.section-background.fs-parallax {
        background-size: cover !important;
    }

    .section-landingpage.section-background.background-right {
        background-position: top right !important;
    }

    .section-landingpage.section-background.background-left {
        background-position: top left !important;
    }

    .section-landingpage.section-background .inner {
        /*min-height: 135px;*/
    }

    .section-landingpage .section-header .section-text {
        margin-bottom: 5px
    }

    .landingpage .section-landingpage .slides .slide .inner .section-text .copy .inner .headline {
        background: rgba(0, 0, 0, 0.6);
        padding: 5%;
    }

    .landingpage .section-landingpage .slides .slide .inner .section-text .copy .inner .headline h2 {
        font-size: 20px;
    }

    .landingpage .section-landingpage .slides .slide .inner .section-text .copy .inner .headline h3 {
        font-size: 17px;
    }

    .section-landingpage.section-background .inner .wrapper3 {
        /*min-height: 175px;*/
    }

    .section-landingpage.section-background .section-header {
        display: none;
    }

    .section-landingpage.section-background .stage-motiv {
        height: 345px;
        width: 335px;
        top: -60px;
        left: 50%;
        margin-left: -167px
    }

    .section-landingpage.section-background .fs---Text {
        position: relative;
        background: #333;
        margin-top: 160px;
        margin-left: -23px;
        padding: 20px 25px;
        width: 100% !important;
        z-index: 2
    }

    .section-landingpage.section-background .fs---Text.fs---section {
        margin-bottom: 0;
    }

    .section-landingpage.section-background.big .fs---Text {
        position: relative;
        background: none;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
        width: auto;
        z-index: 0
    }

    .section-landingpage.section-background.big > .nav-stage-text ul {
        width: 101%
    }

    .section-stage > .nav-stage-text ul > li .item-content {
        margin-left: 0;
        border-left: 1px solid #333;
    }

    .section-landingpage.section-background.big > .nav-stage-text ul > li.active .item-content {
        width: 100%
    }

    .section-landingpage.content-box-white .col .section-text {
        padding: 25px 25px;
        width: 100%;
    }

    .section-landingpage.mobile-content-box-white .col .section-text {
        padding: 25px 25px;
        width: 100%;
    }

    .section-landingpage.mobile-content-box-white .col > .fs---section {
        background: #EAEAEA;
        padding: 4% 5% 4% 5%;
        width: 90%;
    }

    .section-landingpage.mobile-content-box-white .col > .fs---section p {
        color: #333 !important;
    }

    .section-landingpage.mobile-content-box-white .col > .fs---section h1 {
        color: #333 !important;
    }

    .section-landingpage.mobile-content-box-white .col > .fs---section h2 {
        color: #333 !important;
    }

    .section-landingpage.mobile-content-box-white .col > .fs---section h3 {
        color: #333 !important;
    }

    .section-landingpage.mobile-content-box-white .col > .fs---section h4 {
        color: #333 !important;
    }

    .section-landingpage.mobile-content-box-white .col > .fs---section h5 {
        color: #333 !important;
    }

    .section-stage > .nav-stage-text li .item-content {
        padding: 10px 0;
        height: 35px;
        background: none;
        transition: background-color .2s linear;
        margin-left: 10px;
    }

    .section-stage > .nav-stage-text ul > li:first-child .item-content, .section-stage > .nav-stage-text ul > li.item-2 .item-content {
        border-left: none;
    }

    .section-landingpage.section-background .col-1.stage-motiv { left: 70px }
    .section-landingpage.section-background .col-2.stage-motiv { right: 20px }

    .section-landingpage.section-background .col {
        margin-top: -2px;
    }

    .section-landingpage.section-background .stage-motiv img {
        height: 305px;
        width: 315px;
        margin-left: 10px !important
    }

    .section-landingpage.section-background.grid-2-1 .col-2,
    .section-landingpage.section-background.grid-1-2 .col-1,
    .section-landingpage.section-background.grid-2-1 .col-1,
    .section-landingpage.section-background.grid-1-2 .col-2 {
        width: 100%;
        margin-left: 0;
    }

    .section-landingpage.section-background.grid-2-1 .col-2,
    .section-landingpage.section-background.grid-1-2 .col-1 {
        margin-left: 0;
        background: rgba(31, 75, 104, 0.75);
    }

    .section-landingpage.grid-1-3 .col {
        width: 100%;
    }

    .section-landingpage.section-background.invertiert .section-text {
        background-color: rgba(255, 255, 255, 0.75);
    }

    .section-landingpage.grid-1-1 .col-2 {
        margin-left: 0;
    }

    .section-landingpage.grid-2-1 .col-2 {
        width: 100%;
        margin-left: 0;
    }

    .section-landingpage.grid-2-1 .col-1 {
        width: 100%;
    }

    .section-landingpage.grid-2-1 .col-2,
    .section-landingpage.grid-1-2 .col-2 {
        clear: left;
        margin-left: 0;
    }

    .section-landingpage.grid-2-1 .col-1,
    .section-landingpage.grid-2-1 .col-2,
    .section-landingpage.grid-1-2 .col-1,
    .section-landingpage.grid-1-2 .col-2 {
        width: 100%;
        margin-right: 0;
    }

    .section-landingpage.grid-3-1 .col-1,
    .section-landingpage.grid-3-1 .col-2 {
        width: 100%;
    }

    .section-landingpage.grid-2-1 .col-2 {
        margin-top: 10px;
    }

    .section-landingpage.grid-3-1 .col-2 {
        margin-top: 20px;
    }

    .section-landingpage .wrapper3 h2,
    .section-landingpage .wrapper3 h3 {
        font-size: 20px;
    }

    .section-landingpage.parallax-window  .section-text h3 + h2,
    .section-landingpage.parallax-window  .section-text h2 + h3 {
        margin-top: -5px;
    }

    .section-landingpage  .section-text h3 + h2,
    .section-landingpage .section-text h2 + h3 {
        margin-top: -5px;
    }

    .section-landingpage.gerahmt .wrapper3 h2 {
        display: inline-block;
    }

    .section-landingpage .wrapper3 div.section-buttons a.button {
        margin-bottom: 10px;
        display: inline-block;
        min-width: 180px;
        position: relative;
    }

    .section-landingpage .wrapper3 div.section-buttons a.button em.fa-angle-right {
        position: absolute;
        right: 13px;
    }

    .section-landingpage .section-events-list.teaser-slider > .list.container > .slide > .row.item > .col.event-date {
        margin-bottom: 0
    }

    /*.section-landingpage .section-teasergroup-6 .n-3,
    .section-landingpage .section-teasergroup-6 .n-6,
    .section-landingpage .section-teasergroup-6 .n-9,*/
    .section-teasergroup-6 .section-teaser:nth-child(3n+1) {
        margin-left: 0;
    }

    .section-landingpage .section-teasergroup-7 .section-teaser.n-1 .img,
    .section-landingpage .section-teasergroup-7 .section-teaser.n-6 .img {
        height: auto;
    }


    .section-landingpage .section-teaser .copy {
        float: left;
    }

    .section-landingpage .section-content .col iframe {
        width: 100%;
        margin-bottom: 0;
    }

    .section-landingpage .section-teasergroup-2,
    .section-landingpage .section-teasergroup-2 .section-teaser {
        width: 100%;
        margin: 0;
    }

    .section-landingpage .link-follow {
        display: inline-block;
        margin-top: 0;
    }

    .section-landingpage .section-teasergroup-1 .section-teaser,
    .section-landingpage .section-teasergroup-2 .section-teaser {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .section-landingpage .section-teasergroup-1 .section-teaser:first-child {
        margin-top: 0
    }

    .section-landingpage .section-teasergroup-1 .section-teaser .copy {
        padding-bottom: 0
    }

    .section-landingpage .section-teasergroup-1.section-teasergroup-box .section-teaser .copy {
        padding-bottom: 20px
    }

    .section-landingpage.section-background {
        min-height: inherit;
    }

    .section-landingpage .section-linkboxes .item {
        display: block;
    }

    .section-landingpage.grid-1-1 .col,
    .section-landingpage.grid-1-1 .col .item {
        width: 100%;
    }

    .section-landingpage .fs---Text.fs---section {
        padding-top: 35px;
    }

    .section-landingpage.grid-1-1 .col .item.last {
        margin-bottom: 0;
    }

    .section-landingpage.grid-1-1 .col .item .inner {
        margin-right: 0;
        padding: 15px;
    }

    .section-landingpage.gerahmt .section-text-image.variant-2 {
        margin: 0 -15px 15px -15px;
        padding: 0 15px 15px 15px;
        border-bottom: 1px solid #ddd;
    }

    .section-landingpage.gerahmt .col-1 {
        border: none;
    }

    .section-landingpage.gerahmt .section-header {
        width: 100%;
        margin: 0 -15px 15px -15px;
        padding: 0 15px 15px 15px;
    }

    .section-landingpage.gerahmt .section-text-image .image {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .section-landingpage.gerahmt .section-text-image .image img {
        margin-right: 0;
    }

    .section-landingpage.grid-2-1.gerahmt .col-2,
    .section-landingpage.grid-1-2.gerahmt .col-2 {
        width: 100%;
    }

    .section-landingpage.section-background .section-text-image.variant-1 {
        background-color: rgba(0, 0, 0, 0.75);
    }

    .section-landingpage.section-background .section-text-image.variant-1 .copy p > img {
        margin: 0;
    }

    .section-landingpage .section-text a.button {
        width: auto;
        box-sizing: border-box;
    }

    .section-landingpage .inner .wrapper3 {
        display: block;
    }

    .section-landingpage .section-teasergroup-3.teaser-slider > .container {
        height: 100%;
    }

    .section-landingpage .section-teasergroup-3.teaser-slider .section-teaser {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        min-height: 350px;
        padding: 0 3.5% 3.5% 3.5%;
    }

    .section-landingpage .section-teasergroup-3.teaser-slider .nav-left,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-right {
        top: -5px;
        width: 35px;
        height: 35px;
        font-size: 35px;
    }

    .section-landingpage .section-teasergroup-3.teaser-slider .nav-left {
        left: inherit;
        right: 35px;
    }

    .section-landingpage .section-teasergroup-3.teaser-slider .nav-right {
        right: 0;
    }

    .section-landingpage .section-header h3 + .button {
        position: relative;
        float: left;
        bottom: 0;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .section-landingpage .section-header h3 + .button > a {
        padding: 4px 13px;
    }

    .section-landingpage .section-events-list {
        margin-top: 0;
    }

    .section-landingpage.section-background.section-stage {
        height: 100%;
    }

    .section-landingpage.section-background.section-stage.big {
        /* height: 525px; MIT TEXT */
        height: auto;
        margin-bottom: 10px;
    }

    .section-stage.big {
        padding: 0;
    }

    .section-landingpage.section-background.section-stage.big .section-text {
        padding: 20px 20px;
        margin: 240px -20px 0 -20px;
        width: 100%;
        height: auto;
        background: #000;
    }

    .section-landingpage.section-background.section-stage.big .section-text .copy {
        clear: both;
        width: 100%;
    }

    .section-landingpage.section-background.section-stage.big .copy > a > .inner {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .section-landingpage.section-background.section-stage.big .copy > .inner {
        width: 100%;
        margin: 0;
    }

    .section-landingpage.section-background.section-stage.big .copy br {
        content: " "; /* Remove break */
        margin-right: 3px; /* Set space between text blocks */
    }

    .landingpage .section-landingpage.big .slides .slide .inner .section-text .copy .inner .headline {
        margin-top: 0;
        background: none;
        padding: 0
    }

    .section-landingpage .section-text h3 + p,
    .section-landingpage .section-text h2 + p,
    .section-text-image h2 + p,
    .section-text-image h3 + p {
        margin-top: 10px
    }

    .section-landingpage .section-teasergroup-6 {
        margin-top: 15px
    }

    .section-stage .slide > .inner a {
        width: 100%;
    }

    .section-landingpage .section-teasergroup-6 .section-teaser {
        margin-bottom: 5px
    }

    .section-landingpage .wrapper3 div.section-buttons a.button {
        font-size: 14px
    }

    /* Slider Boxen */
    .section-landingpage .teaser-slider {
        padding-bottom: 70px;
    }

    /*
    .section-landingpage .section-teaser .copy {
        padding-bottom: 0
    }*/

    .section-landingpage .teaser-slider .nav-left,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-left,
    .section-landingpage .teaser-slider .nav-right,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-right {
        top: auto;
        bottom: 7px;
        border: 1px solid #ccc;
        height: auto;
        width: auto;
    }

    .section-landingpage .teaser-slider .nav-left .fa-angle-left,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-left .fa-angle-left,
    .section-landingpage .teaser-slider .nav-right .fa-angle-right,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-right .fa-angle-right{
        padding: 2px 12px 5px 12px;
    }

    .section-landingpage .teaser-slider .nav-left .fa-angle-left:hover,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-left:hover,
    .section-landingpage .teaser-slider .nav-right .fa-angle-right:hover,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-right:hover {
        background: #d82410;
        color: #fff
    }

    .section-landingpage .teaser-slider .nav-left,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-left,
    .section-landingpage .teaser-slider .nav-right,
    .section-landingpage .section-teasergroup-3.teaser-slider .nav-right {
        background: #fff;
        right: auto;
        left: 0;
        min-height: 40px
    }

    .section-landingpage .fs---Teasergroup.fs---section {
        margin-top: 50px;
    }

    .section-landingpage .teaser-slider .nav-right,
    .section-landingpage .section-teasergroup-3.teaser-slider.teaser-slider .nav-right {
        left: 41px
    }

    .section-landingpage .teaser-slider .nav-right .fa-angle-right {
        margin-right: 4px;
        margin: 0
    }

    .section-landingpage .section-teasergroup-3.teaser-slider .section-teaser {
        padding: 0;
        border-left: none;
        border-right: none;
    }

    @media only screen and (min-width: 500px) {

        .section-landingpage .section-teasergroup-1 .section-teaser,
        .section-landingpage .section-teasergroup-2 .section-teaser {
            width: 47.5%;
            margin: 0 0 20px 5%;
            box-sizing: border-box;
        }

        .section-landingpage .section-teasergroup-1 .section-teaser.first,
        .section-landingpage .section-teasergroup-2 .section-teaser.first {
            margin: 0;
        }

        .section-landingpage .section-teasergroup-1 .section-teaser.first.last,
        .section-landingpage .section-teasergroup-2 .section-teaser.first.last {
            width: 100%;
        }

        /*.section-landingpage .section-teasergroup-6 .n-1,
        .section-landingpage .section-teasergroup-6 .n-5,
        .section-landingpage .section-teasergroup-6 .n-9 {
            margin-left: 2.5%;
        }*/

        .section-landingpage .section-teasergroup-6 .n-4,
        .section-landingpage .section-teasergroup-6 .n-7,
        .section-landingpage .section-teasergroup-6 .n-10 {
            clear: none;
        }

        /*.section-landingpage .section-teasergroup-6 .n-5,
        .section-landingpage .section-teasergroup-6 .n-9 {
            clear: left;
        }

        .section-landingpage .section-teasergroup-6 .n-4,
        .section-landingpage .section-teasergroup-6 .n-8 {
            margin-right: 0;
        }*/

        .section-landingpage .section-teasergroup-6 .section-teaser:nth-child(3n+1) {
            margin-left: 0;
        }

        .section-landingpage .section-teasergroup-6 .section-teaser:nth-child(3n+0) {
            margin-right: 0;
        }

        /* .section-landingpage.grid-1-1 .col {
            width: 47.5%;
            box-sizing: border-box;
        }

        .section-landingpage.grid-1-1 .col-1 {
            margin-left: 0;
        }*/

        .section-landingpage.gerahmt .section-text-image.variant-2 {
            width: 47.5%;
            margin: 0 5% 30px 0;
            padding: 0;
            border-bottom: 0;
        }

        .section-landingpage.gerahmt .section-text-image.variant-2:nth-child(even) {
            margin-right: 0;
        }

        .section-landingpage.gerahmt .section-text-image.variant-1 .image {
            width: 47.5%;
            margin: 0 5% 0 0;
        }

        .section-landingpage.gerahmt .section-text-image.variant-1 .copy {
            width: 47.5%;
        }

        #main .section.section-teaser.section-teaser-2-col.section-teaser-2-col-large {
            width: 100%;
            margin-left: 0;
        }

        #main .section.section-teaser.section-teaser-2-col.section-teaser-2-col-large:first-child,
        #main .section.section-teaser.section-teaser-2-col.section-teaser-2-col-large.even {
            margin-left: 0
        }
    } /* Ende min-width 500px*/

    .section-landingpage .section-events-list .slide {
        width: 100% !important;
    }
    .section-landingpage .section-events-list .row {
        width: 100%;
        padding: 10px 10px 15px 10px;
        box-sizing: border-box;
        min-height: 220px;
    }
    .section-landingpage .section-events-list .row .button {
        margin-left: 0;
        font-size: 12px;
        width: auto !important;
    }

    .section-landingpage .teaser-slider .nav-left,
    .section-landingpage .teaser-slider .nav-right {
        top: auto;
        width: 35px;
        height: auto;
        font-size: 35px;
    }

    .section-landingpage.grid-1-3 .section-teasergroup-1 .section-teaser {
        width: auto;
    }

    .section-landingpage.section-stage.big .section-text .headline h2,
    .section-landingpage.section-stage.big .section-text .headline h3	{
        font-size: 25px;
    }

    .section-landingpage .csc-textpic img {
        max-height: none;
    }

    .section-landingpage .section-teaser .img {
        width: auto;
        margin: 0;
    }

    .section-landingpage .teaser-slider .slide .img {
        width: 100%;
    }

    .section-landingpage .section-teasergroup-7 .section-teaser {
        clear: both !important;
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .section-landingpage.section-background.section-stage.big {
        overflow: hidden;
    }

    .quickmodul {
        display: none;
    }

}

@media only screen and (max-width: 500px) {
    .section-landingpage .section-teasergroup-3.teaser-slider .section-teaser {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
    }

}

@media only screen and (min-width : 768px) and (max-width : 1200px) {
    .section-landingpage.section-background .inner,
    .section-landingpage.section-background .inner .wrapper3 {
        min-height: 220px;
    }

    .section-landingpage.section-background .stage-motiv {
        height: 340px;
        top: -130px;
    }

    .section-landingpage.section-background .col-1.stage-motiv { left: 20px }
    .section-landingpage.section-background .col-2.stage-motiv { right: 20px }

    .section-landingpage.section-background .stage-motiv img {
        height: 520px;
        width: auto
    }

    .section-landingpage .section-header h3 + .button {
        bottom: 9px;
    }

    .section-landingpage .section-teasergroup-7 .section-teaser {
        border-bottom: none;
    }

    .section-landingpage .section-teasergroup-7 .section-teaser.n-6 {
        /*margin-top: -90px;*/
        margin-top: -63px;
    }

    .section-landingpage .section-events-list .row .bullet.title + .bullet {
        left: 15px;
    }

    .section-landingpage .section-events-list .row a.button {
        margin-left: 0;
        font-size: 12px;
        width: auto !important;
    }

    .section-landingpage .section.section-oxomi-search {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 350px) {
    .section-landingpage .section-events-list.teaser-slider,
    .section-landingpage .section-events-list.teaser-slider > .list.container,
    .section-landingpage .section-events-list.teaser-slider > .list.container > .slide ,
    .section-landingpage .section-events-list.teaser-slider > .list.container > .slide  > .row.item {
        min-height: 230px;
    }
}

@media only screen and (min-width : 375px) {
    .section-landingpage .section-teasergroup-7 .section-teaser .copy,
    .section-landingpage .section-teasergroup-7 .section-teaser.n-1 .copy,
    .section-landingpage .section-teasergroup-7 .section-teaser.n-6 .copy {
        width: 100%;
    }

}

@media(max-width: 769px) {
    .section-landingpage .wrapper3 h2,
    .section-landingpage .wrapper3 h2 span,
    .section-landingpage .wrapper3 .button {
        display: block !important;
    }
}


/* Background-image mobile */

@media(min-width: 768px) {
    .fs---section-landingpage__mobileImage {
        display: none;
    }
}

@media(max-width: 767px) {
    .fs---section-landingpage__mobileImage {
        display: block;
        width: 100%;
        height: auto;
    }

    .section-landingpage.section-background .fs---Text {
        margin-top: 0;
    }

    .section-landingpage.section-background.fs-parallax {
        background: none !important;
    }
}

.section-landingpage .fs---Teasergroup.fs---section {
    margin-bottom: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
p {
	margin-bottom: 0.8em;
}

.section p { padding-right: 1em; }

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.hidden { display: none; }

html { background: #fff; }

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.4em;
	min-height: 800px;
}

#navigationAids { display: none; }

#siteTitle {
	float: left;
	margin-top: 10px;
	width: 270px;
	height: 40px;
}

#siteTitle a {
	float: left;
	width: 270px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999em;
	background: url("/typo3conf/ext/fs_website/Resources/Public/Images/logo-fs.png") no-repeat 0 0;
	background-size: contain;
}

#headerInner, .wrapper2 {
	width: 950px;
	float: none;
	margin: 0 auto;
	padding: 20px 5px 50px 5px;
}

#headerInner {
	height: 40px;
	padding-bottom: 40px;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	background :#fff;
	border-bottom: 3px solid #D0210C;
	z-index: 999;
}

*+ html #header {
	position: relative;
	height: 100px;
	text-align: center;
}

.wrapper2 {
	min-height: 300px;
	padding-top: 40px;
}

#searchBox, #topMenu {
	float: right;
}

#searchBox { margin-right: 10px; }

#topMenu {
	font-size: 11px;
	margin-right: 30px;
	padding-top: 9px;
}

#topMenu a {
	text-decoration: none;
	color: #444;
}

#topMenu a:hover {
	color: #D0210C;
}

#topMenu li { padding-bottom: 2px; line-height: 1em; border-left: 1px solid #666; margin-left: 8px; padding-left: 8px; float: left; }
#topMenu li:first-child { border-left: none; }

#searchBox input {
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;

}

#searchBox input#inputText {
	width: 160px;

}

#searchBox input#inputButton {
	border: none;
	padding: 0;
	margin-left: -22px;
	margin-top: 5px;
}

#stage {height: 240px;}

.stage {
	width: 100%;
	height: 240px;
	background: #eaeaea;
	border-top: 3px solid #D0210C;
	clear: both;
	float: left;
	margin-top: 100px;
}

*+ html .stage {
	margin-top: -3px;
}

*+ html .wrapper2 {
	padding-top: 0;
}

.homepage .section-stage, #page-257 .section-stage, #page-284 .section-stage, #page-285 .section-stage, #page-90 .section-stage, #page-17 .section-stage, #page-16 .section-stage, #page-297 .section-stage { height: 260px; background-color: #fff; }

#navigationFirstLevel {
	width: 950px;
	margin: -21px auto 30px auto;
	padding: 0 5px;
}

.ie7 #navigationFirstLevel {
	margin: 3px auto 0 auto;
}

.ie7 .section-productgroup .brands .brand a span {
	display: block;
}

#navigationFirstLevelMenu, #navigationFirstLevelMenuBottom {
	float: left;
	width: 100%;
	margin-top: -16px;
	margin-bottom: 40px;
}

#navigationFirstLevelMenuBottom {
	margin-top: -21px;
	display: none;
}

#navigationFirstLevelMenu ul {
	float: left;
}

#navigationFirstLevelMenuBottom ul {
	float: left;
}

#navigationSecondLevelMenu > ul {
	border-bottom: 1px solid #ccc;
	float: left;
}

#navigationFirstLevelMenu li, #navigationFirstLevelMenuBottom li {
	float: left;
	border-left: 1px solid #fff;
}

#navigationFirstLevelMenu li:first-child, #navigationFirstLevelMenuBottom li:first-child {
	border-left: none;
}

#navigationFirstLevelMenu a, #navigationFirstLevelMenuBottom a {
	float: left;
	padding: 9px 14px;
	background: #aaa;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.1em;
	transition: background-color 0.5s;
}

#navigationFirstLevelMenuBottom a { background: #000; }

#navigationFirstLevelMenu a.selected, #navigationFirstLevelMenu a.active, #navigationFirstLevelMenu a:hover, #navigationFirstLevelMenuBottom a.selected, #navigationFirstLevelMenuBottom a.active, #navigationFirstLevelMenuBottom a:hover {
	background-color: #fff;
	padding-top: 11px;
	padding-bottom: 12px;
	margin-top: 3px;
	color: #c62500;
}

#navigationFirstLevelMenu a.selected, #navigationFirstLevelMenu a.active {
	margin-right: 1px;
	margin-left: 1px;
}

#navigationFirstLevelMenu, #navigationFirstLevelMenuBottom {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 0;
	height: 43px;
}

#navigationFirstLevel {
	z-index: 999;
	background: url('vhs-assets-css-0d12f61e64d5e7ccfd8c80dc125f83d8.png') 0 0 repeat-x;
	width: 100%;
	height: 43px;
	float:left;
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0;
	position: relative;
}

#navigationFirstLevelMenuBottom {
	margin-top: -21px;
	display: none;
}

#navigationFirstLevelInner {
	width: 960px;
	margin: 0 auto;

}

#navigationFirstLevelMenu ul {
	float:left;
	margin-left: 3px;
	width: 964px;
	background: url('vhs-assets-css-ef9dd3ccfbfa4c24e848209bdb6e103f.png') 0 4px no-repeat;
	height: 43px;
}

#navigationFirstLevelMenuBottom ul {
	float:left;
}

#navigationSecondLevelMenu > ul {
	border-bottom: 1px solid #ccc;
	float: left;
}

#navigationFirstLevelMenu li, #navigationFirstLevelMenuBottom li {
	float: left;
	background: url('vhs-assets-css-ef9dd3ccfbfa4c24e848209bdb6e103f.png') 100% 4px no-repeat;
	border-left:none;
	border-right: none;
	height: 43px;
}

#navigationFirstLevelMenu li:first-child, #navigationFirstLevelMenuBottom li:first-child {
	border-left: none;
}

#navigationFirstLevelMenu li:first-child a.active, #navigationFirstLevelMenu li:first-child a.selected {
	margin-left: 0;
}

#navigationFirstLevelMenu a, #navigationFirstLevelMenuBottom a {
	float: left;
	padding: 11px 29px 13px 28px;
	margin-top: 3px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.1em;
	background: none;
	border: none;
}

#navigationFirstLevelMenuBottom a { background: #000; }


#navigationSecondLevelMenu li {
	float: left;
	border-top: 1px solid #ccc;
	width: 225px;
}



	#navigationSecondLevelMenu li.last {
		border-bottom: 1px solid #ccc;
	}

#navigationSecondLevelMenu li li { border: none; }

#navigationSecondLevelMenu a {
	color: #000;
	text-decoration: none;
	padding: 8px 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#navigationSecondLevelMenu li li a { padding: 5px 0; }

	#navigationSecondLevelMenu .selected ul a:hover,
	#navigationSecondLevelMenu .active ul a:hover,
	#navigationSecondLevelMenu a:hover,
	#navigationSecondLevelMenu ul .active .selected ul li a:hover,
	#navigationSecondLevelMenu ul .active .active ul li a:hover  {
		color: #D0210C;
	}

	#navigationSecondLevelMenu .selected a {
		font-weight: bold;
		color: #D0210C;
	}

	/* Ebene 2 */
	#navigationSecondLevelMenu li ul {
		display: none;
	}

	#navigationSecondLevelMenu .selected ul,
	#navigationSecondLevelMenu .active ul {
		display: block;
		margin-bottom: 8px;
		float: left; width: 100%;
	}

		#navigationSecondLevelMenu .selected ul a,
		#navigationSecondLevelMenu .active ul a {
			color: #000;
			font-weight: normal;
			padding-left: 20px;
			width: 90%;
	}
		#navigationSecondLevelMenu .active a,
		#navigationSecondLevelMenu .active .selected a {
			color: #d0210c;
			font-weight: bold;
		}

			/* Ebene 3 */
			#navigationSecondLevelMenu li ul ul {
				display: none;
			}

			#navigationSecondLevelMenu .selected ul ul {
				display: none;
			}

			#navigationSecondLevelMenu .selected ul ,
			#navigationSecondLevelMenu .active ul li ul {
				display: block;
			}

				#navigationSecondLevelMenu ul .active .selected ul li a,
				#navigationSecondLevelMenu ul .active .active ul li a {
					color: #000;
					font-weight: normal;
					padding-left: 40px;
					width: 90%;
			}
				#navigationSecondLevelMenu ul .active .active a,
				#navigationSecondLevelMenu ul .active .active .selected a {
					color: #d0210c;
					font-weight: bold;
				}

				#navigationSecondLevelMenu ul .active .active .selected a {
					font-weight: normal;
				}


#footer {
	width: 100%;
	background: #565656;
	clear: both;
	margin-top: 30px;
}

.footerContent {
	width: 950px;
	padding: 0 5px 30px 5px;
	float: none;
	margin: 0 auto;
}

#footerContent {
	float: right;
	color: #eee;
	font-size: 12px;
	line-height: 1.45em;
}

#footerContent a {
	color: #eee;
}

#footerContent a:hover {
	text-decoration: none;
}



#breadcrumb { display: none; }

div.clearer { clear: both; height: 0; overflow: hidden; }

.col2 { float: left; width: 226px; }
#main { float: right; width: 670px;   }

.homepage #main { float: left; width: 330px; margin: 0 5px; }
.homepage .col2 { float: left; width: 296px; }
.homepage .col3 { float: right; width: 296px; }



h1, .tx-indexedsearch-whatis { color: #D0210C; font-size: 18px; font-weight: bold; margin-bottom: 18px; line-height: 1.35em; width: 100%;  }

#mainContent { float: left; width: 100%; clear: both; margin-bottom: 40px;  }
#contentWrap { float: left; width: 100%; clear: both; min-height: 300px;  }

.homepage #contentWrap { width: 640px; float: right; clear: none; }

.section-container { float: left; width: 100%; clear: both; }

.homepage .section-container { margin: 25px 0 100px 0; }
.homepage .section-container > div { float: left; width: 50%; }

.section { float: left; width: 100%; margin-bottom: 20px; }

.section-header h1 { margin-bottom: 0; }

.section h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.6em;
}

.section h3 a {
	color: #D82410;
	text-decoration: none;
}

.section h2 {
	font-weight: bold;
	font-size: 13px;
	color: #D82410;
	margin-top: 1.3em;
	margin-bottom: 0.6em;
}

.section h2:first-child { margin-top: 0; }

.section img {
	margin: 0 25px 20px 0;
}

.section .ce-textpic-intext-right-nowrap img { margin: 3px 0 20px 30px;  }


.section .contenttable {
	vertical-align: top;
}

	.section .contenttable tr {
		border-bottom: 1px solid #ccc;
	}

	.section .contenttable th {
		font-weight: bold;
		background-color: #ccc;
		color: #fff;
		padding: 5px;
		text-transform: uppercase;
		font-size: 11px;
	}

	.section .contenttable td {
		padding: 6px 5px;
		border-bottom: 1px solid #ccc;
		font-size: 12px;
	}

	.section .contenttable td.td-0 {
		color: #B8B8B8;
		font-weight: bold;
		padding-right: 10px;
	}

.section li {
	background: url('vhs-assets-css-358a2f8280107f907f321c909416378b.png') no-repeat 0 8px;
	padding-left: 10px;
	margin-bottom: 2px;
}

.ppcontrols li {
	background: none;
	padding: 0;
	margin: 0;
}

.ppplayhead {
	background-color: #D82410 !important;
}

.section-stage {
	background: #000;
	margin-bottom: 0;
	height: 240px;
	width: 100%;
	float: left;
	background-position: 50% 50%;
}

	.section-stage .copy {
		width: 950px;
		float: none;
		margin: 0 auto;
	}

		/*.section-stage .copy p {*/
			/*!*background: url('vhs-assets-css-d6a545bd59b33efa7cd4728cc2c85866.png') 0 0;*!*/
			/*width: auto;*/
			/*float: left;*/
			/*padding: 15px 20px;*/
			/*color: #fff;*/
			/*margin-top: 25px;*/
			/*font-size: 22px;*/
			/*font-weight: 700;*/
			/*line-height: 1.3em;*/
			/*!* font-family: "nimbus-sans-condensed",Arial,sans-serif;	*!*/
		/*}*/

.section-teaser, dt.vevent {
	float: left;
	width: 100%;;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 17px 0 17px 0;
	margin-top: -1px;
	margin-bottom: 0;
}

dt.vevent { padding-top: 15px; padding-bottom: 15px; }

	.section-teaser-2-col {
		width: 312px;
		margin-right: 45px;
	}

	.section-teaser-2-col-large {
		width: 310px;
		border: 1px solid #ccc;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	.section-featurebox .section-teaser-2-col-large {
		width: 240px !important;
		border: none;
		padding: 30px 32px !important;
	}

	.section-teaser-2-col img {
		padding: 0;
	}

	.section-teaser-2-col h2 {
		margin-top: 0;
	}

	.section-teaser-2-col.odd{
		margin-right: 0;
	}

	.section-teaser .copy {
		float: left;
		width: 215px;
	}

	.section-teaser h2 {
		font-weight: bold;

	}

	.section-teaser .img {
		float: left;
	}

	.section-teaser img { margin-right: 15px; margin-top: 3px; margin-bottom: 0;   }

	.section-teaser-2-col-large img { margin-top: 0; margin-right: 0; border-bottom: 4px solid #D0210C;  }
	.section-teaser-2-col-large h2 { margin-bottom: 10px; }
	.section-teaser-2-col-large .copy { width: 290px; margin: 14px 15px; }
	.section-teaser-2-col-large .copy p { margin-bottom: 1em; }


	.section-featurebox .section-teaser-2-col-large img { border-bottom: none; margin-bottom: 13px !important;  }
	.section-featurebox .section-teaser-2-col-large .copy { margin: 0 !important; width: 230px !important; }

	.homepage .section-featurebox .slides {
border: none;
width: 294px;
margin-top: 0;
height: 360px;
}

	.homepage .section-featurebox .slide .img {
margin-right: 0;
margin-left: 0;
margin-top: 0;
width: 230px;
text-align: left;
}

.homepage .section-featurebox .slide .copy h2 { font-size: 14px; width: 230px;  }

.homepage .section-featurebox .slide .copy p {
width: 240px;
}

	a.bullet {
		text-decoration: none;
		color: #000;
		font-weight: bold;
	}
		a.bullet .link-icon {
			background: url('vhs-assets-css-c8f6e0df5d44aec997699bcbcf10d571.png') no-repeat 0 4px;
			padding-right: 3px;
			color: #D0210C;
			width: 10px;
			height: 16px;
			float: left;
		}

		a.bullet:hover {
			color: #D0210C;
		}

	.section-teaser-2-col-large a.bullet .link-icon, a.bullet-large .link-icon, .tx-indexedsearch-text-item-path .link-icon, #teaserFooter .link-icon { background-image: url('vhs-assets-css-7c49fa2f037626b001cf0a66deef8e46.png'); background-position: 0 0; width: 20px; height: 20px; margin-right: 4px; }

	#teaserFooter .link-icon { background-position: 10px 1px; background-repeat: no-repeat; }

	.tx-indexedsearch-text-item-path .link-icon { display: block; float: left; margin-right: 6px;  }
	.tx-indexedsearch-text-item-path a { float: left; width: 90%; color: #000 !important;  }
	.tx-indexedsearch-text-item-path a:hover { color: #D0210C !important;  }


	.map {
		background: url('vhs-assets-css-782490d907dacf0cd2dc20482f357142.png') no-repeat 0 0;
		width: 670px;
		height: 500px;
		float: left;
		margin-right: 20px;
		position: relative;
		margin-bottom: 30px;
	}

	.location-marker {
		height: 8px;
		width: 8px;
		float: left;
		position: absolute;
		top: 0;
		left: 0;
	}

	.location-marker a {
		height: 15px;
		width: 15px;
		margin-top: -1px;
		margin-left: -4px;
		float: left;
		text-indent: 1000px;
		background: url('vhs-assets-css-03e1654e3adf2f8da7022aacdda695e2.png') no-repeat 0px 0px;
		overflow: hidden;
		padding-bottom: 2px;
	}

	.location-marker-icc a {
		background-position: 0 -40px;
	}

		.location-marker a.marker_hover,
		.location-marker a:hover {
			background-position: 0 -20px;
		}

		.location-marker-icc a.marker_hover,
		.location-marker-icc a:hover {
			background-position: 0 -60px;
		}


	.section-locations-map h2 { clear: both; }

	.section-locations-map ul {
		width: 160px;
		float: left;
	}

	.section-locations-map ul li {
		width: 160px;
		float: left;
		margin-left:0;
		line-height: 1.6em;
		background: none;
		padding: 0;
	}

	.section-locations-map ul li a {
		text-decoration: none;
		color: #000;
		float: left;
	}
		.section-locations-map ul li a.name_hover,
		.section-locations-map ul li a:hover {
			color: #D0210C;
		}

	.section-locations-map {  }

	/* Einzelseite Standort*/

	.location-options {
		width: 100%;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 8px 0 7px 0;
		margin-bottom: 25px;
		float: left;
	}

		.ie7 .location-options {
			padding: 9px 0 9px 0;
		}

		.accordion-item { float: left; width: 100%; margin-bottom: 25px; border-bottom: 1px solid #ccc; margin-top: 10px;  }
		.accordion-header, .accordion-body { float: left; width: 100%; }


		.accordion-body { padding-bottom: 30px;  }

		.accordion-header a {
			float: left;
			color: #000;
			text-decoration: none;
			font-weight: bold;
			background: url('vhs-assets-css-9bd24460d313251389e356c8dc2cb98e.png') no-repeat 98% 9px;
			padding: 10px 2% 10px 2%;
			font-size: 14px;
			width: 96%;

			border-top: 1px solid #ccc;

		}

			.accordion-header a:hover {
				background-position: 98% 9px;
				color: #D0210C;
			}

		.location-options a {
			float: left;
			color: #000;
			text-decoration: none;
			font-weight: bold;
			background: url('vhs-assets-css-92e2761ae50af2ab76937d165712e2ab.png') no-repeat 0 -25px;
			padding-left: 18px;
			font-size: 12px;
		}

			.location-options a:hover {
				background-position: 0 3px;
				color: #D0210C;
			}

			.location-options a.right {
				background: url('vhs-assets-css-d52cc0cc7b55796b50934b615c345393.png') no-repeat right -25px;
				padding: 0 18px 0 0;
				float: right;
			}
				.location-options a.right:hover {
					background-position: right 3px;
				}

	.section-location-details {
		background: #ececec;
		width: 625px;
		padding: 15px 30px 25px 15px;
		display: none;
		float: left;

	}

	.section-locations ul {
		float: left;
	}

	.section-locations-international h2 { float: left; width: 100%; clear: both; }

		.section-locations.accordion-item {

		}

	.section-locations.section-locations-international.accordion-item {
		margin-top: 0;
	}

	.section-locations h2 span { font-weight: normal; color: #000; display: none; }



	#tx-bp-fs-location-details h1 {
		font-size: 14px;
		color: #000;
		margin-bottom: 20px;
	}

	#tx-bp-fs-location-details h2 {
		font-weight: bold;
	}

	#tx-bp-fs-location-details h3 {
		font-weight: bold;
		font-size: 12px;

	}

	.location_img {
		width: 200px;
		/* min-height: 280px; */
		margin-right: 25px;
		float: left;
	}
		.location_img .main-img {
			padding: 0 0 5px 0;
		}

		.location_img img {
			margin-right: 5px;
			margin-bottom: 5px;
			float: left;
		}

		.location_img a {
			float: left;
			}

	.info_block {
		width: 400px;
		float: left;
	}

	.info_block a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}

		.info_block .block.center a {
			background: url('vhs-assets-css-7c49fa2f037626b001cf0a66deef8e46.png') no-repeat left -24px;
			padding: 6px 10px 7px 28px;
			width: 165px;
			font-weight: bold;
			float: left;
			margin-top: 8px;
		}

		.info_block a:hover {
			background-position: left 6px;
			color: #E12A19;
		}

	.block {
		float: left;
		width: 190px;
		margin-right: 20px;
	}
		.block p {
			font-size: 12px;
		}

		.block.right {
			margin-right: 0;
		}

		.block.center {
			clear: left;
			width: 110%;
			margin-right: -10%;
		}

	/* Warengruppen */

	.section-productgroup {
		border-top: 1px solid #ccc;
		padding-top: 20px;
		margin-bottom: 0;
	}

	.section-productgroup.last { border-bottom: 1px solid #ccc; }

		.section-productgroup .img, .section-news-teaser .img {
			width: 175px;
			float: left;
			margin-right: 20px;
		}

		.section-productgroup .copy, .section-news-teaser .copy {
			width: 465px;
			float: left;
			padding-bottom: 15px;
		}

		.section-news-teaser .copy { padding-bottom: 0; }

			.section-productgroup .copy h2, .section-news-teaser .copy h2 {
				font-size: 14px;
				color: #D82410;
				font-weight: bold;
				margin-bottom: 0.6em;
				margin-top: 0;
			}

			.section-productgroup .copy p {
				margin-bottom: 7px;
			}

			.section-productgroup .copy a.bullet, .section-news-teaser .copy > a, .section-linklist li a {
				background: url('vhs-assets-css-54580ed6f71e69afdc50195d711befb2.png') no-repeat left 4px;
				padding: 6px 10px 7px 28px;

				color: #000;
				text-decoration: none;
				font-weight: bold;
				float: left;
				border: none;
			}
				.section-productgroup .copy a.bullet:hover, .section-news-teaser .copy > a:hover, .section-linklist li a:hover  {
					color: #E12A19;
				}

			.section-linklist li {
				background:none;
				padding: 0;
				clear: both;
			}

			.section + .section-linklist {
				margin-top: -10px;
			}

		.section-productgroup .brands {
			width: 100%;
			float: left;
			margin-bottom: 30px;

		}

			.section-productgroup .brands h3 {
				color: #000;
				font-weight: bold;
				font-size: 14px;
				margin-bottom: 1em;
				margin-top: 0;
			}

			.section-productgroup .brands .brand {

			}

			.section-productgroup .brands .brand.last {
				margin-right: 0;
			}

			.section-productgroup .brands .brand h2 {
				color: #000;
			}

			.section-productgroup .brands .brand a {
			}

				.section-productgroup .brands .brand span {
					width: 50px;
					height: 60px;
					display: table-cell;
					vertical-align: middle;
				}

				.section-productgroup .brands .brand img {
					border: 1px solid #ccc;
					float: left;
					margin-right: 10px;
					margin-bottom: 11px;
					padding: 5px;
				}

				.section-productgroup .brands .brand.last img { margin-right: 0; }


			.section-slidebox { margin-bottom: 30px; }

			.section-slidebox + .section-slidebox { margin-top: -30px; }

			.section-slidebox .slidebox-head {
				background: #ebebeb;
				float: left;
				width: 640px;
				border-bottom: 2px solid #fff;
				padding: 10px 15px 10px 15px;
				cursor: pointer;
			}

				.section-slidebox .slidebox-head .button {
					background: url('vhs-assets-css-3e925fee58090704ed63efcdbbbe6995.png') no-repeat left 0;
					padding: 0 0 0 28px;
					width: auto;
					height: 20px;
					color: #000;
					text-decoration: none;
					font-weight: bold;
					float: left;
				}

				.section-slidebox.closed .slidebox-head .button { background-image: url('vhs-assets-css-54580ed6f71e69afdc50195d711befb2.png') }

				.section-slidebox .slidebox-head h2 {
					margin: 2px 0 0 0;
					padding: 0;
					float: left;
					color: #000;
				}

				.section-slidebox .slidebox-body li {
						padding-bottom: 3px;
					/*background: url('vhs-assets-css-c4ff0233a634c7a8dd36b005ad9fdfd9.png') no-repeat 3px 0;
					padding-left: 28px;  */
				}

			.section-slidebox .slidebox-body, .section-frame-1, .form-container {
				background: #ebebeb;
				float: left;
				width: 640px;
				padding: 10px 15px 15px 15px;
			}

			.section-slidebox .slidebox-body { border-bottom: 2px solid #fff; }

			.section-slidebox.closed .slidebox-body { display: none; }

			.section-frame-1 { padding-top: 15px; margin-bottom: 30px; }

			.section-frame-1 h1 { margin: 5px 0 10px 0;  }
			.section-frame-1 h2:first-child { margin-top: 0; margin-bottom: 15px; }

		/* Typo3 Inhaltselemente */


			/* Bild im Text, links & rechts*/
			.ce-textpic.ce-left .ce-textpic-imagewrap,
			.ce-textpic.ce-right .ce-textpic-imagewrap {width: auto}

			.ce-textpic.ce-left .ce-bodytext,
			.ce-textpic.ce-right .ce-bodytext {float: none}

			/* Bild unten rechts */
			.ce-textpic-below .ce-textpic-imagewrap {
				width: auto;
			}

			.ce-textpic-below .ce-textpic-text {
				float: none;
			}

			.ce-textpic-intext-right .ce-textpic-imagewrap {
				float: right;
				clear: right;
			}

				.ce-textpic-intext-right .ce-textpic-imagewrap img {
					padding: 0;
				}

			/* 2-spaltig, Bild links */
			.ce-textpic-intext-left-nowrap .ce-textpic-imagewrap {
				width: auto;
				float: left;
			}

			div.ce-textpic figure.image {
				float: left;
			}

			/* 2-spaltig, Bild rechts */
			.ce-textpic-intext-right-nowrap {
				float: right;
			}

			div.ce-textpic-intext-right .ce-textpic-imagewrap,
			div.ce-textpic-intext-right-nowrap .ce-textpic-imagewrap {
				width: auto;
			}

		.ce-bulletlist li {
			background: url('vhs-assets-css-358a2f8280107f907f321c909416378b.png') no-repeat 0 7px;
			padding-left: 10px;
		}

.ce-textpic-below img { margin-bottom: 0;  }
.ce-textpic.ce-right figure.image { float: right; }

.section-tabs .tabs { border-bottom: 1px solid #ccc; float: left; width: 100%; margin-top: 10px; margin-bottom: 30px; }

.section-tabs .tabs li {
	cursor: pointer;
	display: block;
	float: left;
	padding: 7px 24px;
	background: #eaeaea;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	color: #777;
	line-height: normal;
	margin-bottom: -1px;
}

.section-tabs .tabs li:hover { color: #D0210C; }

.section-tabs .tabs li.active { color: #000; background: #fff; border-bottom-color: #fff; }

.section-tabs .tabs li a { text-decoration: none; color: inherit; }

.homepage .section-tabs .tabs { margin-bottom: 0; margin-top: 0;  }
.homepage .tab-content, .homepage .section-box, .homepage .box { height: 300px; width: 264px; padding: 15px; overflow: hidden; border: 1px solid #ddd; border-top: none; }

.homepage .tab-content { height: 330px; width: 294px; padding: 0; }

.tab-content #mainContent { margin-bottom: 0; }

.homepage .section-box, .homepage .box { height: 330px; border-top: 1px solid #ddd; }

.homepage .box.section-featurebox { padding: 0; overflow: visible; }

.homepage .box { width: 294px; height: 360px;  margin-left: 12px; margin-bottom: 0;   }

.homepage .slides #mainContent { width: 294px !important; height: 360px !important; overflow: hidden;  }

.homepage .tab-content #mainContent { padding: 15px; width: 244px !important; margin-bottom: 0 !important;  }

.section-2-col .col { float: left; width: 325px; margin-left: 20px; }
.section-2-col .col:first-child { margin-left: 0; }

.section-2-col.section-frame-1 .col { width: 310px; }

.section-2-col .copy h2:first-child { margin-top: 0; }

.section-2-col.section-1-2 .col-1 { width: 216px; }
.section-2-col.section-1-2 .col-2 { width: 430px; }

.section-2-col.section-2-1 .col-1 { width: 430px; }
.section-2-col.section-2-1 .col-2 { width: 216px; }

.section-2-col.section-float-left .col-2 { float: none; width: auto; }
.section-2-col.section-float-right .col-1 { float: none; width: auto; margin-left: 0; }
.section-2-col.section-float-right .col-1 .copy { width: auto; float: none; }
.section-2-col.section-float-right .col-2 { float: right; margin-left: 20px !important; }

.section-2-col.section-float-left .col-1 { margin-right: 20px; }
.section-2-col.section-float-left .col-2 { margin-left: 0; }

.img .caption { font-size: 11px; color: #999; }

.section-tabs > .copy { margin-bottom: 20px; }

.section-featurebox .slides { border: 1px solid #ddd; float: left; width: 670px; margin-top: 20px; height: 260px; position: relative;   }

.section-featurebox .slides-frame-1 { background: #eee; border: none; margin-top: 15px;  }

.section-featurebox .slides-container { position: relative; width: 100%; height: 260px; overflow: hidden; background: #eee; border: none; margin-top: 0; }

.section-featurebox .slide { width: 670px; height: 275px; position: absolute; top: 0; left: 0; display: none;  }
.section-featurebox .slide:first-child, .section-featurebox .slide.first { display: block; }

.section-featurebox .slide .img { float: left; margin-right: 30px; margin-left: 30px; margin-top: 20px; width: 280px; text-align: center;  }
.section-featurebox .slide .img img { float: none; margin: 0 auto; }
.section-featurebox .slide .copy { float: left; width: 260px; margin-top: 30px; }
.section-featurebox .slide .copy h2 { font-size: 24px; line-height: 1.2em; width: 260px; }
.section-featurebox .slide .copy p { width: 260px; }

.section-featurebox .slides-container .slide { padding-bottom: 25px;}
.section-featurebox .slides-container .slide .img { margin-top: 25px; margin-right: 0px; margin-left: 10px; }
.section-featurebox .slides-container .slide .copy { margin-top: 25px; width: 320px; }
.section-featurebox .slides-container .slide .copy h2 { font-size: 16px; margin-top: 0; width: 320px;  }
.section-featurebox .slides-container .slide .copy p { width: 320px; }

.section-featurebox .slides .nav, .section-gallery-inline .nav { position: absolute; top: 50%; cursor: pointer; left: 0; margin-left: -22px; height: 44px; width: 44px; background: url('vhs-assets-css-96de04156f9f79ca0d43d4064a9ba655.png') no-repeat 0 0; z-index: 100; margin-top: -22px;  }
.section-featurebox .slides.slides-frame-1 .nav, .section-gallery-inline .nav { background-image: url('vhs-assets-css-ca16f361d37206861ed522a88333a0cb.png'); }
.section-featurebox .slides .nav-right, .section-gallery-inline .nav-right { left: auto; right: 0; margin-left: auto; margin-right: -22px; background-position: -100px 0; }
.section-featurebox .slides .nav:hover, .section-gallery-inline .nav:hover { background-position: 0 -100px; }
.section-featurebox .slides .nav-right:hover, .section-gallery-inline .nav-right:hover { background-position: -100px -100px; }


.homepage .section-featurebox .slides .nav { top: 80px; background-image: url('vhs-assets-css-72b17103cae740b54c90c0385ef4c386.png'); }

.section-gallery .images { float: left; margin-top: 20px; width: 720px; }
.section-gallery .img { float: left;  }
.section-gallery .img img { margin-right: 15px; margin-bottom: 12px; }


.section-gallery-inline .nav { top: 210px; }
.section-gallery-inline .images { height: 70px; overflow: hidden; margin-top: 0; display: none;   }
.section-gallery-inline .images .container { width: 8000px; float: left;   }

.section-gallery .lg { width: 670px; background: #eee; height: 420px; clear: both; float: left; margin-top: 1px; margin-bottom: 0; overflow: hidden; box-shadow: 0 0 25px #aaa;     }
.section-gallery .caption { width: 640px; background: #eee; clear: both; float: left; border-top: 3px solid #D0210C; margin-bottom: 10px; padding: 15px 15px 7px 15px; box-shadow: 0 0 25px #aaa;     }

.section-gallery .gallery { position: relative; width: 100%; height: 460px;  }

.section-gallery-inline .gallery { height: auto; margin-top: 25px;  }

.section-gallery-inline .img-container { width: 20000px; position: relative; height: 380px; text-align: center; }
.section-gallery-inline .img-container .img { position: relative; float: left; margin-right: 0; border-right: 1px solid #aaa; background: #333;  }
.section-gallery-inline .img-container .img img { margin: 0; }

.section-gallery-inline .img-container .img img { opacity: 0.3; }
.section-gallery-inline .img-container .img.active img, .section-gallery-inline .img-container .img:hover img { opacity: 1; }

.section-gallery-inline .caption h4 { font-size: 14px; color: #D0210C; margin-bottom: 10px; font-weight: bold;  }

.section-gallery-inline .pos { font-size: 12px;  position: absolute; top: 15px; right: 15px; z-index: 10; padding: 1px 6px; background: #fff;  color: #999; border: 1px solid #D0210C; }
.section-gallery-inline .pos .current { font-weight: bold; color: #333; }

.section-teaser-2-col + .section-productgroup { border-top: none; }

#buttonShop { position: relative; float: right; }
#buttonShop a { display: block; background: url('vhs-assets-css-a0e7e20f6aac56d93b70f3afc3ed1b1e.png') no-repeat 0 0; width: 154px; height: 30px; overflow: hidden; text-indent: -9999em;     }

.bottom-bar a.to-top { padding-left: 20px; background: url('vhs-assets-css-b24717eba1507960c8f4a323d2267d77.png') no-repeat 0 2px; text-decoration: none; color: #222;  }
.bottom-bar a.to-top:hover { color: #D0210C; }

.section p a { color: #D0210C; text-decoration: none; border-bottom: 1px solid #ccc; font-weight: bold;  }
.section p a:hover { border-bottom: none; }

.section-locations-international img { margin: 2px 0 0 0; border: 1px solid #ddd; padding: 10px;  }
.section-locations-international .country { float: left; width: 100%; clear: both; margin-bottom: 5px; margin-top: 25px;  }
.section-locations-international .country h2 { margin-top: 0; }
.section-locations-international .logo { float: left; margin-right: 20px; }
.section-locations-international .copy { float: left; width: 540px; margin-right: -10px;  }
.section-locations-international.section-locations-map ul { width: 135px; }

.location_img .main-img.logo { padding: 10px; background: #fff; }
h2.icc, #mainContent .section h2.icc { color: #00ADD2; }
li.icc a:hover { color: #00add2 !important; }

#navigationSecondLevelMenu { float: left; width: 255px; max-width: 100%; margin-bottom: 40px; }

.col2 .section-teaser {
	width: 226px !important;
	margin-right: 0;
}

.col2 .section-teaser-2-col-large img { width: 226px; height: auto; }
.col2 .section-teaser-2-col-large .copy {
	width: 200px;
	margin: 8px 13px 15px 13px;
}

.section-teaser-2-col-large a.bullet .label { float: left; padding-top: 2px; }
.section-teaser-2-col-large .copy a.bullet:first-child { float: left; clear: both; margin-top: -3px; margin-bottom: -4px; }

.list .row, .tx-indexedsearch-res .row { float: left; width: 100%; padding: 11px 0 10px 0; clear: both; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: -1px; line-height: 20px;  }
.list .row .col { float: left;  }

.section-jobs .col.job-name { font-weight: bold; color: #D0210C; font-size: 14px; margin-top: -1px;  }
.section-jobs .col.job-file { float: right; width: 16px; }

.section-jobs .list .row { cursor: pointer; }

.section-jobs .list .row a { color: #555; }

.file-icon { float: left; height: 16px; width: 16px; text-indent: -9999em; overflow: hidden; background-position: 0 0; background-repeat: no-repeat;  }
.file-pdf { background-image: url('vhs-assets-css-eb8ee276fca6bdcc1d0d06ef9bb60296.png'); }

.news-list-date { color: #999 !important; font-weight: normal; }

.news-list-browse { float: right; clear: both; padding-top: 20px; }
.news-list-browse:first-child { padding-bottom: 25px; padding-top: 0; margin-top: -42px; }

a.back {  padding-left: 15px; background: url('vhs-assets-css-92e2761ae50af2ab76937d165712e2ab.png') no-repeat 0 1px; text-decoration: none; color: #333; font-weight: bold;  }
a.back:hover { color: #D0210C; }

.news-teaser-header { width: 100%; float: left;  }
.news-teaser-header h2 { width: 400px; float: left; }
.news-teaser-header > span { float: right; padding-top: 2px; }

.tx-cal-controller h2 { float: left; width: 480px; text-align: left; font-size: 14px; margin-top: 0; margin-bottom: 15px;  }
.tx-cal-controller .pagebrowser { float: right; width: 150px; text-align: right; margin-bottom: 15px; }
.tx-cal-controller p.found { float: left; clear: both; width: 480px; text-align: left; }
.tx-cal-controller dl { float: left; width: 100%;  margin-bottom: 15px; }

.section-teaser-file .img img { box-shadow: 0 0 6px #aaa; }

.footerContent { padding-top: 35px; padding-bottom: 45px; }
#navigationFooter { float: left; width: 680px; }
#footer2 { float: left; width: 100%;  background: #888;}
#footer2 .footerContent { padding-top: 10px; padding-bottom: 13px; }

.homepage.hasTeaserFooter #footer2 { height: 200px; }

#navigationFooter > ul { float: left; width: 100%; }
#navigationFooter > ul > li { float: left; width: 180px; margin-right: 40px;  }
#navigationFooter a, #footerContent h2 { width: 180px; display: block; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; text-decoration: none; color: #fff; padding: 5px 0; margin-top: -1px; font-size: 12px; }

#navigationFooter > ul > li > a, #footerContent h2 { border: none; font-weight: bold; padding-bottom: 15px; }
#footerContent h2 { border-bottom: 1px solid #bbb; padding-bottom: 12px; margin-bottom: 12px;  }

#navigationFooter ul ul ul { display: none; }

#footer2 .social { float: left; width: 430px; margin-top: 3px;  }

#footer2 .social a, #footer2 .logo-footer { display: block; float: left; overflow: hidden; text-indent: -9999em; height: 32px; width: 32px; margin-right: 8px; background-repeat: no-repeat; background-position: 0 0;  }
#footer2 .logo-footer { float: right; width: 162px; }
#footer2 .social a.youtube { background-image: url('vhs-assets-css-7d56868f43de974593daccec029e303d.png'); width: 34px; margin-left: 1px;  }
#footer2 .social a.twitter { background-image: url('vhs-assets-css-e4a8454abb90a3872577f8fb7b390e49.png'); display: none;  }
#footer2 .social a.facebook { background-image: url('vhs-assets-css-8b9b341afe47105620c1fc110210b127.png'); }
#footer2 .social a.googleplus { background-image: url('vhs-assets-css-2adb10dc0fcb33f5502d9d7497a02ab2.png');  }
#footer2 .social a.appstore { background-image: url('vhs-assets-css-66573e7093318a1c624db253e4417f68.png'); width: 90px; margin-left: 95px; margin-top: 1px;  }
#footer2 .social a.googleplay { background-image: url('vhs-assets-css-c970b3a43605ee82c2384b9bb08be66a.png'); width: 90px; margin-top: 1px; }
#footer2 .logo-footer { background-image: url('vhs-assets-css-26b42089a80d56a6e7780fc800b20fa4.png'); }

#footer #footerContent a { border-bottom: none; }

.homepage .section-container .section-teaser-2-col { width: 430px; padding: 10px 15px; background: #eee; margin-right: 0; border: 1px solid #ccc;    }
.homepage .section-container > div#teasersRight { float: right; width: 460px; }
.homepage .tab-content .section-teaser-2-col { width: 245px !important; padding-top: 10px; padding-bottom: 15px; }
.homepage .tab-content .section-teaser-2-col:first-child { border-top: none; padding-top: 5px; }
.homepage .tab-content .section-teaser .copy { width: 152px; }
.homepage .tab-content .section-teaser .img  { width: 70px; margin-right: 12px;  }
.homepage .tab-content .section-teaser img { width: 70px; height: 70px;  }
.homepage .tab-content .section-teaser p { padding-right: 0; }
.homepage .tab-content .section-teaser h2 { font-size: 13px; }
.homepage .section-tabs h1 { display: none; }

.homepage .section-container .section-teaser-2-col .copy { width: 294px !important; }

.section-teaser-banner { border: none; padding: 35px 0; }

.homepage .section-box h2 { margin-top: 0; border-bottom: 1px solid #ddd; width: 100%; padding-bottom: 7px;  }
.homepage .col3 .section-box { background: url('vhs-assets-css-57d56b0cb47819440e6effce9fa5a385.png') no-repeat 20px 50px; }
.homepage .col3 .section-box { position: relative; }

.homepage .col3 .section-box form { position: absolute; bottom: 17px; left: 17px; }

input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 2px; }


.vevent .summary a { color: #000; font-size: 13px; font-weight: bold; padding-right: 15px; text-decoration: none; background: url('vhs-assets-css-d52cc0cc7b55796b50934b615c345393.png') no-repeat 100% 1px;  }
.vevent .summary a:hover { color: #D0210C; }
.tx-cal-controller .even {
background: none;
}
.tx-cal-controller .list-view .vevent .summary, .tx-cal-controller .list-view .vtodo .summary { float: left; width: 300px; }
.tx-cal-controller { margin-top: 20px; float: left; width: 100%; }

.event-subheader { float: left; width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 0; margin-bottom: 25px; margin-top: 5px;  }
.event-subheader p { margin: 0; }

.section-event-details { margin-bottom: 40px;}
.section-event-details a.bullet { color: #000; }
.section-event-details a.bullet:hover { color: #D0210C; }

.section li.ce-form-element, .powermail_fieldwrap { float: left; width: 100%; background: none; padding: 3px 0;  border-left: none; border-right: none;  }
.section li.ce-form-element-textblock { border: none; padding-bottom: 25px; }
.section li.ce-form-element input, .section li.ce-form-element textarea, .form-container input, .form-container textarea, .powermail_fieldwrap_input input, .powermail_fieldwrap_textarea textarea, #tx_felogin_loginform input { border: 1px solid #ddd; padding: 4px; font-family: Arial, Helvetica, sans-serif; float: left; width: 400px; }
#tx_felogin_loginform input { width: 200px; }
.section li.ce-form-element textarea { height: 200px; }
div.ce-mailform li label, .powermail_fieldwrap label, legend.powermail_check_legend, legend.powermail_radio_legend, #tx_felogin_loginform label { color: #999; font-weight: bold; padding-bottom: 5px; margin-right: 0 !important; width: 180px !important; }
.powermail_fieldwrap label, legend.powermail_check_legend, legend.powermail_radio_legend, #tx_felogin_loginform label { float: left; width: 210px !important; padding-right: 10px !important}
#tx_felogin_loginform label { width: 120px !important; clear: both !important;  }
label em, label .mandatory, legend .mandatory { display: inline !important; color: #D0210C !important; font-size: 1em !important; padding-left: 0.2em; }

legend.powermail_check_legend, legend.powermail_radio_legend { display: block !important; }

.powermail_check_outer, .powermail_radio_outer {
	float: left;
	width: 410px;
	margin-bottom: 5px;
}

.powermail_check_inner label, .powermail_radio_inner label {
	font-weight: normal;
	width: 380px !important;
	padding-right: 0 !important;
	color: #333;
}

.powermail_radio_inner, .powermail_check_inner {
	clear: both;
}

.powermail_check_inner input, .powermail_radio_inner input {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}

p .mandatory { color: #d0210c; }

label .mandatory { display: inline-block !important; margin-left: 0; }

.powermail_fieldwrap_select select {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	max-width: 400px;
}

.section li.ce-form-element-submit input, .form-container input.form-button, .powermail_fieldwrap_submit input, #tx_felogin_loginform input[type="submit"] { margin-left: 180px; background: #D0210C; border: 1px outset #D0210C; color: #fff; font-weight: bold; width: auto; padding: 5px 10px; margin-top: 5px; cursor:pointer;  }

#tx_felogin_loginform input[type="submit"] {
	margin-left: 130px;
	clear: both;
}

.powermail_fieldwrap_submit input {
	margin-left: 220px;
}

#page-90 #navigationSecondLevelMenu, #page-257 #navigationSecondLevelMenu, #page-17 #navigationSecondLevelMenu, #page-297 #navigationSecondLevelMenu { display: none; }
#page-90 #navigationContent .section h2:first-child, #page-297 #navigationContent .section h2:first-child { margin-top: 5px; }

#page-88 .tab-content .copy ul li { background: url('vhs-assets-css-2b44b76d5d21e82ec214cb78ff08a45a.gif') no-repeat 0 -48px; padding-left: 20px; }
#page-88 .tab-content .copy ul li:first-child { background-position: 0 2px; }

#page-88 .section-frame-1 .result { float: left; width: 100%; padding-top: 15px; margin-bottom: -5px; }
strong { font-weight: bold; }

span.icon-we-green, span.icon-we-red, span.icon-sameday { display: inline; width: 17px; height: 16px; overflow:hidden; background:url('vhs-assets-css-0274f4c15249997a340c54fb564b11ca.png') no-repeat 0 0; margin-left: 2px; line-height: 1.3em; }
span.icon-we-red { background-position: -50px 0; }
span.icon-sameday { background-position: -100px 0; height: 20px; width: 31px; }

.form-container .feedback { float: left; width: 100%; margin-top: 10px;  }
.form-container .feedback p { margin-bottom: 0; }

.section-event-details-header { margin-bottom: 0; }

.section-locations-quick a { display: block; text-decoration: none; width: 100%; height: 80%; }

.csc-plugin-bpfsevents_bpfsevents h2:first-child { margin-top: 0; margin-bottom: 20px; }


.tx-indexedsearch-title { float: left; width: 80%; }
.tx-indexedsearch-res h3 { margin-bottom: 8px; float: left; width: 100%; }
.tx-indexedsearch-percent { float: right; width: 20%; text-align: right; color: #999; font-weight: normal;  }
dt.tx-indexedsearch-text-item-path { display: none; }
.tx-indexedsearch-res a { text-decoration: none; color: #D0210C;  }
.tx-indexedsearch-res.row { padding: 15px 0; }

.browsebox, .tx-indexedsearch-browsebox { float: left; clear: both; padding: 0; margin: 20px 0; width: 100%;   }
.tx-indexedsearch-browsebox { margin-top: 0; margin-bottom: 2px; }
.section + .tx-indexedsearch-browsebox { margin-top: 30px; }
.browsebox p:first-child, .tx-indexedsearch-browsebox p:first-child { float: left; width: 50%; margin-top: -10px; margin-bottom: 20px;  }
.browsebox a, .tx-indexedsearch-browsebox a { text-decoration: none; float: left; padding: 3px 8px; border: 1px solid #ddd; margin-right: 5px; font-weight: bold; color: #D0210C; margin-bottom: 8px;    }
.browsebox .act a, .tx-indexedsearch-browselist-currentPage a { color: #000; border: 1px solid #fff; padding: 3px 2px; }

.homepage .tab-content.ie-scrollbars {
	overflow: auto;
	scrollbar-face-color:#ccc;
  	scrollbar-arrow-color:#666;
  	scrollbar-track-color:#eee;
  	scrollbar-shadow-color:#ccc;
  	scrollbar-highlight-color:#ccc;
  	scrollbar-3dlight-color:#ccc;
  	scrollbar-darkshadow-Color:#eee;
}

#page-90 .ce-mailform li, #page-443 .ce-mailform li { position: relative; }
#page-90 .ce-form-3 {  }
div.ce-mailform ol li { overflow: visible !important; clear: left; padding-bottom: 5px;}
#page-90 .ce-mailform #field-3, #page-443 .ce-mailform #field-3 { width: 190px; top: 9px; position: absolute; left: 180px; z-index: 4; }
#page-90 .ce-mailform #field-4, #page-443 .ce-mailform #field-4 { width: 192px; margin-left: 207px;  }
/* .section-teaser-2-col img { background: #eee; } */

.list-filter { float: right; background: #fff; padding: 6px 0 6px 10px; border-radius: 4px; margin-bottom: 30px; width: auto; margin-top: -46px; }
.list-filter label { float: left; width: auto; margin-right: 5px; }
.list-filter select { padding: 2px; width: 130px; }

#teaserFooter {
position: fixed;
bottom: -200px;
left: 0;
width: 100%;
height: 100px;
background: url('vhs-assets-css-7d3467fdeb30663e239af67877ec5b99.png') 0 0;
z-index: 998;
}

#teaserFooter .section-teaser {
	float: none;
	width: auto;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	display: block;
	width: 860px;
}

#teaserFooter .section-teaser a {
	width: auto;
	float: none;
	margin: 0 auto;
	color: #ccc;
	font-size: 19px;
	text-decoration: none;
	line-height: 1.35em;
	text-shadow: 0 0 8px #000;
}

#teaserFooter .section-teaser a > span {
	padding-top: 20px;
	float: left;
}

#teaserFooter .section-teaser a > span > span {
	position: relative;
}

#teaserFooter .section-teaser img {
	margin: -75px 20px 0 0;
}

#teaserFooter .section-teaser a strong {
	color: #fff;
}

#teaserFooter .section-teaser a span.text {
	font-size: 18px;
}

.news-list-browse a, .news-list-browse span {
	float: left;
	padding: 6px 9px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 1em;
	margin-right: 5px;
}

.news-list-browse a:hover, .news-list-browse span {
	color: #D82410;
}

.news-list-container { float: left; width: 100%; clear: both; }
.homepage .news-latest-container .news-teaser-header h2 { width: 100%; }
.homepage .news-latest-container .news-list-date { display: none; }
.homepage .news-latest-container .img { width: 90px !important; }
.homepage .news-latest-container img { width: 90px !important; }
.homepage .tab-content .news-latest-container .section-teaser-2-col {
	padding-top: 15px;
}
.homepage .tab-content .news-latest-container .section-teaser-2-col:first-child { padding-top: 5px; }

.homepage .section-events-list { margin-bottom: 0; }
.homepage .section-events-list .col { width: 100% !important; }
.homepage .section-events-list .col.event-date br { display: none; }
.homepage .section-events-list .col.event-date span { border-left: 1px solid #ddd; padding-left: 8px; margin-left: 8px; display: inline-block; }

.homepage .section-tabs #c1339 h1 { display: block; font-size: 14px; }

body.fixed-nav .stage { display: none; }
body.fixed-nav #navigationFirstLevel {
	position: fixed;
	margin-top: 100px;
}
body.fixed-nav .wrapper2 { padding-top: 425px; }

.tx-powermail form > h3 {
	display: none;
}

.tx-powermail legend {
	clear: both;
	width: 100%;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
}

.powermail_fieldwrap .formError {
	/* display: none !important; */
}

/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.formErrorInsideDialog.formError { z-index: 5000; }
.formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
.formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}
.formError .formErrorContent {
	width: 100%;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
	background: rgb(30,87,153); /* Old browsers */
	background: #D0210C;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	font-size: 0px;
	height: 1px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
	background: #D0210C;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	visibility: hidden;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	visibility: hidden;
}

.powermail_fieldset {
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-top: 20px;
}

.powermail_fieldwrap_text {
	margin-bottom: 5px;
}

.powermail_fieldwrap + .powermail_fieldwrap_text {
	margin-top: 10px;
}

p + .powermail_fieldset {
	margin-top: 10px;
}

#tx_felogin_loginform {
	float: left;
	width: 96%;
	padding: 10px 2%;
	background: #eaeaea;
	margin-top: 20px;
}

#page-114 .map .location-marker { display: none; }
#page-114 .map .location-marker-icc { display: block; }
#page-114 .section-locations-map h2 { display: none; }
#page-114 .section-locations-map li { display: none; }
#page-114 .section-locations-map h2.icc { display: block; }
#page-114 .section-locations-map li.icc { display: block; }
#page-114 .tx-bp-fs-locations h1 { display: none; }

form.zip-search { width: 100%; float: left; }
form.zip-search + .result { clear: both; float: left; margin-top: 15px; }

.two-col .ce-textpic img, .two-col .ce-image img {
	max-width: 765px;
	height: auto;
}

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: 700;
}

h1 {
	font-size: 25px;
}

h3 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1em;
	clear: left;
}

p {
	margin-bottom: 1.45em;
}

hr {
	border-style: outset;
	margin-bottom: 1.45em;
}

.section-divider {
	border-top: 1px solid #ddd;
	height: 1px;
	width: 100%;
	margin-top: 3px;
}

.section-landingpage .section-header .section-divider:last-child {
	margin-bottom: 40px;
}

.section-landingpage .section-divider {
	margin-top: 0
}

.clear {
	clear: both
}

.fa-angle-right {
	margin-left: 15px;
}

.button .fa-angle-right:before {
	font-weight: bold;
}

/*.button {
	margin-top: 35px
}*/

.section p {
	margin-bottom: 1em;
}

.section-teaser-2-col h2,
.section h2,
#mainContent h2 {
	font-size: 18px;
	padding-bottom: 0.3em;
	margin-bottom: 0;
	color: #333;
	margin-top: 0
}

.section-teaser-2-col h2 a,
.section h2 a,
#mainContent h2 a {
	color: #333;
}

.section-teaser-2-col h2 a:hover,
.section h2 a:hover,
#mainContent h2 a:hover {
	color: #d0210c;
}

#mainContent > h1,
#mainContent > h2,
#mainContent > h3,
#mainContent > h4,
#mainContent > h5,
#mainContent > h6,
#mainContent > p,
#mainContent > ul {
	clear: both;
	float:  left;
	width: 100%;
}

.section-teaser-2-col h2 + a {
	margin-top: 3px;
}

.section-teaser-2-col p {
	padding-right: 0;
}

.section-teaser-2-col h3,
.section h3,
#mainContent h3 {
	font-size: 14px;
	padding-bottom: 0.3em;
	margin-bottom: 0;
	color: #333;
	margin-top: 0
}

p + .section-teaser {

}

#tx-bp-fs-location-details h1 {
	font-size: 16px;
}

#tx-bp-fs-location-details h3, .block p {
	font-size: 13px;
}


/* STAGE */
.section-stage .inner .section-text {
	margin-top: 30px;
}


.section-stage {
	background: #ddd;
	margin-bottom: 0;
	height: 470px;
	width: 100%;
	float: left;
	background-position: 50% 50%;
	position: relative;
	/* background-attachment:fixed; */
}

.touch-device .section-stage {
	background-attachment: scroll;
}

.section-stage .slide {
	width: 100%;
	background-position: 50% 0;
	/* background-attachment:fixed; */
	background-repeat: no-repeat;
	height: 470px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}

.touch-device .section-stage {
	background-attachment: scroll;
}

.stage.big, .stage.big .section-stage {
	/* height: 490px; */
}

.section-stage .nav-stage-text {
	height: 110px;
	clear: both;
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 4;
}

.section-landingpage.section-background .nav-stage-text .inner {
	min-height: 0;
	padding: 0;
}

.section-stage .nav-stage-text ul {
	float: none;
	width: 63%;
	display: table
}

.section-stage .nav-stage-text li {
	cursor: pointer;
	clear: none;
	position: relative;
	z-index: 1;
	display: table-cell;
	width: 33%;
	vertical-align: top;
}

.section-stage .nav-stage-text li:nth-child(4) {
	width: 25%;
}

.section-stage .nav-stage-text li .item-content {
	padding: 20px 0 0 0;
	height: 90px;
	background: rgba(0, 0, 0, 0.6);
	transition: background-color .2s linear;
	margin-left: 10px;
}

.section-stage .nav-stage-text li.item-1 {
	/* display: none; */
}

.section-stage .nav-stage-text li.item-2 .item-content {
	/* margin-left: 0 */
}

.section-stage .nav-stage-text li .headline {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	clear: both;
	float: left;
	width: 70%;
	margin: 0 10% 10px 10%;
}

.section-stage .nav-stage-text li .subheadline {
	clear: both;
	float: left;
	width: 80%;
	margin: 0 10%;
	color: #fff;
	font-size: 13px;
}

.section-stage .nav-stage-text li:hover .item-content,
.section-stage .nav-stage-text li.active .item-content {
	background: rgba(0,0,0, 1);
	z-index: 2;
}

.section-stage .nav-stage-text li.active .indicator {
	background: transparent url('vhs-assets-css-416d0c7d748ff4b1b909443947660443.png') no-repeat scroll 25px 10px;
	height: 20px;
	position: absolute;
	top: -20px;
	width: 100%;
}


.section-stage .nav-stage-text li:hover .headline, .section-stage .nav-stage-text li.active .headline {
	color: #d82410;
}

.section-stage .nav-stage-text li:hover .subheadline, .section-stage .nav-stage-text li.active .subheadline {
	color: #fff;
}


.section-stage .inner {
	position: relative;
}

.section-stage .nav-stage-text li .divider-right {
	left: auto;
	right: 0;
}

.section-stage .nav-stage-text li.item-1 .divider-left {
	display: none;
}

.section-stage .nav-stage-text li.item-3 .divider-right {
	display: none;
}

.stage .slide.fg {
	z-index: 3;
	opacity: 1;
}

.stage .slide.bg {
	z-index: 2;
	opacity: 1;
}


/*.section-stage .slide > .inner {
		position: relative;
		width: 950px;
		padding: 0 15px;
		margin: 0 auto;
		float: none;
		position: fixed;
		top: 120px;
		left: 50%;
		margin-left: -488px;
		z-index: 3;
	}*/

.touch-device .section-stage .slide > .inner {
	position: absolute;
	top: 0;
}

.section-stage .slide > .inner a {
	float: left;
	text-decoration: none;
}

.section-stage .copy {
	position: relative;
	float: left;
}

.section-stage .copy .inner {
	float: left;
}

.section-stage .copy .line {
	width: 1px;
	height: 60px;
	background: #d82410;
	display: block;
	float: left;
	margin-right: 18px;
}

.section-stage .copy > .inner {
	float: left;
	width: auto;
	padding: 0;
}

.section-stage .copy .headline {
	display: block;
	float: left;
	width: auto;
	font-size: 22px;
	margin-top: 20px;
	line-height: 1.3em;
	color: #d82410;
}

.section-stage .copy .button {
	clear: both;
	float: left;
	margin-top: 20px;
	font-size: 14px;
}

.section-stage .copy p {
	width: auto;
	float: left;
	padding: 15px 20px;
	color: #fff;
	margin-top: 25px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
	/* font-family: "nimbus-sans-condensed",Arial,sans-serif;	*/
}

.quickmodul {
	background: rgba(255,255,255, 0.7);
	padding: 20px 20px 25px 20px;
	position: absolute;
	right: 15px;
	bottom: -30px;
	z-index: 5;
	width: 30%;
}

.section-landingpage.section-background .quickmodul h3 {
	color: #000;
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 8px;
	font-size: 22px;
}

.quickmodul .button-set {
	display: table;
	width: 100%;
}

.quickmodul .button-set.red a {
	background: none;
	font-size: 14px;
	text-align: center;
	display: table-cell;
	padding: 0
}

.quickmodul .button-set.red span {
	background: #d82410;
	margin-left: 15px;
	padding: 17px 0;
	display: block
}

.quickmodul .button-set.red a:first-child span {
	margin-left: 0
}


.quickmodul .button-set.grey a {
	background: rgba(0,0,0, 0.5);
	padding: 10px 15px;
	transition: background-color .2s linear;
}

.quickmodul .button-set.grey a:hover {
	background: rgba(0,0,0, 1);
}

.quickmodul .button-set.col-1 a {
	float: none;
	display: block
}

.quickmodul .button-set.col-1 a .icon {
	float: right;
	font-size: 20px;
	margin-top: -2px
}

.quickmodul .button-set.col-1 a + a {
	margin-top: 5px
}

.quickmodul .dropdown {
	background: #fff;
	margin: 15px 0;
	color: #000;
	position: relative;
	border: 1px solid #ccc;
	width: 100%;
}

.quickmodul .dropdown .button {
	background: #d82410;
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	width: 38px;
	color: #fff;
	display: table;
	font-size: 20px
}

.quickmodul .dropdown .button .icon {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	font-weight: bold;
}

.quickmodul .dropdown .label {
	font-weight: bold;
	padding: 10px 15px;
	font-size: 14px;
	cursor: pointer;
}

.quickmodul .dropdown .dropdown-entries, body > #stage-dropdown-entries {
	position: absolute;
	display: none;
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0;
	max-height: 300px;
	overflow-y: scroll;
	left: -1px;
	z-index: 10;
}

.quickmodul .dropdown .dropdown-entries li {
}

body > #stage-dropdown-entries li a {
	color: inherit;
	text-decoration: none;
	padding: 3px 15px;
	display: block;
}

body > #stage-dropdown-entries li a:hover {
	color: #d82410;
	background: #eaeaea;
}


/* STAGE ENDE*/

.button a,
a.button,
.section p a.button {
	background: #d82410;
	padding: 6px 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: inline-block
}

.section-teasergroup .button {
	margin-top: 15px
}

.section-teasergroup-1 .button,
.section-teasergroup-2 .button,
.section-teasergroup-5 .button {
	margin-top: 15px
}

.section-teasergroup .button .link.icon,
.section-text .button .link.icon,
.section-landingpage .section-events-list a.button .link-icon,
.section-teaser .button .link.icon,
.section .button .link.icon,
.section .copy .bullet .icon.link,
#buttonShop a .link.icon,
#buttonMagazine a .link.icon {
	background: url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/follow_white.png) 0 0 no-repeat;
	width: 6px;
	height: 9px;
	display: inline-block;
	margin-left: 10px;
}

.section .copy .bullet .icon.link {
	background: url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/follow_red.png) 0 0 no-repeat;
	margin-left: 0;
	margin-right: 6px;
}

.link-back a {
	background: url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/back_red.png) 0 4px no-repeat;
}

.section-text .button {
	clear: both;
	margin-top: 25px;
}

.section-landingpage .section-header .section-text {
	position: relative;
}

.section-landingpage .section-header h3 + .button {
	position: absolute;
	right: 0;
	bottom: 22px;
}

.section-landingpage .section-events-list a.button {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 15px;
	left: 15px;
	border: none !important;
	width: 39% !important;
	margin-left: 15px;
}

.section-landingpage .section-events-list .bullet.title + .bullet {
	left: 0
}

.section-landingpage .section-events-list .button + .button.registration {
	left: 47%;
}

.section-landingpage .section-events-list a.button .label {
	font-weight: bold !important;
	margin-right: -5px
}

.section-landingpage .section-events-list a.button:hover {
	color: #fff !important;
}

.section-landingpage .section-events-list a.button .link-icon {
	background-position: 0 5px !important;
	height: 14px;
}

.section p a.button i.fa-shopping-cart {
	font-size: 16px;
	opacity: 0.8;
	margin-right: 5px
}

a.button-large  {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}


figure {
	margin: 0;
}

.ce-textpic-imagewrap .ce-textpic-imagerow .ce-textpic-imagecolumn {
	width: auto;
	min-height: 65px;
	float: left;
	margin: 0 5px 0 0;
	box-sizing: border-box
}

/*.csc-textpic-below .csc-textpic-imagecolumn figure img {
		margin-bottom: 10px;
	}*/

div.ce-textpic-intext-left .ce-textpic-imagewrap img {
	margin: 0 25px 0 0;
}

iframe {
	margin-bottom: 20px;
	width: 100%;
}

.cboxIframe {
	height: 95%;
}

.section-landingpage iframe:last-child {
	margin-bottom: 0;
}

#header {
	height: 125px;
	position: relative;
	top: 0;
	border-width: 5px;
}

#headerInner {
	padding: 10px 15px 0 15px;
	position: relative;
}

#siteTitle {
	margin-top: 30px;
	/*
		-webkit-transition: margin-top 0.4s; /* Safari
		transition: margin-top 0.4s;
		*/
	width: auto;
	position: relative;
}

#topMenu {
	padding-top: 9px;
}

#topMenu li {
	border-left: 1px solid #aeaeae;
}

#topMenu a {
	font-size: 12px;
	font-weight: bold;
	color: #aeaeae;
}

.mobile-navigation {
	display: none
}

.nav.nav-main {
	float: right;
	width: 75%;
	margin-top: 43px;
}

.nav.nav-main li {
	font-size: 17px;
	display: inline-block;
}


.nav.nav-main ul {
	float: right;
	width: auto;
}

.nav.nav-main ul:after {
	display: table;
	clear: both;
	float: none
}

.nav.nav-main li {
	position: relative;
	margin-left: 27px;
}

.nav.nav-main li.current > a,
.nav.nav-main li.active > a,
.nav.nav-main li > a:hover {
	color: #D0210C;
}

.nav.nav-main li:first-child {
	margin-left: 0
}

.nav.nav-main li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 17px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.nav.nav-main li.home {
	height: 15px;
	width: 15px;

}

.nav.nav-main li.home a {
	background: url('vhs-assets-css-e29f020c156addf3d6aaa2969e3e1daf.png') no-repeat scroll 0 0;
	height: 100%;
	width: 100%;
	display: inline-block
}

/* Subnavs */

.nav.nav-main .top {
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	display: none;
}

.nav.nav-main li:hover .top,
.nav.nav-main li:hover ul {
	display: block;
}

.nav.nav-main > li { /* nur wenn offen, class noch hinzufügen */
	padding: 5px 10px;
	border: 1px solid #ddd;
}

.nav.nav-main > ul > li.sub:hover {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	background: #fff;
	padding: 15px 20px;
	margin-top: -21px;
	margin-left: 6px;
	margin-right: -21px;
	border: 1px solid #ddd;
}

.nav.nav-main > ul > li.sub:hover > a {
	color: #D0210C
}

.nav.nav-main > ul > li.sub:hover > a > span {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.nav.nav-main li > ul {
	background: #fff;
	padding: 10px 20px;
	position: absolute;
	top: 48px;
	left: -1px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #d0210c;
	display: none;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	min-width: 170px;
}

.nav.nav-main li > ul > li {
	margin-left: 0;
	width: 100%;
	margin-bottom: 6px;
	padding-right: 25px;
}

.nav.nav-main li > ul > li a {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	display: block;
	position: relative;
	padding-right: 25px
}

.nav.nav-main li > ul > li a:hover:before {
	background: url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/follow_red.png) 0 0 no-repeat;
	width: 6px;
	height: 9px;
	display: block;
	margin-left: 10px;
	content: " ";
	color: #D0210C;
	font-size: 15px;
	position: absolute;
	right: 22px;
	top: 4px;
}

/*.nav.nav-main li > ul > li a:hover:before {
								font-family: FontAwesome;
								content: "\f105";
								display: block;
								color: #D0210C;
								font-size: 15px;
								position: absolute;
								right: 22px;
								top: 0;
								margin-top: 0;
							}*/


#buttonShop a {
	display: block;
	background: #d82410;
	width: auto;
	height: 18px;
	line-height: 18px;
	overflow: visible;
	text-indent: inherit;
	padding: 6px 10px !important;
}

#buttonMagazine {
	position: relative;
	float: right;
	margin-right: 10px;
}

#buttonMagazine a {
	display: block;
	background: #aeaeae;
	width: auto;
	height: 18px;
	line-height: 18px;
	overflow: visible;
	text-indent: inherit;
	padding: 6px 10px 6px 30px !important;
}

#buttonMagazine a img {
	position: absolute;
	left: 10px;
	top: 8px;
}

#buttonShop a .fa-shopping-cart {
	margin-right: 5px;
	opacity: 0.8;
}

#buttonShop a .fa-angle-right, #buttonMagazine a .fa-angle-right {
	margin-left: 10px;
}

#header #searchBox input#inputText {
	height: 18px;
	line-height: 18px;
	padding: 4px 5px;
	color: #999
}

/* FIXED NAVIGATION */
body.fixed-nav .wrapper2 {
	padding-top: 0
}

body.fixed-nav #header + .wrapper2 {
	padding-top: 170px;
	margin-top: 0
}

/*
body.fixed-nav .landingpage .section-landingpage:first-child {
	margin-top: 130px
}
*/

.fixed-nav #header #buttonShop,
.fixed-nav #header #searchBox,
.fixed-nav #header #topMenu,
.fixed-nav #header #buttonMagazine{
	display: none
}

.fixed-nav #header {
	height: 75px;
	border-width: 5px;
	position: fixed;
	top: 0
}

.fixed-nav #siteTitle {
	margin-top: 10px;
}

.fixed-nav #siteTitle a {
	/*
			width: 260px;
			background-size: 100% auto;
			*/
}

.fixed-nav .nav.nav-main {
	clear: none;
	float: right;
	width: auto;
	margin-top: 20px;
}

/* CONTENT */

#main:after {
	display: table;
	width: 100%;
	clear: both;
	float: none
}

#mainContent {
	margin-bottom: 35px
}

.to-top {
	clear: left;
	display: inline-block;
	float: left;
}

.to-top a {
	background: rgba(0, 0, 0, 0) url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/to_top_simple.png) no-repeat scroll 0 3px;
	color: #222;
	padding-left: 20px;
	text-decoration: none;
}

.to-top a:hover {
	color: #d0210c;
}


.link-back {
	clear: left;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 20px
}

.link-back a {
	color: #222;
	padding-left: 15px;
	text-decoration: none;
}

.link-back a:hover {
	color: #d0210c;
}

.tx-bp-fs-events .col.event-date {
	width: 15%;
	margin-right: 2%
}

.tx-bp-fs-events .col.event-links {
	width: 45%;
	margin-right: 2%
}

.tx-bp-fs-events .col.event-content {
	width: 34%;
}

.tx-bp-fs-events .col .location ,
.tx-bp-fs-events .col .organizer,
.tx-bp-fs-events .col.event-links .title,
.bullet.download {
	display: block
}

.tx-bp-fs-events .col.event-links .title {
	margin-bottom: 0;
	display: block
}

.bullet.title + .bullet {
	border-left: none;
	display: inline-block;
}


.page-256 .section-events-list .bullet.title + .bullet {
	padding-left: 0;
}

.bullet + .bullet {
	border-left: 1px solid #cccccc;
	padding-left: 10px;
}

.bullet.download {
	margin-right: 5px;
}

.wrapper2 {
	padding: 40px 15px 50px 15px;
}

.section.section-productgroup {
	padding-bottom: 20px;
}

.section.section-productgroup .copy {
	width: 70%;
}

.section.section-productgroup .copy p {
	margin-bottom: 1em;
}

.section-productgroup.last {
	border-bottom: none;
}

.section.section-productgroup.last .copy {
	padding-bottom: 0;
}

.section.section-productgroup .img img {
	margin-bottom: 0;
}


.section-productgroup .img,
.section-news-teaser .img {
	width: 26%;
	box-sizing: border-box
}
.section-productgroup .img img,
.section-news-teaser .img img {
	max-width: 100%;
	height: auto;
}

.section-tabs .tabs li.active {
	color: #d0210c
}


/*.section img {
		margin: 0 20px 0 0;
		width: 100%;
		height: auto;
	}*/

.section .copy {
	padding-bottom: 0;
}

p a {
	color: #D0210C;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

p a:hover {
	border-bottom: none;
}

.section-tabs .copy ul {
	clear: left;
}

.section.last .copy {
	padding-bottom: 20px;
}

.section-productgroup .copy h2,
.section-news-teaser .copy h2 {
	font-size: 17px;
}

.section-productgroup .brands h3 {
	width: 100%;
}

/*.section-productgroup .brands .brand img {
		width: 12%;
		height: auto;
	}*/


.scrollTop {
	background: url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/to_top_grey.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	cursor: pointer;
}

.scrollTop:hover {
	background-position: 0 -56px;
}

.section-landingpage {
	padding: 60px 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.section-landingpage.section-stage.big {
	display: inline-block;
	overflow-y: visible
}

.section-landingpage.section-background.scale-background {
	background-size: cover !important
}

.section-landingpage.section-background.content-box-white .section-text {
	background: #fff;
	padding: 20px 25px;
	width: auto
}

.section-landingpage.section-background.content-box-white .section-text h3,
.section-landingpage.section-background.content-box-white .section-text p {
	color: #000
}

.section-landingpage.section-background.content-box-white .section-text h2 {
	color: #d82410;
}

.section-landingpage.section-background.content-box-white .section-text p {
	width: auto;
}

.section-landingpage.section-background h2 {
	font-size: 30px;
}

.section-landingpage.section-background .inner,
.section-landingpage.section-background .inner .wrapper3 {
	min-height: 350px;
}

.section-landingpage.section-background .inner .wrapper3 {
	display: block;
	float: left;
}

.section-landingpage.section-background,
.section-landingpage.section-background p,
.section-landingpage.section-background h3 {
	color: #fff;
}

.section-landingpage.section-background h2 {
	color: #d82410;
}

.section-landingpage.section-background.big {
	height: 350px
}

.section-landingpage .inner,
.section-landingpage .wrapper3 {
	margin: 0 auto;
	height: 100%;
}

.section-landingpage .inner {
	width: 950px;
	padding: 0 15px;
}

.section-landingpage .inner .wrapper3 {
	display: block;
	width: 100%;
}

.section-landingpage .section-teaser {
	border-bottom: none;
	padding: 0
}

.section-landingpage .section-teaser .copy {
	width: auto;
}

.section-landingpage .col {
	float: left;
	min-height: 1px
}

.section-landingpage.gerahmt .col-1 {
	border-right: 1px solid #ddd;
}

.section-landingpage.grid-1-1 .col {
	width: 47.5%;
	min-height: 1px
}

.section-landingpage.grid-1-1 .col-1 {
	margin-right: 2.5%;
}

.section-landingpage.grid-1-1 .col-2 {
	margin-left: 2.5%;
}


.section-landingpage.grid-2-1.gerahmt .col-2,
.section-landingpage.grid-1-2.gerahmt .col-2 {
	width: 24%
}

.section-landingpage.grid-2-1 .col-1,
.section-landingpage.grid-1-2 .col-2 {
	width: 63%;
}

.section-landingpage.grid-2-1 .col-2,
.section-landingpage.grid-1-2 .col-1 {
	width: 31%;
}

.section-landingpage.grid-1-2 .col-2,
.section-landingpage.grid-2-1 .col-2 {
	float: right;
	margin-left: 3%;
}

.section-landingpage.grid-1-2 .col-1,
.section-landingpage.grid-2-1 .col-1 {
	float: left;
	margin-right: 3%;
}

.section-landingpage.grid-3-1 .col-1,
.section-landingpage.grid-1-3 .col-1 {
	width: 70.5%;
	float: left;
	margin-right: 0;
}

.section-landingpage.grid-3-1 .col-2,
.section-landingpage.grid-1-3 .col-2 {
	width: 24%;
	float: right;
	margin-left: 0;
	margin-right: 0;
}

.section-landingpage.grid-1-3 .col-1 {
	width: 24%;
}

.section-landingpage.grid-1-3 .col-2 {
	width: 70.5%;
}

.section-landingpage.section-background .col {
	margin-top: 40px;
}

.section-landingpage .section-content .section-teaser .img {
	width: 100%;
}

.section-landingpage .section-content .section-teaser .img img {
	width: 100%;
}


.section-landingpage .section-header, .section-landingpage .section-content {
	clear: both;
	position: relative;
}

.section-landingpage.gerahmt {
	float: none;
}

.section-landingpage.gerahmt .section-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.section-landingpage.gerahmt .section-header .section-text {
	float: none
}

.section-landingpage h2,
.section-landingpage h3 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.section-landingpage.parallax-window  .section-text h3 + h2,
.section-landingpage.parallax-window  .section-text h2 + h3 {
	margin-top: -12px;
}

.section-landingpage .section-text h3 + h2,
.section-landingpage .section-text h2 + h3 {
	margin-top: -10px;
}

.stage-motiv {
	position: absolute;
	top: -130px;
}

.stage-motiv img {
	height: 640px;
	width: 620px;
}

.section-landingpage h4 {
	font-size: 17px;
	color: #d0210c;
	font-weight: bold
}

.section-landingpage .section-text h3 + p,
.section-landingpage .section-text h2 + p,
.section-text-image h2 + p,
.section-text-image h3 + p {
	margin-top: 20px
}

.section-landingpage.content-box-white .col > .section {
	background: #fff;
	padding: 4% 5% 4% 5%;
	width: 90%;
}

.section-landingpage.content-box-white .col > .section p {
	color: #333;
}

.section-landingpage .section-events-list {
	margin-top: 20px;
}

.section-landingpage .section-events-list .row {
	clear: none;
	float: left;
	width: 29%;
	background: #eaeaea;
	margin-left: 2%;
	padding: 15px 1.5%;
	border: none;
	min-height: 180px;
	margin-bottom: 20px;
	font-size: 14px;
	position: relative;
}

.section-landingpage .section-events-list .row:first-child {
	margin-left: 0;
}

.section-landingpage .section-events-list .row .col {
	width: 100% !important;
}

.section-landingpage .section-events-list .row .event-date br {
	display: none;
}

.section-landingpage .section-events-list .row .event-date > span {
	display: inline-block;
	margin-left: 10px;
}

.section-landingpage .section-events-list .list a:first-child .label, .section-landingpage .section-events-list .list strong:first-child .label {
	font-size: 16px;
	font-family: "Open Sans Condensed", sans-serif;
	margin-bottom: 8px;
	margin-top: 5px;
	display: block;
}

.section-landingpage .section-events-list .list a br, .section-landingpage .section-events-list .list strong + br {
	display: none;
}

.section-landingpage .section-events-list .list > a.bullet {
	display: none;
}

.section-landingpage .teaser-slider {
	width: 100%;
	clear: both;

	height: 220px;
	position: relative;
}

.section-landingpage .teaser-slider > .container {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.section-landingpage .teaser-slider .nav-left, .section-landingpage .teaser-slider .nav-right {
	width: 30px;
	height: 30px;
	position: absolute;
	color: #d82410;
	font-size: 50px;
	cursor: pointer;
	left: -45px;
	top: 50%;
	margin-top: -30px;
	text-align: center;
}

.beconnect-container .section-landingpage .teaser-slider .nav-left, .beconnect-container .section-landingpage .teaser-slider .nav-right {
	 color: #00b2ea !important;
 }

.beconnect-container .section-events-list .event-content {
	display: none !important;
}

.section-landingpage .teaser-slider .nav-right {
	left: auto;
	right: -34px;
}

.section-landingpage .teaser-slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100%
}

.section-landingpage .section-teasergroup-3.teaser-slider, .section-landingpage .section-teasergroup-3.teaser-slider > .container {
	height: 100%;
}

.section-landingpage .section-teasergroup-3 .section-teaser {
	width: 26.15%;
	padding: 0 3.5%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: left;
	margin-left: -1px;
	margin-top: 0;
	border-top: none;
	min-height: 200px;
	height: 100%;
}


.section-landingpage .section-teasergroup-3 .section-teaser:first-child {
	margin-left: 0;
}

.section-teasergroup .section-teaser {
	float: left;
	border: none;
}

.section-teasergroup .section-teaser img {
	margin: 0;
}

.section-teasergroup .section-teaser .img img {
	height: auto;
	width: 100%;
}

.section-teasergroup .section-teaser .img a {
	display: block;
	line-height: 0.7em;
}

.section-teasergroup.section-teasergroup-box .section-teaser {
	border: 1px solid #ddd;
	background: #fff;
}

/*.section-teasergroup .section-teaser.headline-only {
			border: none
		}

		.section-landingpage .section-teasergroup .section-teaser.headline-only .copy {
			padding: 10px 0;
		}*/

.section-landingpage .section-teasergroup-6 .section-teaser.headline-only .copy {
	padding: 8px 0;
}

.section-teasergroup-1 .section-teaser {
	width: 100%;
	margin-bottom: 25px;
}

.section-teasergroup-1 .section-teaser img {
	width: 100%;
	height: auto;
}

.section-teasergroup-1 .section-teaser {
	width: 100%;
}

.section-teasergroup-2 {

}

.section-teasergroup-2 .section-teaser {
	width: 47%;
	margin-left: 5.3%;
}

.main.two-col .section-teasergroup-2 .section-teaser {
	padding-top: 0;
}

.section-teasergroup-2 .section-teaser.n-1, .section-teasergroup-2 .section-teaser.n-3,
.section-teasergroup-2 .section-teaser.n-5, .section-teasergroup-2 .section-teaser.n-7,
.section-teasergroup-2 .section-teaser.n-9, .section-teasergroup-2 .section-teaser.n-11,
.section-teasergroup-2 .section-teaser.n-13, .section-teasergroup-2 .section-teaser.n-15,
.section-teasergroup-2 .section-teaser.n-17, .section-teasergroup-2 .section-teaser.n-19,
.section-teasergroup-2 .section-teaser.n-21, .section-teasergroup-2 .section-teaser.n-23,
.section-teasergroup-2 .section-teaser.n-25, .section-teasergroup-2 .section-teaser.n-27,
.section-teasergroup-9 .section-teaser.n-1, .section-teasergroup-9 .section-teaser.n-4,
.section-teasergroup-9 .section-teaser.n-7, .section-teasergroup-9 .section-teaser.n-10,
.section-teasergroup-9 .section-teaser.n-13, .section-teasergroup-9 .section-teaser.n-16,
.section-teasergroup-9 .section-teaser.n-19, .section-teasergroup-9 .section-teaser.n-22
{
	margin-left: 0;
	clear: both;
}

/* Ursprünglich section-teasergroup-3, Klasse bereits vergeben*/
.section-teasergroup-9 .section-teaser {
	width: 32%;
	padding: 0;
	float: left;
	margin-left: 2%;
	margin-top: 0;
	border-top: none;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.main.two-col .section-teasergroup-9 .section-teaser {
	margin-bottom: 15px;
}

.main.two-col .section-teasergroup-9 + .section-headline {
	margin-top: 25px;
}

.section-teasergroup-4 .section-teaser {
	width: 23.25%;
	margin-left: 2%;
}

.section-linkboxes .item:hover h5,
.section-linkboxes .item:hover h5 a,
.section-teasergroup-9 .section-teaser:hover a {
	color: #d82410
}

.section-teasergroup-9 .section-teaser:hover .button a {
	color: #fff
}

.section-linkboxes .item:hover .icon-hover {
	display: block
}


.section-teasergroup-5 .section-teaser {
	margin-bottom: 30px;
}

.section-teasergroup-5 .img, .section-landingpage .section-content .section-teasergroup-5 .img {
	float: left;
	width: 27%;
	margin-right: 4%;
}

.section-teasergroup-6 .section-teaser {
	width: 13.5%;
	margin-left: 3.7%;
	margin-bottom: 0;
}

.section-teasergroup-6 .section-teaser.n-1,
.section-teasergroup-6 .section-teaser.n-7,
.section-teasergroup-6 .section-teaser.n-15 {
	margin-left: 0;
	clear: both;
}

.section-landingpage .section-teasergroup-7 .section-teaser {
	width: 49%;
	margin-left: 2%;
	background: #fff;
	margin-top: 25px;
	/*height: 230px;*/
	height: 100%;
	overflow: hidden;
}

.section-landingpage .section-teasergroup-7 .section-teaser .img {
	width: 100%;
	/*height: 150px;*/
	overflow: hidden;
}



.section-landingpage .section-teasergroup-7 .section-teaser .copy {
	width: 100%;
	padding: 15px 15px 15px 15px;
	box-sizing: border-box
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-1 {
	margin-left: 0;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-6 {
	/*margin-top: -90px;*/
	margin-top: -40px;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-1,
.section-landingpage .section-teasergroup-7 .section-teaser.n-6 {
	/*height: 345px;*/
	height: 100%;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-1 .img,
.section-landingpage .section-teasergroup-7 .section-teaser.n-6 .img {
	height: 230px;
}

/*.section-landingpage .section-teasergroup-7 .section-teaser.n-1 .copy,
		.section-landingpage .section-teasergroup-7 .section-teaser.n-6 .copy {
			width: 95%;
			padding: 15px 2.5% 0 2.5%;
		}*/

.section-landingpage .section-teasergroup-7 .section-teaser .button a {
	display: none;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-2, .section-landingpage .section-teasergroup-7 .section-teaser.n-3,
.section-landingpage .section-teasergroup-7 .section-teaser.n-4, .section-landingpage .section-teasergroup-7 .section-teaser.n-5 {
	width: 23.5%;
}

.section-landingpage .section-teasergroup-7 .section-teaser.n-4 {
	clear: both;
	margin-left: 0;
}

.section-teasergroup-4 .section-teaser.n-1, .section-teasergroup-4 .section-teaser.n-5, .section-teasergroup-4 .section-teaser.n-9,
.section-teasergroup-4 .section-teaser.n-13, .section-teasergroup-4 .section-teaser.n-17, .section-teasergroup-4 .section-teaser.n-21 {
	margin-left: 0;
	clear: both;
}

.section-teasergroup-5 .section-teaser h5,
.section-teasergroup-5 .section-teaser h5 a,
.section-teasergroup-6 .section-teaser h5,
.section-teasergroup-6 .section-teaser h5 a,
.section-teasergroup-7 .section-teaser h5,
.section-teasergroup-7 .section-teaser h5 a,
.section-teasergroup-8 .section-teaser h5,
.section-teasergroup-8 .section-teaser h5 a,
.section-teasergroup-1 h5,
.section-teasergroup-1 h5 a,
.section-teasergroup-2 h5,
.section-teasergroup-2 h5 a,
.section-teasergroup-3 h5,
.section-teasergroup-3 h5 a,
.section-teasergroup-4 h5,
.section-teasergroup-4 h5 a {
	font-weight: bold;
	color: #333;
	font-size: 15px;
	text-decoration: none;
	transition: color 0.15s linear;
	margin-bottom: 10px;
}

.section-teasergroup-4 h5 {
	margin-bottom: 0;
}
.section-teasergroup-4 h5 a  {
	margin-bottom: 0;
}

.section-teasergroup-2 .section-teaser h5,
.section-teasergroup-5 .section-teaser h5 {
	font-size: 16px;
	margin-bottom: 10px;
}

.section-teasergroup-5 .section-teaser h5 a {
	font-size: 18px;
}

.section-teasergroup-1 .section-teaser:hover h5 a,
.section-teasergroup-2 .section-teaser:hover h5 a,
.section-teasergroup-3 .section-teaser:hover h5 a,
.section-teasergroup-4 .section-teaser:hover h5 a,
.section-teasergroup-5 .section-teaser:hover h5 a,
.section-teasergroup-6 .section-teaser:hover h5 a,
.section-teasergroup-7 .section-teaser:hover h5 a,
.section-teasergroup-8 .section-teaser:hover h5 a {
	color: #D82410;
}

.section-teasergroup-3 .img {
	margin-bottom: 5px;
	width: 100%;
}

.section-teasergroup-3 .img img {
	width: 100%;
	height: auto;
}

.section-teasergroup-9 h5 {
	line-height: 1.4em;
}

/* Überschriften */

.section-headline h1, .section-headline h2 {
	margin-bottom: 0;
}

.section-teaser + .section-headline h1 {
	margin-top: 20px
}



/* 7-spaltig */


#mainContent .section-teasergroup-8 {
	margin-left: -1%;
	margin-bottom: 20px
}

#mainContent .section-teasergroup-8 h3 {
	font-size: 18px;
	padding-top: 30px
}

#mainContent .section-teasergroup-8 h4 {
	font-size: 16px;
}

#mainContent .section-teasergroup-8 .section-teaser h5,
#mainContent .section-teasergroup-8 .section-teaser h5 a {
	margin-bottom: 0;
	word-break: normal
}

.section-teasergroup-8 .section-teaser {
	width: 12.9%;
	margin-left: 1%;
	margin-bottom: 25px;
	background: #fff;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box
}

.section-teasergroup-8.section-teasergroup-box .section-teaser {
	border: none;
	padding: 0;
	float: none;
	display: inline-block;
	vertical-align: top
}

.section-teasergroup-8 .section-teaser .img a,
.section-teasergroup-8 .section-teaser .img > img {
	width: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}


.section-teasergroup-8 .section-teaser .img {
	width: 100%;
}

.section-teasergroup-8 .section-teaser .img img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}


.section-teasergroup.section-teasergroup-8 .section-teaser .copy {
	width: 100%;
	padding: 15px 5px 0 5px;
	box-sizing: border-box
}

.section-teasergroup-8 .section-teaser .button a {
	display: none;
}

.section-teaser-shopbanner {
	display: inline-block;
	clear: both;
	height: auto !important
}

.section-teaser-shopbanner img {
	max-width: 100%;
	height: auto
}

.section-linkboxes {
	width: 100%;
	display: table;
}

.section-linkboxes .item {
	display: table-cell;
}

.section-linkboxes .item .inner {
	border: 1px solid #ddd;
	padding: 6% 8%;
	width: auto;
	margin-right: 15px
}

.section-linkboxes .item .inner a.button {
	width: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	margin-top: 10px;
}

.section-gallery .caption {
	width: 100%;
	box-sizing: border-box;
}

.section-gallery .lg {
	position: relative;
	width: 100%;
}

.section-auto-gallery .gallery {
	float: left;
}

.section-auto-gallery .img {
	width: 142px;
	display: inline-block
}

.section-auto-gallery .img {
	margin: 0 0 10px 10px;
}

.section-auto-gallery .img img {
	width: 100%;
	height: auto;
	margin: 0;
	vertical-align: top;
}

.section-auto-gallery .img:nth-child(5n+1) {
	margin: 0;
}

.section-landingpage .section-header .section-auto-gallery .img {
	width: 11.8%;
	margin-left: .8%;
}

.section-landingpage .section-header .section-auto-gallery .img:nth-child(5n+1) {
	margin-left: .8%;
}

.section-landingpage .section-auto-gallery .img:first-child {
	margin-left: 0 !important;
}

.section-landingpage .section-auto-gallery .img:nth-child(8n+1) {
	margin-left: 0;
}

.section-auto-gallery .pagination {
	border-top: 1px solid #cccccc;
	display: inline-block;
	margin-top: 40px;
	padding-top: 15px;
	text-align: right;
	width: 100%;
}

.section-auto-gallery .pagination ul {
	width: auto;
	display: inline-block;
}

.section-auto-gallery .pagination li {
	display: inline;
	padding: 3px 5px;
	cursor: pointer;
	background: none;
}

.section-auto-gallery .pagination li.current {
	background: #d82410 none repeat scroll 0 0;
	color: #ffffff;
	margin-top: 1px;
	padding: 2px 5px 0;
}

.section-auto-gallery .pagination .prev,
.section-auto-gallery .pagination .next {
	display: inline-block;
	font-weight: bold;
	cursor: pointer
}

.section-auto-gallery .pagination .prev:hover,
.section-auto-gallery .pagination .next:hover {
	text-decoration: underline
}

.section-auto-gallery .pagination .prev { margin-right: 10px }
.section-auto-gallery .pagination .next { margin-left: 10px }

.mfp-title {
	margin-top: 10px
}

.section-featurebox .slides {
	width: 100%
}

.section-text-image {
	width: 100%;
}

.section-text-image .image {
	float: left;
	width: 22%;
	margin-right: 3%;
}

.section-text-image .image img {
	width: 100%;
	height: auto
}

.section-text-image .copy {
	float: left;
	width: 65%
}

.section-text-image .copy img {
	max-width: 100%;
	height: auto
}

.section-text-image h4,
.section-text-image h4 a {
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	margin-bottom: 0.2em;
	margin-top: 0;
	padding-bottom: 0;
	border: none;
}

.section-text-image p + .button {
	margin-top: 10px
}

.section-text-image.variant-1 .image {
	width: 100%;
}

.section-text-image.variant-1 .copy {
	width: 100%;
}

.section-slidebox .slidebox-head,
.section-slidebox .slidebox-body,
.section-frame-1 {
	position: relative;
	width: 730px;
	max-width: 100%;
}

.section-slidebox .slidebox-body {
	/*padding-left: 45px;
		padding-right: 45px;*/
}

.section-slidebox .slidebox-body p {
	padding-right: 0
}

.sidebar .section-slidebox .slidebox-head,
.sidebar .section-slidebox .slidebox-body
{	max-width: 100%;
	width: 270px;
	padding-left: 35px;
	padding-right: 15px;
	box-sizing: border-box;
}

.sidebar .section-slidebox .slidebox-body {
	padding-left: 15px;
}

.sidebar a {
	color: #d0210c;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline
}

.sidebar a.button:hover {
	text-decoration: none;
}

.col3 {
	display: none;
}

.sidebar .section-slidebox .slidebox-head {
	position: relative;
	padding-left: 17px;
	padding-top: 8px;
}


.section-slidebox .slidebox-head .button,
.section-slidebox.closed .slidebox-head .button {
	/* background: url('vhs-assets-css-e5eb30aa341855c9de5a5892dc9e884a.jpg') 0 center no-repeat #CF0B10; */
	/*background-position: 0 -390px;
			background-color: #CF0B10;*/
	position: absolute;
	left: 11px;
	top: 11px;
	width: 11px;
	min-height: 41px;
	height: 100%;
}

.sidebar .section-slidebox .slidebox-head .button,
.sidebar .section-slidebox.closed .slidebox-head .button {
	left: 14px;
	top: 12px;
}

.section-slidebox.closed .slidebox-head .button {
	/* background: url('vhs-assets-css-44a6a7ab666d976081d9e6c350f762a7.jpg') 0 center no-repeat #CF0B10; */
	/*background-position: 0 -222px;*/
}

#mainContent .section.section-slidebox .slidebox-head h2,
.sidebar .section.section-slidebox .slidebox-head h2 {
	margin-left: 30px;
	padding-bottom: 0;
	padding-top: 1px
}

.section-slidebox .slidebox-head h2 {
	float: none;
	clear: none;
}

.section-slidebox .slidebox-head:hover h2 {
	color: #D0210C;
}

.section-productgroup .copy a.bullet,
.section-news-teaser .copy > a,
.section-linklist li a {
	/* background: url('vhs-assets-css-f982b10a6f58f5038515f9606773e46c.jpg') 0 center no-repeat; */
}

iframe + .section-linklist {
	margin-top: 15px
}

.section + .section-linklist {
	margin-top: -20px
}

.section-divider + .section-linklist {
	margin-top: 0;
}

.section-text + .section-divider {
	margin-top: -10px;
	margin-bottom: 15px
}

.section-teaser-2-col + .section-linklist {
	margin-top: 20px;
}

.section-2-col.section-frame-1 .col-1 {
	width: 100%;
}

.section-2-col.section-frame-1 .col-2 {
	width: 100%;
}

.section-2-col.section-frame-1 .col .img {
	width: 100%;
}

.section-2-col.section-frame-1 .col .img img {
	margin: 0;
	width: 100%;
}

.section-2-col.section-frame-1 .copy {
	width: 100%;
}

.section-2-col.section-float-right p,
.section-2-col.section-float-right h3 {
	float: none;
}

.section-2-col.section-float-right .col-2 .img {
	width: 100%;
}

.section-2-col.section-float-right .col-2 .img img {
	margin: 0;
	width: auto;
	height: auto;
}

.section-2-col.section-float-right .col-2 .img img {
	max-width: 100%
}

/* kritisch
	#mainContent .section-teaser-2-col.section-teaser {
		border-bottom: none
	} */

/*#mainContent .section-teaser-2-col.section-teaser:nth-last-child(-n+2) {
			border-bottom: 1px solid #cccccc
		}*/

/* Anmeldeformular */
#mainContent iframe {
	width: 100% !important;
	margin: 1.45em 0 0 0 !important;
}

iframe#anmeldeformular {
	height: 3440px;
	overflow-x: hidden
}

@media only screen and (min-width: 1201px) {
	.section-gallery-inline .img-container .img img {
		width: 765px;
		height: auto;
	}
}

@media only screen and (max-width: 355px) {

	form.zip-search input[type="text"] {
		width: 100px !important;
	}

	.section-2-col a.fancybox img {
		max-width: 290px;
	}

	iframe#anmeldeformular {
		height: 3660px;
		overflow-x: hidden
	}

}

@media only screen and (min-width: 355px) {


}

/* RASTER */

#mainContent > div.ce-textpic {
	margin-bottom: 20px;
}

#mainContent > div.ce-textpic.ce-textpic-below {
	margin-bottom: 40px;
}

div.ce-textpic .ce-bodytext h2 {
	color: #D82410;
	margin-top: 1.3em;
	margin-bottom: 0.8em;
}

div.ce-textpic-below div.ce-bodytext {
	display: none;
}

div.ce-textpic div.ce-textpic-imagewrap,
ul.ce-uploads li {
	overflow: hidden;
	display: inline-block
}

.ce-textpic.ce-textpic-left.ce-textpic-below {
	background-color: #ebebeb;
	padding: 10px 15px 0px 15px;
	display: inline-block
}

.section.section-teaser.section-teaser-2-col.section-teaser-2-col-large {
	/* margin-top: 15px; */
	margin-top: 0;
	margin-bottom: 30px;
}

#mainContent .section.section-teaser.section-teaser-2-col.section-teaser-2-col-large.n-1 {
	clear: both;
}

#mainContent .section.section-teaser.section-teaser-2-col.section-teaser-2-col-large {
	min-height: 200px;
}

.col2 .section-teaser,
.col2 .section-teaser-2-col-large img {
	width: 100% !important;
}

.section-teaser h5 a,
.section-teaser-2-col .copy h2 a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	/*color: #d0210c;*/
	color: #333;
}

.section-teaser .icon-headline,
.section-teaser-2-col .copy .icon-headline ,
.item .icon-headline {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
	margin-bottom: 12px;
	position: relative
}

.icon-headline a,
.section-teaser .icon-headline a {
	margin-top: 10px;
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none
}

.icon-headline .icon,
.section-teaser .icon-headline .icon {
	position: absolute;
	right: 0;
	top: 0
}

.icon-headline .icon-hover,
.section-teaser .icon-headline .icon-hover {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.section-teaser:hover .icon-headline .icon {
	display: none;
}

.section-teaser:hover .icon-headline .icon-hover {
	display: block;
}

/* standard */

.section-teaser-2-col .img {
	width: 25%;
	margin-right: 5%
}

.section-teaser-2-col .img img,
.section-teaser .img img {
	width: 100%;
	height: auto;
}


.sidebar .section-teaser-2-col-large {
	margin-bottom: 20px;
}

/* large */
.section-teaser-2-col-large .copy > a {
	background: #d0210c;
	display: inline-block;
	color: #fff;
}

/*.sidebar .section-teaser-2-col-large .copy > a {
				background: transparent;
				padding: 0;
				color: #000;
			}

				.sidebar .section-teaser-2-col-large .copy > a .link-icon {
					float: left;
				}

				.sidebar .section-teaser-2-col-large .copy > a .label {
					padding-top: 2px;
				}

		.section-teaser-2-col-large .copy > a .label {
			padding-top: 0
		}*/

.section-teaser-2-col-large .copy > a:hover .label {
	text-decoration: underline
}

.section-teaser-2-col-large .copy > a .link-icon {
	float: right
}

.copy a.bullet {
	clear: left;
}

.section-teaser-2-col .img img {
	width: 100%;
	height: auto;
}

.section-teaser-2-col .copy {
	width: 70%;
}

.section-teaser-file .img img {
	width: 100%;
	height: auto;
}

.section-teaser-file .img img.portrait-extreme {
	width: 70%;
	margin: 0 15%;
}

.section-teaser-2-col-large .img,
.section-teaser-2-col-large .img img,
.section-teasergroup-2 .section-teaser .img {
	width: 100%;
	height: auto;
	float: left;
}

.section-teaser-2-col-large .copy,
.section-teasergroup .section-teaser .copy
{
	width: 100%;
	padding: 15px 0;
	margin: 0;
	/* box-sizing: border-box; */
}

.section-teaser-2-col-large .copy,
.section-teasergroup-box .section-teaser .copy
{
	width: 90%;
	/* padding: 15px 5% 18px 5%; */
	padding: 15px 15px 18px 15px;
}

.section-teasergroup-4.section-teasergroup-box .section-teaser .copy {
	width: 88%;
	padding: 12px 6% 15px 6%;
}

.section-teasergroup-5 .section-teaser .copy, .section-landingpage .section-content .section-teasergroup-5 .copy {
	float: left;
	width: 69%;
	padding: 0;
}

.section-landingpage.grid-3-1 .col-2 .section-teasergroup-box .section-teaser .copy {
	width: 87%;
	padding-left: 6.5%;
	padding-right: 6.5%;
}

.section-teaser-2-col-large .copy {
	padding-bottom: 6%;
}

#mainContent .section.section-location-details h3 {
	margin-top: 0;
}

#mainContent .section .copy  h3 {
	margin-top: 0;
}

#mainContent .section:first-child h3 {
	margin-top: 0;
}



.col2 .section-teaser-2-col .copy {
	width: 88%;
	margin: 0;
	padding: 14px 6% 18px 6%;
}

#mainContent .section-location-details {
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

/* NEWS */

.news-list-view .page-navigation {
	width: 100%;
	display: inline-block;
	text-align: right;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.news-list-view .section-teasergroup-5 + .page-navigation {
	border-top: 1px solid #ccc;
	border-bottom: none;
	padding-top: 15px;
	margin-top: 20px;
}

.news .news-list-view .page-navigation ul {
	width: auto;
	margin: 0 auto;
	float: none;
	display: inline-block
}

.news-list-view .page-navigation > p {
	display: none;
}

.news-list-view .page-navigation .f3-widget-paginator li,
.news-list-view .page-navigation .f3-widget-paginator li.current {
	padding: 3px 5px;
}

.news-list-view .page-navigation .f3-widget-paginator li a {
	color: #333;
	text-decoration: none;
	padding: 3px 5px;
	margin: -3px -5px;
	display: inline-block;
}

.news-list-view .page-navigation .f3-widget-paginator li.current {
	background: #d82410;
	color: #fff;
	padding: 2px 5px 0 5px;
	margin-top: 1px
}

.news-list-view .page-navigation .f3-widget-paginator li.previous,
.news-list-view .page-navigation .f3-widget-paginator li.next,
.news-list-view .page-navigation .f3-widget-paginator li.previous span,
.news-list-view .page-navigation .f3-widget-paginator li.next span {
	font-weight: bold;
}

.news-list-view .page-navigation .f3-widget-paginator li.previous a:hover,
.news-list-view .page-navigation .f3-widget-paginator li.next a:hover {
	text-decoration: underline;
}

.news-list-view .page-navigation .f3-widget-paginator li.previous span,
.section-auto-gallery .pagination .prev span {
	margin-right: 5px;
	color: #d82410;
}

.news-list-view .page-navigation .f3-widget-paginator li.last.next span,
.section-auto-gallery .pagination .next span {
	margin-left: 5px;
	color: #d82410
}

.news-list-view .section-teaser.article {
	border-top: 1px solid #cccccc;
	margin-bottom: 0;
	padding: 20px 0;
}

.news-list-view .section-teaser.article:first-child {
	border-top: none
}

.news-list-view .article h5 {
	margin-bottom: 3px
}

.news-list-view .news-list-date {
	margin-bottom: 10px;
	display: inline-block
}

.news-single h1 {
	margin-bottom: 0
}

.news-single h3 {
	font-size: 24px;
	color: #d82410;
	width: 100%;
	margin-bottom: 10px;
}

.news-single .footer {
	border-top: none;
	margin-bottom: 30px;
	padding-top: 0;
}

.news-single .footer span {
	font-size: 14px
}


.news-single .social-media {
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 40px;
}

.news-single .social-media .to-top {
	float: left
}

.news-single .facebook > div {
	width: auto;
	display: inline-block;
	float: left;
	margin-left: 10px;
}


#main.col #mainContent .news-single .article .facebook .twitter {
	width: 90px;
	margin-left: 0
}


.news-single .facebook {
	float: right
}

#mainContent .news-single .facebook iframe {
	margin-top: 0 !important;
}

.news-single .like .fb_iframe_widget span {
	overflow: hidden;
	width: 47px !important;
}

.news .article .news-img-wrap a {
	margin-bottom: 8px;
}

.news-single p a {
	border-bottom: none;
}

.news-single .content + .to-top {
	display: none;
}

.mfp-figure::after {
	background: #fff
}

.section-banner {
	width: 100%;
}

.section-banner img {
	width: 100%;
	height: auto;
	margin: 0
}

/*.mfp-arrow-right::before,
	.mfp-arrow-right .mfp-b {
		background: url('vhs-assets-css-06f9c3f20d0aa32e9ceefea35323204a.png') 0 0 no-repeat;
	}*/

/* KATALOGSUCHE */

.section-oxomi-search {
	background: #EBEBEB;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	margin: 35px 0 30px 0;
}

.section-oxomi-search .inner {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.section-oxomi-search h2,
#mainContent .section-oxomi-search h2 {
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 0;
	margin-top: 0;
	width: 100%;
	color: #333;
	font-size: 20px
}

.section-oxomi-search p {
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	margin-bottom: 15px
}

.section-oxomi-search form {
	display: table;
	margin: 0 auto;
}

.section-oxomi-search input {
	display: table-cell;
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 31px;
	width: 270px;
	line-height: 18px;
	vertical-align: top;
	font-size: 12px;
}

.section-oxomi-search .button-container {
	display: table-cell;
	width: auto;
	text-align: center;
	vertical-align: top;
}

.section-oxomi-search .button {
	display: block;
	text-align: center;
	margin-left: 5px;
	min-width: 80px;
	height: 20px;
	line-height: 20px;
	font-size: 13px
}

.section-landingpage .section-oxomi-search {
	background: none;
	margin: 40px 0 0 0;
	padding-bottom: 0;
	text-align: left;
	/*border-top: 1px solid #ccc;*/
}

.section-landingpage .section-oxomi-search .inner {
	text-align: left;
	padding: 0;
	width: 100%;
	margin-top: 5px;
}

.section-landingpage .section-oxomi-search h2 {
	font-size: 18px;
	color: #333;
}

.section-landingpage .section-oxomi-search p {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 0
}

/*.section-landingpage .section-oxomi-search form {*/
	/*float: right;*/
/*}*/


.main.two-col .col2 .section-oxomi-search {
	text-align: left;
	width: 100%;
	padding: 15px;
	margin-top: 0;
}

.main.two-col .col2 .section-oxomi-search .inner {
	display: block;
	text-align: left;
	width: 100%;
}

.main.two-col .col2 .section-oxomi-search form,
.main.two-col .col2 .section-oxomi-search form .input-group {
	width: auto;
	min-width: auto;
	width: 100%;
}

.main.two-col .col2 .section-oxomi-search h2 {
	font-size: 18px;
}

.main.two-col .col2 .section-oxomi-search p {
	font-size: 13px;
	margin-bottom: 10px;
}

.main.two-col .col2 .section-oxomi-search input {
	display: table-cell;
	box-sizing: border-box;
	max-width: auto;
	width: 100%;
	height: 33px;
}

.main.two-col .col2 .section-oxomi-search .button {
	min-width: auto;
	color: #fff;
}

.sidebar.mobile .section-oxomi-search .button {
	color: #fff;
}

/* COLORBOX */

#cboxClose:hover {
	background-color: #D0210C;
}

/* FOOTER */

#footer {
	background: #ddd;
	padding: 50px 15px 80px 15px;
	margin-top: 0;
	box-sizing: border-box;
}

#footer p {
	float: none;
}

#footer .inner,
#footer2 .inner {
	margin: 0 auto;
	width: 950px
}

#navigationFooter {
	width: 100%;
}

#footer #navigationFooter .col {
	float: left;
	width: 23%;
	margin-left: 2%;
}

#footer #navigationFooter .col:first-child {
	margin-left: 0
}

#footer #navigationFooter .col.col-1 h2,
#footer #navigationFooter .col.col-2 h2 {
	width: 90%;
}

#footer #navigationFooter .col.col-3 h2 {
	width: 95%;
}

#navigationFooter > ul {
	float: left;
	width: 100%;
}

#navigationFooter > ul > li {
	float: left;
	margin-right: 40px;
	width: 180px;
}

#navigationFooter h2,
#navigationFooter h2 a,
#footerContent h2 {
	font-size: 17px;
	border-top: none;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #000;
	width: 100%
}

#navigationFooter li {
	margin-left: 20px;
	position: relative;
	margin-bottom: 0.5em;
}

#navigationFooter li a {
	color: #000;
	display: block;
	font-size: inherit;
	padding: 0;
	text-decoration: none;
	border: none;
	width: 100%;
}

/*
						#navigationFooter li a:before {
							font-family: FontAwesome;
							font-size: 20px;
							font-weight: 700;
							position: absolute;
							left: -20px;
							content: "\f105";
							display: inline-block;
							color: #bbb;
							margin-left: 0;
						} */

#navigationFooter li a:before {
	background: url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/follow_grey.png) 0 0 no-repeat;
	width: 6px;
	height: 9px;
	position: absolute;
	left: -20px;
	top: 4px;
	display: inline-block;
	color: #bbb;
	margin-left: 0;
	content: " ";
}

#navigationFooter li a:hover {
	color: #d82410
}

#footerContent {
	width: 25%;
	color: #000
}

#navigationFooter a,
#footerContent h2 {
	margin-top: 0;
}

#footerContent {
	font-size: 13px;
}

#footerContent a {
	color: #000;
}

#footerContent .green {
	font-weight: 700;
}

#footer2 {
	/*background-color: #000;*/
	background: linear-gradient(to right, #E31D00 30%, #000000 30%);
	color: #fff;
	box-sizing: border-box;
}

#footer2 .inner {
	padding: 0;
	margin: 0 auto;
	padding: 15px;
}

#footer2 a {
	color: #fff
}

#footer2 .left {
	font-size: 18px;
	float: left;
	width: 250px;
	line-height: 35px;
	font-weight: bold;
	margin: -15px;
	background: #E31D00;
	padding: 15px;
}

#footer2 .right {
	float: right;
	width: 70%
}

#footer2 .right ul {
	float: right;
	border-right: 1px solid #333;
	padding-right: 25px;
	margin-right: 25px;
}

#footer2 .right ul:first-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;

}

#footer2 .right ul li {
	float: left;
	margin-left: 10px;
}

#footer2 .right ul li:first-child {
	margin-left: 0
}

#footer2 .right ul.meta {
	height: 30px
}

#footer2 .right ul.meta li {
	margin-top: 10px;
	float: left;
	line-height: 1em;
	padding-bottom: 2px;
	padding-left: 0;
	margin-left: 0;
}

#footer2 .right ul.meta li + li {
	border-left: 1px solid #666666;
	line-height: 1em;
	margin-left: 8px;
	padding-left: 8px;
}

#footer2 .right ul.meta a {
	text-decoration: none;
	padding: 5px 0;
}

#footer2 .right ul.meta a:hover,
#footer2 .right ul.meta a:focus {
	text-decoration: underline;
}

/*ADDED*/



#mainContent header,
#mainContent .tx-bp-fs-events {
	display: inline-block;
	width: 100%;
}

#mainContent .tx-bp-fs-events {
	margin-top: -25px;
}

#mainContent .csc-header.csc-header-n1 h2, #mainContent header h3 {
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
}

#mainContent .tx-bp-fs-events .list .row .col {
	margin-bottom: 0.5em;
}

#mainContent .tx-powermail {
	float: left;
	background: #ebebeb;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}

#mainContent .tx-powermail .powermail_fieldset {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.page-114 .map .location-marker { display: none; }
.page-114 .map .location-marker-icc { display: block; }
.page-114 .section-locations-map h2 { display: none; }
.page-114 .section-locations-map li { display: none; }
.page-114 .section-locations-map h2.icc { display: block; }
.page-114 .section-locations-map li.icc { display: block; }
.page-114 .tx-bp-fs-locations h1 { display: none; }



#mainContent .section-locations-map h2 {
	margin-top: 20px;
	color: #d82410
}

.section-2-col.section-float-left .col-1 {
	margin-left: 20px;
	float: right;
}

#navigationSecondLevelMenu ul li ul li.sub ul {
	display: none;
}

#navigationSecondLevelMenu ul li ul li.sub.current ul, #navigationSecondLevelMenu ul li ul li.sub.active ul {
	display: block;
}


#navigationSecondLevelMenu ul li ul li.sub.active li.current > a {
	color: #d0210c;
}

.section-productgroup {
	border-top: none;
	border-bottom: none;
}

#mainContent  .section-productgroup h2 {
	margin-bottom: 10px
}

.section-productgroup .brands {
	width: 105%;
}

.section-productgroup .brands .brand {
	width: 12.55% !important;
	margin-right: 1.2%;
	margin-bottom: 1%;
	float: left;
}

.section-productgroup .brands .brand img {
	width: 90% !important;
	height: 90% !important;
	margin: 0;
	padding: 5%;
}

.col#main #mainContent .news-single .article .news-backlink-wrap {
	display: none;
}

.col#main #mainContent .news-single .article .facebook > div {
	margin-bottom: 5px;
}

/*#main .section-2-col.section-1-2 .col-1 { width: 30%; margin-right: 3% }*/
#main .section-2-col.section-1-2 .col-2 { width: 65% }

#main .section-2-col .img img { margin-bottom: 0; }
/*#main .section-2-col.section-2-1 .col-1 { width: 66% }
#main .section-2-col.section-2-1 .col-2 { width: 30%; margin-left: 3% }*/


#main .section-2-col.section-1-1 .img { width: 100% }
/*#main .section-2-col.section-1-1 .img img { width: 49%; margin-left: 2% }*/

/* Mobilansicht */

@media only screen and (max-width: 991px) {

	body.fixed-nav #header + .wrapper2 {
		padding-top: 55px;
	}


	body .wrapper1 {
		margin-top: 0;
	}

	body.fixed-nav .wrapper1 {
		margin-top: 0
	}

	.page-6.fixed-nav .wrapper1 {
		margin-top: 135px
	}

/*
	body.fixed-nav .landingpage .section-landingpage:first-child {
		margin-top: 55px;
	}
*/

	.slicknav_menu {
		display: block;
		position: relative;
		z-index: 5;
		right: 0;
		background: none;
		padding: 0;
		/*background: none;
		width: 20px;*/
	}

	.slicknav_menu .slicknav_btn {
		background: none;
		position: absolute;
		margin: 0;
		padding: 0;
		height: 32px;
		width: 32px;
		top: -40px;
		right: 13px;
		border-radius: 0;
		color: #d0210c
	}

	.slicknav_menu .slicknav_btn .slicknav_no-text {
		margin: 10px 7px;
	}

	.slicknav_nav {
		width: 100%;
		background: #d0210c;
		position: absolute;
		left: 0;
		top: 0;
		overflow-y: scroll;
		overflow-x: hidden;
		padding: 0 0 10px 0;
		max-height: 460px;
	}


	.slicknav_menu::-webkit-scrollbar,
	.slicknav_nav::-webkit-scrollbar {
		width:0px;
		background:transparent;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #d0210c;
		box-shadow: none
	}

	.slicknav_nav .slicknav_row:hover,
	.slicknav_nav a:hover {
		background: none;
		color: inherit
	}

	.slicknav_arrow {
		font-family: FontAwesome;
	}

	.slicknav_nav li.last {
		margin-bottom: 10px;
	}

	.searchBox-container {
		background: url('vhs-assets-css-6371ce553b3518b5c3df1b5dfd69be11.png') no-repeat scroll 0 0;
		height: 32px;
		width: 32px;
		float: right;
		margin-right: 3px;
		cursor: pointer;
	}

	.nav.nav-main {
		display: none;
	}

	#siteTitle,
	#searchBox,
	#buttonShop,
	#topMenu,
	#buttonMagazine {
		display: none
	}

	#header,
	.fixed-nav #header {
		height: 50px
	}

	.mobile-navigation {
		display: block;
		padding: 10px 0
	}

	.mobile-navigation .slicknav-container {
		float: right;
		position: relative;
		width: 100%;
	}

	.mobile-navigation .siteTitle {
		float: left;
		width: 180px;
		height: 40px;
		padding-left: 15px;
	}

	.mobile-navigation .siteTitle a {
		background: url('/typo3conf/ext/fs_website/Resources/Public/_legacy/img/logo-fs.png') no-repeat 0 0;
		background-size: 180px auto;
		width: 180px;
		display: block;
		height: 40px;
	}

	.mobile-navigation .buttonShop {
		background: url('vhs-assets-css-c97bd4ca115d0d959f1093e5602edfe7.png') no-repeat scroll 0 0;
		float: right;
		height: 32px;
		width: 32px;
		margin-right: 40px;
		padding-right: 15px;
	}

	.mobile-navigation .buttonShop a {
		float: left;
		width: 100%;
		height: 100%;
	}

	@media only screen and (max-width: 335px) {

		.mobile-navigation .buttonShop {
			background: url('vhs-assets-css-c97bd4ca115d0d959f1093e5602edfe7.png') no-repeat scroll 0 0;
			float: right;
			height: 32px;
			width: 32px;
			margin-right: 34px
		}

		.searchBox-container {
			background: url('vhs-assets-css-6371ce553b3518b5c3df1b5dfd69be11.png') no-repeat scroll 0 0;
			height: 32px;
			width: 32px;
			float: right;
			margin-right: 0
		}

	}


	#headerInner {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	@media screen and (max-width: 768px) {
		.wrapper2,
		.section-landingpage .inner,
		#footer .inner {
			width: 100%;
			padding: 0 15px;
			box-sizing: border-box;
		}
	}

	#headerInner {
		padding: 0;
	}
}

@media only screen and (max-width : 768px) {

	.section-landingpage .col {
		min-height: 0 !important;
	}

	.wrapper1 {
		margin-top: 0;
	}

	.landingpage > .inner {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		display: inline-block !important;
	}

	.landingpage > .inner > .quickmodul {
		position: relative;
		bottom: auto;
		right: auto;
		box-sizing: border-box;
		width: 100%;
		padding: 20px 15px;
	}

	.landingpage > .inner > .quickmodul > .button-set.col-2 > a.button > span {
		padding: 10px 5px;
	}

	iframe#anmeldeformular {
		height: 3670px
	}

	.section-2-col a.fancybox img {
		width: auto;
		height: auto;
		margin: 0 0 30px 0;
	}

	#mainContent .tx-powermail form,
	#mainContent .tx-powermail label,
	#mainContent .tx-powermail select {
		width: 100% !important;
		float: left;
		box-sizing: border-box;
	}

	#mainContent .tx-powermail .powermail_fieldwrap label {
		width: 100% !important;
		box-sizing: border-box;
	}

	#mainContent .tx-powermail .powermail_fieldwrap_input input,
	#mainContent .tx-powermail .powermail_fieldwrap_textarea textarea {
		width: 100%;
		box-sizing: border-box;
	}

	#mainContent .tx-powermail .powermail_fieldwrap_select select {
		max-width: 60px;
	}

	#mainContent .tx-powermail .powermail_fieldwrap_submit input {
		margin-left: 0;
	}

	.to-top {
		float: right;
	}

	.main.two-col .col2 {
		width: 100%;
		display: none;
	}

	.main.two-col .col2 #navigationSecondLevelMenu ul {
		float: none;
	}

	.main.two-col .col2 #navigationSecondLevelMenu li {
		width: 100%;
		border-top: none;
		border-bottom: 1px solid #cccccc
	}

	.main.two-col .col2 #navigationSecondLevelMenu > li:first-child {
		border-top: 1px solid #cccccc
	}

	.main.two-col .col2 #navigationSecondLevelMenu ul li {
		border-top: 1px solid #cccccc;
		border-bottom: none
	}

	.sidebar .section-teaser-2-col-large {
		padding-bottom: 0;
		display: table;
		width: 100%;
	}

	.main.two-col .col2 .sidebar .section-teaser-2-col-large .img,
	.main.two-col .col2 .sidebar .section-teaser-2-col-large .copy {
		display: table-cell;
		float: none;
		vertical-align: top
	}

	.main.two-col .col2 .sidebar .section-teaser-2-col-large .img {
		margin-right: 2%;
		width: 50%;

	}

	.main.two-col .col2 .sidebar .section-teaser-2-col-large .copy {
		padding: 10px 20px;
	}

	.main.two-col .col2 .sidebar .section-teaser-2-col-large p {
		margin-top: 0;
	}

	.section-teasergroup-8 .section-teaser {
		width: 23%;
		margin-left: 1%;
	}

	.col3 {
		display: block;
	}

	.main.two-col > .col#main {
		display: block;
		width: 100%;
		float: none
	}

	#mainContent .tx-bp-fs-events {
		margin-top: -20px;
		clear: both;
	}

	.list-filter {
		margin-top: 0;
		float: left;
		padding-left: 0;
		margin-bottom: 15px;
	}

	/* Veranstaltungen */
	.tx-bp-fs-events .col.event-date {
		width: 100%;
		float: none;
	}

	.tx-bp-fs-events .col.event-links {
		width: 100%;
		float: none;
	}

	.tx-bp-fs-events .col.event-content {
		width: 100%;
		float: none;
	}

	.tx-bp-fs-events .col.event-links .title + .bullet {
		padding-left: 0
	}

	.section-landingpage .tx-bp-fs-events .col.event-links .title + .bullet {
		padding-left: 10px;
		left: 12px;
	}

	.news-single .social-media {
		border-top: none;
		margin-top: 20px;
	}

	.news-single .social-media .to-top {
		display: none
	}

	.news-single .social-media .facebook {
		float: left;
	}

	div.ce-textpic {
		border-bottom: none
	}

	.section-text + .section-divider {
		margin-top: 5px;
	}

	.section-productgroup.last {
		border-bottom: none
	}

	.section-locations-map .map {
		display: none
	}

	/*
	.section-locations-map .map .location-marker {
		margin-left: -100px;
		margin-top:  -80px
	}*/

	/* Katalogsuche mobil */

	.section.section-oxomi-search {
		margin-bottom: 30px;
	}

	.section.section-oxomi-search .inner {
		width: 320px;
		max-width: 90%;
		text-align: left;
	}

	.section-oxomi-search h2,
	#mainContent .section-oxomi-search h2 {
		margin-bottom: 5px;
		margin-top: 0;
		font-size: 18px;
	}

	.section-oxomi-search p {
		margin-bottom: 15px;
	}

	.section-oxomi-search form,
	.section-oxomi-search form .input-group {
		display: table;
		float: none;
		width: 100%;
	}

	.section-oxomi-search input {
		width: 100%;
		height: 31px;
		box-sizing: border-box;
		display: table-cell;
	}

	.section-oxomi-search .button-container {
		display: table-cell;
		width: 120px;
		text-align: center;
	}

	.section-oxomi-search .button {
		display: block;
		width: auto;
		text-align: center;
		height: 19px;
		min-width: auto;
	}

	/*.section-landingpage .wrapper3 .section.section-oxomi-search .inner {*/
		/*width: 100%;*/
		/*max-width: none;*/
	/*}*/

	.section-landingpage .section-oxomi-search p {
		margin-bottom: 10px;
	}

	.section-landingpage .section-oxomi-search form {
		float: none;
	}

	.section-landingpage .wrapper3 .section-oxomi-search .button {
		display: block;
		margin-left: 10px;
	}



	/* */


	#footer2 {
		padding-bottom: 35px;
		position: relative;
	}

	#footer2 .inner {
		/*width: 100%;*/
	}

	#footer2 .right ul.meta {
		bottom: 0;
		height: 30px;
		position: absolute;
		/*left: 50%;
		    margin-left: -100px;
		    width: 200px;*/
		width: 100%;
		left: 0;
		padding: 5px 0;
		background: #fff;
		border-right: none;
		text-align: center
	}

	#footer2 .right ul.meta li {
		float: none;
		display: inline-block;
	}

	#footer2 .right ul.meta li a {
		color: #000
	}

	.to-top {
		display: none
	}

	/*+++++ LANDINGPAGE +++++ */


	.section-stage.big {
		padding: 0
	}

	.section + .section-linklist {
		margin-top: 0;
	}

	.section-landingpage.grid-3-1 .col-1 {
		margin-bottom: 0;
	}

	.section-landingpage {
		padding: 30px 0;
	}

	.section-landingpage .section-teaser .copy {
		float: left;
	}

	.section-landingpage.section-background {
		height: auto;
		display: inline-block;
		background-position: top center !important;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 0;
		background-attachment: scroll !important;
	}

	.section-landingpage.section-background, .section-landingpage.section-background.scale-background {
		background-size: auto 250px !important;
	}

	.section-landingpage.section-background.fs-parallax {
		background-size: cover !important;
	}

	.section-landingpage.section-background.background-right {
		background-position: top right !important;
	}

	.section-landingpage.section-background.background-left {
		background-position: top left !important;
	}

	.section-landingpage.section-background .inner {
		min-height: 135px;
	}

	.section-landingpage .section-header .section-text {
		margin-bottom: 5px
	}

	.landingpage .section-landingpage .slides .slide .inner .section-text .copy .inner .headline {
		background: rgba(0, 0, 0, 0.6);
		padding: 5%;
	}

	.landingpage .section-landingpage .slides .slide .inner .section-text .copy .inner .headline h2 {
		font-size: 20px;
	}

	.landingpage .section-landingpage .slides .slide .inner .section-text .copy .inner .headline h3 {
		font-size: 17px;
	}

	.section-landingpage.section-background .inner .wrapper3 {
		min-height: 175px;
	}

	.section-landingpage.section-background .section-header {
		display: none;
	}

	.section-landingpage.section-background .stage-motiv {
		height: 345px;
		width: 335px;
		top: -60px;
		left: 50%;
		margin-left: -167px
	}

	.section-landingpage.section-background .section-text {
		position: relative;
		background: #333;
		margin-top: 200px;
		margin-left: -23px;
		padding: 20px 25px;
		width: 100%;
		z-index: 2
	}

	.section-landingpage.section-background.big .section-text {
		position: relative;
		background: none;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
		width: auto;
		z-index: 0
	}

	.section-landingpage.section-background.big > .nav-stage-text ul {
		width: 101%
	}

	.section-landingpage.section-background.big > .nav-stage-text ul > li.active .item-content {
		width: 100%
	}

	.section-landingpage.content-box-white .col .section-text {
		padding: 25px 25px;
		width: 100%;
	}

	.section-landingpage.section-background .col-1.stage-motiv { left: 70px }
	.section-landingpage.section-background .col-2.stage-motiv { right: 20px }

	.section-landingpage.section-background .stage-motiv img {
		height: 305px;
		width: 315px;
		margin-left: 10px !important
	}

	.section-landingpage.section-background.grid-2-1 .col-2,
	.section-landingpage.section-background.grid-1-2 .col-1,
	.section-landingpage.section-background.grid-2-1 .col-1,
	.section-landingpage.section-background.grid-1-2 .col-2 {
		width: 100%;
		margin-left: 0;
	}

	.section-landingpage.section-background.grid-2-1 .col-2,
	.section-landingpage.section-background.grid-1-2 .col-1 {
		margin-left: 0;
		background: rgba(31, 75, 104, 0.75);
	}

	.section-landingpage.grid-1-3 .col {
		width: 100%;
	}

	.section-landingpage.section-background.invertiert .section-text {
		background-color: rgba(255, 255, 255, 0.75);
	}

	.section-landingpage.grid-1-1 .col-2 {
		margin-left: 0;
	}

	.section-landingpage.grid-2-1 .col-2 {
		width: 100%;
		margin-left: 0;
	}

	.section-landingpage.grid-2-1 .col-1 {
		width: 100%;
	}

	.section-landingpage.grid-2-1 .col-2,
	.section-landingpage.grid-1-2 .col-2 {
		clear: left;
		margin-left: 0;
	}

	.section-landingpage.grid-2-1 .col-1,
	.section-landingpage.grid-2-1 .col-2,
	.section-landingpage.grid-1-2 .col-1,
	.section-landingpage.grid-1-2 .col-2 {
		width: 100%;
		margin-right: 0;
	}

	.section-landingpage.grid-3-1 .col-1,
	.section-landingpage.grid-3-1 .col-2 {
		width: 100%;
	}

	.section-landingpage.grid-2-1 .col-2 {
		margin-top: 10px;
	}

	.section-landingpage.grid-3-1 .col-2 {
		margin-top: 20px;
	}

	.section-landingpage .wrapper3 h2,
	.section-landingpage .wrapper3 h3 {
		font-size: 20px;
	}

	.section-landingpage h4 {
		padding-bottom: 10px
	}

	.section-landingpage .wrapper3 h2,
	.section-landingpage .wrapper3 h2 span,
	.section-landingpage .wrapper3 .button {
		display: block;
	}

	.section-landingpage.parallax-window  .section-text h3 + h2,
	.section-landingpage.parallax-window  .section-text h2 + h3 {
		margin-top: -5px;
	}

	.section-landingpage  .section-text h3 + h2,
	.section-landingpage .section-text h2 + h3 {
		margin-top: -5px;
	}

	.section-landingpage.gerahmt .wrapper3 h2 {
		display: inline-block;
	}

	.section-landingpage .wrapper3 div.section-buttons a.button {
		margin-bottom: 10px;
		display: inline-block;
		min-width: 180px;
		position: relative;
	}

	.section-landingpage .wrapper3 div.section-buttons a.button em.fa-angle-right {
		position: absolute;
		right: 13px;
	}

	.section.section-featurebox .img {
		width: 24%;
	}

	.section.section-featurebox .copy {
		width: 70.5%;
	}


	.section-teasergroup-1 .section-teaser h5,
	.section-teasergroup-2 .section-teaser h5,
	.section-teasergroup-5 .section-teaser h5 {
		margin-bottom: 0;
	}

	.section-teasergroup-1 .section-teaser h5 + *,
	.section-teasergroup-2 .section-teaser h5 + *,
	.section-teasergroup-5 .section-teaser h5 + * {
		margin-top: 10px;
	}

	.news-list-view .section-teasergroup-5 .section-teaser h5 + * {
		margin-top: 3px;
	}

	.section-teasergroup-6 {
		margin-left: 0;
	}

	.section-teasergroup-6 .section-teaser .img {
		width: 100%;
	}

	.section-teasergroup-6 h4 {
		margin-left: 0;
	}

	.section-teasergroup-6 .section-teaser {
		width: 30%;
		/*margin: 0 5% 20px 0;*/
		margin: 0 5% 0 0;
	}

	.section-teasergroup-6 .section-teaser .copy {
		padding-bottom: 0
	}

	.section-landingpage .section-events-list.teaser-slider > .list.container > .slide > .row.item > .col.event-date {
		margin-bottom: 0
	}

	/*.section-landingpage .section-teasergroup-6 .n-3,
	.section-landingpage .section-teasergroup-6 .n-6,
	.section-landingpage .section-teasergroup-6 .n-9,*/
	.section-teasergroup-6 .section-teaser:nth-child(3n+1) {
		margin-left: 0;
	}

	.section-teasergroup-6 .section-teaser:nth-child(3n+0) {
		margin-right: 0;
	}

	.section-teasergroup-6 .n-4,
	.section-teasergroup-6 .n-7,
	.section-teasergroup-6 .n-10 {
		clear: left;
	}

	.section-landingpage .section-teasergroup-7 .section-teaser.n-1 .img,
	.section-landingpage .section-teasergroup-7 .section-teaser.n-6 .img {
		height: auto;
	}


	.section-landingpage .section-teaser .copy {
		float: left;
	}

	.section-landingpage .section-content .col iframe {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}

	.section-landingpage .section-teasergroup-2,
	.section-landingpage .section-teasergroup-2 .section-teaser {
		width: 100%;
		margin: 0;
	}

	.section-landingpage .link-follow {
		display: inline-block;
		margin-top: 0;
	}

	.section-landingpage .section-teasergroup-1 .section-teaser,
	.section-landingpage .section-teasergroup-2 .section-teaser {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.section-landingpage .section-teasergroup-1 .section-teaser:first-child {
		margin-top: 0
	}

	.section-landingpage .section-teasergroup-1 .section-teaser .copy {
		padding-bottom: 0
	}

	.section-landingpage .section-teasergroup-1.section-teasergroup-box .section-teaser .copy {
		padding-bottom: 20px
	}

	.section-landingpage .section-linkboxes .item {
		display: block;
	}

	.section-landingpage.grid-1-1 .col,
	.section-landingpage.grid-1-1 .col .item {
		width: 100%;
	}

	.section-landingpage.grid-1-1 .col .item.last {
		margin-bottom: 0;
	}

	.section-landingpage.grid-1-1 .col .item .inner {
		margin-right: 0;
		padding: 15px;
	}

	.section-landingpage.gerahmt .section-text-image.variant-2 {
		margin: 0 -15px 15px -15px;
		padding: 0 15px 15px 15px;
		border-bottom: 1px solid #ddd;
	}

	.section-landingpage.gerahmt .col-1 {
		border: none;
	}

	.section-landingpage.gerahmt .section-header {
		width: 100%;
		margin: 0 -15px 15px -15px;
		padding: 0 15px 15px 15px;
	}

	.section-landingpage.gerahmt .section-text-image .image {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.section-landingpage.gerahmt .section-text-image .image img {
		margin-right: 0;
	}

	.section-landingpage.grid-2-1.gerahmt .col-2,
	.section-landingpage.grid-1-2.gerahmt .col-2 {
		width: 100%;
	}

	.section-landingpage.section-background .section-text-image.variant-1 {
		background-color: rgba(0, 0, 0, 0.75);
	}

	.section-landingpage.section-background .section-text-image.variant-1 .copy p > img {
		margin: 0;
	}

	.section-landingpage .section-text a.button {
		width: auto;
		box-sizing: border-box;
	}

	.section-landingpage .inner .wrapper3 {
		display: block;
	}

	.section-linkboxes .item .inner a.button {
		width: auto;
	}

	.section-landingpage .section-teasergroup-3.teaser-slider > .container {
		height: 100%;
	}

	.section-landingpage .section-teasergroup-3.teaser-slider .section-teaser {
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		min-height: 350px;
		padding: 0 3.5% 3.5% 3.5%;
	}

	.section-landingpage .section-teasergroup-3.teaser-slider .nav-left,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-right {
		top: -5px;
		width: 35px;
		height: 35px;
		font-size: 35px;
	}

	.section-landingpage .section-teasergroup-3.teaser-slider .nav-left {
		left: inherit;
		right: 35px;
	}

	.section-landingpage .section-teasergroup-3.teaser-slider .nav-right {
		right: 0;
	}

	.section-landingpage .section-header h3 + .button {
		position: relative;
		float: left;
		bottom: 0;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.section-landingpage .section-header h3 + .button > a {
		padding: 4px 13px;
	}

	.section-landingpage .section-events-list {
		margin-top: 0;
	}

	.section-landingpage.section-background.section-stage {
		height: 100%;
	}

	.section-landingpage.section-background.section-stage.big {
		/* height: 525px; MIT TEXT */
		height: auto;
		margin-bottom: 10px;
	}

	.section-landingpage.section-background.section-stage.big .section-text {
		padding: 20px 20px;
		margin: 240px -20px 0 -20px;
		width: 100%;
		height: auto;
		background: #000;
	}

	.section-landingpage.section-background.section-stage.big .section-text .copy {
		clear: both;
		width: 100%;
	}

	.section-stage .slide > .inner a {
		width: 100%;
	}

	.section-landingpage.section-background.section-stage.big .copy > a > .inner {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.section-landingpage.section-background.section-stage.big .copy > .inner {
		width: 100%;
		margin: 0;
	}

	.section-landingpage.section-background.section-stage.big .copy br {
		content: " "; /* Remove break */
		margin-right: 3px; /* Set space between text blocks */
	}

	.landingpage .section-landingpage.big .slides .slide .inner .section-text .copy .inner .headline {
		margin-top: 0;
		background: none;
		padding: 0
	}


	.section-stage .slides {
		height: 352px;
		/* height: 260px; */
	}

	.section-stage .slides .slide {
		height: 260px;
		background-size: cover;
	}

	/*.section-stage .slides .slide .inner .section-text {
		padding: 0 5%;
		box-sizing: border-box;
		margin-top: 15px;
	}*/

	.section-landingpage .section-text h3 + p,
	.section-landingpage .section-text h2 + p,
	.section-text-image h2 + p,
	.section-text-image h3 + p {
		margin-top: 10px
	}

	.section-landingpage .section-teasergroup-6 {
		margin-top: 15px
	}

	.section-landingpage .section-teasergroup-6 .section-teaser {
		margin-bottom: 5px
	}

	.section-landingpage .wrapper3 div.section-buttons a.button {
		font-size: 14px
	}

	/* Slider Boxen */
	.section-landingpage .teaser-slider {
		padding-bottom: 70px;
	}

	/*
	.section-landingpage .section-teaser .copy {
		padding-bottom: 0
	}*/

	.section-landingpage .teaser-slider .nav-left,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-left,
	.section-landingpage .teaser-slider .nav-right,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-right {
		top: auto;
		bottom: 7px;
		border: 1px solid #ccc;
		height: auto;
		width: auto;
	}

	.section-landingpage .teaser-slider .nav-left .fa-angle-left,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-left .fa-angle-left,
	.section-landingpage .teaser-slider .nav-right .fa-angle-right,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-right .fa-angle-right{
		padding: 2px 12px 5px 12px;
	}

	.section-landingpage .teaser-slider .nav-left .fa-angle-left:hover,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-left:hover,
	.section-landingpage .teaser-slider .nav-right .fa-angle-right:hover,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-right:hover {
		background: #d82410;
		color: #fff
	}

	.section-landingpage .teaser-slider .nav-left,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-left,
	.section-landingpage .teaser-slider .nav-right,
	.section-landingpage .section-teasergroup-3.teaser-slider .nav-right {
		background: #fff;
		right: auto;
		left: 0;
		min-height: 40px
	}

	.section-landingpage .teaser-slider .nav-right,
	.section-landingpage .section-teasergroup-3.teaser-slider.teaser-slider .nav-right {
		left: 41px
	}

	.section-landingpage .teaser-slider .nav-right .fa-angle-right {
		margin-right: 4px;
		margin: 0
	}

	.section-landingpage .section-teasergroup-3.teaser-slider .section-teaser {
		padding: 0;
		border-left: none;
		border-right: none;
	}

	.section-1-col + .section-slidebox,
	.section-2-col + .section-slidebox,
	.section-3-col + .section-slidebox {
		margin-top: 15px;
	}

	.news-list-view .page-navigation {
		text-align: center
	}

	.news .page-navigation ul {
		float: none
	}

	#mainContent .section.section-slidebox .slidebox-head h2,
	.sidebar .section.section-slidebox .slidebox-head h2 {
		margin-left: 30px;
	}

	/*.section-2-col.section-float-right .col-1 {
		float: none;
	}*/

	.sidebar .section-slidebox .slidebox-head {
		width: 100%;
	}

	.sidebar .section-slidebox .slidebox-body {
		/*padding-left: 45px;*/
		box-sizing: border-box;
		width: 100%;
	}

	#footer2 .left {
		font-size: 14px;
	}

	.tx-powermail form {
		float: left;
		width: 100%;
	}

	.powermail_fieldwrap_input input, .powermail_fieldwrap_textarea textarea, #tx_felogin_loginform input {
		width: 97%;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	.powermail_fieldwrap_submit input {
		margin-left: 0;
		clear: both;
		margin-top: 10px;
	}

	.powermail_fieldwrap_select select {
		clear: both;
	}

	.powermail_fieldwrap label, legend.powermail_check_legend, legend.powermail_radio_legend, #tx_felogin_loginform label {
		margin-top: 6px;
		clear: both;
	}

	@media only screen and (max-width: 350px) {
		.section-landingpage .section-events-list.teaser-slider,
		.section-landingpage .section-events-list.teaser-slider > .list.container,
		.section-landingpage .section-events-list.teaser-slider > .list.container > .slide ,
		.section-landingpage .section-events-list.teaser-slider > .list.container > .slide  > .row.item {
			min-height: 230px;
		}
	}


	@media only screen and (max-width: 500px) {
		.section-teaser-2-col-large {
			width: 100%;
			margin-right: 0;
		}

		div.ce-textpic .ce-textpic-imagewrap .ce-textpic-image {
			float: none;
		}

		.section-landingpage .section-teasergroup-3.teaser-slider .section-teaser {
			width: 100%;
			box-sizing: border-box;
			margin-left: 0;
		}

	}

	@media only screen and (min-width: 500px) {

		.section-landingpage .section-teasergroup-1 .section-teaser,
		.section-landingpage .section-teasergroup-2 .section-teaser {
			width: 47.5%;
			margin: 0 0 20px 5%;
			box-sizing: border-box;
		}

		.section-landingpage .section-teasergroup-1 .section-teaser.first,
		.section-landingpage .section-teasergroup-2 .section-teaser.first {
			margin: 0;
		}

		.section-landingpage .section-teasergroup-1 .section-teaser.first.last,
		.section-landingpage .section-teasergroup-2 .section-teaser.first.last {
			width: 100%;
		}

		/*.section-landingpage .section-teasergroup-6 .n-1,
		.section-landingpage .section-teasergroup-6 .n-5,
		.section-landingpage .section-teasergroup-6 .n-9 {
			margin-left: 2.5%;
		}*/

		.section-landingpage .section-teasergroup-6 .n-4,
		.section-landingpage .section-teasergroup-6 .n-7,
		.section-landingpage .section-teasergroup-6 .n-10 {
			clear: none;
		}

		/*.section-landingpage .section-teasergroup-6 .n-5,
		.section-landingpage .section-teasergroup-6 .n-9 {
			clear: left;
		}

		.section-landingpage .section-teasergroup-6 .n-4,
		.section-landingpage .section-teasergroup-6 .n-8 {
			margin-right: 0;
		}*/

		.section-landingpage .section-teasergroup-6 .section-teaser:nth-child(3n+1) {
			margin-left: 0;
		}

		.section-landingpage .section-teasergroup-6 .section-teaser:nth-child(3n+0) {
			margin-right: 0;
		}

		/* .section-landingpage.grid-1-1 .col {
			width: 47.5%;
			box-sizing: border-box;
		}

		.section-landingpage.grid-1-1 .col-1 {
			margin-left: 0;
		}*/

		.section-landingpage.gerahmt .section-text-image.variant-2 {
			width: 47.5%;
			margin: 0 5% 30px 0;
			padding: 0;
			border-bottom: 0;
		}

		.section-landingpage.gerahmt .section-text-image.variant-2:nth-child(even) {
			margin-right: 0;
		}

		.section-landingpage.gerahmt .section-text-image.variant-1 .image {
			width: 47.5%;
			margin: 0 5% 0 0;
		}

		.section-landingpage.gerahmt .section-text-image.variant-1 .copy {
			width: 47.5%;
		}

		#main .section.section-teaser.section-teaser-2-col.section-teaser-2-col-large {
			width: 100%;
			margin-left: 0;
		}

		#main .section.section-teaser.section-teaser-2-col.section-teaser-2-col-large:first-child,
		#main .section.section-teaser.section-teaser-2-col.section-teaser-2-col-large.even {
			margin-left: 0
		}
	} /* Ende min-width 500px*/



	.section-landingpage .section-events-list .slide {
		width: 100% !important;
	}
	.section-landingpage .section-events-list .row {
		width: 100%;
		padding: 10px 10px 15px 10px;
		box-sizing: border-box;
		min-height: 220px;
	}
	.section-landingpage .section-events-list .row .button {
		margin-left: 0;
		font-size: 12px;
		width: auto !important;
	}

	.section-landingpage .teaser-slider .nav-left,
	.section-landingpage .teaser-slider .nav-right {
		top: auto;
		width: 35px;
		height: auto;
		font-size: 35px;
	}

	.section-landingpage.grid-1-3 .section-teasergroup-1 .section-teaser {
		width: auto;
	}

	.section-landingpage.section-stage.big .section-text .headline h2,
	.section-landingpage.section-stage.big .section-text .headline h3	{
		font-size: 25px;
	}

	/*+++++ / LANDINGPAGE +++++*/


	.main {
		margin: 30px 0 30px 0;
	}
	.ce-textpic img {
		max-width: 100%;
		height: auto;
		margin-right: 0;
	}

	.section-landingpage .ce-textpic img {
		max-height: none;
	}

	figure img {
		margin-right: 0;
	}

	.section {
		margin-bottom: 0;
	}

	.main.two-col .section-headline + .section-teasergroup-9 {
		margin-top: 20px;
	}

	.section.section-divider {
		margin-bottom: 20px;
	}

	.section-slidebox {
		margin-bottom: 30px;
	}

	#mainContent header {
		float: left;
		width: 100%;
		/*margin-top: 30px;*/
	}

	#mainContent header:first-child {
		margin-top: 0;
	}

	.section-2-col .col,
	.section-2-col.section-1-2 .col-1,
	.section-2-col.section-1-2 .col-2 {
		width: 100%;
		margin: 0;
	}

	.section-2-col.section-float-left .col-1 {
		margin: 0;
	}

	.section .copy {
		width: 100%;
	}

	.section p {
		padding-right: 0;
	}

	.section .img {
		width: 25%;
		margin-right: 5%;
	}

	.section-teaser .img {
		width: 25%;
		margin: 0 5% 0 0;
		float: left;
		text-align: left;
	}

	.section-landingpage .section-teaser .img {
		width: auto;
		margin: 0;
	}

	.section-teaser .img img {
		margin: 0;
		width: 100%;
		height: auto;
	}

	.section-landingpage .teaser-slider .slide .img {
		width: 100%;
	}

	.section-teaser-2-col + .section-productgroup {
		border-top: 1px solid #ddd;
	}

	.section.section-productgroup {
		margin: 0 -15px;
		padding: 20px 15px;
	}

	.section.section-productgroup .img {
		width: 30%;
	}

	.section.section-productgroup .img img {
		width: 100%;
		height: auto;
	}

	.section.section-productgroup .copy {
		width: 65%;
	}

	.section-productgroup .brands {
		margin-bottom: 0;
		width: 100%;
	}

	.section-productgroup .brands h3 {
		width: 100%;
	}

	#mainContent .section h3 {
		margin-top: 0;
	}

	.section-productgroup .brands .brand {
		width: 18.3% !important;
		margin-right: 1.7%;
	}

	/*.section-productgroup .brands .brand:nth-child(6) {
			margin-right: 0;
		}*/

	.section-productgroup .brands .brand img {
		/*width: 100% !important;*/
		/*margin-right: 0.75em;*/
	}

	.section-productgroup .brands .brand.last img {
		margin-right: 10px;
	}

	@media only screen and (min-width: 500px) {

		.section-productgroup .brands .brand img {
			width: auto;
		}

	}

	.section-teaser-2-col {
		width: 100%;
		float: left;
		margin: -1px 0 0 0;
		padding: 17px 0;
		position: relative;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.section-teaser-2-col:nth-child(2n+1){
		margin-right: 0
	}

	.section-teaser-2-col-large + .section-teaser-2-col {
		margin-top: 40px
	}

	.section-teaser-2-col .copy {
		width: 70%;
		float: left;
		text-align: left;
	}

	.section-teaser-2-col .copy h2 {
		margin-bottom: 1em;
	}

	.section-teaser-2-col .copy p {
		width: 100%;
	}

	.section-teaser-2-col a.bullet {
		margin-top: 0.75em;
		float: left;
	}

	.section-teaser-2-col-large {
		border: 1px solid #ddd;
		width: 100%;
		margin: 0 0 2% 0;
		padding: 0 0 17px 0;
		float: left;
	}

	.section-teasergroup-9 .section-teaser {
		width: 100%;
		margin-left: 0
	}

	.section-teasergroup-9 .section-teaser .img {
		width: 100%
	}

	div.ce-textpic {
		width: 100%;
		/*border-bottom: 1px solid #ddd;*/
		margin: 0 -15px 1.45em -15px;
		padding: 15px;
		float: left;
	}

	.ce-textpic img, .ce-image img {
		width: 100%;
		height: auto
	}

	div.ce-textpic-intext-left {
		padding: 50px 15px 0 15px;
	}

	#mainContent div.ce-textpic-intext-left {
		padding-top: 40px;
		margin-bottom: 0;
	}

	#mainContent > div.ce-textpic.ce-textpic-below {
		margin-bottom: 0;
	}

	#mainContent .ce-textpic-below .ce-textpic-imagewrap {
		width: 100%;
	}

	.ce-textpic-intext-left > div:nth-child(2) {
		margin-top: 5px;
	}

	div.ce-textpic-intext-left .ce-textpic-imagewrap {
		float: left;
		width: 25%;
		margin: 0 5% 0 0;
	}

	.ce-textpic-intext-left > .ce-bodytext {
		float: left;
		width: 70%;
	}

	div.ce-textpic-intext-left .ce-bodytext h2 {
		color: #D0210C;
		margin-top: 0;
	}

	.ce-textpic-imagewrap .ce-textpic-imagerow .ce-textpic-imagecolumn {
		width: 15%;
		min-height: 65px;
		float: left;
		margin: 0 2% 0 0;
	}

	.ce-textpic-imagewrap .ce-textpic-imagerow .ce-textpic-imagecolumn.ce-textpic-lastcol {
		margin-right: 0;
	}

	.section-teaser-2-col-large .img {
		width: 100%;
	}

	.section-teaser-2-col-large .copy {
		width: 100%;
		box-sizing: border-box;
	}

	.section-teaser-2-col-large .copy h2 {
		margin-bottom: 0;
	}

	.section-teaser-2-col-large .copy p {
		margin-top: 1em;
	}

	/*.section-teaser-2-col .img img {
	    	width: auto
    	}*/

	.section-teaser-2-col-large .img img {
		width: 100%
	}

	.section-teaser-2-col-large a.bullet {
		display: inline-block;
		width: auto;
		text-align: left;
		padding: 5px 10px;
		box-sizing: border-box;
	}

	.section-teaser-2-col-large a.bullet .link-icon {
		margin: 0 -2px 0 4px;
		padding: 0;
	}

	.section-teaser-banner {
		width: auto !important;
		padding: 35px 15px;
		height: auto !important;
		max-width: 100%;
	}

	.section-teaser-banner img {
		margin: 0;
	}

	#main .section-2-col.section-float-right .col-1,
	#main .section-2-col.section-float-right .col-2 {
		float: none;
		width: 100%
	}

	#main .section-2-col.section-float-right .col-2 {
		margin-left: 0 !important;
		margin-bottom: 18px;
		float: right;
		width: 100%
	}

	.section-2-col.section-float-right .col-1 img,
	.section-2-col.section-float-right .col-2 img {
		max-width: 100%;
		height: auto
	}

	.section-gallery .gallery {
		float: left;
		margin-top: 10px;
	}

	.section-gallery .lg {
		width: 100%;
		height: auto;
		overflow: visible;
	}

	.section-gallery-inline .img-container {
		width: auto;
		height: auto;
		position: inherit;
		left: 0 !important;
	}

	.section-gallery-inline .img-container .img {
		width: 100%;
		display: none;
	}

	.section-gallery-inline .img-container .img img {
		width: 100%;
		height: auto;
	}

	.section-gallery-inline .img-container .img.active {
		display: block;
	}

	.section-gallery .caption {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 0;
	}

	.section-gallery-inline .nav {
		margin-left: -15px;
		top: 85px;
	}

	.section-gallery-inline .nav-right {
		margin-right: -15px;
	}

	.section-auto-gallery .img,
	.section-auto-gallery .page .img:first-child,
	.section-auto-gallery .img:nth-child(5n+1) {
		width: 48% !important;
		margin-right: 2% !important;
		margin-left: 0 !important;
		margin-bottom: 2% !important;
	}



	.section-auto-gallery .img:nth-child(2n+0) {
		margin-right: 0 !important;
	}


	.section-locations-map .accordion-body .map-container {
		overflow: auto;
	}

	.section-locations-map .map {
		margin-right: 0;
		width: 538px;
	}

	.section-locations-map .map .map-hint {
		text-align: right;
	}

	.section-locations-map h2 {
		width: 100%;
		float: left;
	}

	.section-locations-map ul,
	.section-locations-international.section-locations-map ul {
		width: 45%;
		/*margin-right: 10%;*/
	}

	.section-locations-map ul {
		margin-right: 10%;
	}

	.section-locations-map ul:nth-child(even) {
		margin-right: 0;
	}

	.section-locations-map ul li {
		width: 100%;
	}

	.section-locations-international .country .copy {
		width: 55%;
	}

	.section-locations-international .country .copy ul:nth-child(even) {
		margin-right: 15px;
	}

	.section-locations-international .country .copy ul:nth-child(odd) {
		margin-right: 0;
	}

	#footer2 {
		/*background-color: #000;*/
		background: linear-gradient(to right, #E31D00 30%, #000000 30%);
		color: #fff;
		box-sizing: border-box;
	}

	#footer2 .inner {
		padding: 0;
		margin: 0 auto;
		padding: 0;
		overflow: hidden
	}

	#footer2 .left {
		width: 250px;
		margin: -15px;
		background: #E31D00;
		padding: 15px;
	}

	@media only screen and (min-width: 523px) {

		.section-teaser .img img {
			width: 100%;
		}

		.section-locations-map ul {
			width: 31%;
			margin-right: 3%;
		}

		.section-locations-map ul:nth-child(even) {
			margin-right: 3%;
		}

		.section-locations-map ul:nth-child(5),
		.section-locations-map ul:nth-child(11) {
			margin-right: 0;
		}

		.section-locations-map ul:nth-child(6),
		.section-locations-map ul:nth-child(12) {
			clear: left;
		}

	}

	.section-tabs .tabs {
		border-bottom: none;
		margin-bottom: 10px
	}

	.section-tabs .tabs li {
		width: auto;
		box-sizing: border-box;
		margin-right: 5px;
		margin-bottom: 5px;
		word-wrap: break-word;
		padding: 7px 20px;
		border: none;
		border: 1px solid #eaeaea
	}

	.section-tabs .tabs li.active {
		border: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}

	.section-frame-1 {
		margin-bottom: 20px;
	}

	.section-2-col.section-frame-1 .col {
		width: 100%;
		margin: 0;
	}

	.section-2-col.section-frame-1 .col .img img {
		margin-bottom: 15px;
	}

	.section.section-productgroup .img,
	.section.section-news-teaser .img,
	.section.section-productgroup .copy,
	.section.section-news-teaser .copy {
		width: 100%;
	}

	.section.section-productgroup .copy,
	.section.section-news-teaser .copy {
		margin-top: 5px
	}

	#mainContent .section.section-productgroup h2,
	#mainContent .section.section-news-teaser h2 {
		font-size: 16px
	}

	#mainContent iframe {
		width: 100% !important;
		margin: 1.45em 0 0 0 !important;
	}

	.section-location-details {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 15px;
		margin-top: 20px;
	}

	.section-location-details .location_img {
		width: 100%;
		margin: 0;
	}

	.section-location-details .info_block,
	.section-location-details .block.center {
		width: 100%;
		box-sizing: border-box;
	}

	.section-location-details .location_img .main-img {
		padding: 0 0 20px 0;
	}

	.section-featurebox .slides {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.section-featurebox .slides-container {
		height: auto;
	}

	.section-featurebox .slides .slides-container .slide {
		width: 100%;
		height: auto;
		position: relative;
		float: left;
		padding-bottom: 25px;
	}

	.section-featurebox .slide .img {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.section-featurebox .slide .img img {
		width: auto;
	}

	.section-featurebox .slides-frame-1 .slides-container .img {
		width: 100%;
		margin-left: 0;
	}

	.section-featurebox .slides-frame-1 .slides-container .copy {
		width: 100%;
		margin: 0;
		padding: 20px 15px 0 15px;
		box-sizing: border-box;
	}

	.section-featurebox .slides-frame-1 .slides-container .copy h1 {
		width: auto;
		margin: 0 15px;
	}

	.section-featurebox .slides-frame-1 .slides-container .copy h2 {
		width: auto;
		margin: 0 15px;
		background: transparent;
		text-align: left;
	}

	.section-featurebox .slides-frame-1 .slides-container .copy p {
		width: 100%;
		background-color: transparent;
		text-align: left;
	}

	.section-featurebox .slide .copy {
		width: 100%;
		margin: 15px 0 20px 0;
	}

	.section-featurebox .slide .copy h2 {
		width: auto;
		font-size: 15px;
		margin: 0 15px !important;
	}

	.section-featurebox .slide .copy p {
		width: auto;
		margin: 10px 15px 0 15px !important;
	}

	.section-landingpage .section-teasergroup-7 .section-teaser {
		clear: both !important;
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
		margin-top: 20px !important;
	}

	.col#main #mainContent .news-single .article .news-img-wrap {
		width: 100%;
		margin: 0;
	}

	.col#main #mainContent .news-single .article .news-img-wrap .outer > p {
		clear: left;
	}

	.col#main #mainContent .news-single .article .facebook > div .fb_iframe_widget_fluid span {
		width: 100% !important;
	}

	#mainContent p {
		width: auto;
	}

	.section + .section-featurebox {
		margin-top: 25px
	}

	.section-featurebox .slides .nav {
		top: 50%;
	}

	.section-featurebox .slides .nav-left {
		margin-left: 15px;
	}

	.section-featurebox .slides .nav-right {
		margin-right: 13px;
	}

	.col3 {
		display: block;
	}

	.col3 #navigationSecondLevelMenu > ul {
		display: none;
		float: none;
	}

	.col3 #navigationSecondLevelMenu li {
		width: 100%
	}

	.section-teaser-2-col {
		/* width: 355px */
	}

	#footer {
		width: auto;
		padding: 35px 0 0 0;
	}

	#footer #navigationFooter {
		width: 100%;
		padding-bottom: 10px;
	}

	#footer #footerContent {
		float: left;
		width: 31%;
	}

	#footer2 {
		background: #000000;
		color: #fff;
		box-sizing: border-box;
	}

	#footer2 .inner {
		padding: 0;
		margin: 0 auto;
		padding: 0;
		overflow: hidden
	}

	#footer2 .left {
		width: 250px;
		margin: -15px;
		background: #E31D00;
		padding: 0 10px;
		margin: 0
	}

	@media only screen and (min-width: 375px) and (max-width: 600px) {

		#footer #navigationFooter .col {
			width: 47%;
			margin-left: 6%;
			margin-bottom: 20px;
		}

		#footer #navigationFooter .col-3 {
			margin-left: 0%;
		}

		#footer #footerContent {
			width: 50%;
		}

		#footer2 {
			background: #000
		}

		#footer2 .left {
			padding: 5px 10px;
			margin-bottom: 5px;
			font-size: 16px;
		}

	}

	#footer2 .left,
	#footer2 .right {
		width: 100%;
		float: none;
	}

	#footer2 .right {
		padding: 10px 10px;
		box-sizing: border-box;
	}

	#footer2 .right ul {
		float: none;
	}

	#footer2 .right .app {
		float: right;
		border: none;
		padding-right: 0;
		margin-right: 0;
	}

	/* Handys */
	@media only screen and (max-width: 375px) {

		#footer #navigationFooter {
			padding-bottom: 0;
		}

		#footer #navigationFooter .col,
		#footer #navigationFooter .col.col-1 h2,
		#footer #navigationFooter .col.col-2 h2,
		#footer #navigationFooter .col.col-3 h2,
		#footer #footerContent {
			width: 100%;
		}

		#footer #navigationFooter .col {
			margin-bottom: 20px;
			margin-left: 0;
		}

		#footer h2 {
			margin: 0 -15px 15px -15px;
			padding: 0 15px 15px 15px;
		}

	}

	#footer #navigationFooter .col.col-1 h2,
	#footer #navigationFooter .col.col-2 h2 {
		width: 100%;
	}

	@media only screen and (min-width: 600px) {

		.section-featurebox .slide .img {
			width: 25%;
			margin: 20px 0 0 20px;
		}

		.section-featurebox .slide .copy {
			width: 70%;
			margin: 15px 0 20px 0;
		}

		.section-featurebox .slide .copy h2 {
			font-size: 24px;
			margin: 0 25px 0 15px !important;
			text-align: right;
		}

		.section-featurebox .slide .copy p {
			margin: 10px 25px 0 15px !important;
			text-align: right;
			width: auto;
		}

		.section-teaser-2-col:nth-child(2n+1){
			margin-right: 0
		}

		.section-teaser-2-col-large {
			margin: 0 3% 1.45em 0;
			padding: 0 0 17px 0;
		}

		.ce-textpic-imagewrap .ce-textpic-imagerow .ce-textpic-imagecolumn {
			width: auto;
		}

		.section-locations-international .country .copy {
			width: 75%;
		}
	}

	/* START +++++ MOBILE NAV-STAGE +++++ */

	.section-stage > .nav-stage-text {
		height: 110px;
		clear: both;
		position: absolute;
		bottom: 30px;
		width: 100%;
		z-index: 4;
	}

	.section-stage > .nav-stage-text .inner {
		min-height: 0;
		padding: 0;
	}

	.section-stage > .nav-stage-text ul {
		float: none;
		width: 63%;
		display: table
	}

	.section-stage > .nav-stage-text li {
		cursor: pointer;
		clear: none;
		position: relative;
		z-index: 1;
		display: table-cell
	}

	.section-stage > .nav-stage-text li .item-content {
		padding: 10px 0;
		height: 35px;
		background: none;
		transition: background-color .2s linear;
		margin-left: 10px;
	}

	.section-stage > .nav-stage-text li.item-1 {
		/* display: none; */
	}

	.section-stage > .nav-stage-text li.item-2 .item-content {
		/* margin-left: 0 */
	}

	.section-stage > .nav-stage-text li .headline {
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		clear: both;
		float: left;
		width: 70%;
		margin: 0 10% 7px 10%;
	}

	.section-stage > .nav-stage-text li .subheadline {
		clear: both;
		float: left;
		width: 80%;
		margin: 0 10%;
		color: #fff;
		font-size: 13px;
		display: none !important;
	}

	.section-stage > .nav-stage-text li.active .item-content {
		background: rgba(0,0,0, 1);
		z-index: 2;
	}

	.section-stage > .nav-stage-text li:hover .item-content {
		background: rgba(0, 0, 0, 0.6);
	}

	.section-stage > .nav-stage-text li.active .indicator {
		background: transparent url('vhs-assets-css-416d0c7d748ff4b1b909443947660443.png') no-repeat scroll 50% 10px;
		height: 20px;
		position: absolute;
		top: -20px;
		width: 100%;
		display: none;
	}


	.section-stage > .nav-stage-text li:hover .headline, .section-stage .nav-stage-text li.active .headline {
		color: #d82410;
	}

	.section-stage > .nav-stage-text li:hover .subheadline, .section-stage .nav-stage-text li.active .subheadline {
		color: #fff;
	}


	.section-stage .inner,
	.section-stage > .nav-stage .inner {
		position: relative;
	}

	.section-stage > .nav-stage-text li .divider-right {
		left: auto;
		right: 0;
	}

	.section-stage > .nav-stage-text li.item-1 .divider-left {
		display: none;
	}

	.section-stage > .nav-stage-text li.item-3 .divider-right {
		display: none;
	}

	.section-stage > .nav-stage {
		position: relative;
		height: 56px;
	}

	.section-stage > .nav-stage-text {
		bottom: 0;
		background-color: white;
	}

	.section-stage > .nav-stage-text ul {
		width: 100%;
		background: rgba(0, 0, 0, 0.6);
	}

	.section-landingpage.section-background.section-stage.big {
		overflow: hidden;
	}

	.section-stage > .nav-stage-text ul > li {
		width: 33%;
		display: block;
		float: left;
		border-right: none;
		box-sizing: border-box;
	}

	.section-stage .nav-stage-text li:nth-child(4) {
		width: 33%;
	}

	.section-stage > .nav-stage-text ul > li.active {
		-webkit-transition: width 0.75s;
		transition: width 0.75s;
	}


	.section-stage > .nav-stage-text ul > li.item-4 {
		border-right: transparent;
	}

	/*.section-stage > .nav-stage-text ul > li > .item-content .headline,
	.section-stage > .nav-stage-text ul > li > .item-content .subheadline	{
		display: none;
	}

	.section-stage > .nav-stage-text ul > li.active {
		width: 80%
	}*/

	.section-stage > .nav-stage-text ul > li.active .item-content .headline,
	.section-stage > .nav-stage-text ul > li.active .item-content .subheadline {
		display: block;
	}

	.section-stage > .nav-stage-text li.item-1 {
		/* display: none; */
	}

	.section-stage >  .nav-stage-text li .headline,
	.section-stage >  .nav-stage-text li .subheadline {
		margin-left: 15px;
		margin-right: 15px;
	}

	/*.landingpage > .nav-stage-text ul > li {
		visibility: hidden;
	}

	.landingpage > .nav-stage-text ul > li.active {
		visibility: visible;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.landingpage > .nav-stage-text ul > li.item-1 {
		visibility: hidden;
	}*/

	.section-stage > .nav-stage-text ul > li .item-content {
		margin-left: 0;
		border-left: 1px solid #333;
	}

	.section-stage > .nav-stage-text ul > li:first-child .item-content, .section-stage > .nav-stage-text ul > li.item-2 .item-content {
		border-left: none
	}

	.section-stage >.nav-stage-text ul > li.active .item-content {
		background: rgba(0, 0, 0, 1);
		height: 110px;
	}

	.section-stage > .nav-stage-text ul > li:hover .item-content .headline {
		color: #d82410;
	}

	.section-stage > .nav-stage-text ul > li.active .item-content .headline {
		color: #d82410;
	}

	.landingpage > .section-nav {
		height: auto;
		background: white;
	}

	/* +++++ MOBILE NAV-STAGE +++++ ENDE */

	/* START +++++ SEARCH-BOX +++++ */

	#header {
		-webkit-transition: height 0.5s;
		transition: height 0.5s;
	}

	#header.open {
		height: 95px;
		-webkit-transition: height 0.5s;
		transition: height 0.5s;
	}

	#header #searchBox {
		position: absolute;
		top: 50px;
		width: 100%;
	}

	#header #searchBox input#inputText {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		background: #fff;
	}

	#searchBox form {
		display: block;
		margin: 0 auto 10px auto;
		width: 95%;
		background: #fff;
	}

	#header #searchBox input#inputButton {
		margin-left: -36px;
	}

	/* +++++ SEARCH-BOX +++++ END */

}

/* Anpassungen Julia */

@media only screen and (min-width : 375px) {
	.section-landingpage .section-teasergroup-7 .section-teaser .copy,
	.section-landingpage .section-teasergroup-7 .section-teaser.n-1 .copy,
	.section-landingpage .section-teasergroup-7 .section-teaser.n-6 .copy {
		width: 100%;
	}

}

@media only screen and (min-width : 769px) and (max-width : 784px) {
	.quickmodul {
		display: none;
	}
}


@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.section-landingpage.section-background .inner,
	.section-landingpage.section-background .inner .wrapper3 {
		min-height: 220px;
	}

	.section-landingpage.section-background .stage-motiv {
		height: 340px;
		top: -130px;
	}

	.section-landingpage.section-background .col-1.stage-motiv { left: 20px }
	.section-landingpage.section-background .col-2.stage-motiv { right: 20px }

	.section-landingpage.section-background .stage-motiv img {
		height: 520px;
		width: auto
	}

	#headerInner,
	.wrapper2,
	#footer .inner,
	#footer2 .inner {
		min-width: 770px;
	}



	/* Footerli */

	#footer2 {
		padding-bottom: 35px;
		position: relative;
	}

	#footer2 .right {
		width: 50%;
	}

	#footer2 .inner {
		/*width: 100%;*/
	}

	#footer2 .right ul.meta {
		bottom: 0;
		height: 30px;
		position: absolute;
		/*left: 50%;
		    margin-left: -100px;
		    width: 200px;*/
		width: 100%;
		left: 0;
		padding: 5px 0;
		background: #fff;
		border-right: none;
		text-align: center
	}

	#footer2 .right ul.meta li {
		float: none;
		display: inline-block;
	}

	#footer2 .right ul.meta li a {
		color: #000
	}

	.nav.nav-main {
		width: 70%;
	}

	.nav.nav-main li {
		margin-left: 15px
	}

	.nav.nav-main > ul > li.sub:hover {
		padding: 15px 10px;
		margin-right: -10px;
		margin-left: 3px;
	}

	/* Menüs öffnen sich von rechts */
	.nav.nav-main li#nav-top-90 > ul,
	.nav.nav-main li#nav-top-210 > ul {
		right: -1px;
		left: auto;
	}

	.nav.nav-main li a {
		font-size: 15px;
	}

	#siteTitle a,
	.fixed-nav #siteTitle a {
		background-size: 100% auto;
		width: 230px;
	}

	#searchBox input#inputText {
		width: 110px;
	}

	/*#topMenu {*/
		/*margin-right: 15px;*/
	/*}*/

	#main {
		width: 65%
	}

	.col2 {
		width: 30%
	}

	div.ce-textpic div.ce-textpic-imagewrap, ul.ce-uploads li {
		max-width: 100%
	}

	#mainContent .ce-textpic-right img {
		width: 100%;
	}

	#navigationSecondLevelMenu li {
		width: 100%;
	}

	.section-landingpage .section-header h3 + .button {
		bottom: 9px;
	}

	.section-teasergroup-6 .section-teaser {
		width: 30%;
		margin: 0 5% 0 0;
	}

	.section-teasergroup-6 .section-teaser:nth-child(3n+0) {
		margin-right: 0
	}


	.section-landingpage .section-teasergroup-7 .section-teaser {
		border-bottom: none;
	}

	.section-teaser-2-col {
		margin-right: 4%;
		width: 47%
	}

	.section-landingpage .section-teasergroup-7 .section-teaser.n-6 {
		/*margin-top: -90px;*/
		margin-top: -63px;
	}

	.section-teasergroup-8 .section-teaser {
		width: 23%;
		margin-left: 1%;
	}

	.section-featurebox .slide .img {
		width: 100%
	}

	.section-featurebox .slides,
	.section-featurebox .slides-container {
		height: auto
	}

	.section-featurebox .slides-container .copy {
		box-sizing: border-box;
		margin: 0;
		padding: 20px 15px 0;
		width: 100%;
	}

	.section-featurebox .slide .copy {

	}

	.section-landingpage .section-events-list .row .bullet.title + .bullet {
		left: 15px;
	}

	.section-landingpage .section-events-list .row a.button {
		margin-left: 0;
		font-size: 12px;
		width: auto !important;
	}

	.section-featurebox .slides .slides-container .slide {
		float: left;
		height: auto;
		padding-bottom: 25px;
		position: relative;
		width: 100%;
	}

	.sidebar .section-slidebox .slidebox-body {
		padding-left: 15px
	}

	.section.section-oxomi-search {
		margin-bottom: 30px
	}

	.section-landingpage .section.section-oxomi-search {
		margin-bottom: 0;
	}

	.section-oxomi-search form,
	.section-oxomi-search form .input-group {
		display: table;
		float: none;
		min-width: 300px;
		width: auto;
	}

	.section-oxomi-search input {
		width: 100%;
		height: 31px;
		box-sizing: border-box;
		display: table-cell;
	}

	.section-oxomi-search .button {
		min-width: auto;
	}

	iframe#anmeldeformular {
		height: 3500px
	}




	.section-gallery .gallery {
		float: left;
		margin-top: 10px;
	}

	.section-gallery .lg {
		width: 100%;
		height: auto;
		overflow: visible;
	}

	.section-gallery-inline .img-container {
		width: auto;
		height: auto;
		position: inherit;
		left: 0 !important;
	}

	.section-gallery-inline .img-container .img {
		width: 100%;
		display: none;
	}

	.section-gallery-inline .img-container .img img {
		width: 100%;
		height: auto;
	}

	.section-gallery-inline .img-container .img.active {
		display: block;
	}

	.section-gallery .caption {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 0;
	}

	.section-gallery-inline .nav {
		margin-left: -15px;
		top: 165px;
	}





	.section-auto-gallery .img {
		width: 23%;
		margin: 0 0 2% 2%;
	}

	.section-auto-gallery .img:nth-child(5n+1) {
		margin: 0 0 2% 2%;
	}

	.section-auto-gallery .img:nth-child(4n+1) {
		margin: 0;
	}

	#footer .inner,
	#footer2 .inner {

	}

}

@media only screen and (min-width : 1200px) {
	#headerInner,
	.wrapper2,
	.section-landingpage .inner,
	#footer .inner,
	#footer2 .inner {
		width: 1140px
	}

	#main {
		width: 765px;
	}

	.col2,
	#navigationSecondLevelMenu li {
		width: 270px
	}

	.section-teaser-2-col {
		width: 355px
	}

	.section-teaser-2-col + *:not('.section-teaser-2-col') {
		border: 1px solid red;
	}

	.col3 {
		display: none;
	}

	.section-teaser.section-teaser-2-col-large {
		border-top: 1px solid #ddd;
	}

	iframe#anmeldeformular {
		height: 2200px;
		overflow-x: hidden
	}


	.section-teaser-2-col .copy {
		width: 230px;
	}

	.section-teaser-2-col-large .copy {
		width: 320px;
	}

	.nav.nav-main li {
		margin-left: 35px;
	}

	.nav.nav-main > ul > li.sub:hover {
		margin-left: 14px;
	}
}

#mainContent .tx-indexedsearch-searchbox {
	display: none;
}

.tx-indexedsearch-res.section {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 0 -1px 0;
	padding: 20px 0 10px 0;
}

@media only screen and (max-width: 1200px) {
	.section-slidebox .slidebox-head, .section-slidebox .slidebox-body {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
	.main.two-col .section-2-col.section-1-2 .col-1 {
		width: 36%;
	}

	#main .section-2-col.section-1-2 .col-2 {
		width: 60%;
		margin-left: 4%;
	}

	.main.two-col .section-2-col img {
		width: 100%;
		height: auto;
	}

	.main.two-col .section-teasergroup-2 .section-teaser {
		margin-left: 5.2%;
	}

	.main.two-col .section-teasergroup-2 .section-teaser.odd {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.main.two-col .content .section {
		margin-bottom: 15px;
	}

	.main.two-col .section-2-col .img {
		margin-bottom: 20px;
	}

	.main.two-col .section-2-col.section-1-2 .col-1, #main .section-2-col.section-1-2 .col-2 {
		width: 100%;
	}

	.main.two-col .section-teasergroup-2 .section-teaser {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.section-teasergroup-4 .section-teaser {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.section-landingpage .section-teasergroup-4 .section-teaser .img {
		width: 100%;
	}

	.section-teasergroup-4 h5 {
		margin-bottom: 10px;
	}

	.section-teasergroup-4.section-teasergroup-box .section-teaser .copy {
		padding-top: 18px;
	}

	#footer #navigationFooter .col:first-child {
		margin-bottom: 20px !important;
	}

}

.section-fs-registration h4 {
	margin-bottom: 10px;
	color: #333;
}

.form-responsive {
	width: 100%;
}

.form-responsive .row {
	width: 100%;
	margin-bottom: 5px;
	clear: both;
	float: left;
}

.form-responsive .row input, .form-responsive .row textarea, .form-responsive .row select, .form-responsive .row button, .form-responsive .row .form-group .delete {
	padding: 4px 5px;
	width: 100%;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #ddd;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
}

.form-responsive .row button {
	color: #fff;
	font-weight: bold;
	background: #D0210C;
	padding: 8px 10px;
	width: auto;
	cursor: pointer;
}

.form-responsive .row select {
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff url('vhs-assets-css-90c7bdb10ae7ac9bd2ebdc99336fba18.png') no-repeat 100% 8px;
}

.form-responsive .row label {
	width: 23%;
	margin-right: 2%;
	padding-top: 5px;
	float: left;
	clear: both;
	font-weight: bold;
	color: #999;
}

.form-responsive .row label span.required {
	color: #D0210C;
}

.form-responsive .row .form-group {
	float: left;
	width: 75%;
}

.form-responsive .row .form-group .delete {
	color: #D0210C;
	font-weight: bold;
	width: 3.5%;
	margin-left: .5%;
	font-size: 20px;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
}

.form-responsive .add {
	margin: 10px 0 12px 0;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.form-responsive .add:hover {
	color: #D0210C;
}

.form-responsive .add .icon {
	color: #D0210C;
	font-size: 16px;
	line-height: 15px;
}

.form-responsive input.sctl {
	display: none;
}

@media only screen and (max-width: 768px) {
	.form-responsive .row {
		margin-bottom: 8px;
	}
	.form-responsive .row label {
		clear: both;
		width: 100%;
		margin-right: 0;
		margin-bottom: 3px;
	}
	.form-responsive .row .form-group {
		clear: both;
		width: 100%;
		margin-right: 0;
	}
}

.nav-main .nav_third_stage{
	display: none !important;
}

.responsive-youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mainContent .responsive-youtube-video iframe {
	margin-top: 0 !important;
}

.responsive-youtube-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}


.two-col .ce-textpic img {
	max-width: 765px;
	height: auto;
}

.section-teasergroup-box .section-teaser {
	margin-bottom: 30px;
}

#mainContent header h3 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

#mainContent header.section-headline {
	clear: both;
}

.news .article a {
   color: #fff;
   text-decoration: none;
}

.news .article a:hover {
   color: #fff;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{ margin: 0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;border:15px solid #fff;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/



#cboxOverlay{background:#444;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:0 solid #000; background:#fff;}
        #cboxTitle{position:absolute; bottom:-30px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url('vhs-assets-css-d667cff502042e442b064d5bf70fae61.gif') no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url('vhs-assets-css-4de5277a76cebaf39d77bfa8df80d281.png') no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url('vhs-assets-css-4de5277a76cebaf39d77bfa8df80d281.png') no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:0; right:-35px; display:block; background: url('vhs-assets-css-4de5277a76cebaf39d77bfa8df80d281.png') no-repeat bottom center; width:22px; height:22px; text-indent:-9999px; opacity: 0.7;}
        #cboxClose:hover{background-position:bottom center; background-color: #D0210C; opacity: 1;}

.error #cboxLoadedContent { border: 1px solid #C6232F;   }
.error#colorbox h2 { color: #C6232F; }

.nav.nav-main {
    float: right;
    width: 75%;
    margin-top: 43px;
}

.nav.nav-main ul {
    float: right;
    width: auto;
}

.nav.nav-main li {
    font-size: 17px;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .nav.nav-main li {
        margin-left: 35px;
    }
}

.nav.nav-main li.home {
    height: 15px;
    width: 15px;
}

.nav.nav-main li:first-child {
    margin-left: 0;
}

.nav.nav-main > ul > li.sub:hover > a > span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.nav.nav-main li a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.nav.nav-main li.home a {
    background: url(/typo3conf/ext/fs_website/Resources/Public/Images/button-home.png) no-repeat scroll 0 0;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.nav.nav-main li.current > a, .nav.nav-main li.active > a, .nav.nav-main li > a:hover {
    color: #D0210C;
}

.nav.nav-main .top {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    display: none;
}

.fixed-nav #header {
    height: 75px;
    border-width: 5px;
    position: fixed;
    top: 0;
}

.nav.nav-main li > ul {
    background: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 48px;
    left: -1px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #d0210c;
    display: none;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
    min-width: 170px;
}

.nav.nav-main > ul > li.sub:hover {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
    background: #fff;
    padding: 15px 20px;
    margin-top: -21px;
    margin-left: 6px;
    margin-right: -21px;
    border: 1px solid #ddd;
}

@media only screen and (min-width: 1200px) {
    .nav.nav-main > ul > li.sub:hover {
        margin-left: 14px;
    }
}

.nav.nav-main li:hover .top, .nav.nav-main li:hover ul {
    display: block;
}

.nav.nav-main li > ul > li a {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #999;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    display: block;
    position: relative;
    padding-right: 25px;
}

.nav.nav-main li > ul > li {
    margin-left: 0;
    width: 100%;
    margin-bottom: 6px;
    padding-right: 25px;
}

.nav.nav-main li > ul > li a:hover:before {
    background: url(/typo3conf/ext/fs_website/Resources/Public/Icons/follow_red.png) 0 0 no-repeat;
    width: 6px;
    height: 9px;
    display: block;
    margin-left: 10px;
    content: " ";
    color: #D0210C;
    font-size: 15px;
    position: absolute;
    right: 22px;
    top: 4px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background: none;
    color: inherit
}

.nav-main .nav_third_stage {
    display: none !important;
}

#buttonMagazine {
    position: relative;
    float: right;
    margin-right: 10px;
}

#buttonMagazine a .link.icon {
    background: url(/typo3conf/ext/fs_website/Resources/Public/_legacy/img/icons/follow_white.png) 0 0 no-repeat;
    width: 6px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
}

#buttonMagazine a {
    display: block;
    background: #aeaeae;
    width: auto;
    height: 18px;
    line-height: 18px;
    overflow: visible;
    text-indent: inherit;
    padding: 6px 10px 6px 30px !important;
}

#buttonMagazine a img {
    position: absolute;
    left: 10px;
    top: 8px;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .nav.nav-main {
        width: 70%;
    }

    /*#topMenu {*/
        /*margin-right: 15px;*/
    /*}*/

    #siteTitle a, .fixed-nav #siteTitle a {
        background-size: 100% auto;
        width: 230px;
    }

    .nav.nav-main li {
        margin-left: 15px;
    }

    .nav.nav-main > ul > li.sub:hover {
        padding: 15px 10px;
        margin-right: -10px;
        margin-left: 3px;
    }

    .nav.nav-main li a {
        font-size: 15px;
    }

    .nav.nav-main > ul > li.sub:hover {
        padding: 15px 10px;
        margin-right: -10px;
        margin-left: 3px;
    }

    .nav.nav-main li#nav-top-90 > ul, .nav.nav-main li#nav-top-210 > ul {
        right: -1px;
        left: auto;
    }

    #searchBox input#inputText {
        width: 110px;
    }
}

.mobile-navigation {
    display: none;
}

@media only screen and (max-width: 767px) {
    .main.two-col .col2 {
        width: 100%;
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    body .wrapper1 {
        margin-top: 0;
    }

    .wrapper2, .section-landingpage .inner, #footer .inner {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    #header, .fixed-nav #header {
        height: 55px;
    }

    .nav.nav-main {
        display: none;
    }

    .mobile-navigation .siteTitle {
        float: left;
        width: 180px;
        height: 40px;
        padding-left: 15px;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #d0210c;
        box-shadow: none;
    }

    .mobile-navigation {
        display: block;
        /*padding: 10px 0;*/
    }

    .mobile-navigation .siteTitle {
        float: left;
        width: 180px;
        height: 40px;
        padding-left: 15px;
    }
    .mobile-navigation .siteTitle a {
        background: url(/typo3conf/ext/fs_website/Resources/Public/Images/logo-fs.png) no-repeat 0 0;
        background-size: 180px auto;
        width: 180px;
        display: block;
        height: 40px;
    }

    #siteTitle, #searchBox, #buttonShop, #topMenu, #buttonMagazine {
        display: none;
    }

    .mobile-navigation .buttonShop {
        background: url(/typo3conf/ext/fs_website/Resources/Public/Icons/warenkorb-mobil.svg) no-repeat scroll 0 0;
        float: right;
        height: 32px;
        width: 32px;
        margin-right: 40px;
        padding-right: 10px;
        margin-top: 6px;
        margin-left: 10px;
    }

    .mobile-navigation .buttonMagazine img {
       width: 100%;
        margin-bottom: -9px;
    }

    .mobile-navigation .buttonMagazine {
        /*background: url(/typo3conf/ext/fs_website/Resources/Public/Icons/be-connect_zeichen.svg) no-repeat scroll 0 0;*/
        float: right;
        height: 25px;
        width: 17px;
        padding-right: 6px;
        background-size: cover;
        margin-top: 1px;
    }

    .mobile-navigation .buttonShop a {
        float: left;
        width: 100%;
        height: 100%;
    }

    .mobile-navigation .buttonMagazine a {
        float: left;
        width: 100%;
        height: 100%;
    }

    .searchBox-container {
        background: url(/typo3conf/ext/fs_website/Resources/Public/Icons/suche-mobil.svg) no-repeat scroll 0 0;
        height: 32px;
        width: 28px;
        float: right;
        cursor: pointer;
        margin-top: 8px;
    }

    .mobile-navigation .slicknav-container {
        float: right;
        position: relative;
        width: 100%;
    }

    .slicknav_nav {
        width: 100%;
        background: #d0210c;
        position: absolute;
        left: 0;
        top: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0 0 10px 0;
        max-height: 460px;
    }

    .slicknav_menu .slicknav_btn {
        background: none;
        position: absolute;
        margin: 0;
        padding: 0;
        height: 32px;
        width: 32px;
        top: -40px;
        right: 13px;
        border-radius: 0;
        color: #d0210c;
    }

    .slicknav_menu .slicknav_btn .slicknav_no-text {
        margin: 10px 7px;
    }

    .slicknav_arrow {
        font-family: FontAwesome;
    }

}

@media(min-width: 901px) AND (max-width: 991px) {
    /*#header, .fixed-nav #header {*/
        /*height: 65px;*/
    /*}*/
}

.stage-motiv {
    position: absolute;
    top: -130px;
}

.stage-motiv img {
    height: 640px;
    width: 620px;
}

#footer {
    background: #ddd;
    padding: 50px 15px 80px 15px;
    margin-top: 0;
    box-sizing: border-box;
    width: 100%;
    clear: both;
}

#footer .inner, #footer2 .inner {
    margin: 0 auto;
    width: 950px;
}

#navigationFooter {
    width: 100%;
    float: left;
}

#footer #navigationFooter .col:first-child {
    margin-left: 0;
    margin-bottom: 0;
}

#footer #navigationFooter .col {
    float: left;
    width: 23%;
    margin-left: 2%;
}

#footer #navigationFooter .col.col-1 h2, #footer #navigationFooter .col.col-2 h2 {
    width: 90%;
}


@media only screen and (max-width: 991px) {

    #footer {
        width: auto;
        padding: 35px 0 0 0;
    }

    #footer #navigationFooter .col {
        width: 47%;
        margin-left: 6%;
        margin-bottom: 20px;
    }

    #footer .inner {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    #footer #navigationFooter {
        width: 100%;
        padding-bottom: 10px;
    }

    #footer #navigationFooter .col-3 {
        margin-left: 0%;
    }
}


@media only screen and (max-width: 375px) {
    #footer #navigationFooter .col, #footer #navigationFooter .col.col-1 h2, #footer #navigationFooter .col.col-2 h2, #footer #navigationFooter .col.col-3 h2, #footer #footerContent {
        width: 100%;
    }

    #footer #navigationFooter .col {
        margin-bottom: 20px;
        margin-left: 0;
    }
}

#navigationFooter h2, #navigationFooter h2 a, #footerContent h2 {
    font-size: 17px;
    border-top: none;
    border-bottom: 1px solid #bbb;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #000;
    width: 100%;
}

#navigationFooter li {
    margin-left: 20px;
    position: relative;
    margin-bottom: 0.5em;
}

#navigationFooter li a {
    color: #000;
    display: block;
    font-size: inherit;
    padding: 0;
    text-decoration: none;
    border: none;
    width: 100%;
}

#navigationFooter a, #footerContent h2 {
    margin-top: 0;
}

#navigationFooter a, #footerContent h2 {
    width: 180px;
    display: block;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    margin-top: -1px;
    font-size: 12px;
}

#navigationFooter li a:before {
    background: url(/typo3conf/ext/fs_website/Resources/Public/Icons/follow_grey.png) 0 0 no-repeat;
    width: 6px;
    height: 9px;
    position: absolute;
    left: -20px;
    top: 4px;
    display: inline-block;
    color: #bbb;
    margin-left: 0;
    content: " ";
}

@media only screen and (min-width: 1200px) {
    #headerInner, .wrapper2, .section-landingpage .inner, #footer .inner, #footer2 .inner {
        width: 1140px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    #footer2 {
        padding-bottom: 35px;
        position: relative;
    }

    #headerInner, .wrapper2, #footer .inner, #footer2 .inner {
        min-width: 770px;
        /*width: 80%;*/
    }

    #footer2 .inner {
        /*width: 100%;*/
    }

    #footer2 .right {
        width: 50% !important;
    }

    #footer2 .right ul.meta {
        bottom: 0;
        height: 30px;
        position: absolute;
        width: 100%;
        left: 0;
        padding: 5px 0;
        background: #fff;
        border-right: none;
        text-align: center;
    }

    #footer2 .right ul.meta li {
        float: none !important;
        display: inline-block;
    }

    #footer2 .right ul.meta li a {
        color: #000;
    }
}

@media only screen and (max-width: 767px) {
    #footer2 {
        background: #000000 !important;
        color: #fff !important;
        box-sizing: border-box !important;
        padding-bottom: 35px !important;
        position: relative !important;
    }

    #footer2 .inner {
        padding: 0 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    #footer2 .left, #footer2 .right {
        width: 100% !important;
        float: none !important;
    }

    #footer2 .right ul.meta li {
        float: none !important;
        display: inline-block !important;
    }

    #footer2 .right ul.meta {
        bottom: 0;
        height: 30px;
        position: absolute;
        width: 100%;
        left: 0;
        padding: 5px 0;
        background: #fff;
        border-right: none;
        text-align: center;
    }

    #footer2 .left {
        width: 250px;
        margin: -15px !important;
        background: #E31D00;
        padding: 0 10px !important;
        margin: 0 !important;
    }

    #footer2 .right {
        padding: 10px 10px !important;
        box-sizing: border-box !important;
    }

    #footer2 .right ul {
        float: none !important;
    }

    #footer2 .right .app {
        float: right !important;
        border: none !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    #footer2 .right ul.meta li a {
        color: #000;
    }
}

/*Footer 2*/

#footer2 {
    background-color: #000;
    background: linear-gradient(to right, #E31D00 30%, #000000 30%);
    color: #fff;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

#footer2 .inner {
    padding: 0;
    margin: 0 auto;
    padding: 15px;
}

#footer2 .left {
    font-size: 18px;
    float: left;
    width: 250px;
    line-height: 35px;
    font-weight: bold;
    margin: -15px;
    background: #E31D00;
    padding: 15px;
}

#footer2 .right {
    float: right;
    width: 70%;
}

#footer2 .right ul:first-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#footer2 .right ul {
    float: right;
    border-right: 1px solid #333;
    padding-right: 25px;
    margin-right: 25px;
}

#footer2 .right ul li:first-child {
    margin-left: 0;
}

#footer2 .right ul li {
    float: left;
    margin-left: 10px;
}

#footer2 a {
    color: #fff;
}

#footer2 .right ul.meta {
    height: 30px;
}

#footer2 .right ul.meta li {
    margin-top: 10px;
    float: left;
    line-height: 1em;
    padding-bottom: 2px;
    padding-left: 0;
    margin-left: 0;
}

#footer2 .right ul.meta a {
    text-decoration: none;
    padding: 5px 0;
}

#footer2 .right ul.meta li + li {
    border-left: 1px solid #666666;
    line-height: 1em;
    margin-left: 8px;
    padding-left: 8px;
}

#navigationFooter li a:hover {
    color: #d82410;
}

#footer2 .right ul.meta a:hover, #footer2 .right ul.meta a:focus {
    text-decoration: underline;
}

@media(max-width: 991px) {
    #footer2 .inner {
        width: auto;
        min-width: auto;
    }

    #footer2 .left {
        width: auto;
    }
}

