/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/merriweather-v22-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../_fonts/merriweather-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../_fonts/merriweather-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../_fonts/merriweather-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
			 url('../_fonts/merriweather-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../_fonts/merriweather-v22-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Alegreya';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/alegreya-v16-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../_fonts/alegreya-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../_fonts/alegreya-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../_fonts/alegreya-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
			 url('../_fonts/alegreya-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../_fonts/alegreya-v16-latin-regular.svg#Alegreya') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Alegreya';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/alegreya-v16-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../_fonts/alegreya-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../_fonts/alegreya-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../_fonts/alegreya-v16-latin-700.woff') format('woff'), /* Modern Browsers */
			 url('../_fonts/alegreya-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../_fonts/alegreya-v16-latin-700.svg#Alegreya') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Alegreya Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/alegreya-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../_fonts/alegreya-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../_fonts/alegreya-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../_fonts/alegreya-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
			 url('../_fonts/alegreya-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../_fonts/alegreya-sans-v13-latin-regular.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Alegreya Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/alegreya-sans-v13-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
			 url('../_fonts/alegreya-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('../_fonts/alegreya-sans-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
			 url('../_fonts/alegreya-sans-v13-latin-700.woff') format('woff'), /* Modern Browsers */
			 url('../_fonts/alegreya-sans-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('../_fonts/alegreya-sans-v13-latin-700.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}

@media only screen {
/*****************************************************************************/

/*
COLORS:
_ green dark: 		#00722d
_ green medium: 	#95c154
_ green light: 		#ecf3e0
_ blue:						#4188c3
_ yellow:					#fccd00
_ yellow (50%):		#fde67f
_ red:						#cf142b

_ text:						#172f32

FONTS:
font-family: 'Merriweather', serif;
font-weight: 400;
font-family: 'Alegreya Sans', sans-serif;
font-weight: 400/700;
font-family: 'Alegreya', serif;
font-weight: 400/700;
*/

/* ==========================================================================
   BASICS
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

body {
	background-color: #fff;
	font-family: 'Alegreya', serif;
	font-weight: 400;
	color: #172f32;
	font-size: 0;
	line-height: 0;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*text-align: center;*/
}

* {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #fff; background-color: #000; }
::-moz-selection { color: #fff; background-color: #000; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: auto;
	border: 8px solid #fff;
	border-width: 8px 0;
	z-index: 21;
}

header > div#pictureLayer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	z-index: 21;
}

header > div#skylineLayer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: transparent url('../images/main/skyline.png') scroll repeat-x center top;
	background-size: 604px 80px;
	opacity: 0.9;
	z-index: 23;
}

header > div#logoLayer {
	position: absolute;
	left: calc(50% - 1088px / 2 + 187px);
	bottom: -52px;
	width: 151px;
	height: 153px;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: transform;
			transition-property: transform;
	z-index: 25;
}

header > div#logoLayer img {
	width: 100%;
	max-width: 151px;
	height: auto;
}

header > div#logoLayer:hover { transform: scale(1.025); }
body.pageHomeOK > header > div#logoLayer:hover { transform: scale(1); }

header > nav#button {
	position: absolute;
	display: none;
	left: 25px;
	top: 10px;
	width: 35px;
	height: 35px;
	background: transparent url('../images/main/nav-list.png') scroll no-repeat center center;
	background-size: cover;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: background-image;
			transition-property: background-image;
	z-index: 29;
}

header > nav#button:hover { background-image: url('../images/main/nav-list-2.png'); }
header > nav#button.on { background-image: url('../images/main/nav-close.png'); }
header > nav#button.on:hover { background-image: url('../images/main/nav-close-2.png'); }

header > nav#button > a > img {
	width: 100%;
	height: 100%;
}

header > nav#main {
	position: absolute;
	left: calc(50% - 1088px / 2);
	top: calc(100% + 40px + 40px + 16px);
	width: 260px;
	height: auto;
	z-index: 27;
}

header > nav#language {
	position: absolute;
	left: calc(50% - 544px + 66px);
	bottom: 10px;
	width: auto;
	z-index: 25;
}

header > nav.socialmedia {
	position: absolute;
	left: calc(50% - 1088px / 2 + 187px + 151px + 20px);
	bottom: 10px;
	z-index: 25;
}

header > div#quickinfosLayer {
	position: absolute;
	right: 25px;
	top: 20%;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 1em;
	text-align: right;
	opacity: 0.85;
	z-index: 25;
}

header > div#seasonLayer {
	position: absolute;
	right: calc(50% - 1088px / 2);
	bottom: 10px;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	text-align: right;
	z-index: 25;
}

header > div#seasonLayer strong {
	font-size: 20px;
	line-height: 1em;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 560px;
	padding: 40px 0;
	background-color: #fde67f;
	background: #f0edda url('../images/picts/backgrounds/1.jpg') scroll no-repeat center bottom;
	background-size: 100% auto;
	border-bottom: 8px solid #fff;
	z-index: 11;
}

main > div.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 544px + 187px + 72px);
	height: 100%;
	background-color: #fff;
	opacity: 0.333;
	z-index: 11;
}

main > section {
	position: relative;
	left: calc(50% - 285px);
	width: 855px;
	z-index: 13;
}

main > section > div.content {
	width: 100%;
	padding: 40px 30px;
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	padding: 90px 0 60px 0;
	background-color: #4188c3;
	border-bottom: 8px solid #fff;
	z-index: 11;
}

footer > div#logoFriendlyLayer {
	position: absolute;
	left: calc(50% - 1088px / 2 + 187px + 24px / 2);
	top: -64px;
	width: 128px;
	height: 128px;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: transform;
			transition-property: transform;
	z-index: 13;
}

body[data-lngID="1"] > footer > div#logoFriendlyLayer { background-image: url('../images/main/button-freundlichster-camping/2017-2019_1.png'); }
body[data-lngID="2"] > footer > div#logoFriendlyLayer { background-image: url('../images/main/button-freundlichster-camping/2017-2019_2.png'); }
body[data-lngID="3"] > footer > div#logoFriendlyLayer { background-image: url('../images/main/button-freundlichster-camping/2017-2019_3.png'); }

.jsOK > footer > div#logoFriendlyLayer:hover {
	transform: scale(1.05);
	cursor: pointer;
}

footer > div#logoEcoLayer {
	position: absolute;
	left: calc(50% - 1088px / 2 + 600px + 20px);
	top: 90px;
	width: 97px;
	height: 81px;
	background: transparent url('../images/main/button-ecocamping.png') scroll no-repeat center center;
	background-size: cover;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: transform;
			transition-property: transform;
	z-index: 13;
}

.jsOK > footer > div#logoEcoLayer:hover {
	transform: scale(1.1);
	cursor: pointer;
}

footer > nav.socialmedia {
	position: absolute;
	right: calc(50% - 1088px / 2 - 8px);
	top: calc(50% - 26px);
	z-index: 13;
}

footer > div#contactWrapper {
	position: relative;
	left: calc(50% - 1088px / 2);
	width: 580px;
}

footer > div#contactWrapper > div.item {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
}

footer > div#contactWrapper > div.item:nth-child(1) { float: right; width: 320px; padding-left: 28px; text-align: left; }
footer > div#contactWrapper > div.item:nth-child(2) { float: left; width: 260px; padding-right: 30px; text-align: right; }

footer > div#cookieWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 5px 0;
	background-color: #cf142b;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
	z-index: 25;
}

.jsNO footer > div#cookieWrapper { display: none; }

footer > div#cookieWrapper > div {
	position: relative;
	display: inline-block;
	padding-top: 2px;
	font-weight: 700;
	font-size: 10px;
	line-height: 1em;
	text-transform: uppercase;
}

footer > div#cookieWrapper > div.text { padding: 0 16px; }

footer > div#cookieWrapper > div.button {
	padding: 0 16px;
	border-left: 1px solid #fff;
}

footer > div#cookieWrapper > div.button:hover { cursor: pointer; }

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* GALLERY */

div.galleryWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 11;
}

div.galleryWrapper div.galleryPictsWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}

/*div.galleryWrapper div.galleryPictsWrapper.over { cursor: pointer; }*/

div.galleryWrapper div.galleryPictsWrapper div.item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	opacity: 0;
	z-index: 12;
}

div.galleryWrapper div.galleryPictsWrapper div.item:first-child { opacity: 1; }
div.galleryWrapper div.galleryPictsWrapper div.item.act { z-index: 13; }

/* SITEMAP */

nav#sitemap {
	position: relative;
	width: 100%;
}

/* BUTTONS */

div.buttonsWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	margin-bottom: 30px;
	z-index: 21;
}

div.buttonsWrapper > div.item {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 20px 20px 0 0;
	z-index: 21;
}

div.buttonsWrapper > div.item > div.pict {
	position: relative;
	width: 100%;
	max-width: 120px;
	height: auto;
	z-index: 21;
}

div.buttonsWrapper > div.item > div.pict > img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

div.buttonsWrapper > div.item > div.text {
	position: absolute;
	left: 30px;
	bottom: 15%;
	width: auto;
	height: auto;
	font-weight: 700;
	font-size: 24px;
	line-height: 1em;
	-webkit-transform-origin: 0 0;
	   -moz-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	     -o-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: rotate(-6deg);
	   -moz-transform: rotate(-6deg);
	    -ms-transform: rotate(-6deg);
	     -o-transform: rotate(-6deg);
	        transform: rotate(-6deg);
	z-index: 23;
}

div.buttonsWrapper > div.item > div.text > a,
div.buttonsWrapper > div.item > div.text > a:link,
div.buttonsWrapper > div.item > div.text > a:visited {
	display: inline-block;
	color: #fff;
	background-color: #4188c3;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: color, background-color;
			transition-property: color, background-color;
	/*opacity: 0.9;*/
}
div.buttonsWrapper > div.item > div.text > a:hover,
div.buttonsWrapper > div.item > div.text > a:active,
div.buttonsWrapper > div.item > div.text > a:visited:hover,
div.buttonsWrapper > div.item > div.text > a:visited:active { color: #4188c3; background-color: #fccd00; }

/* FLICKR GALLERY */

div.flickrGalleryWrapper {
	position: relative;
	height: auto;
	margin-top: 40px;
	z-index: 11;
}

div.flickrGalleryWrapper.sets {
	left: -30px;
	width: calc(100% + 30px);
}

div.flickrGalleryWrapper.picts {
	left: -15px;
	width: calc(100% + 15px);
}

div.flickrGalleryWrapper > div.item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
	z-index: 11;
}

div.flickrGalleryWrapper.sets > div.item {
	width: calc(33.33333% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
}

div.flickrGalleryWrapper.picts > div.item {
	width: calc(12.5% - 15px);
	margin-left: 15px;
	margin-bottom: 15px;
}

div.flickrGalleryWrapper > div.item > div.pict {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	background: #000 url() scroll no-repeat center center;
	background-size: cover;
	font-size: 0;
	line-height: 0;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: transform, opacity;
			transition-property: transform, opacity;
	/*opacity: 0.333;*/
	z-index: 12;
}

/*.mobileOK div.flickrGalleryWrapper.sets > div.item > div.pict { opacity: 0.333; }*/
div.flickrGalleryWrapper.sets > div.item > div.pict { opacity: 0.333; }

div.flickrGalleryWrapper > div.item:hover > div.pict {
	opacity: 0.333;
	transform: scale(1.08);
}

div.flickrGalleryWrapper.picts > div.item:hover > div.pict {
	opacity: 0.667;
	transform: scale(1.2);
}

div.flickrGalleryWrapper > div.item > div.background {
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	right: 1px;
	background-color: #4188c3;
	border-radius: 50%;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: transform;
			transition-property: transform;
	z-index: 11;
}

div.flickrGalleryWrapper.picts > div.item > div.background { background-color: #000; }

div.flickrGalleryWrapper > div.item:hover > div.background { transform: scale(1.04); }
div.flickrGalleryWrapper.picts > div.item:hover > div.background { transform: scale(1.1); }

div.flickrGalleryWrapper > div.item > div.title {
	position: absolute;
	left: 0;
	bottom: 33.333%;
	width: 100%;
	height: auto;
	padding: 0 20px;
	color: #fccd00;
	font-weight: 700;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: opacity;
			transition-property: opacity;
	/*opacity: 0;*/
	z-index: 13;
}

/*.mobileNO div.flickrGalleryWrapper > div.item > div.title { opacity: 0; }*/

.mobileOK div.flickrGalleryWrapper > div.item > div.title,
div.flickrGalleryWrapper > div.item:hover > div.title { opacity: 0.9; }

div.flickrGalleryWrapper > div.item > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 14;
}

div.flickrGalleryWrapper > div.item > div.link > a > img {
	width: 100%;
	height: 100%;
}

/* TABLES */

div.tableWrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	overflow-x: auto;
	margin: 0.5em 0 1.5em 0;
}

/* TABLE PRICES */

table.prices { width: 100%; min-width: 600px; }

table.prices > tbody > tr > td { border-bottom: 1px solid #88908d; }

table.prices > thead > tr > th,
table.prices > tbody > tr > td {
	padding: 10px 0;
	line-height: 1em;
	text-align: right;
}

table.prices > thead > tr > th:nth-child(1),
table.prices > tbody > tr > td:nth-child(1) {
	text-align: left;
}

table.prices > thead,
table.prices > tbody { border-top: 2px solid #88908d; }

/* TEXT INTRO */

.intro {
	/*font-weight: 700;*/
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	/*
	padding-left: 20px;
	border-left: 2px solid #172f32;
	*/
}

p.intro {
	font-weight: 700;
}

.fontColorRed {
	color: #cf142b;
}

/* COLLABSIBLE */

div.collapsibleWrapper {
	position: relative;
	width: 100%;
	height: auto;
}

div.collapsibleWrapper > div {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin-top: -1px;
	padding: 20px 0;
}

div.collapsibleWrapper > div:nth-of-type(1) { margin-top: 0; }

div.collapsibleWrapper > div > div {
	position: relative;
	width: 100%;
	height: auto;
}

div.collapsibleWrapper > div > div.title { padding: 5px 0; }
div.collapsibleWrapper > div > div.title > h2 { text-transform: none; margin-bottom: 0; }
.jsOK div.collapsibleWrapper > div.opened > div.title > h2 { color: #4188c3; }

.jsOK div.collapsibleWrapper > div > div.content { display: none; }
.jsOK div.collapsibleWrapper > div.opened > div.content { display: block; }
.jsOK div.collapsibleWrapper > div > div.title { background: transparent url('../images/main/collapsible-bg-plus-gray@3x.png') scroll no-repeat right center; background-size: 30px 30px; }
.jsOK div.collapsibleWrapper > div.opened > div.title { background-image: url('../images/main/collapsible-bg-minus-blue@3x.png'); }
.jsOK div.collapsibleWrapper > div > div.title:hover { cursor: pointer; }

div.collapsibleWrapper > div > div.content { padding: 20px 0; }

/* PITCH ICONS */

ul.pitchicons {
	position: relative;
	display: block;
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	font-size: 0;
	line-height: 0;
	margin: 20px 0;
	transform: translateX(-10px);
}

ul.pitchicons > li {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	background: none !important;
	background-color: #fff !important;
	border-radius: 50%;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*ul.pitchicons > li:not(:nth-of-type(1)) {
	margin-left: 10px;
}*/

/*ul.pitchicons > li.not > div > img {
	opacity: 0.25;
}*/

ul.pitchicons > li.not::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #cf142b;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	border: 1px solid #fff;
	z-index: 2;
}

ul.pitchicons > li > div {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* GOOGLE MAPS */

.matterportWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(100% * (480 / 853));
	overflow: hidden;
	border: 1px solid #fff;
}

.jsNO .matterportWrapper { display: none; }

.matterportWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-bottom: 100%; /* quadratisch */
	overflow: hidden;
	border: 1px solid #fff;
}

.jsNO .mapWrapper { display: none; }

.mapWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	pointer-events: none;
}

/* VIDEO 16:9 */

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0.25em;
	background-color: #333;
	overflow: hidden;
}

.jsNO .videoWrapper { display: none; }

.videoWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* ETC */

.jsOK img.grayscale {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, h2, h2.h1 {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	text-align: left;
}

h2 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 0.25em;
}

h1 + h2, p + h2, ul + h2, ol + h2, p + h1, ul + h1, ol + h1, audio + h1, audio + h2 { margin-top: 40px !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

/* ==========================================================================
   LINKS
   ========================================================================== */

a,
a:link,
a:visited { color: #172f32; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #4188c3; }

header > div#quickinfosLayer > ul > li > a,
header > div#quickinfosLayer > ul > li > a:link,
header > div#quickinfosLayer > ul > li > a:visited {
	display: inline-block;
	color: #fff;
	background-color: #4188c3;
	text-decoration: none;
	padding: 2px 30px 2px 30px;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: color, background-color;
			transition-property: color, background-color;
}
header > div#quickinfosLayer > ul > li > a:hover,
header > div#quickinfosLayer > ul > li > a:active,
header > div#quickinfosLayer > ul > li > a:visited:hover,
header > div#quickinfosLayer > ul > li > a:visited:active { color: #4188c3; background-color: #fccd00; }

header > div#quickinfosLayer > ul > li > a:nth-child(2) { margin-left: 8px; }

header > div#cookieWrapper a,
header > div#cookieWrapper a:link,
header > div#cookieWrapper a:visited {
	color: #fff;
	text-decoration: none;
}

footer a,
footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:visited:hover,
footer a:visited:active {
	color: #fff;
}

nav#button > a,
nav#button > a:link,
nav#button > a:visited {
	/*
	display: block;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	*/
	opacity: 0.50;
}

nav#button > a:hover,
nav#button > a:active,
nav#button > a:visited:hover,
nav#button > a:visited:active {
	opacity: 1;
}

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 0.75em 0;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 28px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 28px;
}

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

/* NO BULLETS */

header > div#quickinfosLayer > ul,
ul.bulletsNO,
ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

header > div#quickinfosLayer > ul > li,
ul.bulletsNO > li,
ul.dotsNO > li {
	padding-left: 0 !important;
	background: none !important;
}

header > div#quickinfosLayer > ul > li {
	-webkit-transform-origin: 100% 0%;
	   -moz-transform-origin: 100% 0%;
	    -ms-transform-origin: 100% 0%;
	     -o-transform-origin: 100% 0%;
	        transform-origin: 100% 0%;
	-webkit-transform: rotate(-6deg);
	   -moz-transform: rotate(-6deg);
	    -ms-transform: rotate(-6deg);
	     -o-transform: rotate(-6deg);
	        transform: rotate(-6deg);
	margin-bottom: 8px;
}

/* CONTENT */

main > section > div.content ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

main > section > div.content ul > li {
	padding-left: 32px;
	background: transparent url('../images/main/list-element.png') scroll no-repeat 0 0;
	background-size: 26px 24px
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* LIST NAVIGATION HORIZONTAL */

nav.socialmedia > ul,
nav#language > ul {
	width: auto;
	display: inline-block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav.socialmedia > ul > li,
nav#language > ul > li {
	display: inline-block;
	width: auto;
	padding: 0;
}

nav.socialmedia > ul > li.act,
nav.socialmedia > ul > li:hover,
nav#language > ul > li.act,
nav#language > ul > li:hover {
	opacity: 1;
}

/* LIST NAVIGATION VERTICAL */

nav#sitemap > ul,
nav#main > ul,
nav#main > ul > li > ul {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	overflow: hidden;
}

nav#main > ul > li > ul { margin: 5px 0 20px 0; }

nav#sitemap > ul > li,
nav#main > ul > li,
nav#main > ul > li > ul > li {
	display: block;
	width: 100%;
	padding: 0;
	text-align: right;
}

nav#main > ul > li > ul { display: none; }
nav#main > ul > li.act > ul { display: block; }

nav#sitemap > ul > li > ul { margin-bottom: 40px; }
nav#sitemap > ul > li:last-child > ul { margin-bottom: 0; }

/* LINKS */

nav#sitemap > ul > li > a,
nav#sitemap > ul > li > a:link,
nav#sitemap > ul > li > a:visited {
	display: inline-block;
	width: auto;
	font-weight: 700;
	text-decoration: none !important;
}

nav.socialmedia > ul > li > a,
nav.socialmedia > ul > li > a:link,
nav.socialmedia > ul > li > a:visited,
nav#language > ul > li > a,
nav#language > ul > li > a:link,
nav#language > ul > li > a:visited {
	display: block;
	font-size: 0;
	line-height: 0;
	padding: 3px;
	opacity: 0.5;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: opacity, transform;
			transition-property: opacity, transform;
}

header > nav.socialmedia > ul > li > a,
header > nav.socialmedia > ul > li > a:link,
header > nav.socialmedia > ul > li > a:visited {
	opacity: 0.75;
}

nav.socialmedia > ul > li > a > img,
nav#language > ul > li > a > img {
	width: 25px;
	height: 25px;
}

footer > nav.socialmedia > ul > li > a,
footer > nav.socialmedia > ul > li > a:link,
footer > nav.socialmedia > ul > li > a:visited {
	padding: 8px;
}

footer > nav.socialmedia > ul > li > a > img {
	width: 40px;
	height: 40px;
}

nav.socialmedia > ul > li > a:hover,
nav.socialmedia > ul > li > a:active,
nav.socialmedia > ul > li > a:visited:hover,
nav.socialmedia > ul > li > a:visited:active { transform: scale(1.1); opacity: 1 !important; }

nav#language > ul > li > a:hover,
nav#language > ul > li > a:active,
nav#language > ul > li > a:visited:hover,
nav#language > ul > li > a:visited:active { transform: scale(1.1); opacity: 1 !important; }
nav#language > ul > li.act a,
nav#language > ul > li.act a:link,
nav#language > ul > li.act a:visited,
nav#language > ul > li.act a:hover,
nav#language > ul > li.act a:active,
nav#language > ul > li.act a:visited:hover,
nav#language > ul > li.act a:visited:active { opacity: 1 !important; }

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited,
nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	display: inline-block;
	width: auto;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1em;
	color: #172f32 !important;
	letter-spacing: 1px;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 5px 32px 5px 12px;
	/*opacity: 0.667;*/
	opacity: 1;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
	-webkit-transition-property: opacity;
			transition-property: opacity;
}
nav#main > ul > li > ul > li > a.external,
nav#main > ul > li > ul > li > a.external:link,
nav#main > ul > li > ul > li > a.external:visited {
	/*background: transparent url('../images/main/nav-arrow-external-172f32.png') scroll no-repeat right 10px top;*/
	background: transparent url() scroll no-repeat right 10px top 1px;
	background-size: 16px 16px;
}

nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active,
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active { /*opacity: 1 !important;*/ color: #4188c3 !important; }

nav#main > ul > li > ul > li > a.external:hover,
nav#main > ul > li > ul > li > a.external:active,
nav#main > ul > li > ul > li > a.external:visited:hover,
nav#main > ul > li > ul > li > a.external:visited:active {
	background-image: url('../images/main/nav-arrow-external-4188c3.png');
}

nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	padding: 2px 32px 2px 12px;
}
nav#main > ul > li > ul > li > a:hover,
nav#main > ul > li > ul > li > a:active,
nav#main > ul > li > ul > li > a:visited:hover,
nav#main > ul > li > ul > li > a:visited:active,
nav#main > ul > li > ul > li.act > a,
nav#main > ul > li > ul > li.act > a:link,
nav#main > ul > li > ul > li.act > a:visited,
nav#main > ul > li > ul > li.act > a:hover,
nav#main > ul > li > ul > li.act > a:active,
nav#main > ul > li > ul > li.act > a:visited:hover,
nav#main > ul > li > ul > li.act > a:visited:active { /*opacity: 1 !important;*/ color: #4188c3 !important; }

/* ==========================================================================
   GENERAL
   ========================================================================== */

.viewMobileOnly { display: none; }
.viewDesktopOnly { display: block; }

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*values: content-box|border-box|inherit*/
}

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

main > hr {
	width: 100%;
	max-width: 1180px;
	height: 0;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #002d62;
	opacity: 0.5;
}

section > div hr {
	width: 100%;
	height: 0;
	margin: 40px 0;
	border: 0;
	border-top: 1px solid #002d62;
	opacity: 0.5;
}

.subcolumns hr { width: calc(100% - 20px); }
hr.invisible { background: none; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background-color: transparent;
}
div.space5 { height: 5px; }
div.space10 { height: 10px; }
div.space15 { height: 15px; }
div.space20 { height: 20px; }
div.space25 { height: 25px; }
div.space30 { height: 30px; }
div.space35 { height: 35px; }
div.space40 { height: 40px; }
div.space45 { height: 45px; }
div.space50 { height: 50px; }

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.alert { font-weight: 600; color: #c00; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

.w10 { width: 9.999% !important; }
.w15 { width: 14.999% !important; }
.w20 { width: 19.999% !important; }
.w25 { width: 24.999% !important; }
.w30 { width: 29.999% !important; }
.w33 { width: 33.333% !important; }
.w35 { width: 34.999% !important; }
.w38 { width: 37.999% !important; }
.w40 { width: 39.999% !important; }
.w45 { width: 44.999% !important; }
.w50 { width: 49.999% !important; }
.w55 { width: 54.999% !important; }
.w60 { width: 59.999% !important; }
.w65 { width: 55.999% !important; }
.w66 { width: 66.666% !important; }
.w70 { width: 69.999% !important; }
.w75 { width: 74.999% !important; }
.w80 { width: 79.999% !important; }
.w85 { width: 84.999% !important; }
.w90 { width: 89.999% !important; }

p, .p { margin: 0 0 0.75em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 1.333em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

figure, figcaption { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
img { border: 0; height: auto; max-width: 100%; }

strong, b { font-weight: 700; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -40px;
	width: calc(100% + 40px);
	height: auto;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
}

div.subcolumns > div.col {
	position: relative;
	margin-left: 40px;
}

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }

div.subcolumns > div.col.c1 { width: calc(100% / 12 * 1 - 40px); }
div.subcolumns > div.col.c2 { width: calc(100% / 12 * 2 - 40px); }
div.subcolumns > div.col.c3 { width: calc(100% / 12 * 3 - 40px); }
div.subcolumns > div.col.c4 { width: calc(100% / 12 * 4 - 40px); }
div.subcolumns > div.col.c5 { width: calc(100% / 12 * 5 - 40px); }
div.subcolumns > div.col.c6 { width: calc(100% / 12 * 6 - 40px); }
div.subcolumns > div.col.c7 { width: calc(100% / 12 * 7 - 40px); }
div.subcolumns > div.col.c8 { width: calc(100% / 12 * 8 - 40px); }
div.subcolumns > div.col.c9 { width: calc(100% / 12 * 9 - 40px); }
div.subcolumns > div.col.c10 { width: calc(100% / 12 * 10 - 40px); }
div.subcolumns > div.col.c11 { width: calc(100% / 12 * 11 - 40px); }
div.subcolumns > div.col.c12 { width: calc(100% / 12 * 12 - 40px); }

div.subcolumns > div.col.picts { font-size: 0; line-height: 0; padding-top: 10px; }

/*****************************************************************************/
}

@media only screen and (min-width: 2000px) {
/*****************************************************************************/

/*main { background-size: 100% auto; }*/

/*****************************************************************************/
}

@media only screen and (max-width: 1139px) {
/*****************************************************************************/

/* HEADER */

header > div#logoLayer { left: calc(25% - 150px / 2 + 2px); }
header > nav#main { left: 0; width: 25%; }
header > nav#language { left: auto; right: calc(75% + 150px / 2 + 25px); }
header > nav.socialmedia { left: calc(25% + 150px / 2 + 23px); }
header > div#seasonLayer { right: 25px; }

/* MAIN */

main > div.bg { width: 25%; }

main > section {
	left: 25%;
	width: 75%;
}

/* FOOTER */

footer > div#logoFriendlyLayer { left: calc(25% - 128px / 2); }
footer > div#logoEcoLayer { left: calc(25% - 150px / 2 - 50px); }

footer > nav.socialmedia { right: calc(25px - 8px); top: 10px; }
footer > nav.socialmedia > ul > li > a,
footer > nav.socialmedia > ul > li > a:link,
footer > nav.socialmedia > ul > li > a:visited {
	padding: 3px;
}
footer > nav.socialmedia > ul > li > a > img { width: 25px; height: 25px; }

footer > div#contactWrapper { left: calc(25% + 25px); width: calc(75% - 25px - 25px); float: none !important; }
footer > div#contactWrapper > div.item { width: 100% !important; padding: 0 !important; text-align: left !important; }
footer > div#contactWrapper > div.item:nth-child(2) { padding-top: 1.5em !important; }

/* CONTENT: BUTTONS */

div.buttonsWrapper > div.item { width: 50%; }

/*****************************************************************************/
}

@media only screen and (max-width: 919px) {
/*****************************************************************************/

/* HEADER */

header > div#logoLayer { left: calc(25% - 150px / 2); }
/*header > div#logoLayer img { max-width: 100px; }*/
header > div#pictureLayer { padding-bottom: 40%; }
header > nav#button { display: block; }
header > nav#main {
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	min-width: 260px;
	height: auto;
	min-height: 100%;
	padding: 100px 0;
	background-color: #4188c3;
	-webkit-box-shadow: 3px 0 8px rgba(51,51,51,0.5);
	   -moz-box-shadow: 3px 0 8px rgba(51,51,51,0.5);
	        box-shadow: 3px 0 8px rgba(51,51,51,0.5);
	display: none;
}
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited,
nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	color: #fccd00 !important;
	opacity: 0.667;
}
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active,
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active,
nav#main > ul > li > ul > li > a:hover,
nav#main > ul > li > ul > li > a:active,
nav#main > ul > li > ul > li > a:visited:hover,
nav#main > ul > li > ul > li > a:visited:active,
nav#main > ul > li > ul > li.act > a,
nav#main > ul > li > ul > li.act > a:link,
nav#main > ul > li > ul > li.act > a:visited,
nav#main > ul > li > ul > li.act > a:hover,
nav#main > ul > li > ul > li.act > a:active,
nav#main > ul > li > ul > li.act > a:visited:hover,
nav#main > ul > li > ul > li.act > a:visited:active { opacity: 1 !important; color: #fccd00 !important; }

header > nav#language { left: auto; right: 16px; top: 10px; width: 75px; }
header > nav.socialmedia { left: auto; right: 20px; }

nav.socialmedia > ul > li > a > img,
nav#language > ul > li > a > img {
	width: 18px !important;
	height: 18px !important;
}

header > div#quickinfosLayer {
	top: 15%;
	font-size: 18px;
	line-height: 1em;
}

header > div#seasonLayer { display: none; }

/* MAIN */

main { min-height: 0; }
main > div.bg { display: none; }
main > section {
	left: 0;
	width: 100%;
	max-width: none;
}

/*****************************************************************************/
}

@media only screen and (max-width: 749px) {
/*****************************************************************************/

/* HEADER */

header > div#logoLayer { left: calc(25% - 100px / 2); bottom: -87px; }
header > div#logoLayer img { max-width: 100px; }

header > div#skylineLayer { height: 60px; }

/*header > div#quickinfosLayer { display: none; }*/

header > div#quickinfosLayer {
	top: 50%;
	transform: translateY(-50%);
}
header > div#quickinfosLayer > ul > li:not(:nth-of-type(3)) { display: none; }


/* MAIN */

main { padding: 26px 0 40px 0; }

/* FOOTER */

footer { padding-top: 60px; }

footer > div#logoFriendlyLayer {
	left: calc(25% - 86px / 2);
	top: -43px;
	width: 86px;
	height: 86px;
}

/*****************************************************************************/
}

@media only screen and (max-width: 689px) {
/*****************************************************************************/

/* CONTENT: FLICKR GALLERY */
div.flickrGalleryWrapper.sets > div.item { width: calc(50% - 30px); }
div.flickrGalleryWrapper.picts > div.item { width: calc(16.667% - 15px); }

/*****************************************************************************/
}

@media only screen and (max-width: 649px) {
/*****************************************************************************/

/* FOOTER */

footer { padding-bottom: 40px; }

footer > div#logoFriendlyLayer { left: calc(50% - 86px / 2); }
footer > div#logoEcoLayer {
	position: relative;
	left: calc(50% - 98px / 2);
	top: 0;
	margin-top: 30px;
}

footer > div#contactWrapper { left: 0; width: 100%; }
footer > div#contactWrapper > div.item { text-align: center !important; padding: 0 20px; }

/* CONTENT: BUTTONS */

div.buttonsWrapper > div.item { float: none; width: 100%; }

/* FONT SIZE */

main > section > div.content { font-size: 16px; line-height: 1.5em; }
p.intro { font-size: 18px; line-height: 1.5em; margin-bottom: 1em; }
h1, h2, h2.h1 { font-size: 30px; line-height: 1.2em; }
h2 { font-size: 21px; line-height: 1.2em; }
footer > div#contactWrapper > div.item { font-size: 14px; line-height: 1.5em; }
div.buttonsWrapper > div.item > div.text { font-size: 21px; line-height: 1em; }

main > section > div.content ul > li {
	padding-left: 26px;
	background-size: 20px 18px
}

/* SUBCOLUMNS */

div.subcolumns > div.col {
	float: none !important;
	width: calc(100% - 40px) !important;
	margin-bottom: 40px;
}

div.subcolumns > div.col.picts { padding-top: 0; }


/*****************************************************************************/
}

@media only screen and (max-width: 524px) {
/*****************************************************************************/

/* CONTENT: FLICKR GALLERY */
div.flickrGalleryWrapper.picts > div.item { width: calc(25% - 15px); }

/*****************************************************************************/
}

@media only screen and (max-width: 499px) {
/*****************************************************************************/

/* HEADER */

header > div#logoLayer { left: calc(50% - 100px / 2 + 3px); }
header > div#pictureLayer { padding-bottom: 50%; }
header > nav.socialmedia { display: none; }
header > div#skylineLayer { height: 40px; }

/* MAIN */

main {
	/*background-color: #fde67f;*/
	background-image: none;
}

/* FOOTER */

footer > nav.socialmedia {
	position: relative;
	right: auto;
	top: 0;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

/*****************************************************************************/
}

@media only screen and (max-width: 469px) {
/*****************************************************************************/

/* CONTENT: FLICKR GALLERY */

div.flickrGalleryWrapper.sets {
	left: 0;
	width: 100%;
}

div.flickrGalleryWrapper.sets > div.item {
	display: block;
	width: 100%;
	margin-left: 0;
}

div.flickrGalleryWrapper > div.item > div.title {
	font-size: 36px;
	line-height: 1em;
}

/*****************************************************************************/
}

@media only screen and (max-width: 413px) {
/*****************************************************************************/

/* HEADER */

header > div#logoLayer { left: calc(50% - 74px / 2 + 3px); bottom: -108px; }
header > div#logoLayer img { max-width: 74px; }

header > div#skylineLayer { height: 40px; }

/* MAIN */

main { padding: 13px 0 26px 0; }

/* FOOTER */

footer { padding-top: 40px; }

footer > div#logoFriendlyLayer {
	left: calc(50% - 64px / 2);
	top: -32px;
	width: 64px;
	height: 64px;
}

/* FONT SIZE */

main > section > div.content { font-size: 14px; line-height: 1.5em; }
p.intro { font-size: 16px; line-height: 1.5em; margin-bottom: 1em; }
h1, h2, h2.h1 { font-size: 24px; line-height: 1.2em; }
h2 { font-size: 18px; line-height: 1.2em; }
footer > div#contactWrapper > div.item { font-size: 12px; line-height: 1.5em; }
div.buttonsWrapper > div.item > div.text { font-size: 18px; line-height: 1em; }

main > section > div.content ul > li {
	padding-left: 22px;
	background-size: 17px 16px
}

div.flickrGalleryWrapper > div.item > div.title {
	font-size: 24px;
	line-height: 1em;
}

/*****************************************************************************/
}

@media only screen and (max-width: 364px) {
/*****************************************************************************/

/* CONTENT: FLICKR GALLERY */
div.flickrGalleryWrapper.picts > div.item { width: calc(33.333% - 15px); }

/*****************************************************************************/
}

@media only screen and (max-width: 374px) {
/*****************************************************************************/

/* HEADER */

header > nav#main { width: 100%; }

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited,
nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	padding-right: 45px;
}

/*****************************************************************************/
}

@media only screen and (max-width: 254px) {
/*****************************************************************************/

/* CONTENT: FLICKR GALLERY */
div.flickrGalleryWrapper.picts > div.item { width: calc(50% - 15px); }

/*****************************************************************************/
}

@media only screen and (max-width: 919px) and (max-height: 559px) {
/*****************************************************************************/

/* HEADER */

header > nav#button { top: 18px; }
header > nav#main {
	position: absolute;
	width: 100%;
	min-height: 100%;
}

body.navOverlayOK > header { position: absolute; border: 0; min-height: 100%; }

body.navOverlayOK > header > *,
body.navOverlayOK > main,
body.navOverlayOK > footer { display: none; }

body.navOverlayOK > header > nav#button,
body.navOverlayOK > header > nav#main { display: block; }

/*****************************************************************************/
}

@media only screen and (min-width: 480px) {
/*****************************************************************************/

footer > div#addressLayer a[href^='tel']:hover,
footer > div#addressLayer a[href^='tel']:active,
footer > div#addressLayer a[href^='tel']:visited:hover,
footer > div#addressLayer a[href^='tel']:visited:active {
	cursor: default;
	color: #80a0b0;
}

/*****************************************************************************/
}

@media only screen {
/*****************************************************************************/

/* ==========================================================================
   FORMS
   ========================================================================== */

div.formWrapper {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 40px;
}

div.formWrapper > div.message {
	position: relative;
	display: none;
	width: 100%;
	margin-bottom: 40px;
	font-weight: 700;
	color: #cf142b;
}

form { position: relative; overflow: hidden; margin: 0; }

select, input, textarea, label {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.333em;
	color: #172f32;
	text-align: left;
}

div.inputset {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.333em;
}

label {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	letter-spacing: 0.5px;
	text-transform: none;
	margin-bottom: 5px;
}

input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	z-index: 1;
}

textarea { height: 150px; }

input[type='date']:focus, input[type='date']:active,
input[type='email']:focus, input[type='email']:active,
input[type='number']:focus, input[type='number']:active,
input[type='password']:focus, input[type='password']:active,
input[type='tel']:focus, input[type='tel']:active,
input[type='text']:focus, input[type='text']:active,
input[type='url']:focus, input[type='url']:active,
textarea:focus, textarea:active {
	outline: none !important;
	background-color: #4188c3;
	color: #fff;
	z-index: 3;
}

input[type='date'].filled,
input[type='email'].filled,
input[type='number'].filled,
input[type='password'].filled,
input[type='tel'].filled,
input[type='text'].filled,
input[type='url'].filled,
textarea.filled {
	z-index: 3;
}

input#ff_captchaCode {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50% 100%;
	margin-bottom: 3px;
}

input[type='checkbox'] { position: relative; display: inline-block; margin-right: 10px; margin-top: 6px; }

input[type='button'],
input[type='submit'],
input[type='reset'] {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px 20px;
	background-color: #172f32;
	border: 0;
	border-radius: 3px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover {
	color: #fff;
	background-color: #4188c3;
	cursor: pointer;
}

/* ERROR */

input.error, select.error, textarea.error {
	border: 2px solid #cf142b;
}
input[type='checkbox'].error { position: relative; display: inline-block; }
input[type='checkbox'].error::before {
	content: '';
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: -3px;
	top: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border: 2px solid #cf142b;
}

/*****************************************************************************/
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


@media print {
/*****************************************************************************/

/* HTML AND BODY */

html, body {
	position: relative;
	min-width: 0;
	min-height: 0;
	background-color: #fff;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #000 !important;
}

/* HEADER */

body > header { display: none; }

/* FOOTER */

body > footer { display: none; }

/* CONTENT */

body > main {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

body > main > section > div.content {
	padding: 40px;
}

body > main > section > div.content > h1,
body > main > section > div.content > h2 {
	font-size: 24px;
	line-height: 1.5em;
	text-align: left;
}

div.buttonsWrapper { display: none; }

/* HEADLINES AND LINKS */

h1, h2, h3 { color: #000; }
h1 { page-break-before: always; }
h1:first-child { page-break-before: auto; }

a, a:link, a:visited { color: #000; text-decoration: none; }
a:after, a:link:after, a:visited:after { content:" [" attr(href) "] "; }

a.back, a.back:link, a.back:visited { display: none; }

/* GENERAL */

hr { page-break-after: always; }

/*****************************************************************************/
}

@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
