* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
}
*:focus,
*:active {
  outline: none;
}
*::after,
*::before,
*:after,
*:before {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  font-family: var(--fontFamily);
}
.container,
container,
.pageBlock .dropZone {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.pageBlock.fullWidth .dropZone {
  max-width: 100%;
}
#iHPgMore {
  position: relative;
  display: block;
  text-align: center;
}
#iHPgMore a {
  background-color: #d20513;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 42px;
  padding: 0 25px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
footer {
  position: relative;
  display: block;
  background-color: var(--footerBG);
  color: var(--footerColor);
  padding-top: var(--footerpaddingTop);
  padding-bottom: var(--footerpaddingBottom);
  font-family: var(--footerFontFamily);
  font-size: var(--footerFontSize);
  font-weight: 300;
  line-height: 1.46em;
}
footer small-container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 459px) {
  footer small-container {
    text-align: center;
  }
}
footer small-container a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: var(--footerColor);
}
footer small-container a:hover {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.46);
}
footer small-container p {
  position: relative;
  display: block;
  padding: 10px 20px;
}
footer small-container p.logo {
  max-width: 100px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  footer small-container p.logo {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer small-container p.logo {
    margin: 0 auto;
    text-align: center;
  }
}
footer small-container p.logo img {
  max-width: 90px;
  height: auto;
  border: 0;
}
@media (max-width: 459px) {
  footer small-container p.logo img {
    margin: 0 auto;
  }
}
@media (max-width: 459px) {
  footer small-container p.logo {
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  footer p.pcRight {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer p.pcRight {
    text-align: right;
  }
}
footer nav {
  position: relative;
  display: block;
  padding-top: 60px;
}
footer nav ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  footer nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
footer nav ul li {
  list-style: none;
  position: relative;
  display: block;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  footer nav ul li {
    min-width: 100%;
    max-width: 100%;
  }
}
footer nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: var(--footerColor);
  font-size: var(--footerFontSize);
  font-weight: 300;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.46);
}
footer nav ul li a:hover {
  border-bottom: 1px dotted #ffffff;
}
@media (max-width: 459px) {
  footer nav ul li a {
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 0;
  }
}
.footer-copy {
  position: relative;
  display: block;
  background-color: #333;
  color: #aaa;
}
.footer-copy p {
  padding: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.46em;
  font-family: var(--footerFontFamily);
  text-align: center;
}
@media (max-width: 767.98px) {
  .footer-copy p {
    text-align: center;
  }
}
.footer-copy p a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #aaa;
}
.footer-copy p a:hover {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.46);
}
werbung {
  position: relative;
  display: block;
  box-shadow: 0 1px 0 #f5f5f5 inset;
  -o-box-shadow: 0 1px 0 #f5f5f5 inset;
  -moz-box-shadow: 0 1px 0 #f5f5f5 inset;
  -webkit-box-shadow: 0 1px 0 #f5f5f5 inset;
  -ms-box-shadow: 0 1px 0 #f5f5f5 inset;
  padding: 50px 20px;
  text-align: center;
}
werbung h3.headline {
  font-weight: 300;
  text-align: center;
  font-size: 36px;
  padding: 10px 20px;
  padding-bottom: 40px;
  position: relative;
  display: block;
}
@media (max-width: 767.98px) {
  werbung h3.headline {
    font-size: 6vw;
  }
}
werbung .logos {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
werbung .logos a {
  position: relative;
  display: block;
  padding: 0 20px;
  margin-bottom: 15px;
}
werbung .logos a img {
  max-height: 50px;
  width: auto;
}
werbung.filter-small .logos a img {
  max-height: 40px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
werbung.big .logos a img {
  max-height: 200px !important;
}
.pageBlock .form-label {
  position: relative;
  display: block;
  padding: 0 5px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}
.pageBlock .form-control {
  position: relative;
  width: calc(100% - 10px);
  margin: 0 5px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--inputBorderColor);
  margin-bottom: 4px;
  height: var(--formControlHeight);
  padding: var(--inputSelectPadding);
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.pageBlock .form-control.error {
  border-color: red !important;
}
.pageBlock .form-control:hover {
  border: 1px solid var(--inputBorderColorHover);
}
.pageBlock .form-control:focus {
  border-color: var(--inputFocusBorderColor);
  box-shadow: var(--inputFocusBoxShadow);
  -o-box-shadow: var(--inputFocusBoxShadow);
  -moz-box-shadow: var(--inputFocusBoxShadow);
  -webkit-box-shadow: var(--inputFocusBoxShadow);
  -ms-box-shadow: var(--inputFocusBoxShadow);
}
.pageBlock input.form-control {
  border-radius: var(--inputBorderRadius);
  -o-border-radius: var(--inputBorderRadius);
  -moz-border-radius: var(--inputBorderRadius);
  -webkit-border-radius: var(--inputBorderRadius);
  -ms-border-radius: var(--inputBorderRadius);
}
.pageBlock textarea.form-control {
  border-radius: var(--textareaBorderRadius);
  -o-border-radius: var(--textareaBorderRadius);
  -moz-border-radius: var(--textareaBorderRadius);
  -webkit-border-radius: var(--textareaBorderRadius);
  -ms-border-radius: var(--textareaBorderRadius);
  padding: var(--textareaPadding);
  height: auto;
}
.pageBlock select.form-control {
  border-radius: var(--selectBorderRadius);
  -o-border-radius: var(--selectBorderRadius);
  -moz-border-radius: var(--selectBorderRadius);
  -webkit-border-radius: var(--selectBorderRadius);
  -ms-border-radius: var(--selectBorderRadius);
  cursor: pointer;
}
.pageBlock input[type="checkbox"] {
  display: none;
}
.pageBlock input[type="checkbox"] + label {
  position: relative;
  display: block;
  font-family: var(--fontFamily);
  font-size: 13px;
  line-height: 1.46em;
  font-weight: 300;
  max-width: 750px;
  padding: 10px 0;
  padding-left: 40px;
  cursor: pointer;
  margin-bottom: 12px;
}
.pageBlock input[type="checkbox"] + label:before {
  position: absolute;
  display: block;
  content: "";
  border: 1px solid var(--inputBorderColor);
  width: 18px;
  height: 18px;
  top: 12px;
  left: 5px;
  border-radius: var(--inputBorderRadius);
  -o-border-radius: var(--inputBorderRadius);
  -moz-border-radius: var(--inputBorderRadius);
  -webkit-border-radius: var(--inputBorderRadius);
  -ms-border-radius: var(--inputBorderRadius);
}
.pageBlock input[type="checkbox"].error + label {
  color: red !important;
}
.pageBlock input[type="checkbox"]:checked + label:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  border-bottom: 4px solid var(--inputFocusBorderColor);
  border-right: 4px solid var(--inputFocusBorderColor);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 12px;
  top: 9px;
}
.pageBlock .hasSelect:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  bottom: calc(var(--formControlHeight) / 2);
  right: 20px;
  opacity: 0.75;
  margin-top: -1px;
}
.pageBlock form {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.pageBlock form .actions {
  position: relative;
  display: block;
  padding: 10px 5px;
}
.isPage .btn,
.isPage .is--btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--defaultBtnBG);
  line-height: var(--defaultBtnHeight);
  border-radius: var(--buttonBorderRadius);
  -o-border-radius: var(--buttonBorderRadius);
  -moz-border-radius: var(--buttonBorderRadius);
  -webkit-border-radius: var(--buttonBorderRadius);
  -ms-border-radius: var(--buttonBorderRadius);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  font-size: var(--defaultBtnSize);
  font-weight: var(--defaultBtnFontWeight);
  padding: 0 25px;
}
.isPage .btn:hover,
.isPage .is--btn:hover {
  background-color: var(--defaultBtnBGHover);
}
.isPage .btn:active,
.isPage .is--btn:active {
  box-shadow: 0 0 0 5px rgba(0,0,0,0.06);
  -o-box-shadow: 0 0 0 5px rgba(0,0,0,0.06);
  -moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.06);
  -ms-box-shadow: 0 0 0 5px rgba(0,0,0,0.06);
}
.isPage .btn.btn-primary,
.isPage .is--btn.btn-primary,
.isPage .btn.primary,
.isPage .is--btn.primary {
  background-color: var(--primaryBtnBG);
  color: var(--primaryBtnColor);
}
.isPage .btn.btn-primary:hover,
.isPage .is--btn.btn-primary:hover,
.isPage .btn.primary:hover,
.isPage .is--btn.primary:hover {
  background-color: var(--primaryBtnBGHover);
}
.isPage .btn.btn-primary:active,
.isPage .is--btn.btn-primary:active,
.isPage .btn.primary:active,
.isPage .is--btn.primary:active {
  box-shadow: 0 0 0 5px rgba(241, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 5px rgba(241, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 5px rgba(241, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 5px rgba(241, 0, 0, 0.2);
  -ms-box-shadow: 0 0 0 5px rgba(241, 0, 0, 0.2);
}
.isPage .btn.is--half,
.isPage .is--btn.is--half {
  width: calc(50% - 5px);
  text-align: center;
}
.isPage .btn.is--half:first-child,
.isPage .is--btn.is--half:first-child {
  margin-right: 5px;
}
.isPage .btn.is--half:last-child,
.isPage .is--btn.is--half:last-child {
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .isPage .btn.is--half,
  .isPage .is--btn.is--half {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
header.isMain {
  position: sticky;
  display: block;
  top: 0;
  background-color: transparent;
  height: 62px;
  line-height: 62px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
header.isMain.scroll {
  background-color: #777;
}
header.isMain flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-height: 62px;
}
header.isMain flex item {
  position: relative;
  display: block;
  height: 62px;
  width: 100%;
}
@media (min-width: 992px) {
  header.isMain flex item.btn--mobile {
    display: none;
  }
  header.isMain flex item.is--logo,
  header.isMain flex item.skyLogo {
    max-width: 320px;
    min-width: 320px;
  }
  header.isMain flex item.skyLogo {
    text-align: right;
  }
  header.isMain flex item.skyLogo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
  }
  header.isMain flex item.skyLogo a img {
    max-height: 28px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  header.isMain flex item.skyLogo {
    display: none !important;
  }
}
header.isMain flex item.btn--mobile {
  position: relative;
  display: block;
  cursor: pointer;
  width: 62px;
  height: 62px;
  min-width: 62px;
  max-width: 62px;
}
@media (min-width: 1280px) {
  header.isMain flex item.btn--mobile {
    display: none !important;
  }
}
header.isMain flex item.btn--mobile span {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #fff;
  left: 15px;
  right: 15px;
  top: 50%;
  margin-top: -1px;
  box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  -o-box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  -moz-box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  -webkit-box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  -ms-box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  cursor: pointer;
}
header.isMain flex item a {
  position: relative;
  display: block;
  height: 62px;
  padding: 5px;
}
header.isMain flex item a img {
  max-height: 52px;
  position: relative;
  display: block;
  width: auto;
}
header.isMain flex item ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  header.isMain flex item ul {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.isMain flex item ul {
    display: none !important;
  }
}
header.isMain flex item ul li {
  list-style: none;
  height: 62px;
}
header.isMain flex item ul li a {
  position: relative;
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  top: 10px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
header.isMain flex item ul li a:hover {
  background-color: var(--linkFontColor);
}
body {
  overflow-x: hidden !important;
}
#slogo {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  text-decoration: none;
  letter-spacing: -1px;
  cursor: pointer;
  padding-left: 60px;
  font-size: 21px;
  background-image: url(../logo.jpg) !important;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 35px 40px;
}
@media (max-width: 460px) {
  #slogo {
    font-size: 5vw;
    width: calc(100vw - 70px);
  }
}
.isPage #bg-aside {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0;
  transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  -moz-transition: all 0.28s ease-in-out;
  -webkit-transition: all 0.28s ease-in-out;
  -ms-transition: all 0.28s ease-in-out;
}
.isPage #bg-aside.see {
  display: block;
}
.isPage #bg-aside.see.show {
  opacity: 1;
}
.isPage aside {
  position: fixed;
  display: block;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  width: 90vw;
  max-width: 300px;
  background-color: #fff;
  transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  -moz-transition: all 0.28s ease-in-out;
  -webkit-transition: all 0.28s ease-in-out;
  -ms-transition: all 0.28s ease-in-out;
  transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
}
.isPage aside.show {
  transform: translate(0,0);
  -o-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
}
.isPage aside .account {
  display: none !important;
}
.isPage aside .close {
  position: relative;
  display: block;
  line-height: 62px;
  height: 62px;
  background-color: #363636;
  cursor: pointer;
}
.isPage aside .close a {
  position: relative;
  display: block;
  line-height: 62px;
  padding: 0 20px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.isPage aside .close a:before,
.isPage aside .close a:after {
  position: absolute;
  display: block;
  content: "";
  right: 20px;
  top: 50%;
  width: 12px;
  height: 4px;
  background-color: #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -2px;
}
.isPage aside .close a:after {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.isPage aside h3 {
  border-bottom: 3px solid #eee;
  padding: 15px 20px;
  font-size: 21px;
  font-weight: 500;
}
.isPage aside ul {
  position: relative;
  display: block;
}
.isPage aside ul li {
  list-style: none;
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}
.isPage aside ul li a {
  position: relative;
  display: block;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  padding: 0 20px;
}
.isPage aside ul li a:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.isPage aside ul li:last-child {
  border-bottom: 0;
}
.isPage aside body > aside > nav > div.socials > h3 {
  margin-top: 60px;
}
.pageBlock p {
  padding: 10px 20px;
  font-size: var(--fontSize);
  line-height: 1.6em;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .pageBlock p {
    font-size: 3.3vw;
  }
}
.pageBlock p a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  border-bottom: 1px dotted #ccc;
}
.pageBlock p a:hover {
  border-bottom: 1px dotted #fff;
}
.pageBlock h1 {
  font-size: var(--H1FontSize);
  position: relative;
  display: block;
  padding: var(--H1Padding);
  font-weight: var(--fontWeightH1);
}
.pageBlock h2 {
  font-size: var(--H2FontSize);
  position: relative;
  display: block;
  padding: var(--H2Padding);
  font-weight: var(--fontWeightH2);
}
@media (max-width: 767.98px) {
  .pageBlock h2 {
    font-size: 9vw;
  }
}
.pageBlock h3 {
  font-size: var(--H3FontSize);
  position: relative;
  display: block;
  padding: var(--H3Padding);
  font-weight: var(--fontWeightH3);
}
@media (max-width: 767.98px) {
  .pageBlock h3 {
    font-size: 6vw;
  }
}
.pageBlock h4 {
  font-size: var(--H4FontSize);
  position: relative;
  display: block;
  padding: var(--H4Padding);
  font-weight: var(--fontWeightH4);
}
@media (max-width: 767.98px) {
  .pageBlock h4 {
    font-size: 5vw;
  }
}
.pageBlock h5 {
  font-size: var(--H5FontSize);
  position: relative;
  display: block;
  padding: var(--H5Padding);
  font-weight: var(--fontWeightH5);
}
@media (max-width: 767.98px) {
  .pageBlock h5 {
    font-size: 3vw;
  }
}
.pageBlock h6 {
  font-size: var(--H6FontSize);
  position: relative;
  display: block;
  padding: var(--H6Padding);
  font-weight: var(--fontWeightH6);
  color: rgba(86, 93, 99, 0.67);
}
@media (max-width: 767.98px) {
  .pageBlock h6 {
    font-size: 3vw;
  }
}
.pageBlock .shop-btn,
.pageBlock .cart-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 500;
}
.pageBlock .shop-btn:hover,
.pageBlock .cart-btn:hover {
  border: 1px solid #000 !important;
  background-color: #000 !important;
  color: #FFF !important;
}
.pageBlock .cart-btn {
  display: block;
  text-align: center;
  max-width: 500px;
}
@media (min-width: 992px) {
  .pageBlock .clickShop {
    position: relative;
    display: block;
    margin: 0 40px;
  }
}
.pageBlock hr.shop {
  position: relative;
  display: block;
  margin: 10px 40px;
  border: 0;
  height: 1px;
  background-color: #000;
}
.pageBlock .shop-menge {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 20px;
  margin-top: 0;
  border: 1px solid #eee;
  max-width: 100px;
  padding: 0 10px;
}
.pageBlock .shop-menge em,
.pageBlock .shop-menge i {
  font-style: normal;
}
.pageBlock .shop-menge i {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}
.pageBlock .shop-menge em {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  font-size: 21px;
}
.pageBlock img {
  max-width: 100%;
  height: auto;
  border: 0;
}
@media (max-width: 767.98px) {
  .pageBlock video {
    height: 300px !important;
    background-color: #000;
  }
}
.topper {
  margin-top: -62px;
}
.topper h3 {
  max-width: 850px;
  margin: 0 auto;
}
.coverIMG {
  position: relative;
  display: block;
}
.coverIMG grid {
  align-items: stretch;
}
.coverIMG grid column:first-child div {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .coverIMG grid column:first-child div {
    height: 300px;
  }
}
.coverIMG grid column:first-child div img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.coverIMG grid column:nth-child(2) div {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .coverIMG grid column:nth-child(2) div {
    padding: 50px 0px;
  }
}
.coverIMG div p {
  padding: 10px 40px;
  max-width: 750px;
}
@media (min-width: 992px) {
  .coverIMG div p {
    padding: 10px 60px;
  }
}
.coverIMG div h2,
.coverIMG div h3 {
  padding: 0 40px;
}
@media (min-width: 992px) {
  .coverIMG div h2 {
    padding-top: 20px;
    margin-left: -120px;
    background-color: #777;
    margin-top: 20px;
  }
}
.coverIMG div h3 {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .coverIMG div h3 {
    padding-bottom: 30px;
    margin-left: -120px;
    background-color: #777;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .coverIMG div h2 {
    font-size: 32px !important;
  }
}
flexy {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
flexy p {
  padding: 0 15px !important;
}
flexy item {
  position: relative;
  display: block;
}
flexy item:nth-child(1) p {
  padding-left: 40px !important;
  padding-bottom: 40px !important;
}
@media (min-width: 992px) {
  flexy item:nth-child(1) p {
    padding-left: 60px !important;
    padding-bottom: 80px !important;
  }
}
.black a {
  color: #000 !important;
}
img.shadow {
  position: relative;
  margin: 20px 0;
  box-shadow: 0 5px 25px rgba(0,0,0,0.5);
  -o-box-shadow: 0 5px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 5px 25px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 5px 25px rgba(0,0,0,0.5);
}
.blue-golden {
  position: relative;
  display: block;
  border: 5px solid #A4976D;
  background-color: #010425;
  color: #ddd;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 10px 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 15px;
}
@media (max-width: 767.98px) {
  .blue-golden {
    padding: 5px;
  }
}
.blue-golden h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -1px;
}
.blue-golden h3 span {
  position: relative;
  padding-left: 10px;
  top: 2px;
}
@media (max-width: 767.98px) {
  .blue-golden h3 span {
    display: block;
    padding-left: 0;
  }
}
.blue-golden ul {
  padding: 20px 40px;
  padding-top: 0;
}
.blue-golden ul li {
  font-size: 15px;
  line-height: 1.46em;
}
@media (max-width: 767.98px) {
  .blue-golden ul li {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .pcfl {
    padding-left: 80px;
  }
  .pcfl p {
    max-width: 460px;
    text-align: justify;
  }
}
.shop-top {
  cursor: pointer;
  position: relative;
  display: block;
}
.shop-top .bread p {
  font-size: 12px;
  padding: 20px 20px;
}
.pager {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 40px;
}
.pager container {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pager container a {
  position: relative;
  display: block;
  line-height: 42px;
  background-color: #FFF;
  color: #FFF;
  cursor: not-allowed;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 25px;
  border-radius: 4px;
}
.pager container a:first-child {
  margin-left: 0;
  margin-right: auto;
}
.pager container a:last-child {
  margin-right: 0;
  margin-left: auto;
}
.pager container a.active {
  cursor: pointer;
  color: #fff;
  background-color: var(--primaryBtnBG);
}
h6 {
  padding: 0 40px;
  font-size: 14px;
}
.share {
  position: relative;
  display: flex;
  padding: 10px 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.share a {
  position: relative;
  display: flex;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background-color: #444;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.share a:hover {
  background-color: var(--primaryBtnBG);
}
.share a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
cookieInfo,
cookieSettings {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(40, 46, 62, 0);
  z-index: 999;
  opacity: 0;
  transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  -moz-transition: all 0.28s ease-in-out;
  -webkit-transition: all 0.28s ease-in-out;
  -ms-transition: all 0.28s ease-in-out;
}
cookieInfo.see,
cookieSettings.see {
  display: flex;
}
cookieInfo.see.show,
cookieSettings.see.show {
  opacity: 1;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
cookieInfo infoWindow,
cookieSettings infoWindow {
  position: relative;
  display: block;
  background-color: #fff;
  width: 450px;
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  border-top: 10px solid var(--linkFontColor);
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  -o-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  padding: 20px;
  padding-top: 25px;
  overflow-y: auto;
}
cookieInfo infoWindow .title,
cookieSettings infoWindow .title {
  font-family: var(--footerHeadingfontFamily);
  font-size: var(--footerHeadingfontSize);
  font-weight: var(--footerHeadingfontWeight);
  padding: var(--footerHeadingPadding);
  margin-bottom: 10px;
}
cookieInfo infoWindow p,
cookieSettings infoWindow p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.46em;
  padding: 10px 20px !important;
}
cookieInfo infoWindow p a,
cookieSettings infoWindow p a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: var(--linkFontColor);
  padding: 0 10px;
}
cookieInfo infoWindow p a:hover,
cookieSettings infoWindow p a:hover {
  color: #000;
}
cookieInfo infoWindow p a[rel="back"],
cookieSettings infoWindow p a[rel="back"] {
  position: relative;
  margin-left: 8px;
}
cookieInfo infoWindow p a[rel="back"]:before,
cookieSettings infoWindow p a[rel="back"]:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  margin-top: -3px;
  left: 0px;
}
cookieInfo infoWindow .actions,
cookieSettings infoWindow .actions {
  padding: 10px 20px;
  position: relative;
  display: flex;
}
@media (max-width: 459px) {
  cookieInfo infoWindow .actions,
  cookieSettings infoWindow .actions {
    flex-wrap: wrap;
  }
}
cookieInfo infoWindow .actions a,
cookieSettings infoWindow .actions a {
  width: calc(50% - 5px);
  text-align: center;
  margin-bottom: 10px;
}
cookieInfo infoWindow .actions a:first-child,
cookieSettings infoWindow .actions a:first-child {
  margin-right: 5px;
}
cookieInfo infoWindow .actions a:last-child,
cookieSettings infoWindow .actions a:last-child {
  margin-leftt: 5px;
}
@media (max-width: 459px) {
  cookieInfo infoWindow .actions a,
  cookieSettings infoWindow .actions a {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
cookieInfo infoWindow .more,
cookieSettings infoWindow .more {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 5px;
}
cookieInfo infoWindow .more a,
cookieSettings infoWindow .more a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: var(--linkFontColor);
  padding: 0 10px;
}
cookieInfo infoWindow .more a:hover,
cookieSettings infoWindow .more a:hover {
  color: #000;
}
@media (max-width: 767.98px) {
  cookieInfo infoWindow .more a,
  cookieSettings infoWindow .more a {
    font-size: 12px;
  }
}
cookieSettings infoWindow {
  width: 520px;
}
cookieSettings infoWindow item {
  position: relative;
  display: block;
  padding: 10px 20px;
  padding-top: 0;
}
cookieSettings infoWindow item input {
  display: none;
}
cookieSettings infoWindow item input + label {
  position: relative;
  display: block;
  padding: 8px 0 !important;
  padding-top: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding-left: 0 !important;
  cursor: pointer;
}
cookieSettings infoWindow item input + label span {
  font-size: 11px;
  color: #aaa;
  font-weight: 400;
  position: relative;
  display: block;
}
cookieSettings infoWindow item input + label:before {
  position: absolute;
  display: block;
  content: "";
  left: auto !important;
  right: 0 !important;
  background-color: #eee !important;
  height: 20px !important;
  width: 40px !important;
  top: 50% !important;
  margin-top: -10px !important;
  border-radius: 10px !important;
  -o-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  z-index: 1 !important;
  transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
}
cookieSettings infoWindow item input + label:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  z-index: 2;
  transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -webkit-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
cookieSettings infoWindow item input:checked + label:before {
  background-color: var(--primaryBtnBG) !important;
}
cookieSettings infoWindow item input:checked + label:after {
  transform: translate(0,0);
  -o-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
}
cookieSettings infoWindow item .info {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.46em;
}
modal#alert {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.16);
  backdrop-filter: grayscale(100%);
  -webkit-backdrop-filter: grayscale(100%);
}
modal#alert .alertWindow {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 320px;
  margin-left: -160px;
  padding: 30px;
  transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  font-size: 15px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 0 5px 50px -2px rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 50px -2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 50px -2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 5px 50px -2px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 5px 50px -2px rgba(0,0,0,0.1);
  color: #000;
}
modal#alert .alertWindow .title {
  position: relative;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.01em;
}
modal#alert .alertWindow .content {
  position: relative;
  display: block;
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.46em;
}
modal#alert .alertWindow .act {
  position: relative;
  display: block;
  text-align: right;
}
modal#alert .alertWindow .act a {
  position: relative;
  display: inline-block;
  color: var(--primary);
  margin-left: 15px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.isPage .pageBlock.disabled {
  display: none !important;
}
