

body {
	background-color: #191919;
	background-image: none;
	background-size:  contain;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
		
}
.page-wrap {
    padding-top: 0;
	background: transparent;
	background-size:  contain;
	background-position: center top;
}
.header-main,
.container,
.footer-main {
    background: transparent;
}

.listing--actions,
.listing--bottom-paging,
.product--box .product--rating-container,
.product--navigation,
.product--details .product--actions,
.product--rating-count {
    display: none;
}
.panel.is--rounded {
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn {
	padding-left: 1.7em;
	padding-right: 1.7em;
	border-radius:  50px;
	-webkit-border-radius:  50px;
}
.is--primary {
	background: #FFF;
	border: 2px solid #a00809;
	color: #a00809;
}
.is--primary:hover {
	background: #a00809;
	border: 2px solid #FFFFFF;
	color:  #FFF;
}
.panel .is--primary {
	background: #a00809;
	border: 2px solid #FFFFFF;
	color:  #FFF;
}
.panel .is--primary:hover {
	background: #454545;
	border: 2px solid #454545;
	color:  #a00809;
}
.footer-main .column--headline {
	color: #FFF;
}
.footer-main .column--headline, .footer-main .navigation--link, .footer--vat-info {
	text-shadow: 2px 2px 3px #000000;
}
.footer-main {
	background: transparent url(../../src/img/feuerfooter.png) repeat-x;
	background-size:  contain;
	background-position: center bottom;
}

.footer-main .footer--columns {
    border-bottom: 3px dotted #FFF;
    border-top: 3px dotted #FFF;
}

.footer-main .footer--bottom {
	min-height: 160px;
	padding-top: 40px;
	padding-bottom: 120px;
}
.footer-main .footer--bottom a {
	color: #FFF;
}

.register--advantages-list {
display: none;	
}
@media Screen and (min-width: 768px) {
    .page-wrap--cookie-permission {
    height: 22em;
}
	.footer-main .footer--bottom {
		min-height: 220px;
		padding-bottom: 40px;
		padding-top: 40px;
	}	
}
@media Screen and (min-width: 1200px) {
	.footer-main .footer--bottom {
		min-height: 270px;}
}



@media Screen and (max-width: 48em) {
.shop--navigation .navigation--entry .btn {
		color: #a00809;
}
.content--breadcrumb {
	display: none;
}
.footer-main .footer--column {
	background: rgba(0,0,0, .75);
}
.product--box {
	width: 98%;
}
.footer-main .column--headline::after {
	color: #fff;
}
.footer-main .footer--columns {
	border-top: none;
}
.footer-main .footer--column{
	border-top: 3px dotted #fff;
}
.off-canvas .ajax--cart .button--container .button--checkout {
	background: #a00809;
	color: #FFF;
}
}





.cookie-permission--accept-button.is--primary {
	background: #a00809;
	border: 2px solid #FFFFFF;
	color:  #FFF;
}
.cookie-permission--accept-button.is--primary:hover {
	background: #a00809;
	border: 2px solid #FFFFFF;
	color:  #FFF;
}

.navigation--list .entry--cart .cart--link .cart--amount {
	color: #fff;
}
.product--box {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:  0px 0px 5px rgba(0,0,0,.25);
	overflow: hidden;
}

@media Screen and (min-width: 48em) {
	.navigation-main .navigation--link {
		position: relative;
		z-index: 20;
		padding: 12px 10px;
		margin: 0 10px;
		text-shadow: 2px 2px 2px #000;
		font-size: 1.6em;
	}
	.navigation-main .navigation--link span {
		position: relative;
		z-index: 20;
	}
	.navigation-main .navigation--link:after {
		  position: absolute;
		  content: "";
		  left: 50%;
		  right: 50%;
		  top: 12px;
		  height: 1px;
		  background: rgba(255,255,255,0);
		  display: block;
		  z-index: 17;
		-moz-transform: rotate(-1deg) skewX(6deg);
		-webkit-transform: rotate(-1deg) skewX(6deg);
		-o-transform: rotate(-1deg) skewX(6deg);
		-ms-transform: rotate(-1deg) skewX(6deg);
		transform: rotate(-1deg) skewX(6deg);
	}
	.navigation-main .navigation--link:after {
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}
	.navigation-main .navigation--link:hover:after, 
	.navigation-main .navigation--link.is--active:after {
		  position: absolute;
		  content: "";
		  left: 5px;
		  right: 5px;
		  top: 16px;
		  height: 33px;
		  background: rgba(255,255,255,1);
		  display: block;
		  z-index: 17;
		-moz-transform: rotate(-1deg) skewX(6deg);
		-webkit-transform: rotate(-1deg) skewX(6deg);
		-o-transform: rotate(-1deg) skewX(6deg);
		-ms-transform: rotate(-1deg) skewX(6deg);
		transform: rotate(-1deg) skewX(6deg);
	}
	.navigation-main .is--active .navigation--link:hover {
		color: #a00809;
	}
	.content--breadcrumb {
		padding-left: 0;
		color: #fff;		
		border-top:  1px dotted #FFF;
		border-bottom: 1px dotted #FFF;
		margin-bottom: 20px;
	}
	.content--breadcrumb .breadcrumb--link,
	.content--breadcrumb .is--active .breadcrumb--link{
		color: #fff;
		font-weight: bold;
	}
	.product--details .product--header .product--title {
		font-size: 3.25em;
		line-height: 2.3em;
	}
	.product--details .product--buybox .price--content{
		font-size: 3.25em;
		line-height: 2.3em;
	}
	.is--ctl-detail .content-main--inner {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow:  0px 0px 5px rgba(0,0,0,.25);
	}
	.product--details .product--header {
		padding-top: 1rem;
	}
	.content--breadcrumb .breadcrumb--link, .content--breadcrumb .is--active .breadcrumb--link {
		text-shadow: 1px 1px 2px #000;
	}
	.is--ctl-forms .sidebar-main .shop-sites--container, .is--ctl-custom .sidebar-main .shop-sites--container, .content--custom, .account--menu, .panel.has--border.is-rounded, .account--content {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow:  0px 0px 5px rgba(0,0,0,.25);
		overflow: hidden;
		border: none;
		background: #FFF;
	}
}
.product--details .product--buybox .price--content,
.product--details .product--header .product--title {
	color: #a00809;
	text-shadow:  1px 1px 1px #000;
	font-family: 'Oswald', 'Open Sans', Arial;
}
.product--box .product--title {
	padding-left: 0;
}

.paypal--sidebar {
	background: transparent;
	border: none;
}



.clearer {
	display: block;
	clear: both;
	width: 100%;
}

.footer--intruder, .footer--intruder a {
	color: #FFF;
}
.footer--intruder .introtext {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.footer--supporter .introtext {
	padding-left: 10px;
}
.footer--socialicons {
	display: inline-block;
	width: auto;
	float: left;
}
.footer--socialicons a {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
	font-size: 3em;
}

.footer--supporter {
	display: inline-block;
	width: auto;
	float: right;
} 
.footer--supporter a {
	display: inline-block;
	text-align: center;
	padding: 10px;
}
.footer--supporter img {
	width: auto;
	height: 50px;
	margin: 0 auto;
}


.footer--socialicons a:hover, .footer--supporter a:hover {
		color: #a00809;
} 

@media Screen and (max-width: 48em) {
	.footer--socialicons {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.footer--supporter {
		text-align: center;
	}
}
@media Screen and (min-width: 48em) {
.page-wrap--cookie-permission {
    height: 8em;
}
	.footer--socialicons a {
		width: auto;
		padding-right: 30px;
	}
	.footer--intruder .introtext {
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
	}
	
}
@media Screen and (min-width: 64em) {

.box--basic {
    width: 48%;
}
.product--box .box--content {
	padding-bottom: 20px;
	padding-top: 17px;
}
}

.list--unordered.is--checked li {
    display: none !important;
}

.product--table .benefit--headline {
    display: none !important;
}
