/*-----------------------------------------------------------------------------------
	sfhalode Kopie
	About: A shiny new Blocs website.
	Author: Michael Borodin
	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 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;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-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* 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
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.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;
}

/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.p-style{
	width:100%;
	font-size:12px;
	line-height:15px;
	font-family:"Verdana";
	font-weight:400;
	opacity:0.8;
}
.h1-style{
	width:17.27%;
}
.img-style{
	height:70px;
	overflow:hidden;
	float:none;
}
.navbar-brand img{
	width:44px;
	height:44px;
}
.link-style{
	width:100%;
	font-family:"Verdana";
}
.link-deutsch-style{
	width:100%;
	margin-bottom:-15px;
}
.container-div-style{
	width:46.15%;
}
.p-2-style{
	font-size:12px;
	line-height:15px;
	font-family:"Verdana";
}
.h3-style{
	font-size:12px;
	line-height:15px;
	font-family:"Verdana";
}
.label-style{
	font-size:16px;
	font-family:"Helvetica";
}
.label-email-style{
	font-size:16px;
	font-family:"Helvetica";
}
.label-name-style{
	font-size:16px;
	font-family:"Helvetica";
}
.button{
	text-shadow:0px 0px 0px #000000;
}
.text-area-style{
	width:54.5%;
}
.field-style{
	width:54.5%;
}
.field-bloc-3-style{
	width:54.5%;
}
.p-3-style{
	font-size:9px;
}
.p-4-style{
	font-size:9px;
}
.p-5-style{
	font-size:9px;
}
.p-6-style{
	font-size:10px;
}
.p-7-style{
	font-size:10px;
}
.p-8-style{
	font-size:10px;
}
.p-9-style{
	font-size:10px;
}
.p-10-style{
	font-size:10px;
}
.img1{
	font-family:"Vollkorn";
}
.html-widget-style{
	height:770px;
}
.html-widget-bloc-4-style{
	height:1443px;
}
.html-widget-0-style{
	height:770px;
}
.lol{
	width:200px;
}
.h4-style{
	font-family:"Verdana";
}
.h4-text-style{
	font-family:"Verdana";
}
.h4-galerie-style{
	font-family:"Verdana";
}
.h4-kontakt-style{
	font-family:"Verdana";
}
.sendenknopf{
	font-family:"Verdana";
	color:#000000!important;
}
.link-impressum-style{
	font-weight:normal;
}
.link-datenschutz-style{
	font-weight:normal;
}
.h4-16-style{
	font-family:"Verdana";
}
.h4-philosophy-style{
	font-family:"Verdana";
}
.h4-gallery-style{
	font-family:"Verdana";
}
.h4-contact-style{
	font-family:"Verdana";
}
.p-28-style{
	font-family:"Verdana";
	font-size:12px;
	line-height:15px;
}
.text-area-0-style{
	width:55%;
}
.field-0-style{
	width:55%;
}
.field-45477-style{
	width:54%;
}
.container-div-0-bloc-11-style{
	width:46.15%;
}
.field-6829-style{
	width:55%;
}
.link-contact-style{
	;
}
.link-0-style{
	font-weight:bold;
}
.link-bloc-16-style{
	font-weight:bold;
}
.row-57-style{
	width:100%;
}
.p-bloc-3-style{
	font-size:12px;
	line-height:15px;
}
.p-bloc-16-style{
	font-size:12px;
	line-height:15px;
}
.link-s-f-halo-style{
	font-weight:bold;
}
.link-0-s-f-halo-style{
	font-weight:bold;
}
.link-2111-style{
	font-weight:bold;
}
.link-42842-style{
	font-weight:bold;
}
.link-bloc-36-style{
	font-weight:bold;
}
.link{
	font-family:"Verdana";
	color:#A3A3A3!important;
}
.link-malerei-style{
	font-weight:bold;
}
.link-19-style{
	font-weight:bold;
}
.link-1-style{
	font-weight:bold;
}
.link-kunst-style{
	font-weight:bold;
}
.link-3-style{
	font-weight:bold;
}
.link-painting-style{
	font-weight:bold;
}
.link-10525-style{
	font-weight:bold;
}

/* = Colour
-------------------------------------------------------------- */


/* Button colour styles */

.btn-white{
	background:#FFFFFF;
	color:rgba(0,0,0,.5)!important;
}
.btn-white:hover{
	background:#cccccc!important;
	color:rgba(0,0,0,.5)!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */



/* = 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-style{
		width:23.82%;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.h4-style{
		font-size:20px;
	}
	.h4-text-style{
		font-size:20px;
	}
	.h4-galerie-style{
		font-size:20px;
	}
	.h4-kontakt-style{
		font-size:20px;
	}
	.field-45477-style{
		width:100%;
	}
	.field-0-style{
		width:56.96%;
	}
	.text-area-0-style{
		width:56.96%;
	}
	.field-6829-style{
		width:56.96%;
	}
	.p-3-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.untertitel{
		font-family:"Verdana";
		font-size:11px;
	}
	.row-bloc-17-style{
		width:100%;
	}
	.row-36-style{
		width:100%;
	}
	.p-4-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-5-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-6-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-14163-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-28562-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-7823-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-49045-style{
		font-size:12px;
		font-family:"Verdana";
	}
	.p-11-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-12-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-13-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-14-style{
		font-size:12px;
		font-family:"Verdana";
	}
	.p-15-style{
		font-size:12px;
		font-family:"Verdana";
	}
	.p-16-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-17-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-18-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-19-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-20-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-21-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-22-style{
		font-size:12px;
		font-family:"Verdana";
	}
	.p-23-style{
		font-family:"Verdana";
		font-size:12px;
	}
	.p-7-style{
		font-size:12px;
	}
	.p-8-style{
		font-size:12px;
	}
	.p-9-style{
		font-size:12px;
	}
	.p-10-style{
		font-size:12px;
	}
	.p-bloc-26-style{
		font-size:12px;
	}
	.p-38-style{
		font-size:12px;
	}
	.p-41-style{
		font-size:12px;
	}
	.p-40-style{
		font-size:12px;
	}
	.p-43-style{
		font-size:12px;
	}
	.p-42-style{
		font-size:12px;
	}
	.p-45-style{
		font-size:12px;
	}
	.p-44-style{
		font-size:12px;
	}
	.p-bloc-27-style{
		font-size:12px;
	}
	.p-46-style{
		font-size:12px;
	}
	.p-49-style{
		font-size:12px;
	}
	.p-48-style{
		font-size:12px;
	}
	.p-50-style{
		font-size:12px;
	}
	.text-area-style{
		width:56.96%;
	}
	.field-bloc-3-style{
		width:56.96%;
	}
	.field-style{
		width:56.96%;
	}
	.container-div-bloc-3-style{
		width:38.16%;
	}
	.p-bloc-3-style{
		font-family:"Verdana";
		font-size:12px;
		line-height:15px;
	}
	.link-datenschutz-style{
		font-weight:bold;
	}
	.link-impressum-style{
		font-weight:bold;
	}
	
}

@media (max-width: 767px){
	.h1-style{
		width:32.89%;
	}
	.field-45477-style{
		width:100%;
	}
	.field-0-style{
		width:60.08%;
	}
	.text-area-0-style{
		width:60.08%;
	}
	.buttonsubmit{
		color:#000000!important;
		font-family:"Verdana";
	}
	.submitbutton{
		color:#F99475!important;
	}
	.row-bloc-13-style{
		width:100%;
	}
	.row-36-style{
		width:100%;
	}
	.field-style{
		width:100%;
	}
	.field-bloc-3-style{
		width:100%;
	}
	.text-area-style{
		width:100%;
	}
	.field-6829-style{
		width:60.08%;
	}
	
}

@media (max-width: 575px){
	.h1-style{
		width:62.96%;
	}
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.h4-start-style{
		font-family:"Verdana";
		font-size:20px;
		line-height:20px;
	}
	.h4-21-style{
		font-family:"Verdana";
		font-size:17px;
		line-height:20px;
	}
	.h4-22-style{
		font-family:"Verdana";
		font-size:17px;
		line-height:20px;
	}
	.h4-23-style{
		font-family:"Verdana";
		font-size:17px;
	}
	.h4-about-style{
		font-family:"Verdana";
		width:50%;
		font-size:20px;
	}
	.h4-get-the-app-style{
		font-family:"Verdana";
		width:55.19%;
		font-size:23px;
	}
	.h4-follow-us-style{
		font-family:"Verdana";
		width:50%;
		font-size:20px;
	}
	.h4-connect-style{
		font-family:"Verdana";
	}
	.container-div-style{
		width:8.24%;
	}
	.container-div-bloc-11-style{
		width:34.12%;
	}
	.h4-home-style{
		font-family:"Verdana";
		font-size:17px;
		width:100%;
	}
	.h4-philosophie-style{
		font-family:"Verdana";
		font-size:17px;
	}
	.h4-gallerie-style{
		font-family:"Verdana";
		font-size:17px;
	}
	.container-div-0-style{
		width:41.18%;
	}
	.row-style{
		width:100%;
	}
	.text-area-0-style{
		width:100%;
	}
	.field-0-style{
		width:100%;
	}
	.field-45477-style{
		width:100%;
	}
	.h4-20-style{
		font-family:"Verdana";
		font-size:17px;
		line-height:20px;
	}
	.h4-23-contact-style{
		font-family:"Verdana";
		font-size:17px;
		line-height:20px;
	}
	.h4-16-style{
		font-size:17px;
		line-height:20px;
	}
	.h4-philosophy-style{
		font-size:17px;
		line-height:20px;
	}
	.h4-gallery-style{
		font-size:17px;
		line-height:20px;
	}
	.h4-contact-style{
		font-size:17px;
		line-height:20px;
	}
	.iconcolumn{
		;
	}
	.icon{
		padding-left:18px;
	}
	.http:icons8com{
	}
	.row-bloc-12-style{
		width:100%;
	}
	.row-bloc-13-style{
	}
	.field-style{
		width:100%;
	}
	.field-bloc-3-style{
		width:100%;
	}
	.text-area-style{
		width:100%;
	}
	.field-6829-style{
		width:100%;
	}
	.p-bloc-16-style{
		font-family:"Verdana";
		font-size:12px;
		line-height:15px;
	}
	.cookie{
		padding:15px 15px 15px 15px;
	}
	
}

