@font-face {font-family: "Poppins"; src: url(../fonts/Poppins-Regular.ttf) format("truetype"), 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("truetype"), 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("truetype"), 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("truetype"), 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("truetype"), 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("truetype"), url(../fonts/Poppins-Black.woff) format("woff"), url(../fonts/Poppins-Black.woff2) format("woff2"); font-weight: 900}

:root {
	--mainBackground: #000000;
	--shopcartForeground: #e1e1e1;
	--linkColor: #ffddde;
}

html {
  height: 100%
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background-color: #000000;
  background-image: url(../images/background_left.jpg), url(../images/background_right.jpg);
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff
}
input, select, textarea {
  font-family: "Poppins", sans-serif;
  font-size: 17px
}
#base {
  box-shadow: 0 0 0;
	width: 1400px;
}
#main { }
#pBoxArea .pBox_image {
  background-image: url(../images/clock.gif)
}
.deco_articles {
  background-color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  width: 577px;
  padding-right: 10px
}
#shopcart_passive a {
  background-image: url(../images/shopping.png)
}
#impressum .orderWait {
  background-image: url(../images/orderWait.gif)
}
#user_popup {
  background-image: url(../images/bg_message.jpg)
}
#user_popup .popup_title {
  background-image: url(../images/warning.png)
}
#navigation a {
  color: #ffffff;
  text-transform: none;
  border-radius: 0;
  font-weight: 500;
  box-sizing: border-box;
  height: auto
}
#navigation a:hover {
  border-bottom-color: #ffffff
}
#navigation a.active {
  border-bottom-color: #ffffff
}
#menu { 
  width: calc(100% - 400px);
  margin: 0 200px;
}
#menu .table-row { }
#menu .table-cell {
  width: 170px;
  padding-right: 0;
  padding-bottom: 0
}
#menu .maingroup_link {
  font-size: 15px;
  font-weight: 600;
  line-height: inherit;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-left: 2px;
  text-align: center;
  text-transform: uppercase
}
#menu .maingroup_link:hover {
  border-bottom: 2px solid #ffffff;
  color: #ffffff
}
#menu .selected {
  border-bottom: 2px solid #ffffff;
  color: #ffffff
}
.textlink {
  font-size: 1rem;
}
footer {
  background-color: #c91e26;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px
}
#footer a {
  color: #ffffff
}
#footer a:hover {
  color: #ffffff
}
#footer .login a {
  border-bottom: 0;
  font-weight: 500
}
#base_articles {
  background-color: #000000;
  border-width: 0;
  border-style: solid;
  border-color: #c91e26;
  width: calc(100% - 400px);
  padding-left: 0;
  padding-right: 10px;
  border-radius: 10px 0 0 0px;
  padding-bottom: 10px
}
#menu2 {
  margin-top: 0;
  height: auto;
  background-color: transparent;
  margin-left: 0;
  color: #ffffff;
  border-bottom: 2px solid #c91e26;
  display: flex
}
#menu2 a {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-variant: normal;
  color: #c91e26;
  border-radius: 0;
  background-color: #ffffff;
  padding: 5px;
  padding-right: 10px;
  height: auto;
  font-weight: 500
}
#menu2 a.active {
  background-color: #c91e26;
  color: #ffffff
}
#menu2 a:hover {
  background-color: #c91e26;
  color: #ffffff
}
#articles {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0
}
#articles .group_headerimage { }
#articles .group_header {
  background-color: #c91e26;
  color: #ffffff;
  font-size: 16px
}
#articles .subgroup_header {
  background-color: #c91e26;
  color: #ffffff;
  font-size: 29px;
  height: auto;
  font-weight: 600;
  padding: 10px
}
#articles .group_description {
  font-size: 15px;
  padding-bottom: 0;
  padding-left: 16px;
  color: #ffffff;
  padding-top: 10px
}
#articles .article_group {
  background-color: transparent
}
#articles .art_by_group {
  padding: 5px 5px 0 5px;
  width: auto
}
#articles .article {
	width: calc(50% - 4rem);
  min-width: 360px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 1.4rem 0;
  margin: 1.6rem 1rem;
  box-shadow: 1px 1px 5px 2px rgba(94, 94, 94, 0.8);
  border: 0;
	border-radius: 0.6rem;
}
#articles .article_img img {
	object-fit: contain;
}
#articles .articlelink {
  background-color: transparent;
  font-size: 19px;
	padding: 0 1.4rem;
}
#articles .article_name {
  font-weight: 600;
  color: #ffffff;
  background-color: transparent
}
#articles .article_description {
  background-color: transparent;
  font-size: 13px;
  padding-left: 0;
  color: #ffffff
}
#articles .price_area {
  padding-top: 0;
	justify-content: space-around;
	padding: 0.9rem 1.4rem 0 1.4rem;
}
#articles .price {
  background-color: #c91e26;
	margin: 0 0.4rem;
	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 {
  background-color: transparent;
  color: #ffffff;
  padding: 0.5rem 0 0 0;
  border-radius: 0;
}
#articles .pricelink {
  font-size: 18px;
  color: #ffffff;
	background-color: transparent;
	width: 100%;
	border: 0;
	align-items: center;
}
#articles .price_description {
  color: #444444
}
#articles .oldPrice {
  color: #707070
}
#articles .sub_header {
  background-color: #666666;
  border-radius: 0;
  font-size: 17px;
  font-weight: 400
}
#articles .subposlink a {
  color: #58585a;
  font-size: 15px
}
#articles .subposlink a:hover {
  color: #252525;
  border-radius: 0
}
#base_shopcart {
  background-color: #595959;
  padding-top: 1px;
  width: 400px;
  border-width: 0;
  border-radius: 3px
}
#base_shopcart .warning {
  font-size: 17px
}
#shopcart {
  margin-top: 0
}
.shopcart_title {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  height: auto;
  padding-bottom: 5px;
  padding-top: 0px;
  text-transform: uppercase
}
#shopcart .subposition {
  color: #555555;
  font-weight: 400;
  font-size: 14px
}
#shopcart a.subpos {
  color: #555555;
  font-weight: normal;
  font-size: 14px
}
#totals {
  background: #9e9e9e;
  border-radius: 0;
  border-right: 1px solid #595959;
  font-size: 18px
}
#shopcart .sum {
  font-size: 18px;
  font-weight: 600
}
#shopcart_extra {
  background-color: #9e9e9e;
  font-size: 16px;
  border-radius: 0
}
#shopcart_extra .footnote {
  height: auto;
  font-size: 14px
}
#order_bonuscard .bonuscard_warning {
  font-size: 18px;
  font-weight: 500
}
#shopcart_passive .title { }
#base_shopcart .order_navi_area a {
  font-size: 20px;
  font-weight: normal;
  border: 2px solid transparent;
  background-color: #c91e26;
  border-radius: 5px;
  border: 1px solid #999999;
  box-sizing: border-box
}
#order_bonuscard { }
#order_bonuscard a {
  font-size: 20px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #999999;
  border: 1px solid #999999;
  padding: 7px;
  box-sizing: border-box
}
.shopinfo { }
.shopinfo_header {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  border-right: 0;
  height: auto;
  padding: 8px;
  color: #ffffff;
  background: #c91e26;
  border: 0
}
.shopinfo_text {
  font-size: 15px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-top: 8px;
  border: 0px solid #a6a6a6;
  color: #ffffff
}
.promotion {
  font-size: 17px;
  background-color: #c91e26
}
.openinghours {
  font-size: 14px;
  color: #484848;
  padding: 3px 3px
}
.dark {
  background-color: #79797b;
  color: #19191b
}
.day {
  padding: 5px
}
.hours {
  padding: 5px
}
.shopinfo_link {
  font-size: 17px;
  font-weight: 700
}
.customer_title {
  font-size: 29px;
  font-weight: 600;
  background-color: transparent;
  text-transform: uppercase
}
#customer {
  font-size: 17px
}
#customer .label {
  height: auto
}
#customer select {
  height: auto
}
#impressum {
  font-size: 15px;
  background-color: #000000;
  border-style: solid;
  border-color: #c91e26;
  border-radius: 10px;
  color: #ffffff;
  margin-bottom: 10px
}
#impressum .title {
  font-size: 20px
}
#impressum .cell {
  font-size: 16px
}
#impressum input {
  font-size: 17px
}
#impressum .button {
  font-size: 16px;
  background-color: #c91e26;
  color: #ffffff;
  padding: 4px;
  border-radius: 0;
  font-weight: 600
}
#impressum .section {
  font-size: 19px;
  font-weight: 600
}
#impressum .order_info {
  line-height: 30px;
  font-size: 14px
}
#impressum .orderwarning {
  font-size: 19px
}
#positions .posTitle {
  font-weight: 600
}
#impressum .info {
  font-size: 15px;
  line-height: 25px
}
#impressum .free {
  border-color: #c91e26
}
.impressum_shopinfo {
  margin-bottom: 10px;
	background-color: #fff;
}
.impressum_shopinfo .header {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background: #c91e26;
}
.impressum_shopinfo .text {
  font-size: 13px;
  box-shadow: none;
  border-radius: 0
}
.impressum_shopinfo .dark {
  background-color: #79797b;
  color: #ffffff
}
#impressum .orderWait_area {
  padding-top: 0
}
#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: 17px;
  font-weight: 600
}
#impressum .address {
  font-weight: 600
}
#impressum .store_phone {
  font-weight: 600
}
#impressum .upload_info {
  border-radius: 0
}
#image_area .u_file_selected {
  color: #515151
}
.popup { }
#pBoxArea {
  padding-bottom: 15px
}
#pBoxArea .text_advanced {
  font-size: 19px;
  font-weight: 400;
  background-color: #c91e26
}
#pBoxArea .text_big {
  font-weight: 400;
  height: auto
}
.textlink_advanced {
  font-size: 17px;
  font-weight: 400;
  background-color: #c91e26
}
header {
  background-size: auto 120px;
  background-color: #19191b;
  background-image: url(../images/header_new.jpg)
}


@media (max-width: 1400px) {
  #base {
    width: 100%;
  }
}