#splash {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('http://www.myoptimind.com/wp-content/uploads/2014/10/teamwork-web-redesign-project-team.jpg');
    position: relative;
    float: left;
}

#splash h3 { 
     position: absolute;
     bottom: 30px;
     left: 50px;
     font-size: 57px;
     color: white;
     text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
 }

.subPageSection {
    padding: 60px 110px 0px 110px;
    position: relative;
}

.portrait {
    width: 250px !important;
    height: 250px;
    background-size: contain !important;
    background-position: center !important;
}

.subPageSection:nth-child(odd) .portrait {
    float: left;
    border-radius: 50%;
    width: 30%;
    max-width: 275px;
    margin-top: 45px;
    margin-right: 5%;
}

.subPageSection:nth-child(even) .portrait {
    float: right;
    border-radius: 50%;
    width: 30%;
    max-width: 275px;
    margin-top: 45px;
    margin-left: 5%;
}

.subPageSection:nth-child(even) p {
    float: left !important;
}

.subPageSection hr {
    margin-top: 40px;
    box-sizing: border-box;
    border-color: #f1f1f1;
}

.subPageSection h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

.subPageSection p {
    width: 65%;
    line-height: 24px;
    float: left;
}

.revisorInfo {
    width: 100%;
    float: left;
    margin-right: 5%;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 5px;
    position: relative;
}

.telefon {
    float: left;
    display: table;
    text-align: center;
    margin-top: 20px;
    margin-right: 30px;
}

.telefonFix {
    float: right !important;
    margin-right: 0;
}

.telefon img, .email img {
    width: 45px !important;
    margin: 0 auto 10px auto !important;
    display: table !important;
    float: none !important;
}

.email {
    float: left;
    display: table;
    text-align: center;
    margin-top: 20px;
}

.emailFix {
    float: right !important;
    margin-left: 30px;
}

.scaleFix {
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
}