/*-----------------------------------------------------------------------------------
	Brigittenauer Stadl
	About: Brigittenauer Stadl
	Author: Karl Strohmayer
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'FuturaLT-Condensed';
	src: url('./fonts/FuturaLT-Condensed/FuturaLT-Condensed.ttf');
	src: url('./fonts/FuturaLT-Condensed/FuturaLT-Condensed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'KaushanScript-Regular';
	src: url('./fonts/KaushanScript-Regular/kaushan-script-v18-latin-regular.woff2');
	src: url('./fonts/KaushanScript-Regular/kaushan-script-v18-latin-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'FuturaLT-Book';
	src: url('./fonts/FuturaLT-Book/FuturaLT-Book.ttf');
	src: url('./fonts/FuturaLT-Book/FuturaLT-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-tr-edge{
	background-position: top right!important;
	background-repeat: no-repeat;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}


/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.link-nested-icon, .text-nested-icon{
	width:20px;
	position:relative;
	top:-0.05em;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.mini-full-width{
	width:100%;
}
.mini-half-screen-content{
	max-width:500px;
	margin:50px auto 50px auto;
}
.mini-small-subtitle{
	padding:0.4em 0.3em 0.4em 0.3em;
	overflow:hidden;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	display:inline-block;
	transition:all 0.5s ease 0s;
	position:relative;
	transform:scale(1);
	background-color:rgba(121,121,121,0.07);
	border-color:rgba(121,121,121,0.50)!important;
}
.mini-small-subtitle:hover{
	border-color:var(--swatch-var-5803)!important;
	transition:all 0.5s ease 0s;
	transform:scale(1.03);
}
.global-radius{
	overflow:hidden!important;
	border-radius:0px 0px 0px 0px!important;
}
.mini-small-p{
	font-size:0.9em;
}
.mini-new{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2425)!important;
	padding:0.28em 0.6em 0.28em 0.6em;
	background-color:var(--swatch-var-7747);
	color:var(--swatch-var-2425)!important;
	font-size:1em;
}
.mini-btn-div{
	display:inline-flex;
	column-gap:7px;
	row-gap:7px;
}
.form-control::placeholder{
	color:var(--swatch-var-5803)!important;
}
.h2-style{
	font-family:"FuturaLT-Condensed";
	letter-spacing:5px;
	font-size:60px;
}
.h3-style{
	font-family:"KaushanScript-Regular";
	font-size:60px;
}
.img-style{
	height:180px;
	width:100px;
}
.restaurant-menu-subtitle{
	font-size:14px;
	color:var(--swatch-var-7954)!important;
	border-color:var(--swatch-var-7954)!important;
	border-style:solid;
	border-width:0px 1px 0px 0px;
}
.restaurant-price{
	font-size:20px;
	color:var(--swatch-var-7954)!important;
}
h4{
	font-family:"FuturaLT-Condensed";
	color:#000000!important;
}
.img-5-style{
	width:97px;
}
.row-style{
	width:100%;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:var(--swatch-var-7954)!important;
	margin-bottom:15px;
}
.row-bloc-3-style{
	width:100%;
}
.text-span-style{
	font-size:12px;
	font-family:"FuturaLT-Condensed";
	color:var(--swatch-var-7954)!important;
}
.h2-2-style{
	font-family:"FuturaLT-Book";
}
.divider-style{
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.divider-0-style{
	width:25%;
	margin-left:auto;
	margin-right:auto;
}
.divider-35557-style{
	width:25%;
	margin-left:auto;
	margin-right:auto;
}
h5{
	color:#000000!important;
	line-height:30px;
}
.bloc-fill{
	fill:var(--swatch-var-3616);
}
.bloc-6-fill{
	fill:var(--swatch-var-3616);
}
.img-blaett-style{
	width:200px;
}
.bs-logo-footer{
	width:100px;
}
.line{
	width:20%;
	border-style:solid;
	text-align:right;
}
.divider-bloc-1-style{
	width:50%;
	margin-left:auto;
	margin-right:0;
}
.divider-0-bloc-1-style{
	width:50%;
}
.hinweis{
	margin:0px 0px 0px 0px;
	background-color:#EFE2D0;
	border-radius:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	font-family:"KaushanScript-Regular";
}
.svg-icon-style{
	height:px!important;
	width:50px!important;
	stroke:transparent!important;
	fill:#817A70!important;
}
.p-9-style{
	font-size:14px;
	background-color:transparent;
}
.form_fields{
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#818282!important;
	box-shadow:1px 0px 1px rgba(0,0,0,0.2);
	opacity:1.0;
	border-radius:3px 3px 3px 3px;
	border-width:1px 1px 1px 1px;
}
.submitbutton{
	border-radius:5px 5px 5px 5px;
}
.lead{
	font-size:1.2em;
}
.mini-icon-div{
	width:60px;
	height:60px;
	display:inline-flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	background-color:var(--swatch-var-3131);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:rgba(121,121,121,0.28)!important;
}
.mini-contact-mid-icon{
	width:30px!important;
	fill:var(--swatch-var-2425)!important;
	height:30px!important;
}
.mini-big-wide-map{
	height:528px;
}
.img-21-style{
	width:70px;
	height:70px;
}
.kulinarisch{
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.bannerino{
	background-color:var(--swatch-var-3616);
}
.cookie_button{
	background-color:var(--swatch-var-3616);
}
button{
	background-color:var(--swatch-var-3616);
	color:var(--swatch-var-3131)!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
link{
	text-decoration:underline!important;
	background-color:var(--swatch-var-7224);
}
.getraenke_inhalt{
	color:var(--swatch-var-7954)!important;
}
.getraenke_hl{
	font-family:"FuturaLT-Condensed";
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	color:var(--swatch-var-5803)!important;
	margin-bottom:20px;
}
.p-bloc-23-style{
	width:100%;
}
.getraenke_preise{
	font-family:"FuturaLT-Condensed";
	font-size:20px;
}
.mini-circle-icon-small{
	width:23px;
	fill:var(--swatch-var-2425)!important;
	height:23px;
	padding-top:3px;
}
.mini-testimonial-div-3{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}
.mini-testimonial-card-img{
	max-width:60px;
	border-radius:100px 100px 100px 100px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3131)!important;
}
.mini-review-border{
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:#C0C0C0!important;
}
.mini-review-logo{
	max-width:128px;
}
.img-placeholder-us-style{
	width:70px;
}
.getraenke_hl_margin{
	margin-bottom:10px;
}
.hl_bild_schwammerl{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/schwammerl_hl.webp");
}
.hl_bild_suppe{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/suppe.webp");
}
.hl_bild_salat{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/salat.webp");
}
.hl_bild_spezialschnitzel{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/spezialschnitzel_01.webp");
}
.hl_bild_knoedl{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/knoedl.webp");
}
.row-style-wine{
	width:100%;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:var(--swatch-var-7954)!important;
	margin-bottom:15px;
}
.restaurant-menu-subtitle_wine{
	font-size:14px;
	color:var(--swatch-var-7954)!important;
	border-color:var(--swatch-var-7954)!important;
}
.hl_bild_getraenke{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/getraenke.webp");
}
.hl_bild_kinderspeisen{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/kindermeue.webp");
}
.hl_bild_burger{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/burger_hl.webp");
}
.hl_bild_nachspeise{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("img/nachspeise_hl.webp");
}
.rest-menu-img{
	background-image:url("img/restaurant-1.jpg");
	background-image: -webkit-image-set(url("img/restaurant-1.webp") 1x,
url("img/restaurant-1.webp") 2x);background-image: image-set(url("img/restaurant-1.jpg") 1x,
url("img/restaurant-1.jpg") 2x,url("img/restaurant-1.webp") 1x,
url("img/restaurant-1.webp") 2x);
}
.rest-menu-parent{
	display:flex;
	justify-content:center;
	position:fixed;
	bottom:0px;
	align-items:center;
	flex-direction:row;
	padding:28px 28px 28px 28px;
	z-index:99;
}
.rest-menu-col{
	display:inline-flex;
	justify-content:center;
	border-radius:100px 100px 100px 100px;
	max-width:800px;
	column-gap:20px;
	box-shadow:5.52px 4.31px 28px rgba(0,0,0,0.28);
	position:relative;
	background-color:var(--swatch-var-7747);
	align-items:center;
	flex-direction:row;
	padding:14px 14px 14px 20px;
}
.rest-menu-over{
	background-color:var(--swatch-var-7747);
	padding:20px 20px 14px 20px;
	border-radius:28px 28px 28px 28px;
	min-width:228px;
	position:absolute;
	bottom:90px;
	left:0px;
	box-shadow:0.00px -7.00px 14px rgba(0,0,0,0.30);
	max-width:228px;
}
.hide{
	display:none;
}
.mini-large-p{
	font-size:1.3rem;
}
.rest-menu-over-link{
	display:flex;
	transition:all 0.5s ease 0s;
	align-items:center;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-3131)!important;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:5px;
}
.rest-menu-over-link:hover{
	padding-right:0px;
	transition:all 0.5s ease 0s;
}
.rest-menu-link{
	color:var(--swatch-var-5803)!important;
	font-size:1.1rem;
	font-family:"Inter-Medium";
	border-radius:28px 28px 28px 28px;
}
.rest-menu-link:hover{
	color:var(--swatch-var-4497)!important;
}
.svg-icon-0-style{
	width:20px!important;
}
.rest-no-border{
	border-bottom-width:0px;
}
.rest-time{
	background-color:var(--swatch-var-7747);
	padding:20px 20px 14px 20px;
	border-radius:28px 28px 28px 28px;
	max-width:228px;
	min-width:228px;
	position:absolute;
	bottom:90px;
	left:28px;
	box-shadow:0.00px -7.00px 14px rgba(0,0,0,0.28);
}
.rest-time-day{
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	margin-bottom:7px;
}
.bold{
	font-family:"Inter-Bold";
	text-transform:none;
}
.rest-menu-icons{
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:10px;
	height:45px;
	margin-top:5px;
}
.rest-menu-icon{
	background-color:var(--swatch-var-7747);
	padding:10px 10px 10px 10px;
	border-radius:100px 100px 100px 100px;
	transition:all 0.5s ease 0s;
	width:45px;
	height:45px;
}
.rest-menu-icon:hover{
	transition:all 0.5s ease 0s;
	background-color:var(--swatch-var-7398);
}
.rest-menu-links{
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:7px;
}
.rest-hover-link{
	padding:7px 14px 7px 14px;
}
.rest-hover-link:hover{
	background-color:var(--swatch-var-7398);
}
.mini-solid-button{
	color:var(--swatch-var-7747)!important;
	background-color:var(--swatch-var-5803);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4497)!important;
}
.mini-solid-button:hover{
	color:var(--swatch-var-5803)!important;
	background-color:var(--swatch-var-7398);
	border-color:#181818!important;
}
.mini-solid-button:active{
	background-color:var(--swatch-var-5803);
}
.p-66-style{
	width:100%;
	font-size:14px;
}
.img-14-style{
	transform:rotate(-15deg);
}
.blaetter-rotate{
	transform:rotate(-15deg);
}
.wine-price{
	font-size:20px;
	color:var(--swatch-var-7954)!important;
}
.allergene{
	font-size:12px;
	font-family:"FuturaLT-Condensed";
	color:var(--swatch-var-7954)!important;
	margin-bottom:0px;
	text-transform:uppercase;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7020:rgba(200,200,200,1.00);
	
	--swatch-var-7432:rgba(200,200,100,1.00);
	
	--swatch-var-7401:rgba(100,100,100,1.00);
	
	--swatch-var-3616:rgba(41,59,18,1.00);
	
	--swatch-var-7224:rgba(79,17,17,1.00);
	
	--swatch-var-7954:rgba(0,0,0,1.00);
	
	--swatch-var-7747:#FFFFFF;
	
	--swatch-var-5803:#101010;
	
	--swatch-var-2425:#0066CC;
	
	--swatch-var-5906:#196737;
	
	--swatch-var-4274:#F1F0F0;
	
	--swatch-var-3131:#EAEAEA;
	
	--swatch-var-5357:#080808;
	
	--swatch-var-4497:#282828;
	
	--swatch-var-7398:#FFD06D;
	
}


/* Background colour styles */

.bgc-3616{
	background-color:var(--swatch-var-3616);
}
.bgc-7747{
	background-color:var(--swatch-var-7747);
}

/* Text colour styles */

.tc-3616{
	color:var(--swatch-var-3616)!important;
}
.bgc-7020{
	background-color:var(--swatch-var-7020);
}
.tc-7954{
	color:var(--swatch-var-7954)!important;
}
.tc-7224{
	color:var(--swatch-var-7224)!important;
}

/* Button colour styles */

.bgc-7020{
	background-color:var(--swatch-var-7020);
}
.tc-7020{
	color:var(--swatch-var-7020)!important;
}
.btn-c-7020,.btn-c-7020:focus{
	background:var(--swatch-var-7020);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-7020:hover{
	background:#959595!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-7020{
	color:var(--swatch-var-7020)!important;
	border-color:var(--swatch-var-7020)!important;
	fill:var(--swatch-var-7020);
}
.ltc-7020{
	color:var(--swatch-var-7020)!important;
	fill:var(--swatch-var-7020);
}
.ltc-7020:hover{
	color:#959595!important;
	fill:var(--swatch-var-7020);
}
.icon-7020{
	color:var(--swatch-var-7020)!important;
	border-color:var(--swatch-var-7020)!important;
}
/**/.bgc-7432{
	background-color:var(--swatch-var-7432);
}
.tc-7432{
	color:var(--swatch-var-7432)!important;
}
.btn-c-7432,.btn-c-7432:focus{
	background:var(--swatch-var-7432);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-7432:hover{
	background:#959531!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-7432{
	color:var(--swatch-var-7432)!important;
	border-color:var(--swatch-var-7432)!important;
	fill:var(--swatch-var-7432);
}
.ltc-7432{
	color:var(--swatch-var-7432)!important;
	fill:var(--swatch-var-7432);
}
.ltc-7432:hover{
	color:#959531!important;
	fill:var(--swatch-var-7432);
}
.icon-7432{
	color:var(--swatch-var-7432)!important;
	border-color:var(--swatch-var-7432)!important;
}
/**/.bgc-7401{
	background-color:var(--swatch-var-7401);
}
.tc-7401{
	color:var(--swatch-var-7401)!important;
}
.btn-c-7401,.btn-c-7401:focus{
	background:var(--swatch-var-7401);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7401:hover{
	background:#313131!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7401{
	color:var(--swatch-var-7401)!important;
	border-color:var(--swatch-var-7401)!important;
	fill:var(--swatch-var-7401);
}
.ltc-7401{
	color:var(--swatch-var-7401)!important;
	fill:var(--swatch-var-7401);
}
.ltc-7401:hover{
	color:#313131!important;
	fill:var(--swatch-var-7401);
}
.icon-7401{
	color:var(--swatch-var-7401)!important;
	border-color:var(--swatch-var-7401)!important;
}
/**/.bgc-3616{
	background-color:var(--swatch-var-3616);
}
.tc-3616{
	color:var(--swatch-var-3616)!important;
}
.btn-c-3616,.btn-c-3616:focus{
	background:var(--swatch-var-3616);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3616:hover{
	background:#000800!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}

/* Link colour styles */

.ltc-7432{
	color:var(--swatch-var-7432)!important;
	fill:var(--swatch-var-7432);
}
.ltc-7432:hover{
	color:#959531!important;
	fill:var(--swatch-var-7432);
}

/* Bloc image backgrounds */

.bg-facebook-57x57{
	background-image:url("img/facebook_57x57.webp");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.tableproeditmode {
	  display: block;
	  position: relative;
	  width: intrinsic;
	  height: auto;
	  margin: .5em auto .25em auto;
	  text-align: center;
	  font-size: 1.35em;
	  font-weight: bold;
	  border-radius: 16px;
	  border: 6px dotted white}.vertableproadmin {
	  display: inline-block;
	  position: relative;
	  width: 50px;
	  height: 50px;
	  top: -3.5em;
	  margin: 0 8px 10px 0;
	  margin-left: calc(100% - 55px);
	  padding: .75em .5em 0 .45em;
	  text-align: center;
	  font-size: 1.0em;
	  border: 1px solid #9eceff;
	  border-radius: 50%;
	  color: #ffffff;
	  background-color: #008ef2}  .vertableprorow {
	  display: block;
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  right: 40px;
	  top: 0px;
	  margin: 0 8px 0 0;
	  padding: .6em 0 0 0;
	  text-align: center;
	  font-size: .8em;
	  letter-spacing: -1px;
	  border: 1px solid #f6f6f6;
	  border-radius: 50%;
	  color: #ffffff;
	  background-color: #008ef2;
	  z-index: 1000}  .vertableprocell {
	  display: block;
	  position: absolute;
	  width: 40px;
	 /* 44 */  height: 40px;
	  bottom: 5px;
	  right: 0px;
	  margin: 0 0 0 0;
	  padding: .6em 0 0 0;
	  text-align: center;
	  vertical-align: center;
	  font-size: .85em;
	  font-weight: bold;
	  letter-spacing: -1px;
	  border-radius: 50%;
	  border: 1px solid #0982d8;
	  color: #ffffff;
	  text-shadow: 1px 1px 0px #0078cd;
	  background-color: #a8cef4}      .tableprobgimg {
	  display: block;
	  position: relative;
	  width: 0px;
	  height: 0px}  .tableproeditadmin {
	  display: flex;
	  position: relative;
	  flex-wrap: wrap;
	  align-items: stretch;
	  justify-content: flex-start;
	  row-gap: 0px;
	  margin: 0;
	  margin-top: -3.75em;
	  padding: 0;
	  background-image: transparent;
	  background-repeat: no-repeat;
	  background-size: cover}  .tableproeditadmin .tprowwrapedit {
	  display: flex;
	  justify-content: flex-start;
	  align-content: flex-start;
	  flex-direction: row;
	  flex-wrap: wrap;
	  align-items: stretch;
	  width: 100%}  .tableproeditadmin .banner-container {
	  display: block;
	  position: absolute;
	  top: -5px;
	  left: -5px;
	  width: 120px;
	  height: 120px;
	  overflow: hidden}  .tableproeditadmin .banner-container:after {
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 14px;
	  width: 6px;
	  height: 5px;
	  content: "";
	  background-color: #008ef2;
	  z-index: -1}  .tableproeditadmin .banner-container:before {
	  display: block;
	  position: absolute;
	  bottom: 15px;
	  left: 0;
	  height: 6px;
	  width: 5px;
	  content: "";
	  background-color: #008ef2;
	  z-index: -1}  .tableproeditadmin .banner-container .banner {
	  position: relative;
	  width: 150px;
	  padding: 8px 0 8px 8px;
	  background-color: #008ef2;
	  font-size: 1.1em;
	  font-weight: bold;
	  color: #ffffff;
	  text-align: center;
	  transform: rotate(-45deg) translate(-28%, -35%);
	  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	  text-transform: uppercase;
	  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4)}  .tableproeditadmin .cellwrap {
	  box-sizing: border-box;
	  flex: 1 1 0;
	  overflow: hidden;
	  list-style: none}  .tableproeditadmin .cell {
	  display: flex;
	  box-sizing: border-box;
	  flex: 1;
	  padding: .5em .6em .5em .6em;
	  overflow: hidden;
	  list-style: none;
	  border: solid 3px #e2e6e9;
	  margin: -3px -3px 0 0}.tableproeditadmin .cell.head {
	   display: none;
	  background-color: #708090;
	  margin-bottom: 3px;
	  border: 3px solid #5a6673;
	  justify-content: center;
	  color: white;
	  font-size: 1.2em}    .tableproedit .cell.head {
	  padding: .5em .6em .5em .6em;
	  background-color: #708090;
	  border: 3px solid #5a6673;
	  justify-content: center;
	  color: #ffffff;
	  font-size: 1.1em}  .tableproeditadmin .cell.data {
	  justify-content: flex-start;
	  background-color: #ffffff;
	  border: 3px solid #e2e6e9;
	  border-radius: 0em}  .tableproedit .tprowwrapedit {
	  flex: 1;
	  min-width: 100px;
	  align-items: stretch}  .tableproedit .cell.data {
	  width: calc(100% - 40px);
	  min-width: 100px;
	  padding: .5em .6em .5em .6em;
	  justify-content: flex-start;
	  font-size: 1.1em;
	  background-color: #ffffff;
	  border: 3px solid #e2e6e9;
	  border-radius: 0em;
	  background-position: center center;
	  background-repeat: no-repeat}  /* shows first header top border */.tableproeditadmin .tprowwrapedit:nth-of-type(1) .cellwrap {
	padding-top: 3px}  /* show first row head */.tableproeditadmin .tprowwrapedit:nth-of-type(1) .head {
	display: flex}/* in all rows shows first data left border */.tableproeditadmin .tprowwrapedit .cellwrap:nth-of-type(1) .data {
	margin-left: 0px}   /* in all rows on last cell show right border */.tableproeditadmin .tprowwrapedit .cellwrap:last-child .head, .tableproeditadmin .tprowwrapedit .cellwrap:last-child .data {
	margin-right: 0px}    .tableproedit .cellwrapedit {
	  display: inline-block;
	  /* max-width: 100%;
	  calc(100% - 55px);
	 */  margin-bottom: 4px;
	  padding: 6px 0px 6px 0px;
	  background-color: #fcf9bd;
	  border: 1px dotted #9fc9f4}  .tableproedit .cellwrapedit + .tableproedit .cellwrapedit {
	  margin-left: 5px}    .cellwrapedit .cellwrap {
	  padding-bottom: 6px;
	  font-size: 1.1em}  .cellwrapedit .cellwrap .cell.head {
	  border: 0px solid #708090;
	  border-bottom-width: 1px}.tprowwrap .bricsinedit [custom-bric-container="true"] {
	  display: flex;
	  align-items: stretch;
	  flex-wrap: wrap}  .tprowwrap .bricsinedit [custom-bric-container="true"] [custom-bric-name="Table Pro-Cell"] {
	  flex: 1;
	  align-self: stretch} .tprowwrap .rowtag {
	  display: block;
	  position: relative;
	  height: 40px;
	  padding-left: .6em;
	  color: #2d4459;
	  background-color: #9fc9f4;
	  font-weight: bold;
	  font-size: 1.1em;
	  border: 1px solid #9fc9f4;
	  border-top-left-radius: .75em;
	  border-top-right-radius: .75em}  .tprowwrap .rowtag .collapse {
	  display: inline-block;
	  position: relative;
	  margin: 0 auto;
	  padding: 0 .2em 0 .25em;
	  top: 6px;
	  right: .5em;
	  width: 1.15em;
	  height: 1.15em;
	  border-radius: 50%;
	  float: right;
	  background-color: #ffffff;
	  color: #008ef2;
	  vertical-align: middle;
	  text-align: center;
	  font-size: 1.35em;
	  font-weight: bold;
	  line-height: 1;
	  z-index: 1001;
	  cursor: pointer}.tprowwrap .bricsinedit {
	  height: auto;
	  transition: height 1s ease-in-out}  .tprowwrap .cellwrap .cell.data {
	height: auto}.tablepro .tprowwrap .cellwrap.fgr-1 {
	flex-grow: 1}.tablepro .tprowwrap .cellwrap.fgr-2 {
	flex-grow: 2}.tablepro .tprowwrap .cellwrap.fgr-3 {
	flex-grow: 3}.tablepro .tprowwrap .cellwrap.fgr-4 {
	flex-grow: 4}.tablepro .tprowwrap .cellwrap.fgr-5 {
	flex-grow: 5}.tablepro .tprowwrap .cellwrap.fgr-6 {
	flex-grow: 6}.tablepro .tprowwrap .cellwrap.fgr-7 {
	flex-grow: 7}.tablepro .tprowwrap .cellwrap.fgr-8 {
	flex-grow: 8}.tablepro .tprowwrap .cellwrap.fgr-9 {
	flex-grow: 9}.tablepro .tprowwrap .cellwrap.fgr-10 {
	flex-grow: 10}.tablepro .tprowwrap .cellwrap.fgr-11 {
	flex-grow: 11}.tablepro .tprowwrap .cellwrap.fgr-12 {
	flex-grow: 12}.tablepro .tprowwrap .cellwrap.fgr-13 {
	flex-grow: 13}.tablepro .tprowwrap .cellwrap.fgr-14 {
	flex-grow: 14}.tablepro .tprowwrap .cellwrap.fgr-15 {
	flex-grow: 15}.tablepro .tprowwrap .cellwrap.fgr-16 {
	flex-grow: 16}.tablepro .tprowwrap .cellwrap.fgr-17 {
	flex-grow: 17}.tablepro .tprowwrap .cellwrap.fgr-18 {
	flex-grow: 18}.tablepro .tprowwrap .cellwrap.fgr-19 {
	flex-grow: 19}.tablepro .tprowwrap .cellwrap.fgr-20 {
	flex-grow: 20}

/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.mini-half-screen-content{
		margin-top:50px;
		margin-bottom:50px;
	}
	.global-radius{
	}
	.mini-new{
		font-size:0.9em;
	}
	.mini-btn-div{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-7432)!important;
		fill:var(--swatch-var-7432)!important;
	}
	.gridus{
		flex-wrap:wrap-reverse;
		flex-direction:column;
		align-items:center;
	}
	.svg-icon-style{
		fill:#827C72!important;
		stroke:transparent!important;
	}
	.lead{
	}
	.mini-review-logo{
	}
	.rest-menu-col{
		column-gap:5px;
	}
	.rest-menu-over{
		bottom:80px;
		min-width:200px;
		max-width:200px;
	}
	.mini-large-p{
		font-size:1.2em;
	}
	.rest-menu-link{
		font-size:1rem;
	}
	.rest-time{
		bottom:80px;
		left:10px;
		min-width:200px;
		max-width:200px;
	}
	.rest-menu-icons{
		height:40px;
		column-gap:10px;
	}
	.rest-menu-icon{
		width:40px;
		height:40px;
		padding:7px 7px 7px 7px;
	}
	.rest-menu-links{
		column-gap:5px;
	}
	.mini-solid-button{
	}
	.allergene{
	}
	.h4-bloc-9-style{
		width:100%;
	}
	
}

@media (max-width: 767px){
	.mini-full-width{
	}
	.mini-half-screen-content{
		margin-top:80px;
		margin-bottom:80px;
	}
	.mini-small-p{
	}
	.mini-btn-div{
	}
	.h2-style{
		text-align:center;
	}
	.restaurant-price{
		width:100%;
	}
	.img-top-le-style{
		width:325px;
	}
	.img-style{
		width:560px;
	}
	.bs-logo-footer{
		width:100px;
	}
	.svg-icon-style{
		stroke:transparent!important;
		fill:#A49A8E!important;
	}
	.img-14-style{
		width:150px;
	}
	.h4-style{
		width:100%;
	}
	.lead{
		font-size:1.1em;
	}
	.mini-big-wide-map{
		height:328px;
	}
	.mini-review-logo{
		max-width:100px;
	}
	.rest-menu-parent{
		padding:20px 20px 20px 20px;
	}
	.rest-menu-col{
		column-gap:10px;
		padding:10px 12px 10px 10px;
	}
	.rest-menu-over{
		padding-bottom:10px;
		bottom:75px;
	}
	.rest-time{
		padding-bottom:10px;
		bottom:75px;
		left:5px;
	}
	.rest-menu-icons{
		height:28px;
		column-gap:5px;
	}
	.rest-menu-icon{
	}
	.rest-menu-links{
		display:none;
	}
	.wine-price{
		width:100%;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.mini-half-screen-content{
		margin-top:60px;
		margin-bottom:60px;
	}
	.mini-small-subtitle{
		padding:0.3em 0.3em 0.3em 0.3em;
	}
	.global-radius{
	}
	.mini-small-p{
	}
	.mini-new{
	}
	.mini-btn-div{
	}
	.h2-style{
		font-size:40px;
	}
	.h3-style{
		font-size:30px;
	}
	.h5-style{
		font-size:14px;
	}
	.h5-4-style{
		font-size:14px;
	}
	.h5-5-style{
		font-size:14px;
	}
	.h5-6-style{
		font-size:14px;
	}
	.p-style{
		font-size:15px;
	}
	.p-bloc-4-style{
		font-family:"KaushanScript-Regular";
	}
	.svg-icon-style{
		stroke:transparent!important;
		fill:#817A70!important;
	}
	.row-style{
		width:100%;
	}
	.p-9-style{
		font-size:13px;
	}
	.lead{
	}
	.divider-0-bloc-1-style{
		margin-left:auto;
		margin-right:auto;
	}
	.divider-bloc-1-style{
		margin-left:auto;
		margin-right:auto;
	}
	.restaurant-price-spalte{
		margin-left:0px;
		padding-left:0px;
		padding-right:0px;
	}
	.restaurant-price{
		font-size:18px;
	}
	.getraenke_preise{
		text-align:right;
	}
	.mini-testimonial-div-3{
		justify-content:flex-start;
	}
	.mini-review-border{
		border-left-width:0px;
	}
	.mini-review-logo{
	}
	.h2-bloc-23-style{
		width:100%;
	}
	.row-style-wine{
		width:100%;
	}
	.p-bloc-26-style{
		width:100%;
	}
	.rest-menu-parent{
		padding:14px 14px 14px 14px;
	}
	.rest-menu-col{
		padding:7px 10px 7px 10px;
		column-gap:10px;
	}
	.rest-menu-over{
		bottom:60px;
	}
	.mini-large-p{
		font-size:1.1em;
	}
	.rest-time{
		bottom:60px;
		left:5px;
	}
	.bold{
	}
	.wine-price{
		font-size:18px;
	}
	.allergene{
		text-transform:uppercase;
	}
	
}

