/*-----------------------------------------------------------------------------------
	Grünwerk
	About: A shiny new PHILMEDIA website
	Author: Phil Badcorner
	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;
}


/* Sizes */

.bloc-xxl{
	padding:200px 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;
}


/* 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-center{
	-webkit-background-size: auto;
}


/* 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-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-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* 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);
}
.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-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-lg{
	max-width:400px;
}


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


/* Additional Aspect Ratios */

.embed-responsive-4by4::before{
	padding-top:100%}.embed-responsive-9by16::before{
	padding-top:106.25%}
.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display: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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"all-round-gothic";
}
.container{
	max-width:1140px;
	font-family:"OpenSans-Regular";
}
.img-style{
	margin-bottom:30px;
	text-shadow:0px 15px 9px rgba(0,0,0,0.75);
	margin-top:38px;
	width:800px;
}
.link-style{
	font-weight:normal;
	font-size:30px;
	font-family:"OpenSans-Regular";
}
.navbar-brand img{
	width:250px;
	font-family:"OpenSans-Regular";
	font-weight:normal;
}
p{
	font-size:24px;
	font-family:"all-round-gothic";
	font-weight:500;
}
.navbar-nav li a{
	font-size:28px;
}
.p-bloc-1-style{
	font-weight:700;
	line-height:px;
}
.p-margin-bottom{
	margin-bottom:35px;
	font-weight:600;
	padding-left:20px;
}
.p-bloc-0-style{
	font-size:28px;
	font-weight:500;
	margin-top:0px;
	margin-bottom:0px;
	width:55.79%;
	font-family:"all-round-gothic";
}
.p-2-style{
	font-size:22px;
}
.h4-style{
	font-weight:700;
}
.h4-follow-us-style{
	font-weight:700;
}
.h4-connect-style{
	font-weight:700;
}
.checkbox-margin-bottom{
	margin-bottom:15px;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	text-transform:none;
	line-height:22px;
	font-family:"OpenSans-Regular";
}
.img-3-style{
	;
}
.button-style{
	font-size:24px;
	box-shadow:0px 4px 5px rgba(0,0,0,0.50);
	background-color:#A1B487;
	font-family:"all-round-gothic";
	color:var(--swatch-var-5025)!important;
	font-weight:500;
}
a{
	font-weight:600;
}
.img-bloc-5-style{
	;
}
.row-margin-bottom{
	margin-bottom:0px;
	margin-top:0px;
}
.bloc-margin-bottom{
	margin-bottom:0px;
}
.h3-style{
	font-weight:700;
	font-size:52px;
	line-height:px;
	margin-bottom:0px;
	margin-top:50px;
}
.link-margin-bottom{
	font-weight:600;
}
.footer-link{
	font-weight:normal;
	font-family:"OpenSans-Regular";
}
.impressum-footer{
	font-family:"all-round-gothic";
	color:#000000!important;
	font-size:24px;
	font-weight:500;
}
.bloc-margin-top{
	margin-top:50px;
	margin-bottom:60px;
}
.bloc-bloc-1-margin-bottom{
	margin-bottom:125px;
}
.philmedia-link{
	font-family:"Michroma";
	font-size:26px;
	font-weight:bold;
}
.bloc-email-margin-top{
	margin-bottom:0px;
}
.btn-margin-left{
	margin-left:20px;
}
.list-padding-left{
	padding-left:18px;
	margin-bottom:50px;
	font-family:"OpenSans-Regular";
	font-weight:normal;
}
.icon-margin-right{
	margin-right:10px;
}
.p-bloc-4-margin-bottom{
	margin-bottom:35px;
}
h2{
	font-family:"all-round-gothic";
	font-weight:600;
}
.h2-kontakt-style{
	font-size:120px;
}
.h2-datenschutz-style{
	font-size:120px;
}
.h2-impressum-style{
	font-size:120px;
}
.img-bloc-12-style{
	width:225px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-4445);
	width:150%;
	height:150px;
}
.p-style{
	font-family:"all-round-gothic";
	font-size:24px;
	line-height:px;
	margin-bottom:30px;
}
.h2-12-style{
	font-size:120px;
	line-height:px;
}
.label-style{
	font-size:24px;
	font-weight:500;
}
.label-ihr-name-style{
	font-size:24px;
	font-weight:500;
}
.label-ihre-nachricht-style{
	font-size:24px;
	font-weight:500;
}
.h2-style{
	font-size:120px;
	line-height:px;
}
.p-email-style{
	font-family:"all-round-gothic";
	font-size:24px;
	margin-bottom:5px;
}
.p-bloc-11-style{
	font-family:"all-round-gothic";
	font-weight:400;
	font-size:24px;
}
.h2-service-style{
	font-family:"all-round-gothic";
	font-size:120px;
	font-weight:600;
}
.p-bloc-17-style{
	font-family:"all-round-gothic";
	font-size:24px;
	margin-bottom:1px;
	font-weight:500;
}
.p-21-style{
	font-family:"all-round-gothic";
	font-size:24px;
	margin-bottom:30px;
}
.svg-icon-fill{
	fill:var(--swatch-var-5025)!important;
}
.h2-margin-bottom{
	margin-bottom:21px;
	font-size:52px;
}
.button-style-black{
	font-weight:500;
	font-size:24px;
	font-family:"all-round-gothic";
	color:var(--swatch-var-5699)!important;
}
.p-bloc-6-margin-bottom{
	margin-bottom:30px;
}
.h2-forstarbeiten-margin-bottom{
	margin-bottom:20px;
	font-size:52px;
	line-height:px;
}
.p-bloc-7-margin-bottom{
	margin-bottom:30px;
}
.h2-bloc-7-margin-bottom{
	margin-bottom:20px;
	font-size:52px;
}
.p-bloc-5-margin-bottom{
	margin-bottom:0px;
}
.p-7-margin-bottom{
	margin-bottom:-1px;
}
.p-8-margin-bottom{
	margin-bottom:0px;
}
.p-9-margin-bottom{
	margin-bottom:0px;
}
.p-10-margin-bottom{
	margin-bottom:-1px;
}
.p-11-margin-bottom{
	margin-bottom:1px;
}
.h2-gartenarbeiten-margin-bottom{
	margin-bottom:21px;
	font-size:52px;
}
.h2-baggerarbeiten-margin-bottom{
	margin-bottom:20px;
	font-size:52px;
}
.p-bloc-3-margin-bottom{
	margin-bottom:30px;
}
.p-12-margin-bottom{
	margin-bottom:30px;
}
.h2-margin-top{
	margin-top:0px;
	margin-bottom:14px;
	font-size:52px;
	line-height:px;
}
.p-bloc-12-margin-bottom{
	margin-bottom:5px;
}
.p-bloc-12-style{
	font-size:24px;
	line-height:px;
	font-family:"all-round-gothic";
	font-weight:400;
	margin-bottom:6px;
}
.p-bloc-14-style{
	font-family:"all-round-gothic";
	font-size:24px;
	font-weight:400;
}
.p-23-style{
	font-family:"all-round-gothic";
	font-weight:400;
	font-size:24px;
}
.h-scroll-button{
	background-color:var(--swatch-var-4445);
}
.h2-17-style{
	font-size:52px;
}
.h2-email-style{
	font-size:52px;
}
.h2-raphael-klein-style{
	font-size:42px;
}
.h2-12-impressum-style{
	font-size:52px;
}
.img-bloc-17-style{
	width:80px;
}
.btn-margin-bottom{
	margin-bottom:8px;
}
.btn-margin-top{
	margin-top:8px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-4891:#FFFFFF;
	
	--swatch-var-5025:rgba(0,0,0,1.00);
	
	--swatch-var-4445:rgba(161,180,135,1.00);
	
	--swatch-var-1869:rgba(0,0,0,0.701961);
	
	--swatch-var-2869:#000000;
	
	--swatch-var-5699:rgba(0,0,0,1.00);
	
	--swatch-var-898:rgba(255,255,255,0.65);
	
}


/* Background colour styles */

.bgc-4891{
	background-color:var(--swatch-var-4891);
}
.bgc-4445{
	background-color:var(--swatch-var-4445);
}

/* Text colour styles */

.tc-4891{
	color:var(--swatch-var-4891)!important;
}
.tc-4445{
	color:var(--swatch-var-4445)!important;
}
.tc-5025{
	color:var(--swatch-var-5025)!important;
}

/* Button colour styles */

.btn-c-4445{
	background:var(--swatch-var-4445);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4445:hover{
	background:#6E8154!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

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

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-green-tree-near-house-2832040{
	background-image:url("img/green-tree-near-house-2832040.jpg");
	background-image: -webkit-image-set(url("img/green-tree-near-house-2832040.webp") 1x,
url("img/green-tree-near-house-2832040.webp") 2x);background-image: image-set(url("img/green-tree-near-house-2832040.jpg") 1x,
url("img/green-tree-near-house-2832040.jpg") 2x,url("img/green-tree-near-house-2832040.webp") 1x,
url("img/green-tree-near-house-2832040.webp") 2x);
}
.bg-photography-of-woman-surrounded-by-sunflowers-1263986{
	background-image:url("img/photography-of-woman-surrounded-by-sunflowers-1263986.jpg");
	background-image: -webkit-image-set(url("img/photography-of-woman-surrounded-by-sunflowers-1263986.webp") 1x,
url("img/photography-of-woman-surrounded-by-sunflowers-1263986.webp") 2x);background-image: image-set(url("img/photography-of-woman-surrounded-by-sunflowers-1263986.jpg") 1x,
url("img/photography-of-woman-surrounded-by-sunflowers-1263986.jpg") 2x,url("img/photography-of-woman-surrounded-by-sunflowers-1263986.webp") 1x,
url("img/photography-of-woman-surrounded-by-sunflowers-1263986.webp") 2x);
}
.bg-danish-2178767-1920{
	background-image:url("img/danish-2178767_1920.jpg");
	background-image: -webkit-image-set(url("img/danish-2178767_1920.webp") 1x,
url("img/danish-2178767_1920.webp") 2x);background-image: image-set(url("img/danish-2178767_1920.jpg") 1x,
url("img/danish-2178767_1920.jpg") 2x,url("img/danish-2178767_1920.webp") 1x,
url("img/danish-2178767_1920.webp") 2x);
}
.bg-photo-of-forest-during-daytime-3222686{
	background-image:url("img/photo-of-forest-during-daytime-3222686.jpg");
	background-image: -webkit-image-set(url("img/photo-of-forest-during-daytime-3222686.webp") 1x,
url("img/photo-of-forest-during-daytime-3222686.webp") 2x);background-image: image-set(url("img/photo-of-forest-during-daytime-3222686.jpg") 1x,
url("img/photo-of-forest-during-daytime-3222686.jpg") 2x,url("img/photo-of-forest-during-daytime-3222686.webp") 1x,
url("img/photo-of-forest-during-daytime-3222686.webp") 2x);
}
.bg-RB-Forst-und-garten-5{
	background-image:url("img/RB_Forst_und_garten_5.jpg");
	background-image: -webkit-image-set(url("img/RB_Forst_und_garten_5.webp") 1x,
url("img/RB_Forst_und_garten_5.webp") 2x);background-image: image-set(url("img/RB_Forst_und_garten_5.jpg") 1x,
url("img/RB_Forst_und_garten_5.jpg") 2x,url("img/RB_Forst_und_garten_5.webp") 1x,
url("img/RB_Forst_und_garten_5.webp") 2x);
}
.bg-RB-Forst-und-garten-4{
	background-image:url("img/RB_Forst_und_garten_4.jpg");
	background-image: -webkit-image-set(url("img/RB_Forst_und_garten_4.webp") 1x,
url("img/RB_Forst_und_garten_4.webp") 2x);background-image: image-set(url("img/RB_Forst_und_garten_4.jpg") 1x,
url("img/RB_Forst_und_garten_4.jpg") 2x,url("img/RB_Forst_und_garten_4.webp") 1x,
url("img/RB_Forst_und_garten_4.webp") 2x);
}
.bg-RB-Forst-und-garten-1{
	background-image:url("img/RB_Forst_und_garten_1.jpg");
	background-image: -webkit-image-set(url("img/RB_Forst_und_garten_1.webp") 1x,
url("img/RB_Forst_und_garten_1.webp") 2x);background-image: image-set(url("img/RB_Forst_und_garten_1.jpg") 1x,
url("img/RB_Forst_und_garten_1.jpg") 2x,url("img/RB_Forst_und_garten_1.webp") 1x,
url("img/RB_Forst_und_garten_1.webp") 2x);
}
.bg-RB-Forst-und-garten-2{
	background-image:url("img/RB_Forst_und_garten_2.jpg");
	background-image: -webkit-image-set(url("img/RB_Forst_und_garten_2.webp") 1x,
url("img/RB_Forst_und_garten_2.webp") 2x);background-image: image-set(url("img/RB_Forst_und_garten_2.jpg") 1x,
url("img/RB_Forst_und_garten_2.jpg") 2x,url("img/RB_Forst_und_garten_2.webp") 1x,
url("img/RB_Forst_und_garten_2.webp") 2x);
}
.bg-RB-Forst-und-garten-3{
	background-image:url("img/RB_Forst_und_garten_3.jpg");
	background-image: -webkit-image-set(url("img/RB_Forst_und_garten_3.webp") 1x,
url("img/RB_Forst_und_garten_3.webp") 2x);background-image: image-set(url("img/RB_Forst_und_garten_3.jpg") 1x,
url("img/RB_Forst_und_garten_3.jpg") 2x,url("img/RB_Forst_und_garten_3.webp") 1x,
url("img/RB_Forst_und_garten_3.webp") 2x);
}

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

/* = Animated Scroll Symbol-------------------------------------------------------------- */.mouse-symbol,.device-symbol {
	  width:29px;
	  height:50px;
	  border:2px solid rgba(0,0,0,.5);
	  border-radius:30px;
	  margin:0 auto;
	  position: relative;
}
.device-symbol {
	border-radius:6px;
}
.device-symbol:before{
	  content: "";
	  display: block;
	  position: absolute;
	  background-color: rgba(0,0,0,.23);
	  height: 42px;
	  width: 21px;
	  border-radius: 2px;
	  margin: 2px 0 0 2px;
}
.mouse-symbol:after,.device-symbol:after {
	  content:"";
	  display: block;
	  position:absolute;
	  top:10px;
	  width:3px;
	  height:3px;
	  margin-left: 11px;
	  background-color:#000000;
	  border-radius:100%;
}
.device-symbol:after {
	top:12px;
}
.mouse-symbol-light.mouse-symbol,.mouse-symbol-light.device-symbol{
	border:2px solid rgba(255,255,255,.5);
}
.mouse-symbol-light.mouse-symbol:after,.mouse-symbol-light.device-symbol:after{
	background-color:#FFFFFF;
}
.mouse-symbol-light.device-symbol:before{
	background-color: rgba(255,255,255,.23);
}
.slow-touch-scroll:after {
	animation: mouse-scroll-slow 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-touch-scroll:after {
	animation: mouse-scroll-fast 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-invert-touch-scroll:after {
	animation: mouse-scroll-fast-invert 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}@keyframes mouse-scroll-slow {
	  0%{
	    -webkit-transform: translateY(0px) scaleY(1);
	    transform: translateY(0px) scaleY(1);
	  }  20% {
	    -webkit-transform: translateY(0px) scaleX(1.2);
	    transform: translateY(0px) scaleX(1.2);
	    opacity: 1;
	  }  100% {
	    -webkit-transform: translateY(25px) scaleY(3) scaleX(0.8);
	    transform: translateY(25px) scaleY(3) scaleX(0.8);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast {
	  0%,20% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast-invert {
	  0%,20% {
	    -webkit-transform: translateY(15px);
	    transform: translateY(15px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    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;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.bloc-margin-bottom{
		margin-bottom:100px;
	}
	.btn-padding{
		margin-bottom:50px;
	}
	.p-bloc-0-style{
		margin-bottom:0px;
		width:88.23%;
	}
	.h2-datenschutz-style{
		font-size:100px;
	}
	.h2-impressum-style{
		font-size:100px;
	}
	.h2-kontakt-style{
		font-size:100px;
	}
	.bloc-divider-b-fill{
		width:200%;
		height:150px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5025)!important;
		fill:var(--swatch-var-5025)!important;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-4445);
	}
	.img-style{
		width:500px;
	}
	.bloc-bloc-11-margin-top{
		margin-top:50px;
		margin-bottom:60px;
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-5025);
	}
	.h2-service-style{
		font-size:90px;
		line-height:px;
	}
	.h2-style{
		font-size:90px;
		line-height:px;
	}
	.h2-12-style{
		font-size:90px;
		line-height:px;
	}
	.menu-icon-bloc-13-stroke{
		stroke:var(--swatch-var-5025)!important;
		fill:var(--swatch-var-5025)!important;
	}
	.bloc-bloc-2-margin-top{
		margin-top:49px;
		margin-bottom:51px;
	}
	.h2-margin-top{
		width:64.68%;
	}
	
}

@media (max-width: 767px){
	.form-margin-bottom{
		margin-bottom:0px;
	}
	.p-bloc-0-style{
		font-size:20px;
		margin-bottom:55px;
	}
	.img-style{
		margin-top:35px;
		margin-bottom:55px;
		width:450px;
	}
	.h2-datenschutz-style{
		font-size:80px;
	}
	.h2-impressum-style{
		font-size:80px;
	}
	.h2-kontakt-style{
		font-size:80px;
	}
	.bloc-divider-b-fill{
		height:100px;
		width:100%;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5025)!important;
		fill:var(--swatch-var-5025)!important;
	}
	.h2-service-style{
		font-size:75px;
		line-height:px;
	}
	.h2-style{
		font-size:75px;
		line-height:px;
	}
	.h2-12-style{
		font-size:75px;
		line-height:px;
	}
	.menu-icon-bloc-13-stroke{
		stroke:var(--swatch-var-5025)!important;
		fill:var(--swatch-var-5025)!important;
	}
	.bloc-bloc-11-margin-top{
		margin-top:50px;
	}
	.h2-margin-top{
		width:73.4%;
	}
	
}

@media (max-width: 575px){
	.img-style{
		width:270px;
		margin-bottom:40px;
		margin-top:30px;
	}
	.footer-link{
		text-align:center;
	}
	.link-datenschutz-margin-bottom{
		margin-bottom:40px;
	}
	.p-bloc-0-style{
		font-size:20px;
		margin-bottom:40px;
		width:100%;
	}
	.btn-padding{
		margin-bottom:50px;
	}
	.form-margin-bottom{
		margin-bottom:0px;
	}
	.p-margin-bottom{
		margin-bottom:35px;
	}
	.h2-impressum-style{
		font-size:42px;
	}
	.h2-datenschutz-style{
		font-size:40px;
		line-height:px;
	}
	.h2-kontakt-style{
		font-size:40px;
	}
	.bloc-divider-b-fill{
		width:120%;
		height:50px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5025)!important;
		fill:var(--swatch-var-5025)!important;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-4445);
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-5025);
	}
	.h2-service-style{
		font-size:40px;
		line-height:px;
	}
	.h2-style{
		font-size:40px;
		line-height:px;
	}
	.h2-12-style{
		font-size:40px;
		line-height:px;
	}
	.h2-margin-top{
		width:85.4%;
		font-size:40px;
	}
	.bloc-bloc-11-margin-top{
		margin-bottom:59px;
	}
	.p-style{
		font-size:20px;
		line-height:30px;
	}
	.p-bloc-3-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-bloc-5-style{
		font-size:20px;
		line-height:30px;
	}
	.p-bloc-5-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-7-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-8-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-9-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-10-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-11-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-12-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-bloc-7-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-bloc-6-margin-bottom{
		font-size:20px;
		line-height:30px;
	}
	.p-21-style{
		font-size:20px;
		line-height:30px;
	}
	.p-email-style{
		font-size:20px;
		line-height:30px;
	}
	.label-ihr-name-style{
		font-size:20px;
		line-height:30px;
	}
	.label-style{
		font-size:20px;
		line-height:30px;
	}
	.label-ihre-nachricht-style{
		font-size:20px;
		line-height:30px;
	}
	.p-bloc-17-style{
		font-size:20px;
	}
	.impressum-footer{
		font-size:20px;
	}
	.h2-17-style{
		font-size:40px;
	}
	.h2-email-style{
		font-size:40px;
		width:86.36%;
	}
	.h2-forstarbeiten-margin-bottom{
		font-size:40px;
	}
	.h2-bloc-7-margin-bottom{
		font-size:40px;
	}
	.h2-gartenarbeiten-margin-bottom{
		font-size:40px;
	}
	.h2-baggerarbeiten-margin-bottom{
		font-size:40px;
		line-height:px;
		letter-spacing:-1px;
	}
	.h2-margin-bottom{
		font-size:40px;
	}
	.h2-12-impressum-style{
		font-size:40px;
	}
	.h3-style{
		font-size:40px;
	}
	
}

