/*-----------------------------------------------------------------------------------
	Capelli Soricelli
	About: Stilsicheres Hairstyling, moderne Haircuts, die Liebe zur handwerklichen Professionalität und die kompetente Beratung meiner
Kundinnen und Kunden sowie die Wahl der richtigen Haarpflege-Produkte prägen meine Handschrift.
Ich freue mich, Sie in entspannter Ambiente in meinem Coiffeur-Salon begrüssen zu dürfen.
	Author: Pat Wettstein 3
	Version: 30.04.25.Oktober 25
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#000000;
    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-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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


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

/* 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);
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* 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;
}
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;
}


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

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


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	background-color:transparent;
	color:#FFFFFF!important;
}
.container{
	max-width:1200px;
}
.image-style{
	width:380px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h1-margin-bottom{
	margin-bottom:377px;
	margin-top:48px;
}
.p-style{
	line-height:24px;
	background-color:#FFFFFF;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-size:auto auto;
	margin-top:0px;
	margin-bottom:61px;
	font-family:"Open Sans";
	font-weight:400;
	font-size:18px;
}
.navbar-brand img{
	width:350px;
	height:80px;
}
.bloc-margin-top{
	margin-top:20px;
	margin-bottom:0px;
}
.h6-margin-bottom{
	margin-bottom:277px;
	margin-top:284px;
}
.img-style{
	border-radius:122px 122px 122px 122px;
}
.bloc-bloc-10-margin-bottom{
	margin-bottom:207px;
}
.row-bloc-10-margin-bottom{
	margin-bottom:371px;
}
.p-8-style{
	width:100%;
	font-size:15px;
	font-family:"Open Sans";
	font-weight:600;
	line-height:40px;
}
.img--pwf49-style{
	width:600px;
	border-radius:0px 0px 0px 0px;
}
.footer{
	margin-bottom:100px;
}
.navibuttoncapelli{
	font-family:"Open Sans";
	font-weight:600;
	text-transform:none;
	text-decoration:none;
	text-indent:5px;
	font-size:16px;
	background-color:transparent;
}
.navibuttoncapelli:hover{
	color:#D28A26!important;
	font-weight:600;
	font-family:"Open Sans";
}
.footer-capelli{
	font-size:16px;
	font-family:"Open Sans";
	font-weight:600;
	color:#C0C0C0!important;
	line-height:20px;
}
.navibuttoncapelli:active{
	font-family:"Open Sans";
	font-weight:600;
}
.img-telef-style{
	height:45px;
}
.img-bloc-12footer-style{
	height:45px;
}
.img-rassierer-b-style{
	width:120px;
	height:140px;
}
.untertitel{
	font-family:"Open Sans";
	font-weight:600;
	font-size:18px;
}
.img-4-style{
	width:117px;
	position:relative;
	top:10px;
}
.p-style:hover{
	font-family:"Open Sans";
	font-weight:400;
}
.img-padding-bottom{
	padding-bottom:0px;
	margin-bottom:-20px;
	border-radius:223px 223px 223px 223px;
}
.responsive-padding{
	padding:100px 100px 100px 100px;
}
.salonstartiphone{
	padding:200px 200px 200px 200px;
}
.textgrau{
	color:#C0C0C0!important;
}
.text-span-color{
	color:#c0c0c0;
}
.bilder{
	width:100%;
	height:1000px;
}
.nav-link.active{
	font-weight:600;
	color:var(--swatch-var-6911)!important;
	font-family:"Open Sans";
	font-size:16px;
}
.facebook{
	position:relative;
	top:2px;
}
.kontakt{
	font-family:"Open Sans";
	font-weight:900;
	font-size:12px;
}
.kontakt:hover{
	color:#C17811!important;
}
.h6-navigation-style{
	font-family:"Open Sans";
	font-size:14px;
	font-weight:800;
	line-height:14px;
}
.h6-style{
	font-family:"Open Sans";
	font-size:15px;
}
.h6-kontakt-style{
	font-size:15px;
	text-align:left;
}
.stickyalert-agree a{
	color:#FEFFFF!important;
	font-family:"Open Sans";
	border-width:5px 5px 5px 5px;
	border-color:transparent!important;
	padding:20px 20px 20px 20px;
	background-color:#000000;
}
.stickyalert-leave a{
	font-family:"Open Sans";
	color:#FEFFFF!important;
	background-color:#000000;
}
.stickyalert-policy a{
	font-family:"Open Sans";
	color:#000000!important;
}
.stickyalert-txt{
	font-family:"Open Sans";
	color:#000000!important;
}
.footer-link{
	font-family:"Open Sans";
	font-weight:600;
	font-size:16px;
	color:var(--swatch-var-848)!important;
}
.img-bloc-19-style{
	width:35px;
}
.impresum{
	font-family:"Open Sans";
	font-weight:600;
	color:var(--swatch-var-1800)!important;
}
.img-7-style{
	height:45px;
}
.h1-style{
	font-size:20px;
	line-height:24px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2309:rgba(253,0,218,1.00);
	
	--swatch-var-7267:#FFFFFF;
	
	--swatch-var-848:rgba(192,192,192,1.00);
	
	--swatch-var-7054:rgba(0,0,0,1.00);
	
	--swatch-var-2063:rgba(33,33,33,1.00);
	
	--swatch-var-7226:rgba(0,0,0,1.00);
	
	--swatch-var-6911:rgba(210,139,39,1.00);
	
	--swatch-var-1800:rgba(192,192,192,1.00);
	
	--swatch-var-4067:rgba(0,0,0,0.00);
	
}


/* Background colour styles */

.bgc-2063{
	background-color:var(--swatch-var-2063);
}
.bgc-7054{
	background-color:var(--swatch-var-7054);
}
.bgc-7267{
	background-color:var(--swatch-var-7267);
}

/* Text colour styles */

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

/* Link colour styles */

.ltc-848{
	color:var(--swatch-var-848)!important;
}
.ltc-848:hover{
	color:#8D8D8D!important;
}
.ltc-1800{
	color:var(--swatch-var-1800)!important;
}
.ltc-1800:hover{
	color:#8D8D8D!important;
}

/* Icon colour styles */

.icon-848{
	color:var(--swatch-var-848)!important;
	border-color:var(--swatch-var-848)!important;
}

/* Bloc image backgrounds */

.bg--pwf4976{
	background-image:url("img/capelli%20soricelli%20_pwf4976.jpg");
	background-image: -webkit-image-set(url("img/capelli%20soricelli%20_pwf4976.webp") 1x,
url("img/capelli%20soricelli%20_pwf4976.webp") 2x);background-image: image-set(url("img/capelli%20soricelli%20_pwf4976.jpg") 1x,
url("img/capelli%20soricelli%20_pwf4976.jpg") 2x,url("img/capelli%20soricelli%20_pwf4976.webp") 1x,
url("img/capelli%20soricelli%20_pwf4976.webp") 2x);
}
.bg-capelli-20soricelli-20Hintergrund{
	background-image:url("img/capelli%20soricelli%20Hintergrund.jpg");
	background-image: -webkit-image-set(url("img/capelli%20soricelli%20Hintergrund.webp") 1x,
url("img/capelli%20soricelli%20Hintergrund.webp") 2x);background-image: image-set(url("img/capelli%20soricelli%20Hintergrund.jpg") 1x,
url("img/capelli%20soricelli%20Hintergrund.jpg") 2x,url("img/capelli%20soricelli%20Hintergrund.webp") 1x,
url("img/capelli%20soricelli%20Hintergrund.webp") 2x);
}
.bg-capelli-20soricelli-20salon-schild{
	background-image:url("img/capelli%20soricelli%20salon-schild.jpg");
	background-image: -webkit-image-set(url("img/capelli%20soricelli%20salon-schild.webp") 1x,
url("img/capelli%20soricelli%20salon-schild.webp") 2x);background-image: image-set(url("img/capelli%20soricelli%20salon-schild.jpg") 1x,
url("img/capelli%20soricelli%20salon-schild.jpg") 2x,url("img/capelli%20soricelli%20salon-schild.webp") 1x,
url("img/capelli%20soricelli%20salon-schild.webp") 2x);
}
.bg-capelli-20soricelli-20-WPD6812-3{
	background-image:url("img/capelli%20soricelli%20_WPD6812-3.jpg");
	background-image: -webkit-image-set(url("img/capelli%20soricelli%20_WPD6812-3.webp") 1x,
url("img/capelli%20soricelli%20_WPD6812-3.webp") 2x);background-image: image-set(url("img/capelli%20soricelli%20_WPD6812-3.jpg") 1x,
url("img/capelli%20soricelli%20_WPD6812-3.jpg") 2x,url("img/capelli%20soricelli%20_WPD6812-3.webp") 1x,
url("img/capelli%20soricelli%20_WPD6812-3.webp") 2x);
}
.bg-capelli-20soricelli-20-pwf5056{
	background-image:url("img/capelli%20soricelli%20_pwf5056.jpg");
	background-image: -webkit-image-set(url("img/capelli%20soricelli%20_pwf5056.webp") 1x,
url("img/capelli%20soricelli%20_pwf5056.webp") 2x);background-image: image-set(url("img/capelli%20soricelli%20_pwf5056.jpg") 1x,
url("img/capelli%20soricelli%20_pwf5056.jpg") 2x,url("img/capelli%20soricelli%20_pwf5056.webp") 1x,
url("img/capelli%20soricelli%20_pwf5056.webp") 2x);
}
.bg--capelli-20soricelli-20pwf5038-1920{
	background-image:url("img/_capelli%20soricelli%20pwf5038_1920.jpg");
	background-image: -webkit-image-set(url("img/_capelli%20soricelli%20pwf5038_1920.webp") 1x,
url("img/_capelli%20soricelli%20pwf5038_1920.webp") 2x);background-image: image-set(url("img/_capelli%20soricelli%20pwf5038_1920.jpg") 1x,
url("img/_capelli%20soricelli%20pwf5038_1920.jpg") 2x,url("img/_capelli%20soricelli%20pwf5038_1920.webp") 1x,
url("img/_capelli%20soricelli%20pwf5038_1920.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;
}
.stickyalert-bg {
	  display:block;
	  position:fixed;
	  width:100%;
	  height:100%;
	  top:0;
	  left:0;
	  background-color: rgba(0,0,0,0);
	  z-index: 9997}.stickyalertwrapper {
	  display:block;
	  position:relative;
	  width:100%;
	  padding: 1% 5% 1% 1%;
	  text-align: left;
	  background-color: #d8d8d8;
	  border-radius: 3px;
	  box-shadow: 0 0 5px #555555;
	  z-index:9998}  .stickyalertwrapper.top {
	  top:9%}  .stickyalertwrapper.bottom {
	  bottom:0%}      .stickyalertwrapper p.stickyalert-txt {
	  display:inline;
	  position:relative;
	  margin: 0;
	  padding: 0;
	  color: #515151;
	  font-size:1.25em;
	  line-height:140%}  .stickyalertwrapper p.stickyalert-policy, .stickyalertwrapper p.stickyalert-agree, .stickyalertwrapper p.stickyalert-leave {
	  display:inline-block;
	  position:relative;
	  margin: .25em 0 0 .5em;
	  padding: 0;
	  font-size:1.25em;
	  line-height:140%}  .stickyalertwrapper p.stickyalert-policy a, .stickyalertwrapper p.stickyalert-agree a, .stickyalertwrapper p.stickyalert-leave a, .stickyalertwrapper p.stickyalert-policy a:visited, .stickyalertwrapper p.stickyalert-agree a:visited, .stickyalertwrapper p.stickyalert-leave a:visited {
	  padding: .2em .35em .2em .35em;
	  border: 2px solid #bcbcbc;
	  border-radius: .5em;
	  color: #4c8dbb}  /* .stickyalertwrapper p.stickyalert-policy a:hover, .stickyalertwrapper p.stickyalert-leave a:hover {
	  border: 2px solid #ffffff;
	  color: #ffffff}   */  .stickyalertwrapper .icon-md {
	  display:block;
	  position:absolute;
	  top:10%;
	  right:1%;
	  color:#ff0000;
	  text-shadow: 1px 1px 2px #929292;
	  cursor:pointer}   .stickyalertwrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}  @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (   min--moz-device-pixel-ratio: 2),only screen and (max-width: 768px) and (   -moz-min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (     -o-min-device-pixel-ratio: 2/1),only screen and (max-width: 768px) and (             min-device-pixel-ratio: 2),only screen and (max-width: 768px) and (                min-resolution: 192dpi),only screen and (max-width: 768px) and (                min-resolution: 2dppx) {
	  .stickyalertwrapper p.stickyalert-txt {
	padding: 0!important}  .stickyalertwrapper p.stickyalert-policy, .stickyalertwrapper p.stickyalert-agree, .stickyalertwrapper p.stickyalert-leave {
	margin-left: 0em;
	 line-height: calc(140% * 1.33)!important}}  

/* = 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){
	.p-style{
		font-size:16px;
		width:91.9%;
	}
	.navibuttoncapelli{
		font-size:14px;
		text-indent:0px;
	}
	.p-8-style{
		width:100%;
		font-size:14px;
	}
	.untertitel{
		text-shadow:0px 0px 0px #000000;
		text-decoration:none;
	}
	.img-4-style{
		width:100px;
	}
	.h6-navigation-style{
		line-height:20px;
		font-size:15px;
		font-family:"OpenSans-SemiBold";
		font-weight:600;
	}
	.responsive-padding{
		padding:50px 50px 50px 50px;
	}
	.bilder{
		height:500px;
	}
	.bloc-margin-top{
		width:100%;
	}
	.nav-link.active{
		font-size:14px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.p-style{
		text-align:center;
		width:97.2%;
		font-size:14px;
	}
	.bloc-margin-top{
		margin-bottom:0px;
	}
	.text-left{
	}
	.text-center{
	}
	.p-8-style{
		width:100%;
	}
	.footer-capelli{
		width:100%;
		font-size:14px;
	}
	.salonstartiphone{
		padding:150px 150px 150px 150px;
	}
	.bilder{
		height:300px;
	}
	.h6-kontakt-style{
		font-size:14px;
	}
	.h6-style{
		font-size:14px;
	}
	.stickyalert-leave a{
		margin-left:20px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:250px;
	}
	.footer-link{
		text-align:center;
	}
	.p-style{
		width:100%;
		font-size:16px;
	}
	.h6-navigation-style{
		font-size:13px;
	}
	.untertitel{
	}
	.img-bloc-12footer-style{
		width:40px;
		height:40px;
	}
	.img-telef-style{
		height:44px;
	}
	.salonstartiphone{
		background-size:auto auto;
		padding:50px 50px 50px 50px;
	}
	.responsive-padding{
		padding:0px 0px 0px 0px;
	}
	.bilder{
		height:200px;
	}
	.blocsapp-special-menu blocsnav li a{
		font-size:12px;
	}
	.navibuttoncapelli{
	}
	.h6-kontakt-style{
		text-align:left;
		font-family:"Open Sans";
		font-weight:600;
		line-height:18px;
	}
	.h6-style{
		line-height:18px;
	}
	.img-7-style{
		width:45px;
	}
	.stickyalert-leave a{
		margin-left:20px;
		font-size:14px;
	}
	.stickyalert-agree a{
		margin-left:20px;
		padding:0px 0px 0px 0px;
	}
	.stickyalert-txt{
		color:#000000!important;
	}
	
}

