/*-----------------------------------------------------------------------------------
	Praxis Dr. Lucas
	About: A shiny new Blocs website.
	Author: Birte Hendrikson
	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 */


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


/* Sizes */

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


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = 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-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);
}

.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);
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.text-justify{
	text-align: justify;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-50{
	max-width:50%;
}
.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;
}


/* = 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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size: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:"Montserrat";
}
.container{
	max-width:1140px;
}
.p-style{
	font-family:"Montserrat";
	line-height:34px;
	font-size:24px;
	color:var(--swatch-var-2941)!important;
}
.h4-style{
	font-size:24px;
	line-height:28px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.team-card{
	min-height:350px;
	font-family:"Montserrat";
	font-weight:normal;
}
.img-style{
	width:254px;
	height:254px;
}
.h2-style{
	width:100%;
}
.h2-bloc-1-style{
	font-size:40px;
	color:var(--swatch-var-2941)!important;
}
.img-bloc-1-style{
	width:451px;
}
.h3-style{
	opacity:0.3;
	font-size:50px;
}
.p-3-style{
	font-size:21px;
}
.h3-33-style{
	opacity:1.0;
}
.containerrand{
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-3984)!important;
	border-radius:30px 30px 30px 30px;
}
.p-bloc-1-style{
	font-family:"Montserrat";
}
.p-21-style{
	font-size:30px;
}
.textbox{
	color:var(--swatch-var-3506)!important;
}
.logo{
	background-image:url("img/ZL_Logo_RGB_horizontal_schwarz.png");
	background-image: -webkit-image-set(url("img/ZL_Logo_RGB_horizontal_schwarz.webp") 1x,
url("img/ZL_Logo_RGB_horizontal_schwarz.webp") 2x);background-image: image-set(url("img/ZL_Logo_RGB_horizontal_schwarz.png") 1x,
url("img/ZL_Logo_RGB_horizontal_schwarz.png") 2x,url("img/ZL_Logo_RGB_horizontal_schwarz.webp") 1x,
url("img/ZL_Logo_RGB_horizontal_schwarz.webp") 2x);
	background-image: -webkit-image-set(url("img/ZL_Logo_RGB_horizontal_schwarz.webp") 1x,
url("img/ZL_Logo_RGB_horizontal_schwarz.webp") 2x);background-image: image-set(url("img/ZL_Logo_RGB_horizontal_schwarz.png") 1x,
url("img/ZL_Logo_RGB_horizontal_schwarz.png") 2x,url("img/ZL_Logo_RGB_horizontal_schwarz.webp") 1x,
url("img/ZL_Logo_RGB_horizontal_schwarz.webp") 2x);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.dropdown-leistung{
	background-color:var(--swatch-var-7900);
	color:var(--swatch-var-3984)!important;
}
.im-team-seit{
	text-align:center;
	font-size:13px;
	font-family:"Montserrat";
	color:var(--swatch-var-2260)!important;
	font-weight:bold;
	padding:1px 1px 1px 1px;
	border-color:var(--swatch-var-2260)!important;
	background-color:var(--swatch-var-7900);
	border-radius:20px 20px 20px 20px;
	background-size:length;
	transform:scale(1);
	background-position:center center;
	margin:2px 2px 2px 2px;
	top:2px;
	right:2px;
	bottom:2px;
	left:2px;
}
.img-25-style{
	width:350px;
}
.img-einga-style{
	width:350px;
	height:350px;
}
.navbar-brand img{
	width:200px;
}
.navigation{
	color:var(--swatch-var-2869)!important;
}
.bloc-background{
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:var(--swatch-var-7900);
	background-blend-mode:overlay;
}
.img-td-bh-style{
	width:150px;
	height:100px;
}
.img-200120-15-style{
	width:100px;
	background-position:center top;
	background-size:length;
	height:100px;
}
.mitarbeitername{
	font-family:"Montserrat";
	font-size:18px;
}
.qualifikation{
	font-family:"Montserrat";
	font-size:16px;
}
.karte{
	background-color:var(--swatch-var-3984);
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
}
.mt-5{
	background-size:200px 150px;
}
.drlucas{
	border-radius:25px 25px 25px 25px;
}
.namearzt{
	font-family:"Montserrat";
	font-size:20px;
}
.beruf{
	font-family:"Montserrat";
	font-size:18px;
}
.p-bloc-3-style{
	font-size:14px;
	color:var(--swatch-var-7900)!important;
}
.link-padding-top{
	padding-top:1px;
	padding-bottom:1px;
}
.h5-style{
	font-size:16px;
}
.svg-icon-style{
	width:23px;
}
.p-bloc-5-style{
	font-size:14px;
	width:100%;
}
.p-9-style{
	font-size:14px;
}
.p-10-style{
	font-size:14px;
}
.h1-style{
	width:100%;
}
.kapiteltexttext{
	text-align:justify;
	font-family:"Montserrat";
}
.kapitel_überschrift{
	font-family:"Montserrat";
	text-align:center;
}
.p-bloc-8-style{
	width:92.13%;
	font-size:15px;
}
.img-bloc-8-style{
	height:50px;
	width:50px;
}
.img-wkb-nackt-style{
	width:50px;
	height:50px;
}
.img-caries-nackt-style{
	width:50px;
	height:50px;
}
.img-18-style{
	height:50px;
	width:50px;
}
.img-zange-nackt-style{
	height:50px;
	width:50px;
}
.img-23-style{
	height:50px;
	width:50px;
}
.h3-bloc-1-style{
	width:100%;
	line-height:33px;
}
.img-schnarchschie-style{
	width:50px;
	height:50px;
}
.headerteam{
	color:var(--swatch-var-2941)!important;
	font-family:"Montserrat";
	font-weight:bold;
	writing-mode:horizontal-tb;
}
.umrandung{
	border-color:var(--swatch-var-2941)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-radius:30px 30px 30px 30px;
}
.btn-padding-top{
	padding-top:2px;
	padding-bottom:2px;
	height:30px;
	text-transform:none;
	width:140px;
}
.h2-leistungen-style{
	color:var(--swatch-var-2941)!important;
}
.link-style{
	text-decoration:none;
}
.link-bloc-2-style{
	text-decoration:none;
}
.link-02104-33033-style{
	text-decoration:none;
}
.angestellt{
	font-size:10px;
}
.recht{
	text-align:left;
}
.link-impressum-style{
	text-decoration:none;
}
.link-datenschutz-style{
	text-decoration:none;
}
.h3-bloc-5-style{
	width:90.8%;
}
.h3-bloc-8-style{
	width:95.83%;
}
.html-widget-style{
	width:72.48%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3506:rgba(38,37,37,1.00);
	
	--swatch-var-3984:rgba(161,130,107,1.00);
	
	--swatch-var-2941:#FFFFFF;
	
	--swatch-var-2869:#000000;
	
	--swatch-var-7897:rgba(178,178,178,1.00);
	
	--swatch-var-6390:rgba(150,114,75,1.00);
	
	--swatch-var-7900:rgba(225,210,200,0.31);
	
	--swatch-var-2260:rgba(105,72,52,1.00);
	
	--swatch-var-6747:rgba(161,130,107,0.44);
	
}


/* Background colour styles */

.bgc-3984{
	background-color:var(--swatch-var-3984);
}
.bgc-6747{
	background-color:var(--swatch-var-6747);
}
.bgc-3506{
	background-color:var(--swatch-var-3506);
}
.bgc-7900{
	background-color:var(--swatch-var-7900);
}

/* Text colour styles */

.tc-3984{
	color:var(--swatch-var-3984)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}

/* Button colour styles */

.btn-c-3984{
	background:var(--swatch-var-3984);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3984:hover{
	background:#6E4F38!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7900{
	background:var(--swatch-var-7900);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7900:hover{
	background:rgba(174,159,149,0.31)!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-2869{
	color:var(--swatch-var-2869)!important;
}
.ltc-2869:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */

.team-card{
	min-height:350px;
}
.bg-theke-203{
	background-image:url("img/theke%203.jpeg?timestamp=9764?timestamp=9764?timestamp=9764");
}
.bg-IMG-4393{
	background-image:url("img/IMG_4393.jpg");
	background-image: -webkit-image-set(url("img/IMG_4393.webp") 1x,
url("img/IMG_4393.webp") 2x);background-image: image-set(url("img/IMG_4393.jpg") 1x,
url("img/IMG_4393.jpg") 2x,url("img/IMG_4393.webp") 1x,
url("img/IMG_4393.webp") 2x);
}
.bg-IMG-4360{
	background-image:url("img/IMG_4360.jpg");
	background-image: -webkit-image-set(url("img/IMG_4360.webp") 1x,
url("img/IMG_4360.webp") 2x);background-image: image-set(url("img/IMG_4360.jpg") 1x,
url("img/IMG_4360.jpg") 2x,url("img/IMG_4360.webp") 1x,
url("img/IMG_4360.webp") 2x);
}
.bg-IMG-4362{
	background-image:url("img/IMG_4362.jpg");
	background-image: -webkit-image-set(url("img/IMG_4362.webp") 1x,
url("img/IMG_4362.webp") 2x);background-image: image-set(url("img/IMG_4362.jpg") 1x,
url("img/IMG_4362.jpg") 2x,url("img/IMG_4362.webp") 1x,
url("img/IMG_4362.webp") 2x);
}

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

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}
/* WP Widget Styling */.widget-zone ul{
	list-style: none;
	padding: 0;
}


/* = 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){
	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: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.h2-bloc-1-style{
		font-size:20px;
		line-height:20px;
	}
	.p-style{
		font-size:15px;
		line-height:20px;
		font-family:"Montserrat";
	}
	.h3-bloc-1-style{
		font-size:15px;
	}
	.p-bloc-1-style{
		font-size:12px;
	}
	.h3-style{
		font-size:20px;
	}
	.p-3-style{
		font-size:15px;
	}
	.p-bloc-4-style{
		font-size:12px;
		line-height:18px;
	}
	.h4-bloc-4-style{
		font-size:15px;
		line-height:20px;
	}
	.h4-bloc-13-style{
		line-height:20px;
		font-size:15px;
	}
	.h4-bloc-5-style{
		font-size:15px;
		line-height:20px;
	}
	.h4-bloc-10-style{
		font-size:15px;
		line-height:20px;
	}
	.img-bloc-13-style{
		width:100px;
		height:100px;
	}
	.img-team-weiß-kre-style{
		width:100px;
		height:100px;
	}
	.img-bloc-10-style{
		width:100px;
		height:100px;
	}
	.img-bloc-10-47068-style{
		width:100px;
		height:100px;
	}
	
}

