/*-----------------------------------------------------------------------------------
	Margarethenbach - Frischer Fisch & Gemüse ab Hof
	About: Margarethenbach - Frischer Fisch & Gemüse ab Hof. Einfach online bestellen! GRATIS Hauszustellung!*
	Author: PROFarm
	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 */

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

@font-face {
	font-family:'Inter-Regular';
	src: url('./fonts/Inter-Regular/Inter-Regular.woff2');
	src: url('./fonts/Inter-Regular/Inter-Regular.woff2') format('woff2'),
	url('./fonts/Inter-Regular/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter-Bold';
	src: url('./fonts/Inter-Bold/Inter-Bold.woff2');
	src: url('./fonts/Inter-Bold/Inter-Bold.woff2') format('woff2'),
	url('./fonts/Inter-Bold/Inter-Bold.woff') format('woff');
	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;
}


/* 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-b-edge{
	background-position: bottom!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-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


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

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

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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-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);
}

.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
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;
}



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



/* 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:"Inter-Regular";
}
.container{
	max-width:1200px;
	width:100%;
}
h1{
	font-family:"Inter-Bold";
	font-size:40px;
	line-height:48px;
}
.navbar-brand img{
	width:180px;
	height:100px;
}
h2{
	font-size:30px;
	line-height:38px;
	font-family:"Inter-Bold";
}
h3{
	font-size:23px;
	line-height:29px;
	font-family:"Inter-Bold";
}
h4{
	font-size:20px;
	line-height:28px;
	font-family:"Inter-Bold";
}
p{
	font-size:16px;
	line-height:20px;
	font-family:"Inter-Regular";
}
a{
	font-size:18px;
	line-height:24px;
	font-family:"Inter-Regular";
}
.navbar-nav li a{
	font-size:18px;
	line-height:24px;
	font-family:"Inter-Regular";
}
label{
	font-family:"Inter-Regular";
}
h5{
	font-family:"Inter-Bold";
}
h6{
	font-family:"Inter-Bold";
}
.ltc-light{
	color:#FEFFFE!important;
}
.img-logo-style{
	;
}
.bloc-padding-b{
	padding-bottom:50px;
}
.bloc-padding-t{
	padding-top:150px;
}
.ltc-dark{
	color:#A06957!important;
}
.ltc-dark:hover{
	color:#66C2CC!important;
}
.tcolor-white{
	color:var(--swatch-var-4236)!important;
}
.headline{
	text-align:center;
	text-shadow:0px 0px 0px #3C8038;
	font-size:50px;
	line-height:54px;
}
.t-bold{
	text-transform:none;
	font-family:"Inter-Bold";
}
.bg-header{
	background-size:cover;
	background-position:center center;
	background-image:url("img/hero-lg-2560x1440.jpg");
	background-image: -webkit-image-set(url("img/hero-lg-2560x1440.webp") 1x,
url("img/hero-lg-2560x1440.webp") 2x);background-image: image-set(url("img/hero-lg-2560x1440.jpg") 1x,
url("img/hero-lg-2560x1440.jpg") 2x,url("img/hero-lg-2560x1440.webp") 1x,
url("img/hero-lg-2560x1440.webp") 2x);
	background-color:#FFFEFE;
	height:75vh;
	overflow:hidden;
}
.corner-radius{
	border-radius:15px 15px 15px 15px!important;
	overflow:hidden!important;
}
.icon-width{
	width:32px;
}
.scroll-to-top-btn-icon{
	stroke-width:3;
}
.scrollToTop{
	background-color:var(--swatch-var-2310);
	height:40px;
	width:40px;
	border-radius:5px 5px 5px 5px;
}
.scrollToTop:hover{
	background-color:var(--swatch-var-6113);
	transition:background-color 0.3s ease-in-out 0s;
}
.bloc-padding-b-lg{
	padding-bottom:150px;
}
.subline{
	font-size:36px;
	line-height:42px;
}
.img-framed{
	border-style:solid;
	border-color:var(--swatch-var-4236)!important;
	border-width:3px 3px 3px 3px;
}
.navbar-brand{
	font-family:"Inter-Bold";
}
.custom-input-select{
	border-style:solid;
	border-color:var(--swatch-var-5982)!important;
	border-radius:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
	color:var(--swatch-var-973)!important;
	background-color:var(--swatch-var-753);
}
.label-style{
	font-size:18px;
	line-height:24px;
	color:var(--swatch-var-6113)!important;
	width:100%;
}
.menu-icon{
	padding-left:15px;
	padding-top:5px;
	display:flex;
}
.tcolor-primary{
	color:var(--swatch-var-6113)!important;
}
.ltcolor-hover:hover{
	color:#D62C51!important;
}
.bloc-padding-small{
	padding-top:100px;
	padding-bottom:100px;
}
.responsive-lg-mg{
	margin-top:0px;
}
.bg-color-light-gray{
	background-color:var(--swatch-var-3097);
}
.resp-btn-one{
	background-color:var(--swatch-var-5982)!important;
	border-style:solid!important;
	border-color:var(--swatch-var-7173)!important;
	border-radius:15px!important 15px!important 15px!important 15px!important;
	color:var(--swatch-var-5982)!important;
	background:linear-gradient(90deg, var(--swatch-var-6113) 0%, var(--swatch-var-2310) 100%)!important;
	padding:12px 30px 12px 30px!important;
	border-width:2px 2px 2px 2px!important;
}
.resp-btn-one:hover{
	color:var(--swatch-var-6113)!important;
	border-style:solid!important;
	border-color:var(--swatch-var-6113)!important;
	background-color:var(--swatch-var-7173)!important;
	border-width:2px 2px 2px 2px;
	border-radius:15px 15px 15px 15px;
	background:linear-gradient(0deg, var(--swatch-var-7173) 0%, var(--swatch-var-7173) 100%);
	padding:12px 30px 12px 30px;
}
.drop-shadow{
	box-shadow:0px 2px 10px rgba(0,0,0,0.35);
}
.tcolor-secondary{
	color:var(--swatch-var-5982)!important;
}
.divider{
	background-color:rgba(0,0,0,0.20);
}
.bg-color-dark{
	background-color:var(--swatch-var-5982);
}
.bg-overlay::before{
	content:"";
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:var(--swatch-var-6502);
}
.tcolor-primary:focus{
	color:#D62C51!important;
}
.vh100{
	height:100vh;
}
.box::before{
	content:"";
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-973)!important;
	position:absolute;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
}
.resp-btn-one:active{
	border-width:2px!important 2px!important 2px!important 2px!important;
	border-style:solid!important;
	border-color:var(--swatch-var-6113)!important;
	background-color:var(--swatch-var-6113)!important;
	color:var(--swatch-var-5982)!important;
	border-radius:15px 15px 15px 15px;
	background:linear-gradient(0deg, var(--swatch-var-6113) 0%, var(--swatch-var-2310) 100%);
	padding:12px 30px 12px 30px;
}
.highlight{
	color:var(--swatch-var-7364)!important;
	background-color:var(--swatch-var-59);
	margin-right:3px;
	margin-left:3px;
	border-radius:4px 4px 4px 4px;
	font-size:12px;
	bottom:10px;
	position:relative;
	padding:4px 8px 2px 8px;
	line-height:12px;
}
.form-select{
	border-style:solid;
}
.img-caption{
	margin:15px 15px 15px 15px;
	padding:2px 8px 2px 8px;
	position:absolute;
	background-color:var(--swatch-var-2533);
	max-height:40px;
	border-radius:5px 5px 5px 5px;
	font-size:14px;
}
.img-caption-position{
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-end;
}
.footer-p{
	font-size:15px!important;
	line-height:18px!important;
}
.footer-link{
	font-size:15px!important;
	line-height:18px!important;
	text-decoration:none;
	color:var(--swatch-var-2310)!important;
	transition:color 0.3s ease-in-out 0s;
}
.footer-link:hover{
	color:var(--swatch-var-6113)!important;
	transition:color 0.3s ease-in-out 0s;
}
.col-bg{
	padding:35px 35px 35px 35px;
	width:100%;
}
.bloc-divider-top{
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:var(--swatch-var-973)!important;
}
.bloc-divider-bottom{
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:var(--swatch-var-973)!important;
}
.bg-overlay-dark::before{
	content:"";
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(0,0,0,0.60);
}
.bg-kontakt{
	background-size:cover;
	background-position:center center;
	background-image:url("img/background-lg-2560.jpg");
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
}
.btn-two{
	background-color:var(--swatch-var-6113)!important;
	border-style:solid!important;
	border-width:1px 1px 1px 1px!important;
	border-color:var(--swatch-var-7173)!important;
	border-radius:12px 12px 12px 12px;
	color:var(--swatch-var-5982)!important;
	font-size:18px!important;
	background:linear-gradient(90deg, var(--swatch-var-6113)  0%, var(--swatch-var-2310) 100%);
}
.btn-two:hover{
	color:var(--swatch-var-6113)!important;
	border-style:solid!important;
	border-color:var(--swatch-var-6113)!important;
	background-color:var(--swatch-var-7173)!important;
}
.btn-two:active{
	border-width:1px 1px 1px 1px!important;
	border-style:solid!important;
	border-color:var(--swatch-var-5982)!important;
	background-color:var(--swatch-var-5982)!important;
	color:var(--swatch-var-4236)!important;
}
.lang-selector-img{
	width:32px;
	margin-top:3px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-5982)!important;
	border-radius:4px 4px 4px 4px;
}
.lang-selector-size{
	text-decoration:none;
	float:left;
	display:inline-block;
	width:28px;
}
.lang-selector-text{
	margin:3px 3px 3px 3px;
	color:var(--swatch-var-5982)!important;
}
.bloc-padding{
	padding-top:150px;
	padding-bottom:150px;
}
.cc-message{
	font-size:14px;
	line-height:18px;
	font-family:"Inter-Regular";
}
.cc-message a{
	font-size:14px;
	line-height:18px;
	color:var(--swatch-var-4236)!important;
	font-family:"Inter-Regular";
}
.cc-btn{
	font-family:"Inter-Regular";
	font-size:14px;
	line-height:18px;
	color:var(--swatch-var-4236)!important;
}
.btn-text-size{
	font-size:26px;
	line-height:30px;
	padding-left:12px;
	padding-right:12px;
}
.img-width{
	width:200px;
}
.hero-flex-center{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
}
.tcolor-body{
	color:var(--swatch-var-1981)!important;
}
.nav-link-color{
	color:var(--swatch-var-1981)!important;
	transition:color 0.3s ease-in-out 0s;
}
.bg-gradient-light{
	background:linear-gradient(0deg, var(--swatch-var-4236) 15%, var(--swatch-var-5713) 100%);
}
.bg-color-white{
	background-color:var(--swatch-var-4236)!important;
}
.bg-shadow{
	box-shadow:0.00px 15.00px 30px rgba(0,0,0,0.12);
}
.card-style{
	border-width:0px 0px 0px 0px;
	border-style:solid;
}
.t-small{
	font-size:12px;
	line-height:16px;
}
.card-body-flex{
	display:flex;
	flex-direction:column;
}
.card-price-wrapper{
	margin-top:auto;
	display:flex;
	flex-direction:column;
}
.product-title{
	min-height:56px;
}
.flex-column-fix{
	align-items:stretch;
	display:flex;
}
.header-flex{
	display:flex;
	flex-direction:column;
}
.header-text-wrapper{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	flex-direction:column;
}
.header-btn-wrapper{
	display:flex;
}
.svg-icon-stroke{
	width:32px!important;
}
.container-flex{
	display:flex;
}
.navbar-size{
	align-items:center;
	height:80px;
}
.btn-one{
	background-color:var(--swatch-var-7173);
	border-style:solid!important;
	border-width:1px 1px 1px 1px!important;
	border-color:var(--swatch-var-6113)!important;
	border-radius:12px 12px 12px 12px;
	color:var(--swatch-var-6113)!important;
	font-size:18px!important;
}
.btn-one:hover{
	color:var(--swatch-var-5982)!important;
	border-style:solid!important;
	border-color:var(--swatch-var-7173)!important;
	background-color:var(--swatch-var-7173)!important;
	background:linear-gradient(90deg, var(--swatch-var-6113) 0%, var(--swatch-var-2310) 100%);
}
.btn-one:active{
	border-width:1px 1px 1px 1px!important;
	border-style:solid!important;
	border-color:var(--swatch-var-5982)!important;
	background-color:var(--swatch-var-5982)!important;
	color:var(--swatch-var-4236)!important;
}
.header-logo{
	width:300px;
}
.flex-wrap{
	flex-wrap:wrap;
}
.header-text-first{
	max-width:400px;
}
.header-text-second{
	max-width:100%;
}
.nav-link-color:hover{
	color:var(--swatch-var-2310)!important;
	transition:color 0.3s ease-in-out 0s;
}
.img-wrapper{
	width:100%;
	min-width:100%;
}
.link-body-text{
	font-size:16px;
	line-height:20px;
	color:var(--swatch-var-2310)!important;
}
.link-body-text:hover{
	color:var(--swatch-var-6113)!important;
	transition:color 0.3s ease-in-out 0s;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7173:rgba(255,255,255,0.00);
	
	--swatch-var-4236:rgba(255,255,255,1.00);
	
	--swatch-var-5713:rgba(250,250,250,1.00);
	
	--swatch-var-3097:rgba(244,244,245,1.00);
	
	--swatch-var-6113:rgba(216,171,39,1.00);
	
	--swatch-var-2310:rgba(208,135,0,1.00);
	
	--swatch-var-5982:rgba(24,24,27,1.00);
	
	--swatch-var-1981:rgba(63,63,70,1.00);
	
	--swatch-var-2533:rgba(24,24,27,0.55);
	
	--swatch-var-3690:rgba(0,0,0,0.12);
	
	--swatch-var-6502:rgba(0,0,0,0.45);
	
}



/* Bloc image backgrounds */

.bg-header{
	background-image:url("img/hero-lg-2560x1440.jpg");
	background-image: -webkit-image-set(url("img/hero-lg-2560x1440.webp") 1x,
url("img/hero-lg-2560x1440.webp") 2x);background-image: image-set(url("img/hero-lg-2560x1440.jpg") 1x,
url("img/hero-lg-2560x1440.jpg") 2x,url("img/hero-lg-2560x1440.webp") 1x,
url("img/hero-lg-2560x1440.webp") 2x);
}

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

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}
.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}
/* = Additional CSS
-------------------------------------------------------------- */
/* Silbentrennung h1,h2,h3,h4,h5,h6,p,label,.btn,a */
.hyphens:lang(de) {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
.transition_02s {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.any-video-shadowfx-hover {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn i, .btn svg {
  color: #18181B !important;
  fill: #18181B !important;
  transition: all 0.2s ease-in-out;
}

.btn:hover i, .btn:hover svg {
  color: #DBAB27 !important;
  fill: #DBAB27 !important;
}


/* = 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){
	.navbar-brand img{
		;
	}
	h1{
		font-size:35px;
		line-height:43px;
	}
	h2{
		font-size:28px;
		line-height:36px;
	}
	h3{
		font-size:22px;
		line-height:28px;
	}
	h4{
		font-size:19px;
		line-height:27px;
	}
	p{
		font-size:16px;
		line-height:20px;
	}
	a{
		font-size:16px;
		line-height:24px;
	}
	.navbar-nav li a{
		font-size:16px;
		line-height:24px;
	}
	.bloc-padding-t{
		padding-top:100px;
	}
	.headline{
		font-size:50px;
		line-height:54px;
	}
	.bg-header{
		background-position:center top;
		background-image:url("img/hero-md-1536x1152.jpg");
	background-image: -webkit-image-set(url("img/hero-md-1536x1152.webp") 1x,
url("img/hero-md-1536x1152.webp") 2x);background-image: image-set(url("img/hero-md-1536x1152.jpg") 1x,
url("img/hero-md-1536x1152.jpg") 2x,url("img/hero-md-1536x1152.webp") 1x,
url("img/hero-md-1536x1152.webp") 2x);
		background-size:cover;
		height:65vh;
	}
	.bloc-padding-b-lg{
		padding-bottom:100px;
	}
	.subline{
		font-size:30px;
		line-height:36px;
	}
	.img-framed{
		border-width:3px 3px 3px 3px;
	}
	.bloc-padding-small{
		padding-top:70px;
		padding-bottom:70px;
	}
	.responsive-lg-mg{
		margin-top:160px;
	}
	.box::before{
		top:15px;
		left:15px;
		content:"";
		right:15px;
		bottom:15px;
	}
	.scroll-to-top-btn-icon{
		stroke-width:3;
	}
	.img-caption-position{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	}
	h5{
	}
	h6{
	}
	label{
	}
	.navbar-brand{
	}
	.resp-btn-one{
		color:var(--swatch-var-5982)!important;
		padding:12px 30px 12px 30px!important;
		border-width:2px 2px 2px 2px!important;
		border-radius:15px 15px 15px 15px!important;
		border-color:var(--swatch-var-6113)!important;
	}
	.bg-overlay::before{
		content:"";
		background-color:var(--swatch-var-6502);
	}
	.bg-overlay-dark::before{
		content:"";
	}
	.bg-kontakt{
		min-height:600px;
		background-position:center top;
		background-image:url("img/background-lg-2560.jpg");
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	}
	.btn-two{
		color:var(--swatch-var-5982)!important;
		font-size:18px!important;
	}
	.mt-xl{
		margin-top:380px;
	}
	.bloc-padding{
		padding-top:100px;
		padding-bottom:100px;
	}
	.corner-radius{
		border-radius:15px 15px 15px 15px!important;
		overflow:hidden!important;
	}
	.transition-02s{
	}
	.btn-text-size{
		font-size:24px;
		line-height:28px;
		padding-left:12px;
		padding-right:12px;
	}
	.hyphens{
	}
	.nav-link-color{
	}
	.col-bg{
		padding:35px 35px 35px 35px;
	}
	.bg-color-white{
		background-color:var(--swatch-var-4236)!important;
	}
	.bg-color-dark{
		background-color:var(--swatch-var-5982);
	}
	.header-flex{
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.svg-icon-stroke{
		width:32px!important;
	}
	.footer-p{
		font-size:15px!important;
		line-height:18px!important;
	}
	.container-flex{
		flex-direction:row;
		align-items:center;
		justify-content:center;
	}
	.btn-one{
		color:var(--swatch-var-6113)!important;
		font-size:18px!important;
		border-color:var(--swatch-var-6113)!important;
	}
	.hero-flex-center{
		align-items:flex-end;
	}
	.header-text-second{
		max-width:90%;
	}
	.header-text-wrapper{
		justify-content:center;
		align-items:center;
	}
	.header-text-first{
		max-width:400px;
	}
	.header-logo{
		width:250px;
	}
	.lang-selector-text{
		color:var(--swatch-var-5982)!important;
	}
	.link-body-text{
		font-size:16px;
		line-height:20px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.navbar-brand img{
		width:120px;
	}
	h1{
		font-size:30px;
		line-height:38px;
	}
	h2{
		font-size:25px;
		line-height:33px;
	}
	h3{
		font-size:21px;
		line-height:27px;
	}
	h4{
		line-height:26px;
		font-size:18px;
	}
	p{
		font-size:16px;
		line-height:20px;
	}
	a{
		font-size:15px;
		line-height:23px;
	}
	.navbar-nav li a{
		font-size:15px;
		line-height:23px;
	}
	.bloc-padding-t{
		padding-top:70px;
	}
	.tcolor-white{
		font-size:20px;
		line-height:24px;
	}
	.headline{
		line-height:46px;
		font-size:42px;
	}
	.bloc-padding-b-lg{
		padding-bottom:90px;
	}
	.img-framed{
		border-width:2px 2px 2px 2px;
	}
	.bloc-padding-small{
		padding-top:50px;
		padding-bottom:50px;
	}
	.responsive-lg-mg{
		margin-top:200px;
	}
	.subline{
		font-size:28px;
		line-height:34px;
	}
	.resp-btn-one{
		color:var(--swatch-var-5982)!important;
		border-width:2px 2px 2px 2px!important;
		border-radius:15px 15px 15px 15px!important;
		border-color:var(--swatch-var-6113)!important;
	}
	.bg-header{
		background-position:center top;
		background-image:url("img/hero-sm-1080x1620.jpg");
	background-image: -webkit-image-set(url("img/hero-sm-1080x1620.webp") 1x,
url("img/hero-sm-1080x1620.webp") 2x);background-image: image-set(url("img/hero-sm-1080x1620.jpg") 1x,
url("img/hero-sm-1080x1620.jpg") 2x,url("img/hero-sm-1080x1620.webp") 1x,
url("img/hero-sm-1080x1620.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-sm-1080x1620.webp") 1x,
url("img/hero-sm-1080x1620.webp") 2x);background-image: image-set(url("img/hero-sm-1080x1620.jpg") 1x,
url("img/hero-sm-1080x1620.jpg") 2x,url("img/hero-sm-1080x1620.webp") 1x,
url("img/hero-sm-1080x1620.webp") 2x);
		background-size:cover;
		height:65vh;
	}
	.box::before{
		top:10px;
		left:10px;
		content:"";
		right:10px;
		bottom:10px;
	}
	.scroll-to-top-btn-icon{
		stroke-width:3;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-973);
	}
	.navbar-brand{
	}
	label{
	}
	h6{
	}
	h5{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	}
	.resp-btn-one:hover{
	}
	.menu-icon-25651-stroke{
		stroke:var(--swatch-var-5982)!important;
		fill:var(--swatch-var-5982)!important;
	}
	.img-caption{
		font-size:13px;
	}
	.bg-overlay::before{
		content:"";
		background-color:var(--swatch-var-6502);
	}
	.bg-overlay-dark::before{
		content:"";
	}
	.bg-kontakt{
		background-position:center top;
		background-image:url("img/background-lg-2560.jpg");
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	}
	.btn-two{
		color:var(--swatch-var-5982)!important;
		font-size:18px!important;
	}
	.btn-two:hover{
	}
	.bloc-padding{
		padding-top:70px;
		padding-bottom:70px;
	}
	.corner-radius{
		border-radius:15px 15px 15px 15px!important;
		overflow:hidden!important;
	}
	.mt-xl{
		margin-top:300px;
	}
	.hyphens{
	}
	.transition-02s{
	}
	.btn-text-size{
		font-size:22px;
		line-height:26px;
		padding-left:12px;
		padding-right:12px;
	}
	.col-bg{
		padding:35px 35px 35px 35px;
	}
	.bg-color-white{
		background-color:var(--swatch-var-4236)!important;
	}
	.bg-color-dark{
		background-color:var(--swatch-var-5982);
	}
	.header-flex{
		flex-direction:column;
		align-items:center;
	}
	.svg-icon-stroke{
		width:32px!important;
	}
	.footer-p{
		font-size:15px!important;
		line-height:18px!important;
	}
	.container-flex{
		flex-direction:row;
		align-items:center;
		justify-content:center;
	}
	.navbar-size{
		height:60px;
	}
	.btn-one{
		color:var(--swatch-var-6113)!important;
		font-size:18px!important;
		border-color:var(--swatch-var-6113)!important;
	}
	.btn-one:hover{
	}
	.header-text-first{
		max-width:340px;
	}
	.header-text-second{
		max-width:90%;
	}
	.header-text-wrapper{
		flex-direction:column;
		justify-content:center;
	}
	.header-logo{
		width:220px;
	}
	.menu-icon{
		justify-content:center;
	}
	.lang-selector-text{
		color:var(--swatch-var-6113)!important;
	}
	.nav-link-color{
		color:var(--swatch-var-6113)!important;
	}
	.link-body-text{
		font-size:16px;
		line-height:20px;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		height:90px;
		width:120px;
	}
	h1{
		line-height:36px;
		font-size:28px;
	}
	h2{
		font-size:23px;
		line-height:31px;
	}
	h3{
		font-size:18px;
		line-height:24px;
	}
	h4{
		font-size:17px;
		line-height:25px;
	}
	p{
		font-size:16px;
		line-height:20px;
	}
	a{
		font-size:14px;
		line-height:22px;
	}
	.navbar-nav li a{
		font-size:14px;
		line-height:22px;
	}
	.bloc-padding-t{
		padding-top:50px;
	}
	.headline{
		font-size:32px;
		line-height:36px;
	}
	.bloc-padding-b-lg{
		padding-bottom:70px;
	}
	.img-framed{
		border-width:1px 1px 1px 1px;
	}
	.label-style{
		font-size:16px;
		line-height:22px;
	}
	.bloc-padding-small{
		padding-top:30px;
		padding-bottom:30px;
	}
	.responsive-lg-mg{
		margin-top:80px;
	}
	.subline{
		font-size:24px;
		line-height:30px;
	}
	.smartnav{
	}
	.resp-btn-one{
		padding:14px 20px 14px 20px!important;
		color:var(--swatch-var-5982)!important;
		background:linear-gradient(90deg, var(--swatch-var-6113) 0%, var(--swatch-var-2310) 100%)!important;
		border-width:2px 2px 2px 2px!important;
		border-radius:15px 15px 15px 15px!important;
		border-color:var(--swatch-var-6113)!important;
	}
	.bg-header{
		background-size:cover;
		background-position:center top;
		background-image:url("img/hero-sm-1080x1620.jpg");
	background-image: -webkit-image-set(url("img/hero-sm-1080x1620.webp") 1x,
url("img/hero-sm-1080x1620.webp") 2x);background-image: image-set(url("img/hero-sm-1080x1620.jpg") 1x,
url("img/hero-sm-1080x1620.jpg") 2x,url("img/hero-sm-1080x1620.webp") 1x,
url("img/hero-sm-1080x1620.webp") 2x);
	background-image: -webkit-image-set(url("img/hero-sm-1080x1620.webp") 1x,
url("img/hero-sm-1080x1620.webp") 2x);background-image: image-set(url("img/hero-sm-1080x1620.jpg") 1x,
url("img/hero-sm-1080x1620.jpg") 2x,url("img/hero-sm-1080x1620.webp") 1x,
url("img/hero-sm-1080x1620.webp") 2x);
		height:600px;
	}
	.icon-width{
	}
	.bg-color-light-gray{
		background-color:var(--swatch-var-5713);
	}
	.tcolor-secondary{
		color:var(--swatch-var-5982)!important;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-973);
	}
	.highlight{
		font-size:10px;
		padding-right:6px;
		padding-left:6px;
	}
	.box::before{
		top:8px;
		left:8px;
		content:"";
		right:8px;
		bottom:8px;
	}
	.scroll-to-top-btn-icon{
		stroke-width:3;
	}
	.scrollToTop{
		width:40px;
		height:38px;
		background-color:var(--swatch-var-7476);
	}
	.scrollToTop:hover{
		background-color:var(--swatch-var-1811);
	}
	h5{
	}
	h6{
	}
	label{
	}
	.navbar-brand{
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-5982)!important;
		fill:var(--swatch-var-5982)!important;
	}
	.resp-btn-one:hover{
		color:var(--swatch-var-6113)!important;
	}
	.resp-btn-one:active{
	}
	.transition-02s{
	}
	.img-caption{
		font-size:12px;
		padding:1px 7px 1px 7px;
		border-radius:4px 4px 4px 4px;
	}
	.bg-overlay::before{
		content:"";
		background-color:var(--swatch-var-6502);
	}
	.bg-overlay-dark::before{
		content:"";
	}
	.bg-kontakt{
		background-size:cover;
		background-position:center top;
		background-image:url("img/background-lg-2560.jpg");
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	background-image: -webkit-image-set(url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);background-image: image-set(url("img/background-lg-2560.jpg") 1x,
url("img/background-lg-2560.jpg") 2x,url("img/background-lg-2560.webp") 1x,
url("img/background-lg-2560.webp") 2x);
	}
	.btn-two{
		font-size:18px!important;
		color:var(--swatch-var-5982)!important;
		border-style:solid;
	}
	.btn-two:hover{
		border-style:solid;
		border-color:var(--swatch-var-6113)!important;
		color:var(--swatch-var-6113)!important;
		background-color:var(--swatch-var-7173);
	}
	.btn-two:active{
	}
	.mt-xl{
		margin-top:180px;
	}
	.bloc-padding{
		padding-bottom:50px;
		padding-top:50px;
	}
	.corner-radius{
		border-radius:15px 15px 15px 15px!important;
		overflow:hidden!important;
	}
	.bg-overlay-dark{
	}
	.hyphens{
	}
	.transition-02s:hover{
	}
	.btn-text-size{
		font-size:20px;
		line-height:24px;
		padding-left:12px;
		padding-right:12px;
	}
	.t-bold{
	}
	.col-bg{
		padding:15px 15px 15px 15px;
	}
	.bg-color-white{
		background-color:var(--swatch-var-4236)!important;
	}
	.bg-color-dark{
		background-color:var(--swatch-var-5982);
	}
	.header-flex{
		display:flex;
	}
	.header-btn-wrapper{
		flex-direction:column;
	}
	.svg-icon-stroke{
		stroke:transparent!important;
		fill:var(--swatch-var-5982)!important;
		width:32px!important;
	}
	.footer-p{
		font-size:15px!important;
		line-height:18px!important;
	}
	.container-flex{
		flex-direction:row;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.navbar-size{
		height:60px;
	}
	.btn-one{
		font-size:18px!important;
		color:var(--swatch-var-6113)!important;
		border-style:solid;
	}
	.btn-one:hover{
		border-style:solid;
		border-color:var(--swatch-var-7173)!important;
		color:var(--swatch-var-5982)!important;
		background-color:var(--swatch-var-7173);
		background:linear-gradient(90deg, var(--swatch-var-6113)  0%, var(--swatch-var-2310) 100%);
	}
	.btn-one:active{
	}
	.hero-flex-center{
		align-items:center;
		flex-direction:row;
		justify-content:center;
	}
	.header-text-first{
		max-width:100%;
	}
	.header-text-second{
		max-width:95%;
	}
	.header-logo{
		width:160px;
	}
	.menu-icon{
		justify-content:center;
	}
	.lang-selector-text{
		color:var(--swatch-var-6113)!important;
	}
	.link-body-text{
		font-size:16px;
		line-height:20px;
	}
	
}

