.BigImageBoxP{
    margin-top: 140px;
    width: 100%;
    position: relative;
}

.BigImageP{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 350px;
}

.unterline{
    width: 250px;
    height: 10px;
    background-color: rgba(214, 214, 214, 0.609);
}

.unterlineChosen{
    width: 250px;
    height: 10px;
    background-color: #00ff33;
}

.NaviItem{
    background-color: rgba(44, 44, 44, 0.623);
    padding: 20px;
    box-shadow: rgba(148, 148, 148, 0.452) 0px 5px 15px;
}

.NaviItem:hover{
    cursor: pointer;
}

.NaviItem:hover .unterline{
    background-color: #00ff33;
}

.pulverImg{
    width: 90%;
    height: auto;
}

.CustomNaviRow{
    position: absolute;
    width: 100%;
    top: 40%;
    padding-left: 200px;
    padding-right: 200px;
}

.NaviItemText{
    text-align: center;
    font-size: 35px;
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 756px) {
    .BigImageBoxP{
        margin-top: 120px;
    } 
}
