/*-----------------------------------------------------------------------------------
	Schünemann Augenoptik
	About: Wir machen Ihnen schöne Augen! Ihr Familienbetrieb mit Tradition in Langenhagen und Zeiss Vision Experte.
	Author: Brandneu
	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-xxl{
	padding:200px 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;
}

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


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


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


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


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

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

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.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;
}




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

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}


/* 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: 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;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

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

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	font-weight:500;
}
h1{
	font-family:"Helvetica";
	font-weight:700;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	color:#FDFFFE!important;
	border-style:solid;
	line-height:50px;
	border-width:0px 0px 0px 0px;
}
h2{
	font-family:"Helvetica";
	font-weight:700;
	font-size:30px;
	color:transparent!important;
	line-height:40px;
	text-align:center;
}
h3{
	font-family:"Helvetica";
	font-weight:500;
	font-size:20px;
	text-transform:none;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	padding:10px 0px 10px 0px;
}
h4{
	font-family:"Helvetica";
	font-weight:700;
	font-size:18px;
	color:#FDFFFE!important;
	line-height:24px;
	text-align:center;
	padding-bottom:10px;
}
h6{
	font-family:"Helvetica";
	font-size:12px;
	color:#FDFFFE!important;
	text-align:center;
	line-height:18px;
}
h5{
	font-family:"Helvetica";
	font-size:16px;
	line-height:23px;
	color:#FDFFFE!important;
	text-align:center;
	font-weight:500;
}
p{
	font-family:"Helvetica";
	font-size:14px;
	font-weight:300;
	line-height:26px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.navi-top-menu-button{
	width:30px;
}
.navi-top-logo{
	width:300px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.navi-fullscreen{
	flex-direction:column;
	justify-content:space-around;
	z-index:9999;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	position:fixed;
	display:flex;
	padding:20px 20px 20px 20px;
}
.navi-fullscreen-link{
	font-size:20px;
	line-height:30px;
	font-family:"Helvetica";
	font-weight:300;
	color:rgba(254,255,255,0.60)!important;
}
.navi-fullscreen-link:hover{
	color:#FDFFFE!important;
}
.termin-button{
	background-color:#CC1719;
	font-family:"Helvetica";
	font-weight:800;
	font-size:16px;
	margin:15px 0px 15px 0px;
	padding:5px 10px 5px 10px;
	border-radius:20px 20px 20px 20px;
}
.mehrbutton{
	border-style:solid;
	border-color:#504D4C!important;
	font-family:"Helvetica";
	font-weight:300;
	background-color:transparent;
	color:#504D4C!important;
	font-size:12px;
	margin-top:10px;
	margin-bottom:0px;
	padding:5px 15px 5px 15px;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.box-icon{
	height:40px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
.box{
	border-style:solid;
	color:#FDFFFE!important;
	padding:40px 40px 40px 40px;
	border-width:2px 2px 2px 2px;
}
.mehrbuttonweiß{
	color:#FDFFFE!important;
	border-color:#FDFFFE!important;
}
.bloc-divider-t-fill{
	fill:#FDFFFE;
}
.bloc-divider-b-fill{
	fill:#FDFFFE;
}
.service-button{
	color:#504D4C!important;
	width:100%;
	font-family:"Helvetica";
	font-weight:500;
	font-size:20px;
	border-color:#FDFFFE!important;
	background-color:#FDFFFE;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.service-button:hover{
	color:#CC1719!important;
	background-color:#FDFFFE;
	border-color:#FDFFFE!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.service-button:active{
	background-color:#FDFFFE;
	border-color:#FDFFFE!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.slidetext{
	background-color:transparent;
	font-family:"Helvetica";
	font-weight:700;
	font-size:40px;
}
.slidetext:hover{
	background-color:transparent;
}
.banner{
	background-blend-mode:overlay;
	background-color:#504D4C;
}
.banner:hover{
	background-color:transparent;
}
.service-button:focus{
	background-color:#FDFFFE;
	border-color:#FDFFFE!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.service-button:visited{
	background-color:#FDFFFE;
	border-color:#FDFFFE!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.footerlink{
	color:rgba(253,255,254,0.65)!important;
}
.footerlink:hover{
	color:#FEFFFF!important;
}
a{
	font-family:"Helvetica";
}
.teamdiv{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-right:100px;
	margin-left:100px;
}
.team{
	width:250px;
	margin:5px 5px 5px 5px;
}
.boxdiv{
	width:300px;
	height:auto;
	background-color:#504D4C;
	margin:10px 10px 10px 10px;
	padding:20px 20px 20px 20px;
}
.boxflex{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.werbung{
	background-color:#CC1719;
}
.h2-style{
	color:#cfac6c;
}
.wirsuchendichbutton{
	height:50px;
	margin:50px 50px 50px 50px;
}
.webdings{
	font-family:"Webdings";
}
.h5-style{
	line-height:30px;
}
.bewerbunglink{
	color:#CC1619!important;
}
.bewerbunglink:hover{
	color:rgba(80,78,77,0.65)!important;
}
.para{
	font-size:80%;
}
.orange{
	background-color:#EC671B;
}
.abst{
	padding-bottom:20px;
}
.shsigpos{
	width:215px;
}
.wirsuchendich{
	background-color:#EC671B;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FEFFFF;
}
.bgc-liver{
	background-color:#504D4C;
}
.bgc-black{
	background-color:#000000;
}

/* Text colour styles */

.tc-liver{
	color:#504D4C!important;
}
.tc-white{
	color:#FEFFFF!important;
}

/* Icon colour styles */

.icon-lava{
	color:#CC1719!important;
	border-color:#CC1719!important;
}

/* Bloc image backgrounds */

.bg-winkelfehlsichtigkeit{
	background-image:url("img/winkelfehlsichtigkeit.jpg");
}
.bg-zeissexperte{
	background-image:url("img/zeissexperte.jpg");
}
.bg-iprofiler{
	background-image:url("img/iprofiler.jpg");
}
.bg-visufit1000{
	background-image:url("img/visufit1000.jpg");
}
.bg-winkelfehlsichtigkeit{
	background-image:url("img/winkelfehlsichtigkeit.jpg");
}
.bg-service{
	background-image:url("img/service.jpg");
}
.bg-gleitsicht{
	background-image:url("img/gleitsicht.jpg");
}
.bg-kontaktlinsen{
	background-image:url("img/kontaktlinsen.jpg");
}
.bg-drivesafe{
	background-image:url("img/drivesafe.jpg");
}
.bg-arbeitsplatzbrille{
	background-image:url("img/arbeitsplatzbrille.jpg");
}
.bg-sportbrille{
	background-image:url("img/sportbrille.jpg");
}
.bg-kinderbrille{
	background-image:url("img/kinderbrille.jpg");
}
.bg-innen{
	background-image:url("img/innen.jpg");
}



/* = 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{
		font-family:"Helvetica";
		font-weight:700;
		text-align:center;
		font-size:35px;
		line-height:45px;
	}
	h2{
		font-family:"Helvetica";
		font-weight:700;
		font-size:30px;
		text-align:center;
		line-height:40px;
	}
	.navi-top-logo{
		width:250px;
	}
	h3{
		text-align:center;
		line-height:30px;
		font-size:20px;
		padding-top:10px;
		padding-bottom:10px;
		font-family:"Helvetica";
	}
	.box-icon{
		margin-bottom:10px;
		height:40px;
	}
	p{
		font-family:"Helvetica";
		font-weight:300;
		padding:0px 0px 0px 0px;
	}
	h4{
		font-size:18px;
		line-height:28px;
		font-family:"Helvetica";
	}
	h5{
		font-size:16px;
		line-height:26px;
	}
	h6{
		font-size:14px;
		line-height:20px;
	}
	.termin-button{
		margin-right:0px;
		margin-left:0px;
	}
	.box{
		border-style:solid;
		padding:20px 20px 20px 20px;
		border-width:2px 2px 2px 2px;
	}
	.bloc-divider-b-fill{
		height:80px;
	}
	.bloc-divider-t-fill{
		height:80px;
	}
	label{
		font-family:"Helvetica";
	}
	a{
		font-family:"Helvetica";
	}
	.navi-fullscreen-link{
		text-align:center;
	}
	.teamdiv{
		margin-right:0px;
		margin-left:0px;
	}
	.team{
		width:200px;
		margin:5px 5px 5px 5px;
	}
	.boxdiv{
		width:200px;
		height:auto;
		margin:5px 5px 5px 5px;
		padding:20px 20px 20px 20px;
	}
	.shpos{
	}
	.shsigpos{
		width:188px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	h3{
		font-size:18px;
		line-height:28px;
		padding-top:10px;
		padding-bottom:10px;
		font-family:"Helvetica";
	}
	.navi-top-logo{
		width:250px;
	}
	.termin-button{
		font-size:14px;
		margin:15px 0px 15px 0px;
		padding:5px 10px 5px 10px;
	}
	.navi-fullscreen-link{
		line-height:20px;
		font-size:15px;
	}
	h1{
		font-size:25px;
		text-transform:none;
		line-height:35px;
		font-family:"Helvetica";
		font-weight:700;
	}
	p{
		font-size:14px;
		font-family:"Helvetica";
		font-weight:300;
		padding:0px 0px 0px 0px;
	}
	.box-icon{
		opacity:1.0;
		margin-bottom:10px;
		height:40px;
	}
	h2{
		font-size:30px;
		font-family:"Helvetica";
		font-weight:700;
		line-height:40px;
	}
	h4{
		font-size:16px;
		line-height:26px;
		font-family:"Helvetica";
	}
	h5{
		font-size:14px;
		line-height:24px;
		font-family:"Helvetica";
	}
	h6{
		font-size:12px;
		line-height:20px;
		font-family:"Helvetica";
	}
	.box{
		border-style:solid;
		padding-top:20px;
		border-width:2px 2px 2px 2px;
	}
	.mehrbutton{
		padding-top:5px;
		margin-top:10px;
		padding-right:15px;
		padding-left:15px;
	}
	.bloc-divider-t-fill{
		height:50px;
	}
	.bloc-divider-b-fill{
		height:50px;
	}
	.slidetext{
		font-size:30px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Helvetica";
	}
	label{
		font-family:"Helvetica";
	}
	a{
		font-family:"Helvetica";
	}
	.teamdiv{
		flex-wrap:wrap;
	}
	.team{
		width:150px;
		margin:5px 5px 5px 5px;
	}
	.boxdiv{
		width:300px;
		height:auto;
	}
	.shpos{
		width:50%;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.navi-top-logo{
		width:180px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.navi-top-menu-button{
		width:20px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	h1{
		font-size:25px;
		text-transform:none;
		line-height:30px;
		font-family:"Helvetica";
		font-weight:700;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.navi-fullscreen-link{
		font-size:16px;
		line-height:20px;
		font-family:"Helvetica";
		font-weight:300;
	}
	.navi-fullscreen{
		margin-right:0px;
		margin-left:0px;
		padding:10px 0px 10px 0px;
	}
	h3{
		font-size:16px;
		line-height:20px;
		font-family:"Helvetica";
	}
	p{
		line-height:18px;
		font-family:"Helvetica";
		font-weight:300;
		font-size:12px;
	}
	.box-icon{
		height:40px;
		padding-top:0px;
		margin-top:0px;
		margin-bottom:10px;
	}
	.mehrbutton{
		font-size:10px;
		margin-top:10px;
		padding-top:5px;
		padding-bottom:5px;
	}
	h2{
		font-size:20px;
		font-family:"Helvetica";
		font-weight:700;
		line-height:26px;
	}
	h5{
		font-size:14px;
		line-height:18px;
		font-family:"Helvetica";
	}
	h6{
		line-height:20px;
		font-size:12px;
		font-family:"Helvetica";
	}
	h5:hover{
	}
	.termin-button{
		padding-right:10px;
		padding-left:10px;
	}
	.box{
		margin-bottom:10px;
		padding:10px 10px 10px 10px;
	}
	h4{
		line-height:24px;
		margin-bottom:10px;
		padding-top:10px;
		font-family:"Helvetica";
	}
	.bloc-divider-b-fill{
		height:30px;
	}
	.bloc-divider-t-fill{
		height:30px;
	}
	.slidetext{
		font-size:15px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Helvetica";
	}
	label{
		font-family:"Helvetica";
	}
	a{
		font-family:"Helvetica";
	}
	.team{
		width:120px;
		margin:5px 5px 5px 5px;
	}
	.boxdiv{
		width:220px;
		height:auto;
	}
	.wirsuchendichbutton{
		height:30px;
	}
	.shpos{
		width:80%;
	}
	.shsigpos{
		width:117px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

