/* Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

strong{
    font-weight:bold!important;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

html {
    font-size: 16px;
}

body {
    color: var(--cl-primary);
    -webkit-font-smoothing: antialiased;
}

/*
img,picture,video,canvas,svg,iframe,object,embed{display:block;max-width:100%}
*/
:where(img, picture, video, canvas, svg, iframe, object, embed) {
    display: block;
    width: 100%;
}

:where(img, picture, svg) {
    height: auto;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, blockquote {
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: rgb(var(--cl-secondary));
    line-height: 1;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
}

    h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
        font: inherit;
    }

h1, .h1 {
    font-size: 3.6rem;
}

h2, .h2 {
    font-size: 3rem;
}

h3, .h3 {
    font-size: 2.6rem;
}

h4, .h4 {
    font-size: 2.2rem;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s all ease-out !important;
}

    a *, a:before, a:after {
        color: inherit;
        transition: inherit;
    }

    a:not(.btn):not(.card):is(:active, :focus, :hover, .active) {
        color: rgb(var(--cl-tertiary));
        text-decoration: none;
    }

:where(ul, ol) {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    padding-left: 1rem;
}


:is(::-webkit-input-placeholder, ::-moz-placeholder, ::-ms-input-placeholder, :-ms-input-placeholder, :-moz-placeholder, ::placeholder) {
    color: rgb(var(--cl-secondary));
}

#root, #__pagination-item--next {
    isolation: isolate;
}

/* Remove focus outline for all elements */
*:focus {
    outline: none;
}

    /* Apply focus outline only for keyboard navigation */
    *:focus:not(:focus-visible) {
        outline: none;
    }

/* Apply focus outline for :focus-visible */
*:focus-visible {
    /* Add your desired focus styles here */
    outline: none;
}


/* Single aspect-ratio video scaling (9/16) */
.video-wrapper{
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.video-wrapper iframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.navbar-top-blue {
    width: 100%;
    background: var(--soeb-groen-25, #E4E9DC);
    padding: 0.625rem 6.0625rem;
    justify-content: center;
}
.checkmark-container {
    max-width: 1200px;
    display: flex;
    gap: 10%;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.navbar-top-p {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: row;
    margin: 0;
    gap: 4px;
    white-space: nowrap;
}

    .navbar-top-p img {
        height: 0.75rem;
        width: 0.875rem;
    }

  main{
      margin-bottom:3rem;
  }

header {
    background-color: white;
}

.header-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
}

.navbar {
    max-width: 75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 0;
}

.top {
    padding: 0 2rem 0 2rem;
    width: auto;
}

.menu-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.logo {
    max-width: 8rem;
    width: 100%;
    flex-shrink: 0;
    margin: 0.5rem 1rem 0.5rem 1rem;
    position: absolute;
}

.search {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.9375rem;
}
.homelogo {
    width:120px;
    height:100px;
}

    .search input {
        border: none;
        border-radius: 4px;
        opacity: 0.85;
        background: var(--radboudumc-blauw-donker-25, #BFD9E3);
        max-width: 26.25rem;
        min-width: 14rem;
        width: 100%;
        height: 40px;
        flex-shrink: 0;
        padding-left: 20px;
    }

        .search input:focus-visible {
            border: none;
        }

        .search input::-moz-placeholder {
            color: var(--Radboudumc-Blauw-donker, #006991);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 0.875rem;
            font-style: italic;
            font-weight: 400;
            line-height: normal;
            max-width: 286px;
            width: 100%;
            height: 19px;
            flex-shrink: 0;
        }

        .search input::placeholder {
            color: var(--Radboudumc-Blauw-donker, #006991);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 0.875rem;
            font-style: italic;
            font-weight: 400;
            line-height: normal
            max-width: 286px;
            width: 100%;
            height: 19px;
            flex-shrink: 0;
        }

.mobile-search-button {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    padding: 1rem 1rem;
    margin-right: auto;
}

.mobile-search-button svg {
       height:24px;
       width:24px;
}

.mobile-search-button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-top {
    margin-top: 13px;
    display: flex;
    height: 43px;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-shrink: 0;
    margin-right: 0.5rem;
    justify-content: flex-end;
}

    .navbar-top a {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

        .navbar-top a:hover {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration: underline !important;
        }

/* Hide the search bar by default */
.search-bar {
    display: none;
    position: absolute;
    top: 100%; /* Position the search bar right below the navbar */
    left: 0;
    right: 0;
    background: white;
    z-index: 9999; /* Make sure it's above other content */
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

    /* Show the search bar when the class is added */
    .search-bar.show {
        display: block;
    }

.subnav {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    padding: 0px;
    height: 100%;
    margin-bottom: 1rem;
    gap: 1rem;
}

    .subnav .nav-item.item-has-submenu {
        position: absolute;
        width: 100%;
        margin-top: 7rem;
        left: 0;
    }

    .subnav .nav-item .nav-link,
    .subnav .nav-item .submenu-item-link {
        text-align: center;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        min-width: 100px;
        padding: 0.5rem 0.5rem;
    }

.subnav .nav-item .nav-link {
	color: var(--Radboudumc-Blauw-donker, #006991);
}

    .subnav .nav-item .nav-link:hover,
    .subnav .nav-item .nav-link--active {
        background: var(--Radboudumc-Blauw-donker, #006991);
        color: var(--SOEB-Wit, #FFF) !important;
        text-align: center;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0.5rem 0.5rem;
    }

.nav-item-submenu {
	left: 0;
	width: 100%;
	background-color: #006991;
}

.submenu-items {
    display: flex;
    margin-inline: auto;
    max-width: 75rem;
    padding: 0.60rem;
    justify-content: left;
}

.submenu-item {
	display: block;
}

.submenu-item-link {
	padding: 0.5rem;
	color: white!important;
}

.submenu-item-link:link,
.submenu-item-link:visited {
	color: white!important;
}

.submenu-item-link:hover,
.submenu-item-link:active {
	background-color:white;
    color: var(--Radboudumc-Blauw-donker, #006991)!important;
}

/*
.drop-down-nav-item {
    display: flex;
    color: var(--SOEB-Wit, #FFF);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0.5rem;
}
.drop-down-nav-item:hover {
    background-color:white;
    color: var(--Radboudumc-Blauw-donker, #006991)!important;
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding:0.5rem;
}
*/


.navbar-main {
    max-width: 1200px;
    width: 100%;
}

.row .boxred {
    width: 80%;
    background: #FDEAEF;
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem; /* Adjust padding as needed */
    overflow: hidden; /* Ensure content stays within the bounds */
    box-sizing: border-box; /* Include padding in the width and height calculations */
}

.news-signup {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0 1rem 0;
}

.backgroundsvg {
    position: relative;
    width: 100%;
    z-index: -1;
}

.makkelijklezen {
    color: white !important;
    background-color: #92A673 !important;
    padding: 9px;
    border-radius: 3px;
    font-size: 16px !important;

}


.makkelijklezen:hover {
    color: white !important;
    background-color: #92A673 !important;
    padding: 9px;
    border-radius: 3px;
    font-size: 16px!important;

}

.boxblue {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    z-index: -1;
}

    .boxblue::before,
    .boxblue::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        background: #E5F7FB; /* Adjust the background color */
    }

    .boxblue::after {
        bottom: 0px;
        -webkit-clip-path: polygon(0 0, 100% 0, -300% 100%);
        clip-path: polygon(0 0, 100% 0, -300% 100%);
    }

.box {
    position: relative;
    width: 100%;
    height: 194%;
    background: white; /* Adjust the background color */
}

.boxwhite {
    margin-top: 3rem;
    position: relative;
    width: 100%;
    height: 543px;
    display: flex;
    flex-direction: row;
    z-index: 0;
    display: flex;
    flex-direction: column;
}
.center-horizontal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height:100%;
}

.navbar-container {
    height: 50px;
    background-color: #006991;
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: left;
    align-items: center;
}


.boxwhitebefore,
.boxwhiteafter {
    width: 100%;
    height: 33.4%;
    background: white; /* Adjust the background color */
}

.boxwhiteafter {
    margin-top: -2px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 100% 0);
    clip-path: polygon(100% 50%, 0 0, 100% 0);
}

.boxwhitebefore {
    margin-bottom: -2px;
    -webkit-clip-path: polygon(0 100%, 0 50%, 100% 100%);
    clip-path: polygon(0 100%, 0 50%, 100% 100%);
}
.breadcrumb {
    display: flex;
    flex-direction: row;
}

.gray {
    border: 1px solid var(--Radboudumc-Blauw-licht, #00AFDC);
    padding: 1rem;
}

.breadcrumb li{
    display:flex;
    flex-direction:row;
}

.breadcrumb .divider {
    display: flex;
    height: 20px;
    width: 20px;
}
.breadcrumb li a {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-style: normal;
    font-weight: 350;
    font-size: 14.4px;
    line-height: normal;
    text-decoration-line: underline;
}
.breadcrumb .active {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-style: normal;
    font-weight: 350;
    font-size: 14.4px;
    line-height: normal;
}

.hero {
    height: 620px;
    margin-top: 10rem;
}

    .hero img {
        background: lightgray 50%/cover no-repeat;
        height: 620px;
        flex-shrink: 0;
        z-index: 0;
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
    }

.hero-secondary {
    height: 440px;
    margin-top: 11.5rem;
}

    .hero-secondary img {
        background: lightgray 50%/cover no-repeat;
        height: 440px;
        flex-shrink: 0;
        z-index: 0;
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
    }

.hero-content {
    height: 620px;
}

.hero-content-secondary {
    height: 440px;
}
.custom-input {
    background-image: url("/assets/img/loop.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    z-index: 2;
    padding-right: 30px; /* Adjust the padding to make space for the image */
}

.subnav {
    max-width: 75rem;
}
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.hero-main {
    max-width: 35.625rem;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

    .hero-main svg {
        z-index: 2;
        margin-top: 2.25rem;
    }

.overlay-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem; /* Adjust the font size as needed */
    color: black; /* Set the text color */
    font-weight: bold; /* Set the font weight if needed */
    word-break: break-word;
    padding: 3rem;
}

    .overlay-text h3 {
        color: var(--SOEB-Groen, #92A673);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

    .overlay-text h1 {
        color: var(--Radboudumc-Blauw-donker, #006991);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 2.75rem;
        font-style: normal;
        font-weight: 700;
        hyphens: auto;
        line-height: 50px; 
        margin: 0;
    }

    .overlay-text p {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 350;
        hyphens: auto;
        line-height: normal;
        margin: 0;
    }

/* Algemene opmaak voor een automatisch door Umbraco Forms gegeneerd formulier */
.umbraco-forms-form *:focus {
    outline: inherit;
    outline-offset: inherit
}

.umbraco-forms-form fieldset, #mc_embed_signup_scroll {
    margin-bottom: 1.5rem !important;
    padding: 0 !important
}

    .umbraco-forms-form .umbraco-forms-field, #mc_embed.umbraco-forms-form .umbraco-forms-field-wrapper span.field-validation-error_signup_scroll .mc-field-group {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start
    }

        .umbraco-forms-form label.umbraco-forms-label, #mc_embed_signup_scroll .mc-field-group label {
            width: 100%;
            max-width: 15rem;
            padding-top: 0.3rem;
            font-weight: unset;
            order: 1
        }

.umbraco-forms-form span.umbraco-forms-tooltip {
    display: block;
    width: 100%;
    margin-top: -.5rem;
    font-size: 16px;
    font-style: italic;
    order: 3
}

.umbraco-forms-navigation .btn.primary {
    display: flex;
    width: fit-content;
    text-decoration: none !important;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 22px;
    border: 1px solid var(--Radboudumc-Blauw-donker, #006991) !important;
    background: var(--SOEB-Wit, #FFF) !important;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    !important;
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.umbraco-forms-form .umbraco-forms-field-wrapper {
    width: 100%;
    max-width: 42rem;
    order: 2
}

    .umbraco-forms-form .umbraco-forms-field-wrapper input.text, .umbraco-forms-form .umbraco-forms-field-wrapper input.title, .umbraco-forms-form .umbraco-forms-field-wrapper input.datepickerfield, .umbraco-forms-form .umbraco-forms-field-wrapper textarea, .umbraco-forms-form .umbraco-forms-field-wrapper select {
        width: 100%;
        max-width: 100% !important;
        margin: 0.4rem 0;
        padding: 0.3rem;
        border: 1px solid var(--Radboudumc-Blauw-donker, #006991) !important
    }

#mc_embed_signup_scroll .mc-field-group input {
    width: 100%;
    max-width: 50rem !important;
    margin: 1rem 0;
    padding: .5rem;
    border: 1px solid var(--Radboudumc-Blauw-donker, #006991) !important order: 2
}

.umbraco-forms-form .umbraco-forms-field-wrapper [type="file"] {
    width: 100%;
    max-width: 100% !important;
    margin: 1rem 0;
}

.umbraco-forms-form .umbraco-forms-field-wrapper .g-recaptcha {
    margin: 1rem 0
}

.umbraco-forms-form .singlecheck label {
    padding-top: 1rem
}

.umbraco-forms-form .multiplechoice label, .umbraco-forms-form .singlechoice label {
    padding-top: 1.55rem
}

.umbraco-forms-form .umbraco-forms-field:not(.multiplechoice) .umbraco-forms-field-wrapper [type="checkbox"] {
    width: 0.75rem !important;
    height: 0.75rem !important;
    margin: 0.15rem 0;
    margin-right: 1rem;
    vertical-align: top !important
}

.umbraco-forms-form .singlecheck .umbraco-forms-field-wrapper [type="checkbox"] {
    margin: 1rem 0 !important
}

.umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist, .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist {
    width: 100%;
    margin: 1rem 0;
    padding: 0;
    float: none
}

    .umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist input, .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist input, .umbraco-forms-form .dataconsent .umbraco-forms-field-wrapper input {
        width: 0.75rem !important;
        height: 0.75rem !important;
        margin: 0.15rem 0;
        margin-right: 1rem;
        vertical-align: middle
    }

    /*.umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist input:first-child,.umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist input:first-child{margin-top:0}*/
    .umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist label, .umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist label {
        padding-top: .25rem;
        float: none;
        vertical-align: middle
    }

.umbraco-forms-form .umbraco-forms-navigation {
    margin-bottom: 1.5rem;
    padding: 0 !important
}

.umbraco-forms-form .umbraco-forms-field-wrapper input.contourError, .umbraco-forms-form .umbraco-forms-field-wrapper textarea.contourError, .umbraco-forms-form .umbraco-forms-field-wrapper input.input-validation-error, .umbraco-forms-form .umbraco-forms-field-wrapper textarea.input-validation-error {
    background: rgba(var(--secondary-color), var(--alpha40));
    border-color: rgb(var(--secondary-color))
}

.umbraco-forms-form .umbraco-forms-field-wrapper span.contourError, .umbraco-forms-form .umbraco-forms-field-wrapper span.field-validation-error {
    display: block;
    margin: -.5rem 0 1rem;
    padding: 0;
    color: rgb(var(--secondary-color)) !important;
    font-size: 14px;
    color:red;
}

.umbraco-forms-form .umbraco-forms-field.checkbox > label {
    padding-top: 1rem
}

.umbraco-forms-form .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
    padding: 1rem 0
}

.umbraco-forms-form .dataconsent > label {
    padding-top: 1rem
}

.umbraco-forms-form .dataconsent .umbraco-forms-field-wrapper {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .umbraco-forms-form .dataconsent .umbraco-forms-field-wrapper input + label {
        display: inline-block;
        width: calc(100% - 3.5rem);
        vertical-align: top
    }

    .umbraco-forms-form .dataconsent .umbraco-forms-field-wrapper span.field-validation-error {
        margin-top: .5rem
    }


.umbraco-forms-form {
    padding: 10px 0 10px 0
}

.umbraco-forms-caption {
    font-size: 2em!important;
    line-height: 2em!important
}

.umbraco-forms-field {
    clear: both
}

.umbraco-forms-field div label {
    display: inline
}

label.umbraco-forms-label {
    font-weight: 700;
    display: block;
    background: 0 0!important
}

.umbraco-forms-form small {
    display: block;
    float: left;
    clear: both;
    padding: 5px 5px 5px 200px
}

.umbraco-forms-form fieldset {
    padding: 1em 1em 0 0;
    margin: 0 0 1.5em 0;
    border: none!important
}

.umbraco-forms-form .umbraco-forms-navigation {
    padding: 1em 0
}

.umbraco-forms-form legend {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block
}

.umbraco-forms-form input.text,.umbraco-forms-form input.title,.umbraco-forms-form select,.umbraco-forms-form textarea {
    margin: .5em 0;
    border: 1px solid #bbb
}

.umbraco-forms-form input.text:focus,.umbraco-forms-form input.title:focus,.umbraco-forms-form select:focus,.umbraco-forms-form textarea:focus {
    border: 1px solid #666
}

.umbraco-forms-form input.text,.umbraco-forms-form textarea {
    max-width: 400px!important;
    padding: 5px;
    display: block;
    width: 95%
}

.umbraco-forms-form textarea {
    height: 250px
}

.umbraco-forms-form input.fileupload {
    height: auto!important
}

.umbraco-forms-form span.checkbox,.umbraco-forms-form span.checkboxlist,.umbraco-forms-form span.radiobuttonlist {
    display: block;
    float: left;
    padding: 10px
}

.umbraco-forms-form .checkboxlist label {
    float: left;
    clear: left
}

.umbraco-forms-form .checkbox input,.umbraco-forms-form .checkboxlist input,.umbraco-forms-form .radiobuttonlist input {
    width: auto!important;
    height: auto!important;
    border: none!important;
    display: inline!important
}

.umbraco-forms-form .hiddenfield {
    display: none
}

.umbraco-forms-button {
    margin-right: 10px;
    padding: 2px 10px
}

.umbraco-forms-error-message {
    padding: .8em;
    margin-bottom: .5em;
    border: 2px solid #fbc2c4
}

.umbraco-forms-error-message {
    background: #fbe3e4;
    color: #8a1f11
}

.umbraco-forms-form input.contourError,.umbraco-forms-form input.input-validation-error,.umbraco-forms-form textarea.contourError,.umbraco-forms-form textarea.input-validation-error {
    background: #fbe3e4;
    border-color: #fbc2c4
}

.umbraco-forms-form span.contourError,.umbraco-forms-form span.field-validation-error {
    color: #8a1f11!important;
    background: 0 0!important
}

.umbraco-forms-form #recaptcha_widget_div {
    margin-left: 200px
}

.umbraco-forms-form .field-validation-error {
    padding-left: 5px
}

.umbraco-forms-hidden {
    display: none !important;
}


section {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0 2rem 0 2rem;
}

    .blockgrid-sterker {
    }
        .blockgrid-sterker ol li {
            list-style: decimal;
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            list-style-position: outside;
        }
        .blockgrid-sterker ul li {
            list-style: inside;
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            list-style-position: outside;
        }
        .blockgrid-sterker a {
            text-decoration: underline;
        }
        .blockgrid-sterker p {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 350;
            line-height: 140%;
            margin-bottom: 1rem;
        }

        .blockgrid-sterker h1 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
        .blockgrid-sterker h2 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 35px;
        }
        .blockgrid-sterker h3 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
        .blockgrid-sterker h4 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
        .blockgrid-sterker h4 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
        .blockgrid-sterker h5 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

.accordion-svg{
    height:24px;
    width:100%!important;
}




.link-artsportaal {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 0.6rem;
    align-items: flex-start;
    margin-left: 0px!important;
}

.link-artsportaal svg {
    height: 1.2rem;
    width: 1.2rem;
    margin: 6px;
    min-width: 1.2rem;
    min-height: 1.2rem;
}

.backgroundsvg svg {
    z-index: -1;
    position: absolute;
    top: -200px;
    min-height: 3000px;
    width: 100%;
    flex-shrink: 0;
}

.background-white {
    background: white!important;
}

.background-blue {
    background: #e5f7fb !important;
}

.background-green {
    background: var(--soeb-groen-25, #E4E9DC)!important;
}


.introtext {
    padding-top: 66px;
}

    .introtext h2 {
        color: var(--Radboudumc-Blauw-donker, #006991);
        text-align: center;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 2.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .introtext p {
        color: var(--SOEB-Zwart-Neutrial, #222);
        text-align: center;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }

.offset {
    margin-top: 5rem;
}

.medewerkersvg {
    z-index: 3;
    height: 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, -90% 100%);
    clip-path: polygon(0 0, 100% 0, -90% 100%);
    height: 40px;
}
.medewerkercard a img {
    margin-top: -40px;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.medewerkernaam{
    font-size:18px!important;
    text-decoration: none!important;
    padding:0; 
    margin:0;
    color:black!important;
}
.medewerkertext {
    font-size: 18px;
    text-decoration: none !important;
    padding: 0;
    margin: 0;
    color: black !important;
    font-weight:500!important;
}
.medewerkeremail {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: black !important;
    font-weight: 500 !important;
}
.themacard {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
}

.card-thema {
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
    margin-left: -35px;
    margin-top: 25px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.themacard img {
    width: 100%;
    height: 278px;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: contain;
}

.card-section {
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
}


.homecard .card {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
    margin-left: -35px;
    margin-top: 25px;
}

    .homecard .card .card-text {
        padding: 0rem 2rem 0rem 2rem;
        height: 100%;
    }

    .homecard .card svg {
        height: 22px;
    }

    .homecard .card h4 {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        line-height: 25px;
        hyphens: auto;
    }

    .homecard .card p {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        margin-bottom: 1rem;
    }

    .homecard .card a {
        color: var(--Radboudumc-Blauw-donker, #006991);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }

.icons h4 {
    color: var(--SOEB-Zwart-Neutrial, #222);
    text-align: center;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.icons h2 {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.icons p {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.icons .center {
    text-align: center;
}

.icons svg {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
}

.button {
    display:flex;
    width: fit-content;
    text-decoration: none !important;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 22px;
    border: 1px solid var(--Radboudumc-Blauw-donker, #006991) !important;
    background: var(--SOEB-Wit, #FFF) !important;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    !important;
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.icons .button {
    display: flex;
    max-width: 200px;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 22px;
    border: 1px solid var(--Radboudumc-Blauw-donker, #006991) !important;
    background: var(--SOEB-Wit, #FFF) !important;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif!important;
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

    .icons .button:hover {
        border-radius: 27px;
        border: 1px solid #114559 !important;
        background: var(--SOEB-Wit, #FFF);
        color: #114559 !important;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        transform: scale(1.1);
        color: #222222;
    }

.icons .smile {
    width: 100%;
    max-width: 29.6875rem;
    height: 19.75rem;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.gezondheid {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
    height: 261px;
    margin-bottom: 2rem;
}

.nav-link:hover {
    background: var(--Radboudumc-Blauw-donker, #006991);
    color: var(--SOEB-Wit, #FFF) !important;
    text-align: center;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.waardes {
    height: 60px;
    margin-bottom:1rem;
    width: 60px;
}

.card-actueel {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    height: 100%;
    background: var(--SOEB-Wit, #FFF);
    border: rgba(192, 192, 192, 0.514) 1px solid;
    margin-left: auto;
    margin-right: auto;
}

    .card-actueel .card-text {
        padding: 0.4rem 1rem 1rem 1rem;
        height: 100%;
        flex:1;F
    }

    .card-actueel h5 {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        margin-bottom: 0px;
        margin-top: 3px;
        word-wrap: break-word;
    }

    .card-actueel h4 {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif !important;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        line-height: 25px;
        hyphens: auto;
        word-wrap: break-word;
    }

    .card-actueel p {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        margin-top: 0.325rem;
        line-height: 25px;
        hyphens: auto;
        word-wrap: break-word;
    }

    .card-actueel a {
        color: var(--Radboudumc-Blauw-donker, #006991);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
        word-wrap: break-word;
    }
    .card-actueel .card-link {
        margin-top: auto;
    }
.green {
    background: var(--soeb-groen-15, #EFF2EA);
    padding: 1rem;
}

.form-control-card {
    border: 1px solid var(--Radboudumc-Blauw-donker, #006991);
    border-radius: 0;
    max-width: 15rem;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance:none;
}

.select-box {
    display: flex;
    align-items: center;
}
    .select-box svg {
        height: 14px;
        width: 14px;
        margin-left: -25px;
    }

.signup h2 {
    color: var(--SOEB-Fuchsia, #E83264);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.signup .signup-button {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 22px;
    border: 1px solid var(--Radboudumc-Blauw-donker, #006991);
    background: var(--SOEB-Wit, #FFF);
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.signup svg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.partner {

}

    .partner h3 {
        color: var(--SOEB-Zwart-Neutrial, #222);
        text-align: center;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .partner h2 {
        color: var(--SOEB-Zwart-Neutrial, #222);
        text-align: center;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 1rem;
    }

    .partner .becomepartner {
        text-align: center;
    }

        .partner .becomepartner a {
            display: flex;
            padding: 12px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
            border-radius: 22px;
            background: var(--Radboudumc-Blauw-donker, #006991);
            color: var(--SOEB-Wit, #FFF);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 16px !important;
            font-style: normal !important;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            display: inline-block;
            padding-left: 2rem;
            padding-right: 2rem;
        }

            .partner .becomepartner a:hover {
                background: #114559;
                color: white;
            }

        .partner .becomepartner h3 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            text-align: center;
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 24px !important;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            margin-bottom: 1rem;
        }

    .partner .publicatie-card-text {
        color: var(--SOEB-Groen, #92A673) !important;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        text-transform: uppercase !important;
    }

.auteurinfo a h4 {

}
.auteurinfo h4 {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.325rem;
}
.auteurinfo p {
    color: #222;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.werktitel{
    margin-bottom:0px !important;
}
.email a {
    word-break: break-all;
    color: var(--Radboudumc-Blauw-donker, #006991) !important;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-decoration-line: underline;
}
.email {
    display: flex;
    align-items: center;
    margin-top:0.3rem;

}
.email svg {
    height: 20px;
    width: 20px;
    margin-right:0.5rem;
}

.linkedin {
    height: 20px;
    width: 20px;
    margin-right:0.5rem;
}

.auteurs a {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    text-decoration-line: underline;
}

.partner-logo-container {
    display: flex;
    justify-content: center;
    align-items: center; /* Align logos vertically at the center */
    flex-wrap: wrap; /* Allow logos to wrap to the next line if the container is not wide enough */
    margin-bottom: 1.5rem;
    flex-direction: row;
	gap: 10px;
}

.partner-logo {
    flex: 0 0 150px;
    height: 90px;
}

.partner-logo img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.navbar {
    max-width: 75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
}
    footer {
    width: 100%;
    flex-shrink: 0;
    background: var(--soeb-groen-25, #E4E9DC);
}

    footer svg {
        width: 100px;
        height: 75px;
        flex-shrink: 0;
    }

    footer h5 {
        color: var(--Radboudumc-Blauw-donker, #006991);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    footer p {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        max-width: 264px;
    }

    footer .socials svg {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        margin-right: 1rem;
    }
    .socials {
        gap:10px;
    }
footer .telemail {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 1rem;
}
footer .footermail {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
footer .footerphone {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
footer a {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

footer .copyright {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer .disclaimer {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    text-decoration-line: underline;
}

footer .devider {
    color: var(--SOEB-Groen, #92A673);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

    footer .wordwrap {
        white-space: normal;
        word-break: break-all;
    }


.actueel {
    color: var(--SOEB-Zwart-Neutrial, #222) !important;
    text-align: center !important;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif!important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 1rem;
}

.scrollbackmenu {
    display: flex;
    width: 100%;
    padding-top: 14px;
    flex-direction: column;
}

.minilogo {
    max-width: 30.74px;
    margin-right: auto;
    padding-top: 6px;
    display: none;
}

    .svg-container {
       position:relative;
    }

        .svg-container .text-overlay {
            position: absolute;
            top: 50%;
            left: 6%;
            transform: translate(1%, -50%);
            color: white;
            font-size: 16px;
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-weight: bold;
        }

.publicatie-titel {
    max-width: 945px;
    overflow: hidden;
    padding: 0.5rem 1rem 2rem 1rem;
    margin-left: auto;
    margin-right: auto;
}
    .publicatie-titel h2{
        font-size: 2rem;
    }

    .publicatie-titel h1 {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .publicatie-titel p {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        margin-bottom: 1rem;
    }

        .publicatie-titel p a {
            color: var(--Radboudumc-Blauw-donker, #006991);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            text-decoration-line: underline;
        }

    .publicatie-titel .auteurs {
        display: flex;
        flex-direction: row;
    }

    .auteurs{
        svg
        {
            width: 16px;
            height: 16px;
            margin-right: 1rem;
        }
    }

        .publicatie-titel .auteurs svg {
            width: 16px;
            height: 16px;
            margin-right: 1rem;
        }

    .publicatie-titel .publicatie-datum {
        display: flex;
        flex-direction: row;
    }

        .publicatie-titel .publicatie-datum svg {
            width: 16px;
            height: 16px;
            margin-right: 1rem;
        }

        .publicatie-titel .publicatie-datum p {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
        }

.publicatie-menu-section {
    max-width: 828px;
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
}

    .publicatie-menu-section .menu {
        border-bottom: #BFD9E3 1px solid;
        border-top: #BFD9E3 1px solid;
        padding: 0.5rem;
        display: flex;
        width: 100%;
    }

        .publicatie-menu-section .menu .publicatie-menu {
            width: 100%;
            display: flex;
            margin-bottom: 0;
            padding-left: 2.5rem;
            gap: 1rem;
            flex-wrap: wrap;
        }

            .publicatie-menu-section .menu .publicatie-menu .publicatie-menu-item {
                display: flex;
                width: 100%;
                flex-direction: row;
                align-items: center;
                margin-right: 1rem;
                color: var(--Radboudumc-Blauw-donker, #006991);
                leading-trim: both;
                text-edge: cap;
                font-family: "Source Sans 3", Calibri, Arial, sans-serif;
                font-size: 10px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                width: auto;
                text-transform: uppercase;
            }

                .publicatie-menu-section .menu .publicatie-menu .publicatie-menu-item svg {
                    height: 12px;
                    width: 12px;
                    margin-right: 0.5rem;
                }

.accordion button {
    width: 100%;
}

    .accordion button svg {
        height: 24px;
        width: 24px;
    }

.bronnen {
    width: 100%;
    text-wrap: nowrap;
}

.vertical-line {
    width: 1px;
    border-left: #E5E5E5 1px solid;
    margin-left: -1px;
}
.zoeken {
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
}


.publicatie {
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
    max-width: 1200px;
    padding-bottom: 2rem;
}
    .publicatie input{
        width:100%;
        font-size:18px;
    }
    .publicatie btn primary

    .publicatie p {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }

    .publicatie .desc {
        color: rgba(34, 34, 34, 0.5);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 16px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
    }

    .publicatie button {
        border: none;
        background: none;
        display: flex !important;
    }
	
	button .accordion-svg {
		transition: all 250ms ease-in-out;
		transform: scaleY(-100%);
	}
	
	button.collapsed .accordion-svg {
		transform: none;
	}

    .publicatie .bronnen {
        color: var(--BDS-Black, #2D2D2C) !important;
        leading-trim: both !important;
        text-edge: cap !important;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif!important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 24px !important; /* 150% */
        text-decoration: none !important;
        margin-bottom: 0;
    }

    .publicatie .card-header {
        background-color: white;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .publicatie h2 {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
    }

    .publicatie h3 {
        color: var(--SOEB-Zwart-Neutrial, #222);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .publicatie .tag-items a {
        display: inline-flex;
        height: 20px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        color: var(--SOEB-Groen, #92A673);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px; /* 125% */
        text-transform: uppercase;
        border-radius: 11px;
        background: var(--soeb-groen-25, #E4E9DC);
    }

    .publicatie .keywords {
        display: flex;
        flex-direction: row;
    }

        .publicatie .keywords h3 {
            padding-right: 1rem;
        }

    .publicatie .citaat {
        width: 100%;
        padding: 2rem 0; /* Adjust padding as needed */
        background: #E5F7FB;
        -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
        clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
        position: relative;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
        box-sizing: border-box; /* Include padding in the width and height calculations */
        text-align: center; /* Center text content */
    }



        .publicatie .citaat h2 {
            color: var(--Radboudumc-Blauw-donker, #006991) !important;
            text-align: center;
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 24px;
            font-style: italic;
            font-weight: 700;
            line-height: 35px;
            margin-top: 1rem;
        }

    .publicatie .auteur {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

  
    .publicatie .auteur-onderzoek {
        display: flex;
        flex-wrap: nowrap;
    }

    .publicatie .auteur img {
        width: 88px;
        height: 88px;
        flex-shrink: 0;
        border-radius: 50%;
        object-fit: cover;
    }



    .publicatie .auteur-onderzoek img {
        max-width: 56px;
        max-height: 56px;
        flex-shrink: 0;
        border-radius: 50%;
    }

    .publicatie .auteur h4 {
        color: #222;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .publicatie .auteur p {
        color: #222;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }

        .publicatie .auteur .email {
            display: flex;
        }

            .publicatie .auteur .email svg {
                width: 24px;
                height: 24px;
                flex-shrink: 0;
            }

            .publicatie .auteur .email a {
                color: var(--Radboudumc-Blauw-donker, #006991);
                font-family: "Source Sans 3", Calibri, Arial, sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-decoration-line: underline;
            }

.downloads {
    display: flex;
    flex-direction: column;
}
.downloaditem {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    align-items: center;
}
    .downloaditem a {
        align-items: center;
        display: flex;
        flex-direction: row;
        color: var(--Radboudumc-Blauw-donker, #006991);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }
    .downloaditem svg {
        max-width: 24px;
        margin-right: 0.5rem;
        max-height 24px;
    }

.publicatie .auteur-onderzoek img {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    border-radius: 50%;
}

.publicatie .auteur-onderzoek h4 {
    color: #222;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.publicatie .auteur-onderzoek p {
    color: #222;
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.publicatie .auteur-onderzoek .email {
    display: flex;
        margin-right: 8px;
}

.publicatie .auteur-onderzoek .email svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 8px;
}

    .publicatie .auteur-onderzoek .email a {
        color: var(--Radboudumc-Blauw-donker, #006991);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }

.publicatiehero {
    margin-top: 190px;
    height: 0px !important;
}

.publicatiehero .backgroundsvg {
    position: relative;
    width: 100%;
    z-index: -1;
}

.publicatiehero .boxblue {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: row;
    z-index: -1;
}

    .publicatiehero .boxblue::before,
    .publicatiehero .boxblue::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        background: #E5F7FB; /* Adjust the background color */
    }

    .publicatiehero .boxblue::after {
        bottom: 0px;
        -webkit-clip-path: polygon(0 0, 100% 0, -90% 100%);
        clip-path: polygon(0 0, 100% 0, -90% 100%);
    }

.header-global {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}

.header-global.slide-up {
    transition: all 500ms ease-out;
}

    .header-global.header-hidden {
        top: -14.5rem;
    }

        .header-global.header-sticky .logo-svg {
            display: none;
        }

        .header-global.header-sticky .logo {
            margin-top:5rem;
            margin-bottom:-1rem;
        }
            .header-global.header-sticky .logo .homelogo {
                width: 100px;
                height: 80px;
            }

    .header-global.header-sticky {
        top: -7.25rem;
    }

    .header-global.scrollbackmenu {
        display: flex;
        width: 100%;
        padding-top: 10px;
    }

/* Large Devices (desktops) */
@media (min-width: 1200px) {

    .homecard img {
        width: 100%;
        flex-shrink: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .homecard .card {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: var(--SOEB-Wit, #FFF);
        margin-left: -35px;
        margin-top: 25px;
    }

        .homecard .card .card-text {
            padding: 0rem 2rem 0rem 2rem;
        }

        .homecard .card svg {
            height: 22px;
        }

        .homecard .card h4 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1.375rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            line-height: 25px;
            hyphens: auto;
        }

        .homecard .card p {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 350;
            margin-bottom: 0px !important;
            line-height: normal;
            margin-bottom: 1rem;
        }

        .homecard .card a {
            color: var(--Radboudumc-Blauw-donker, #006991);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration-line: underline;
            margin-bottom: 1rem;
        }

    .top {
        padding: 0 2rem 0 2rem;
    }
}
/* Medium Devices (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .overlay-text h1 {
        font-size: 2.5rem;
    }

    .overlay-text h3 {
        font-size: 1rem;
    }

    .overlay-text p {
        font-size: 1.3rem;
    }

    .homecard img {
        width: 100%;
        height: 253px;
        flex-shrink: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .homecard .card {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: var(--SOEB-Wit, #FFF);
        margin-left: -35px;
        margin-top: 25px;
    }

        .homecard .card .card-text {
            padding: 0rem 2rem 0rem 2rem;
        }

        .homecard .card svg {
            height: 22px;
        }

        .homecard .card h4 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1.375rem;
            font-style: normal;
            font-weight: 700;
            line-height: 25px;
            hyphens: auto;
            line-height: normal;
        }

        .homecard .card p {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            margin-bottom: 1rem;
        }

        .homecard .card a {
            color: var(--Radboudumc-Blauw-donker, #006991);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration-line: underline;
        }

    .top {
        padding: 0 2rem 0 2rem;
    }

    .navbar {
        max-width: 75rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        flex-direction: none;
    }
}
/* Small Devices (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .header-global.slide-up {
        transition: all 500ms ease-out;
    }

    .header-global.header-hidden {
        top: -14.5rem;
    }

    .header-global.header-sticky .logo-svg {
        display: none;
    }

    .header-global.header-sticky .logo {
        margin-top: 1rem;
        margin-bottom: -1rem;
    }

        .header-global.header-sticky .logo .homelogo {
            width: 100px;
            height: 80px;
        }

    .header-global.header-sticky {
        top: -2.5rem;
    }

    .header-global.scrollbackmenu {
        display: flex;
        width: 100%;
        padding-top: 10px;
    }



    input {
        border: none;
        border-radius: 4px;
        opacity: 0.85;
        background: var(--radboudumc-blauw-donker-25, #BFD9E3);
        width: 100%;
        height: 40px;
        flex-shrink: 0;
        padding-left: 20px;
        margin-right: 0rem !important;
    }

    .publicatiehero {
        margin-top: 170px;
        height: 0px;
    }

    .navbar-toggler {
        padding: 1rem 1rem;
    }
    .search {
        display: none !important;
    }

    .collapse {
        padding: 1rem 0 1rem 0;
    }


    .header-sticky {
        .navbar-toggler{
        }
        .subnav {
            gap: 0.25rem;
            justify-content: space-between;
        }

        .search {
            display: none;
        }
    }
    .overlay-text h1 {
        font-size: 2.5rem;
    }

    .overlay-text h3 {
        font-size: 1rem;
    }

    .overlay-text p {
        font-size: 1.3rem;
    }

    .homecard img {
        width: 100%;
        height: 253px;
        flex-shrink: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .homecard .card {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: var(--SOEB-Wit, #FFF);
        margin-left: 0px;
        margin-top: 0px;
    }

        .homecard .card .card-text {
            padding: 0rem 2rem 0rem 2rem;
        }

        .homecard .card svg {
            height: 22px;
        }

        .homecard .card h4 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1.375rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            line-height: 25px;
            hyphens: auto;
        }

        .homecard .card p {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            margin-bottom: 1rem;
        }

        .homecard .card a {
            color: var(--Radboudumc-Blauw-donker, #006991);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration-line: underline;
            margin-bottom: 1rem;
        }

    .top {
        padding: 0 2rem 0 2rem;
    }

.logo {
    max-width: 6.25rem;
    width: 100%;
    flex-shrink: 0;
    margin: 0.5rem 1rem 0.5rem 1rem;
    position: unset;
}

    .search {
        display: flex;
        justify-content: flex-end;
        margin-top: 0.9375rem;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar {
        max-width: 75rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
flex-direction: row;
    }

    .scrollbackmenu {
        display: flex;
        width: 100%;
        padding-top: 10px;
        flex-direction:column;
    }

    .minilogo {
        display: none;
    }
}
/* Extra Small Devices (phones) */


@media (max-width: 767.98px) {
    input {
        border: none;
        border-radius: 4px;
        opacity: 0.85;
        background: var(--radboudumc-blauw-donker-25, #BFD9E3);
        width: 100%;
        height: 40px;
        flex-shrink: 0;
        padding-left: 20px;
        margin-right: 0rem !important;
    }

    .header-global.slide-up {
        transition: all 500ms ease-out;
    }

    .header-global.header-hidden {
        top: -14.5rem;
    }

    .header-global.header-sticky .logo-svg {
        display: none;
    }

    .header-global.header-sticky .logo {
        margin-top: 1rem;
        margin-bottom: -1rem;
    }

        .header-global.header-sticky .logo .homelogo {
            width: 100px;
            height: 80px;
        }

    .header-global.header-sticky {
        top: 0rem;
    }

    .header-global.scrollbackmenu {
        display: flex;
        width: 100%;
        padding-top: 10px;
    }
    .hero-content-secondary {
        height: 300px;
    }


    .publicatiehero {
        margin-top: 120px !important;
        height: 0px;
    }


    .navbar {
        padding-top: 0px;
    }

    .navbar-toggler {
        padding: 1rem 1rem;
    }

    .hero-secondary {
        height: 300px;
        margin-top: 7rem;
    }

        .hero-secondary img {
            background: lightgray 50%/cover no-repeat;
            height: 300px;
            flex-shrink: 0;
            z-index: 0;
            position: absolute;
            -o-object-fit: cover;
            object-fit: cover;
        }


    .subnav {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
        padding: 0px;
        height: 100%;
        margin-bottom: 1rem;
        gap: 0.25rem;
    }

    .scrollbackmenu {
        display: flex;
        width: 100%;
        padding-top: 0px;
        flex-direction: column;
    }



    .collapse {
        padding: 1rem 0 1rem 0;
    }


    .search {
        display: none!important;
    }
    
    .header-sticky {
        .navbar-toggler{


        }
        .subnav {
        justify-content: space-between;
        }

        .logo {


        }
        .search {
            display: none;
        }
    }

    .overlay-text h1 {
        font-size: 1.75rem;
    }

    .overlay-text h3 {
        font-size: 1rem;
    }

    .overlay-text p {
        font-size: 1rem;
    }


    .homecard img {
        width: 100%;
        height: 253px;
        flex-shrink: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .homecard .card {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: var(--SOEB-Wit, #FFF);
        margin-left: -35px;
        margin-top: 25px;
    }

        .homecard .card .card-text {
            padding: 0rem 2rem 0rem 2rem;
        }

        .homecard .card svg {
            height: 22px;
        }

        .homecard .card h4 {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1.375rem;
            font-style: normal;
            font-weight: 700;
            line-height: 25px;
            hyphens: auto;
            line-height: normal;
        }

        .homecard .card p {
            color: var(--SOEB-Zwart-Neutrial, #222);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
            margin-bottom: 1rem;
        }

        .homecard .card a {
            color: var(--Radboudumc-Blauw-donker, #006991);
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration-line: underline;
            margin-bottom: 1rem;
        }

    .top {
        padding: 0 2rem 0 2rem;
    }

        .top .logo {
            margin: 0.5rem 1rem 1rem 1rem;
        }

        .top .search {
            margin: 1rem 1rem 1rem 1rem;
        }

    .offset {
        margin-top: 0rem;
    }

    .card-spacing {
        margin-top: 5rem;
    }

.navbar {
    max-width: 75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo {
    width: 100%;
    flex-shrink: 0;
    margin: 0.5rem 1rem 0.5rem 1rem;
    position: unset;
}

    .search {
        display: flex;
        justify-content: flex-end;
        margin-top: 0.9375rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hero {
        height: 620px;
        flex-shrink: 0;
        margin-top: 7rem;
        background: url(assets/img/hero.png), lightgray 50%/cover no-repeat;
        z-index: 3;
    }
}

@media (max-width: 575.98px) {


    input {
        border: none;
        border-radius: 4px;
        opacity: 0.85;
        background: var(--radboudumc-blauw-donker-25, #BFD9E3);
        width: 100%;
        height: 40px;
        flex-shrink: 0;
        padding-left: 20px;
        margin-right: 0rem !important;
    }

    .hero-content-secondary {
        height: 200px;
    }

    .hero-secondary {
        height: 200px;
        margin-top: 7rem;
    }

        .hero-secondary img {
            background: lightgray 50%/cover no-repeat;
            height: 200px;
            flex-shrink: 0;
            z-index: 0;
            position: absolute;
            -o-object-fit: cover;
            object-fit: cover;
        }


    .subnav {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
        padding: 0px;
        height: 100%;
        margin-bottom: 1rem;
        gap: 0.25rem;
    }

    .submenu-items {
        display: flex;
        flex-direction:column;
        margin-inline: auto;
        max-width: 75rem;
        padding: 0.60rem;
        justify-content: left;
    }
    .submenu-item{
        padding: 5px 5px;
    }

    .scrollbackmenu {
        padding-top: 0px;
    }

    .hero-secondary {
        height: 200px;
        margin-top: 7rem;
    }

    .publicatie .citaat {
        width: 100%;
        padding: 2rem 0; /* Adjust padding as needed */
        background: #E5F7FB;
        -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
        clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
        position: relative;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
        box-sizing: border-box; /* Include padding in the width and height calculations */
        text-align: center; /* Center text content */
    }


    .publicatie .citaat h2 {
        color: var(--Radboudumc-Blauw-donker, #006991);
        text-align: center;
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
    }

    .introtext {
        padding-top: 33px;
    }

        .introtext h2 {
            color: var(--Radboudumc-Blauw-donker, #006991);
            text-align: center;
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 1.85rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .introtext p {
            color: var(--SOEB-Zwart-Neutrial, #222);
            text-align: center;
            font-family: "Source Sans 3", Calibri, Arial, sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 350;
            line-height: normal;
        }

    .collapse {
        padding: 1rem 0 1rem 0;
    }

    .search {
        display: none;
    }

    .navbar-toggler {
        padding: 1rem 1rem;
    }
    .header-sticky {
        .subnav
{
    gap: 0.25rem;
    justify-content: space-between;
}

        .search {
            display: none;
        }
    }

    .card-thema {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: var(--SOEB-Wit, #FFF);
        margin-left: 0px;
        margin-top: 25px;
        border: 1px solid rgba(0, 0, 0, .125);
    }

    .overlay-text h1 {
        font-size: 2rem;
        line-height: 40px;
    }


    .overlay-text h3 {
        font-size: 1rem;
    }

    .overlay-text p {
        font-size: 1.1rem;
    }

    .top {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

        .top .logo {
            margin-left: auto;
            margin-right: auto;
            margin: 1rem 1rem 1rem 1rem;
        }

        .top .search {
            margin: 0rem 0rem 0rem 0rem;
        }

    .navbar {
        padding:0;
    }

    .homecard .card {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: var(--SOEB-Wit, #FFF);
        margin-left: 0px;
        margin-top: 0px;
    }

    .homecard img {

        width: 100%;
        height: 253px;
        flex-shrink: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .homecard .card {
        margin-left: auto;
        margin-right: auto;
    }

    .offset
        margin-top: 0rem;
    }

    .card-spacing {
        margin-top: 3rem;
    }
    .card-section{
        margin-top: 0rem;
    }
.icons h2 {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: "Source Sans 3", Calibri, Arial, sans-serif;
    font-size: 1.85rem;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

@media (max-width: 492px){


    .header-global.slide-up {
        transition: all 500ms ease-out;
    }

    .header-global.header-hidden {
        top: -14.5rem;
    }

    .header-global.header-sticky .logo-svg {
        display: none;
    }

    .header-global.header-sticky .logo {
        margin-top: 1rem;
        margin-bottom: -2rem;
    }

        .header-global.header-sticky .logo .homelogo {
            width: 100px;
            height: 80px;
        }

    .header-global.header-sticky {
        top: -1rem;
    }

    .header-global.scrollbackmenu {
        display: flex;
        width: 100%;
        padding-top: 10px;
    }

    .hero-secondary {
        height: 200px;
        margin-top: 7rem;
    }

        .hero-secondary img {
            background: lightgray 50%/cover no-repeat;
            height: 200px;
            flex-shrink: 0;
            z-index: 0;
            position: absolute;
            -o-object-fit: cover;
            object-fit: cover;
        }


    .subnav {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
        padding: 0px;
        height: 100%;
        margin-bottom: 1rem;
        gap: 0.25rem;
    }

    .collapse {
        padding: 1rem 0 1rem 0;
    }


    .search {
        display: none;
    }
    .header-sticky {
        .header-container{
        display: flex;
        margin-top: 1rem;
        justify-content: space-between;
        align-content: center;
        align-items: flex-end;
        }
        .navbar-toggler{

        }

.subnav {
    gap: 0.25rem;
    justify-content: space-between;
}

        .search {
            display: none;
        }
        .logo {

        }
        .logo .homelogo{

        }
    }


}

@media (min-width: 490){
    .search {
        display: none;
    }
}

@media (max-width: 436px) {

    .hero-secondary {
        height: 200px;
        margin-top: 7rem;
    }

        .hero-secondary img {
            background: lightgray 50%/cover no-repeat;
            height: 200px;
            flex-shrink: 0;
            z-index: 0;
            position: absolute;
            -o-object-fit: cover;
            object-fit: cover;
        }


    .subnav {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
        padding: 0px;
        height: 100%;
        margin-bottom: 1rem;
        gap: 0.25rem;
    }

    .collapse {
        padding: 1rem 0 1rem 0;
    }

    .header-container {
        display: flex;
        justify-content: space-between;
    }
        .header-sticky {
            .header-container{

         }
        .navbar-toggler{


        }

.subnav {
    gap: 0.25rem;
    justify-content: space-between;
}

        .search {
            display: none;
        }
        .logo {

            margin-bottom: -40px;
        }
    }


    .card-thema {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: var(--SOEB-Wit, #FFF);
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom:1rem;
        border: 1px solid rgba(0, 0, 0, .125);
    }

.navbar {
    max-width: 75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}


    input {
        border: none;
        border-radius: 4px;
        opacity: 0.85;
        background: var(--radboudumc-blauw-donker-25, #BFD9E3);
        max-width: 26.25rem;
        min-width: 14rem;
        width: 100%;
        height: 40px;
        flex-shrink: 0;
        padding-left: 20px;
        margin-right: 0rem !important;
    }
}
/*# sourceMappingURL=styles.css.map */



.pagination-item {
    padding: 1rem;
    gap: 1rem;
}

    .pagination-item a {
        color: #006991;
        font-size: 16px;
        padding: 0.25rem;
    }

.selected a{
    color: white;
    background-color: #006991;
    font-size: 16px;
}


.post-title{
    font-size: 1rem;
}

.card-text {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 2rem 2rem 2rem;
}

    .card-text a {
        display: flex;
        margin-top: auto;
        color: var(--Radboudumc-Blauw-donker, #006991);
        font-family: "Source Sans 3", Calibri, Arial, sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
    }

.zoek-veld {
    align-items: flex-end;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}

.zoek-veld input {
    max-width: 90%;
}