.startseite-popup-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 480px;
}
@media screen and (max-width: 767px) {
  .startseite-popup-container {
    left: 20px;
    width: 100%;
  }
}
.startseite-popup {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.5em;
  border-radius: 6px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  box-shadow: 0 1px 20px rgba(80, 80, 80, 0.3);
  border: 2px solid rgba(200, 200, 200, 0.2);
  color: #9c4251;
}
.startseite-popup:last-child {
  margin-bottom: 0;
}
.startseite-popup p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .startseite-popup {
    font-size: 1em;
  }
}
.startseite-popup-edit {
  border: 1px solid #dddddd;
  padding: 0.5em;
}
.startseite-popup-edit .header {
  margin-bottom: 0.5em;
}
.startseite-popup-edit .header span {
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  background-color: #CCCC99;
  padding: 2px 6px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.01em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.startseite-popup-edit p:last-child {
  margin-bottom: 0;
}
