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

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

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


/* Sizes */

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

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


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


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


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


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


/* = 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;
}
.fill-bloc-top-edge.sticky{
	background-color:rgba(0, 0, 0, 0);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* 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;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-thin-bars{
	margin-top:4px!important;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

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

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


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}




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



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

.carousel-indicators li::marker{
	font-size:0;
}


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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1500px;
	border-style:_popUpItemAction:;
	border-width:0px 0px 0px 0px;
}
.link-style{
	padding-top:1px;
	padding-bottom:1px;
	width:33%;
}
.navbar-brand img{
	width:200px;
	background-size:100px 100px;
	margin:0px 0px 0px 0px;
}
.menu{
	font-size:13px;
	font-weight:normal;
	width:850px;
}
.menu:hover{
	color:#008157!important;
	font-size:13px;
	font-weight:normal;
}
.menu:active{
	font-size:13px;
}
.h2-padding-top{
	padding-top:21px;
	font-size:60px;
	font-weight:bold;
	padding-bottom:31px;
	margin-bottom:0px;
	margin-top:9px;
}
.familie-butt{
	font-size:13px;
	text-align:center;
	font-weight:normal;
}
.familie_butt:hover{
	text-align:center;
	font-weight:bold;
}
.familie-butt:hover{
	font-size:13px;
	font-weight:normal;
}
.direkt_butt{
	font-size:13px;
	font-weight:normal;
}
.direkt_butt:hover{
	font-size:13px;
	font-weight:normal;
}
.rind_butt{
	font-size:13px;
	font-weight:normal;
}
.acker_butt{
	font-size:13px;
}
.carousel-style{
	width:78.73%;
	margin-bottom:52px;
	font-weight:bold;
}
.h2-style{
	width:65.79%;
	font-size:60px;
	font-weight:bold;
	margin-bottom:45px;
	padding-top:50px;
}
.bloc-margin-top{
	padding-top:4px;
	padding-bottom:46px;
	margin-bottom:0px;
	margin-top:-2px;
}
.img-margin-bottom{
	margin-bottom:39px;
	width:990px;
	border-style:solid;
	border-color:#FFFFFE!important;
	box-shadow:0px 0px 14px #000000;
	align-content:stretch;
	border-radius:0px 0px 0px 0px;
	border-width:20px 20px 20px 20px;
}
.p-7-style{
	width:83.07%;
	margin-bottom:-1px;
}
.p-9-style{
	width:79.13%;
	padding-right:0px;
	margin-left:4px;
}
.link-bloc-7-style{
	font-weight:bold;
}
.hero-subheader{
	font-size:50px;
	font-weight:normal;
	padding-top:38px;
	width:76.53%;
	margin-bottom:52px;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
	background-color:#90FF00;
	font-size:150px;
	font-weight:bold;
}
.link-margin-right{
	margin-right:12px;
	text-indent:10px;
}
.link-margin-left{
	width:100%;
	margin-right:2px;
	font-size:13px;
	padding-right:8px;
	padding-left:8px;
}
.qqqqqq{
	width:893px;
}
.fb{
	width:50px;
	text-align:left;
	letter-spacing:1px;
	text-indent:5px;
	writing-mode:horizontal-tb;
}
.h2-die-familie-style{
	font-size:60px;
	font-weight:bold;
	height:72px;
	margin-bottom:5px;
	margin-top:-5px;
	width:100%;
	padding:0px 0px 0px 0px;
}
.row-10-style{
	width:83.63%;
	font-weight:normal;
	background-size:auto auto;
	position:relative;
	left:90px;
	margin-left:35px;
	margin-right:-1px;
	padding:0px 31px 0px 0px;
}
.h1-3-style{
	font-size:60px;
	font-weight:bold;
	padding-bottom:12px;
	padding-top:0px;
	margin-top:20px;
	width:100%;
}
.p-style{
	width:69.13%;
	padding-top:0px;
	line-height:28px;
	font-size:20px;
}
.h1-style{
	width:98.07%;
}
.p-3-style{
	text-indent:0px;
	letter-spacing:0px;
	padding-top:0px;
	padding-bottom:1px;
	margin-bottom:107px;
}
.h1-bloc-4-style{
	font-size:60px;
	font-weight:bold;
	padding-top:0px;
	margin-top:10px;
}
.h1-3-bloc-4-style{
	font-size:60px;
	font-weight:bold;
	text-align:center;
	padding-top:0px;
	margin-top:9px;
}
.img-rinder-henne-style{
	width:500px;
}
.p-margin-left{
	margin-left:20px;
}
.p-padding-right{
	padding-right:17px;
	width:97.15%;
	margin-bottom:54px;
	margin-left:17px;
}
.img-ackerbau-margin-bottom{
	margin-bottom:58px;
	border-style:solid;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:20px 20px 20px 20px;
	width:992px;
}
.p-5-style{
	text-indent:px;
}
.p-27407-style{
	text-indent:0px;
	padding-left:0px;
	margin-left:1px;
}
.btn-margin-top{
	margin-top:82px;
}
.h1-margin-bottom{
	margin-bottom:72px;
}
.img-logo--style{
	width:200px;
	margin-bottom:60px;
}
.img-8-style{
	width:200px;
	margin-bottom:60px;
}
.carousel-energien-style{
	width:66%;
	margin-bottom:49px;
}
.img-style{
	width:200px;
}
.p-padding-top{
	padding-top:35px;
}
.divider-margin-top{
	background-size:auto auto;
	border-style:solid;
	border-color:#008156!important;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 1px 0px;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
	height:272px;
}
.bloc-divider-t-fill{
	fill:#FFFFFF;
	height:257px;
}
.bloc-divider-t-ackerbau-fill{
	fill:#FFFFFF;
	height:240px;
	width:100%;
}
.bloc-divider-b-ackerbau-fill{
	fill:#FFFFFF;
	height:287px;
}
.p-familie-style{
	font-size:16px;
}
.p-21-style{
	width:65.45%;
}
.p-61-style{
	width:65.67%;
	margin-bottom:73px;
}
.p-margin-bottom{
	margin-bottom:-1px;
}
.carousel-familie-style{
	width:66.2%;
	font-size:16px;
	color:#000000!important;
}
.carousel-margin-bottom{
	margin-bottom:53px;
	margin-top:0px;
	padding-top:20px;
}
.carousel-padding-top{
	padding-top:21px;
	margin-bottom:45px;
}
.p-bloc-4-style{
	font-size:14px;
}
.row-margin-bottom{
	margin-bottom:81px;
	margin-top:76px;
}
.menu-icon-stroke{
	stroke:transparent!important;
	fill:transparent!important;
}
.blocsapp-special-menu blocsnav{
	background-size:auto auto;
	text-align:left;
	writing-mode:horizontal-tb;
}
.logown{
	width:50px;
	height:50px;
	background-size:50px auto;
	filter:invert(58%);
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7262:rgba(255,255,255,1.00);
	
	--swatch-var-6746:#000000;
	
	--swatch-var-4661:#C8C8C8;
	
	--swatch-var-2941:#007044;
	
	--swatch-var-2158:rgba(0,0,0,0.50);
	
	--swatch-var-6771:#BAB9B8;
	
	--swatch-var-3010:rgba(74,74,74,1.00);
	
	--swatch-var-5276:#569EF9;
	
	--swatch-var-2752:#183A56;
	
	--swatch-var-4448:#577592;
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-1272:#8FFF00;
	
}


/* Background colour styles */

.bgc-7262{
	background-color:var(--swatch-var-7262);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.bgc-4448{
	background-color:var(--swatch-var-4448);
}
.bgc-2752{
	background-color:var(--swatch-var-2752);
}

/* Text colour styles */

.tc-7262{
	color:var(--swatch-var-7262)!important;
}
.tc-1272{
	color:var(--swatch-var-1272)!important;
}
.tc-6746{
	color:var(--swatch-var-6746)!important;
}
.tc-3010{
	color:var(--swatch-var-3010)!important;
}

/* Button colour styles */

.btn-c-2941{
	background:var(--swatch-var-2941);
	color:#FFFFFF!important;
}
.btn-c-2941:hover{
	background:#003D11!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-7262{
	color:var(--swatch-var-7262)!important;
}
.ltc-7262:hover{
	color:#CCCCCC!important;
}
.ltc-2941{
	color:var(--swatch-var-2941)!important;
}
.ltc-2941:hover{
	color:#003D11!important;
}

/* Icon colour styles */

.icon-7262{
	color:var(--swatch-var-7262)!important;
	border-color:var(--swatch-var-7262)!important;
}
.icon-1272{
	color:var(--swatch-var-1272)!important;
	border-color:var(--swatch-var-1272)!important;
}

/* Bloc image backgrounds */

.bg-ab01A{
	background-image:url("img/ab01A.jpg");
}
.bg-BG-D{
	background-image:url("img/BG-D.jpg");
}



/* = 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){
	.link-style{
		width:41.07%;
	}
	.row-style{
		width:100%;
	}
	.p-7-style{
		width:89.55%;
	}
	.h1-3-style{
		width:98.89%;
		padding-top:0px;
		margin-top:0px;
	}
	.hero-subheader{
		font-size:30px;
		width:71.87%;
	}
	.h1-style{
		font-size:100px;
	}
	.p-9-style{
		text-align:left;
		margin-left:1px;
		padding-right:0px;
		width:100%;
	}
	.img-margin-bottom{
		width:661px;
		padding-left:0px;
	}
	.row-10-style{
		padding-left:0px;
		margin-left:-2px;
		padding-right:0px;
		margin-right:-3px;
		width:71.72%;
	}
	.carousel-energien-style{
		width:90.53%;
		margin-bottom:33px;
	}
	.bloc-energien-margin-bottom{
		margin-bottom:0px;
		padding-bottom:2px;
	}
	.h1-bloc-4-style{
		font-size:30px;
	}
	.h1-3-bloc-4-style{
		font-size:30px;
	}
	.p-padding-right{
		margin-left:10px;
	}
	.p-margin-left{
		margin-left:9px;
		padding-right:11px;
	}
	.p-bloc-8-style{
		font-size:13px;
	}
	.p-familie-style{
		width:84.26%;
	}
	.h2-padding-top{
		font-size:50px;
	}
	.bloc-margin-top{
		text-align:center;
	}
	.h2-die-familie-style{
		text-align:center;
		margin-left:-92px;
		width:100%;
	}
	.p-21-style{
		width:86.89%;
	}
	.bloc-energien-padding-left{
		padding-left:2px;
		padding-right:0px;
	}
	.p-3-style{
	}
	.p-61-style{
		width:92.62%;
		margin-bottom:12px;
	}
	.p-familie-margin-bottom{
		margin-bottom:1px;
	}
	.carousel-familie-style{
		width:85.52%;
	}
	.carousel-style{
		width:100%;
	}
	.img-ackerbau-margin-bottom{
		width:700px;
		margin-bottom:60px;
		border-width:10px 10px 10px 10px;
	}
	.container-div-style{
		width:100%;
	}
	.menu-icon-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.blocsapp-special-menu blocsnav{
		height:400px;
		background-color:rgba(0,0,0,0.80);
		border-bottom-left-radius:20px;
	}
	.row-bloc-1-style{
		opacity:1.0;
	}
	.p-style{
		width:82.87%;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.text-center{
	}
	.link-style{
		width:55.04%;
	}
	.p-3-style{
		width:100%;
	}
	.hero-subheader{
		font-size:30px;
		line-height:40px;
		width:88.02%;
	}
	.h1-style{
		font-size:60px;
		padding-top:49px;
	}
	.p-9-style{
		width:100%;
		text-align:left;
	}
	.img-margin-bottom{
		text-align:center;
	}
	.h1-3-style{
		font-size:40px;
		padding-top:0px;
		margin-top:0px;
		margin-bottom:30px;
	}
	.img-ackerbau-margin-bottom{
		width:522px;
		margin-right:17px;
		margin-left:11px;
		text-align:center;
	}
	.h2-style{
		margin-bottom:39px;
	}
	.row-margin-left{
		margin-left:0px;
		margin-right:-3px;
	}
	.h1-3-bloc-4-style{
		font-size:50px;
	}
	.bloc-margin-bottom{
		margin-bottom:90px;
	}
	.h1-bloc-4-style{
		font-size:50px;
	}
	.carousel-style{
		margin-bottom:64px;
	}
	.h2-padding-top{
		font-size:50px;
		margin-top:-2px;
		padding-top:0px;
	}
	.bloc-margin-top{
		margin-top:-2px;
		padding-top:1px;
	}
	.p-bloc-8-style{
		font-size:12px;
		width:198px;
		text-align:left;
	}
	.p-28-style{
		font-size:12px;
	}
	.p-29-style{
		font-size:12px;
	}
	.h2-die-familie-style{
		margin-left:-73px;
		padding-right:31px;
		width:100%;
	}
	.p-61-style{
		margin-bottom:11px;
	}
	.p-familie-margin-bottom{
		margin-bottom:-6px;
	}
	.p-style{
		font-size:16px;
		margin-top:9px;
		padding-top:25px;
		margin-bottom:10px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.link-style{
		width:87.04%;
	}
	.h1-style{
		font-size:40px;
	}
	.p-style{
		font-size:16px;
		width:92.59%;
	}
	.hero-subheader{
		width:85.19%;
	}
	.h2-die-familie-style{
		font-size:40px;
		margin-top:0px;
		padding-top:11px;
	}
	.p-3-style{
		padding-left:0px;
		margin-left:-45px;
		padding-right:0px;
		width:100%;
	}
	.row-10-style{
	}
	.h1-3-style{
		font-size:25px;
	}
	.p-familie-margin-bottom{
		padding-bottom:0px;
		margin-bottom:-12px;
	}
	.p-familie-style{
		width:100%;
	}
	.carousel-familie-style{
		width:100%;
	}
	.h2-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-3-bloc-4-style{
		font-size:30px;
		line-height:40px;
	}
	.h1-bloc-4-style{
		font-size:30px;
		line-height:40px;
	}
	.h2-padding-top{
		font-size:30px;
		line-height:40px;
		margin-top:5px;
		padding-top:0px;
	}
	.carousel-style{
		margin-bottom:36px;
	}
	.link-bloc-8-style{
		width:93.94%;
	}
	
}

