@font-face {font-family: "Lora"; src: url(../fonts/Lora-Regular.ttf) format("ttf"), url(../fonts/Lora-Regular.woff) format("woff"), url(../fonts/Lora-Regular.woff2) format("woff2"); font-weight: 400}
@font-face {font-family: "Lora"; src: url(../fonts/Lora-Medium.ttf) format("ttf"), url(../fonts/Lora-Medium.woff) format("woff"), url(../fonts/Lora-Medium.woff2) format("woff2"); font-weight: 500}
@font-face {font-family: "Lora"; src: url(../fonts/Lora-Medium.ttf) format("ttf"), url(../fonts/Lora-Medium.woff) format("woff"), url(../fonts/Lora-Medium.woff2) format("woff2"); font-weight: 600}
@font-face {font-family: "Lora"; src: url(../fonts/Lora-Bold.ttf) format("ttf"), url(../fonts/Lora-Bold.woff) format("woff"), url(../fonts/Lora-Bold.woff2) format("woff2"); font-weight: 700}

:root {
	--menuColor1: #ea5b0c;
	--priceCategoryBackground: transparent;
  --priceCategoryForeground: #fffffe;
	--priceBackground: transparent;
  --priceForeground: #fffffe;
	--priceBorder: transparent;
	--priceDisabled: #d7d7d7;
	--priceSoldout: #e3e3e3;
}

body {
  font-family: "Lora", serif;
  background-color: #666666;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed
}
input, select, textarea {
  font-family: "Lora", serif
}
header {
  background-image: url("../images/header.png");
  background-color: #ffffff;
	background-size: auto 100px;
	min-height: 104px;
}
.textlink {
  color: #ea5b0c
}
#pBoxArea {
  border: 1px solid #ea5b0c
}
#pBoxArea .text_advanced {
  background-color: #ea5b0c
}
.textlink_advanced {
  background-color: #ea5b0c
}


#stickyShopcart {
	margin-right: calc((100% - 1400px) / 2);
}

#base {
  width: 1400px
}


#navigation a {
  font-weight: 700;
  margin-right: 1px
}

#menu {
	width: calc(100% - 150px);
  margin: 0 0 0 150px;
}
#menu .maingroup_link {
  text-transform: uppercase;
  font-size: 13px;
  line-height: initial;
  color: #231f20
}
#menu .maingroup_link:hover {
  border-bottom-color: var(--menuColor1);
}
#menu .selected {
  border-bottom-color: var(--menuColor1);
}

#menu2 a {
  text-transform: uppercase;
}
#menu2 a.active {
  background: #ea5b0c
}
#base_articles {
  padding: 0;
  width: calc(100% - 400px)
}

#base_articles .deco_articles {
	padding-top: 1rem;
}

#articles { }
#articles .group_header {
  background: #ea5b0c;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0
}
#articles .subgroup_header {
  background: #ea5b0c;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0
}
#articles .sub_header {
  background: #ea5b0c;
  font-size: 15px;
  border-radius: 0;
  padding-top: 5px
}

#articles .article {
  box-shadow: 2px 2px 5px 1px rgba(210, 210, 210, 0.8);
  background-color: transparent;
  width: calc(50% - 4rem);
	min-width: 380px;
	display: flex;
  flex-direction: column;
  min-height: 260px;
	padding: 1.4rem 0;
  margin: 1.6rem 1rem;
  border-radius: 0.5rem;
	border: 0;
}
#articles .articlelink {
  padding: 0 1.4rem;
}
#articles .article_name {
  background-color: transparent;
  color: #ea5b0c
}
#articles .article_description {
  background-color: transparent;
  color: #231f20
}
#articles .article_img img {
}
#articles .price_area {
	justify-content: space-around;
	padding: 0.9rem 1.4rem 0 1.4rem;
}
#articles .price {
	margin: 0 0.4rem;
  background-color: #ea5b0c;
	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.5rem 0 0 0;
  border-radius: 0;
	text-align: center;
}
#articles .pricelink {
	width: 100%;
	border: 0;
	padding: 0;
	align-items: center;
}

#articles .oldPrice {
  color: #dfdfdf;
}

#base_shopcart {
  background-color: #730706;
  width: 400px;
  color: white;
  padding-bottom: 20px
}
#shopcart {
  margin-top: 0
}
.shopcart_title {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  height: 33px
}

#shopcart_passive .title {
	color: var(--articlesForeground);
	height: auto;
}

#totals {
  border-right: 0;
  border-radius: 0;
  background-color: #ea5b0c
}
#shopcart_extra {
  border-radius: 0
}
.shopinfo_header {
  border-radius: 0;
  border-right: 0;
  background-color: #ea5b0c
}
.promotion {
  border-radius: 0px;
  box-shadow: 0 0 0;
  margin: 0
}
.shopinfo_text {
  border-radius: 0px;
  box-shadow: 0 0 0;
  margin: 0
}
.dark {
  color: #231f20
}
.holidays_title {
  background-color: transparent;
  border-radius: 0
}
#base_shopcart .order_navi_area a {
  border-radius: 2px;
  color: white;
  background-color: #119726;
  border: 0;
  padding: 15px 10px;
  font-size: 1.1rem;
  font-weight: 500
}
#order_bonuscard {
  margin-top: 5px
}
#order_bonuscard a {
  border-radius: 2px;
  border: 0
}
#order_bonuscard .bonuscard_warning {
  background: white;
  border-radius: 5px;
  width: 333px;
  border: 2px solid red
}
.shopinfo_link {
  color: yellow
}
.customer_title {
  background-color: #730706;
  color: white;
  font-size: 19px;
  font-weight: bold;
  line-height: 40px
}
#customer .textlink {
  color: yellow
}
#customer .row_extra {
  color: #4b4b4b
}
#customer select {
  height: auto
}
#impressum {
  background-color: #f6f6f6
}
#impressum .button {
  background-color: #ea5b0c
}
.impressum_shopinfo .header {
  border-radius: 3px;
  border: 0;
  background-color: #ea5b0c
}
.suggestions {
  border: 2px solid #ea5b0c;
  color: #ea5b0c;
  filter: alpha(opacity = 90, finishopacity = 90, style = 0);
  opacity: 1;
  min-width: 150px
}
.suggestions a {
  color: #ea5b0c
}
.suggestions .current {
  background-color: #ea5b0c
}
#contactlessInfoArea .info_content {
  color: #626262
}
#tipArea {
  font-size: 1.1em;
  font-weight: 500
}



@media (max-width: 1569px) {
  #menu {
    width: calc(100% - 180px);
    margin-right: 0;
  }
}



@media (max-width: 1400px) {
  #base {
    width: 100%;
  }
}