#bottom_popup {
  display: block;
  width: 100%;
  text-align: left !important;
  bottom: 0%;
  position: fixed;
  z-index: 100000;
  border-radius: 4px 4px 0 0;
  margin-bottom: -326px;  
  padding: 1rem;
  height: auto;
  background: rgba(84,84,84,0.9); 
}
#bottom_popup p {
  margin-bottom: 0;
  transform: scale(1) !important;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 100;
  text-align: center;
}  
#bottom_popup span {
  color: #333;
  background: #ccc;
  padding: 0.2rem 0.4rem;
  margin-left: 1rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

#bottom_popup a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.1rem;
  color: #ddd;
  margin-left: 0.5rem;
}

#bottom_popup .button {
  margin-top: 1rem; 
  background: #333;
  margin-bottom: 0.25rem;
  font-weight: 100;
  padding: 0.7rem;
}

#form_wrap label[for="Datenschutz"]{
  font-size: 0.7rem !important;
}

@media only screen and (max-width: 58em) {
  .ph_footer {
    padding-bottom: 6rem !important;
  }
}

@media only screen and (min-width: 58.063em) {
 .ph_footer {
   padding-bottom: 3rem !important;
 }
}