:root {
  --bodyBackground: #525252;
  --mainBackground: #fffffe;
  --mainForeground: #2d2d2f;
  --highlightedForeground: #FF9933;
  --naviBackground: #2d2d2f;
	--naviForeground: #ff7200;
  --articlesBackground: #fffffe;
	--articlesForeground: #03001c;
  --menuColor1: #7e0404;
  --priceCategoryBackground: #FF9933;
  --priceBackground: #7e0404;
  --priceForeground: #fffffe;
  --priceDisabled: #444;
  --priceDisabledBackground: #7E04048C;
  --priceSoldout: #fffffe;
  --priceOld: #d7d7d7;
  --linkColor: #7e0404;
  --backgroundColor1: #138808;
	--foregroundColor1: #fffffe;
  --popupColor2: #FF9933;
  --popupButtonBackground2: #FF9933;
  --shopcartBackground: #fffffe;
  --shopcartForeground: #7e0404;
  --customerTitleForeground: #fffffe;
  --shopcartWarnForeground: #FF9933;
  --shopcartWarnBorder: #FF9933;
  --orderInfoWarnForeground: #FF9933;
  --orderButtonBackground: #FF9933;
	--orderButtonForeground: #03001c;
  --bonuscardButtonBackground: #888888;
  --backgroundColor2: #ff7200;
  --headerBackground: #fffffe;
  --mainArticleBackground: #ffffffd1;
  --footerBackground: #fffffe; 
  --footerForeground: #7e0404;
}
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(--headerBackground);
  background-image: url(../images/header.png);
	background-size: 250px auto;
  background-position: 0 1.5rem;
	box-shadow: 0 2px 5px 3px rgba(11, 11, 11, 0.7);
}

header.sticky {
	background-size: 200px auto;
}

#navigation a {
  color: var(--naviForeground);
  font-weight: bolder;
}

#navigation a:hover {
  border-bottom-color: var(--naviForeground)
}
#navigation a.active {
  border-bottom-color: var(--naviForeground)
}

#menu {
  width: calc(100%);
  margin: 0;
  padding-top: 2.0rem;
}

#menu .maingroup_link:hover {
  border-color: var(--menuColor1);
  color: var(--menuColor1);
  border-bottom-color: var(--menuColor1)
}
#menu .selected {
  border-bottom-color: var(--menuColor1);
  color: var(--menuColor1)
}

#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(--mainArticleBackground);
	color: var(--mainForeground);
  padding: 1rem;
	margin-right: 20px;
}
.deco_articles {
  background-color: white
}
#base_shopcart {
  width: 410px;
  padding: 1rem;
  color:var(--articlesForeground);
}
.shopcart_title {
  padding: 0 0 0.5rem 0;
  color: var(--backgroundColor1);
}
#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;
	background-color: var(--articlesBackground);
	color: var(--articlesForeground);
  box-shadow: none;
	margin: 1.2rem 1rem;
  box-shadow: 2px 2px 5px 2px rgba(200,200,200, 0.8);
}

#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 {
	padding: 1.4rem 0;
}

#base_shopcart .order_navi_area a {
  width: 100%;
  color: var(--foregroundColor1);
}

.shopinfo_text {
  box-shadow: none;
  border: solid 1px var(--shopInfoForeground);
}

.order_info_warn {
	background-color: transparent;
	border: 0;
}

#openinghours_area {
  padding: 0.2rem
}


#delivery_conditions_area .content_row > select.warning {
	line-height: inherit;
  padding: 5px;
  margin: 0;
}


#impressum {
	width: 1300px;
	background-color: var(--mainArticleBackground);
}

#impressum .upload_info {
  border-radius: 0
}

#impressum .button {
  background-color: var(--menuColor1);
	color: var(--articlesBackground);
	padding: 0.6rem;
}
.impressum_shopinfo .header {
  background-color: var(--menuColor1);
	color: var(--orderButtonForeground);
	padding: 0.6rem 0.4rem;
}

.impressum_shopinfo {
	width: 500px;
}
.impressum_shopinfo .text {
  box-shadow: none;
  padding: 0;
	border: 1px solid #d7d7d7;
  border-top: 0;
}

#site_bottom .close{
  background-color: var(--menuColor1);
  color: var(--menuColor2);
}

#delivery_conditions_area .store_address, #delivery_conditions_area .store_phone {
  color: var(--mainForeground);
}

#delivery_conditions_area .type_selected .type_title {
  color: #138808;
}

#articles .disabled{
  background-color: var(--priceDisabledBackground);
}

#user_popup .user_popup_close {
  background: #ff7200;
}

#order_state .state_message {
  color:#FF9933;
}

.impressum_shopinfo .header {
  background-color: var(--menuColor1);
  color: var(--foregroundColor1);
}

#ingredients_area .ingredient_key {
  color: #e86702;
}
.impressum_shopinfo .text {
  background-color: white;
  padding: 0.5rem;
  color: #03001c;
}

#empty_info {
  padding: 20px 0;
  font-style: italic;
  line-height: 1.7;
  color: var(--footerForeground);
}

#delivery_conditions_area .store_name {
  color: var(--backgroundColor2);
}


@media (max-width: 1700px) {
	
  #base {
    width: 100%;
  }
}

