/* Cookie Hinweis */
.stoerer {
  background: #1d875a;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1000000;
  width: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
}

.stoerer.placedbehind {
  display: block;
  max-width: 1440px;
}

.stoerer .container {
  max-width: 1440px;
  width: 100%;
  padding: 20px 160px;
  margin-right: 0;
  margin-left: 0;
  margin: auto;
}

.stoerer .text, .stoerer a {
  color: #fff;
  padding: 0px 10px;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 1rem;
  float: left;
}

.stoerer .text {
  max-width: 90%;
}

.stoerer a {
  padding-left: 0;
  text-decoration: underline;
}

.stoerer p {
  max-width: 100%;
  padding-left: 10px;
  margin-bottom: 0;
}

.stoerer .btn {
  float: right;
  margin-left: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  color: #fff;
  font-family: "Roboto Condensed",sans-serif;
}
