body, html {
height: 100%;
width: 100%;
}

.navbar{
    background-color: #23415C;
    padding:1% 5;
    color: #FFFFFF;
}

.navbar-brand{
width: 27px;
padding: 0 10px 5px;
}

.navbar-toggle{
    color:#D7E424 ;
}

.icon-bar{
    color: red;
}

.navbar-defult .navbar-nav li a {
    color: #FFF;
}

.navbar-defult .navbar-nav li a:hover, .navbar-defult .navbar-nav li a:active  {
    color: #FFF;
}

#fixed{
    background: url(../img/hintergrund.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;    
}

#home{
    background: url(../img/hinter.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;    
}

.landing-text{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.landing-text h1{
    font-size:500% ;
    font-weight: 700;
}

.padding{
    padding: 80px 0;
}

.padding img{
    width: 100%;
}

footer{
    width: 100%;
    background-color: #23415C;
    padding: 5% 5% 5% 5%;
    color: #FFFFFF;
}
