:root {
  --naviForeground: #fff;
	--priceCategoryBackground: transparent;
  --priceCategoryForeground: #fffffe;
	--priceBackground: transparent;
  --priceForeground: #fffffe;
	--priceBorder: transparent;
}
body {
  font-size: 16px;
  background-color: #12171b;
  background-image: url(../images/background.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
input,
select,
textarea {
  font-size: 15px;
}
#main {
  background-color: white;
}
header {
  background-color: #2d3235;
  background-size: auto 120px;
  background-image: url(../images/header_new.jpg);
}

#navigation a {
  text-transform: none;
  border-radius: 0;
  font-weight: 400;
  box-sizing: border-box;
  height: auto;
}
#navigation a.active {
  font-weight: 600;
}
#stickyShopcart {
  margin-right: calc((100% - 1400px) / 2);
}
#base {
  width: 1400px
}

#menu {
	width: calc(100% - 140px);
  margin: 0 0 0 140px;
}
#menu .maingroup_link {
  font-size: 16px;
  font-weight: 600;
  color: #ef4b3b;
  display: inline-block;
}
#menu a.activ {
  background-color: #ffffff;
  color: #ef4b3b;
}
#menu .maingroup_link:hover {
  color: #ef4b3b;
  border-bottom-color: #ef4b3b;
}
#menu .selected {
  color: #ef4b3b;
  border-bottom-color: #ef4b3b;
}
.textlink {
  font-size: 14px;
}
footer {
  background-color: #79797b;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
}
#footer .login a {
  border-bottom: 0;
}
#base_articles {
  background-color: white;
  padding: 0;
  width: calc(100% - 400px);
  padding-right: 5px;
}
#menu2 {
  margin-top: 2px;
  height: auto;
  background-color: #ffffff;
  border-bottom: 2px solid #ef4b3b;
}
#menu2 a {
  font-size: 16px;
  font-variant: normal;
  color: #ef4b3b;
  border-radius: 0;
  background-color: white;
  font-weight: 600;
  text-transform: inherit;
  margin-right: 1px;
}
#menu2 a.active {
  background-color: #ef4b3b;
  color: #ffffff;
}
#menu2 a:hover {
  background-color: #ef4b3b;
  color: #ffffff;
}
#articles {
}
#articles .group_headerimage {
}
#articles .group_header {
  background-color: #ef4b3b;
  font-size: 16px;
}
#articles .subgroup_header {
  background-color: #ef4b3b;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
}
#articles .group_description {
  font-size: 13px;
  padding-bottom: 0;
  padding-left: 16px;
}
#articles .article_group {
  background-color: white;
}
#articles .article {
  width: calc(50% - 4rem);
	min-width: 380px;
	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 {
  font-size: 16px;
	padding: 0 1.4rem;
}
#articles .article_name {
  font-weight: 600;
  color: #060606;
}
#articles .article_description {
  background-color: transparent;
  font-size: 14px;
  padding-left: 0;
}

#articles .price_area {
	justify-content: space-around;
	padding: 0.9rem 1.4rem 0 1.4rem;
}

#articles .price {
  margin: 0 0.4rem;
  background-color: #ef4b3b;
  color: white;
	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.5rem 0 0 0;
  border-radius: 0;
	text-align: center;
}

#articles .pricelink {
  font-size: 16px;
  width: 100%;
	height: 40px;
	border: 0;
	padding: 0;
	align-items: center;
}
#articles .price_description {
  color: #444444;
}
#articles .oldPrice {
  color: #707070;
}

#base_shopcart {
  background-color: transparent;
  width: 400px;
  border: 0;
}
#base_shopcart .warning {
  font-size: 17px;
}
#shopcart {
  margin-top: 0;
}
.shopcart_title {
  color: #2e3235;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#positions .pos_row {
  font-size: 0.9rem;
}
#shopcart .subposition {
  color: #555555;
  font-weight: 400;
  font-size: 0.8rem;
}
#shopcart a.subpos {
  color: #555555;
  font-weight: normal;
}
#totals {
  background: #2e3235;
  border-radius: 0;
  border-right: 1px solid white;
  font-size: 15px;
}
#shopcart .sum {
  font-size: 16px;
  font-weight: 600;
}
#shopcart_extra {
  background-color: #2e3235;
  font-size: 14px;
  border-radius: 0;
}
#shopcart_extra .footnote {
  height: auto;
  font-size: 12px;
}
#order_bonuscard .bonuscard_warning {
  font-size: 16px;
  font-weight: 500;
}
#shopcart_passive .title {
}
#base_shopcart .order_navi_area a {
  font-size: 17px;
  font-weight: normal;
  border: 2px solid transparent;
  background-color: #ef4b3b;
  border-radius: 0;
}
#order_bonuscard a {
  background-color: #79797b;
}
.shopinfo {
}
.shopinfo_header {
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  border-right: 0;
  height: auto;
  padding: 8px;
  color: #ffffff;
  background-color: #2e3235;
  border: 0;
}
.shopinfo_text {
  font-size: 13px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
  margin-top: 8px;
  border: 0px solid #a6a6a6;
}
.promotion {
  font-size: 15px;
  background-color: #ffffff;
}
.openinghours {
  font-size: 13px;
}
.dark {
  background-color: #adadad;
  color: #ffffff;
}
.day {
  padding: 5px;
}
.hours {
  padding: 5px;
}
.shopinfo_link {
  color: #ef4b3b;
  font-size: 15px;
  font-weight: 700;
}
#customer {
}
.customer_title {
  color: #ef4b3b;
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
  text-transform: uppercase;
}
#customer {
  font-size: 13px;
}
#customer .label {
  height: 19px;
}
#customer select {
  height: auto;
}
#impressum {
  font-size: 15px;
}
#impressum .title {
  font-size: 20px;
}
#impressum .cell {
  font-size: 14px;
}
#impressum input {
  font-size: 14px;
}
#impressum .button {
  font-size: 15px;
  background-color: #ef4b3b;
  padding: 4px;
}
#impressum .section {
  font-size: 16px;
  font-weight: 600;
}
#impressum .order_info {
  line-height: 30px;
  font-size: 14px;
}
#impressum .orderwarning {
  font-size: 15px;
}
#positions .posTitle {
  font-weight: 600;
}
#impressum .info {
  font-size: 14px;
  line-height: 25px;
}
#impressum .free {
  border: 0;
  padding: 0;
}
.impressum_shopinfo {
  margin-bottom: 10px;
}
.impressum_shopinfo .header {
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  height: 28px;
  color: #ffffff;
  background: #ef4b3b;
  border: 0;
}
.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;
}
#pBoxArea .text_advanced {
  font-size: 19px;
  font-weight: 400;
  background-color: #ef4b3b;
}
#pBoxArea .text_big {
  font-weight: 400;
}
.textlink_advanced {
  font-size: 17px;
  font-weight: 400;
  background-color: #ef4b3b;
}




@media (max-width: 1400px) {
  #base {
    width: 100%;
  }
}