



/* @import must be at top of file, otherwise CSS will not work */


  

@font-face {
  font-family: 'ruda-regular';
  src: url('webFonts/ruda-regular-webfont.woff2') format('woff2'), url('webFonts/ruda-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'ruda-bold';
  src: url('webFonts/ruda-bold-webfont.woff2') format('woff2'), url('webFonts/ruda-bold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'pringle';
  src: url('webFonts/pringle_and_tweed-webfont.woff2') format('woff2'), url('webFonts/pringle_and_tweed-webfont.woff') format('woff');
}





/*
Farben
dbraun:	#8f3541
hbraun:	#cd9e8e
*/



/*** allgemeines reset ***/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  	font-weight: normal;
  	list-style: none;
}
:focus {
	outline: 0;
}

.clearfix:before,
.clearfix:after {
   content: '\0020';
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

h1, h2, h3 { font-weight: normal; }

a { text-decoration:none; color: inherit; }

* {
  box-sizing: border-box;
}

body {
	background-color: #f9f8f3;
	font-family: 'ruda-regular';
	font-size: 20px;
	line-height: 36px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*** cookie **/
.cn-button.bootstrap {
color: #8f3541 !important;
background: #f9f8f3 !important;
}

strong {
	font-weight: normal;
	font-family: 'ruda-bold';
}

.logo {
	float: left;
	height: 42px;
	margin-left: 1%;
	margin-top: 8px;
}
.logo img { max-height: 100%; }

/*** vollbild ***/ 
#header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 60px;
	background-color: rgb(143, 53, 65);
}

.fixi {
	position: absolute;
	width: 100%;
	height: 60px;
	z-index: 9;
	background-color: #8f3541;
}

.fixed {
	top: 0;
	position: fixed !important;
}

.mainmenu { 
	display: none; 
  	font-family: 'ruda-bold';
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-48%);
	white-space: nowrap;
}

.mainmenu li { 
	display: inline-block;	
}
.mainmenu li a {
	opacity: 0.7;
}
.mainmenu li:hover a,
.mainmenu li a.mPS2id-highlight { opacity: 1; }


.mainmenu li:after { content: ' | '; padding: 0 8px; 	opacity: 0.7; }
.mainmenu li:last-of-type:after { content: ''; }

.times {
	position: absolute;
	width: 760px;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
  	font-family: 'ruda-bold';
	font-size: 17px;
	color: #fff;
	z-index: 19;
	text-align: center;
}

.times span {
	padding: 0 8px;
}

.icons {
	position: absolute;
	width: 860px;
	top: 66px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.icons li {
	border-radius: 0;
	display: inline-block;
	margin: 0 ;
	overflow: hidden;
/*	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);*/
}

.icons li a {
	display: table-cell;
	width: 116px;
	height: 130px;
	color: #8f3541;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 94%;
	vertical-align: bottom;
	font-size: 0;
  	font-family: 'ruda-bold';
}

.icons li:hover a { 
	font-size: 15px; 	
	 }

.icons li:hover { 
/*	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.0);*/
}

.icons li.i1 a { background-image: url(imgs/speisekarte.svg); }
.icons li.i2 a { background-image: url(imgs/reservieren.svg); }
.icons li.i3 a { background-image: url(imgs/highlight.svg); }
.icons li.i4 a { background-image: url(imgs/home.svg); }
.icons li.i5 a { background-image: url(imgs/gutschein.svg); }
.icons li.i6 a { background-image: url(imgs/impressionen.svg); }
.icons li.i7 a { background-image: url(imgs/kontakt.svg); }


.metamenu {
	position: absolute;
	top: 16px;
	right: 1%;
	left: auto;
}

.metamenu li {
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px;
	overflow: hidden;
}

.metamenu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 102%;
	background-position: center;
	background-repeat: no-repeat;
}

.metamenu li:hover { 
}

.metamenu li.m1 a { background-image: url(imgs/meta-fb.png); }
.metamenu li.m2 a { background-image: url(imgs/meta-inst.png); }
.metamenu li.menu-item-wpml-ls-4-de a { background-image: url(imgs/meta-de.png); }
.metamenu li.menu-item-wpml-ls-4-en a { background-image: url(imgs/meta-en.png); }

.metamenu li.menu-item-wpml-ls-4-en,
.metamenu li.menu-item-wpml-ls-4-de { /*display: none;*/ }


.homebt {
	position: absolute;
	top: 13px;
	right: 1%;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px;
	overflow: hidden;
	background-image: url(imgs/home_w.svg);
	background-size: 102%;
	background-position: center;
	background-repeat: no-repeat;
}

.homebt a {  
	font-size: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.adext {
	position: absolute;
	width: auto;
	top: 13px;
	left: 50%;
	transform: translateX(-50%);
  	font-family: 'ruda-bold';
	font-size: 18px;
	color: #fff;
	z-index: 19;
	text-align: center;
}

.adext span {
	padding: 0 8px;
}


.mobilmenu { 
	display: none; 
	white-space: nowrap;
	background-color: #f9f8f3;
	width: 100%;
	margin-top: 56px;
	position: relative;
	background-image: url(imgs/AB_rot_2018.svg); 
	background-size: 50%;
	background-position: center 300px;
	background-repeat: no-repeat;
}

.mobilmenu .mob
{
	font-family: 'ruda-bold';
	font-size: 18px;
	color: #8f3541;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.mobilmenu .mob li a {
	display: block;
	padding: 4px 0;
}




/* mobilicons footer **/
.mobilicons {
	display: none;
	position: fixed;
	width: calc(100% - 40px);
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	
}
.mobilicons .mi {
	display: inline-block;
	width: 19%;
	height: 70px;
	margin: 0 ;
}
.mobilicons .mi a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.mobilicons .m1 a { background-image: url(imgs/speisekarte.svg); }
.mobilicons .m2 a { background-image: url(imgs/reservieren.svg); }
.mobilicons .m3 a { background-image: url(imgs/kontakt.svg); }
.mobilicons .m4 a { background-image: url(imgs/telefon.svg); }
.mobilicons .m5 a { background-image: url(imgs/mail1.svg); }

.heading
{
	width: 100%;
	height: 700px;
	margin: 0 auto;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.heading .headimg img {
	width: 100%;
}

.parallax-window {
  /* Set a specific height */
	height: 700px;
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hinweis {
	position: absolute;
	width: 70%;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(255,255,255,0.9);
	/*border: 4px solid #fff;*/
	border-radius: 5px;
	padding: 3%;
	text-align: center;
}

.hinweis p {
	position: relative;
}
.hinweis a { color: #8f3541; }

.hinweis .close {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	background-image: url(imgs/close-rot.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.hinweis .quandoo-button-text,
.entry-content  .quandoo-button-text,
.entry-content  a.resbt,
.hinweis a.resbt,
p.resbt a {
    font-family: 'ruda-bold';
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0px 40px;
    margin: 16px 0;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    display: inline-block;
    background-color: #8f3541;
}

#quandoo-booking-widget div:last-of-type { display: none!important; }



#modal,
.iziModal-content {
/*	overflow: hidden;!important;	
	height: 850px!important;	*/
}



.caption {
	position: absolute;
/*	width: 500px;
	height: 300px;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.slogan {
	position: absolute;
	z-index: 1;
	left: 24%;
	top: 20%;
}

/*** scroll offset ***/
.section-wrapper {
	margin-top: -55px;
	padding-top: 55px;
}


.main-content {
	width: 100%;
	/*max-width: 608px;*/
	margin: 0 auto;
}

.entry-content {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	padding: 60px;
/*	background-color: #fff;
	box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.25);*/
	position: relative;
	padding: 60px 80px 30px 80px;
}


.entry-content a, .entry-content .dbraun {
	color: #8f3541;
}

.entry-content  h1,
.entry-content  h2 {
	font-family: 'pringle';
	font-size: 64px;
	line-height: 74px;
	text-align: center;
	margin: 12px 0 24px 0;
	color: #8f3541;
}

.entry-content  h3 {
	font-family: 'pringle';
	font-size: 37px;
	line-height: 62px;
	text-align: center;
	margin-bottom: 12px 0 24px 0;
	color: #8f3541;
}

.entry-content p {
	padding-bottom: 23px;
	text-align: center;
}


/*** impressum & datenschutz ***/ 


.page-id-315 .entry-content p ,
.page-id-318 .entry-content p {
	text-align: left;
}



.entry-content .yrm-button-text-span
{
	color: #8f3541;
	height: 50px;
	background-image: url(imgs/down.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 30px;
}

.entry-content .yrm-less-button-wrapper  .yrm-button-text-span {
	background-image: url(imgs/up.svg);
}
/** yrm-btn-wrapper yrm-inline-wrapper yrm-btn-wrapper-1 yrm-less-button-wrapper **/
/** yrm-btn-wrapper yrm-inline-wrapper yrm-btn-wrapper-1 yrm-more-button-wrapper **/

.wp-block-image {
	display: block;
	margin: 26px auto !important;
	max-width: 463px;
}

/*** willkommen ***/
#willkommen  {
/*	background-image: url(imgs/bg_txt.png);
	background-position: center top;*/
}

#willkommen .entry-content {
}


#willkommen .caption {
	border: 4px solid #fff;
	border-radius: 8px	;
	transition: background-color .35s ease-in-out;	
	cursor: pointer;
}

#willkommen .caption:hover {
	background-color: rgba(000,000,000,0.3);
}

#willkommen .caption a {
	display: block;
	font-weight: normal;
	font-family: 'ruda-bold';
	color: #fff;
	font-size: 38px;
	line-height: 58px;
	padding: 24px;
	text-align: center;
}



/*** spezialiaeten ***/
#spezialitaeten .bgwrap  {
	background-color: #f9f8f3;
}

#spezialitaeten .entry-content {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: none;
	background-color: transparent;
}

#spezialitaeten h2 {
	margin: 0 0 44px 0;
}

#spezialitaeten .entry-content h4 {
	font-weight: normal;
	font-family: 'ruda-bold';
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin: 28px 20px 0 20px;
}
#spezialitaeten .entry-content p.spezitxt {
	font-size: 17px;
	line-height: 26px;	
	margin: 12px 20px 0 20px;
}

/* fancybox */
.hideme { display: none !important; }

.slider {
	width: 100%;
}

#spezialitaeten .fancy {
	display: block;
/*	width: 320px;
	height: 360px;*/
	overflow: hidden;
	position: relative;
	margin: 0 20px;
	padding: 0; 
}


#spezialitaeten .fancy span {
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 5;
	width: 24px;
	height: 24px;
	background-image: url(imgs/plus-w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}


#spezialitaeten .fancy img {
	display: block;
	margin: 0 auto;
}
.icenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) 
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 99;
    display: block;
    width: 20px;
    height: 40px;
    padding: 0;
    top: 120px;
/*    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);	*/
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next {
    right: -40px;
	background-image: url(imgs/next.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
    
}
.slick-prev {
    left: -40px;
	background-image: url(imgs/prev.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
}


.slick-prev:before, .slick-next:before {
    font-size: 0;
    content: ' ';
}






#spezialitaeten .caption {
	border: 4px solid #fff;
	border-radius: 20px	;
	transition: background-color .35s ease-in-out;	
	cursor: pointer;
}

#spezialitaeten .caption:hover {
	background-color: rgba(000,000,000,0.3);
}

#spezialitaeten .caption a {
	display: block;
	font-family: 'pringle';
	/*color: #8f3541;*/
	color: #fff;
	font-size: 44px;
	line-height: 50px;
	padding: 34px;
	text-align: center;
}


/*** reservierung ***/
#reservierung .bgwrap  {
	background-image: url(imgs/bg_txt.png);
	background-position: center top;
	background-color: #f9f8f3;
	margin: 0 auto ;
}


#reservierung .entry-content {
	margin: 50px auto ;
	background-color: #fff;
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);*/
    max-width: 100%;
    padding: 0;
	padding: 50px 100px 90px 100px;
}	



#reservierung .entry-content p {
/*	padding: 12px 24px;*/
}

.wp-block-file  {	
	display:inline-block;
	margin: 30px auto;
	text-align: center;
}

.wp-block-buttons {	
	text-align: center;
	margin: 30px 0 50px 0;	
}

.wp-block-buttons .wp-block-button { 
	min-width: 206px; 
	background-color: #8f3541;
	margin: 0 5px 0 0;
}

.wp-block-file a.wp-block-file__button, 
a.wp-block-button__link {
	font-family: 'ruda-bold';
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0px 40px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    display: inline-block;
	background-color: #8f3541;
}



#reservierung .galerie { text-align: center; }
#ueber-uns .galerie { text-align: center; }

#ueber-uns .galerie div,
#reservierung .galerie div  {
	display: inline-block;
	width: 20%;
	margin: 10px 3% 0 0;	
	position: relative;
}

#ueber-uns .galerie div:last-of-type,
#reservierung .galerie div:last-of-type  {
	margin: 0	
}

#ueber-uns .galerie div img,
#reservierung .galerie div img {
/*	width: 100%;
	height: auto;*/
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);*/
}

#ueber-uns .fancy,
#reservierung .fancy {
	display: block;
/*	width: 320px;
	height: 360px;*/
	overflow: hidden;
	position: relative;
	margin: 0 20px;
	padding: 0; 
}

#ueber-uns .fancy span, 
#reservierung .fancy span {
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 5;
	width: 24px;
	height: 24px;
	background-image: url(imgs/plus-w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;	
}

.fancybox-caption__body {
	font-family: 'ruda-regular';
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}



/*** über uns  ***/
#ueber-uns .bgwrap  {
	background-image: url(imgs/bg_txt.png);
	background-position: center top;
	background-color: #f9f8f3;
}

#ueber-uns  .entry-content {
	margin: 50px auto 0 ;
	background-color: #fff;
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);*/
    max-width: 100%;
    padding: 0;
	padding: 50px 100px 0px 100px;
}


/*** speisekarte ***/

#speisekarte .bgwrap  {
	background-image: url(imgs/bg_txt.png);
	background-position: center top;
	background-color: #f9f8f3;
}


#speisekarte .entry-content {
	margin: 0 auto 50px auto ;
	background-color: #fff;
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);*/
    max-width: 100%;
    text-align: center;
	padding: 50px 100px 90px 100px;
}	

#speisekarte  .wp-block-file  {	
	text-align: center;
	margin: 5px 10px 30px 10px;
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);*/
}

.wp-block-file a { display: none; }
.wp-block-file a.wp-block-file__button { display: inline-block; }


/*** imressionen ***/

#impressionen .entry-content {
	box-shadow: none;
	background-color: transparent;
	padding: 34px 0;
}

#impressionen .bgwrap  {
	background-color: #f9f8f3;

}
#impressionen .galerie {
	margin: 24px auto;
}

#impressionen .galerie li {
	display: inline-block;
	float: left;
	width: 31.2%;
	margin: 2% 3% 0 0;
	position: relative;
}

#impressionen .galerie li:nth-of-type(3n) { 
	margin-right: 0;
}

#impressionen .galerie ul li.hide {
	display: none; 
}


#impressionen .galerie li .fancy img {
	width: 100%;
	height: auto;
}
#impressionen .galerie a.fancy {
	display: block;
	width: 100%;
	height: 100%;
}

#impressionen .galerie a.fancy span {
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 5;
	width: 24px;
	height: 24px;
	background-image: url(imgs/plus-w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;	
}


/** gutschein ***/

#gutscheine
{
}

#gutscheine .entry-content {
	width: 80%;
	background-image: url(imgs/bg_blume_neu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	box-shadow: none;
	background-color: transparent;
	padding: 34px 0;
	margin-bottom: 0;
}

#gutscheine .entry-content .left p,
#gutscheine .entry-content h2 {
	text-align: left;
}

#gutscheine .left, 
#gutscheine .right {
	display: inline-block;
	float: left;
}
#gutscheine .left {
	width: 50%;
	margin-left: 10%;
}

#gutscheine .right {
	width: 40%;
}

#gutscheine .right img { 
	width: 100%;
	margin: 150px 0 0 20px;
}



/*** kontakt ***/ 

#kontakt .entry-content {
	background-color: transparent;
	box-shadow: none;
	width: 1100px;
	text-align: left;
	padding-bottom: 60px;
}

#kontakt .entry-content p {
	text-align: left;
}

#kontakt .sp {
	float: left;
	width: 47%;
	display: block;
}

#kontakt .links {
	margin: 0 6% 0 0 ;
}

#kontakt .entry-content img {
	max-width: 100%;
}


.wpforms-field-label {
	display: none;
}

#kontakt input,
#kontakt textarea {
	font-family: 'ruda-regular';
	width: 100%;
	font-size: 15px;
	border: 0;
	margin-bottom: 20px;
	padding: 13px;
	background-color: #fff;
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);*/	
}

#kontakt textarea {
	height: 150px;
}

button  {
	font-family: 'ruda-bold';
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    background-color: #8f3541;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}

input.wpforms-error::placeholder {
	color: red;
}

label.wpforms-error  { display: none !IMPORTANT; }


/*** faq ***/


#faq .entry-content p,
#faq .entry-content h2,
#faq .entry-content h1 {
	text-align: left;
}

#faq strong { 
	font-family: 'ruda-bold';
    color: #8f3541;
}


/*** ananna ***/

.ananna .entry-content p,
.ananna .entry-content h2 {
	text-align: left;
}
.ananna .wp-block-column {
	white-space: nowrap;
}
.ananna .wp-block-column:not(:first-child) {
	margin-left: 0;
}

.ananna .wp-block-columns { 
	margin: 0;
}



/*** footer ***/

.footer-wrapper {
    background-color: #8f3541;
    width: 100%;
    min-height: 400px;
    padding: 80px;
}

.footer  {
	margin: 0 auto;
	width: 800px;
}


.footer .item {
	float: left;
	width: 325px;
}

.footer .three {
	width: 150px;
}

.footer .item h3 {
	font-family: 'ruda-bold';
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.footer .item p,
.footer .item li {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}
.footer .item p {
	margin-bottom: 22px;
}

/*** upload ***/ 

.upload .entry-content p { text-align: left; }
.upload label { padding-left: 10px; }


.yrm-content {
	color: #000 !important;
}


.wrapper.index .entry-content ul li
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
.wrapper.index .entry-content ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

.moheader { display: none; }

.burger {
	cursor: pointer;
	position: absolute;
	z-index: 900;
	right: 26px;
	top: 14px;
	/*background-color: #fff;*/
	padding: 0;
	display: none;
}

.bar1, .bar2, .bar3 {
  width: 34px;
  height: 2px;
  background-color: #fff;
  margin: 7px 0;
  transition: 0.1s;
 /* box-shadow:   1px 2px 2px 0px #ccc;*/
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate( -2px, 11px);
  transform: rotate(-45deg) translate( -2px, 11px);
  background-color: #fff;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-2px, -11px);
  transform: rotate(45deg) translate(-2px, -11px);
  background-color: #fff;
}
.change .bar2 {opacity: 0;}


.lwhite, .mimg, .mobilmenu, .smp { display: none; }

@media only screen and (max-width: 1300px) {
	.mainmenu {
		font-size: 15px;
	}
	.mainmenu li:after {
		padding: 0 4px;
	}
		
}


@media only screen and (max-width: 1111px) {

	.mainmenu,
	.metamenu,
	.times {
		display: none;
	}

	.burger {
		display: block;
	}

	.metamenu { 
		right: 90px;
	}
	
	.menu-mobil-menue-container,
	.menu-mobil-menu-container {
		min-height: 355px;
	}
	.mobilmenu .metamenu {
		display: block;
		position: relative;
		right: auto;
		text-align: center;
	}
	.metamenu li.m1 a { background-image: url(imgs/meta-fb_red.png); }
	.metamenu li.m2 a { background-image: url(imgs/meta-inst_red.png); }
	
	.mobilmenu {
		background-position: center 375px;
	}


	#ueber-uns .entry-content,
	#speisekarte .entry-content,
	#reservierung .entry-content {
		background-color: transparent;
		-webkit-box-shadow:none;
		box-shadow: none;
	}
	
	#ueber-uns .bgwrap,
	#speisekarte .bgwrap,
	#reservierung .bgwrap { 
		background-image: none;
	}
	.parallax-window {
	  /* Set a specific height */
		background-attachment: scroll;
	}
	
}

@media only screen and (max-width: 900px) {
	
	.logo { margin-left: 26px; }
	.homebt { margin-right: 10px; }

	.icons { display: none; }
	
	#spezialitaeten .entry-content h4 { 
		font-size: 20px; 
		line-height: 28px
	}
	#spezialitaeten .entry-content p.spezitxt {
		margin-top: 0;
	}
	
	#impressionen .galerie { margin: 24px; }
	
	.caption { width: 90%; text-align: CENTER; }
	.caption img { 
		width: 60%; 
		margin: 0 auto; 
    }
}

@media only screen and (max-width: 760px) {

	/*** smartphone ***/
	
	body p {
		hyphens: auto;
    	overflow-wrap: break-word;
    	-webkit-hyphens: auto;
	}
	
	.logo {
		height: 28px;
		margin-top: 13px;
	}
	.burger {
		top: 12px;
	}
	.fixi,
	#header {
		height: 56px;
	}
	
	.smp { display: block; }
	
	.parallax-window {
		height: 70vw;
	}

	.parallax-window.heading {
		height: 100vh;
	}
	
	.entry-content h2,
	#spezialitaeten h2 {
		font-size: 36px;
		line-height: 46px;
   		margin: 12px 0 12px 0;
	}
	
	.hinweis {
		font-family: 'ruda-bold';
		position: absolute;
		top: 30%;
		left: 50%;
		width: 100%;
		padding: 31px 26px;
	}
	
	.hinweis .close {
		top: 5px;
		right: 5px;
	}
	
	.homebt {
		position: absolute;
		top: 8px;
	}
	
	
	
	.adext {	display: none; }
	 
	.entry-content h3 {
		font-size: 32px;
		line-height: 46px;	
	}
	
	.entry-content .h1, 
	.entry-content h2, 
	.entry-content h3,
	.entry-content p {
		text-align: left;
	}
	
	body {
		background-color: #f9f8f3;
		font-family: 'ruda-regular';
		font-size: 16px;
		line-height: 24px;
	}
	
	
	#willkommen .caption a {
		font-family: 'ruda-bold';
		color: #fff;
		font-size: 34px;
		line-height: 36px;
		padding: 24px;
		text-align: center;
	}
	
	#spezialitaeten .caption a {
		display: block;
		font-family: 'pringle';
		font-family: 'ruda-bold';
		/* color: #8f3541; */
		color: #fff;
		font-size: 36px;
		line-height: 46px;
		padding: 14px 7px;
		text-align: center;
	}
	
	#spezialitaeten .fancy { margin: 0 60px; }
	#spezialitaeten .slick-slider { margin-top: 24px; }
	#spezialitaeten .entry-content h4,
	#spezialitaeten .entry-content h2 {
		margin: 8px 26px 0 26px;
	}
	#spezialitaeten .entry-content p.spezitxt {
		text-align: center;
	}
	#speisekarte .entry-content { margin: 0 auto; }
	
	.slick-prev, .slick-next { top: 30% }
	.slick-next { right: 16px; }
	.slick-prev { left: 16px; }


 
	.entry-content,
	#ueber-uns .entry-content, 
	#speisekarte .entry-content, 
	#reservierung .entry-content, 
	#gutscheine .entry-content,
	#kontakt .entry-content {
		padding: 26px 0;
		width: calc(100% - 52px); 
	}
	
	#gutscheine .left, 
	#kontakt .links, 
	#kontakt .rechts {
		width: 100%;
		margin: 0;
	}
	#gutscheine .right { display: none; }
	
	#impressionen .galerie { width: 100%; margin: 0 auto; }
	
	#impressionen .galerie li {
		width: 46%;
		margin: 2%;
	}
	
	#impressionen .galerie li:nth-of-type(3n) { margin: 2%;}
	
	#ueber-uns .entry-content { margin: 6px auto; }

	#reservierung .galerie, 
	#ueber-uns .galerie { width: 76%; margin: 0 auto; }
	#ueber-uns .galerie div, 
	#reservierung .galerie div { 
		width: 100%;
		margin: 10px 0;
	}
	
	
	#ueber-uns .fancy, 
	#reservierung .fancy {
		margin: 0;
	}
	
	
	#reservierung .entry-content { margin: 0 auto; }
	
	.section-wrapper { overflow: hidden; }

	.footer-wrapper { padding: 30px 0 100px 0; margin: 0;}
	.footer { width: calc(100% - 52px); }
	.footer .item {
	float: none;
		width: 100%;
		margin: 0 auto;
	}
	
	
	.parallax-window {
	  /* Set a specific height */
		background-attachment: scroll;
	}
	
	#gutscheine .entry-content { background-image: none; }
	
	
}



@media only screen and (max-width: 480px) {
	.hinweis { top: 50%; }

	#spezialitaeten .entry-content h2,
	.entry-content h1,
	.entry-content h2,
	.entry-content h3 {
		font-size: 30px;
		line-height: 46px;	
	}

	.entry-content h2, #spezialitaeten h2 {
	margin: 0 0 12px 0;
	}

	.entry-content, #ueber-uns .entry-content, #speisekarte .entry-content, #reservierung .entry-content, #gutscheine .entry-content, #kontakt .entry-content {
		padding: 20px 0;
	}
	
	#speisekarte .entry-content { padding: 0 0 20px 0; }
	

	.wp-block-buttons {	
		text-align: center;
		margin: 0px 0 28px 0;	
	}
	
	.wp-block-buttons .wp-block-button { 
		margin: 10px 0 0 0;
	}
	
	
	#reservierung .galerie, 
	#ueber-uns .galerie	{
		width: 100%;
	}




}

@media only screen and (max-width: 330px) {

	.hinweis { top: 50%; }

	.mobilicons .mi {
		display: inline-block;
		width: 16%;
		height: 50px;
		margin: 0;
	}


}