body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
    background: #000000;
	background-size:  contain;
	background-attachment: fixed;
}


.footer-main .footer--columns {
	border:  none !important;
}

.btn.btn--inquiry {
	display: none !important;
}

.is--rounded {
border-radius: 0 !important;
-webkit-border-radius:  0 !important;
}

.product--box .product--badges .product--badge {
	border-radius: 0;
	-webkit-border-radius:  0;
	text-transform: uppercase;
	margin-left: 5px;
}



/** Ausblenden unliebsamer Elemente **/
.footer--copyright, .footer--logo, .shop--navigation .entry--search {
	display: none !important;
}


/** HEADER - Fullwidth **/

.header-main .container.header--navigation, .header-main .top-bar .container {
	width: auto;
	max-width: 98vw;
}



/** Buttons + Forms + Borderradius etc **/

.btn, .shop--navigation .navigation--entry {
	border-radius: 0 !important;
	-webkit-border-radius:  0 !important;
}
.btn.is--secondary {
	border: 1px solid @brand-primary;
}

.select-field select, .js--fancy-select select {
	background: @body-bg;
	border-color: @brand-primary;
	border-radius: 0 !important;
	-webkit-border-radius:  0 !important;
}


textarea, input[type="text"], input[type="search"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"] {
	border-radius: 0 !important;
	-webkit-border-radius:  0 !important;
	box-shadow: none;
	-webkit-box-shadow:  none;
}

/** Navigation - Position **/

.navigation-main {
	text-align: center;
}
.navigation--list .btn {
	border: none !important;
}
.navigation--list .btn:hover {
    background: transparent;
    color: gray;
    border: none !important;
}


@media screen and (min-width: @tabletViewportWidth) {
	.navigation-main {
		font-size: 1.2em;
		padding-bottom: 10px;
	}
	
	.navigation-main .navigation--entry{
		margin-left: 4px;
		margin-right: 4px;
	}
	.navigation-main .navigation--link{
		border-radius: 0;
		-webkit-border-radius:  0;
		text-transform: uppercase;
		background: transparent;
  		border: 1px solid @brand-primary;
  		color: @brand-primary;
  		padding: 5px 25px;
  		font-weight: 400;
  		letter-spacing: 0.05em;
	}
	.navigation-main .navigation--link:hover, .navigation-main .is--active .navigation--link{
  		background: @brand-primary !important;
  		color: @body-bg;
	}
}





/** Startseite **/



.product--box .product--price-info .price--unit {
	display: none !important;
}

.emotion--product .product--box .product--details {
	position: relative;
	margin-top: 15px;
}
.box--slider .product--title,
.emotion--product .product--box .product--title,
.product--box .product--price-info {
	height: auto;
	padding-bottom: 7px;
}
.product--box .product--price-info {
	z-index: 21;
}
.product--box .box--content{
  border: none !important;
  background: rgba(25,30,40, .9);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.8);
box-shadow: 3px 3px 5px 0 rgba(0,0,0,.8);
}
.emotion--container, .container {
	background: transparent !important;
}
.emotion--mode-rows .emotion--banner {
    height: auto;
    margin-bottom: 50px;
}

.emotion--mode-rows .emotion--product {
    margin-top: 30px;
    margin-bottom: 60px;
}	
.emotion--product .product--box .box--content {
	background: #1c202a;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
	z-index: 20;
}
.emotion--product .product--box .box--content:before{
	position: absolute;
	content:"";
	left: 0;
	right: 0;
	z-index: 11;
	top: -15px;
	height: 30px;
	background: #1c202a;
	border-top:  5px solid @brand-primary;
	-moz-transform: skewX(0deg) skewY(-4deg);
	-webkit-transform: skewX(0deg) skewY(-4deg);
	-o-transform: skewX(0deg) skewY(-4deg);
	-ms-transform: skewX(0deg) skewY(-4deg);
	transform: skewX(0deg) skewY(-4deg);
}
.emotion--product .product--box .box--content:after{
	position: absolute;
	content:"";
	left: 0;
	right: 0;
	z-index: 10;
	bottom: -20px;
	height: 25px;
	background: #1c202a;
	border-bottom:  5px solid @brand-primary;
	-moz-transform: skewX(0deg) skewY(-4deg);
	-webkit-transform: skewX(0deg) skewY(-4deg);
	-o-transform: skewX(0deg) skewY(-4deg);
	-ms-transform: skewX(0deg) skewY(-4deg);
	transform: skewX(0deg) skewY(-4deg);
}

/** PRODUKTSEITE **/
.product--box .product--actions{
  display: none !important;
}
.is--ctl-detail .content-main--inner {
	background: transparent;
}
.js--tab-menu .tab--link {
	border-radius: 0;
	-webkit-border-radius:  0;
}
.js--tab-menu .tab--link {
	background: transparent !important;
	border-bottom: 1px solid @brand-primary;
}
.js--tab-menu .tab--link.is--active, .js--tab-menu .tab--link:hover {
	background: transparent !important;
	border-color: @brand-primary;
	color: @brand-primary;
}
.js--tab-menu .tab--container-list .tab--container {
	border:  none;
	border-top:  1px solid @brand-primary;
}


.js--modal {
	background: @body-bg;
	box-shadow: none;
	-webkit-box-shadow: none;
	border:  1px solid @brand-primary;
	border-radius: 0 !important;
	-webkit-border-radius:  0 !important;
}


.js--modal .modal--checkout-add-article .article--image,  .article--image {
	border:  none !important;
}



.page-wrap--cookie-permission{
  background: #aa3d5c;
  color: #FFFFFF;
  border: none;
}

/*** Warenkorb ***/
.ajax--cart .prices--container .prices--articles {
	color: #000 !important;
}
.close--off-canvas {
	color:#000 !important;
}

/***   FOOTER  **/


.footer--column.column--hotline.is--first.block,
.footer--column.column--newsletter.is--last.block{
  display: none !important;
}


@media screen and (min-width: @tabletViewportWidth) {
.footer-main .footer--column{
	width: 50%;  
}
.footer-main .navigation--entry{
  width: 49%;
  display: inline-block;
}
}


.product--box .product--badges{
  left: auto;
  right: 0;
}
.product--box .product--badges .product--badge{
  float: right;
}

.navigation-main .navigation--list{
  padding-bottom: 1px !important;
  margin-top: 0 !important;
}

.content-main.container nav.product--navigation{
  display: none !important;
}

.product--details .product--actions a, .product--details .product--actions form{
  display: none !important;
}


@media screen and (min-width: @desktopViewportWidth) {
.emotion--mode-rows .emotion--youtube, .emotion--mode-rows .emotion--youtube iframe{
	height: 45rem !important;  
}
  
}

@media screen and (min-width: @tabletViewportWidth) {
	.header-main .top-bar--navigation{
	  display: none !important;
  	}
  	.product--details .content--description, .product--details .content--product-reviews{
  		padding-left: 0;
  		padding-right: 0;
	}
}


.product--box .product--badges .badge--newcomer{
  background: @brand-secondary;
}

.product--badge.badge--newcomer.comer-badge--soldout{
  	  display: none !important;
}

.product--box .product--price .price--default,
.product--details .product--header .product--title{
  color: @brand-primary;
}

.sidebar--navigation{
  background: @body-bg;
}

.product--delivery .delivery--status-icon{
  margin-bottom: 0.15rem;
}
.product--details .delivery--text{
  font-size: 1.2em;
}
/*** Sortierung bei weitere Artikel ausblenden **/
.listing--actions.is--rounded.without-sortings.without-pagination{
  display: none;
}

#cookie-consent .cookie-consent--configuration-main {
    background: #1b1b1b;
}