:root {
  --priceBackground: #c4161c;
  --priceForeground: #fffffe;
  --priceDisabled: #d7d7d7;
  --priceSoldout: #ffc30f;
  --priceOld: #d7d7d7;
}
body {
  background-image: url(../images/background.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
header {
  background-color: var(--mainBackground);
  background-image: url(../images/header.png);
  background-size: auto 110px;
}

#stickyShopcart {
  margin-right: calc((100% - 1600px) / 2);
}

#base {
  width: 1600px;
}

#base_shopcart {
  width: 400px;
  padding: 0 1rem 2rem 1rem;
}

#base_articles {
  width: calc(100% - 400px);
}

.deco_articles {
  background-color: white;
}
#menu2 {
  border-bottom: 2px solid var(--menuColor1);
}
#articles .article_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#articles .group_headerimage {
  width: 100%;
  height: 270px;
}
#articles .group_headerimage img {
  height: 100%;
  object-fit: cover;
}
#articles .article_subgroup {
  width: 100%;
}

#articles .subgroup_header {
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--menuColor1);
  background-color: var(--menuColor2);
  padding: 0.6rem 0.2rem;
  border-bottom: 2px solid var(--menuColor1);
  margin: 0 0.5rem;
}

#articles .group_description {
  width: 100%;
  text-align: left;
}
#articles .article {
  width: calc(33% - 2rem);
  min-width: 350px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-width: 0;
  padding: 1.2rem 1.2rem;
  box-shadow: 2px 2px 5px 3px rgba(210, 210, 210, 0.7);
  margin: 1.6rem 1rem;
}
#articles .article_description {
  padding: 1rem 0 0.5rem 0;
}
#articles .price_area {
  text-align: center;
  justify-content: space-around;
}
#articles .price {
  width: auto;
  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;
  border-radius: 0;
}
#articles .pricelink {
  color: #fffffe;
  background-color: #c4161c;
  height: inherit;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding-right: 0;
}
.article_edit {
  width: calc(100% - 2.4rem);
}
#openinghours_area {
  padding: 0.2rem;
}
#impressum .upload_info {
  border-radius: 0;
}

.shopinfo_header {
  background-color: hsl(0, 74%, 37%);
}

@media (max-width: 1600px) {
  #base {
    width: 100%;
  }
}
