/*-----------------------------------------------------------------------------------
	DJ-POSTUPA | Hochzeiten, Firmenfeiern & Geburtstage
	About: A shiny new Blocs website.
	Author: Norman Sheeran
	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:'RobotoCondensed-Medium';
	src: url('./fonts/RobotoCondensed-Medium/Roboto_Condensed-Medium.ttf');
	src: url('./fonts/RobotoCondensed-Medium/Roboto_Condensed-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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


/* 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;
}
.bg-center{
	-webkit-background-size: auto;
}


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

.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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);
}
.navbar-toggle.menu-icon-rounded-uneven-list{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-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-rd{
	border-radius: 40px;
}
.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;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}
/* 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);
}
.squares-2-mask{
	clip-path: url(#squares-2-mask);
}
.brush-mask{
	clip-path: url(#brush-mask);
}
.brush-2-mask{
	clip-path: url(#brush-2-mask);
}
.brush-3-mask{
	clip-path: url(#brush-3-mask);
}
.pebbles-mask{
	clip-path: url(#pebbles-mask);
}
.heart-mask{
	clip-path: url(#heart-mask);
}
.paralelogram-mask{
	clip-path: url(#paralelogram-mask);
}

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


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom: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;
}

/* 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:"RobotoCondensed-Medium";
	color:var(--swatch-var-6533)!important;
}
.container{
	max-width:1720px;
}
.category-title{
	font-size:16px;
	background-color:#FEFFFF;
	color:#000000!important;
}
.bold-text{
	font-weight:bold;
	font-family:"RobotoCondensed-Medium";
}
.store-card{
	padding:40px 40px 40px 40px;
	background-color:var(--swatch-var-2175);
	border-radius:30px 30px 30px 30px;
	box-shadow:0.00px 0.00px 9px rgba(0,0,0,0.04);
	position:relative;
	font-family:"Roboto-Medium";
}
.fill-width-container{
	width:100%;
}
.sm-product-title{
	font-size:20px;
	font-family:"Roboto-Medium";
}
.lg-sub-title{
	font-size:22px;
}
.sm-card{
	max-width:300px;
	padding:30px 30px 30px 30px;
}
.primary-text{
	background:linear-gradient(192deg, var(--swatch-var-5091) 53%, var(--swatch-var-7960) 98%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.arrow-btn{
	background-color:var(--swatch-var-2101);
	border-radius:50px 50px 50px 50px;
	padding:2px 2px 2px 2px;
	position:absolute;
	right:0px;
	top:10px;
}
.sm-arrow-btn{
	width:30px;
}
.card-content{
	position:relative;
}
.primary-gradient-bg{
	background:linear-gradient(46deg, #000000 0%, var(--swatch-var-1931) 21%, var(--swatch-var-1931) 43%, var(--swatch-var-4608)  99%);
	background-blend-mode:normal;
}
.category-icon{
	padding:20px 20px 20px 20px;
	border-radius:20px 20px 20px 20px;
	min-width:80px;
	background-color:#FEFFFF;
}
.buy-btn{
	padding-right:20px;
	padding-left:20px;
	background-color:var(--swatch-var-2101);
	color:var(--swatch-var-2175)!important;
}
.primary-icon{
	fill:var(--swatch-var-2101);
}
.large-icon{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.xs-card{
	max-width:200px;
	padding:20px 20px 20px 20px;
}
.row-offset{
	padding-left:8.33333333%;
	padding-right:8.33333333%;
	font-size:20px;
	color:var(--swatch-var-2175)!important;
}
.sm-text{
	font-size:12px;
}
.footer-link{
	font-size:14px;
	text-decoration:none;
}
.active-page-link{
	color:var(--swatch-var-2175)!important;
}
.xs-product-title{
	font-size:16px;
}
.box-card{
	width:100%;
}
.fill-card{
	width:100%;
}
.service-grid{
	width:100%;
}
.outline-card{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6874)!important;
	box-shadow:0.00px -0.00px 0px transparent;
}
.color-dot{
	width:24px;
	border-radius:30px 30px 30px 30px;
	display:inline-block;
	color:transparent!important;
	background-color:#000000;
	height:24px;
}
.white-dot{
	background-color:transparent;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:rgba(0,0,0,0.20)!important;
}
.silver-dot{
	background-color:#D2D3D4;
}
.blue-dot{
	background-color:#004DBA;
}
.primary-outline{
	border-color:var(--swatch-var-2101)!important;
	border-style:solid;
	border-width:2px 2px 2px 2px!important;
}
.model-option{
	border-width:1px 1px 1px 1px;
	border-color:rgba(0,0,0,0.10);
	border-style:solid;
	padding:20px 20px 20px 20px;
	border-radius:40px 40px 40px 40px;
	width:100%;
}
.red-dot{
	background-color:#EC0525;
}
.green-dot{
	background-color:#1C705F;
}
.price-right{
	float:right;
}
.token{
	color:var(--swatch-var-2175)!important;
	font-size:12px;
	border-radius:20px 20px 20px 20px;
	padding:3px 10px 3px 10px;
	background-color:var(--swatch-var-7691);
}
.uppercase-text{
	text-transform:uppercase;
}
.navbar-brand img{
	width:250px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Roboto";
}
p{
	font-family:"Poppins";
}
.designer-hero-h1{
	font-size:90px;
	line-height:100px;
}
.designer-hero-h3{
	font-size:30px;
}
.designer-hero-logo img{
	height:44px;
}
.laptop-hero-h1{
	font-size:80px;
}
.discover-hero-blue-border{
	border-style:solid;
	border-color:#0095FF;
	border-width:0px 0px 0px 3px;
}
.discover-hero-blue-text{
	color:#0097FF!important;
}
.discover-hero-h1{
	font-size:80px;
	font-family:Roboto;
	font-weight:700;
}
.discover-hero-btn{
	width:34.74%;
	font-size:15px;
	color:#000000!important;
	font-family:"Roboto";
	font-weight:500;
}
.nav-bg-fill-dark{
	background-color:rgba(0,0,0,0.4);
	border-color:rgba(0,0,0,0.0);
	margin-top:20px;
	border-radius:10px 10px 10px 10px;
}
.desk-hero-h1{
	font-size:200px;
	line-height:px;
}
.desk-hero-h3{
	margin-top:0px;
}
.desk-logo img{
	width:44px;
	height:44px;
}
.img-style{
	width:250px;
	height:250px;
}
.p-style{
	width:100%;
}
.img-dj-pult-ru-style{
	width:250px;
	height:250px;
}
.img-geburtstags-ru-style{
	width:250px;
	height:250px;
}
.container-div-0-style{
	width:100%;
}
.img-27-style{
	width:500px;
	height:450px;
}
.p-4-style{
	font-size:19px;
	width:84.62%;
	font-family:"Roboto-Medium";
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-5276);
	height:50px;
}
.p-service-style{
	font-size:15px;
	width:100%;
}
.img-service-style{
	width:210px;
	height:210px;
}
.p-9-style{
	font-size:15px;
	font-family:"Roboto-Medium";
}
.p-5-style{
	width:100%;
	font-family:"Roboto-Medium";
}
.p-6-style{
	font-size:15px;
	font-family:"Roboto-Medium";
}
.p-7-style{
	font-size:15px;
	font-family:"Roboto-Medium";
}
.blocs-card-width{
	width:20%;
	background-color:var(--swatch-var-1233);
	height:60px;
	font-size:20px;
	font-family:"Lato";
	writing-mode:horizontal-tb;
}
.h4-service-style{
	width:100%;
}
.container-div-quick-picks-style{
	width:72.37%;
}
.icon-size{
	width:80px;
}
.feat-card-icon{
	width:50px;
	border-radius:10px 10px 10px 10px;
}
.feat-card-icon-pos{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feat-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.img-placeholder-us-style{
	width:150px;
	height:150px;
}
.gaeste1{
	background:linear-gradient(122deg, var(--swatch-var-5091)   51%, var(--swatch-var-1931)  61%, var(--swatch-var-4608) 100%);
	background-blend-mode:color;
	transition:all 0.5s ease 0s;
}
.modal-gaeste{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-5276)!important;
	background:linear-gradient(0deg, var(--swatch-var-2101) 1%, #FFFFFF  100%);
	image-rendering:auto;
}
.gaeste02{
	background:linear-gradient(0deg, var(--swatch-var-2101) 71%, #FFFFFF 100%);
	left:2px;
	right:2px;
}
.card-style{
	width:100%;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.watch-hero-h1{
	font-size:41px;
}
.watch-hero-h3{
	margin-top:0px;
}
.watch-hero-img-mt{
	margin-top:29px;
}
.section-heading{
	font-weight:bold;
	font-size:36px;
	text-transform:uppercase;
}
.primary-divider{
	background-color:var(--swatch-var-1931);
	max-width:150px;
	height:2px;
}
.center-divider{
	margin-left:auto;
	margin-right:auto;
}
.section-p{
	font-size:20px;
}
.custom-field::placeholder{
	color:var(--swatch-var-3409)!important;
}
.eventteile{
	color:var(--swatch-var-6533)!important;
}
.img-bloc-7-style{
	width:150px;
	height:100px;
}
.svg-icon-bloc-7-fill{
	fill:#128C7E!important;
	width:60px!important;
	height:60px!important;
}
.svg-icon-0-fill{
	fill:#FEFFFF!important;
	width:60px!important;
	height:60px!important;
}
.svg-icon-0-bloc-7-fill{
	fill:#04FFFE!important;
	stroke-linecap:butt!important;
	width:70px;
	height:70px;
}
.p-bloc-7-style{
	font-family:"Roboto-Medium";
}
.p-62-style{
	font-family:"Roboto-Medium";
}
.row-style{
	width:100%;
}
.label-style{
	opacity:0.7;
	width:100%;
}
.html-widget-bloc-7-style{
	width:42.11%;
}
.btn-style{
	border-radius:25px 25px 25px 25px;
	color:var(--swatch-var-2175)!important;
	font-family:"Roboto-Medium";
}
.h3-style{
	font-family:"Roboto-Medium";
}
.h1-style{
	font-family:"Roboto-Medium";
}
.p-8-style{
	font-family:"Roboto-Medium";
}
.p-4-bloc-7-style{
	font-family:"Roboto-Medium";
}
.h4-2-style{
	font-family:"Roboto-Medium";
}
.h3-bloc-7-style{
	font-family:"Roboto-Medium";
}
.h4-style{
	font-family:"Roboto-Medium";
}
.p-bloc-9-style{
	font-family:"Roboto-Medium";
}
.p-11-style{
	font-family:"Roboto-Medium";
}
.h4-bloc-9-style{
	font-family:"Roboto-Medium";
}
.h4-8-style{
	font-family:"Roboto-Medium";
}
.p-12-style{
	font-family:"Roboto-Medium";
}
.h4-9-style{
	font-family:"Roboto-Medium";
}
.p-13-style{
	font-family:"Roboto-Medium";
}
.p-14-style{
	font-family:"Roboto-Medium";
}
.h4-10-style{
	font-family:"Roboto-Medium";
}
.h4-11-style{
	font-family:"Roboto-Medium";
}
.p-24-style{
	font-family:"Roboto-Medium";
}
.gall{
	color:var(--swatch-var-1165)!important;
	background-color:var(--swatch-var-1165);
}
.gäste2{
	background-color:var(--swatch-var-4004);
	background:linear-gradient(180deg, var(--swatch-var-4004) 0%, #FFFFFF 100%);
}
.gaeste2{
	background:linear-gradient(208deg, var(--swatch-var-5788)  0%, var(--swatch-var-4677) 100%);
}
.gaeste3{
	background:linear-gradient(186deg, var(--swatch-var-1931)  0%, var(--swatch-var-3823)  3%, #FFFFFF 100%);
}
.img-fluid-image-17-style{
	border-radius:0px 0px 0px 0px;
}
.gaeste5{
	background:linear-gradient(218deg, #932092 58%, #FFFFFF 100%);
}
.gall1{
	background-color:#000000;
}
.gaeste-7{
	background:linear-gradient(176deg, var(--swatch-var-1931) 14%, var(--swatch-var-7960) 34%);
}
.gaeste-6{
	background:linear-gradient(179deg, var(--swatch-var-5788)  0%, #FFFFFF 25%);
}
.gaeste8{
	background:linear-gradient(184deg, var(--swatch-var-4004)  11%, var(--swatch-var-1463)  52%, #000000  62%, #FFFFFF 100%);
}
.gaeste9{
	background:linear-gradient(209deg, var(--swatch-var-7960) 0%, var(--swatch-var-4677) 38%);
}
.gaeste10{
	background-color:var(--swatch-var-3823);
	background:linear-gradient(164deg, var(--swatch-var-4677) 13%, var(--swatch-var-3823) 27%, #FFFFFF 33%);
	background-blend-mode:darken;
}
.h3-toller-dj -style{
	opacity:0.7;
}
.h3-bloc-11-style{
	font-family:"Roboto-Medium";
	font-size:32px;
}
.p-bloc-11-style{
	font-size:20px;
}
.gaeste{
	background:linear-gradient(122deg, var(--swatch-var-5091) 51%, #FFFFFF 100%);
	background-blend-mode:color;
	transition:all 0.5s ease 0s;
}
.h3-bloc-13-style{
	font-family:"Roboto-Medium";
}
.button-loc{
	background-color:var(--swatch-var-4462);
}
.btn-zur-webseite-style{
	width:100%;
}
.modal-locations{
	background-color:var(--swatch-var-4677);
	background:linear-gradient(186deg, var(--swatch-var-4677) 0%, #FFFFFF 72%);
	background-blend-mode:color;
}
.p-bloc-13-style{
	font-size:18px;
}
.p-59-style{
	font-size:18px;
}
.locations_name{
	color:var(--swatch-var-1233)!important;
	font-family:"Roboto-Medium";
}
.h3-bloc-14-style{
	font-size:23px;
}
.loc_01{
	background:linear-gradient(118deg, var(--swatch-var-4677) 88%, #FFFFFF 100%);
}
.loc_02{
	background:linear-gradient(245deg, var(--swatch-var-1321)  0%, #FFFFFF 100%);
}
.loc_03{
	background:linear-gradient(161deg, var(--swatch-var-4004) 14%, #FFFFFF 100%);
}
.loc_04{
	background:linear-gradient(145deg, var(--swatch-var-5276) 0%, #FFFFFF 100%);
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.p-67-style{
	font-family:"Roboto-Medium";
}
.h5-style{
	font-family:"Roboto-Medium";
}
.h1-bloc-7-style{
	font-family:"Roboto-Medium";
}
.img-book-open-style{
	width:241px;
	height:241px;
}
.team-card{
	min-height:350px;
}
.img-fluid-image-26-style{
	height:160px;
	width:160px;
}
.p-10-style{
	font-family:"Roboto-Medium";
}
.button_cont{
	background-color:var(--swatch-var-2101);
	color:var(--swatch-var-2175)!important;
	font-family:"Roboto-Medium";
}
.svg-icon-fill{
	fill:var(--swatch-var-2175)!important;
}
.faq-akkordeon{
	color:var(--swatch-var-1869)!important;
	font-family:"Roboto-Medium";
}
.container-div-45060-style{
	width:100%;
}
.head-akko{
	color:var(--swatch-var-2101)!important;
	font-weight:bold;
	font-family:"Roboto-Medium";
}
.background-akk{
	background:linear-gradient(180deg, var(--swatch-var-2101) 0%, #FFFFFF 58%);
}
.head-akko2{
	color:var(--swatch-var-4677)!important;
}
.background-akk2{
	color:var(--swatch-var-4677)!important;
	background:linear-gradient(186deg, var(--swatch-var-4677) 0%, #FFFFFF 100%);
}
.nav_read{
	font-family:"RobotoCondensed-Medium";
	color:var(--swatch-var-724)!important;
}
.gästebuch_block{
	margin-top:-190px;
}
.button_addons{
	background:linear-gradient(0deg, var(--swatch-var-5091)  0%, var(--swatch-var-1931) 100%)!important;
	font-family:"Roboto-Medium";
	color:var(--swatch-var-2175)!important;
}
.svg-icon-bloc-28-fill{
	fill:var(--swatch-var-2175)!important;
}
.btn-mehr-style{
	width:51.35%;
}
.svg-icon-bloc-2-fill{
	fill:var(--swatch-var-2175)!important;
}
.p-2-style{
	font-family:"Roboto-Regular";
	font-size:16px;
}
.h3-3-style{
	font-size:20px;
}
.p-3-style{
	font-size:16px;
	font-family:"Roboto-Regular";
}
.h1-6-style{
	font-size:30px;
}
.menu-icon-navigation-stroke{
	stroke:var(--swatch-var-4608)!important;
	fill:var(--swatch-var-4608)!important;
}
.link-style{
	font-family:"RobotoCondensed-MediumItalic";
}
.menu-icon-0-stroke{
	stroke:var(--swatch-var-2175)!important;
	fill:var(--swatch-var-2175)!important;
}
.nav22{
	color:var(--swatch-var-2175)!important;
	font-size:25px;
}
.logo-text{
	font-size:20px;
	font-weight:bold;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-4088);
	fill:var(--swatch-var-4088);
}
.primary-full-stop::after{
	content:".";
	color:var(--swatch-var-5688)!important;
}
.nav11{
	color:var(--swatch-var-2175)!important;
	background-color:var(--swatch-var-2175);
	background-size:length;
	font-family:"Roboto-Regular";
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-4608)!important;
	fill:var(--swatch-var-4608)!important;
}
.page-heading{
	font-size:60px;
}
.sub-header{
	font-size:20px;
}
.gallery-item{
	position:relative;
}
.overlay-title{
	position:absolute;
	left:0px;
	z-index:1;
	padding:10px 20px 10px 20px;
	background-color:var(--swatch-var-7794);
	bottom:0px;
}
.img-126-style{
	height:444px;
	width:664px;
}
.img-124-style{
	height:374px;
}
.img-125-style{
	height:148px;
}
.img-live--style{
	height:374px;
}
.img-127-style{
	height:212px;
}
.gradient-text{
	background:linear-gradient(308deg, var(--swatch-var-2311) 36%, var(--swatch-var-2101) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
	display:inline-block;
}
.custom-card{
	padding:40px 40px 40px 40px;
	background-color:var(--swatch-var-3202);
	transition:all 0.5s ease 0s;
	max-width:30%;
}
.primary-btn{
	transition:all 0.5s ease-in-out 0s;
	text-transform:uppercase;
	border-color:var(--swatch-var-2175);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	border-width:2px 2px 2px 2px;
	background-color:transparent;
	color:var(--swatch-var-2175)!important;
}
.primary-btn:hover{
	transform:scale(1.04);
	transition:all 0.2s ease-in-out 0s;
	background:linear-gradient(272deg, var(--swatch-var-2311)  0%, var(--swatch-var-2101) 100%);
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	border-color:transparent!important;
}
.foot-btn{
	min-width:300px;
}
.img-bloc-24-style{
	height:194px;
}
.cap-heading{
	text-transform:uppercase;
}
.h3-bloc-24-style{
	font-size:22px;
}
.h3-78-style{
	font-size:22px;
}
.h3-79-style{
	font-size:22px;
}
.h3-80-style{
	font-size:22px;
}
.img-bloc-28-style{
	height:148px;
	width:148px;
}
.img-122-style{
	height:148px;
}
.img-128-style{
	height:148px;
}
.img-86-style{
	height:148px;
	width:148px;
}
.bloc-divider-b-style{
	height:30px;
	fill:var(--swatch-var-4677);
}
.p-bloc-2-style{
	font-family:"Roboto-Medium";
}
.h3-bloc-2-style{
	font-size:21px;
}
.h6-style{
	font-size:13px;
}
.svg-icon-bloc-24-fill{
	fill:var(--swatch-var-2175)!important;
	width:50px!important;
}
.button_inline{
	background:linear-gradient(0deg, rgba(0,0,0,0.03) 0%, #FFFFFF 100%);
}
.stars{
	height:20px;
}
.h1-bloc-13-style{
	font-size:29px;
}
.svg-icon-bloc-13-fill{
	fill:var(--swatch-var-2175)!important;
}
.h3-93-style{
	opacity:0.7;
}
.vcard-überschrift{
	font-size:16px;
}
.container-div-style{
	width:100%;
}
.row-bloc-13-style{
	width:100%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-6533:rgba(29,29,31,0.60);
	
	--swatch-var-2175:rgba(255,255,255,1.00);
	
	--swatch-var-2101:rgba(0,173,195,1.00);
	
	--swatch-var-5091:rgba(70,220,200,1.00);
	
	--swatch-var-7691:rgba(0,0,0,0.40);
	
	--swatch-var-5700:rgba(0,0,0,0.03);
	
	--swatch-var-6874:rgba(0,0,0,0.05);
	
	--swatch-var-654:rgba(255,255,255,0.50);
	
	--swatch-var-724:rgba(0,0,0,0.60);
	
	--swatch-var-4272:rgba(255,255,255,0.498039);
	
	--swatch-var-5276:rgba(0,255,228,1.00);
	
	--swatch-var-4608:rgba(52,96,120,1.00);
	
	--swatch-var-7794:rgba(0,0,0,1.00);
	
	--swatch-var-1084:rgba(255,255,255,1.00);
	
	--swatch-var-1779:rgba(0,0,0,1.00);
	
	--swatch-var-1233:rgba(255,255,255,1.00);
	
	--swatch-var-4462:rgba(255,255,255,1.00);
	
	--swatch-var-4492:rgba(0,0,0,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-1931:#00ACEA;
	
	--swatch-var-3516:rgba(255,255,255,0.498);
	
	--swatch-var-4677:#61B5E1;
	
	--swatch-var-3409:#AE7C51;
	
	--swatch-var-1165:#0F0F0F;
	
	--swatch-var-1869:rgba(0,0,0,0.7);
	
	--swatch-var-5140:rgba(255,255,255,1.00);
	
	--swatch-var-4004:rgba(255,91,0,1.00);
	
	--swatch-var-5788:rgba(174,30,44,1.00);
	
	--swatch-var-3823:rgba(255,251,0,1.00);
	
	--swatch-var-483:rgba(180,192,206,1.00);
	
	--swatch-var-7960:rgba(106,62,217,1.00);
	
	--swatch-var-1463:rgba(32,32,32,1.00);
	
	--swatch-var-1321:rgba(102,183,63,1.00);
	
	--swatch-var-4088:#333333;
	
	--swatch-var-5688:#F86541;
	
	--swatch-var-2311:#FF3737;
	
	--swatch-var-3202:#040404;
	
	--swatch-var-7343:#0C0C0C;
	
	--swatch-var-7376:#232423;
	
	--swatch-var-2941:#EAE6DD;
	
	--swatch-var-281:rgba(29,29,31,0.6);
	
}


/* Background colour styles */

.bgc-2175{
	background-color:var(--swatch-var-2175);
}
.bgc-5700{
	background-color:var(--swatch-var-5700);
}
.bgc-4608{
	background-color:var(--swatch-var-4608);
}
.bgc-4462{
	background-color:var(--swatch-var-4462);
}

/* Text colour styles */

.bgc-6533{
	background-color:var(--swatch-var-6533);
}
.tc-2175{
	color:var(--swatch-var-2175)!important;
}
.tc-3516{
	color:var(--swatch-var-3516)!important;
}
.tc-1869{
	color:var(--swatch-var-1869)!important;
}
.tc-4492{
	color:var(--swatch-var-4492)!important;
}
.tc-6533{
	color:var(--swatch-var-6533)!important;
}
.tc-724{
	color:var(--swatch-var-724)!important;
}
.tc-7794{
	color:var(--swatch-var-7794)!important;
}
.tc-2101{
	color:var(--swatch-var-2101)!important;
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}

/* Button colour styles */

.btn-c-2101{
	background:var(--swatch-var-2101);
	color:#FFFFFF!important;
}
.btn-c-2101:hover{
	background:#007A90!important;
	color:#FFFFFF!important;
}
.wire-btn-c-2175{
	color:var(--swatch-var-2175)!important;
	border-color:var(--swatch-var-2175)!important;
}
.wire-btn-c-2101{
	color:var(--swatch-var-2101)!important;
	border-color:var(--swatch-var-2101)!important;
}

/* Link colour styles */

.ltc-7794{
	color:var(--swatch-var-7794)!important;
}
.ltc-7794:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}
.cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}.cocoen *{
	box-sizing:inherit}.cocoen ::after,.cocoen ::before{
	box-sizing:inherit}.cocoen img,.cocoen picture>img{
	max-width:none}.cocoen>img,.cocoen>picture>img{
	display:block;
	width:100%}.cocoen>div:first-child,picture .cocoen > div{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:50%}.cocoen-drag{
	background:#fff;
	bottom:0;
	cursor:ew-resize;
	left:50%;
	margin-left:-1px;
	position:absolute;
	top:0;
	width:2px}.cocoen-drag::before{
	content: "";
	height: 10%;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	border-radius: 3px;
	background: white;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


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

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@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){
	.sm-product-title{
	}
	.fill-card{
	}
	.designer-hero-h1{
		font-size:60px;
		line-height:70px;
		margin-bottom:10px;
	}
	.designer-hero-h3{
		font-size:28px;
		margin-top:0px;
	}
	.laptop-hero-h1{
		font-size:60px;
	}
	.desk-hero-h1{
		font-size:150px;
	}
	.blocs-card-width{
		width:50%;
	}
	.watch-hero-h1{
		font-size:60px;
	}
	.watch-hero-h3{
		font-size:20px;
	}
	.custom-card{
		padding:40px 40px 40px 40px;
	}
	
}

@media (max-width: 767px){
	.menu-icon-stroke{
		stroke:var(--swatch-var-2175)!important;
		fill:var(--swatch-var-2175)!important;
	}
	.fill-card{
	}
	.designer-hero-h1{
		font-size:50px;
		line-height:60px;
	}
	.designer-hero-h3{
		font-size:26px;
		margin-top:20px;
		margin-bottom:19px;
	}
	.laptop-hero-h1{
		font-size:50px;
	}
	.discover-hero-blue-border{
		border-left-width:0px;
	}
	.desk-hero-h1{
		font-size:100px;
	}
	.desk-hero-h3{
		font-size:21px;
	}
	.blocs-card-width{
		width:50%;
	}
	.feat-card{
		margin-bottom:60px;
	}
	.watch-hero-h1{
		font-size:px;
	}
	.quote-text{
		font-size:22px;
	}
	.page-heading{
		font-size:50px;
	}
	.section-heading{
		font-size:40px;
	}
	.custom-card{
		max-width:100%;
		padding:20px 20px 20px 20px;
	}
	.primary-divider{
		margin-bottom:30px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Text Margin Offsets */
	.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.service-grid{
		grid-template-columns:1fr;
	}
	.row-offset{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2175)!important;
		fill:var(--swatch-var-2175)!important;
	}
	.store-card{
		padding:25px 25px 25px 25px;
		max-width:95%;
	}
	.xs-card{
		padding:15px 15px 15px 15px;
	}
	.sm-card{
		padding:20px 20px 20px 20px;
		max-width:95%;
	}
	.lg-sub-title{
		font-size:22px;
	}
	.buy-btn{
		width:100%;
	}
	.fill-card{
		max-width:100%;
	}
	.box-card{
		min-height:160px;
	}
	.sm-text{
	}
	.sub-footer-text{
		font-size:12px;
	}
	.model-option{
		padding:10px 10px 10px 10px;
	}
	.color-dot{
	}
	.designer-hero-h1{
		line-height:27px;
		font-size:26px;
	}
	.designer-hero-h3{
		font-size:18px;
		margin-top:11px;
		margin-bottom:12px;
	}
	.laptop-hero-h1{
		font-size:30px;
	}
	.discover-hero-h1{
		line-height:50px;
		font-size:50px;
	}
	.discover-hero-btn{
		width:50.56%;
	}
	.nav-bg-fill-dark{
		border-radius:3px 3px 3px 3px;
	}
	.desk-hero-h1{
		font-size:60px;
	}
	.desk-hero-h3{
		font-size:18px;
	}
	.desk-hero-col-mb{
		margin-bottom:20px;
	}
	.blocs-card-width{
		width:100%;
	}
	.navbar-logo{
		font-size:18px;
	}
	.section-heading{
		font-size:30px;
	}
	.section-p{
		font-size:18px;
	}
	.quote-text{
		font-size:18px;
	}
	.page-heading{
		font-size:40px;
	}
	.sub-header{
		font-size:18px;
	}
	.mob-fill{
		width:100%;
	}
	.foot-btn{
		min-width:100%;
	}
	
}

