@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-Regular.ttf") format("truetype"),
    url("../fonts/Bitter-Regular.woff") format("woff"),
    url("../fonts/Bitter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-Medium.ttf") format("truetype"),
    url("../fonts/Bitter-Medium.woff") format("woff"),
    url("../fonts/Bitter-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-SemiBold.ttf") format("truetype"),
    url("../fonts/Bitter-SemiBold.woff") format("woff"),
    url("../fonts/Bitter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-Bold.ttf") format("truetype"),
    url("../fonts/Bitter-Bold.woff") format("woff"),
    url("../fonts/Bitter-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-ExtraBold.ttf") format("truetype"),
    url("../fonts/Bitter-ExtraBold.woff") format("woff"),
    url("../fonts/Bitter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/Bitter-Black.ttf") format("truetype"),
    url("../fonts/Bitter-Black.woff") format("woff"),
    url("../fonts/Bitter-Black.woff2") format("woff2");
  font-weight: 900;
}
@font-face {
  font-family: "AlfaSlabOne";
  src: url("../fonts/AlfaSlabOne-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
:root {
  --bodyBackground: #ffffff;
  --mainBackground: #ffffff;
  --mainForeground: #000547;
  --highlightedForeground: #ffffff;
  --naviBackground: #000547;
  --naviForeground: #ffffff;
  --naviSelectedForeground: #c81622;
  --footerBackground: #1c1c1c;
  --articlesBackground: transparent;
  --articlesForeground: #000547;
  --articlesBorder: #ffffff;
  --menuColor1: #000547;
  --menuColor2: #c81622;
  --priceCategoryBackground: #ffffff;
  --priceCategoryForeground: #000000;
  --priceBackground: #ffffff;
  --priceForeground: #c81622;
  --priceDisabled: #d7d7d7;
  --priceSoldout: #c81622;
  --priceOld: #d7d7d7;
  --linkColor: #ffffff;
  --backgroundColor1: #ffffff;
  --foregroundColor1: #000547;
  --popupColor1: #ffffff;
  --popupColor2: #000547;
  --popupButtonBackground2: #c81622;
  --shopcartBackground: #7a7a7a;
  --shopcartForeground: #ffffff;
  --customerTitleForeground: #ffffff;
  --shopcartWarnForeground: #ffffff;
  --shopcartWarnBorder: #ffffff;
  --orderInfoWarnForeground: #000000;
  --orderButtonBackground: #c81622;
  --orderButtonForeground: #ffffff;
  --bonuscardButtonBackground: #888888;
  --shopInfoBackground: transparent;
  --shopInfoForeground: #ffffff;
  --totalsBackground: #7a7a7a;
  --articlesDescription: #7a7a7a;
}
body {
  font-family: "Bitter";
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
header {
  margin-bottom: 1rem;
  background-color: var(--mainBackground);
  background-image: url(../images/burger-legends-logo.png);
  background-size: auto 120px;
}
header.sticky {
  background-size: auto 95px;
  min-height: 95px;
}
.shopinfo_header {
  font-family: "Bitter";
  font-weight: 800;
}

#footer {
  width: 1000px;
}
#menu .maingroup_link:hover {
  color: var(--menuColor2);
  border-bottom-color: var(--menuColor2);
}

#menu .maingroup_link {
  font-family: "AlfaSlabOne";
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.5;
}

#menu .selected {
  color: var(--menuColor2);
  border-bottom-color: var(--menuColor2);
}

#navigation {
  background-color: var(--naviBackground);
  padding: 0.7rem 1.2rem;
  font-size: 1.2rem;
  border-radius: 14px;
}

#navigation a {
  margin-right: 1rem;
  color: var(--naviForeground);
  text-transform: uppercase;
  font-weight: 900;
}

#navigation a:hover {
  border-bottom: 0;
  color: var(--naviSelectedForeground);
}
#navigation a.active {
  border-bottom: 0;
  color: var(--naviSelectedForeground);
}

#stickyShopcart {
  margin-right: calc((100% - 1700px) / 2);
}

#base {
  width: 1700px;
}
#base_articles {
  width: calc(100% - 390px - 1.4rem);
  background-color: var(--mainBackground);
  padding: 0;
  margin-right: 1.4rem;
}
.deco_articles {
  background-color: white;
}
#base_shopcart {
  width: 390px;
  padding: 1rem;
}
.shopcart_title {
  text-transform: uppercase;
  padding: 0 0 0.5rem 0;
}
#menu {
  width: calc(100% - 170px);
  margin: 0 30px 0 140px;
}
#menu2 {
  border-bottom: 0;
  justify-content: center;
	margin-top: 1rem;
}
#menu2 a {
  font-family: "AlfaSlabOne";
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 0.4rem 1.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  margin-right: 0;
}
#menu2 a:hover {
  background-color: transparent;
}
#menu2 a.active {
  background-color: transparent;
}
#articles .article_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#articles .article_subgroup {
  width: 100%;
}
#articles .group_description {
  width: 100%;
  text-align: left;
}
#articles .article {
  font-family: "Roboto";
  min-height: 250px;
  width: calc(33.33% - 1.6rem);
  min-width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
  border-radius: 0.2rem;
  padding: 0;
  margin: 1.6rem 0.8rem;
  background-color: var(--articlesBackground);
  color: var(--articlesForeground);
}

#articles .articlelink {
  padding: 1.2rem 1.2rem 0 1.2rem;
}

#articles .article_description {
  padding: 1rem 0 0.5rem 0;
  min-height: 72px;
  color: var(--articlesDescription);
}

#articles .article_img {
  width: 100%;
  height: 300px;
}

#articles .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#articles .price_area {
  text-align: center;
  justify-content: space-around;
  padding: 1.2rem;
}
#articles .price {
  width: inherit;
  color: var(--priceForeground);
  background-color: var(--priceBackground);
  border: 2px solid var(--priceForeground);
  border-radius: 0.3rem;
  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;
  border-radius: 0;
}
#articles .pricelink {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding-right: 0;
  background-color: transparent;
}
.article_edit {
  width: calc(100% - 2rem);
  margin: 1rem;
}
#shopcart_passive .title_area {
  padding-top: 1rem;
}
#delivery_conditions_area {
  border: 0;
  border-radius: 0;
}

#base_shopcart .order_navi_area {
  padding: 1.5rem 0;
}

#base_shopcart .order_navi_area a {
  text-transform: uppercase;
  width: 100%;
  font-weight: 800;
  border-radius: 0.4rem;
}

.shopinfo_text {
  box-shadow: none;
}
#openinghours_area {
  padding: 0.2rem;
}

#impressum .free {
  border-color: var(--highlightedForeground);
}
#impressum .upload_info {
  border-radius: 0;
}
#impressum .button {
  background-color: var(--menuColor1);
}
#impressum a {
  color: var(--naviBackground);
}
#impressum .info_area {
	display: block;
	line-height: 1.7;
}

.impressum_shopinfo .header {
  color: var(--foregroundColor2);
  background-color: var(--backgroundColor2);
}

.impressum_shopinfo .text {
  box-shadow: none;
  padding: 0;
}




@media screen and (max-width: 1699px) {
  #base {
    width: 100%;
  }

  #menu {
    width: calc(100% - 140px);
    margin-right: 0;
  }

  #stickyShopcart {
    margin-right: 0.2rem;
  }
}

