/*-----------------------------------------------------------------------------------
	Praxis-01.12.24-1
	About: A shiney new Blocs website.
	Author: Andreas Schrodt
	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;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Tahoma';
	src: url('./fonts/Tahoma/Tahoma.woff');
	src: url('./fonts/Tahoma/Tahoma.woff') format('woff'),
	url('./fonts/Tahoma/Tahoma.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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 Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


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


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

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* 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;
}

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


/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text Widths
-------------------------------------------------------------- */
.text-w-80{
	max-width:80%;
}
.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;
}

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


/* 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;
}
/* = 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: 16px;
	right: 16px;
	bottom: 0px;
}
.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;
}
.lightbox-close-svg{
	pointer-events:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"helvetica";
	font-weight:300;
	font-size:18px;
}
.container{
	max-width:1128px;
}
p{
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
}
.navigation{
	font-family:"helvetica";
	font-size:18px;
	text-align:center;
	background-color:#000000;
	background-position:center top;
	background-repeat:no-repeat;
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.navigation:active{
	font-size:22px;
}
.navigation:hover{
	color:rgba(0,0,0,0.8)!important;
	font-family:"helvetica";
	font-size:20px;
	text-align:center;
	background-color:#4E8F00;
}
.logo{
	color:#282828!important;
}
.logo:hover{
	color:#FD0102!important;
}
.blue---button{
	background-color:rgba(11,157,236,0.0);
	color:#0B9DEC!important;
	text-transform:none;
	font-family:"Roboto";
	font-weight:400;
	min-width:128px;
	border-color:#0B9DEC;
}
.blue---button:hover{
	background-color:#0B9DED;
	color:#FFFFFF!important;
	font-family:"Roboto";
	font-weight:400;
	text-transform:none;
	border-color:rgba(0,0,0,0.0);
}
.blocs-mobile-signup-text{
	font-size:33px;
}
.menu-title{
	font-family:"Lato";
	font-weight:400;
	font-size:23px;
	color:#000000!important;
}
.wire.blue---button:hover{
	color:#FEFFFF!important;
	background-color:#ED2200;
	border-color:#ED2200;
}
.white-wire.blue---button{
	background-color:rgba(0,0,0,0.0);
	border-color:#FEFFFF;
	font-family:"Roboto";
}
.white-wire.blue---button:hover{
	background-color:#FEFFFF;
	color:#000000!important;
}
.wire-button{
	border-color:#777777;
	background-color:#FFFFFE;
	font-family:"Roboto";
	color:#777777!important;
	min-width:128px;
	text-shadow:0px 0px 0px #000000;
	overflow:visible;
	float:none;
}
.wire-button:hover{
	color:#0067CB!important;
	background-color:#2889ED;
	border-color:#E00102;
}
.white-wire-button{
	background-color:rgba(0,0,0,0.0);
	border-width:1px 1px 1px 1px;
	border-color:#FFFFFF;
	font-family:"Roboto";
}
.white-wire-button:hover{
	color:#FFFFFF!important;
	background-color:#E00102;
	border-color:#E00102;
}
.scrollToTop{
	margin-top:3%;
	background:linear-gradient(0deg, #929292, #A9A9A9);
	background-color:rgba(0,0,0,0.5);
}
.title-header{
	color:#777777!important;
	font-size:18px;
	text-align:center;
}
.title-header:hover{
	color:#0B9DEC!important;
	font-size:18px;
}
.hero-overlay{
	background-color:rgba(0,0,0,0.4);
	line-height:100px;
}
.icon{
	padding-bottom:28px;
}
.big-icon{
	margin-top:20%;
}
.about-icon{
	float:none;
	margin-right:100%;
}
.link{
	font-family:"helvetica";
	font-size:18px;
}
.link:hover{
	font-size:20px;
	font-weight:normal;
	color:rgba(0,139,0,0.5)!important;
	font-family:"helvetica";
}
.h1{
	font-size:24px;
}
.h2{
	font-size:22px;
}
.h3{
	font-size:20px;
}
.h4{
	font-size:2px;
}
.h5{
	font-size:18px;
}
h5{
	font-size:16px;
	font-family:"helvetica";
}
.text-12{
	font-size:8px;
	text-align:center;
	font-family:"helvetica";
	font-weight:normal;
}
.text-12:active{
	font-size:12px;
}
.text-12:hover{
	font-size:12px;
}
.heading3-rot{
	font-size:24px;
	color:rgba(255,255,255,0.7)!important;
}
.heading3-rot:active{
	font-size:24px;
	color:#FF0000!important;
}
.heading3-rot:hover{
	font-size:24px;
	color:rgba(255,0,0,0.7)!important;
}
.text-16-kursiv{
	font-size:16px;
	font-style:italic;
	color:#FEFFFF!important;
}
.text-16-kursiv:active{
	font-size:16px;
}
.text-16-kursiv:hover{
	font-size:16px;
}
.text-22-kursiv{
	font-size:22px;
	font-style:italic;
}
.text-22-kursiv:active{
	font-size:22px;
}
.text-22-kursiv:hover{
	font-size:22px;
	font-style:italic;
}
h1{
	font-size:22px;
	font-family:"helvetica";
}
h2{
	font-size:2px;
	font-weight:normal;
}
h3{
	font-size:2px;
}
h4{
	font-size:20px;
	font-family:"helvetica";
}
h6{
	font-family:"helvetica";
	font-size:16px;
}
.navbar-nav li a{
	font-family:"helvetica";
	font-size:20px;
}
.text-20{
	font-size:20px;
}
.text-20:active{
	font-size:20px;
}
.text-20:hover{
	font-size:20px;
}
.text-18{
	font-size:18px;
}
.text-18:active{
	font-size:18px;
}
.text-18:hover{
	font-size:18px;
}
.block-schatten-black{
	padding:20px 20px 20px 20px;
	text-shadow:0px 0px 0px #CCCCCC;
	box-shadow:15px 0px 24px #000000;
	background-color:rgba(169,169,169,0.5);
	background:linear-gradient(0deg, #929292, #FFFFFF);
}
.grau-fluss{
	font-size:20px;
	color:rgba(0,0,0,0.0)!important;
	background:linear-gradient(90deg, #666666, #929292);
	border-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.blau-fluss{
	background:linear-gradient(270deg, #666666, #FAFAFA);
	border-style:none;
}
.blau-fluss-180{
	background:linear-gradient(180deg, #0000B1, #B1CCFF);
}
.grau-fluss-180{
	background:linear-gradient(90deg, #424242, #A9A9A9);
}
.text-24{
	font-size:24px;
}
.text-24:active{
	font-size:24px;
}
.text-24:hover{
	font-size:24px;
}
.text-16{
	font-size:16px;
}
.text-16:active{
	font-size:16px;
}
.text-16:hover{
	font-size:16px;
}
.schatten{
	text-shadow:0px 0px 0px #666666;
	box-shadow:5px 7px 18px #000000;
}
.block-schatten-hell{
	box-shadow:1px 1px 16px #999999;
	padding:10px 10px 10px 10px;
	height:50px;
	overflow:visible;
	float:none;
}
.gradient{
	background:linear-gradient(0deg, #333333, #CCCCCC);
	border-style:solid;
	border-color:#333333;
}
.gradient-180{
	background:linear-gradient(180deg, rgba(0,0,0,0.2), #999999);
	float:inherit;
}
.transparent-grau-180{
	background:linear-gradient(180deg, rgba(66,66,66,0.0), #FFFFFF);
	border-style:none;
}
.transparent-grau{
	background:linear-gradient(90deg, rgba(0,0,0,0.5), rgba(255,255,255,0.3));
}
.grau-transparent-15{
	background-color:rgba(0,0,0,0.2);
}
.button-gradient{
	background:linear-gradient(0deg, #FF0000, #FF6500);
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-radius:6px 6px 6px 6px;
	border-color:#FFFF77;
	font-size:22px;
	color:#FEFFFF!important;
}
.button-gradient:hover{
	background:linear-gradient(0deg, #FEFB00, #FEFC78);
	border-color:#FF2600;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-radius:6px 6px 6px 6px;
	font-size:22px;
	color:#FF2600!important;
}
.transparent{
	background:linear-gradient(0deg, rgba(0,0,0,0.8), #FFFFFF);
	background-color:rgba(0,0,0,0.8);
	background-position:center center;
	background-repeat:repeat;
}
.text-8{
	font-size:8px;
	text-align:center;
}
.transparent-1{
	background-color:rgba(0,0,0,0.7);
}
.blocsize{
	padding-top:25px;
	padding-bottom:15px;
}
.text-14{
	font-size:14px;
}
.link-18{
	font-size:18px;
	background-color:transparent;
}
.link-18:hover{
	font-size:18px;
	color:#D5D5D5!important;
	font-family:"helvetica";
}
.bloc-size{
	padding-top:5px;
	padding-bottom:5px;
}
.grau-fluss-hell{
	background:linear-gradient(270deg, #424242, #C0C0C0);
}
.owl-dot span{
	background-color:#FEFFFF;
}
.owl-prev, .owl-next{
	background-color:#929292;
}
.owl-carousel .owl-item img{
	text-shadow:20px 16px 5px #000000;
	box-shadow:0px 0px 0px rgba(146,146,146,0.5);
}
.owl-dot-span{
	background-color:#797979;
}
.bloc-85-div{
	font-size: 22px;
}
.bloc-85-p{
	font-weight: 700;
	font-family: helvetica;
	font-size: 12px;
	line-height:20px;
}
.bloc-1-p{
	font-weight: 300;
	font-family: helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-2-p{
	font-family: Helvetica;
	font-size: 20px;
	line-height: 24px;
}
.bloc-2-h1{
	font-family: Helvetica;
	font-size:20px;
}
.bloc-4-p{
	font-weight: 100;
	font-family: Helvetica;
	font-size: 16px;
}
.bloc-5-h1{
	font-family:"Tahoma";
	font-size: 22px;
	line-height:33px;
}
.bloc-6-h3{
	font-family: Helvetica;
}
.bloc-9-p{
	font-family: helvetica;
}
.bloc-11-h3{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.praxis-h3{
	line-height: 30px;
	font-family:"helvetica";
}
.das-team-p{
	font-family: helvetica;
	font-size: 18px;
	line-height: 22px;
}
.bloc-15-p{
	font-family: helvetica;
	font-size: 18px;
}
.der-chef-p{
	font-family: helvetica;
	font-size: 18px;
	line-height: 20px;
}
.die-bilder-p{
	font-family: helvetica;
	font-size: 18px;
	line-height: 22px;
}
.bloc-20-p{
	font-family: Helvetica;
	font-size: 22px;
}
.bloc-21-h3{
	font-size:24px;
	font-family: Helvetica;
}
.bloc-21-p{
	font-family: Helvetica;
	line-height: 28px;
}
.bloc-23-h3{
	font-family: Helvetica;
}
.bloc-23-p{
	font-family: Helvetica;
}
.bloc-25-h3{
	font-family: Helvetica;
}
.bloc-25-p{
	font-family: Helvetica;
}
.bloc-27-h3{
	font-family: Helvetica;
}
.bloc-27-p{
	font-family: Helvetica;
}
.bloc-29-h3{
	font-family: Helvetica;
}
.bloc-29-p{
	font-family: Helvetica;
}
.bloc-31-h3{
	font-family: Helvetica;
}
.bloc-31-p{
	font-family: Helvetica;
}
.bloc-33-h3{
	font-family: Helvetica;
}
.bloc-33-p{
	font-family: Helvetica;
}
.bloc-35-h3{
	font-family: Helvetica;
}
.bloc-35-p{
	font-family: Helvetica;
}
.bloc-37-h3{
	font-family: Helvetica;
}
.bloc-37-p{
	font-family: Helvetica;
}
.bloc-38-h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-39-h3{
	font-size: 26px;
	font-family: Helvetica;
}
.bloc-40-p{
	font-family: Helvetica;
	font-size: 22px;
}
.bloc-49-h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-50-p{
	font-family: Helvetica;
	font-size: 18px;
}
.bloc-51-h3{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-53-h1{
	font-size: 22px;
	line-height:33px;
}
.bloc-55-h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-57-h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-59-h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-60-h3{
	font-size: 20px;
}
.bloc-61-h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-62-p{
	font-family: Helvetica;
	font-size:18px;
	line-height:24px;
}
.bloc-63-h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height: 26px;
}
.bloc-65-h1{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-67-p{
	font-weight: 100;
	font-family: Helvetica;
	font-size: 22px;
}
.bloc-68-p{
	font-family: Helvetica;
	font-size: 18px;
	line-height:24px;
}
.bloc-69-h2{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-70-h3{
	font-family: Helvetica;
}
.bloc-70-p{
	font-family: Helvetica;
	font-size: 18px;
}
.bloc-71-p{
	font-family: helvetica;
	font-size: 24px;
}
.bloc-72-p{
	font-family: helvetica;
	line-height:24px;
}
.bloc-73-h3{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-74-h3{
	font-weight: 300;
	font-family: Helvetica;
	line-height: 35px;
}
.bloc-74-p{
	font-family: Helvetica;
	font-size:18px;
	line-height:24px;
}
.bloc-74-h1{
	font-size: 12px;
}
.bloc-75-h3{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-76-p{
	font-family: helvetica;
	font-size: 18px;
	line-height:24px;
}
.bloc-77-h3{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-78-h3{
	font-size: 24px;
}
.bloc-78-p{
	font-family: helvetica;
	font-size: 18px;
}
.bloc-79-h3{
	font-size: 22px;
	line-height:33px;
}
.bloc-80-p{
	font-family: helvetica;
	font-size: 18px;
	line-height:24px;
}
.bloc-81-h3{
	font-family: Helvetica;
	font-size: 22px;
	line-height:33px;
}
.bloc-82-h3{
	font-weight: 300;
	font-family: Helvetica;
	line-height: 35px;
}
.bloc-82-p{
	font-family: Helvetica;
	font-size: 18px;
	line-height:24px;
}
.bloc-82-h1{
	font-size: 12px;
}
.bloc-83-p{
	font-family: helvetica;
	font-size: 24px;
}
.p-style{
	font-size:24px;
	font-family:"helvetica";
}
.p-chef-style{
	font-family:"helvetica";
}
.p-bloc-54-style{
	font-family:"helvetica";
	line-height:24px;
}
.p-bloc-56-style{
	font-family:"helvetica";
	line-height:24px;
}
.p-bloc-60-style{
	line-height:24px;
}
.p-bloc-70-style{
	line-height:24px;
}
.p-bloc-6-style{
	line-height:24px;
}
.p-praxis-style{
	font-size:22px;
}
.p-bloc-9-style{
	font-size:22px;
	line-height:20px;
}
.p-8-style{
	font-size:22px;
	line-height:20px;
}
.p-9-style{
	font-size:22px;
	line-height:20px;
}
.p-bloc-39-style{
	line-height:24px;
}
.p-51-style{
	width:91.22%;
}
.container-div-style{
	height:48px;
	width:100%;
}
.img-style{
	width:120px;
}
.p-5-style{
	font-family:"Tahoma";
}
.text-span-style{
	font-weight:bold;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1:rgba(39,39,39,1.0);
	
	--swatch-var-2:rgba(255,255,255,1.0);
	
	--swatch-var-3357:rgba(242,242,242,1.0);
	
	--swatch-var-5752:rgba(11,157,237,1.0);
	
	--swatch-var-709:rgba(0,0,0,1.0);
	
	--swatch-var-1133:rgba(66,66,66,1.0);
	
	--swatch-var-2127:rgba(32,32,32,1.0);
	
	--swatch-var-3384:rgba(248,248,248,1.0);
	
	--swatch-var-2670:rgba(249,0,0,1.0);
	
	--swatch-var-1856:rgba(0,0,255,1.0);
	
	--swatch-var-317:rgba(214,214,214,1.0);
	
	--swatch-var-902:rgba(121,121,121,1.0);
	
	--swatch-var-1742:rgba(128,128,128,1.0);
	
	--swatch-var-5312:rgba(121,121,121,1.0);
	
	--swatch-var-5825:rgba(255,255,255,1.0);
	
	--swatch-var-5099:#FFFC00;
	
}


/* Background colour styles */

.bgc-1742{
	background-color:var(--swatch-var-1742);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-3357{
	background-color:var(--swatch-var-3357);
}

/* Text colour styles */

.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-3357{
	color:var(--swatch-var-3357)!important;
}
.tc-1133{
	color:var(--swatch-var-1133)!important;
}
.tc-2127{
	color:var(--swatch-var-2127)!important;
}

/* Button colour styles */

.btn-c-5752{
	background:var(--swatch-var-5752);
	color:#FFFFFF!important;
}
.btn-c-5752:hover{
	background:#FFFFFFD96ABA!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-2{
	color:var(--swatch-var-2)!important;
}
.ltc-2:hover{
	color:#CCCCCC!important;
}
.ltc-2670{
	color:var(--swatch-var-2670)!important;
}
.ltc-2670:hover{
	color:#C6FFFFFFCDFFFFFFCD!important;
}
.ltc-3357{
	color:var(--swatch-var-3357)!important;
}
.ltc-3357:hover{
	color:#BFBFBF!important;
}
.ltc-709{
	color:var(--swatch-var-709)!important;
}
.ltc-709:hover{
	color:#FFFFFFCDFFFFFFCDFFFFFFCD!important;
}

/* Bloc image backgrounds */

.bg-lines-v2-bg{
	background-image:url("img/lines-v2-bg.png");
	background-image: -webkit-image-set(url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);background-image: image-set(url("img/lines-v2-bg.png") 1x,
url("img/lines-v2-bg.png") 2x,url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);
}
.bg-lines-v2-bg{
	background-image:url("img/lines-v2-bg.png");
	background-image: -webkit-image-set(url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);background-image: image-set(url("img/lines-v2-bg.png") 1x,
url("img/lines-v2-bg.png") 2x,url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);
}
.bg-lines-v2-bg{
	background-image:url("img/lines-v2-bg.png");
	background-image: -webkit-image-set(url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);background-image: image-set(url("img/lines-v2-bg.png") 1x,
url("img/lines-v2-bg.png") 2x,url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);
}
.bg-lines-v2-bg{
	background-image:url("img/lines-v2-bg.png");
	background-image: -webkit-image-set(url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);background-image: image-set(url("img/lines-v2-bg.png") 1x,
url("img/lines-v2-bg.png") 2x,url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);
}
.bg-lines-v2-bg{
	background-image:url("img/lines-v2-bg.png");
	background-image: -webkit-image-set(url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);background-image: image-set(url("img/lines-v2-bg.png") 1x,
url("img/lines-v2-bg.png") 2x,url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);
}
.bg-lines-v2-bg{
	background-image:url("img/lines-v2-bg.png");
	background-image: -webkit-image-set(url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);background-image: image-set(url("img/lines-v2-bg.png") 1x,
url("img/lines-v2-bg.png") 2x,url("img/lines-v2-bg.webp") 1x,
url("img/lines-v2-bg.webp") 2x);
}
.bg-canvas-back{
	background-image:url("img/");
}
.bg-canvas-back{
	background-image:url("img/");
}
.bg-canvas-back{
	background-image:url("img/");
}
.bg-canvas-back{
	background-image:url("img/");
}
.bg-canvas-back{
	background-image:url("img/");
}
.bg-canvas-back{
	background-image:url("img/");
}
.bg-canvas-back{
	background-image:url("img/");
}
.bg-canvas-back{
	background-image:url("img/");
}
.bg-canvas-back{
	background-image:url("img/");
}

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

.edit-mode  {
	    display: grid;
	      grid-template-columns: repeat(4, 1fr);
	      grid-gap: 10px;
}
	.edit-mode img{
	 width: 100%;
	 padding: 7px 0;
}
.owl-carousel a[data-lightbox]:hover::before{
	left: 50%;
}
@media (max-width: 500px){
	.edit-mode {
	-webkit-column-count: 1;
	 -moz-column-count: 1;
	column-count: 1;
}
}

/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.praxis-h3{
		line-height: 30px;
	}
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
}

@media (max-width: 767px){
	.mobile .blocs-mobile-signup-text{
		text-align:center;
	}
	.mobile h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"helvetica";
		font-size:22px;
	}
	.praxis-h3{
		line-height: 25px;
	}
	
}

