/*------------- user ----------------------------*/
/*-------------table_menue_free-over head----------------------------*/
/*-------------table_main_td_menue_free_bottom--------------------*/
/* ------------nav sisters oben und unten ----------------------------*/
/*--------------------------------------menue_free-over head----------------------------*/
.table_main_td_menue_free_over_head {
    position: relative;
    /* font-size: 0.9em; */
    /* float: left; */
    /* margin-top: 0em; */
    width: 100%;
    /* height: auto; */
    /* margin-top: 0em; */
    background-color: #b5bdab;
    /* overflow: auto; */
    /* overflow: visible; */
    overflow: auto;
}

.table_main_td_menue_free_over_head_inner {
    position: relative;
    top: 0em;
    z-index: 1;
    width: auto;
    margin: auto;
    display: inline-block;
    text-align: center;
    float: left;
    /* border: 1px red dashed; */
    height: auto;
    line-height: 1.4em;
    padding: 0.5em;
    /* box-sizing: border-box; */
}

.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: #00ff80;
}

.table_main_td_menue_free_over_head li a:visited {
    color: #00ff80;
}

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

.table_main_td_menue_free_over_head p {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

/*---------------table_main_td_menue_free_bottom--------------------*/
.table_main_td_menue_free_bottom {
    float: left;
    margin-top: 0em;
    width: 100%;
    margin-top: 0em;
    background-color: rgba(212, 184, 88, 0);
    border: 0px red dashed;
    overflow: auto;
    height: auto;
    line-height: 1em;
}

.table_main_td_menue_free_bottom_inner {
    margin: auto;
    float: none;
    border: 0px red solid;
    height: auto;
    text-align: center;
    /* padding: 0em; */
}

.table_main_td_menue_free_bottom ul {
    list-style-type: none;
    display: inline-block;
    border: 0px #0064ff dashed;
    padding: 0;
    /* width: 100%; */
    text-align: center;
    line-height: 1.9em;
    margin: 0;
}

.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 a:link {
    color: brown;
}

.table_main_td_menue_free_bottom li a:visited {
    color: brown;
}

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

/* ------------------ nav sisters oben und unten ----------------------------*/
.menue_free_sisters_bottom {
    border-top: 1px #9E9E9E solid;
    margin-top: 1em;
    padding: 0em;
    overflow: auto;
    float: left;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.nav_sisters {
    border: 0px green dashed;
    overflow: auto;
    box-sizing: border-box;
    /* line-height: 1.4em; */
    /* font-size: 11pt; */
    margin: 2em 0em 0em 0em;
}

.nav_sisters_inner {
    border: 0px green dashed;
    overflow: auto;
    box-sizing: border-box;
    /* line-height: 1em; */
}

/*-----------------------------------------------------------------------*/
.pm_parent_von_submeue {
    font-weight: normal;
    padding: 0em;
    overflow: auto;
    font-size: inherit;
    line-height: 1.4em;
    width: auto;
    vertical-align: middle;
    display: block;
    border: 0px blue dashed;
    height: auto;
}

.pm_parent_von_submeue span {
    display: inline-block;
}

.pm_parent_von_submeue > span:first-child {
    /* color:red; */
    margin-right: 0.4em;
}

.pm_parent_von_submeue > span:first-child::after {
    /* content: " \279C"; */
}

.pm_parent_von_submeue > span:last-of-type {
    color: inherit;
    /* font-weight: bold; */
}

.pm_parent_von_submeue > span:last-of-type::before {
    content: "\00BB";
}

.pm_parent_von_submeue > span:last-of-type::after {
    content: "\00AB";
}

.menue_free_sisters_bottom ul {
    margin-top: 1em;
    /* border:3px red dashed; */
    padding-left: 0.3em;
}

.menue_free_sisters_bottom ul li .this_page {
    color: inherit;
    font-weight: normal;
}

.menue_free_sisters_bottom ul li {
    /* color:#2196F3; */
    font-weight: normal;
    list-style-type: none;
    line-height: 2em;
}

.menue_free_sisters_bottom ul li::before {
    content: " \279C";
    margin-right: 0.3em;
    font-weight: bold;
}



/* ------------------ nav sisters oben ----------------------------*/
.menue_free_sisters_top{
    border-bottom:1px #585858 solid;
    margin-bottom: 1em;
}
.menue_free_sisters_top ul li {
    border:0px red solid;
    display:inline-block;
    margin-right:0.5em

}
.menue_free_sisters_top ul li::before {
    content: " \279C";
    margin-right: 0.3em;
    font-weight: bold;
}

/*-----------------------------------------------------------------------*/
