/*-----------------------------------------------------------------------------------
	onlinevisuals-10
	About: A shiny new Blocs website.
	Author: ludo vici
	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;}}

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

/* = 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;
	flex-wrap: wrap;
}
.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-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;
}


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


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


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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


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



/* Additional Aspect Ratios */

.embed-responsive-4by4::before{
	padding-top:100%}.embed-responsive-9by16::before{
	padding-top:106.25%}

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

.blocsapp-device-imac{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 4% 8.5% 23.7%;
	background-image:url("img/Apple-iMac.png");
}
.blocsapp-device-imac.imac-pro{
	background-image:url("img/Apple-iMac-Pro.png");
}
.blocsapp-device-imac img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-imac .embed-responsive::before{
	padding-top: 56.25%;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:400;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:100px;
}
.img-style{
	margin-top:33px;
	width:810px;
	border-radius:34px 34px 34px 34px;
}
.head-front{
	color:#4E244D!important;
	text-align:center;
	font-family:"Lato";
	font-weight:700;
	font-size:22px;
}
.text{
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	color:#464144!important;
}
.video1{
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
}
.card-style{
	width:73.33%;
}
.text-2{
	font-family:"Lato";
	font-weight:600;
	font-size:24px;
	text-align:center;
}
.img-umsetzu-style{
	width:251px;
}
.pic-quadrat{
	width:360px;
	height:360px;
}
.h1-style{
	width:100%;
	font-family:Lato;
	font-weight:700;
}
.img-logo-w-style{
	width:90px;
	margin-left:480px;
}
.btn-margin-top{
	margin-left:-316px;
	margin-top:15px;
}
.logo-wtf{
	width:17%;
}
.h2-style{
	font-family:Lato;
	font-weight:700;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	color:#FFFFFF!important;
	text-shadow:0px 4px 5px #000000;
}
.slide{
	width:715px;
}
.carousel-margin-left{
	margin-left:221px;
}
.h5-style{
	font-family:Lato;
	font-weight:900;
}
.coffee{
	width:724px;
}
.video-beispiel{
	margin-left:300px;
	width:1000px;
}
.open-hero{
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px #156378;
	opacity:0.9;
	width:817px;
}
.top{
	font-size:25px;
	text-transform:uppercase;
	background-color:transparent;
	color:#99CCCC!important;
}
.top2{
	padding-right:187px;
	font-size:20px;
	background-color:transparent;
}
.navi{
	color:#59164B!important;
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	background-color:#FFFFFF;
	opacity:1.0;
	box-shadow:0px 0px 0px #000000;
	letter-spacing:8px;
	text-indent:10px;
}
.video-top{
	min-width:200px;
	box-shadow:0px 2px 4px #000000;
}
.img-kontakt-style{
	height:300px;
}
.text3{
	text-align:left;
	font-size:23px;
}
.img-laptop-coffe-style{
	padding-top:16px;
	margin-top:0px;
}
.menu-row{
	width:1000px;
}
.video-start{
	width:640px;
}
.start{
	background-color:#0D2F83;
	padding-top:0px;
	margin-top:41px;
	font-size:20px;
	text-transform:uppercase;
}
.produktion{
	margin-top:0px;
	padding-top:15px;
}
.link-style{
	text-decoration:underline;
}
.p-style{
	font-size:18px;
	background-size:auto auto;
	border-style:none;
	text-align:left;
	letter-spacing:px;
	text-indent:px;
	background-color:rgba(22,100,121,0.6);
	padding:18px 18px 18px 18px;
}
.link-style-see{
	text-decoration:underline!important;
}
.link-style-see:hover{
	color:#157B78!important;
}
.menu-fonts{
	color:#FF9966!important;
}
.p-bloc-3-style{
	width:93.33%;
	font-size:16px;
}
.background{
	background-color:rgba(255,255,255,0.71);
	color:#000011!important;
	text-align:center;
	padding:6px 6px 6px 6px;
}
.p-bloc-8-style{
	font-size:16px;
}
.container-div-style{
	width:100%;
}
.h4-style{
	font-size:18px;
}
.p-bloc-5-style{
	font-size:18px;
}
.zeitlos{
	width:550px;
}
.sparten{
	color:#FFA56E!important;
	text-align:center;
}
.link-style:hover{
	color:#20386B!important;
}
.menu-fonts:hover{
	color:#19386E!important;
}
.link-bloc-20-style{
	font-weight:bold;
}
.font{
	font-family:"Open Sans Condensed";
	font-weight:600;
	letter-spacing:3px;
	text-shadow:0px 0px 0px #000000;
	color:#3B4D61!important;
	font-size:20px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FEFFFF;
}
.bgc-pearl{
	background-color:rgba(233,218,197,0.1);
}
.bgc-light-blue{
	background-color:rgba(168,213,214,0.50);
}
.bgc-light-salmon{
	background-color:#FFAA78;
}

/* Text colour styles */

.tc-pale-robin-egg-blue{
	color:#99CCCC!important;
}
.tc-sinopia{
	color:#D74400!important;
}
.tc-st-patricks-blue{
	color:#20386B!important;
}
.tc-white{
	color:#FEFFFF!important;
}
.tc-light-salmon{
	color:#FFAA78!important;
}
.tc-outer-space{
	color:#454243!important;
}
.tc-black{
	color:#000000!important;
}

/* Button colour styles */

.btn-light-blue{
	background:rgba(168,213,214,0.50);
	color:rgba(0,0,0,.5)!important;
}
.btn-light-blue:hover{
	background:#86aaab!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-light-salmon{
	color:#FFAA78!important;
}
.ltc-light-salmon:hover{
	color:#cc8860!important;
}
.ltc-white{
	color:#FEFFFF!important;
}
.ltc-white:hover{
	color:#cbcccc!important;
}
.ltc-st-patricks-blue{
	color:#20386B!important;
}
.ltc-st-patricks-blue:hover{
	color:#1a2d56!important;
}
.ltc-pale-robin-egg-blue{
	color:#99CCCC!important;
}
.ltc-pale-robin-egg-blue:hover{
	color:#7aa3a3!important;
}

/* Icon colour styles */

.icon-light-blue{
	color:rgba(168,213,214,0.50)!important;
	border-color:rgba(168,213,214,0.50)!important;
}

/* Bloc image backgrounds */

.bg-weissensee-back{
	background-image:url("img/weissensee-back.jpg");
}
.bg-camera-sunset{
	background-image:url("img/camera-sunset.jpg");
}
.bg-equipment-2{
	background-image:url("img/equipment-2.jpg");
}
.bg-studio-3{
	background-image:url("img/studio-3.jpg");
}

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

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

/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.pic-quadrat{
		width:200px;
		height:200px;
	}
	.img-logo-w-style{
		margin-right:-2px;
		margin-left:266px;
	}
	.btn-margin-top{
		margin-left:-141px;
	}
	.carousel-margin-left{
		margin-left:-3px;
	}
	.header-mobile:hover{
		width:0%;
	}
	.header-mobile{
		width:100%;
	}
	.kontakt-pad{
		width:360px;
	}
	.video-top{
	}
	.produktion{
		width:530px;
	}
	.topic{
		text-align:center;
	}
	.font{
	}
	
}

@media (max-width: 767px){
	.container-div-margin-top{
		margin-top:24px;
	}
	.plakat{
		width:44%;
		margin:12px 12px 12px 12px;
		padding:0px 0px 0px 0px;
	}
	.img-logo-w-style{
		margin-left:149px;
		margin-right:2px;
	}
	.btn-margin-top{
		margin-top:-111px;
		margin-right:-251px;
		margin-left:-53px;
	}
	.foto1{
		width:65%;
		margin:20px 20px 20px 20px;
		padding:0px 0px 0px 0px;
	}
	.carousel-margin-left{
		width:529px;
	}
	.top{
		font-size:20px;
	}
	.topic{
		text-align:center;
		font-size:24px;
		color:#D74400!important;
	}
	.und-hier{
		text-align:center;
	}
	.link-style{
		font-weight:bold;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.text{
		text-align:left;
		font-size:14px;
	}
	.text-2{
		text-align:center;
	}
	.plakat{
		width:40%;
	}
	.img-logo-w-style{
		margin-left:0px;
	}
	.btn-margin-top{
		margin-left:-142px;
		width:72.22%;
	}
	.foto1{
		width:83%;
	}
	.carousel-margin-left{
		width:277px;
		padding-top:0px;
		padding-bottom:18px;
		margin:0px 0px 0px 0px;
	}
	.img-margin-top{
		margin-top:12px;
	}
	.img-bloc-8-margin-top{
		margin-top:12px;
	}
	.header-mobile{
	}
	.header-mobile:hover{
		width:0%;
		min-width:100%;
	}
	.navi{
		font-size:12px;
	}
	.coffee{
		width:568px;
	}
	.img-laptop-coffe-style{
		width:270px;
	}
	.text3{
		font-size:18px;
	}
	.topic{
		color:#D74400!important;
		font-size:20px;
	}
	.topic-handy{
		height:0%;
		width:100%;
		text-align:center;
	}
	.logo-wtf{
		width:39%;
	}
	.und-hier{
		font-size:20px;
	}
	.font{
		background-color:transparent;
	}
	
}

