:root {
  --foregroundColor1: #fff;
  --naviForeground:#FFF;
	--priceCategoryBackground: transparent;
  --priceCategoryForeground: #fffffe;
	--priceBackground: transparent;
  --priceForeground: #fffffe;
	--priceBorder: transparent;
  --color1: #8b1E1E;
  --color2: #EE6822;
  --color3: #fff;
  --color4: #57595B;
  --menuColor1:#8b1E1E;
  --footerBackground: #1e1d1d;
  --priceDisabled:#736060;
  --articlesBackground:#131313;
  --articlesForeground:#FFF;
  --shopcartForeground:#FFF;
}
body {
  font-size: 16px;
  background-color: var(--color3);
  background-image: url(../images/background_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
input,
select,
textarea {
  font-size: 13px;
}

#stickyShopcart {
margin-right: calc((100% - 1600px) / 2);
}

#base {
  width: 1600px
}

#main {
  justify-content: space-around;
  gap: 1rem;
}

header {
	min-height: 100px;
  background-color: var(--color1);
  background-size: auto 60px;
  background-image: url(../images/logo.png);
}

header.sticky {
  background-size: auto 40px;
  min-height: 70px;
}

.deco_articles {
  background-color: white;
}
#navigation a {
  text-transform: none;
  border-radius: 0;
  font-weight: 600;
}

#menu .maingroup_link {
  font-size: 18px;
  font-weight: 600;
  color: var(--color3);
  display: block;
  padding: 0;
	margin: 0;
}
#menu .maingroup_link:hover {
  color: var(--color3);
  border-bottom: solid 0.2rem var(--color3);
}
#menu .selected {
  color: var(--color3);
 border-bottom: solid 0.2rem var(--color3);
}
.textlink {
  font-size: 14px;
}
#pBoxArea {
  border-color: var(--color1);
}
#pBoxArea .text_advanced {
  background-color: var(--color1);
}
.textlink_advanced {
  background-color: var(--color1);
}


#base_articles {
  width: calc(100% - 370px);
  background-color: var(--articlesBackground);
  color: var(--articlesForeground);
}

#base_articles .deco_articles {
  padding: 0px;
  width: 100%;
  background-color: transparent;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}

#base_shopcart {
  width: 370px;
  background-color: var(--shopcartBackground);
  color: var(--shopcartForeground);
  padding: 0 10px 30px 10px;
}

#menu{
  width: calc(100% - 450px);
	justify-content: flex-start;
	gap: 1.4rem;
	padding: 0.6rem 0 1rem 0;
	margin: 0 0 0 450px;
	transition-property: margin-left, width;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.sticky #menu {
	margin-left: 300px;
  width: calc(100% - 300px);
}

#menu2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: transparent;
  border-bottom: 2px solid var(--menuColor1);
}

#menu2 a {
  color: var(--color3);
  background-color: transparent;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.4rem 1rem;
  margin-right: 2px;
  cursor: pointer;
}

#menu2 a.active {
  background-color: var(--menuColor1);
  color: var(--menuColor2);
}

#menu2 a:hover {
  background-color: var(--menuColor1);
  color: var(--menuColor2);
}
#articles .group_header {
  background-color: transparent;
  color: var(--color1);
  border-top: 2px solid var(--color1);
  border-radius: 0;
  font-size: 16px;
  border-radius: 0;
}
#articles .subgroup_header {
  background-color: var(--color1);
  color: white;
  border-top: 2px solid var(--color1);
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
}
#articles .group_description {
  font-size: 13px;
  padding: 1.2rem 1.7rem 1.2rem 1.7rem;
  background-color: #eeeeee;
}
#articles .article_group {
  background-color: transparent;
}
#articles .art_by_group {
  padding: 10px 0 0 6px;
  width: auto;
}
#articles .article {
  width: calc(33% - 2rem);
	min-width: 360px;
	display: flex;
  flex-direction: column;
  min-height: 170px;
	padding: 1.4rem 0;
  margin: 1.6rem 1rem;
  border-radius:.7rem;
	border: solid 1px #fff;
}
#articles .articlelink {
 padding: 0 1.4rem;
  font-size: 17px;
}
#articles sup {
  font-size: 10px;
}
#articles .article_name {
  font-weight: 700;
  background-color: transparent;
}
#articles .article_description {
  background-color: transparent;
  font-size: 13px;
}
#articles .article_outtime {
  font-weight: 700;
}
#articles .price_area {
	justify-content: space-around;
	padding: 0.9rem 1.4rem 0 1.4rem;
}

#articles .price {
	margin: 0 0.4rem;
  background-color: var(--color2);
  color: white;
	width: auto;
  flex-grow: 1;
	border: 0;
	border-radius: 0.3rem;
  height: 60px;
}

#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;
}
#articles .price_description {
  color: #fff;
}

#base_shopcart {
  background-color: #2b2b2b;
  width: 370px;
}
#base_shopcart .warning {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid grey;
  padding: 10px;
  margin: 5px 15px 0px 15px;
}
#shopcart {
}
.shopcart_title {
  color: var(--color3);
  font-size: 20px;
  font-weight: 700;
}
#shopcart .subposition {
  color: #555555;
  font-weight: normal;
}
#shopcart a.subpos {
  color: #555555;
  font-weight: normal;
}
#positions {
  border: 0;
}

#positions .position:last-child {
	border-bottom: 0;
}

#positions .position {
	font-size: 1rem;
}

#positions .pos_row {
	font-size: 1.1rem;
}

#positions .pos_total_price {
	font-size: 1.2rem;
}

#totals {
  background: var(--color2);
  border-radius: 0;
  font-size: 16px;
  padding-bottom: 7px;
  color: var(--color3);

}
#shopcart_extra {
  background-color: var(--color1);
  font-size: 14px;
}
#shopcart_extra .footnote {
  height: auto;
  font-size: 12px;
}
#base_shopcart .order_navi_area {
	padding-top: 0;
  margin: 1.2rem 0 2rem 0;
}
#base_shopcart .order_navi_area a {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: var(--color2);
	border-radius: 0.3rem;
  box-shadow: 1px 1px 4px 2px rgba(164, 62, 9, 0.8);
}

#order_bonuscard {
  margin-top: 1.3rem;
  margin-bottom: 0;
}
#order_bonuscard a {
  font-size: 1rem;
  background-color: var(--color1);
  color:var(--color3);
  padding: 0.7rem 0;
}

#payment_area {
	padding: 0.4rem .4rem 0 0.4rem;
}

.shopinfo {
}
.shopinfo_header {
  background-color: var(--color1);
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--color3);
}
.shopinfo_text {
  font-size: 13px;
  background-color: white;
  box-shadow: none;
  border: 1px solid #d6d6d6;
  margin: 0;
  margin-top: 7px;
}
.promotion {
  font-size: 13px;
  background-color: white;
}
.openinghours {
  font-size: 13px;
}
.day {
  padding-left: 5px;
}
.shopinfo_link {
  color: var(--color1);
  font-size: 15px;
  font-weight: 700;
}
#customer {
}
.customer_title {
  color: var(--color3);
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
}
#customer {
  font-size: 13px;
}
#customer .label {
  height: 19px;
}
#customer select {
  height: auto;
}
#impressum {
  font-size: 13px;
  width: 1250px;
  background-color: #fcfcfc;
}
#impressum .title {
  font-size: 20px;
}
#impressum .cell {
  font-size: 13px;
}
#impressum input {
  font-size: 13px;
}
#impressum .button {
  font-size: 15px;
  background-color: var(--color2);
  font-weight: 400;
  color: var(--color3);
}
#impressum .section {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
}
#impressum .order_info {
  line-height: 30px;
  font-size: 13px;
}
#impressum .orderwarning {
  font-size: 15px;
  padding-top: 20px;
  font-weight: 400;
}
#impressum .info {
  font-size: 13px;
  line-height: 25px;
}
.impressum_shopinfo .header {
  border-radius: 0;
  font-size: 15px;
  background-color: var(--color4);
  font-weight: 400;
  color: var(--color3);
}
.impressum_shopinfo .text {
  font-size: 15px;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
#impressum .orderWait_area {
  padding-top: 0;
}
#impressum .state {
  height: 145px;
}
#impressum .state_image {
  height: 141px;
}
#impressum .cust_data {
  font-size: 13px;
  padding-bottom: 15px;
}
#positions td {
  font-size: 13px;
}
#positions .totals {
  font-size: 15px;
  font-weight: 700;
}

#articles .group_headerimage img {
  height: 100%;
  object-fit: cover;
}

#openinghours_area .current {
  color: var(--color3);
  background-color: var(--color4);
  font-weight: 600;
}

#site_bottom .close {
  background-color: var(--color1);
  color: #FFF;
}

@media (max-width: 1600px) {
  #base {
    width: 100%;
  }
}



@media (max-width: 1250px) {
	
  #impressum {
    width: 100%;
  }
}