/*-----------------------------------------------------------------------------------
	bauort.ch
	About: A shiny new Blocs website.
	Author: cadmin
	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;}}

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

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

@font-face {
	font-family:'HindMadurai-Medium';
	src: url('./fonts/HindMadurai-Medium/HindMadurai-Medium.ttf');
	src: url('./fonts/HindMadurai-Medium/HindMadurai-Medium.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;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


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


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

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

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}






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


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

.hide-indicators{
	display:none;
}

.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:"HindMadurai-Medium";
	color:#C8C8C8!important;
}
.container{
	max-width:960px;
}
.blocs-card-width{
	width:25%;
}
.navbar-brand img{
	height:45px;
	width:240px;
}
.carousel-style{
	width:100%;
}
.container-div-style{
	width:100%;
	min-height:382px;
}
.row-style{
	width:96.26%;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.img-style{
	border-radius:0px 0px 0px 0px;
	width:20px;
	height:20px;
}
.img-pfeil-lin-style{
	width:30px;
}
.img-pfeil-rech-style{
	width:30px;
}
.bloc-fill{
	fill:#640A25;
}
.img-logo-kle-style{
	width:20px;
	height:20px;
}
.img-20-style{
	width:30px;
	height:15px;
}
.img-22-style{
	width:30px;
	height:15px;
}
.img-25-style{
	width:20px;
	height:20px;
}
.img-26-style{
	width:30px;
	height:15px;
	border-radius:0px 0px 0px 0px;
}
.img-24-style{
	width:30px;
	height:15px;
}
.img-29-style{
	width:20px;
	height:20px;
}
.img-28-style{
	width:30px;
	height:15px;
}
.img-30-style{
	width:30px;
	height:15px;
}
.img-32-style{
	width:20px;
	height:20px;
}
.img-31-style{
	width:30px;
	height:15px;
}
.img-33-style{
	width:30px;
	height:15px;
}
.img-35-style{
	width:20px;
	height:20px;
}
.img-34-style{
	width:30px;
	height:15px;
}
.img-36-style{
	width:30px;
	height:15px;
}
.img-35-logo-kle-style{
	width:20px;
	height:20px;
}
.img-36-pfeil-rech-style{
	width:30px;
	height:15px;
}
.img-34-pfeil-lin-style{
	width:30px;
	height:15px;
}
.row-bloc-10-style{
	width:96.55%;
}
.row-bloc-7-style{
	width:96.55%;
}
.row-bloc-13-style{
	width:96.64%;
}
.row-bloc-17-style{
	width:96.55%;
}
.link-bloc-20-style{
	width:38.17%;
}
.row-bloc-20-style{
	width:100%;
}
.row-33-style{
	width:98.42%;
}
label{
	font-size:16px;
	line-height:150%;
	font-family:"HindMadurai-Regular";
	color:#FDFDFD!important;
}
a{
	line-height:150%;
	font-family:"HindMadurai-Regular";
	color:var(--swatch-var-5808)!important;
}
.navbar-nav li a{
	font-size:14px;
	line-height:150%;
	font-family:"HindMadurai-Regular";
}
h1{
	font-family:"HindMadurai-Regular";
	color:#C8C8C8!important;
	font-size:24px;
	line-height:150%;
}
p{
	font-size:14px;
	line-height:150%;
	color:#FDFDFD!important;
	font-family:"HindMadurai-Regular";
}
h2{
	font-family:"HindMadurai-Regular";
	color:#C8C8C8!important;
	font-size:48px;
	line-height:150%;
}
.divider-background-color{
	background-color:#C8C8C8;
}
.link-company-style{
	width:64.8%;
	padding-top:1px;
	padding-bottom:1px;
	font-size:48px;
}
.img-logo--kop-style{
	width:266px;
}
.habibiiii{
	background-color:var(--swatch-var-7603);
}
.h1-style{
	font-size:24px;
}
.p-style{
	font-size:14px;
}
.divider-bloc-24-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-bloc-6-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-bloc-2-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-0-background-color{
	background-color:var(--swatch-var-5808);
}
.h2-style{
	width:72.65%;
	font-size:24px;
}
.img-4623-style{
	width:666px;
}
.divider-34164-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-22653-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-18961-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-6436-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-11390-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-5348-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-5985-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-13481-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-bloc-12-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-0-bloc-12-background-color{
	background-color:var(--swatch-var-5808);
}
.img-bloc-10-style{
	width:960px;
}
.divider-0-bloc-6-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-0-bloc-8-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-0-bloc-2-background-color{
	background-color:var(--swatch-var-5808);
}
.datum-text-kursiv{
	font-style:italic;
}
.divider-bloc-10-background-color{
	background-color:var(--swatch-var-5808);
}
.divider-0-bloc-10-background-color{
	background-color:var(--swatch-var-5808);
}
.h2-bloc-5-style{
	width:100%;
	font-family:"HindMadurai-Regular";
}
.img-bloc-5-style{
	width:666px;
}
.spazionieren{
	font-family:"HindMadurai-Regular";
	font-size:24px;
	letter-spacing:3px;
	line-height:150%;
}
.label-style{
	width:100%;
}
.img-pro-mah07--style{
	opacity:0.6;
}
.h2-sei46-style{
	font-family:"HindMadurai-Regular";
}
.roll-over:hover{
	filter:brightness(0.75);
}
.hg_grün{
	background-color:var(--swatch-var-3554);
}
.bg_grün{
	background-color:var(--swatch-var-3554);
}
.h1-f-r-o-01-style{
	letter-spacing:px;
}
.keine-underline{
	text-decoration:none;
}
.link-bloc-0-style{
	font-weight:normal;
	font-style:normal;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7343:rgba(255,125,0,1.00);
	
	--swatch-var-3554:rgba(74,68,16,1.00);
	
	--swatch-var-7603:rgba(79,83,73,1.00);
	
	--swatch-var-4940:rgba(51,51,51,1.00);
	
	--swatch-var-4101:#2B405E;
	
	--swatch-var-4779:#640A25;
	
	--swatch-var-924:#460E44;
	
	--swatch-var-5808:rgba(200,200,200,1.00);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
}


/* Background colour styles */

.bgc-3554{
	background-color:var(--swatch-var-3554);
}
.bgc-4940{
	background-color:var(--swatch-var-4940);
}
.bgc-7603{
	background-color:var(--swatch-var-7603);
}
.bgc-4101{
	background-color:var(--swatch-var-4101);
}
.bgc-4779{
	background-color:var(--swatch-var-4779);
}
.bgc-924{
	background-color:var(--swatch-var-924);
}

/* Text colour styles */

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

/* Link colour styles */

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

/* Bloc image backgrounds */




/* = 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){
	.blocs-card-width{
		width:50%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#C8C8C8!important;
	}
	.img-pfeil-lin-style{
		width:35px;
	}
	.img-pfeil-rech-style{
		width:35px;
	}
	.row-style{
		width:97.75%;
	}
	.row-bloc-7-style{
		width:97.75%;
	}
	.row-bloc-10-style{
		width:98.35%;
	}
	.row-bloc-13-style{
		width:98.5%;
	}
	.row-bloc-17-style{
		width:98.05%;
	}
	.row-bloc-20-style{
		width:94.37%;
	}
	h1{
		font-family:"HindMadurai-Regular";
		font-size:24px;
		line-height:150%;
		color:#C8C8C8!important;
	}
	label{
		color:#FDFDFD!important;
		font-size:16px;
		line-height:150%;
		font-family:"HindMadurai-Regular";
	}
	p{
		font-size:14px;
		color:#FDFDFD!important;
		line-height:150%;
		font-family:"HindMadurai-Light";
	}
	a{
		color:#C8C8C8!important;
		font-size:16px;
		line-height:150%;
		font-family:"HindMadurai-Regular";
	}
	.navbar-nav li a{
		font-family:"HindMadurai-Regular";
		font-size:14px;
		line-height:150%;
	}
	h2{
		color:#C8C8C8!important;
		font-size:48px;
		line-height:150%;
		font-family:"HindMadurai-Regular";
	}
	.link-company-style{
		font-size:38px;
		width:37.83%;
		padding-top:1px;
		padding-bottom:1px;
	}
	.carousel-style{
		width:100%;
	}
	.img-bloc-5-style{
		width:541px;
	}
	.h2-bloc-5-style{
		font-size:40px;
	}
	
}

@media (max-width: 767px){
	.blocs-card-width{
		width:50%;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-5808)!important;
		fill:var(--swatch-var-5808)!important;
	}
	.menu-icon-bloc-5-stroke{
		stroke:#C8C8C8!important;
		fill:#C8C8C8!important;
	}
	.menu-icon-bloc-7-stroke{
		stroke:#C8C8C8!important;
		fill:#C8C8C8!important;
	}
	.menu-icon-bloc-9-stroke{
		stroke:#C8C8C8!important;
		fill:#C8C8C8!important;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#C8C8C8!important;
	}
	.menu-icon-bloc-11-stroke{
		stroke:#C8C8C8!important;
		fill:#C8C8C8!important;
	}
	.menu-icon-bloc-14-stroke{
		stroke:#C8C8C8!important;
		fill:#C8C8C8!important;
	}
	.img-pfeil-rech-style{
		width:35px;
	}
	.img-pfeil-lin-style{
		width:35px;
	}
	.row-style{
		width:100%;
	}
	.row-bloc-7-style{
		width:100%;
	}
	.row-bloc-10-style{
		width:100%;
	}
	.row-bloc-13-style{
		width:100%;
	}
	.row-bloc-17-style{
		width:87.55%;
	}
	.row-bloc-20-style{
		width:84.36%;
	}
	.img-25-style{
		width:20px;
	}
	h1{
		color:#C8C8C8!important;
		font-size:24px;
		line-height:150%;
		font-family:"HindMadurai-Regular";
	}
	p{
		color:#FDFDFD!important;
		font-family:"HindMadurai-Light";
		line-height:150%;
		font-size:14px;
	}
	label{
		font-size:16px;
		color:#FDFDFD!important;
		font-family:"HindMadurai-Regular";
		line-height:150%;
	}
	a{
		color:#C8C8C8!important;
		font-family:"HindMadurai-Regular";
		font-size:16px;
		line-height:150%;
	}
	.navbar-nav li a{
		color:#C8C8C8!important;
		font-family:"HindMadurai-Regular";
		font-size:14px;
		line-height:150%;
	}
	h2{
		font-size:48px;
		line-height:150%;
		color:#C8C8C8!important;
		font-family:"HindMadurai-Regular";
	}
	.link-company-style{
		width:38.28%;
		font-size:28px;
	}
	.blocsapp-special-menu blocsnav{
		color:var(--swatch-var-3554)!important;
		font-family:"HindMadurai-Regular";
		font-size:16px;
		text-transform:lowercase;
		line-height:150%;
		letter-spacing:5px;
	}
	.home_nav_background{
		background-color:var(--swatch-var-3554);
		color:var(--swatch-var-5808)!important;
		font-size:16px;
		font-family:"HindMadurai-Regular";
		line-height:150%;
		text-transform:lowercase;
		background-size:auto auto;
	}
	.divider-44643-background-color{
		background-color:var(--swatch-var-5808);
	}
	.h2-style{
		width:100%;
	}
	.datum-text-kursiv{
		font-family:"HindMadurai-Regular";
	}
	.text_gerade{
		font-family:"HindMadurai-Regular";
	}
	.h2-sei46-style{
		font-size:32px;
	}
	.h2-bloc-5-style{
		font-size:48px;
	}
	.off_canvas_menü_schwarz{
		background-color:var(--swatch-var-4940);
	}
	.menü_bg_farbe_schwarz{
		background-color:var(--swatch-var-4940);
	}
	.menu-icon-bloc-2-stroke{
		stroke:var(--swatch-var-5808)!important;
		fill:var(--swatch-var-5808)!important;
	}
	.menü_bg_grau{
		background-color:var(--swatch-var-7603);
	}
	.scroll-farbe-wegg{
	}
	.scroll-farbe-wegg:hover{
	}
	.scroll-farbe-wegg:active{
	}
	.scroll-farbe-wegg:focus{
	}
	.scroll-farbe-wegg:visited{
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.blocs-card-width{
		width:100%;
	}
	.container-div-style{
		width:100%;
	}
	.navbar-logo{
		font-size:18px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#C8C8C8!important;
	}
	.img-pfeil-rech-style{
		width:35px;
	}
	.img-pfeil-lin-style{
		width:35px;
	}
	.row-style{
		width:94.66%;
	}
	.img-22-style{
		width:30px;
	}
	.row-bloc-7-style{
		width:100%;
	}
	.row-bloc-10-style{
		width:100%;
	}
	.link-bloc-13-style{
		width:0%;
	}
	.row-bloc-13-style{
		width:100%;
	}
	.row-bloc-17-style{
		width:100%;
	}
	.row-bloc-20-style{
		width:100%;
	}
	.row-bloc-3-style{
		width:97.86%;
	}
	p{
		font-size:14px;
		line-height:150%;
		color:#FDFDFD!important;
		font-family:"HindMadurai-Light";
	}
	h1{
		color:#C8C8C8!important;
		font-family:"HindMadurai-Regular";
		font-size:24px;
		line-height:150%;
	}
	label{
		color:#FDFDFD!important;
		font-size:16px;
		line-height:150%;
		font-family:"HindMadurai-Regular";
	}
	a{
		color:#C8C8C8!important;
		font-family:"HindMadurai-Regular";
		font-size:16px;
		line-height:150%;
	}
	.navbar-nav li a{
		font-size:14px;
		line-height:150%;
		color:#C8C8C8!important;
		font-family:"HindMadurai-Regular";
	}
	h2{
		font-size:48px;
		line-height:150%;
		color:#C8C8C8!important;
		font-family:"HindMadurai-Regular";
	}
	.navbar-brand img{
		width:240px;
		height:40px;
	}
	.link-company-style{
		font-size:18px;
		width:26.69%;
	}
	.h2-sei46-style{
		font-size:24px;
	}
	
}

