header {
    height: /*var(--global-height)*/ 10vh;
}

.menuclosed {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2vh 5vw;
}

.menuimage {
    max-height: 6vh;
}

.menumainrow {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    justify-content: space-between;
    align-items: center;
}

.menumainrow p {
    text-decoration: underline;
    cursor: pointer;
    color: white;
    font-size: 2vh;
}

#openMenu {
    cursor: pointer;
    max-height: 4vh;
}

#popupmenu {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2vh 5vw;
    background-color: white;
}

#popupmenu p {
    color: black;
    cursor: pointer;
}

#closeMenu {
    cursor: pointer;
}

.legaldropdowncontent {
    width: 15vw;
}

.careersdropdowncontent {
    width: 10vw;
}

.legaldropdown:hover .legaldropdowncontent {
    display: block;
}

.legaldropdowncontent a {
    display: block;
    padding: 10px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.legaldropdowncontent a:hover {
    background-color: #f1f1f1;
}

.careersdropdowm:hover .careersdropdowncontent {
    display: block;
}

.careersdropdowncontent a {
    display: block;
    padding: 10px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.careersdropdowncontent a:hover {
    background-color: #f1f1f1;
}

.rebornfamilidropdown,
.legaldropdown,
.careersdropdown {
    display: inline-block;
    position: relative;
}

.rebornfamilidropdowncontent,
.legaldropdowncontent,
.careersdropdowncontent {
    display: none;
    position: absolute;
    overflow: auto;
    border-radius: 0 0 10px 10px;
}

.rebornfamilidropdowncontent {
    width: 20vw;
    /*transition: width 0.3s ease;*/
}

.rebornfamilidropdown:hover .rebornfamilidropdowncontent {
    display: block;
}

.rebornfamilidropdowncontent a {
    display: block;
    padding: 10px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.rebornfamilidropdowncontent a:hover {
    background-color: #f1f1f1;
}

.menuitemexpandable {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 0 10px;
}

.menuitemexpandable img {
    max-height: 14px;
}

.menuitemexpandable p {
    color: black;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.menuitemexpandable:hover {
    background-color: #f1f1f1;
}

.ourstrategyexpandable,
.ourcoreexpandable {
    max-width: 20vw;
}

.ourstrategyexpandable,
.ourcoreexpandable {
    display: none;
    /*transition: width 0.3s ease;*/
}

.ourstrategyexpandable a {
    padding: 10px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.ourcoreexpandable a {
    padding: 10px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.rebornfamilyrow {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    justify-content: start;
    align-items: center;
    background-color: white;
}

.rebornfamilydivider {
    margin: 4px;
    width: 1px;
    background-color: black;
    height: 100px;
}