html {position: relative; min-height: 100%;}
body {background-color: #ed1c24;color:#ffffff;font-family: "Biryani";}
.col-sm-12{padding:0;}
.container-fluid {width: auto;max-width:960px;border:0px solid black;}
.containerLogo{padding-top:5%;padding-bottom:10%;}
.logo {background: url("../img/logo_s4a.jpg");width: 194px;height: 85px;margin-left: auto;margin-right: auto;}
.trenner{width:70%;height:1px;margin-top:20%;background-color:white;}
.companyInfo{margin-top:2%;line-height: 0.4em;font-size:0.9em;}
.content{margin-top:8%;}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .trenner{margin-top:2%;}
}

@media only screen and (max-height: 700px) {
    .trenner{margin-top:2%;}
}
