/* ------------------------------------- */	
/* --- Body ---
/* ------------------------------------- */	


.hasCTA .site_content {
}
.hasCTA #awesome_header.site_header {
	top: 3em;
}
@media only screen and (min-width: 1280px) {
	.hasCTA .site_content {
		margin-top: 0;
	}
	.hasCTA #awesome_header.site_header {
		top: 0;
	}
}
section.isLight {
	color: var(--isRoomersBlack);
	background-color: var(--isRoomersWhiteBG);
}
.wpcf7-submit {
    text-decoration: none;
    background-color: transparent;
	cursor: pointer;
}
.wpcf7-submit:visited,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active {
    outline: 0;
    outline: none;
}
.wpcf7-submit,
[type="submit"] {
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	outline: none;
	padding: 1em 2em;
	border: none;
	cursor: pointer;
}
/* ------------------------------------- */	
/* --- Screen Reader ---
/* ------------------------------------- */
.screen_reader_text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
/* ------------------------------------- */	
/* --- Module ---
/* ------------------------------------- */	
section {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.section_background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
section.hasColor .section_background div {
	display: none;
}
section.hasPicture .section_background div {
	background-position: left top;
	background-size: 100% auto;
	background-repeat: repeat-y;
	width: 100%;
	height: 100%; 
}
section.hasBackgroundImage .section_background div {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%; 
}
.section_inner {
	position: relative;
	overflow: hidden;
}
/* ------------------------------------- */	
/* --- Controls ---
/* ------------------------------------- */	
.awesome_control_following {
	position: absolute;
	top: 0;
	bottom: 0;
}
.awesome_control_following_left {
	left: 0;
	right: 50%;
}
.awesome_control_following_right {
	left: 50%;
	right: 0;
}
.left,
.right,
.container {
  width: 100%;
}

.container {
	display: flex;
	cursor: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.left {
  cursor: none;
  height: 100%;
}

.right {
  cursor: none;
  height: 100%;
}

#cursor {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	will-change: transform;
	pointer-events: none;
}
 #cursor > img {
    will-change: transform;
    transition: all 0.5s cubic-bezier(0.6, 1.46, 0.53, 0.92);
    opacity: 0;
    width: 4em;
    height: 4em;
	 margin: -2em 0 0 -2em;
}
.awesome_control {
	position: absolute;
	background-size: contain;
	background-blend-mode: multiply;
	background-position: center center;
	opacity: .7;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	background-repeat: no-repeat;
}
.awesome_control:hover {
	opacity: 1;
}
.awesome_control_left,
.awesome_control_right {
	width: 4rem;
	top: 0;
	bottom: 0;
}
.awesome_control_left {
	transform: rotate(180deg);
	left: 0;
}
.awesome_control_right {
	right: 0;
}
.awesome_control_top {
	transform: rotate(270deg);
	width: 4rem;
	height: 4rem;
	right: 0;
	bottom: 0;
}
.awesome_control_left,
.awesome_control_right,
.awesome_control_top {
    background-color: #ffffff;
}
.awesome_control_left,
.awesome_control_right,
.awesome_control_top {
    background-image: url(../res/ROO_theme_arrow_right_160x160.png);
}
.awesome_control_start {
    background-image: url(../res/ROO_theme_caret_down_124x64.png);
	width: 4rem;
	height: 2rem;
	bottom: 2rem;
	left: calc(50% - 2rem);
}
.modal_close div,
.site_header_burger div {
	background-color: var(--isRoomersWhite);
}
.modal_close:hover div,
.site_header_burger:hover div {
	background-color: var(--isWhite);
}
/* ------------------------------------- */	
/* --- Optionales Logo ---
/* ------------------------------------- */	
.opt_logo {
	position: absolute;
	width: 10rem;
	height: auto !important;
	bottom: 6rem;
	left: calc(50% - 5rem);
	z-index: 3;
}
/* ------------------------------------- */				
/* --- Buttons & Links ---
/* --- overrides fonts.css ---
/* ------------------------------------- */
.wpcf7-submit {
	color: #d2d2d0;
	background: linear-gradient(to bottom, #3c3737 5%, #282323 95%);
	width: fit-content;
}
.wpcf7-submit:hover {
	color: #fff;
}
.wpcf7-submit::before {
    background-image: linear-gradient(to bottom, #3c3737 5%, #140f0f 100%);
}
a.button_gold {
	color: #fff;
	background: linear-gradient(to bottom, #c5af86 5%, #886a48 95%);
}
a.button_gold::before {
    background-image: linear-gradient(to bottom, #c5af86 5%, #534029 100%);
}
a.button_gold,
.wpcf7-submit {
	position: relative;
	z-index: 100;
}
a.button_gold::before,
.wpcf7-submit::before {
	opacity: 0;
	border-radius: inherit;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -100;
	transition: all .2s ease-in-out 0s;
}
a.button_gold:hover::before,
.wpcf7-submit:hover::before {
	opacity: 1;
}
a.tischres_trigger,
a.button_date {
	-ms-flex-pack: start; justify-content: flex-start;
	font-style: normal;
	font-weight: 700;
}
a.tischres_trigger i,
a.button_date i {
	margin-left: auto;
}
a.tischres_trigger span,
a.button_date span {
	margin-right: .5em;
	margin-left: .5em;
	font-weight: 400;
}
.tischres_desktop a.button {
	margin: 0 1rem 0 0;
}
.tischres_desktop a.button:last-child {
	margin: 0;
}

/* ------------------------------------- */				
/* --- Grid ---
/* ------------------------------------- */
.awesome_grid {
	display: flex;
}
.awesome_grid_x0 {
	margin-left: 0;
	margin-right: 0;
}
.awesome_grid_x1 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.awesome_grid_x2 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.awesome_grid_x3 {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.awesome_grid_y0 {
	margin-top: 0;
	margin-bottom: 0;
}
.awesome_grid_y1 {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
.awesome_grid_y2 {
	margin-top: -1rem;
	margin-bottom: -1rem;
}
.awesome_grid_y3 {
	margin-top: -1.5rem;
	margin-bottom: -1.5rem;
}
.awesome_grid_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.awesome_col {
	width: 100%;
}
.awesome_col_inner {
	position: relative;
}
.awesome_grid_y0 > .awesome_grid_inner > .awesome_col  > .awesome_col_inner {
	padding-top: 0;
	padding-bottom: 0;
}
.awesome_grid_y1 > .awesome_grid_inner > .awesome_col  > .awesome_col_inner {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.awesome_grid_y2 > .awesome_grid_inner > .awesome_col  > .awesome_col_inner {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.awesome_grid_y3 > .awesome_grid_inner > .awesome_col  > .awesome_col_inner {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.awesome_grid_x0 > .awesome_grid_inner > .awesome_col  > .awesome_col_inner {
	padding-left: 0;
	padding-right: 0;
}
.awesome_grid_x1 > .awesome_grid_inner > .awesome_col  > .awesome_col_inner {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.awesome_grid_x2 > .awesome_grid_inner > .awesome_col  > .awesome_col_inner {
	padding-left: 1rem;
	padding-right: 1rem;
}
.awesome_grid_x3 > .awesome_grid_inner > .awesome_col  > .awesome_col_inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media only screen and (min-width: 480px) {
	.awesome_col_25_float {
		width: 50%;
	}
}
@media only screen and (min-width: 640px) {
	.awesome_col_25 {
		width: 50%;
	}
	.awesome_col_50 {
		width: 50%;
	}
	.awesome_col_33_float {
		width: 50%;
	}
}
@media only screen and (min-width: 800px) {
	.awesome_col_25_float {
		width: calc(100%/3);
	}
	.awesome_col_33 {
		width: calc(100%/3);
	}
	.awesome_col_33_float {
		width: calc(100%/3);
	}
}
@media only screen and (min-width: 960px) {
	.awesome_col_25 {
		width: 25%;
	}
	.awesome_col_25_float {
		width: 25%;
	}
}
.grid {
	display: -ms-flexbox; display: flex;
	margin: -1.5rem -0.5rem;
}
.grid_1x1 {
	margin: -0.5rem -0.5rem;
}
.grid_2x1 {
	margin: -1rem -0.5rem;
}
.grid_masonry {
}
.grid_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.col {
	margin: 1.5rem 0.5rem;
	width: calc(100% - 1rem);
}
.grid_1x1 .col {
	margin: 0.5rem;
}
.grid_2x1 .col {
	margin: 1rem 0.5rem;
}
.col_masonry {
	width: 100%;
}
.col_inner {
	width: 100%;
}
.col_masonry_inner {
}
@media only screen and (min-width: 480px) {
	.col_25_float {
		width: calc(50% - 1rem);
	}
}
@media only screen and (min-width: 640px) {
	.col_25 {
		width: calc(50% - 1rem);
	}
	.col_50 {
		width: calc(50% - 1rem);
	}
	.col_masonry_50 {
		width: 50%;
	}
}
@media only screen and (min-width: 800px) {
	.col_25_float {
		width: calc(100%/3 - 0.1px - 1rem);
	}
	.col_33 {
		width: calc(100%/3 - 0.1px - 1rem);
	}
}
@media only screen and (min-width: 960px) {
	.col_25 {
		width: calc(25% - 1rem);
	}
	.col_25_float {
		width: calc(25% - 1rem);
	}
}
.modul_formular .section_inner,
.modul_neighborhood_map_top .section_inner,
.modul_neighborhood_map_bottom .section_inner,
.modul_testimonialsfader .section_inner,
.modul_texteditor .section_inner,
.modul_video .section_inner,
.modul_slider .section_inner,
.modul_jobakkordeon .section_inner,
.modul_magazin .section_inner,
.modul_instagram .section_inner,
.modul_clippingsslider .section_inner,
.modul_clippingskacheln .section_inner,
.modul_blogslider .section_inner,
.modul_bild_text .section_inner,
.modul_blogkacheln .section_inner,
.modul_linkliste .section_inner,
.modul_akkordeon .section_inner,
.modul_zimmer .section_inner,
.modul_html .section_inner,
.modul_galerie .section_inner,
.modul_tischres .section_inner,
.modul_tischres_heidi .section_inner,
.modul_eventkalender .section_inner {
	width: 100%;
	max-width: 80em;
	margin: 0 auto;
	padding: 5rem 2rem;
}
.modul_teaser_xl .section_inner {
	width: 100%;
	max-width: 80em;
	margin: 0 auto;
	padding: 10rem 2rem;
}
@media only screen and (min-width: 480px) {
	.modul_testimonialsfader .section_inner {
		padding: 5rem;
	}
	.modul_formular .section_inner,
	.modul_neighborhood_map_top .section_inner,
	.modul_neighborhood_map_bottom .section_inner,
	.modul_testimonialsfader .section_inner,
	.modul_texteditor .section_inner,
	.modul_video .section_inner,
	.modul_slider .section_inner,
	.modul_jobakkordeon .section_inner,
	.modul_magazin .section_inner,
	.modul_instagram .section_inner,
	.modul_clippingsslider .section_inner,
	.modul_clippingskacheln .section_inner,
	.modul_blogslider .section_inner,
	.modul_bild_text .section_inner,
	.modul_blogkacheln .section_inner,
	.modul_linkliste .section_inner,
	.modul_akkordeon .section_inner,
	.modul_zimmer .section_inner,
	.modul_html .section_inner,
	.modul_galerie .section_inner,
	.modul_tischres .section_inner,
	.modul_tischres_heidi .section_inner,
	.modul_eventkalender .section_inner {
		padding: 5rem;
	}
	.modul_teaser_xl .section_inner {
		padding: 10rem 5rem;
	}
}
/* ------------------------------------- */	
/* --- Modul Headerslider ---
/* ------------------------------------- */	
.modul_headerslider img {	
	height: 100%;
	object-fit: cover;
}
/* ------------------------------------- */				
/* --- Modul Akkordeon ---			
/* --- Modul Jobakkordeon ---			
/* --- Modul Zimmer ---
/* ------------------------------------- */	
.modul_akkordeon,
.modul_jobakkordeon,
.modul_zimmer {
	width: 100%;
}
.isAccordeonGroup {
	width: 100%;
}
.isAccordeon {
	border-top: 1px solid var(--isRoomersWhite);
	overflow: hidden;
	position: relative;
}
.isAccordeon .acc-anker {
	position: absolute;
	top: -7rem;
}
.isAccordeon:last-child {
	border-bottom: 1px solid var(--isRoomersWhite);
}
section.isLight .isAccordeon {
	border-top-color: var(--isRoomersBlack);
}
section.isLight .isAccordeon:last-child {
	border-bottom-color: var(--isRoomersBlack);
}
.isAccordeonHeader {
	display: flex;
}
.isAccordeonHeader .awesome_col_inner {
	width: 100%;
}
.isAccordeonHeader h3,
.isAccordeonHeader h4 {
	position: relative;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
	max-width: 100%;
	margin: 2rem 0;
	padding-right: 4rem;
}
.isAccordeonHeader h3:before,
.isAccordeonHeader h4:before {
	position: absolute;
	content: '';
	top: .2em;
	bottom: .2em;
	height: .8em;
	margin-left: calc(.4em - .5px);
	margin-right: calc(.4em - .5px);
	width: 1px;
	right: 0;
	transition: all .2s ease-in-out 0s;
	background-color: var(--isRoomersWhite);
}
.isAccordeonHeader h3:after,
.isAccordeonHeader h4:after {
	position: absolute;
	content: '';
	top: .2em;
	bottom: .2em;
	height: 1px;
	margin-top: calc(.4em - .5px);
	margin-bottom: calc(.4em - .5px);
	width: .8em;
	right: 0;
	background-color: var(--isRoomersWhite);
}
section.isLight .isAccordeonHeader h3:before,
section.isLight .isAccordeonHeader h4:before,
section.isLight .isAccordeonHeader h3:after,
section.isLight .isAccordeonHeader h4:after {
	background-color: var(--isRoomersBlack);
}
.isAccordeonContent {
	max-height: 0;
	transition: all .2s ease-in-out 0s;
	overflow: hidden;
}
.isAccordeon.isOpen .isAccordeonContent {
	max-height: 99999px;
	padding-bottom: 2rem;
}
.isAccordeon.isOpen .isAccordeonHeader h3:before,
.isAccordeon.isOpen .isAccordeonHeader h4:before {
	opacity: 0;
}
.isAccordeonHeader h3:hover,
.isAccordeonHeader h4:hover {
	color: var(--isWhite);
}
.isAccordeonHeader h3:hover:before,
.isAccordeonHeader h3:hover:after,
.isAccordeonHeader h4:hover:before,
.isAccordeonHeader h4:hover:after {
	background-color: var(--isWhite);
}
section.isLight .isAccordeonHeader h3:hover,
section.isLight .isAccordeonHeader h4:hover {
	color: var(--isRoomersBlack);
}
section.isLight .isAccordeonHeader h3:hover:before,
section.isLight .isAccordeonHeader h3:hover:after,
section.isLight .isAccordeonHeader h4:hover:before,
section.isLight .isAccordeonHeader h4:hover:after {
	background-color: var(--isRoomersBlack);
}
.hc-joblist {
	margin: 0;
}
.hc-joblist .hc-joblist-offer-date {
	float: right;
}
.hc-joblist ul {
	margin: 0;
	max-width: 100%;
}
.modul_neighborhood_map_bottom .isAccordeon h3, 
.modul_neighborhood_map_bottom .isAccordeon h4, 
.modul_neighborhood_map_bottom .isAccordeon h5, 
.modul_neighborhood_map_bottom .isAccordeon h6, 
.modul_neighborhood_map_bottom .isAccordeon p, 
.modul_neighborhood_map_bottom .isAccordeon ol, 
.modul_neighborhood_map_bottom .isAccordeon ul, 
.modul_akkordeon .isAccordeon h3, 
.modul_akkordeon .isAccordeon h4, 
.modul_akkordeon .isAccordeon h5, 
.modul_akkordeon .isAccordeon h6, 
.modul_akkordeon .isAccordeon p, 
.modul_akkordeon .isAccordeon ol, 
.modul_akkordeon .isAccordeon ul, 
.modul_jobakkordeon .isAccordeon h3, 
.modul_jobakkordeon .isAccordeon h4, 
.modul_jobakkordeon .isAccordeon h5, 
.modul_jobakkordeon .isAccordeon h6, 
.modul_jobakkordeon .isAccordeon p, 
.modul_jobakkordeon .isAccordeon ol, 
.modul_jobakkordeon .isAccordeon ul {
	max-width: 100%;
}
/* ------------------------------------- */				
/* --- Modul N-Map ---
/* ------------------------------------- */
.gm-style .gm-style-iw,
.gm-style {
	font-size: 1em !important;
}
.modul_neighborhood_map_top,
.modul_neighborhood_map_bottom {
}
.modul_neighborhood_map_center p.nmap {
	color: #000;
}
#nmap {
	width: 100%;
	height: 590px;
	position: relative;
}
#nmap_dropdown {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	color: #d2d2d0;
	outline: none;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
}
h3.nmap_dropdown_wrapper {
	position: relative;
	border-bottom: 1px solid #d2d2d0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
}
.nmap_dropdown_wrapper::before {
    position: absolute;
    content: '';
    top: .2em;
    bottom: .2em;
    height: .8em;
    margin-left: calc(.4em - .5px);
    margin-right: calc(.4em - .5px);
    width: 1px;
    right: 0;
    transition: all .2s ease-in-out 0s;
    background-color: #d2d2d0;
}
.nmap_dropdown_wrapper::after {
    position: absolute;
    content: '';
    top: .2em;
    bottom: .2em;
    height: 1px;
    margin-top: calc(.4em - .5px);
    margin-bottom: calc(.4em - .5px);
    width: .8em;
    right: 0;
    background-color: #d2d2d0;
}
#nmap_dropdown option {
	outline: none;
	height: inherit;
	background-color: #191414;
	color: #d2d2d0;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
select::-ms-expand {
  display: none;
}
@media only screen and (min-width: 800px) {
	#nmap_dropdown,
	#nmap_dropdown option {
		height: 36px;
		font-size: 28px;
		line-height: 36px;
	}
}
@media only screen and (min-width: 960px) {
	#nmap_dropdown,
	#nmap_dropdown option {
		line-height: 38px;
		height: 38px;
	}
}
@media only screen and (min-width: 1120px) {
	#nmap_dropdown,
	#nmap_dropdown option {
		height: 40px;
		font-size: 32px;
		line-height: 40px;
	}
}
@media only screen and (min-width: 1280px) {
	#nmap_dropdown,
	#nmap_dropdown option {
		height: 42px;
		line-height: 42px;
	}
}

a.nmaploclink {
	margin-top: .5em;
	display: block;
	color: #000;
}
a.nmaploclink::before {
	content: '— ';
}
p.gm {
	color: #000;
}
/* ------------------------------------- */				
/* --- Modul Galerie ---
/* ------------------------------------- */	
.modul_galerie {
}
/* ------------------------------------- */				
/* --- Modul Googlemap ---
/* ------------------------------------- */
.modul_googlemap {
}
.modul_googlemap p, .modul_googlemap a {
	color: #191414;
	margin: 0;
}
/* ------------------------------------- */				
/* --- Modul Linkliste ---
/* ------------------------------------- */	
.modul_linkliste {
}
/* ------------------------------------- */				
/* --- Modul Teaser XL ---
/* ------------------------------------- */	
.modul_teaser_xl.hasBackgroundImage .section_background div {
	background-blend-mode: multiply;
	background-color: var(--isRoomersAlphaLight);
}
/* ------------------------------------- */				
/* --- Modul Bild / Text ---
/* ------------------------------------- */	
.modul_bild_text {
}
/* ------------------------------------- */	
/* --- Modul Blogfilter---
/* --- Modul Eventfilter---
/* ------------------------------------- */	
.awesome_filter {
	width: 100%;
}
.awesome_filter .awesome_filter_item {
	font-weight: 700;
	margin: 0;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
}
.awesome_filter .awesome_filter_item:hover,
.awesome_filter .awesome_filter_item.isActive {
	color: #fff;
}
.awesome_filter .awesome_filter_sep {
	margin: 0 .5em;
	font-weight: 700;
}
/* ------------------------------------- */	
/* --- Modul Eventkacheln ---
/* ------------------------------------- */	
.modul_eventkalender {
}
.modul_eventkalender h3 {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.modul_eventkalender .isEventkachel {
	display: none;
}
.modul_eventkalender .isEventkachel.isActive {
	display: block;
}
.modul_eventkalender .awesome_event_inner {
	display: -ms-flexbox; display: flex;
	-ms-flex-wrap: none; flex-wrap: nowrap; flex-wrap: no-wrap;
	min-height: 12rem;
}
.modul_eventkalender .isEventkachel .awesome_event_inner {
	margin: 0 -0.5rem;
}
.modul_eventkalender .isEventkachel.isOdd .awesome_event_inner {
	-ms-flex-direction: row; flex-direction: row;
}
.modul_eventkalender .isEventkachel.isEven .awesome_event_inner {
	-ms-flex-direction: row-reverse; flex-direction: row-reverse;
}
.awesome_event_title {
	width: 25%;
	margin: 0 .5rem;
}
.awesome_event_image {
	width: 50%;
	margin: 0 .5rem;
	position: relative;
	cursor: pointer;
}
.awesome_event_content {
	width: 25%;
	margin: 0 .5rem;
}
.awesome_event_image_background {
    position: absolute;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center center;
    background-size: cover;
    background-position: center center;
    -webkit-filter: grayscale(100%) contrast(125%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -moz-filter: grayscale(100%) contrast(125%);
    -ms-filter: grayscale(100%) contrast(125%);
    -o-filter: grayscale(100%) contrast(125%);
    filter: grayscale(100%) contrast(125%);
}
.awesome_event_image_color {
    position: absolute;
	height: calc(100% - 4rem);
	padding: 2rem;
	mix-blend-mode: multiply;
	width: calc(100% - 2rem);
}
.awesome_event_image_title {
    position: absolute;
	height: calc(100% - 4rem);
	margin: 2rem;
	padding: 2rem;
}
.modul_eventkalender .isEventkachel.isOdd .awesome_event_image_color {
	margin: 2rem 2rem 2rem 0;
}
.modul_eventkalender .isEventkachel.isOdd .awesome_event_image_title {
	left: calc(-50% - 1rem);
	right: 0;
}
.modul_eventkalender .isEventkachel.isEven .awesome_event_image_color {
	margin: 2rem 0 2rem 2rem;
}
.modul_eventkalender .isEventkachel.isEven .awesome_event_image_title {
	right: calc(-50% - 1rem);
	left: 0;
}
.awesome_event_image_background_hover {
    position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.awesome_event_image:hover .awesome_event_image_background_hover {
	opacity: 0.2;
}
.event-image, 
.event-hover {
    position: absolute;
    height: 300px;
    top: 0;
    right: 12px;
    width: calc(100%/3*2 - 24px);
}
.event-color {
    position: absolute;
    min-height: 220px;
    top: 40px;
    left: 12px;
    width: calc(100%/9*8 - 24px);
    width: 85%;
}
.event-title {
    position: absolute;
    min-height: 220px;
    top: 40px;
    left: 12px;
    width: calc(100%/9*8 - 24px);
}
/* ------------------------------------- */	
/* --- Modul Blogkacheln ---
/* ------------------------------------- */	
.modul_blogkacheln {
}
.modul_blogkacheln .isBlogkachel {
	display: none;
}
.modul_blogkacheln .isBlogkachel.isActive {
	display: block;
}
.modul_blogkacheln .awesome_post_image {
	width: 100%;
	padding-bottom: calc(100%/3*2);
	overflow: hidden;
	position: relative;
}
.modul_blogkacheln .awesome_post_image img {
	position: absolute;
	width: 100%;
	height: 100%;	
	object-fit: cover;	
	object-position: center center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.modul_blogkacheln .awesome_post_image img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);	
	-ms-transform: scale(1.05);	
	-o-transform: scale(1.05);	
	transform: scale(1.05);
}
.awesome_post_content {
	margin-top: 0.5rem;
}
.awesome_post_content h5 {
	text-transform: uppercase;
}
/* ------------------------------------- */	
/* --- Modul Clippingskacheln ---
/* ------------------------------------- */	
.modul_clippingskacheln {
}
.modul_clippingskacheln .isClippingskachel {
	border-bottom: 1px solid #4a4646;
	padding-bottom: 3rem;
	margin-bottom: 2.5rem;
}
.modul_clippingskacheln .isClippingskachel:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.modul_clippingskacheln img {
	width: 210px;
	height: 70px;
}
@media only screen and (min-width: 640px) {
	.modul_clippingskacheln .isClippingskachel {
		width: calc(50% - 1rem);
		margin-right: 1rem;
		float: left;
	}
	.modul_clippingskacheln .isClippingskachel.isRight  {
		margin-left: 1rem;
		margin-right: 0;
		float: right;
	}
}
.modul_clippingskacheln h3 {
	font-family: Velino Display;
	line-height: 1.2;
	margin: 2rem 0 3rem 0;
	text-transform: none;
	font-weight: 300;
}
/* --------------------------------------------------------------- */
/* --- Modul Clippingsslider / Modul Slider / Modul Blogslider ---
/* --------------------------------------------------------------- */
.modul_blogslider,
.modul_clippingsslider,
.modul_slider {
}
.awesome_blogslider,
.awesome_slider {
	position: relative;
	width: 100%;
}
.awesome_blogslides,
.awesome_slides {
	width: calc(100% - 4rem);
	overflow: hidden;
}
.awesome_blogslides_inner,
.awesome_slides_inner {
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: row; flex-direction: row;
	-ms-flex-wrap: none; flex-wrap: nowrap; flex-wrap: no-wrap;
}
.awesome_blogslide {
	flex-grow: 0;
    flex-shrink: 0;
}
.awesome_blogslide_inner {
}
.awesome_post_image a {
	display: block;
}
.modul_clippingsslider .awesome_control_right {
	top: calc(70px + 2rem);
}
.modul_clippingsslider h2 {
	text-align: center;
	max-width: 100%;
}
.modul_clippingsslider h3 {
	font-family: Velino Display;
	line-height: 1.2;
	margin: 2rem 0 0 0;
	text-transform: none;
	font-weight: 300;
	max-width: 100%;
	padding-right: 2rem;
}
.modul_clippingsslider img {
	width: 210px;
	height: 70px;
}
@media only screen and (min-width: 640px) {
	.awesome_blogslide_inner {
		padding-right: 1rem;
	}
}
/* ------------------------------------- */
/* --- Modul Instagram ---
/* ------------------------------------- */
.modul_instagram {
}
.modul_instagram .section_inner > div {
	display: -ms-flexbox; display: flex;
	margin: -0.5rem;
}
#sb_instagram {
	padding: 0 !important;
}
#sb_instagram .sbi_info {
	color: inherit !important;
}
#sbi_images {
	padding: 0 !important;
}
#sbi_images .sbi_photo_wrap {
	margin: 0.5rem !important;
	padding: 0 !important;
}
/* ------------------------------------- */
/* --- Modul Magazin ---
/* ------------------------------------- */
.modul_magazin {
}
/* ------------------------------------- */
/* --- Modul Teaser ---
/* ------------------------------------- */
.modul_teaser .teaser3 h2 {
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}
.modul_teaser .teaser2 .teaser-color,
.modul_teaser .teaser3 .teaser-color {
	background-color: var(--isRoomersAlphaDark);
}
.modul_teaser {
	width: 100%;
}
.modul_teaser .section_inner {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.modul_teaser .teaser {
	position: relative;
	width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 640px) {
	.modul_teaser .teaser3 {
		width: 50%;
	}
}
@media only screen and (min-width: 800px) {
	.modul_teaser .teaser2 {
		width: 50%;
	}
}
@media only screen and (min-width: 960px) {
	.modul_teaser .teaser3 {
		width: calc(100%/3);
	}
}
.modul_teaser .teaser-background,
.modul_teaser .teaser-color,
.modul_teaser .teaser-inner,
.modul_teaser .teaser-inner-hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.modul_teaser .teaser-background {
	z-index: 0;
	background-color: var(--isRoomersAlphaLight);
	transition: all 0.2s ease-in-out;
}
.modul_teaser .teaser-background img {
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
}
.modul_teaser .teaser-background .vimeo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
	mix-blend-mode: multiply;
}
.modul_teaser .teaser-background .video iframe {
	width: 100%;
	height: 100%;
}
.modul_teaser .vimeo-wrapper .video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #000;
}
.modul_teaser .vimeo-wrapper .video.format-1_1 {
	min-width: calc(100%*1/1);
	min-height: calc(100%/1*1);
}
.modul_teaser .vimeo-wrapper .video.video.format-2_1 {
	min-width: calc(100%*2/1);
	min-height: calc(100%/1*2);
}
.modul_teaser .vimeo-wrapper .video.video.format-3_2 {
	min-width: calc(100%*3/2);
	min-height: calc(100%/2*3);
}
.modul_teaser .vimeo-wrapper .video.video.format-4_3 {
	min-width: calc(100%*4/3);
	min-height: calc(100%/3*4);
}
.modul_teaser .vimeo-wrapper .video.video.format-16_9 {
	min-height: calc(9/16*100vw);
	min-width: calc(16/9*100vh);
}
.modul_teaser .teaser-color {
	z-index: 2;
	opacity: 0;
	mix-blend-mode: multiply;
	transition: all 0.2s ease-in-out;
}
.modul_teaser .teaser-inner,
.modul_teaser .teaser-inner-hover {
	transition: all 0.2s ease-in-out;
}
.modul_teaser .teaser-inner {
	z-index: 3;
}
.modul_teaser .teaser-inner-hover {
	z-index: 4;
	opacity: 0;
}
.modul_teaser .teaser-inner > div,
.modul_teaser .teaser-inner-hover > div {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modul_teaser .teaser1 .teaser-inner div div,
.modul_teaser .teaser1 .teaser-inner-hover div div {
	padding: 12rem 5rem;
	margin: 0 auto;
	max-width: 80em;
	width: 100%;
}
.modul_teaser .teaser2 .teaser-inner div div,
.modul_teaser .teaser2 .teaser-inner-hover div div,
.modul_teaser .teaser3 .teaser-inner div div,
.modul_teaser .teaser3 .teaser-inner-hover div div {
	padding: 5rem;
	margin: 0 auto;
}
.modul_teaser .teaser2:hover .teaser-inner,
.modul_teaser .teaser3:hover .teaser-inner {
	opacity: 0;
}
.modul_teaser .teaser2:hover .teaser-inner-hover,
.modul_teaser .teaser3:hover .teaser-inner-hover {
	opacity: 1;
}
.modul_teaser .teaser2:hover .teaser-background,
.modul_teaser .teaser3:hover .teaser-background {
	background-color: var(--isRoomersAlphaDark);
}
.modul_teaser .vimeo-wrapper,
.modul_teaser .poster-wrapper{
	display: none !important;
}
.modul_teaser .vimeo-wrapper.isVisible,
.modul_teaser .poster-wrapper.isVisible {
	display: block !important;
}
/* ------------------------------------- */
/* --- Modul Teaser Parallax ---
/* ------------------------------------- */
.modul_teaser_parallax {
	width: 100%;
}
.modul_teaser_parallax .section_inner {
	width: 100%;
	height: 100%;
}
.modul_teaser_parallax .section_inner > div {
	max-width: 1280px;
	margin: 0 auto;
	padding: 12rem 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modul_teaser_parallax .section_background {
    will-change: transform;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	background-color: var(--isRoomersAlphaLight);
}
.modul_teaser_parallax .section_background img {
    height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
}
.modul_teaser_parallax h2 {
	font-weight: 700;
	line-height: 1;
	margin: 0;
}
.modul_teaser_parallax p.subline {
	font-weight: 100;
	line-height: 1;
	margin: 10px 0 24px 0;
	text-transform: uppercase;
}
/* ------------------------------------- */
/* --- Modul Testimonialsfader ---
/* ------------------------------------- */
.modul_testimonialsfader {
}
.modul_testimonialsfader .isTestimonialsFader {
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.modul_testimonialsfader .isTestimonialsFader .isTestimonial {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.modul_testimonialsfader .isTestimonialsFader.isFader .isTestimonial {
	opacity: 0;
	-webkit-animation-name: fader;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: fader;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: fader;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	animation-name: fader;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.modul_testimonialsfader h2 {
	max-width: 100%;
	text-align: center;
}
.modul_testimonialsfader h3 {
	padding-top: 3rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
	margin: 0 auto;
	text-transform: uppercase;
	width: 100%;
	min-width: 100%;
}
.modul_testimonialsfader p {
	font-family: Velino Display;
	line-height: 1.05;
	font-weight: 300;
	width: 100%;
	min-width: 100%;
	margin: 0;	
	display: -ms-flexbox; display: flex;
	-ms-flex-align: center; align-items: center;
	-ms-flex-pack: center; justify-content: center;
}
/* ------------------------------------- */				
/* --- Modul Texteditor ---
/* ------------------------------------- */	
.modul_texteditor {
}
/* ------------------------------------- */				
/* --- Modul Tischres ---
/* ------------------------------------- */	
.modul_tischres {
}
.tischres_desktop {
	display: none;
}
.tischres_acc {
	max-height: 0;
    transition: all .2s ease-in-out;
	overflow: hidden;
	visibility: collapse;
	margin-top: 0;
	margin-bottom: 0;
}
.modul_tischres.isOpen .tischres_acc {
	max-height: 0;
}
@media only screen and (min-width: 960px) {
	.tischres_mobile {
		display: none;
	}
	.tischres_desktop {
		max-width: 100%;
		display: -ms-flexbox; display: flex;
		/*-ms-flex-pack: end;
		justify-content: flex-end;*/
	}
	.modul_tischres.isOpen .tischres_acc {
		max-height: 99999px;
		visibility: visible;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
.tischres_slider {
	position: relative;
	padding: 0 2.5rem;
}
.tischres_slider_inner {
	overflow: hidden;
}
.tischres_slider .awesome_control {
	position: absolute;
	top: calc(100%/8*3);
	bottom: calc(100%/8*2);
}
.tischres_slider .awesome_control_left {
	left: 0;
	width: 2rem;
}
.tischres_slider .awesome_control_right {
	right: 0;
	width: 2rem;
}
.tischres_slides {
	width: calc(100% * 13);
	height: 100%;
	display: -ms-flexbox; display: flex;
}
.tischres_slide {
	height: 100%;
	width: calc(100% / 13);
}
.tischres_flex,
.tischres_slide_inner {
	width: 100%;
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: row; flex-direction: row;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
}
.tischres_acc h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	width: 100%;
}
.tischres_day_name {
    width: calc(100%/7);
    text-align: center;
    position: relative;
	font-size: 17px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700;
	padding: .5em;
}
.tischres_day_padding {
	display: block;
    width: calc(100%/7);
    text-align: center;
    font-weight: 100;
	padding: .5em;
    background-size: 100%;
    position: relative;
	z-index: 100;
	font-size: 17px;
	line-height: 1.3;
    color: rgba(237, 235, 235, .3);
}
.tischres_btt {
	display: block;
    text-align: center;
    font-weight: 100;
    cursor: pointer;
	padding: .5em;
    background-size: 100%;
    position: relative;
	z-index: 100;
	font-size: 17px;
	line-height: 1.3;
}
.tischres_btt_day {
    width: calc(100%/7);
}
.tischres_btt_persons,
.tischres_btt_time {
    width: calc(100%/3);
}
.tischres_day_name:hover,
.tischres_btt:hover {
    color: #363232;
}
.tischres_day_name::before,
.tischres_btt::before {
    border-radius: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: all .2s ease-in-out 0s;
    background-image: linear-gradient(to bottom, #edebeb 0, #999696 100%);
}
.tischres_day_name:hover::before,
.tischres_btt:hover::before {
    opacity: 1;
}
.tischres_btt.isActive {
    color: #363232;
}
.tischres_btt.isActive::before {
	opacity: 1;
}
/* ------------------------------------- */	
/* --- Modul Video ---
/* ------------------------------------- */	
.modul_video {
}
.video_content {
	width: 100%;
	position: relative;
}
.video_format_1_1 {
	padding-top: calc(100%/1*1);
}
.video_format_2_1 {
	padding-top: calc(100%/2*1);
}
.video_format_3_2 {
	padding-top: calc(100%/3*2);
}
.video_format_4_3 {
	padding-top: calc(100%/4*3);
}
.video_format_16_9 {
	padding-top: calc(100%/16*9);
}
.video_inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/* ------------------------------------- */	
/* --- Modul Footer Newsletter ---
/* ------------------------------------- */
.site_footer_newsletter {
	width: 100%;
	display: block;
}
.site_footer_newsletter_inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	overflow: hidden;
	padding: 4rem 2rem;
}
@media only screen and (min-width: 480px) {
	.site_footer_newsletter_inner {
		padding: 4rem;
	}
}
.footer_newsletter_text {
	margin-bottom: 2em;
}
.footer_newsletter_text_send {
	display: none;
}
/* ------------------------------------- */	
/* --- Site Footer ---
/* ------------------------------------- */	
.site_footer_bottom {
	width: 100%;
	max-width: 100%;
	padding: 4rem 2rem 2rem 2rem;
}
.site_footer_bottom_inner {
	position: relative;
	min-height: 4rem;
	width: 100%;
}
.site_footer_bottom ul {
	padding: 0;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	display: flex;
	flex-direction: column;
	margin: -0.5rem;
}
.site_footer_bottom ul li:before {
	display: none;
}
.site_footer_bottom ul li {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
}
.site_footer_bottom ul li a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1;
	padding: .5rem;
	text-transform: uppercase;
}
.site_footer_bottom_contact {
	display: -ms-flexbox; display: flex;
	margin: 1.5rem -1rem -0.5rem -1rem;
}
.site_footer_bottom_contact h3 {
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: row; flex-direction: row;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
}
.site_footer_bottom_contact span {
	margin: 0 1rem .5rem 1rem;
}
.site_footer_bottom_contact span:first-child {
	width: 100%;
	margin: .5rem 1rem 0 1rem;
}
.site_footer_bottom_logos {
	display: -ms-flexbox; display: flex;
	margin: 1.5rem -1rem -0.5rem -1rem;
}
.site_footer_bottom_logos_inner {
	width: 100%;
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: row; flex-direction: row;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
}
.site_footer_bottom_logo {
	margin: .5rem 1rem;
}
.site_footer_bottom_logo img {
	height: 2em;
	width: auto;
	opacity: .3;
}
.site_footer_bottom_logo a:hover img {
	opacity: 1;
}
.site_footer_bottom_legal {
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: column; flex-direction: column;
	max-width: calc(100% - 4rem - 1.2rem);
}
.site_footer_bottom_menu {
	margin-top: 2.5rem;
}
.site_footer_bottom_copyright {
	margin-top: 1rem;
}
.site_footer_bottom_copyright div {
	padding: 0;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	display: flex;
	flex-direction: column;
	margin: -0.5rem;
}
.site_footer_bottom_copyright div p {
	margin: 0;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
}
.site_footer_bottom_copyright div p span {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: .5rem;
	text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
	.site_footer_bottom_legal,
	.site_footer_bottom ul {
		-ms-flex-direction: row; flex-direction: row;
	}
	.site_footer_bottom_copyright {
		margin-top: 2.5rem;
		margin-left: 1rem;
	}
}
/* ------------------------------------- */	
/* --- Site Header ---
/* ------------------------------------- */	
.modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: column; flex-direction: column;
	background-color: rgba(25,20,20,.9);
}
#room_navigation,
#table_navigation {
	z-index: 10000;
	text-align: center;
}
#room_navigation ul,
#table_navigation ul {
	flex-direction: column;
	display: flex;
	justify-content: center;
}
#room_navigation ul li,
#table_navigation ul li {
	font-size: 1.75em;
	line-height: 1;
  	margin: 1em 0 0 0;
}
#room_navigation .modal_close,
#table_navigation .modal_close {
top: 2rem;
  right: 2rem;
  width: auto;
  height: auto;
}
.modal_booker {
	margin-top: calc(4rem + 40px);
}
.booker {
	width: 100%;
	height: calc(100% - 5rem);
	margin-bottom: 5rem;
	position: relative;
	overflow: hidden;
}
.roo-calendar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.booker .control {
	position: absolute;
	top: calc(100%/8*3);
	bottom: calc(100%/8*2);
}
.booker .control_left {
	left: 0;
	width: 4rem;
}
.booker .control_right {
	right: 0;
	width: 4rem;
}
.roo-calendar-inner {
	position: absolute;
	left: 5rem;
	right: 5rem;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.roo-calendar-inner-m {
	position: absolute;
	width: calc(100% * 6.5);
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox; display: flex;
}
.month {
	height: 100%;
	width: calc(100% / 13);
}
.month-inner {
	padding: 0 1rem;
	display: -ms-flexbox; display: flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	height: 100%;
}
.month h5 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.month-head {
	width: 100%;
	display: -ms-flexbox; display: flex;
	-ms-flex-align: center; align-items: center;
	-ms-flex-pack: center; justify-content: center;
}
.month-day,
.month-days-padding,
.month-days {
	width: calc(100%/7);
	display: -ms-flexbox; display: flex;
	-ms-flex-align: center; align-items: center;
	-ms-flex-pack: center; justify-content: center;
}
.day-inactive,
.month-days-padding {
    color: rgba(237, 235, 235, .3);
}
.month-days-padding,
.month-days {
	font-weight: 300;
	font-size: 26px;
}
.day-active {
    background-size: 100%;
    position: relative;
    z-index: 100;
}
.day-active {
    cursor: pointer;
    background-image: none;
}
.day-inactive {
    cursor: inherit;
    background-image: none;
}
.day-active:hover {
    color: #363232;
}
.day-active::before {
    border-radius: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: all .2s ease-in-out 0s;
}
.day-active:hover::before {
    opacity: 1;
}
.day-active::before, 
.day-locked, 
.day-locked-from,
.day-locked-to {
    color: #363232;
    background-image: linear-gradient(to bottom, #edebeb 0, #999696 100%);
}
.modal_inner {
	padding: 0 2rem;
	width: 100%;
	height: 100%;
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: column; flex-direction: column;
	overflow: auto;
}
.modal_header,
.modal_close {
	position: fixed;
	top: 2rem;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.modal_close {
	right: 2rem;
}
.modal_header {
	left: 2rem;
	width: 100px;
}
#tischres_trigger_close {
	position: absolute;
	top: 0;
	right: 0;
}
.modal_close div {
	width: 35px;
	height: 1px;
	display: block;
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: 12.5px;
	left: -5px;
}
.modal_close div:first-child {
	transform: rotate(45deg);
}
.modal_close div:last-child {
	transform: rotate(-45deg);
}
#fs_booker,
#site_navigation,
#room_navigation,
#table_navigation,
#event_navigation,
.floorplan_modal,
.galerie_modal {
	display: none;
}
#site_navigation {
	z-index: 998;
}
#site_navigation .modal_inner {
	padding: calc(4rem + 2em) 0 0 0;
	width: 100%;
	overflow: hidden;
}

#site_navigation .modal_close {
	bottom: 2rem;
	right: 2rem;
	top: auto;
	left: auto;
	position: absolute;
}
body.fs_booker_open #fs_booker,
body.site_navigation_open #site_navigation,
body.room_navigation_open #room_navigation,
body.table_navigation_open #table_navigation,
body.event_navigation_open #event_navigation,
.floorplan_modal.open,
.galerie_modal.open {
	display: flex;
}
body.fs_booker_open,
body.site_navigation_open,
body.room_navigation_open,
body.table_navigation_open,
body.event_navigation_open,
body.floorplan_modal_open,
body.galerie_modal_open {
	position: relative;
	overflow: hidden;
}
body.fs_booker_open .site_header_wpml,
body.fs_booker_open .site_header_burger,
body.fs_booker_open .site_header_logo {
	opacity: .2;
	pointer-events: none;
}
body.fs_booker_open .site_header {
	background-color: rgba(25, 20, 20, .9);
}
.floorplan_modal .modal_inner {
	padding: 0 2rem;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.floorplan_modal .floorplan_modal_content {
	width: 100%;
	height: 100%;
}
.galerie_modal_content {
	margin: 6rem 0;
	height: calc(100% - 12rem);
	overflow: hidden;
}
.galerie_modal .awesome_slider,
.galerie_modal .awesome_slides {
	width: 100%;
	height: 100%;
}
.awesome_slides_inner {
	height: 100%;
}
.galerie_modal .awesome_control_left,
.galerie_modal .awesome_control_right {
    width: 4rem;
	height: 8rem;
	top: calc(50% - 4rem);
}
.galerie_modal img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.floorplan_modal h5  {
	display: block;
	margin-top: calc(4rem + 40px);
	margin-bottom: 2rem;
	text-transform: uppercase;
	line-height: 1rem;
	height: 1rem;
	max-width: 100%;
	color: var(--isRoomersWhite);
}
.floorplan_modal .floorplan_modal_image {
	height: calc(100% - 10rem - 40px);
}
.floorplan_modal .floorplan_modal_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* ------------------------------------- */	
/* --- FS Navigation ---
/* ------------------------------------- */	
#site_navigation li:before,
#menu_trigger_close {
	display: none;
}
#site_navigation ul {
	padding: 0;
}
body.site_navigation_open #menu_trigger {
	display: none;
}
body.site_navigation_open #menu_trigger_close {
	display: block;
}
#menu_trigger_close {
	position: relative;
	margin-left: 1em;
	cursor: pointer;
	width: 2em;
	left: 0;
	top: 0;
}
.site_header_burger {
	margin-left: 1em;
	cursor: pointer;
	width: 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.site_header_burger div {
	transition: all 0.2s ease-in-out;
	width: 2em;
	height: 1px;
}
.site_header_burger div:first-child {
	margin-bottom: .5em;
}
.site_header_burger div:last-child {
	margin-top: .5em;
}
/* ------------------------------------- */	
/* --- FS Navigation Brand ---
/* ------------------------------------- */	
.fs_navigation {
	margin: auto;
}
.fs_navigation div {
	margin: 2rem 0 0 0;
}
.fs_navigation ul {
	padding: 0;
}
.fs_navigation li {
	margin-bottom: 2rem;
}
.fs_navigation li:last-child {
	margin-bottom: 0;
}
.fs_navigation li::before {
	display: none;
}
.fs_navigation a {
	line-height: 1;
	font-weight: 700;
}
.fs_navigation a span {
	font-weight: 100;
	white-space: nowrap;
}
.fs_navigation ul li.current-menu-item a,
.fs_navigation ul li.current_page_item a {
	font-size: 1em;
	font-weight: 400;
}
/* ------------------------------------- */	
/* --- FS Navigation Destination ---
/* ------------------------------------- */	
.dest_navigation {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.dest_navigation_middle {
	margin-top: auto;
	display: flex;
}
.dest_navigation_middle_left,
.dest_navigation_middle_right {
	width: 50%;
}
.dest_navigation_middle_left_inner,
.dest_navigation_middle_right_inner {
	padding: 2rem;
}
.dest_navigation_middle_right_inner {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
}
.dest_navigation_middle_right ul {
	display: flex;
	margin: 0 -.75em;
}
.dest_navigation_middle_right li {
	margin: 0 .75em;
}
.dest_navigation_middle_right ul.social_menu {
	display: flex;
	margin: 0 -.5em 0 1em;
}
.dest_navigation_middle_right ul.social_menu li {
	margin: 0 .75em;
}
.dest_navigation_middle_right ul.social_menu li a {
	font-size: 1.5em;
}

@media only screen and (min-width: 800px) {	
	.floorplan_modal .modal_inner,
	.galerie_modal .modal_inner,
	.modal_inner {
		padding: 0 calc(4rem + 25px);
	}
	.modal_header,
	.modal_close {
		top: calc(2rem + 7.5px);
	}
}

/* ------------------------------------- */	
/* --- Header ---
/* ------------------------------------- */	
@media only screen and (min-width: 480px) {
	.site_header_logo_menu {
		display: block;
	}
}
.site_header_menu {
	margin: 0 auto;
	display: none;
	padding-right: calc(3.5em + 2rem);
}
.site_header_logo_menu ul,
.site_header_menu ul {
	display: flex;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: -.75em;
}
.site_header_logo_menu ul li.menu-item-has-children > a::after,
.site_header_menu ul li.menu-item-has-children > a::after {
	font-family: FontAwesome;
	content: '\f107';
}
.site_header_logo_menu ul li,
.site_header_menu ul li {
	margin: 0 .75em;
	position: relative;
}
.site_header_logo_menu ul li a,
.site_header_menu ul li a {
	color: var(--isRoomersWhite);
}
.site_header_logo_menu ul li a:hover,
.site_header_menu ul li a:hover {
	text-decoration: underline;
	color: var(--isWhite);
}
.site_header_logo_menu li > ul,
.site_header_menu li > ul {
	display: none;
	flex-direction: column;
	position: absolute;
	top: calc(3em + 4rem);
	left: .75em;
	white-space: nowrap;
}
.site_header_logo_menu li.isActive > ul,
.site_header_menu li.isActive > ul{
	display: flex;
}
.site_header_logo_menu li > ul li,
.site_header_menu li > ul li{
	font-size: 1.75em;
	line-height: 1;
	margin: 1em 0 0 0;
}
.site_header_logo_menu li > ul li:first-child,
.site_header_menu li > ul li:first-child {
	font-size: 1em;
	margin-top: 0;
}
.site_header_booker,
.site_header_booker_mobile {
	display: none;
	margin-left: auto;
	margin-right: -10px;
}
.site_header_booker a.button {
	margin-right: 0.5rem;
}
.site_header_booker a.button:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 960px) {
	.site_header_booker_mobile {
		display: none;
	}
}
.site_header_wpml {
	margin-left: auto;
	height: 1.5em;
	width: 1.5em;
	text-align: right;
}
@media only screen and (min-width: 1280px) {
	.site_header_menu {
		display: block;
	}
	.site_header_booker {
		display: block;
	}
	.site_header_booker_mobile {
		display: none;
	}
}
.wpml-ls-legacy-list-vertical {
	max-height: 1.5em;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.wpml-ls-legacy-list-vertical:hover {
	max-height: 100px;
}
.wpml-ls-legacy-list-vertical ul {
	padding: 0;
	display: -ms-flexbox; display: flex;
	-ms-flex-direction: column; flex-direction: column;
}
.wpml-ls-legacy-list-vertical ul li {
	height: 1.5em;
	line-height: 1;
	font-size: 19px;
	font-weight: 600;
	-ms-flex-order: 2;
	order: 2;
	display: -ms-inline-flexbox; display: inline-flex;
	-ms-flex-align: center; align-items: center;
	-ms-flex-pack: end; justify-content: flex-end;
	margin: 0;
}
.wpml-ls-legacy-list-vertical ul li.wpml-ls-current-language {
	-ms-flex-order: 1;
	order: 1;
}
.wpml-ls-legacy-list-vertical ul li.wpml-ls-current-language span {
	font-size: 13px;
	display: block;
	width: 100%;
}
.wpml-ls-legacy-list-vertical ul li a {
	display: block;
}
.wpml-ls-legacy-list-vertical ul li.wpml-ls-current-language a::after {
	display: block;
	font: normal normal normal 12px/1 FontAwesome;
	content: '\f107';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.wpml-ls-legacy-list-vertical ul li::before {
    content: '';
    display: none;
    width: 0;
    margin-left: 0;
}
/* ------------------------------------- */	
/* --- Cookie Notice ---
/* ------------------------------------- */	
body.cookie-open {
	position: relative;
	overflow: hidden;
}
#cookie-notice {
	background-color: rgba(0, 0, 0, .6);
	display: none;
}
body.cookie-open #cookie-notice {
	display: -ms-flexbox; display: flex;
}
.roo-notice-content {
	display: -ms-flexbox; display: flex;
	-ms-flex-pack: center; justify-content: center;
	-ms-flex-align: end; align-items: flex-end;
}
.roo-notice-inner {
	width: 100%;
	height: 100%;
}
.roo-notice-content {
	width: 100%;
	height: 100%;
}
.roo-notice-content-inner {
	padding: 2em;
	text-align: left;	
	width: 100%;		
	max-width: 100%;
	background-color: #191414;
}
.roo-notice-img {
	display: none;
}
@media only screen and (min-width: 480px) {
	.roo-notice-content {
		-ms-flex-align: center; align-items: center;
	}
	.roo-notice {
		top: 0;
	}
	.roo-notice-content-inner {
		padding: 2em;		
		width: 480px;
	}
}
/* ------------------------------------- */	
/* --- Body ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- Grid ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- Modal ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- FS Menü ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- Cookie Notice ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- CTA Header ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- Header ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- Entry Header ---
/* ------------------------------------- */	
.entry_header {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.entry_content {
	position: relative;
}
.poster-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	mix-blend-mode: multiply;
	display: none;
}
.poster-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.entry_header_full {
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	height: 100vh;
}
.hasCTA .entry_header_full {
	height: calc(100vh - 3em);
}
.entry_header_50 {
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	height: 50vh;
}
.hasCTA .entry_header_50 {
	height: calc(50vh - 1.5em);
}
.entry_header_full img,
.entry_header_50 img {
	height: 100%;
	object-fit: cover;
}
.entry_header_full iframe.i_desktop {
	display: none;
}
.entry_header_full .awesome_slides {
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.entry_header_full .awesome_slider,
.entry_header_full .awesome_slides_inner,
.entry_header_full .awesome_slide {
	height: 100%;
	position: relative;
}
.entry_header_full .awesome_control_left,
.entry_header_full .awesome_control_right {
	top: calc(50% - 4rem);
	bottom: calc(50% + 4rem);
	height: 8rem;
}

.entry_header_full .awesome_slide {
	position: relative;
}
.slide-text {
	position: absolute;
	left: 2rem;
	top: 20vh;
	display: flex;
	align-items: center;
	z-index: 2;
}
@media only screen and (min-width: 480px) {
	.slide-text {
		left: 5rem;
	}
}
.slide-text-c  {
	background-color: var(--isRoomersAlphaDark);
	padding: 2rem;
	max-width: 36em;
}
.entry_header_typ_1 img,
.entry_header_typ_2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (min-width: 1280px) {
	.entry_header_full iframe.i_mobile {
		display: none;
	}
	.entry_header_full iframe.i_desktop {
		display: block;
	}
	.hasCTA .entry_header_full {
		height: 100vh;
	}
	.hasCTA .entry_header_50 {
		height: 50vh;
	}
}
.entry_header_full .vimeo_wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.entry_header_full .vimeo_wrapper .video {
	width: 100vw;
	min-height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.entry_header_full .vimeo_wrapper .video.format-1_1 {
	height: calc(1/1*100vw);
	min-width: calc(1/1*100vh);
}
.entry_header_full .vimeo_wrapper .video.video.format-2_1 {
	height: calc(1/2*100vw);
	min-width: calc(2/1*100vh);
}
.entry_header_full .vimeo-wrapper .video.video.format-3_2 {
	height: calc(2/3*100vw);
	min-width: calc(3/2*100vh);
}
.entry_header_full .vimeo_wrapper .video.video.format-4_3 {
	height: calc(3/4*100vw);
	min-width: calc(4/3*100vh);
}
.entry_header_full .vimeo_wrapper .video.video.format-16_9 {
	height: calc(9/16*100vw);
	min-width: calc(16/9*100vh);
}
/* ------------------------------------- */	
/* --- Prefooter ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- Footer ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- Vimeo Videos ---
/* ------------------------------------- */	
/* ------------------------------------- */	
/* --- Modules ---
/* ------------------------------------- */	
.site_footer_menu ul {
	width: 100%;
	min-width: 100%;
	height: 80vh;
	padding: 0;
	margin: 0;
}
.site_footer_menu ul li {
	display: block;
	width: 100%;
	height: 16vh;
	overflow: hidden;
	margin: 0;
	position: relative;
	transition: all 0.2s ease-in-out;
	background-size: cover;
	background-position: center center;
	background-blend-mode: multiply;
	background-color: var(--isRoomersAlphaLight);
}
.site_footer_menu ul li:hover {
	background-color: var(--isRoomersAlphaDark);
}
.site_footer_menu ul li::before {
	display: none;
}
.site_footer_menu ul li a {
	width: 100%;
	height: 100%;
	font-size: 1.75em;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.site_footer_bottom h3,
.site_footer_bottom p,
.site_footer_bottom a {
	color: #716e6e;
}
.site_footer_bottom a:hover {
	color: #fff;
}
.site_footer_menu_color {
	background-color: var(--isRoomersAlphaDark);
}
ul.site_footer_menu li a:hover .site_footer_menu_text h4 {
	color: #fff;
}
@media only screen and (min-width: 800px) {
	.site_footer_menu ul {
		height: 20vw;
		max-height: 256px;
	}
	.site_footer_menu ul li {
		width: 20%;
		height: 20vw;
		display: inline-block;
		float: left;
		max-height: 256px;
	}
}















.modul_newsletter .newsletter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -1rem -0.6rem;
}
.modul_newsletter .newsletter_inner {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.modul_newsletter .form_item,
.modul_newsletter .form_item_180,
.modul_newsletter .form_item_100 {
	width: calc(100% - 1.2rem);
	margin: 1rem .6rem;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.modul_newsletter .form_item_100 > div {
	width: 100%;
}
@media only screen and (min-width: 640px) {
	.modul_newsletter .form_item,
	.modul_newsletter .form_item_180 {
		width: calc(50% - 1.2rem);
	}
}
@media only screen and (min-width: 960px) {
	.modul_newsletter .form_item {
		width: calc((100% - 180px - 1.2rem)/3 - 1.2rem);
	}
	.modul_newsletter .form_item_100 {
		order: 5;
	}
	.modul_newsletter .form_item_180 {
		width: 180px;
		order: 4;
	}
}
/* ------------------------------------- */	
/* --- Modul Formular ---
/* ------------------------------------- */	
.modul_formular {	
}
.modul_formular #eventform {
	display: flex;
	margin: -1rem -0.6rem;
}
.modul_formular .eventform-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.modul_formular .form_item,
.modul_formular .form_item_50 {
	width: calc(100% - 1.2rem);
	margin: 1rem .6rem;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.modul_formular .eventform_text_send {
	display: none;
}
@media only screen and (min-width: 640px) {
	.modul_formular .form_item_50 {
		width: calc(50% - 1.2rem);
	}
}
/* ------------------------------------- */	
/* --- Formularelemente ---
/* ------------------------------------- */	
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.cb_label,
label.ds_label {
	line-height: 1.25;
	margin-left: .5em;
	margin-top: -.25em;
}
label.cb_label > span,
label.ds_label > span {
	font-size: .8em;
}
input[type="checkbox"], 
input[type="radio"] {
    cursor: pointer;
	margin: 0;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 1em;
	line-height: 1.5;
	height: 2.1em;
	padding: .6em 0 0 0;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 1px solid var(--isRoomersWhite);
	color: #d2d2d0;
	background: rgba(0,0,0,0);
	transition: all 0.2s ease-in-out;
}
textarea {
	height: 6em;
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid {
	border-bottom: 1px solid red;
}
.modul_newsletter input[type="checkbox"].check-wrong + label::before {
	border: 1px solid red;
}
label.text_label {
	color: var(--isRoomersWhite); 
	font-size: .8em;
	line-height: 1.5;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 0;
	transition: all 0.2s ease-in-out;
}
input[type=text]:focus + label.text_label,
input[type=text]:valid + label.text_label {
	top: 0;
	bottom: auto;
	line-height: 1;
	font-size: .6em;
}
input[type=text]:required {
    box-shadow:none;
}

/* active state */
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	outline: none;
	border-bottom: 1px solid var(--isWhite);
	color: var(--isWhite); 
}
h5.check-wrong {
	color: red;
}





blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
table {
    margin: 0;
    width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site_content:before,
.site_content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
.widget {
    margin: 0;
}
.widget select {
    max-width: 100%;
}
.sticky {
    display: block;
}
.post,
.page {
    margin: 0;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}
.page-links {
    clear: both;
    margin: 0;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
/* Content Blocker
.vimeo_wrapper .rcb-content-blocker {
	width: 100%;
	height: 100%;
}
.vimeo_wrapper .rcb-content-blocker > div {
	padding: 0;
	width: 100%;
	height: 100%;
} */
.button_galerie {
	aspect-ratio: 1/1;
	display: block;
}
.button_galerie img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}