#stoerer,
#stoerer_entdecken {
  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;
}

.template-entdecken #stoerer_entdecken {
  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 .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_entdecken .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 .stoerer--text div:first-of-type {
  font-size: .95rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}

#stoerer_entdecken .stoerer .stoerer--text div:first-of-type {
  width: 80px;
  text-align: right;
}

#stoerer_entdecken .stoerer .stoerer--text div:last-of-type {
  font-size: .9rem;
  text-decoration: underline;
  text-underline-offset: -17px;
}

.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!important;
    height: 80px!important;
  }

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

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

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

  #stoerer_entdecken .stoerer .stoerer--text div:first-of-type {
    width: 60px;
  }

  #stoerer_entdecken .stoerer .stoerer--text div:last-of-type {
    font-size: .65rem;
    text-underline-offset: -14px;
  }
}

@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;
}

.page-abo-kuendigen-data .maincontent {
  position: relative;
}

.change_abo {
  position: absolute;
  right: calc((100% - 70%) / 2);
  top: 2rem;
  background-color: #ff3e00;
  color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 200;
  transform: rotate(10deg);
  text-align: center;
}

@media (max-width: 1700px) {
  .change_abo {
    right: 8%;
  }
}

@media (max-width: 1300px) {
  .change_abo {
    top: 11%;
    width: 120px;
    height: 120px;
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .change_abo {
    display: none;
  }
}

.gform_wrapper .gform_fields .gfield_contains_required .ginput_container:not(.ginput_container_radio) span:nth-child(2) {
  position: relative;
}

.gform_wrapper .gform_fields .gfield_contains_required .ginput_container:not(.ginput_container_radio) span:nth-child(2)::before {
  content: '*';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 99;
  color: #ff3e00;
}

.border-red {
  padding: 1rem;
  border: 1px solid #ff3e00;
}

.border-red .newsletter-widget_wrapper {
  margin-bottom: 0!important;
}