header {
	margin-bottom: 0;
}

header .header {
  width: 0;
  height: 0
}
#agb_area label {
  font-size: 1em
}
#order_state .title {
  background-color: #757575;
  font-weight: 400;
  text-shadow: 0 0
}
.suggestions a {
  font-weight: 400
}

#articles {
	background-color: var(--articlesBackground);
  color: var(--articlesForeground);
}

#articles .group_header {
  width: 100%;
  background-color: var(--menuColor1);
	color: var(--menuColor2);
}
#articles .article {
  padding: 1.2rem
}
#articles .price {
  margin: 0 0.3rem
}

#base_shopcart .content_box .button {
	background-color: var(--menuColor1);
	color: var(--menuColor2);
}

#base_shopcart .order_navi_area a {
	width: calc(100% - 2rem);
}

#impressum {
	border-radius: 0;
}