/*-----------------------------------------------------------------------------------
	    samlegal-final-46
        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-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}


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


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
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;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}
/* = 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;
}


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

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




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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.h1-style{
	font-size:24px;
	line-height:24px;
}
.p-style{
	width:100%;
	font-size:24px;
}
.h2-style{
	font-size:18px;
}
.h2-4-style{
	font-size:18px;
}
.h2-5-style{
	font-size:18px;
	color:transparent!important;
}
.btn-style{
	width:100%;
}
.link-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.h3-style{
	font-size:16px;
}
.img-style{
	background-color:transparent;
	border-radius:4px 4px 4px 4px;
}
.sticky-nav.sticky{
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	background-color:rgba(0,0,0,0.75);
	color:#FEFFFF!important;
	padding-bottom:5px;
	padding-top:5px;
	text-shadow:0px 0px 0px #FEFFFF;
}
.card-body-style{
	height:46px;
}
.p-bloc-20-style{
	opacity:0.9;
	font-size:15px;
}
.link-style{
	text-decoration:none;
}
.p-18-style{
	opacity:0.9;
	font-size:15px;
}
.p-bloc-5-style{
	font-size:24px;
}
.p-bloc-17-style{
	font-size:24px;
}
.p-kanzlei-style{
	font-size:18px;
}
.p-6-style{
	font-size:18px;
}
.p-über-uns-style{
	font-size:18px;
}
.p-bloc-19-style{
	font-size:15px;
}
.p-11-style{
	font-size:15px;
}
.p-12-style{
	font-size:15px;
}
.p-13-style{
	font-size:15px;
}
.p-14-style{
	font-size:15px;
}
.p-27-style{
	font-size:15px;
}
.p-28-style{
	font-size:15px;
}
.p-29-style{
	font-size:15px;
}
.p-30-style{
	font-size:15px;
}
.p-31-style{
	font-size:15px;
}
.p-32-style{
	font-size:15px;
}
.p-33-style{
	font-size:15px;
}
.p-34-style{
	font-size:15px;
}
.p-35-style{
	font-size:15px;
}
.p-36-style{
	font-size:15px;
}
.p-42-style{
	font-size:15px;
}
.p-43-style{
	font-size:15px;
}
.p-44-style{
	font-size:15px;
}
.p-49-style{
	font-size:15px;
}
.p-50-style{
	font-size:15px;
}
.p-56-style{
	font-size:15px;
}
.p-57-style{
	font-size:15px;
}
.p-58-style{
	font-size:15px;
}
.p-70-style{
	font-size:15px;
}
.p-71-style{
	font-size:15px;
}
.p-72-style{
	font-size:15px;
}
.p-73-style{
	font-size:15px;
}
.p-74-style{
	font-size:15px;
}
.p-75-style{
	font-size:15px;
}
.p-76-style{
	font-size:15px;
}
.p-77-style{
	font-size:15px;
}
.p-78-style{
	font-size:15px;
}
.p-16-style{
	font-size:15px;
}
.p-18-bloc-20-style{
	font-size:15px;
}
.p-20-style{
	font-size:15px;
}
.p-21-style{
	font-size:15px;
}
.p-22-style{
	font-size:15px;
}
.p-23-style{
	font-size:15px;
}
.p-24-style{
	font-size:15px;
}
.p-25-style{
	font-size:15px;
}
.p-38-style{
	font-size:15px;
}
.p-39-style{
	font-size:15px;
}
.p-40-style{
	font-size:15px;
}
.p-46-style{
	font-size:15px;
}
.p-47-style{
	font-size:15px;
}
.p-52-style{
	font-size:15px;
}
.p-53-style{
	font-size:15px;
}
.p-54-style{
	font-size:15px;
}
.p-60-style{
	font-size:15px;
}
.p-61-style{
	font-size:15px;
}
.p-62-style{
	font-size:15px;
}
.p-63-style{
	font-size:15px;
}
.p-64-style{
	font-size:15px;
}
.p-65-style{
	font-size:15px;
}
.p-66-style{
	font-size:15px;
}
.p-67-style{
	font-size:15px;
}
.p-68-style{
	font-size:15px;
}
.p-82-style{
	font-size:15px;
}
.p-80-style{
	font-size:15px;
}
.p-83-style{
	font-size:15px;
}
.p-85-style{
	font-size:15px;
}
.p-86-style{
	font-size:15px;
}
.p-96-style{
	font-size:15px;
}
.p-97-style{
	font-size:15px;
}
.p-98-style{
	font-size:15px;
}
.p-99-style{
	font-size:15px;
}
.p-100-style{
	font-size:15px;
}
.p-101-style{
	font-size:15px;
}
.p-102-style{
	font-size:15px;
}
.p-103-style{
	font-size:15px;
}
.p-104-style{
	font-size:15px;
}
.p-117-style{
	font-size:15px;
}
.p-118-style{
	font-size:15px;
}
.p-119-style{
	font-size:15px;
}
.p-120-style{
	font-size:15px;
}
.p-121-style{
	font-size:15px;
}
.p-122-style{
	font-size:15px;
}
.p-123-style{
	font-size:15px;
}
.p-124-style{
	font-size:15px;
}
.p-125-style{
	font-size:15px;
}
.p-126-style{
	font-size:15px;
}
.p-127-style{
	font-size:15px;
}
.p-133-style{
	font-size:15px;
}
.p-134-style{
	font-size:15px;
}
.p-135-style{
	font-size:15px;
}
.p-136-style{
	font-size:15px;
}
.p-142-style{
	font-size:15px;
}
.p-143-style{
	font-size:15px;
}
.p-144-style{
	font-size:15px;
}
.p-145-style{
	font-size:15px;
}
.p-146-style{
	font-size:15px;
}
.p-147-style{
	font-size:15px;
}
.h4-style{
	width:100%;
	font-size:15px;
}
.navbar-brand img{
	height:30px;
}
.p-81-style{
	font-size:15px;
}
.p-84-style{
	font-size:15px;
}
.p-87-style{
	font-size:15px;
}
.p-88-style{
	font-size:15px;
}
.p-89-style{
	font-size:15px;
}
.p-90-style{
	font-size:15px;
}
.p-91-style{
	font-size:15px;
}
.p-92-style{
	font-size:15px;
}
.p-93-style{
	font-size:15px;
}
.p-94-style{
	font-size:15px;
}
.p-95-style{
	font-size:15px;
}
.p-106-style{
	font-size:15px;
}
.p-107-style{
	font-size:15px;
}
.p-108-style{
	font-size:15px;
}
.p-109-style{
	font-size:15px;
}
.p-110-style{
	font-size:15px;
}
.p-111-style{
	font-size:15px;
}
.p-112-style{
	font-size:15px;
}
.p-113-style{
	font-size:15px;
}
.p-114-style{
	font-size:15px;
}
.p-115-style{
	font-size:15px;
}
.p-116-style{
	font-size:15px;
}
.p-129-style{
	font-size:15px;
}
.p-130-style{
	font-size:15px;
}
.p-131-style{
	font-size:15px;
}
.p-132-style{
	font-size:15px;
}
.p-138-style{
	font-size:15px;
}
.p-139-style{
	font-size:15px;
}
.p-140-style{
	font-size:15px;
}
.p-141-style{
	font-size:15px;
}
.h1-kanzlei-style{
	font-size:36px;
	line-height:36px;
}
.h1-2-style{
	font-size:36px;
	line-height:36px;
}
.h1-über-uns-style{
	font-size:32px;
	line-height:36px;
}
.h5-style{
	width:100%;
}
.p-8-style{
	font-size:18px;
}
.h1-3-style{
	font-size:32px;
}
.p-bloc-3-style{
	font-size:18px;
}
.p-bloc-21-style{
	font-size:15px;
}
.p-29-bloc-21-style{
	font-size:15px;
}
.p-28-bloc-21-style{
	font-size:15px;
}
.p-27-bloc-21-style{
	font-size:15px;
}
.p-26-style{
	font-size:15px;
}
.p-25-bloc-21-style{
	font-size:15px;
}
.p-19-style{
	font-size:15px;
	color:#FEFFFF!important;
}
.p-bloc-13-style{
	font-size:15px;
}
.p-17-style{
	font-size:15px;
}
.p-16-bloc-13-style{
	font-size:15px;
}
.p-15-bloc-13-style{
	font-size:15px;
}
.p-14-bloc-13-style{
	font-size:15px;
}
.p-13-bloc-13-style{
	font-size:15px;
}
.p-12-bloc-13-style{
	font-size:15px;
}
.p-11-bloc-13-style{
	font-size:15px;
}
.p-10-style{
	font-size:15px;
}
.h2-34635-style{
	font-size:18px;
}
.h3-bloc-28-style{
	width:100%;
	font-size:14px;
}
.p-bloc-28-style{
	font-size:14px;
}
.img-logo-kle-style{
	width:60px;
}
.h1-bloc-28-style{
	font-size:14px;
}
.h1-kontakt-style{
	font-size:32px;
}
.p-bloc-27-style{
	font-size:18px;
}
.html-widget-style{
	opacity:1.0;
}

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

/* Background colour styles */

.bgc-charcoal{
	background-color:#30476E;
}
.bgc-white{
	background-color:rgba(255,255,255,0.55);
}
.bgc-white-2{
	background-color:rgba(255,255,255,0.66);
}

/* Text colour styles */

.tc-white{
	color:rgba(255,255,255,0.55)!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}
.tc-black{
	color:#000000!important;
}
.tc-black-2{
	color:rgba(0,0,0,0.52)!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}
.ltc-white-2{
	color:#FFFFFF!important;
}
.ltc-white-2:hover{
	color:#cccccc!important;
}

/* Bloc image backgrounds */

.bg-Bamboo-Blue-80-prozent{
	background-image:url("img/Bamboo_Blue_80_prozent.jpg");
}
.bg-IMG-4519{
	background-image:url("img/IMG_4519.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;
    }
}

@media (max-width: 991px){
	.p-bloc-3-style{
		font-size:18px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	
}

