/*--------------menue_free-over head----------------------------*/
.table_main_td_menue_free_over_head {
    position: relative;
    font-size: 0.8em;
    float: left;
    margin-top: 0em;
    width: 100%;
    height: 0;
    margin-top: 0em;
    background-color: rgb(234, 234, 234);
    overflow: auto;
    overflow: visible;
}

.table_main_td_menue_free_over_head_inner {
    position: fixed;
    z-index: 1;
    margin-right: 2%;
    float: right;
    border: 0px red solid;
    height: auto;
    line-height: 1.1em;
}

.table_main_td_menue_free_over_head ul {
    list-style-type: none;
}

.table_main_td_menue_free_over_head li {
    display: inline;
    margin-left: 0.5em;
}

.table_main_td_menue_free_over_head li.this_page a {
    font-weight: bold;
}

.table_main_td_menue_free_over_head li a:link {
    color: #fff;
}

.table_main_td_menue_free_over_head li a:visited {
    color: #fff;
}

.table_main_td_menue_free_over_head li a:hover {
    text-decoration: underline;
}

/*---------------table_main_td_menue_free_bottom--------------------*/
.table_main_td_menue_free_bottom {
    line-height: 1.4em;
    padding: 3em 0 3em 0;
}

.table_main_td_menue_free_bottom_inner {
}

.table_main_td_menue_free_bottom ul {
    list-style-type: none;
    /* display: inline-flex; */
    border: 0px red solid;
    padding: 0;
    width: 100%;
    text-align: center;
}

.table_main_td_menue_free_bottom li {
    display: inline-flex;
    margin-left: 0.5em;
}

.table_main_td_menue_free_bottom li.this_page a {
    font-weight: bold;
}

.table_main_td_menue_free_bottom li.this_page a {
    font-weight: bold;
}

.table_main_td_menue_free_bottom li a:link {
    color: #dadada;
}

.table_main_td_menue_free_bottom li a:visited {
    color: #dadada;
}

.table_main_td_menue_free_bottom li a:hover {
    text-decoration: underline;
}

/* ------------------ nav sisters oben und unten ----------------------------*/
.nav_sisters {
    margin-top: 0em;
}

.menue_free_sisters_bottom {
    display: none
}

@media screen and (max-width: 1000px ) {
    .table_main_td_menue_free_over_head {
        display:none;
    }

    .menue_free_sisters_bottom {
        display: block;
    }
}
