@charset "utf-8";

/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {
	color: #171730;
	font-family: 'Open Sans Condensed', 'Open Sans', Arial, Tahoma, sans-serif;
}
body {
	background: #f0f5fb;
	font-size: 1em; line-height: 1.6em;
	margin: 0;
}

::selection {
	background: #faf8fe;
	text-shadow: none;
}

/* Links */

a {
	color: #333;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */

h1, h2, h3 { font-weight: normal; line-height: 1.333; text-align: left; font-family: 'Open Sans', Arial, Tahoma, sans-serif; position: relative; }
h1 { font-size: 1.8em; margin: 0 0 0.666em 0; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em; margin: 0.75em 0; }
h4 { font-size: 0.9em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 600; color: #171730 }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */

dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */

img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */

figure { margin: 0; }

/* Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */

table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */
.liketable {
	display: table;
	width: 100%;
}
.liketable > * {
	display: table-cell;
	text-align: right;
	width: 60%;
}
.liketable > *:first-child {
	margin-right: 3%;
	text-align: left;
	width: 37%;
}
/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #373737;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border: 0;
	color: white; line-height: 25px; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	text-align: center; text-transform: uppercase;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #939495!important; }
a.button.next:after, button.next:after { content: ' â€º'; }
a.button.prev:before, button.prev:before { content: 'â€¹ '; }

/* PRIMARY STYLES [layout] */
.mainwrapper {
	background: #fff;
	margin: 0 auto;
	width: 100%; max-width: 900px;
}
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0 auto;
	padding: 0 70px;
	width: 100%;
}

#slogan {
	padding: 0.5em 0 0.1em;
	font-family: 'Open Sans', Arial, Tahoma, sans-serif; font-size: 1.3em;
	text-align: center; 
}

#logos {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#logos.detail {
	display: block;
	width: 50%; max-width: 250px;
}
#logos.detail > * {
	display: inline-block;
	width: 100%!important;
}
#logos > * {
	display: table-cell;
	vertical-align: middle;
	padding: 1em 0.7em;
	width: 25%!important;
}
#logos a {
	display: block;
	margin: 0 auto;
	width: 70%;
}
#logos.detail a { margin-left: 10px; }
#logos a.adria { width: 70%; }
#logos img { width: 100%; height: auto; }
#logos a.desiree img { max-width: 120px; }

#panorama { position: relative; }
#panorama img {
	vertical-align: middle;
	width: 100%; height: auto;
	z-index: 1!important;
}
#images { z-index: 1!important; }
#quickrequest { 
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	padding: 1.5em;
	position: absolute; top: -25px; right: 55px; z-index: 2;
}
#quickrequest h2 { margin-top: 0; }
#quickrequest .liketable, #hotelselection { margin: 10px 0; }
#quickrequest .liketable input, #quickrequest .liketable select {
	border: 1px solid #eee;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 3px;
}
#hotelselection input { margin-right: 10px; }
#quickrequest .icon { display: none; }

body.infopage #main { border-top: 3px solid #f0f5fb; }
#article-container {
	margin: 0 auto;
	position: relative; z-index: 2;
	width: 100%; max-width: 650px;
}
body.infopage #article-container { max-width: none; }
#article {
	background: #faf8fe;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 35px;
	position: relative; top: -70px; left: 0; right: 0;
}
body.infopage #article {
	background: #fff;
	padding: 35px 0;
	top: 0;
}
#article h1 { margin-top: 0; }
#article p { text-align: justify; }

#aside { 
	clear: both;
	margin-bottom: 35px;
	overflow: auto;
}
#aside .showcase {
	display: inline-block;
	float: left;
}
#aside .showcase.hotel .inner {
	margin: 0 auto;
	max-width: 250px;
}
#aside .showcase:first-child { margin-left: 0!important; }
#aside .showcase img {
	vertical-align: middle;
	width: 100%; height: auto;
}
#aside .showcase .logo {
	display: block;
	line-height: 95px;
	margin: 0 auto;
	vertical-align: middle;
	width: 80%; max-width: 177px; min-height: 95px;
}
#aside .showcase.hotel.adria .logo { width: 80%; max-width: 177px; }
#aside .showcase.hotel.desiree .logo { max-width: 105px; }
#aside .showcase.hotel {
	margin-left: 0.7%;
	width: 32.866%;
}
#aside #themepages-container + * { margin-left: 0; }
#aside .hotelimage { margin: 1em 0 0.5em; }
#aside .showcase .buttons.multi {
	clear: both;
	overflow: hidden;
}
#aside .showcase .buttons.multi a {
	display: inline-block;
	float: left;
	margin-left: 0.5%;
	width: 49.5%;
}
#aside .showcase a.lightbox { display: block; }
#aside .showcase .buttons.multi a:first-child { margin-left: 0!important; }
#aside .showcase .buttons a.request { background: #5e5e5e; }
#aside .showcase .slogan {
	color: #c8c8c8;
	font-size: 0.95em;
	margin: 0.2em 0 1em;
}
#aside .showcase h2, #themepages-container h2 { font-size: 0.95em; }
#aside .showcase h2.address-title {
	margin-bottom: 0;
	text-transform: uppercase;
}
#aside .showcase.hotel p, #aside .showcase .websiteurl {
	font-size: 1.1em;
	line-height: 120%;
	margin: 0;
}

#aside .offerbox { 
	font-size: 1.2em; 
	width: 50%;
}
#aside .offerbox .inner {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 230px;
}
#aside .offerbox .image-container { position: relative; }
#aside .offerbox img { 
	vertical-align: middle;
	width: 100%; height: auto;
}
#aside .offerbox h2, #themepages-container h2 { 
	background: #fff; background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0.6em;
	position: absolute; bottom: 0; left: 0; right: 0; z-index: 1;
	text-transform: uppercase;
}
#aside .offerbox .fromto, #aside .offerbox .price { margin: 0.5em 0; }
#aside .offerbox .teaser { min-height: 50px; }
#aside .offerbox .price { 
	font-size: 0.9em; font-weight: 600;
	margin-top: 0;
	min-height: 25px;
}

#themepages-container {
	clear: both;
	margin-bottom: 4em;
	overflow: auto;
}
#themepages-container .owl-wrapper { display: flex!important; }
#themepages-container .owl-item { display: flex; }
#themepages-container .item {
	background: #faf8fe;
	display: block; display: flex; flex-direction: column;
	margin: 0 1%;
	text-decoration: none;
	width: 98%;
}
#themepages-container .item:hover { background: #faf7ff; }
#themepages-container .themepage-image { position: relative; z-index: 1; }
#themepages-container img {
	height: auto;
	width: 100%;
}
#themepages-container p { 
	flex-grow: 1;
	margin: 0;
	padding: 1em; 
}

#themepages-container .owl-pagination {
	margin-top: 1em;
	text-align: center;
}
#themepages-container .owl-page { 
	display: inline-block;
	margin: 0 3.5px;
}
#themepages-container .owl-page span {
	background: #939495;
	border-radius: 20px;
	display: block;
	width: 14px;
	height: 14px;
}
#themepages-container .owl-page.active span { background: #373737; }

#footer {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	clear: both;
	font-size: 0.85em;
	overflow: auto;
	padding: 0.8em 1em; 
}
#nav_copyright, #languageselect { display: inline-block; }
#nav_copyright { float: left; }
#languageselect { float: right; }

#toolbar {
	pointer-events: none;
	position: fixed; right: 0; top: 62vh; bottom: 0; z-index: 3;
	transform: translateY(-50%);
}
#toolbar > div {
	pointer-events: auto;
	transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); 	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-moz-transform-origin: 100% 100%; -o-transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%;
}
#toolbar a {
	font-size: 1.4em;
	padding: 5px 10px;
}

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.35%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 450px) {
	#slogan { font-size: 1em; }
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* Bilder mit FlieÃŸtext */
#article .imgandtext {
	clear: both;
	overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left .responsiveimages {
	float: left;
	margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right .responsiveimages {
	float: right;
	margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext .responsiveimages {
	margin-top: 0.4em;
	width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Media Querie */
@media screen and (max-width: 850px) {
	#panorama #quickrequest {
		padding: 0.5em 0.8em;
		position: fixed; bottom: 0; left: 0; right: 0; top: auto; z-index: 3;
	}
	#panorama #quickrequest form {
		display: table;
		width: 100%;
	}
	#panorama #quickrequest .liketable {
		display: table-cell;
		padding: 0 7px;
		text-align: center;
		vertical-align: middle;
		width: 25%;
	}
	#panorama .leftside {
		padding-right: 7px;
		text-align: right; 
	}
	#panorama .rightside { text-align: left; }
	#panorama h2, #panorama #hotelselection { display: none; }
	#panorama #quickrequest input[type="text"] { 
		text-align: center;
		width: 70px;
	}
	#footer { margin-bottom: 48px; }
}

@media screen and (max-width: 660px) {
	#children, #adults { display: none!important; }
	#quickrequest button {
		float: right;
		margin-top: 3px;
	}
	#main { padding: 0 25px; }
	#article { 
		background: #fff;
		font-size: 1.2em;
		line-height: 180%;
		padding: 20px 0; 
		top: 0px;
	}
	#aside { margin-top: 35px; }
	#aside .showcase.hotel {
		margin-left: 3.7%;
		width: 29.866%;
	}
	#aside .showcase.hotel .hotelimage { display: none; }
	#aside .showcase.hotel .buttons { margin-top: 10px; }
	#aside .showcase.hotel .buttons > * {
		margin-left: 0!important;
		width: 100%!important;
	}
	#aside .showcase.hotel .buttons > *:first-child { margin-bottom: 3px; }
	#aside .showcase.hotel .slogan, #aside .showcase.hotel .address-title, #aside .showcase.hotel p, #aside .showcase.hotel .websiteurl { display: none; }
}
@media screen and (max-width: 520px) {
	#main { padding: 0 10px; }
	#aside { margin: 35px 0 35px; }
	#aside .showcase.hotel {
		display: table;
		float: none;
		margin: 30px auto!important;
		table-layout: fixed;
		width: 100%; max-width: 400px;
	}
	#aside .showcase.hotel .inner { max-width: none!important; }
	#aside .showcase.hotel .logo, #aside .showcase.hotel .buttons {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#aside .showcase.hotel .logo { width: 30%!important; max-width: none!important; }
	#aside .showcase.hotel .buttons {
		padding-left: 6%;
		width: 64%;
	}
	#aside .showcase.hotel .buttons > * { 
		display: block!important;
		float: none!important;
		padding: 0.4em 1.2em; 
	}
	
	#aside .showcase.offerbox {
		display: block;
		float: left;
		margin: 60px auto 0!important;
		width: 100%;
	}
	#aside .showcase.offerbox:first-child { margin-top: 0!important; }
}

@media screen and (max-width: 375px) {
	#quickrequest { 
		background: transparent;
		box-shadow: none;
		bottom: 15px!important; right: 10px!important; left: auto!important;
	}
	#panorama #quickrequest .liketable, #quickrequest .text { display: none; }
	#quickrequest .icon { 
		display: block; 
		line-height: 44px;
		font-size: 24px;
		vertical-align: middle;
	}
	#quickrequest button {
		background: #333;
		border: 3px solid #000;
		border-radius: 50%;
		width: 50px; height: 50px;
	}
	#footer { 
		margin-bottom: 0;
		padding-bottom: 10px;
	}
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}