@font-face {
  font-family: "Itim";
  src: url(../fonts/Itim-Regular.ttf) format("ttf"),
    url(../fonts/Itim-Regular.woff) format("woff"),
    url(../fonts/Itim-Regular.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Bitter";
  src: url(../fonts/Bitter-Regular.ttf) format("ttf"),
    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("ttf"),
    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("ttf"),
    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("ttf"),
    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("ttf"),
    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("ttf"),
    url(../fonts/Bitter-Black.woff) format("woff"),
    url(../fonts/Bitter-Black.woff2) format("woff2");
  font-weight: 900;
}
:root {
  --foregroundColor1: #5f7c8a;
  --naviForeground:#6f151e;
	--priceCategoryBackground: transparent;
  --priceCategoryForeground: #fffffe;
	--priceBackground: transparent;
  --priceForeground: #fffffe;
	--priceBorder: transparent;
  --color1: #8b8c13;
  --color2: #ffF;
  --color3: #6f151e;
  --footerBackground: #8b8c13;
  --priceDisabled:#736060;
}
body {
  font-size: 16px;
  background-color: var(--color3);
  background-image: url(../images/background.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 {
  background-color: white;
  justify-content: space-around;
}
header {
  background-color: var(--color2);
  background-size: auto 85px;
  background-image: url(../images/logo.png);
}
.deco_articles {
  background-color: white;
}

#menu {
	width: calc(100% - 290px);
  margin: 0 0 0 290px;
}

#menu .maingroup_link {
  font-weight: 700;
  color: var(--color3);
}
#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% - 390px);
  background-color: #ffffff;
  padding-right: 1rem;
}
#menu2 {
  border-bottom: 2px solid var(--color3);
}
#menu2 a {
  font-size: 1.6rem;
  font-variant: normal;
  color: var(--color3);
  border-radius: 0;
  background-color: transparent;
  border-right: 1px solid #fcfcfc;
  font-weight: 400;
}
#menu2 a.active {
  background-color: var(--color3);
  color: #ffffff;
}
#menu2 a:hover {
  background-color: var(--color3);
  color: #ffffff;
}
#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: 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;
  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(--color1);
  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: #f6f6f6;
  width: 390px;
}
#base_shopcart .warning {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid grey;
  padding: 10px;
  margin: 5px 15px 0px 15px;
}

.shopcart_title {
  color: var(--color1);
  font-size: 1.6rem;
  font-weight: 700;
}

#delivery_conditions_area .order_type_area {
	background-color: transparent;
}

#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(--color2);

}
#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: var(--color1);
  border: 0;
}
#order_bonuscard {
  margin-top: 1.3rem;
  margin-bottom: 0.9rem;
}
#order_bonuscard a {
  font-size: 1rem;
  background-color: var(--color3);
  padding: 0.7rem 0;
}

.shopinfo_header {
  background-color: var(--color1);
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--color2);
}
.shopinfo_text {
  box-shadow: none;
}

.shopcart_info {
  font-size: 1rem;
  background-color: transparent;
}

.promotion {
  font-size: 0.9rem;
  background-color: white;
}
.shopinfo_link {
  color: var(--color1);
  font-size: 15px;
  font-weight: 700;
}
.customer_title {
  color: var(--color1);
  font-size: 1.6rem;
  font-weight: 700;
  background-color: transparent;
}
#customer {
  font-size: 0.9rem;
}
#customer .label {
  height: 19px;
}
#customer select {
  height: auto;
}
#impressum {
  font-size: 13px;
  width: 1250px;
}
#impressum .title {
  font-size: 20px;
}
#impressum .cell {
  font-size: 13px;
}
#impressum input {
  font-size: 13px;
}
#impressum .button {
  font-size: 15px;
  background-color: var(--color1);
  font-weight: 400;
  color: var(--color2);
}
#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(--color1);
  font-weight: 400;
  color: var(--color2);
}
.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;
}

#articles .group_headerimage img {
  height: 100%;
  object-fit: cover;
}

#openinghours_area .current {
  color: var(--color2);
  background-color: var(--color3);
  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%;
  }
}