#svg-injection-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
#Layer_2 rect {
  /* Set initial state and transition */
  opacity: 0;
}
.issue-26 {
  /* Optional: Highlight the pixel slightly when it's about to be hidden */
  color: #000;
}
.issue-26 #svg-injection-wrapper {
  width: 100vw;
  height: 100vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1140px) {
  .issue-26 #svg-injection-wrapper {
    z-index: 0;
  }
}
.issue-26 #svg-injection-wrapper svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 150%;
  height: 100%;
  pointer-events: none;
}
.issue-26 #svg-injection-wrapper svg rect {
  pointer-events: none;
}
.issue-26 #svg-injection-wrapper svg rect.visible-rect {
  pointer-events: all;
}
@media (max-width: 767px) {
  .issue-26 #svg-injection-wrapper svg {
    -webkit-transform: rotate(-90deg) scale(1.9);
            transform: rotate(-90deg) scale(1.9);
  }
}
.issue-26 #Layer_2 rect {
  /* Set initial state and transition */
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.issue-26 #Layer_2 rect:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.issue-26 a {
  color: #000;
}
.issue-26 a:hover {
  border-bottom-color: #000;
}
.issue-26 #search input[type=text] {
  color: #000;
}
.issue-26 #search input[type=text]:focus {
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.issue-26 #search ::-webkit-input-placeholder {
  color: #000;
}
.issue-26 #search ::-moz-placeholder {
  color: #000;
}
.issue-26 #search :-ms-input-placeholder {
  color: #000;
}
.issue-26 #search input:-moz-placeholder {
  color: #000;
}
.issue-26 #open-news,
.issue-26 .share-toggle {
  border-color: #000;
}
.issue-26 #open-news:hover,
.issue-26 .share-toggle:hover,
.issue-26 #open-news.active,
.issue-26 .share-toggle.active {
  background-color: #FFF;
}
.issue-26 .main-preloader {
  background-color: #fff;
}
.issue-26 .share-widget {
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  z-index: 1000;
}
.issue-26 .share-widget a {
  color: #FFF;
  font-size: 2.2em;
}
.issue-26 .share-widget p {
  color: #FFF;
}
.issue-26 .logo {
  background-image: url(../img/logos/issue-26.svg);
}
@media (max-width: 767px) {
  .issue-26 .logo {
    background-image: url(../img/logos/issue-21-mobile.svg);
  }
  .issue-26 .issue-index-item {
    border-bottom: 1px solid #333;
  }
}
.issue-26 article h2 a:hover {
  border-bottom-color: #000;
}
.issue-26 .category {
  color: #000;
}
.issue-26 .loading:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFF));
  background-image: linear-gradient(transparent, #FFF);
}
.issue-26 .loading:after {
  background: #000;
}
.issue-26 .preloader {
  background-color: #000;
}
.issue-26 .main-preloader {
  background-color: rgba(255, 255, 255, 0.8);
}
.issue-26 .main-preloader .loading:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(transparent, #000);
}
.issue-26 .main-preloader .loading:after {
  background: #fff;
}
.issue-26 svg#raum-img path {
  fill: #000;
}
.magazine-issue[data-id="26"] .issue-index-item {
  width: 100% !important;
  text-align: center;
}
.magazine-issue[data-id="26"] .issue-index-item h2 a {
  font-family: "DiaBlack", Helvetica, Arial, sans-serif;
}
.magazine-issue[data-id="26"] .issue-index-item .article-image {
  display: none;
}
.magazine-issue[data-id="26"] .issue-index-item .article-title {
  width: 100%;
  max-width: 680px;
  margin: 0 auto !important;
  float: none;
}
.magazine-issue[data-id="26"] .issue-index-item .article-title h2 {
  text-transform: none !important;
  line-height: 1;
}
.magazine-issue[data-id="26"] .issue-index-item .teaser {
  display: none;
}
.magazine-issue[data-id="26"] .issue-index-list .issue-index-item:nth-child(even) {
  padding-bottom: 0;
}
.magazine-issue[data-id="26"] .issue-index-list .issue-index-item:nth-child(odd) {
  padding-top: 0;
}
@media (max-width: 767px) {
  .magazine-issue[data-id="26"] .article-title h2 {
    font-size: 1.5em !important;
  }
}
@media (min-width: 768px) {
  .magazine-issue[data-id="26"] .article-title h2 {
    font-size: 3.3vw !important;
  }
}
@media (min-width: 1240px) {
  .magazine-issue[data-id="26"] .article-title h2 {
    font-size: 2.3vw !important;
  }
}
