﻿/* topnav er brukt i menyen. palett her:  https://coolors.co/496077 lilla 6A4978 dempetlilla 624978 dempetgrønn 49785f */
/* blaagraderinger D5DDE5 mørkblå 3F5367 lys #f1f4f6; */


   

    /* DEFAULTS
----------------------------------------------------------*/
   
    body {
        /*  background            : #b6b7bc url(/images/grayfade.jpg) repeat-y;  */
        background: #FFF; /* dette var den grå bakgrunnen  #f4f4f4 som omslutter hele siden før #b6b7bc */
        /* font-size: 0.9em;  */
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
        -webkit-text-size-adjust: 100%;
        margin: 0px;
        padding: 0px;
        color: #000000; /* muligens kanten? var 696969 */
    }



    a:link, a:visited {
        color: dodgerblue; /* #dde4ec; dette er fargen på lenker, var #496077 */
        text-decoration: none;
    }

    a:hover {
        color: #496077;
        text-decoration: none;
    }

    a:active {
        color: #496077;
        text-decoration: none;
    }

    p {
        margin-bottom: 10px;
        line-height: 1.6em;
    }



    /* HEADINGS   
----------------------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.5em;
        color: #666666;
        font-variant: small-caps;
        text-transform: none;
        font-weight: 200;
        margin-bottom: 0px;
    }

    h1 {
        font-size: 1.8em;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-left: 100px;
}

    h3 {
        font-size: 1.1em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5, h6 {
        font-size: 1em;
    }




    /* MISC  
----------------------------------------------------------*/






    @media screen and (min-width: 793px) {

        .container {
            height: 100%;
            overflow: auto;
            padding: 0;
            max-width: 1200px;
            display: block;
            margin: 0 auto;
        }

        body {
            padding: 0px 0px 100px 0px;
            margin: 20px;
        }
    }

    @media screen and (max-width: 792px) {
        .container {
            width: 100%;
            overflow: auto;
            padding: 0;
            display: block;
            margin: 0 auto;
        }

        body {
            padding: 0px 0px 0px 0px;
            margin: 10px;
        }


        .button-13 {
            background-color: #fff;
            border: 1px solid #d5d9d9;
            border-radius: 8px;
            box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
            box-sizing: border-box;
            color: #0f1111;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 16px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 8%;
            width: 8%;
            margin-bottom: 10px
        }

            .button-13:hover {
                background-color: #f7fafa;
            }

            .button-13:focus {
                border-color: #008296;
                box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
                outline: 0;
            }

        .button-15 {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            box-shadow: #fff;
            box-sizing: border-box;
            color: lightgray;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 16px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 8%;
            width: 20%;
            margin-bottom: 10px;
        }

        .button-16 {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            box-shadow: #fff;
            box-sizing: border-box;
            color: lightgray;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 32px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 55px;
            margin-bottom: 10px;
            width: 10ch !important;
        }

        .button-17 {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            box-shadow: #fff;
            box-sizing: border-box;
            color: lightgray;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 32px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 55px;
            width: 165px;
            margin-bottom: 10px;
            margin: 0.5em !important;
        }
        .button-14 {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            box-shadow: #fff;
            box-sizing: border-box;
            color: lightgray;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 16px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 8%;
            width: 8%;
            margin-bottom: 10px
        }

            .button-14:hover {
                background-color: #f7fafa;
            }

            .button-14:focus {
                border-color: #008296;
                box-shadow: #fff;
                outline: 0;
            }



        .button-6 {
            align-items: center;
            background-color: #d3e4e5;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: .25rem;
            box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
            box-sizing: border-box;
            color: rgba(0, 0, 0, 0.85);
            cursor: pointer;
            display: inline-flex;
            font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 1.2em;
            font-weight: 400;
            justify-content: center;
            line-height: 1.25;
            margin: 0;
           
            position: relative;
            text-decoration: none;
            transition: all 250ms;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: baseline;
            width:7.75%;
            height: 40px;
        }
        .button-7 {
            align-items: center;
            background-color: #d3e4e5;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: .25rem;
            box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
            box-sizing: border-box;
            color: rgba(0, 0, 0, 0.85);
            cursor: pointer;
            display: inline-flex;
            font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 1.2em;
            font-weight: 400;
            justify-content: center;
            line-height: 1.25;
            margin: 0;
            position: relative;
            text-decoration: none;
            transition: all 250ms;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: baseline;
            width: 16%;
            height: 40px;
        }

            .button-6:hover,
            .button-6:focus {
                border-color: rgba(0, 0, 0, 0.15);
                box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
                color: rgba(0, 0, 0, 0.65);
            }

            .button-6:hover {
                transform: translateY(-1px);
            }

            .button-6:active {
                background-color: #F0F0F1;
                border-color: rgba(0, 0, 0, 0.15);
                box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
                color: rgba(0, 0, 0, 0.65);
                transform: translateY(0);
            }
        button-7:hover,
        .button-7:focus {
            border-color: rgba(0, 0, 0, 0.15);
            box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
            color: rgba(0, 0, 0, 0.65);
        }

        .button-7:hover {
            transform: translateY(-1px);
        }

        .button-7:active {
            background-color: #F0F0F1;
            border-color: rgba(0, 0, 0, 0.15);
            box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
            color: rgba(0, 0, 0, 0.65);
            transform: translateY(0);
        }
    }


    @media screen and (min-width: 793px) {

        .form-wrapper {
            display: flex;
            justify-content: center;
        }


        .button-13 {
            background-color: #fff;
            border: 1px solid #d5d9d9;
            border-radius: 8px;
            box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
            box-sizing: border-box;
            color: #0f1111;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 28px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 55px;
            width: 55px;
            margin-bottom: 10px
        }

            .button-13:hover {
                background-color: #f7fafa;
            }

            .button-13:focus {
                border-color: #008296;
                box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
                outline: 0;
            }

        .button-15 {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            box-shadow: #fff;
            box-sizing: border-box;
            color: lightgray;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 32px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 55px;
            width: 165px;
            margin-bottom: 10px;
        }
        .button-16 {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            box-shadow: #fff;
            box-sizing: border-box;
            color: lightgray;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 32px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 55px;
           
            margin-bottom: 10px;
            width: 10ch !important;
        }
        .button-17 {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            box-shadow: #fff;
            box-sizing: border-box;
            color: lightgray;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 32px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 55px;
            width: 165px;
            margin-bottom: 10px;
            margin: 0.5em !important;
        }
        
       
        .button-14 {
            background-color: #fff;
            border: none;
            border-radius: 8px;
            box-shadow: #fff;
            box-sizing: border-box;
            color: lightgray;
            cursor: pointer;
            display: inline-block;
            font-family: "Amazon Ember",sans-serif;
            font-size: 32px;
            line-height: 29px;
            padding: 0 10px 0 11px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            height: 55px;
            width: 55px;
            margin-bottom: 10px
        }

            .button-14:hover {
                background-color: #f7fafa;
            }

            .button-14:focus {
                border-color: #008296;
                box-shadow: #fff;
                outline: 0;
            }



        .button-6 {
            align-items: center;
            background-color: #d3e4e5;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: .25rem;
            box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
            box-sizing: border-box;
            color: rgba(0, 0, 0, 0.85);
            cursor: pointer;
            display: inline-flex;
            font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 16px;
            font-weight: 600;
            justify-content: center;
            line-height: 1.25;
            margin: 0;
            min-height: 3rem;
            padding: calc(.875rem - 1px) calc(1.5rem - 1px);
            position: relative;
            text-decoration: none;
            transition: all 250ms;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: baseline;
            width: auto;
            height: 30px;
        }

            .button-6:hover,
            .button-6:focus {
                border-color: rgba(0, 0, 0, 0.15);
                box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
                color: rgba(0, 0, 0, 0.65);
            }

            .button-6:hover {
                transform: translateY(-1px);
            }

            .button-6:active {
                background-color: #F0F0F1;
                border-color: rgba(0, 0, 0, 0.15);
                box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
                color: rgba(0, 0, 0, 0.65);
                transform: translateY(0);
            }
        .button-7 {
            align-items: center;
            background-color: #d3e4e5;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: .25rem;
            box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
            box-sizing: border-box;
            color: rgba(0, 0, 0, 0.85);
            cursor: pointer;
            display: inline-flex;
            font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 16px;
            font-weight: 600;
            justify-content: center;
            line-height: 1.25;
            margin: 0;
            min-height: 3rem;
            padding: calc(.875rem - 1px) calc(1.5rem - 1px);
            position: relative;
            text-decoration: none;
            transition: all 250ms;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: baseline;
            width: auto;
            height: 30px;
        }

            .button-7:hover,
            .button-7:focus {
                border-color: rgba(0, 0, 0, 0.15);
                box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
                color: rgba(0, 0, 0, 0.65);
            }

            .button-7:hover {
                transform: translateY(-1px);
            }

            .button-7:active {
                background-color: #F0F0F1;
                border-color: rgba(0, 0, 0, 0.15);
                box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
                color: rgba(0, 0, 0, 0.65);
                transform: translateY(0);
            }
    }


    .clear {
        clear: both;
    }

    .title {
        display: block;
        float: left;
        text-align: left;
        width: auto;
    }


    .submitButton {
        text-align: right;
        padding-right: 10px;
    }

    @media (max-width: 792px) {




        .form-wrapper {
            display: flex;
            flex-flow: column;
            justify-content: center;
            padding: 0;
        }
    }

    @media screen and (max-width: 792px) {

        .header h1 {
            font-size: 2.5em;
        }

        h2 {
            font-size: 1.3em;
        }

        h3 {
            font-size: 1.1em;
        }

        h4 {
            font-size: 1.1em;
        }

        h5, h6 {
            font-size: 1.1em;
        }
    }

    

