﻿
:root
{
    --container-1-height: max(min(calc(350px + (500 - 350) * ((100vw - 576px) / (1200 - 576))), 500px), 350px);
    --ikon-pil-margin: max(min(calc(21px + (56 - 21) * ((100vw - 576px) / (1200 - 576))), 56px), 21px);
    --ikon-pil: max(min(calc(100px + (140 - 100) * ((100vw - 576px) / (1200 - 576))), 140px), 100px);
    --logg-inn: max(min(calc(12px + (14 - 12) * ((100vw - 576px) / (1200 - 576))), 14px), 12px);
}

#section-1
{
    background-color: var(--prim-green);
}

    #section-1 > #container-1
    {
        max-height: var(--container-1-height);
    }

    #section-1 > #container-1
    {
        padding: 7px 14px 35px 14px;
    }

        #section-1 > #container-1 > div > div > div
        {
            display: flex;
            justify-content: end;
        }

            #section-1 > #container-1 > div > div > div #cmdSignIn
            {
                padding: var(--logg-inn);
                font-size: 16px;
                text-transform: uppercase;
                cursor: pointer;
            }

                #section-1 > #container-1 > div > div > div #cmdSignIn:hover
                {
                    background-color: #F0F0F0;
                    border-radius: 14px;
                }

        #section-1 > #container-1 .logo
        {
            margin-bottom: 35px;
        }

        #section-1 > #container-1 article div
        {
            font-size: var(--fontSize20-40);
            font-weight: bold;
            white-space: nowrap;
        }

            #section-1 > #container-1 article div:nth-child(2)
            {
                margin-bottom: 35px;
            }

            #section-1 > #container-1 article div:nth-child(3),
            #section-1 > #container-1 article div:nth-child(4)
            {
                font-size: var(--fontSize16-30);
                font-weight: 300;
            }

        #section-1 > #container-1 .wrapper-right
        {
            position: relative;
            display: flex;
            align-items: center;
            flex-direction: column;
        }

            #section-1 > #container-1 .wrapper-right .ikon-pil
            {
                width: var(--ikon-pil);
                margin-top: var(--ikon-pil-margin);
                margin-bottom: var(--ikon-pil-margin);
            }

            #section-1 > #container-1 .wrapper-right #cmdReg
            {
                border: 1px solid #333399 !important;
                border-radius: 14px;
                padding: var(--logg-inn);
                font-size: 16px;
                text-transform: uppercase;
            }


#section-2
{
    height: 880px;
    background-image: url(/lib/img/studere-okonomi-excel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    #section-2 > #container-2
    {
    }

        #section-2 > #container-2 .wrapper
        {
            position: absolute;
            top: 70px;
            left: 450px;
            color: #FFFFFF;
            border-radius: 14px;
            background: rgba(192,220,176, 0.5);
            padding: 21px 14px 21px 14px;
        }

            #section-2 > #container-2 .wrapper .wrapper-1
            {
                display: flex;
                align-items: center;
            }

            #section-2 > #container-2 .wrapper .wrapper-1
            {
                margin-bottom: 35px;
            }

                #section-2 > #container-2 .wrapper .wrapper-1 img
                {
                    max-width: 100px;
                    display: inline-block;
                    filter: brightness(0) invert(1);
                    -webkit-filter: brightness(0) invert(1);
                }

                #section-2 > #container-2 .wrapper .wrapper-1 div
                {
                    display: inline-block;
                    margin-left: 21px;
                    font-weight: 600;
                    font-size: 40px;
                }


#section-3
{
    background-color: var(--prim-green);
}

    #section-3 > #container-3
    {
        padding-top: 35px;
        padding-bottom: 35px;
    }

        #section-3 > #container-3 > div:nth-child(1) > div > div:nth-child(1)
        {
            margin-bottom: 35px;
            font-size: var(--fontSize20-40);
            font-weight: bold;
            text-align: center;
        }

        #section-3 > #container-3 > div:nth-child(1) > div > div:nth-child(2),
        #section-3 > #container-3 > div:nth-child(1) > div > div:nth-child(3)
        {
            font-size: var(--fontSize16-30);
            font-weight: 300;
            text-align: center;
        }

        #section-3 > #container-3 > .form-wrapper
        {
            max-width: 600px;
            margin: 35px auto 0 auto;
        }

        #section-3 > #container-3 #cmdSubmit
        {
            border: 1px solid #333399 !important;
            border-radius: 14px;
            padding: var(--logg-inn);
            font-size: 17px;
            text-transform: uppercase;
        }

        #section-3 > #container-3 #cmdLanguage
        {
            border: 1px solid #333399 !important;
            border-radius: 14px;
            padding: var(--logg-inn);
            font-size: 17px;
            text-transform: uppercase;
        }

        #section-3 > #container-3 .az-input,
        #section-3 > #container-3 .az-select
        {
            border: 1px solid #333399 !important;
            border-radius: 7px;
            font-size: 17px;
        }

        #section-3 > #container-3 .az-label
        {
            font-size: 17px;
        }

        #section-3 > #container-3 .az-form-group .az-alert-info
        {
            background-color: var(--sec-green) !important;
            color: var(--prim-black) !important;
            font-size: 17px;
        }

        #section-3 > #container-3 .az-form-group .az-alert-danger
        {
            background-color: var(--prim-black) !important;
            font-size: 17px;
        }

        #section-3 > #container-3 .labelPrivacyStatement
        {
            display: block;
        }


#section-4
{
    /*    background-color: #FFFFFF;*/
    background-color: var(--prim-green);
}

    #section-4 > #container-4
    {
        height: 100px;
        padding-top: 35px;
        padding-bottom: 35px;
    }


        #section-4 > #container-4 > div:nth-child(1) > div > div
        {
            margin-bottom: 35px;
            font-size: var(--fontSize20-40);
            font-weight: bold;
            text-align: center;
        }

        #section-4 > #container-4 > div:nth-child(2) > div > div:nth-child(1)
        {
            font-size: var(--fontSize16-30);
            font-weight: 300;
            text-align: center;
        }

        #section-4 > #container-4 > div:nth-child(2) > div > div:nth-child(2)
        {
            font-size: var(--fontSize16-30);
            font-weight: 300;
            text-align: center;
        }

#Footer > #ContainerFooter
{
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (max-width: 1200px)
{
    #section-2 > #container-2 .wrapper
    {
        left: calc(100vw - 800px);
    }
}

@media (max-width: 992px)
{
    #section-1 > #container-1,
    #section-2 > #container-2,
    #section-3 > #container-3,
    #section-4 > #container-4,
    #Footer > #ContainerFooter
    {
        width: 100%;
    }

    #section-2
    {
        height: 750px;
    }

        #section-2 > #container-2
        {
            height: auto;
        }

            #section-2 > #container-2 .wrapper
            {
                position: static;
                background: transparent;
            }

                #section-2 > #container-2 .wrapper .wrapper-1
                {
                    margin-left: 14px !important;
                }
}

@media (max-width: 767px)
{
    #section-1 > #container-1 .wrapper-right .ikon-pil
    {
        display: none;
    }

    #section-1 > #container-1 .wrapper-right
    {
        margin-top: 21px;
    }

    #section-2
    {
        height: 600px;
    }

        #section-2 > #container-2 .wrapper
        {
            background: transparent;
        }

            #section-2 > #container-2 .wrapper .wrapper-1 img
            {
                max-width: 70px;
            }

            #section-2 > #container-2 .wrapper .wrapper-1 div
            {
                font-size: 20px;
            }

    #section-3 > #container-3 > .form-wrapper
    {
        margin-left: 14px;
        margin-right: 14px;
    }
}

/*
#section-3 > #container-3 > div:nth-child(2) > div > div:nth-child(1)
{
    margin-bottom: 14px;
    font-family: var(--font-opensans);
    font-size: var(--fontSize16-30);
    font-weight: 300;
    text-align: center;
}

#section-3 > #container-3 > div:nth-child(2) > div > div:nth-child(2)
{
    margin-bottom: 35px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-opensans);
    font-size: 19px;
    font-weight: 300;
}

    #section-3 > #container-3 > div:nth-child(2) > div > div:nth-child(2) input[type=radio]
    {
        width: 25px;
        height: 25px;
        top: 8px;
    }

#section-3 > #container-3 #CardWrapper
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 35px;
}

    #section-3 > #container-3 #CardWrapper > .az-card
    {
        width: 220px;
        height: 200px;
        margin: 7px;
        padding: 14px;
        border-radius: 14px;
        text-align: center;
        background: linear-gradient(168deg, #FFFFFF 60%, var(--prim-green) 40%);
    }

        #section-3 > #container-3 #CardWrapper > .az-card h4
        {
            margin-bottom: 14px;
            font-size: 19px;
            color: var(--contrast);
        }

        #section-3 > #container-3 #CardWrapper > .az-card i
        {
            margin-bottom: 14px;
            font-size: 58px;
            color: var(--contrast);
        }

        #section-3 > #container-3 #CardWrapper > .az-card h6
        {
            margin-bottom: 14px;
            font-size: 19px;
            color: var(--contrast);
        }

        #section-3 > #container-3 #CardWrapper > .az-card input[type=radio]
        {
            width: 30px;
            height: 30px;
        }

#section-5
{
}

    #section-5 > #container-5
    {
        height: 300px;
        padding-top: 35px;
        padding-bottom: 35px;
        background-color: var(--prim-black);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    }

        #section-5 > #container-5 > div
        {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 21px;
            min-height: 250px;
        }

            #section-5 > #container-5 > div > div
            {
                font-family: var(--font-opensans);
                font-size: var(--fontSize16-30);
                font-weight: bold;
                color: #FFFFFF;
            }

        #section-5 > #container-5 .logo-symbol
        {
            width: 100px;
        }

*/
