/*-----------------------------------------------------------------------------------
	THE CHAIR
	About: Richy
	Author: Richy
	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:'Oswald-Medium';
	src: url('./fonts/Oswald-Medium/Oswald-Medium.ttf');
	src: url('./fonts/Oswald-Medium/Oswald-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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

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

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


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* 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 Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


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

.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);
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(255, 255, 255);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* 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;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

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

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

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Mask */
.masked-img {
	object-fit: cover;
	aspect-ratio: 1/1;
	width:100%;
}
.blocsapp-img-mask-svg{
	position:absolute;
}
.blocsapp-img-mask-svg path{
	transform:scale(0.0025);
}
.brush-3-mask{
	clip-path: url(#brush-3-mask);
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}


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

/* Additional Aspect Ratios */

.ratio-4x4::before{
	padding-top:100%}.ratio-9x16::before{
	padding-top:106.25%}/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


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

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.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;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Oswald-Medium";
}
.container{
	max-width:1140px;
}
.footer-link{
	margin-bottom:20px;
	font-size:25px;
}
.hero-heading{
	width:100%;
	font-size:80px;
	text-transform:uppercase;
}
.navbar-nav li a{
	text-transform:none;
}
.primary-divider{
	background-color:var(--swatch-var-3409);
	max-width:150px;
	height:2px;
}
.box{
	padding:40px 40px 40px 40px;
	border-width:0px 0px 0px 0px;
	width:100%;
	background-color:var(--swatch-var-1165);
}
.section-heading{
	font-weight:bold;
	font-size:36px;
	text-transform:none;
}
.section-p{
	font-size:20px;
}
.hero-sub-heading{
	font-size:24px;
	text-transform:uppercase;
}
.primary-btn{
	background-color:var(--swatch-var-3409);
}
.primary-btn:hover{
	background-color:var(--swatch-var-79);
}
.btn{
	font-weight:bold;
}
.center-divider{
	margin-left:auto;
	margin-right:auto;
}
.custom-field{
	background-color:transparent;
	border-style:solid;
	border-color:var(--swatch-var-3409)!important;
	border-radius:0px 0px 0px 0px;
	margin-bottom:20px;
	border-width:2px 2px 2px 2px;
	caret-color:var(--swatch-var-3409);
	color:var(--swatch-var-6728)!important;
}
.custom-field::placeholder{
	color:var(--swatch-var-3409)!important;
}
.custom-field:focus{
	background-color:transparent;
	color:var(--swatch-var-6728)!important;
}
.name-heading{
	font-size:40px;
}
.icon-size{
	max-width:80px;
}
.primary-icon{
	fill:var(--swatch-var-3409);
}
.pulback{
	background-color:var(--swatch-var-1190);
	margin-left:0px;
	padding-right:0px;
	width:0px;
	height:270px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.pulback:hover{
	border-radius:0px 0px 0px 0px;
	border-style:dashed;
	border-width:0px 0px 0px 0px;
	background-color:var(--swatch-var-6587);
}
.pullitem:hover{
	background-color:var(--swatch-var-6587);
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-1190);
}
.blocsapp-special-menu blocsnav:hover{
	background-color:var(--swatch-var-6587);
}
.blocsapp-special-menu blocsnav:active{
	background-color:var(--swatch-var-6587);
}
.navtypo{
	font-size:21px;
	color:var(--swatch-var-1165)!important;
	font-family:"Oswald-Medium";
}
.navtypo:hover{
	font-size:21px;
	color:var(--swatch-var-7153)!important;
}
.navtypo:active{
	font-size:21px;
	color:var(--swatch-var-7153)!important;
}
.pulltypo{
	font-family:"Oswald-Medium";
	font-size:18px;
	color:var(--swatch-var-1165)!important;
}
.pulltypo:hover{
	color:var(--swatch-var-5220)!important;
}
.pulltypo:focus{
	color:var(--swatch-var-7153)!important;
}
.link-margin-top{
	margin-top:5px;
}
.pulback:active{
	background-color:var(--swatch-var-6587);
}
.link-margin-right{
	margin-right:15px;
}
.btn-margin-top{
	margin-top:3px;
}
.termin1{
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
	font-size:17px;
	color:var(--swatch-var-6728)!important;
	background-color:var(--swatch-var-3409);
	font-family:"Oswald-Medium";
}
.termin1:hover{
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-6587)!important;
	border-style:solid;
	font-size:17px;
	color:var(--swatch-var-6728)!important;
	background-color:var(--swatch-var-7134);
	font-family:"Oswald-Medium";
	box-shadow:0.00px 4.00px 0px #FCE766;
}
.termin1:active{
	font-size:17px;
	color:var(--swatch-var-6728)!important;
	background-color:var(--swatch-var-7134);
	font-family:"Oswald-Medium";
}
.pulback-klein{
	background-color:var(--swatch-var-1190);
	margin-left:0px;
	padding-right:0px;
	width:0px;
	height:115px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.pulback-klein:hover{
	border-radius:0px 0px 0px 0px;
	border-style:dashed;
	border-width:0px 0px 0px 0px;
	background-color:var(--swatch-var-6587);
}
.pulback-klein:active{
	background-color:var(--swatch-var-6587);
}
.link-kajo-friseure-margin-right{
	margin-right:11px;
}
.link-preise-margin-right{
	margin-right:11px;
}
.link-über-uns--margin-right{
	margin-right:11px;
}
.h3-style{
	line-height:26px;
	margin-bottom:17px;
	font-size:22px;
	margin-top:-5px;
}
.h3-bloc-10-style{
	font-size:18px;
	margin-bottom:20px;
	font-family:"Oswald-Light";
	width:100%;
	line-height:33px;
}
.h3-49849-style{
	font-size:22px;
	margin-bottom:26px;
}
.h5-margin-bottom{
	margin-bottom:13px;
	font-size:22px;
	width:100%;
	opacity:1.0;
}
.preislinie{
	box-shadow:0.00px 1.00px 0px rgba(83,83,83,0.85);
}
.h5-style{
	font-family:"Oswald-Light";
	font-size:40px;
	margin-bottom:35px;
}
.row-18-margin-top{
	margin-top:22px;
}
.row-margin-top{
	margin-top:22px;
}
.row-preis01-margin-top{
	margin-top:18px;
}
.bloc-preisherren-margin-top{
	margin-top:12px;
}
.bloc-preisdamen-margin-top{
	margin-top:12px;
}
.bloc-0-margin-top{
	margin-top:18px;
}
.bloc-0-preisdamen-margin-top{
	margin-top:12px;
}
.h3-margin-top{
	font-size:22px;
	line-height:26px;
	margin-top:-5px;
}
.h5-balayage-style{
	font-size:40px;
	line-height:48px;
	font-family:"Oswald-Light";
	margin-bottom:55px;
}
.h5-herren-style{
	font-size:40px;
	line-height:48px;
	font-family:"Oswald-Light";
	margin-bottom:66px;
}
.h3-12-€-style{
	font-size:22px;
	line-height:26px;
	margin-top:-5px;
}
.p2-innen{
	padding-top:266px;
	padding-bottom:263px;
}
.pullitem:focus{
	background-color:var(--swatch-var-5660);
}
.h3-margin-bottom{
	margin-bottom:12px;
	margin-top:-1px;
	font-size:22px;
	line-height:26px;
}
.h3-291-€-margin-bottom{
	margin-bottom:24px;
	margin-top:27px;
	font-size:22px;
	line-height:26px;
}
.h3-67-€-style{
	font-size:22px;
	line-height:26px;
}
.h3-75-€-style{
	font-size:22px;
	line-height:26px;
	margin-top:27px;
}
.h3-45-€-style{
	font-size:22px;
	line-height:26px;
}
.h3-50-€-style{
	font-size:22px;
	line-height:26px;
	margin-top:26px;
}
.h3-85-€-margin-top{
	font-size:22px;
	line-height:26px;
}
.navbar-brand img{
	width:150px;
	height:100px;
}
.zindex2{
	z-index:4;
}
.rahmengrau{
	border-width:12px 12px 12px 12px;
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
	border-radius:0px 0px 0px 0px;
}
.h3-card-heading-margin-bottom{
	margin-bottom:7px;
	margin-top:1px;
	line-height:40px;
}
.img-schwarzwaldfas-margin-bottom{
	margin-bottom:15px;
	margin-top:2px;
}
.divider-background-color{
	background-color:var(--swatch-var-6573);
	margin-bottom:21px;
	margin-top:2px;
	width:53.31%;
	height:6px;
}
.divider-ref01-margin-bottom{
	margin-bottom:16px;
	background-color:var(--swatch-var-4630);
}
.img-block-bla-style{
	width:75px;
	margin-bottom:17px;
}
.effekt1{
	background-color:transparent;
	opacity:1.0;
	mix-blend-mode:normal;
	background-blend-mode:normal;
}
.effekt1:hover{
	opacity:0.8;
}
.effekt1:active{
	opacity:1.0;
}
.img-ref01-margin-bottom{
	margin-bottom:15px;
}
.divider-margin-bottom{
	margin-bottom:16px;
	background-color:var(--swatch-var-4630);
}
.divider-0-ref01-margin-bottom{
	margin-bottom:15px;
	background-color:var(--swatch-var-4630);
}
.h1-style{
	font-size:90px;
	margin-bottom:-1px;
	width:96.68%;
	padding-bottom:2px;
}
.h3-10-style{
	line-height:40px;
	margin-bottom:27px;
	margin-top:0px;
}
.h3-12-style{
	line-height:40px;
	margin-bottom:31px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-6728);
	width:100%;
	height:63px;
}
.btn-margin-bottom{
	margin-bottom:36px;
}
.h1-bloc-33-style{
	font-size:39px;
	line-height:56px;
	padding-top:0px;
	padding-bottom:1px;
	margin-bottom:24px;
	margin-top:-1px;
}
.formline{
	border-style:solid;
	border-color:var(--swatch-var-6573)!important;
	border-radius:8px 8px 8px 8px;
	border-width:2px 2px 2px 2px;
}
.formline:hover{
	border-style:solid;
	border-color:#000000!important;
	border-radius:8px 8px 8px 8px;
	border-width:2px 2px 2px 2px;
}
.formline:active{
	border-radius:8px 8px 8px 8px;
}
.option-select-margin-bottom{
	margin-bottom:45px;
	padding-bottom:1px;
}
.field-margin-bottom{
	margin-bottom:31px;
}
.option-select-margin-top{
	margin-top:2px;
	margin-bottom:33px;
}
.text-area-margin-bottom{
	margin-bottom:0px;
}
.p-mod-formular-margin-top{
	margin-top:32px;
	margin-bottom:5px;
}
.textclick{
	font-family:"Oswald-Regular";
	font-size:13pt;
	color:#000000!important;
}
.textclick:hover{
	font-family:"Oswald-Regular";
	font-size:13pt;
	color:var(--swatch-var-6573)!important;
}
.textclick:active{
	font-family:"Oswald-Regular";
	font-size:13pt;
	color:var(--swatch-var-6573)!important;
}
.checkbox-margin-top{
	margin-top:0px;
}
.btn-submit-style{
	width:29.02%;
	color:#FFFFFE!important;
	background-color:var(--swatch-var-5352);
	margin-top:24px;
	margin-bottom:23px;
	font-family:"Lato-Light";
}
.btn-submit-style:hover{
	background-color:var(--swatch-var-6155);
}
.btn-submit-style:active{
	background-color:var(--swatch-var-6155);
}
.bloc-margin-top{
	margin-top:0px;
}
.dropdown-menu a{
	padding-right:0px;
	margin-right:74px;
}
.img-telefon-ic-style{
	width:75px;
	border-radius:16px 16px 16px 16px;
}
.iconred:hover{
	box-shadow:0.00px 0.00px 9px #E9882F;
}
.container-div-margin-top{
	margin-top:8px;
}
.zindex1{
	z-index:-99;
}
.container-div-padding-bottom{
	padding-bottom:18px;
}
.h3-6-style{
	font-size:24px;
	line-height:28px;
}
.h3-20-style{
	font-family:"Oswald-Medium";
	font-size:40px;
	line-height:55px;
	width:38.97%;
}
.img-style{
	width:133px;
}
.p-margin-bottom{
	font-size:33px;
	line-height:44px;
	margin-bottom:26px;
}
.row-bloc-10-42518-margin-top{
	margin-top:-13px;
}
.h3-info01-style{
	font-size:55px;
	line-height:65px;
	margin-top:-2px;
}
.p-text1-style{
	font-family:"Oswald-Light";
	font-size:19px;
	line-height:30px;
}
a{
	text-decoration:none;
}
.btn-style-clientenseite{
	width:100%;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-1165)!important;
	margin-bottom:7px;
}
.btn-style-clientenseite:hover{
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-6573)!important;
}
.btn-button-style{
	width:52.04%;
}
.img-footer1-style{
	width:59px;
	margin-left:-9px;
	margin-bottom:17px;
}
.footer-divider{
	background-color:var(--swatch-var-2091);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.divider-footer-background-color{
	background-color:var(--swatch-var-6573);
	height:2px;
	width:45.19%;
}
.footer-link:hover{
	font-size:25px;
}
.footer-link:active{
	font-size:25px;
}
.h3-impressum-margin-bottom{
	margin-bottom:1px;
}
.p-footer-margin-bottom{
	margin-bottom:3px;
}
.svg-icon-style{
	width:25px!important;
	fill:var(--swatch-var-6573)!important;
	padding-top:0px;
}
.hovereffect:hover{
	filter:contrast(50%);
}
.h1-margin-left{
	margin-left:17px;
	font-size:120px;
}
.button2{
	background-color:#FFFFFE;
	font-family:"AnonymousPro-Regular";
	font-size:13px;
	color:#FEFFFE!important;
}
.button2:hover{
	background-color:#F0F0EF;
	font-family:"AnonymousPro-Regular";
	font-size:13px;
	color:#FEFFFE!important;
}
.button2:active{
	background-color:#FFFFFE;
	font-family:"AnonymousPro-Regular";
	font-size:13px;
	color:#FEFFFE!important;
}
.outline2{
	border-style:solid;
	border-color:#120E09!important;
	color:#120E09!important;
	font-size:13px;
	border-radius:25px 25px 25px 25px;
	border-width:3px 3px 3px 3px;
}
.outline2:hover{
	border-style:solid;
	border-color:#000000!important;
	color:#343636!important;
	font-size:13px;
	border-radius:25px 25px 25px 25px;
	border-width:3px 3px 3px 3px;
}
.outline2:active{
	color:#000000!important;
	font-size:13px;
}
.icon1{
	opacity:1.0;
	color:#FFD438!important;
}
.icon1:hover{
	color:rgba(255,201,47,0.85)!important;
}
.icon1:active{
	color:#FFC400!important;
}
.text-span-color-whithe{
	color:var(--swatch-var-6728)!important;
}
.shadow{
	box-shadow:0.00px 41.00px 9px #10120C;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-6728);
	height:91px;
}
.bloc-fill{
	fill:var(--swatch-var-793);
}
.bloc-divider-b-bildinnen-fill{
	fill:var(--swatch-var-6728);
}
.bloc-divider-b-hero-fill{
	fill:var(--swatch-var-6728);
	height:70px;
}
.img-bloc-6-style{
	width:760px;
}
.bloc-margin-bottom{
	margin-bottom:59px;
}
.p-intro1-margin-bottom{
	margin-bottom:29px;
	font-size:16px;
	font-family:"Oswald-Light";
}
.img-intro1-style{
	width:46px;
	margin-left:-6px;
}
.zindexfull{
	z-index:5;
}
.whithehead{
	box-shadow:0.00px -0.00px 50px #FEFFFE;
}
.container-div-style{
	width:100%;
}
.h3-öffnungszeiten-margin-top{
	margin-top:33px;
}
.p-contact-margin-bottom{
	margin-bottom:37px;
}
.row-form-margin-top{
	margin-top:25px;
}
.scrollToTop{
	width:50px;
	margin:-20px -20px -20px -20px;
	background-color:var(--swatch-var-6573);
	border-width:0px 0px 0px 0px;
	border-radius:6px 0px 0px 0px;
}
.scrollToTop:hover{
	background-color:var(--swatch-var-1165);
}
.scrollToTop:active{
	background-color:var(--swatch-var-1165);
}
.bloc-0-margin-bottom{
	margin-bottom:53px;
}
.p-text-margin-bottom{
	margin-bottom:7px;
	font-family:"Oswald-Light";
}
.img-text-style{
	width:194px;
	margin-top:1px;
	margin-left:-9px;
}
.logo-navi{
	opacity:1.0;
}
.logo-navi:hover{
	opacity:0.7;
}
.logo-navi:active{
	opacity:0.7;
}
.h3-impressum-style{
	font-family:"Oswald-Light";
}
.h3-datenschutz-style{
	font-family:"Oswald-Light";
}
.nav-li-a-color{
	color:var(--swatch-var-6573)!important;
}
.textclick-color{
	font-family:"Oswald-Regular";
	font-size:13pt;
	color:var(--swatch-var-6573)!important;
}
.textclick-color:hover{
	font-family:"Oswald-Regular";
	font-size:13pt;
	color:var(--swatch-var-7153)!important;
}
.textclick-color:active{
	font-family:"Oswald-Regular";
	font-size:13pt;
	color:var(--swatch-var-7153)!important;
}
.p-bloc-9-style{
	font-size:55px;
}
.row-icons1-margin-bottom{
	margin-bottom:-15px;
}
.icon-margin-top{
	margin-top:15px;
}
.noline{
	border-width:0px 0px 0px 0px;
}
.noline:hover{
	border-width:0px 0px 0px 0px;
}
.noline:active{
	border-width:0px 0px 0px 0px;
}
.zindex5{
	z-index:3;
}
.h3-bloc-5-margin-top{
	margin-top:14px;
	font-size:50px;
}
.svg-icon-fill{
	fill:var(--swatch-var-2588)!important;
	margin-top:-1px;
	width:40px!important;
}
.h3--focus-margin-top{
	margin-top:14px;
	margin-bottom:26px;
	font-size:50px;
}
.h3--resident-margin-top{
	margin-top:14px;
	font-size:50px;
}
.p-style{
	line-height:25px;
	letter-spacing:1px;
	font-size:18px;
}
.p-auswahlkasten-style{
	line-height:25px;
	letter-spacing:1px;
	font-size:18px;
}
.p-3-style{
	line-height:25px;
	letter-spacing:1px;
	font-size:18px;
}
.p-4-style{
	line-height:25px;
	letter-spacing:1px;
	font-size:18px;
}
.p-5-style{
	line-height:25px;
	letter-spacing:1px;
	font-size:18px;
	margin-bottom:275px;
}
.p-6-style{
	line-height:22px;
}
.p-7-style{
	line-height:22px;
}
.p-15-style{
	line-height:25px;
	letter-spacing:1px;
	font-size:18px;
}
.bloc-bloc-3-margin-top{
	margin-bottom:-13px;
}
.divider-0-background-color{
	background-color:var(--swatch-var-6728);
}
.bloc-info01-margin-top{
	margin-top:-24px;
}
.h2-style{
	font-size:55px;
	line-height:70px;
	margin-top:-10px;
	margin-bottom:4px;
}
.p-info03text-style{
	font-family:"Oswald-Light";
	font-size:21px;
	line-height:36px;
	margin-bottom:37px;
	text-indent:0px;
	letter-spacing:1px;
}
.p-intro1-style{
	font-size:21px;
	line-height:36px;
	font-family:"Oswald-Light";
	letter-spacing:1px;
}
.frame1{
	border-width:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-2588)!important;
}
.frame1:hover{
	border-width:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-93)!important;
}
.frame2{
	border-width:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-6155)!important;
}
.frame2:hover{
	border-width:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-93)!important;
}
.frame3{
	border-width:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-6573)!important;
}
.frame3:hover{
	border-width:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-93)!important;
}
.svg-icon-auswahlkasten-fill{
	fill:var(--swatch-var-6155)!important;
	width:40px!important;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-6573)!important;
	width:40px!important;
}
.h2-3-style{
	font-size:55px;
	line-height:70px;
}
.p-110-style{
	line-height:36px;
	font-family:"Oswald-Light";
	font-size:21px;
	letter-spacing:1px;
}
.label-margin-bottom{
	margin-bottom:20px;
	font-size:30px;
}
.coloracordi1{
	background-color:var(--swatch-var-2588);
}
.coloracordi1:hover{
	background-color:var(--swatch-var-1551);
	border-color:var(--swatch-var-6728)!important;
}
.coloracordi1:active{
	background-color:var(--swatch-var-2588);
}
.coloracordi1:focus{
	background-color:var(--swatch-var-2588);
}
.coloracordi2{
	background-color:var(--swatch-var-6155);
}
.coloracordi2:hover{
	background-color:var(--swatch-var-1551);
	border-color:var(--swatch-var-6728)!important;
}
.coloracordi2:active{
	background-color:var(--swatch-var-6155);
}
.coloracordi2:focus{
	background-color:var(--swatch-var-6155);
}
.coloracordi3{
	background-color:var(--swatch-var-6573);
}
.coloracordi3:hover{
	background-color:var(--swatch-var-1551);
	border-color:var(--swatch-var-6728)!important;
}
.coloracordi3:active{
	background-color:var(--swatch-var-6573);
}
.coloracordi3:focus{
	background-color:var(--swatch-var-6573);
}
.btn-5-style{
	width:50.85%;
	background-color:var(--swatch-var-895);
}
.btn-5-style:hover{
	background-color:var(--swatch-var-6573);
}
.btn-5-style:active{
	background-color:var(--swatch-var-6573);
}
.btn-5-style:focus{
	background-color:var(--swatch-var-6573);
}
.container-div-formantrag-margin-top{
	margin-top:0px;
}
.field-formantrag-margin-bottom{
	margin-bottom:31px;
}
.field-0-margin-bottom{
	margin-bottom:26px;
}
.field-0-formantrag-margin-bottom{
	margin-bottom:28px;
}
.option-select-formdeinstuhl-margin-bottom{
	margin-bottom:25px;
}
.field-formdeinstuhl-margin-bottom{
	margin-bottom:23px;
}
.p-formdeinstuhl-style{
	font-size:25px;
}
.h4-margin-bottom{
	margin-bottom:2px;
	font-size:28px;
	width:32.78%;
}
.acordi-typo{
	font-family:"Oswald-Medium";
	color:var(--swatch-var-1165)!important;
	font-size:24px;
}
.acordi-typo:hover{
	font-size:24px;
}
.btn-submit-style-email{
	width:29.02%;
	color:#FFFFFE!important;
	background-color:var(--swatch-var-5352);
	margin-top:24px;
	margin-bottom:23px;
	font-family:"Lato-Light";
}
.btn-submit-style-email:hover{
	background-color:var(--swatch-var-6155);
}
.btn-submit-style-email:active{
	background-color:var(--swatch-var-6155);
}
.btn-button-margin-top{
	margin-top:1px;
}
.h1-head02-margin-bottom{
	margin-bottom:49px;
}
.bloc-padding-left{
	padding-left:0px;
	padding-right:0px;
	margin-top:-47px;
}
.h1-2-style{
	font-size:160px;
	margin-bottom:1px;
}
.bloc-bloc-2-margin-top{
	margin-top:-98px;
}
.img-rocket-ic-style{
	width:108px;
	margin-top:-54px;
	margin-left:3px;
	padding-top:88px;
}
.zindex999{
	z-index:999;
}
.img-margin-top{
	margin-top:-2px;
	width:177px;
	margin-bottom:-17px;
	margin-left:-2px;
	padding-top:38px;
}
.bloc-0-auswahlkasten-margin-bottom{
	margin-bottom:0px;
}
.bloc-padding-top{
	padding-top:57px;
	margin-top:-57px;
}
.img-car-ic-margin-top{
	width:216px;
	margin-left:2px;
	margin-top:235px;
	margin-bottom:-20px;
	padding-top:88px;
	padding-bottom:0px;
}
.klapper{
	background-color:var(--swatch-var-2757);
}
.klapper:hover{
	background-color:var(--swatch-var-6992);
}
.klapptext{
	font-family:"Lato-Regular";
	font-size:20px;
	color:#0E0E0E!important;
}
.klapptext:hover{
	font-family:"Lato-Regular";
	font-size:20px;
	color:var(--swatch-var-6573)!important;
	text-decoration:none;
}
.klapptext:active{
	font-family:"Lato-Regular";
	font-size:20px;
	color:var(--swatch-var-6573)!important;
}
.p-bloc-26-style{
	line-height:30px;
	font-family:"Lato-Regular";
	font-size:18px;
}
.p-8-style{
	line-height:30px;
}
.p-9-style{
	line-height:30px;
}
.p-10-style{
	line-height:30px;
}
.klapptext:focus{
	font-family:"Lato-Regular";
	font-size:20px;
	color:var(--swatch-var-6573)!important;
}
.container-div-margin-bottom{
	margin-bottom:2px;
}
.divider-6792-background-color{
	background-color:#FFFFFF;
}
.p-info04text-style{
	font-size:21px;
	line-height:36px;
	font-family:"Oswald-Light";
	letter-spacing:1px;
}
.p-131-style{
	font-family:"Oswald-Light";
	font-size:21px;
	line-height:36px;
	letter-spacing:1px;
}
.bloc-info04text-margin-top{
	margin-top:50px;
}
.pulback-klein2{
	background-color:var(--swatch-var-1190);
	margin-left:0px;
	padding-right:0px;
	width:0px;
	height:48px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	min-width:100px;
}
.pulback-klein2:hover{
	border-radius:0px 0px 0px 0px;
	border-style:dashed;
	border-width:0px 0px 0px 0px;
	background-color:var(--swatch-var-6587);
}
.pulback-klein2:active{
	background-color:var(--swatch-var-6587);
}
.html-widget-style{
	width:100%;
}
.h1-bloc-11-style{
	font-size:80px;
	width:94.55%;
	margin-top:-4px;
	padding-top:0px;
	margin-bottom:4px;
}
.text-image{
	color:transparent!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-image:url("img/Freiburg_Panorama.jpg");
	background-image: -webkit-image-set(url("img/Freiburg_Panorama.webp") 1x,
url("img/Freiburg_Panorama.webp") 2x);background-image: image-set(url("img/Freiburg_Panorama.jpg") 1x,
url("img/Freiburg_Panorama.jpg") 2x,url("img/Freiburg_Panorama.webp") 1x,
url("img/Freiburg_Panorama.webp") 2x);
	background-image: -webkit-image-set(url("img/Freiburg_Panorama.webp") 1x,
url("img/Freiburg_Panorama.webp") 2x);background-image: image-set(url("img/Freiburg_Panorama.jpg") 1x,
url("img/Freiburg_Panorama.jpg") 2x,url("img/Freiburg_Panorama.webp") 1x,
url("img/Freiburg_Panorama.webp") 2x);
	background-size:cover;
}
.text-image:hover{
	background-image:url("img/friseur-kamm-scheere.jpg");
	background-image: -webkit-image-set(url("img/friseur-kamm-scheere.webp") 1x,
url("img/friseur-kamm-scheere.webp") 2x);background-image: image-set(url("img/friseur-kamm-scheere.jpg") 1x,
url("img/friseur-kamm-scheere.jpg") 2x,url("img/friseur-kamm-scheere.webp") 1x,
url("img/friseur-kamm-scheere.webp") 2x);
	background-image: -webkit-image-set(url("img/friseur-kamm-scheere.webp") 1x,
url("img/friseur-kamm-scheere.webp") 2x);background-image: image-set(url("img/friseur-kamm-scheere.jpg") 1x,
url("img/friseur-kamm-scheere.jpg") 2x,url("img/friseur-kamm-scheere.webp") 1x,
url("img/friseur-kamm-scheere.webp") 2x);
	text-shadow:3.00px -0.10px 37px rgba(255,255,255,0.50);
}
.blocs-card-width{
	width:25%;
}
.bloc-bildinnen-margin-bottom{
	margin-bottom:29px;
}
.h-scroll-button{
	background-color:rgba(219,46,124,0.53);
}
.svg-icon-auswahlkasten-style{
	width:55px;
	fill:var(--swatch-var-6573)!important;
	background-color:transparent!important;
	stroke:transparent!important;
	margin:-9px 0px 5px -20px;
}
.h3-auswahlkasten-style{
	font-size:70px;
	line-height:60px;
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.cap-heading{
	text-transform:uppercase;
}
.img-icons1-style{
	width:76px;
}
.btn-submit-style:focus{
	color:var(--swatch-var-1165)!important;
}
.btn-submit-style-email:focus{
	color:var(--swatch-var-895)!important;
}
.row-emailsenden-margin-bottom{
	margin-bottom:38px;
}
.h2-bloc-6-style{
	font-size:70px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3648:rgba(255,255,255,0.50);
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(169,157,139,1.00);
	
	--swatch-var-1165:rgba(15,15,15,1.00);
	
	--swatch-var-5561:rgba(15,15,15,0.50);
	
	--swatch-var-1551:rgba(180,192,206,1.00);
	
	--swatch-var-7134:rgba(165,149,133,1.00);
	
	--swatch-var-6587:rgba(208,214,219,0.96);
	
	--swatch-var-5220:rgba(0,0,0,0.69);
	
	--swatch-var-93:rgba(252,231,102,1.00);
	
	--swatch-var-41:rgba(32,32,32,0.85);
	
	--swatch-var-1190:rgba(217,222,226,0.86);
	
	--swatch-var-7153:rgba(83,83,83,0.85);
	
	--swatch-var-5660:rgba(255,255,255,0.01);
	
	--swatch-var-5871:rgba(182,212,215,0.7);
	
	--swatch-var-1998:rgba(241,241,241,1.00);
	
	--swatch-var-4060:#DEDEDD;
	
	--swatch-var-6573:rgba(199,56,125,1.00);
	
	--swatch-var-7343:#000000;
	
	--swatch-var-2460:#F7F5F8;
	
	--swatch-var-2101:#FF3E41;
	
	--swatch-var-5091:#A01200;
	
	--swatch-var-2206:#AC2524;
	
	--swatch-var-2843:rgba(208,213,219,1.00);
	
	--swatch-var-5933:rgba(250,211,64,0.9);
	
	--swatch-var-2757:#EFF2F2;
	
	--swatch-var-5129:rgba(250,211,64,0.9);
	
	--swatch-var-793:rgba(247,246,242,1.00);
	
	--swatch-var-7376:#232423;
	
	--swatch-var-6992:rgba(244,250,249,1.00);
	
	--swatch-var-4288:#F3F3F3;
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-6155:#04984D;
	
	--swatch-var-2775:#026934;
	
	--swatch-var-5352:#5CB825;
	
	--swatch-var-2588:rgba(146,222,227,1.00);
	
	--swatch-var-6511:rgba(103,185,109,1.00);
	
	--swatch-var-6660:#0083CC;
	
	--swatch-var-895:#242424;
	
	--swatch-var-779:rgba(182,212,215,0.27);
	
	--swatch-var-7634:rgba(204,0,114,0.83);
	
}


/* Background colour styles */

.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.bgc-6992{
	background-color:var(--swatch-var-6992);
}
.bgc-1998{
	background-color:var(--swatch-var-1998);
}
.bgc-1165{
	background-color:var(--swatch-var-1165);
}
.bgc-793{
	background-color:var(--swatch-var-793);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-2588{
	background-color:var(--swatch-var-2588);
}
.bgc-6511{
	background-color:var(--swatch-var-6511);
}
.bgc-6573{
	background-color:var(--swatch-var-6573);
}
.bgc-7134{
	background-color:var(--swatch-var-7134);
}
.bgc-1190{
	background-color:var(--swatch-var-1190);
}
.bgc-5220{
	background-color:var(--swatch-var-5220);
}

/* Text colour styles */

.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-1165{
	color:var(--swatch-var-1165)!important;
}
.tc-7343{
	color:var(--swatch-var-7343)!important;
}
.tc-2757{
	color:var(--swatch-var-2757)!important;
}
.tc-7153{
	color:var(--swatch-var-7153)!important;
}
.tc-3648{
	color:var(--swatch-var-3648)!important;
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.tc-2775{
	color:var(--swatch-var-2775)!important;
}
.tc-895{
	color:var(--swatch-var-895)!important;
}

/* Link colour styles */

.ltc-1165{
	color:var(--swatch-var-1165)!important;
}
.ltc-1165:hover{
	color:#000000!important;
}
.ltc-6573{
	color:var(--swatch-var-6573)!important;
}
.ltc-6573:hover{
	color:#94054A!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-scissor-rack{
	background-image:url("img/scissor-rack.jpg");
	background-image: -webkit-image-set(url("img/scissor-rack.webp") 1x,
url("img/scissor-rack.webp") 2x);background-image: image-set(url("img/scissor-rack.jpg") 1x,
url("img/scissor-rack.jpg") 2x,url("img/scissor-rack.webp") 1x,
url("img/scissor-rack.webp") 2x);
}
.bg-scissor-rack{
	background-image:url("img/scissor-rack.jpg");
	background-image: -webkit-image-set(url("img/scissor-rack.webp") 1x,
url("img/scissor-rack.webp") 2x);background-image: image-set(url("img/scissor-rack.jpg") 1x,
url("img/scissor-rack.jpg") 2x,url("img/scissor-rack.webp") 1x,
url("img/scissor-rack.webp") 2x);
}
.bg-Friseur-Shop4{
	background-image:url("img/Friseur_Shop4.jpg");
}
.bg-Freiburg-Panorama{
	background-image:url("img/Freiburg_Panorama.jpg");
	background-image: -webkit-image-set(url("img/Freiburg_Panorama.webp") 1x,
url("img/Freiburg_Panorama.webp") 2x);background-image: image-set(url("img/Freiburg_Panorama.jpg") 1x,
url("img/Freiburg_Panorama.jpg") 2x,url("img/Freiburg_Panorama.webp") 1x,
url("img/Freiburg_Panorama.webp") 2x);
	background-image: -webkit-image-set(url("img/Freiburg_Panorama.webp") 1x,
url("img/Freiburg_Panorama.webp") 2x);background-image: image-set(url("img/Freiburg_Panorama.jpg") 1x,
url("img/Freiburg_Panorama.jpg") 2x,url("img/Freiburg_Panorama.webp") 1x,
url("img/Freiburg_Panorama.webp") 2x);
}
.bg-friseur-kamm-scheere{
	background-image:url("img/friseur-kamm-scheere.jpg");
	background-image: -webkit-image-set(url("img/friseur-kamm-scheere.webp") 1x,
url("img/friseur-kamm-scheere.webp") 2x);background-image: image-set(url("img/friseur-kamm-scheere.jpg") 1x,
url("img/friseur-kamm-scheere.jpg") 2x,url("img/friseur-kamm-scheere.webp") 1x,
url("img/friseur-kamm-scheere.webp") 2x);
	background-image: -webkit-image-set(url("img/friseur-kamm-scheere.webp") 1x,
url("img/friseur-kamm-scheere.webp") 2x);background-image: image-set(url("img/friseur-kamm-scheere.jpg") 1x,
url("img/friseur-kamm-scheere.jpg") 2x,url("img/friseur-kamm-scheere.webp") 1x,
url("img/friseur-kamm-scheere.webp") 2x);
}
.bg-THE-CHAIR-bereit-fuer-deinen-Platz-pink{
	background-image:url("img/THE-CHAIR_bereit_fuer_deinen_Platz-pink.jpg");
	background-image: -webkit-image-set(url("img/THE-CHAIR_bereit_fuer_deinen_Platz-pink.webp") 1x,
url("img/THE-CHAIR_bereit_fuer_deinen_Platz-pink.webp") 2x);background-image: image-set(url("img/THE-CHAIR_bereit_fuer_deinen_Platz-pink.jpg") 1x,
url("img/THE-CHAIR_bereit_fuer_deinen_Platz-pink.jpg") 2x,url("img/THE-CHAIR_bereit_fuer_deinen_Platz-pink.webp") 1x,
url("img/THE-CHAIR_bereit_fuer_deinen_Platz-pink.webp") 2x);
}
.bg-The-Chair-Freiburg-Salon-06{
	background-image:url("img/The-Chair-Freiburg_Salon_06.jpg");
	background-image: -webkit-image-set(url("img/The-Chair-Freiburg_Salon_06.webp") 1x,
url("img/The-Chair-Freiburg_Salon_06.webp") 2x);background-image: image-set(url("img/The-Chair-Freiburg_Salon_06.jpg") 1x,
url("img/The-Chair-Freiburg_Salon_06.jpg") 2x,url("img/The-Chair-Freiburg_Salon_06.webp") 1x,
url("img/The-Chair-Freiburg_Salon_06.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;
}

/* = Additional CSS
-------------------------------------------------------------- */
:root{--cc-bg:#fff;--cc-text:#2d4156;--cc-btn-primary-bg:#2d4156;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#1d2e38;--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:rgba(4, 6, 8, .85);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0}.cc_div *,.cc_div :after,.cc_div :before{-webkit-box-sizing:border-box;box-sizing:border-box;float:none;font-style:inherit;font-variant:normal;font-weight:inherit;font-family:inherit;line-height:1.2;font-size:1em;transition:none;animation:none;margin:0;padding:0;text-transform:none;letter-spacing:unset;color:inherit;background:0 0;border:none;box-shadow:none;text-decoration:none;text-align:left;visibility:unset}.cc_div{font-size:16px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#2d4156;color:var(--cc-text)}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:.35em}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.cc_div a{border-bottom:1px solid}.cc_div a:hover{text-decoration:none;border-color:transparent}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility .25s linear,opacity .25s ease,transform .25s ease!important}.c--anim .c-bn{transition:background-color .25s ease!important}.c--anim #cm.bar.slide,.c--anim .bar.slide #s-inr{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide+#cs-ov{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{transform:translateX(100%);opacity:1}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{transform:translateX(-100%);opacity:1}#cm.slide,.cc_div .slide #s-inr{transform:translateY(1.6em)}#cm.top.slide{transform:translateY(-1.6em)}#cm.bar.slide{transform:translateY(100%)}#cm.bar.top.slide{transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{visibility:visible!important;opacity:1!important}#cm{font-family:inherit;padding:1.1em 1.8em 1.4em 1.8em;position:fixed;z-index:1;background:#fff;background:var(--cc-bg);max-width:24.2em;width:100%;bottom:1.25em;right:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:0 .625em 1.875em rgba(2,2,3,.28);opacity:0;visibility:hidden;transform:scale(.95);line-height:initial}#cc_div #cm{display:block!important}#c-ttl{margin-bottom:.7em;font-size:1.05em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{color:#40505a;color:var(--cc-btn-secondary-text);background:#e5ebef;background:var(--cc-btn-secondary-bg);padding:1em 1.7em;display:inline-block;cursor:pointer;font-size:.82em;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;text-align:center;border-radius:4px;flex:1}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:1em}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-cnt{position:fixed;top:0;left:0;width:100%;z-index:101;display:table;height:100%;visibility:hidden}#s-bl{outline:0}#s-bl .title{margin-top:1.4em}#s-bl .title:first-child{margin-top:0}#s-bl .b-bn{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{display:block;font-family:inherit;font-size:.95em;width:100%;position:relative;padding:1.3em 6.4em 1.3em 2.7em;background:0 0;transition:background-color .25s ease}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-right-radius:0;border-bottom-left-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{padding:1em;margin-bottom:.5em;border:1px solid #f1f3f5;border-color:var(--cc-section-border);transition:background-color .25s ease}#s-bl .c-bl:hover{background:#f0f4f7;background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{transition:none;padding:0;margin-top:0;border:none;margin-bottom:2em}#s-bl .c-bl:not(.b-ex):first-child:hover{background:0 0;background:unset}#s-bl .c-bl.b-ex{padding:0;border:none;background:#f0f4f7;background:var(--cc-cookie-category-block-bg);transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:1em}#s-bl .c-bl.b-ex:first-child{margin-bottom:.5em}#s-bl .b-acc{max-height:0;overflow:hidden;padding-top:0;margin-bottom:0;display:none}#s-bl .act .b-acc{max-height:100%;display:block;overflow:hidden}#s-cnt .p{font-size:.9em;line-height:1.5em;margin-top:.85em;color:#2d4156;color:var(--cc-block-text)}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}#c-vln{display:table-cell;vertical-align:middle;position:relative}#cs{padding:0 1.7em;width:100%;position:fixed;left:0;right:0;top:0;bottom:0;height:100%}#s-inr{height:100%;position:relative;max-width:45em;margin:0 auto;transform:scale(.96);opacity:0;padding-top:4.75em;padding-bottom:4.75em;position:relative;height:100%;overflow:hidden;visibility:hidden;box-shadow:rgba(3,6,9,.26) 0 13px 27px -5px}#s-bns,#s-hdr,#s-inr{background:#fff;background:var(--cc-bg)}#s-bl{overflow-y:auto;overflow-y:overlay;overflow-x:hidden;height:100%;padding:1.3em 2.1em;display:block;width:100%}#s-bns{position:absolute;bottom:0;left:0;right:0;padding:1em 2.1em;border-top:1px solid #f1f3f5;border-color:var(--cc-section-border);height:4.75em}.cc_div .cc-link{color:#253b48;color:var(--cc-btn-primary-bg);border-bottom:1px solid #253b48;border-color:var(--cc-btn-primary-bg);display:inline;padding-bottom:0;text-decoration:none;cursor:pointer;font-weight:600}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:transparent}#c-bns button:first-child,#s-bns button:first-child{color:#fff;color:var(--cc-btn-primary-text);background:#253b48;background:var(--cc-btn-primary-bg)}#c-bns.swap button:first-child{color:#40505a;color:var(--cc-btn-secondary-text);background:#e5ebef;background:var(--cc-btn-secondary-bg)}#c-bns.swap button:last-child{color:#fff;color:var(--cc-btn-primary-text);background:#253b48;background:var(--cc-btn-primary-bg)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:#253b48;background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:#1d2e38;background:var(--cc-btn-primary-hover-bg)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-hdr{position:absolute;top:0;width:100%;display:table;padding:0 2.1em;height:4.75em;vertical-align:middle;z-index:2;border-bottom:1px solid #f1f3f5;border-color:var(--cc-section-border)}#s-ttl{display:table-cell;vertical-align:middle;font-size:1em}#s-c-bn{padding:0;width:1.7em;height:1.7em;font-size:1.45em;margin:0;font-weight:initial;position:relative}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{position:absolute;top:0;z-index:-1;opacity:0;pointer-events:none;overflow:hidden}#c_policy__text{height:31.25em;overflow-y:auto;margin-top:1.25em}#c-s-in{position:relative;transform:translateY(-50%);top:50%;height:100%;height:calc(100% - 2.5em);max-height:37.5em}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{width:.9em;height:100%;background:0 0;border-radius:0 .25em .25em 0}#s-bl::-webkit-scrollbar-thumb{border:.25em solid var(--cc-bg);background:#cfd5db;background:var(--cc-webkit-scrollbar-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:#9199a0;background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{width:10px;height:5px}}.cc_div .b-tg{position:absolute;right:0;top:0;bottom:0;display:inline-block;margin:auto;right:1.2em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg .c-tgl{position:absolute;cursor:pointer;display:block;top:0;left:0;margin:0;border:0}.cc_div .b-tg .c-tg{position:absolute;background:#919ea6;background:var(--cc-toggle-bg-off);transition:background-color .25s ease,box-shadow .25s ease;pointer-events:none}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{width:3.4em;height:1.5em;border-radius:4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{content:"";position:relative;display:block;left:.125em;top:.125em;width:1.25em;height:1.25em;border:none;box-sizing:content-box;background:#fff;background:var(--cc-toggle-knob-bg);box-shadow:0 1px 2px rgba(24,32,35,.36);transition:transform .25s ease;border-radius:100%}.cc_div .b-tg .c-tgl:checked~.c-tg:after{transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color .25s ease}#s-bl tbody tr:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{text-align:left;border-collapse:collapse;width:100%;padding:0;margin:0;overflow:hidden}#s-bl td,#s-bl th{padding:.8em .625em;text-align:left;vertical-align:top;font-size:.8em;padding-left:1.2em}#s-bl th{font-family:inherit;padding:1.2em 1.2em}#s-bl thead tr:first-child{border-bottom:1px solid #e9edf2;border-color:var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{position:fixed;left:0;right:0;top:0;bottom:0;visibility:hidden;opacity:0;background:#070707;background:rgba(4,6,8,.85);background:var(--cc-overlay-bg);display:none;transition:none}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{position:fixed;top:0;left:0;bottom:0;width:100%;width:100vw;visibility:hidden;transition:visibility .25s linear}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{width:100vw;max-width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .exp::before,.cc_div .b-bn .exp::before{border:solid #2d4156;border-color:var(--cc-btn-secondary-text);border-width:0 2px 2px 0;padding:.2em;display:inline-block;position:absolute;content:'';margin-right:15px;position:absolute;transform:translateY(-50%) rotate(45deg);left:1.2em;top:50%}.cc_div .act .b-bn .b-tl::before{transform:translateY(-20%) rotate(225deg)}.cc_div .on-i::before{border:solid #fff;border-color:var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;padding:.1em;display:inline-block;padding-bottom:.45em;content:'';margin:0 auto;transform:rotate(45deg);top:.37em;left:.75em;position:absolute}#s-c-bn::after,#s-c-bn::before{content:'';position:absolute;left:.82em;top:.58em;height:.6em;width:1.5px;background:#444d53;background:var(--cc-btn-secondary-text);transform:rotate(45deg);border-radius:1em;margin:0 auto}#s-c-bn::after{transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{height:100%;width:50%;position:absolute;right:0;display:block;text-align:center;transition:opacity .15s ease}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i::after,.cc_div .off-i::before{right:.8em;top:.42em;content:' ';height:.7em;width:.09375em;display:block;background:#cdd6dc;background:var(--cc-toggle-knob-icon-color);margin:0 auto;position:absolute;transform-origin:center}.cc_div .off-i::before{transform:rotate(45deg)}.cc_div .off-i::after{transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{top:50%;transform:translateY(-37%);bottom:auto}#cm.box.middle.zoom,#cm.cloud.middle.zoom{transform:scale(.95) translateY(-50%)}#cm.box.center{left:1em;right:1em;margin:0 auto}#cm.cloud{max-width:50em;margin:0 auto;text-align:center;left:1em;right:1em;overflow:hidden;padding:1.3em 2em;width:unset}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{width:70%;display:table-cell;vertical-align:top;padding-right:2.4em}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{min-width:170px;display:table-cell;vertical-align:middle}#cm.cloud .c-bn{margin:.625em 0 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{width:100%;max-width:100%;left:0;right:0;bottom:0;border-radius:0;position:fixed;padding:2em}#cm.bar #c-inr{max-width:32em;margin:0 auto}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{top:0;transform:none;height:100%;max-height:100%}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.6em;padding-right:1.6em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{margin:0;margin-left:auto;margin-right:0;border-radius:0;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl thead tr{position:absolute;top:-9999px;left:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid #e3e7ed;border-color:var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;position:relative;padding-left:35%}.cc_div .bar #s-bl td:before{position:absolute;left:1em;padding-right:.625em;white-space:nowrap;content:attr(data-column);color:#000;color:var(--cc-text);overflow:hidden;text-overflow:ellipsis}#cm.top{bottom:auto;top:1.25em}#cm.left{right:auto;left:1.25em}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{width:auto;max-width:100%;margin:0;padding:1.4em!important;right:1em;left:1em;bottom:1em;display:block}.force--consent #cm,.force--consent #cm.cloud{width:auto;max-width:100vw}#cm.top{top:1em;bottom:auto}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{max-height:100%;height:100%;top:0;transform:none}.cc_div .b-tg{transform:scale(1.1);right:1.1em}#s-inr{margin:0;padding-bottom:7.9em;border-radius:0}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.3em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.3em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-top:1.2em;padding-bottom:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl thead tr{position:absolute;top:-9999px;left:-9999px}#s-bl tr{border-top:1px solid #e3e7ed;border-color:var(--cc-cookie-table-border)}#s-bl td{border:none;position:relative;padding-left:35%}#s-bl td:before{position:absolute;left:1em;padding-right:.625em;white-space:nowrap;content:attr(data-column);color:#000;color:var(--cc-text);overflow:hidden;text-overflow:ellipsis}#cm .c-bn,.cc_div .c-bn{width:100%;margin-right:0}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{margin-top:.625em;margin-left:0;float:unset}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;width:auto;min-width:unset}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}.cc_div.ie #c-vln{height:100%;padding-top:5.62em}.cc_div.ie .bar #c-vln{padding-top:0}.cc_div.ie #cs{max-height:37.5em;position:relative;top:0;margin-top:-5.625em}.cc_div.ie .bar #cs{margin-top:0;max-height:100%}.cc_div.ie #cm{border:1px solid #dee6e9}.cc_div.ie #c-s-in{top:0}.cc_div.ie .b-tg{padding-left:1em;margin-bottom:.7em}.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after{left:1.95em}.cc_div.ie #s-bl table{overflow:auto}.cc_div.ie .b-tg .c-tg{display:none}.cc_div.ie .b-tg .c-tgl{position:relative;display:inline-block;vertical-align:middle;margin-bottom:.2em;height:auto}.cc_div.ie #s-cnt .b-bn .b-tl{padding:1.3em 6.4em 1.3em 1.4em}.cc_div.ie .bar #s-bl td:before{display:none}.cc_div.ie .bar #s-bl td{padding:.8em .625em .8em 1.2em}.cc_div.ie .bar #s-bl thead tr{position:relative}.cc_div.ie .b-tg .t-lb{filter: alpha(opacity=0);}.cc_div.ie #cm-ov,.cc_div.ie #cs-ov{filter: alpha(opacity=80);}


.neon-text {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}




h4 {
  position: relative;
  color: #0F0F0F;
  font-weight: bold;
  font-family: "Anonymous Pro", monospace;
  letter-spacing: 0px;
  overflow: hidden;
  border-right: 2px solid hsl(0, 0%, 80%);
  white-space: nowrap;
  animation: typewriter 4s steps(44) 1s 1 normal both,
    blinkTextCursor 500ms infinite;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 710px;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: hsl(0, 0%, 80%);
  }
  to {
    border-right-color: transparent;
  }
}





.button {
  --color: #f6f8ff;
  --color-hover: #f6f8ff;
  --color-active: #fff;
  --icon: #e1e6f9;
  --icon-hover: #eceffc;
  --icon-active: #fff;
  --background: #404660;
  --background-hover: #393e57;
  --background-active: #275efe;
  --shadow: #{rgba(#001177, 0.1)};
  display: block;
  outline: none;
  cursor: pointer;
  position: relative;
  border: 0;
  background: none;
  padding: 8px 20px 8px 24px;
  border-radius: 9px;
  line-height: 27px;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  color: var(--color);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s linear;
  &:hover {
    --icon: var(--icon-hover);
    --color: var(--color-hover);
    --background: var(--background-hover);
  }
  &:active {
    --scale: 0.95;
  }
  &:not(.liked) {
    &:hover {
      --hand-rotate: 8deg;
      --hand-thumb-1: -12deg;
      --hand-thumb-2: 36deg;
    }
  }
  &.liked {
    --span-x: 2px;
    --span-d-o: 1;
    --span-d-x: 0;
    --icon: var(--icon-active);
    --color: var(--color-active);
    --background: var(--background-active);
    --hand-name: hand;
    --width: auto;
  }
  &:after {
    content: "";
    min-width: 103px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transition: background 0.2s linear, transform 0.2s, box-shadow 0.2s linear;
    transform: scale(var(--scale, 1)) translateZ(0);
    background: var(--background);
    box-shadow: 0 4px 8px var(--shadow), 0 8px 20px var(--shadow);
  }
  .emitter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateZ(-4px);
    div {
      width: 6px;
      height: 6px;
      margin: -3px 0 0 -3px;
      border-radius: 2px;
      position: absolute;
      left: 0;
      top: 0;
      transform-style: preserve-3d;
      background: var(--b, none);
    }
  }
  .hand {
    width: 11px;
    height: 11px;
    border-radius: 2px 0 0 0;
    background: var(--icon);
    margin: 10px 8px 0 0;
    transform-origin: -5px -1px;
    transition: transform 0.25s, background 0.2s linear;
    transform: rotate(var(--hand-rotate, 0deg)) translateZ(0);
    animation: var(--hand-name, none) 0.5s linear;
    &:before,
    &:after {
      content: "";
      background: var(--icon);
      position: absolute;
      transition: background 0.2s linear, box-shadow 0.2s linear;
    }
    &:before {
      left: -5px;
      bottom: 0;
      height: 12px;
      width: 4px;
      border-radius: 1px 1px 0 1px;
    }
    &:after {
      right: -3px;
      top: 0;
      width: 4px;
      height: 4px;
      border-radius: 0 2px 2px 0;
      background: var(--icon);
      box-shadow: -0.5px 4px 0 var(--icon), -1px 8px 0 var(--icon),
        -1.5px 12px 0 var(--icon);
      transform: scaleY(0.6825);
      transform-origin: 0 0;
    }
    .thumb {
      background: var(--icon);
      width: 10px;
      height: 4px;
      border-radius: 2px;
      transform-origin: 2px 2px;
      position: absolute;
      left: 0;
      top: 0;
      transition: transform 0.25s, background 0.2s linear;
      transform: scale(0.85) translateY(-0.5px)
        rotate(var(--hand-thumb-1, -45deg)) translateZ(0);
      &:before {
        content: "";
        height: 4px;
        width: 7px;
        border-radius: 2px;
        transform-origin: 2px 2px;
        background: var(--icon);
        position: absolute;
        left: 7px;
        top: 0;
        transition: transform 0.25s, background 0.2s linear;
        transform: rotate(var(--hand-thumb-2, -45deg)) translateZ(0);
      }
    }
  }
  .hand,
  span {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    .extra {
      width: var(--width, 0);
      padding-inline: 0.5ch;
      opacity: var(--span-d-o, 0);
      transition: transform 0.25s, opacity 0.2s linear;
      transform: translateX(var(--span-d-x, 4px)) translateZ(0);
    }
  }
  & > span {
    transition: transform 0.25s;
    transform: translateX(var(--span-x, 4px)) translateZ(0);
  }
}

@keyframes hand {
  30% {
    transform: rotate(-14deg) translateZ(0);
  }
  65% {
    transform: rotate(7deg) translateZ(0);
  }
  100% {
    transform: rotate(0deg) translateZ(0);
  }
}

:root {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: inherit;
  &:before,
  &:after {
    box-sizing: inherit;
  }
}





.nav-item a.nav-link{
  padding: 3px 0 5px;
  position: relative;	
}
.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #C63A7E;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.nav-item a.nav-link:hover::before,
.nav-item a.nav-link:focus:before  {
  transform: scaleX(1);
}





.button555 {
  border:none;
  background:5CB825;
  
  --btn-width: 150px;
  
  width: var(--btn-width);
  min-height:40px;
  background-color:5CB825;
  color:white;
  font-weight:bold;
  border-radius:30px;
  
  cursor: pointer;
}


.grow-button {
  
  box-sizing: content-box;
  text-align:center;

  display:flex;
  justify-content:center;
  align-items:center;

  --expand: 0px;
  
  position:relative;
  transition: padding 0.5s, left 0.5s;
  
  padding-inline:var(--expand);
  left: calc( var(--expand) * -1);

  &:hover, &:active {
    --expand: calc( var(--btn-width) * .15);
  }
}


/* = 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){
	.h3-style{
		width:100%;
		margin-top:3px;
	}
	.bloc-margin-top{
		margin-top:-2px;
	}
	.row-margin-top{
		margin-top:24px;
	}
	.row-18-margin-top{
		margin-top:25px;
	}
	.h5-margin-bottom{
		margin-top:2px;
		width:100%;
	}
	.h3-bloc-10-style{
		line-height:30px;
		width:100%;
	}
	.bloc-0-preisdamen-margin-top{
		margin-top:8px;
	}
	.bloc-preisherren-margin-top{
		margin-top:11px;
	}
	.bloc-0-margin-top{
		margin-top:2px;
	}
	.p2-innen{
		padding-top:185px;
		padding-bottom:190px;
	}
	.bloc-topbild-margin-bottom{
		margin-bottom:2px;
	}
	.h3-margin-bottom{
		margin-bottom:12px;
		margin-top:-1px;
	}
	.h3-291-€-margin-bottom{
		margin-bottom:23px;
	}
	.h3-margin-top{
		margin-top:4px;
	}
	.h3-12-€-style{
		margin-top:3px;
	}
	.bloc-preisdamen-margin-top{
		margin-top:9px;
	}
	.menu-icon-navi-stroke{
		stroke:var(--swatch-var-1165)!important;
		fill:var(--swatch-var-1165)!important;
	}
	.navbar-brand img{
		width:130px;
		height:80px;
	}
	.h3-card-heading-margin-bottom{
		margin-bottom:15px;
	}
	.divider-background-color{
		margin-bottom:15px;
		height:4px;
	}
	.divider-ref01-margin-bottom{
		margin-bottom:14px;
	}
	.divider-margin-bottom{
		margin-bottom:16px;
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-7343);
	}
	.close-special-menu .close-icon:hover{
		background-color:var(--swatch-var-6573);
	}
	.close-special-menu .close-icon:active{
		background-color:var(--swatch-var-6573);
	}
	.bloc-bloc-33-margin-bottom{
		margin-bottom:31px;
	}
	.h1-bloc-33-style{
		padding-top:2px;
		padding-bottom:6px;
		margin-top:1px;
		margin-bottom:-1px;
	}
	.field-margin-bottom{
		margin-bottom:0px;
	}
	.option-select-margin-top{
		margin-top:2px;
	}
	.btn-submit-style{
		width:41.7%;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-6587);
	}
	.blocsapp-special-menu blocsnav:hover{
		background-color:var(--swatch-var-2843);
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:var(--swatch-var-2843);
	}
	.h3-20-style{
		width:73.67%;
	}
	.p-margin-bottom{
		margin-bottom:17px;
		font-size:30px;
		line-height:40px;
	}
	.btn-button-style{
		width:49.57%;
	}
	.divider-footer-background-color{
		width:55.86%;
	}
	.button2{
	}
	.h1-style{
		font-size:90px;
		margin-bottom:25px;
	}
	.logo-navi{
	}
	.p-text1-style{
		margin-bottom:3px;
	}
	.h3-info01-style{
		font-size:40px;
		margin-top:-5px;
		margin-bottom:-1px;
	}
	.bloc-bloc-3-margin-top{
		margin-bottom:-15px;
	}
	.zindex1{
	}
	.zindexfull{
	}
	.bloc-divider-margin-top{
		margin-top:-3px;
	}
	.h2-style{
		font-size:40px;
		line-height:57px;
	}
	.h2-3-style{
		font-size:40px;
		line-height:57px;
	}
	.btn-submit-style-email{
		width:41.7%;
	}
	.h3-10-style{
		margin-top:2px;
	}
	.bloc-whatweare-margin-bottom{
		margin-bottom:191px;
	}
	.bloc-padding-left{
		margin-bottom:2px;
		padding-top:1px;
		margin-top:-2px;
	}
	.row-whatweare-margin-bottom{
		margin-bottom:-158px;
	}
	.row-divider1-margin-top{
		margin-top:1px;
		padding-bottom:1px;
	}
	.h1-2-style{
		font-size:120px;
		margin-bottom:-9px;
		width:100%;
	}
	.bloc-bloc-2-margin-top{
		margin-top:-31px;
		margin-bottom:0px;
	}
	.bloc-intro-margin-bottom{
		margin-bottom:0px;
	}
	.img-margin-top{
		margin-left:-10px;
		width:142px;
		padding-top:44px;
		margin-bottom:-15px;
		padding-bottom:4px;
		margin-top:18px;
	}
	.img-rocket-ic-style{
		margin-left:3px;
		width:88px;
	}
	.link-bildinnen-style{
		width:20px;
	}
	.row-margin-bottom{
		margin-bottom:52px;
	}
	.bloc-info04text-margin-bottom{
		margin-bottom:52px;
	}
	.bloc-info05text-margin-bottom{
		margin-bottom:66px;
	}
	.h3--resident-margin-top{
		font-size:40px;
	}
	.svg-icon-0-fill{
		width:30px!important;
	}
	.svg-icon-auswahlkasten-fill{
		width:30px!important;
	}
	.svg-icon-fill{
		width:30px!important;
	}
	.h3-bloc-5-margin-top{
		font-size:40px;
	}
	.h3--focus-margin-top{
		font-size:40px;
	}
	.bloc-head02-margin-bottom{
		margin-bottom:28px;
	}
	.img-car-ic-margin-top{
		padding-top:86px;
		margin-bottom:-22px;
		padding-bottom:5px;
	}
	.h1-bloc-11-style{
		font-size:66px;
		width:100%;
	}
	.blocs-card-width{
		width:50%;
	}
	.bloc-bildinnen-margin-top{
		margin-top:-56px;
	}
	.h1-margin-left{
		font-size:110px;
	}
	.h3-auswahlkasten-style{
		font-size:50px;
	}
	.h3-öffnungszeiten-margin-top{
		font-size:34px;
	}
	.bloc-0-info05text-margin-bottom{
		margin-bottom:36px;
	}
	.h2-bloc-6-style{
		font-size:55px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.box{
		background-color:#AE7C4F;
	}
	.menu-icon{
		stroke:var(--swatch-var-3648);
		fill:var(--swatch-var-3648);
	}
	.hero-menu-icon{
		stroke:var(--swatch-var-3648);
		fill:var(--swatch-var-3648);
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.h3-style{
		width:100%;
	}
	.h3-49849-style{
		width:94.12%;
	}
	.h3-bloc-10-style{
		width:100%;
	}
	.p2-innen{
		padding-top:78px;
		padding-bottom:199px;
	}
	.h3-50-€-style{
		margin-top:21px;
	}
	.h3-card-heading-margin-bottom{
		margin-bottom:4px;
	}
	.img-schwarzwaldfas-margin-bottom{
		margin-top:2px;
	}
	.img-block-bla-style{
		margin-bottom:15px;
		width:63px;
	}
	.h1-style{
		font-size:60px;
		margin-bottom:25px;
	}
	.divider-background-color{
		height:6px;
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-7343);
	}
	.close-special-menu .close-icon:hover{
		background-color:var(--swatch-var-6573);
	}
	.close-special-menu .close-icon:active{
		background-color:var(--swatch-var-6573);
	}
	.option-select-margin-top{
		margin-bottom:20px;
	}
	.text-area-margin-bottom{
		margin-bottom:3px;
	}
	.btn-submit-style{
		width:52.37%;
		margin-bottom:23px;
	}
	.bloc-margin-top{
		margin-top:-5px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-6587);
	}
	.blocsapp-special-menu blocsnav:hover{
		background-color:var(--swatch-var-2843);
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:var(--swatch-var-2843);
	}
	.img-telefon-ic-style{
		width:68px;
		border-radius:10px 10px 10px 10px;
	}
	.navbar-brand img{
		width:85px;
		height:61px;
	}
	.h3-20-style{
		width:94.43%;
	}
	.p-margin-bottom{
		margin-bottom:23px;
		font-size:30px;
		line-height:40px;
	}
	.link-margin-top{
		opacity:0.6;
		font-size:16px;
		font-family:"Oswald-Medium";
		color:var(--swatch-var-1165)!important;
	}
	.link-margin-top:hover{
		font-family:"Oswald-Medium";
		font-size:16px;
		color:var(--swatch-var-7153)!important;
	}
	.link-margin-top:active{
		font-family:"Oswald-Medium";
		font-size:16px;
		color:var(--swatch-var-7153)!important;
	}
	.img-barber-style{
		width:530px;
		margin-bottom:33px;
	}
	.btn-button-style{
		margin-bottom:25px;
	}
	.img-footer1-style{
		margin-bottom:14px;
	}
	.p-bloc-6-margin-bottom{
		margin-bottom:9px;
	}
	.link-style{
		width:100%;
	}
	.row-margin-bottom{
		margin-bottom:53px;
	}
	.h1-margin-left{
		margin-top:0px;
		font-size:85px;
	}
	.bloc-margin-bottom{
		margin-bottom:17px;
	}
	.p-buchen-margin-bottom{
		margin-bottom:60px;
	}
	.logo-navi{
	}
	.p-bloc-9-style{
		font-size:50px;
	}
	.h3-info01-style{
		font-size:36px;
		margin-bottom:3px;
		margin-top:-12px;
	}
	.bloc-bloc-3-margin-top{
		margin-bottom:-9px;
	}
	.h2-style{
		font-size:36px;
		line-height:52px;
	}
	.btn-submit-style-email{
		width:52.37%;
		margin-bottom:23px;
	}
	.h3-10-style{
		margin-top:0px;
	}
	.h1-head02-margin-bottom{
		line-height:50px;
	}
	.h1-2-style{
		font-size:110px;
		margin-bottom:-8px;
		margin-top:4px;
	}
	.bloc-bloc-2-margin-top{
		margin-top:-22px;
		margin-bottom:-12px;
	}
	.bloc-info01-margin-top{
		margin-top:-13px;
	}
	.bloc-intro-margin-bottom{
		margin-bottom:-3px;
	}
	.row-divider1-margin-top{
		margin-top:-9px;
	}
	.bloc-divider-margin-top{
		margin-top:-5px;
	}
	.img-margin-top{
		width:217px;
		padding-top:41px;
		margin-top:16px;
	}
	.img-rocket-ic-style{
		width:138px;
	}
	.bloc-info05text-margin-bottom{
		margin-bottom:61px;
	}
	.h3-bloc-5-margin-top{
		font-size:55px;
	}
	.svg-icon-fill{
		width:40px!important;
	}
	.h3--focus-margin-top{
		font-size:55px;
	}
	.svg-icon-auswahlkasten-fill{
		width:40px!important;
	}
	.svg-icon-0-fill{
		width:40px!important;
	}
	.h3--resident-margin-top{
		font-size:55px;
	}
	.html-widget-margin-top{
		margin-top:64px;
		margin-bottom:-24px;
	}
	.h1-bloc-11-style{
		font-size:50px;
		width:97.95%;
		margin-top:22px;
	}
	.blocs-card-width{
		width:50%;
	}
	.svg-icon-auswahlkasten-style{
		width:74px;
	}
	.h3-auswahlkasten-style{
		font-size:66px;
	}
	.h3-öffnungszeiten-margin-top{
		font-size:31px;
	}
	.p-contact-margin-bottom{
		margin-bottom:35px;
	}
	.img-icons1-style{
		width:73px;
	}
	.h2-bloc-6-style{
		font-size:40px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.section-heading{
		font-size:30px;
	}
	.section-p{
		font-size:18px;
	}
	.name-heading{
		font-size:30px;
	}
	.hero-heading{
		font-size:60px;
	}
	.box{
		padding:20px 20px 20px 20px;
	}
	.h5-margin-bottom{
		font-size:18px;
		width:100%;
		line-height:30px;
	}
	.h3-49849-style{
		font-size:18px;
		margin-bottom:37px;
		width:100%;
	}
	.h3-bloc-10-style{
		line-height:30px;
		margin-bottom:28px;
	}
	.h5-style{
		margin-bottom:33px;
	}
	.h3-style{
		font-size:18px;
		line-height:22px;
		margin-top:11px;
	}
	.h3-margin-top{
		margin-top:40px;
		font-size:18px;
		line-height:22px;
	}
	.h3-12-€-style{
		font-size:18px;
		line-height:22px;
		margin-top:11px;
	}
	.p2-innen{
		padding-bottom:75px;
	}
	.h3-291-€-margin-bottom{
		font-size:18px;
		line-height:22px;
		margin-top:37px;
	}
	.h3-margin-bottom{
		font-size:18px;
		line-height:22px;
	}
	.h3-67-€-style{
		font-size:18px;
		line-height:22px;
	}
	.h3-75-€-style{
		font-size:18px;
		line-height:22px;
		margin-bottom:25px;
		margin-top:36px;
	}
	.bloc-0-preisdamen-margin-top{
		margin-top:12px;
	}
	.h3-45-€-style{
		font-size:18px;
		line-height:22px;
	}
	.h3-50-€-style{
		font-size:18px;
		line-height:22px;
		margin-top:34px;
	}
	.h3-85-€-margin-top{
		margin-top:11px;
		font-size:18px;
		line-height:22px;
	}
	.navbar-brand img{
		width:100px;
		height:60px;
	}
	.img-block-bla-style{
		width:57px;
	}
	.h1-style{
		font-size:70px;
		width:96.72%;
		margin-bottom:-54px;
	}
	.close-special-menu .close-icon{
		color:var(--swatch-var-7343)!important;
		font-size:15px;
		background-color:var(--swatch-var-7343);
	}
	.close-special-menu .close-icon:hover{
		color:var(--swatch-var-6573)!important;
		font-size:15px;
		background-color:var(--swatch-var-6573);
	}
	.close-special-menu .close-icon:active{
		color:var(--swatch-var-6573)!important;
		font-size:15px;
	}
	.bloc-bloc-33-margin-bottom{
		margin-bottom:18px;
	}
	.h1-bloc-33-style{
		font-size:33px;
		margin-top:-1px;
		padding-top:0px;
		padding-bottom:1px;
		line-height:47px;
	}
	.option-select-margin-top{
		margin-bottom:28px;
	}
	.btn-submit-style{
		width:100%;
	}
	.bloc-margin-top{
		margin-top:0px;
		margin-bottom:-16px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-6587);
	}
	.blocsapp-special-menu blocsnav:hover{
		background-color:var(--swatch-var-2843);
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:var(--swatch-var-2843);
	}
	.img-telefon-ic-style{
		width:65px;
		border-radius:5px 5px 5px 5px;
	}
	.h3-20-style{
		font-size:28px;
		line-height:50px;
		width:80.97%;
	}
	.p-margin-bottom{
		padding-bottom:0px;
		margin-bottom:18px;
		font-size:22px;
		line-height:30px;
	}
	.img-style{
		width:98px;
	}
	.p-text1-style{
		font-size:16px;
		line-height:26px;
	}
	.btn-button-style{
		width:100%;
		margin-bottom:7px;
	}
	.divider-footer-background-color{
		width:69.93%;
		background-color:var(--swatch-var-6573);
	}
	.p-bloc-6-margin-bottom{
		margin-bottom:19px;
	}
	.h1-margin-left{
		font-size:70px;
	}
	.outline2:hover{
	}
	.outline2:active{
	}
	.p-intro1-margin-bottom{
		margin-bottom:12px;
	}
	.blocsapp-special-menu blocsnav:focus{
	}
	.img-text-style{
		margin-bottom:9px;
	}
	.logo-navi{
	}
	.bloc-0-margin-bottom{
		margin-bottom:44px;
	}
	.p-bloc-9-style{
		font-size:40px;
	}
	.h3-info01-style{
		line-height:52px;
		margin-bottom:4px;
		margin-top:0px;
	}
	.bloc-bloc-3-margin-top{
		margin-bottom:-2px;
	}
	.h2-style{
		line-height:52px;
	}
	.h1-margin-bottom{
		margin-bottom:3px;
	}
	.h2-3-style{
		margin-top:0px;
		margin-bottom:5px;
	}
	.btn-5-style{
		width:100%;
	}
	.btn-submit-style-email{
		width:100%;
	}
	.h1-head02-margin-bottom{
		line-height:40px;
	}
	.bloc-padding-left{
		margin-top:-3px;
		padding-top:0px;
		margin-bottom:-51px;
	}
	.bloc-divider-margin-top{
		margin-top:-7px;
	}
	.row-divider1-margin-top{
		margin-top:0px;
	}
	.row-whatweare-margin-bottom{
		margin-bottom:-1px;
	}
	.bloc-whatweare-margin-bottom{
		margin-bottom:28px;
	}
	.h1-2-style{
		margin-bottom:-2px;
		font-size:80px;
	}
	.bloc-bloc-2-margin-top{
		margin-top:2px;
		margin-bottom:-26px;
	}
	.klapptext{
		font-size:19px;
	}
	.klapptext:hover{
		font-size:19px;
	}
	.klapptext:active{
		font-size:19px;
	}
	.klapptext:focus{
		font-size:19px;
	}
	.h3-bloc-5-margin-top{
		font-size:40px;
	}
	.h3--focus-margin-top{
		font-size:40px;
	}
	.h3--resident-margin-top{
		font-size:40px;
	}
	.svg-icon-0-fill{
		width:33px!important;
	}
	.svg-icon-auswahlkasten-fill{
		width:33px!important;
	}
	.svg-icon-fill{
		width:33px!important;
	}
	.html-widget-margin-top{
		margin-top:0px;
		padding-bottom:8px;
		margin-bottom:0px;
	}
	.h1-bloc-11-style{
		font-size:27px;
		margin-top:-2px;
	}
	.blocs-card-width{
		width:100%;
	}
	.svg-icon-auswahlkasten-style{
		width:62px;
	}
	.h3-öffnungszeiten-margin-top{
		margin-top:16px;
		font-size:25px;
		margin-bottom:1px;
	}
	.p-margin-top{
		margin-top:3px;
	}
	.p-contact-margin-bottom{
		margin-bottom:14px;
	}
	.img-icons1-style{
		width:64px;
	}
	.h2-bloc-6-style{
		line-height:60px;
	}
	
}

