.next-link {
  font-family: 'Nonserif Light';
  font-feature-settings: 'ss01'; }

.fallback-info {
  font-family: 'Nonserif Bold';
  font-feature-settings: 'ss01'; }

/* Animatinos */
@keyframes spin {
  100% {
    transform: rotate(360deg); } }
@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  21% {
    opacity: 1; }
  79% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes blink-background {
  0% {
    background-color: inherit;
    color: #dd2258; }
  50% {
    background-color: #dd2258;
    color: #fff; }
  100% {
    background-color: inherit;
    color: #dd2258; } }
@keyframes appear-zoom {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  30% {
    transform: scale(1); }
  100% {
    opacity: 1; } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@keyframes bump-side {
  0% {
    transform: translateX(0); }
  30% {
    transform: translateX(-2vw); }
  80% {
    transform: translateX(0); } }
@keyframes barberpole {
  100% {
    background-position: 100% 100%; } }
.post-thumbnail, img.lazy, .post-video {
  display: none; }

.fallback-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }

.fallback-info {
  margin: 110px 14px 0 14px;
  color: red; }

.tile {
  animation: none; }

.tile-fresh {
  opacity: 1; }

#load-more .tile-info {
  display: none; }

.next-link {
  font-size: 2em;
  padding: 14px; }

.die-zahl .title {
  font-size: 4.5em; }

.attachment-post-thumbnail {
  width: 100%;
  object-fit: cover;
  max-height: 600px; }

.comment-form-author, .comment-form-email, .form-submit {
  opacity: 1;
  max-height: 1000px;
  overflow: hidden; }

textarea#comment {
  min-height: 85px; }

/*# sourceMappingURL=noscript.css.map */
