#splash {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('http://images.staticjw.com/red/5983/header.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);
}

#about {
    padding: 80px 110px 50px 110px;
    margin-bottom: 40px;
    height: 250px;
    float: left;
}

#about img {
}

#about p {
    position: relative;
    top: -30px;
    width: 60%;
    line-height: 26px;
    float: right;
}

#map {
    margin: 0px 110px;
    height: 400px;
}

#kontakt {
    padding: 70px 90px;
    position: relative;
    width: calc(80% - 120px);
    height: auto;
    display: table;
    margin: 0 auto;
}

#telefon {
    text-align: center;
    float: left;
}

#email {
    float: right;
    text-align: center;
}