  
  div#content{
  	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
  }
  #main #bottom-news {display: none;}

  .powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_yes.nolabel.form-group.col-md-6 { margin-bottom: 10px;}

  div#content > div:first-child, div#content > div:first-child.layout-1 { margin-bottom: -30px;}

  img#explosion-right {
    margin-left: -170px;
    margin-bottom: -570px;
    z-index: -5;
    position: relative;
    opacity: 0.5;
  }

  @media (min-width: 550px) {
       #main #bottom-news {display: grid;}
  	   img#explosion-right {margin-left: -20px;margin-bottom: -15px; opacity: 1;}
  }

  @media (min-width: 1140px) {
    
      div#main::before {
          background-image: url(/fileadmin/bilder/Diverses/Prayer/explosion-left.jpg);
          content: " ";
          width: 409px;
          height: 1108px;
          display: block;
          position: absolute;
          z-index: -1;
          background-repeat: no-repeat;
          background-size: contain;
          margin-left: -409px;
          box-sizing: border-box;
      }

  }
