*{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans' ,sans-serif;
}


@media screen {
    #navigation table td:nth-child(1){
        background-color:#163e81;
    }
    #menueResponsive ul li:nth-child(1){
        background-color:#a1acbb;
    }
    # table td:nth-child(1){
        background-color:#163e81;
    }
    #contentImpressum{
        margin: 0px auto;
        padding-bottom: 35px;
        width: 960px;
        text-align: left;
    }
    #contentImpressum p{
        font-size: 12px;
        margin-right: 15px;

    }
    #bild img {
        width: 960px;
    }
    #bild2{
        display:none;
    }

    h1{
        text-align: left;
        font-size: 16px;
        margin: 20px;
        margin-top: 40px;
    }

    #name p{
        text-align: left;
        font-size: 14px;
        margin-left: 20px;
    }

    .ueberschrift{

        text-align: left;
        font-size: 14px;
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 100px;

    }

    .inhalt{
        text-align: left;
        font-size: 14px;
        margin-left: 20px;
        margin-top: 5px;
        margin-right: 20px;
    }
    .inhalt a{
        color:#163e81;
    }
    body {
        background-image: url(Flugzeug.png);
        background-size: 300px;
        background-repeat: no-repeat;
        background-position: 85% 10px;
        background-color:#fff;
    }
}

@media (max-width: 1400px){

    body{
        background-size: 200px;
        background-position: 90% 20px;
    }
}


@media (max-width: 960px){
body {
        background-image: none;
        
    }
    #contentImpressum{
        max-width: 960px;
        width: 100%;
    }
    .ueberschrift{
        width: 95%;
    }
    .inhalt{
        width: 95%;

    }
    #bild img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ueberschrift{
        width: 90%;
    }
    .inhalt{
        width: 90%;
        font-size: 12px;

    }
    #bild{
        display:none;
    }
    #bild2{
        display: block;
    }
    #bild2 img{
        width: 100%;
    }


}

