/*-----------------------------------------------------------------------------------
	PLAN B
	About: A shiny new Blocs website.
	Author: Rolf Bock
	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;}


/* 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:'Lato-Regular';
	src: url('./fonts/Lato-Regular/Lato-Regular.ttf');
	src: url('./fonts/Lato-Regular/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'OpenSans-MediumItalic';
	src: url('./fonts/OpenSans-MediumItalic/open-sans-v34-latin-500italic.woff2');
	src: url('./fonts/OpenSans-MediumItalic/open-sans-v34-latin-500italic.woff2') format('woff2'),
	url('./fonts/OpenSans-MediumItalic/open-sans-v34-latin-500italic.woff') format('woff'),
	url('./fonts/OpenSans-MediumItalic/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSans-MediumItalic/open-sans-v34-latin-500italic.ttf') format('truetype'),
	url('./fonts/OpenSans-MediumItalic/open-sans-v34-latin-500italic.svg#OpenSans-MediumItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'OpenSans-Bold';
	src: url('./fonts/OpenSans-Bold/open-sans-v34-latin-700.woff2');
	src: url('./fonts/OpenSans-Bold/open-sans-v34-latin-700.woff2') format('woff2'),
	url('./fonts/OpenSans-Bold/open-sans-v34-latin-700.woff') format('woff'),
	url('./fonts/OpenSans-Bold/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSans-Bold/open-sans-v34-latin-700.ttf') format('truetype'),
	url('./fonts/OpenSans-Bold/open-sans-v34-latin-700.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'OpenSans-Medium';
	src: url('./fonts/OpenSans-Medium/open-sans-v34-latin-500.woff2');
	src: url('./fonts/OpenSans-Medium/open-sans-v34-latin-500.woff2') format('woff2'),
	url('./fonts/OpenSans-Medium/open-sans-v34-latin-500.woff') format('woff'),
	url('./fonts/OpenSans-Medium/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSans-Medium/open-sans-v34-latin-500.ttf') format('truetype'),
	url('./fonts/OpenSans-Medium/open-sans-v34-latin-500.svg#OpenSans-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'OpenSans-Regular';
	src: url('./fonts/OpenSans-Regular/open-sans-v34-latin-regular.woff2');
	src: url('./fonts/OpenSans-Regular/open-sans-v34-latin-regular.woff2') format('woff2'),
	url('./fonts/OpenSans-Regular/open-sans-v34-latin-regular.woff') format('woff'),
	url('./fonts/OpenSans-Regular/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSans-Regular/open-sans-v34-latin-regular.ttf') format('truetype'),
	url('./fonts/OpenSans-Regular/open-sans-v34-latin-regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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


/* Sizes */

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


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


/* 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;
}
/* 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;
}
.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-rd{
	border-radius: 40px;
}

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


/* = Text Widths
-------------------------------------------------------------- */
.text-w-70{
	max-width:70%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


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

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




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"OpenSans-Regular";
	font-weight:400;
	color:#797979!important;
}
.container{
	max-width:1128px;
}
.Hero-heading{
	font-family:"Lato-Regular";
	font-size:60px;
	font-weight:900;
	text-shadow:0px 3px 3px rgba(0,0,0,0.1);
	text-transform:uppercase;
}
.hero-sub-heading{
	font-family:"Lato-Regular";
	font-size:28px;
	font-weight:300;
	font-style:italic;
	text-transform:none;
}
.blocs-hero-btn-dwn{
	background-color:rgba(255,255,255,0.2);
}
.hero-heading{
	text-transform:uppercase;
	font-weight:bold;
	font-size:50px;
	letter-spacing:1px;
}
.button{
	font-family:"Lato-Regular";
	font-weight:700;
	text-transform:uppercase;
	font-size:12px;
	color:#000000;
	min-width:128px;
}
.text{
	font-size:18px;
	color:#282828;
	font-family:"Lato-Regular";
	font-weight:300;
}
.heading-2{
	font-size:35px;
	color:#000000;
	font-weight:300;
	font-family:"OpenSans-Medium";
}
a{
	font-family:"Lato-Regular";
	font-weight:400;
	font-size:14px;
}
.hero-bloc-text{
	font-size:55px;
}
.hero-bloc-text-sub{
	font-size:36px;
}
.logo{
	font-family:"Lato-Regular";
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
	color:#353535!important;
}
.logo:hover{
	font-size:20px;
	text-transform:uppercase;
	color:#17AAA8!important;
	font-family:"Lato";
	font-weight:400;
}
.footer-text{
	text-transform:uppercase;
}
.heading-3{
	font-family:"Lato-Regular";
	font-weight:400;
	text-transform:uppercase;
}
.link{
	font-size:18px;
	font-family:"Lato-Regular";
	font-weight:bold;
	color:#16AAA9!important;
}
.link:hover{
	color:#000000!important;
}
.padding{
	padding-bottom:30px;
}
.icon{
	padding-bottom:15px;
}
.navigation{
	text-transform:uppercase;
	font-family:"Lato-Regular";
	font-weight:400;
	padding-top:7px;
	padding-bottom:7px;
}
.heading-4{
	text-transform:uppercase;
	font-size:16px;
	color:#16AAA9;
}
.project-title{
	color:#000000;
	font-size:35px;
	text-transform:none;
	margin-top:10%;
}
.other-project-title{
	color:rgba(0,0,0,1.0);
	font-size:25px;
	text-transform:none;
}
.padding-up{
	padding-top:50px;
}
.bigger-text{
	font-size:21px;
	font-family:"Lato-Regular";
	font-weight:300;
	color:#282828;
}
.double-padding{
	padding-bottom:100px;
}
.small-icon{
	padding-right:5px;
	padding-bottom:28px;
}
.small-icon:hover{
	color:#000000!important;
}
.black-hover:hover{
	color:#000000!important;
}
.footer-icon{
	padding-left:14px;
	padding-right:14px;
	color:#676767!important;
}
.footer-icon:hover{
	color:#000000!important;
}
.padding-top-footer{
	padding-top:10px;
}
.hero-h3{
	font-size: 25px;
	line-height: 25px;
	font-family:"OpenSans-MediumItalic";
}
.p-style{
	font-family:"OpenSans-Regular";
	font-weight:400;
	width:70.04%;
	font-size:16px;
}
.img-style{
	height:50px;
}
.img-2-style{
	height:50px;
}
.h1-style{
	font-family:"OpenSans-Bold";
}
.p-welcome-style{
	font-family:"OpenSans-Regular";
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-anti-flash-white{
	background-color:#F2F2F2;
}
.bgc-black{
	background-color:#000000;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-gray-htmlcss-gray{
	color:#797979!important;
}
.tc-light-sea-green{
	color:#16AAA9!important;
}

/* Icon colour styles */

.icon-gray-htmlcss-gray{
	color:#797979!important;
	border-color:#797979!important;
}

/* Bloc image backgrounds */

.bg-Kopf{
	background-image:url("img/Kopf.jpg");
}
.bg-Mitte{
	background-image:url("img/Mitte.jpg");
}
.bg-Service-207{
	background-image:url("img/Service%207.jpeg");
}
.bg-888{
	background-image:url("img/888.jpg");
}
.bg-Kopf{
	background-image:url("img/Kopf.jpg");
}
.bg-891{
	background-image:url("img/891.jpg");
}



/* = 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){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#797979!important;
	}
	
}

@media (max-width: 767px){
	.mobile .mobile-padding{
		padding-left:10px;
		padding-right:10px;
	}
	.container{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#797979!important;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#797979!important;
	}
	
}

