:root {
  --bodyBackground: #525252;
  --mainBackground: #ffffff;
  --mainForeground: #313131;
  --highlightedForeground: #df0685;
	--headerBackground: #1a1919;
	--headerForeground: #fffffe;
  --naviBackground: #2d2d2f;
  --footerBackground: #1a1a1a;
  --articlesBackground: #fff;
	--articlesForeground: #1a1919;
  --menuColor1: #df0685;
  --priceCategoryBackground: #df0685;
  --priceBackground: #df0685;
  --priceForeground: #fffffe;
  --priceDisabled: #d7d7d7;
  --priceSoldout: #ffc30f;
  --priceOld: #d7d7d7;
  --linkColor: #df0685;
  --backgroundColor1: #606a65;
	--foregroundColor1: #fffffe;
  --popupColor2: #df0685;
  --popupButtonBackground2: #df0685;
  --shopcartBackground: #f0f0f0;
  --shopcartForeground: #313131;
  --customerTitleForeground: #313131;
  --shopcartWarnForeground: #df0685;
  --shopcartWarnBorder: #df0685;
  --orderInfoWarnForeground: #df2f2f;
  --orderButtonBackground: #0e8245;
  --bonuscardButtonBackground: #888888
}
body {
  background-image: url(../images/background.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover
}
header {
	min-height: 100px;
  margin-bottom: 1rem;
  background-color: var(--headerBackground);
  background-image: url(../images/header.png);
	background-size: auto 90px;
}

#navigation a {
  color: var(--headerForeground);
}
#navigation a:hover {
  border-bottom-color: var(--headerForeground);
}
#navigation a.active {
  border-bottom-color: var(--headerForeground);
}

#menu {
	width: calc(100% - 280px);
  margin: 0 0 0 280px;
}
#menu .maingroup_link {
  color: var(--headerForeground)
}
#menu .maingroup_link:hover {
  border-color: var(--headerForeground);
  color: var(--headerForeground);
  border-bottom-color: var(--headerForeground)
}
#menu .selected {
  border-bottom-color: var(--headerForeground);
  color: var(--headerForeground)
}

#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(--articlesBackground);
  padding: 1rem
}
.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: 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;
  box-shadow: 2px 2px 5px 2px rgba(200, 200, 200, 0.8);
	margin: 1.2rem 1rem;
}

#articles .article_title {
  align-items: flex-start
}
#articles .article_description {
  padding: 1rem 0 0.5rem 0
}

#articles .article_img {
	height: 220px;
}

#articles .price_area {
  text-align: center;
  justify-content: space-around
}
#articles .price {
  width: inherit;
	height: 60px;
  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.3rem 0 0 0;
  font-size: 0.8rem;
  border: 0;
  border-radius: 0;
}
#articles .pricelink {
  height: inherit;
  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_text {
  box-shadow: none
}
#openinghours_area {
  padding: 0.2rem
}

#impressum {
  color: var(--shopcartForeground);
  background-color: var(--shopcartBackground);
	width: 1400px;
}

#impressum .upload_info {
  border-radius: 0
}
#impressum .button {
  background-color: var(--menuColor1);
	color: var(--foregroundColor1);
}

#impressum .free {
	border-color: var(--highlightedForeground);
}

.impressum_shopinfo .header {
  background-color: var(--menuColor1);
	color: var(--foregroundColor1);
}

.impressum_shopinfo {
	width: 500px;
}
.impressum_shopinfo .text {
  box-shadow: none;
  padding: 0;
	border: 1px solid #d7d7d7;
  border-top: 0;
}


#user_popup {
	top: 180px;
  margin-left: 60px;
}

#user_popup .popup_title {
	background-position: left 0.9rem;
	padding: .5rem 0 0.5rem 2.6rem;
}



@media (max-width: 1700px) {
	
	header {
		background-size: auto 60px;
	}
	
	
  #base {
    width: 100%;
  }
}

