@font-face {
    font-family: 'Rijksoverheid Sans';
    src: url('/assets/api-expertise-portaal/rijks-sans-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

header {
    display: flex;
    justify-content: center;
    position: fixed;
    height: 100px;
    left: 300px;
    top: 0;
    z-index: 1;
    background-color: white;
    width: calc(100% - 300px);
}

header img {
    height: 100%;
}

header .lint {
    display: flex;
}

header .wordmark {
    margin-top: 48px;
    margin-left: 16px;
    color: #154273;
    font-family: 'Rijksoverheid Sans', serif;
    font-weight: 400;
    font-size: 15px;
}

header p {
    margin: 0;
}

.justid {
    font-weight: 625;
}

header .title {
    position: absolute;
    display: flex;
    color: #CA005D;
    font-weight: bold;
    gap: 8px;
    right: 64px;
    font-size: 20px;
    align-items: center;
    top: 48px;
}

header .title img {
    height: 20px;
}

@media (max-width: 1400px) {
    header {
        width: calc(100% - 300px);
    }

    header img {
        height: 75px;
    }

    header .wordmark {
        margin-top: 38px;
        margin-left: 12px;
        font-size: 12px;
    }

    header .title {
        right: 48px;
        font-size: 16px;
        align-items: center;
        top: 38px;
    }

    header .title img {
        height: 16px;
    }

}

@media (max-width: 1000px) {
    header .title {
        top: 80px;
        right: auto;
    }

}


@media (max-width: 769px) {
    header {
        height: 112px;
        width: 100%;
        left: 0;
    }

    header .title {
        display: flex;
        justify-content: center;
        position: fixed;
        top: 80px;
        right: auto;
    }

}