:root {
  --bodyBackground: #525252;
  --mainBackground: #0000;
  --mainForeground: #ffffff;
  --highlightedForeground: #000000;
  --naviBackground: #2d2d2f;
	--naviForeground: #fffffe;
  --footerBackground: #1a1a1a;
  --articlesBackground: #000000;
	--articlesForeground: #fffffe;
  --menuColor1: #FBED5D;
  --priceCategoryBackground: #000000;
  --priceBackground: #EFAD00;
  --priceForeground: #000000;
  --priceDisabled: #868686;
  --priceSoldout: #e3000a;
  --priceOld: #d7d7d7;
  --linkColor: #fffffe;
  --backgroundColor1: #000000;
	--foregroundColor1: #fffffe;
  --popupColor2: #000000;
  --popupButtonBackground2: #000000;
  --shopcartBackground: #000000;
  --shopcartForeground: #fffffe;
  --customerTitleForeground: #fffffe;
  --shopcartWarnForeground: #e3000a;
  --shopcartWarnBorder: #e3000a;
  --orderInfoWarnForeground: #e3000a;
  --orderButtonBackground: #EFAD00;
	--orderButtonForeground: #000000;
  --bonuscardButtonBackground: #888888;
  --headerBackground:#000000;
  --color1: #EFAD00;
  --menuColor2: #fffe;
}

@font-face {
  font-family: Sangli;
  src: url("../fonts/SangliNormLight.otf") format("opentype");
    
  font-weight: 400;
}

@font-face {
  font-family: Sangli;
  src: url("../fonts/insigne-Sangli-NorMed.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: Sangli;
  src: url("../fonts/SangliNormBold.otf") format("opentype");
  font-weight: 700;
}




body {
  font-family: Sangli;
  background-image: url(../images/background.jpg);
  background-color: #000000;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover
}





header {
	min-height: 95px;
  background-color: var(--headerBackground);
  background-image: url(../images/logo.svg);
	background-size: 180px auto;
  background-position: 1rem 1rem;
	box-shadow: 0 2px 5px 3px rgba(78, 78, 78, 0.7);
  margin-bottom: 1rem;
}

header.sticky {
	background-size: 130px auto;
}

#menu {
	width: calc(100% - 230px);
  justify-content: flex-start;
	gap: 1rem 2rem;
  margin-left: 230px;
  margin-right: 0;
}
#menu .maingroup_link {
  font-weight: 800;
	padding: 0;
  margin: 0;
  font-size: 1.6rem;
}
#menu .maingroup_link:hover {
  border-bottom-color: var(--menuColor1)
}
#menu .selected {
  border-bottom-color: var(--menuColor1);
}

#footer {
  width: 1700px;
  font-size: 1rem;
}

#stickyShopcart {
	margin-right: calc((100% - 1700px) / 2);
}

#base {
  width: 1700px;
}

#main {
	justify-content: space-around;
}

#base_articles {
  width: calc(100% - 430px);
  background-color: var(--mainBackground);
	color: var(--mainForeground);
	margin-right: 20px;
}
.deco_articles {
  background-color: white
}
#base_shopcart {
  width: 410px;
  padding: 1rem;
  background-color: #393637;
}
.shopcart_title {
  padding: 0 0 0.5rem 0
}

#menu2 {
  border-bottom: 0;
  padding-left: .5rem;
	margin-bottom: -1.5rem;
}

#articles {
	gap: 2.5rem 1rem;
}

#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 {
	width: calc(33% - 2rem);
	min-width: 360px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	color: var(--articlesForeground);
  background-color: #262020;
  border: solid 1px var(--color1);
  border-radius: 0.5rem;
  padding: 1.4rem 0;
  margin: 0;
}

#articles .articlelink {
  background-color: transparent;
  font-size: 18px;
  padding: 0 1.4rem;
}

#articles .article_title {
  align-items: flex-start
}

#articles .article_img {
	height: 220px;
}

#articles .price_area {
  justify-content: space-around;
	gap: 0.5rem 1rem;
	padding: 0.9rem 1.4rem 0 1.4rem;
}

#articles .price {
  background-color: var(--priceBackground);
	margin: 0;
	width: auto;
  flex-grow: 1;
	border-radius: 0.3rem;
}

#articles .pricecategory {
  font-size: 1rem;
  border-radius: 0;
  padding: 0.3rem 0.5rem;
}

#articles .pricelink {
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--priceForeground);
  background-color: var(--priceBackground);
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--priceBorder);
  border-radius: 0.3rem;
  padding-right: 0.3rem;
  cursor: pointer;
  width: 100%;
  border: 0;
  padding: 0;
  align-items: center;

}

#articles .disabled {
  color: var(--priceDisabled);
  cursor: auto;
}

.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%
}

.shopinfo_text {
  box-shadow: none
}

.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;
}

#delivery_conditions_area .order_type_box {
	margin: 0;
}


#impressum {
	width: 1300px;
	background-color: #000000d6;
}

#impressum .upload_info {
  border-radius: 0
}
#impressum .button {
  background-color: var(--color1);
	color: var(--backgroundColor1);
	border-radius: 0.3rem;
	padding: 0.6rem;
  font-size: 1.2rem;
}
.impressum_shopinfo .header {
  background-color: var(--color1);
  color: var(--backgroundColor1);
	padding: 0.6rem 0.4rem;
}

.impressum_shopinfo {
	width: 500px;
}
.impressum_shopinfo .text {
  box-shadow: none;
  padding: 0;
	border: 1px solid #d7d7d7;
  border-top: 0;
}


#saleshelp_popup .art_content {
	color: var(--mainBackground);
}
#menu2 a{
  font-weight: 700;
  padding: 0 1rem;
}

#menu2 a.active {
  color: var(--color1);
  background-color: transparent;
  font-size: 1.8rem;
}

#delivery_conditions_area .store_address, #delivery_conditions_area .store_phone {
  color: var(--foregroundColor1);
}

#user_popup .user_popup_close{
  background: #e30613;
}


#order_bonuscard a, #base_shopcart .order_navi_area a{
  border-radius: .3rem;
  font-size: 1.2rem;
}

#user_popup {
  margin-left: 70px;
}

.shopinfo_header {
  background-color: var(--backgroundColor1);
  font-size: 1.2rem;
}

#openinghours_area .current {
  color: #484848;
  background-color: var(--color1);
  font-weight: 600;
}

#menu_popup .item_header{
  background-color: var(--backgroundColor1);
  color:var(--articlesForeground);
}

#menu_popup .item_header .skip {
  background-color: var(--color1);
  color: #000;
  font-size: 1.2rem;
}


#articles .article_name {
    color: var(--color1);
    font-size: 1.6rem;
}


#delivery_conditions_area .store_data {
  font-size: 1.2rem;
}

#navigation {
  font-size: 1.1rem;
}

#ingredients_area .ingredients {
  font-size: 1.3rem;
  color: #606060;
}

#pBoxArea .text_big {
  font-size: 1.2rem;
  
}

#menu_popup .items_header {
  font-size: 1.2rem;
}

#openinghours_area .openinghours {
  font-size: 1rem;
}

.shopinfo_text {
  font-size: 1.05rem;
}

#positions .pos_row {
  font-size: 1.1rem;
}

#positions .subposition {
 font-size: 1.1rem;
}

.shopinfo_text {
  font-size: 1.2rem;
}

#delivery_conditions_area .order_type_box{
  font-size: 1.1rem;
}

#delivery_conditions_area .type_time {
  font-size: .90rem;
}

.shopcart_title {
  font-size: 2rem;
}

@media (max-width: 1700px) {
	
  #base {
    width: 100%;
  }
}

