/*-----------------------------------------------------------------------------------
	PSSST PREMIUM
	About: Powered by DESIGNIFY
	Author: DESIGNIFY
	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 */

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

@font-face {
	font-family:'NunitoSans-Regular';
	src: url('./fonts/NunitoSans-Regular/nunito-sans-latin-400.woff2');
	src: url('./fonts/NunitoSans-Regular/nunito-sans-latin-400.woff2') format('woff2'),
	url('./fonts/NunitoSans-Regular/nunito-sans-latin-400.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'NunitoSans-Bold';
	src: url('./fonts/NunitoSans-Bold/nunito-sans-latin-700.woff2');
	src: url('./fonts/NunitoSans-Bold/nunito-sans-latin-700.woff2') format('woff2'),
	url('./fonts/NunitoSans-Bold/nunito-sans-latin-700.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'NunitoSans-Light';
	src: url('./fonts/NunitoSans-Light/nunito-sans-latin-300.woff2');
	src: url('./fonts/NunitoSans-Light/nunito-sans-latin-300.woff2') format('woff2'),
	url('./fonts/NunitoSans-Light/nunito-sans-latin-300.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'NunitoSans-SemiBold';
	src: url('./fonts/NunitoSans-SemiBold/nunito-sans-latin-600.woff2');
	src: url('./fonts/NunitoSans-SemiBold/nunito-sans-latin-600.woff2') format('woff2'),
	url('./fonts/NunitoSans-SemiBold/nunito-sans-latin-600.woff') format('woff');
	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 Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

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


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


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

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}


.text-justify{
	text-align: justify;
}


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



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

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

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

.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;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"NunitoSans-Regular";
}
.container{
	max-width:1170px;
}
.p-footer{
	font-size:14px;
	line-height:18px;
}
.navbar-brand img{
	width:160px;
	text-align:left;
}
.navbar-nav li a{
	font-size:1.2rem;
	line-height:1.4rem;
}
.image-wrap-text{
	width:30%;
	float:left;
	margin-top:0px;
	margin-left:0px;
}
.divider-background-color{
	background-color:var(--swatch-var-2326);
	margin-left:auto;
	margin-right:auto;
	height:3px;
}
.p-klein{
	font-family:"NunitoSans-Regular";
	font-size:12px;
	line-height:18px;
}
.bg-kateg{
	background-color:rgba(255,255,255,0.85);
	margin-top:-17%;
	overflow:visible;
}
.h3-auflistung{
	font-size:1.4rem;
	line-height:1.7rem;
}
h5{
	font-family:"NunitoSans-Regular";
	font-size:20px;
	line-height:26px;
}
p{
	font-size:16px;
	line-height:24px;
}
h6{
	font-size:18px;
	line-height:24px;
}
.divider-category{
	background-color:var(--swatch-var-2326);
	margin-left:auto;
	margin-right:auto;
	height:10px;
}
h4{
	font-size:24px;
	line-height:28px;
}
.link-text{
	text-decoration:none;
}
.h1-standard{
	font-family:"NunitoSans-Light";
	font-size:40px;
	line-height:48px;
}
.btn-termine-content{
	font-size:15px;
	line-height:18px;
}
h2{
	font-size:32px;
	line-height:38px;
}
.link-paragraph{
	font-size:16px;
	line-height:24px;
	text-decoration:none;
}
.text-carousel{
	top:20%;
	left:4%;
	text-align:left;
}
.h1-banner{
	font-family:"NunitoSans-Bold";
	font-size:55px;
	line-height:65px;
	margin-left:0px;
	width:50%;
}
.extra-text-header{
	font-family:"NunitoSans-Bold";
	font-size:28px;
	line-height:34px;
	margin-left:0px;
	width:45%;
}
.h2-banner{
	line-height:32px;
	width:50%;
	margin-left:0px;
	font-size:26px;
}
.text-preisliste-gold{
	background-size:length;
	color:var(--swatch-var-2326)!important;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-1268)!important;
	border-width:0px 0px 0px 0px;
	font-size:18px;
	font-family:"NunitoSans-SemiBold";
}
.raw-preise{
	border-style:dotted;
	border-color:var(--swatch-var-1724)!important;
	border-width:0px 0px 2px 0px;
	font-size:10px;
}
.text-preise-schwarz{
	background-size:length;
	color:var(--swatch-var-7972)!important;
	border-radius:0px 0px 0px 0px;
	border-color:var(--swatch-var-1268)!important;
	border-width:0px 0px 0px 0px;
	font-size:18px;
	font-family:"NunitoSans-SemiBold";
}
.balken-team{
	padding:5px 5px 5px 5px;
	background-color:var(--swatch-var-2326);
}
.h5-style{
	width:100%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7972:rgba(47,47,47,1.00);
	
	--swatch-var-2326:rgba(82,44,0,1.00);
	
	--swatch-var-7673:rgba(255,255,255,0.86);
	
	--swatch-var-7202:#C0C0C0;
	
	--swatch-var-455:rgba(113,28,69,1.00);
	
	--swatch-var-2337:rgba(255,255,255,0.80);
	
	--swatch-var-7380:rgba(113,28,69,0.85);
	
	--swatch-var-1698:#000000;
	
	--swatch-var-773:rgba(255,255,255,1.0);
	
	--swatch-var-1268:rgba(198,179,139,1.00);
	
	--swatch-var-3450:#FFFFFF;
	
	--swatch-var-1724:rgba(141,113,43,1.00);
	
	--swatch-var-3610:#333333;
	
	--swatch-var-7768:#B39468;
	
	--swatch-var-1287:#91C3C7;
	
}


/* Background colour styles */

.bgc-2326{
	background-color:var(--swatch-var-2326);
}
.bgc-773{
	background-color:var(--swatch-var-773);
}
.bgc-1268{
	background-color:var(--swatch-var-1268);
}

/* Text colour styles */

.tc-1724{
	color:var(--swatch-var-1724)!important;
}
.tc-2326{
	color:var(--swatch-var-2326)!important;
}
.tc-773{
	color:var(--swatch-var-773)!important;
}
.tc-7972{
	color:var(--swatch-var-7972)!important;
}
.tc-3450{
	color:var(--swatch-var-3450)!important;
}
.tc-7673{
	color:var(--swatch-var-7673)!important;
}
.tc-1698{
	color:var(--swatch-var-1698)!important;
}

/* Button colour styles */

.btn-c-2326{
	background:var(--swatch-var-2326);
	color:#FFFFFF!important;
}
.btn-c-2326:hover{
	background:#1F0000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-7972{
	color:var(--swatch-var-7972)!important;
}
.ltc-7972:hover{
	color:#000000!important;
}
.ltc-2326{
	color:var(--swatch-var-2326)!important;
}
.ltc-2326:hover{
	color:#1F0000!important;
}

/* Icon colour styles */

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


/* = 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;
}
body.cadence .cadence-data.bric-canvas-placeholder{
	display:none!important;
	height:0}.cadence-data[data-focus="0"] .btn-close:active:focus,.cadence-data[data-focus="0"] .btn-close:focus{
	outline:0;
	box-shadow:none;
	border:none}body.cadence sc-cadence{
	display:inline-block}body.cadence .cadence1-pixel,body.cadence .cadence2-pixel,body.cadence .cadence3-pixel,body.cadence .cadence4-pixel,body.cadence .cadence5-pixel{
	position:absolute;
	width:1px;
	height:1px;
	top:100px;
	left:0}/*body.cadence .modal-backdrop.fade {
	opacity:0;
	 background-color:transparent;
}
*//*body.cadence .cadence-data.bric-canvas-placeholder{
	display:none!important;
	 height:0}.cadence-data[data-focus="0"] .btn-close:active:focus,.cadence-data[data-focus="0"] .btn-close:focus{
	outline:0;
	box-shadow:none;
	border:none}body.cadence sc-cadence {
	display: inline-block;
}
body.cadence .cadence1-pixel,body.cadence .cadence2-pixel,body.cadence .cadence3-pixel,body.cadence .cadence4-pixel,body.cadence .cadence5-pixel{
		position: absolute;
		width: 1px;
		height: 1px;
		top: 100px;
		left: 0;
}
*/

/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.p-footer{
		font-size:14px;
		line-height:18px;
	}
	.navbar-nav li a{
		font-size:1.1rem;
		line-height:1.3rem;
	}
	.image-wrap-text{
		width:50%;
	}
	.bg-kateg{
		margin-top:-15%;
	}
	.h3-auflistung{
		font-size:1.3rem;
		line-height:1.5rem;
	}
	h5{
		font-size:20px;
		line-height:26px;
	}
	p{
		font-size:16px;
		line-height:24px;
	}
	h6{
		font-size:18px;
		line-height:24px;
	}
	h4{
		font-size:23px;
		line-height:27px;
	}
	.h1-standard{
		font-family:"NunitoSans-Light";
		font-size:34px;
		line-height:40px;
	}
	.btn-termine-content{
		font-size:15px;
		line-height:18px;
	}
	h2{
		font-size:28px;
		line-height:34px;
	}
	.link-paragraph{
		font-size:16px;
		line-height:24px;
		text-decoration:none;
	}
	.text-carousel{
		left:3%;
		top:3%;
	}
	.h1-banner{
		font-size:32px;
		line-height:38px;
		width:50%;
	}
	.extra-text-header{
		font-family:"CeraPro-Bold";
		font-size:22px;
		line-height:28px;
		width:50%;
	}
	.h2-banner{
		width:50%;
		font-size:22px;
		line-height:26px;
		opacity:1.0;
	}
	.navbar-brand img{
		width:140px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"NunitoSans-Regular";
	}
	
}

@media (max-width: 767px){
	.p-footer{
		font-size:14px;
		line-height:18px;
	}
	.navbar-brand img{
		width:120px;
	}
	.navbar-nav li a{
		font-size:1rem;
		line-height:1.25rem;
	}
	.image-wrap-text{
		width:100%;
	}
	.p-klein{
		font-size:12px;
		line-height:15px;
	}
	.h3-auflistung{
		font-size:1.3rem;
		line-height:1.5rem;
	}
	.bg-kateg{
		margin-top:-14%;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"NunitoSans-Regular";
	}
	h5{
		font-size:20px;
		line-height:26px;
	}
	p{
		font-size:16px;
		line-height:24px;
	}
	h6{
		font-size:18px;
		line-height:24px;
	}
	.btn-termine-content{
		font-size:15px;
		line-height:18px;
	}
	.h1-standard{
		font-size:28px;
		line-height:36px;
	}
	h2{
		font-size:22px;
		line-height:26px;
	}
	.link-paragraph{
		font-size:16px;
		line-height:24px;
		text-decoration:none;
	}
	.text-carousel{
		left:2%;
		top:18%;
	}
	.h1-banner{
		font-size:28px;
		line-height:34px;
		width:50%;
	}
	.extra-text-header{
		width:50%;
	}
	.h2-banner{
		width:100%;
		font-size:20px;
		line-height:24px;
		opacity:1.0;
		background-color:var(--swatch-var-2337);
		color:var(--swatch-var-2326)!important;
	}
	.er-paket{
		margin-left:40px;
	}
	.pack-antiaging{
		margin-left:50px;
	}
	
}

@media (max-width: 575px){
	.p-footer{
		font-size:14px;
		line-height:18px;
	}
	.navbar-brand img{
		width:100px;
	}
	.navbar-nav li a{
		font-size:1rem;
		line-height:1.25rem;
	}
	.image-wrap-text{
		width:100%;
	}
	.bg-kateg{
		margin-top:-20%;
	}
	.h3-auflistung{
		font-size:1.3rem;
		line-height:1.45rem;
		font-family:"NunitoSans-Regular";
		text-decoration:none;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"NunitoSans-Regular";
	}
	h5{
		font-size:20px;
		line-height:26px;
	}
	p{
		font-size:16px;
		line-height:24px;
	}
	h6{
		font-size:18px;
		line-height:24px;
	}
	.divider-background-color{
		margin-right:auto;
		margin-left:-10%;
	}
	.divider-category{
		width:120%;
		margin-right:auto;
		margin-left:-10%;
	}
	h4{
		font-size:22px;
	}
	.link-text{
	}
	.btn-termine-content{
		font-size:15px;
		line-height:18px;
	}
	.h1-standard{
		font-family:"NunitoSans-Regular";
		font-size:23px;
		line-height:29px;
	}
	h2{
		font-size:22px;
		line-height:26px;
	}
	.link-paragraph{
		text-decoration:none;
		font-size:16px;
		line-height:24px;
	}
	label{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2326)!important;
		fill:var(--swatch-var-2326)!important;
	}
	.text-carousel{
		left:2%;
		top:7%;
	}
	.h1-banner{
		line-height:24px;
		margin-left:0px;
		font-size:20px;
		width:50%;
	}
	.extra-text-header{
		font-size:15px;
		line-height:18px;
		width:50%;
		font-family:"NunitoSans-Bold";
	}
	.h2-banner{
		font-size:17px;
		line-height:20px;
		width:100%;
		text-decoration:none;
	}
	.text-preisliste-gold{
		font-family:"NunitoSans-SemiBold";
	}
	.er-paket{
		margin-left:40px;
	}
	.pack-antiaging{
		margin-left:50px;
	}
	
}

