/*-----------------------------------------------------------------------------------
	THE CHAIR Freiburg
	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-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:'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;
}

/* = 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(247, 246, 242);
	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;
}

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



/* = 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;
}
.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:50px;
	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-6573)!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:50px;
	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;
	background-color:var(--swatch-var-4288);
}
.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:5px;
}
.divider-ref01-margin-bottom{
	margin-bottom:16px;
	background-color:var(--swatch-var-4630);
}
.img-block-bla-style{
	width:121px;
	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:100px;
	margin-bottom:-246px;
	width:96.68%;
}
.rahmengrau:hover{
	background-color:var(--swatch-var-6728);
}
.btn-style{
	width:100%;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-1165)!important;
	margin-bottom:7px;
	margin-top:18px;
}
.btn-style:hover{
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-6573)!important;
}
.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:0px 0px 0px 0px;
	border-width:2px 2px 2px 2px;
}
.formline:hover{
	border-style:solid;
	border-color:#000000!important;
	border-radius:0px 0px 0px 0px;
	border-width:2px 2px 2px 2px;
}
.formline:active{
	border-radius:0px 0px 0px 0px;
}
.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:25px;
}
.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%);
}
.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:48px;
	font-size:18px;
	font-family:"Oswald-Light";
	letter-spacing:1px;
	line-height:28px;
}
.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:33px;
}
.svg-icon-fill{
	fill:var(--swatch-var-2588)!important;
	margin-top:0px;
}
.h3--focus-margin-top{
	margin-top:14px;
	margin-bottom:26px;
	font-size:33px;
}
.h3--resident-margin-top{
	margin-top:14px;
	font-size:33px;
}
.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;
}
.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:-12px;
}
.h2-style{
	font-size:133px;
	line-height:156px;
	margin-top:-10px;
	margin-bottom:4px;
}
.p-info03text-style{
	font-family:"Oswald-Light";
	font-size:21px;
	line-height:36px;
	margin-bottom:69px;
	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;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-6573)!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-6573);
}
.btn-5-style:hover{
	background-color:var(--swatch-var-7343);
}
.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;
}
.acordi-typo{
	font-family:"Oswald-Medium";
	color:var(--swatch-var-1165)!important;
	font-size:24px;
}
.acordi-typo:hover{
	font-size:24px;
	color:var(--swatch-var-6728)!important;
}
.h1-2-style{
	font-size:130px;
	margin-bottom:1px;
}
.bloc-bloc-2-margin-top{
	margin-top:-69px;
}
.img-friseur-sho-style{
	width:446px;
}
.row-auswahl02-margin-bottom{
	margin-bottom:41px;
}
.btn-termin-buchen-margin-top{
	margin-top:5px;
	border-width:2px 2px 2px 2px;
	border-radius:8px 8px 8px 8px;
	border-style:solid;
	border-color:var(--swatch-var-1165)!important;
	color:var(--swatch-var-1165)!important;
}
.btn-termin-buchen-margin-top:hover{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6573)!important;
	color:var(--swatch-var-6573)!important;
}
.btn-termin-buchen-margin-top:active{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-1165)!important;
	color:var(--swatch-var-1165)!important;
}
.boxmagenta{
	color:#000000!important;
}
.boxmagenta:hover{
	text-shadow:0.00px 0.00px 11px #ED90BD;
	color:#000000!important;
}
.img-sche-style{
	width:121px;
}
.p-139-style{
	font-size:20px;
}
.h1-bloc-11-style{
	font-size:80px;
	width:94.55%;
	margin-top:-4px;
	padding-top:0px;
	margin-bottom:4px;
}
.h2-1-style{
	line-height:48px;
	margin-top:1px;
	margin-bottom:2px;
}
.h2-bloc-3-style{
	line-height:44px;
}
.close{
	color:var(--swatch-var-6728)!important;
}
.close:hover{
	color:var(--swatch-var-6573)!important;
}
.close:active{
	color:var(--swatch-var-6573)!important;
}
.bloc-bildinnen-margin-bottom{
	margin-bottom:29px;
}
.h1-margin-left{
	margin-left:17px;
	font-size:120px;
}
.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-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%;
}
.h-scroll-button{
	background-color:var(--swatch-var-6573);
}

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


/* Background colour styles */

.bgc-793{
	background-color:var(--swatch-var-793);
}
.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.bgc-1165{
	background-color:var(--swatch-var-1165);
}
.bgc-1998{
	background-color:var(--swatch-var-1998);
}
.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-2757{
	color:var(--swatch-var-2757)!important;
}
.tc-7343{
	color:var(--swatch-var-7343)!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;
}

/* 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");
}
.bg-scissor-rack{
	background-image:url("img/scissor-rack.jpg");
}
.bg-Friseur-Shop4{
	background-image:url("img/Friseur_Shop4.jpg");
}
.bg-Kajo-Friseure-Team{
	background-image:url("img/Kajo-Friseure-Team.jpg");
}
.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-Friseur-Shop4{
	background-image:url("img/Friseur_Shop4.jpg");
}
.bg-THE-CHAIR-bereit-fuer-deinen-Platz-Adi{
	background-image:url("img/THE-CHAIR_bereit_fuer_deinen_Platz-Adi.jpg");
	background-image: -webkit-image-set(url("img/THE-CHAIR_bereit_fuer_deinen_Platz-Adi.webp") 1x,
url("img/THE-CHAIR_bereit_fuer_deinen_Platz-Adi.webp") 2x);background-image: image-set(url("img/THE-CHAIR_bereit_fuer_deinen_Platz-Adi.jpg") 1x,
url("img/THE-CHAIR_bereit_fuer_deinen_Platz-Adi.jpg") 2x,url("img/THE-CHAIR_bereit_fuer_deinen_Platz-Adi.webp") 1x,
url("img/THE-CHAIR_bereit_fuer_deinen_Platz-Adi.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);
}

/* = 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
-------------------------------------------------------------- */
.nav-item a.nav-link{
  padding: 7px 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);
}


/* = 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:63.46%;
	}
	.divider-footer-background-color{
		width:55.86%;
	}
	.button2{
	}
	.h1-style{
		font-size:150px;
		margin-bottom:-142px;
	}
	.img-friseur-sho-style{
		width:636px;
		margin-top:42px;
		margin-bottom:32px;
	}
	.logo-navi{
	}
	.p-text1-style{
		margin-bottom:3px;
	}
	.h3-info01-style{
		font-size:40px;
		margin-top:14px;
	}
	.bloc-bloc-3-margin-top{
		margin-bottom:-15px;
	}
	.zindex1{
	}
	.zindexfull{
	}
	.bloc-divider-margin-top{
		margin-top:-22px;
	}
	.h2-style{
		font-size:120px;
		line-height:150px;
	}
	.h2-3-style{
		font-size:40px;
		line-height:57px;
	}
	.bloc-intro-margin-bottom{
		margin-bottom:0px;
	}
	.h1-2-style{
		font-size:95px;
		margin-bottom:-9px;
	}
	.bloc-bloc-2-margin-top{
		margin-top:-31px;
		margin-bottom:0px;
	}
	.row-margin-bottom{
		margin-bottom:52px;
	}
	.btn-style{
		font-size:16px;
	}
	.p-intro1-margin-bottom{
		margin-bottom:47px;
	}
	.img-block-bla-style{
		width:109px;
	}
	.img-sche-style{
		width:109px;
	}
	.h1-bloc-11-style{
		font-size:66px;
		width:100%;
	}
	.h1-margin-left{
		font-size:110px;
	}
	.bloc-bildinnen-margin-top{
		margin-top:-56px;
	}
	.blocs-card-width{
		width:50%;
	}
	
	/* 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:177px;
	}
	.h1-style{
		font-size:110px;
		margin-bottom:-105px;
	}
	.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%;
	}
	.img-friseur-sho-style{
		width:477px;
		margin-top:29px;
	}
	.row-margin-bottom{
		margin-bottom:25px;
	}
	.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;
	}
	.bloc-bloc-3-margin-top{
		margin-bottom:-9px;
	}
	.h2-style{
		font-size:90px;
		line-height:156px;
		width:94.42%;
	}
	.bloc-intro-margin-bottom{
		margin-bottom:-3px;
	}
	.h1-2-style{
		font-size:66px;
		margin-bottom:-8px;
		margin-top:4px;
	}
	.bloc-bloc-2-margin-top{
		margin-top:-22px;
		margin-bottom:-12px;
	}
	.bloc-43413-margin-bottom{
		margin-bottom:43px;
	}
	.p-intro1-margin-bottom{
		margin-bottom:48px;
	}
	.img-sche-style{
		width:177px;
	}
	.h1-bloc-11-style{
		font-size:50px;
		width:97.95%;
		margin-top:22px;
	}
	.h2-1-style{
		line-height:40px;
	}
	.h2-bloc-3-style{
		line-height:42px;
	}
	.h1-margin-left{
		margin-top:0px;
		font-size:85px;
	}
	.blocs-card-width{
		width:50%;
	}
	.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;
	}
	.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:137px;
	}
	.h1-style{
		font-size:70px;
		width:96.72%;
		margin-bottom:-64px;
	}
	.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;
	}
	.outline2:hover{
	}
	.outline2:active{
	}
	.img-friseur-sho-style{
		width:268px;
		margin-bottom:-2px;
	}
	.p-intro1-margin-bottom{
		margin-bottom:36px;
		line-height:28px;
	}
	.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:2px;
	}
	.bloc-bloc-3-margin-top{
		margin-bottom:-2px;
	}
	.h2-style{
		line-height:100px;
		font-size:88px;
	}
	.h1-margin-bottom{
		margin-bottom:3px;
	}
	.h2-3-style{
		margin-top:0px;
		margin-bottom:5px;
	}
	.btn-5-style{
		width:100%;
	}
	.h1-2-style{
		margin-bottom:-23px;
	}
	.bloc-bloc-2-margin-top{
		margin-top:0px;
		margin-bottom:-37px;
	}
	.row-margin-bottom{
		margin-bottom:61px;
	}
	.btn-termin-buchen-margin-top:hover{
	}
	.divider-background-color{
		height:4px;
	}
	.img-sche-style{
		width:137px;
	}
	.h1-bloc-11-style{
		font-size:27px;
		margin-top:-2px;
	}
	.h2-1-style{
		line-height:36px;
		margin-bottom:2px;
	}
	.h2-bloc-3-style{
		line-height:38px;
	}
	.h1-margin-left{
		font-size:70px;
	}
	.blocs-card-width{
		width:100%;
	}
	
}

