/*-----------------------------------------------------------------------------------
	Andreas-18.03.25-1
	About: A shiney new Blocs website.
	Author: Andreas Schrodt
	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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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:'Tahoma';
	src: url('./fonts/Tahoma/Tahoma.woff');
	src: url('./fonts/Tahoma/Tahoma.woff') format('woff'),
	url('./fonts/Tahoma/Tahoma.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OpenSans';
	src: url('./fonts/OpenSans/OpenSans-Regular.woff2');
	src: url('./fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
	url('./fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
	url('./fonts/OpenSans/OpenSans-Regular.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-xl{
	padding:150px 20px;
}
.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;
}


/* 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-repeat{
	background-repeat:repeat!important;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


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

/* 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;
}
/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}


/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-w-80{
	max-width:80%;
}
.text-w-50{
	max-width:50%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


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

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Open Sans";
	font-weight:300;
	font-size:18px;
}
.container{
	max-width:1128px;
}
p{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.navigation{
	font-family:"helvetica";
	font-size:22px;
}
.navigation:active{
	font-size:22px;
}
.navigation:hover{
	color:#CCCCCC!important;
	font-family:"helvetica";
	font-size:22px;
}
.logo{
	color:#282828!important;
}
.logo:hover{
	color:#FD0102!important;
}
.blue---button{
	background-color:rgba(11,157,236,0.0);
	color:#0B9DEC!important;
	text-transform:none;
	font-family:"Roboto";
	font-weight:400;
	min-width:128px;
	border-color:#0B9DEC;
}
.blue---button:hover{
	background-color:#0B9DED;
	color:#FFFFFF!important;
	font-family:"Roboto";
	font-weight:400;
	text-transform:none;
	border-color:rgba(0,0,0,0.0);
}
.blocs-mobile-signup-text{
	font-size:33px;
}
.menu-title{
	font-family:"Lato";
	font-weight:400;
	font-size:23px;
	color:#000000!important;
}
.wire.blue---button:hover{
	color:#FEFFFF!important;
	background-color:#ED2200;
	border-color:#ED2200;
}
.white-wire.blue---button{
	background-color:rgba(0,0,0,0.0);
	border-color:#FEFFFF;
	font-family:"Roboto";
}
.white-wire.blue---button:hover{
	background-color:#FEFFFF;
	color:#000000!important;
}
.wire-button{
	border-color:#777777;
	background-color:#FFFFFE;
	font-family:"Roboto";
	color:#777777!important;
	min-width:128px;
	text-shadow:0px 0px 0px #000000;
	overflow:visible;
	float:none;
}
.wire-button:hover{
	color:#0067CB!important;
	background-color:#2889ED;
	border-color:#E00102;
}
.white-wire-button{
	background-color:rgba(0,0,0,0.0);
	border-width:1px 1px 1px 1px;
	border-color:#FFFFFF;
	font-family:"Roboto";
}
.white-wire-button:hover{
	color:#FFFFFF!important;
	background-color:#E00102;
	border-color:#E00102;
}
.scrollToTop{
	margin-top:3%;
	background:linear-gradient(0deg, #929292, #A9A9A9);
	border-style:solid;
}
.title-header{
	color:#777777!important;
	font-size:18px;
	text-align:center;
}
.title-header:hover{
	color:#0B9DEC!important;
	font-size:18px;
}
.hero-overlay{
	background-color:rgba(0,0,0,0.4);
	line-height:100px;
}
.icon{
	padding-bottom:28px;
}
.big-icon{
	margin-top:20%;
}
.about-icon{
	float:none;
	margin-right:100%;
}
.link{
	font-size:18px;
	font-weight:normal;
	border-style:none;
	text-shadow:0px 0px 0px #000000;
	background-color:transparent;
	color:#FEFFFF!important;
	text-decoration:none;
	font-family:"Tahoma";
}
.link:hover{
	font-size:18px;
	font-weight:normal;
	color:#C0C0C0!important;
}
.h1{
	font-size:24px;
}
.h2{
	font-size:22px;
}
.h3{
	font-size:20px;
}
.h4{
	font-size:2px;
}
.h5{
	font-size:18px;
}
h5{
	font-size:16px;
	font-family:"helvetica";
}
.title{
	font-size:22px;
}
.text-12{
	font-size:12px;
}
.text-12:active{
	font-size:12px;
}
.text-12:hover{
	font-size:12px;
}
.heading3-rot{
	font-size:24px;
	color:#FF0000!important;
}
.heading3-rot:active{
	font-size:24px;
	color:#FF0000!important;
}
.heading3-rot:hover{
	font-size:24px;
	color:#FF0000!important;
}
.text-16-kursiv{
	font-size:16px;
	font-style:italic;
}
.text-16-kursiv:active{
	font-size:16px;
}
.text-16-kursiv:hover{
	font-size:16px;
}
.text-22-kursiv{
	font-size:22px;
	font-style:italic;
}
.text-22-kursiv:active{
	font-size:22px;
}
.text-22-kursiv:hover{
	font-size:22px;
	font-style:italic;
}
h1{
	font-size:20px;
}
h2{
	font-weight:normal;
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:20px;
	font-family:"helvetica";
}
h6{
	font-family:"helvetica";
	font-size:16px;
}
.navbar-nav li a{
	font-family:"helvetica";
	font-size:20px;
}
.text-20{
	font-size:20px;
}
.text-20:active{
	font-size:20px;
}
.text-20:hover{
	font-size:20px;
}
.text-18{
	font-size:18px;
}
.text-18:active{
	font-size:18px;
}
.text-18:hover{
	font-size:18px;
}
.block-schatten{
	padding:0px 0px 0px 0px;
	text-shadow:0px 0px 0px #CCCCCC;
	box-shadow:4.54px 8.91px 0px #999999;
	background-color:#414141;
	background-size:5px 5px;
}
.grau-fluss{
	font-size:20px;
	color:rgba(0,0,0,0.0)!important;
	background:linear-gradient(90deg, #666666, #FFFFFF);
	border-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:inherit;
	float:initial;
	text-shadow:0px 0px 0px #000000;
}
.blau-fluss{
	background:linear-gradient(270deg, #0000FF, #FAFAFA);
	border-style:none;
}
.blau-fluss-180{
	background:linear-gradient(180deg, #0000B1, #B1CCFF);
}
.grau-fluss-180{
	background:linear-gradient(180deg, #000000, #FFFFFF);
}
.text-24{
	font-size:24px;
}
.text-24:active{
	font-size:24px;
}
.text-24:hover{
	font-size:24px;
}
.text-16{
	font-size:16px;
}
.text-16:active{
	font-size:16px;
}
.text-16:hover{
	font-size:16px;
}
.schatten{
	text-shadow:0px 0px 0px #666666;
	box-shadow:9.19px -9.19px 18px #171717;
}
.gradient-grau{
	background:linear-gradient(0deg, rgba(0,0,0,0.3), rgba(255,255,255,0.0));
	border-color:rgba(0,0,0,0.5);
	border-style:none;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px #000000;
}
.gradient-grau-180{
	background:linear-gradient(180deg, rgba(255,255,255,0.0), rgba(0,0,0,0.7));
	border-color:rgba(0,0,0,0.0);
}
.text{
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	font-size:22px;
}
.grauer-block-transparent{
	background-color:rgba(213,213,213,0.5);
}
.schatten-black{
	background-color:rgba(0,0,0,0.78);
	background-position:left top;
	border-style:none;
	width:20px;
}
.text-position{
	margin-bottom:0px;
	padding-bottom:12px;
	padding-top:35px;
}
.blocsize{
	padding-top:15px;
	padding-bottom:10px;
}
.transparent{
	background-color:rgba(0,0,0,0.5);
	background-clip:;
	-webkit-background-clip:;
}
.text-eingerückt{
	padding-left:45px;
	padding-right:45px;
	font-size:18px;
}
.owl-dot span{
	background-color:#FEFFFF;
}
.owl-prev, .owl-next{
	background-color:#C0C0C0;
	border-color:#000000!important;
	border-style:none;
}
.owl-prev, .owl-next:hover{
	background-color:#C0C0C0;
	border-color:#FF2600!important;
	border-style:none;
}
.owl-title{
	background-position:center top;
}
.prev-slide{
	background-color:rgba(255,255,255,0.5);
	border-left-width:20px;
	background-position:center center;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	border-style:solid;
	border-right-width:20px;
	box-shadow:5px 8px 0px rgba(121,121,121,0.5);
	font-size:18px;
}
.next-slide{
	font-size:18px;
}
.owl-carousel .owl-item img{
	text-shadow:1px 2px 0px #000000;
}
.navbar-brand-0{
	font-weight:600;
	font-family:"Open Sans";
	font-size:24px;
	line-height:24px;
	text-decoration:none;
	text-transform:capitalize;
	text-shadow:5.90px 6.79px 2px #424242;
	letter-spacing:3px;
}
.bloc-78-div{
	font-size: 22px;
}
.bloc-78-h6{
	font-size: 12px;
}
.bloc-2-h1{
	line-height: 48px;
}
.bloc-2-p{
	font-size:20px;
	line-height: 48px;
}
.bloc-3-p{
	font-weight: 100;
	font-size: 18px;
	line-height:40px;
}
.bloc-6-p{
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 28px;
	line-height: 150px;
}
.team-p{
	font-size: 18px;
	line-height: 28px;
	font-family:"Tahoma";
}
.bloc-8-p{
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 28px;
	line-height: 150px;
}
.bloc-9-p{
	font-size: 18px;
	line-height: 28px;
}
.bloc-10-p{
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 28px;
	line-height: 150px;
}
.bloc-11-p{
	font-size: 18px;
	line-height: 28px;
}
.bloc-12-p{
	font-family:"Tahoma";
	font-size: 24px;
	width:73.69%;
	line-height:20px;
}
.bloc-14-p{
	font-size: 16px;
}
.bloc-15-p{
	font-family:"Tahoma";
	font-size: 24px;
}
.bloc-16-h3{
	font-family: "Special Elite";
	font-size: 24px;
}
.bloc-16-p{
	font-family: "Special Elite";
}
.bloc-17-h6{
	font-size: 24px;
}
.bloc-18-h3{
	font-size: 24px;
}
.bloc-19-h3{
	font-family: "Special Elite|Titillium Web";
	font-size: 24px;
}
.bloc-19-p{
	font-weight: 300;
}
.bloc-20-p{
	font-family:"Tahoma";
	font-size: 24px;
	width:100%;
	line-height:20px;
}
.bloc-21-p{
	font-size: 18px;
	line-height: 22px;
}
.rezepte-p{
	font-family: "Droid Sans";
	font-size: 36px;
	line-height: 36px;
}
.käsespieße-h3{
	font-size: 24px;
}
.käsespieße-p{
	font-size: 18px;
	line-height: 22px;
}
.thunfisch-p{
	font-size: 18px;
	line-height: 22px;
}
.wurstsalat-p{
	font-size: 18px;
	line-height: 22px;
}
.maronensuppe-p{
	font-size: 18px;
	line-height: 22px;
}
.fischcurry-p{
	font-size: 18px;
	line-height: 22px;
}
.kopfsalatsuppe-p{
	font-size: 18px;
	line-height: 22px;
}
.rost1-p{
	font-size: 18px;
	line-height: 22px;
}
.rost2-p{
	font-size: 18px;
	line-height: 22px;
}
.roastbeef-p{
	font-size: 18px;
	line-height: 22px;
}
.boeuf-p{
	font-size: 18px;
	line-height: 22px;
}
.pfefferpott-p{
	font-size: 18px;
	line-height: 22px;
}
.fenchel-p{
	font-size: 18px;
	line-height: 22px;
}
.zomerstamp-p{
	font-size: 18px;
	line-height: 22px;
}
.klösse-p{
	font-size: 18px;
	line-height: 22px;
}
.lpg-p{
	font-size: 18px;
	line-height: 22px;
}
.zwiebel-p{
	font-size: 18px;
	line-height: 22px;
	opacity:1.0;
}
.bloc-59-p{
	font-family:"Tahoma";
	font-size: 24px;
	width:98.95%;
	line-height:20px;
}
.bloc-60-h3{
	font-family:"Tahoma";
	font-size: 18px;
}
.bloc-60-p{
	font-size: 14px;
	font-family:"Open Sans";
}
.bloc-61-p{
	font-family:"Open Sans";
}
.bloc-62-p{
	font-family:"Open Sans";
	font-size:14px;
}
.bloc-63-h3{
	font-family:"Tahoma";
	font-size: 24px;
	line-height:20px;
	width:79.96%;
}
.bloc-67-p{
	font-size: 18px;
	line-height: 22px;
}
.bloc-68-p{
	font-family:"Tahoma";
	font-size: 24px;
	width:100%;
	line-height:20px;
}
.bloc-70-h3{
	font-family:"Tahoma";
	font-size: 24px;
	line-height:20px;
	width:100%;
}
.bloc-71-p{
	font-family:"Tahoma";
	font-size: 18px;
	line-height: 28px;
}
.bloc-72-p{
	font-family:"Tahoma";
	font-size: 24px;
	width:97.69%;
	line-height:20px;
}
.bloc-74-p{
	font-family:"Tahoma";
	font-size: 18px;
}
.bloc-75-p{
	font-size: 18px;
	line-height: 28px;
}
.bloc-76-p{
	font-family:"Tahoma";
	font-size: 24px;
	width:97.19%;
	line-height:20px;
}
.center{
	text-align:center;
	overflow:visible;
	float:none;
	position:absolute;
}
.carousel-style{
	width:60.06%;
}
.owl-prev, .owl-next:active{
	background-color:#C0C0C0;
	border-color:#000000!important;
	border-style:none;
}
.img-style{
	width:450px;
	border-radius:0px 0px 0px 0px;
}
.carousel-control-prev{
	width:25px;
	background-color:rgba(155,0,0,0.5);
}
.carousel-control-next{
	width:25px;
	background-color:rgba(128,0,0,0.5);
}
.p-style{
	font-family:"Lato";
	font-weight:300;
}
.img-bloc-8-style{
	height:720px;
	width:1280px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-1133);
}
.bloc-divider-b-fill{
	fill:#4E8F00;
	height:150px;
}
.bloc-divider-b-style{
	width:100%;
	height:100px;
}
.link-maxon-cinema4d-style{
	font-weight:bold;
	text-decoration:none;
}
.link-bloc-64-style{
	font-weight:bold;
	text-decoration:none;
}
.link-0-bloc-64-style{
	font-weight:bold;
}
.p-46-style{
	font-family:"helvetica";
	font-size:22px;
}
.p-bloc-67-style{
	font-family:"Tahoma";
	font-size:22px;
}
.bloc-divider-t-bloc-0-fill{
	fill:#424242;
}
.bloc-divider-t-bloc-1-fill{
	fill:#7E7F7E;
}
.bloc-divider-t-bloc-12-fill{
	fill:#7D7F7D;
}
.bloc-divider-t-bloc-20-fill{
	fill:#7D7F7D;
}
.bloc-divider-t-bloc-59-fill{
	fill:#787978;
}
.bloc-divider-t-bloc-63-fill{
	fill:#787978;
}
.bloc-divider-t-bloc-68-fill{
	fill:#7B7D7B;
}
.bloc-divider-t-bloc-70-fill{
	fill:#7D7F7D;
}
.bloc-divider-t-bloc-72-fill{
	fill:#7B7D7B;
}
.bloc-divider-t-bloc-76-fill{
	fill:#7D7F7D;
}
.bloc-divider-t-0-fill{
	fill:#7B7D7B;
}
.bloc-divider-t-bloc-78-fill{
	fill:#7E7F7E;
}
.label-style{
	width:78.94%;
	font-size:24px;
	line-height:20px;
	font-family:"Tahoma";
}
.h3-style{
	font-size:24px;
	font-family:"Lato";
	font-weight:300;
}
.bloc-fill{
	fill:var(--swatch-var-6906);
}
.img-desktop-style{
	width:450px;
}
.img-emma-03-style{
	width:280px;
}
.img-preikestole-style{
	height:200px;
}
.img-img-01-style{
	height:200px;
}
.img-69-style{
	height:200px;
}
.img-img-19-style{
	height:200px;
}
.label-norwegen-style{
	font-size:24px;
	width:100%;
	font-family:"Open Sans";
}
.img-bloc-68-style{
	height:160px;
	width:240px;
}
.img-71-style{
	height:160px;
	width:240px;
}
.img-76-style{
	width:240px;
	height:160px;
}
.img-75-style{
	width:240px;
	height:160px;
}
.img-77-style{
	width:240px;
	height:160px;
}
.img-81-style{
	width:240px;
	height:160px;
}
.img-78-style{
	width:264px;
	height:198px;
}
.img-80-style{
	width:240px;
	height:160px;
}
.img-72-style{
	width:240px;
	height:160px;
}
.img-74-style{
	width:264px;
	height:198px;
}
.img-82-style{
	width:240px;
	height:160px;
}
.img-emma-12-style{
	height:195px;
}
.img-emma-10-style{
	height:198px;
	width:264px;
}
.img-emma-09-style{
	height:160px;
}
.h1-style{
	font-size:24px;
}
.h1-schweden-style{
	font-size:24px;
}
.h1-holland-style{
	font-size:24px;
}
.p-bloc-68-style{
	font-family:"OpenSans";
	font-weight:300;
}
.h1-emma-style{
	font-size:24px;
}
.p-69-style{
	font-family:"Lato";
	font-weight:300;
}
.p-68-style{
	font-family:"Lato";
	font-weight:300;
}
.btn-style{
	width:100%;
}
.link-bloc-65-style{
	height:176px;
}
.img-emma-06-style{
	height:176px;
	width:264px;
}
.btn-button-style{
	width:30.14%;
}
.link--käsespieße-style{
	text-decoration:none;
	color:#FFFFFF!important;
}
.link-home-style{
	font-weight:bold;
}
.link-hobbys-style{
	font-weight:bold;
}
.link-kontakt-style{
	font-weight:bold;
}
.link-links-style{
	font-weight:bold;
}
.link-about-style{
	font-weight:bold;
	text-shadow:3.01px 3.99px 2px #424242;
}
.img-5-style{
	height:264px;
}
.img-6-style{
	height:240px;
}
.grid-style{
	height:321px;
	width:100%;
	grid-template-rows:74px 76px auto;
	row-gap:229px;
	column-gap:42px;
}
.img-pepper-seite-style{
	width:444px;
}
.row-style{
	width:100%;
}
.img-wartbu-style{
	width:264px;
	height:176px;
}
.link-style{
	text-decoration:none;
	font-weight:bold;
}
.img-bloc-69-style{
	height:198px;
	width:264px;
}
.img-1-st-style{
	width:250px;
}
.img-bloc-71-style{
	width:250px;
}
.img-3-ka-style{
	width:250px;
}
.img-4-yama-style{
	width:250px;
}
.img-25-style{
	width:250px;
}
.img-27-style{
	width:250px;
}
.bloc-style{
	opacity:1.0;
}
.img-83-style{
	height:198px;
}
.img-85-style{
	height:198px;
}
.img-86-style{
	height:198px;
}
.img-87-style{
	height:198px;
}
.img-dsc-12-style{
	height:198px;
}
.img-92-style{
	height:198px;
}
.img-93-style{
	height:198px;
}
.img-94-style{
	height:198px;
}
.img-99-style{
	height:198px;
}
.img-98-style{
	height:198px;
}
.link-bloc-8-style{
	text-decoration:none;
	color:var(--swatch-var-709)!important;
	font-family:"OpenSans";
}
.link-0--käsespieße-style{
	text-decoration:none;
}
.link-bloc-8-style:hover{
	font-weight:normal;
	font-family:"Open Sans";
}
.link-bloc-8-style:active{
	color:var(--swatch-var-2670)!important;
}
.btn-emma-style{
	width:100%;
}
.img-cumgranosalis-style{
	height:112px;
}
.btn-8-style{
	width:100%;
}
.img-pepper-seite-2-style{
	height:176px;
}
.btn-9-style{
	width:100%;
	color:var(--swatch-var-1)!important;
	background-color:var(--swatch-var-5752);
}
.img-54-style{
	height:112px;
}
.img-emma-11-style{
	height:112px;
}
.btn-11-style{
	width:100%;
}
.img-deskt-style{
	height:112px;
	width:168px;
}
.img-gs-12-style{
	width:168px;
	height:112px;
}
.text-span-style{
	font-weight:bold;
	font-style:normal;
}
.img-img-28-style{
	height:198px;
}
.row-bloc-13-style{
	width:100%;
}
.img-bloc-29-style{
	width:250px;
}
.img-emma-13-style{
	width:264px;
	border-radius:20px 20px 20px 20px;
}
.blocs-card-width{
	width:25%;
}
.img-118-style{
	width:400px;
}
.p-bloc-23-style{
	font-size:14px;
}
.btn-8-style:hover{
	background-color:var(--swatch-var-1856);
}
.btn-9-style:hover{
	background-color:var(--swatch-var-1856);
	color:var(--swatch-var-709)!important;
}
.p-style:hover{
	color:#000000!important;
}
.btn-emma-style:hover{
	background-color:#00F900;
}
.btn-11-style:hover{
	background-color:#00F900;
}
.btn-button-style:hover{
	background-color:#00F900;
	color:#000000!important;
	text-align:center;
}
.btn-button-style:active{
	color:#000000!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1:rgba(255,255,255,1.00);
	
	--swatch-var-2:rgba(255,255,254,1.00);
	
	--swatch-var-3357:rgba(255,255,255,1.00);
	
	--swatch-var-5752:rgba(11,157,237,1.00);
	
	--swatch-var-709:rgba(0,0,0,1.00);
	
	--swatch-var-1133:rgba(66,66,66,1.00);
	
	--swatch-var-2127:rgba(32,32,32,1.0);
	
	--swatch-var-3384:rgba(248,248,248,1.0);
	
	--swatch-var-2670:rgba(249,0,0,1.00);
	
	--swatch-var-1856:rgba(0,249,0,1.00);
	
	--swatch-var-317:rgba(214,214,214,1.0);
	
	--swatch-var-902:rgba(0,150,255,1.00);
	
	--swatch-var-1742:rgba(127,127,127,1.00);
	
	--swatch-var-2662:rgba(255,255,255,1.0);
	
	--swatch-var-752:rgba(255,255,255,1.0);
	
	--swatch-var-6508:rgba(255,255,255,1.00);
	
	--swatch-var-6353:rgba(169,169,169,1.00);
	
	--swatch-var-7296:rgba(145,145,145,0.41);
	
	--swatch-var-2101:rgba(255,255,24,1.00);
	
	--swatch-var-6906:rgba(0,0,0,0.41);
	
	--swatch-var-1086:#BC6F58;
	
	--swatch-var-5298:rgba(0,0,0,0.00);
	
}


/* Background colour styles */

.bgc-6906{
	background-color:var(--swatch-var-6906);
}
.bgc-1133{
	background-color:var(--swatch-var-1133);
}
.bgc-1742{
	background-color:var(--swatch-var-1742);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-3357{
	background-color:var(--swatch-var-3357);
}
.bgc-3384{
	background-color:var(--swatch-var-3384);
}
.bgc-7296{
	background-color:var(--swatch-var-7296);
}

/* Text colour styles */

.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-709{
	color:var(--swatch-var-709)!important;
}
.tc-3384{
	color:var(--swatch-var-3384)!important;
}
.tc-3357{
	color:var(--swatch-var-3357)!important;
}
.tc-6906{
	color:var(--swatch-var-6906)!important;
}
.tc-1133{
	color:var(--swatch-var-1133)!important;
}
.tc-2662{
	color:var(--swatch-var-2662)!important;
}
.tc-1{
	color:var(--swatch-var-1)!important;
}
.tc-752{
	color:var(--swatch-var-752)!important;
}
.tc-5298{
	color:var(--swatch-var-5298)!important;
}
.tc-2670{
	color:var(--swatch-var-2670)!important;
}

/* Button colour styles */

.btn-c-902{
	background:var(--swatch-var-902);
	color:#FFFFFF!important;
}
.btn-c-902:hover{
	background:#0063CC!important;
	color:#FFFFFF!important;
}
.btn-c-5752{
	background:var(--swatch-var-5752);
	color:#FFFFFF!important;
}
.btn-c-5752:hover{
	background:#006ABA!important;
	color:#FFFFFF!important;
}
.btn-c-1086{
	background:var(--swatch-var-1086);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1086:hover{
	background:#893C25!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-2{
	color:var(--swatch-var-2)!important;
}
.ltc-2:hover{
	color:#CCCCCB!important;
}
.ltc-3357{
	color:var(--swatch-var-3357)!important;
}
.ltc-3357:hover{
	color:#CCCCCC!important;
}
.ltc-709{
	color:var(--swatch-var-709)!important;
}
.ltc-709:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */

.bg-map-overlay{
	background-image:url("img/map-overlay.png");
	background-image: -webkit-image-set(url("img/map-overlay.webp") 1x,
url("img/map-overlay.webp") 2x);background-image: image-set(url("img/map-overlay.png") 1x,
url("img/map-overlay.png") 2x,url("img/map-overlay.webp") 1x,
url("img/map-overlay.webp") 2x);
}
.bg-mail-me{
	background-image:url("img/mail-me.png");
	background-image: -webkit-image-set(url("img/mail-me.webp") 1x,
url("img/mail-me.webp") 2x);background-image: image-set(url("img/mail-me.png") 1x,
url("img/mail-me.png") 2x,url("img/mail-me.webp") 1x,
url("img/mail-me.webp") 2x);
}
.bg-map-overlay{
	background-image:url("img/map-overlay.png");
	background-image: -webkit-image-set(url("img/map-overlay.webp") 1x,
url("img/map-overlay.webp") 2x);background-image: image-set(url("img/map-overlay.png") 1x,
url("img/map-overlay.png") 2x,url("img/map-overlay.webp") 1x,
url("img/map-overlay.webp") 2x);
}
.bg-mb-roadster{
	background-image:url("img/mb-roadster.png");
	background-image: -webkit-image-set(url("img/mb-roadster.webp") 1x,
url("img/mb-roadster.webp") 2x);background-image: image-set(url("img/mb-roadster.png") 1x,
url("img/mb-roadster.png") 2x,url("img/mb-roadster.webp") 1x,
url("img/mb-roadster.webp") 2x);
}
.bg-mb-roadster{
	background-image:url("img/mb-roadster.png");
	background-image: -webkit-image-set(url("img/mb-roadster.webp") 1x,
url("img/mb-roadster.webp") 2x);background-image: image-set(url("img/mb-roadster.png") 1x,
url("img/mb-roadster.png") 2x,url("img/mb-roadster.webp") 1x,
url("img/mb-roadster.webp") 2x);
}
.bg-golden-gate{
	background-image:url("img/golden-gate.png");
	background-image: -webkit-image-set(url("img/golden-gate.webp") 1x,
url("img/golden-gate.webp") 2x);background-image: image-set(url("img/golden-gate.png") 1x,
url("img/golden-gate.png") 2x,url("img/golden-gate.webp") 1x,
url("img/golden-gate.webp") 2x);
}
.bg-mb-roadster{
	background-image:url("img/mb-roadster.png");
	background-image: -webkit-image-set(url("img/mb-roadster.webp") 1x,
url("img/mb-roadster.webp") 2x);background-image: image-set(url("img/mb-roadster.png") 1x,
url("img/mb-roadster.png") 2x,url("img/mb-roadster.webp") 1x,
url("img/mb-roadster.webp") 2x);
}
.bg-Ein-Kochbuch{
	background-image:url("img/Ein-Kochbuch.jpg");
	background-image: -webkit-image-set(url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);background-image: image-set(url("img/Ein-Kochbuch.jpg") 1x,
url("img/Ein-Kochbuch.jpg") 2x,url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);
}
.bg-sf-1{
	background-image:url("img/sf-1.png");
	background-image: -webkit-image-set(url("img/sf-1.webp") 1x,
url("img/sf-1.webp") 2x);background-image: image-set(url("img/sf-1.png") 1x,
url("img/sf-1.png") 2x,url("img/sf-1.webp") 1x,
url("img/sf-1.webp") 2x);
}
.bg-mustang-innen-1{
	background-image:url("img/mustang-innen-1.jpeg");
	background-image: -webkit-image-set(url("img/mustang-innen-1.webp") 1x,
url("img/mustang-innen-1.webp") 2x);background-image: image-set(url("img/mustang-innen-1.jpeg") 1x,
url("img/mustang-innen-1.jpeg") 2x,url("img/mustang-innen-1.webp") 1x,
url("img/mustang-innen-1.webp") 2x);
}
.bg-mustang-innen-1{
	background-image:url("img/mustang-innen-1.jpeg");
	background-image: -webkit-image-set(url("img/mustang-innen-1.webp") 1x,
url("img/mustang-innen-1.webp") 2x);background-image: image-set(url("img/mustang-innen-1.jpeg") 1x,
url("img/mustang-innen-1.jpeg") 2x,url("img/mustang-innen-1.webp") 1x,
url("img/mustang-innen-1.webp") 2x);
}
.bg-lomma{
	background-image:url("img/lomma.jpg?timestamp=7512?timestamp=7512?timestamp=7512");
}
.bg-IMG-2222{
	background-image:url("img/IMG_2222.jpeg");
	background-image: -webkit-image-set(url("img/IMG_2222.webp") 1x,
url("img/IMG_2222.webp") 2x);background-image: image-set(url("img/IMG_2222.jpeg") 1x,
url("img/IMG_2222.jpeg") 2x,url("img/IMG_2222.webp") 1x,
url("img/IMG_2222.webp") 2x);
}
.bg-IMG-2834a{
	background-image:url("img/IMG_2834a.png");
}
.bg-IMG-0138{
	background-image:url("img/IMG_0138.jpeg");
	background-image: -webkit-image-set(url("img/IMG_0138.webp") 1x,
url("img/IMG_0138.webp") 2x);background-image: image-set(url("img/IMG_0138.jpeg") 1x,
url("img/IMG_0138.jpeg") 2x,url("img/IMG_0138.webp") 1x,
url("img/IMG_0138.webp") 2x);
}
.bg-IMG-0593{
	background-image:url("img/IMG_0593.jpeg");
	background-image: -webkit-image-set(url("img/IMG_0593.webp") 1x,
url("img/IMG_0593.webp") 2x);background-image: image-set(url("img/IMG_0593.jpeg") 1x,
url("img/IMG_0593.jpeg") 2x,url("img/IMG_0593.webp") 1x,
url("img/IMG_0593.webp") 2x);
}
.bg-Ein-Kochbuch{
	background-image:url("img/Ein-Kochbuch.jpg");
	background-image: -webkit-image-set(url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);background-image: image-set(url("img/Ein-Kochbuch.jpg") 1x,
url("img/Ein-Kochbuch.jpg") 2x,url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);
}
.bg-Ein-Kochbuch{
	background-image:url("img/Ein-Kochbuch.jpg");
	background-image: -webkit-image-set(url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);background-image: image-set(url("img/Ein-Kochbuch.jpg") 1x,
url("img/Ein-Kochbuch.jpg") 2x,url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);
}
.bg-Ein-Kochbuch{
	background-image:url("img/Ein-Kochbuch.jpg");
	background-image: -webkit-image-set(url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);background-image: image-set(url("img/Ein-Kochbuch.jpg") 1x,
url("img/Ein-Kochbuch.jpg") 2x,url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);
}
.bg-Ein-Kochbuch{
	background-image:url("img/Ein-Kochbuch.jpg");
	background-image: -webkit-image-set(url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);background-image: image-set(url("img/Ein-Kochbuch.jpg") 1x,
url("img/Ein-Kochbuch.jpg") 2x,url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);
}
.bg-preikestolen-himmel{
	background-image:url("img/preikestolen-himmel.png");
	background-image: -webkit-image-set(url("img/preikestolen-himmel.webp") 1x,
url("img/preikestolen-himmel.webp") 2x);background-image: image-set(url("img/preikestolen-himmel.png") 1x,
url("img/preikestolen-himmel.png") 2x,url("img/preikestolen-himmel.webp") 1x,
url("img/preikestolen-himmel.webp") 2x);
}
.bg-preikestolen-himmel-1{
	background-image:url("img/preikestolen-himmel-1.png?timestamp=1339?timestamp=1339?timestamp=1339");
}
.bg-Ein-Kochbuch{
	background-image:url("img/Ein-Kochbuch.jpg");
	background-image: -webkit-image-set(url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);background-image: image-set(url("img/Ein-Kochbuch.jpg") 1x,
url("img/Ein-Kochbuch.jpg") 2x,url("img/Ein-Kochbuch.webp") 1x,
url("img/Ein-Kochbuch.webp") 2x);
}
.bg-IMG-2369{
	background-image:url("img/IMG_2369.jpeg");
	background-image: -webkit-image-set(url("img/IMG_2369.webp") 1x,
url("img/IMG_2369.webp") 2x);background-image: image-set(url("img/IMG_2369.jpeg") 1x,
url("img/IMG_2369.jpeg") 2x,url("img/IMG_2369.webp") 1x,
url("img/IMG_2369.webp") 2x);
	background-image: -webkit-image-set(url("img/IMG_2369.webp") 1x,
url("img/IMG_2369.webp") 2x);background-image: image-set(url("img/IMG_2369.jpeg") 1x,
url("img/IMG_2369.jpeg") 2x,url("img/IMG_2369.webp") 1x,
url("img/IMG_2369.webp") 2x);
}
.bg-IMG-2222{
	background-image:url("img/IMG_2222.jpeg");
	background-image: -webkit-image-set(url("img/IMG_2222.webp") 1x,
url("img/IMG_2222.webp") 2x);background-image: image-set(url("img/IMG_2222.jpeg") 1x,
url("img/IMG_2222.jpeg") 2x,url("img/IMG_2222.webp") 1x,
url("img/IMG_2222.webp") 2x);
}
.bg-IMG-2834a{
	background-image:url("img/IMG_2834a.png");
}
.bg-pepper-20seite-2{
	background-image:url("img/pepper%20seite-2.jpg");
	background-image: -webkit-image-set(url("img/pepper%20seite-2.webp") 1x,
url("img/pepper%20seite-2.webp") 2x);background-image: image-set(url("img/pepper%20seite-2.jpg") 1x,
url("img/pepper%20seite-2.jpg") 2x,url("img/pepper%20seite-2.webp") 1x,
url("img/pepper%20seite-2.webp") 2x);
}
.bg-pilote-pfalz{
	background-image:url("img/pilote-pfalz.png");
	background-image: -webkit-image-set(url("img/pilote-pfalz.webp") 1x,
url("img/pilote-pfalz.webp") 2x);background-image: image-set(url("img/pilote-pfalz.png") 1x,
url("img/pilote-pfalz.png") 2x,url("img/pilote-pfalz.webp") 1x,
url("img/pilote-pfalz.webp") 2x);
}
.bg-IMG-0407{
	background-image:url("img/IMG_0407.png");
	background-image: -webkit-image-set(url("img/IMG_0407.webp") 1x,
url("img/IMG_0407.webp") 2x);background-image: image-set(url("img/IMG_0407.png") 1x,
url("img/IMG_0407.png") 2x,url("img/IMG_0407.webp") 1x,
url("img/IMG_0407.webp") 2x);
}
.bg-pilote-pfalz{
	background-image:url("img/pilote-pfalz.png");
	background-image: -webkit-image-set(url("img/pilote-pfalz.webp") 1x,
url("img/pilote-pfalz.webp") 2x);background-image: image-set(url("img/pilote-pfalz.png") 1x,
url("img/pilote-pfalz.png") 2x,url("img/pilote-pfalz.webp") 1x,
url("img/pilote-pfalz.webp") 2x);
}
.bg-IMG-0407{
	background-image:url("img/IMG_0407.png");
	background-image: -webkit-image-set(url("img/IMG_0407.webp") 1x,
url("img/IMG_0407.webp") 2x);background-image: image-set(url("img/IMG_0407.png") 1x,
url("img/IMG_0407.png") 2x,url("img/IMG_0407.webp") 1x,
url("img/IMG_0407.webp") 2x);
}

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

.edit-mode  {
	    display: grid;
	      grid-template-columns: repeat(4, 1fr);
	      grid-gap: 10px;
}
	.edit-mode img{
	 width: 100%;
	 padding: 7px 0;
}
.owl-carousel a[data-lightbox]:hover::before{
	left: 50%;
}
@media (max-width: 500px){
	.edit-mode {
	-webkit-column-count: 1;
	 -moz-column-count: 1;
	column-count: 1;
}
}.page-scroll-progress-bar{
		top:0;
		left:0;
		right:0;
		width:0;
		position: fixed;
		z-index: 999999;
}
.page-scroll-progress-bar.bottom-edge{
	top: initial;
	bottom: 0;
}
.smartnav{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030;
	-webkit-overflow-scrolling:touch;
}
.smartnav .navbar-nav>.nav-item a.nav-link{
	border:0 solid transparent}.scrolled-down{
	transform:translateY(-100%);
	transition:all .3s ease-in-out}.scrolled-up{
	transform:translateY(0);
	transition:all .3s ease-in-out}

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


/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-deskt-style{
		width:97px;
	}
	.img-img-01-style{
		width:265px;
	}
	.img-69-style{
		width:265px;
	}
	.img-img-19-style{
		width:265px;
	}
	.img-60-style{
		width:297px;
		height:198px;
	}
	.img-62-style{
		width:297px;
		height:198px;
	}
	.img-87-style{
		width:297px;
	}
	.img-flekkefjo-style{
		width:297px;
		height:198px;
	}
	.img-haugesu-style{
		width:297px;
		height:198px;
	}
	.img-73-style{
		width:297px;
		height:198px;
	}
	.img-74-style{
		width:297px;
		height:198px;
	}
	.img-berge-style{
		width:297px;
		height:198px;
	}
	.img-78-style{
		width:297px;
		height:198px;
	}
	.img-img-23-style{
		width:297px;
		height:198px;
	}
	.img-bloc-69-style{
		width:347px;
		height:260px;
	}
	.img-emma-12-style{
		width:347px;
		height:260px;
	}
	.img-emma-09-style{
		width:347px;
		height:200px;
	}
	.img-emma-10-style{
		width:347px;
		height:260px;
	}
	.blocs-card-width{
		width:50%;
	}
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
}

@media (max-width: 767px){
	.mobile .blocs-mobile-signup-text{
		text-align:center;
	}
	.mobile h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"helvetica";
		font-size:22px;
	}
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	.img-deskt-style{
		width:168px;
	}
	.img-emma-11-style{
		width:168px;
	}
	.img-emma-10-style{
		width:526px;
		height:395px;
	}
	.img-bloc-69-style{
		width:526px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.img-bloc-69-style{
		height:203px;
	}
	.img-89-style{
		height:220px;
		width:270px;
	}
	.img-emma-09-style{
		height:170px;
	}
	.img-emma-12-style{
		height:203px;
	}
	.img-emma-10-style{
		height:203px;
	}
	.blocs-card-width{
		width:100%;
	}
	.p-style{
		width:100%;
		font-size:9px;
	}
	
}

