body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


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

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Rubik-Light';
	src: url('/fonts/Rubik-Light/Rubik-Light.ttf');
	src: url('/fonts/Rubik-Light/Rubik-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Rubik-Medium';
	src: url('/fonts/Rubik-Medium/Rubik-Medium.ttf');
	src: url('/fonts/Rubik-Medium/Rubik-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Rubik-Regular';
	src: url('/fonts/Rubik-Regular/Rubik-Regular.ttf');
	src: url('/fonts/Rubik-Regular/Rubik-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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

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


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:50px 50px;
}
.bloc-md{
	padding:50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-l-edge{
	background: left no-repeat;
}


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


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */
.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = 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;
}

/* 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 .show .dropdown-menu{
	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: fixed;
	display: block;
	width: 25px;
	height:25px;
	padding-top: 450px;
	margin-left: 21px;
	top:16px;
	left: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: #0068B4;
	opacity:0.9;
}


/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
	margin:-1px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 600px;
	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);
	margin-left: 220px;
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}

/* 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);
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
	
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-lg li{
	padding-bottom:20px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}



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


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

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


.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-header--style{
	width:2000px;
}
.toogle{
	padding-left:20px;
}
.img-tanksyste-style{
	width:1070px;
}
.img-bloc-2-style{
	width:266px;
}
.h2-style{
	font-size:21px;
	font-family:"HindMadurai-Medium";
	text-transform:uppercase;
}
.h1-style{
	font-family:"Rubik-Light";
	font-size:65px;
	line-height:65px;
}
.col_image_slider{
	background-image:url("/img/Bild%20Zitat%20Vision.png");
	background-repeat:no-repeat;
	height:480px;
	width:1400px;
	background-position:left center;
}
.box_space{
	margin-top:150px;
	margin-bottom:150px;
}
.p-style{
	font-family:"Rubik-Light";
	font-size:20px;
	width:100%;
}
.col_image_slider2{
	background-image:url("/img/blur-bokeh-close-up-1250958.png");
	background-repeat:no-repeat;
	background-position:right center;
	width:auto;
	height:auto;
}
.h3-style{
	opacity:0.9;
	font-family:"Rubik-Regular";
	font-size:48px;
}
.p-bloc-7-style{
	font-family:"Rubik-Light";
}
.h2-17-style{
	font-family:"Rubik-Light";
	font-size:60px;
	line-height:71px;
	width:100%;
}
.navbar-brand img{
	width:120px;
}
.frame{
	background-image:url("/img/frame.svg");
	background-position:left top;
	background-repeat:no-repeat;
	height:380px;
	max-height:280px;
	min-height:380px;
	width:100%;
	background-size:1100px 350px;
}
.qoute{
	padding-bottom:150px;
	margin-left:350px;
	padding-top:80px;
}
.p-2-style{
	width:37.49%;
	font-family:"Rubik-Light";
	font-size:30px;
}
.qoute2{
	margin-left:90px;
	height:20px;
	padding-top:100px;
}
.h6-style{
	font-family:"Rubik-Bold";
	font-size:16px;
	color:#FEFFFE!important;
	margin-left: 220px;
}
.h3-4-style{
	font-size:21px;
	letter-spacing:2px;
	font-family:"Rubik-Regular";
}
.h4-style{
	font-size:18px;
	font-family:"Rubik-Light";
}
.vertical{
	text-transform:uppercase;
}
.h4-ihre-vorteile-style{
	font-size:22px;
}
.p-bloc-12-style{
	font-family:"Rubik-Light";
	font-size:20px;
	line-height:28px;
}
.p-bloc-3-style{
	font-family:"Rubik-Light";
	width:54.67%;
}
.verlauf{
	background:linear-gradient(143deg, #B1B2B3, #0068B3);
}
.h2-bloc-13-style{
	font-family:"Rubik-Light";
}
.border_box{
	border-style:solid;
	border-color:#0068B4!important;
	width:300px;
	height:300px;
}
.h3-bloc-18-style{
	font-family:"HindMadurai-Medium";
	font-size:21px;
}
.h3-17-style{
	font-size:21px;
	font-family:"HindMadurai-Medium";
}
.h3-bloc-49-style{
	font-size:18px;
}
.h3-35-style{
	font-size:18px;
}
.h3-36-style{
	font-size:18px;
}
.frame-line{
	background-image:url("/img/frameline.svg");
	background-repeat:no-repeat;
	margin-left:20px;
	max-height:135px;
	min-height:135px;
}
.frame-line-number{
	margin-left:-11px;
	color:#0068B3!important;
	font-family:"Rubik-Bold";
	font-size:36px;
}
.h3-1-style{
	font-size:14px;
	font-family:"Rubik-Medium";
	font-weight:700;
	width:100%;
}
.frame-line-row{
	padding-top:7px;
}
.h2-1-style{
	font-family:"Rubik-Medium";
	font-weight:900;
	opacity:0.6;
}
.border-line{
	height:135px;
	max-height:10px;
}
.linkstyler_about{
	color:#414241!important;
	border-style:solid;
	border-color:#1A78BB!important;
	font-family:"Rubik-Regular";
	border-width:0px 0px 0px 0px;
}
.linkstyler_about:hover{
	color:#1A78BB!important;
}
.linkstyler_about:active{
	border-left-width:0px;
	border-style:solid;
	border-color:#1A78BB!important;
	font-family:"Rubik-Medium";
	font-size:18px;
	color:#1A78BB!important;
}
.p-38-style{
	width:100%;
	padding-left:40px;
	padding-right:40px;
}
.factsstyle{
	padding-left:40px;
	padding-right:40px;
}
.h3-bloc-55-style{
	font-size:24px;
	font-family:"Rubik-Regular";
}
.text-span-color{
	color:#ffffff;
}
.lesen{
	color:#0068B4!important;
}
.h3-bloc-7-style{
	font-size:21px;
}
h1{
	font-family:"Rubik-Light";
	font-size:60px;
	color:#FEFFFE!important;
}
h2{
	font-family:"Rubik-Light";
	font-size:36px;
}
h3{
	font-family:"Rubik-Medium";
	font-size:18px;
}
p{
	font-family:"Rubik-Light";
	font-size:18px;
}
.navbar-nav li a{
	font-family:"Rubik-Light";
	font-size:18px;
}
.btn-color{
	color:#ffffff;
	font-family:"Rubik-Light";
	font-size:18px;
}
.h3-1-bloc-7-style{
	font-family:"Rubik-Regular";
	font-size:48px;
}
.h3-2-style{
	font-family:"Rubik-Regular";
	font-size:48px;
}
.p-bloc-9-style{
	line-height:22px;
}
.p-49-style{
	line-height:22px;
}
.p-51-style{
	line-height:22px;
}
.headliner{
	font-family:"Rubik-Medium";
	font-size:18px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.text-span-bloc-24-color{
	color:#ffffff;
}
.label-style{
	font-family:"Rubik-Light";
}
.label-beitrag-lesen-style{
	font-family:"Rubik-Light";
}
.label-3-style{
	font-family:"Rubik-Light";
}
.pbox{
	font-family:"Rubik-Light";
	font-size:18px;
	color:#FEFFFE!important;
}
.colboxsales{
	height:250px;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
}
.btn_down_sales{
	margin-top:50px;
}
.labelframe{
	padding-left:90px;
}
.label-bloc-6-style{
	font-family:"Rubik-Medium";
	font-size:18px;
}
.text-span-bloc-7-color{
	color:#ffffff;
}
.p-einkauf-style{
	width:82.25%;
}
.p-bloc-56-style{
	width:100%;
}
.p-38-bloc-56-style{
	width:100%;
}
.textlink{
	font-family:"Rubik-Light";
	color:#FEFFFE!important;
}
.p-footer-style{
	font-size:12px;
}
.row-style{
	width:100%;
}
.h6-mehr-erfahren-style{
	font-family:"Rubik-Medium";
	font-size:14px;
}
.image_quote_move{
	margin-left:-10px;
}
.p-30-style{
	width:66.37%;
}
.label-label-style{
	width:100%;
	font-family:"Rubik-Light";
	font-size:11px;
	line-height:21px;
}
.label_link{
	font-family:"Rubik-Light";
	font-size:11px;
	color:#0068B4!important;
}
.mob_txtbox{
	margin-left:8px;
	margin-top:-65px;
}
.p-bloc-50-style{
	font-size:11px;
}
.h6list{
	font-family:"Rubik-Light";
	font-size:18px;
}
.modal_h3{
	color:#434343!important;
	font-family:"Rubik-Light";
}
.modal_h2{
	font-family:"Rubik-Bold";
	color:#007DC0!important;
}
.modal_numb_col{
	max-width:35px;
	min-width:35px;
}
.h3-39-style{
	font-family:"Rubik-Light";
}
.h2-color{
	color:#ffffff;
}
.h2_karriere{
	font-family:"Rubik-Light";
	font-size:24px;
	color:#464646!important;
}
.karriere_link{
	font-family:"Rubik-Medium";
	color:#515050!important;
	font-size:21px;
}
.h6-84-style{
	font-family:"Rubik-Medium";
}
.karriere_down{
	margin-bottom:100px;
}
.form-label{
	font-family:"Rubik-Medium";
	font-size:18px;
	color:#0068B4!important;
}
.form-info{
	margin-top:30px;
	font-family:"Rubik-Medium";
}
.radio-label{
	font-family:"Rubik-Light";
	font-size:18px;
	letter-spacing:1px;
}
.field-style{
	height:115px;
}
.message_space{
	margin-top:20px;
}
.form-space{
	margin-top:50px;
}
.ds-down{
	font-family:"Rubik-Light";
	font-size:18px;
	margin-bottom:20px;
	margin-top:40px;
	letter-spacing:1px;
}
.form-style{
	border-color:#0068B3!important;
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.active{
	color:#414342!important;
	font-family:"Rubik-Regular";
	font-size:24px;
}
.active:active{
	color:#1A78BB!important;
	font-size:24px;
	font-family:"Montserrat-Regular";
}
.alink:visited{
	font-family:"Rubik-Regular";
	font-size:24px;
	color:#1A78BB!important;
}
.alink:visited:active{
	color:#1A78BB!important;
	font-size:24px;
	font-family:"Rubik-Regular";
}
.alink{
	color:#414241!important;
	font-family:"Rubik-Regular";
	font-size:24px;
}
.alink:active{
	color:#0068B4!important;
	font-size:24px;
}
.link-style{
	font-family:"Rubik-Light";
}
.btn_space{
	;
}
.img-style{
	width:458px;
}
.vorteile_col{
	;
}
.h2-mitarbeiter-style{
	font-family:"Rubik-Medium";
	font-size:18px;
	text-transform:uppercase;
}
.h2-bloc-54-style{
	font-family:"Rubik-Medium";
	font-size:18px;
	text-transform:uppercase;
}
.h2-78-style{
	font-family:"Rubik-Medium";
	font-size:18px;
	text-transform:uppercase;
}
.tab_txt{
	font-family:"Rubik-Light";
	font-size:24px;
}
.tab_txt_active{
	font-family:"Rubik-Regular";
	font-size:24px;
	color:#201F1B!important;
	border-radius:0px 0px 0px 0px;
}
.tab_txt_active:active{
	font-family:"Rubik-Regular";
	font-size:24px;
	color:#2077BB!important;
}
.tab_p{
	font-family:"Rubik-Light";
	font-size:18px;
	padding-top:20px;
}
.p-kpi-style{
	width:58.6%;
}
.p-24-style{
	width:100%;
}
.p-25-style{
	width:100%;
}
.p-26-style{
	width:66.84%;
}
.tab_listcolor{
	background-color:#2077BB;
}
.aktive{
	background-color:#2077BA;
}
.tab_listcolor:active{
	background-color:#2077B9;
}
.tab_txt_active:hover{
	font-family:"Rubik-Regular";
	font-size:24px;
	color:#2077BB!important;
}
.h4-kpi-style{
	width:100%;
}
.label-info-style{
	width:46.84%;
}
.img-bloc-20-style{
	width:280px;
}
.img-leistungen-style{
	width:280px;
}
.btn-style{
	width:12.28%;
}
.img-at-01-johndee-style{
	width:270px;
}
.img-at-02-cla-style{
	width:270px;
}
.img-at-03-rau-style{
	width:270px;
}
.img-bloc-45-style{
	width:270px;
}
.img-at-05-agr-style{
	width:165px;
}
.img-bloc-40-style{
	width:270px;
}
.img-63-style{
	width:270px;
}
.img-infz-03-terbe-style{
	width:270px;
}
.workflow_h3{
	padding-top:20px;
}
.line_workflow{
	margin-top:50px;
}
.p-workflow-style{
	width:100%;
}
.h3-workflow-style{
	width:100%;
}
.carousel-style{
	width:100%;
}
.img-zertifikate-style{
	width:345px;
}
.img-219-style{
	width:345px;
}
.img-produkte-style{
	width:280px;
	height:280px;
}
.card-body-style{
	width:100%;
}
.img-check-ic-style{
	width:41px;
}
.img-19-style{
	width:163px;
	height:156px;
}
.img-20-style{
	width:163px;
	height:156px;
}
.img-21-style{
	width:163px;
	height:156px;
}
.img-schmid-donzdo-style{
	width:145px;
}
.img-frameli-style{
	width:145px;
}
.img-104-style{
	width:145px;
}
.img-105-style{
	width:145px;
}
.img-106-style{
	width:145px;
}
.img-107-style{
	width:145px;
}
.img-213-style{
	width:254px;
}
.h3-einkauf-style{
	font-size:24px;
	font-family:"Rubik-Light";
}
.img-138-style{
	width:163px;
}
.img-139-style{
	width:163px;
	height:165px;
}
.img-140-style{
	width:163px;
	height:165px;
}
.img-einkauf-style{
	width:163px;
	height:156px;
}
.img-137-style{
	width:163px;
	height:165px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFE;
}
.bgc-dark-gray{
	background-color:#A6A6A6;
}
.bgc-french-blue{
	background-color:#0068B4;
}
.bgc-white-2{
	background-color:#FFFFFF;
}
.bgc-white-3{
	background-color:rgba(255,255,255,0.85);
}

/* Text colour styles */

.tc-white{
	color:#FFFFFE!important;
}
.tc-dark-jungle-green{
	color:#201F1C!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}
.tc-french-blue{
	color:#0068B4!important;
}
.tc-outer-space{
	color:#424342!important;
}
.tc-outer-space-2{
	color:#434343!important;
}

/* Button colour styles */

.btn-french-blue{
	background:#0068B4;
	color:#FFFFFF!important;
}
.btn-french-blue:hover{
	background:#005390!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}
.ltc-dark-jungle-green{
	color:#201F1C!important;
}
.ltc-dark-jungle-green:hover{
	color:#1a1916!important;
}
.ltc-white-2{
	color:#FFFFFE!important;
}
.ltc-white-2:hover{
	color:#cccccb!important;
}
.ltc-outer-space{
	color:#434343!important;
}
.ltc-outer-space:hover{
	color:#363636!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-french-blue{
	color:#0068B4!important;
	border-color:#0068B4!important;
}

/* Bloc image backgrounds */

.bg-karriere{
	background-image:url("/img/karriere.png");
}
.bg-news-header-bgr{
	background-image:url("/img/news_header_bgr.png");
}
.bg-fluid{
	background-image:url("/img/fluid.png");
}
.bg-hydrauliktanks{
	background-image:url("/img/hydrauliktanks.png");
}
.bg-hydrauliktanks-bgr{
	background-image:url("/img/hydrauliktanks_bgr.png");
}
.bg-tanksysteme-header{
	background-image:url("/img/tanksysteme_header.png");
}
.bg-tanksysteme-bgr{
	background-image:url("/img/tanksysteme_bgr.png");
}
.bg-ausgleichbehaelter-header-img{
	background-image:url("/img/header_img-1.png");
}
.bg-ausgleichbehaleter-bgr{
	background-image:url("/img/ausgleichbehaleter_bgr.png");
}
.bg-workflow-header{
	background-image:url("/img/workflow_header.png");
}
.bg-header-img{
	background-image:url("/img/header_img.png");
}
.bg-header-wir{
	background-image:url("/img/header_wir.png");
}
.bg-kraftstofftanks-header-img{
	background-image:url("/img/kraftstofftanks_header_img.png");
}
.bg-karriere-header-img{
	background-image:url("/img/karriere_header_img.png");
}
.bg-kontakt-header-img{
	background-image:url("/img/kontakt_header_img.png");
}
.bg-ausgleichbehaelter-header-img{
	background-image:url("/img/ausgleichbehaelter_header_img.png");
}
.bg-2020-07-01-Schmid-Web-Headercollage-RZ{
	background-image:url("/img/2020_07_01_Schmid_Web_Headercollage_RZ.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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;
	}
	.navbar-light .navbar-nav .nav-link {
		color: rgb(64, 64, 64);
		margin-left: 0px;
		margin-top: 2%;
}

@media (max-width: 991px){
	.frame{
		background-position:left top;
		background-repeat:no-repeat;
		background-size:450px 350px;
	}
	.h2-1-style{
		width:19.69%;
	}
	.frame-line{
		width:auto;
		min-width:160px;
		max-width:160px;
	}
	.label-label-style{
		width:100%;
	}
	.p-bloc-3-style{
		width:77.61%;
	}
	.h2-mitarbeiter-style{
		font-family:"Rubik-Regular";
	}
	.h2-bloc-54-style{
		font-family:"Rubik-Regular";
	}
	.h2-78-style{
		font-family:"Rubik-Regular";
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.h2-1-style{
		width:4.41%;
	}
	.row-style{
		width: 110px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 150px;
		margin-block-start: auto;
	}
	.h3-1-style{
		width:100%;
		margin-top:-55px;
		margin-left:20px;
		min-width:120px;
		max-width:120px;
	}
	.row-bloc-50-style{
		width:NaN%;
	}
	.mob_txtbox{
		;
	}
	.tab_txtbox{
		margin-top:-1px;
		margin-left:-5px;
	}
	.container-div-style{
		width:NaN%;
		min-width:120px;
		margin-left:20px;
	}
	.label-label-style{
		width:NaN%;
	}
	.link-style{
		width:100%;
	}
	.label_link{
	}
	.p-bloc-50-style{
		width:NaN%;
	}
	.call2{
		width:100%;
		max-height:80px;
		box-shadow:0px 0px 0px #000000;
		min-height:80px;
		border-style:solid;
		border-color:rgba(0,0,0,0.03)!important;
		border-width:1px 0px 0px 0px;
	}
	.p-bloc-3-style{
		width:80.04%;
	}
	.col_vorteile_space{
		padding-bottom:50px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
		.voffset-md-sm{
		margin-top:50px;
	}
	
}

@media (max-width: 575px){
	.mob_txtbox{
		margin-top:-60px;
		margin-left:20px;
	}
	.h3-1-style{
		width:100%;
		font-size:14px;
	}
	.mobile_txtbox{
		margin-top:1px;
		margin-left:-10px;
	}
	.p-einkauf-style{
		width:100%;
	}
	.p-style{
		font-family:"Rubik-Light";
		font-size:20px;
		width:100%;
		padding-top: 20px;
	}
	.p-bloc-3-style{
		width:100%;
	}
	.row-bloc-50-style{
		width:73%;
	}
	.row_workflow_mobile{
		margin-left:40px;
	}
	.frame-line-mobile{
		margin-bottom:20px;
	}
	.frame-line{
		margin-left:0px;
	}
	.txtlink_mobile{
		font-size:34px;
		font-family:"Rubik-Regular";
	}
	.h2-17-style{
		line-height:40px;
		font-size:45px;
	}
	.link-color{
		color:#ffffff;
	}
	.call2{
		max-height:65px;
		min-height:65px;
		height:65px;
		background-color:rgba(255,255,255,0.85);
	}
	.frame-line-mobile-special{
		background-image:url("/img/frameline.svg");
		background-repeat:no-repeat;
		background-position:center center;
		height:125px;
		min-width:125px;
		background-size:110px 110px;
	}
	.frame-line-number{
		margin-left:-12px;
	}
	.frame-line-number-mobile-special{
		margin-left:5px;
		margin-top:3px;
	}
	.frame-line-mob-special-txt{
		width:100%;
		min-width:120px;
		max-width:120px;
		margin-top:-60px;
		font-size:14px;
		font-family:"Rubik-Bold";
		margin-left:15px;
	}
	.h3-bloc-50-style{
		min-width:100px;
		max-width:100px;
	}
	.h3mob{
		font-family:"Rubik-Bold";
		font-size:12px;
	}
	.label-label-style{
	}
	.label_mob_style{
		margin-left:20px;
		font-family:"Rubik-Regular";
		font-size:10px;
		color:#0068B2!important;
		text-align:left;
	}
	.label_link_mob{
		font-family:"Rubik-Regular";
		font-size:11px;
		line-height:10px;
		color:#0168B2!important;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

