:root{
    --header_font : "SF Lucar pro bold", Helvetica, Arial, Lucida, sans-serif;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .unia_nieuws_overzicht {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px , 1fr));
    grid-gap: 20px;
    width: 100%;
}

.unia_nieuws {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    padding-top:0px;
    padding-bottom: 70px;
    position: relative;
    flex-wrap: nowrap;
}
.unia_nieuws:nth-child(even){
    flex-direction:column-reverse!important;
}

.unia_nieuws_img {
    position: relative;
    padding-bottom: 75%;
    background-color: white;
    margin-top: 10px;
    background-size: cover;
    background-position:center;
}

.unia_nieuws_datum {
    font-family: 'Montserrat';
    font-weight: 400;
    color: grey;
}

.unia_nieuws_titel {
    font-weight: 800;
    font-size: 27px;
    font-family: 'SF Lucar pro bold',Helvetica,Arial,Lucida,sans-serif;
    color: var(--primary);
    color: black;
}

.unia_nieuws_tag {
    float: left;
    background-color: #eaeaea;
    padding: 7px;
    border-radius: 3px;
    background: linear-gradient(130deg, rgba(105,97,255,0.0802696078431373) 0%, rgba(208,74,201,0.18671218487394958) 100%);
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
:root{
    --accent: #312783;
    --primary: #E6007E;
 }
 li.header_primary > a,
 a.unia_btn {
    background-color: white;
    padding: 9px 13px!important;
    font-size: 15px!important;
    font-weight: 800!important;
    display: inline-block!important;
    margin-right: 5px!important;
}
li.header_primary > a,
a.unia_btn.unia_btn_roze {
    color: white!important;
    background-color: #E0007F;
}
a.unia_btn.unia_btn_grey {
    color: #575756;
    background-color: #f5f5f5;
}
a.unia_btn.unia_btn_blue {
    background-color: #362082;
    color: white;
}
/* HLB header*/
.unia_header_desktop_spacer {
    display: block;
    width: 100%;
    height: 100px;
}
.unia_header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    display: flex;
    justify-content: center;
    padding-top: 32px;
}
.unia_desktop > *{
    box-sizing: border-box;
}
.unia_desktop {
    box-sizing: border-box;
    width: 80%;
    max-width: 1080px;
    display: grid;
    grid-template-columns: 250px  auto 1fr;
    grid-template-rows: 24px 1fr;
    grid-gap: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.unia_logo {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
}
.unia_logo img {
    height: 100%;
    object-fit: contain;
}
div.unia_header_upper    
{
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
}

div.unia_header_lower {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
}
div.unia_header_upper > div,
div.unia_header_lower > div{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    position:relative;
}
.unia_slogan {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 15px;
    font-weight: 500;
}
div.unia_header_upper > div > ul, div.unia_header_lower > div > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    color: black;
    list-style-type: none;
    margin: 0px;
    height: 100%;
    width: 100%;
    gap: 18px;
}
div.unia_header_upper > div > ul > li, 
div.unia_header_lower > div > ul > li{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
}
div.unia_header_upper > div > ul > li > a,
div.unia_header_lower > div > ul > li > a
{
    color: rgb(87, 87, 86);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    height: 100%;
    line-height: 1em;
}
div.unia_header_upper > div > ul > li > a{
    font-weight: 500;
    font-size: 14px;
    color: var(--accent);
}
.unia_mobile{
    display: none;
}
/* hlb mobile menu*/
:root{
    --mobile_menu_width: 280px;
    --mobile_menu_move: -280px;
}
.unia_mobile_menu {
    width: var(--mobile_menu_width);;
    background-color: var(--accent);
    position: fixed;
    z-index: 999999999999999999999;
    height: 100vh;
    top: 0px;
    right: 0px;
    transform: translateX(var(--mobile_menu_width));
}
.unia_move_page{
    transform: translateX(0px);
}
.unia_mobile_menu:after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -110px;
    background-image: url(/wp-content/uploads/2024/05/LHB-Logo.svg);
    width: 400px;
    height: 400px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.unia_mobile_menu > div.menu-hlb-mobiel-menu-container > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0px;
    list-style-type: none;
}
.unia_mobile_menu > div.menu-hlb-mobiel-menu-container > ul > li > a{
    color: white!important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.unia_mobile_hitarea{
    display: none;
}
@media screen and (max-width: 920px){
    .unia_desktop{
        grid-template-columns: 200px 1fr;
    }
}
@media screen and (max-width: 900px){
    .unia_desktop{
        display: none;
    }
    .unia_mobile {
        display: block;
        width: 80%!important;
        height: 100%!important;
        display: flex!important;
        justify-content: space-between!important;
        align-items: center!important;
    }
    .unia_header_desktop_spacer{
        height: 60px;
    }
    .unia_header_wrapper{
        height: 60px;
    }
    .unia_mobile{
        display: block;
        width: 80%;
    }
    .unia_mobile > * {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .unia_mobile_header{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px;
    }
    .unia_mobile > .unia_logo {
        padding: 10px 0px;
    }
    .unia_move_page{
        transform: translateX(var(--mobile_menu_move));
    }
    .unia_mobile_menu_open{
        transform: translateX(0px);
    }
    .unia_mobile_hitarea,
    .unia_mobile_menu,
    .unia_ease_page{
        transition: all 500ms cubic-bezier(0.000, 0.930, 0.245, 1.020); /* custom */
        transition-timing-function: cubic-bezier(0.000, 0.930, 0.245, 1.020); /* custom */
    }
    .unia_mobile_hitarea{
        width: calc(100% - var(--mobile_menu_width));
        background-color: rgba(255, 255, 255, 0);
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999999999999999999999;
        opacity: 0;
    }
    .unia_mobile_hitarea.unia_mobile_hitarea_open {
        display: block;
        opacity: 0.6;
    }
    .unia_slider_controlls{
        display: none!important;
    }
}

/* scroll header*/
.unia_header_wrapper.unia_header_scroll {
    background-color: white!important;
    background: none;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    height: 75px;
    padding-top: 13px;
}
.unia_header_wrapper.unia_header_scroll > .unia_desktop{
    grid-template-rows: 1fr!important;
}
.unia_header_wrapper.unia_header_scroll > .unia_desktop > .unia_header_upper{
    display: none;
}
.unia_header_wrapper.unia_header_scroll > .unia_desktop > .unia_header_lower{
    grid-row: 1 / span 1;
}
.unia_header_wrapper.unia_header_scroll > .unia_desktop > .unia_header_lower > .menu-primary-container > ul > li > a{
    color: var(--primary);
}
.unia_header_wrapper.unia_header_scroll > .unia_desktop > .unia_header_lower > .menu-primary-container > ul > li.header_primary > a{
    background-color: var(--accent);
    color: white!important;
}
.unia_header_wrapper.unia_header_scroll > .unia_mobile_header > .unia_logo > img,
.unia_header_wrapper.unia_header_scroll > .unia_desktop > .unia_logo > img{
    display: none;
}
.unia_header_wrapper > .unia_mobile_header > .unia_logo > img.unia_logo_dark,
.unia_header_wrapper > .unia_desktop > .unia_logo > img.unia_logo_dark{
    display: none;
}
.unia_header_wrapper.unia_header_scroll > .unia_mobile_header > .unia_logo > img.unia_logo_dark,
.unia_header_wrapper.unia_header_scroll > .unia_desktop > .unia_logo > img.unia_logo_dark {
    display: block;
    padding: 5px;
}
.unia_header_wrapper.unia_header_scroll > .unia_desktop > .unia_slogan > p{
    color: var(--accent);
}
.unia_header_wrapper.unia_header_scroll > .unia_desktop > .unia_slogan{
grid-row: 1 / span 1;
}

/* sub menu*/

ul.sub-menu {
    list-style: none!important;
    padding: 15px 8px!important;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 9px;
    border-radius: 4px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
ul.sub-menu > li {
    border-bottom: 2px solid #ededed;
    padding-bottom: 11px;
}
ul.sub-menu > li:last-child {
    border-bottom: none;
}
ul.sub-menu > li > a{
    padding-left: 12px
}
.menu-item > ul {
    position: absolute;
    display: none;
}
.menu-item:hover > ul {
    display: flex;
}

.unia_header_wrapper.unia_header_scroll > .unia_mobile_header > .unia_mobile_btn {
    background-color: #fbba00;
    height: 37px;
    width: 37px;
    border-radius: 4px;
}
.header_primary.current-menu-item > a {
    color: var(--primary) !important;
}
.unia_mobile_btn {
    background-color: var(--primary);
    width: 60px;
    border-radius: 7px;
}

.unia_header_wrapper::after {
    content: "";
    width: 100%;
    height: 20px;
    background: rgb(212,6,113);
    background: linear-gradient(100deg, rgba(118,0,139,1) 0%, rgba(240,30,139,1) 26%, rgba(0,27,139,1) 26.3%, rgba(147,33,187,1) 66%, rgba(240,30,139,1) 100%);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
}
.unia_header_wrapper.unia_header_scroll::after {
    height: 10px;
}
ul.sub-menu {
    padding: 20px 10px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

ul.sub-menu > li > a {
    padding: 0px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    padding-top: 20px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
.ud_breadcrumb_row
{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: center;
    align-content:center;
}
.ud_breadcrumb_row > div.ud_col{
    width: 80%;
    max-width: 1080px;
    float:left;
    padding: 20px;
    padding-bottom: 0px;
}

p#breadcrumbs {
    font-size: 17px;
}

div.unia_mobile_menu > div.menu-unia-live-menu-container > ul {
    padding: 20px!important;
    list-style: none!important;
}
div.unia_mobile_menu > div.menu-unia-live-menu-container > ul > li > a {
    color: white!important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
div.unia_mobile_menu > div.menu-unia-live-menu-container > ul > li.menu-item-has-children > ul{
    display: block!important;
    position: relative;
    background-color: #2222221f;
}
div.unia_mobile_menu > div.menu-unia-live-menu-container > ul > li.menu-item-has-children > ul > li > a{
    padding-left: 20px;
    color: white!important;
}

div.unia_mobile_menu > div.menu-unia-live-menu-container > ul > li.menu-item-has-children > ul > li{
    border-bottom: 0px solid red!important;
}

/* mobile styles*/
@media screen and (max-width: 900px){
    .ud_breadcrumb_row > div.ud_col{
        width: 80%;
    }
    .ud_breadcrumb_row{
        display: flex;
        padding: 0px 20px;
        margin-top: 20px;
        margin-bottom: -40px;
    }
    p#breadcrumbs {
        font-size: 15px;
    }
    /* fullscreen slider fix*/
    .ud_breadcrumb_row > div.ud_col{
        padding: 0px;
    }
    .unia_header_wrapper::after{
        display: none;
    }
    .unia_header_wrapper {
        padding: 10px;
        height: 60px;
    }
}