/**
 * Default CSS Definition for Adagio Layout
 */

/* @import url("//hello.myfonts.net/count/2bfd94"); */

@font-face {
	font-family: 'Calibri';
		src: url('../fonts/2BFD94_0_0.eot');
		src: url('../fonts/2BFD94_0_0.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/2BFD94_0_0.woff') format('woff'), 
			url('../fonts/2BFD94_0_0.ttf') format('truetype');
	}
@font-face {
	font-family: 'TriviaSerifRegular-BoldItalic';
		src: url('../fonts/2BFD94_1_0.eot');
		src: url('../fonts/2BFD94_1_0.eot?#iefix') format('embedded-opentype'), 
			url('../fonts/2BFD94_1_0.woff') format('woff'), 
			url('../fonts/2BFD94_1_0.ttf') format('truetype');
	}
@font-face {
	font-family: 'TriviaSerifLight';
		src: url('../fonts/2BFD94_2_0.eot');
		src: url('../fonts/2BFD94_2_0.eot?#iefix') format('embedded-opentype'),
			url('../fonts/2BFD94_2_0.woff') format('woff'),
			url('../fonts/2BFD94_2_0.ttf') format('truetype');
	}
@font-face {
	font-family: 'AmpleSoft-Light';
		src: url('../fonts/2BFD94_3_0.eot');
		src: url('../fonts/2BFD94_3_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/2BFD94_3_0.woff') format('woff'),
		url('../fonts/2BFD94_3_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Manus';
		src: url('../fonts/2C093B_0_0.eot');
		src: url('../fonts/2C093B_0_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/2C093B_0_0.woff') format('woff'),
		url('../fonts/2C093B_0_0.ttf') format('truetype');
		font-weight: normal;
  	font-style: normal;
	}
 
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/bebasneue-webfont.eot');
  src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bebasneue-webfont.woff') format('woff'),
       url('../fonts/bebasneue-webfont.ttf') format('truetype'),
       url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/**
 * Global
 * ------
 */

.clear {
	clear: both;
	}

iframe {
	max-width: 100%;
	}

html {
	height: 100%;
	}
body { 
	height: 100%;
	margin: 0; 
	padding: 0;
	color: #000;
	font: 100% 'Calibri', 'Arial', sans-serif;
	}
#page { 
	width: auto; 
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

#content { 
	min-height: 100%;
	}
#main { 
	}


a,
a:visited,
a:focus {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}

a:hover,
a:visited:hover,
a:focus:hover {
	color: #e40280;
	text-decoration: none;
	}


h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	/*font-family: 'AmpleSoft-Light';*/
	}

h1 {
	font-size: 3em;
	font-weight: 100;
	}
h2 {
	font-size: 2.75em;
	font-weight: 100;
	}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	}
h4 {
	font-size: 1.5em;
	font-weight: 100;
	}

.headline {
	font-family: 'BebasNeueRegular';
	}

p {
	font-size: 1em;
	font-family: 'Calibri';
	}

.text-italic {
	font-family: 'TriviaSerifRegular-BoldItalic';
	}




.skip-btn-text {
	width: 200px;
	margin: 0 0 0 -100px;
	color: #fff;
	font-size: 1em;
	font-family: 'BebasNeueRegular';
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	bottom: 100px;
	z-index: 3;
	}

.skip-btn {
	width: 64px;
	height: 64px;
	margin: 0 0 0 -32px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 28px;
	font-size: 34px;
	z-index: 3;
	line-height: 64px;
	text-align: center;
	/*background: transparent url(../img/skip-btn-white.svg) no-repeat center 14px;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	-mot-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
.skip-btn.black {
	color: #000;
	/*background: transparent url(../img/skip-btn-black.svg) no-repeat center 14px;*/
	}
.skip-btn.white {
	color: #fff;
	}
.skip-btn:hover {
	background-color: rgba(255,255,255,0.15);
	}
.skip-btn.black:hover {
	background-color: rgba(200,200,200,0.15);
	}



/**
 * Content Blocks
 * --------------
 */
.block {
	width: auto;
	padding: 75px 0;
 	}
.block-stretched {
	width: auto;
	height: 100%;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
	border-color: #fff;	
	}
.block.black,
.block-stretched.black {
	color: #fff;
	border-color: #000;	
	background-color: #000;
	}
.block.grey,
.block-stretched.grey {
	padding: 0;
	color: #fff;
	border-color: #f2f2f2;	
	background-color: #f2f2f2;
	}

.block.bordered,
.block-stretched.bordered {
	border-style: solid;
	border-width: 20px;	
	}




/**
 * Messages
 * --------
 */
#flashMessage,
#authMessage {
	width: auto;
	/*margin: 40px 40px 0 40px;*/
	padding: 10px 12px !important;
	display: block;
	font-size: 0.8em;
	position: relative;
	border: 1px solid green;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
/*
#flashMessage > #flashMessage {
	top: 0 !important;
	left: 0 !important;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	}
*/
#flashMessage.message,
#authMessage.message,
#flashMessage.success,
#authMessage.success {
	color: green; 
	background: lightgreen;
	}
#flashMessage:before,
#authMessage:before {
	font-family: 'FontAwesome'; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: inherit;
	padding-right: 0.5em; 
	top: 6px; 
	left: 12px;
	}
#flashMessage.message:before,
#authMessage.message:before,
#flashMessage.success:before,
#authMessage.success:before {
	content: "\f00c"; /* fa-check */
	}

#flashMessage.warning,
#authMessage.warning {
	color: #fff; 
	background-color: #bd1a8d;
	border: 1px solid #E23EB2;
	}
#flashMessage.warning:before,
#authMessage.warning:before {
	content: "\f12a"; /* fa-exclamation */
	}

#flashMessage.error,
#authMessage.error {
	color: #fff; 
	background-color: #bd1a8d;
	border: 1px solid #E23EB2;
	}
#flashMessage.error:before,
#authMessage.error:before {
	content: "\f00d"; /* fa-times */
	}

#flashMessage.form-response {
	margin: 20px 0;
	display: none;
	}




/**
 * LIGHTBOX
 * --------
 */
#lightbox-overlay {
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	background: #000;
	background: rgba(0,0,0,0.9);
	z-index: 200;
	}
#lightbox {
	width: 640px;
	height: auto;
	margin: 0 0 0 -320px;
	display: none;
	top: 50%;
	left: 50%;
	background: #f2f2f2;
	position: fixed;
	z-index: 201;
	overflow: hidden;
	
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	}
#lightbox.compact {
	max-width: 480px;
	max-height: 440px;
	margin: -220px 0 0 -240px;
	left: 50%;
	top: 50%;
	overflow: auto;
	}
#lightbox.reservations {
	background-color: #ffffff;
	}
#lightbox-header {
	padding: 8px 8px;
	display: none;
	}
#lightbox #close-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #3e3e3e;
	font-size: 3em;
	cursor: pointer;
	-webkit-transition: color 250ms ease-in-out;
	-moz-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	}
#lightbox #close-btn:hover {
	color: #e0e0e0;
	}
#lightbox-content {
	width: auto;
	height: 100%;
	text-align: center;
	overflow: auto;
	}	
#lightbox.compact #lightbox-content {
	width: 90%;
	max-width: 90%;
	height: 100%;
	padding: 10% 5%;
	display: table;
	}
#lightbox.compact #lightbox-content > div {
	width: 90%;
	display: table-cell;
	vertical-align: middle;
	}

#lightbox-content #content {
	padding: 0;
	}	
#lightbox-content img {
	width: auto;
	max-width: 100%;
	height: 100%;
	}

#lightbox-message {
	width: 56%;
	margin: 0 auto;
	padding: 20px 0;
	display: none;
	height: 100%;
	font-size: 0.75em;
	transition: all 250ms ease-in-out;
	}
#lightbox.compact #lightbox-message {
	height: auto;
	}
#lightbox-message.error {
	color: red;
	}
#lightbox-message.warning {
	color: yellow;
	}
#lightbox-message.success {
	color: green;
	}
#lightbox-loader {;
	margin: 0 auto;
	display: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	background: rgba(255,255,255,0.75);
	}	
#lightbox-loader img {
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	left: 50%;
	}

#lightbox-footer {
	width: 100%;
	height: 43px;
	display: block;
	background: transparent;
	position: absolute;
	bottom: 0;
	z-index: 201;
	}

ul#lightbox-actions {
	margin: 0;
	display: block;
	text-align: center;
	}
ul#lightbox-actions li {
	padding: 4px 18px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	background: none;
	border-right: 1px solid #191919;
	}



#lightbox-content #app-login-links a {
	color: #000;
	}
#lightbox-content #app-login-links a:hover {
	color: #e40280;
	}

/**
 * Image Lightbox
 */
.image-actions {
	display: none;
	}

#image-lightbox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	}
#image-lightbox {
	width: 90%;
	height: 90%;
	position: fixed;
	top: 5%;
	left: 5%;
	z-index: 100;
	background: #000;
	}
#image-lightbox-loader {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	display: none;
	color: #fff;
	font-size: 2em;
	position: absolute;
	top: 50%;
	left: 50%;
	/* background: url(../img/ajax-loader.gif) no-repeat center center;  */
	}
#image-lightbox #image-container {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover !important;
	}
#image-lightbox #image-container img {
	width: auto;
	height: 100%;
	}
#image-lightbox #image-container span {
	width: 80%;
	margin: 0 auto;
	display: block;
	color: #fff;
	position: absolute;
	left: 10%;
	bottom: 10px;
	text-align: center;
	}
#image-lightbox #image-lightbox-footer {
	width: 100%;
	height: 52px;
	z-index: 100;
	position: absolute;
	bottom: 0;
	background: #000;
	overflow: hidden;
	}
#image-lightbox #image-lightbox-footer .image-actions {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-download,
#image-lightbox #image-lightbox-footer .image-actions .btn-me,
#image-lightbox #image-lightbox-footer .image-actions .btn-fullscreen,
#image-lightbox #image-lightbox-footer .image-actions .btn-like,
#image-lightbox #image-lightbox-footer .image-actions .btn-block {
	width: 20%;
	max-width: 120px;
	margin: 0;
	float: left;
	font-size: 0.9em;
	color: #fff;
	cursor: pointer;
	line-height: 52px;
	text-align: center;
	background-color: #000; 
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-download:hover,
#image-lightbox #image-lightbox-footer .image-actions .btn-me:hover,
#image-lightbox #image-lightbox-footer .image-actions .btn-fullscreen:hover,
#image-lightbox #image-lightbox-footer .image-actions .btn-like:hover,
#image-lightbox #image-lightbox-footer .image-actions .btn-block:hover,
#image-lightbox #image-lightbox-footer .image-actions .btn-me.marked {
	background-color: #ec008c;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-like {
	width: 20%;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-like .heart-small {
	width: 20px;
	height: 20px;
	margin: -2px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/like_small_white.svg) no-repeat center center;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-like.liked .heart-small {
	background: url(../img/like_small.svg) no-repeat center center;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-like:hover .heart-small {
	background: url(../img/like_small_white.svg) no-repeat center center;
	}

#image-lightbox #image-lightbox-footer .image-actions .btn-like .icon {
	margin: 0;
	color: #ec008c;
	font-size: 1.5em;
	line-height: 52px;
	display: inline-block;
	vertical-align: middle;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-like:hover .icon,
#image-lightbox #image-lightbox-footer .image-actions .btn-block:hover .icon {
	color: #fff;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-block {
	width: 20%;
	height: 52px;
	display: block;
	float: right;
	font-size: 2em;
	line-height: 52px;
	color: #3e3e3e;
	background: url(../img/block_small.svg) no-repeat center center;
	}
#image-lightbox #image-lightbox-footer .image-actions .btn-block:hover {
	background-image: url(../img/block_small_white.svg);
	}

#image-lightbox #image-lightbox-footer .image-actions iframe {
	width: 64px;
	height: 52px;
	margin: 14px 14px 0 0;
	display: block;
	float: right;
	}


#image-lightbox .prev-btn,
#image-lightbox .next-btn {
	width: 25%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 2em;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	}
#image-lightbox .next-btn {
	left: auto;
	right: 0;
	}
#image-lightbox .prev-btn:hover,
#image-lightbox .next-btn:hover {
	color: #ec008c;
	}

#image-lightbox .prev-btn .icon,
#image-lightbox .next-btn .icon {
	width: auto !important;
	margin: -32px 0 0 0 !important;
	position: absolute;
	top: 50%;
	right: auto;
	left: 20px;
	}
#image-lightbox .next-btn .icon {
	left: auto !important;
	right: 20px;
	}

#image-lightbox .close-btn {
	width: 50%;
	height: 100%;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 25%;
	}



/**
 * Buttons
 * -------
 */
.btn {
	width: auto;
	min-width: 190px;
	height: 60px;
	margin: 0 0 20px 0;
	padding: 0 12px;
	display: inline-block;
	color: #fff !important;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	background: #3e3e3e;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
.btn:hover {
	color: #fff;
	background: #bd1a8d;
	}
.btn.small {
	min-width: 50px;
	height: auto;
	padding: 6px 12px !important;
	color: #000 !important; 
	line-height: normal;
	border: 1px solid #ffc20e;
	}

.btn.left {
	float: left;
	}
.btn.right {
	float: right;
	}
.btn.inactive {
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	opacity: 0.1;
	}

.btn.purple,
.btn.reserve-btn {
	background-color: #bd1a8d;
	}

.btn.yellow {
	background-color: #ffc20e;	
	}

.btn.bookmarked {
	background-color: #10B031;	
	}




.overlay-filter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0,0,0,0.54);
	}
.overlay-filter-gray,
.overlay-filter-gray-light {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(0,0,0,0.54);
	}
.overlay-filter-gray-light {
	background-color: rgba(133,133,133,0.4); 
	}

/**
 * Footer Menu
 * -----------
 */
#footermenu {
	display: block;
	text-align: center;
	}
#footermenu ul {
	margin: 0;
	display: inline-block;
	}
#footermenu ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}
#footermenu ul li a {
	padding: 0 8px 0 0;
	color: #000;
	font-size: 0.8em;
	border-right: 0px solid #000;
	}
#footermenu ul li:last-child a {
	border: 0;
	}


/**
 * Response
 */
#loader {
	display: none;
	position: absolute;
	bottom: 12px;
	right: 100px;
	}

.reservations #phone {
	color: #000;
	font-size: 1em; 
	font-family: 'BebasNeueRegular';
	}
#lightbox .reservations #phone {
	font-size: 5em;
	}

@media all and (max-width: 400px) {	

	#image-lightbox #image-lightbox-footer .image-actions .btn-fullscreen {
		display: none;
		}

	#image-lightbox #image-lightbox-footer .image-actions .btn-download,
	#image-lightbox #image-lightbox-footer .image-actions .btn-me,
	#image-lightbox #image-lightbox-footer .image-actions .btn-like,
	#image-lightbox #image-lightbox-footer .image-actions .btn-block {
		width: 35%;
		}
	#image-lightbox #image-lightbox-footer .image-actions .btn-like {
		width: 15%;
		}
	#image-lightbox #image-lightbox-footer .image-actions .btn-block {
		width: 15%;
		}

	#image-lightbox #image-lightbox-footer .image-actions .btn-block .icon {
		height: 100%;
		display: block;
		line-height: 52px;
		}

}

/* hochformat */
@media all and (max-height: 400px) {	
	
	#image-lightbox #image-lightbox-footer .image-actions .btn-fullscreen {
		display: none;
		}

	#image-lightbox #image-lightbox-footer .image-actions .btn-download,
	#image-lightbox #image-lightbox-footer .image-actions .btn-me,
	#image-lightbox #image-lightbox-footer .image-actions .btn-like,
	#image-lightbox #image-lightbox-footer .image-actions .btn-block {
		width: 30%;
		}
	#image-lightbox #image-lightbox-footer .image-actions .btn-like {
		width: 30%;
		}
	#image-lightbox #image-lightbox-footer .image-actions .btn-block {
		width: 10%;
		}
}
