/*-----------------------------------------------------------------------------------
	Lions Wunschbaum
	About: Lions Wunschbaum. 
Die Vorweihnachtszeit ist eine Zeit voller Freude, Lichter und gemeinsamer Momente. Für manche Eltern bedeutet dies zugleich eine Herausforderung: die Weihnachtswünsche ihrer Kinder zu erfüllen. Der Lions Club Zürcher Oberland unterstützt finanziell benachteiligte Familien und gibt der Bevölkerung im Oberland die Möglichkeit, Kindern ihre Weihnachtswünsche zu erfüllen. 
	Author: Marcel Blanchard
	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 */

/* = 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;
}


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = 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;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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:initial;
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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;
}
/* 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;
}




.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;
}

/* = 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;
}


.carousel-nav-controls svg{
	transform:scale(0.8);
	transition:transform .30s ease,background .50s ease;
}
.carousel-nav-controls:hover svg{
	transform:scale(1.0);
}
.carousel-nav-controls:active svg{
	transform:scale(0.9);
}

.carousel-caption{
	left:6%;
	 right:6%;
}

.carousel-item:not(:has(> img, > picture)) .carousel-caption {
	position: relative;
	transform: none;
	width: 80%;
	left:10%;
	right:10%;
	top:0;
	bottom:0;
	padding-top: 0;
	margin-bottom: 20px;
	z-index:0;
	color: #000000;
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Carousel Vertical */
.carousel-vertical .carousel-item-next:not(.carousel-item-left), .carousel-vertical .active.carousel-item-right {
	 transform:translateY(100%);
}
.carousel-vertical .carousel-item-prev:not(.carousel-item-right), .carousel-vertical .active.carousel-item-left {
	 transform:translateY(-100%);
}
.carousel-vertical:not(:has(.carousel-item > img)) .carousel-inner{
	padding-top: 40px;
	padding-bottom: 50px;
}
.carousel-vertical:not(:has(.carousel-item > img)) .carousel-caption {
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Carousel Vertical Transition Control Positioning */
.carousel-vertical .carousel-nav-controls{
	bottom: initial;
	width: 100%;
}
.carousel-vertical .carousel-control-prev{
	top: 20px;
}
.carousel-vertical .carousel-control-next{
	top: initial;
	bottom: 30px;
}
.carousel-vertical .carousel-nav-controls svg,.carousel-vertical .carousel-nav-controls svg{
	transform: rotate(90deg);
}
.carousel-vertical .carousel-progress-bar:not(.carousel-progress-bar-minimal){
	left: initial;
	transform: none;
	right:10px;
}
.carousel-vertical .carousel-indicators{
	margin-bottom: 0;
}
@media (prefers-reduced-motion:reduce) {
	 .carousel-color-fade .carousel-item, .carousel-blur .carousel-item, .carousel-vertical .carousel-item, .carousel-zoom, .carousel-zoom-max .carousel-item, .carousel-pull-down .carousel-item,.carousel-pull-up .carousel-item,.carousel-pull-left .carousel-item,.carousel-pull-right .carousel-item{
	 transition:none!important;
}

html.page-motion-ready .carousel-cinematic .carousel-item.active img{
	 transition:none;
}
 }[data-bs-theme="dark"] .carousel-nav-icon{
	stroke: #000;
}
[data-bs-theme="dark"] .carousel-indicators [data-target] {
	background-color:#000;
}


/* 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;
}

/* Form Protection */
.blocsapp-meta-field{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Source Sans Pro";
}
.container{
	max-width:1140px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
}
.primary-divider{
	width:150px;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin:10px auto 40px auto;
}
.primary-btn{
	color:#FEFFFE!important;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:18px;
}
.cap-heading{
	text-transform:uppercase;
}
.hero-fill-mask{
	fill:transparent;
}
.logo-style{
	font-size:30px;
	font-family:"Montserrat";
	font-weight:700;
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
}
.icon-size{
	max-width:80px;
	stroke-linecap:butt!important;
}
.primary-icon{
	fill:var(--swatch-var-3409)!important;
}
.navbar-brand img{
	width:50px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Montserrat";
	font-weight:700;
}
p{
	font-family:"Source Sans Pro";
}
.p-style{
	width:100%;
}
.field-style{
	width:100%;
}
.label-style{
	width:10.09%;
	font-family:"Source Sans Pro";
}
.field-0-style{
	width:100%;
}
.field-48024-style{
	width:85.45%;
}
.label-vorname-style{
	font-family:"Source Sans Pro";
}
.label-name-style{
	font-family:"Source Sans Pro";
}
.label-8-style{
	font-family:"Source Sans Pro";
}
.label-9-style{
	font-family:"Source Sans Pro";
}
.label-10-style{
	font-family:"Source Sans Pro";
}
.label-email-style{
	font-family:"Source Sans Pro";
}
.label-telefon-style{
	font-family:"Source Sans Pro";
}
.label-13-style{
	font-family:"Source Sans Pro";
}
.label-14-style{
	font-family:"Source Sans Pro";
}
.btn-contact-style{
	font-weight:bold;
	width:100%;
}
.row-style{
	width:51.05%;
}
.p-contact-style{
	width:65.81%;
}
.label-1-style{
	font-family:"Source Sans Pro";
}
.label-2-style{
	font-family:"Source Sans Pro";
}
.label-mitteilung-style{
	font-family:"Source Sans Pro";
}
.btn-style{
	font-family:"Source Sans Pro";
	font-weight:bold;
}
.h1-style{
	font-family:"Open Sans";
	font-weight:800;
}
.bloc-fill{
	fill:transparent;
}
.h3-style{
	font-family:"Open Sans";
	font-weight:800;
}
.row-bloc-8-style{
	width:100%;
}
.scroll-qoute-container{
	width:100%;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.btn-admin-style{
	font-size:12px;
}
.p-15-style{
	font-size:20px;
}
.h5-bloc-17-style{
	font-size:16px;
}
.page-preloader{
	background-color:var(--swatch-var-2941);
}
.link-style{
	font-family:"Montserrat";
	font-size:30px;
	line-height:45px;
}
.p-14-style{
	line-height:28px;
}
.p-bloc-8-style{
	font-size:18px;
}
.h6-style{
	font-size:18px;
}
.p-bloc-9-style{
	font-size:18px;
}
.h3-bloc-8-style{
	font-size:20px;
	line-height:28px;
}
.h6-bloc-14-style{
	line-height:24px;
}
.bild-button:hover{
	cursor:pointer;
}
.h2-2-style{
	font-family:"Open Sans";
	font-weight:800;
}
.p-6-style{
	font-size:24px;
}
.h6-bloc-7-style{
	line-height:35px;
}
.h3-7-style{
	font-size:28px;
	line-height:38px;
}
.p-17-style{
	font-size:28px;
	line-height:40px;
}
.h2-5-style{
	font-family:"Open Sans";
	font-weight:800;
	width:100%;
}
.h6-8-style{
	line-height:28px;
	font-size:20px;
}
.btn-red{
	background-color:var(--swatch-var-5053);
}
.h6-bloc-23-style{
	line-height:28px;
	font-size:20px;
}
.img-24-style{
	width:100%;
	height:100%;
}
.carousel-fix{
	width:100%;
	height:100%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(35,36,35,1.00);
	
	--swatch-var-2941:rgba(162,202,113,1.00);
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(56,127,57,1.00);
	
	--swatch-var-5053:rgba(174,30,0,1.00);
	
	--swatch-var-7343:rgba(0,0,0,0.48);
	
	--swatch-var-1007:rgba(247,216,188,1.00);
	
	--swatch-var-4734:#000000;
	
}


/* Background colour styles */

.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-1007{
	background-color:var(--swatch-var-1007);
}
.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}

/* Text colour styles */

.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.tc-5053{
	color:var(--swatch-var-5053)!important;
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}
.tc-6728{
	color:var(--swatch-var-6728)!important;
}

/* Button colour styles */

.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}
.btn-c-7376,.btn-c-7376:focus{
	background:var(--swatch-var-7376);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7376:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7376{
	color:var(--swatch-var-7376)!important;
	border-color:var(--swatch-var-7376)!important;
	fill:var(--swatch-var-7376);
}
.ltc-7376{
	color:var(--swatch-var-7376)!important;
	fill:var(--swatch-var-7376);
}
.ltc-7376:hover{
	color:#000000!important;
	fill:var(--swatch-var-7376);
}
.icon-7376{
	color:var(--swatch-var-7376)!important;
	border-color:var(--swatch-var-7376)!important;
}
/**/.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.btn-c-2941,.btn-c-2941:focus{
	background:var(--swatch-var-2941);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2941:hover{
	background:#6F973E!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
	fill:var(--swatch-var-2941);
}
.ltc-2941{
	color:var(--swatch-var-2941)!important;
	fill:var(--swatch-var-2941);
}
.ltc-2941:hover{
	color:#6F973E!important;
	fill:var(--swatch-var-2941);
}
.icon-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
}
/**/.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.btn-c-6728,.btn-c-6728:focus{
	background:var(--swatch-var-6728);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-6728:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-6728{
	color:var(--swatch-var-6728)!important;
	border-color:var(--swatch-var-6728)!important;
	fill:var(--swatch-var-6728);
}
.ltc-6728{
	color:var(--swatch-var-6728)!important;
	fill:var(--swatch-var-6728);
}
.ltc-6728:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-6728);
}
.icon-6728{
	color:var(--swatch-var-6728)!important;
	border-color:var(--swatch-var-6728)!important;
}
/**/.bgc-3409{
	background-color:var(--swatch-var-3409);
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.btn-c-3409,.btn-c-3409:focus{
	background:var(--swatch-var-3409);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3409:hover{
	background:#054C06!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}
.btn-c-7376,.btn-c-7376:focus{
	background:var(--swatch-var-7376);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-7376:hover{
	background:#000000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-7376{
	color:var(--swatch-var-7376)!important;
	border-color:var(--swatch-var-7376)!important;
	fill:var(--swatch-var-7376);
}
.ltc-7376{
	color:var(--swatch-var-7376)!important;
	fill:var(--swatch-var-7376);
}
.ltc-7376:hover{
	color:#000000!important;
	fill:var(--swatch-var-7376);
}
.icon-7376{
	color:var(--swatch-var-7376)!important;
	border-color:var(--swatch-var-7376)!important;
}
/**/.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.btn-c-2941,.btn-c-2941:focus{
	background:var(--swatch-var-2941);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2941:hover{
	background:#6F973E!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
	fill:var(--swatch-var-2941);
}
.ltc-2941{
	color:var(--swatch-var-2941)!important;
	fill:var(--swatch-var-2941);
}
.ltc-2941:hover{
	color:#6F973E!important;
	fill:var(--swatch-var-2941);
}
.icon-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
}
/**/.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.btn-c-6728,.btn-c-6728:focus{
	background:var(--swatch-var-6728);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-6728:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-6728{
	color:var(--swatch-var-6728)!important;
	border-color:var(--swatch-var-6728)!important;
	fill:var(--swatch-var-6728);
}
.ltc-6728{
	color:var(--swatch-var-6728)!important;
	fill:var(--swatch-var-6728);
}
.ltc-6728:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-6728);
}
.icon-6728{
	color:var(--swatch-var-6728)!important;
	border-color:var(--swatch-var-6728)!important;
}
/**/.bgc-3409{
	background-color:var(--swatch-var-3409);
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.btn-c-3409,.btn-c-3409:focus{
	background:var(--swatch-var-3409);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-3409:hover{
	background:#054C06!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-3409{
	color:var(--swatch-var-3409)!important;
	border-color:var(--swatch-var-3409)!important;
	fill:var(--swatch-var-3409);
}
.ltc-3409{
	color:var(--swatch-var-3409)!important;
	fill:var(--swatch-var-3409);
}
.ltc-3409:hover{
	color:#054C06!important;
	fill:var(--swatch-var-3409);
}
.icon-3409{
	color:var(--swatch-var-3409)!important;
	border-color:var(--swatch-var-3409)!important;
}
/**/.bgc-5053{
	background-color:var(--swatch-var-5053);
}
.tc-5053{
	color:var(--swatch-var-5053)!important;
}
.btn-c-5053,.btn-c-5053:focus{
	background:var(--swatch-var-5053);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-5053:hover{
	background:#7B0000!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}

/* Link colour styles */

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

/* Bloc image backgrounds */

.bg-Lions-20Wunschbaum{
	background-image:url("img/Lions%20Wunschbaum.jpeg");
	background-image: -webkit-image-set(url("img/Lions%20Wunschbaum.webp") 1x,
url("img/Lions%20Wunschbaum.webp") 2x);background-image: image-set(url("img/Lions%20Wunschbaum.jpeg") 1x,
url("img/Lions%20Wunschbaum.jpeg") 2x,url("img/Lions%20Wunschbaum.webp") 1x,
url("img/Lions%20Wunschbaum.webp") 2x);
}
.bg-lionlogo-2c{
	background-image:url("img/lionlogo_2c.jpg");
	background-image: -webkit-image-set(url("img/lionlogo_2c.webp") 1x,
url("img/lionlogo_2c.webp") 2x);background-image: image-set(url("img/lionlogo_2c.jpg") 1x,
url("img/lionlogo_2c.jpg") 2x,url("img/lionlogo_2c.webp") 1x,
url("img/lionlogo_2c.webp") 2x);
}



/* = 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){
	.hero-fill-mask{
		fill:transparent;
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.p-style{
		width:58.96%;
	}
	.btn-contact-style{
		font-size:14px;
	}
	.row-style{
		width:52.35%;
	}
	.p-contact-style{
		width:100%;
	}
	.h1-heading-style{
		font-size:80px;
	}
	.h3-7-style{
		font-size:24px;
	}
	.h3-bloc-8-style{
		font-size:24px;
	}
	.p-15-style{
		font-size:14px;
	}
	.btn-admin-style{
		font-size:12px;
	}
	.p-6-style{
		font-size:22px;
	}
	.h4-style{
		width:100%;
	}
	
}

@media (max-width: 767px){
	.primary-divider{
		margin-bottom:30px;
	}
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	.p-style{
		font-size:18px;
	}
	.btn-contact-style{
		font-size:14px;
	}
	.p-contact-style{
		width:100%;
	}
	.h3-bloc-8-style{
		font-size:20px;
	}
	.h3-7-style{
		font-size:18px;
		line-height:28px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3409)!important;
		fill:var(--swatch-var-3409)!important;
	}
	.quote-text{
		font-size:22px;
	}
	.p-14-style{
		font-size:14px;
	}
	.h5-style{
		font-size:16px;
	}
	.h6-style{
		font-size:14px;
	}
	.p-bloc-8-style{
		font-size:14px;
	}
	.p-15-style{
		font-size:12px;
	}
	.btn-admin-style{
		font-size:12px;
	}
	.p-6-style{
		font-size:18px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
	}
	.logo-style{
		font-size:9px;
	}
	.hero-sub-heading{
		font-size:18px;
	}
	.hero-fill-mask{
		fill:transparent;
	}
	.p-style{
		font-size:14px;
	}
	.h2-style{
		font-size:24px;
	}
	.btn-contact-style{
		font-size:12px;
	}
	.p-contact-style{
		width:100%;
	}
	.row-style{
		width:63.87%;
	}
	.h3-style{
		font-size:16px;
	}
	.h3-bloc-8-style{
		font-size:18px;
		line-height:24px;
	}
	.h1-heading-style{
		font-size:30px;
	}
	.h6-style{
		font-size:18px;
		line-height:24px;
	}
	.p-footer-style{
		font-size:12px;
	}
	.h3-7-style{
		font-size:18px;
		line-height:24px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3409)!important;
		fill:var(--swatch-var-3409)!important;
	}
	.p-bloc-8-style{
		font-size:18px;
		line-height:27px;
	}
	.quote-text{
		font-size:18px;
	}
	.p-14-style{
		font-size:16px;
		line-height:24px;
	}
	.h5-style{
		font-size:14px;
	}
	.p-bloc-11-style{
		font-size:14px;
	}
	.label-vorname-style{
		font-size:12px;
	}
	.label-name-style{
		font-size:12px;
	}
	.label-style{
		font-size:12px;
	}
	.label-8-style{
		font-size:12px;
	}
	.label-9-style{
		font-size:12px;
	}
	.label-10-style{
		font-size:12px;
	}
	.label-email-style{
		font-size:12px;
	}
	.label-telefon-style{
		font-size:12px;
	}
	.label-13-style{
		font-size:12px;
	}
	.label-14-style{
		font-size:12px;
	}
	.p-15-style{
		font-size:12px;
	}
	.btn-admin-style{
		font-size:10px;
		opacity:1.0;
	}
	.h3-range-style{
		font-size:24px;
	}
	.h3-2-style{
		font-size:24px;
	}
	.h3-3-style{
		font-size:24px;
	}
	.h3-4-style{
		font-size:24px;
	}
	.h6-bloc-16-style{
		font-size:18px;
		line-height:24px;
	}
	.h6-bloc-14-style{
		font-size:14px;
	}
	.h5-bloc-14-style{
		font-size:14px;
	}
	.h5-7-style{
		font-size:14px;
	}
	.p-bloc-14-style{
		font-size:14px;
	}
	.p-13-style{
		font-size:14px;
	}
	.p-6-style{
		font-size:16px;
	}
	.h6-bloc-7-style{
		line-height:29px;
	}
	.h1-volketswil-style{
		font-size:28px;
	}
	.h2-bloc-22-style{
		font-size:20px;
	}
	.p-17-style{
		font-size:20px;
		line-height:24px;
	}
	.h1-uster-style{
		font-size:28px;
	}
	.h2-3-style{
		font-size:20px;
	}
	.h1-pfäffikon-zh-style{
		font-size:28px;
	}
	.h2-2-bloc-22-style{
		font-size:20px;
	}
	.h1-wunschliste-style{
		font-size:40px;
	}
	.h2-5-style{
		font-size:30px;
	}
	.no-caption{
	}
	.h6-bloc-23-style{
		font-size:14px;
	}
	.h6-8-style{
		font-size:16px;
	}
	.h3-bloc-25-style{
		font-size:22px;
	}
	.h6-bloc-25-style{
		font-size:12px;
	}
	.h6-10-style{
		font-size:12px;
	}
	.h6-11-style{
		font-size:12px;
	}
	.carousel-fix{
		height:500px;
	}
	
}

