@font-face {font-family: OpenSans; src: url(../fonts/OpenSans-Regular.ttf) format("ttf"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.woff2) format("woff2"); font-weight: 400}
@font-face {font-family: OpenSans; src: url(../fonts/OpenSans-Medium.ttf) format("ttf"), url(../fonts/OpenSans-Medium.woff) format("woff"), url(../fonts/OpenSans-Medium.woff2) format("woff2"); font-weight: 500}
@font-face {font-family: OpenSans; src: url(../fonts/OpenSans-SemiBold.ttf) format("ttf"), url(../fonts/OpenSans-SemiBold.woff) format("woff"), url(../fonts/OpenSans-SemiBold.woff2) format("woff2"); font-weight: 600}
@font-face {font-family: OpenSans; src: url(../fonts/OpenSans-Bold.ttf) format("ttf"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(../fonts/OpenSans-Bold.woff2) format("woff2"); font-weight: 700}
@font-face {font-family: OpenSans; src: url(../fonts/OpenSans-ExtraBold.ttf) format("ttf"), url(../fonts/OpenSans-ExtraBold.woff) format("woff"), url(../fonts/OpenSans-ExtraBold.woff2) format("woff2"); font-weight: 900}
:root {
  --shopcartBackground: #595959;
  --shopcartForeground: #fffffe
	--priceCategoryBackground: transparent;
  --priceCategoryForeground: #fffffe;
	--priceBackground: transparent;
  --priceForeground: #4d4b4b;
	--priceBorder: transparent;
}

body {
  font-family: "OpenSans";
  font-size: 16px;
  background-color: #252525;
  background-position: top;
  background-repeat: repeat-x;
  color: #dddddd
}
input, select, textarea {
  font-family: "OpenSans";
  font-size: 17px
}
#main {
  background-color: transparent
}
.deco_articles {
  background-color: transparent;
  width: 577px;
  padding-right: 10px
}
#navigation a {
  color: #ffffff;
  text-transform: none;
  border-radius: 0;
  font-weight: 500;
  box-sizing: border-box;
  height: auto
}
#navigation a:hover {
  border-bottom-color: #ffffff
}
#navigation a.active {
  border-bottom-color: #ffffff
}
#menu {
	width: calc(100% - 800px);
  margin: 0 400px;
}
#menu .maingroup_link {
  font-size: 18px;
  font-weight: 600;
  line-height: inherit;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-left: 2px;
  text-align: center;
  text-transform: uppercase
}
#menu a.activ {
  background-color: transparent;
  color: #fcc125
}
#menu .maingroup_link:hover {
  color: #fcc125;
  border-bottom-color: #fcc125
}
#menu .selected {
  color: #fcc125;
  border-bottom-color: #fcc125
}
.textlink {
  font-size: 17px;
  color: #ffffff;
  text-decoration: underline
}
footer {
  background-color: #373535;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px
}
#footer {
  width: 1600px
}
#footer a {
  color: #fff
}
#footer a:hover {
  color: #fff;
}
#footer .login a {
  border-bottom: 0;
  font-weight: 500
}

#stickyShopcart {
	margin-right: calc((100% - 1600px) / 2);
}

#base {
  width: 1600px;
}

#base_articles {
  width: calc(100% - 375px);
  background-color: #222222;
  border-width: 0;
  border-style: solid;
  border-color: #fcc125;
  padding-left: 0;
  padding-right: 10px;
  padding-bottom: 10px
}
#menu2 {
  margin-top: 0;
  height: auto;
  background-color: transparent;
  margin-left: 0;
  color: #ffffff;
  border-bottom: 2px solid #fcc125;
  display: flex;
  flex-wrap: wrap
}
#menu2 a {
  font-family: "OpenSans";
  font-size: 16px;
  font-variant: normal;
  color: #654a05;
  border-radius: 0;
  background-color: #ffffff;
  padding: 5px 10px;
  height: auto;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 2px;
  text-align: center
}
#menu2 a.active {
  background-color: #fcc125;
  color: #654a05
}
#menu2 a:hover {
  background-color: #fcc125;
  color: #654a05
}
#articles {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0
}
#articles .group_headerimage {
	height: 300px;
}

#articles .group_headerimage img {
  height: 100%;
  object-fit: cover;
}

#articles .group_header {
  background-color: #fcc125;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px
}
#articles .subgroup_header {
  background-color: #fcc125;
  color: #ffffff;
  border-radius: 0;
  font-size: 29px;
  height: auto;
  font-weight: 600;
  padding: 10px
}
#articles .group_description {
  font-size: 13px;
  padding-bottom: 0;
  padding-left: 16px;
  color: #ffffff;
  padding-top: 10px;
  background-color: gray;
  padding-bottom: 10px
}
#articles .article_group {
  background-color: transparent
}
#articles .art_by_group {
  padding: 5px 5px 0 5px;
  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(74, 74, 74, 0.8);
  border-radius: 0.5rem;
	border: 0;
}
#articles .articlelink {
  padding: 0 1.4rem;
  font-size: 19px
}
#articles .article_name {
  font-weight: 600;
  color: #ffffff;
  background-color: transparent
}
#articles .article_description {
  background-color: transparent;
  font-size: 13px;
  padding-left: 0;
  color: #ffffff
}

#articles .price_area {
	justify-content: space-around;
	padding: 0.9rem 1.4rem 0 1.4rem;
}

#articles .price {
  margin: 0 0.4rem;
  background-color: #fcc125;
	width: auto;
	height: 60px;
  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;
  border-radius: 0;
	text-align: center;
}
#articles .pricelink {
  font-size: 18px;
  width: 100%;
	height: 40px;
	border: 0;
	padding: 0;
	align-items: center;
}
#articles .price_description {
  color: #444444
}
#articles .oldPrice {
  color: #707070
}
#articles .article_outtime {
  color: #cacaca
}
#ingredients {
  line-height: 15px;
  font-size: 12px;
  color: #999999;
  padding-left: 5px
}
#ingredients .ingredients_title {
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  text-decoration: underline
}
#box_ingredients {
  border-top: 1px solid gray;
  line-height: normal;
  font-size: 12px;
  padding-top: 3px;
  margin-top: 5px
}
#box_ingredients .ingredients_title {
  font-size: 14px;
  font-weight: 700
}


#base_shopcart {
  background-color: #595959;
  padding-top: 1px;
  width: 375px;
  border-width: 0;
  border-radius: 3px
}
#base_shopcart .warning {
  font-size: 17px
}
#shopcart {
  margin-top: 0
}
.shopcart_title {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  height: auto;
  padding-bottom: 5px;
  padding-top: 0px;
  text-transform: uppercase
}
#shopcart .subposition {
  color: #555555;
  font-weight: 400;
  font-size: 14px
}
#shopcart a.subpos {
  color: #555555;
  font-weight: normal;
  font-size: 14px
}
#totals {
  background: #9e9e9e;
  border-radius: 0;
  border-right: 1px solid #595959;
  font-size: 18px
}
#shopcart .sum {
  font-size: 18px;
  font-weight: 600
}
#shopcart_extra {
  background-color: #9e9e9e;
  font-size: 16px;
  border-radius: 0
}
#shopcart_extra .footnote {
  height: auto;
  font-size: 14px
}
#order_bonuscard .bonuscard_warning {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff
}
#shopcart_passive .title {
  color: #ffffff
}
#base_shopcart .order_navi_area a {
  font-size: 17px;
  font-weight: normal;
  border: 2px solid transparent;
  background-color: #fcc125;
  border-radius: 5px;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #654a05
}
#order_bonuscard { }
#order_bonuscard a {
  font-size: 17px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #999999;
  border: 1px solid #999999;
  padding: 7px;
  box-sizing: border-box
}
.shopinfo { }
.shopinfo_header {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  border-right: 0;
  height: auto;
  padding: 8px;
  color: #5e5e5e;
  background-color: #fcc125;
  border: 0
}
.shopinfo_text {
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-top: 8px;
  border: 0px solid #a6a6a6;
  color: #ffffff
}
.promotion {
  font-size: 17px;
  color: #5c5c5c;
  background-color: #fcc125
}
.openinghours {
  font-size: 14px;
  color: #ffffff;
  padding: 3px 3px
}
.dark {
  background-color: #79797b;
  color: #ffffff
}
.day {
  padding: 5px
}
.hours {
  padding: 5px
}
.holidays_title {
  color: #606060;
  background-color: #fefe34
}
.shopinfo_link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700
}
#customer { }
.customer_title {
  color: #ffffff;
  font-size: 29px;
  font-weight: 600;
  background-color: transparent;
  text-transform: uppercase
}
#customer {
  font-size: 15px
}
#customer .label {
  height: auto
}
#customer select {
  height: auto
}
#customer .cust_cell {
  color: #4d4d4d;
  font-size: 14px
}
#impressum {
  font-size: 15px;
  background-color: transparent;
  border-style: solid;
  border-color: #fcc125;
  border-radius: 10px;
  color: #dddddd;
  margin-bottom: 10px
}
#impressum .title {
  font-size: 20px
}
#impressum .cell {
  font-size: 16px
}
#impressum input {
  font-size: 17px
}
#impressum .button {
  font-size: 16px;
  background-color: #fcc125;
  color: #5e5e5e;
  padding: 4px;
  border-radius: 0;
  font-weight: 600
}
#impressum .section {
  font-size: 19px;
  font-weight: 600
}
#impressum .order_info {
  line-height: 30px;
  font-size: 14px
}
#impressum .orderwarning {
  font-size: 19px
}
#positions .posTitle {
  font-weight: 600
}
#impressum .info {
  font-size: 15px;
  line-height: 25px
}
#impressum .free {
  border-color: #fcc125
}
.impressum_shopinfo {
  width: 520px;
}
.impressum_shopinfo .header {
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: #5e5e5e;
  background-color: #fcc125;
  border: 0
}
.impressum_shopinfo .text {
  font-size: 13px;
  box-shadow: none;
  border-radius: 0;
	padding: 0;
}
.impressum_shopinfo .dark {
  background-color: #79797b;
  color: #ffffff
}
#impressum .orderWait_area {
  padding-top: 0
}
#impressum .state {
  height: 145px
}
#impressum .state_image {
  height: 141px
}
#impressum .cust_data {
  font-size: 14px;
  padding-bottom: 15px
}
#positions td {
  font-size: 14px
}
#positions .totals {
  font-size: 17px;
  font-weight: 600
}
#impressum .address {
  font-weight: 600
}
#impressum .store_phone {
  font-weight: 600
}
#impressum .upload_info {
  border-radius: 0
}
.popup { }
#pBoxArea {
  padding-bottom: 15px;
  border-color: #fcc125
}
#pBoxArea .text_advanced {
  font-size: 19px;
  font-weight: 400;
  background-color: #fcc125;
}
#pBoxArea .text_big {
  font-weight: 400;
  height: auto
}
.textlink_advanced {
  font-size: 17px;
  font-weight: 400;
  padding: 6px;
  background-color: #fcc125
}
#contactlessInfoArea .info_content {
  color: #4d4d4d;
  font-size: 14px
}
header {
  background-color: #252525;
  background-image: url(../images/header_new.jpg);
	background-size: auto 120px;
  background-position: left center;
}




@media (max-width: 1600px) {
  #base {
    width: 100%;
  }
}


@media (max-width: 1569px) {
	
  #menu {
    width: calc(100% - 400px);
		margin-right: 0;
  }
}



@media (max-width: 1200px) {
	
  #base {
    width: 100%;
  }
}