/* Gedeeld WillemPower-menu voor alle stamboompagina's. */
.website-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 58px;
    padding: 10px 24px;
    overflow-x: auto;
    color: #ffffff;
    font: 600 14px Arial, Helvetica, sans-serif;
    white-space: nowrap;
    background: #174d70;
    border-bottom: 2px solid #00a85a;
    box-sizing: border-box;
}

.website-menu a {
    color: #ffffff;
    text-decoration: none;
}

.website-menu a:hover,
.website-menu a:focus {
    color: #7ff0b4;
    text-decoration: underline;
}

.website-menu .website-menu-logo {
    margin-right: 10px;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: .5px;
}

.tree-page-content {
    position: relative;
    top: 66px;
}

@media print {
    .website-menu { display: none; }
    .tree-page-content { top: 0; }
}
