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

/* = 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:100px 50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-dots::before{
	background: url("img/texture-dots.gif");
	background-size: 8px 8px;
	opacity: 0.2;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

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

/* = 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-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);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


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

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

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

/* iFrame */

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


/* 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;
}
/* = 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,.6);
	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: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Open Sans";
	font-weight:400;
	font-size:12pt;
	line-height:15pt;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:230px;
}
.img-style{
	width:347px;
	height:347px;
}
h1{
	font-size:42px;
	font-family:"Open Sans";
	font-weight:400;
	line-height:50px;
	color:#FEFFFF!important;
}
h2{
	font-size:35px;
	font-family:"Open Sans";
	font-weight:400;
	line-height:43px;
}
h3{
	font-family:"Open Sans";
	font-weight:400;
	font-size:22px;
	line-height:30px;
}
p{
	font-family:"Open Sans";
	font-weight:400;
	font-size:15px;
	line-height:27px;
	color:#000000!important;
}
a{
	font-family:"Open Sans";
	font-weight:600;
	font-size:13px;
	line-height:22px;
}
.h2-margin-top{
	margin-top:91px;
}
.container-div-style{
	height:64px;
	margin-top:62px;
}
.h3-margin-left{
	margin-left:10px;
}
.h3-margin-top{
	margin-top:27px;
}
.p-2-margin-bottom{
	margin-bottom:70px;
	font-family:"Open Sans";
	font-weight:400;
}
.copy_neg{
	font-family:"Open Sans";
	font-weight:400;
	font-size:15px;
	color:#FEFFFF!important;
	line-height:25px;
	text-transform:none;
	text-align:left;
}
.p-margin-bottom{
	margin-bottom:70px;
}
.h3-style{
	width:100%;
	margin-top:26px;
	letter-spacing:1px;
}
.p-bloc-4-margin-bottom{
	margin-bottom:70px;
}
.copy-neg-links{
	font-family:"Open Sans";
	font-weight:400;
	font-size:15px;
	color:#FEFFFF!important;
	text-transform:none;
	text-decoration:none;
	line-height:23px;
	text-align:left;
	background-color:#FF9200;
	border-color:#FEFFFF!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-repeat:no-repeat;
	border-width:5px 5px 5px 5px;
}
.icon-margin-top{
	margin-top:30px;
}
.icon-bloc-2-margin-top{
	margin-top:30px;
}
.icon-0-margin-top{
	margin-top:30px;
}
.icon-0-bloc-2-margin-top{
	margin-top:30px;
}
.mt-lg-0{
	background-color:#2F1A24;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.img-bloc-2-style{
	height:148px;
	margin-bottom:-3px;
	width:263px;
}
.img-4-style{
	height:148px;
	width:263px;
}
.img-5-style{
	height:148px;
	width:263px;
}
.img-6-style{
	height:148px;
	width:263px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(69,99,117,0.7);
}
.h3-bloc-2-margin-bottom{
	margin-bottom:70px;
}
.h5-style{
	line-height:25pt;
	width:100%;
	font-family:"Open Sans";
	font-weight:400;
	color:#FEFFFF!important;
	font-size:17px;
	margin-top:-145px;
	margin-bottom:-45px;
}
.leistungen{
	background-color:rgba(84,164,171,0.2);
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.leistungen:hover{
	background-color:rgba(84,164,171,0.8);
	font-size:14px;
	font-family:"Open Sans";
	font-weight:400;
	line-height:22px;
	border-style:none;
}
.mt-1{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:#15161A;
	background-position:left center;
}
.p-margin-left{
	margin-left:11px;
}
.h3-bloc-2-margin-left{
	margin-left:10px;
}
.p-bloc-2-margin-left{
	margin-left:10px;
}
.p-3-margin-left{
	margin-left:10px;
}
.h3-4-margin-left{
	margin-left:10px;
}
.h3-5-margin-left{
	margin-left:10px;
}
.p-4-margin-left{
	margin-left:9px;
}
.mt-1:hover{
	background-color:transparent;
	box-shadow:0px 0px 0px rgba(0,0,0,0.7);
}
.h3-social-media-margin-left{
	margin-left:10px;
}
.p-5-margin-left{
	margin-left:10px;
}
.h3-illustration-margin-left{
	margin-left:10px;
}
.p-6-margin-left{
	margin-left:10px;
}
.h3-fotografie -margin-left{
	margin-left:0px;
	width:100%;
}
.h3-9-margin-left{
	margin-left:10px;
}
.p-8-margin-left{
	margin-left:10px;
}
.p-7-margin-left{
	margin-left:10px;
}
.mt-lg-0:hover{
	;
}
.h3-8-margin-left{
	margin-left:10px;
}
.bloc-margin-bottom{
	margin-bottom:0px;
	background-color:#222223;
	font-family:"Open Sans";
	font-weight:400;
	font-size:17px;
	color:#FEFFFF!important;
	text-align:center;
	text-transform:none;
	border-style:solid;
	border-color:#FEFFFF!important;
	border-left-width:1px;
	width:34.59%;
	box-shadow:0px 0px 0px #000000;
	line-height:15px;
	height:46px;
	padding:2px 2px 2px 2px;
}
.h3-bloc-4-margin-top{
	margin-top:19px;
}
.h3-bloc-3-margin-bottom{
	margin-bottom:91px;
}
.button{
	font-family:"Open Sans";
	font-weight:400;
	text-transform:uppercase;
	font-size:15px;
	background-color:#941100;
}
.button:hover{
	font-family:"Open Sans";
	font-weight:400;
	font-size:15px;
	text-transform:uppercase;
	color:#FEFFFF!important;
	border-color:#FEFFFF!important;
}
.h1-margin-bottom{
	margin-bottom:213px;
	font-family:"Open Sans";
	font-weight:400;
	color:#FEFFFF!important;
	font-size:42px;
	line-height:50px;
	margin-top:88px;
}
.h1-style{
	font-size:38px;
	width:39.71%;
}
.p-style{
	width:100%;
	margin-top:11px;
	line-height:25px;
}
.h2-style{
	font-size:25px;
	background-color:#FFFFFF;
}
.h3-bloc-5-margin-top{
	margin-top:28px;
	width:100%;
	font-size:22px;
	line-height:30px;
}
.h1-leistungen-margin-top{
	margin-top:8px;
	width:100%;
}
.bloc-margin-bottom:hover{
	background-color:#941100;
}
h5{
	font-family:"Open Sans";
	font-weight:400;
	font-size:17px;
	line-height:25px;
}
.h3-bloc-2-style{
	line-height:33pt;
}
.navbar-nav li a{
	font-family:"Open Sans";
	font-weight:400;
	font-size:14px;
	line-height:20px;
}
.p-1-style{
	letter-spacing:1px;
	margin-bottom:70px;
}
.h1-philosophie-margin-top{
	margin-top:0px;
}
.schubild{
	border-color:#621100!important;
	background-color:#24262E;
}
.p-bloc-4-style{
	width:100%;
	margin-bottom:105px;
}
.row-margin-bottom{
	margin-bottom:-49px;
	background-color:#941100;
}
.bloc-margin-top{
	margin-top:204px;
	margin-bottom:105px;
}
.p-5-margin-bottom{
	margin-bottom:138px;
}
.p-15-margin-bottom{
	margin-bottom:-17px;
}
.h2-philosophie-margin-bottom{
	margin-bottom:100px;
	margin-top:-2px;
}
.row-16-margin-bottom{
	margin-bottom:101px;
}
.row-style{
	width:100%;
	margin-right:412px;
	margin-top:48px;
}
.p-23-style{
	font-family:"Open Sans";
	font-weight:400;
}
.bildunterschrift{
	color:#FEFFFF!important;
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	text-align:left;
	line-height:25px;
}
.img-margin-top{
	margin-top:16px;
	height:214px;
	width:360px;
	font-family:"Open Sans Condensed";
	font-weight:300;
	font-size:10px;
	color:#FEFFFF!important;
	overflow:visible;
}
.link-style{
	text-decoration:line-through;
	width:100%;
}
.row-margin-top{
	margin-top:58px;
}
.row-bloc-8-margin-top{
	margin-top:0px;
	margin-bottom:0px;
}
.carousel-margin-top{
	margin-top:16px;
}
.h3-bloc-8-margin-top{
	margin-top:89px;
	margin-bottom:11px;
}
.list-margin-top{
	margin-top:9px;
	margin-bottom:3px;
}
.img-bloc-8-margin-top{
	margin-top:16px;
}
.img-tropfen--margin-top{
	margin-top:16px;
}
.container-div-margin-top{
	margin-top:87px;
	margin-left:0px;
}
.bloc-0-margin-top{
	margin-top:1px;
}
.img-margin-bottom{
	width:1140px;
	box-shadow:0px 0px 0px #000000;
	text-shadow:0px 0px 0px #000000;
	margin:-46px -335px 42px 1px;
}
.design{
	box-shadow:0px 0px 0px #000000;
	float:none;
	color:#151519!important;
	text-transform:none;
}
.img-margin-right{
	margin-right:14px;
	margin-bottom:13px;
	margin-left:-209px;
}
.img-3-margin-top{
	margin-top:-31px;
	margin-left:-30px;
}
.img-1-design-typo-margin-top{
	margin-top:50px;
	margin-bottom:0px;
	overflow:visible;
	float:none;
}
.h2-bloc-6-margin-bottom{
	margin-bottom:39px;
	margin-top:-24px;
}
.frame{
	background-color:#66203D;
}
.bloc-bloc-8-margin-top{
	margin-top:137px;
}
.bloc-0-bloc-8-margin-top{
	margin-top:137px;
}
.h3-25-margin-top{
	margin-top:1px;
}
.bloc-4423-margin-top{
	margin-top:137px;
}
.h3-26-margin-top{
	margin-top:60px;
}
.h3-anzeigen-margin-top{
	margin-top:83px;
	margin-bottom:18px;
}
.h3-27-margin-top{
	margin-top:60px;
}
.list-bloc-8-margin-top{
	margin-top:3px;
	margin-bottom:1px;
}
.link-margin-top{
	margin-top:-3px;
}
.list-0-margin-top{
	margin-top:5px;
	margin-bottom:1px;
}
.p-bloc-footer-style{
	font-size:14px;
	font-family:"Open Sans";
	font-weight:300;
	color:#FEFFFF!important;
	text-align:left;
	line-height:20px;
	margin-top:4px;
	margin-bottom:32px;
	width:88.21%;
}
.schubild:hover{
	background-color:#931100;
}
.fond_kasten{
	background-color:#424242;
}
.fond_kasten:hover{
	background-color:#47140E;
}
.kasten_01{
	background-color:#24262E;
}
.kasten_01:hover{
	background-color:#500F09;
}
.row-margin-bottom:hover{
	background-color:#941100;
}
.sehen{
	box-shadow:0px 2px 5px #000000;
	text-shadow:-1px 4px 5px #000000;
	opacity:1.0;
}
.btn-padding{
	padding-top:17px;
	padding-bottom:0px;
	width:250px;
	height:55px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:#500F0A;
}
.btn-bloc-1-home-style{
	width:250px;
	background-color:#561100;
	height:50px;
	padding-top:13px;
	margin-top:61px;
	margin-bottom:44px;
	font-family:"Open Sans";
	font-weight:400;
	font-size:18px;
	color:#FEFFFF!important;
}
.btn-bloc-1-home-style:hover{
	background-color:#941100;
	box-shadow:0px 0px 0px #000000;
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
	color:#FEFFFF!important;
}
.container-div-margin-bottom{
	margin-bottom:11px;
}
.p-10-margin-bottom{
	margin-top:10px;
}
.startup{
	background-color:transparent;
}
.startup:hover{
}
.h2-bloc-10-margin-bottom{
	margin-bottom:65px;
	margin-top:45px;
}
.h3-bloc-11-style{
	font-family:"Open Sans";
	font-weight:400;
	margin-top:30px;
}
.label-style{
	width:100%;
	font-family:"Open Sans";
	font-weight:400;
	font-size:10pt;
	height:20px;
	margin-bottom:10px;
	line-height:25px;
}
.p-45-margin-bottom{
	margin-bottom:59px;
	font-family:"Open Sans";
	font-weight:400;
	font-size:14px;
	line-height:22px;
	opacity:1.0;
	padding-left:0px;
	padding-top:0px;
	color:#FFFFFF!important;
}
.label-bloc-11-style{
	width:350px;
	font-family:"Open Sans";
	font-weight:400;
	font-size:19px;
	line-height:27px;
	text-align:left;
	margin-top:169px;
}
.paketpreis{
	font-family:"Open Sans";
	font-weight:600;
	color:#FFFFFF!important;
	font-size:22px;
}
.trennstrichpreis{
	background-color:#FEFFFE;
	border-color:rgba(0,0,0,0.00)!important;
}
.zzgl-mwst{
	font-family:"Lato";
	font-weight:400;
	font-size:15px;
	color:#FFFFFF!important;
}
.paketkasten{
	background-color:#424242;
}
.paketkasten:hover{
	background-color:#500F09;
}
.btn-margin-top{
	margin-top:150px;
}
.h3-bloc-11-margin-top{
	margin-top:64px;
}
.telefon{
	font-family:"Open Sans";
	font-weight:300;
	font-size:12px;
	color:#FEFFFF!important;
}
.h4-margin-bottom{
	margin-bottom:22px;
	font-family:"Open Sans";
	font-weight:400;
	font-size:20px;
	color:#FEFFFF!important;
}
.footer-link{
	font-family:"Open Sans";
	font-weight:500;
	font-size:15px;
	color:#FEFFFF!important;
}
.link-bloc-footer-margin-top{
	margin-top:-4px;
	width:92.78%;
}
.h4-becker-viskom-margin-bottom{
	margin-bottom:21px;
}
.link-0-margin-top{
	margin-top:-2px;
	width:57.03%;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:17px;
}
.p-bloc-11-style{
	width:63.6%;
	margin-bottom:23px;
}
.navigation-top{
	font-family:"Open Sans";
	font-weight:400;
	font-size:20px;
}
.checkbox{
	font-family:"Open Sans";
	font-weight:400;
	font-size:10px;
}
.label-email-style{
	font-size:10pt;
}
.label-nachricht-style{
	font-size:10pt;
}
.label-message-style{
	font-size:10pt;
}
label{
	font-family:"Open Sans";
	font-weight:400;
	font-size:12px;
	color:#FEFFFF!important;
}
.btn-submit-margin-top{
	margin-top:35px;
}
.datenschutz-text{
	font-family:"Open Sans";
	font-weight:400;
	font-size:13px;
	line-height:18px;
	color:#FEFFFF!important;
}
.impressum-text{
	font-family:"Open Sans";
	font-weight:400;
	font-size:14px;
	line-height:20px;
	color:#FEFFFF!important;
}
.btn_mehr-erfahren{
	background-color:#000000;
}
.btn-style{
	width:100%;
	background-color:transparent;
}
.btn-style:hover{
	background-color:#941100;
}
.img-45-margin-top{
	margin-top:16px;
}
.hakenpaket{
	font-family:"Open Sans";
	font-weight:600;
	line-height:18px;
	font-size:18px;
	text-align:left;
	letter-spacing:1px;
}
.divider-margin-bottom{
	margin-bottom:76px;
	text-align:left;
}
.p-margin-top{
	margin-top:32px;
}
.formular2-text{
	font-family:"Open Sans";
	font-weight:400;
	text-align:left;
	font-size:30px;
	line-height:30px;
}
.divider-bloc-11-margin-bottom{
	margin-bottom:71px;
	margin-top:41px;
}
.h3-impressum-margin-bottom{
	margin-bottom:102px;
}
.link-impressum-margin-top{
	margin-top:-8px;
}
.h4-margin-top{
	margin-bottom:19px;
}
.container-div-0-margin-bottom{
	margin-bottom:10px;
}
.label-margin-top{
	margin-top:-9px;
}
.label-margin-bottom{
	margin-bottom:2px;
	margin-top:-5px;
}
.h4-rechtliches-margin-bottom{
	margin-bottom:20px;
}
.h4-folgen-margin-bottom{
	margin-bottom:19px;
}
.p-bloc-12-margin-top{
	margin-top:50px;
}
.html-widget-style{
	height:668px;
	margin-top:18px;
	margin-bottom:-22px;
}
.email-textlink{
	font-family:"Open Sans";
	font-weight:400;
	font-size:15px;
	color:#FEFFFF!important;
}
.email-textlink:hover{
	font-size:16px;
	font-family:"Open Sans";
	font-weight:400;
}
.bloc-bloc-11-margin-top{
	margin-top:129px;
}
.unterzeile{
	font-family:"Open Sans";
	font-weight:400;
	font-size:12px;
	letter-spacing:1px;
}
.p-bloc-9-kontakt-margin-top{
	margin-top:8px;
}
.bloc-bloc-9-kontakt-margin-top{
	margin-top:54px;
}
.btn_mehr-erfahren:hover{
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-bulgarian-rose{
	background-color:#360604;
}
.bgc-dark-jungle-green{
	background-color:#24262E;
}
.bgc-maroon-htmlcss{
	background-color:#770802;
}
.bgc-teal-green{
	background-color:#005E63;
}
.bgc-firebrick{
	background-color:#B72829;
}
.bgc-dark-olive-green{
	background-color:#50683C;
}
.bgc-black{
	background-color:#000000;
}
.bgc-black-2{
	background-color:#000000;
}

/* Text colour styles */

.tc-white{
	color:#FEFFFF!important;
}
.tc-black{
	color:#000000!important;
}

/* Icon colour styles */

.icon-up-maroon{
	color:#751805!important;
	border-color:#751805!important;
}
.icon-teal-green{
	color:#005E63!important;
	border-color:#005E63!important;
}

/* Bloc image backgrounds */

.bg-001-03{
	background-image:url("img/001_03.jpg");
}
.bg-work{
	background-image:url("img/work.jpg");
}
.bg-tropfen-01{
	background-image:url("img/tropfen_01.jpg");
}
.bg-tropfen-effect-01{
	background-image:url("img/tropfen_effect_01.jpg");
}
.bg-cool-02{
	background-image:url("img/cool_02.jpg");
}
.bg-gabel-neu{
	background-image:url("img/gabel_neu.jpg");
}
.bg-effect-neu01{
	background-image:url("img/effect_neu01.jpg");
}
.bg-lake{
	background-image:url("img/lake.jpg");
}

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

.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}
.phonewrapper .phline {
	  display: block;
	  position: relative;
	  cursor: pointer}  .phonewrapper .fa {
	  display: inline;
	  position: relative;
	  font-size: 1em;
	  line-height: 100%;
	  vertical-align: text-top;
	  color: #616161;
	  text-shadow: 1px 1px 2px #989898}  .phonewrapper .phtext {
	  display: inline;
	  position: relative;
	  margin-left: .25em;
	  font-size: 1em;
	  line-height: 100%;
	  color: #616161}  .phonewrapper .left {
	  text-align: left}  .phonewrapper .center {
	  text-align: center}  .phonewrapper .right {
	  text-align: right} 

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

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	h1{
		font-family:"Open Sans";
		font-weight:400;
		font-size:30px;
		line-height:41px;
	}
	h2{
		font-family:"Open Sans";
		font-weight:400;
		font-size:28px;
		line-height:36px;
	}
	.h3-style{
		width:85.47%;
	}
	.h3-bloc-3-style{
		width:79.1%;
	}
	.h1-philosophie-margin-top{
		margin-top:13px;
	}
	.h3-bloc-4-margin-top{
		margin-top:21px;
	}
	.h3-bloc-5-margin-top{
		margin-top:16px;
		width:100%;
	}
	.p-5-margin-bottom{
		margin-bottom:51px;
	}
	.bloc-margin-top{
		margin-top:49px;
	}
	.p-10-margin-bottom{
		margin-bottom:70px;
	}
	.p-bloc-4-style{
		margin-bottom:21px;
	}
	.p-margin-bottom{
		width:100%;
	}
	.p-12-margin-bottom{
		margin-bottom:70px;
	}
	.p-style{
		margin-bottom:70px;
	}
	.p-14-margin-bottom{
		margin-bottom:70px;
	}
	.h5-style{
		margin-top:11px;
	}
	.img-style{
		width:298px;
		margin-right:161px;
		margin-left:-3px;
		height:300px;
	}
	.row-style{
		width:100%;
	}
	.navbar-nav li a{
		font-size:11px;
	}
	h3{
		font-family:"Open Sans";
		font-weight:400;
		font-size:20px;
	}
	.navbar-brand img{
		width:200px;
	}
	.row-margin-top{
		margin-top:41px;
	}
	.row-bloc-3-überuns-margin-top{
		margin-top:40px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-family:"Open Sans";
		font-weight:400;
		font-size:23px;
		line-height:33px;
	}
	h3{
		font-family:"Open Sans";
		font-weight:400;
		font-size:18px;
		line-height:28px;
	}
	.p-style{
		margin-bottom:70px;
	}
	.p-5-margin-bottom{
		margin-bottom:56px;
	}
	.p-6-margin-bottom{
		margin-bottom:56px;
	}
	.bloc-margin-top{
		margin-top:42px;
	}
	.p-2-style{
		width:100%;
	}
	.p-bloc-4-style{
		margin-bottom:70px;
	}
	.p-12-margin-bottom{
		margin-bottom:70px;
	}
	.p-15-margin-bottom{
		margin-bottom:69px;
	}
	.h5-style{
		margin-top:31px;
	}
	.p-margin-bottom{
		width:100%;
	}
	.h3-margin-top{
		width:100%;
	}
	.img-margin-top{
		width:526px;
		height:230px;
	}
	.h3-bloc-11-style{
		margin-top:36px;
	}
	.link-0-margin-top{
		width:60.48%;
	}
	.navbar-brand img{
		width:230px;
	}
	.navbar-nav li a{
		font-size:13px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.h3-style{
		width:100%;
	}
	.h1-über-uns-style{
		width:100%;
	}
	.h3-margin-top{
		width:75.93%;
	}
	.h3-4-style{
		font-size:16px;
	}
	.copy_neg{
		text-align:left;
	}
	.bloc-margin-bottom{
		width:98.52%;
	}
	.p-12-margin-bottom{
		width:100%;
	}
	.h3-bloc-3-style{
		width:96.3%;
	}
	.h3-bloc-3-margin-bottom{
		width:80.74%;
	}
	.h2-bloc-6-margin-bottom{
		width:80%;
		margin-top:-16px;
	}
	.img-style{
		width:240px;
		height:240px;
	}
	.img-margin-top{
		height:161px;
	}
	h3{
		font-family:"Open Sans";
		font-weight:400;
		font-size:17px;
	}
	.h3-bloc-5-margin-top{
		font-size:20px;
	}
	.h5-style{
		font-size:16px;
	}
	.img-margin-bottom{
		margin-top:-38px;
	}
	.btn-bloc-1-home-style{
		margin-top:40px;
		margin-bottom:32px;
	}
	.link-margin-bottom{
		margin-bottom:56px;
	}
	.h4-margin-top{
		margin-top:48px;
	}
	.telefon{
		text-align:center;
		font-size:14px;
		padding:0px 0px 0px 0px;
	}
	h1{
		font-size:20px;
	}
	.p-bloc-footer-margin-bottom{
		margin-bottom:20px;
	}
	.navbar-nav li a{
		font-size:13px;
	}
	.html-widget-style{
		width:100%;
	}
	.navbar-brand img{
		width:150px;
	}
	
}

