html, body {
    height: auto;
    position: initial;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

.header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    position: relative;
}

.header .header__wrapper .logo {
    flex: 0 0 50%;
    max-width: 50%;
}

.page-wrapper a {
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
    .logo img {
        height: 80px;
    }
}

.logo img {
    height: 100%;
    width: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.logo {
    display: flex;
    align-items: center;
    height: 40px;
}

@media (min-width: 992px) {
    .logo {
        height: 80px;
    }
}

@media (min-width: 768px) {
    .logo {
        height: 60px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-xs,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}

a {
    color: #132397;
    text-decoration: none;
    background-color: transparent;
}

@media (min-width: 992px) {
    .header {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .header .header__wrapper {
        align-items: flex-end;
        height: 110px;
    }
}

@media (min-width: 576px) {
    .header .header__wrapper .logo {
        flex: 0 0 33.34%;
        max-width: 33.34%;
    }
}

.header .header__wrapper .header--tools-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 114px;
}

.hamburger .burger-icon,
.hamburger .burger-icon::before,
.hamburger .burger-icon::after {
    height: 2px;
    width: 16px;
}

.hamburger .burger-icon {

    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
}

.hamburger .burger-icon,
.hamburger .burger-icon::before,
.hamburger .burger-icon::after {
    height: 2px;
    width: 16px;
}

.hamburger .burger-icon::before {
    top: -6px;
}

.hamburger .burger-icon::after {
    top: 6px;
}

.hamburger .burger-icon::before,
.hamburger .burger-icon::after {
    position: absolute;
    content: "";
}

.hamburger .burger-text {
    color: #000;
    font-size: 1.125rem;
    line-height: 1;
    margin-left: 10px;
}

.hamburger .burger-icon,
.hamburger .burger-icon::before,
.hamburger .burger-icon::after {
    display: block;
    width: 33px;
    height: 4px;
    background-color: #132397;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: .3s;
}

.header .header__navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 1rem;
    padding: 0.35rem 0;
}

.container,
.container-fluid,
.container-xl {
    width: calc(100% - 30px);
    /*100%; */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
    margin-bottom: 2em;
}
.col {
    width: 100%;
}

@media (min-width: 992px) {
    .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

hr {
    border-bottom: 120px solid #45E4B2;
}

.container-fluid, .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.header .region--navigation-top {
    display: none;
}

@media (min-width: 992px) {
    .header .header__navigation .hamburger {
        display: none;
    }

    .header .region--navigation-top {
        display: block;
    }
}

@media (min-width: 576px) {
    .region-wrapper--navigation-toggle {
        right: 15px;
        width: 400px;
    }
}

.region-wrapper--navigation-toggle {
    background: #f9f9f9;
    border-top: 3px solid #5034bc;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    display: none;
    position: absolute;
    top: 74px;
    right: 0;
    width: 100%;
    z-index: 100;
}

@media (min-width: 992px) {
    .header .header__navigation .menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 30px;
    }
}

.menu {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.region-wrapper--navigation-toggle.open {
    display: block;
}

.hamburger {
    display: flex;
    align-items: center;
}

.hamburger .burger-icon {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hamburger .burger-icon,
.hamburger .burger-icon::before,
.hamburger .burger-icon::after {
    display: block;
    width: 33px;
    height: 4px;
    background-color: #132397;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: .3s;
}

.hamburger .burger-icon::before,
.hamburger .burger-icon::after {
    position: absolute;
    content: "";
}

.hamburger .burger-icon::before {
    top: -10px
}

.hamburger .burger-icon::after {
    top: 10px
}

.hamburger.open .burger-icon {
    background-color: transparent
}

.hamburger.open .burger-icon::before {
    transform: translateY(10px) rotate(45deg)
}

.hamburger.open .burger-icon::after {
    transform: translateY(-10px) rotate(-45deg)
}

.hamburger {
    display: flex;
    align-items: center
}

.hamburger:hover,
.hamburger:focus {
    text-decoration: none
}

.hamburger:hover .burger-text,
.hamburger:focus .burger-text {
    color: #132397
}

.hamburger .burger-icon {
    margin-top: 6px;
    margin-bottom: 6px
}

.hamburger .burger-icon::before {
    top: -6px
}

.hamburger .burger-icon::after {
    top: 6px
}

.hamburger .burger-icon,
.hamburger .burger-icon::before,
.hamburger .burger-icon::after {
    height: 2px;
    width: 16px
}

.hamburger .burger-text {
    color: #000;
    font-size: 1.125rem;
    line-height: 1;
    margin-left: 10px
}

.hamburger.open .burger-icon::before {
    transform: translateY(6px) rotate(45deg)
}

.hamburger.open .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg)
}

@media (min-width: 768px) {
    .header .header__navigation .menu .menu-item a {
        padding: 20px;
    }
}

.header .header__navigation .menu .menu-item a {
    color: #000;
    font-weight: 500;
    line-height: 1;
    border-bottom: 3px solid #fff;
    display: block;
    padding: 1rem 20px;
}

.header .header__navigation .menu .menu-item a:hover,
.header .header__navigation .menu .menu-item a:focus,
.header .header__navigation .menu .menu-item a.is-active {
    color: #0061AF;
    text-decoration: none;
    background-color: #fff;
}

/* styles from hasselt website */
.banner__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
        padding-right: 90px;
        padding-left: 30px;
        gap:30px;
}
.banner__cta a {
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
    color: #000;
    display: block;
    font-weight: 700;
    margin-bottom: 1rem;
    opacity: .95;
    padding: 13px 70px 13px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.banner__cta a::before {
    background-color: #00a8a9;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    transition: width .3s ease-in-out;
    width: 50px;
    z-index: -1;
}
.banner__cta a::after {
    content: ">";
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
}

.banner__cta a:hover, .banner__cta a:focus {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.banner__cta a:hover::before, .banner__cta a:focus::before {
    background: #008485;
    width: 100%;
}

#sponsoring_inschrijven, .sponsor_info_Gouden_1, .sponsor_info_Gouden_3, .sponsor_info_Zilveren_1, .sponsor_info_Zilveren_3, #sponsoring_inschrijven_confirmation, #sponsoring_inschrijven_gesloten {
    display: none;
}
.sponsor_info_Gouden_1, .sponsor_info_Gouden_3, .sponsor_info_Zilveren_1, .sponsor_info_Zilveren_3 {
    font-size: .7em;
    padding-left: 2em;
}