.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 0.7;
    background-color: #ffffff;
    border: 3pxsolid black;

    /*border-radius:
 */
    color: #000000;
}

a:link,
a:visited {
    color: #000000;
    background-color: #cad122;
}

a:active,
a:hover {
    color: #848559;
}

.headline {
    font-family: 'Arial', sans-serif;
    font-size: 2em;
    color: #f9b100;
    font-style: bold;
}

.bg-success {
    background-color: #fdec1a;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;

    /* border-color: #ffffff */
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

    /* border: 2px solid */
    background-color: #fdec1a;
    height: 40px;
    padding-bottom: 6px;
    padding: 0rem 1rem;
}

/*.navbar-expand-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 40px;
    border: 2px;
    border-color: white;
    background-color: #cad122;
}*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #cad122;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

#logo {
    background-image: url(images/hgr-header.jpg);
    background-repeat: repeat-x;
}

#weiss {
    background-color: white;
    height: 3px;
    width: 100%;
}

#weiss2 {
    background-color: white;
    height: 46px;
    width: 100%;
}

#gruen {
    background-color: #cad122;
    width: 80%;
    float: right;
    vertical-align: middle;
    height: 40px;
}

#flex-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:1299px) {
    #flex-container {
        width: 100% !important;
    }
}

#soft {
    background-color: #e5e79c;
    width: 20%;
    float: left;
    height: auto;
    min-height: 600px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#20jahre {
    background-color: #e5e79c;
    background-image: images/hgr-soft;
    background-image: ../images/hgr-soft;
    width: 20%;
    float: left;
    height: auto;
    min-height: 150px;
}

#gelb {
    background-color: #fdec1a;
    width: 20%;
    height: 40px;
    float: left;
    border-bottom: 5 px;
    border-bottom-color: #ffffff;
    vertical-align: middle;
}

#seite {
    background-color: #fffdec;
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background-image: url(images/hgr_header.jpg);
    background-repeat: repeat-x;
    background-color: white;
    width: 100%;
    height: 195px;
    margin-left: auto;
    margin-right: auto;
}

#header-mobile {
    display: none;
}

#seiten-hgr {
    background-color: #fffdec;
    width: 80%;
    height: auto;
    float: right;
    height: auto;
    padding-left: 22px;
    padding-right: 15px;
    border-bottom: 2px solid;
    border-bottom-color: #ffffff;
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#footer {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    padding-left: 12px;
}

#footer-mobile {
    display: none;
}

.klein {
    font-size: 11px;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
    border: 0px solid;
    border-color: #ffffff;
}

@media only screen and (max-width: 1300px) {
    #seite {
        width: 100%;
        height: 100%;
    }

    #gelb {
        display: none;
    }

    #soft {
        display: none;
    }

    #seiten-hgr {
        width: 100%;
        padding-left: 20px;
        max-height: none;
        min-height: none;
        overflow: visible;
    }

    #gruen {
        width: 100%;
        padding-left: 0px;
    }

    #20jahre {
        display: none;
    }

    #footer-mobile {
        width: 100%;
        display: block;
        height: auto;
        background-color: white;
        padding-left: 22px;
    }
}

@media only screen and (max-width: 1000px) {
    #seite {
        background-color: #fffdec;
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #header {
        display: none;
    }

    #header-mobile {
        background-image: url(images/hgr_header.jpg);
        background-repeat: repeat-x;
        background-color: white;
        width: 100%;
        height: 195px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #gruen {
        width: 100%;
        display: block;
    }

    #footer-mobile {
        display: block;
    }

    #seiten-hgr {
        background-color: #fffdec;
        width: 100%;
        height: auto;
        display: block;
    }

    #weiss {
        background-color: white;
        height: 3px;
        width: 100%;
        display: none;
    }

    #weiss2 {
        background-color: white;
        height: 46px;
        display: block;
        width: 100%;
    }

    #soft {
        display: none;
    }

    #20jahre {
        display: none;
    }

    #gelb {
        display: none;
    }

    body {
        min-width: 150px !important;
    }

    .container {
        min-width: 150px !important;
    }

    .navbar {
        height: auto;
    }
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
    color: #e0e47b !important;
    background-color: #b1b71b;
}

.ml-auto {
    background-color: #fefefe;
}

.nav-link {
    display: block;
    margin-left: -10px;
    margin-right: -8px;
    margin-top: 0px;
    padding: 0.5rem 0.5rem 0.5rem 0px;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: #000000;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
}

.link_ohne {
    background-color: #ffffff !important;
}