@charset "UTF-8";
/* CSS Document */

/* Cookie consent banner is disabled site-wide. */
.tm-consent {
    display: none !important;
}

/* Removed header navigation, search, and social controls. */
.tm-header .item-168,
.tm-header .item-169,
.tm-header .item-136,
.tm-header .item-137,
#module-menu-dialog-mobile .item-168,
#module-menu-dialog-mobile .item-169,
.tm-header-mobile .item-136,
.tm-header-mobile .item-137,
#module-tm-3,
#module-tm-4,
#module-tm-5,
#module-tm-6 {
    display: none !important;
}

/* Removed sections on vacancy article pages. */
.article-page h4:has(+ .uk-margin a[href$="spontane-sollicitatie.html"]),
.article-page .uk-margin:has(> a[href$="spontane-sollicitatie.html"]) {
    display: none !important;
}

/* Preserve the proportions of the replacement brand logos. */
.uk-logo img,
img[src$="images/logo.PNG"],
img[src$="images/logo-w.PNG"] {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.tm-header-mobile .uk-logo img {
    width: 200px;
}

.tm-header:not(.tm-header-mobile) .uk-logo img {
    width: 250px;
}

.mj-footer {
    background: #000;
    color: #fff;
    padding: 64px max(24px, calc((100vw - 1200px) / 2));
}

.mj-footer__main {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(300px, 1fr);
    gap: 72px;
    align-items: center;
    padding-bottom: 48px;
}

.mj-footer__brand img {
    display: block;
    width: min(100%, 430px);
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.mj-footer__details h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 28px;
}

.mj-footer__details p {
    margin: 8px 0;
}

.mj-footer a {
    color: #fff;
}

.mj-footer a:hover {
    color: #ff3b00;
}

.mj-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .35);
}

.mj-footer__bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
}

@media (max-width: 767px) {
    .mj-footer {
        padding-top: 44px;
        padding-bottom: 36px;
    }

    .mj-footer__main {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-bottom: 36px;
    }

    .mj-footer__brand img {
        width: min(100%, 320px);
    }

    .mj-footer__bottom {
        flex-direction: column;
    }
}

.mj-legal-page {
    margin: 0;
    color: #171717;
    background: #fff;
    font-family: Arial, sans-serif;
    line-height: 1.65;
}

.mj-legal-header {
    padding: 24px max(24px, calc((100vw - 1040px) / 2));
    border-bottom: 1px solid #e5e5e5;
}

.mj-legal-header img {
    display: block;
    width: min(280px, 70vw);
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.mj-legal-content {
    width: min(920px, calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0 88px;
}

.mj-legal-content h1 {
    margin: 0 0 12px;
    font-size: clamp(40px, 6vw, 70px);
    line-height: 1.05;
}

.mj-legal-content h2 {
    margin-top: 40px;
    font-size: 24px;
}

.mj-legal-content a,
.mj-legal-kicker {
    color: #ff3b00;
}

.mj-legal-kicker {
    margin-bottom: 10px;
    font-weight: 700;
}



@font-face {
    font-family: 'NewBlackTypeface-Bold';
    src: url("../fonts/NewBlackTypeface-Bold.woff2") format("woff2");
	 src: url("../fonts/NewBlackTypeface-Bold.woff") format("woff");
	
	font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'NewBlackTypeface-ExtraBold';
    src: url("../fonts/NewBlackTypeface-ExtraBold.woff2") format("woff2");
	 src: url("../fonts/NewBlackTypeface-ExtraBold.woff") format("woff");
	
	
	font-weight: normal;
    font-style: normal;
}
