body {
  background-image: url("https://poschen-hausverwaltung.de/images/style/background2.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
  font-size:17px;
  margin: 0 auto;
}

.container-fluid{
  	margin-top: 15px;
}

.body{
  background-color:#FFF;
}

footer{
  background-color:#143256; 
  color:#FFF;
  text-align: center;
}

.header{
  max-width:500px;
}

body.site{
  padding: 25px 0px 0px 0px;
}

.navigation{
  border-radius:0;
}

.col-cust-2{
  float:left;
  width: 50%;
  min-width: 300px;
  text.align:center;
}

.col-cust-3{
  float: left;
  width: 33%;
}

.col-cust-4{
  float: right;
  width: 50%;
  text.align: right;
}


hr{
  border-top:0px;
  border-bottom:0px;
}

.outer1{
  width:100%;
  float:left;
}

.text_container{
  /*width:700px;*/
  margin:auto;
}
/* Zwingt horizontale Zentrierung des Copyrights */
footer.footer {
    text-align: center !important;
}

footer.footer p.copyright {
    display: block !important;
    margin: 0.5em auto !important;
    text-align: center !important;
    float: none !important;
}
