/*
MAIN
 */
h1 {
    font-size: 27px !important;
    border-bottom: solid 1px !important;
}
h2 {
    font-size: 24px !important;
    border-bottom: solid 1px !important;
}
h3 {
    font-size: 20px !important;
    border-bottom: solid 1px !important;
}
h4 {
    font-weight: bold !important;
}

.text1 {
    margin-left: 6%;
    width: 80%;
    text-align: justify;
}
.leistungen{
    width: 550px;
    margin-left: 6%;
    margin-top: 35px;
    color: black;
    float: left;
}
.leistungenText{
    width: 550px;
    margin-left: 6%;
    margin-top: 30px;
}

.kondor{
    width: 550px;
    margin-left: 6%;
    margin-top: 150px;
    color: black;
    float: left;
}
.kondorText{
    width: 550px;
    margin-left: 6%;
    margin-top: 30px;
}

.überschrift{
    width: 650px;
    margin-left: 6%;
    margin-top: 35px;
    color: black;
    float: left;
}
.überschriftText{
    width: 650px;
    margin-left: 6%;
    margin-top: 30px;
}
.einstellen{
    width: 450px;
    margin-left: 55%;
    margin-top: -271px;
}
.einstellenText{
    width: 450px;
    margin-top: 30px;
}
.download{
    width: 450px;
    margin-left: 55%;
    margin-top: -394px;
}
.projekt{
    width: 650px;
    margin-left: 6%;
    margin-top: 280px;
    color: black;
    float: left;
}
.projektText{
    width: 650px;
    margin-left: 6%;
    margin-top: 300px;
}
.clear{
    clear: both;
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 14px !important;
    }
    h1 {
        font-size: 23px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 16px !important;
    }
    .text1{
        width: 90% !important;
        text-align: left !important;
    }

    .einstellen {
        width: 90% !important;
        margin-left: 6% !important;
        margin-top: 15px !important;
    }
    .einstellenText {
        width:90% !important;
        margin-left: 0 !important;
        margin-top: 15px !important;
    }

    .download {
        width: 90% !important;
        margin-left: 6% !important;
        margin-top: 15px !important;
    }
    .projekt {
        float: none !important;
        width: 90% !important;
        margin-left: 6%;
        margin-top: 15px !important;
    }
    .projektText {
        width: 90%;
        margin-left: 6%;
        margin-top: 15px;
    }
    .kondor {
        width: 90% !important;
        margin-left: 6%;
        margin-top: 15px !important;
        color: black;
        float: none !important;
    }

    .kondorText {
        width: 90% !important;
        margin-left: 6%;
        margin-top: 15px !important;
    }

    .leistungen {
        width: 90% !important;
        margin-left: 6%;
        margin-top: 15px !important;
        color: black;
        float: none !important;
    }

    .leistungenText {
        width: 90% !important;
        margin-left: 6%;
        margin-top: 15px !important;
    }

    .überschrift {
        width: 90% !important;
        margin-left: 6%;
        margin-top: 15px !important;
        color: black;
        float: none !important;
    }

    .überschriftText {
        width: 90% !important;
        margin-left: 6%;
        margin-top: 15px !important;
    }
}
