﻿.profilkampanje__skjema {
    margin: 0 auto;
    display: block;
    position: relative;
}

    .profilkampanje__skjema .response {
        font-size: 22px !important;
        font-weight: 500 !important;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #fff !important
    }

.profilkampanje__skjema__inner {
    margin: 0 auto;
    text-align: center
}

.profilkampanje__skjema p.error {
    color: red !important
}

.profilkampanje__skjema label.error {
    border: 1px solid red !important
}

.profilkampanje__skjema label:not(.checkbox)[for=question] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .profilkampanje__skjema label:not(.checkbox)[for=question], .profilkampanje__skjema label:not(.checkbox)[for=question] span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .profilkampanje__skjema label:not(.checkbox)[for=question] span {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 22px;
            font-weight: 700;
            color: #333;
            z-index: 2;
            width: 80px;
            height: 100%;
            position: relative
        }

            .profilkampanje__skjema label:not(.checkbox)[for=question] span:hover {
                cursor: pointer;                
            }


                .profilkampanje__skjema label:not(.checkbox)[for=question] span:before {
                    content: "";
                    padding-right: 0;
                    display: inline-block;
                    transition: padding 150ms linear;
                }
.profilkampanje__skjema label:not(.checkbox)[for=question] span:hover:before {
    padding-right: 8px;
    transition: padding 150ms linear;
}

            .profilkampanje__skjema label:not(.checkbox)[for=question] span.active {
                background: #004267;
                color: #fff
            }

.profilkampanje__skjema label:not(.checkbox) {
    background-color: #fff;
    border: solid #004267;
    border-width: .9px .9px 4px;
    display: block;
    margin: 20px auto;
    position: relative;
    height: 60px;
    z-index: 0;
    overflow: hidden
}

.profilkampanje__skjema input {
    padding-left: 20px;
    height: 99%;
    overflow: hidden;
    width: 100%;
    border: none;
    border-left: .9px solid #004267;
    padding-right: 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: normal;
    background-color: #fff;
}

    .profilkampanje__skjema input::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        font-style: oblique;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #9b9b9b;
        line-height: 55px
    }

    .profilkampanje__skjema input::-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        font-style: oblique;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #9b9b9b;
        line-height: 55px
    }

    .profilkampanje__skjema input:-ms-input-placeholder {
        font-size: 18px;
        font-weight: 400;
        font-style: oblique;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #9b9b9b;
        line-height: 55px
    }

    .profilkampanje__skjema input:-moz-placeholder {
        font-size: 18px;
        font-weight: 400;
        font-style: oblique;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #9b9b9b;
        line-height: 55px
    }

.profilkampanje__skjema .suggestions {
    background-color: #efefef;
    position: absolute;
    left: 0;
    width: 100%;
    top: 60px;
    z-index: 99
}

    .profilkampanje__skjema .suggestions li, .profilkampanje__skjema .suggestions ul {
        list-style: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: left
    }

    .profilkampanje__skjema .suggestions li {
        border-bottom: .9px solid #e1e1e1;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #0072c6;
        padding: 20px
    }

        .profilkampanje__skjema .suggestions li:hover {
            background: #d6d6d6;
            cursor: pointer
        }

.profilkampanje__skjema__contactinfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .profilkampanje__skjema__contactinfo .contactinfo_wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .profilkampanje__skjema__contactinfo .contactinfo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .profilkampanje__skjema__contactinfo .zip__city__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .profilkampanje__skjema__contactinfo label:not(.checkbox) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 15px
    }

    .profilkampanje__skjema__contactinfo label[for=city], .profilkampanje__skjema__contactinfo label[for=zip] {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%
    }

    .profilkampanje__skjema__contactinfo label[for=zip] {
        margin-right: 15px
    }

    .profilkampanje__skjema__contactinfo label.checkbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin-bottom: 15px;
        padding-left: 35px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 15px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #fff
    }

        .profilkampanje__skjema__contactinfo label.checkbox:hover input ~ .checkmark {
            background-color: #ccc
        }

        .profilkampanje__skjema__contactinfo label.checkbox a {
            color: inherit;
            text-decoration: underline
        }

        .profilkampanje__skjema__contactinfo label.checkbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 22;
            color: #000;
            font-size: 18px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal
        }

            .profilkampanje__skjema__contactinfo label.checkbox input:checked ~ .checkmark {
                background-color: #0072c6;
                border: .9px solid #004267
            }

                .profilkampanje__skjema__contactinfo label.checkbox input:checked ~ .checkmark:after {
                    display: block
                }

        .profilkampanje__skjema__contactinfo label.checkbox .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            background-color: #fff
        }

            .profilkampanje__skjema__contactinfo label.checkbox .checkmark:after {
                content: "";
                left: 9px;
                top: 5px;
                width: 5px;
                height: 10px;
                border: solid #fff;
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                display: none
            }

        .profilkampanje__skjema__contactinfo label.checkbox .vilkaar a {
            position: relative;
            z-index: 99
        }

.profilkampanje__skjema .button__wrapper {
    position: absolute;
    left: 0;
    bottom: -148px;
    width: 100%;
    text-align: center;
    z-index: 2
}

    .profilkampanje__skjema .button__wrapper button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 200px;
        min-height: 50px;
        max-width: 225px;
        background: #004267;
        border: 0;
        border-bottom: 4px solid #0076c8;
        padding: 10px 20px 5px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 24.48px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        color: #fff;
        margin: 0 auto -15px
    }

        .profilkampanje__skjema .button__wrapper button:hover {
            background: #0076c8;
            border-color: #004267;
            -webkit-transition: background-color .5s ease,border .5s ease;
            -o-transition: background-color .5s ease,border .5s ease;
            transition: background-color .5s ease,border .5s ease;
            text-decoration: none
        }

@media screen and (min-width:1120px) {
    .profilkampanje__skjema .button__wrapper {
        bottom: -135px
    }
}

@media screen and (max-width:768px) {
    .profilkampanje__skjema .button__wrapper {
        bottom: -140px
    }
}

@media screen and (max-width:500px) {
    .profilkampanje__skjema .button__wrapper {
        bottom: -112px
    }
}

.profilkampanje__skjema .toggle {
    margin-bottom: 30px;
    text-align: center
}

    .profilkampanje__skjema .toggle span {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: hsla(0,0%,100%,.5);
        display: inline-block;
        margin-right: 8px
    }

        .profilkampanje__skjema .toggle span.active {
            background-color: #fff
        }

@media screen and (max-width:768px) {
    .profilkampanje__skjema__contactinfo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .profilkampanje__skjema__contactinfo .concentinfo_wrapper, .profilkampanje__skjema__contactinfo .contactinfo_wrapper {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
}

@media screen and (max-width:500px) {
    .profilkampanje__skjema__contactinfo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .profilkampanje__skjema__contactinfo .concentinfo_wrapper, .profilkampanje__skjema__contactinfo .contactinfo_wrapper {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 100%;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%
        }
}
