/*-----------------------------------------------------------------------------------
	Sari Betonkosmetik | Fassadenreinigung | Malerfachbetrieb
	About: A shiny new Blocs website.
	Author: Lukas Djallo
	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:'Aller';
	src: url('./fonts/Aller/allerregular.woff');
	src: url('./fonts/Aller/allerregular.woff') format('woff'),
	url('./fonts/Aller/allerregular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Aller/allerregular.ttf') format('truetype'),
	url('./fonts/Aller/allerregular.svg#Aller') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Aller-Bold';
	src: url('./fonts/Aller-Bold/allerbold.woff');
	src: url('./fonts/Aller-Bold/allerbold.woff') format('woff'),
	url('./fonts/Aller-Bold/allerbold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Aller-Bold/allerbold.ttf') format('truetype'),
	url('./fonts/Aller-Bold/allerbold.svg#Aller-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Aller-Light';
	src: url('./fonts/Aller-Light/allerlight.woff');
	src: url('./fonts/Aller-Light/allerlight.woff') format('woff'),
	url('./fonts/Aller-Light/allerlight.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Aller-Light/allerlight.ttf') format('truetype'),
	url('./fonts/Aller-Light/allerlight.svg#Aller-Light') format('svg');
	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-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


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


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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


/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



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

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

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.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;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Aller";
	font-weight:300;
}
.container{
	max-width:1440px;
}
.start-headline{
	color:var(--swatch-var-6972)!important;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:8px;
	font-size:1.7rem;
	line-height:120%;
}
.start-link{
	text-transform:none;
	text-decoration:none;
	color:var(--swatch-var-2250)!important;
	text-align:center;
	font-family:"Aller";
	font-size:0.8rem;
	letter-spacing:1px;
}
.start-logos{
	max-width:150px;
}
.btn{
	border-radius:100% 100% 100% 100%;
	text-align:center;
	font-family:"Aller-Bold";
	text-transform:uppercase;
	letter-spacing:5px;
	font-size:0.8rem;
	justify-content:center;
	align-items:center;
	align-content:center;
	justify-items:center;
	justify-self:center;
	align-self:center;
	border-width:0px 0px 0px 0px;
	width:140px;
	height:140px;
}
.bloc{
	padding:0rem 0px 0rem 0px;
}
.start-container{
	padding:0rem 0px 2.5rem 0px;
	margin:0px 0px 0px 0px;
	align-content:space-between;
	justify-content:center;
	align-items:stretch;
	justify-items:center;
	align-self:stretch;
	justify-self:center;
}
.beton-btn{
	background-color:var(--swatch-var-593);
	color:var(--swatch-var-6972)!important;
	position:relative;
	top:-4rem;
}
.beton-btn:hover{
	background-color:var(--swatch-var-6972);
	color:var(--swatch-var-152)!important;
}
.fassaden-btn{
	background-color:var(--swatch-var-7318);
	color:var(--swatch-var-329)!important;
	position:relative;
	top:-4rem;
}
.fassaden-btn:hover{
	background-color:var(--swatch-var-6972);
	color:var(--swatch-var-7318)!important;
}
.start-fassaden-container{
	background-image:url("img/fassaden.jpg");
	background-image: -webkit-image-set(url("img/fassaden.webp") 1x,
url("img/fassaden.webp") 2x);background-image: image-set(url("img/fassaden.jpg") 1x,
url("img/fassaden.jpg") 2x,url("img/fassaden.webp") 1x,
url("img/fassaden.webp") 2x);
	width:100%;
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
	justify-self:center;
	align-self:center;
	background-color:var(--swatch-var-7318);
	background-repeat:no-repeat;
	background-blend-mode:multiply;
	cursor:pointer;
}
.start-fassaden-container:hover{
	background-blend-mode:multiply;
	background-color:var(--swatch-var-303);
	filter:brightness(0.9);
	background-repeat:no-repeat;
}
.start-beton-container{
	background-image:url("img/beton.jpg");
	background-image: -webkit-image-set(url("img/beton.webp") 1x,
url("img/beton.webp") 2x);background-image: image-set(url("img/beton.jpg") 1x,
url("img/beton.jpg") 2x,url("img/beton.webp") 1x,
url("img/beton.webp") 2x);
	width:100%;
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
	justify-self:center;
	align-self:center;
	background-color:var(--swatch-var-593);
	background-repeat:no-repeat;
	background-blend-mode:multiply;
	cursor:pointer;
	color:var(--swatch-var-6972)!important;
}
.start-beton-container:hover{
	background-blend-mode:multiply;
	background-color:var(--swatch-var-303);
	color:var(--swatch-var-6972)!important;
	background-repeat:no-repeat;
}
.start-maler-container{
	background-image:url("img/maler.jpg");
	background-image: -webkit-image-set(url("img/maler.webp") 1x,
url("img/maler.webp") 2x);background-image: image-set(url("img/maler.jpg") 1x,
url("img/maler.jpg") 2x,url("img/maler.webp") 1x,
url("img/maler.webp") 2x);
	background-image: -webkit-image-set(url("img/maler.webp") 1x,
url("img/maler.webp") 2x);background-image: image-set(url("img/maler.jpg") 1x,
url("img/maler.jpg") 2x,url("img/maler.webp") 1x,
url("img/maler.webp") 2x);
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
	justify-self:center;
	align-self:center;
	background-color:var(--swatch-var-988);
	background-repeat:no-repeat;
	background-blend-mode:multiply;
	cursor:pointer;
	width:100%;
}
.start-maler-container:hover{
	background-blend-mode:multiply;
	background-color:var(--swatch-var-303);
	filter:brightness(0.9);
	background-repeat:no-repeat;
}
.maler-btn{
	background-color:var(--swatch-var-113);
	color:var(--swatch-var-2026)!important;
	position:relative;
	top:-4rem;
	z-index:9999999;
}
.maler-btn:hover{
	background-color:var(--swatch-var-6972);
	color:var(--swatch-var-6161)!important;
}
.halbehoehe{
	height:60vh;
}
.fuellen{
	min-height:100%;
}
.bloc-fill-screen{
	min-height:100vh;
}
.bloc-fill{
	fill:var(--swatch-var-303);
}
.logo-beton{
	height:50px;
}
.h1-style{
	font-size:3.5rem;
	font-family:"Aller-Bold";
	line-height:100%;
	text-transform:uppercase;
}
.h3-style{
	font-size:1.8rem;
	line-height:120%;
	font-family:"Aller-Bold";
}
h1{
	font-family:"Aller-Bold";
}
h2{
	font-family:"Aller-Bold";
}
h3{
	font-family:"Aller-Light";
}
h4{
	font-family:"Aller-Bold";
}
h5{
	font-family:"Aller";
}
h6{
	font-family:"Aller";
}
.p-style{
	font-size:1.2rem;
	line-height:120%;
	font-family:"Aller-Light";
}
.h2-style{
	font-size:2.5rem;
	line-height:100%;
	text-transform:uppercase;
}
.img-icons-1--style{
	height:100px;
}
.blocs-card-width{
	width:30%;
}
.h-scroll-button{
	background-color:var(--swatch-var-113);
}
.h-scroll-icon{
	stroke:var(--swatch-var-988);
}
.icon-container{
	justify-content:space-between;
}
.icon-wrap{
	background-color:var(--swatch-var-988);
	width:300px;
	height:300px;
	justify-content:center;
	align-items:center;
	align-content:center;
	justify-items:center;
	justify-self:center;
	align-self:center;
	border-radius:100% 100% 100% 100%;
}
.img-placehold-style{
	height:50px;
	width:100px;
}
.partnerlogos{
	row-gap:5rem;
	filter:grayscale(100%);
}
.grey{
	color:var(--swatch-var-152)!important;
}
.fett{
	font-family:"Aller-Bold";
}
.icon-wrap-fassaden{
	background-color:var(--swatch-var-988);
	width:250px;
	height:250px;
	justify-content:center;
	align-items:center;
	align-content:center;
	justify-items:center;
	justify-self:center;
	align-self:center;
	border-radius:100% 100% 100% 100%;
	background-image:url("img/sariimmo.jpg");
	background-image: -webkit-image-set(url("img/sariimmo.webp") 1x,
url("img/sariimmo.webp") 2x);background-image: image-set(url("img/sariimmo.jpg") 1x,
url("img/sariimmo.jpg") 2x,url("img/sariimmo.webp") 1x,
url("img/sariimmo.webp") 2x);
	background-size:cover;
	background-position:center center;
	background-blend-mode:multiply;
}
.teaser-logo{
	height:60px;
}
.icon-wrap-maler{
	background-color:var(--swatch-var-6861);
	width:250px;
	height:250px;
	justify-content:center;
	align-items:center;
	align-content:center;
	justify-items:center;
	justify-self:center;
	align-self:center;
	border-radius:100% 100% 100% 100%;
	background-image:url("img/maler.jpg");
	background-image: -webkit-image-set(url("img/maler.webp") 1x,
url("img/maler.webp") 2x);background-image: image-set(url("img/maler.jpg") 1x,
url("img/maler.jpg") 2x,url("img/maler.webp") 1x,
url("img/maler.webp") 2x);
	background-image: -webkit-image-set(url("img/maler.webp") 1x,
url("img/maler.webp") 2x);background-image: image-set(url("img/maler.jpg") 1x,
url("img/maler.jpg") 2x,url("img/maler.webp") 1x,
url("img/maler.webp") 2x);
	background-size:cover;
	background-position:center center;
	background-blend-mode:multiply;
}
.icon-wrap-fassaden:hover{
	background-color:var(--swatch-var-1403);
	background-blend-mode:multiply;
	background-image:url("img/sariimmo-hover.jpg");
	background-image: -webkit-image-set(url("img/sariimmo-hover.webp") 1x,
url("img/sariimmo-hover.webp") 2x);background-image: image-set(url("img/sariimmo-hover.jpg") 1x,
url("img/sariimmo-hover.jpg") 2x,url("img/sariimmo-hover.webp") 1x,
url("img/sariimmo-hover.webp") 2x);
}
.icon-wrap-maler:hover{
	background-blend-mode:multiply;
	background-color:var(--swatch-var-1403);
}
.logo-footer{
	height:auto;
	width:250px;
}
.p-22-style{
	font-family:"Aller-Bold";
}
.sektion5-bg{
	background-image:url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97602.jpeg");
	background-image: -webkit-image-set(url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97602.webp") 1x,
url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97602.webp") 2x);background-image: image-set(url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97602.jpeg") 1x,
url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97602.jpeg") 2x,url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97602.webp") 1x,
url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97602.webp") 2x);
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
}
.xxl{
	padding-top:200px;
	padding-bottom:200px;
}
.nav-link{
	display:inline-block;
	text-transform:uppercase;
	color:var(--swatch-var-6972)!important;
	letter-spacing:1px;
	margin-right:1rem;
}
.nav-telefon{
	letter-spacing:1px;
	text-transform:none;
	text-decoration:none;
	font-family:"Aller-Bold";
}
.icon-wrap-beton{
	background-color:var(--swatch-var-593);
	width:250px;
	height:250px;
	justify-content:center;
	align-items:center;
	align-content:center;
	justify-items:center;
	justify-self:center;
	align-self:center;
	border-radius:100% 100% 100% 100%;
	background-image:url("img/motel24.jpg");
	background-image: -webkit-image-set(url("img/motel24.webp") 1x,
url("img/motel24.webp") 2x);background-image: image-set(url("img/motel24.jpg") 1x,
url("img/motel24.jpg") 2x,url("img/motel24.webp") 1x,
url("img/motel24.webp") 2x);
	background-size:cover;
	background-position:center center;
	background-blend-mode:multiply;
}
.icon-wrap-beton:hover{
	background-color:var(--swatch-var-1403);
	background-blend-mode:multiply;
	background-image:url("img/motel24-hover.jpg");
	background-image: -webkit-image-set(url("img/motel24-hover.webp") 1x,
url("img/motel24-hover.webp") 2x);background-image: image-set(url("img/motel24-hover.jpg") 1x,
url("img/motel24-hover.jpg") 2x,url("img/motel24-hover.webp") 1x,
url("img/motel24-hover.webp") 2x);
}
.light{
	font-family:"Aller-Light";
}
.p-bloc-4-style{
	font-size:1rem;
	color:var(--swatch-var-6972)!important;
	text-decoration:none;
}
.link-klein{
	text-decoration:none;
	color:var(--swatch-var-6972)!important;
}
.p-bloc-10-style{
	font-size:1rem;
}
.link-klein-grey{
	text-decoration:none;
	color:var(--swatch-var-152)!important;
}
.p-global-footer-style{
	font-size:0.8rem;
	line-height:120%;
}
.test{
	position:absolute;
	bottom:0px;
	right:0px;
}
.p-8-style{
	font-size:1.2rem;
	line-height:140%;
	width:79.35%;
	margin-left:auto;
	margin-right:auto;
}
.blocs-horizontal-scroll-control{
	margin-left:0px;
	margin-right:0px;
	bottom:-6.5rem;
}
.blocs-scroll-control-next{
	left:70px;
}
.btn-maler{
	color:var(--swatch-var-6835)!important;
	background-color:var(--swatch-var-113);
}
.footer-link{
	text-decoration:none;
	color:var(--swatch-var-152)!important;
	font-family:"Aller-Bold";
}
.btn-gross{
	width:180px;
	height:180px;
}
.sektion6{
	background-image:url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97604.jpeg");
	background-image: -webkit-image-set(url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97604.webp") 1x,
url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97604.webp") 2x);background-image: image-set(url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97604.jpeg") 1x,
url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97604.jpeg") 2x,url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97604.webp") 1x,
url("img/freepik__a-stunning-showcase-of-modern-highquality-concrete__97604.webp") 2x);
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
}
.sektion7{
	background-image:url("img/freepik__a-white-iveco-van-parked-in-front-of-an-active-con__95403.jpeg");
	background-image: -webkit-image-set(url("img/freepik__a-white-iveco-van-parked-in-front-of-an-active-con__95403.webp") 1x,
url("img/freepik__a-white-iveco-van-parked-in-front-of-an-active-con__95403.webp") 2x);background-image: image-set(url("img/freepik__a-white-iveco-van-parked-in-front-of-an-active-con__95403.jpeg") 1x,
url("img/freepik__a-white-iveco-van-parked-in-front-of-an-active-con__95403.jpeg") 2x,url("img/freepik__a-white-iveco-van-parked-in-front-of-an-active-con__95403.webp") 1x,
url("img/freepik__a-white-iveco-van-parked-in-front-of-an-active-con__95403.webp") 2x);
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
}
.sektion8{
	background-image:url("img/freepik__a-stunning-newly-completed-house-with-a-brilliant-__95405.jpeg");
	background-image: -webkit-image-set(url("img/freepik__a-stunning-newly-completed-house-with-a-brilliant-__95405.webp") 1x,
url("img/freepik__a-stunning-newly-completed-house-with-a-brilliant-__95405.webp") 2x);background-image: image-set(url("img/freepik__a-stunning-newly-completed-house-with-a-brilliant-__95405.jpeg") 1x,
url("img/freepik__a-stunning-newly-completed-house-with-a-brilliant-__95405.jpeg") 2x,url("img/freepik__a-stunning-newly-completed-house-with-a-brilliant-__95405.webp") 1x,
url("img/freepik__a-stunning-newly-completed-house-with-a-brilliant-__95405.webp") 2x);
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
}
.sektion9{
	background-image:url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__86908.jpeg");
	background-image: -webkit-image-set(url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__86908.webp") 1x,
url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__86908.webp") 2x);background-image: image-set(url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__86908.jpeg") 1x,
url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__86908.jpeg") 2x,url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__86908.webp") 1x,
url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__86908.webp") 2x);
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
}
.sektion10{
	background-image:url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__85710.jpeg");
	background-image: -webkit-image-set(url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__85710.webp") 1x,
url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__85710.webp") 2x);background-image: image-set(url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__85710.jpeg") 1x,
url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__85710.jpeg") 2x,url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__85710.webp") 1x,
url("img/sari-fassaden-__candid-photography-with-natural-textures-and-highl__85710.webp") 2x);
	background-size:cover;
	background-position:center center;
	align-items:center;
	justify-content:center;
	align-content:center;
	justify-items:center;
}
.img-capar-style{
	width:160px;
}
.partnerlogos:hover{
	filter:grayscale(0%);
}
.img-alligat-style{
	width:100px;
}
.img-brill-style{
	width:120px;
}
.cc-message{
	font-size:0.8rem;
	font-family:"Aller";
	line-height:120%;
	color:var(--swatch-var-6972)!important;
	text-align:center;
}
.cc-link{
	font-size:0.8rem;
	font-family:"Aller-Bold";
	line-height:120%;
	color:var(--swatch-var-6972)!important;
	text-decoration:none;
	text-align:left;
}
.cc-compliance{
	text-align:left;
	color:var(--swatch-var-6972)!important;
}
.img-style{
	width:250px;
}
.btn-putz{
	color:var(--swatch-var-113)!important;
	background-color:var(--swatch-var-6835);
}
.pattern{
	background-image:url("img/haus-bg-2.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:scroll;
	background-blend-mode:normal;
}
.pattern-recht{
	background-image:url("img/haus-bg-2.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:scroll;
	background-blend-mode:normal;
}
.btn-maler:hover{
	background-color:var(--swatch-var-6972);
}
.btn-putz:hover{
	background-color:var(--swatch-var-4966);
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2026:rgba(3,25,48,1.00);
	
	--swatch-var-6835:rgba(3,64,138,1.00);
	
	--swatch-var-6972:rgba(255,255,255,1.00);
	
	--swatch-var-303:rgba(3,25,48,0.50);
	
	--swatch-var-7318:rgba(71,154,62,1.00);
	
	--swatch-var-6161:rgba(148,0,37,1.00);
	
	--swatch-var-329:rgba(255,255,255,0.80);
	
	--swatch-var-152:rgba(0,57,141,1.00);
	
	--swatch-var-6012:rgba(53,114,46,1.00);
	
	--swatch-var-1403:rgba(109,109,109,0.70);
	
	--swatch-var-593:rgba(150,54,139,1.00);
	
	--swatch-var-3951:#F4F4F4;
	
	--swatch-var-7326:#EFEFEF;
	
	--swatch-var-2250:rgba(232,232,232,1.00);
	
	--swatch-var-6861:rgba(148,0,37,1.00);
	
	--swatch-var-113:rgba(255,229,0,1.00);
	
	--swatch-var-988:rgba(0,77,158,1.00);
	
	--swatch-var-1125:rgba(44,64,86,1.00);
	
	--swatch-var-4966:rgba(0,50,123,1.00);
	
}


/* Background colour styles */

.bgc-6835{
	background-color:var(--swatch-var-6835);
}
.bgc-3951{
	background-color:var(--swatch-var-3951);
}
.bgc-7326{
	background-color:var(--swatch-var-7326);
}
.bgc-2250{
	background-color:var(--swatch-var-2250);
}

/* Text colour styles */

.tc-6972{
	color:var(--swatch-var-6972)!important;
}
.tc-4966{
	color:var(--swatch-var-4966)!important;
}
.tc-152{
	color:var(--swatch-var-152)!important;
}

/* Link colour styles */

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

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-freepik-a-white-construction-workers-jacket-seen-from-behi-95404{
	background-image:url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.jpeg");
	background-image: -webkit-image-set(url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.webp") 1x,
url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.webp") 2x);background-image: image-set(url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.jpeg") 1x,
url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.jpeg") 2x,url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.webp") 1x,
url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.webp") 2x);
}
.bg-freepik-a-white-construction-workers-jacket-seen-from-behi-95404{
	background-image:url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.jpeg");
	background-image: -webkit-image-set(url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.webp") 1x,
url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.webp") 2x);background-image: image-set(url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.jpeg") 1x,
url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.jpeg") 2x,url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.webp") 1x,
url("img/freepik__a-white-construction-workers-jacket-seen-from-behi__95404.webp") 2x);
}

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

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}
.cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}.cocoen *{
	box-sizing:inherit}.cocoen ::after,.cocoen ::before{
	box-sizing:inherit}.cocoen img,.cocoen picture>img{
	max-width:none}.cocoen>img,.cocoen>picture>img{
	display:block;
	width:100%}.cocoen>div:first-child,picture .cocoen > div{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:50%}.cocoen-drag{
	background:#fff;
	bottom:0;
	cursor:ew-resize;
	left:50%;
	margin-left:-1px;
	position:absolute;
	top:0;
	width:2px}.cocoen-drag::before{
	content: "";
	height: 10%;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	border-radius: 3px;
	background: white;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}

/* = Additional CSS
-------------------------------------------------------------- */
.fuellen {height: -webkit-fill-available;}
.blocs-scroll-control-next {right: initial;}
.blocs-horizontal-scroll-control {top: initial;}
.blocs-round-btn:active {background: rgba(255,255,255,0.4)}


/* = 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-fill-screen{
		min-height:33vh;
	}
	.halbehoehe{
		height:33vh;
	}
	.start-beton-container{
	}
	.start-container{
		padding:0rem 0rem 0rem 0rem;
		margin:0rem 0rem 0rem 0rem;
	}
	.beton-btn{
		position:static;
		top:0rem;
	}
	.fassaden-btn{
		position:static;
		top:0rem;
	}
	.maler-btn{
		top:0rem;
		position:static;
	}
	.blocs-card-width{
		width:80%;
	}
	.nav-link{
		font-size:0.8rem;
		line-height:100%;
	}
	.nav-telefon{
		font-size:0.9rem;
		line-height:100%;
	}
	.h1-style{
		font-size:3rem;
		line-height:110%;
	}
	.h3-style{
		font-size:2rem;
		line-height:110%;
	}
	.p-bloc-4-style{
		font-size:1rem;
		line-height:140%;
	}
	.xxl{
		padding-top:150px;
		padding-bottom:150px;
	}
	.sektion5-bg{
		min-height:500px;
	}
	.p-style{
		font-size:1.3rem;
		line-height:120%;
	}
	.h2-style{
		font-size:2.5rem;
		line-height:120%;
	}
	.icon-container{
		padding-left:8.3333%;
		padding-right:8.3333%;
	}
	.p-8-style{
		font-size:1rem;
		line-height:140%;
		width:76.81%;
		margin-left:auto;
		margin-right:auto;
	}
	.icon-wrap{
		width:300px;
		height:300px;
	}
	.p-bloc-10-style{
		font-size:1rem;
		line-height:140%;
	}
	.icon-wrap-maler{
		width:200px;
		height:200px;
	}
	.icon-wrap-fassaden{
		height:200px;
		width:200px;
	}
	.icon-wrap-beton{
		width:200px;
		height:200px;
	}
	.sektion6{
		min-height:500px;
	}
	.sektion7{
		min-height:500px;
	}
	.sektion8{
		min-height:500px;
	}
	.sektion9{
		min-height:500px;
	}
	.sektion10{
		min-height:500px;
	}
	
}

@media (max-width: 767px){
	.blocs-card-width{
		width:80%;
	}
	.nav-telefon{
	}
	.label-style-telefon{
	}
	.h1-style{
		font-size:3rem;
		line-height:120%;
	}
	.h3-style{
		font-size:2rem;
		line-height:110%;
	}
	.p-bloc-4-style{
		font-size:1rem;
		line-height:140%;
	}
	.h2-style{
		font-size:2rem;
		line-height:120%;
	}
	.p-style{
		font-size:1.2rem;
		line-height:120%;
	}
	.sektion5-bg{
		min-height:300px;
	}
	.icon-wrap{
		width:230px;
		height:230px;
	}
	.p-8-style{
		font-size:0.8rem;
		line-height:140%;
		width:73.3%;
		margin-left:auto;
		margin-right:auto;
	}
	.p-bloc-10-style{
		font-size:1rem;
		line-height:140%;
	}
	.icon-wrap-maler{
		width:150px;
		height:150px;
	}
	.icon-wrap-fassaden{
		width:150px;
		height:150px;
	}
	.icon-wrap-beton{
		height:150px;
		width:150px;
	}
	.teaser-logo{
		height:40px;
	}
	.sektion6{
		min-height:300px;
	}
	.sektion7{
		min-height:300px;
	}
	.sektion8{
		min-height:300px;
	}
	.sektion9{
		min-height:300px;
	}
	.sektion10{
		min-height:300px;
	}
	
}

@media (max-width: 575px){
	.btn{
		min-width:100px;
		min-height:100px;
		font-size:0.6rem;
		letter-spacing:2px;
	}
	.img-style{
		width:100px;
	}
	.start-logos{
		max-width:100px;
	}
	.blocs-card-width{
		width:80%;
	}
	.nav-link{
		font-size:0.8rem;
		display:block;
	}
	.nav-telefon{
	}
	.telefon-mobile{
		position:absolute;
		right:0px;
		bottom:0px;
	}
	.label-style-telefon{
		display:none;
	}
	.h1-style{
		font-size:2rem;
		line-height:120%;
	}
	.h3-style{
		font-size:1.5rem;
		line-height:120%;
	}
	.p-bloc-4-style{
		font-size:0.8rem;
		line-height:140%;
	}
	.h2-style{
		font-size:2rem;
		line-height:120%;
	}
	.p-style{
		font-size:1rem;
		line-height:120%;
	}
	.xxl{
		padding-top:100px;
		padding-bottom:100px;
	}
	.icon-container{
		align-items:center;
		align-content:center;
		justify-content:center;
	}
	.icon-wrap{
		width:230px;
		height:230px;
	}
	.p-8-style{
		font-size:0.8rem;
		line-height:140%;
		width:69.9%;
		margin-left:auto;
		margin-right:auto;
	}
	.p-bloc-10-style{
		font-size:0.8rem;
		line-height:140%;
	}
	.icon-wrap-maler{
		width:200px;
		height:200px;
	}
	.icon-wrap-fassaden{
		height:200px;
		width:200px;
	}
	.icon-wrap-beton{
		width:200px;
		height:200px;
	}
	.teaser-logo{
		height:50px;
	}
	
}

