#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: #e25338;
  cursor: pointer;
}
/*
.cookie-popup-inner {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
  padding: 20px;
  position: absolute;
  z-index: 9000;
  max-width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
  
}
.cookie-popup-inner button {
  background-color: #fff;
    color: #000;
  -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;
}
.cookie-popup-inner button:hover {
  background-color: #c02124;
  border: 2px solid #c02124;
  color: #fff;
}
*/
.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;
}
.hinweis {
  padding: 8px;
}

@media screen and (max-width: 640px) {
  .hinweis {
    text-align: left;
  }
}
