For some odd reason my footer is showing up behind the content on my page, is not the right height anymore and I cannot seem to fix it. I have tried other answers and none of them work. This can be viewed here. Does anyone have any ideas?
.reviewwidget {
 width: 45%;
 margin-bottom: 25px;
 float: left;
}
.reviews {
 width: 55%;
 float:right;
}
.single-review {
 position: relative;
 width:55%;
 float:right;
}
.quotation {
   position: relative; 
   width: 50px; 
   z-index:500;
}
.quotationend {
   position: relative; 
   float:right;
   width: 50px; 
   z-index:400;
   margin-top:-10px;
}
.single-review p {
  position: relative; 
  z-index: 550;
  margin-top: -20px;
  font-size:16px;
  font-style: italic;
}
Footer {
    background-color: #0b1b23;
 color: #ececec;
 padding: 5%;
 font-family: centrale_sans_regularregular, helvetica;
 position:relative;
} 
     
     
     
     
    