/*! 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:'Minion W01 Md Cap';
font-family:'Minion W01 Md It Cap';
font-family:'Minion W01 Bd Cap';
font-family:'Minion W01 Bd It Cap';
*/

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

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

html, body {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}

body {
	background-color: #fff;
	font-family: 'Minion W01 Md Cap', sans-serif;
	font-size: 0;
	line-height: 0;
	color: #000;
	-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, figure, figure figcaption, iframe, form, label, 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: absolute;
	width: 100%;
	min-width: 1000px;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	z-index: 1;
}

/* HEADER */

div#headerWrapper {
	position: relative;
	width: 100%;
	height: 385px;
	z-index: 11;
}

div#headerWrapper div#logoLayer {
	position: absolute;
	left: 50%;
	margin-left: 160px;
	top: 80px;
	width: 320px;
	height: 38px;
	z-index: 13;
}

div#headerWrapper div#logoLayer img {
	width: 320px;
	height: auto;
}

div#headerWrapper div#navigationLayer {
	position: absolute;
	left: 50%;
	margin-left: -500px; /* 480 + 20 padding */
	bottom: 45px;
	width: 320px;
	height: auto;
	z-index: 13;
}

div#headerWrapper div.color {
	position: absolute;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #fff;
	z-index: 11;
}

div#headerWrapper div#color1Layer { top: 145px; height: 240px; background-color: #f9f9f9; }
div#headerWrapper div#color2Layer { top: 385px; height: 240px; background-color: #ebebeb; }
div#headerWrapper div#color3Layer { top: 625px; height: 240px; background-color: #ebebeb; }

.lineNO div#headerWrapper div#color2Layer { height: 480px; border-bottom: 0; }
.lineNO div#headerWrapper div#color3Layer { display: none; }

div#headerWrapper div#shareWrapper {
	position: absolute;
	right: 50%;
	margin-right: -482px;
	bottom: 2px;
	width: auto;
	height: auto;
	z-index: 13;
}

div#headerWrapper div#shareWrapper div.item {
	position: relative;
	float: left;
	width: auto;
	height: auto;
}

div#headerWrapper div#shareWrapper div.item img {
	width: 20px;
	height: 20px;
	opacity: 0.1;
}

div#headerWrapper div#shareWrapper div.item:hover img { opacity: 1; }

div#headerWrapper div#shareWrapper div.item a,
div#headerWrapper div#shareWrapper div.item a:link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 2px;
	font-size: 0;
	line-height: 0;
}

/* CONTENT */

div#contentWrapperOut {
	position: relative;
	width: 100%;
	height: auto;
	/*min-height: 810px;*/
	min-height: 700px;
	/*padding-bottom: 380px;*/
	/*padding-bottom: 195px;*/
	padding-bottom: 330px;
	text-align: center;
	z-index: 21;
}

div#contentWrapperOut div#contentWrapperIn {
	position: relative;
	width: 960px;
	height: auto;
	margin: auto;
	font-size: 20px;
	line-height: 1.2em;
	color: #595959;
	text-align: left;
	z-index: 21;
}

div#contentWrapperOut div#contentWrapperIn > div {
	position: relative;
	/*margin-bottom: 30px;*/
	z-index: 21;
}

div#contentWrapperOut div#contentWrapperIn div.textWrapper {
	margin-top: 30px;
	padding-top: 1.333em;
}

.lineNO div#contentWrapperOut div#contentWrapperIn div.textWrapper { margin-top: 0; }

div#contentWrapperOut div#contentWrapperIn div.textWrapper > div { position: relative; }
div#contentWrapperOut div#contentWrapperIn div.textWrapper div.colBig { float: right; width: 66.667%; }
div#contentWrapperOut div#contentWrapperIn div.textWrapper div.colSmall { float: left; width: 33.333%; padding-right: 35px; }

/* FOOTER */

div#footerWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	z-index: 31;
}

div#footerWrapper div#contactWrapper {
	position: relative;
	width: 100%;
	height: 145px;
	background-color: #666;
	z-index: 31;
}

div#footerWrapper div#contactWrapper div {
	position: absolute;
	left: 50%;
	width: 320px;
	height: auto;
	font-size: 20px;
	line-height: 1.1em;
	color: #f0f0f0;
	padding-top: 1.1em;
	z-index: 31;
}

div#footerWrapper div#contactWrapper div#contact1Layer { margin-left: -480px; }
div#footerWrapper div#contactWrapper div#contact2Layer { margin-left: -160px; }
div#footerWrapper div#contactWrapper div#contact3Layer { margin-top: 0; width: 145px; margin-left: 340px; text-align: right; }
div#footerWrapper div#contactWrapper div#contact3Layer img { width: 145px; height: 100px; }
/*div#footerWrapper div#contactWrapper div#contact3Layer { margin-top: -48px; width: 320px; margin-left: 160px; text-align: right; }*/
/*div#footerWrapper div#contactWrapper div#contact3Layer img { width: 320px; height: auto; }*/

div#footerWrapper div#logosWrapper {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #7f7f7f;
	padding: 5px 0 20px 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
	z-index: 31;
}

div#footerWrapper div#logosWrapper div.item {
	position: relative;
	display: inline-block;
	width: auto;
	/*height: 110px;*/
	/*height: 70px;*/
	height: 54px;
	margin: 0 8px;
}

div#footerWrapper div#logosWrapper div.item img {
	width: auto;
	height: 100%;
}

div#footerWrapper div#logosWrapper div.item a { opacity: 0.667; }
div#footerWrapper div#logosWrapper div.item a:hover { opacity: 1; }

/* CONTENT: GALLERY */

div.galleryWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 49.792%;
	font-size: 0;
	line-height: 0;
	/*margin-bottom: 50px !important;*/
}

div.galleryWrapper.videoWrapper {
	padding-bottom: 56.25% !important;
	background-color: #333;
	overflow: hidden;
}

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

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

div.galleryWrapper div.galleryPictsWrapper div.item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333 url(https://www.literatur-vorarlberg-netzwerk.at/_css/css.php) scroll no-repeat center center;
	background-size: cover;
	z-index: 21;
}

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

div.galleryWrapper div.galleryPictsWrapper div.item div.text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33.333%;
	height: auto;
	padding: 20px;
	background-color: #000;
	opacity: 0.8;
	font-size: 17px;
	line-height: 1.1em;
	color: #fff;
	z-index: 12;
}

div.galleryWrapper div.galleryDotsWrapper {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	height: 10px;
	text-align: left;
	z-index: 13;
}

div.galleryWrapper div.galleryDotsWrapper div.item {
	position: relative;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #333;
	margin-right: 5px;
}

/*
div.galleryWrapper div.galleryArrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 58px;
	height: 54px;
	background: transparent url(https://www.literatur-vorarlberg-netzwerk.at/_css/css.php) scroll no-repeat center center;
	background-size: 38px 34px;
	z-index: 13;
}

div.galleryWrapper div.galleryArrowLeft {
	left: -58px;
	background-image: url('https://www.literatur-vorarlberg-netzwerk.at/images/main/gallery-arrow-left.png');

}
div.galleryWrapper div.galleryArrowRight {
	right: -58px;
	background-image: url('https://www.literatur-vorarlberg-netzwerk.at/images/main/gallery-arrow-right.png');
}
*/

/* CONTENT: LIST */

div.listWrapper {
	position: relative;
	width: 962px;
	height: auto;
	font-size: 0;
	line-height: 0;
	border-left: 2px solid #fff;
}

div.listWrapper div.item {
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	border-bottom: 2px solid #fff;
	background-color: #d3d3d3;
	overflow: hidden;
}

div.listWrapper div.item div.pict,
div.listWrapper div.item div.text {
	position: absolute;
	top: 0;
	height: 100%;
	border-right: 2px solid #fff;
}

div.listWrapper div.item div.pict {
	left: 0;
	width: 33.333%;
	background-color: #1d1d1b;
}

div.listWrapper div.item div.pict img {
	width: 100%;
	height: 100%;
}

div.listWrapper div.item div.text {
	right: 0;
	width: 66.667%;
	font-size: 17px;
	line-height: 1.25em;
	color: #474747;
}

div.listWrapper div.item div.text p {
	margin-bottom: 0.625em;
}

div.listWrapper div.item div.text > div {
	position: relative;
	float: left;
	height: 100%;
	padding: 20px;
}

div.listWrapper div.item div.text div.col100 { width: 100%; }
div.listWrapper div.item div.text div.col50 { width: 50%; }
div.listWrapper div.item div.text div.col1 { border-right: 1px solid #fff; }
div.listWrapper div.item div.text div.col2 { border-left: 1px solid #fff; }

div.listWrapper div.item div.text p { margin-bottom: 0; }

div.textBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 20px;
}

/* CONTENT: NAVIGATION TILES and ROOMS and NEWS */

div.tilesWrapper,
div.newsWrapper,
div.roomsWrapper {
	position: relative;
	width: 962px;
	height: auto;
	font-size: 0;
	line-height: 0;
	padding-top: 480px;
	border-left: 2px solid #fff;
	z-index: 21;
}

div.newsWrapper { padding-top: 0; }

div.tilesWrapper > div.item,
div.newsWrapper > div.item,
div.roomsWrapper > div.item {
	position: relative;
	float: left;
	width: 320px;
	height: 240px;
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	background-color: #333;
	overflow: hidden;
	z-index: 21;
}

div.roomsWrapper > div.item1,
div.roomsWrapper > div.item2,
div.roomsWrapper > div.item3,
div.roomsWrapper > div.item4 {
	position: absolute;
	float: none;
}
div.roomsWrapper > div.item1 { left: 0; top: 0; }
div.roomsWrapper > div.item2 { left: 320px; top: 0; }
div.roomsWrapper > div.item3 { left: 0; top: 240px; }
div.roomsWrapper > div.item4 { left: 320px; top: 240px; }

div.tilesWrapper > div.item div,
div.newsWrapper > div.item div,
div.roomsWrapper > div.item div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 21;
}

div.tilesWrapper > div.item div img,
div.newsWrapper > div.item div img,
div.roomsWrapper > div.item div img {
	width: 100%;
	height: 100%;
}

div.tilesWrapper > div.item div.shadow,
div.newsWrapper > div.item div.shadow,
div.roomsWrapper > div.item div.shadow {
	background: transparent url('../images/main/pict-gradient-linear.png') scroll repeat-x left bottom;
	background-size: 10px 80px;
	/*opacity: 0.667;*/
	/*opacity: 0.333;*/
	opacity: 0.7;
	z-index: 22;
}

div.tilesWrapper > div.item div.text,
div.newsWrapper > div.item div.text,
div.roomsWrapper > div.item div.text {
	top: auto;
	bottom: 0;
	height: auto;
	font-size: 20px;
	line-height: 1.1em;
	color: #fff;
	/*text-shadow: 1px 1px 1px rgba(51,51,51,0.667);*/
	padding: 20px;
	z-index: 23;
}

/*
div.tilesWrapper > div.item:hover div.text,
div.newsWrapper > div.item:hover div.text,
div.roomsWrapper > div.item:hover div.text {
	color: #000;
	text-shadow: 1px 1px 2px rgba(204,204,204,0.667);
}
*/

div.tilesWrapper > div.item div.button,
div.newsWrapper > div.item div.button,
div.roomsWrapper > div.item div.button {
	z-index: 24;
}

div.roomsWrapper div.vorarlbergWrapper {
	position: absolute;
	left: 640px;
	top: 0;
	width: 318px;
	height: 478px;
	background: #d3d3d3 url('../images/graphics/map-vorarlberg.png') scroll no-repeat left top;
	background-size: cover;
	z-index: 21;
}

div.roomsWrapper div.vorarlbergWrapper div.dot {
	position: absolute;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	background-color: #80a313;
	z-index: 21;
}

div.roomsWrapper div.vorarlbergWrapper div.dot:hover,
div.roomsWrapper div.vorarlbergWrapper div.dot.hover {
	/*background-color: #333;*/
	width: 14px;
	height: 14px;
	margin-left: -7px;
	margin-top: -7px;
	z-index: 22;
}

div.roomsWrapper div.vorarlbergWrapper div.dot img {
	width: 100%;
	height: 100%;
}

div.roomsWrapper div.vorarlbergWrapper div.title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: auto;
	padding: 20px;
	font-size: 20px;
	line-height: 1.2em;
	color: #333;
	z-index: 23;
}

div.tilesWrapper > div.layout {
	position: absolute;
	float: none;
}

div.tilesWrapper > div.layout1 { left: 0; top: 0; }
div.tilesWrapper > div.layout12 { left: 0; top: 0; width: 640px; }
div.tilesWrapper > div.layout14 { left: 0; top: 0; width: 320px; height: 480px; }
div.tilesWrapper > div.layout15 { left: 0; top: 0; width: 640px; height: 480px; }
div.tilesWrapper > div.layout16 { left: 0; top: 0; width: 960px; height: 480px; }
div.tilesWrapper > div.layout2 { left: 320px; top: 0; }
div.tilesWrapper > div.layout23 { left: 320px; top: 0; width: 640px; }
div.tilesWrapper > div.layout25 { left: 320px; top: 0; width: 320px; height: 480px; }
div.tilesWrapper > div.layout26 { left: 320px; top: 0; width: 640px; height: 480px; }
div.tilesWrapper > div.layout3 { left: 640px; top: 0; }
div.tilesWrapper > div.layout36 { left: 640px; top: 0; width: 320px; height: 480px; }
div.tilesWrapper > div.layout4 { left: 0; top: 240px; }
div.tilesWrapper > div.layout45 { left: 0; top: 240px; width: 640px; }
div.tilesWrapper > div.layout5 { left: 320px; top: 240px; }
div.tilesWrapper > div.layout56 { left: 320px; top: 240px; width: 640px; }
div.tilesWrapper > div.layout6 { left: 640px; top: 240px; }

/* NEWS BUTTON */

p.buttonArchive {
	padding-top: 30px;
	font-size: 20px;
	line-height: 1.1em;
	color: #80a51b;
}

/* VIDEO 16:9 */

/*
.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25% !important;
	padding-top: 0;
	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(90%);
	   -moz-filter: grayscale(90%);
	    -ms-filter: grayscale(90%);
	     -o-filter: grayscale(90%);
	        filter: grayscale(90%);
*/
/*
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
*/
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

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

h1, h2, h3 { font-family: 'Minion W01 Md Cap', sans-serif; font-size: 42px; font-weight: normal; color: #333; line-height: 1.1em; margin: 0 0 1em 0; }
h1:first-child {
	position: absolute;
	left: 50%;
	margin-left: -160px;
	bottom: 100%;
	margin-bottom: 41px;
	line-height: 1.1em;
}
h2 { font-size: 20px; line-height: 1.1em; }
h3 { font-size: 17px; line-height: 1.1em; }

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

a, a:link, a:visited { color: #80a51b; text-decoration: none; }
a:hover, a:active, a:visited:hover, a:visited:active { text-decoration: underline; }

div#footerWrapper a, div#footerWrapper a:link, div#footerWrapper a:visited { color: #f0f0f0; text-decoration: none; }
div#footerWrapper a:hover, div#footerWrapper a:active, div#footerWrapper a:visited:hover, div#footerWrapper a:visited:active { text-decoration: underline; }

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	display: inline-block;
	width: auto;
	font-family: 'Minion W01 Md Cap', sans-serif;
	font-size: 20px;
	color: #555;
	line-height: 1em;
	text-decoration: none !important;
	padding: 1px 20px 2px 20px;
}
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #333 !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: #c8c8c8 !important; }

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

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

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

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

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

div.galleryWrapper ul,
ul.noBullets {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

div.galleryWrapper ul { margin-bottom: 0; }

div.galleryWrapper ul li,
ul.noBullets li {
	padding-left: 0 !important;
	background: none !important;
}

/* LIST NAVIGATION VERTICAL */

div#navigationLayer ul {
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

div#navigationLayer ul li {
	width: 100%;
	margin: 0;
}

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

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

hr {
	width: 100%;
	border: 0; /* 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: 30px;
	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; }

.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.333em 0; }
.p { margin: 0 0 1.333em 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.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; }*/

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

figure, figcaption { display: block; }

strong, b { font-weight: normal; font-family: 'Minion W01 Bd Cap', sans-serif; }
em, i { font-style: normal; font-family: 'Minion W01 Md It Cap', sans-serif; }
strong > i, strong > em, i > strong, em > strong { font-style: normal; font-weight: normal; font-family: 'Minion W01 Bd It Cap', sans-serif; }

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: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}

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

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

.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: 0 20px 0 0; }
.subcolumns .center .sub { padding: 0 10px; }
.subcolumns .right .sub { padding: 0 0 0 20px; }

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

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

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

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapper {
	min-width: 0;
	min-height: 0;
}

/* HEADER */

div#headerWrapper { height: auto; }

div#headerWrapper div#logoLayer {
	position: relative;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 27px 30px 27px 30px;
	text-align: right;
}

div#headerWrapper div#navigationLayer {
	position: relative;
	left: 0;
	margin-left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	padding: 35px 0;
	background-color: #f9f9f9;
}

div#headerWrapper div.color { display: none; }

div#headerWrapper div#shareWrapper {
	right: auto;
	margin-right: 0;
	left: 27px;
	bottom: auto;
	top: 25px;
}

/* CONTENT */

div#contentWrapperOut {
	min-height: 0;
	padding-bottom: 0;
}

div#contentWrapperOut div#contentWrapperIn { width: 100%; }

div#contentWrapperOut div#contentWrapperIn div.textWrapper {
	/*margin-top: 0;*/
	padding: 30px;
}

div#contentWrapperOut div#contentWrapperIn div.textWrapper div.colBig,
div#contentWrapperOut div#contentWrapperIn div.textWrapper div.colSmall {
	float: none;
	width: 100%;
	padding: 0;
}

/* FOOTER */

div#footerWrapper {
	position: relative;
	bottom: auto;
	top: 0;
	height: auto;
}

div#footerWrapper div#contactWrapper {
	height: auto;
	padding: 35px 0;
}

div#footerWrapper div#contactWrapper div {
	position: relative;
	left: 0;
	margin-left: 0 !important;
	width: 100% !important;
	text-align: center !important;
	padding-top: 0;
}

div#footerWrapper div#contactWrapper div#contact1Layer,
div#footerWrapper div#contactWrapper div#contact2Layer { padding-bottom: 1.1em; }
/*div#footerWrapper div#contactWrapper div#contact3Layer { margin-top: -20px; }*/

/* CONTENT: GALLERY */

div.galleryWrapper div.galleryPictsWrapper div.item div.text {
	width: 100%;
	height: auto;
	padding: 15px 30px;
	opacity: 0.667;
	font-size: 16px;
	line-height: 1.1em;
	color: #fff;
}

div.galleryWrapper div.galleryDotsWrapper {
	left: 30px;
}

/* CONTENT: LIST */

div.listWrapper {
	width: 100%;
	border-left: 0;
	border-top: 2px solid #fff;
}

div.listWrapper div.item {
	height: auto;
}

div.listWrapper div.item div.pict,
div.listWrapper div.item div.text {
	top: 0;
	border-right: 2px solid #fff;
}

div.listWrapper div.item div.pict {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	min-height: 100%;
}

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

div.listWrapper div.item div.text {
	position: relative;
	float: right;
	right: auto;
	width: 50%;
	height: auto;
	border-right: 0;
	padding: 20px;
}

div.listWrapper div.item div.text > div {
	float: none;
	width: 100% !important;
	height: auto;
	border: 0 !important;
	padding: 0;
}

div.listWrapper div.item div.text div.col2 { padding-top: 20px; }

div.textBottom {
	position: relative;
	bottom: auto;
	top: 0;
	padding: 0;
}

/* CONTENT: NAVIGATION TILES and ROOMS and NEWS */

div.tilesWrapper,
div.newsWrapper,
div.roomsWrapper {
	width: 100%;
	padding-top: 0;
	/*border-left: 0;*/
	border-top: 2px solid #fff;
}

div.newsWrapper { border-top: 0; }

div.tilesWrapper > div.item,
div.newsWrapper > div.item,
div.roomsWrapper > div.item {
	width: 50%;
	height: auto;
}

div.roomsWrapper > div.item1,
div.roomsWrapper > div.item2,
div.roomsWrapper > div.item3,
div.roomsWrapper > div.item4 {
	position: relative;
	float: left;
}
div.roomsWrapper > div.item1,
div.roomsWrapper > div.item2,
div.roomsWrapper > div.item3,
div.roomsWrapper > div.item4 { left: 0; top: 0; }

div.tilesWrapper > div.item div,
div.newsWrapper > div.item div,
div.roomsWrapper > div.item div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 21;
}

div.tilesWrapper > div.item div.pict,
div.newsWrapper > div.item div.pict,
div.roomsWrapper > div.item div.pict {
	position: relative;
	width: 100%;
	height: auto;
}

div.tilesWrapper > div.item div img,
div.newsWrapper > div.item div img,
div.roomsWrapper > div.item div img {
	width: 100%;
	height: auto;
}

div.roomsWrapper div.vorarlbergWrapper { display: none; }

div.tilesWrapper > div.layout {
	position: relative;
	float: left;
}

div.tilesWrapper > div.layout1,
div.tilesWrapper > div.layout12,
div.tilesWrapper > div.layout14,
div.tilesWrapper > div.layout15,
div.tilesWrapper > div.layout16,
div.tilesWrapper > div.layout2,
div.tilesWrapper > div.layout23,
div.tilesWrapper > div.layout25,
div.tilesWrapper > div.layout26,
div.tilesWrapper > div.layout3,
div.tilesWrapper > div.layout36,
div.tilesWrapper > div.layout4,
div.tilesWrapper > div.layout45,
div.tilesWrapper > div.layout5,
div.tilesWrapper > div.layout56,
div.tilesWrapper > div.layout6 { left: 0; top: 0; width: 50%; height: auto; }

/* NEWS BUTTON */

p.buttonArchive {
	padding-left: 30px;
}

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

h1 { font-size: 36px; line-height: 1.1em; margin: 0 0 1em 0; }

h1:first-child {
	position: relative;
	display: block;
	left: 0;
	margin-left: 0;
	bottom: auto;
	top: 0;
	margin: 0;
	padding: 1em 30px 0.5em 30px;
	text-align: left;
	background-color: #ebebeb;
}

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

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	padding: 1px 30px 2px 30px;
}

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

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

/* CONTENT: LIST */

div.listWrapper div.item div.pict {
	float: none;
	width: 100%;
}

div.listWrapper div.item div.text {
	float: none;
	width: 100%;
	padding: 30px 30px 60px 30px;
}

/* CONTENT: NAVIGATION TILES and ROOMS and NEWS */

div.tilesWrapper > div.item,
div.newsWrapper > div.item,
div.roomsWrapper > div.item {
	width: 100%;
}

div.roomsWrapper > div.item1,
div.roomsWrapper > div.item2,
div.roomsWrapper > div.item3,
div.roomsWrapper > div.item4 {
	float: none;
}

div.tilesWrapper > div.layout {
	float: none;
}

div.tilesWrapper > div.layout1,
div.tilesWrapper > div.layout12,
div.tilesWrapper > div.layout14,
div.tilesWrapper > div.layout15,
div.tilesWrapper > div.layout16,
div.tilesWrapper > div.layout2,
div.tilesWrapper > div.layout23,
div.tilesWrapper > div.layout25,
div.tilesWrapper > div.layout26,
div.tilesWrapper > div.layout3,
div.tilesWrapper > div.layout36,
div.tilesWrapper > div.layout4,
div.tilesWrapper > div.layout45,
div.tilesWrapper > div.layout5,
div.tilesWrapper > div.layout56,
div.tilesWrapper > div.layout6 { width: 100%; }

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

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

/* HEADER */
div#headerWrapper div#logoLayer { padding-top: 55px; }
div#headerWrapper div#shareWrapper { top: 15px; }

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

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

h1 {
	font-size: 28px;
	line-height: 1.1em;
}

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

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

/* HTML AND BODY */

html, body {
	position: relative;
	min-width: 0;
	min-height: 0;
	background-color: #fff;
	color: #000 !important;
}

/* PAGE AND LAYOUT WRAPPING */

div#layoutWrapper {
	position: relative;
	min-width: 0;
	min-height: 0;
	padding: 0 30px;
}

/* HEADER */

div#headerWrapper { height: auto; }

div#headerWrapper div#logoLayer {
	position: relative;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 30px 0;
}

div#headerWrapper div#navigationLayer { display: none; }
div#headerWrapper div.color { display: none; }

/* CONTENT */

div#contentWrapperOut {
	min-height: 0;
	padding-bottom: 0;
}

div#contentWrapperOut div#contentWrapperIn {
	width: 100%;
	padding-top: 30px;
}

div#contentWrapperOut div#contentWrapperIn div.textWrapper {
	margin-top: 0;
	padding-top: 0;
}

/* FOOTER */

div#footerWrapper { display: none; }

/* CONTENT: GALLERY */

div.galleryWrapper { margin-bottom: 41px; }
div.galleryWrapper div.galleryDotsWrapper { display: none; }

/* CONTENT: LIST */

div.listWrapper {
	width: 100%;
	border-left: 0;
}

div.listWrapper div.item {
	height: auto;
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #474747;
}

div.listWrapper div.item div.pict,
div.listWrapper div.item div.text {
	position: relative;
	height: auto;
}

div.listWrapper div.item div.pict {
	float: left;
	background-color: none;
	overflow: hidden;
}

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

div.listWrapper div.item div.text {
	float: right;
	padding-left: 20px;
}

div.listWrapper div.item div.text > div {
	float: none;
	height: auto;
	padding: 0;
}

div.listWrapper div.item div.text div.col50 { width: 100%; }

div.textBottom {
	position: relative;
	bottom: auto;
	top: 0;
	padding: 0 0 20px 0;
}

/* CONTENT: NAVIGATION TILES and ROOMS and NEWS */

div.tilesWrapper,
div.newsWrapper,
div.roomsWrapper {
	width: 100%;
	padding-top: 0;
	border-left: 0;
}

div.tilesWrapper > div.item,
div.newsWrapper > div.item,
div.roomsWrapper > div.item {
	width: 50%;
	height: 240px;
	background-color: #fff;
}

div.roomsWrapper > div.item1,
div.roomsWrapper > div.item2,
div.roomsWrapper > div.item3,
div.roomsWrapper > div.item4 {
	position: relative;
	float: left;
}
div.roomsWrapper > div.item1,
div.roomsWrapper > div.item2,
div.roomsWrapper > div.item3,
div.roomsWrapper > div.item4 { left: 0; top: 0; }

div.tilesWrapper > div.item div img,
div.newsWrapper > div.item div img,
div.roomsWrapper > div.item div img {
	width: 100%;
	height: auto;
}

div.tilesWrapper > div.item div.shadow,
div.newsWrapper > div.item div.shadow,
div.roomsWrapper > div.item div.shadow {
	display: none;
}

div.tilesWrapper > div.item div.button,
div.newsWrapper > div.item div.button,
div.roomsWrapper > div.item div.button {
	display: none;
}

div.roomsWrapper div.vorarlbergWrapper { display: none; }

div.tilesWrapper > div.layout {
	position: relative;
	float: left;
}

div.tilesWrapper > div.layout1,
div.tilesWrapper > div.layout12,
div.tilesWrapper > div.layout14,
div.tilesWrapper > div.layout15,
div.tilesWrapper > div.layout16,
div.tilesWrapper > div.layout2,
div.tilesWrapper > div.layout23,
div.tilesWrapper > div.layout25,
div.tilesWrapper > div.layout26,
div.tilesWrapper > div.layout3,
div.tilesWrapper > div.layout36,
div.tilesWrapper > div.layout4,
div.tilesWrapper > div.layout45,
div.tilesWrapper > div.layout5,
div.tilesWrapper > div.layout56,
div.tilesWrapper > div.layout6 { left: 0; top: 0; }

/* HEADLINES AND LINKS */

h1, h2, h3 { color: #000; }
h1:first-child {
	position: relative;
	left: 0;
	margin-left: 0;
	bottom: auto;
	top: 0;
}
div#content2Wrapper h1 { color: #000; }

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

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