@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,800");
html, body {
    height: 100%;
    min-height: 18em;
    margin: 0;
    padding: 0;
}

::selection {
    background: #FFF36A;
    color: #00555C;
}

::-moz-selection {
    background: #FFF36A;
    color: #00555C;
}

.right-side {
    background-image: url("../images/LoadingImages2.png");
    box-shadow: inset 0 0 0 1000px rgba(236,100,74,.78);
}

.right-side button:hover {
    color: #00555C;
}

.left-side {
    background-image: url("../images/GA.jpeg");
    box-shadow: inset 0 0 0 1000px rgba(0, 85, 92,.78);
}

.left-side button:hover {
    color: #EC644A;
}

.split-pane {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 50%;
    min-height: 9em;
    font-size: 2em;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-align: center;
}

.split-pane.col-xs-12.col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 500px) {
    .split-pane {
        padding-top: 2em;
        height: 100%;
    }
}
.split-pane div {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}
.split-pane div button {
    background-color: transparent;
    border: 1px solid white;
    color: #f5f5f5;
    border-radius: 5px;
    font-size: 0.5em;
    padding: 0.8em;
    font-weight: bold;
    transition: all 0.2s ease-out;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
@media (max-width: 500px) {
    .split-pane div button {
        font-size: 0.4em;
    }
}
.split-pane div button:hover {
    background: #fff;
    text-decoration: none;
}
.split-pane div .text-content {
    line-height: 1.6em;
    margin-bottom: 1em;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.split-pane div .text-content .bold {
    font-size: 0.6em;
    text-transform: uppercase;
}
@media (max-width: 500px) {
    .split-pane div .text-content .bold {
        font-size: 0.4em;
    }
}
.split-pane div .text-content .big {
    font-size: 2em;
    font-weight: 800;
    color:#EC644A;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f5f5f5;
}
.split-pane div .text-content .big2 {
    font-size: 2em;
    font-weight: 800;
    color:#00555C;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f5f5f5;
}
@media (max-width: 500px) {
    .split-pane div .text-content .big {
        font-size: 1.5em;
    }
}

.split-pane-line {
    color: white;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.split-pane-line img {
    height: 6em;
}

/* Verberg split-pane-line als welcome modal zichtbaar is */
body:has(#welcome-modal:not(.hidden)) .split-pane-line {
    opacity: 0;
    pointer-events: none;
}

.programma-btn {
    position: fixed !important;
    bottom: 1.5em;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    z-index: 40;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background-color: #FFF36A !important;
    border: 2px solid #FFF36A !important;
    color: #00555C !important;
    border-radius: 5px;
    font-size: 17px;
    padding: 0.85em 1.35em !important;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
    text-decoration: none;
    text-align: center;
    font-family: Raleway, sans-serif;
    box-shadow: 0 0 0 0 rgba(255, 243, 106, 0.65);
    animation: programmaPulse 1.9s ease-in-out infinite;
}

.programma-btn:hover {
    background: #ffffff !important;
    color: #00555C !important;
    box-shadow: 0 0 0 10px rgba(255, 243, 106, 0);
    transform: translateX(-50%) !important;
}

.programma-btn:focus-visible {
    outline: 3px solid #00555C;
    outline-offset: 3px;
}

@keyframes programmaPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 243, 106, 0.65), 0 8px 22px rgba(0, 0, 0, 0.2);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(255, 243, 106, 0), 0 10px 26px rgba(0, 0, 0, 0.24);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 243, 106, 0), 0 8px 22px rgba(0, 0, 0, 0.2);
    }
}

@media (prefers-reduced-motion: reduce) {
    .programma-btn {
        animation: none;
    }
}
@media (max-width: 500px) {
    .split-pane-line img {
        height: 3em;
    }
}

@media (min-width: 500px) {
    .col-sm-6 {
        width: 50%;
    }
}
html,
body,
button {
    font-family: Raleway, sans-serif;
}

/* Welkomst Modal Styles */
.welcome-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 85, 92, 0.95) 0%, rgba(236, 100, 74, 0.95) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.welcome-modal.hidden {
    opacity: 0;
    pointer-events: none;
}

.welcome-container {
    position: relative;
    width: 90%;
    max-width: 760px;
    background: white;
    border-radius: 15px;
    padding: 60px 40px 40px 40px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: slideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.welcome-title {
    font-size: 48px;
    font-weight: 800;
    color: #00555C;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.welcome-subtitle {
    font-size: 18px;
    color: #EC644A;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.welcome-text {
    font-size: 17px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-text p {
    margin: 10px 0;
}

.welcome-goal-label {
    font-weight: 800;
    color: #EC644A;
}

.welcome-btn {
    background-color: #00555C;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.35s ease, color 0.35s ease, transform 0.3s ease, box-shadow 0.35s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 85, 92, 0.3);
}

.welcome-btn:hover {
    background-color: #FFF36A;
    color: #00555C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 243, 106, 0.45);
}

.welcome-btn:active {
    transform: translateY(0);
}

@media (max-width: 600px) {
    .welcome-container {
        width: 92%;
        max-width: 92%;
        padding: 44px 24px 28px 24px;
    }

    .welcome-title {
        font-size: 36px;
    }

    .welcome-subtitle {
        font-size: 16px;
    }

    .welcome-text {
        font-size: 15px;
        line-height: 1.65;
    }

    .welcome-btn {
        padding: 12px 40px;
        font-size: 16px;
    }
}




