@font-face {font-family: "Poppins"; src: url(../fonts/Poppins-Regular.ttf) format("ttf"), url(../fonts/Poppins-Regular.woff) format("woff"), url(../fonts/Poppins-Regular.woff2) format("woff2"); font-weight: 400}
@font-face {font-family: "Poppins"; src: url(../fonts/Poppins-Medium.ttf) format("ttf"), url(../fonts/Poppins-Medium.woff) format("woff"), url(../fonts/Poppins-Medium.woff2) format("woff2"); font-weight: 500}
@font-face {font-family: "Poppins"; src: url(../fonts/Poppins-SemiBold.ttf) format("ttf"), url(../fonts/Poppins-SemiBold.woff) format("woff"), url(../fonts/Poppins-SemiBold.woff2) format("woff2"); font-weight: 600}
@font-face {font-family: "Poppins"; src: url(../fonts/Poppins-Bold.ttf) format("ttf"), url(../fonts/Poppins-Bold.woff) format("woff"), url(../fonts/Poppins-Bold.woff2) format("woff2"); font-weight: 700}
@font-face {font-family: "Poppins"; src: url(../fonts/Poppins-ExtraBold.ttf) format("ttf"), url(../fonts/Poppins-ExtraBold.woff) format("woff"), url(../fonts/Poppins-ExtraBold.woff2) format("woff2"); font-weight: 800}
@font-face {font-family: "Poppins"; src: url(../fonts/Poppins-Black.ttf) format("ttf"), url(../fonts/Poppins-Black.woff) format("woff"), url(../fonts/Poppins-Black.woff2) format("woff2"); font-weight: 900}


:root {
	--priceCategoryBackground: transparent;
  --priceCategoryForeground: #fffffe;
	--priceBackground: transparent;
  --priceForeground: #fffffe;
	--priceBorder: transparent;
}

body {
  font-family: "Poppins";
  font-size: 15px;
  background-color: #fffffe;
  background-image: url(../images/background.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #3c3c3b
}
input, select, textarea, button {
  font-family: "Poppins";
  font-size: 15px
}
input::placeholder, textarea::placeholder, select::placeholder {
  font-size: 14px
}
header {
  background-color: #fffffe;
  background-image: url(../images/header_neu.jpg);
	background-size: auto 120px;
}
footer {
  background-color: #1f2024;
  color: #fffffe;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  border-radius: 0
}
#footer {
  width: 1100px
}
#footer a {
  color: #fffffe
}
#footer a:hover {
  color: #fffffe;
  border-bottom: 1px solid #fffffe
}
#footer .login a {
  border-bottom: 0;
  font-weight: 500
}


#stickyShopcart {
	margin-right: calc((100% - 1600px) / 2);
}

#base {
  width: 1600px;
}


#main {
  background-color: transparent
}

.deco_articles {
  background-color: #ffffff;
  width: 725px;
  padding-right: 10px;
  border-bottom-left-radius: 3px
}

#navigation a {
  text-transform: none;
  border-radius: 0;
  font-weight: 500;
  box-sizing: border-box;
  height: auto
}

#menu {
	width: calc(100% - 180px);
  margin: 0 0 0 180px;
}

#menu .maingroup_link {
  font-size: 18px;
  font-weight: 500;
  font-variant: normal;
  line-height: normal;
  color: #03421f;
  cursor: pointer;
  text-decoration: none;
  display: initial;
  text-align: left;
  box-sizing: border-box
}
#menu a.activ {
  background-color: transparent;
  color: #c7272b
}
#menu .maingroup_link:hover {
  color: #c7272b;
  text-decoration: 2px solid #c7272b;
  border-bottom-color: #c7272b
}
#menu .selected {
  color: #c7272b;
  border-bottom: 2px solid #c7272b
}
.textlink {
  font-size: 16px;
  color: #b21919;
  text-decoration: underline
}
.popup_area {
  background-color: rgba(11, 11, 11, 0.8)
}
#base_articles {
  background-color: #fffffe;
  border-width: 0;
  padding-left: 0;
  padding-right: 0px
}
#menu2 {
  margin-top: 0;
  height: auto;
  background-color: transparent;
  margin-left: 0;
  color: #c7272b;
  display: flex;
  border-radius: 0;
  flex-wrap: wrap;
  border-bottom: 0;
  padding: 6px
}
#menu2 a {
  font-size: 18px;
  font-variant: normal;
  color: #c7272b;
  font-weight: 500;
  border-radius: 0;
  background-color: transparent;
  padding: 5px 5px 5px 0px;
  margin-right: 3px;
  height: auto
}
#menu2 a.active {
  color: #c7272b;
  background-color: transparent;
  border-bottom: 1px solid #c7272b
}
#menu2 a:hover {
  color: #c7272b;
  border-bottom: 1px solid #c7272b;
  background-color: transparent
}
#articles {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 10px
}
#articles .group_headerimage {
	height: 300px;
}

#articles .group_headerimage img {
  height: 100%;
  object-fit: cover;
}
#articles .group_header {
  background-color: #262020;
  color: #fffffe;
  font-size: 15px;
  font-weight: 600
}
#articles .subgroup_header {
  background-color: #262020;
  color: #fffffe;
  font-size: 15px;
  font-weight: 600;
  padding: 10px
}
#articles .group_description {
  font-size: 14px;
  font-weight: 400;
  color: #fffffe;
  background-color: #c7272b;
  padding: 10px 0 10px 16px;
  margin-bottom: 10px
}
#articles .article_group {
  background-color: transparent;
  color: #fffffe
}
#articles .art_by_group {
  padding: 6px 0px 0 0px;
  width: auto
}
#articles .article {
  background-color: #f7f7f7;
  border: 1px solid #cacaca;
  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);
}
#articles .articlelink {
  padding: 0 1.4rem;
  font-size: 18px
}
#articles .article_name {
  font-weight: 500;
  color: #716f6f;
  background-color: transparent
}
#articles .article_description {
  background-color: transparent;
  font-size: 13px;
  padding-left: 0;
  color: #716f6f;
  padding-top: 10px;
	word-wrap: anywhere;
}
#articles .price_area {
	justify-content: space-around;
	padding: 0.9rem 1.4rem 0 1.4rem;
}

#articles .price {
  margin: 0 0.4rem;
  background-color: #c01728;
	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 {
  width: 100%;
	height: 40px;
	border: 0;
	padding: 0;
	align-items: center;
}
#articles .price_description {
  color: #ffffff
}
#articles .oldPrice {
  color: #e1e1e1
}


#base_shopcart {
  background-color: #f4f4f4;
  padding-top: 10px;
  width: 385px;
  border-width: 0
}
#base_shopcart .warning {
  font-size: 16px
}
#shopcart {
  margin-top: 0;
  padding-top: 11px
}
.shopcart_title {
  color: #262121;
  background-color: #59d600;
  font-size: 21px;
  font-weight: 500;
  height: auto;
  padding: 8px 10px;
  text-transform: none
}
#shopcart .subposition {
  color: #555555;
  font-weight: 400;
  font-size: 13px
}
#shopcart a.subpos {
  color: #555555;
  font-weight: normal;
  font-size: 13px
}
#positions {
  padding-top: 0
}
#positions .pos_row {
  align-items: flex-start
}
#positions .current {
  background-color: #fbe5e5
}
#totals {
  color: #fffffe;
  background: #c7272b;
  border-radius: 0;
  border-right: 0;
  font-size: 18px
}
#shopcart .sum {
  font-size: 18px;
  font-weight: 600
}
#shopcart_extra {
  color: #462e0f;
  background-color: #bdbdbd;
  font-size: 16px;
  border-radius: 0;
  font-weight: 400
}
#shopcart_extra .extra_row {
  padding-top: 6px
}
#shopcart_extra .footnote {
  height: auto;
  font-size: 14px;
  border-top-color: #462e0f
}
#order_bonuscard .bonuscard_warning {
  font-size: 14px;
  font-weight: 400
}
#shopcart_passive {
  margin-top: 20px
}
#shopcart_passive .title {
  color: #fffffe
}
#positions .pos_price {
  font-size: 1rem
}
#base_shopcart .order_navi_area a {
  font-size: 20px;
  font-weight: 500;
  border: none;
  color: #53534c;
  background-color: #59d600;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px 1px rgba(140, 133, 133, 0.7)
}
#order_bonuscard a {
  font-size: 17px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #999999;
  border: 0;
  padding: 7px;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px 1px rgba(155, 155, 152, 0.7)
}
.shopinfo_header {
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  border-right: 0;
  height: auto;
  padding: 8px;
  color: #fffffe;
  background-color: #00642d;
  border: 0
}
#base_shopcart .header_big {
  font-size: 1rem;
  font-weight: 500
}
.shopinfo_text {
  font-size: 14px;
  color: #757272;
  background-color: #fffffe;
  box-shadow: none;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-top: 8px;
  line-height: initial
}
.promotion {
  font-size: 14px;
  background-color: transparent;
  margin: 0
}
#base_shopcart .promotion_warning {
  background-color: #ffffff;
  color: #665f5f;
  border: 2px solid #ae1d1d;
  border-radius: 4px;
  margin-top: 3px
}
#base_shopcart .bold {
  font-size: 1.1rem
}
.openinghours {
  font-size: 14px;
  color: #403d3d;
  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: #c7272b;
  font-size: 16px;
  font-weight: 600
}
#customer {
  background-color: #a6a6a6;
  padding: 10px;
  border-radius: 7px
}
.customer_title {
  font-size: 24px;
  font-weight: 500;
  background-color: transparent;
  text-transform: none
}
#customer .info {
  font-size: 13px
}
#customer .textlink {
  font-size: 15px;
  color: #c7272b
}
#customer {
  font-size: 13px;
  color: #f7f7f7
}
#customer .label {
  height: auto
}
#payment_area .payment_box {
  justify-content: flex-end
}
#customer .info_row {
  color: #5e5e5e
}
#customer select {
  height: auto
}
#impressum {
  font-size: 15px;
  background-color: #fffffe;
  border-radius: 0;
  color: #756e6e;
  padding-top: 30px
}
#impressum .title {
  font-size: 20px;
  padding-top: 0
}
#impressum .cell {
  font-size: 15px
}
#impressum input {
  font-size: 15px
}
#impressum .button {
  font-size: 16px;
  background-color: #c7272b;
  color: #fffffe;
  padding: 8px;
  border-radius: 3px;
  font-weight: 500
}
#impressum a {
  color: #c7272b
}
#impressum a:visited {
  color: #c7272b
}
#impressum .section {
  font-size: 16px;
  font-weight: 600
}
#impressum .order_info {
  line-height: 30px;
  font-size: 14px
}
#impressum .orderwarning {
  font-size: 16px;
  color: #3c3c3b
}
#positions .posTitle {
  font-weight: 600
}
#impressum .info {
  font-size: 15px;
  line-height: 25px
}
#impressum .free {
  border-color: #3c3c3b
}
#impressum .openinghours {
  color: #7d7575
}
#impressum .current {
  color: #6f6f6f
}
.impressum_shopinfo {
  margin-bottom: 10px
}
.impressum_shopinfo .header {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  color: #fffffe;
  background-color: #00642d;
  border: 0;
  padding: 6px
}
.impressum_shopinfo .text {
  font-size: 14px;
  box-shadow: none;
  border-radius: 0
}
.impressum_shopinfo .dark {
  background-color: #79797b;
  color: #ffffff
}
#impressum .orderWait_area {
  padding-top: 20px
}
#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: 16px;
  font-weight: 600;
  color: #666666
}
#impressum .address {
  font-weight: 600
}
#impressum .store_phone {
  font-weight: 600
}
#impressum .upload_info {
  border-radius: 0
}
.popup { }
#pBoxArea {
  padding-bottom: 15px;
  border-color: #c7272b
}
#pBoxArea .text_advanced {
  font-size: 19px;
  font-weight: 400;
  background-color: #c7272b
}
#pBoxArea .text_big {
  font-weight: 400;
  height: auto
}
.textlink_advanced {
  font-size: 17px;
  font-weight: 400;
  padding: 6px;
  background-color: #c7272b
}
.suggestions {
  border-color: #c7272b
}
.suggestions a {
  font-size: 14px
}
.suggestions .current a {
  font-size: 14px
}




@media (max-width: 1600px) {
  #base {
    width: 100%;
  }
}

@media (max-width: 1569px) {
	
  #menu {
    width: calc(100% - 200px);
  }
}



@media (max-width: 1200px) {
	
  #base {
    width: 100%;
  }
}