@media screen{
    #navigation table td:nth-child(5){
        background-color:#009fe3;
    }
    #navigation table td:nth-child(1){
        background-color:#163e81;
    }
    #menueResponsive ul li:nth-child(5){
        background-color:#009fe3;
    }
    #menueResponsive ul li:nth-child(1){
        background-color:#a1acbb;
    }
    footer{
        margin-top: 50px;
    }
    
    body {
        background-image: url(Flugzeug.png);
        background-size: 300px;
        background-repeat: no-repeat;
        background-position: 85% 10px;
        background-color:#fff;
    }
#contentFaqs{
    margin: 0 auto;
    width: 960px;
    text-align: center;
}
#bildFaqs img{

    width: 960px;

}
#direkt{
    width: 200px;
    height: 20px;
    background-color: #009fe3;
    color: white;
    text-align: right;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 13px;
    float: right;
}
#direkt a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin-left: -5px;
    width: 150px;
    height: 50px;
}
#einleitung{

}
#einleitung h1{
    text-align: left;
    font-size: 16px;
    margin-left:  35px;
    margin-top: 70px;
}

#einleitung p{
    text-align: left;
    margin-top: 20px;
    margin-left:  35px;
    font-size: 14px;
    margin-bottom:  50px;
}
#blauKastenFaqs{
    height: 35px;
    width: 960px;
    background-color: #009fe3;

}
#blauKastenFaqs p{
    color: white;
    font-size: 16px;
    text-align: left;
    padding-top: 7px;
    padding-left: 35px;
}

.grauKasten {
    height: 35px;
    width: 960px;
    background-color: #a1acbb ;
    margin-top: 20px;
}
.grauKasten p {
    color: white;
    font-size: 14px;
    text-align: left;
    padding-top: 8px;
    padding-left: 35px;
}


.question {
    display:block;
    cursor: pointer;
    text-align: left;
    margin-left: 20px;
    margin-top: 70px;
    margin-right: 50px;
}
.answer {
    display:none;
}

.question p{
    margin-top: -75px;
    margin-left: 70px;
    margin-right: 70px;
    font-size: 14px;
    text-decoration: underline;
}

.answer p{
    margin-top: 20px;
    margin-left: 95px;
    margin-right: 20px;
    text-align: left;
    font-size: 14px;
    color: #505a6b;
}

.answer p b{
    font-size:  14px;
}

.closed:after {
    content: url("pfeil_runter_klein.png");
    float: right;
    margin-right: 20px;
    margin-top: -24px;

}

.open:after {
    content: url("pfeil_hoch_klein.png");
    float:right;
    margin-right: 20px;
    margin-top: -24px;
}




.zumSeitenanfang a{
    color: #a1acbb;
    font-size:14px;

}
.zumSeitenanfang {
    text-align: right;
    margin-top: 40px;
    margin-right: 20px;
}

#seitenEnde{
    height: 300px;
    background-color: white;
}

    #einleitungAnfang{
        display:none;
    }
    #einleitungEnde{
        display:none;
    }
    .answer p i{
        font-size:14px;
    }

}

@media (max-width: 1400px){

    body{
        background-size: 200px;
        background-position: 90% 20px;
    }
}

@media (max-width: 960px){

body {
        background-image: none;
        
    }
    .zumSeitenanfang a{
        color: #a1acbb;
        font-size:14px;

    }
    #contentFaqs{
        max-width: 960px;
        width: 100%;
    }

    #bildFaqs img{
        width:100%;
    }
    #direkt{

    }
    #direkt a{
        color: white;
        text-decoration: none;
        font-size: 16px;
        margin-left: -5px;
        width: 150px;
        height: 50px;
    }
    #blauKastenFaqs{
        width: 100%;
    }

    .grauKasten{
        width: 100%;
    }
    #einleitung p{
        margin-right: 2%;
    }

    #einleitungAnfang{
        display:none;
    }
    #einleitungEnde{
        display:none;
    }
    .answer p i{
        font-size:14px;
    }

}

@media (max-width: 768px){
    .closed:after {
        content: url("pfeil_runter_klein.png");
        float: right;
        margin-right: -15px;
        margin-top: -24px;

    }

    .open:after {
        content: url("pfeil_hoch_klein.png");
        float:right;
        margin-right: -15px;
        margin-top: -24px;
    }
    #contentFaqs{
        max-width: 768px;
        width: 100%;
    }
    .zumSeitenanfang a{
        color: #a1acbb;
        font-size:12px;

    }

    #direkt{
        display: none;
    }
    #blauKastenFaqs{
        width: 100%;
    }

    .grauKasten{
        width: 100%;
    }
    .question img{
        width: 50px;

    }

    .question p{
        margin-left: 60px;
        font-size:12px;
    }

    .answer p{
        margin-left:70px;
        margin-right: 60px;
        font-size:12px;
    }
    .answer p b{
        font-size:  12px;
    }
    .answer p i{
        font-size:12px;
    }

    #einleitung{
        height: 700px;
        position: relative;
        top: 0px;
        display: none;

    }

    #verlauf{

        height: 300px;
        width: 100%;
        position: relative;
        top: -500px;
        background:#EBEBEB;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 1.0)));
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0)); /* Firefox */
        background: linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8)); /*  CSS3 */
    }
    #einleitung{

    }
    #einleitungAnfang{
        display: block;
    }
    #einleitungAnfang{
        margin: 30px;
    }
    #einleitungAnfang h1{
        text-align: left;
        font-size: 14px;
    }

    #einleitungAnfang p{
        text-align: left;
        margin-top: 20px;
        font-size:12px;
    }
    #einleitungEnde{
        display:none;
    }

    #button{
        width: 300px;
        height: 50px;
        background-color: #163e81;
        color: white;
    }

}
