﻿

.header-left {
    display: inline-block;
    height: 75px;
    width: 240px;
    float: left;
}

.header-right {
    display: inline-block;
    height: 75px;
    display: inline-block;
    height: 75px;
    /* width: 45%; */
    float: right;
    max-width: 750px;
    float: right;
}

.header-nav {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 1000px;
    padding-right: 10%;
    padding-left: 10%;
}

.demo-button {
    float: right;
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    /*color: #6d6f71;*/
    display: inline-block;
    box-sizing: border-box;
    padding: 0 50px;
    vertical-align: middle;
    line-height: 60px;
    min-height: 60px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    /*font-family: 'Source Sans Pro';*/
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 50px;
    background-color: #812990;
    color: white;
    cursor: pointer;
    margin-top: 7.5px;
}

    .demo-button:hover {
        background-color: #029ad3;
    }


.demo-button2 {
    border-radius: 50px;
    background-color: #812990;
    color: white !important;
    cursor: pointer;
    padding: 0px 12px !important;
}

    .demo-button2:hover {
        background-color: #029ad3;
    }

.header-logo {
    height: 70px;
    cursor: pointer;
}

.navbar-header {
    box-sizing: border-box;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0px -1px 9px 2px rgba(0, 0, 0, 0.1);
    height: 100px;
    position: fixed;
    z-index: 100;
    background-color: #fafafa;
}

.first-block {
    padding-top: 100px;
    color: #333333;
    background-color: white;
    line-height: 1.5;
}

.content1-text {
    width: 100%;
    display: inline-block;
}

.content2-text {
    width: 100%;
    display: inline-block;
}

.content1-img {
    justify-content: center;
    width: 50%;
    display: flex;
    float: right;
    /* margin-left: auto; */
    /* margin-right: 136px; */
    margin-top: 5px;
}

.content2-img {
    width: 60%;
    display: inline-block;
    float: right;
    margin-left: auto;
    margin-right: 9px;
    margin-top: 5px;
}

.left-side-txt {
    width: 35%;
}

.left-side-text {
    width: 50%;
}

.crm-desc-img-screenshot {
    width: 100%;
}

.crm-desc-img {
    width: 100%;
}

.span-phone > a {
    color: #00aeef !important;
    margin-left: 225px;
}

.span-phone2 > a {
    color: #00aeef !important;
    text-decoration: none;
}

.span-phone3 > a {
    color: #FFFFF6 !important;
    text-decoration: none;
    font-weight: bold;
}

.customer-logo {
    /**/ height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s ease;
}

.customers-block {
    text-align: center;
    background-color: #313131;
    color: white;
    height: auto;
    padding-bottom: 10px;
}

.customer-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.customer-div {
    /*height: 100px;
    display: inline-block;
    width: 180px;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgb(214 214 214);
    background-color: white; 
    transition: .5s ease;*/
    height: 100px;
    display: inline-block;
    width: 100%;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgb(214 214 214);
    background-color: white;
    transition: .5s ease;
    height: 100;
    margin: 1%;
}


    .customer-div:hover {
        cursor: pointer;
        box-shadow: 0 5px 15px 1px rgb(0 0 0 / 41%);
    }

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.rsform-block .rsform-block-navn {
    margin-bottom: 0px !important;
}

.form-block {
    margin-top: 130px;
    min-width: 300px;
    max-width: 300px;
    background-color: white;
    display: inline-block;
    padding: 25px;
    /* float: right; */
    /* margin-right: 10%; */
    /* margin-top: 130px; */
    box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    float: right;
}

.rsform-input-box {
    /*border: 1px solid rgba(0, 0, 0, 0.06);*/
    border: none;
    border-radius: 2px;
    font-size: 18px;
    background: #fff;
    line-height: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    height: 40px;
    color: black;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    transition: all linear 0.2s;
    font-weight: inherit;
    border-bottom: 1px solid lightgray;
}

    .rsform-input-box:focus {
        outline: none;
        /*border-color: #76838b;
        -webkit-box-shadow: inset 0 1px 1px rgba(62, 65, 69, 0.075), 0 0 8px rgba(62, 65, 69, 0.6);
        box-shadow: inset 0 1px 1px rgba(62, 65, 69, 0.075), 0 0 8px rgba(62, 65, 69, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(62, 65, 69, 0.075), 0 0 8px rgba(62, 65, 69, 0.6);*/
        background: #fff;
    }

.uk-form.tm-form-primary .rsform-block {
    margin-bottom: 0px !important;
}

.rsform-text-box {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    font-size: 18px;
    background: #fff;
    line-height: 20px;
    box-sizing: border-box;
    width: 350px;
    padding: 10px;
    height: auto;
    max-width: 100%;
    color: black;
    transition: all linear 0.2s;
    font-weight: inherit;
    overflow: auto;
    vertical-align: top;
    margin: 0;
    font: inherit;
}

    .rsform-text-box:focus {
        outline: none;
        border-color: #76838b;
        -webkit-box-shadow: inset 0 1px 1px rgba(62, 65, 69, 0.075), 0 0 8px rgba(62, 65, 69, 0.6);
        box-shadow: inset 0 1px 1px rgba(62, 65, 69, 0.075), 0 0 8px rgba(62, 65, 69, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(62, 65, 69, 0.075), 0 0 8px rgba(62, 65, 69, 0.6);
        background: #fff;
    }

.rsform-submit-button {
    text-shadow: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    line-height: 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 20px;
    box-sizing: border-box;
    background: #812990 !important;
    color: #fff !important;
    border: none !important;
    text-shadow: none !important;
    border-radius: 50px !important;
    padding: 20px 40px;
    margin-top: 20px;
    margin: 0;
}

    .rsform-submit-button:hover {
        background-color: #672173 !important;
        cursor: pointer;
    }

    .rsform-submit-button:focus {
        outline: none;
    }

.contact-form-header {
    color: #812990 !important;
    margin-top: 0;
    text-align: center;
}

.formControlLabel {
    margin-bottom: 5px;
}

.left-form {
    /* padding: 40px; */
    padding-top: 100px;
    color: #333333;
    line-height: 1.5;
    width: 50%;
    display: inline-block;
    /* margin-left: 10%; */
    /* padding-left: 0px; */
    /* margin-top: 81px; */
    display: inline-block;
    /* float: left; */
    padding-bottom: 0;
}

.main-content-rl {
    margin-top: 0px;
    padding-top: 100px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.5;
}

footer {
    text-align: center;
    padding: 3px;
    color: black;
    position: absolute;
    bottom: 0;
    width: 99%;
    height: 40px;
}

.form-header2 {
    margin: 0px;
    margin-top: 10px;
}

.form-p2 {
    margin: 0px;
    margin-top: 5px;
}

.main-content-form {
    display: block;
    /*margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 1000px;
   */
    padding-right: 10%;
    padding-left: 10%;
}

.main-content {
    display: block;
    /*margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 1000px;*/
    padding-right: 10%;
    padding-left: 10%;
}

.customers-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 1000px;
    padding-right: 10%;
    padding-left: 10%;
}

.personvern-text {
    font-size: 12px;
}

.topnav {
    box-sizing: border-box;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0px -1px 9px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    z-index: 100;
    background-color: #fafafa;
    display: flex;
    margin: 0;
    padding: 15px;
    list-style: none;
    float: left;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
}

    .topnav > li {
        overflow: hidden;
        float: left;
        position: relative;
    }

        .topnav > li.uk-active > a {
            background-color: rgba(0, 0, 0, 0);
            color: #00aeef;
        }

    .topnav > a {
        font-weight: normal;
    }

    .topnav > div > a {
        font-weight: normal;
    }

    .topnav > a {
        display: inline-block;
        box-sizing: border-box;
        text-decoration: none;
        height: 60px;
        padding: 5px 15px;
        line-height: 60px;
        color: #6d6f71;
        font-size: 18px;
        text-transform: uppercase;
        vertical-align: middle;
    }

        .topnav > a:hover {
            color: #00aeef;
            text-decoration: none;
        }

a {
    cursor: pointer;
}

.topnav > div > a {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    height: 60px;
    padding: 5px 15px;
    line-height: 60px;
    color: #6d6f71;
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle;
}

    .topnav > div > a:hover {
        color: #00aeef;
        text-decoration: none;
    }

.topnav .icon {
    display: none;
}

@media screen and (max-width: 1120px) {
    .topnav a {
        display: none;
    }

    .topnav > div a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }


    .form-block {
        float: none !important;
        margin-right: 0 !important;
        margin-top: 50px !important;
        min-width: unset !important;
        max-width: unset !important;
        display: block !important;
        box-shadow: none !important;
    }

    .left-form {
        width: 100%;
        padding-top: 10px;
    }
}

@media screen and (max-width: 1120px) {
    .topnav.responsive {
        position: relative;
        display: block;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive > div > a {
            float: none;
            display: block;
            text-align: left;
        }
}

@media screen and (max-width: 900px) {
    body {
        min-width: 276px !important;
    }

    .bottom-info {
        display: block !important;
        margin: 0 !important;
    }

    .bottomContact {
        display: block !important;
        margin: 0 !important;
    }

    .formRow {
        flex-direction: column;
    }

    .formSpan3 {
        width: 100% !important;
        padding: 0 !important;
    }

    .formBody {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottomBoxes {
        margin-bottom: 30px;
    }

    .submitBtn {
        width: 50% !important;
    }

    .customer-block {
        display: block;
    }

    .left-side-txt {
        width: 100%;
    }

    .content2-img {
        width: 100%;
    }

    .left-side-text {
        width: 100%;
    }

    .content1-img {
        width: 100%;
    }

    .mailline {
        margin: 0 !important;
    }

    .span-phone > a {
        margin-left: 5px !important;
    }
}

.centerBottom {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 1000px;
    padding-right: 10%;
    padding-left: 10%;
}

.bottomBoxes {
    width: 100%;
}

.bottomForm {
    /*background: #5d5c61;*/
    /*background: #2e67bd;*/
    background: #2f2f2f;
    width: 100%;
    /*#2e67bd*/
}

.uk-container {
    flex: 1;
}

.bottomCenter {
    display: block;
    /*margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 1000px;*/
    padding-right: 10%;
    padding-left: 10%;
}

.formSpan3 {
    width: 20%;
    display: table-cell;
    padding: 5px;
    padding-top: 20px;
}

.submitBtn {
    text-shadow: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    line-height: 20px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    box-sizing: border-box;
    background: #FFFFF6 !important;
    font-weight: bold;
    color: #2f2f2f !important;
    border: none !important;
    text-shadow: none !important;
    border-radius: 50px !important;
    padding: 5px 20px;
    margin-top: 20px;
    margin: 0;
}

    .submitBtn:focus {
        outline: none;
    }

    .submitBtn:hover {
        cursor: pointer;
        background-color: #b1afaf !important;
    }

.newFormInput {
    border: none;
    border-radius: 2px;
    font-size: 15px;
    background: #fff;
    line-height: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    height: 30px;
    color: black;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    transition: all linear 0.2s;
    font-weight: inherit;
}

    .newFormInput:focus {
        outline: none;
    }

.topright {
    float: right;
    width: 100%;
    text-align: right;
}

.formRow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-info {
    display: inline-block;
    margin: 0 5px 10px;
}

.bottomContact {
    display: inline;
}
