@import url("webfonts.css");
@import url("./IDAgeVerification.css");

/*** Defaults ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

h1 {
  line-height: 38px;
  color: #a10127;
  margin-bottom: 24px;
}

h2 {
  line-height: 28px;
  color: #a10127;
  margin-bottom: 4px;
}

h3 {
  line-height: 21px;
  color: #a10127;
  margin-bottom: 4px;
}

h4 {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 5px 10px 3px 10px;
  margin: 4px;
  background: #858585;
}

h5 {
  line-height: 30px;
  color: #a10127;
  margin-top: 32px;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #a10127;
}

a:hover {
  color: #a10127 !important;
}

b,
.bold,
strong {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}

ul,
ol {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding-top: 2px;
  padding-left: 22px;
}

ul {
  list-style-type: "-";
}

ol {
  font-size: 15px;
}

.red {
  color: #a10127;
}

.buttonGray {
  display: inline-block;
  padding: 8px 18px 6px 18px;
  /* 		padding: 4px 20px 1px 20px; */
  text-decoration: none;
  border-radius: 4px;
  background-color: #858585;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s !important;
  -o-transition: background-color 0.2s !important;
  transition: background-color 0.2s !important;
}

.buttonGray.inactive,
.buttonGray.inactive:hover {
  color: #b3b3b3;
  background-color: #efefef;
  cursor: default;
}

a.buttonGray:hover,
input.buttonGray:hover {
  color: #fff !important;
  background-color: #a10127;
  -webkit-transition: background-color 1s !important;
  -o-transition: background-color 1s !important;
  transition: background-color 1s !important;
}

.buttonLightGray {
  color: #858585;
  background-color: #efefef;
  display: inline-block;
  padding: 8px 18px 6px 18px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s !important;
  -o-transition: background-color 0.2s !important;
  transition: background-color 0.2s !important;
}

.buttonNext {
  padding: 8px 36px 6px 18px;
  text-align: center;
  background-image: url("../img/iconArrowRight.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
}

.buttonForeward {
  float: right;
  display: block;
  text-align: center;
  background: url("../img/iconArrowRight.svg") right 6px #858585 no-repeat;
  padding-right: 30px;
}

.buttonPrevious {
  float: left;
  display: block;
  text-align: center;
  padding-left: 30px;
  margin-top: 0px !important;
  background-image: url("../img/iconArrowLeft.svg");
  background-repeat: no-repeat;
  background-position: 6px 6px;
}

.buttonRight {
  float: right;
  margin-top: 36px;
}

.buttonLeft {
  float: left;
  margin-right: 20px;
}

input.buttonGray:hover {
  background-color: #a10127;
  -webkit-transition: background-color 1s !important;
  -o-transition: background-color 1s !important;
  transition: background-color 1s !important;
}

input:focus {
  outline: none;
}

.buttonWhite {
  font-family: "Open Sans", sans-serif;
  font-size: 20px !important;
  line-height: 30px !important;
  display: inline;
  padding: 9px 18px 7px 18px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  -webkit-transition:
    color 0.2s,
    border-color 0.2s !important;
  -o-transition:
    color 0.2s,
    border-color 0.2s !important;
  transition:
    color 0.2s,
    border-color 0.2s !important;
  text-decoration: none;
  color: #858585;
}

.buttonWhite:hover {
  border: 1px solid #a10127;
  color: #a10127 !important;
  background-color: #ffffff;
  -webkit-transition:
    color 1s,
    border-color 1s !important;
  -o-transition:
    color 1s,
    border-color 1s !important;
  transition:
    color 1s,
    border-color 1s !important;
}

.buttonRed,
#newsletterButton {
  display: inline-block;
  padding: 8px 18px 6px 18px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #a10127;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.buttonRed.inactive,
.buttonRed.inactive:hover {
  background-color: #858585;
  cursor: default;
}

.buttonRed:hover {
  color: #fff !important;
  background-color: #858585;
  -webkit-transition: background-color 1s !important;
  -o-transition: background-color 1s !important;
  transition: background-color 1s !important;
}

.clear {
  clear: both;
}

.smallLine {
  height: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 14px;
}

.smallLineWhite {
  height: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  border-radius: 4px;
  border: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  color: #858585;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  padding: 6px 8px 4px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"],
input[type="submit"] {
  border: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="button"]:focus {
  outline: 0;
}

textarea {
  border-radius: 4px;
  width: 90%;
  height: 90px;
  border: 1px solid #dfdfdf;
}

div.radioButton,
div.filterRadioButton {
  clear: both;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: url("../img/radioButton.svg");
  cursor: pointer;
}

div.checkBox {
  clear: both;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: url("../img/checkBox.svg");
  cursor: pointer;
}

div.checkBox + div.inputLabel {
  margin-bottom: 20px;
}

div.radioButton.active,
div.filterRadioButton.active,
div.checkBox.active {
  background-position: 18px 0px;
}

div.inputLabel {
  float: left;
  width: 436px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #858585;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #4d4d4d;
  min-height: 100%;
  /*background-image:url("../img/vine_bg.jpg");*/
  background-position: top center;
  /*background-color:#5e7a2b;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#contact {
  width: 60px;
  height: 60px;
  position: fixed !important;
  right: 25px;
  bottom: 77px;
  z-index: 500;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 1px rgba(123, 123, 123, 0.35);
}

#contact a:hover path2 {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  fill: #9f0127;
  width: 50px;
  height: 50px;
}

#contact a:hover path1 {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  fill: #ffffff;
  width: 50px;
  height: 50px;
}

#contact a svg #letter {
  fill: #9f0127;
}

#contact a svg #letter-background {
  fill: #ffffff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#contact a:hover svg #letter {
  fill: #ffffff;
}

#contact a:hover svg #letter-background {
  fill: #9f0127;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@media screen and (max-width: 1088px) {
  .info-footer-weibel {
    padding: 0px 0px;
  }
}

#wrapper {
  position: relative;
  z-index: 10;
  width: 1140px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
}

#banner {
  height: 350px;
  background-image: url("../img/banner1.jpg");
}

banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;
}

.banner img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: auto;
  height: auto;

  max-height: 100%;
  max-width: 100%;

  object-fit: cover;
  -o-object-fit: cover;

  min-height: 100%;
  min-width: 100%;

  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#metaMenu {
  float: right;
  margin: 15px 25px 0 0;
  padding: 5px 10px 3px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #858585;
}

#metaMenu a {
  color: #858585;
  text-decoration: none;
}

#metaMenu a:hover,
#metaMenu a.active {
  color: #a10127;
}

#menu {
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

#logo {
  float: left;
  margin-left: 18px;
  margin-top: 37px;
  width: 300px;
}

#menu ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 38px;
}

#menu ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  padding: 0px 20px;
}

#menu ul li a {
  font-size: 22px;
  line-height: 28px;
  color: #858585;
  text-decoration: none;
}

#menu ul li a:hover {
  color: #a10127;
}

#menu ul li a.button {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

#menu ul li.active a {
  color: #a10127;
}

#shopMenu {
  width: 1140px;
  margin: 0 auto;
  height: 64px;
  background: #fff;
  position: relative;
  z-index: 50;
}

#shopMenuShadow {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

#shopMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 64px;
  display: table;
  width: 100%;
}

#shopMenu li {
  display: table-cell;
  width: 25%;
  text-align: center;
  height: 44px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  /*background-image:url("../img/shopMenuArrow.svg");
		background-color:#efefef;
		background-position:0px bottom;
		background-repeat:no-repeat;
		transition: color 0.2s, background-color 0.2s;*/
  /*border-right:1px solid #d9d9d9;*/
}

#shopMenuShop.active {
  background-position: -238px bottom;
}

#shopMenu li.active {
  background-color: #fff;
}

#shopMenu li.active a {
  color: #a10127;
  background-position: 0px -60px;
}

#shopMenu li a {
  color: #858585;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

#shopMenuShop {
}

#shopMenuShop a {
  padding-left: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: url("../img/iconWine.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#shopMenuShop a:hover {
  background-position: 0px -60px;
}

#shopMenuBasket {
}

#shopMenuBasket a {
  padding-left: 44px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: url("../img/iconBasket.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#shopMenuBasket a:hover {
  background-position: 0px -60px;
}

#shopMenuWishlist {
}

#shopMenuWishlist a {
  padding-left: 44px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: url("../img/iconWishlist.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#shopMenuWishlist a:hover {
  background-position: 0px -60px;
}

#shopMenuAccount {
}

#shopMenuAccount a {
  padding-left: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-image: url("../img/iconAccount.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#shopMenuAccount a:hover {
  background-position: 0px -60px;
}

#shopMenu ul li a.shopMenuAmount {
  position: relative;
  top: -2px;
  left: 6px;
  display: inline-block;
  height: 26px;
  width: 26px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0px;
  border-radius: 26px;
  background: #a10127;
}

#shopMenu ul li a.shopMenuAmount:hover {
  color: #fff !important;
}

#submenu {
  height: 56px;
  background-color: #efefef;
  /*box-shadow: 0px 2px 5px rgba(0,0,0,0.15);*/
}

#submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0px;
}

#submenu li {
  display: block;
  float: left;
  height: 56px;
  margin: 0;
  /*border-right:1px solid #d9d9d9;*/
}

#submenu li:first-child {
  border-left: 0;
}

#submenu ul li a {
  display: block;
  padding: 16px 18px 0px 18px;
  height: 40px;
  font-size: 19px;
  color: #858585;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#submenu ul li a:hover,
#submenu ul li a.active {
  color: #a10127;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#content {
  padding: 9px;
  margin-bottom: 172px;
}

#footer {
  width: 100%;
  -webkit-box-shadow: 0px -2px 7px 0px rgba(138, 138, 138, 0.38);
  box-shadow: 0px -2px 7px 0px rgba(138, 138, 138, 0.38);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer h3 {
  margin-bottom: 0px;
  line-height: 26px;
}

.footer-content {
  position: relative;
}

.footerBox {
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #858585;
  white-space: nowrap;
}

.footerBox ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

.footerBox a {
  text-decoration: none;
  color: #858585;
}

.footerBox strong {
  font-size: 18px;
}

@media screen and (max-width: 85em) {
  .footerBox h3,
  .footerBox #Layer_1 {
    float: left;
  }

  .footerBox #Layer_1 {
    position: absolute;
    margin-top: 0px;
    right: 0px;
    left: 0px;
    padding-top: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .footerBox li {
    clear: both;
  }

  #recaptcha-info {
    clear: both;
  }

  #newsletterInput,
  #newsletterButton {
    clear: both;
  }

  .footerBox {
    margin-bottom: 10px;
    position: relative;
    height: auto !important;
    float: left;
    white-space: nowrap;
  }

  #footer {
    overflow: auto;
  }
}

.footerBox div.linkList h3,
#newsletterTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #858585;
  font-weight: bold;
}

.footer-content {
  position: relative;
}

#footerLeft {
  float: left;
}

#footerRight {
  float: right;
  width: 206px;
  color: #858585;
}

#footerRight p {
  font-size: 16px;
  line-height: 20px;
}

#footerLogo {
  float: left;
}

#footerBigMenu {
  float: left;
  width: 680px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -3px;
}

#footerBigMenu li {
  float: left;
  margin-left: 36px;
}

#footerBigMenu li a {
  text-decoration: none;
  color: #858585;
}

#footerBigMenu li a:hover {
  color: #a10127;
}

#footerSmallMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: 32px;
}

#footerSmallMenu li a {
  text-decoration: none;
  color: #858585;
}

#footerSocialMedia {
  margin-top: 32px;
}

#footerSocialMediaGoogle {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  background: url("../img/iconGoogle.svg");
}

#footerSocialMediaGoogle:hover {
  background-position: 36px 0px;
}

#footerSocialMediaFacebook {
  display: block;
  margin-left: 12px;
  float: left;
  width: 36px;
  height: 36px;
  background: url("../img/iconFacebook.svg");
}

#footerSocialMediaFacebook:hover {
  background-position: 36px 0px;
}

/*** Components ***/
.box1104 {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  margin: 9px 0 9px 0;
}

.box730 {
  float: left;
  width: 730px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  margin: 9px;
}

.box730.defaultContent ul {
  list-style-type: disc;
}

.box356 {
  float: left;
  width: 356px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  margin: 9px;
}

.boxLayout {
  position: relative;
}

.boxLayout .box356 {
  clear: both;
  float: none;
}

.defaultContent {
  padding-bottom: 36px;
}

.defaultContent > h1 {
  padding: 36px 36px 0px 36px;
  margin-bottom: 24px;
}

.defaultContent > h2 {
  padding: 36px 36px 0px 36px;
  margin-bottom: 12px;
}

.defaultContent > h3 {
  padding: 36px 36px 0px 36px;
  margin-bottom: 6px;
}

.defaultContent > h4 {
  padding: 36px 36px 0px 36px;
}

.defaultContent > p {
  padding: 0 36px;
}

.defaultContent > ul {
  padding: 0 52px;
}

.defaultContent > ol {
  padding: 0 60px;
}

.defaultContent > img {
  width: 100%;
}

.defaultContent > div {
  padding: 0px 36px 0px 36px;
}

.defaultContent > form {
  padding: 36px 36px 0px 36px;
}

.defaultContent h1 + form {
  padding: 18px 36px 0px 36px;
}

.defaultContent > a.linkArrow {
  margin-left: 36px;
}

.paddedContent {
  padding: 36px;
}

.sideLinkNewsletter,
.sideLinkNews,
.sideLinkGallery,
.sideLinkText,
.sideLinkMap,
.sideLinkLogin,
.sideLinkBasket {
  font-size: 20px;
  line-height: 28px;
  padding: 14px 12px 10px 12px;
  color: #fff;
  border-top: 1px solid #fff;
  background-color: #858585;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.sideLinkNewsletter a,
.sideLinkNews a,
.sideLinkGallery a,
.sideLinkText a,
.sideLinkMap a,
.sideLinkLogin a,
.sideLinkNewsletter span,
.sideLinkBasket a {
  display: block;
  margin-left: 46px;
  color: #fff;
  text-decoration: none;
}

.sideLinkNewsletter a:hover,
.sideLinkNews a:hover,
.sideLinkGallery a:hover,
.sideLinkMap a:hover,
.sideLinkLogin a:hover,
.sideLinkText a:hover,
.sideLinkBasket a:hover {
  color: #fff !important;
}

.sideLinkNewsletter span {
  background-image: none;
}

.sideLinkNewsletter:hover,
.sideLinkNews:hover,
.sideLinkGallery:hover,
.sideLinkMap:hover,
.sideLinkLogin:hover,
.sideLinkBasket:hover,
.sideLinkBasket.hasProducts {
  background-color: #a10127;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.sideLinkNewsletter {
  background-position: 12px 14px;
  background-image: url("../img/iconLetter.svg");
}

.sideLinkNewsletter input {
  margin-top: 10px;
  padding: 10px 8px 8px 8px;
}

.sideLinkNews {
  background-position: 12px 13px;
  background-image: url("../img/iconNews.svg");
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sideLinkGallery {
  background-image: url("../img/iconGallery.svg");
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sideLinkMap {
  background-image: url("../img/iconMap2.svg");
  background-position: 12px 12px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sideLinkLogin {
  border-top: 0;
  background-image: url("../img/iconAccount2.svg");
  background-position: 16px 12px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sideLinkBasket {
  background-image: url("../img/iconBasket2.svg");
  background-position: 12px 12px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sideLinkText {
  padding: 12px 12px 12px 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.sideLinkText a {
  display: inline;
  margin: 0;
  background-image: none;
}

.boxBannerRed {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-left: 10px;
  height: 34px;
  background: #a00127 url("../img/bannerWine.svg") right 0px no-repeat;
}

.boxBannerGreen {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-left: 10px;
  height: 34px;
  background: #6f913c url("../img/bannerWine.svg") right 0px no-repeat;
}

.boxBannerYellow {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-left: 10px;
  height: 34px;
  background: #ad9045 url("../img/bannerWine.svg") right 0px no-repeat;
}

.boxBannerWeibel {
  color: #a00127;
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-left: 10px;
  height: 34px;
  background: #fff url("../img/bannerWeibel.svg") right 0px no-repeat;
}

.boxBannerProducer {
  color: #a00127;
  font-size: 20px;
  line-height: 24px;
  padding-top: 14px;
  padding-left: 10px;
  height: 34px;
  background: #fff url("../img/bannerProducer.svg") right 0px no-repeat;
}

.boxImage {
  line-height: 0px;
}

.boxImage img {
  width: 100%;
}

.boxText {
  padding: 12px;
}

.boxNote {
  padding: 12px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #a00127;
}

.boxNotePhone {
  font-size: 24px;
  line-height: 24px;
  color: #a00127;
  padding: 18px 18px 18px 64px;
  background: url("../img/iconPhone.svg") 12px 12px no-repeat;
}

.productHeader {
  position: relative;
  padding: 12px;
  height: 64px;
  padding-right: 40px;
}

.productHeaderNoFavorite {
  position: relative;
  padding: 12px;
  height: 64px;
}

.productBox {
  position: relative;
}

.productInputOverlay {
  display: none;
  position: absolute;
  bottom: 55px;
  left: -130px;
  background: #a00127;
  width: 300px;
  font-size: 21px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding: 10px 10px 8px 54px;
  border-radius: 5px;
  background: url("../img/iconCheck.svg") #a10127 40px 7px no-repeat;
}

#additional-products .productInputOverlay {
  bottom: 55px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wishlistInputOverlay {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #a00127;
  width: 273px;
  font-size: 21px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding: 10px 10px 8px 54px;
  border-radius: 5px;
  background: url("../img/iconCheck.svg") #a10127 40px 7px no-repeat;
  z-index: 999;
}

.productProducer {
  font-size: 12px;
  line-height: 15px;
}

.productTitle {
  font-size: 21px;
  line-height: 26px;
  color: #a10127;
  height: 54px;
  overflow: hidden;
}

.productTitle a {
  text-decoration: none;
  color: #a10127;
}

.productDetail .productFavorite {
  top: 0px;
}

.productFavorite {
  z-index: 99;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: url("../img/productFavorite.svg");
  background-position: 0px 70px;
  -webkit-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  font-size: 0;
}

.productFavorite:hover,
.productFavorite.active {
  background-position: 70px 0px;
}

.productImage,
.productImageOnly {
  padding: 12px;
  padding-top: 0;
  width: 80px;
  height: 264px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.productImageOnly {
  width: auto;
  display: block;
}

.productImageOnly p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 14px;
}

.productImageBundle {
  width: 50%;
  margin-top: 30px;
  max-height: 400px;
  object-fit: scale-down;
}

.productImage img,
.productImageOnly img {
  max-width: 100%;
  max-height: 246px;
}

.productInfo {
  font-size: 14px;
  padding-right: 12px;
  line-height: 18px;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 48em) {
  .productInfo {
    margin-left: 18px;
    display: block;
    padding-bottom: 30px;
  }

  #mobileShopPage .productDetailContainer input.productAmount {
    vertical-align: middle;
  }
}

.productInfo table {
  font-size: 16px;
  line-height: 21px;
}

/*.productInfo table td{
		vertical-align:top;
}*/
.productInfo table td.bold {
  color: #858585;
  padding-right: 20px;
}

.productSpecs tbody tr td.bold {
  color: #858585;
  padding-right: 20px;
}

.productInfo p {
  margin-top: 14px;
  font-size: 12px;
  line-height: 18px;
}

.productInfoBundle {
  padding-left: 35px;
}

.productInfoBundle .productInfoSlider {
  width: 997px;
  margin-bottom: 25px;
}

.productInfoBundle .productHeader {
  padding-bottom: 0px !important;
}

.productButtons {
  position: relative;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 20px;
  /*border-top:1px solid #d9d9d9;*/
}

.productSize {
  font-family: "Open Sans", sans-serif;
  padding-left: 12px;
}

.productPrice {
  color: #a10127;
  font-family: "Open Sans", sans-serif;
  padding: 0 12px;
  white-space: nowrap;
}

.productRedBold {
  color: #ac162c;
  font-size: 1em;
  line-height: 1.4em;
  text-decoration: none;
  -webkit-filter: opacity(1) !important;
  filter: opacity(1) !important;
  filter: alpha(opacity=1) !important;
  opacity: 1 !important;
}

.subscriptionButtonBox,
.advertisingPriceButtonBox,
.adventPriceButtonBox {
  padding: 22px 0 0 101px;
  background: url("../img/subscriptionSmall.svg") no-repeat;
  background-size: 68px;
  height: 58px;
  background-position: 10px 0px;
}

.advertisingPriceButtonBox {
  background-image: url("../img/advertisingPriceSmall.svg");
}

.adventPriceButtonBox {
  background-image: url("../img/adventPriceSmall.svg");
}

.productSubscription,
.productAdvertisingPrice,
.productAdventPrice {
  width: 132px;
  height: 132px;
  position: absolute;
  margin-top: -60px;
  left: 13px;
  background-size: 132px;
}

.productAdvertisingPrice {
  background-image: url("../img/advertisingPrice.svg");
}

.productAdventPrice {
  background-image: url("../img/adventPrice.svg");
}

.productListEmailButton {
  height: 2.5em;
  width: 2.5em;
  position: absolute;
  right: 30px;
  bottom: 4px;
}

.productListEmailButton:hover path {
  fill: #9f0127;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#bundleSoldOut {
  position: absolute;
  bottom: -48px;
  left: 126px;
}

.productListPrice {
  position: absolute;
  bottom: 62px;
}

.productListTyp {
  position: absolute;
  bottom: 40px;
}

@media screen and (max-width: 48em) {
  #bundleSoldOut {
    position: absolute;
    bottom: -76px;
    left: 95px;
  }

  .productListPrice {
    position: absolute;
    bottom: 90px;
  }

  .productListTyp {
    position: absolute;
    bottom: 70px;
  }
}

.productMail a {
  border-radius: 0px;
  float: right;
  width: 70px;
  height: 44px;
  cursor: pointer;
  background: url("../img/productMail.svg");
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
  font-size: 0px;
}

.productMail a:hover {
  background-position: 70px 0px;
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

.producerBox {
  height: 356px;
  overflow: hidden;
  position: relative;
}

.producerRegion {
  position: absolute;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  height: 29px;
  width: 100%;
}

.producerRegionTitle {
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  height: 36px;
  padding-top: 5px;
  padding-left: 44px;
  background: url("../img/bannerProducer.svg") 12px 0px no-repeat;
}

.producerTitle {
  display: table-cell;
  font-size: 24px;
  line-height: 26px;
  padding: 0px 10px;
  background: #ffffff;
  height: 60px;
  vertical-align: middle;
  overflow: hidden;
}

.producerTitle a {
  text-decoration: none;
  color: #a10127;
}

.producerTitle h2 {
  font-size: 24px;
}

.producerList h3 {
  font-size: 20px;
}

.producerDetail .producerRegion {
  position: relative;
  height: 50px;
  margin-top: -50px;
}

.producerDetail .producerRegionTitle {
  font-size: 26px;
  line-height: 28px;
  height: 68px;
  padding-top: 14px;
  padding-left: 92px;
  background: url("../img/bannerProducerBig.svg") 38px 0px no-repeat;
}

.producerRegionTitle h3 {
  font-size: 26px;
  color: #4d4d4d;
}

.producerInfo {
  float: left;
  width: 704px;
}

.producerLinks {
  float: right;
  width: 300px;
}

#productFilter,
#producerFilter {
  width: 1132px;
  padding: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

#productFilter {
  width: 1140px;
  height: 465px;
  padding: 0px;
  margin: 0 auto;
  margin-top: 20px;
}

#producerFilter {
  height: 665px;
}

#producerFilter .filterOptions {
  float: left;
  width: 558px;
  height: 560px;
  border-top: 1px solid #d9d9d9;
}

#productDetailNavigation,
#producerDetailNavigation {
  padding: 10px;
  height: 40px;
  margin-bottom: 20px;
}

#productDetailNavigationButtonLeft,
#producerDetailNavigationButtonLeft {
  float: left;
}

#productDetailNavigationButtonRight,
#producerDetailNavigationButtonRight {
  float: right;
}

#productFilter h4 {
  padding: 5px 10px 3px 10px;
  border-radius: 4px;
}

#producerFilter h4 {
  padding: 5px 10px 3px 10px;
  border-radius: 4px;
}

.productDetailOverviewButton,
.producerDetailOverviewButton {
  padding-left: 30px;
  background: url("../img/iconArrowLeft.svg") #858585 6px 3px no-repeat;
}

.productDetailLeftButton,
.producerDetailLeftButton {
  background: url("../img/iconArrowLeft.svg") #858585 10px 5px no-repeat;
  width: 4px;
}

.productDetailRightButton,
.producerDetailRightButton {
  background: url("../img/iconArrowRight.svg") #858585 13px 5px no-repeat;
  width: 4px;
}

.productDetailLeftButton.inactive,
.producerDetailLeftButton.inactive {
  background-position: 10px -49px;
}

.productDetailRightButton.inactive,
.producerDetailRightButton.inactive {
  background-position: 13px -49px;
}

.productDetail {
  clear: both;
  padding-bottom: 48px;
  position: relative;
}

.productSpecs tbody tr td a,
.productInfo table tbody tr td a {
  color: #4d4d4d;
  text-decoration: none;
}

.productDetail .productImage {
  text-align: center;
  width: 208px;
  padding-top: 36px;
}

.productDetail .productImage img {
  width: 100%;
  max-height: none;
}

.productDetail .productHeader {
  width: 802px;
  padding: 0px;
  height: auto;
  padding-bottom: 40px;
}

.productDetail .productInfo {
  width: 890px;
  padding-right: 0px;
  font-size: 20px;
  line-height: 26px;
  height: auto;
}

.productDetail .productInfo .line {
  width: 856px;
  height: 20px;
  margin-bottom: 30px;
}

.productDetail .goesWithContainer {
  float: left;
  width: 220px;
  padding-right: 85px;
}

.productDetailContainer .productInputOverlay {
  bottom: 7px;
  left: -254px;
}

.goesWith {
  width: 44px;
  height: 44px;
  margin-top: 7px;
  margin-right: 7px;
  background-image: url("../img/goeswith.svg");
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

.goesWith:hover .goesWithToolTip {
  display: block;
}

.goesWithToolTip {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 50px;
  padding: 3px 10px 1px 10px;
  color: #858585;
  background: #d8d8d8;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}

.goesWith1 {
  background-position: 0 -0px;
}

.goesWith2 {
  background-position: 0 -44px;
}

.goesWith3 {
  background-position: 0 -88px;
}

.goesWith4 {
  background-position: 0 -132px;
}

.goesWith5 {
  background-position: 0 -176px;
}

.goesWith6 {
  background-position: 0 -220px;
}

.goesWith7 {
  background-position: 0 -266px;
}

.goesWith8 {
  background-position: 0 -308px;
}

.goesWith9 {
  background-position: 0 -999px;
}

.goesWith10 {
  background-position: 0 -354px;
}

.goesWith11 {
  background-position: 0 -394px;
}

.goesWith12 {
  background-position: 0 -442px;
}

.goesWith13 {
  background-position: 0 -486px;
}

.goesWith14 {
  background-position: 0 -527px;
}

.goesWith15 {
  background-position: 0 -570px;
}

.goesWith16 {
  background-position: 0 -999px;
}

.goesWith17 {
  background-position: 0 -614px;
}

.goesWith18 {
  background-position: 0 -658px;
}

.goesWith19 {
  background-position: 0 -702px;
}

.goesWith20 {
  background-position: 0 -746px;
}

.goesWith21 {
  background-position: 0 -790px;
}

.productDetail .recommendContainer {
  float: left;
  width: 550px;
}

.productDetail .recommendContainer img {
  width: 100px;
  float: left;
  margin-right: 20px;
}

.productDetail .recommendContainer p {
  float: left;
  width: 410px;
}

.productDetail .goesWithContainer h5,
.productDetail .recommendContainer h5 {
  margin-top: 0px;
}

.productDetail .productProducer {
  padding-top: 36px;
  font-size: 18px;
  line-height: 22px;
}

.productProducer h2,
.productProducer h3 {
  padding-top: 36px;
  font-size: 18px;
  line-height: 22px;
  color: #4d4d4d;
  display: inline;
}

#productdetailh4 {
  line-height: 30px;
  color: #a10127;
  font-size: 16px;
  background: none;
  padding: 0;
  margin: 32px 0px 0px;
}

.productDetail .productTitle {
  font-size: 33px;
  line-height: 44px;
  height: auto;
  overflow: visible;
}

.productDetail .productTitle h1 {
  font-size: 33px;
  margin-bottom: 0px;
  line-height: 44px;
}

.productDetail .productInfo table {
  font-size: 17px;
  line-height: 26px;
}

.productDetail .productButtons {
  font-size: 22px;
  line-height: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.productDetailContainer .productButtons td {
  vertical-align: middle;
  position: relative;
}

.productDetail .productSize {
  font-size: 20px;
  width: 112px;
}

.productDetail .productPrice {
  font-size: 20px;
  width: 446px;
}

.productDetailContainer input.productDec {
  position: relative;
  top: -5px;
  font-size: 0;
  width: 48px;
  width: 30px;
  height: 30px;
  background: url("../img/productDecBig.svg") 0px center;
}

.productDetail input.productDec:hover {
  background-position: 30px center;
}

.paddedContent input.productDec:hover {
  background-position: 20px center;
}

.paddedContent input.productInc:hover {
  background-position: 20px center !important;
}

.productDetail input.productInc {
  position: relative;
  top: -5px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url("../img/productIncBig.svg") 0px center;
}

.productPriceSale {
  color: #ac162c;
  font-weight: bold;
}

.productBox .productListPrice span.productPriceSale {
  display: block;
}

.productPriceInstead {
  color: #858585;
  font-size: 13px;
}

.bundleProductPriceInstead {
  color: #858585;
  font-size: 13px;
  position: absolute;
  top: 30px;
  left: 91px;
}

@media screen and (max-width: 1088px) {
  .bundleProductPriceInstead {
    color: #858585;
    font-size: 13px;
    left: 59px;
  }
}

.paddedContent input.productInc,
input.productDec,
.productTableButton input.productInc,
input.productDec {
  font-size: 0px;
  position: relative;
  top: -5px;
  width: 20px;
  height: 20px;
  background: url(../img/productInc.svg) 0px center;
}

.paddedContent input.productDec,
.productTableButton input.productDec {
  font-size: 0px;
  position: relative;
  top: -5px;
  width: 20px;
  height: 20px;
  background: url(../img/productDec.svg) 0px center;
}

.productDetailContainer input.productInc:hover {
  background-position: 30px center;
}

.productDetail input.productAmount {
  font-size: 20px;
  width: 50px;
  padding: 10px 6px 8px 6px;
}

.productDetail .productAdd input {
  font-size: 0;
  width: 90px;
  height: 60px;
  background: url("../img/productAddBig.svg");
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

.productDetail .productAdd input:hover {
  background-position: 90px;
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

.paddedContent .productAdd input {
  font-size: 0;
  width: 90px;
  height: 60px;
  background: url("../img/productAddBig.svg");
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

.productDetail .productMail a {
  width: 90px;
  height: 60px;
  background: url("../img/productMailBig.svg");
  /*float:left;*/
  cursor: pointer;
}

.productDetail .productMail a:hover {
  background-position: 90px;
}

.productDetail .productInfo p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 0px;
}

.productDetail .productInfoSlider {
  float: left;
  width: 700px;
}

.productDetail .productSpecs {
  margin-bottom: 48px;
}

.productInfoCutter {
  height: 266px;
}

.productDetail .productLinks {
  float: right;
  width: 90px;
}

.productLinks a.pdf {
  margin: auto;
  margin-top: 36px;
  display: block;
  font-size: 0px;
  width: 36px;
  height: 36px;
  background: url("../img/iconPDF.svg");
}

.productLinks a.mail {
  margin: auto;
  margin-top: 16px;
  display: block;
  font-size: 0px;
  width: 36px;
  height: 35px;
  background: url("../img/iconMail.svg");
}

.productLinks a.video {
  margin: auto;
  margin-top: 16px;
  display: block;
  font-size: 0px;
  width: 36px;
  height: 41px;
  background: url("../img/iconVideo.svg");
}

.productLinks a.facebook {
  margin: auto;
  margin-top: 16px;
  display: block;
  font-size: 0px;
  width: 36px;
  height: 35px;
  background: url("../img/iconFacebook2.svg");
}

.productLinks a:hover {
  background-position: 36px;
}

/**.productList, .producerList{
	padding: 9px;
}*/
.productListNavigator,
.producerListNavigator {
  padding: 18px;
  text-align: center;
  clear: both;
}

.productListNavigator a,
.productListNavigator span,
.producerListNavigator a,
.producerListNavigator span {
  display: inline-block;
  text-decoration: none;
  padding: 8px 18px 6px 18px;
  border-radius: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  color: #858585;
  cursor: pointer;
  margin-bottom: 5px;
}

.filterOptions {
  margin: 8px 0px 8px 8px;
}

.filterOptions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filterOptions ul li {
  margin: 0;
  padding: 7px 10px 4px 10px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  font-size: 14px;
}

.filterOptions ul li input {
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.filterOptions ul li label {
  font-size: 1em;
  line-height: 24px;
  color: #858585;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.filterOptions ul li span:hover,
.filterOptions ul li span.active {
  color: #a10127;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

#productFilter .filterOptions {
  float: left;
  width: 218px;
}

#productFilter ul {
  overflow-y: auto;
  overflow-x: hidden;
}

.filterOptions h4 {
  margin: 0px;
  margin-bottom: 9px;
}

.filterStatus,
.searchStatus {
  width: 1122px;
  margin: 0 auto;
  height: 32px;
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.filterSelection,
.filterSearchTerm {
  float: left;
  color: #858585;
  margin-right: 10px;
  padding: 4px 46px 1px 10px;
  background: #d8d8d8 url("../img/iconDelete.svg") right center no-repeat;
}

.filterSelection:hover,
.filterSearchTerm:hover {
  background-color: #d8d8d8;
}

.filterResult {
  float: right;
  color: #a10127;
  margin-top: 0px;
  margin-right: 9px;
}

.filterReset {
  width: 218px;
  margin-left: 8px;
}

.filterReset a {
  padding-left: 8px;
}

.filterShow {
  float: left;
  margin-right: 10px;
  padding: 4px 64px 1px 10px;
  background-image: url("../img/iconArrowDown.svg");
  background-repeat: no-repeat;
  background-position: right 8px;
}

@media screen and (max-width: 48em) {
  .filterResetButtonRed {
    margin-left: 35px;
    padding-left: 5px;
    background-color: #a10127;
    width: calc(46% - 35px);
    border-radius: 4px;
    line-height: 28px;
  }

  .filterResetButtonRed > a,
  .resetButtonRed > a:hover {
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
  }

  .filterRowMobile {
    display: none;
  }

  #sorting {
    width: 100%;
  }

  div#mobileWrapper
    header.header
    form#productFilterForm
    div#productFilter.filter
    div#filters
    div#productFilterWinetype.filterOptions
    select.filterSelectOption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  div#mobileWrapper
    header.header
    form#productFilterForm
    div#productFilter.filter
    div#filters
    div#productFilterWinetype.filterOptions {
    float: left;
    width: 46%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
  }

  .filterResult {
    position: absolute;
    top: 119px;
    right: 5px;
  }

  #filters:nth-child(2n) {
  }
}

@media screen and (max-width: 320px) {
  .filterResult {
    font-size: 12px;
  }

  .filterResetButtonRed {
    font-size: 12px;
    width: 112px;
  }

  .productPrice {
    padding: 0 5px;
  }
}

#productFilterWinetype {
  position: relative;
}

#filters div#productFilterWinetype.filterOptions h4.filterTitle {
  background-image: url("../img/iconArrowDown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px !important;
  font-size: 14px;
}

#sortButtonMobile {
  font-size: 16px;
  line-height: 24px;
  width: 92%;
  font-weight: normal;
  color: #858585;
  margin-bottom: 0;
  border-radius: 4px;
  border: 2px solid #a10127;
  text-align: center;
  padding-right: 6px;
}

#Layer_1 {
  float: right;
  position: absolute;
  margin-top: 119px;
  right: 4%;
}

#sorting {
  margin-left: 5px;
  float: left;
  position: relative;
  z-index: 10;
}

.filterReset {
  padding: 4px 0px 1px 0px;
}

.filterHide {
  float: left;
  margin-left: 12px;
  padding: 4px 64px 1px 10px;
  background-image: url("../img/iconArrowUp.svg");
  background-repeat: no-repeat;
  background-position: right 8px;
}

.productListSorter {
  display: inline-block;
  margin-left: 8px;
  background-image: url("../img/iconArrowDown.svg");
  background-repeat: no-repeat;
  background-position: right 8px;
  padding: 3px 0px 1px 0px;
  width: 218px;
  margin-top: 1px;
}

.productListSorter.buttonRed p {
  line-height: 26px;
}

#sortButton {
  margin-left: 0px;
  background-color: #858585;
}

#no-filter {
  height: 26px;
}

#sortButton p {
  padding-left: 10px;
}

#sortCriteriaSelector {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  line-height: 18px;
}

ul#sortCriteriaList {
  border-top: none;
  display: none;
  overflow-y: auto;
  height: 81px;
  width: 100%;
  padding-left: 0px;
  margin-top: 10px;
}

ul#sortCriteriaList li a {
  font-size: 14px;
  color: #858585;
  text-decoration: none;
}

ul#sortCriteriaList li {
  border-bottom: 1px solid #d9d9d9;
}

#producerFilter .filterHide {
  margin-top: 10px;
  margin-left: 8px;
}

#productPriceSlider {
  height: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#sliderMin,
#sliderMax {
  width: 211px;
  position: absolute;
  background: #858585;
  height: 2px;
  z-index: 11;
}

#sliderMin {
  right: -7px;
  top: 20px;
}

#sliderMax {
  right: -10px;
  top: 20px;
  background: rgb(255 255 255 / 0%);
}

input#sliderMax[type="range"]::-webkit-slider-runnable-track {
  background: rgb(255 255 255 / 0%);
}

#filterRow0,
#filterRow2,
#filterRow3 {
  height: 320px;
}

#filterRow1 {
  height: 193px;
}
#filterRow4 {
  height: 150px;
  padding-bottom: 10px;
}

.filterRows,
#countryRangeContainer,
#priceRangeContainer {
  position: relative;
}

@media screen and (min-width: 1160px) {
  .info-footer-weibel-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footerBox {
    width: 20% !important;
  }

  input#newsletterInput {
    height: 40px;
  }
}

@media all and (max-width: 1160px) and (min-width: 672px) {
  .footerBox {
    width: 50% !important;
    white-space: nowrap;
  }

  input#newsletterInput {
    height: 40px;
  }
}

@media all and (max-width: 42em) {
  .info-footer-weibel-content {
    display: block;
  }

  .footerBox {
    width: 100% !important;
  }

  input#newsletterInput {
    height: 40px;
  }
}

@supports (display: grid) {
  @media screen and (min-width: 1160px) {
    .info-footer-weibel-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2px 1fr;
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: 1fr 20px 1fr;
      grid-template-rows: repeat(2, 1fr);
      gap: 20px 2px;
      grid-template-areas:
        ". ."
        ". .";
    }

    .footerBox {
      width: 100% !important;
    }
  }
}

@supports (display: grid) {
  @media all and (min-width: 1160px) {
    .info-footer-weibel-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
      grid-template-columns: repeat(5, 1fr);
      -ms-grid-rows: 1fr 20px 1fr;
      grid-template-rows: repeat(2, 1fr);
      gap: 20px 2px;
      grid-template-areas:
        ". . . . ."
        ". . . . .";
    }

    .footerBox {
      width: 100% !important;
    }
  }
}

@media screen and (max-width: 830px) and (min-width: 672px) {
  @supports (display: grid) {
    .info-footer-weibel-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2px 1fr;
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: 1fr 20px 1fr;
      grid-template-rows: repeat(2, 1fr);
      gap: 20px 2px;
      grid-template-areas:
        ". ."
        ". .";
    }
  }
}

@media screen and (max-width: 1160px) and (min-width: 830px) {
  @supports (display: grid) {
    .info-footer-weibel-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2px 1fr;
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: 1fr 20px 1fr;
      grid-template-rows: repeat(3, 1fr);
      gap: 20px 2px;
      grid-template-areas:
        ". . x"
        ". . .";
    }

    .footerBox:nth-child(5) {
      grid-area: x;
    }
  }
}

@media screen and (max-width: 1160px) and (min-width: 672px) {
  @supports (display: grid) {
    .footerBox {
      width: 100% !important;
    }
  }

  #productFilter .filterOptions {
    float: left;
    width: calc(100% / 5.3);
  }

  #priceRange.filterOptions,
  #countryRange.filterOptions {
    width: 100%;
  }

  #productFilter {
    width: 100%;
  }

  #sorting {
    width: calc(100% / 5.3);
  }

  .productListSorter {
    width: 100%;
  }

  .filterReset {
    width: calc(100% / 5.3);
  }

  #Layer_1 {
    right: 6%;
  }

  .filterOptions ul li label {
    font-size: 9px;
  }

  ul#sortCriteriaList li a {
    font-size: 9px;
  }

  #sortButton p {
    padding-left: 10px;
  }

  .filterResult {
    top: 550px;
  }

  .card-info p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-width: 780px) and (orientation: landscape) {
  #sorting {
    width: 100%;
  }
}

@media screen and (max-width: 830px) and (min-width: 768px) {
  @supports (display: grid) {
    .info-footer-weibel-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2px 1fr;
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: 1fr 20px 1fr;
      grid-template-rows: repeat(2, 1fr);
      gap: 20px 2px;
      grid-template-areas:
        ". ."
        ". .";
    }
  }
}

@media screen and (max-width: 1024px) and (min-width: 830px) {
  @supports (display: grid) {
    .info-footer-weibel-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2px 1fr;
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: 1fr 20px 1fr;
      grid-template-rows: repeat(3, 1fr);
      gap: 20px 2px;
      grid-template-areas:
        ". . x"
        ". . .";
    }

    .footerBox:nth-child(5) {
      grid-area: x;
    }
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .filterRows,
  #priceRangeContainer,
  #countryRangeContainer {
    display: block;
  }

  #productFilter {
    height: 485px;
  }

  @supports (display: grid) {
    .footerBox {
      width: 100% !important;
    }
  }
}

.shop-menu-filter-ext-search {
  padding-left: 0px;
}

ul#priceRangeContainer{
  height: 117px;
  border-top: none;
}

ul#countryRangeContainer{
  height: 84px;
  border-top: none;
}

li#priceRanges,
li#countryRanges {
  border-bottom: 3px solid #858585;
}

#priceRangeList,
#priceRangeList ul, 
#countryRangeList,
#countryRangeList ul {
  padding-left: 0px;
  padding-top: 0px;
  border-bottom: none;
  overflow: hidden;
}

#priceRange.filterOptions ,
#countryRange.filterOptions {
  margin: 0px;
}

.filterButton {
  clear: both;
  padding: 11px 0px 0px 0px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  top: -9px;
}

.filterButton .buttonGray {
  margin-top: 5px;
}

.tabSlider {
  margin-top: 32px;
  position: relative;
  height: 42px;
  width: 242px;
}

.tabSliderValue1.active,
.tabSliderValue2.active {
  color: #a10127;
}

.tabSliderValue1 {
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: 10px;
  z-index: 100;
  width: 120px;
  color: #858585;
}

.tabSliderValue2 {
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: 10px;
  z-index: 100;
  left: 120px;
  width: 120px;
  color: #858585;
}

.tabSliderActive {
  position: absolute;
  z-index: 80;
  height: 40px;
  width: 120px;
  top: 0px;
  left: 0px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #ffffff;
}

.tabSliderBackground {
  position: absolute;
  z-index: 60;
  height: 40px;
  width: 240px;
  top: 0px;
  left: 0px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #efefef;
}

.productTable {
  width: 100%;
}

.productTable a {
  text-decoration: none;
}

.productTableTitle {
  color: #858585;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
}

.productTableAmount {
  width: 108px;
  text-align: right;
  color: #a10127;
  font-size: 24px;
  line-height: 28px;
}

.productTableImage {
  width: 66px;
  text-align: center;
}

.productTableImage img {
  width: 40px;
}

.productTableInfo {
  /*font-size:24px;*/
  line-height: 28px;
}

#basketProducer {
  vertical-align: bottom;
  font-size: 16px;
  color: #4d4d4d;
  padding: 0;
}

#basketRegion {
  vertical-align: bottom;
  padding-bottom: 12px;
  font-size: 16px;
  background: none;
  color: #4d4d4d;
  padding: 0;
  margin: 0;
}

.productTableDelete {
  width: 108px;
  text-align: right;
  padding-right: 10px;
}

.productTableDelete input {
  font-size: 0px;
  width: 40px;
  height: 40px;
  background: url("../img/productDelete.svg");
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
  margin-bottom: 12px;
}

.productTableDelete input:hover {
  background-position: 40px 0px;
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

.productTableOrigin {
  vertical-align: bottom;
  padding-bottom: 12px;
}

.productTableSize {
  width: 70px;
  vertical-align: bottom;
  padding-bottom: 12px;
}

.productTablePrice {
  width: 105px;
  vertical-align: bottom;
  padding-bottom: 12px;
  text-align: right;
  color: #a10127;
}

.productOldPrice {
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
}

.productTableButton {
  width: 146px;
  vertical-align: bottom;
  padding-bottom: 11px;
  text-align: right;
}

.productTableAdd {
  width: 120px;
  vertical-align: bottom;
}

.productTableAdd div {
  float: right;
}

.productTableButtonFixed {
  text-align: center;
  position: relative;
  top: -4px;
  padding-left: 50px;
}

.productTableTotal {
  width: 108px;
  vertical-align: bottom;
  padding-bottom: 12px;
  text-align: right;
  color: #000000;
  padding-right: 10px;
}

.productTableRow {
  padding-left: 10px;
  padding-bottom: 6px;
}

.productTableRowPrice {
  width: 108px;
  text-align: right;
  color: #000000;
  padding-right: 10px;
}

.productTableRowTotalPrice {
  width: 108px;
  text-align: right;
  font-size: 24px;
  line-height: 28px;
  color: #a10127;
  background: #efefef;
  padding-bottom: 6px;
  padding-right: 10px;
}

.productTableRowTotal {
  padding-left: 10px;
  font-size: 24px;
  line-height: 28px;
  background: #efefef;
  padding-bottom: 6px;
}

.productTableLine {
  border-top: 1px solid #d9d9d9;
  height: 10px;
}

#middleLine {
  height: 0px;
}

.productTableTotalLine {
  border-top: 1px solid #d9d9d9;
  height: 10px;
  background: #efefef;
}

.sliderProducer {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  min-height: 50px;
}

.sliderProducer .slide {
  width: 100%;
  display: block;
}

.slideLinkContainer {
  text-align: center;
  position: absolute;
  z-index: 200;
  bottom: 56px;
  left: 46%;
}

.slideLink {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/sliderLink.svg");
  margin: 0 2px;
  cursor: pointer;
}

.slideLink.active,
.slideLink:hover {
  background-position: -14px 0px;
}

.arrowLeft {
  width: 25px;
  height: 100%;
  background-image: url("../img/sliderArrows.svg");
  background-repeat: no-repeat;
  background-position: 0px center;
  position: absolute;
  z-index: 30;
  cursor: pointer;
  -webkit-transition: left 0.1s ease-in;
  -o-transition: left 0.1s ease-in;
  transition: left 0.1s ease-in;
}

.arrowRight {
  width: 25px;
  height: 100%;
  background-image: url("../img/sliderArrows.svg");
  background-repeat: no-repeat;
  background-position: -50px center;
  position: absolute;
  z-index: 30;
  cursor: pointer;
  -webkit-transition: right 0.1s ease-in;
  -o-transition: right 0.1s ease-in;
  transition: right 0.1s ease-in;
}

.sliderProducer .arrowLeft {
  left: 28px;
}

.sliderProducer .arrowRight {
  right: 28px;
}

.arrowLeft:hover {
  left: 20px;
  -webkit-transition: left 0.1s ease-in;
  -o-transition: left 0.1s ease-in;
  transition: left 0.1s ease-in;
}

.arrowRight:hover {
  right: 20px;
  -webkit-transition: right 0.1s ease-in;
  -o-transition: right 0.1s ease-in;
  transition: right 0.1s ease-in;
}

.buttonShowWine {
  background-image: url("../img/iconWineWhite.svg");
  background-repeat: no-repeat;
  background-position: 14px 5px;
  padding: 10px 18px 8px 40px;
  width: auto;
  display: block;
}

.buttonShowWebsite {
  background-image: url("../img/buttonProducerNew.svg");
  background-repeat: no-repeat;
  background-position: 8px 6px;
  padding: 10px 18px 8px 40px;
  width: 1;
  display: block;
}

.buttonShowMap {
  margin-top: 5px;
  background-image: url("../img/buttonProducerNew.svg");
  background-repeat: no-repeat;
  background-position: 8px -39px;
  padding: 10px 18px 8px 40px;
  width: auto;
  display: block;
}

.buttonShowVideo {
  margin-top: 5px;
  background-image: url("../img/buttonProducerNew.svg");
  background-repeat: no-repeat;
  background-position: 8px -86px;
  padding: 10px 18px 8px 40px;
  width: auto;
  display: block;
}

.workflowStep:first-child,
.workflowStepActive:first-child {
  border: 1px solid #d9d9d9;
}

.workflowStepActive {
  border: 1px solid #d9d9d9;
  border-top: 0;
}

.workflowStep {
  border: 1px solid #d9d9d9;
  border-top: 0;
  background: #efefef;
}

.workflowTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #858585;
  text-transform: uppercase;
}

.workflowTitle a {
  color: #858585;
  text-decoration: none;
}

.workflowNumber {
  display: inline-block;
  font-size: 26px;
  color: #858585;
  text-align: center;
  width: 36px;
  padding-top: 8px;
  height: 28px;
  margin: 10px 14px 10px 14px;
  background: url("../img/workflowCircle.svg");
}

.workflowContainer {
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 16px;
  padding-top: 28px;
  -webkit-box-shadow: inset 0 -10px 10px -5px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -10px 10px -5px rgba(0, 0, 0, 0.08);
}

.widgetShadow {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.simpleForm fieldset {
  clear: both;
  border: 0;
  padding: 0;
  margin: 0;
}

.simpleFormError {
  color: #ff0000;
  margin-bottom: 20px;
}

.simpleFormSucess {
  margin-bottom: 14px;
}

.simpleForm .selectItem label {
  display: inline-block;
  position: relative;
  left: 4px;
  top: 1px;
}

.simpleForm .selectItem input {
  margin-bottom: 20px;
}

.formSubtitle {
  font-size: 20px;
  line-height: 28px;
  color: #858585;
  text-transform: uppercase;
  min-height: 28px;
  margin-bottom: 10px;
}

#accountFormTitle {
  font-size: 20px;
  line-height: 28px;
  color: #858585;
  text-transform: uppercase;
  min-height: 28px;
  margin-bottom: 10px;
}

.formTitle {
  font-size: 24px;
  line-height: 28px;
  color: #a10127;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.simpleForm label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
  clear: both;
}

.simpleForm input + div.simpleFormError {
  color: #ff0000;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  top: -8px;
  font-size: 18px;
  line-height: 22px;
}

.simpleForm input[type="text"],
.simpleForm input[type="email"],
.simpleForm input[type="password"] {
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 16px;
}

.simpleForm input[type="submit"],
.simpleForm input[type="button"] {
  cursor: pointer;
  display: block;
  margin-top: 24px;
}

.simpleForm .utilHp {
  position: absolute;
  top: -150px;
  left: -250px;
}

.simpleForm a.buttonGray {
  margin-top: 24px;
  height: 24px;
}

.simpleForm select {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.simpleForm {
  overflow: hidden;
}

.simpleForm div.simpleFormPleaseWait {
  padding-top: 8px;
  padding-left: 18px;
  margin-bottom: 4px;
  float: right;
}

.firstColumn {
  clear: both;
  display: block;
  width: 462px;
  float: left;
  margin-bottom: 64px;
}

.secondColumn {
  clear: none !important;
  display: block;
  width: 462px;
  float: left;
  margin-left: 74px !important;
  margin-bottom: 64px;
}

.orderListEntry:first-child {
  border-top: 1px solid #d9d9d9;
}

.orderListEntry {
  border-bottom: 1px solid #d9d9d9;
  height: 44px;
  width: 100%;
  clear: both;
}

.orderListInfo {
  float: left;
  margin-top: 10px;
}

.orderListLink {
  float: right;
  margin-top: 10px;
}

.employeeBox {
  height: 518px;
  position: relative;
  overflow: hidden;
}

.employeeBox:hover .employeeText {
  height: 518px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.employeeText {
  color: #000;
  padding: 15px;
  line-height: 20px;
  -webkit-transform: translateY(78%);
  -ms-transform: translateY(78%);
  transform: translateY(78%);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.employeeText a {
  color: #000;
  text-decoration: none;
}

.employeeText p {
  font-size: 15px;
}

#employeeName {
  line-height: 21px;
  color: #a10127;
  margin-bottom: 4px;
  font-size: 19px;
}

#employeeFunction {
  font-size: 16px;
  color: #000;
}

.eventList {
  margin-top: 36px;
}

.event {
  border-bottom: 1px solid #dfdfdf;
  height: 100px;
  padding: 20px 0;
}

.event:first-child {
  border-top: 1px solid #dfdfdf;
}

.event img {
  width: 100px;
  display: block;
  float: left;
  margin-right: 18px;
}

.eventText {
}

.eventTitle {
  font-size: 21px;
  color: #a10127;
}

#eventTitle {
  font-size: 21px;
  line-height: 26px;
}

#eventDate {
  line-height: 26px;
  color: #4d4d4d;
  font-size: 16px;
}

.eventDate {
  font-size: 16px;
}

.eventAdress {
  font-size: 16px;
  color: #a10127;
}

.gallery,
.media {
  position: relative;
  clear: both;
}

.mediaFull {
  clear: both;
}

.gallery img,
.media img {
  width: 150px;
  display: block;
  float: left;
  margin-right: 18px;
  margin-bottom: 40px;
}

.gallery img {
  cursor: pointer;
}

.galleryTitle,
.mediaTitle,
#galleryTitle,
#mediaTitle {
  font-size: 22px;
  line-height: 28px;
  color: #a10127;
  margin-bottom: 12px;
}

.galleryText,
.media .mediaText {
  float: left;
  width: 490px;
  margin-bottom: 40px;
}

.mediaFull .mediaText {
  margin-bottom: 40px;
}

.gallery .linkArrow,
.media .linkArrow {
  position: absolute;
  top: 156px;
  left: 204px;
}

input.linkArrow {
  display: block;
  padding-left: 32px;
  text-decoration: none;
  background: url("../img/linkArrow.svg") no-repeat;
}

input.linkArrow:hover {
  background-position: 0px -48px;
}

a.linkArrow {
  display: inline-block;
  padding-left: 32px;
  text-decoration: none;
  background: url("../img/linkArrow.svg") no-repeat;
  height: 24px;
}

a.linkArrow:hover {
  background-position: 0px -48px;
}

a.linkArrow + a.linkArrow {
  margin-left: 24px;
}

a.linkLeft {
  float: left;
  margin-right: 36px;
}

.line {
  clear: both;
  height: 0px;
  margin-bottom: 36px;
  border-bottom: 1px solid #dfdfdf;
}

input[type="submit"].buttonForeward,
input[type="button"].buttonForeward {
  margin: 0;
}

a.linkChange {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  display: inline-block;
  text-decoration: none;
  padding-left: 30px;
  font-size: 20px;
  background: url("../img/linkChange.svg") no-repeat;
}

a.linkChange:hover {
  background-position: 0px -48px;
}

a.linkDelete {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  display: inline-block;
  text-decoration: none;
  padding-left: 30px;
  font-size: 20px;
  background: url("../img/linkChange.svg") no-repeat;
}

a.linkDelete:hover {
  background-position: 0px -48px;
}

a.linkChange + a.linkDelete {
  margin-left: 32px;
}

.formTitle a.linkChange {
  margin-left: 20px;
}

.accountStatus {
  float: right;
  position: relative;
  top: 40px;
}

.accountStatus .buttonWhite {
  color: #a10027;
  border-color: #a10027;
  margin-left: 20px;
}

.accountOrder table.productTable td.productTableInfo,
.accountOrder table.productTable td.productTableOrigin {
  padding-left: 10px;
}

.mgnlEdit {
  background: #9bbb29 !important;
  font-size: 11px !important;
  line-height: 16px !important;
  color: #2f491b !important;
  font-family: Verdana, sans-serif !important;
  padding: 10px !important;
  clear: both !important;
}

.mgnlEdit h2 {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #2f491b;
}

.mgnlEditorMainbarPreview {
  line-height: 0px;
}

/*
Erg�nzung ProductLoader
*/
div.productListLoader {
  padding: 18px;
  text-align: center;
  clear: both;
}

div.productListLoader a,
div.productListLoader span,
div.productListLoader button {
  display: inline-block;
  text-decoration: none;
  padding: 8px 18px 6px 18px;
  border-radius: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  color: #858585;
  cursor: pointer;
  margin-bottom: 5px;
  border: none;
}

div.productListLoader button.loading,
div.loading:before {
  display: none;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* iPad */
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.loading:before {
  margin-top: 160px;
}

div.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  z-index: 100;
}

.productListNavigator,
.producerListNavigator {
  padding: 18px;
  text-align: center;
  clear: both;
}

.productListNavigator a,
.productListNavigator span,
.producerListNavigator a,
.producerListNavigator span {
  display: inline-block;
  text-decoration: none;
  padding: 8px 18px 6px 18px;
  border-radius: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  color: #858585;
  cursor: pointer;
  margin-bottom: 5px;
}

.filterOptions input[type="checkbox"] {
  display: none;
}

.filterOptions input[type="checkbox"] + label {
  clear: both;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: url("../img/radioButton.svg");
  cursor: pointer;
}

.filterOptions input[type="checkbox"]:checked + label {
  background-position: 18px 0px;
}

.filterOptions span {
  cursor: pointer;
  padding-left: 30px;
  width: 220px;
  display: block;
}

.buttonGray > a,
.buttonGray > a:hover {
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
}

.buttonGray.inactive > a,
.buttonGray.inactive > a:hover {
  color: #b3b3b3 !important;
  background-color: #efefef;
  cursor: default;
  text-decoration: none;
}

.resetButtonRed > a,
.resetButtonRed > a:hover {
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
}

.resetButtonRed.inactive > a,
.resetButtonRed.inactive > a:hover {
  margin-left: 10px;
  color: #ffffff !important;
  background-color: #a10127;
  padding: 5px;
  line-height: 28px;
  border-radius: 4px;
}

/*
 Payrexx
*/
.payrexx-modal-window {
  display: none;
  margin-top: 0px !important;
}

/************************************** Css von neuer Startseite ********************************************/
body,
ul {
  font-size: 16px;
}

.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
  margin-bottom: 4px;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

#productFilter h4 {
  padding: 5px 10px 3px 10px;
}

#priceTitle {
  margin-top: 5px;
  margin-bottom: 0px;
}

.small {
  font-size: 0.8em;
}

.smallPadding {
  padding-bottom: 1.5em !important;
}

.medium {
  font-size: 0.9em;
}

#submenu {
  background-color: white;
  margin: 0 auto;
  display: table;
}

#submenu ul li a {
  font-size: inherit;
}

#wrapper {
  width: 100%;
}

#content {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

ul {
  list-style-type: none;
}

.header {
  width: 100%;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(148, 148, 148, 0.43);
  box-shadow: 2px 2px 7px 0px rgba(148, 148, 148, 0.43);
  margin: 0 auto;
  margin-bottom: 2em;
}

@media screen and (max-width: 85em) {
  .grecaptcha-badge {
    bottom: 5px !important;
  }

  #contact {
    width: 60px;
    height: 60px;
    position: fixed !important;
    right: 25px;
    bottom: 77px;
    z-index: 500;
  }

  #toTop {
    width: 60px;
    height: 60px;
    position: fixed !important;
    right: 25px;
    bottom: 10px;
    z-index: 500;
  }

  .header {
    margin-bottom: 1em;
  }

  footer .container {
    width: auto !important;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 30vh;
  /* 23em; */
  max-height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: 40% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 68em) {
  .banner {
    max-height: 300px;
  }
}

.lang-menu {
  margin-top: 1em;
  padding: 5px;
  padding-bottom: 6px;
  border-radius: 5px;
  position: absolute;
  right: 1em;
  background-color: rgba(255, 255, 255, 0.75);
}

.lang-menu .p {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
  -webkit-transition: 0.255s;
  -o-transition: 0.255s;
  transition: 0.255s;
}

.lang-menu .p:hover {
  color: #9f0127;
  text-decoration: underline;
}

.lang-menu .p.active {
  color: #9f0127;
  font-weight: 600;
}

@media all and (max-width: 68em) {
  #content {
    width: auto;
  }
}

@media screen and (max-width: 68em) {
  #content {
    width: auto;
  }

  .lang-menu {
    display: none;
  }
}

/****** main nav ******/

.nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 5.8em;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

@media screen and (max-width: 42em) and (min-width: 0em) {
  .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 42em) {
  .nav {
    padding: 0.5em;
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .nav {
    width: 95%;
    max-width: 1200px;
  }
}

.main-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 73%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.5em;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  white-space: nowrap;
}

@media screen and (max-width: 1088px) {
  .main-nav {
    display: none;
  }
}

.main-nav .main-nav-item {
  font-size: 1.2em;
  color: #858585;
  padding-left: 0.6em;
  padding-right: 0.6em;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.main-nav .main-nav-item:hover {
  color: black;
}

.nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 68em) {
  .nav-icons {
    display: none;
  }
}

.nav-icons-icon {
  margin-left: 0.7em;
  margin-right: 0.7em;
  height: 2.5em;
  width: 2.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.nav-icons-icon:hover path {
  fill: #9f0127;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.search {
  margin-left: 0.5em;
  margin-right: 0.5em;
  height: 2em;
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
}

.search-field {
  position: relative;
  margin-left: 1.2em;
  height: 2.4em;
  width: 13em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5em;
  border: 2px solid #858585;
}

@media screen and (max-width: 68em) {
  .search-field {
    display: none;
    width: 100%;
    height: 100%;
    padding-left: 0.5em;
    border-radius: 10px;
    padding-right: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #858585;
    font-size: 1.2em;
    color: #666666;
  }
}

@media screen and (max-width: 28em) {
  .search-field.open {
    width: 90%;
    position: fixed;
  }
}

.search-field input {
  border: none;
  width: 90%;
  height: 100%;
  color: #666666;
  padding: 0;
  margin: 0;
  -webkit-appearance: textfield;
}

.search-field input:focus {
  outline-width: 0;
}

.search-field .search-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0.2em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-right: 0.6em;
  background-repeat: no-repeat;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-left: 0.5em;
  height: 2em;
  width: 16em;
  cursor: pointer;
}

/*.brand:hover svg path {
  fill: #9f0127;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}*/

@media screen and (max-width: 48em) {
  .brand {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 14em;
    margin: 0 auto;
  }
}

@media screen and (max-width: 68em) {
  .brand {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 1em;
  }
}

@media screen and (max-width: 28em) {
  .card-info-two .p {
    margin-left: 1.2em !important;
  }

  .brand {
    /*width: 20em;*/
    overflow: hidden;
  }
}

@media screen and (max-width: 310px) {
  .brand {
    width: 12em;
    overflow: hidden;
  }
}

.brand svg {
  width: 100%;
  height: 100%;
}

/****** mobile nav ******/

.nav-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 2.1em;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg) scale(0.55);
  -ms-transform: rotate(0deg) scale(0.55);
  transform: rotate(0deg) scale(0.55);
  cursor: pointer;
  background: transparent;
  border: none;
  z-index: 600;
  border-radius: 4px;
}

@media screen and (min-width: 68em) {
  .nav-button {
    display: none;
    visibility: hidden;
  }
}

@media screen and (max-width: 310px) {
  .nav-button {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    right: -0.5em;
  }
}

.nav-button.active,
.nav-button:hover,
.nav-button:focus {
  outline: none;
}

.nav-button span {
  display: block;
  position: absolute;
  height: 5px;
  height: 7px;
  width: 60px;
  background: #9f0127;
  border-radius: 4px;
  opacity: 1;
  left: calc(50% - 30px);
  top: calc(50% - 22.5px);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.225s ease-in-out;
  -o-transition: 0.225s ease-in-out;
  transition: 0.225s ease-in-out;
}

.nav-button span:nth-child(1) {
  top: calc(50% - 22.5px);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.nav-button span:nth-child(2) {
  top: calc(50% - 4.5px);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.nav-button span:nth-child(3) {
  top: calc(50% + 13.5px);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.nav-button.open {
  right: 1em;
  top: 2em;
  position: fixed;
}

@media screen and (max-width: 42em) {
  .nav-button.open {
    right: 1em;
    height: 30px;
    top: 1.5em;
    position: fixed;
    z-index: 500;
  }
}

@media screen and (min-width: 42em) {
  .nav-button.open {
    right: 1em;
    height: 30px;
    top: 1.5em;
    position: fixed;
    z-index: 500;
  }
}

.nav-button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 25.5px);
  left: calc(50% - 22px);
}

.nav-button.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.nav-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% + 16.5px);
  left: calc(50% - 22px);
}

.secondary-nav {
  position: fixed;
  right: -100%;
  top: 0;
  margin: 0;
  width: 0;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1em;
  padding-left: 2em;
  height: 100vh;
  z-index: 400;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.secondary-nav.open {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  padding-bottom: 150px;
}

@media screen and (min-width: 68em) {
  .secondary-nav.open {
    visibility: hidden;
  }

  #additional-products table.productButtons tbody tr td.productPrice {
    width: 408px;
  }
}

@media screen and (min-width: 0) {
  .secondary-nav {
    width: 100%;
  }
}

@media screen and (min-width: 28em) and (max-width: 42em) {
  .secondary-nav {
    width: 22em;
  }
}

@media screen and (min-width: 42em) {
  .secondary-nav {
    width: 22em;
  }
}

@media screen and (min-width: 68em) {
  .secondary-nav {
    visibility: hidden;
    display: none;
  }
}

.secondary-nav .secondary-nav-item {
  text-align: start;
  font-size: 1.4em;
  color: #858585;
  margin-top: 1em;
  padding: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  white-space: nowrap;
}

.secondary-nav .secondary-nav-item:hover > a:first-child {
  color: #9f0127;
  text-decoration: underline;
}

.secondary-nav .secondary-nav-item:active a {
  color: #9f0127;
}

.secondary-nav .secondary-nav-item:last-of-type {
  padding-bottom: 2em;
}

.secondary-nav .subnav {
  padding-left: 1em;
  font-size: 0.8em;
  margin-top: 1em;
}

.secondary-nav .subnav .nav-item-sub {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.secondary-nav .subnav .nav-item-sub a {
  color: #858585;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.secondary-nav .subnav .nav-item-sub:hover a {
  color: #9f0127;
  text-decoration: underline;
}

.secondary-nav .subnav .nav-item-sub:active a {
  color: #9f0127;
}

.nav-icons-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 400;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

.nav-icons-secondary .nav-icons-icon {
  height: 1.5em;
  width: 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 0;
}

.nav-icons-secondary .nav-icons-icon:hover path {
  fill: #9f0127;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.lang-menu-secondary {
  padding-bottom: 1.5em;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0.8em;
}

.lang-menu-secondary .p {
  padding-right: 0.5em;
  text-decoration: none;
  -webkit-transition: 0.255s;
  -o-transition: 0.255s;
  transition: 0.255s;
}

.lang-menu-secondary .p:hover {
  color: #9f0127;
  text-decoration: underline;
}

.lang-menu-secondary .p.active {
  color: #9f0127;
  font-weight: 600;
}

/*********************************** footer ******************************/

footer {
  width: 100%;
  -webkit-box-shadow: 0px -2px 7px 0px rgba(138, 138, 138, 0.38);
  box-shadow: 0px -2px 7px 0px rgba(138, 138, 138, 0.38);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer {
  margin-top: 4em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5em;
  color: #858585;
  -webkit-box-shadow: 0px -2px 7px 0px rgba(138, 138, 138, 0.38);
  box-shadow: 0px -2px 7px 0px rgba(138, 138, 138, 0.38);
}

.info-footer-weibel {
  padding: 40px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {
  @supports (display: grid) {
    .info-footer-weibel-content {
      display: -ms-grid;
      -ms-grid-columns: repeat(5, 1fr);
      -ms-grid-rows: repeat(2, 1fr);
    }

    .footerBox {
      width: 100% !important;
    }
  }
}

.info-footer-weibelEdit .info-footer-weibel-content {
  display: block;
}

.info-footer-weibelEdit .footerBox {
  width: 15% !important;
}

.footerBox {
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #858585;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#newsletterInput {
  margin-top: 10px;
  line-height: 40px !important;
  width: 220px;
  margin-bottom: 0px;
}

input#newsletterInput {
  padding: 1px 2px 1px 10px;
}

#newsletterInput,
#newsletterButton {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding-left: 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#newsletterButton {
  margin-top: 10px;
  border-style: none;
  width: 220px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
}

.footerBox ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

.footerBox a {
  text-decoration: none;
  color: #858585;
  text-decoration: none;
}

.footerBox strong {
  font-size: 18px;
}

.footerBox div.linkList h3,
#newsletterTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #858585;
  font-weight: bold;
}

.footer-content {
  position: relative;
}

.info-footer-weibelEdit .footerBox {
  width: 15% !important;
}

.footerBox {
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #858585;
}

#newsletterInput {
  margin-top: 10px;
}

#newsletterInput,
#newsletterButton {
  width: 220px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 2300px) {
  #newsletterButton {
    margin-right: 100px;
  }
}

#newsletterButton {
  margin-top: 10px;
  border-style: none;
}

.footerBox ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

.footerBox a {
  text-decoration: none;
  color: #858585;
  text-decoration: none;
}

.footerBox strong {
  font-size: 18px;
}

.footerBox div.linkList h3,
#newsletterTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #858585;
  font-weight: bold;
}

.footer-content {
  position: relative;
}

@media screen and (max-width: 760px) {
  .info-footer-weibel-content {
    display: block;
  }

  .footerBox ul {
    display: none;
  }
}

@media screen and (max-width: 1088px) {
  #additional-products .productInputOverlay {
    bottom: 55px;
    left: -150%;
  }
}

@media screen and (max-width: 85em) {
  #newsletterButton {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    background-color: #a10127;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  .productTableTitle {
    padding: 13px 10px 0px 10px !important;
  }

  .footer {
    padding-right: 1em;
    padding-left: 1em;
    height: auto;
  }

  .footer-content {
    position: relative;
  }

  .footerBox {
    margin-bottom: 10px;
    position: relative;
    height: auto !important;
    float: left;
    white-space: nowrap;
  }

  .footerBox h3,
  .footerBox #Layer_1 {
    float: left;
  }

  .footerBox #Layer_1 {
    position: absolute;
    left: 0px;
    padding-top: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .footerBox li {
    clear: both;
  }

  .footerBox .simpleForm {
    width: 100%;
  }

  #newsletterInput,
  #newsletterButton {
    clear: both;
  }

  #newsletterInput,
  #newsletterButton {
    float: left;
  }

  #newsletterButton {
    line-height: 16px;
  }

  .simpleForm input + div.simpleFormError {
    float: left;
  }

  .simpleFormError {
    float: left;
  }

  #additional-products .productAdd input {
    font-size: 0;
    width: 90px;
    height: 60px;
    background: url("../img/productAddBig.svg");
    -webkit-transition: background-position 0.2s;
    -o-transition: background-position 0.2s;
    transition: background-position 0.2s;
  }

  #additional-products input.productDec {
    font-size: 0px;
    position: relative;
    top: -5px;
    width: 20px;
    height: 20px;
    background: url(../img/productDec.svg) 0px center;
  }

  #additional-products input.productInc {
    font-size: 0px;
    position: relative;
    top: -5px;
    width: 20px;
    height: 20px;
    background: url(../img/productInc.svg) 0px center;
  }

  .footer-content {
    position: relative;
  }

  .footerBox {
    margin-bottom: 10px;
    position: relative;
    height: auto !important;
    float: left;
    white-space: nowrap;
    padding-right: 15px;
    font-size: 16px;
  }

  .footerBox h3,
  .footerBox #Layer_1 {
    float: left;
  }

  .footerBox #Layer_1 {
    position: absolute;
    left: 0px;
    padding-top: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .footerBox li {
    clear: both;
  }

  #newsletterInput,
  #newsletterButton {
    clear: both;
  }

  #newsletterInput,
  #newsletterButton {
    float: left;
  }
}

@media screen and (max-width: 1088px) {
  .column-s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info-footer-weibel {
    padding: 40px 10px;
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .footerBox {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
    height: auto !important;
    min-height: auto !important;
    float: left;
    font-size: 16px;
  }
}

.content-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row-wrap;
  flex-flow: row-wrap;
}

.footer .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 1em;
}

.footer .content-wrapper:last-child {
  margin-top: 5em;
}

@media screen and (max-width: 1088px) {
  .footer .content-wrapper:last-child {
    margin-top: 1em;
  }

  #additional-products .productAdd input {
    font-size: 0;
    width: 70px;
    height: 44px;
    background-position: 70px 0px;
    background: url(../img/productAddBig.svg);
    -webkit-transition: background-position 0.2s;
    -o-transition: background-position 0.2s;
    transition: background-position 0.2s;
    background-size: 200%;
    background-repeat: no-repeat;
  }

  .productButtons td {
    vertical-align: middle;
    position: relative;
  }
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  height: auto;
  margin-bottom: 25px;
}

#recaptcha-info {
  clear: both;
  float: left;
}

@media screen and (max-width: 1160px) {
  .footer-logo {
    width: 100%;
    padding-left: 50px;
  }
}

#recaptcha-info {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 12px;
  clear: both;
  float: left;
}

#recaptcha-info a {
  text-decoration: none;
}

.footer-nav {
  padding-bottom: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 79%;
  color: #858585;
}

@media screen and (max-width: 85em) {
  .footer-nav {
    width: 70%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1088px) {
  .footer-nav {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    height: 0;
    width: 0;
  }
}

.footer-nav ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1088px) {
  .footer-nav ul {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 672px) {
  .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.footer-nav ul li {
  cursor: pointer;
}

.footer-nav ul li:hover {
  text-decoration: underline;
}

.footer-nav ul li:hover a {
  color: #9f0127;
}

.footer-nav .footer-nav-item {
  margin-top: 1em;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1088px) {
  .footer-social {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em;
  }

  .footer-social .social-icon {
    margin: 1em;
  }
}

.footer-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.3em;
  height: 2.3em;
  margin-right: 1em;
  cursor: pointer;
  margin-bottom: 0.1em;
  background-color: #666666;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.footer-social .social-icon:hover {
  background-color: #858585;
}

.footer-social .social-icon svg {
  padding: 6px;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-social .social-icon svg path {
  fill: white;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 40%;
}

.footer-contact .box-inner:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
}

.footer-contact .box-inner:first-child .p:first-child {
  padding: 0;
  margin-bottom: 0.5em;
}

.footer-contact .box-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
}

.footer-contact .box-inner .p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1088px) {
  .footer-contact {
    width: 50%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 3.1em;
  }

  .footer-contact .box-inner:first-child {
    margin: 0;
    padding: 0;
  }

  .footer-contact .box-inner:first-child .p:first-child {
    margin-bottom: 1em;
  }

  .footer-contact .box-inner:first-child p:nth-child(2) {
    margin-bottom: 1em;
  }

  .footer-contact .box-inner {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 672px) {
  .footer-contact {
    margin: 0;
    margin-top: 2em;
    padding: 0;
    width: 100%;
  }

  .footer-contact .box-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.footer-payment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 40%;
}

@media screen and (max-width: 1088px) {
  .footer-payment {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 1.8em;
    padding-top: 1em;
  }

  .footer-payment .p {
    margin-bottom: 1em;
  }

  .footer-payment .box-inner:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 1088px) and (max-width: 672px) {
  .footer-payment {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 2em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-payment .payment-icon {
    margin: 0 auto;
    padding: 0;
    /*width: 75%;*/
  }

  .footer-payment .payment-icon svg {
    padding: 0;
    margin: 0;
  }
}

.footer-payment .box-inner {
  width: 65%;
  margin-left: 1em;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1088px) {
  .footer-payment .box-inner {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-payment .box-inner .payment-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-payment .box-inner .payment-icon img {
  padding: 0.1em;
  width: 80px;
  height: 100%;
}

.footer-payment .box-inner .payment-icon .postfinance-logo {
  height: auto;
  width: 150px;
  margin-right: 0.8em;
  margin-left: 0.8em;
}

@media screen and (max-width: 672px) {
  .footer-payment .box-inner .payment-icon .postfinance-logo {
    width: 15em;
    max-width: 65vw;
    margin: 0;
    padding: 0;
  }
}

.footer-payment .box-inner:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1088px) {
  .footer-payment .box-inner:last-child {
    margin-left: 6%;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 672px) {
  .footer-payment .box-inner:last-child {
    margin: 0 auto;
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-payment .box-inner:last-child .payment-icon:first-child {
  height: 2.6em;
  padding-bottom: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.2em;
}

/******************************************* font and text ***********************************/

a:active {
  color: #9f0127;
}

.p {
  font-size: 1em;
  line-height: 1.4em;
  color: #545454;
  text-decoration: none;
}

.color-60 {
  color: #eeeeee;
}

.color-50 {
  color: #858585;
}

.small {
  font-size: 0.8em;
}

.h1-thin {
  font-size: 23px;
  font-weight: 100;
}

@media screen and (max-width: 42em) {
  .h1-thin {
    font-size: 1.4em;
  }
}

.h3-thin {
  font-size: 1.2em;
  font-weight: 400;
}

.thick {
  font-weight: 600;
}

.medium {
  font-size: 0.9em;
}

.light {
  font-style: light;
}

.h3 {
  font-size: 1.2em;
}

/**** input & form style ****/

::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  width: 0;
}

::-moz-search-cancel-button {
  -moz-appearance: none;
  appearance: none;
  height: 0;
  width: 0;
}

::-ms-search-cancel-button {
  appearance: none;
  height: 0;
  width: 0;
}

::search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #858585;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #858585;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #858585;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #858585;
}

/* input spin-buttons (inc/dec-buttons) */

input[type="text"]::-moz-inner-spin-button,
input[type="text"]::-moz-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="text"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.productList .productInc {
  position: absolute;
  left: 32px;
  width: 12px;
  height: 13px;
  top: 7px;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border: none;
  padding: 0;
  padding-bottom: 3px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #eeeeee !important;
  color: #545454;
  padding-top: 0;
  padding-bottom: 1px;
  background-image: url("../img/svg/arrow_up.svg");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
}

.productInc:hover {
  background-color: #eeeeee;
}

.productList .productDec {
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  position: absolute;
  left: 32px;
  height: 15px;
  top: 19px;
  width: 12px;
  border: none;
  padding: 0;
  padding-top: 0;
  padding-bottom: 2px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #eeeeee !important;
  color: #545454;
  background-image: url("../img/svg/arrow_down.svg");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
}

.productDec:hover {
  background-color: #eeeeee;
}

body {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 48em) {
  body {
    font-size: 0.88rem;
  }
}

/* winzerList */
.producerList .box356 {
  width: 368px;
}

.producerList .boxProducer:nth-child(3n + 1) {
  margin: 9px 9px 9px 0;
}

.producerList .boxProducer:nth-child(3n + 3) {
  margin: 9px 0 9px 9px;
}

/************************************** productDetail ********************************************/
.card-action-alt .productInputOverlay {
  left: -205px;
}

.productList .box356 {
  width: 368px;
}

.productList .productBox:nth-child(3n + 1) {
  margin: 9px 9px 9px 0;
}

.productList .productBox:nth-child(3n + 3) {
  margin: 9px 0 9px 9px;
}

@media screen and (max-width: 68em) {
  .productList .productBox:nth-child(3n + 1) {
    margin: 9px 9px 9px 9px;
  }

  .productList .productBox:nth-child(3n + 3) {
    margin: 9px 9px 9px 9px;
  }
}

@media screen and (max-width: 48em) {
  .productList .box356 {
    width: 100%;
  }

  .productList .productBox {
    margin: 9px 0 9px 0 !important;
  }
}

.card-info h2.h3.bold a {
  text-decoration: none;
}

.card-info h2 {
  font-size: 1.2em;
  line-height: 21px;
  width: 200px;
}

.productDetailContainer .productButtons {
  border-top: 1px solid #d9d9d9;
}

/*.productDetail input.productDec{
		font-size:0px;
		position:relative;
		top:-5px;
		width:20px;
		height:20px;
		background:url("../img/productDec.svg") 0px center;
}
input.productDec:hover{
		background-position:-60px center;
}*/
input.productAmount {
  width: 36px;
  text-align: center;
  padding: 4px 6px 2px 6px;
  margin: 0 4px;
}

/*.productDetail input.productInc{
		font-size:0px;
		position:relative;
		top:-5px;
		width:20px;
		height:20px;
		background:url("../img/productInc.svg") 0px center;
}*/
input.productInc:hover,
input.productDec:hover {
  background-position: -60px center;
}

.productAdd {
  width: 70px;
}

.productDetail .productAdd input {
  /*border-radius:0px;
		float:left;
		cursor:pointer;
		width:70px;
		height:44px;
		background:url("../img/productAdd.svg");
		transition: background-position 0.2s;
		font-size:0px;*/
}

.productAdd input:hover {
  background-position: 70px 0px;
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

.paddedContent .productAdd input:hover {
  background-position: 90px 0px;
  -webkit-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
}

.card {
  height: 33em;
  min-height: 20em;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  min-width: auto;
}

@media screen and (max-width: 290px) {
  .card {
    padding: 0%;
    margin: 0%;
  }
}

@media screen and (max-width: 28em) {
  .card {
    width: 100%;
    padding: 1em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }
}

@media screen and (min-width: 42em) {
  .card {
    width: 50%;
  }
}

@media screen and (max-width: 48em) {
  .card {
    min-height: 15em;
  }
}

@media screen and (min-width: 68em) {
  .card {
    width: 33.333%;
  }

  .card:hover .card-info p:nth-child(3) {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

.card-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(148, 148, 148, 0.43);
  box-shadow: 2px 2px 7px 0px rgba(148, 148, 148, 0.43);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.card-header {
  position: relative;
  background-color: #eeeeee;
  margin-top: 2em;
  width: 50%;
  max-width: 15em;
  min-width: 175px;
  padding: 0.8em;
  white-space: nowrap;
  padding-left: 2em;
  z-index: 1;
  border: none;
  /*
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 90% 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 90% 100%);
  */
}

@media screen and (max-width: 310px) {
  .card-header {
    width: 35vw;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
  }

  #productFilter h4 {
    background-image: url("../img/iconArrowDown.svg");
    background-repeat: no-repeat;
    background-position: right 8px;
  }
}

.card-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 145%;
  max-height: 15em;
  height: 101%;
  padding: 0.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-30deg);
  -wms-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
  background: inherit;
  border: none;
}

@media screen and (max-width: 42em) {
  .card-header:after {
    left: 0;
    width: 140%;
  }
}

@media screen and (max-width: 310px) {
  .card-header:after {
    width: 135%;
  }
}

.card-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: inherit;
  /*margin-top: .5em;*/
  margin-bottom: 1.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*für gleichen abstand*/
.card-content .gift-ribbon {
  position: absolute;
  width: 4em;
  height: 4em;
  border-radius: 50px;
  left: 1em;
  bottom: -0.5em;
}

.card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 7.5em;
  min-height: 250px;
  height: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.card-media .media-image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.wtyp10 {
  height: auto !important;
  margin: 10% auto !important;
}

.card-media-alt a .media-image {
  /*width: 100%;*/
  margin: 0 auto;
}

.card-info {
  position: relative;
  justify-self: flex-start;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 90%;
  width: 60%;
  min-height: 250px;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1em;
  padding-right: 1em;
  word-wrap: break-word;
  white-space: normal;
}

.card-info p {
  padding: 0.1em;
  margin: 0;
}

.card-info h3 {
  color: #9f0127;
  width: 200px;
}

.productDesc {
  position: absolute;
  top: 88px;
  width: 200px;
}

.card-info :nth-child(2) {
  margin-bottom: 1.5em;
}

.card-info p:nth-child(3) {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 1.5em;
}

#toTop {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  right: 25px;
  bottom: 10px;
  background-color: #fcfcfc;
  border-radius: 60px;
  z-index: 500;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(123, 123, 123, 0.35);
  box-shadow: 0px 0px 4px 1px rgba(123, 123, 123, 0.35);
  -webkit-transition: box-shadow 0.24s ease-out;
  -webkit-transition: -webkit-box-shadow 0.24s ease-out;
  transition: -webkit-box-shadow 0.24s ease-out;
  -o-transition: box-shadow 0.24s ease-out;
  transition: box-shadow 0.24s ease-out;
  transition:
    box-shadow 0.24s ease-out,
    -webkit-box-shadow 0.24s ease-out;
}

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}

#toTop:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: calc(50% - 14px);
  top: calc(50% - 7px);
  border-top: 3px solid #a10127;
  border-left: 3px solid #a10127;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toTop:hover:before {
  top: calc(50% - 11px);
}

@media screen and (min-width: 68em) {
  .card-info p:nth-child(3) {
    -webkit-filter: opacity(0);
    filter: opacity(0);
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .productSize {
    width: 183px;
  }
}

.card-action {
  position: absolute;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 2.5em;
  margin-left: 4em;
  bottom: 0em;
  left: 0.8em;
}

@media screen and (max-width: 68em) {
  .card-action {
    left: 0;
  }
}

@media screen and (max-width: 28em) {
  .card-action {
    left: 0.4em;
  }
}

@media screen and (max-width: 290px) {
  .card-action {
    margin-left: 0;
  }
}

.card-action .cart {
  position: absolute;
  height: 2.5em;
  width: 2.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.card-action .cart:hover path {
  fill: #9f0127;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card-action .cart.active path {
  fill: #9f0127;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card-action .success-tooltip.in-cart {
  -webkit-animation: fade-in-out 1.5s linear 0s 1 normal;
  animation: fade-in-out 1.5s linear 0s 1 normal;
}

@-webkit-keyframes fade-in-out {
  20% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    visibility: visible;
    opacity: 1;
  }

  80% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in-out {
  20% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    visibility: visible;
    opacity: 1;
  }

  80% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    visibility: visible;
    opacity: 1;
  }
}

.card-action .success-tooltip p {
  color: white;
  white-space: nowrap;
  margin: 0 auto;
}

.card-action .counter {
  text-align: left;
  border: none;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(156, 156, 156, 0.3);
  box-shadow: 1px 2px 3px 0px rgba(156, 156, 156, 0.3);
  height: 2.1em;
  padding-right: 0.2em;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.35em;
  margin-right: 1em;
  width: 3.2em;
  align-items: center;
  font-size: 0.9em;
  background: rgba(255, 255, 255, 0.75);
}

/******* geschenke  card ********/

.card-content-alt {
  position: relative;
  height: 100%;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 77.5%;
  height:100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;*/
}

.card-header-alt {
  position: relative;
  background-color: #9f0127;
  margin-top: 2em;
  width: 50%;
  max-width: 15em;
  min-width: 175px;
  padding: 0.8em;
  white-space: nowrap;
  padding-left: 2em;
  z-index: 1;
  border: none;
}

@media screen and (max-width: 310px) {
  .card-header-alt {
    width: 35vw;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
  }
}

.card-header-alt .h3-thin {
  color: white;
}

.card-header-alt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 145%;
  height: 101%;
  padding: 0.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-30deg);
  -wms-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
  background: inherit;
}

@media screen and (max-width: 42em) {
  .card-header-alt:after {
    left: 0;
    width: 140%;
  }
}

@media screen and (max-width: 310px) {
  .card-header-alt:after {
    width: 130%;
  }
}

.gift-icon {
  position: absolute;
  left: 2em;
  bottom: 5.5em;
}

.gift-icon svg {
  width: 4em;
  height: 4em;
}

.card-media-alt {
  padding: 0.6em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 7.5em;
  min-height: 250px;
  height: 65%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-media-alt .media-image {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-info-alt {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-self: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: column;
  padding-left: 2em;
  padding-right: 1em;
  margin-top: 1em;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 0.5em;
}

.card-info-two {
  width: 100%;
  margin-top: auto;
  position: absolute;
  bottom: 18px;
  height: 40px;
}

.card-info-two .p {
  width: auto;
  margin-left: 3.2em;
}

.card-info-two .h1-thin {
  padding-top: 8px;
}

.card-info-two .small {
  padding-top: 10px;
}

.card-info-two p {
  margin-right: 4%;
  float: left;
  white-space: nowrap;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 42em) and (min-width: 28em) {
  .card-info-two p {
    margin-right: 1.5em;
  }
}

.card-action-alt {
  position: relative;
  width: 8em;
  float: right;
}

@media screen and (min-width: 68em) {
  .card-action-alt {
    margin-left: 0px;
  }
}

@media screen and (max-width: 42em) {
  .card-action-alt {
    margin-left: 0.5em;
  }
}

@media screen and (max-width: 290px) {
  .card-action-alt {
    margin-left: 0;
  }
}

.card-action-alt .cart {
  position: absolute;
  height: 2.5em;
  width: 2.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.card-action-alt .cart:hover path {
  fill: #9f0127;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card-action-alt .cart.active path {
  fill: #9f0127;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.card-action-alt .success-tooltip {
  height: 2em;
  position: absolute;
  background-color: #9f0127;
  z-index: 500;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 5px;
  right: 1.6em;
  min-width: 12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(156, 156, 156, 0.3);
  box-shadow: 1px 2px 3px 0px rgba(156, 156, 156, 0.3);
  -webkit-filter: opacity(0);
  filter: opacity(0);
  visibility: hidden;
  opacity: 0;
  text-align: center;
  bottom: 6em !important;
}

.card-action-alt .success-tooltip .p {
  margin: 0 auto;
}

.card-action-alt .success-tooltip.in-cart {
  -webkit-animation: fade-in-out 1.5s linear 0s 1 normal;
  animation: fade-in-out 1.5s linear 0s 1 normal;
}

@keyframes fade-in-out {
  20% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    visibility: visible;
    opacity: 1;
  }

  80% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    visibility: visible;
    opacity: 1;
  }
}

.card-action-alt .success-tooltip p {
  color: white;
  white-space: nowrap;
}

.card-action-alt .counter {
  text-align: left;
  border: none;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(156, 156, 156, 0.3);
  box-shadow: 1px 2px 3px 0px rgba(156, 156, 156, 0.3);
  height: 2.1em;
  padding-right: 0.2em;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.35em;
  margin-right: 1em;
  width: 3.2em;
  min-width: 3.2em;
  align-items: center;
  font-size: 0.9em;
}

/******** media boxes *********/

.media-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 42em) {
  .media-box {
    width: 100%;
    padding: 1em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }
}

.media-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 31em;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(148, 148, 148, 0.43);
  box-shadow: 2px 2px 7px 0px rgba(148, 148, 148, 0.43);
}

.media-box-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 6em;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.media-box-overlay .p {
  text-decoration: none;
}

@media screen and (max-width: 48em) {
  .media-box-overlay {
    height: 6em;
    padding: 1em;
  }
}

.media-box-overlay h3:first-child {
  color: #9f0127;
  margin-bottom: 0.1em;
}

.media-box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.grecaptcha-badge {
  opacity: 0;
}
