﻿@import url('vars.css');



body.start-2024 {
    background-color: var(--bg-color);
    /*display: grid;*/
    /* Replace 80 with your footer height, or with auto for variable-height footers */
    /*grid-template-rows: 190px 1fr 125px;*/
    /*grid-template-rows: 190px auto 125px;*/
    /* These two are important */
    /*position: relative;*/
    /*min-height: 100vh;*/
}

#page-wrapper {
    background-color: #ffffff;
    margin: 30px auto;
    line-height: 150%;
    max-width: 1360px;
    min-width: 1000px;
    /*min-height: 500px;*/

    display: grid;
    /*Replace 80 with your footer height, or with auto for variable-height footers */
    grid-template-rows: 165px 1fr 140px;
    /*grid-template-rows: 190px auto 125px;*/
    /*These two are important */
    /*min-height: 100vh;*/
    min-height: 90vh;
    position: relative;
}

    #page-wrapper header {
        background-color: var(--bg-color);
        color: white;
        top: 0;
        grid-row: 1;
        /* Recommended by Google, but adjust as you see fit */
        min-height: 190px;
        position: fixed;
        right: 100%;
        width: 100%;
        /* This is to ensure that it always appears above everything. */
        z-index: 100;
        left: 0;
    }

        #page-wrapper header #header-content {
            background-color: white;
            color: black;
            max-width: 1360px;
            min-width: 1000px;
            height: 165px;
            margin: 30px auto 0;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

            #page-wrapper header #header-content .header-valign-center {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

    #page-wrapper #page2024-content {
        /*padding: 10px;*/
        grid-row: 2;
        min-width: 0;
        /* change as you see fit */
        /*padding-bottom: 64px;*/
        /*margin-bottom: 40px;*/
        /*margin-top: 195px;*/
        /*background-color: var(--alt-bg-color);*/
        background-color: #fff;
        color: var(--page-content-text-color);
    }

        #page-wrapper #page2024-content.show-scroll::before {
            content: '';
            position: absolute;
            left: 50%;
            z-index: 1000;
            /*            margin-left: -38px;
            top: -55px;
*/
            width: 76px;
            height: 35px;
            background-image: url('../images/design/Pil-triangel-nedat_transparent.png');
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }

        #page-wrapper #page2024-content h2 {
            font-size: 30px;
            margin-bottom: 1rem;
        }


        #page-wrapper #page2024-content .flex-row {
            display: flex;
            flex-direction: row;
            justify-items: left;
            justify-content: space-between;
        }

        #page-wrapper #page2024-content .gray-stripe {
            font-weight: bold;
            /*font-size: 18px;*/
            /*font-size: 18pt;*/
            font-size: 22px;
            line-height: 120%;
            min-height: 190px;
            background: url('../images/design/SP-border-grey.png') no-repeat;
            background-size: cover;
            margin: 0;
            padding-top: 1rem;
        }

    #page-wrapper footer {
        background-color: var(--bg-color);
        grid-row: 3;
        bottom: 0;
        height: 190px;
        position: fixed;
        right: 100%;
        width: 100%;
        /* This is to ensure that it always appears above everything. */
        z-index: 100;
        left: 0;
    }
    #page-wrapper footer #scroll-arrow {
        display:none;
        padding-top:0.5rem;
        width:100%;
        text-align:center;
        background-color:white;
    }
        #page-wrapper footer #scroll-arrow.show-scroll {
            display:block;
        }
        #page-wrapper footer .space {
            height: 10px;
            background-color: white;
            /*            margin: 0 auto 30px;
            max-width: 1360px;
            min-width: 1000px;
*/
        }

        #page-wrapper footer #footer-content {
            color: black;
            max-width: 1360px;
            min-width: 1000px;
            margin: 0 auto 30px;
            /*            display: flex;
            flex-direction: column;
*/
        }

        #page-wrapper footer .footer-stripe {
            height: 80px;
            background-color: var(--alt-bg-color);
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: end;
            padding-right: 40px;
        }

        #page-wrapper footer .footer-center {
            background-color: white;
            height: 45px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            text-align: center;
            color: var(--alt-text-color);
        }

.w-50pcnt {
    width: 50%;
}

.h-min-100 {
    min-height: 100%;
}

.bg-alt-color {
    background-color: var(--alt-bg-color);
}

.bg-white {
    background-color: #fff;
}

.info-content {
    padding-top: 3rem;
    padding-bottom: 2rem;
    /*padding-bottom: 0.5rem;*/
    /*min-height: 100%;*/
}

.main-header {
    color: var(--main-header-color);
}

.line-height-100 {
    line-height: 110%;
}

/*#footer {
    background-color: var(--bg-color);
    left: 0;
    bottom: 0;
    color: white;
    display: flex;
    grid-row: 3;
    position: absolute;
    width: 100%;
    min-height: 125px;
}

    #footer .stripe {
        max-width: 1360px;
        min-width: 1000px;
        position: relative;
        margin: 0 auto 24px;
        height: 80px;
        width: 100%;
        background: var(--alt-bg-color);*/
/*padding-right: 50px;*/
/*vertical-align: middle;
        color: #000;
    }

        #footer .stripe .info {
            height: 100%;
            float: right;
            text-align: center;
        }

            #footer .stripe .info span {
                margin-top: 50%;
                font-weight: bold;
                margin-right: 1rem;
                font-size: 14px;
            }

            #footer .stripe .info img {
                margin: auto;
                display: block;
            }*/

