.lislider-subcontent .large-4 .content-links li, .stoerer-button {
  position: relative;
  margin-right: 45px;
  height: 52px;
}
.lislider-subcontent .large-4 .content-links li a, .stoerer-button a {
  display: block;
  background: #d50c2f;
  color: #fff;
  padding: 10px 10px 14px 20px;
  margin: 10px 0;
  white-space: nowrap;
  font-size: 0.9375em;
}
.lislider-subcontent .large-4 .content-links li a p, .stoerer-button a p {
  margin-bottom: 0;
  font-weight: bold;
}
.lislider-subcontent .large-4 .content-links li a p i, .stoerer-button a p i {
  font-style: normal;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .lislider-subcontent .large-4 .content-links li a, .stoerer-button a {
    font-size: 1.0625em;
  }
}
@media only screen and (min-width: 1024px) {
  .lislider-subcontent .large-4 .content-links li a, .stoerer-button a {
    font-size: 1.25em;
  }
}
.lislider-subcontent .large-4 .content-links li a:after, .stoerer-button a:after {
  position: absolute;
  right: -25px;
  top: 0;
  content: ' ';
  border-style: solid;
  border-width: 44px 25px 0 0;
  border-color: #d50c2f transparent transparent transparent;
  width: 0;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .lislider-subcontent .large-4 .content-links li a:after, .stoerer-button a:after {
    border-top-width: 47px;
  }
}
@media only screen and (min-width: 1024px) {
  .lislider-subcontent .large-4 .content-links li a:after, .stoerer-button a:after {
    border-top-width: 52px;
  }
}
.stoerer {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 888;
  display: none;
}
@media only screen and (min-width: 61.875em) {
  .stoerer {
    display: block;
  }
}
.stoerer.close {
  left: 0;
}
.stoerer.newsletter {
  top: 250px;
  width: 470px;
  padding: 0.9375em 1.875em;
  background: white;
}
.stoerer.newsletter.open {
  left: -470px;
}

.stoerer-switch {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: -60px;
  top: 0;
  width: 60px;
  height: 60px;
  background: white;
  text-align: center;
  padding-top: 23px;
  cursor: pointer;
}
.stoerer-switch:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 60px;
  background-color: #fff;
}
.newsletter.open .stoerer-switch {
  background-image: url("../images/newsletter.jpg");
}

.stoerer-button {
  margin-top: 1.875em;
  margin-bottom: 0.9375em;
}
.newsletter .stoerer-button {
  width: 260px;
}
