:root {
  --bodyBackground: #525252;
  --mainBackground: #000000;
  --mainForeground: #ffffff;
  --highlightedForeground: #000000;
  --naviBackground: #2d2d2f;
	--naviForeground: #fffffe;
  --footerBackground: #1a1a1a;
  --articlesBackground: #fffffe;
	--articlesForeground: #fffffe;
  --menuColor1: #000000;
  --priceCategoryBackground: #000000;
  --priceBackground: #fffffe;
  --priceForeground: #000000;
  --priceDisabled: #868686;
  --priceSoldout: #e3000a;
  --priceOld: #d7d7d7;
  --linkColor: #fffffe;
  --backgroundColor1: #000000;
	--foregroundColor1: #fffffe;
  --popupColor2: #000000;
  --popupButtonBackground2: #000000;
  --shopcartBackground: #000000;
  --shopcartForeground: #fffffe;
  --customerTitleForeground: #fffffe;
  --shopcartWarnForeground: #e3000a;
  --shopcartWarnBorder: #e3000a;
  --orderInfoWarnForeground: #e3000a;
  --orderButtonBackground: #000000;
	--orderButtonForeground: #fffffe;
  --bonuscardButtonBackground: #888888;
  --headerBackground:#000000;
}
body {
 /** background-image: url(../images/background.jpg); */
  background-color: #000000;
  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: 250px auto;
  background-position: 1rem 1.5rem;
	box-shadow: 0 2px 5px 3px rgba(11, 11, 11, 0.7);
}

header.sticky {
	background-size: 200px auto;
}

#navigation a {
  color: var(--naviForeground);
}
#navigation a:hover {
  border-bottom-color: var(--naviForeground)
}
#navigation a.active {
  border-bottom-color: var(--naviForeground)
}

#menu {
	width: calc(100% - 280px);
  margin: 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)
}

#footer {
  width: 1700px;
}

#stickyShopcart {
	margin-right: calc((100% - 1700px) / 2);
}

#base {
  width: 1700px;
}

#main {
	justify-content: space-around;
}

#base_articles {
  width: calc(100% - 430px);
  background-color: var(--mainBackground);
	color: var(--mainForeground);
	margin-right: 20px;
}
.deco_articles {
  background-color: white
}
#base_shopcart {
  width: 410px;
  padding: 1rem;
  background-color: #393637;
}
.shopcart_title {
  padding: 0 0 0.5rem 0
}
#menu2 {
  border-bottom: 2px solid var(--menuColor1);
  padding-left: .5rem;
}
#articles .article_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.6rem
}
#articles .group_headerimage {
	height: 300px;
}

#articles .group_headerimage img {
  height: 100%;
  object-fit: cover;
}

#articles .article_subgroup {
  width: 100%
}
#articles .subgroup_header {
  background-color: transparent;
	color: var(--menuColor1);
	border-bottom: 2px solid var(--menuColor1);
	padding: 1rem 0.4rem 0.4rem 0.4rem;
}
#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: var(--articlesBackground);
	color: var(--articlesForeground);
  box-shadow: none;
	margin: 1.2rem 1rem;
}

#articles .article_title {
  align-items: flex-start
}


#articles .article_img {
	height: 220px;
}

#articles .price_area {
  justify-content: space-around;
	padding: 0.9rem 1.4rem 0 1.4rem;
}

#articles .price {
  background-color: var(--priceBackground);
	margin: 0 0.4rem;
	width: auto;
  flex-grow: 1;
	border: 0;
	border-radius: 0.3rem;
}


#articles .price:last-child {
  margin-right: 0
}
#articles .price:first-child {
  margin-left: 0
}
#articles .pricecategory {
  padding: 0.3rem 0 0 0;
  font-size: 0.8rem;
  border: 0;
  border-radius: 0;
}

.article_edit {
  width: calc(100% - 2.4rem)
}
#delivery_conditions_area {
  border: 0;
  border-radius: 0
}

#base_shopcart .order_navi_area {
	padding: 1.4rem 0;
}

#base_shopcart .order_navi_area a {
  width: 100%
}

.shopinfo_text {
  box-shadow: none
}

.order_info_warn {
	background-color: transparent;
	border: 0;
}

#openinghours_area {
  padding: 0.2rem
}


#delivery_conditions_area .content_row > select.warning {
	line-height: inherit;
  padding: 5px;
  margin: 0;
}


#impressum {
	width: 1300px;
	background-color: #000000d6;
}

#impressum .upload_info {
  border-radius: 0
}
#impressum .button {
  background-color: var(--menuColor1);
	color: var(--orderButtonForeground);
	padding: 0.6rem;
}
.impressum_shopinfo .header {
  background-color: var(--menuColor1);
	color: var(--orderButtonForeground);
	padding: 0.6rem 0.4rem;
}

.impressum_shopinfo {
	width: 500px;
}
.impressum_shopinfo .text {
  box-shadow: none;
  padding: 0;
	border: 1px solid #d7d7d7;
  border-top: 0;
}


#saleshelp_popup .art_content {
	color: var(--mainBackground);
}

#menu2 a.active {
  color: #fffffe;
  background-color: transparent;
  text-decoration: underline;
  font-size: 1.8rem;
}

#articles .article {
  background-color: #262020;
  width: calc(33% - 2rem);
  min-width: 360px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 1.4rem 0;
  margin: 1.6rem 1rem;
  box-shadow: 2px 2px 5px 2px rgba(45, 45, 45, 0.8);
  border-radius: 0.5rem;
  border: 0;
}

#articles .articlelink {
  background-color: transparent;
  font-size: 18px;
  padding: 0 1.4rem;
}

header{
  box-shadow: 0 2px 5px 3px rgba(100,100,100, 0.7);
  background-color: var(--headerBackground);
}

#delivery_conditions_area .store_address, #delivery_conditions_area .store_phone {
  color: var(--foregroundColor1);
}

#user_popup .user_popup_close{
  background: #e30613;
}


#articles .pricelink {
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--priceForeground);
  background-color: var(--priceBackground);
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--priceBorder);
  border-radius: 0.3rem;
  padding-right: 0.3rem;
  cursor: pointer;
  width: 100%;
  border: 0;
  padding: 0;
  align-items: center;

}

#articles .disabled {
  color: var(--priceDisabled);
  cursor: auto;
}

#order_bonuscard a, #base_shopcart .order_navi_area a{
  border-radius: .3rem;
}

#user_popup {
  margin-left: 70px;
}


@media (max-width: 1700px) {
	
  #base {
    width: 100%;
  }
}

