/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* 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 */ } /** * 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/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; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* 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 { font-size: 2em; margin: 0.67em 0; } /** * 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; } /* 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 { -moz-box-sizing: content-box; box-sizing: content-box; height: 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 */ } /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { overflow: visible; } /** * 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; } /** * 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"] { box-sizing: border-box; /* 1 */ 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 * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * 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: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 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. */ textarea { overflow: auto; } /** * 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; }
@media all {
/*****************************************************************************/

/*

(font-family:'DIN Next W01 Regular';)
font-family: 'Barlow', sans-serif;
font-weight: 400;
font-style: normal;

(font-family:'DIN Next W01 Italic';)
font-family: 'Barlow', sans-serif;
font-weight: 400;
font-style: italic;

(font-family:'DIN Next W01 Medium';)
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-style: normal;

(font-family:'DINNextW01-MediumItalic';)
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-style: italic;

(font-family:'DIN Next Slab W01 Regular';)
font-family: 'Roboto Slab', serif;
font-weight: 400;
font-style: normal;

*/

/* ==========================================================================
   basics
   ========================================================================== */

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

html {
	min-height: 100%;
	/*scroll-behavior: smooth;*/
}

body {
	min-height: 100%;
	position: relative;
	background-color: #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5em;
	color: #454545;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

div, ul, ul li, ul li a, ol, ol li, ol li a, iframe, form, select, input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==========================================================================
   layers
   ========================================================================== */

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapper {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: auto;
	min-height: 100%;
	z-index: 1;
}

/* HEADER */

div#headerWrapper {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #000;
	/*
	-webkit-box-shadow: 0px 3px 9px rgba(51,51,51,0.666);
	   -moz-box-shadow: 0px 3px 9px rgba(51,51,51,0.666);
	        box-shadow: 0px 3px 9px rgba(51,51,51,0.666);
	*/
	z-index: 21;
}

div#logoLayer {
	position: absolute;
	left: 50%;
	margin-left: 180px;
	top: -10px;
	width: 120px;
	height: 120px;
	font-size: 0;
	line-height: 0;
	z-index: 23;
}

div#logoLayer img {
	width: 120px;
	height: 120px;
}

div#navigationLayer {
	position: relative;
	width: 100%;
	height: auto;
	padding-right: 70px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	z-index: 21;
	/*border: 1px solid yellow;*/
}

div#bookingLayer {
	position: fixed;
	left: 20px;
	top: 5px;
	width: 75px;
	z-index: 25;
}

div#bookingLayer img {
	width: 100%;
}

/* CONTENT */

div#contentWrapper {
	position: relative;
	padding-top: 50px;
	width: 100%;
	height: auto;
	z-index: 11;
}

div.section {
	position: relative;
	width: 100%;
	z-index: 11;
	/* border: 1px solid red; */
}

div.sectionPict {
	height: 0px;
	padding-bottom: 33.333%; /* default */
	background: transparent url() scroll no-repeat center top;
	background-size: cover;
	/*overflow: hidden;*/
	z-index: 12;
}

div.sectionPict.size1 { padding-bottom: 49.999%; }
div.sectionPict.size2 { padding-bottom: 33.333%; }
div.sectionPict.size3 { padding-bottom: 24.999%; }

div.sectionPictMobile { display: none; }

div.sectionPict div.content {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	bottom: 60px;
	width: auto;
	height: auto;
	background: transparent url('../images/main/line.gif') scroll no-repeat left top;
	background-size: 60px 1px;
	padding-top: 20px;
	z-index: 13;
}

div.sectionContent {
	padding: 60px 0;
	text-align: center;
}

div.sectionContent div.content {
	position: relative;
	width: 960px;
	margin: auto;
	text-align: left;
}

div.sectionContent div.contentSmall {
	width: 740px;
	text-align: center;
}

div.sectionMap {
	height: 0px;
	padding-bottom: 50%;
	overflow: hidden;
}

div.sectionMap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

div.sectionNav {
	height: 0px;
	padding-bottom: 49.999%;
	background: transparent url() scroll no-repeat center top;
	background-size: cover;
	font-size: 0;
	line-height: 0;
	z-index: 13;
	overflow: hidden;
}

div.sectionNav div.content {
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 11;
}

div.sectionNav div.content div.item {
	position: relative;
	display: inline-block;
	width: 235px;
	height: 235px;
	margin: 0px 7px 14px 7px;
	z-index: 11;
}

div.sectionNav div.content div.item div.circle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent url('../images/graphics/circle.png') no-repeat scroll left top;
	background-size: 100% 100%;
	opacity: 0.70;
	z-index: 11;
}

div.sectionNav div.content div.item div.titleSmall {
	position: absolute;
	left: 0px;
	bottom: 150px;
	width: 100%;
	height: auto;
	background: transparent url('../images/main/line.gif') scroll no-repeat 30px bottom;
	background-size: 60px 1px;
	padding: 8px 30px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	z-index: 13;
}
div.sectionNav div.content div.itemAct div.titleSmall { display: none; }

div.sectionNav div.content div.item div.titleBig {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
	height: auto;
	padding: 0 30px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 1em;
	color: #fff;
	text-align: left;
	z-index: 13;
}
div.sectionNav div.content div.itemAct div.titleBig { display: none; }

div.sectionNav div.content div.item div.button,
div.sectionNav div.content div.item div.graphic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 14;
}
div.sectionNav div.content div.itemAct div.button { display: none; }
div.sectionNav div.content div.item div.graphic {
	display: none;
	z-index: 12;
}
div.sectionNav div.content div.itemAct div.graphic { display: block; }

div.sectionNav div.content div.item div.button img,
div.sectionNav div.content div.item div.graphic img {
	width: 100%;
	height: 100%;
}

/* ARROWS */

div.arrowDown {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -24px;
	width: 40px;
	height: 40px;
	background: transparent url('../images/main/arrow-down.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 15;
}

div.arrowUp {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: transparent url('../images/main/arrow-up.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 15;
}

/* EXAMPLES */

div.examplesWrapper {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}

div.examplesWrapper div.item {
	display: inline-block;
	width: 20%;
	max-width: 360px;
	height: auto;
	padding: 10px;
}

div.examplesWrapper div.item img {
	width: 100%;
	height: auto;
}

/* GALLERY */

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

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

div.galleryWrapper div.item.act { z-index: 12; }

/* VIDEO */

.videoWrapper {
	position: relative;
	height: 0px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	margin: 30px 0;
	overflow: hidden;
}

.jsNO .videoWrapper { display: none; }

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

.videoWrapper > div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.videoWrapper > div.overlay > div.pict {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

.videoWrapper > div.overlay > div.pict > img {
	width: 100%;
}

.videoWrapper > div.overlay > div.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	background-color: #000;
	opacity: 0.333;
	z-index: 2;
}

.videoWrapper > div.overlay > div.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	z-index: 3;
}

.videoWrapper > div.overlay > div.text > p {
	max-width: 60ch;
	margin: 0 auto;
	margin-bottom: 40px;
}

.videoWrapper > div.overlay > div.text > p > button {
	margin: 0 5px;
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	background-color: #266abf;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: normal;
}

.videoWrapper > div.overlay > div.text > p > button:hover {
	color: #266abf;
	background-color: #fff;
	cursor: pointer;
}

.videoWrapper > div.overlay > div.text > p a,
.videoWrapper > div.overlay > div.text > p a:link,
.videoWrapper > div.overlay > div.text > p a:visited {
	color: #fff !important;
}

/* ==========================================================================
   headlines
   ========================================================================== */

div.section div.content h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	line-height: 1em;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(51,51,51,0.333);
	margin: 0;
}

div.sectionContent div.content h1 {
	color: #454545;
	margin-bottom: 20px;
	text-shadow: none;
}

h1 > span {
	color: #266abf;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.333em;
	color: #266abf;
	text-shadow: none;
	margin-bottom: 20px;
}

p + h2, ul + h2 {
	margin-top: 40px;
}

/* ==========================================================================
   links
   ========================================================================== */

a, a:link, a:visited { color: #454545; text-decoration: underline; }
a:hover, a:active, a:visited:hover, a:visited:active { color: #266abf; }

ul.downloads a,
ul.downloads a:link,
ul.downloads a:visited {
	text-decoration: none;
}

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	display: block;
	float: left;
	width: auto;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	line-height: 1.00em;
	letter-spacing: 0px;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 16px 12px;
}
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #ccdcf0 !important; }
div#navigationLayer li.act a,
div#navigationLayer li.act a:link,
div#navigationLayer li.act a:visited,
div#navigationLayer li.act a:hover,
div#navigationLayer li.act a:active,
div#navigationLayer li.act a:visited:hover,
div#navigationLayer li.act a:visited:active { color: #ccdcf0 !important; }

/* ==========================================================================
   lists
   ========================================================================== */

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

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 18px;
}

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

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

/*
ul.noBullets {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.noBullets li {
	padding-left: 0 !important;
	background: none !important;
}
*/

ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul li {
	padding-left: 0 !important;
	background: none !important;
}

ul.downloads {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 18px;
}

ul.dots {
	padding-left: 16px;
}

ul.dots li {
	list-style-type: none;
	position: relative;
	margin-bottom: 0;
}

ul.dots li::before {
	content: '–';
	position: absolute;
	left: -16px;
	color: #266abf;
	font-weight: 700;
}

/* LIST NAVIGATION HORIZONTAL */

div#navigationLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0px;
	overflow: hidden;
	width: auto;
}

div#navigationLayer ul li {
	float: left;
	display: inline-block;
	padding-bottom: 8px;
}

div#navigationLayer ul li.act {
	background: transparent url('../images/main/nav-act.png') scroll no-repeat 3px bottom !important;
	background-size: 30px 30px;
}

/* ==========================================================================
   basic configuration
   ========================================================================== */

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

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

.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 { display: none; }
.noWrap { white-space: nowrap; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	border: 0px; /* Firefox und Opera */
	border-top: 1px solid #ccc;
	border-bottom: transparent;
	margin: 2.5em 0 2.5em 0;
}

.subcolumns hr { width: 80%; }
hr.invisible { background: none; }

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 2.5em;
	font-size: 0;
	line-height: 0;
	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; }

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

.alert { font-weight: bold; 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 { margin: 0 0 1.5em 0; }
.p { margin: 0 0 1.5em 0; }
.first { margin-top: 0em; }
p.listTitle { font-weight: normal; margin-bottom: 5px; }
p.pict, p.pict img { font-size: 0; line-height: 0; margin: 0; padding: 0; }

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

img { border: 0; height: auto; max-width: 100%; }

figure, figcaption { display: block; }

strong, b {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}
em, i {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-style: italic;
}
strong > i, strong > em, i > strong, em > strong {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	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; }

/* ==========================================================================
   (sub)columns
   ========================================================================== */

.columns-2 {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
}

.columns-3 {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
}

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

.subcolumns,
.subcolumns div,
.subcolumns div div,
.subcolumns div div div,
.subcolumns div div div div { position: relative; }

.subcolumns div p:last-child,
.subcolumns div div p:last-child { margin-bottom: 0; }
.subcolumns .left { float: left; }
.subcolumns .center { float: left; }
.subcolumns .right { float: right; margin-left: 0px; }

.subcolumns .c20 { width: 19.999%; }
.subcolumns .c25 { width: 24.999%; }
.subcolumns .c30 { width: 29.999%; }
.subcolumns .c33 { width: 33.333%; }
.subcolumns .c35 { width: 34.999%; }
.subcolumns .c38 { width: 37.999%; }
.subcolumns .c40 { width: 39.999%; }
.subcolumns .c45 { width: 44.999%; }
.subcolumns .c50 { width: 49.999%; }
.subcolumns .c55 { width: 54.999%; }
.subcolumns .c60 { width: 59.999%; }
.subcolumns .c62 { width: 61.999%; }
.subcolumns .c65 { width: 64.999%; }
.subcolumns .c66 { width: 66.666%; }
.subcolumns .c70 { width: 69.999%; }
.subcolumns .c75 { width: 74.999%; }
.subcolumns .c80 { width: 79.999%; }

.subcolumns .left .sub { padding-right: 18px; }
.subcolumns .right .sub { padding-left: 18px; }
.subcolumns .center .sub { padding-left: 9px; padding-right: 9px; }

.subcolumns img {
	width: 100%;
	height: auto;
	/*margin-top: 5px;*/
}

.clear {
	clear: both;
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

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

div#bookingLayer {
	width: 75px;
}

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

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

div#layoutWrapper { min-width: 0; }

div#logoLayer {
	left: auto;
	right: 25px;
	margin-left: 0px;
}

div#navigationLayer {
	text-align: left;
	padding: 0 14px;
}

div#bookingLayer {
	top: 50px;
	width: 50px;
}

div.sectionPict div.content {
	left: 0px;
	margin-left: 0px;
	width: 100%;
	padding-left: 25px;
	background-position: 25px 0;
}

div.sectionContent div.content,
div.sectionContent div.contentSmall {
	width: 100%;
	padding: 0 25px;
}

div.sectionNav {
	height: 490px;
	padding-bottom: 0;
}

div.sectionNav div.content {
	left: 50%;
	margin-left: -260px;
	width: 520px;
}

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

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

div.sectionPict div.content {
	bottom: 25px;
}

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

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

/* GENERAL SETTINGS */

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

.w10, .w15, .w20, .w25, .w30, .w33, .w35, .w38, .w40, .w45, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w85, .w90 { width: 100% !important; }

.columns-2,
.columns-3 {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
	        column-count: 1;
}

.subcolumns .left, .subcolumns .center, .subcolumns .right { float: none; }
.subcolumns div { width: 100% !important; }
.subcolumns .sub { padding: 0 !important; }
.subcolumns .center, .subcolumns .right { padding-top: 20px; }

/* CONTENT */

div.examplesWrapper div.item { width: 33.333%; }

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

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

div#headerWrapper {
	position: relative;
	height: auto;
	padding: 20px 0;
}

div#logoLayer {
	top: 50%;
	margin-top: -60px;
}

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	display: inline-block;
	float: none;
	padding: 5px 12px;
}

div#navigationLayer ul li {
	width: 100%;
	padding-bottom: 0px;
	text-align: left;
}

div#navigationLayer ul li.act { background: none; }

div#bookingLayer { top: auto; bottom: 0; }

div#contentWrapper { padding-top: 0px; }

/*div.sectionPict {
	height: 150px;
	padding-bottom: 0;
}*/

/*div.sectionNav,*/
div.sectionMap {
	height: 300px;
	padding-bottom: 0;
}

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

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

body {
	font-size: 14px;
	line-height: 1.5em;
}

div.sectionNav {
	height: auto;
	background: none !important;
}

div.sectionNav.detailOK { display: none; }

div.sectionPictMobile { display: block; }

div.sectionNav div.content {
	position: relative;
	left: 0px;
	bottom: auto;
	top: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 14px;
}

div.sectionNav div.content div.item {
	position: relative;
	display: inline-block;
	width: 235px;
	height: 235px;
	margin: 14px 14px;
}

div.sectionNav div.galleryWrapper { display: none; }
div.sectionNav div.galleryWrapper div.item { background-image: none !important; }

div.section div.content h1 {
	font-size: 24px;
	line-height: 1em;
}

div.sectionContent div.content h1 { display: none; }

/*****************************************************************************/
}

@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/roboto-slab-v12-latin-regular.eot');
	src: local(''),
			url('../_fonts/roboto-slab-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/roboto-slab-v12-latin-regular.woff2') format('woff2'),
			url('../_fonts/roboto-slab-v12-latin-regular.woff') format('woff'),
			url('../_fonts/roboto-slab-v12-latin-regular.ttf') format('truetype'),
			url('../_fonts/roboto-slab-v12-latin-regular.svg#RobotoSlab') format('svg');
}

@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/barlow-v5-latin-regular.eot');
	src: local(''),
			url('../_fonts/barlow-v5-latin-regular.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/barlow-v5-latin-regular.woff2') format('woff2'),
			url('../_fonts/barlow-v5-latin-regular.woff') format('woff'),
			url('../_fonts/barlow-v5-latin-regular.ttf') format('truetype'),
			url('../_fonts/barlow-v5-latin-regular.svg#Barlow') format('svg');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 400;
	src: url('../_fonts/barlow-v5-latin-italic.eot');
	src: local(''),
			url('../_fonts/barlow-v5-latin-italic.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/barlow-v5-latin-italic.woff2') format('woff2'),
			url('../_fonts/barlow-v5-latin-italic.woff') format('woff'),
			url('../_fonts/barlow-v5-latin-italic.ttf') format('truetype'),
			url('../_fonts/barlow-v5-latin-italic.svg#Barlow') format('svg');
}
@font-face {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	src: url('../_fonts/barlow-v5-latin-600.eot');
	src: local(''),
			url('../_fonts/barlow-v5-latin-600.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/barlow-v5-latin-600.woff2') format('woff2'),
			url('../_fonts/barlow-v5-latin-600.woff') format('woff'),
			url('../_fonts/barlow-v5-latin-600.ttf') format('truetype'),
			url('../_fonts/barlow-v5-latin-600.svg#Barlow') format('svg');
}
@font-face {
	font-family: 'Barlow';
	font-style: italic;
	font-weight: 600;
	src: url('../_fonts/barlow-v5-latin-600italic.eot');
	src: local(''),
			url('../_fonts/barlow-v5-latin-600italic.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/barlow-v5-latin-600italic.woff2') format('woff2'),
			url('../_fonts/barlow-v5-latin-600italic.woff') format('woff'),
			url('../_fonts/barlow-v5-latin-600italic.ttf') format('truetype'),
			url('../_fonts/barlow-v5-latin-600italic.svg#Barlow') format('svg');
}

