* {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 15px;
    line-height: 156%;
    font-weight: 400;
}

a.navbar-brand {
    height: 100px;
}

.navbar-brand > img {
    height: 100%;
    width: auto;
}

.navbar-nav>li>a {
    padding-top: 45px;
    padding-bottom: 35px;
}

.navbar-fixed-top {
    /* position: relative;*/
    margin-bottom: 0 !important;
}

.navbar-default {
    background-color: rgba(255,255,255,0.9) !important;
}

.navbar .container  {
    text-align: center;
}

.navbar .container img {
    margin: 10px auto;
    max-height: 190px;
}

#home {
    background: url(../image/Landscape.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 451px 0 400px;
}

#home h1 {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 140%;
    text-align: center;
    font-weight: 200 !important;
}

#balken {
    background: #6d6d6d;
    color: #fff;
    padding: 10px 25px;
}

#balken > p, #balken > p > a {
    margin: 0;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 11px !important;
    color: #fff;
    letter-spacing: 1px;
}

#balken > p > a:hover {
    color: #c29b3c;
    text-decoration: none;
}

#angebote {
    background: #eee;
    padding: 100px 0;
}

#angebote iframe {
    width: 90%;
    margin: 0 auto;
}

#ansprechpartner {
    padding: 100px 0;
}

#ansprechpartner .row {
    margin: 125px 0;
}

#ansprechpartner h2 {
    margin-top: 0;
}

#impressum {
    background: #eee;
    padding: 100px 0;
    font-size: 0.6em;
}

@media (max-width: 950px) {
   #home {
        padding: 351px 0 200px;
    }
 }