.page-menu-box {
    position: relative;
    background: #f6f6f6;
    margin: 0px 0px 0px 0px;
    border-top: 4px solid #c00;
    padding-left: 5px;
}

.page-menu {
    margin: 0px 0px 0px 0px;
    display: flex;
    position: relative;
}

.page-menu a {
    padding: 12px 10px 12px 10px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}

.page-menu-more {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 15px 12px 15px;
    background: #f6f6f6;
    border: 0px solid #c00;
    cursor: pointer;
    display: none;
    font-weight: 600;
}

.page-menu-pom {
    position: absolute;
    top: 55px;
    right: 0px;
    display: none;
    background: #fff;
    border: 2px solid #c0c0c0;
    z-index: 100;
}

.page-menu-pom a {
    display: block;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
}

.page-menu-pom a:last-of-type {
    border-bottom: 0px;
}


.profil-menu-box {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-left: 10px;
    border-bottom: 0px solid #e8e8e8;
    background: #fff;
}

.profil-menu {
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.profil-menu a {
    padding: 12px 15px;
    font-weight: 500;
    color: #c00;
    white-space: nowrap;
    border-top: 4px solid #fff;
}

.profil-menu a.active {
    color: #000;
    font-weight: 600;
    background: #f6f6f6;
    position: relative;
    bottom: -1px;
    z-index: 2;
    border-top: 4px solid #e8e8e8;

}

.profil-menu-more {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 15px 12px 20px;
    background: #fff;
    border-top: 4px solid #fff;
    cursor: pointer;
    display: none;
    font-weight: 600;
    z-index: 3;
}

.profil-menu-pom {
    position: absolute;
    top: 55px;
    right: 0px;
    display: none;
    background: #fff;
    border: 2px solid #c0c0c0;
    z-index: 100;
}

.profil-menu-pom a {
    display: block;
    padding: 10px;
    color: #c00;
    border-bottom: 1px solid #e8e8e8;
}

.profil-menu-pom a.active {
    color: #333;
    font-weight: 600;
}

.profil-menu-pom a:last-of-type {
    border-bottom: 0px;
}



.menu-x1 {
    cursor: pointer;
}

.menu-x2 {
    display: none;
    padding: 5px 5px;
    background: #fff;
    border: 1px solid #d0d0d0;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: auto;
    z-index: 999;
    -moz-box-shadow: 0px 0px 10px rgba(160, 160, 160, 0.8);
    -webkit-box-shadow: 0px 0px 10px rgba(160, 160, 160, 0.8);
    box-shadow: 0px 0px 10px rgba(160, 160, 160, 0.8);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=true, ShadowOpacity=0.50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=10,MakeShadow=true,ShadowOpacity=0.50)";
    zoom: 1;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;

    -khtml-border-radius-topleft: 3px;
    -khtml-border-radius-topright: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -khtml-border-radius-bottomright: 3px;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.menu-x2 a {
    display: block;
    padding: 10px 10px;
    color: #333;
    font-weight: 500;
    text-align: left;
    font-size: 13px;
}

.menu-x2 a:hover {
    background: #f0f0f0;
}

.menu-x2 .check {
    color: #282;
    font-size: 1em;
    vertical-align: middle;
}

@media only screen and (min-width: 999px) {

    .page-menu-box {
        display: block;
    }

    .page-menu a {}

}