/*-----------------------------------------------------------------------------------
	SAB Steuerungs- und Anlagenbau
	About: A shiny new PHILMEDIA website.
	Author: PHILMEDIA
	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:'RobotoCondensed-Regular';
	src: url('./fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.ttf');
	src: url('./fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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

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


/* Sizes */

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


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

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

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

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

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


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

.carousel-indicators li::marker{
	font-size:0;
}
/* 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;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"RobotoCondensed-Regular";
	font-size:20px;
	color:var(--swatch-var-6811)!important;
}
.container{
	max-width:1140px;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.shore-bg-gradient{
	background:linear-gradient(0deg, #FFBA1E, #0AA2FF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.sab-gradient{
	background:linear-gradient(135deg, var(--swatch-var-195) 40%, var(--swatch-var-6715) 100%);
}
.navbar-brand img{
	width:120px;
}
.img-style{
	width:450px;
}
.bloc-fill{
	fill:var(--swatch-var-4868);
}
.navbar-nav li a{
	font-size:20px;
	color:var(--swatch-var-6811)!important;
}
.bloc-padding-left{
	padding-left:0px;
	padding-right:16px;
}
h1{
	font-size:42px;
	font-family:"RobotoCondensed-Bold";
	color:var(--swatch-var-6811)!important;
}
.p-margin-bottom{
	margin-bottom:26px;
	font-size:20px;
	width:93.87%;
}
.link-contact-us-style{
	text-decoration:none;
}
.link-ios-style{
	text-decoration:none;
	font-size:30px;
	font-family:"RobotoCondensed-Bold";
}
.link-twitter-style{
	text-decoration:none;
}
.link-facebook-style{
	text-decoration:none;
}
.link-terms-of-use-style{
	text-decoration:none;
}
.link-privacy-style{
	text-decoration:none;
}
.sab-button{
	font-family:"RobotoCondensed-Bold";
	background-size:auto auto;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-7634)!important;
	background-color:var(--swatch-var-7634);
	font-weight:normal;
}
.sab-button:hover{
	background-color:var(--swatch-var-1792);
	font-family:"RobotoCondensed-Bold";
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-7634)!important;
}
.img-bloc-2-style{
	width:600px;
	padding-right:41px;
}
.link-style{
	text-decoration:none;
	font-size:16px;
	width:100%;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-bloc-1-fill{
	fill:var(--swatch-var-1792);
}
.logo-filter{
	background-blend-mode:multiply;
	background-image:url("img/basf.jpg");
	background-image: -webkit-image-set(url("img/basf.webp") 1x,
url("img/basf.webp") 2x);background-image: image-set(url("img/basf.jpg") 1x,
url("img/basf.jpg") 2x,url("img/basf.webp") 1x,
url("img/basf.webp") 2x);
	background-image: -webkit-image-set(url("img/basf.webp") 1x,
url("img/basf.webp") 2x);background-image: image-set(url("img/basf.jpg") 1x,
url("img/basf.jpg") 2x,url("img/basf.webp") 1x,
url("img/basf.webp") 2x);
}
.img-merced-style{
	width:90px;
}
.img-porsc-style{
	width:90px;
}
.img-6-style{
	width:90px;
}
.img-sieme-style{
	width:90px;
}
.img-8-style{
	width:90px;
}
.img-7-style{
	width:90px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-bloc-2-fill{
	fill:var(--swatch-var-4868);
}
.bloc-divider-b-bloc-3-fill{
	fill:var(--swatch-var-1792);
}
.row-margin-top{
	margin-top:0px;
	margin-bottom:0px;
}
.row-margin-bottom{
	margin-bottom:0px;
}
.button{
	background-color:var(--swatch-var-4868);
}
.bloc-divider-t-bloc-4-fill{
	fill:var(--swatch-var-1792);
}
.img-bloc-4-style{
	width:100px;
}
.img-12-style{
	width:220px;
}
.img-11-style{
	width:220px;
}
.referenz-firmen{
	display:flex;
	overflow:scroll;
}
.row-bloc-4-margin-bottom{
	padding-bottom:0px;
	margin-bottom:0px;
}
.row-bloc-4-margin-top{
	margin-top:35px;
}
.row-padding-bottom{
	padding-bottom:0px;
	padding-top:0px;
}
.padding-kunden{
	margin-bottom:100px;
}
.h1-style{
	font-size:42px;
	margin-top:35px;
	margin-bottom:35px;
	font-family:"RobotoCondensed-Bold";
}
.h4-style{
	font-family:"RobotoCondensed-Bold";
	margin-bottom:5px;
	margin-top:23px;
	font-size:30px;
}
.h4-get-the-app-style{
	font-family:"MontserratThin-Bold";
}
.h4-follow-us-style{
	font-family:"MontserratThin-Bold";
}
.h4-company-style{
	font-family:"MontserratThin-Bold";
}
.button-sab{
	font-family:"RobotoCondensed-Bold";
}
.footer-link{
	font-size:16px;
}
.p-style{
	font-size:16px;
	margin-bottom:0px;
}
.p-bloc-4-style{
	font-size:16px;
	width:100%;
	line-height:26px;
}
.icon-padding-bottom{
	padding-bottom:0px;
	margin-bottom:0px;
	margin-right:-100px;
}
.icon-margin-right{
	margin-right:10px;
	padding-right:0px;
}
.p-5-style{
	width:100%;
	font-size:16px;
	line-height:26px;
}
.icon-size{
	font-size:142px;
}
.h1-anschrift-style{
	font-size:30px;
	margin-bottom:24px;
}
.h1-service-style{
	font-size:30px;
}
.h1-geöffnet-von-style{
	font-size:30px;
}
.img-margin-right{
	padding-right:0px;
	width:210px;
	padding-bottom:25px;
	margin-top:-10px;
}
.bloc-bloc-4-padding-top{
	padding-left:0px;
}
.button-sab:hover{
	color:var(--swatch-var-6715)!important;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-6715)!important;
}
h2{
	color:var(--swatch-var-6811)!important;
}
h3{
	color:var(--swatch-var-6811)!important;
	font-size:32px;
	line-height:40px;
	font-family:"RobotoCondensed-Bold";
}
h4{
	color:var(--swatch-var-6811)!important;
}
a{
	color:var(--swatch-var-6811)!important;
	font-size:16px;
}
.row-style{
	margin-top:55px;
	margin-bottom:25px;
}
.btn-margin-top{
	margin-top:15px;
}
.checkbox-margin-bottom{
	margin-bottom:8px;
	font-family:"RobotoCondensed-Regular";
	font-weight:400;
	width:100%;
	padding-right:0px;
}
.label-ihre-e-mail-style{
	font-family:"RobotoCondensed-Regular";
	font-weight:400;
	font-size:16px;
	line-height:34px;
	margin-bottom:0px;
}
.label-ihre-nachricht-style{
	font-family:"RobotoCondensed-Regular";
	font-weight:400;
	font-size:16px;
	line-height:34px;
	margin-bottom:0px;
}
.label-style{
	font-family:"RobotoCondensed-Regular";
	font-weight:400;
	font-size:16px;
	line-height:34px;
	margin-bottom:0px;
	margin-top:5px;
}
.h4-kontakt-style{
	font-family:Michroma;
	font-weight:700;
	font-size:32px;
	line-height:40px;
	letter-spacing:1px;
}
.h4-kreativzeiten-style{
	font-family:Michroma;
	font-weight:700;
	font-size:32px;
	line-height:40px;
	letter-spacing:1px;
}
.label-bloc-7-style{
	font-size:16px;
	line-height:px;
	font-family:"RobotoCondensed-Regular";
	font-weight:400;
}
.bloc-divider-t-bloc-7-fill{
	fill:#FFFFFF;
}
.bloc-divider-b-bloc-7-fill{
	fill:#191919;
}
.row-bloc-7-margin-top{
	margin-top:0px;
	margin-bottom:75px;
}
.mail-formular{
	border-radius:30px 30px 30px 30px;
	border-width:0px 0px 0px 0px;
	box-shadow:-0.70px 9.98px 20px rgba(0,0,0,0.25);
}
.container-div-margin-top{
	padding-top:0px;
}
.container-div-margin-bottom{
	margin-bottom:16px;
}
.btn-margin-bottom{
	margin-bottom:0px;
}
.form-style{
	width:100%;
	padding-bottom:4px;
}
.curves-and-shadow{
	border-radius:20px 20px 20px 20px;
	box-shadow:0.00px 10.00px 25px rgba(118,135,166,0.30);
}
.shadow-and-curves{
	border-radius:20px 20px 20px 20px;
	box-shadow:5.30px 8.48px 20px rgba(118,135,166,0.30);
	border-width:0px 0px 0px 0px;
}
.row-11-margin-top{
	margin-top:-65px;
}
.card-body-style{
	background-position:center center;
}
.container-div---margin-top{
	margin-top:25px;
}
.blur{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
}
.icon-margin-bottom{
	margin-bottom:20px;
}
.icon---margin-bottom{
	margin-bottom:20px;
}
.h1-margin-top{
	font-size:30px;
}
.h1-projektierung-style{
	font-size:30px;
	font-family:"RobotoCondensed-Bold";
}
.h1-4-style{
	font-size:30px;
}
.h1-montage-style{
	font-size:30px;
}
.h1-6-style{
	font-size:30px;
}
.icon-0-margin-bottom{
	margin-bottom:20px;
}
.icon-0---margin-bottom{
	margin-bottom:20px;
}
.icon-33622-margin-bottom{
	margin-bottom:20px;
}
.h5-margin-top{
	padding-left:16px;
	padding-right:16px;
	padding-bottom:0px;
	font-family:"RobotoCondensed-Bold";
	margin-top:24px;
}
.picture-horizontal-scrolling{
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.img-5-style{
	width:267px;
}
.card-body-margin-bottom{
	border-radius:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
}
.horizontal-cards{
	display:flex;
	overflow:scroll;
}
.horizontal-scroll-cards{
	display:flex;
	overflow:scroll;
}
.card-7-style{
	width:100%;
}
.bloc-padding-bottom{
	padding-bottom:0px;
	margin-bottom:50px;
	padding-right:30px;
}
.card-design{
	border-radius:20px 20px 20px 20px;
	min-width:330px;
	max-width:330px;
	box-shadow:0.00px 5.00px 10px rgba(118,135,166,0.30);
}
.h3-style{
	font-size:80px;
	width:100%;
	line-height:100px;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-attachment:scroll;
	padding-bottom:0px;
	margin-bottom:24px;
	margin-top:0px;
}
.p-bloc-2-style{
	font-size:30px;
	padding-top:0px;
	margin-top:-150px;
}
.p-3-style{
	font-size:30px;
	margin-bottom:0px;
	line-height:40px;
	font-family:"RobotoCondensed-Bold";
	width:100%;
}
.row-8-margin-top{
	margin-top:50px;
}
.p-padding-left{
	font-size:18px;
	line-height:28px;
}
.p-10-style{
	font-size:18px;
	line-height:28px;
}
.p-11-style{
	font-size:18px;
	line-height:28px;
}
.p-12-style{
	font-size:18px;
	line-height:28px;
}
.p-13-style{
	font-size:18px;
	line-height:28px;
}
.p-14-style{
	font-size:18px;
	line-height:28px;
}
.p-15-style{
	font-size:18px;
	line-height:28px;
}
.p-16-style{
	font-size:18px;
	line-height:28px;
}
.p-17-style{
	font-size:18px;
	line-height:28px;
}
.p-18-style{
	font-size:18px;
	line-height:28px;
}
.row-bloc-2-margin-top{
	margin-top:0px;
}
.bloc-margin-bottom{
	margin-bottom:75px;
}
.img-3-style{
	width:100px;
}
.img-4-style{
	width:100px;
	margin-left:-75px;
}
.bloc-margin-top{
	margin-top:25px;
}
.img-49091-style{
	width:220px;
	margin-left:-29px;
	margin-bottom:30px;
}
.row-6-margin-top{
	margin-top:35px;
}
.tagline{
	font-family:"RobotoCondensed-Bold";
}
.img-9-style{
	width:350px;
}
.img-padding-left{
	padding-left:179px;
	width:505px;
}
.h3- download-agb-style{
	font-size:28px;
	line-height:38px;
	margin-bottom:8px;
}
.bold{
	font-family:"RobotoCondensed-Bold";
}
.link{
	font-family:"RobotoCondensed-Regular";
	font-size:20px;
	line-height:30px;
	text-decoration:none;
}
.p-margin-top{
	margin-top:35px;
}
.bloc-0-margin-top{
	margin-top:35px;
}
.p-89-margin-bottom{
	margin-bottom:16px;
}
.p-60-margin-bottom{
	margin-bottom:16px;
}
.p-52-margin-bottom{
	margin-bottom:35px;
}
.h1-margin-bottom{
	margin-bottom:48px;
	padding-bottom:20px;
}
.divider-style{
	height:2px;
	background-color:var(--swatch-var-6811);
	margin-top:5px;
	width:100%;
}
.h3-margin-bottom{
	margin-bottom:25px;
}
.h3-bloc-13-margin-bottom{
	margin-bottom:24px;
}
.h1-bloc-10-margin-bottom{
	margin-bottom:24px;
	padding-bottom:100px;
	padding-top:100px;
	font-size:80px;
	line-height:100px;
	margin-top:0px;
}
.list-margin-bottom{
	margin-bottom:0px;
}
.h1-16-margin-bottom{
	margin-bottom:0px;
}
.divider-0-style{
	height:2px;
	background-color:var(--swatch-var-6715);
}
.bloc-bloc-20-margin-bottom{
	margin-bottom:45px;
}
.bloc-0-margin-bottom{
	margin-bottom:46px;
}
.bloc-0-bloc-20-margin-bottom{
	margin-bottom:45px;
}
.bloc-43826-margin-bottom{
	margin-bottom:45px;
}
.bloc-15198-margin-bottom{
	margin-bottom:45px;
}
.bloc-6119-margin-bottom{
	margin-bottom:45px;
}
.bloc-15095-margin-bottom{
	margin-bottom:45px;
}
.bloc-36282-margin-bottom{
	margin-bottom:45px;
}
.bloc-35880-margin-bottom{
	margin-bottom:45px;
}
.bloc-42110-margin-bottom{
	margin-bottom:45px;
}
.bloc-26417-margin-bottom{
	margin-bottom:45px;
}
.bloc-48512-margin-bottom{
	margin-bottom:45px;
}
.bloc-10906-margin-bottom{
	margin-bottom:45px;
}
.bloc-49760-margin-bottom{
	margin-bottom:45px;
}
.bloc-11464-margin-bottom{
	margin-bottom:45px;
}
.h1-1-april-1999-margin-bottom{
	margin-bottom:24px;
}
.p-datenschutz-margin-top{
	margin-top:45px;
}
.bloc-bloc-19-margin-bottom{
	margin-bottom:75px;
}
.bloc-0-bloc-19-margin-bottom{
	margin-bottom:75px;
}
.img-22-margin-bottom{
	margin-bottom:50px;
}
.img-23-margin-bottom{
	margin-bottom:50px;
}
.img-20-margin-bottom{
	margin-bottom:50px;
}
.bloc-bloc-24-margin-bottom{
	margin-bottom:45px;
	padding-left:30px;
	padding-right:30px;
}
.img-bloc-24-margin-bottom{
	margin-bottom:40px;
	width:375px;
	margin-top:0px;
}
.accoridon-sab{
	top:10px;
	border-radius:20px 20px 20px 20px;
}
.card-body-padding-top{
	padding-top:15px;
}
.h2-margin-bottom{
	margin-bottom:24px;
	font-size:30px;
	line-height:40px;
}
.p-bloc-2-margin-bottom{
	margin-bottom:5px;
}
.p-1-margin-bottom{
	margin-bottom:35px;
}
.carousel-curves{
	border-radius:20px 20px 20px 20px;
}
.link-container-margin-bottom{
	margin-bottom:0px;
}
.bloc-0-padding-right{
	padding-right:0px;
	padding-left:0px;
	margin-bottom:0px;
}
.p-157-style{
	width:100%;
	margin-top:0px;
}
.p-158-style{
	width:100%;
	margin-bottom:0px;
}
.list-padding-left{
	padding-left:19px;
}
.list-0-padding-left{
	padding-left:19px;
}
.p-160-margin-bottom{
	margin-bottom:0px;
}
.p-161-margin-bottom{
	margin-bottom:0px;
}
.p-162-margin-bottom{
	margin-bottom:0px;
}
.p-163-margin-bottom{
	margin-bottom:25px;
}
.list-20683-padding-left{
	padding-left:19px;
}
.p-171-margin-bottom{
	margin-bottom:0px;
}
.p-172-margin-bottom{
	margin-bottom:0px;
}
.p-173-margin-bottom{
	margin-bottom:0px;
}
.p-174-margin-bottom{
	margin-bottom:35px;
}
.h1-38-style{
	width:100%;
	margin-top:-1px;
}
.bloc-0-padding-left{
	padding-left:0px;
	padding-right:0px;
}
.p-sivacon-margin-bottom{
	margin-bottom:40px;
}
.p-179-margin-bottom{
	margin-bottom:35px;
}
.p-180-margin-bottom{
	margin-bottom:35px;
}
.list-0-sivacon-padding-left{
	padding-left:19px;
	margin-top:40px;
}
.p-158-margin-bottom{
	margin-bottom:0px;
}
.p-23831-margin-bottom{
	margin-bottom:1px;
}
.p-159-margin-bottom{
	margin-bottom:0px;
}
.p-13976-margin-bottom{
	margin-bottom:0px;
}
.p-2506-margin-bottom{
	margin-bottom:0px;
}
.p-164-margin-bottom{
	margin-bottom:0px;
}
.p-10209-margin-bottom{
	margin-bottom:0px;
}
.p-165-margin-bottom{
	margin-bottom:0px;
}
.p-niederspannung-margin-bottom{
	margin-bottom:0px;
}
.row-sivacon-margin-top{
	margin-top:40px;
	margin-bottom:40px;
}
.row-46-margin-top{
	margin-top:45px;
}
.img-88-sivacon-style{
	width:350px;
}
.icon-sivacon-margin-right{
	margin-right:10px;
}
.icon-0-margin-right{
	margin-right:10px;
}
.img-sivacon-style{
	width:120px;
}
.divider-background-color{
	background-color:var(--swatch-var-6811);
	height:2px;
	margin-top:45px;
	margin-bottom:0px;
}
.list-vamocon-padding-left{
	padding-left:19px;
}
.p-vamocon-margin-bottom{
	margin-bottom:35px;
}
.img-vamocon-style{
	width:300px;
	margin-top:45px;
	margin-bottom:20px;
}
.list-cad-padding-left{
	padding-left:19px;
}
.list-montage-padding-left{
	padding-left:19px;
}
.p-montage-margin-bottom{
	margin-bottom:0px;
}
.p-209-margin-bottom{
	margin-bottom:1px;
}
.p-210-margin-bottom{
	margin-bottom:1px;
}
.p-211-margin-bottom{
	margin-bottom:1px;
}
.p-212-margin-bottom{
	margin-bottom:35px;
}
.link-margin-top{
	margin-top:12px;
}
.h-over-card{
	background-size:length;
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
}
.list-niederspannung-padding-left{
	padding-left:19px;
}
.p-218-margin-bottom{
	margin-bottom:0px;
}
.p-220-margin-bottom{
	margin-bottom:0px;
}
.p-219-margin-bottom{
	margin-bottom:0px;
}
.p-221-margin-bottom{
	margin-bottom:35px;
}
.list-0-montage-padding-left{
	padding-left:19px;
}
.p-bloc-24-margin-bottom{
	margin-bottom:0px;
}
.p-158-bloc-24-margin-bottom{
	margin-bottom:0px;
}
.p-159-bloc-24-margin-bottom{
	margin-bottom:0px;
}
.p-161-bloc-24-margin-bottom{
	margin-bottom:0px;
}
.p-160-bloc-24-margin-bottom{
	margin-bottom:0px;
}
.p-163-bloc-24-margin-bottom{
	margin-bottom:1px;
}
.p-162-bloc-24-margin-bottom{
	margin-bottom:0px;
}
.p-bloc-24-padding-left{
	padding-left:0px;
	margin-bottom:1px;
}
.list-bloc-24-padding-left{
	padding-left:19px;
}
.p-165-bloc-24-margin-bottom{
	margin-bottom:0px;
}
.p-166-margin-bottom{
	margin-bottom:0px;
}
.p-167-margin-bottom{
	margin-bottom:0px;
}
.p-168-margin-bottom{
	margin-bottom:0px;
}
.p-169-margin-bottom{
	margin-bottom:0px;
}
.list-0-bloc-24-padding-left{
	padding-left:19px;
}
.p-170-margin-bottom{
	margin-bottom:35px;
}
.list-18643-padding-left{
	padding-left:19px;
}
.p-176-margin-bottom{
	margin-bottom:0px;
}
.p-177-margin-bottom{
	margin-bottom:0px;
}
.p-178-margin-bottom{
	margin-bottom:1px;
}
.list-34402-padding-left{
	padding-left:19px;
}
.p-181-margin-bottom{
	margin-bottom:35px;
}
.list-35438-padding-left{
	padding-left:19px;
}
.p-183-margin-bottom{
	margin-bottom:35px;
}
.list-14335-padding-left{
	padding-left:19px;
}
.p-185-margin-bottom{
	margin-bottom:35px;
}
.list-23061-padding-left{
	padding-left:18px;
}
.p-187-margin-bottom{
	margin-bottom:0px;
}
.p-188-margin-bottom{
	margin-bottom:1px;
}
.p-189-margin-bottom{
	margin-bottom:35px;
}
.list-18490-padding-left{
	padding-left:19px;
}
.p-191-margin-bottom{
	margin-bottom:35px;
}
.list-23317-padding-left{
	padding-left:19px;
}
.p-193-margin-bottom{
	margin-bottom:35px;
}
.list-37589-padding-left{
	padding-left:19px;
}
.p-195-margin-bottom{
	margin-bottom:0px;
}
.p-196-margin-bottom{
	margin-bottom:35px;
}
.list-35712-padding-left{
	padding-left:19px;
}
.p-198-margin-bottom{
	margin-bottom:0px;
}
.p-199-margin-bottom{
	margin-bottom:35px;
}
.list-30881-padding-left{
	padding-left:19px;
}
.p-201-margin-bottom{
	margin-bottom:35px;
}
.list-26631-padding-left{
	padding-left:20px;
}
.monitor-picture{
	border-radius:7px 7px 7px 7px;
}
.font-gradient{
	background:linear-gradient(90deg, var(--swatch-var-6715) 0%, var(--swatch-var-6811) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
	background-attachment:scroll;
}
.bloc-divider-t-datenschutz-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-datenschutz-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-bloc-11-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-bloc-10-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-t-bloc-12-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-bloc-17-fill{
	fill:#FFFFFF;
}
.bloc-divider-t-bloc-17-fill{
	fill:var(--swatch-var-1792);
}
.p-bloc-17-margin-bottom{
	margin-bottom:1px;
}
.bloc-divider-b-bloc-18-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-bloc-19-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-bloc-20-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-bloc-23-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-bloc-24-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-bloc-35-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-montage-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-bloc-36-fill{
	fill:var(--swatch-var-1792);
}
.bloc-bloc-36-margin-top{
	margin-top:0px;
}
.bloc-divider-t-montage-fill{
	fill:var(--swatch-var-195);
}
.p-bloc-36-margin-bottom{
	margin-bottom:-1px;
}
.bloc-divider-b-0-montage-fill{
	fill:var(--swatch-var-195);
}
.bloc-divider-b-service-fill{
	fill:var(--swatch-var-1792);
}
.p-service-margin-bottom{
	margin-bottom:0px;
}
.p-247-margin-bottom{
	margin-bottom:1px;
}
.bloc-divider-b-vamocon-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-sivacon-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-container-fill{
	fill:var(--swatch-var-1792);
}
.row-container-margin-bottom{
	margin-bottom:0px;
}
.bloc-divider-b-bloc-41-fill{
	fill:var(--swatch-var-1792);
}
.bloc-bloc-41-margin-bottom{
	margin-bottom:0px;
}
.bloc-divider-b-niederspannung-fill{
	fill:var(--swatch-var-1792);
}
.row-niederspannung-margin-bottom{
	margin-bottom:0px;
}
.bloc-divider-b-sv-bahntechnik-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-4088-fill{
	fill:var(--swatch-var-1792);
}
.bloc-5769-margin-bottom{
	margin-bottom:0px;
}
.bloc-divider-b-36859-fill{
	fill:var(--swatch-var-1792);
}
.bloc-divider-b-5277-fill{
	fill:var(--swatch-var-1792);
}
.list-25059-padding-left{
	padding-left:19px;
}
.text-span-style{
	font-style:italic;
}
.img-hager-lo-style{
	width:200px;
	margin-left:34px;
	margin-right:0px;
}
.bloc-bloc-19-margin-top{
	margin-top:15px;
	margin-bottom:75px;
}
.img-bloc-19-style{
	width:225px;
}
.img-21-style{
	width:225px;
	padding-top:0px;
}
.h3-bloc-17-margin-top{
	margin-top:50px;
	width:51.23%;
}
.mail-link{
	font-family:"RobotoCondensed-Regular";
	font-size:16px;
	line-height:26px;
	text-decoration:none;
}
.link-style:hover{
	color:var(--swatch-var-6715)!important;
}
.link:hover{
	color:var(--swatch-var-6715)!important;
}
.h1-bloc-3-33299-style{
	width:53.16%;
}
.h1-bloc-35-style{
	font-size:80px;
	line-height:100px;
	margin-bottom:24px;
	padding-top:1px;
	padding-bottom:0px;
}
.img-10-style{
	width:220px;
}
.img-13-style{
	width:220px;
}
.sab-button:active{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-7634)!important;
	background-color:var(--swatch-var-1792);
}
.img-bloc-36-style{
	width:300px;
	margin-left:0px;
}
.img-service-style{
	width:300px;
}
.row-service-margin-bottom{
	margin-bottom:75px;
}
.h1-montage-margin-top{
	margin-top:0px;
}
.bloc-20467-margin-bottom{
	margin-bottom:100px;
	margin-top:50px;
}
.bloc-35695-margin-bottom{
	margin-bottom:0px;
}
.p-bloc-19-margin-bottom{
	margin-bottom:0px;
}
.p-124-margin-bottom{
	margin-bottom:50px;
}
.h1-feature-title-style{
	margin-top:0px;
}
.h1-8-margin-top{
	margin-top:0px;
}
.h1-umwelttechnik-margin-top{
	margin-top:0px;
}
.kontakt-bold{
	font-family:"RobotoCondensed-Bold";
}
.bloc-bloc-10-padding-bottom{
	padding-bottom:75px;
}
.kontakt-style{
	border-width:2px 2px 2px 2px;
	border-radius:25px 25px 25px 25px;
	border-style:solid;
	border-color:var(--swatch-var-6811)!important;
}
.text-link{
	font-family:"RobotoCondensed-Regular";
	font-size:20px;
}
.img-bloc-24-style{
	width:225px;
}
.carousel-indicators [data-bs-target]{
	background-color:var(--swatch-var-6811);
}
.carousel-nav-icon{
	background-color:var(--swatch-var-6811);
}
.carousel-prev-icon{
	background-color:var(--swatch-var-6811);
	stroke:var(--swatch-var-6715);
}
.carousel-next-icon{
	stroke:var(--swatch-var-6715);
	background-color:var(--swatch-var-1792);
}
.carousel-margin-bottom{
	margin-bottom:50px;
}
.row---margin-top{
	margin-top:-85px;
}
.bloc-divider-b-bloc-8-fill{
	fill:var(--swatch-var-1792);
}
.p-257-style{
	font-size:16px;
	line-height:12px;
	text-indent:40px;
}
.p-bloc-11-margin-top{
	margin-top:0px;
}
.p-bloc-11-margin-bottom{
	margin-bottom:0px;
}
.link-datenschutz{
	font-size:20px;
}
.img-bloc-8-style{
	width:220px;
}
.p-bloc-8-margin-bottom{
	margin-bottom:7px;
}
.bloc-bloc-8-padding-top{
	margin-bottom:75px;
}
.p-4-margin-bottom{
	margin-bottom:5px;
}
.p-bloc-2-margin-top{
	margin-top:9px;
	margin-bottom:5px;
}
.p-6-margin-bottom{
	margin-bottom:5px;
}
.p-7-margin-bottom{
	margin-bottom:6px;
}
.p-8-margin-bottom{
	margin-bottom:5px;
}
.p-9-margin-bottom{
	margin-bottom:6px;
}
.p-10-margin-bottom{
	margin-bottom:5px;
}
.p-bloc-8-margin-top{
	margin-top:24px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1792:rgba(255,255,255,1.00);
	
	--swatch-var-1724:rgba(255,255,255,0.85);
	
	--swatch-var-4868:rgba(118,135,166,0.30);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-6811:rgba(23,78,134,1.00);
	
	--swatch-var-4992:rgba(204,204,204,1.00);
	
	--swatch-var-2893:rgba(51,51,51,1.00);
	
	--swatch-var-195:rgba(229,234,241,1.00);
	
	--swatch-var-1619:rgba(0,0,0,1.00);
	
	--swatch-var-6715:rgba(136,163,191,1.00);
	
	--swatch-var-3171:rgba(255,255,255,1.00);
	
	--swatch-var-861:rgba(251,217,142,1.00);
	
	--swatch-var-7634:rgba(255,255,255,0.75);
	
}


/* Background colour styles */

.bgc-1792{
	background-color:var(--swatch-var-1792);
}
.bgc-1724{
	background-color:var(--swatch-var-1724);
}
.bgc-195{
	background-color:var(--swatch-var-195);
}
.bgc-6811{
	background-color:var(--swatch-var-6811);
}

/* Text colour styles */

.tc-6811{
	color:var(--swatch-var-6811)!important;
}
.tc-4868{
	color:var(--swatch-var-4868)!important;
}
.tc-1792{
	color:var(--swatch-var-1792)!important;
}

/* Button colour styles */

.wire-btn-c-6811{
	color:var(--swatch-var-6811)!important;
	border-color:var(--swatch-var-6811)!important;
}

/* Link colour styles */

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

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-SAB-Schaltanlagenbau-Nufringen-HG-blau{
	background-image:url("img/SAB_Schaltanlagenbau_Nufringen_HG_blau.jpg");
	background-image: -webkit-image-set(url("img/SAB_Schaltanlagenbau_Nufringen_HG_blau.webp") 1x,
url("img/SAB_Schaltanlagenbau_Nufringen_HG_blau.webp") 2x);background-image: image-set(url("img/SAB_Schaltanlagenbau_Nufringen_HG_blau.jpg") 1x,
url("img/SAB_Schaltanlagenbau_Nufringen_HG_blau.jpg") 2x,url("img/SAB_Schaltanlagenbau_Nufringen_HG_blau.webp") 1x,
url("img/SAB_Schaltanlagenbau_Nufringen_HG_blau.webp") 2x);
}
.bg-SAB-HG-17{
	background-image:url("img/SAB_HG_17.jpg");
	background-image: -webkit-image-set(url("img/SAB_HG_17.webp") 1x,
url("img/SAB_HG_17.webp") 2x);background-image: image-set(url("img/SAB_HG_17.jpg") 1x,
url("img/SAB_HG_17.jpg") 2x,url("img/SAB_HG_17.webp") 1x,
url("img/SAB_HG_17.webp") 2x);
}
.bg-SAB-HG-9{
	background-image:url("img/SAB_HG_9.jpg");
	background-image: -webkit-image-set(url("img/SAB_HG_9.webp") 1x,
url("img/SAB_HG_9.webp") 2x);background-image: image-set(url("img/SAB_HG_9.jpg") 1x,
url("img/SAB_HG_9.jpg") 2x,url("img/SAB_HG_9.webp") 1x,
url("img/SAB_HG_9.webp") 2x);
}
.bg-SAB-HG-18{
	background-image:url("img/SAB_HG_18.jpg");
	background-image: -webkit-image-set(url("img/SAB_HG_18.webp") 1x,
url("img/SAB_HG_18.webp") 2x);background-image: image-set(url("img/SAB_HG_18.jpg") 1x,
url("img/SAB_HG_18.jpg") 2x,url("img/SAB_HG_18.webp") 1x,
url("img/SAB_HG_18.webp") 2x);
}
.bg-SAB-HG-8{
	background-image:url("img/SAB_HG_8.jpg");
	background-image: -webkit-image-set(url("img/SAB_HG_8.webp") 1x,
url("img/SAB_HG_8.webp") 2x);background-image: image-set(url("img/SAB_HG_8.jpg") 1x,
url("img/SAB_HG_8.jpg") 2x,url("img/SAB_HG_8.webp") 1x,
url("img/SAB_HG_8.webp") 2x);
}
.bg-SAB-HG-20{
	background-image:url("img/SAB_HG_20.jpg");
	background-image: -webkit-image-set(url("img/SAB_HG_20.webp") 1x,
url("img/SAB_HG_20.webp") 2x);background-image: image-set(url("img/SAB_HG_20.jpg") 1x,
url("img/SAB_HG_20.jpg") 2x,url("img/SAB_HG_20.webp") 1x,
url("img/SAB_HG_20.webp") 2x);
}

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

#particles-js{
	position: absolute;
	height:100%;
	width: 100%;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
}
.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}


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

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


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

@media (max-width: 991px){
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.bloc-padding-top{
		padding-top:0px;
	}
	.bloc-0-padding-top{
		padding-top:0px;
	}
	.form-style{
		padding-bottom:35px;
	}
	.bloc-bloc-4-padding-bottom{
		padding-bottom:45px;
	}
	.h1-style{
		width:100%;
	}
	.p-3-style{
		width:88.42%;
		font-size:30px;
	}
	.h3-style{
		font-size:52px;
		line-height:62px;
		width:100%;
	}
	.bloc-padding-left{
		padding-right:15px;
	}
	.p-margin-bottom{
		width:100%;
	}
	.h1-bloc-3-33299-style{
		width:72.84%;
	}
	.img-3-style{
		width:79px;
	}
	.bloc-padding-bottom{
		padding-right:15px;
	}
	.img-4-style{
		width:79px;
	}
	.p-style{
		width:100%;
	}
	.p-158-style{
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.bloc-20467-margin-bottom{
		margin-bottom:100px;
		padding-bottom:0px;
	}
	.bloc-35695-margin-bottom{
		padding-top:48px;
		margin-bottom:0px;
	}
	.bloc-bloc-36-margin-top{
		padding-left:65px;
	}
	.img-bloc-36-style{
		width:239px;
	}
	.h1-bloc-10-margin-bottom{
		font-size:60px;
		line-height:70px;
		padding-bottom:100px;
	}
	.h1-bloc-35-style{
		font-size:60px;
		line-height:70px;
	}
	.img-hager-lo-style{
		margin-left:0px;
	}
	.h1-17-margin-bottom{
		width:74.1%;
	}
	.bloc-bloc-10-padding-bottom{
		padding-bottom:100px;
	}
	.h3-bloc-17-margin-top{
		width:81.34%;
		padding-left:0px;
		margin-top:30px;
	}
	.bloc-bloc-17-padding-bottom{
		padding-bottom:0px;
		padding-left:45px;
		padding-top:15px;
	}
	.p-bloc-17-margin-bottom{
		padding-left:0px;
	}
	.bloc-0-margin-top{
		padding-top:75px;
	}
	
}

@media (max-width: 767px){
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.bloc-padding-top{
		padding-top:45px;
	}
	.bloc-bloc-4-padding-top{
		padding-top:0px;
	}
	.bloc-0-padding-top{
		padding-top:45px;
	}
	.p-style{
		margin-bottom:35px;
		width:100%;
	}
	.btn-margin-bottom{
		margin-bottom:20px;
	}
	.bloc-bloc-4-padding-bottom{
		padding-bottom:45px;
	}
	.bloc-0-padding-right{
		padding-right:0px;
		padding-bottom:0px;
		padding-top:0px;
	}
	.img-4-style{
		width:79px;
	}
	.row-8-margin-top{
		margin-top:0px;
	}
	.bloc-padding-bottom{
		margin-bottom:35px;
	}
	.h3-style{
		margin-bottom:25px;
	}
	.p-3-style{
		width:93.32%;
	}
	.bloc-bloc-2-padding-left{
		padding-left:0px;
	}
	.img-padding-left{
		padding-left:123px;
		padding-right:50px;
	}
	.bloc-20467-margin-bottom{
		margin-bottom:100px;
		margin-top:25px;
	}
	.bloc-35695-margin-bottom{
		padding-top:48px;
	}
	.p-158-style{
		padding-bottom:0px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6811)!important;
		fill:var(--swatch-var-6811)!important;
	}
	.bloc-bloc-36-margin-top{
		padding-left:0px;
	}
	.img-bloc-36-style{
		width:300px;
	}
	.h1-bloc-10-margin-bottom{
		font-size:55px;
		line-height:65px;
		padding-bottom:100px;
	}
	.link-ios-style{
		font-size:26px;
	}
	.bloc-0-margin-top{
		padding-top:75px;
	}
	.bloc-bloc-17-padding-bottom{
		padding-bottom:0px;
	}
	.h3-bloc-17-margin-top{
		width:94.12%;
	}
	.bloc-bloc-8-padding-top{
		padding-top:35px;
	}
	.h3- download-agb-style{
		margin-bottom:24px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.hero-header-text{
		font-size:50px;
	}
	.footer-link{
		text-align:center;
	}
	.bloc-padding-top{
		padding-top:30px;
		padding-left:12px;
	}
	.bloc-0-padding-top{
		padding-top:30px;
	}
	.icon-margin-right{
		margin-right:-100px;
	}
	.bloc-bloc-25-padding-bottom{
		padding-bottom:35px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6811)!important;
		fill:var(--swatch-var-6811)!important;
	}
	.h1-38-style{
		font-size:32px;
		line-height:42px;
		width:100%;
	}
	.bloc-bloc-4-padding-top{
		padding-left:12px;
	}
	.bloc-bloc-4-padding-bottom{
		padding-bottom:45px;
	}
	.bloc-0-padding-right{
		padding-right:0px;
		padding-top:0px;
	}
	.bloc-montage-padding-right{
		padding-right:0px;
		padding-left:0px;
	}
	.row-bloc-4-margin-top{
		margin-top:0px;
	}
	.h1-4-style{
		font-size:19px;
		line-height:29px;
	}
	.h1-6-style{
		font-size:19px;
		line-height:29px;
	}
	.h1-margin-top{
		font-size:19px;
		line-height:29px;
		width:100%;
	}
	.h1-montage-style{
		font-size:19px;
		line-height:29px;
	}
	.h1-bloc-2-style{
		font-size:30px;
		line-height:40px;
	}
	.h1-style{
		font-size:30px;
		line-height:40px;
		width:100%;
	}
	.img-4-style{
		padding-left:0px;
	}
	.h3-style{
		margin-bottom:24px;
		font-size:46px;
		line-height:56px;
		width:100%;
	}
	.row-6-margin-top{
		margin-top:0px;
	}
	.bloc-padding-left{
		padding-left:8px;
		padding-top:24px;
	}
	.p-margin-bottom{
		width:96.95%;
	}
	.h1-8-margin-top{
		font-size:30px;
		line-height:40px;
	}
	.h1-feature-title-style{
		font-size:30px;
		line-height:40px;
	}
	.h1-umwelttechnik-margin-top{
		font-size:30px;
		line-height:40px;
	}
	.img-padding-left{
		padding-left:45px;
		padding-right:45px;
	}
	.bloc-margin-bottom{
		margin-bottom:50px;
	}
	.img-bloc-2-style{
		padding-right:0px;
	}
	.h1-bloc-3-33299-style{
		font-size:30px;
		line-height:40px;
	}
	.p-style{
		width:100%;
	}
	.bloc-20467-margin-bottom{
		margin-top:50px;
	}
	.p-158-style{
		padding-bottom:0px;
	}
	.h3- download-agb-style{
		font-size:24px;
		width:100%;
	}
	.img-88-sivacon-style{
		width:172px;
	}
	.img-sivacon-style{
		width:74px;
	}
	.h1-bloc-10-margin-bottom{
		font-size:32px;
		line-height:42px;
		padding-bottom:100px;
		padding-top:100px;
	}
	.h1-bloc-35-style{
		font-size:40px;
		line-height:50px;
	}
	.link-ios-style{
		font-size:20px;
	}
	.h1-beschäftigte-style{
		font-size:30px;
		line-height:40px;
	}
	.h1-bloc-19-margin-top{
		font-size:30px;
		line-height:40px;
	}
	.h1-bloc-19-style{
		font-size:40px;
	}
	.h1-17-margin-bottom{
		width:91.11%;
		font-size:30px;
		line-height:40px;
	}
	.h3-bloc-17-margin-top{
		width:100%;
		font-size:28px;
		line-height:38px;
	}
	.bloc-bloc-17-padding-bottom{
		padding:35px 0px 35px 0px;
	}
	.list-23745-padding-left{
		padding-left:18px;
	}
	.list-1184-padding-left{
		padding-left:18px;
	}
	.list-margin-bottom{
		padding-left:18px;
	}
	.list-bloc-13-padding-left{
		padding-left:18px;
	}
	.list-0-bloc-13-padding-left{
		padding-left:18px;
	}
	.list-bloc-14-padding-left{
		padding-left:18px;
	}
	.list-0-bloc-14-padding-left{
		padding-left:18px;
	}
	.list-bloc-15-padding-left{
		padding-left:18px;
	}
	.list-0-bloc-15-padding-left{
		padding-left:18px;
	}
	.list-bloc-16-padding-left{
		padding-left:18px;
	}
	.list-0-bloc-16-padding-left{
		padding-left:18px;
	}
	.h3-bloc-14-style{
		font-size:24px;
		line-height:34px;
	}
	.h3-margin-bottom{
		font-size:24px;
		line-height:34px;
	}
	.h3-bloc-13-margin-bottom{
		font-size:24px;
		line-height:34px;
	}
	.h3-bloc-15-style{
		font-size:24px;
		line-height:34px;
	}
	.h3-bloc-16-style{
		font-size:24px;
		line-height:34px;
	}
	.p-bloc-17-margin-bottom{
		width:100%;
		font-size:18px;
	}
	.link{
		font-size:18px;
	}
	.bloc-bloc-8-padding-top{
		margin-bottom:155px;
	}
	.p-bloc-2-margin-bottom{
		line-height:25px;
		margin-bottom:13px;
	}
	.p-4-margin-bottom{
		line-height:25px;
		margin-bottom:12px;
	}
	.p-bloc-2-margin-top{
		line-height:25px;
		margin-bottom:12px;
	}
	.p-6-margin-bottom{
		line-height:25px;
		margin-bottom:12px;
	}
	.p-7-margin-bottom{
		line-height:25px;
		margin-bottom:12px;
	}
	.p-8-margin-bottom{
		line-height:25px;
		margin-bottom:12px;
	}
	.p-9-margin-bottom{
		line-height:25px;
		margin-bottom:12px;
	}
	.p-10-margin-bottom{
		line-height:25px;
		margin-bottom:12px;
	}
	
}

