  /* ----------------- */
/* ---- Imports ---- */
/* ----------------- */
@import 'normalize.min.css';

/* -------------- */
/* ---- HTML ---- */
/* -------------- */
html {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 160%;
	font-weight: 300;
	font-style: normal;
	color: #222222;
}
body {
	width: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
body.modal_open {
	position: relative;
	overflow: hidden;
}
/* ------------------------------ */
/* ---- V-Teaser ---- */
/* ------------------------------ */
.v-teaser {
	margin-bottom: 60px;
	width: calc(100% - 24px) !important;
}
.v-teaser h2 {
	color: #fff;
}
.v-teaser a.prov-button {
    border: 2px solid #fff;
	color: #fff;
}
.v-teaser a.prov-button:hover {
    color: #000;
    background-color: #fff;
}
.v-teaser .vc_column_container > .vc_column-inner {
    margin-left: 12px;
    margin-right: 12px;
	padding: 50px 24px;
}
/* ------------------------------ */
/* ---- Cookie Notice ---- */
/* ------------------------------ */
.cookie-notice-container {
    padding: 20px;
	background-color: #fff;
	color: #222 !important;
	font-size: 14px;
}
#cookie-notice .cn-button {
    border: 2px solid #222;
	color: #222;
}
#cookie-notice .cn-button:hover {
    color: #fff;
    background-color: #000;
}
#cn-notice-text a {
	color: #222;
	text-decoration: underline;
}
#cn-notice-text a:hover {
	color: #000;
}
/* ------------------------------ */
/* ---- Template 91Ãâ·Ñ°æ Extra ---- */
/* ------------------------------ */
.page-template-page-room .wpb_content_element,
.page-template-page-room ul.wpb_thumbnails-fluid > li, 
.page-template-page-room .wpb_button {
    margin-bottom: 50px;
}
/* -------------------- */
/* ---- VC Akkordeon ---- */
/* -------------------- */
.wpb-js-composer .vc_tta-container {
    margin-bottom: 100px!important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    margin-top: -1px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 0 50px 0!important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
	font-family: 'Playfair Display', serif;
	margin: 0!important;
	font-size: 36px!important;
	line-height: 36px!important;
	font-weight: 700!important;
	padding: 20px 0 20px 0!important;
    color: #222!important;
	background-color: #fff!important;
	text-align: left!important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 0!important;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon {
    height: 20px!important;
    width: 20px!important;
	color: #222!important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
    border-color: #222!important;
}
/* -------------------- */
/* ---- VC Galerie ---- */
/* -------------------- */
.flexslider {
    border: none!important;
    border-radius: 0!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
	margin-bottom: 0!important;
}
.flex-direction-nav a {
    margin: 0!important;
    top: calc(50% - 20px)!important;
    color: #fff!important;
    text-shadow: none!important;
    -webkit-transition: all .2s ease!important;
    transition: all .2s ease!important;
}
.flex-control-paging {
	display: none!important;
}
.flex-direction-nav a::before {
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: 24px!important;
	padding: 8px 0;
    content: '\f060'!important;
}
.flex-direction-nav a.flex-next::before {
    content: '\f061'!important;
}
.flexslider .slides img {
    height: auto;
}
/* ---------------- */
/* ---- Header ---- */
/* ---------------- */
#header {
	width: 100%;
	background-color: #000;
}
.header-desktop {
	display: block;
}
.header-mobile {
	display: none;
}
@media only screen and (max-width: 990px) {
	.header-desktop {
		display: none;
	}
	.header-mobile {
		display: block;
	}
}

/* ------------------------ */
/* ---- Header Desktop ---- */
/* ------------------------ */
.header-desktop-preheader {
	border-bottom: 1px solid;
	border-color: #404040;
	font-size: 12px;
	line-height: 40px;
}
.header-desktop-preheader-inner {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1150px;
	padding: 0 40px;
}
.header-desktop-preheader-inner a {
	color: #999;
	text-decoration: none;
    outline: none;
    transition: all 0.2s ease-out 0s;
}
.header-desktop-preheader-inner a:hover {
	color: #fff;
	text-decoration: none;
}
.header-desktop-preheader-inner-left {
	display: inline-block;
	width: 70%;
	text-align: left;
	float: left;
}
.header-desktop-preheader-inner-right {
	display: inline-block;
	width: 30%;
	text-align: right;
	float: left;
}
.header-desktop-header-preinner {
	position: absolute;
	height: 86.4px;
	width: 100%;
	z-index: 999;
}
.header-desktop-header-inner {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1150px;
	padding: 40px 40px 0 40px;
}
.header-desktop-header-inner-left {
	display: inline-block;
	float: left;
	width: calc(50% - 140.5px);
	padding-right: 40px;
}
.header-desktop-header-inner-center {
	display: inline-block;
	float: left;
	width: 201px;
}
.header-desktop-header-inner-right {
	display: inline-block;
	float: left;
	width: calc(50% - 140.5px);
	text-align: right;
	padding-left: 40px;
}
.logo-desktop {
	width: 201px;
	height: auto; /* 46.4px */
	display: block;
}

/* ---------------------- */
/* ---- MenÃ¼ Desktop ---- */
/* ---------------------- */
ul#header-menu {
	margin: 0;
	padding: 0;
}
ul#header-menu li {
	float: right;
	margin-left: 10px;
}
ul#header-menu li {
	list-style-type: none;
}
ul#header-menu a {
    transition: all 0.2s ease-out 0s;
    outline: none;
}
.header-desktop-header {
	color: #999999;
	font-size: 12px;
	line-height: 40px;
	overflow: visible;
	position: relative;
	height: 0;
}
ul#desktop-menu-left,
ul#desktop-menu-right {
	margin: 0;
	padding: 0;
	line-height: 46.4px;
}
ul#desktop-menu-left li {
	float: right;
	width: calc(100%/3);
}
ul#desktop-menu-right li {
	float: left;
	width: calc(100%/3);
}
ul#desktop-menu-left li,
ul#desktop-menu-right li {
	list-style-type: none;
	text-align: center;
}
ul#desktop-menu-left li a,
ul#desktop-menu-right li a {
	font-weight: 700;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	color: #fff;
	text-decoration: none;
    transition: all 0.2s ease-out 0s;
    outline: none;
	border-bottom: 2px solid transparent;
}
ul#desktop-menu-left li.current-menu-item a,
ul#desktop-menu-right li.current-menu-item a,
ul#desktop-menu-left li.current-page-ancestor a,
ul#desktop-menu-right li.current-page-ancestor a,
ul#desktop-menu-left li a:hover,
ul#desktop-menu-right li a:hover {
	border-bottom-color: #fff;
}

/* ----------------------- */
/* ---- Header Mobile ---- */
/* ----------------------- */
.header-mobile-header {
	margin: 0;
	width: calc(100% - 40px);
	padding: 20px;
}
.header-mobile-header-inner {
	width: 100%;
}
.header-mobile-inner-left {
	display: inline-block;
	float: left;
	width: calc(50% - 100.5px);
	font-size: 20px;
	line-height: 1.4;
}
.header-mobile-inner-center {
	display: inline-block;
	float: left;
	width: 201px;
}
.header-mobile-inner-right {
	display: inline-block;
	float: left;
	width: calc(50% - 100.5px);
	text-align: right;
}
.header-mobile-inner-right .menu-trigger {
	margin-top: 6px;
	cursor: pointer;
    transition: all 0.2s ease-out 0s;
	opacity: .8;
	width: 46.4px;
	height: 46.4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
}
.menu-trigger-open {
	background-image: url(/wp-content/themes/provocateur/img/icon-plus.png);
}
.menu-trigger-close {
	background-image: url(/wp-content/themes/provocateur/img/icon-x.png);
}
.header-mobile-inner-right .menu-trigger:hover {
	opacity: 1;
}
.logo-mobile {
	width: 201px;
	height: auto; /* 46.4px */
	display: block;
	padding-top: 6px;
}
@media only screen and (max-width: 479px) {
	.header-mobile-inner-left {
		width: calc(50% - 81px);
		font-size: 18px;
	}
	.header-mobile-inner-center {
		display: inline-block;
		float: left;
		width: 162px;
	}
	.header-mobile-inner-right {
		display: inline-block;
		float: left;
		width: calc(50% - 81px);
		text-align: right;
	}
	.header-mobile-inner-right .menu-trigger {
		margin-top: 5px;
		width: 39px;
		height: 39px;
	}
	.logo-mobile {
		width: 162px;
		height: auto; /* 43.4px */
	}
}

/* --------------------- */
/* ---- MenÃ¼ Mobile ---- */
/* --------------------- */
ul#mobile-menu-left {
	margin: 0;
	padding: 0;
}
ul#mobile-menu-left li {
	list-style-type: none;
}
.mobile-menu {
	z-index: 999;
	position: absolute;
	left: 0;
	right: 0;
	top: 98.6px;
	background-color: #000;
	height: auto;
	max-height: 0px;
	padding: 0 20px;
	overflow: hidden;
    transition: all 0.5s ease-out 0s;
}
ul#mobile-menu-right {
	margin: 0;
	padding: 0 0 20px 0;
}
ul#mobile-menu-right li {
	list-style-type: none;
	text-align: center;
}
ul#mobile-menu-right li a {
	font-weight: 700;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	color: #fff;
	text-decoration: none;
    transition: all 0.2s ease-out 0s;
    outline: none;
	border-bottom: 2px solid transparent;
	line-height: 2;
}
ul#mobile-menu-right li.current-menu-item a,
ul#mobile-menu-right li.current-page-ancestor a,
ul#mobile-menu-right li a:hover {
	border-bottom-color: #fff;
}
.mobile-social {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
}
.mobile-social a {
	font-size: 20px;
	color: #fff;
    transition: all 0.2s ease-out 0s;
    outline: none;
	padding: 0 10px;
	opacity: .8;
}
.mobile-social a:hover {
	opacity: 1;
}
@media only screen and (max-width: 479px) {
	.mobile-menu {
		top: 90.4px;
	}
}

/* ---------------- */
/* ---- Teaser ---- */
/* ---------------- */
.teaser-right {
	text-align: right;
}
@media only screen and (max-width: 990px) {
	.teaser-mobile {
		display: -ms-flexbox;
		-ms-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse;
	}
}

/* ------------- */
/* ---- Alte (WP Maps) Map ---- */
/* ------------- */
#wpgmza_map {
	border-top: 60px solid #fff;
	border-bottom: 80px solid #fff;
}

/* --------------- */
/* ---- N-Map ---- */
/* --------------- */
.mylike-map-container {
    width: 100% !important;
    min-height: 432px !important;
    border: none !important;
}
.mylike-map-header {
    min-height: 36px !important;
}
.mylike-map-header-title {
	font-family: 'Playfair Display', serif !important;
}
.mylike-map-header a {
    font-size: 20px !important;
	line-height: 32px !important;
    font-weight: 400 !important;
}
.mylike-map-header-list {
	margin: 0 10px;
}
.mylike-map-footer {
    min-height: 36px !important;
}
.mylike-map-footer-text-click {
    margin: 0 0 0 10px !important;
	line-height: 1.25;
}
.mylike-map-footer-right {
    display: none !important;
}
.mylike-map-footer-left, .mylike-map-footer-middle {
	height: 36px !important;
    max-width: 50% !important;
}
.mylike-map-footer-middle {
    right: 10px !important;
	left: auto !important;
    margin: 0 !important;
}
.mylike-map-footer {
	font-family: 'Open Sans', sans-serif;
	height: 36px;
}
.mylike-map-logo, .mylike-map-app-icon {
	height: 36px !important;
	width: auto;
}

/* ----------------- */
/* ---- Content ---- */
/* ----------------- */
#content {
	width: 100%;
	background-color: #fff;
}
.entry-header {
	width: 100%;
	background-color: #000;
}
.entry-header-prepreinner {
	width: 100%;
	margin: 0 auto;
}
.entry-header-preinner {
	width: 100%;
	position: relative;	
	background-color: #000;
	overflow: hidden;
}
.entry-header-inner {
	position: absolute;
 	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	background-size: cover;
	background-position: center center;
}
.entry-content {
	width: 100%;
}
.entry-content-inner {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1000px;
	padding: 80px 40px 0;
}
.entry-content-post {
	text-align: center;
}
@media only screen and (max-width: 990px) {
	.entry-header {
		display: block;
	}
	.entry-content-inner {
		width: calc(100% - 40px);
		padding: 80px 20px 0;
	}
}
/* -------------- */
/* ---- Blog ---- */
/* -------------- */
.blog-entries {
	margin: 0 -40px;
	padding: 40px 0 20px 0;
}
.blog-entry {
	display: inline-block;
	float: left;
	margin: 0 0 60px 0;
	padding: 0 40px;
	width: calc(50% - 80px);
}
.blogkacheln-entries {
	margin: -60px -40px 80px -40px !important;
	padding: 0;
}
.blogkacheln-entry {
	display: inline-block;
	float: left;
	margin: 60px 0 0 0;
	padding: 0 40px;
	width: calc(50% - 80px);
}
.blogExcerpt {
	height: 44.8px;
	overflow: hidden;
}
@media only screen and (max-width: 990px) {
	.blog-entries {
		margin: 0;
		width: 100%;
	}
	.blogkacheln-entries {
		margin: -60px 0 80px 0 !important;
		padding: 0;
	}
	.blog-entry, .blogkacheln-entry {
		width: 100%;
		padding: 0;
	}
	.blogExcerpt {
		height: auto;
	}
}

/* ---------------- */
/* ---- Footer ---- */
/* ---------------- */
#footer {
	width: 100%;
}
.prefooter {
	border-top: 1px solid;
	border-color: #404040;
	font-size: 12px;
	line-height: 40px;
}
.prefooter-inner {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1150px;
	padding: 0 40px;
}
.prefooter-inner {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1150px;
	padding: 40px;
}
.prefooter-inner-left {
	display: inline-block;
	float: left;
	width: calc(50% - 140.5px);
	padding-right: 40px;
}
.prefooter-inner-center {
	display: inline-block;
	float: left;
	width: 201px;
}
.prefooter-inner-right {
	display: inline-block;
	float: left;
	text-align: right;
	width: calc(50% - 140.5px);
	padding-left: 40px;
}
ul#footer-menu-left,
ul#footer-menu-right {
	margin: 0;
	padding: 0;
	line-height: 46.4px;
}
ul#footer-menu-left li {
	float: right;
	width: calc(100%/3);
}
ul#footer-menu-right li {
	float: left;
	width: calc(100%/3);
}
ul#footer-menu-left li,
ul#footer-menu-right li {
	list-style-type: none;
	text-align: center;
}
ul#footer-menu-left li a,
ul#footer-menu-right li a {
	font-weight: 700;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	color: #222;
	text-decoration: none;
    transition: all 0.2s ease-out 0s;
    outline: none;
	border-bottom: 2px solid transparent;
}
ul#footer-menu-left li.current-menu-item a,
ul#footer-menu-right li.current-menu-item a,
ul#footer-menu-left li.current-page-ancestor a,
ul#footer-menu-right li.current-page-ancestor a,
ul#footer-menu-left li a:hover,
ul#footer-menu-right li a:hover {
	border-bottom-color: #222;
}
.footer {
	border-top: 1px solid;
	border-color: #404040;
	font-size: 14px;
	color: #222;
}
.footer-inner {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1150px;
	padding: 0 40px;
}
ul#footer-menu {
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
}
div.copyright {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
ul#footer-menu li {
	display: inline-block;
	margin: 0 10px;
	list-style-type: none;
	line-height: 2;
}
ul#footer-menu li a {
	text-transform: uppercase;
	font-weight: 300;
	color: #222;
	text-decoration: none;
    outline: none;
	border-bottom: 1px solid transparent;
    transition: all 0.2s ease-out 0s;
}
ul#footer-menu li.current-menu-item a,
ul#footer-menu li.current-page-ancestor a,
ul#footer-menu a:hover {
	border-bottom-color: #222;
}
.subfooter {
	line-height: 1;
	background-color: #000;
}
.subfooter-inner {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1150px;
	padding: 20px 40px;
	text-align: center;
}
.subfooter-inner a {
	outline: none;
	display: inline-block;
}
.footerlogo {
	display: inline-block;
	margin: 0 20px;
	width: auto;
	height: 20px;
	padding: 20px 0;
	opacity: .8;
    transition: all 0.2s ease-out 0s;
	border: 1px solid #000;
}
.footerlogo:hover {
	opacity: 1;
}
@media only screen and (max-width: 990px) {
	.prefooter {
		display: none;
	}
	.footer-inner {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.subfooter-inner {
		width: calc(100% - 40px);
		padding: 20px;
	}
}

/* ------------ */
/* -----VC ---- */
/* ------------ */
@media only screen and (max-width: 990px) {
	.wpb_single_image {
		margin-bottom: 40px !important;
	}
}

/* -------------- */
/* -----Jobs ---- */
/* -------------- */
div#hc-joblisten,
div#hc-jobliste-display {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
}
span.hc-joblist-offer-date {
	float: right;
	display: block;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 20px;
}
ul.hc-joblist-offer-list {
	list-style-type: none;
	padding:0px;
	margin: 0px;
}
li.hc-joblist-listitem {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
}
li.hc-joblist-listitem a {
	text-decoration: none;
}
li.hc-joblist-listitem a:hover {
    text-decoration: underline;
}
.hc-joblist-next-page {
  background: url(http://www.hotelcareer.de/images/1/arr_right2.png) no-repeat scroll center center transparent;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.hc-joblist-prev-page {
  background: url(http://www.hotelcareer.de/images/1/arr_left2.png) no-repeat scroll center center transparent;
  height: 12px;
  width: 12px;
  display: inline-block;
}

/* ----------------------- */
/* ---- Accessibility ---- */
/* ----------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* ---------------- */
/* ---- Zimmer ---- */
/* ---------------- */
ul#room-menu {
	text-align: center;
	margin: 0;
	padding: 0 0 70px 0;
}
ul#room-menu li {
	display: inline-block;
	margin: 0 5px 10px 5px;
	list-style-type: none;
	line-height: 2;
}
ul#room-menu li a {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 20px;
	border: 2px solid #222;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
ul#room-menu li a:hover,
ul#room-menu li.current-menu-item a {
	color: #fff;
	background-color: #000;
}

/* -------------------- */
/* ---- WP Galerie ---- */
/* -------------------- */
.gallery {
	text-align: center;
}
.gallery-item {
    display: inline-block;
    margin: 0;
    width: 120px;
    height: 120px;
}
.gallery img {
    border-style: none;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 479px) {
	.gallery-item {
		width: 100px;
		height: 100px;
	}
}
/* --------------------- */
/* ---- Quickbooker ---- */
/* --------------------- */
.quickbooker {
	z-index: 99;
	width: 100%;
	border-top: 1px solid;
	border-color: #404040;
	color: #fff;
}
.fixed {
	position: fixed; 
	top: 0; 
	border: none;
}
.quickbooker-desktop {
	width: calc(100% - 40px);
	background-color: #000;
	padding: 20px;
	text-align: center;
    transition: all 0.2s ease-out 0s;
	display: block;
}
.quickbooker-text,
.quickbooker-arrive,
.quickbooker-depart,
.quickbooker-check {
	height: 36px;
}
.quickbooker-text {
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	line-height: 36px;
	border: 2px solid transparent;
	margin-right: 20px;
}
.quickbooker-arrive,
.quickbooker-depart,
.quickbooker-check {
	display: inline-block;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
	border: 2px solid #fff;
	margin-right: 20px;
	cursor: pointer;
    transition: all 0.2s ease-out 0s;
}
.quickbooker-arrive,
.quickbooker-depart  {
	text-align: left;
	padding: 0 10px;
	width: 120px;
}
.quickbooker-check {
	padding: 0 20px;
}
.quickbooker-check:hover {
	color: #000;
	background-color: #fff;
}	
.quickbooker-arrive:after,
.quickbooker-depart:after {
	position: absolute;
	right: 10px;
	content: "\f073"; 
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 36px;
	z-index: 1;
}
.quickbooker-mobile {
	display: none;
	width: calc(100% - 40px);
	font-family: 'Playfair Display', serif;
	background-color: #000;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
}
.quickbooker-mobile a {
	color: #fff;
    transition: all 0.2s ease-out 0s;
	border-bottom: 2px solid transparent;
}
.quickbooker-mobile a:hover {
	border-bottom: 2px solid #fff;
}
.quickbooker-fix {
	background-color: #000;
	width: 100%;
	height: 126.4px;
}
@media only screen and (max-width: 990px) {
	.quickbooker-fix {
		display: none;
	}
	.quickbooker-desktop {
		display: none;
	}
	.quickbooker-mobile {
		display: block;
	}
}

/* -------------------- */
/* ---- FS Calendar---- */
/* -------------------- */
.quickbooker-calendar {
	max-height: 0;
    transition: all 0.2s ease-out 0s;
	overflow: hidden;
	background-image: url(/wp-content/themes/provocateur/img/icon-x.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 26px 26px;
    background-position: right bottom;
}
.calendar {
	margin: 60px auto;
	width: 1000px;
	position: relative;
	height: 384px;
}
.calendar-inner {
	position: absolute;
	top: 0;
	left: 128px;
	width: 744px;
	height: 384px;
	overflow: hidden;
}
.calendar-inner-m {
	position: relative;
	top: 0;
	left: 0;
	width: 4704px;
	height: 384px;
}
.calendar-prev,
.calendar-next {
	position: absolute;
	top: 191px;
	height: 24px;
	width: 128px;
}
.calendar-prev {
	left: 0;
	text-align: right;
}
.calendar-next {
	right: 0;
	text-align: left;
}
.calendar-prev i,
.calendar-next i {
	font-size: 24px;
	color: #fff;
	transition: all 0.2s ease 0s;
	padding: 11px 12px 13px 12px;
	border: 2px solid transparent;
    cursor: pointer;
}
.calendar-prev i:hover,
.calendar-next i:hover {
	border-color: #fff;
}
.month {
	float: left;
	width: 336px;
	height: 384px;
}
.month-0 {
	margin: 0 24px;
}
.month-1,
.month-2,
.month-3,
.month-4,
.month-5,
.month-6,
.month-7,
.month-8,
.month-9,
.month-10,
.month-11,
.month-12,
.month-13 {
	margin: 0 24px 0 0;
}
.month-head {
	height: 36px;
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.month-day {
	height: 24px;
	margin-top: 24px;
	margin-bottom: 12px;
	float: left;
	width: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.month-days,
.month-days-padding  {
	height: 40px;
	float: left;
	width: 40px;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	font-weight: 100;
	border: 2px solid transparent;
	transition: all 0.2s ease-in-out 0s;
	margin: 2px;
}
.day-active, 
.day-inactive {
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
}	
.day-active:hover {
	border-color: #fff;
}
/* -------------------- Calendar  -------------------- */

.month-head,
.month-day,
.month-days {
	color: #fff;
}
.month-days-padding {
	color: rgba(255,255,255,.4);
}
.day-active {
	color: #fff;
}
.day-inactive {
	color: #efefef;
}
.day-active:hover {
	color: #fff;
	border-color: #fff;
}
.day-locked,
.day-locked-from,
.day-locked-to {
	color: #fff;
	border-color: #fff;
}
/* -------------------- WPML  -------------------- */
ul#mobile-menu-left li a {
	color: #efefef;
	transition: all 0.2s ease-in-out 0s;
}
ul#mobile-menu-left li a:hover {
	color: #fff;
}
/* -------------------- Mobile Menu  -------------------- */
.mobile-bottom {
	padding-bottom: 13px;
	text-align: center;
}
.mobile-bottom a {
	display: inline-block;
	padding-bottom: 7px;
	color: #999;
	transition: all 0.2s ease-in-out 0s;
}
.mobile-bottom a:hover {
	color: #fff;
}
/* -------------------- Slider  -------------------- */
.slider {
	margin: 0 -40px 80px -40px;
}
.slider-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slides {
	position: absolute;
	left: 0;
	top: 0;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-wrap: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 99999px;
}
.slide {
	padding: 0 40px;
}
.slider-prev, .slider-next {
    position: absolute;
    height: 24px;
    width: 24px;
	z-index: 1;
}
.slider-prev {
	right: 72px;
}
.slider-next {
	right: 24px;
}
.slider-prev i, .slider-next i {
    font-size: 24px;
    color: #222;
    transition: all 0.2s ease 0s;
    padding: 11px 12px 13px 12px;
    border: 2px solid transparent;
    cursor: pointer;
}
.slider-prev i:hover, .slider-next i:hover {
	color: #000;
}
@media only screen and (max-width: 990px) {
	.slider {
		margin: 0 -20px 80px -20px;
	}
	.slide {
		padding: 0 20px;
	}	
	.slider-prev {
		left: 12px;
		right: auto;
	}
	.slider-next {
		right: 36px;
	}
	.slider-prev i, .slider-next i {
		color: #fff;
	}
	.slider-prev i:hover, .slider-next i:hover {
		color: #fff;
	}
}
.header-mobile-inner-top {
	width: 100%;
	border-bottom: 1px solid;
	border-color: #404040;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.header-mobile-inner-top a {
	width: calc(100%/3);
	text-align: center;
	border-right: 1px solid #404040;
	color: #efefef;
}
.header-mobile-inner-top a:hover {
	color: #fff;
}
.header-mobile-inner-top a i {
	font-size: 24px;
	padding: 10px;
}
.header-mobile-inner-top a i.fa-envelope {
	font-size: 22px;
}
.video-s {
	display: none;
}
.video-m {
	display: none;
}
.video-l {
	display: block;
}
@media only screen and (max-width: 990px) {
	.video-s {
		display: none;
	}
	.video-m {
		display: block;
	}
	.video-l {
		display: none;
	}
}
@media only screen and (max-width: 479px) {
	.video-s {
		display: block;
	}
	.video-m {
		display: none;
	}
	.video-l {
		display: none;
	}
}
/* Instgram Plugin */
.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div {
    color: #fff;
    margin: -16px 5px 0 5px;
    padding: 3px 10px;
    font-size: 24px;
    background: none;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
}
#sb_instagram{margin:0;padding-bottom:0!important;}
.sbi_caption{padding:20px;font-size: 14px;line-height: 1.4!important;hyphens: none;}
.gginsta{margin:0 -10px;}

/* -------------------------------- */
/* ---- Restaurant Quickbooker ---- */
/* -------------------------------- */
.rquickbooker {
	z-index: 99;
	width: 100%;
	border-top: 1px solid;
	border-color: #404040;
	color: #fff;
}
.rfixed {
	position: fixed; 
	top: 0; 
	border: none;
}
.rquickbooker-desktop {
	width: calc(100% - 40px);
	background-color: #000;
	padding: 20px;
	text-align: center;
    transition: all 0.2s ease-out 0s;
	display: block;
}
.rquickbooker-text,
.rquickbooker-arrive,
.rquickbooker-depart,
.rquickbooker-time,
.rquickbooker-people,
.rquickbooker-check {
	height: 36px;
}
.rquickbooker-text {
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	line-height: 36px;
	border: 2px solid transparent;
	margin-right: 20px;
}
.rquickbooker-arrive,
.rquickbooker-depart,
.rquickbooker-time,
.rquickbooker-people,
.rquickbooker-check {
	display: inline-block;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
	border: 2px solid #fff;
	margin-right: 20px;
	cursor: pointer;
    transition: all 0.2s ease-out 0s;
}
.rquickbooker-arrive,
.rquickbooker-depart,
.rquickbooker-time,
.rquickbooker-people {
	text-align: left;
	padding: 0 10px;
	width: 120px;
}
.rquickbooker-check {
	padding: 0 20px;
}
.rquickbooker-check:hover {
	color: #000;
	background-color: #fff;
}	
.rquickbooker-arrive:after,
.rquickbooker-depart:after {
	position: absolute;
	right: 10px;
	content: "\f073"; 
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 36px;
	z-index: 1;
}
.rquickbooker-time:after {
	position: absolute;
	right: 10px;
	content: "\f017"; 
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 36px;
	z-index: 1;
}
.rquickbooker-people:after {
	position: absolute;
	right: 10px;
	content: "\f007"; 
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 36px;
	z-index: 1;
}
.rquickbooker-mobile {
	display: none;
	width: calc(100% - 40px);
	font-family: 'Playfair Display', serif;
	background-color: #000;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
}
.rquickbooker-mobile a {
	color: #fff;
    transition: all 0.2s ease-out 0s;
	border-bottom: 2px solid transparent;
}
.rquickbooker-mobile a:hover {
	border-bottom: 2px solid #fff;
}
.rquickbooker-fix {
	background-color: #000;
	width: 100%;
	height: 126.4px;
}
@media only screen and (max-width: 990px) {
	.rquickbooker-fix {
		display: none;
	}
	.rquickbooker-desktop {
		display: none;
	}
	.rquickbooker-mobile {
		display: block;
	}
}

/* ------------------------------- */
/* ---- Restaurant FS Calendar---- */
/* ------------------------------- */
.rquickbooker-calendar {
	max-height: 0;
    transition: all 0.2s ease-out 0s;
	overflow: hidden;
}
.rcalendar,
.rtime,
.rpartysize {
	margin: 60px auto;
	width: 1000px;
	position: relative;
	height: 420px;
}
.rtime,
.rpartysize {
	display: none;
}
.rcalendar-inner,
.rtime-inner,
.rpartysize-inner {
	position: absolute;
	top: 36px;
	left: 128px;
	width: 744px;
	height: 420px;
	overflow: hidden;
}
.rtime-inner,
.rpartysize-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.rtime-select {
    color: #fff;
    height: 40px;
    float: left;
    width: 80px;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    font-weight: 100;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out 0s;
    margin: 2px 20px;
	cursor: pointer;
}
.rtime-select:hover {
    border: 2px solid #fff;
}
.rtime-inner-row {
	text-align: center;
}
.rquickbooker-calendar {
	background-image: url(/wp-content/themes/provocateur/img/icon-x.png);
	background-repeat: no-repeat;
    cursor: pointer;
	background-size: 26px 26px;
	background-position: right bottom;
}
.rcalendar-inner-m {
	position: relative;
	top: 0;
	left: 0;
	width: 4704px;
	height: 384px;
}
.rcalendar-prev,
.rcalendar-next {
	position: absolute;
	top: 227px;
	height: 24px;
	width: 128px;
}
.rcalendar-prev {
	left: 0;
	text-align: right;
}
.rcalendar-next {
	right: 0;
	text-align: left;
}
.rcalendar-prev i,
.rcalendar-next i {
	font-size: 24px;
	color: #fff;
	transition: all 0.2s ease 0s;
	padding: 11px 12px 13px 12px;
	border: 2px solid transparent;
    cursor: pointer;
}
.rcalendar-prev i:hover,
.rcalendar-next i:hover {
	border-color: #fff;
}
.rmonth {
	float: left;
	width: 336px;
	height: 384px;
}
.rmonth-0 {
	margin: 0 24px;
}
.rmonth-1,
.rmonth-2,
.rmonth-3,
.rmonth-4,
.rmonth-5,
.rmonth-6,
.rmonth-7,
.rmonth-8,
.rmonth-9,
.rmonth-10,
.rmonth-11,
.rmonth-12,
.rmonth-13 {
	margin: 0 24px 0 0;
}
.rmonth-head {
	height: 36px;
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.rmonth-day {
	height: 24px;
	margin-top: 24px;
	margin-bottom: 12px;
	float: left;
	width: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.rmonth-days,
.rmonth-days-padding  {
	height: 40px;
	float: left;
	width: 40px;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	font-weight: 100;
	border: 2px solid transparent;
	transition: all 0.2s ease-in-out 0s;
	margin: 2px;
}
.rday-active, 
.rday-inactive {
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
}	
.rday-active:hover {
	border-color: #fff;
}
/* -------------------- Calendar  -------------------- */
.rmonth-head,
.rmonth-day,
.rmonth-days {
	color: #fff;
}
.rmonth-days-padding {
	color: rgba(255,255,255,.4);
}
.rday-active {
	color: #fff;
}
.rday-inactive {
	color: #efefef;
}
.rday-active:hover {
	color: #fff;
	border-color: #fff;
}
.rday-locked,
.rday-locked-from,
.rday-locked-to {
	color: #fff;
	border-color: #fff;
}
/* -------------------- Vimeo -------------------- */
.vimeo {
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	padding-top: 100%;
	background-position: center center;
	background-size: cover;
}
.vimeo-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.vimeo iframe {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.desktopVids {
	display: none;
}
@media only screen and (min-width: 1024px) {
	.mobileVids {
		display: none;
	}
	.desktopVids {
		display: block;
	}
}
/* -------------------- Galerien -------------------- */
.fs {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 999;
	display: none;
}
.fs.open {
	display: block;
}
.fs-inner {
	padding: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}
.fs-inner-content {
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: column; flex-direction: column;
	width: 100%;
	height: 100%;
	position: relative;
}
.fs-counter {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 50px;
	height: 26px;
	font-size: 1em;
	color: #fff;
}
a.fs-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
    transition: all 0.2s ease-out 0s;
    background-size: 26px 26px;
    background-image: url(/wp-content/themes/provocateur/img/icon-x.png);
    background-repeat: no-repeat;
	z-index: 999;
}
.fs-gallery {
	width: 100%;
	height: 100%;
	position: relative;
}
body.gallery-open {
	position: relative;
	overflow: hidden;
}
.modul-galerie {
	padding-top: 40px;
	margin-bottom: 80px;
}
.modul-galerie .grid-inner {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.modul-galerie .col {
	margin: 10px;
	width: calc(100% - 20px);
}
@media only screen and (min-width: 480px) {
	.modul-galerie .col {
		width: calc(100%/2 - 20px);
	}
}
@media only screen and (min-width: 992px) {
	.modul-galerie .grid-inner {
		margin: -20px;
	}
	.modul-galerie .col {
		margin: 20px;
		width: calc(100%/3 - 40px);
	}
}
.fs-slider {
	width: calc(100% - 120px);
	position: absolute;
	overflow: hidden;
	height: calc(100% - 132px);
	left: 60px;
	right: 60px;
	top: 66px;
	bottom: 66px;
}
.fs-slider-inner {
	width: 100%;
	height: 100%;
}
.fs-slider .fs-slides {
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: row; flex-direction: row;
	-ms-flex-wrap: none; flex-wrap: no-wrap;
	flex-wrap: nowrap;
	height: 100%;
}
.fs-slider .fs-slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.fs-slider .fs-slide-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.fs-slider .fs-slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#fs-gallery a.fs-control {
	display: -ms-flexbox; display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
	position: absolute;
	top: calc(50% - 13px);
	bottom: calc(50% - 13px);
	width: 26px;
	height: 26px;
}
#fs-gallery a.fs-control-left {
	left: 0;
}
#fs-gallery a.fs-control-right {
	right: 0;
}
@media (hover: hover) {
	#fs-gallery a.fs-control.hasControlHover:hover {
		width: 120px;
	}
}
#fs-gallery .fs-slide-content {
	background-color: transparent !important;
}
.galeriekacheln {
	margin-top: 60px;
	margin-bottom: 80px;
}
.galeriekacheln-entries {
	display: flex;
	flex-wrap: wrap;
	margin: -20px - 10px;
}
.galeriekacheln-entry, .galeriekacheln-filter {
	margin: 20px 10px;
	width: calc(100% - 20px);
}
.galeriekacheln-entry {
	display: none;
}
.galeriekacheln-entry.active {
	display: block;
}
@media only screen and (min-width: 480px) {
	.galeriekacheln-entries {
	}
	.galeriekacheln-entry {
		width: calc(50% - 20px);
	}
}
@media only screen and (min-width: 991px) {
	.galeriekacheln-entries {
		margin: -40px -20px;
	}
	.galeriekacheln-entry {
		margin: 40px 20px;
		width: calc(100%/3 - 40px);
	}
	.galeriekacheln-filter {
		margin: 40px 20px;
		width: calc(100% - 40px);
	}
}
.back-link a, .galeriekacheln-filter a {	
	font-weight: 700;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	color: #222;
	text-decoration: none;
    transition: all 0.2s ease-out 0s;
    outline: none;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.back-link a:hover, .galeriekacheln-filter a:hover, .galeriekacheln-filter a.active {
	border-bottom: 2px solid #222;
}
.galeriekacheln-filter a {
	margin: 0 .25em;
}
.galeriekacheln-filter-inner {
	text-align: center;
}