.voucher {
  position: relative;
  display: block; }
  .voucher .voucherWrap {
    position: relative;
    border: 10px solid rgba(91, 103, 112, 1);
    border-top: 0;
    padding: 50px 0 80px;
    text-align: center; }
    @media (min-width: 768px) {
  .voucher .voucherWrap {
    padding: 50px 0 40px; } }
    .voucher .voucherWrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(50% - 40px);
      height: 10px;
      background: rgba(91, 103, 112, 1);
      display: block;
      overflow: hidden;
      z-index: 1; }
    .voucher .voucherWrap:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: calc(50% - 40px);
      height: 10px;
      background: rgba(91, 103, 112, 1);
      display: block;
      overflow: hidden;
      z-index: 1; }
  .voucher .icon {
    position: absolute;
    top: -22px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 45px;
    width: 55px;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat; }
  .voucher .voucherImg {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    margin: 0 auto; }
    @media (min-width: 768px) {
  .voucher .voucherImg {
    position: absolute;
    top: -20px;
    left: 20px;
    margin: 0; } }
    @media (min-width: 1302px) {
  .voucher .voucherImg {
    position: absolute;
    top: -20px;
    left: -20px;
    opacity: 0;
    margin: 0; } }
  @media (min-width: 1302px) {
  .voucher .voucherWrap.isInViewport .voucherImg {
    left: 20px;
    opacity: 1; }
  .voucher .voucherWrap.isInViewport .voucherImg.hover {
    left: 50px; } }
  .voucher .voucherText {
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    font-family: 'BornReadyUpright-Regular';
    font-weight: 400; }
    @media (min-width: 768px) {
  .voucher .voucherText {
    padding-left: 250px;
    text-align: left;
    font-size: 2.25rem; } }
  .voucher a {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: none;
    z-index: 25; }
    .voucher a:before {
      content: "\2c3";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      width: 30px;
      height: 25px;
      line-height: 25px;
      font-size: 30px;
      text-align: center;
      color: #3a4245;
      position: absolute;
      bottom: 30px;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: rgba(91, 103, 112, 1);
      margin-top: 5px; }
      @media (min-width: 768px) {
  .voucher a:before {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 30px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
/* Events in Sidebar */
.eventslink {
  width: 85px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  cursor: pointer;
  height: 190px;
  border-top: 1px solid #e5e5e5; }
  @media (min-width: 992px) {
  .eventslink {
    display: inline-block; } }
  .eventslink i {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 20px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .eventslink i:before {
      content: "";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      color: rgba(91, 103, 112, 1);
      width: 24px !important;
      height: 24px !important;
      font-size: 24px !important;
      line-height: 24px !important;
      position: absolute;
      top: 0;
      left: -2px;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      background-image: url(/typo3conf/ext/zz_gowest_theme_pletzer/Resources/Public/Images/icons/events.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  .eventslink span {
    position: absolute;
    left: 50%;
    top: 105px;
    line-height: 1.5em;
    -moz-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    opacity: 1;
    text-transform: uppercase;
    color: #4c4c4c;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.8125rem;
    margin-left: -2px; }
  .eventslink:hover span {
    color: rgba(91, 103, 112, 1); }

@media (max-height: 925px) {
  .eventslink {
    height: 85px;
    bottom: 85px; }
    .eventslink i {
      bottom: auto;
      top: 30px;
      top: 35px; } }
/* Skiverleih in Sidebar */
.skiverleihlink {
  width: 85px;
  position: absolute;
  left: 0;
  bottom: 485px;
  display: none;
  cursor: pointer;
  height: 190px;
  border-top: 1px solid #e5e5e5; }
  @media (min-width: 992px) {
  .skiverleihlink {
    display: inline-block; } }
  .skiverleihlink span {
    position: absolute;
    left: 50%;
    top: 105px;
    line-height: 1.5em;
    width: 120px;
    -moz-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    opacity: 1;
    text-transform: uppercase;
    color: #4c4c4c;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.8125rem;
    margin-left: -2px; }
  .skiverleihlink:hover span {
    color: rgba(91, 103, 112, 1); }
  .skiverleihlink i {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 20px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .skiverleihlink i:before {
      content: "";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      /* content: "\e940"; */
      color: rgba(91, 103, 112, 1);
      width: 24px;
      height: 24px;
      font-size: 24px;
      line-height: 24px;
      position: absolute;
      top: 0;
      left: -2px;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      background-image: url(/typo3conf/ext/zz_gowest_theme_pletzer/Resources/Public/Images/icons/skiing.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  @media (max-height: 925px) {
  .skiverleihlink {
    bottom: 265px; } }

@media (max-height: 925px) {
  .skiverleihlink {
    height: 85px;
    bottom: 255px; }
    .skiverleihlink i {
      bottom: auto;
      top: 30px;
      top: 35px; }
    .skiverleihlink span {
      display: none; } }
/* Fahrradverleih Link in Sidebar */
.fahrradverleih {
  width: 85px;
  position: absolute;
  left: 0;
  bottom: 525px;
  display: none;
  cursor: pointer;
  height: 190px;
  border-top: 1px solid #e5e5e5; }
  @media (min-width: 992px) {
  .fahrradverleih {
    display: inline-block; } }
  .fahrradverleih span {
    position: absolute;
    left: 50%;
    top: 105px;
    line-height: 1.5em;
    width: 120px;
    -moz-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    opacity: 1;
    text-transform: uppercase;
    color: #4c4c4c;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.8125rem;
    margin-left: -2px; }
  .fahrradverleih:hover span {
    color: rgba(91, 103, 112, 1); }
  .fahrradverleih i {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 20px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .fahrradverleih i:before {
      content: "\e940";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      color: rgba(91, 103, 112, 1);
      width: 24px;
      height: 24px;
      font-size: 24px;
      line-height: 24px;
      position: absolute;
      top: 0;
      left: -2px;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
  @media (max-height: 925px) {
  .fahrradverleih {
    bottom: 265px; } }

@media (max-height: 925px) {
  .fahrradverleih {
    height: 85px;
    bottom: 255px; }
    .fahrradverleih i {
      bottom: auto;
      top: 30px;
      top: 35px; }
    .fahrradverleih span {
      display: none; } }
/* Voucher in Sidebar */
.voucherLink {
  width: 85px;
  position: absolute;
  left: 0px;
  bottom: 200px;
  display: none;
  height: 170px;
  cursor: pointer;
  border-top: 1px solid #e5e5e5; }
  @media (min-width: 992px) {
  .voucherLink {
    display: inline-block; } }
  .voucherLink:hover span {
    color: rgba(91, 103, 112, 1); }
  .voucherLink span {
    position: absolute;
    left: 50%;
    top: 70px;
    line-height: 1.5em;
    width: 120px;
    -moz-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    opacity: 1;
    text-transform: uppercase;
    color: #4c4c4c;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.8125rem;
    margin-left: -2px; }
  .voucherLink i {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 20px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .voucherLink i:before {
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      content: "\e93f";
      color: rgba(91, 103, 112, 1);
      width: 20px;
      height: 20px;
      font-size: 20px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }

@media (max-height: 925px) {
  .voucherLink {
    height: 85px;
    bottom: 85px; }
    .voucherLink i {
      bottom: auto;
      top: 30px;
      top: 35px; }
    .voucherLink span {
      display: none; } }

.voucherLinkHead {
  width: 25px;
  height: 80px;
  height: 5rem;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2.188rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 1rem; }
  @media (min-width: 768px) {
  .voucherLinkHead {
    width: 50px;
    width: 3.125rem;
    height: 80px;
    height: 5rem; } }
  @media (min-width: 992px) {
  .voucherLinkHead {
    width: 50px;
    width: 3.125rem;
    height: 120px;
    height: 7.5rem;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -ms-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease; }
    .voucherLinkHead:hover *, .voucherLinkHead:hover *:before {
      color: #fff;
      opacity: 0.75; } }
  @media (min-width: 1302px) {
  .voucherLinkHead {
    width: 50px;
    width: 3.125rem;
    height: 120px;
    height: 7.5rem; } }
  .voucherLinkHead a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 13px;
    font-size: 0.8125rem; }
    .voucherLinkHead a span {
      position: absolute;
      left: 50%;
      bottom: 18px;
      line-height: 1.5em;
      width: 90%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      text-transform: uppercase;
      color: rgba(91, 103, 112, 1);
      display: none; }
    .voucherLinkHead a i {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      .voucherLinkHead a i:before {
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        content: "\e93f";
        color: #4c4c4c;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        @media (min-width: 992px) {
  .voucherLinkHead a i:before {
    color: #fff; } }
        @media (max-width: 767px) {
  .voucherLinkHead a i:before {
    font-size: 16px; } }

@media (min-width: 992px) {
  #header.small .voucherLinkHead {
    height: 75px; } }

@media (min-width: 992px) {
  #header.invert .voucherLinkHead:not(.open) {
    background: transparent; }
    #header.invert .voucherLinkHead:not(.open) span, #header.invert .voucherLinkHead:not(.open) i, #header.invert .voucherLinkHead:not(.open) *:before, #header.invert .voucherLinkHead:not(.open) *:after {
      color: #fff; }
    #header.invert .voucherLinkHead:not(.open):hover span, #header.invert .voucherLinkHead:not(.open):hover i, #header.invert .voucherLinkHead:not(.open):hover *:before, #header.invert .voucherLinkHead:not(.open):hover *:after {
      color: #fff; } }

#pletzerclub {
  width: 85px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  height: 200px;
  cursor: pointer;
  background: #f2f3f4;
  border-top: 1px solid #e5e5e5;
  z-index: 30; }
  @media (min-width: 992px) {
  #pletzerclub {
    display: inline-block; } }
  #pletzerclub:hover span {
    color: rgba(91, 103, 112, 1); }
  #pletzerclub span {
    position: absolute;
    left: 50%;
    top: 70px;
    line-height: 1.5em;
    width: 185px;
    -moz-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    opacity: 1;
    color: #4c4c4c;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.8125rem;
    margin-left: -2px; }
  #pletzerclub i {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 20px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    #pletzerclub i:before {
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      content: "\e941";
      color: rgba(91, 103, 112, 1);
      width: 24px;
      height: 24px;
      font-size: 24px;
      line-height: 24px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }

@media (max-height: 925px) {
  #pletzerclub {
    height: 85px;
    bottom: 0px; }
    #pletzerclub i {
      bottom: auto;
      top: 30px;
      top: 35px; }
    #pletzerclub span {
      display: none; } }
