
:root {
  --foregroundColor1: #5f7c8a;
	--priceCategoryBackground: transparent;
  --priceCategoryForeground: #fffffe;
	--priceBackground: transparent;
  --priceForeground: #fffffe;
	--priceBorder: transparent;
   --bodyBackground: #f6f6f6;
  --color1: #49B085;
  --color2: #F0BC76;
  --color3: #fff;
 
    --mainBackground: #fffffe;
    --mainForeground: #4d4b4b;
    --highlightedForeground: #d03939;
  
   
  
    --naviForeground: var(--color1);
  
    --footerBackground: #49B085;
    --footerForeground: #ffffff;
  
    --articlesBackground: #fffffe;
    --articlesForeground: #4d4b4b;
    --articlesBorder: #d0d0d0;
  
    --menuColor1: #49B085;
    --menuColor2: #fffffe;
  
    --priceDisabled: #ffffff;
    --priceSoldout: #f70d0d;
    --priceOld: #a4a4a4;
    --priceCategoryBackground: #49B085;
    --priceCategoryForeground: #fffffe;
    --priceBorder: #dcdcdc;
  
    --linkColor: #49B085;
  
    --backgroundColor1: #49B085;
    --foregroundColor1: #fffffe;
  
    --backgroundColor2: #757575;
    --foregroundColor2: #fffffe;
  
    --tipBackground: #53b0c6;
    --tipForeground: #fffffe;
  
   
    --inputBackground: #fffffe;
    --inputForeground: #4d4b4b;
    --inputBorder: #919191;
  
    --shopcartBackground: #e9e9e9;
    --shopcartForeground: #58585a;
  
    --totalsBackground: #58585a;
    --totalsForeground: #fffffe;
    --totalsHighlightedForeground: #f8e057;
    --totalsDiscountForeground: #ffef4c;
  
    --customerTitleBackground: transparent;
    --customerTitleForeground: var(--color1);
  
    --shopcartWarnBackground: #fdfdfd;
    --shopcartWarnForeground: var(--color1);
    --shopcartWarnBorder: var(--color1);
  
    --orderInfoBackground: #fdfdfd;
    --orderInfoForeground: #716162;
    --orderInfoWarnForeground: var(--color1);
    --orderInfoBorder: #d0d0d0;
  
    --orderButtonBackground: #888888;
    --orderButtonForeground: #fffffe;
  
    --bonuscardButtonBackground: var(--color1);
    --bonuscardButtonForeground: #f9f4f4;
  
    --shopInfoBackground: #fffffe;
    --shopInfoForeground: #4d4b4b;
      
    --headerBackground: #fffffe;
    --headerForground: var(--color1);
  
   
  }



body {
  font-size: 16px;
  background-color: var(--color1);
  background-image: url(../images/background_main.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;
}

header {
  background-color: var(--headerBackground);
  background-size: auto 120px;
  background-image: url(../images/header.png);
}

.deco_articles {
  background-color: white;
}
#navigation a {
  text-transform: none;
  border-radius: 0;
  font-weight: 700;
}

#menu {
  width: calc(100% - 220px);
  margin-right: .3rem;
  margin-left: 220px;
}

#menu .maingroup_link {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  line-height: 30px;
  color: var(--color1);
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-width: 0;
  text-align: left;
}
#menu .maingroup_link:hover {
  color: var(--color2
 );
  border-bottom-color: var(--color2
 );
}
#menu .selected {
  border-bottom: solid 1px var(--color2
 );
  color: var(--color2
 );
}
.textlink {
  font-size: 14px;
}
#pBoxArea {
  border-color: var(--color1);
}
#pBoxArea .text_advanced {
  background-color: var(--color1);
}
.textlink_advanced {
  background-color: var(--color1);
}
#base_articles {
  background-color: #fcfcfc;
 margin-right: 20px;
}


#menu2 {
  border-bottom: 2px solid var(--color2);
}
#menu2 a {
  font-size: 25px;
  font-variant: normal;
  color: var(--color2);
  border-radius: 0;
  background-color: transparent;
  border-right: 1px solid #fcfcfc;
  font-weight: 400;
}
#menu2 a.active {
  background-color: var(--color2);
  color: #ffffff;
}
#menu2 a:hover {
  background-color: var(--color2);
  color: #ffffff;
}

#articles .group_headerimage {
	height: 300px;
}

#articles .group_headerimage img {
  height: 100%;
  object-fit: cover;
}

#articles .group_header {
  background-color: transparent;
  color: var(--color2);
  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: 260px;
	padding: 1.4rem 0;
  margin: 1.6rem 1rem;
	box-shadow: 2px 2px 5px 2px rgba(200,200,200, 0.8);
  border-radius: 0.5rem;
	border: 0;
}
#articles .articlelink {
  padding: 0 1.4rem;
  font-size: 17px;
}
#articles sup {
  font-size: 10px;
}
#articles .article_name {
  font-weight: 700;
  font-size: 1.4rem;
  background-color: transparent;
  color: var(--color2
 );
}
#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(--color1);
  color: white;
	width: auto;
  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;
	text-align: center;
}
#articles .pricelink {
  width: 100%;
	border: 0;
	padding: 0;
	align-items: center;
  height: 40px;
}

#articles .price_description {
  color: #58585a;
}

#base_shopcart {
  background-color: #fcfcfc;
  width: 370px;
  box-shadow: 2px 2px 5px 2px rgba(200,200,200, 0.8);
}
#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(--color2
 );
  font-size: 20px;
  font-weight: 700;
}
#shopcart .subposition {
  color: #555555;
  font-weight: normal;
}
#shopcart a.subpos {
  color: #555555;
  font-weight: normal;
}
#positions {
  border-bottom: 0;
}
#totals {
  background: var(--color1);
  border-radius: 0;
  font-size: 16px;
  padding-bottom: 7px;
  color: var(--color3);
}
#shopcart .sum {
  font-size: 17px;
}
#shopcart_extra {
  background-color: var(--color1);
  font-size: 14px;
}
#shopcart_extra .footnote {
  height: auto;
  font-size: 12px;
}
#shopcart_passive .title {
}
#base_shopcart .order_navi_area a {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #A92719;
  color: #FFF;
  border: 0;
}
#order_bonuscard {
  margin-top: 1.3rem;
  margin-bottom: 0.9rem;
}
#order_bonuscard a {
  font-size: 1rem;
  background-color: var(--color1);
  color: var(--color3);
  padding: 0.7rem 0;
}
.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(--color1);
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
}
#customer {
  font-size: 13px;
}
#customer .label {
  height: 19px;
}
#customer select {
  height: auto;
}

#impressum {
  width: 1250px;
  font-size: 13px;
  background-color: #fcfcfc;
}

#impressum .title {
  font-size: 20px;
  color: var(--color1);
}
#impressum .cell {
  font-size: 13px;
}
#impressum input {
  font-size: 13px;
}
#impressum .button {
  font-size: 15px;
  background-color: var(--color1);
  font-weight: 400;
  color: var(--color3);
}
#impressum .section {
  font-size: 25px;
  font-weight: 400;
  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(--color2);
  font-weight: 400;
  color: #252525;
}
.impressum_shopinfo .text {
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  margin: 8px 0 10px 0;
  border: 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;
}

#delivery_conditions_area .type_selected .type_title {
  color: var(--color2
 );
}

#openinghours_area .current {
  color: var(--color3);
  background-color: var(--color1);
  font-weight: 600;
}

#articles .disabled {
  color: var(--priceDisabled);
  background-color: var(--color1);
  cursor: auto;
}

#articles .article_title {
  color: var(--color1);
}

#ingredients_area .ingredient_key {
 
  color: var(--color1);
  
}

#user_popup .user_popup_close{
  background: var(--color1);
}


#menu_popup .main_pos, #menu_popup .main_pos_price {
  color: var(--color2
 );
  font-weight: 600;
  font-size: 1.2rem;
}

#menu_popup .item_header .skip {
  color: #FFF;
  background-color: var(--color1);
}

@media (max-width: 1600px) {
  #base {
    width: 100%;
  }

  @media (max-width: 1250px) {
	
  #impressum {
    width: 100%;
  }
}
}