:root {
  --bodyBackground: #0d0d0d;
  --mainBackground: #0d0d0d;
  --mainForeground: #ffffff;
  --highlightedForeground: #f8c25b;
  --naviBackground: #0d0d0d;
  --footerBackground: #1c1c1c;
  --articlesBackground: #484747;
  --articlesForeground: #ffffff;
  --menuColor1: #ffffff;
  --menuColor2: #f8c25b;
	--priceCategoryBackground: transparent;
  --priceCategoryForeground: #333333;
	--priceBackground: #f8c25b;
  --priceForeground: #333333;
	--priceBorder: transparent;
  --priceDisabled: #d7d7d7;
  --priceSoldout: #ffc30f;
  --priceOld: #d7d7d7;
  --linkColor: #f8c25b;
  --backgroundColor1: #f8c25b;
  --foregroundColor1: #0d0d0d;
  --popupColor2: #f8c25b;
  --popupButtonBackground2: #de1618;
  --shopcartBackground: #1a1919;
  --shopcartForeground: #ffffff;
  --customerTitleForeground: #f8c25b;
  --shopcartWarnForeground: #f8c25b;
  --shopcartWarnBorder: #f8c25b;
  --orderInfoWarnForeground: #f8c25b;
  --orderButtonBackground: #f8c25b;
  --orderButtonForeground: #0d0d0d;
  --bonuscardButtonBackground: #888888;
  --shopInfoBackground: transparent;
  --shopInfoForeground: #ffffff
}
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/logo_k.png);
	background-size: auto 80px;
  min-height: 100px;
}
#menu {
	width: calc(100% - 90px);
  margin: 0 0 0 90px;
}
#menu .maingroup_link {
  color: var(--mainForeground);
  font-size: 1.1rem;
  line-height: 1.5;
  position: relative
}
#menu a:after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 10%;
  height: 2px;
  background-color: var(--mainForeground);
  transition: all 500ms ease-in
}
#menu .maingroup_link:hover {
  color: var(--mainForeground);
  border-bottom-color: var(--mainForeground)
}
#menu .selected {
  color: var(--mainForeground);
  border-bottom-color: var(--mainForeground)
}
#menu a.selected::after {
  opacity: 1;
  width: 80%
}
#menu a:hover::after {
  opacity: 1;
  width: 80%
}
#navigation a {
  margin-right: 1rem;
  color: var(--mainForeground)
}
#navigation a:hover {
  border-bottom-color: var(--mainForeground)
}
#navigation a.active {
  border-bottom: 1px solid var(--naviForeground);
  border-bottom-color: var(--mainForeground)
}

#stickyShopcart {
	margin-right: calc((100% - 1400px) / 2);
}

#base {
  width: 1400px
}

#base_articles {
  width: calc(100% - 410px);
  background-color: var(--mainBackground);
  padding: 0 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(--menuColor2)
}
#menu2 a {
  padding: 0.4rem 1.5rem 0.4rem 0
}
#menu2 a:hover {
  background-color: transparent
}
#menu2 a.active {
  background-color: transparent
}
#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 .group_description {
  width: 100%;
  text-align: left
}
#articles .article {
  background-color: var(--articlesBackground);
  color: var(--articlesForeground);
  width: calc(50% - 2rem);
	min-width: 380px;
	display: flex;
  flex-direction: column;
  min-height: 260px;
	padding: 1.4rem;
  margin: 1.6rem 1rem;
	border: 0;
}
#articles .article_description {
  padding: 1rem 0 0.5rem 0
}

#articles .article_img {
	height: 350px;
}

#articles .article_img img {
	object-position: top;
}

#articles .articlelink {
	padding: 0 1.4rem;
}

#articles .price_area {
	justify-content: space-around;
	padding: 0.9rem 1.4rem 0 1.4rem;
}

#articles .price {
  margin: 0 0.4rem;
  background-color: var(--priceBackground);
	width: auto;
	height: 60px;
  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;
  border-radius: 0;
	text-align: center;
}
#articles .pricelink {
  width: 100%;
	height: 40px;
	border: 0;
	padding: 0;
	align-items: center;
}
.article_edit {
  width: calc(100% - 2.4rem)
}
#shopcart_passive .title_area {
  padding-top: 1rem
}
#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 .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
}



@media (max-width: 1400px) {
  #base {
    width: 100%;
  }
}
