/*-----------------------------------------------------------------------------------
	AnbauV Manager
	About: AnbauV Manager bietet eine sichere, lokal installierte Lösung zur Verwaltung von Mitgliedern und dem Anbau von Cannabis in Anbauvereinigungen. Entwickelt nach den Anforderungen des KonsumCannabis Gesetzes (KonsumCanG), ermöglicht die Software eine umfassende Mitgliederverwaltung, eine intuitive Pflanzenübersicht mit unserem innovativen Growboard sowie die einfache Erstellung gesetzeskonformer Berichte und Ausgabescheine als PDF. Ohne Cloud-Dienste bleiben Ihre sensiblen Daten geschützt auf Ihrem System. Effizient, sicher und benutzerfreundlich – die perfekte Lösung für Ihre Anbauvereinigung.
	Author: DE:poiNTS Analytica
	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:'Lato-Regular';
	src: url('./fonts/Lato-Regular/lato.woff2');
	src: url('./fonts/Lato-Regular/lato.woff2') format('woff2'),
	url('./fonts/Lato-Regular/lato.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Lato-Black';
	src: url('./fonts/Lato-Black/lato.woff2');
	src: url('./fonts/Lato-Black/lato.woff2') format('woff2'),
	url('./fonts/Lato-Black/lato.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Lato-Bold';
	src: url('./fonts/Lato-Bold/lato.woff2');
	src: url('./fonts/Lato-Bold/lato.woff2') format('woff2'),
	url('./fonts/Lato-Bold/lato.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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


/* Edge Dividers */

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


/* Bloc Mask */

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


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* 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-tl-edge{
	background-position: top left!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-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-dots::before{
	background: url("img/texture-dots.gif");
	background-size: 8px 8px;
	opacity: 0.2;
}
.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
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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;
}

/* = 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-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-xl{
	font-size:100px!important;
}
.icon-rounded{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 6px;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}
.text-justify{
	text-align: justify;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-sm{
	max-width:150px;
}


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

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

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

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}

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

/* Hide Object */
.object-hidden{
	display:none;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato-Regular";
}
.container{
	max-width:1140px;
}
.hero-img{
	box-shadow:-6px -36px 32px rgba(0,0,0,0.09);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.hero-heading{
	font-size:60px;
	font-weight:bold;
}
.hero-sub-heading{
	font-size:30px;
}
.navbar-brand img{
	width:120px;
	height:50px;
}
.app-offset-bottom{
	position:relative;
	bottom:-20px;
}
.custom-shadow{
	box-shadow:5.35px -5.95px 3px rgba(0,0,0,0.16),0.00px 0.00px 2px rgba(0,0,0,0.09);
	background-color:var(--swatch-var-2222);
	background-size:cover;
	background-blend-mode:lighten;
}
.feature-heading2{
	font-weight:bold;
}
.feature-icon{
	background:linear-gradient(0deg, var(--swatch-var-7096)  0%, var(--swatch-var-4580) 100%);
	border-radius:10px 10px 10px 10px;
	padding:15px 15px 15px 15px;
	margin-top:0px;
	margin-bottom:0px;
}
.rounded-right{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.rounded-left{
	border-radius:20px 0px 0px 20px;
}
.feature-icon-center{
	position:absolute;
	left:0px;
	right:0px;
	border-radius:10px 10px 10px 10px;
	top:-25px;
}
.feature-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
	height:220px;
}
.sub-heading{
	font-size:20px;
	text-align:justify;
}
.feature-icon-trans{
	background-color:rgba(255,255,255,0.20);
	margin-bottom:10px;
	border-radius:10px 10px 10px 10px;
	position:relative;
	width:50px;
	height:50px;
}
.primary-gradient-bg{
	background:linear-gradient(274deg, var(--swatch-var-7096)  0%, var(--swatch-var-4580) 100%);
}
.cta-card{
	padding:60px 60px 60px 60px;
	border-radius:30px 30px 30px 30px;
	background-image:url("img/Funktionsbanner.png");
	background-image: -webkit-image-set(url("img/Funktionsbanner.webp") 1x,
url("img/Funktionsbanner.webp") 2x);background-image: image-set(url("img/Funktionsbanner.png") 1x,
url("img/Funktionsbanner.png") 2x,url("img/Funktionsbanner.webp") 1x,
url("img/Funktionsbanner.webp") 2x);
	background-size:length;
	background-position:left center;
	background-origin:border-box;
	background-repeat:no-repeat;
}
.white-btn{
	color:var(--swatch-var-7096)!important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.site-divider{
	margin-top:0px;
	margin-bottom:40px;
	height:5px;
}
.page-title{
	font-size:55px;
	font-weight:bold;
}
.pricing-info{
	min-height:65px;
	font-size:17px;
}
.price-card{
	background-color:var(--swatch-var-3202);
	text-align:left;
	padding:25px 25px 25px 25px;
	border-radius:30px 30px 30px 30px;
}
.btn{
	font-size:16px;
	font-weight:bold;
}
.price-list-icon{
	height:20px;
	width:20px;
	float:left;
	margin-right:10px;
}
.price-list-item{
	display:inline;
}
.dark-icon{
	opacity:0.8;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-321);
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-5872);
}
.h1-style{
	font-size:72px;
}
.img-rounded-left{
	border-radius:20px 0px 0px 20px;
}
.app-shadow{
	box-shadow:0px 31px 35px rgba(0,0,0,0.16),0px 0px 2px rgba(0,0,0,0.09);
}
.app-feature-header{
	font-weight:bold;
}
.shadow{
	background-color:var(--swatch-var-2222);
}
.img-hero-style{
	width:871px;
}
.img-5-style{
	width:277px;
	border-radius:0px 0px 0px 0px;
}
.img-8-style{
	width:277px;
}
.img-7-style{
	width:277px;
}
.menupoint{
	font-weight:normal;
}
.h2-style{
	font-size:28px;
}
.img-bloc-2-style{
	width:521px;
}
.img-4-style{
	width:166px;
}
.img-rounded-right{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.bloc-divider-b-bloc-2-fill{
	fill:var(--swatch-var-5872);
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-5872);
}
.p-3-style{
	font-size:15px;
	text-align:justify;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-5872);
}
.bloc-divider-t-39173-fill{
	fill:var(--swatch-var-5872);
}
.bloc-divider-b-39185-fill{
	fill:var(--swatch-var-4279);
}
.icon-center{
	position:relative;
	padding:20px 20px 20px 20px;
	background:linear-gradient(0deg, var(--swatch-var-7096) 46%, var(--swatch-var-4580) 100%);
	text-align:center;
	top:-50px;
}
.divicon{
	height:10px;
}
.center-title{
	font-weight:bold;
	font-size:21px;
}
.p4style{
	font-size:14px;
	text-align:justify;
}
.p-style{
	font-size:11px;
}
.icon-maintain{
	position:absolute;
	width:50px;
	height:50px;
	background:linear-gradient(0deg, var(--swatch-var-7096) 0%, var(--swatch-var-4580) 100%);
}
.sub-text{
	text-align:justify;
	padding:5px 5px 5px 5px;
	font-size:15px;
}
.sub-title{
	font-weight:bold;
	height:50px;
	display:flex;
	align-items:center;
	padding:5px 5px 5px 5px;
	font-size:19px;
}
.numb{
	font-weight:bold!important;
	font-size:27px!important;
	text-transform:uppercase;
}
.numbtext{
	font-size:14px!important;
}
.bloc-divider-t-49222-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-b-168-fill{
	fill:var(--swatch-var-4279);
}
.container-div-style{
	width:100%;
}
.field-style{
	width:100%;
}
.h2-11-style{
	font-size:28px;
}
.bloc-fill{
	fill:var(--swatch-var-4279);
}
.blocs-card-width{
	height:400px;
	width:33%;
}
.bloc-divider-t-24052-fill{
	fill:transparent;
}
.funktion-h2head{
	backdrop-filter:blur(7px);
	-webkit-backdrop-filter:blur(7px);
	margin-left:25%;
	margin-right:25%;
	text-transform:uppercase;
	font-weight:bold;
}
.flkth1{
	font-size:48px;
	width:100%;
	font-weight:bold;
	border-style:solid;
	border-color:var(--swatch-var-321)!important;
	border-width:5px 5px 5px 5px;
	border-radius:15px 15px 15px 15px;
}
.fkthead2{
	font-weight:bold;
	text-align:center!important;
	text-decoration:none;
	font-size:33px;
}
.headfkt{
	backdrop-filter:blur(9px);
	-webkit-backdrop-filter:blur(9px);
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-502);
	padding:0px 0px 0px 0px;
	position:relative;
	z-index:1;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
}
.bloc-divider-b-navigation-fill{
	fill:transparent;
}
.h2-bloc-19-style{
	font-size:59px;
	width:100%;
	font-family:"Lato-Bold";
}
.img-mc{
	padding:0px 0px 0px 0px;
	position:relative;
	width:75%;
}
.karte{
	height:120px;
	text-align:justify;
	font-size:15px;
}
.bloc-divider-t-bloc-20-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-b-bloc-20-fill{
	fill:var(--swatch-var-4279);
}
.overviewbutton{
	text-align:center;
	font-weight:bold;
	background-color:var(--swatch-var-139);
	border-style:solid;
	border-color:var(--swatch-var-4279)!important;
	border-width:4px 4px 4px 4px;
}
.buttoview{
	height:60px;
}
.bloc-divider-t-cardkat1-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-b-cardkat3-fill{
	fill:var(--swatch-var-4279);
}
.listp{
	font-size:17px;
	margin-bottom:0px;
}
.bloc-divider-t-bloc-25-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-b-dashboardfkr-fill{
	fill:var(--swatch-var-4279);
}
.divider-background-color{
	background-color:var(--swatch-var-426);
}
.divider-dashboardfkr-background-color{
	background-color:var(--swatch-var-426);
}
.h3-feature-title-style{
	font-size:22px;
	height:100px;
	text-align:center!important;
	display:flex!important;
	align-items:center;
	justify-content:center;
}
.bloc-divider-t-74-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-b-12441-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-t-29778-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-b-9965-fill{
	fill:var(--swatch-var-4279);
}
.graygradient{
	background:linear-gradient(158deg, var(--swatch-var-426) 19%, var(--swatch-var-7096) 88%);
	border-style:solid;
	border-color:var(--swatch-var-4279)!important;
	border-width:4px 4px 4px 4px;
}
.blocs-card-imng{
	height:400px;
	width:55%;
}
.kontioben{
	height:200px;
}
.styleimg{
	height:250px;
}
.imgflex{
	display:flex;
	height:200px;
}
.divider-0-background-color{
	background-color:var(--swatch-var-4279);
}
.divider-0-bloc-anbau-background-color{
	background-color:var(--swatch-var-4279);
}
.divider-35790-background-color{
	background-color:var(--swatch-var-4279);
}
.divider-16650-background-color{
	background-color:var(--swatch-var-4279);
}
.divider-7668-background-color{
	background-color:var(--swatch-var-4279);
}
.divider-32059-background-color{
	background-color:var(--swatch-var-4279);
}
.divider-27751-background-color{
	background-color:var(--swatch-var-4279);
}
.divider-38237-background-color{
	background-color:var(--swatch-var-502);
}
.bloc-divider-b-4656-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-t-33474-fill{
	fill:var(--swatch-var-4279);
}
.blackgrad{
	background:linear-gradient(337deg, var(--swatch-var-7096) 24%, var(--swatch-var-502) 71%);
	border-style:solid;
	border-color:var(--swatch-var-4279)!important;
	border-width:4px 4px 4px 4px;
}
.bloc-divider-t-30295-fill{
	fill:var(--swatch-var-5872);
}
.divwhite{
	background-color:var(--swatch-var-4279);
}
.buttoview:hover{
	background-color:var(--swatch-var-139);
}
h1{
	font-family:"Lato-Black";
}
h2{
	font-family:"Lato-Black";
}
h3{
	font-family:"Lato-Bold";
}
h4{
	font-family:"Lato-Bold";
}
h5{
	font-family:"Lato-Regular";
}
h6{
	font-family:"Lato-Light";
}
label{
	font-family:"Lato-Light";
}
a{
	font-family:"Lato-Regular";
}
.navbar-nav li a{
	font-family:"Lato-Regular";
}
.bloc-divider-b-bloc-6-fill{
	fill:var(--swatch-var-5872);
}
.bloc-divider-t-bloc-8-fill{
	fill:var(--swatch-var-5872);
}
.actiontext{
	backdrop-filter:blur(4px);
	-webkit-backdrop-filter:blur(4px);
	text-shadow:0.00px -0.00px 18px rgba(0,0,0,0.50);
	text-align:justify;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	display:block;
	position:static;
	background-color:var(--swatch-var-502);
	border-radius:25px 25px 25px 25px;
	padding:15px 15px 15px 15px;
}
.buttonview2{
	background-color:var(--swatch-var-6208);
	color:var(--swatch-var-4279)!important;
	border-style:solid;
	border-radius:15px 15px 15px 15px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-4279)!important;
	z-index:1;
	position:relative;
	font-size:21px;
	top:20px;
	backdrop-filter:blur(48px);
	-webkit-backdrop-filter:blur(48px);
}
.buttonview2:hover{
	background-color:var(--swatch-var-139);
	backdrop-filter:blur(22px);
	-webkit-backdrop-filter:blur(22px);
}
.feature-card-2{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
	height:220px;
}
.feature-col{
	position:relative;
	top:80px;
	left:-10px;
}
.p-26-style{
	font-size:18px;
}
.feature-funtion-col{
	position:relative;
	top:0px;
}
.mainbuttons{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-3139)!important;
	background-image:url("img/Unbenannt%20%289%29.png");
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
	background-position:center top;
}
.mainbuttons:hover{
	backdrop-filter:blur(6px);
	-webkit-backdrop-filter:blur(6px);
	background-image:url("img/Unbenannt%20%289%29.png");
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
	background-blend-mode:color;
}
.homebuttons{
	background:linear-gradient(56deg, var(--swatch-var-6208) 34%, var(--swatch-var-7096) 100%);
	background-blend-mode:color-dodge;
}
.homebuttons:hover{
	background:linear-gradient(60deg, var(--swatch-var-4580) 0%, var(--swatch-var-7096) 100%);
	color:var(--swatch-var-4279)!important;
	background-blend-mode:normal;
	background-origin:border-box;
}
.aktivlink{
	font-family:"Lato-Black";
	color:var(--swatch-var-4279)!important;
	font-weight:bold;
}
.nav-gradient-bg{
	background:linear-gradient(274deg, var(--swatch-var-7096) 0%, var(--swatch-var-4580)  100%);
	background-blend-mode:multiply;
}
.imgcardoben{
	position:relative;
	top:20px;
	border-style:solid;
	border-color:var(--swatch-var-4279)!important;
	border-width:5px 5px 5px 5px;
}
.textcardsoben{
	writing-mode:horizontal-tb;
	font-weight:bold;
	text-align:center;
	font-family:"Lato-Black";
	overflow:hidden;
	text-overflow:clip;
	font-size:15px;
	letter-spacing:-1px;
}
.cardshadow{
	background-size:cover;
	box-shadow:-1.68px -2.49px 16px rgba(0,0,0,0.70);
	background:linear-gradient(0deg, #000000 8%, #FFFFFF 64%);
}
.cardkopftext{
	height:90px;
	display:flex;
	align-items:center;
}
.cardshadow-unten{
	background-size:cover;
	box-shadow:1.22px 2.74px 16px rgba(0,0,0,0.70);
	background:linear-gradient(161deg, var(--swatch-var-329) 11%, var(--swatch-var-5872) 86%);
}
.imgcardunten{
	position:relative;
	border-style:solid;
	border-color:var(--swatch-var-4279)!important;
	border-width:5px 5px 5px 5px;
	bottom:20px;
}
.bloc-divider-b-cardkat2-fill{
	fill:var(--swatch-var-4279);
}
.bloc-0-fill{
	fill:var(--swatch-var-139);
}
.pointstyle{
	font-family:"Lato-Bold"!important;
	font-size:19px!important;
	font-weight:bold!important;
}
.bloc-divider-t-bloc-27-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-b-bloc-27-fill{
	fill:var(--swatch-var-4279);
}
.cardkopfzahl{
	height:115px;
	text-decoration:none;
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:center;
}
.cardzahl{
	height:550px;
}
.bloc-divider-b-29991-fill{
	fill:var(--swatch-var-4279);
}
.bloc-divider-t-bloc-anbau-fill{
	fill:var(--swatch-var-5872);
}
.bloc-divider-b-bloc-28-fill{
	fill:var(--swatch-var-5872);
}
.listp2{
	margin-bottom:1px;
}
.h1-error-404-style{
	font-size:145px;
}
.p-bloc-15-style{
	width:62.57%;
}
.alert-style{
	width:100%;
}
.p-223-style{
	width:100%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-4279:rgba(255,255,255,1.00);
	
	--swatch-var-426:rgba(255,255,255,0.60);
	
	--swatch-var-458:rgba(0,0,0,1.00);
	
	--swatch-var-7096:rgba(53,111,58,1.00);
	
	--swatch-var-3202:rgba(0,0,0,0.04);
	
	--swatch-var-502:rgba(0,0,0,0.50);
	
	--swatch-var-4580:rgba(23,72,26,1.00);
	
	--swatch-var-2222:rgba(0,0,0,0.04);
	
	--swatch-var-321:rgba(255,255,255,1.00);
	
	--swatch-var-4587:rgba(152,9,255,1.00);
	
	--swatch-var-5872:rgba(229,229,229,1.00);
	
	--swatch-var-1869:rgba(0,143,0,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.50);
	
	--swatch-var-1438:rgba(186,176,176,1.00);
	
	--swatch-var-3351:rgba(199,199,199,1.00);
	
	--swatch-var-139:rgba(30,97,33,0.33);
	
	--swatch-var-3646:rgba(255,255,255,0.50);
	
	--swatch-var-4105:rgba(215,131,255,1.00);
	
	--swatch-var-329:rgba(0,0,0,0.70);
	
	--swatch-var-6133:rgba(0,0,0,1.00);
	
	--swatch-var-3139:rgba(255,255,255,0.60);
	
	--swatch-var-5289:rgba(246,233,204,1.00);
	
	--swatch-var-6208:rgba(23,72,26,0.89);
	
	--swatch-var-1492:rgba(55,145,61,0.89);
	
	--swatch-var-3375:#0096FF;
	
	--swatch-var-5626:#72FA78;
	
}


/* Background colour styles */

.bgc-4279{
	background-color:var(--swatch-var-4279);
}
.bgc-5872{
	background-color:var(--swatch-var-5872);
}
.bgc-3202{
	background-color:var(--swatch-var-3202);
}
.bgc-3351{
	background-color:var(--swatch-var-3351);
}
.bgc-4580{
	background-color:var(--swatch-var-4580);
}
.bgc-458{
	background-color:var(--swatch-var-458);
}

/* Text colour styles */

.tc-4279{
	color:var(--swatch-var-4279)!important;
}
.tc-426{
	color:var(--swatch-var-426)!important;
}
.tc-458{
	color:var(--swatch-var-458)!important;
}
.tc-502{
	color:var(--swatch-var-502)!important;
}
.tc-329{
	color:var(--swatch-var-329)!important;
}
.tc-3646{
	color:var(--swatch-var-3646)!important;
}

/* Button colour styles */

.btn-c-7096{
	background:var(--swatch-var-7096);
	color:#FFFFFF!important;
}
.btn-c-7096:hover{
	background:#023C07!important;
	color:#FFFFFF!important;
}
.btn-c-5626{
	background:var(--swatch-var-5626);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5626:hover{
	background:#3FC745!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3375{
	background:var(--swatch-var-3375);
	color:#FFFFFF!important;
}
.btn-c-3375:hover{
	background:#0063CC!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

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

/* Icon colour styles */

.icon-3646{
	color:var(--swatch-var-3646)!important;
	border-color:var(--swatch-var-3646)!important;
}
.icon-4279{
	color:var(--swatch-var-4279)!important;
	border-color:var(--swatch-var-4279)!important;
}
.icon-3375{
	color:var(--swatch-var-3375)!important;
	border-color:var(--swatch-var-3375)!important;
}
.icon-5626{
	color:var(--swatch-var-5626)!important;
	border-color:var(--swatch-var-5626)!important;
}

/* Bloc image backgrounds */

.bg-image1-2x{
	background-image:url("img/image1@2x.png");
	background-image: -webkit-image-set(url("img/image1@2x.webp") 1x,
url("img/image1@2x.webp") 2x);background-image: image-set(url("img/image1@2x.png") 1x,
url("img/image1@2x.png") 2x,url("img/image1@2x.webp") 1x,
url("img/image1@2x.webp") 2x);
}
.bg-Unbenannt-20-289-29{
	background-image:url("img/Unbenannt%20%289%29.png");
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
	background-image: -webkit-image-set(url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);background-image: image-set(url("img/Unbenannt%20%289%29.png") 1x,
url("img/Unbenannt%20%289%29.png") 2x,url("img/Unbenannt%20%289%29.webp") 1x,
url("img/Unbenannt%20%289%29.webp") 2x);
}

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

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


/* = 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){
	.hero-heading{
		font-size:50px;
	}
	.hero-sub-heading{
		font-size:25px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
	}
	.feature-col{
		margin-bottom:20px;
		left:40px;
		align-items:flex-start;
		flex-direction:column;
		padding:2px 2px 2px 2px;
		position:relative;
		top:70px;
	}
	.cta-card{
	}
	.page-title{
		font-size:50px;
	}
	.feature-icon-trans:hover{
	}
	.sub-heading{
		margin-bottom:30px;
	}
	.price-card{
		margin-bottom:20px;
	}
	.text-span-style{
		font-style:normal;
	}
	.app-shadow{
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	.img-9-style{
		width:168px;
	}
	.img-bloc-2-style{
		width:177px;
	}
	.feature-icon{
		padding:13px 13px 13px 13px;
		height:60px;
		width:60px;
		display:inline-flex;
		position:relative;
	}
	.img-rounded-right{
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
	}
	.sub-text{
		font-size:15px;
		text-align:justify!important;
	}
	.linksub{
		text-align:right;
	}
	link{
	}
	.blocs-card-width{
		width:50%;
	}
	.flkth1{
		font-size:45px;
	}
	.h2-bloc-19-style{
		font-size:48px;
	}
	.img-me{
		padding:15px 15px 15px 15px;
	}
	.hero-img{
	}
	.karte{
		font-size:12px;
	}
	.buttoview{
		text-overflow:ellipsis;
		text-transform:none;
		text-align:center;
		font-size:9px;
		height:40px;
	}
	.blocs-card-imng{
		width:75%;
	}
	.styleimg{
		height:200px;
	}
	.feature-card{
		height:220px;
	}
	.feature-card-2{
		height:260px;
	}
	.h2-call-to-style{
		font-size:22px;
	}
	.buttonview2{
		top:-5px;
		font-size:17px;
		left:50px;
	}
	.actiontext{
		top:15px;
	}
	.p-26-style{
		font-size:17px;
	}
	.sub-title{
		text-align:left;
		height:30px;
	}
	.feature-funtion-col{
		align-items:flex-start;
		flex-direction:column;
	}
	.homebuttons{
	}
	.textcardsoben{
		font-size:10px;
	}
	.imgcardoben{
		border-width:3px 3px 3px 3px;
	}
	.pointstyle{
		font-size:17px!important;
	}
	.h3-bloc-28-style{
		font-size:20px;
	}
	.h3-41-style{
		font-size:20px;
	}
	.h3-42-style{
		font-size:20px;
	}
	.cardzahl{
		height:730px;
	}
	.listp2{
	}
	.listp{
	}
	
}

@media (max-width: 767px){
	.hero-heading{
		font-size:40px;
	}
	.hero-sub-heading{
		font-size:20px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-top-right-radius:15px;
		border-bottom-right-radius:15px;
	}
	.feature-col{
		left:0px;
		top:40px;
	}
	.rounded-left{
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}
	.feature-card{
		margin-bottom:60px;
	}
	.cta-card{
		padding:30px 30px 0px 30px;
	}
	.page-title{
		font-size:40px;
	}
	.sub-heading{
		margin-bottom:30px;
		font-size:18px;
	}
	.form-btn{
		width:100%;
	}
	.price-list-item{
	}
	.price-card{
	}
	.h1-style{
		font-size:57px;
	}
	.img-rounded-left{
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}
	.app-shadow{
	}
	.feature-details-col{
		text-align:center;
	}
	.img-rounded-right{
		border-top-right-radius:15px;
		border-bottom-right-radius:15px;
	}
	.sub-text{
		font-size:14px;
		text-align:left;
	}
	.linksub{
		text-align:right;
	}
	.blocs-card-width{
		width:50%;
	}
	.flkth1{
		font-size:29px;
	}
	.h2-bloc-19-style{
		font-size:34px;
	}
	.blocs-card-imng{
		width:100%;
	}
	.kontioben{
		height:220px;
	}
	.styleimg{
		height:500px;
	}
	.h3-feature-title-style{
		font-weight:bold;
		text-decoration:none;
		text-transform:none;
		display:flex!important;
		align-items:center;
		text-align:center;
		justify-content:center;
	}
	.feature-card-2{
		margin-bottom:60px;
		height:240px;
	}
	h4{
	}
	.center-title{
		font-size:15px;
	}
	.p-3-style{
		text-align:justify;
	}
	.h2-call-to-style{
		font-size:15px;
	}
	.buttonview2{
		font-size:12px;
		left:20px;
		top:-30px;
	}
	.feature-funtion-col{
		left:0px;
		top:40px;
	}
	.sub-title{
		font-size:18px;
	}
	.card-body-23-style{
		height:602px;
	}
	.card-body-bloc-28-style{
		height:525px;
	}
	.card-body-style{
		height:570px;
	}
	.h1-error-404-style{
		font-size:120px;
	}
	
}

@media (max-width: 575px){
	.hero-heading{
		font-size:20px;
	}
	.custom-shadow{
	}
	.rounded-right{
		border-bottom-right-radius:10px;
		border-top-right-radius:10px;
	}
	.rounded-left{
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
	}
	.cta-card{
		padding:20px 20px 0px 20px;
		background-origin:border-box;
		background-size:length;
		background-position:right center;
		background-blend-mode:screen;
	}
	.page-title{
		font-size:30px;
	}
	.h1-style{
		font-size:41px;
	}
	.img-rounded-left{
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
	}
	.app-shadow{
	}
	.img-4-style{
		width:88px;
	}
	.img-6-style{
		width:62px;
	}
	.img-7-style{
		width:102px;
	}
	.img-bloc-2-style{
		width:98px;
	}
	.img-9-style{
		width:68px;
	}
	.img-10-style{
		width:123px;
	}
	.img-11-style{
		width:124px;
	}
	.img-12-style{
		width:81px;
	}
	.h2-style{
		font-size:19px;
	}
	.img-rounded-right{
		border-bottom-right-radius:10px;
		border-top-right-radius:10px;
	}
	.h2-call-to-style{
		font-size:20px;
	}
	.sub-heading{
		font-size:15px;
	}
	.feature-heading2{
		text-align:center;
	}
	.sub-title{
		text-align:left;
	}
	.featurehead{
		font-weight:bold;
		text-align:left;
	}
	.sub-text{
		text-align:left;
	}
	.blocs-card-width{
		width:100%;
	}
	.h2-bloc-19-style{
		font-size:21px;
	}
	.blocs-card-imng{
		width:100%;
	}
	.feature-card-2{
		margin:0px 0px 35px 0px;
	}
	.feature-col{
		left:0px;
		top:30px;
	}
	.buttonview2{
		left:10px;
		top:-35px;
	}
	.feature-funtion-col{
		left:0px;
		top:30px;
	}
	p{
		font-size:14px;
	}
	.nav-gradient-bg{
		background-blend-mode:overlay;
	}
	.h3-style{
		font-size:18px;
	}
	.h2-11-style{
		font-size:25px;
	}
	.h2-26-style{
		font-size:22px;
	}
	.h3-39-style{
		font-size:20px;
	}
	.listp{
	}
	.p-bloc-28-style{
		font-size:16px;
	}
	.card-body-style{
		height:416px;
	}
	.card-body-bloc-28-style{
		height:595px;
	}
	.card-body-23-style{
		height:502px;
	}
	.p-174-style{
		font-size:16px;
	}
	.p-175-style{
		font-size:16px;
	}
	.p-176-style{
		font-size:16px;
	}
	.p-bloc-anbau-style{
		font-size:16px;
	}
	.p-178-style{
		font-size:16px;
	}
	.p-179-style{
		font-size:16px;
	}
	.p-180-style{
		font-size:16px;
	}
	.p-181-style{
		font-size:16px;
	}
	.p-182-style{
		font-size:16px;
	}
	.p-183-style{
		font-size:16px;
	}
	.p-184-style{
		font-size:16px;
	}
	.p-185-style{
		font-size:16px;
	}
	.p-186-style{
		font-size:16px;
	}
	.p-187-style{
		font-size:16px;
	}
	.p-bloc-dryboard-style{
		font-size:16px;
	}
	.img-style{
		width:198px;
	}
	.p-cannabgabe-style{
		font-size:16px;
	}
	.p-191-style{
		font-size:16px;
	}
	.p-192-style{
		font-size:16px;
	}
	.p-193-style{
		font-size:16px;
	}
	.p-194-style{
		font-size:16px;
	}
	.p-195-style{
		font-size:16px;
	}
	.p-bloc-vermehr-style{
		font-size:16px;
	}
	.p-197-style{
		font-size:16px;
	}
	.h2-vernichtung-style{
		font-size:23px;
	}
	.p-vernichtung-style{
		font-size:16px;
	}
	.p-bloctransport-style{
		font-size:16px;
	}
	.p-bloc-37-style{
		font-size:16px;
	}
	.h1-error-404-style{
		font-size:70px;
	}
	
}

