:root {
  --bodyBackground: #000000;
  --mainBackground: #000000;
  --mainForeground: #ffffff;
  --highlightedForeground: #ffffff;
  --naviForeground: #ffffff;
  --footerBackground: #1c1c1c;
  --articlesBackground: #221919;
  --articlesForeground: #01be62;
	--articlesBorder: #fc3132;
  --menuColor1: #01be62;
  --menuColor2: #fc3132;
  --priceCategoryBackground: #ffffff;
  --priceCategoryForeground: #000000;
  --priceBackground: #ffffff;;
  --priceForeground: #000000;
  --priceDisabled: #d7d7d7;
  --priceSoldout: #fc3132;
  --priceOld: #d7d7d7;
  --linkColor: #ffffff;
  --backgroundColor1: #ffffff;
  --foregroundColor1: #0d0d0d;
  --popupColor1: #ffffff;
  --popupColor2: #000000;
  --popupButtonBackground2: #fc3132;
  --shopcartBackground: #1a1919;
  --shopcartForeground: #ffffff;
  --customerTitleForeground: #ffffff;
  --shopcartWarnForeground: #ffffff;
  --shopcartWarnBorder: #ffffff;
  --orderInfoWarnForeground: #000000;
  --orderButtonBackground: #01be62;
  --orderButtonForeground: #ffffff;
  --bonuscardButtonBackground: #888888;
  --shopInfoBackground: transparent;
  --shopInfoForeground: #ffffff
}
body {
  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/logo.png);
	background-size: auto 110px;
  box-shadow: 0 2px 5px 3px rgba(1, 190, 98, 0.50);
}

#footer {
  width: 1000px;
}

#menu {
  width: calc(100% - 210px);
  margin: 0 0 0 210px;
  padding: 1.2rem 0 1rem 0;
}

#menu .maingroup_link {
  font-size: 1.34rem;
}

#navigation a {
  margin-right: 1rem;
  color: var(--mainForeground)
}
#navigation a:hover {
  border-bottom-color: var(--mainForeground)
}
#navigation a.active {
}

#stickyShopcart {
	margin-right: calc((100% - 1700px) / 2);
}

#base {
  width: 1700px;
}
#base_articles {
  width: calc(100% - 390px - 1.4rem);
  padding: 0;
	margin-right: 1.4rem;
}
.deco_articles {
  background-color: white
}
#base_shopcart {
  width: 390px;
  padding: 1rem
}
.shopcart_title {
  padding: 0 0 0.5rem 0
}
#menu2 {
  border-bottom: 0;
	justify-content: center;
}
#menu2 a {
  padding: 0.4rem;
	text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
	margin: 0 1.4rem;
}
#menu2 a:hover {
  background-color: transparent
}
#menu2 a.active {
  background-color: transparent;
	border-bottom: 2px solid var(--menuColor1);
}
#articles .article_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#articles .article_subgroup {
  width: 100%
}
#articles .group_description {
  width: 100%;
  text-align: left
}

#articles .article {
  min-height: 250px;
	width: calc(33.33% - 1.6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px;
	border-radius: 0.5rem;
  padding: 0;
	margin: 1.6rem 0.8rem;
  background-color: rgba(20, 20, 20, 0.8);
  color: var(--articlesForeground);
  box-shadow: 1px 1px 4px 2px rgba(117, 67, 67, 0.5);
  border: none;   
}

#articles .articlelink {
	padding: 1.2rem 1.2rem 0 1.2rem;
}

#articles .article_description {
  padding: 1rem 0 0.5rem 0;
	min-height: 72px;
}

#articles .article_img {
	width: 100%;
  height: 300px;
}

#articles .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#articles .price_area {
  text-align: center;
  justify-content: space-around;
	padding: 1.2rem;
}
#articles .price {
  width: inherit;
	color: var(--priceForeground);
  background-color: var(--priceBackground);
  border-radius: 0.3rem;
  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.3rem 0;
  border-radius: 0
}
#articles .pricelink {
  height: 50px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding-right: 0;
	background-color: transparent;
}
.article_edit {
  width: calc(100% - 2.0rem);
  margin: 1.0rem;
}
#shopcart_passive .title_area {
  padding-top: 1rem
}
#delivery_conditions_area {
  border: 0;
  border-radius: 0
}

#base_shopcart .order_navi_area {
	padding: 1.5rem 0;
}

#base_shopcart .order_navi_area a {
  width: 100%;
}


#totals {
	background: transparent;
}

.shopinfo_text {
  box-shadow: none
}
#openinghours_area {
  padding: 0.2rem
}

.impressum_shopinfo .header {
  color: var(--foregroundColor2);
  background-color: var(--backgroundColor2);
}

#impressum .free {
  border-color: var(--highlightedForeground)
}
#impressum .upload_info {
  border-radius: 0
}
#impressum .button {
  background-color: var(--menuColor1)
}
.impressum_shopinfo .text {
  box-shadow: none;
  padding: 0
}



#user_popup {
	top: 200px;
	right: 40%;
	left: unset;
  width: calc(33.33% - 1.6rem);
  min-width: 390px;
}

#user_popup .user_popup_close {
	right: 5px;
  top: 5px;
	border-radius: 3px;
	box-shadow: 0 0 4px 1px rgba(150,150,150,0.7);
}

#openinghours_area .current{
  color:#FFF;
  background-color: #fc3132;
}

#delivery_conditions_area .store_name{
  color:#01be62;
}

#delivery_conditions_area .store_phone{
    color:#fc3132;
}
#menu .maingroup_link:hover, #menu .selected {
  border-bottom-color: var(--menuColor1);
  color:var(--menuColor2);
}


@media screen and (max-width: 1699px) {
	
	#user_popup {
		right: 40%;
	}
  
  #base {
		width: 100%;
	}
	
  #stickyShopcart {
    margin-right: 0.2rem;
  }


}



@media screen and (max-width: 999px) {
	
	#user_popup {
		top: 240px;
	}
  
}




