/*-----------------------------------------------------------------------------------
	reVITALIS
	About: Willkommen bei **reVITALIS** – deiner Adresse für mobile Physiotherapie, therapeutische Massagen und Coaching. **Physiotherapie a Casa**: ich komme zu dir nach Hause im Umfeld Stallikon. **Massagen**: mobil im Umfeld Stallikon oder in der Praxis im Sihlsports Langnau am Albis. **Coaching**: online oder draussen in der Natur. Mein Ansatz: ganzheitlich, ehrlich und mit einer ordentlichen Portion Lebensfreude.
	Author: Kathrin Haug
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-280);
    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 */


/* 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:'Nunito-Regular';
	src: url('./fonts/Nunito-Regular/Nunito-Regular.ttf');
	src: url('./fonts/Nunito-Regular/Nunito-Regular.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-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;
}


/* 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);
}
:where(.l-bloc) .bloc-link{
	fill: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);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}


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

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

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#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-clean:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15)!important;
}
.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: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-glossy:focus{
	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)!important;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.link-nested-icon, .text-nested-icon{
	width:20px;
	position:relative;
	top:-0.05em;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: 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%;
}
}
/* = 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;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	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;
}

/* Form Protection */
.blocsapp-meta-field{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Nunito-Regular";
	color:var(--swatch-var-4715)!important;
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.navbar-brand img{
	width:230px;
	height:100px;
}
.homepage_titel{
	width:61.84%;
	font-family:"Nunito-Medium";
	font-size:46px;
	text-align:center;
}
.divider-style-left{
	width:71.3%;
	margin-left:0;
	margin-right:auto;
	height:3px;
	background-color:var(--swatch-var-2673);
	font-size:-px;
}
.row-style{
	width:100%;
}
.divider-background-color{
	background-color:var(--swatch-var-2673);
	height:3px;
}
.h6-style{
	width:74.04%;
}
.h6-1-style{
	width:73.68%;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-4715)!important;
	fill:var(--swatch-var-4715)!important;
}
.img-style{
	border-radius:88px 88px 88px 88px;
}
.link-style{
	font-size:24px;
	opacity:1.0;
}
.img-physio-ob-style{
	width:1356px;
}
.card-body-bloc-8-style{
	height:304px;
}
.link-kontakt-style{
	font-weight:bold;
}
button{
	color:var(--swatch-var-4715)!important;
}
.btn-style{
	width:46.15%;
}
.link-angebot-style{
	font-weight:bold;
}
.divider-style-center{
	width:47.02%;
	margin-left:0;
	margin-right:auto;
	height:3px;
	background-color:var(--swatch-var-2673);
	font-size:-px;
}
.divider-margin-left{
	margin-left:auto;
	margin-right:auto;
}
.divider-0-margin-left{
	margin-left:auto;
	margin-right:auto;
}
.divider-angebot-margin-left{
	margin-left:auto;
	margin-right:auto;
}
.img-kathrin-ursu-style{
	width:300px;
	border-radius:89px 89px 89px 89px;
}
.img-massage-nacken-style{
	border-radius:0px 0px 0px 0px;
}
.p-33-style{
	font-size:12px;
}
.card-body-2-style{
	height:254px;
}
.card-body-4-style{
	height:218px;
}
.divider-style{
	width:47.11%;
}
.divider-bloc-14-style{
	height:3px;
	background-color:var(--swatch-var-2673);
	width:73.89%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-280:rgba(243,243,245,1.00);
	
	--swatch-var-4715:rgba(35,57,91,1.00);
	
	--swatch-var-4480:rgba(93,169,166,1.00);
	
	--swatch-var-2673:rgba(197,160,89,1.00);
	
	--swatch-var-6902:rgba(93,169,166,0.72);
	
	--swatch-var-7982:rgba(197,160,89,0.72);
	
	--swatch-var-4052:rgba(255,255,255,1.00);
	
}


/* Background colour styles */

.bgc-280{
	background-color:var(--swatch-var-280);
}
.bgc-4052{
	background-color:var(--swatch-var-4052);
}
.bgc-4480{
	background-color:var(--swatch-var-4480);
}
.bgc-6902{
	background-color:var(--swatch-var-6902);
}
.bgc-2673{
	background-color:var(--swatch-var-2673);
}
.bgc-7982{
	background-color:var(--swatch-var-7982);
}
.bgc-4715{
	background-color:var(--swatch-var-4715);
}

/* Text colour styles */

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

/* Button colour styles */

.bgc-280{
	background-color:var(--swatch-var-280);
}
.tc-280{
	color:var(--swatch-var-280)!important;
}
.btn-c-280,.btn-c-280:focus{
	background:var(--swatch-var-280);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-280:hover{
	background:#C0C0C2!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.bgc-280{
	background-color:var(--swatch-var-280);
}
.tc-280{
	color:var(--swatch-var-280)!important;
}
.btn-c-280,.btn-c-280:focus{
	background:var(--swatch-var-280);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-280:hover{
	background:#C0C0C2!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-280{
	color:var(--swatch-var-280)!important;
	border-color:var(--swatch-var-280)!important;
	fill:var(--swatch-var-280);
}
.ltc-280{
	color:var(--swatch-var-280)!important;
	fill:var(--swatch-var-280);
}
.ltc-280:hover{
	color:#C0C0C2!important;
	fill:var(--swatch-var-280);
}
.icon-280{
	color:var(--swatch-var-280)!important;
	border-color:var(--swatch-var-280)!important;
}
/**/.bgc-4715{
	background-color:var(--swatch-var-4715);
}
.tc-4715{
	color:var(--swatch-var-4715)!important;
}
.btn-c-4715,.btn-c-4715:focus{
	background:var(--swatch-var-4715);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-4715:hover{
	background:#000628!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.wire-btn-c-4715{
	color:var(--swatch-var-4715)!important;
	border-color:var(--swatch-var-4715)!important;
	fill:var(--swatch-var-4715);
}
.ltc-4715{
	color:var(--swatch-var-4715)!important;
	fill:var(--swatch-var-4715);
}
.ltc-4715:hover{
	color:#000628!important;
	fill:var(--swatch-var-4715);
}
.icon-4715{
	color:var(--swatch-var-4715)!important;
	border-color:var(--swatch-var-4715)!important;
}
/**/.bgc-4480{
	background-color:var(--swatch-var-4480);
}
.tc-4480{
	color:var(--swatch-var-4480)!important;
}
.btn-c-4480,.btn-c-4480:focus{
	background:var(--swatch-var-4480);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-4480:hover{
	background:#2A7673!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-4480{
	color:var(--swatch-var-4480)!important;
	border-color:var(--swatch-var-4480)!important;
	fill:var(--swatch-var-4480);
}
.ltc-4480{
	color:var(--swatch-var-4480)!important;
	fill:var(--swatch-var-4480);
}
.ltc-4480:hover{
	color:#2A7673!important;
	fill:var(--swatch-var-4480);
}
.icon-4480{
	color:var(--swatch-var-4480)!important;
	border-color:var(--swatch-var-4480)!important;
}
/**/.bgc-2673{
	background-color:var(--swatch-var-2673);
}
.tc-2673{
	color:var(--swatch-var-2673)!important;
}
.btn-c-2673,.btn-c-2673:focus{
	background:var(--swatch-var-2673);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-2673:hover{
	background:#926D26!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}

/* Link colour styles */

.ltc-4715{
	color:var(--swatch-var-4715)!important;
	fill:var(--swatch-var-4715);
}
.ltc-4715:hover{
	color:#000628!important;
	fill:var(--swatch-var-4715);
}

/* Bloc image backgrounds */


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


/* = 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;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@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;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@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;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = 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){
	.homepage_titel{
		width:100%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:var(--swatch-var-4715)!important;
	}
	.btn-style{
		width:57.33%;
	}
	.divider-style-left{
		margin-left:0;
		margin-right:auto;
	}
	.p-30-style{
		width:100%;
	}
	.card-body-2-style{
		height:272px;
	}
	.divider-style{
		width:57.2%;
	}
	.btn-bloc-17-style{
		width:100%;
	}
	.divider-bloc-14-style{
		margin-left:auto;
		margin-right:auto;
	}
	
}

@media (max-width: 767px){
	.homepage_titel{
		width:85.47%;
	}
	.h6-style{
		width:82.26%;
	}
	.h6-1-style{
		width:80.38%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:var(--swatch-var-4715)!important;
	}
	.btn-style{
		width:40.57%;
	}
	.card-body-bloc-8-style{
		height:432px;
	}
	.btn-4-style{
		width:100%;
	}
	.btn-bloc-15-style{
		width:100%;
	}
	.card-body-2-style{
		height:213px;
	}
	.card-body-4-style{
		height:143px;
	}
	.card-body-style{
		height:192px;
	}
	.p-26-style{
		width:100%;
	}
	.card-body-36846-style{
		height:190px;
	}
	.card-body-5-style{
		height:231px;
	}
	.divider-style-left{
		margin-left:0;
		margin-right:auto;
	}
	.divider-style{
		width:76.42%;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.footer-link{
		text-align:center;
	}
	.h6-style{
		width:97.08%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:var(--swatch-var-4715)!important;
	}
	.btn-style{
		width:54.01%;
	}
	.card-body-2-style{
		height:321px;
	}
	.card-body-style{
		height:275px;
	}
	.card-body-36846-style{
		height:207px;
	}
	.card-body-5-style{
		height:231px;
	}
	.divider-style-center{
	}
	.divider-style{
		width:100%;
	}
	.divider-bloc-14-style{
		height:3px;
		background-color:var(--swatch-var-2673);
		width:100%;
	}
	.divider-angebot-margin-left{
		width:100%;
	}
	
}

