/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: Arial, sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	color: #333;
	font-size: 14px;
	line-height: 1.429;
}

/**
 * Remove default margin.
 */

body {
	background: #fff;
	margin: 0;
}

@media only screen and (min-width: 640px) {
	body {
		font-size: 15px;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 1440px) {
	body {
		font-size: 16px;
		line-height: 1.4375;
	}
}
@media only screen and (min-width: 1680px) {
	body {
		font-size: 18px;
		line-height: 1.389;
	}
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

iframe {
	border: 0;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
	color: #0093d2;
	text-decoration: underline;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	color: #666;
	outline: 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.h1 {
	font-size: 1.667em;	
	font-weight: normal;
	line-height: 1.2;
	color: #0093d2;
	margin: 1.2em 0 .6em;
	display: block;
}

h2,
.h2 {
	color: #0093d2;
	font-size: 1.333em;
	font-weight: 500;
	line-height: 1;
	margin: 1.5em 0 .75em;
	display: block;
}

h3,
.h3 {
	color: inherit;
	font-weight: normal;
	font-size: 1.125em;
	margin: .889em 0;
	line-height: 1;
	display: block;	
}

h4,
.h4 {
	color: inherit;
	font-weight: 700;
	font-size: 1em;
	line-height: inherit;
	letter-spacing: normal;
	text-transform: none;
	margin: 1em 0;
	display: block;	
}

p,
ul {
	margin: 1em 0;
}

.colored {
	color: #0093d2;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.hyphenate {
	word-wrap: break-word;
	overflow-wrap: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.barren:after {
	content:'';
	width: 50px;
	display: block;
	height: 3px;
	background: #cfcbbf;
	margin: 1em auto;
}

@media only screen and (min-width: 720px) {
	h1,
	.h1 {
		font-size: 2em;
		margin: 1em 0 .5em;
	}
	h2,
	.h2 {
		font-size: 1.667em;
		margin: 1.2em 0 .6em;
	}
	h3,
	.h3 {
		font-size: 1.333em;
		margin: .75em 0;
	}
	
	h4,
	.h4
	p,
	ul {
		margin: 1em 0;
	}
	
	.barren:after {
		margin: .667em auto;
		margin: .667rem auto;
	}
}
@media only screen and (min-width: 1280px) {
	.teaser h1,
	.teaser .h1 {
		font-size: 4em;
		margin: .75em 0 .25em;
	}
	.teaser h2,
	.teaser .h2 {
		font-size: 2em;
		margin: 1em 0 .5em;
	}
	.teaser h3,
	.teaser .h3 {
		font-size: 1.5em;
		margin: .667em 0;
	}
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 3px solid #f2f2f2;
	margin: 1em 0;
	padding: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
	padding: 0;
	border: none;
	background: #FFF;
	border-radius: 0;
	box-shadow: none;
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}
button:focus {
	outline: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

select optgroup,
select option {
	color: #333;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: none; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 * Allow only vertical resizing of textareas.
 */
 
textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden, .versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Visibility utilities
*/

@media (max-width: 479px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 480px) and (max-width: 719px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 720px) and (max-width: 959px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 960px) {
	.hidden-lg {
		display: none !important;
	}
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.no-js .noJsHidden,
.js .jsHidden {
	display: none;
}

/* ==========================================================================
   Basic classes
   ========================================================================== */
   
.dateText {
	font-style: italic;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.25;
	color: #717171;
}

/* BUTTONS */
.btn,
button {
	line-height: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 15px 15px 12px 15px;
	background: #0093d2;
	color: #fff;
	border-bottom: 3px solid #006793;
	letter-spacing: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-shadow: none;
	border-radius: 3px;
}
.btnLow {
	background: none;
	color: #0093d2;
	padding: 15px 0;
	border-radius: 0;
	border-bottom: none;
}
.btn:hover,
button:hover {
	background: #006793;
	border-bottom-color: #004969;
	color: #fff;
}
.btnLow:hover {
	border-bottom-color: none !important;
	background: none !important;
	color: #006793;
}
.btn[disabled],
button[disabled] {
	color: #f5f5f5 !important;
	background: #adadad !important;
	border-bottom-color: #999 !important;
	box-shadow: none !important;
	pointer-events: none;
}
.btnLow[disabled] {
	border-bottom-color: none !important;
	background: none !important;
	color: #999 !important;
}
.btn:active,
button:active {
	margin-top: 2px;
	border-bottom-width: 1px;
	color: #fff;
}
.btnIconAfter {
	padding-right: 50px;
	position: relative;
}
.btnIconAfter .sprt {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
}
.btnIconAfter:hover .sprt {
	right: 10px;
}

.btnSet {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.btnSet .btn {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	border-radius: 0;
	float: left;
	width: auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-left: 1px solid #4db4e0;
	border-right: 1px solid #006793;
}
.btnSet .btnLow {
	flex-grow: 0;
}
.btnSet .btnLow:first-child {
	padding-left: 0;
}
.btnSet .btn:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left: none;
}
.btnSet .btn:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right: none;
}
.btnSet .btnLow:last-child {
	padding-right: 0;
}

/* SPRITES */
.sprt,
.sprtB:before, 
.sprtA:after {
	background-image: url('../img/sprt.png?v=3');
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	display: block;
		
	height: 30px;
	width: 30px;
}
.sprtB:before, 
.sprtA:after {
	content: '';
}
.iconArrowToBottomDark {
	height: 20px;
	width: 20px;
	background-position: -170px -90px;	
}
.iconArrowToBottomWhite {
	height: 20px;
	width: 20px;
	background-position: -170px -130px;	
}
.iconArrowToRightLightBlue {
	height: 20px;
	width: 20px;
	background-position: -250px -170px;	
}
.iconArrowToRightWhite2 {
	height: 20px;
	width: 20px;
	background-position: -210px -130px;	
}
.iconArrowToRightWhiteSmall {
	height: 20px;
	width: 20px;
	background-position: -650px -130px;	
}
.iconArrowToRightDarkSmall {
	height: 20px;
	width: 20px;
	background-position: -650px -90px;	
}
.iconBackWhiteSmall {
	height: 20px;
	width: 20px;
	background-position: -570px -130px;	
}
.iconBackWhite {
	height: 20px;
	width: 20px;
	background-position: -610px -130px;	
}
.iconBookingWhite {
	height: 20px;
	width: 20px;
	background-position: -290px -130px;	
}
.iconBookingDark {
	height: 20px;
	width: 20px;
	background-position: -290px -90px;	
}
.iconCartWhite {
	height: 20px;
	width: 20px;
	background-position: -530px -130px;	
}
.iconCartDark {
	height: 20px;
	width: 20px;
	background-position: -530px -90px;
}
.iconCloseWhite {
	background-position: -485px -125px;	
}
.iconContactWhite {
	height: 20px;
	width: 20px;
	background-position: -410px -130px;
}
.iconDatepicker {
	background-position: -5px -85px;	
}
.iconDatepickerWhite {
	background-position: -5px -125px;	
}
.iconDatepickerWhiteSmall {
	height: 20px;
	width: 20px;
	background-position: -50px -130px;	
}
.iconDatepickerDarkSmall {
	height: 20px;
	width: 20px;
	background-position: -50px -90px;	
}
.iconInfoWhiteSmall {
	height: 20px;
	width: 20px;
	background-position: -730px -130px;	
}
.iconMapWhiteSmall {
	height: 20px;
	width: 20px;
	background-position: -690px -130px;	
}
.iconPaymentWhite {
	height: 20px;
	width: 20px;
	background-position: -370px -130px;	
}
.iconRain {
	height: 20px;
	width: 20px;
	background-position: -370px -50px;	
}
.iconSpeechbubbleWhite {
	height: 20px;
	width: 20px;
	background-position: -330px -130px;	
}
.iconSrcWhite {
	height: 20px;
	width: 20px;
	background-position: -90px -130px;	
}
.iconSrcDarkSmall {
	height: 20px;
	width: 20px;
	background-position: -130px -90px;	
}
.logoSenftenbergerSee {
	height: 18px;
	width: 80px;
	background-position: -240px -11px;	
}
.iconStar {
	height: 20px;
	width: 20px;
	background-position: -250px -50px;	
}
.iconStarSmall {
	height: 12px;
	width: 12px;
	background-position: -294px -54px;	
}
.iconTelefonWhite {
	height: 20px;
	width: 20px;
	background-position: -410px -130px;	
}
.iconTelefonDark {
	height: 20px;
	width: 20px;
	background-position: -410px -90px;
}
.iconWind {
	height: 20px;
	width: 20px;
	background-position: -330px -50px;	
}
.iconZvlsbDark {
	height: 20px;
	width: 20px;
	background-position: -450px -90px;
}
.iconZvlsbWhite {
	height: 20px;
	width: 20px;
	background-position: -450px -130px;	
}
.iconMailWhite {
	height: 20px;
	width: 20px;
	background-position: -770px -130px;	
}
.iconFaqWhite {
	height: 20px;
	width: 20px;
	background-position: -810px -130px;	
}
.iconRecreationWhite {
	height: 20px;
	width: 20px;
	background-position: -850px -130px;	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
	.sprt,
	.sprtB:before, 
	.sprtA:after {
		background-image: url('../img/sprt@2x.png?v=3');
		background-size: 880px 200px;
	}
}

@media only screen and (min-width: 640px) {
	.logoSenftenbergerSee {
		height: 44px;
		width: 200px;
		background-position: -20px -18px;	
	}
}
@media only screen and (min-width: 880px) {
	.logoSenftenbergerSee {
		height: 18px;
		width: 80px;
		background-position: -240px -11px;	
	}
}
@media only screen and (min-width: 1040px) {
	.logoSenftenbergerSee {
		height: 44px;
		width: 200px;
		background-position: -20px -18px;	
	}
}


/* COMBO Sprite & Button */
.btn .sprt,
button .sprt {
	display: inline-block;
}
.btn .iconBackWhiteSmall,
button .iconBackWhiteSmall,
.btn .iconCartWhite,
button .iconCartWhite,
.btn .iconBookingDark,
button .iconBookingDark,
.btn .iconBookingWhite,
button .iconBookingWhite,
.btn .iconDatepicker,
button .iconDatepicker {
	vertical-align: -5px;
	margin-right: 10px;
}

.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
	margin-right: -1em;
	margin-bottom: -1em;
}
.btnWrap .btn {
	margin-right: 1em;
	margin-bottom: 1em;
	flex: 0 1 auto;
	cursor:pointer;
}

/* TEXT COLORS */
.success {
	color: #147c34;
}

/* LISTS */
.article ul {
	text-align: left;
}

/* FRAMES */
.article iframe {
	border: none;
	width: 100%;
}

/* ARTICLES GENERAL */
.article > .imagesWrap:first-child,
.article > .imagesWrap:first-child + h1,
.article > .imagesWrap:first-child + .h1,
.article > .listInfoInline:first-child + h1,
.article > .listInfoInline:first-child + .h1,
.article > .imagesWrap:first-child + h2,
.article > .imagesWrap:first-child + .h2,
.article > .listInfoInline:first-child + h2,
.article > .listInfoInline:first-child + .h2,
.article > h1:first-child,
.article > .h1:first-child,
.article > h2:first-child,
.article > .h2:first-child {
	margin-top: 1rem;
}
.article > .imagesWrap:first-child .imgNone {
	margin-top: 0;
}
.article >.imgNone .imagesInnerWrap,
.article .mapWrap,
.article > .teaserSectionWrap {
	margin-left: -15px;
	margin-right: -15px;
}
.article > .imgNone .imagesInnerWrap .img.effect {
	box-shadow: none;
	border: none;
}
.article > .imgNone .imagesInnerWrap .img.effect + .caption {
	display: none;
}
.article .teaser.effect:after,
.article > .imgNone .imagesInnerWrap .img.effect:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 10%,rgba(255,255,255,0.95) 90%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 10%,rgba(255,255,255,0.95) 90%,rgba(255,255,255,1) 100%);
	content: '';
	z-index: 1;
	pointer-events: none;
}
.article .map_legend .legendItemsWrap ul {
	margin-left: 0;
	margin-right: 0;
}
.article > .mapWrap:last-child {
	margin-bottom: 0;
}
.article .teaser li .teaserItemTitle {
	padding: 15px;
}
.article .vc_carousel_control:after {
	display: none;
}

.article p > iframe {
	width: 100%;
}

@media only screen and (min-width: 720px) {
	.article.articleSpaced {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.article.articleSpaced > .mainContent > .imgNone .imagesInnerWrap,
	.article.articleSpaced > .mainContent .mapWrap,
	.article.articleSpaced > .imgNone .imagesInnerWrap,
	.article.articleSpaced .mapWrap,
	.article.articleSpaced > .teaserSectionWrap {
		margin-left: -16.667%;
		margin-right: -16.667%;
		margin-left: calc(-16.667% - 15px);
		margin-right: calc(-16.667% - 15px);
	}
}
@media only screen and (min-width: 1120px) {
	.article.articleSpaced {
		width: 66.667%;
	}
	
	.article > .imgNone .imagesInnerWrap,
	.article .mapWrap,
	.article > .teaserSectionWrap {
		margin-left: -7.143%;
		margin-right: -7.143%;
	}
	.article.articleSpaced > .mainContent > .imgNone .imagesInnerWrap,
	.article.articleSpaced > .mainContent .mapWrap,
	.article.articleSpaced > .imgNone .imagesInnerWrap,
	.article.articleSpaced .mapWrap,
	.article.articleSpaced > .teaserSectionWrap {
		margin-left: -35.713%;
		margin-right: -35.713%;
	}
	.article > .imgNone .imagesInnerWrap .caption {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%;
	}
	.article.articleSpaced > .imgNone .imagesInnerWrap .caption {
		width: 58.333%;
	}
}
@media only screen and (min-width: 1280px) {
	.article > .imgNone .imagesInnerWrap,
	.article .mapWrap,
	.article > .teaserSectionWrap {
		margin-left: -12.5%;
		margin-right: -12.5%;
	}
	.article.articleSpaced > .mainContent > .imgNone .imagesInnerWrap,
	.article.articleSpaced > .mainContent .mapWrap,
	.article.articleSpaced > .imgNone .imagesInnerWrap,
	.article.articleSpaced .mapWrap,
	.article.articleSpaced > .teaserSectionWrap {
		margin-left: -43.75%;
		margin-right: -43.75%;
	}
	.article > .imgNone .imagesInnerWrap .caption {
		width: 80%;
	}
	.article.articleSpaced > .imgNone .imagesInnerWrap .caption {
		width: 53.333%;
	}
}

/* COLLAPSIBLE CONTENT */
.nav-reduced {
	display: none;
	z-index: 1;
}
.nav-expanded {
	display: block;
}
.nav-trigger {
	cursor: pointer;
}

/* HIDDEN CONTENT */
.hidden-xs-up {
	display: none !important;
}

@media (max-width: 479px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 480px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 639px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 640px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 879px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width: 880px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1279px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1280px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.hidden-xl-down {
	display: none !important;
}

.embed-responsive {
	position: relative;
	overflow: hidden;
	display: block;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-400by151 {
	padding-top: 37.75%;
}
.embed-responsive-21by9 {
	padding-top: 42.85%;
}
.embed-responsive-16by9 {
	padding-top: 56.25%;
}
.embed-responsive-4by3 {
	padding-top: 75%;
}
.embed-responsive-1by1 {
	padding-top: 100%;
}
.embed-responsive-40by41 {
	padding-top: 102.5%;
}
