:root {
  --bodyBackground: #525252;
  --mainBackground: #1a1919;
  --mainForeground: #ffffff;
  --highlightedForeground: #ff2404;
  --naviBackground: #2d2d2f;
  --footerBackground: #1a1a1a;
  --articlesBackground: #1a1919;
  --articlesForeground: #d9d9d9;
  --menuColor1: #ff2404;
  --priceCategoryBackground: #ff2404;
  --priceBackground: #ff2404;
  --priceForeground: #fffffe;
  --priceDisabled: #d7d7d7;
  --priceSoldout: #ffc30f;
  --priceOld: #d7d7d7;
  --linkColor: #ff2404;
  --backgroundColor1: #e9e643;
	--foregroundColor1: #4d4d4d;
  --popupColor2: #ff2404;
  --popupButtonBackground2: #ff2404;
  --shopcartBackground: #1a1919;
  --shopcartForeground: #fffffe;
  --customerTitleForeground: #ff2404;
  --shopcartWarnForeground: #ff2404;
  --shopcartWarnBorder: #ff2404;
  --orderInfoWarnForeground: #ff2404;
  --orderButtonBackground: #ff2404;
  --bonuscardButtonBackground: #888888
}
body {
  background-image: url(../images/background.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover
}
header {
  margin-bottom: 1rem;
  background-color: var(--mainBackground);
  background-image: url(../images/header.png);
	background-size: auto 110px;
}
#menu {
	width: calc(100% - 140px);
  margin: 0 0 0 140px;
}
#menu .maingroup_link {
  color: var(--mainForeground)
}
#menu .maingroup_link:hover {
  border-color: var(--mainForeground);
  color: var(--mainForeground);
  border-bottom-color: var(--mainForeground)
}
#menu .selected {
  border-bottom-color: var(--mainForeground);
  color: var(--mainForeground)
}

#stickyShopcart {
	margin-right: calc((100% - 1700px) / 2);
}


#base {
  width: 1700px;
}

#main {
	justify-content: space-around;
}

#base_articles {
  width: calc(100% - 430px);
  background-color: var(--articlesBackground);
  padding: 1rem;
	margin-right: 20px;
}
.deco_articles {
  background-color: white
}
#base_shopcart {
  width: 410px;
  padding: 1rem
}
.shopcart_title {
  padding: 0 0 0.5rem 0
}
#menu2 {
  border-bottom: 2px solid var(--menuColor1)
}
#articles .article_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.6rem
}

#articles .group_headerimage {
	height: 500px;
}

#articles .group_headerimage img {
  height: 100%;
  object-fit: cover;
}

#articles .article_subgroup {
  width: 100%
}
#articles .subgroup_header {
  background-color: var(--menuColor1)
}
#articles .group_description {
  width: 100%;
  text-align: left
}
#articles .article {
  min-height: 250px;
  width: calc(33% - 2rem);
	min-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-width: 0;
  padding: 1.2rem 1.2rem;
  background-color: #3e3d3d;
  color: #fffffe;
	margin: 1.2rem 1rem 1.2rem 1.2rem;
}

#articles .article_title {
  align-items: flex-start
}
#articles .article_description {
  padding: 1rem 0 0.5rem 0
}
#articles .price_area {
  text-align: center;
  justify-content: space-around
}
#articles .price {
  width: inherit;
  border-radius: 0;
  flex-grow: 1;
  margin: 0 0.3rem
}
#articles .price:last-child {
  margin-right: 0
}
#articles .price:first-child {
  margin-left: 0
}
#articles .pricecategory {
  padding: 0.5rem 0 0 0;
  border-radius: 0
}
#articles .pricelink {
  height: 50px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding-right: 0
}
.article_edit {
  width: calc(100% - 2.4rem)
}
#delivery_conditions_area {
  border: 0;
  border-radius: 0
}
#base_shopcart .order_navi_area a {
  width: 100%
}

.shopinfo_header {
	background-image: url(../images/link_arrow.png);
}
.header_opened {
	background-image: url(../images/link_arrow_bottom.png);
}

.shopinfo_text {
  box-shadow: none
}
#openinghours_area {
  padding: 0.2rem
}

#impressum {
	width: 1250px;
	background-color: #1a1919c7;
}

#impressum .upload_info {
  border-radius: 0
}
#impressum .button {
  background-color: var(--menuColor1);
	color: var(--mainForeground);
}
.impressum_shopinfo .header {
  background-color: var(--menuColor1);
	color: var(--mainForeground);
}
.impressum_shopinfo .text {
  box-shadow: none;
  padding: 0
}
#navigation a {
  color: var(--mainForeground)
}
#navigation a.active {
  border-bottom-color: var(--mainForeground)
}



@media (max-width: 1700px) {
	
  #base {
    width: 100%;
  }
}

