html{
    background: url("/fileadmin/platzhirsche/mitglieder/2/26265/Startseite/Fotolia_209747080_Subscription_Monthly_XL_sk.jpg") no-repeat center bottom fixed;
    background-size: cover;
  }
  body {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#00000000',GradientType=0 );
  }
  .hp_logo {
    display: none;
  }
  .ph_main {
    background: transparent; 
    margin-top: 0;
  }
  body .ph_footer {
    padding-bottom: 0rem !important;
  }