body {
    background-color: #999999;
}

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

a:active {
    text-decoration: none;
    color: #000000;
}

.Stil1 {
    color: #000000;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #343434;
    text-align: center;
}

h1 {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #bd122b;
}

.fliesstext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    text-align: justify;
}

.navi_unten {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}

.ueberschrift {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #bd122b;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.navi_unten {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    text-align: center;
}

.navi_unten_fett {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-align: center;
}

.tabelle_zentriert {
    margin: auto;
}

.fliesstext_unterstrichen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #000000;
    text-decoration: underline;
    text-align: justify;
}

@media (max-width:964px) {
    #containergross {
        display: none;
    }

    /* NAVI RESPONSIVE START */
    #inhalte_mobil {
        margin-top: 10px;
        width: 98%;
        margin-left: 1%;
        background-color: #ffffff;
    }

    * {
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .fliesstext_abstand,
    .h1_abstand {
        font-size: 120% !important;
    }

    .navi_unten_fett {
        font-size: 95% !important;
    }

    header {
        width: 100%;

        /*float: left;*/
        background: white;
    }

    .container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .logo {
        display: block;
        width: 100%;
        padding: 1em;
        text-decoration: none;
        color: white;
    }

    .site-nav {
        width: 100%;
        float: left;
    }

    .site-nav li {
        float: left;
        width: 100%;
        position: relative;
    }

    .site-nav a {
        display: block;

        /*height: 100%;*/
        width: 100%;
        padding: 1em;
        text-decoration: none;
        color: white !important;
        background: rgb(156,156,156);
        border-top: 1px solid rgba(0,0,0,0.5);
    }

    .site-nav a:hover {
        background: rgb(120,120,120);
    }

    .js .site-nav {
        display: none;
    }

    .js .sub-menu {
        display: none;
    }

    .sub-menu li:last-of-type {
        padding-bottom: 0;
    }

    .sub-menu a {
        background: #a54c4c;
    }

    .sub-menu .sub-menu a {
        background: rgb(156,156,156);
    }

    /* toggles */
    .toggle-site-nav {
        background: rgba(205,38,38, 1.0);
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 1em;
        color: white;
        cursor: pointer;
    }

    .toggle-site-nav:hover {
        background: rgb(130,130,130);
    }

    .toggle-sub-menu {
        display: none;
    }

    .js .toggle-sub-menu {
        position: absolute;
        right: 0;
        top: 1px;

        /* Höhe des borders */
        display: block;
        padding: 1em;
        background: black;
        height: 50px;
        width: 100%;
        cursor: pointer;
        color: white;
        opacity: 0.3;
    }

    .js .toggle-sub-menu.active {
        background: black;
    }

    .toggle-sub-menu:hover,
    .toggle-sub-menu.active:hover {
        background-color: black;
    }

    @media screen and (min-width:965px) {
        .logo {
            width: auto;
            float: none;
        }

        .site-nav {
            float: right;
            width: auto;
            display: block !important;
        }

        .site-nav a {
            border: none;
        }

        .site-nav li {
            width: auto;
            padding: 0;
        }

        .site-nav li:hover {
            background: black;
        }

        .has-sub-menu a {
            padding-right: 2em;
        }

        /* sub menu */
        .site-nav li > .sub-menu {
            display: none;
            position: absolute;
            width: 300px;
            padding: 0 25px 25px 25px;
            left: -25px;
            top: 50px;
        }

        .sub-menu {
            display: none;
        }

        .sub-menu li {
            width: 100%;
        }

        .sub-menu > a {
            width: 100%;
            display: block;
        }

        .has-sub-menu .has-sub-menu .sub-menu {
            display: none;
            position: absolute;
            width: 300px;
            padding: 0 25px 25px 25px;
            left: 224px;
            top: 0px;
        }

        .toggle-site-nav {
            display: none !important;
        }

        /* Navigationspunkte, die nach links ausklappen */
        .sub-left > .sub-menu {
            left: auto;
            right: 0;
        }

        .site-nav .sub-menu .sub-left > .sub-menu {
            left: -275px;
        }
    }

    /* NAVI RESPONSIVE ENDE */
}

@media (min-width:965px) {
    #containerklein {
        display: none;
    }

    #inhalte_mobil {
        display: none;
    }
}

.cursiv_zitat {
    font-style: italic;
    font-weight: bold;
}

@media (max-width:964px) {
    .hintergr_grau {
        background-color: #d6d6d6;
    }
}

.h1_abstand {
    padding: 20px;
    text-align: left;
    font-family: Arial, Helvetica, sans serif;
    color: #a63939;
    font-weight: bold;
    font-size: 19px;
}

.fliesstext_abstand {
    font-family: Arial, Helvetica, sans serif;
    font-size: 15px;
    color: #454545;
    text-align: left;
    padding: 11px 20px 2px;
}

.bild_abstand {
    margin: 6px;
}

@media (max-width:964px) and (min-width:450px) {
    .plan_mittel {
        width: 450px;
        text-align: center;
    }
}