#stoerer {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 999;
  display: none;
}

.home #stoerer,
.template-recherche #stoerer,
.template-nachrichten #stoerer,
.template-instafeed #stoerer,
.template-abonnement #stoerer,
.template-archiv #stoerer {
  display: block;
}

.stoerer {
  width: 100px;
  height: 100px;
  background: #7ed957;
  border-radius: 50%;
  transform: scale(1.0);
  transition: transform .5s linear;
}

.stoerer:hover {
  transform: scale(1.2);
}

.stoerer .stoerer--logo {
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: 0.25rem;
}

.stoerer .stoerer--logo img {
  width: 100%;
  max-width: 60px;
  animation: 10s anim-logo ease infinite;
}

.stoerer .stoerer--text {
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: .85rem;
  opacity: 0;
  animation: 10s anim-text ease infinite;
}

.stoerer .stoerer--text div:first-of-type {
  font-size: .95rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.stoerer .stoerer--text .stoerer--text-line {
  border-top: 1px solid;
  width: 75%;
  margin: 0 0 5px!important;
}

@media (max-width: 991px) {
  .stoerer,
  .stoerer .stoerer--logo,
  .stoerer .stoerer--text {
    width: 80px;
    height: 80px;
  }

  .stoerer .stoerer--logo img {
    max-width: 50px;
  }

  .stoerer .stoerer--text {
    font-size: .65rem;
  }

  .stoerer .stoerer--text div:first-of-type {
    font-size: .75rem;
  }
}

@keyframes anim-logo {
  0% {
    opacity: 0;
  }
  10% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
  }
  30% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
  }
  40% {
    /* animate nothing to pause animation at the end */
    opacity: 0;
  }
  60% {
    /* animate nothing to pause animation at the end */
    opacity: 0;
  }
  100% {
    /* animate nothing to pause animation at the end */
    opacity: 0;
  }
}

@keyframes anim-text {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  55% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
  }
  95% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
  }
  100% {
    /* animate nothing to pause animation at the end */
    opacity: 0;
  }
}

body.template-entdecken #moreNachrichten {
  padding-bottom: 0 !important;
}

body.template-entdecken #moreNachrichten .carousel-inner {
  margin-left: 30px !important;
  width: calc(100% - 60px) !important;
}

body.template-entdecken #moreNachrichten .nachrichten-date {
  font-size: 0.75em;
  margin-top: 10px;
  margin-bottom: 10px;
}

body.template-entdecken #moreNachrichten h4 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875em;
  padding: 0 0 10px 0;
}
