body {
  background: #222 
    url(https://static.sixshop.com/resources/images/home/hero-cover.jpg) 
    center bottom repeat;
  height: auto;
  background-size: cover;
  width: 100%;
  left: 0px;
  opacity: 1;
  display: table;
  height: 100vh;
  margin: 0;
 }


.error-page-wrapper-background {
  font-family: 'Source Sans Pro',sans-serif;
  background-color: #222222;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  text-align:center
 }


.content-container {
  padding: 16px;
  display: table-cell;
  vertical-align: middle;
 }


.head-line {
  font-size: 35px;
  color: #dd4035;
  margin-bottom: 15px;
 }


.head-line-secondary {
  font-size: 32px;
  margin-bottom: 28px;
  color: #f2f2f2;
 }


.context {
  font-size: 14px;
  color: #f2f2f2;
 }


.info-container {
  font-size: 12px;
  color: #f2f2f2;
 }

 .hide-container {
  display: none;
 }


a {
  color: #dd4035;
  text-decoration: none;
 }


