.startseite {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #B0FF00;
    background-size: cover;
    height: 333px;
}
.home {
    background: url(../img/home.jpg) no-repeat center center;
    background-size: cover;
}
.geschichte {
    background: url(../img/wehr-geschichte.jpg) no-repeat center center;
    background-size: cover;
}  
.kontakt {
    background: url(../img/kontakt.jpg) no-repeat center center;
    background-size: cover;
}  
.einsatz2015 {
    background: url(../img/2015.jpg) no-repeat center center;
    background-size: cover;
} 
.einsatz2013 {
    background: url(../img/2013.jpg) no-repeat center center;
    background-size: cover;
}  
.ueber {
    background: url(../img/ueber-uns.jpg) no-repeat center center;
    background-size: cover;
}
.impressum {
    background: url(../img/impressum.jpg) no-repeat center center;
    background-size: cover;
}
.termine {
    background: url(../img/Kalender.jpg) no-repeat center center;
    background-size: cover;
}
.news {
    background: url(../img/news.jpg) no-repeat center center;
    background-size: cover;
}
.infos {
    background: url(../img/rauchmelder.jpg) no-repeat center center;
    background-size: cover;
}
.startseite-text {
    position: relative;
    padding-top: 5%;
    padding-bottom: 20%;
    text-size: 4em;
}

.startseite-text > h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.startseite-divider {
    width: 100px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.startseite-text > h5 {
    font-size: 20px;
    text-shadow: 2px 2px 200px rgba(0,0,0,0.6);
}


.responsive-video {
position:relative;
padding-bottom:56.25%;
padding-top:15px;
height:0;
overflow:hidden;
}
.responsive-video iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}