/*
Theme Name: UBM Global Onepage
Theme URI: https://www.tomworks.nl
Template: bridge
Author: Tomworks - Qode Interactive
Author URI: https://www.tomworks.nl
Description: UBM Global Onepage is een Child-theme van Bridge Theme door Qode Interactive
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-menu,featured-images,flexible-header,post-formats,sticky-post,threaded-comments,translation-ready
Version: 30.8.8.7.1775552916
Updated: 2026-04-07 09:08:36

*/

/* Support modal v2: fixed top spacing without JavaScript inline styles. */
.ubm-support-modal.ubm-support-modal-spacing-v2 {
    padding-top: 0.6px;
}

/* Support modal v3: wider form dialog, scoped to Support only. */
.ubm-support-dialog.ubm-support-dialog-wide-v3.ubm-support-form-active {
    width: min(920px, calc(100vw - 48px));
}

@media only screen and (max-width: 640px) {
    .ubm-support-dialog.ubm-support-dialog-wide-v3.ubm-support-form-active {
        width: 100%;
    }
}

/* Support modal v4: retain the original CAPTCHA-view top spacing. */
.ubm-support-modal.ubm-support-modal-spacing-v2.ubm-support-captcha-spacing-v4 {
    padding-top: 203.6px;
}

@media only screen and (max-width: 640px) {
    .ubm-support-modal.ubm-support-modal-spacing-v2.ubm-support-captcha-spacing-v4 {
        padding-top: 30.6px;
    }
}

/* Support CAPTCHA and form modal opened from the existing header menu item. */
.ubm-support-modal[hidden],
.ubm-support-form-view[hidden],
.ubm-support-captcha-view[hidden] { display: none; }
.ubm-support-modal {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 38, 58, .78);
}
.ubm-support-dialog {
    position: relative;
    width: min(930px, 100%);
    min-height: 375px;
    box-sizing: border-box;
    padding: 40px 48px;
    border-radius: 14px;
    background: #f7f7f4;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .35);
}
.ubm-support-captcha-view h2 {
    margin: 0 0 38px;
    color: #00749c;
    font: 700 38px/1.2 Arial, sans-serif;
}
#ubm-support-recaptcha { min-height: 78px; }
.ubm-support-continue {
    margin-top: 32px;
    padding: 8px 14px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #009cdc;
    font: 700 16px/1.2 Arial, sans-serif;
    cursor: pointer;
}
.ubm-support-continue:disabled { opacity: .45; cursor: not-allowed; }
.ubm-support-close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 2;
    border: 0;
    color: #df2929;
    background: transparent;
    font: 700 36px/1 Arial, sans-serif;
    cursor: pointer;
}
.ubm-support-form-view,
.ubm-support-form-view iframe {
    width: 100%;
    height: min(720px, calc(100vh - 96px));
}
.ubm-support-form-view iframe { display: block; border: 0; }
.ubm-support-form-view + .ubm-support-close { position: fixed; }
body.ubm-support-modal-open { overflow: hidden !important; }
@media only screen and (max-width: 640px) {
    .ubm-support-modal { padding: 10px; }
    .ubm-support-dialog { min-height: 330px; padding: 32px 20px 20px; }
    .ubm-support-captcha-view h2 { margin-bottom: 28px; font-size: 28px; }
    .ubm-support-form-view,
    .ubm-support-form-view iframe { height: calc(100vh - 52px); }
}

/* Standalone-login language selector. */
.ubm-login-language-modal[hidden] { display: none; }
.ubm-login-language-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, .62);
}
.ubm-login-language-dialog {
    position: relative;
    width: min(100%, 460px);
    box-sizing: border-box;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}
.ubm-login-language-dialog h2 {
    margin: 0 35px 15px 0;
    color: #17233c;
    font-size: 25px;
    line-height: 1.3;
}
.ubm-login-language-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0991d7;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition: color .2s ease;
}
.ubm-login-language-close:hover,
.ubm-login-language-close:focus {
    border: 0;
    background: transparent;
    color: #030a97;
    transform: none;
}
.ubm-login-language-dialog fieldset {
    display: flex;
    gap: 10px;
    margin: 0 0 15px;
    padding: 0;
    border: 0;
}
.ubm-login-language-option {
    position: relative;
    display: flex;
    flex: 1 1 0;
    width: auto;
    height: 58px;
    min-width: 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 7px 0 0 0;
    padding: 7px;
    border: 1px solid #d5deea;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease;
}
.ubm-login-language-option:hover { border-color: #91a4bb; }
.ubm-login-language-option:has(.ubm-login-language-radio:checked) { border-color: #0991d7; }
.ubm-login-language-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
.ubm-login-language-option:has(.ubm-login-language-radio:focus-visible) {
    outline: 2px solid #17233c;
    outline-offset: 2px;
}
.ubm-login-language-flag {
    display: block;
    width: 48px;
    height: auto;
    margin: 0;
}
.ubm-login-language-name {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
body.ubm-login-language-open { overflow: hidden; }

.ubm-login-language-continue {
    display: block;
    width: auto;
    margin: 0 0 0 auto;
    padding: 13px 20px;
    border: 0;
    border-radius: 6px;
    background: #0991d7;
    color: #fff;
    font-size: 0;
    font-weight: 600;
    letter-spacing: .4px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(9, 145, 215, .25);
    transition: background-color .2s ease, transform .2s ease;
}
.ubm-login-language-continue::after {
    content: attr(data-label);
    font-size: 13px;
}
.ubm-login-language-continue:hover,
.ubm-login-language-continue:focus {
    border: 0;
    background: #087fbd;
    color: #fff;
    transform: translateY(-1px);
}

@media only screen and (max-width: 600px) {
    .ubm-login-language-dialog { padding: 15px; }
    .ubm-login-language-dialog h2 {
        margin: 0 35px 15px 0;
        font-size: 22px;
    }
    .ubm-login-language-dialog fieldset { gap: 10px; }
}

/* Match the standalone-login selector to the account-leave modal. */
.ubm-login-language-dialog.ubm-login-language-dialog-match {
    width: min(100%, 550px);
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}
.ubm-login-language-dialog-match .ubm-login-language-title-match {
    margin: 0 35px 12px;
    color: #17233c;
    font: 600 25px/1.35 Arial, sans-serif;
    font-size: 0;
    text-align: center;
}
.ubm-login-language-dialog-match .ubm-login-language-title-match::after {
    content: attr(data-message);
    font-size: 25px;
}
.ubm-login-language-dialog-match .ubm-login-language-flags-match {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 18px;
    margin: 0;
}
.ubm-login-language-dialog-match .ubm-login-language-subtitle-match {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    color: #526078;
    font: 16px/1.5 Arial, sans-serif;
    text-align: center;
}
.ubm-login-language-dialog-match .ubm-login-language-option-match {
    flex: 0 0 58px;
    width: 58px;
    height: 42px;
    min-width: 58px;
    padding: 7px;
    border: 1px solid #d5deea;
    border-radius: 8px;
    background: #fff;
}
.ubm-login-language-dialog-match .ubm-login-language-option-match:hover {
    border-color: #0991d7;
}
.ubm-login-language-dialog-match .ubm-login-language-option-match .ubm-login-language-flag {
    width: 42px;
    height: auto;
}
.ubm-login-language-dialog-match .ubm-login-language-continue-centered {
    margin: 18px auto 0;
}

@media only screen and (max-width: 600px) {
    .ubm-login-language-dialog.ubm-login-language-dialog-match {
        padding: 15px;
    }
    .ubm-login-language-dialog-match .ubm-login-language-title-match {
        margin: 0 28px 12px;
    }
    .ubm-login-language-dialog-match .ubm-login-language-title-match::after {
        font-size: 22px;
    }
    .ubm-login-language-dialog-match .ubm-login-language-subtitle-match {
        margin-bottom: 20px;
    }
    .ubm-login-language-dialog-match .ubm-login-language-flags-match {
        gap: 0 12px;
    }
}

/* Visible close control for the automatic-language notification bar. */
#trp_no_text_popup #trp_close.trp-ald-close-visible {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
#trp_no_text_popup #trp_close.trp-ald-close-visible::before {
    content: "\00d7";
    display: block;
    color: #0085ba;
    font: 400 34px/40px Arial, sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
body,
html {
overflow: auto !important;
}

/* Keep dropdown flags aligned above Bridge's language-item underline. */
.drop_down .second .inner .trp-menu-ls-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 20px;
}
.drop_down .second .inner .trp-menu-ls-label .trp-flag-image {
    width: 18px !important;
    height: 14px !important;
    margin: 0 !important;
    scale: 1 !important;
    transform: none !important;
    flex: 0 0 18px;
    vertical-align: middle;
}
.drop_down .second .inner .trp-ls-language-name {
    display: inline-block;
    line-height: 20px;
}

/*
 * Bridge marks the shorter English language item as left_position near the
 * right edge of the header. Keep every language submenu opening from the
 * active flag, matching the French and Dutch dropdowns.
 */
.drop_down > ul > li.current-language-menu-item > .second,
.drop_down > ul > li.current-language-menu-item.left_position > .second {
    right: auto !important;
    left: 16px !important;
}
