/* main CSS - WiNA Gent vzw */
@import "https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css";

* {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.is-primary {
    color: white !important;
    background-color: black !important;
}

.is-primary:hover {
    color: black !important;
    background-color: #FFE01B !important;
}

.has-background-primary {
    background: linear-gradient(to top right, #c5ae02 10%, black) !important;
}

.main-content {
    margin: calc(74px + 2rem) 10vw 0;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .main-content {
        margin: calc(74px + 2rem) 0vw 0;
        flex-grow: 1;
    }

    .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table tbody, .table thead {
        display: table-header-group;
        width: 100%;
    }
}

/* */

.tabcontent {
    display: none;
}

.message-header {
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: 0.75em 1em;
    position: relative;
    font-size: 2rem;
    color: black;
}

div.message-header.theme-toggle.theme-toggle-dark,div.statuut-subsection-header.theme-toggle.theme-toggle-dark{
color: white;
background-color: #2e333d;
}

div.message-header.theme-toggle.theme-toggle-light,div.statuut-subsection-header.theme-toggle.theme-toggle-light{
color: black;
background-color: white;
}

.message .message-body {
    border-top: 5px solid #FFE01B !important;
    border-left: 4px solid #363636 !important;
}

.ejw-bol {
    position: absolute;
    background-color: #FFE01B;
    border-radius: 99999px;
    padding: 1rem;

    top: 20%;
    right: 10vw;
    aspect-ratio: 1;
    width: min(20vw, 300px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: 'Titan One', cursive;
    border: black 2px solid;
    box-shadow: 0 0 0 2px #FFE01B;

    overflow-wrap: break-word;
    hyphens: manual;
}

.lustrum-bol {
    position: absolute;
    top: 20%;
    right: 10vw;
    aspect-ratio: 1;
    width: min(20vw, 300px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.lustrum-click {
    position: absolute;
    width: min(20vw, 300px);
    top: calc(20% + min(300px, 20vw) - 2rem);
    right: 10vw;
    background-color: #ddaa16;
    border: black 2px solid;
    box-shadow: 0 0 0 2px #ddaa16;
}

.lustrum-click p {
    color: black;
}

.lustrum-bol a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1163px) {
    .ejw-bol {
        width: max(20vw, 170px);
        top: calc(74px + 10px);
        right: 10px;
    }
    .lustrum-bol {
        width: max(20vw, 170px);
        top: calc(80px + 10px);
        right: 10px;
    }
}


.ejw-bol > * {
    margin-bottom: 1rem;
}

.ejw-bol > *:last-child {
    margin-bottom: 0;
}

.ejw-bol__title {
    font-size: 2rem;
    color: black;
    max-width: 100%;
    text-align: center;
    line-height: .9;

}

.ejw-bol__link {
    position: relative;
    font-size: 1.252rem;
    color: black;
    text-decoration: underline black 1px;
    z-index: 0;
}

.ejw-bol__link::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    background-color: black;
    transition: all 0.250s ease-in-out;
}

.ejw-bol__link:hover {
    color: #FFE01B;
}

.ejw-bol__link:hover::after {
    width: 100%;
}

.is-absolute {
    position: absolute !important;
}

.is-position-top {
    top: 0;
}

.is-position-bottom {
    bottom: 0;
}

.is-position-left {
    left: 0;
}

.is-position-right {
    right: 0;
}
