* {
    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;
    }
    #contentDatenschutz {
        margin: 0px auto;
        padding-bottom: 35px;
        width: 960px;
        text-align: left;
    }
    #contentDatenschutz 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;
    }

    .einleitungstext {
        text-align: left;
        margin-left: 20px;
        margin-bottom: 20px;
    }


    .ueberschrift {
        font-size: 14px;
    }

    .inhalt {
        text-align: left;
        font-size: 12px;
        margin-left: 20px;

        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;
    }
    td {
        padding: 5px;
    }
    td p {
        text-align: left;
        font-size: 14px;
        margin-left: 20px;
        margin-top: 5px;
        margin-right: 20px;
    }
    .aufzaehlung {
        padding-left: 40px;
    }

}

@media (max-width: 1400px) {

    body {
        background-size: 200px;
        background-position: 90% 20px;
    }
}


@media (max-width: 960px) {
    body {
        background-image: none;

    }
    #contentDatenschutz {
        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%;
    }


}
