.content {
    /* padding: 50px; */
}

/*
.navbar-nav {
    position: fixed;
    width: 200px;
    left: 750px;
    top: 50px;
    list-style-type: none;
}
*/

.nav-item_menu_active {
    font-size: 1.2rem !important;
    color: #fcd303 !important; /* GELB Active Page */
    text-decoration: underline;
    text-underline-offset: 6px;
    font-weight: bold !important;
}

.nav-link_active_color,
.section_header_color {
    color: #fcd303 !important; /* GELB Active Page */
}

.content_section {
    /* 
    width: 600px;
    padding: 25px;
    color: #676767;
    background-color: #fff;
    */
}

.content_section_active {
    /*
    color: #ffffff;
    background-color: #000;
    */
}

/*
h1 {
    font-size: 14pt;
    padding-bottom: 20px;
}
*/