#page-wrapper {
  max-width: 800px;
  margin: 100px auto 0;
  display: block;
}
#cookie-popup {
  padding: 20px;
  font-size: 20px;
  background-color: white;
  /*background-color: rgba(245, 237, 237, 0.911);*/
  opacity: 1;
  text-align: center;
  /*color: #fff;*/
  position: fixed;
  /*top: 0;*/
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  line-height: 26px;
}
.close {
  position: absolute;
  /*padding: 4px;*/
  right: 28px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
}
.agree {
  margin-top: 8px;
  padding: 8px 12px 8px 12px;
  font-size: 20px;
  border-radius: 8px;
  border: 0px;
  color: white;
  background-color: #c31c34;
  cursor: pointer;
}

.more a {
  line-height: 40px;
  display: block;

  font-size: 20px;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.more a:hover,
.more a:focus {
  text-decoration: none;
  color: #e25338;
}
.hidden {
  display: none !important;
}
.hinweis {
  padding: 8px;
}

@media screen and (max-width: 640px) {
  .hinweis {
    text-align: left;
  }
}
