/* Voice Provider Sweden AB */

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* Typsnitt */
@font-face {
    font-family: 'Gotham-black';
    src: url("/assets/fonts/gotham-black.otf");
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-book';
    src: url("/assets/fonts/gotham-book.otf");
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url("/assets/fonts/gotham-bold.otf");
    font-style: normal;
    font-weight: 700; /* bold */
}

@font-face {
    font-family: 'Gotham-italic';
    src: url("/assets/fonts/gotham-book-italic.otf");
    font-style: normal;
}

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 62, 177, 200;

    --black-color: 0, 0, 0;
    --off-black-color: 35, 35, 35;
    --gray-dark-color: 51, 51, 51;
    --gray-color: 171, 171, 171;
    --gray-light-color: 242, 242, 242;
    --white-color: 255, 255, 255;

    --accent-blue-color: 119, 223, 237;
    --accent-blue-dark-color: 0, 95, 131;
    --accent-green-color: 190, 241, 132;
    --accent-orange-color: 255, 102, 51;

    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;
    --section-width: 165rem;

    /* 	Typography */
    --base-size: 1.7rem;

    /* 	Mobile nav */
    --activate-mobile-menu: 1100;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: var(--white-color);
    --menu-color: var(--black-color);
}

@media only screen and (max-width: 580px) {
    :root {
        --base-size: 1.5rem;
    }
}

/* Sprak, tex header-cta-wrapper
- Anvand lang-en for allt som endast ska synas pa engelska sidan
- Anvand lang-se for aÃƒÂ¶lt som endast ska synas pa svenska sidan
========================================================================== */
body.no .lang-se,
body.en .lang-se,
body:not(.en) .lang-en,
body:not(.no) .lang-no  {
    display: none;
}


/* Layout
========================================================================== */
.LayoutPage {
    overflow-x: clip;
}

.section-block {
    padding: 10rem 5rem;
}

/* Paddings */
.p-0 .section-block,
.p-0:not(.section-wrapper) {
    padding: 0;
}

.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

.p-4 .section-block,
.p-4:not(.section-wrapper) {
    padding: 4rem;
}

.pt-0 .section-block,
.pt-0:not(.section-wrapper) {
    padding-top: 0;
}

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
    padding-right: 0;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

.pb-2 .section-block,
.pb-2:not(.section-wrapper) {
    padding-bottom: 2rem;
}

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

/* Margins */
.mt-2{
    margin-top: 2rem;
}
.mt-8 {
    margin-top: 6rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

/* Bredder */
.mw-none .section-block-wrapper {
    max-width: none;
}

.mw-1100 .section-block-wrapper {
    max-width: 110rem;
}
.mw-1200{
    max-width: 120rem;
    margin: auto;
    text-align: center;
}

/* Ovriga klasser */
.display-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .section-block {
        padding: 8rem 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-block {
        padding: 5rem 2rem;
    }
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'Gotham-book', sans-serif;
}

/* Rubriker */
.section-title {
    padding-bottom: 0.6em;
    font-size: 4.2rem;
    line-height: 1.2;
    font-family: 'Gotham-black', sans-serif;
}

.section-title-big {
    padding-bottom: 0.2em;
    font-size: 5rem;
    line-height: 1.2;
    font-family: 'Gotham-black', sans-serif;
}

.small-title {
    padding-bottom: .4em;
    font-size: 2.2rem;
    line-height: 1.8;
    font-family: 'Gotham-black', sans-serif;
}

.smaller-title {
    padding-bottom: .4em;
    font-size: 2.2rem;

}

.text-label {
    padding-bottom: .8em;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Gotham-black', sans-serif;
}

.ingress {
    padding-bottom: .3em;
    font-size: calc(var(--base-size)* 1.2);
    font-family: 'Gotham-bold', sans-serif;
}

/* Brodtext och lankar */
p,
li {
    color: rgb(var(--gray-dark-color));
}

/* Listor */
.list-check {
    padding: 0;
    margin-bottom: 3rem;
    list-style: none;
}

.list-check li {
    padding-bottom: .4em;
}

.list-check li::before {
    content: '\f00c';
    padding: 0 1rem 0 0;
    font-weight: 700;
    font-size: 1.6rem;
    font-family: 'Font Awesome 5 Pro';
}

/* Ovriga klasser */
.text-block {
    max-width: 70rem;
}

.text-block-center {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-bold {
 font-family: 'Gotham';
font-weight: 700; 
}

.text-italic {
    font-size: calc(var(--base-size)* .9);
    font-family: 'Gotham-italic', sans-serif;
}

@media only screen and (max-width: 1300px) {
    .section-title {
        font-size: 3.5rem;
    }

    .section-title-big {
        font-size: 4.5rem;
    }

    .small-title {
        font-size: 2rem;
    }

    .smaller-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-title {
        font-size: 2.6rem;
    }

    .section-title-big {
        font-size: 3.2rem;
    }

    .small-title {
        font-size: 1.8rem;
    }

    .smaller-title {
        font-size: 1.8rem;
    }

    .ingress {
        font-size: var(--base-size);
    }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    margin-top: 1rem;
}

.btn-wrapper.center {
    text-align: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2.5rem;
    margin: 1rem 2rem 0 0;
    font-size: 1.3rem;
    font-family: 'Gotham-bold', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2rem;
    transition: all .4s ease;
}

.btn::after,
.arrow-link::after,
.arrow-link2::after {
    content: ' \f061';
    display: inline-block;
    margin-left: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    color: rgb(var(--accent-orange-color));
    transition: transform .4s ease;
}

.btn:hover::after,
.arrow-link:hover::after,
.arrow-link2:hover::after {
    transform: translateX(5px);
    transition: transform .4s ease;
}

.btn-white-filled {
    color: rgb(var(--gray-dark-color));
    border-color: rgb(var(--white-color));
    background-color: rgb(var(--white-color));
}

.btn-orange-filled,
.ContactSubmit {
    color: rgb(var(--white-color));
    border-color: rgb(var(--accent-orange-color));
    background-color: rgb(var(--accent-orange-color));
}

.btn-orange-filled::after {
    color: rgb(var(--white-color));
}

/* Arrow link */
.arrow-link {
    margin: 1rem 2rem 0 0;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Gotham-bold', sans-serif;
    cursor: pointer;
}

.arrow-link2 {
    margin: 1rem 2rem 0 0;
    text-decoration: none;
    font-family: 'Gotham-black', sans-serif;
    cursor: pointer;
}

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin: .5rem;
    font-size: 0;
    border-radius: 50%;
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
    text-decoration: none;
    transition: .3s ease;
}

.circle-icon:hover {
    background-color: rgb(var(--accent-orange-color));
}

.circle-icon em:before,
.circle-icon i:before {
    font-size: 1.4rem;
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-black {
    background-color: rgb(var(--black-color));
}

.bg-white {
    background-color: rgb(var(--white-color));
}

.bg-gray-dark {
    background-color: rgb(var(--gray-dark-color));
}

.bg-gray-light {
    background-color: rgb(var(--gray-light-color));
}

.bg-primary {
    background-color: rgb(var(--primary-color));
}

.bg-white-transparent {
    background-color: rgb(var(--white-color), .2);
}

/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

.text-white {
    color: rgb(var(--white-color));
}

.text-gray {
    color: rgb(var(--gray-dark-color));
}

.text-orange {
    color: rgb(var(--accent-orange-color));
}

.text-blue-dark {
    color: rgb(var(--accent-blue-dark-color));
}

/* Grafiska element
========================================================================== */
.of-wrapper .op-70-50 {
    object-position: 70% 50%;
}

/* Bakgrundsbilder och videos
========================================================================== */
body {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('/assets/images/graphics/primary-background.jpg');
}

@media only screen and (max-width: 768px), (hover: none) {
    body {
        position: relative;
        background-size: cover;
        background-attachment: scroll;
    }

    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/assets/images/graphics/primary-background.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        transform: translateZ(0);
    }
}

.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

.bg-image-wrapper,
.bg-video-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.cards-wrapper .card-item {
    text-decoration: none;
}

/* Bredder */
.cards-wrapper.w-25 .card-item {
    width: calc((100% / 4) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
}

.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-100 .card-item {
    width: calc(100% - 2rem);
        margin: 1rem;
}

@media only screen and (max-width: 1300px) {
    .cards-wrapper.w-25 .card-item {
        width: calc((100% / 2) - 2rem);
        margin: 1rem;
    }
}

@media only screen and (max-width: 1100px) {
    /* Bredder */
    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 2) - 4rem);
    }

    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 0 1rem 1rem;
    }
}

@media only screen and (max-width: 750px) {
    /* Bredder */
    .cards-wrapper.w-25 .card-item,
    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-1100 .card-item {
        width: 100%;
        margin: 0 1rem 1rem;
    }

    /* Paddings */
    .cards-wrapper .p-4 {
        padding: 2rem;
    }
}

@media only screen and (max-width: 580px) {
    .cards-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Logos 1 */
.logos-1 .card-item {
    padding: 1rem;
    text-align: center;
}

.logos-1 img {
    width: 100%;
    max-height: 6rem;
}

/* Card 1-1 */
.card-1-1 .card-item {
    position: relative;
    min-height: calc(70vh / 2 - 2rem);
    margin-bottom: 4rem;
}

.card-1-1 .card-footer p {
    font-size: 1.4rem;
}

.card-1-1 .icon-wrapper {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
}

.card-1-1 .icon-wrapper i {
    opacity: .8;
    font-size: 13rem;
    transform: rotate(6deg)
}

@media only screen and (max-width: 1600px) {
    .card-1-1 .icon-wrapper i {
        font-size: 9rem;
    }
}

@media only screen and (max-width: 580px) {
    .card-1-1 .card-item {
        padding: 2rem;
    }
}

/* Card 2-1 */
.card-2-1 .card-header {
    margin: 0 auto 2rem;
    max-width: 6rem;
}


.card-2-1 .card-header i {
    font-size: 5.5rem;
}

/* Card 2-4 */
.card-2-4 {
    flex-direction: column;
    justify-content: unset;
}

.card-2-4 .card-item {
    display: flex;
    max-width: 60%;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.card-2-4 a.card-item:hover {
    background: rgb(var(--gray-light-color));
}

.card-2-4 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
}

.card-2-4 .card-header i {
    font-size: 3rem;
}

.card-2-4 .card-body {
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.card-2-4 .text-small {
    font-size: 1.4rem;
}

@media only screen and (max-width: 580px) {
    .card-2-4 .card-item {
        max-width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .card-2-4 .card-body {
        padding: 0;
    }

    .card-2-4 .card-header {
        width: 6rem;
        height: 6rem;
    }

    .card-2-4 .card-header i {
        font-size: 2.6rem;
    }
}

/* Card 3-2 */
.card-3-2 .image-wrapper {
    display: inline-block;
    max-width: 20rem;
    height: 20rem;
    border-radius: 50%;
}

.card-3-2 .contact-item a {
    text-decoration: none;
}

.card-3-2 .contact-item a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1400px) {
    .card-3-2.w-25 .card-item {
        width: calc((100% / 3) - 2rem);
    }
}

@media screen and (max-width: 1200px) {
    .card-3-2.w-25 .card-item {
        width: calc((100% / 2) - 2rem);
        text-align: center;
    }
}

@media screen and (max-width: 780px) {
    .card-3-2.w-25 .card-item {
        width: 100%;
        margin: 0 1rem 2rem;
    }
}

/* Card 3-4 */
.card-3-4 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-3-4 .image-wrapper {
    width: 12rem;
    height: auto;
}

.card-3-4 .card-body {
    flex: 1 1 0px;
}

.card-3-4 .contact-item i {
    margin-right: 1rem;
}
.card-3-4 .section-title{
    font-size: 3rem;
}

.card-3-4-1 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;      
    min-height: 60rem;       
}

.card-3-4-1 .image-wrapper {
    flex: 0 0 50%;          
    display: flex;
    justify-content: center; 
    align-items: center;    
    height: 100%;          
    padding: 1rem;         
    box-sizing: border-box;
}

.card-3-4-1 .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;     
}

.card-3-4-1 .card-body {
    flex: 0 0 50%;         
    padding: 2rem;           
    box-sizing: border-box;
}

@media only screen and (max-width: 1300px) {
    .cards-wrapper.card-3-4-1 .card-item {
        width: calc((100% / 1) - 2rem);
        margin: 1rem;
    }
}

@media only screen and (max-width: 900px) {
    .card-3-4-1 .card-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
}

@media only screen and (max-width: 580px) {
    .cards-wrapper.card-3-4-1 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}


/* Card 3-5 */
.card-3-5 .card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.card-3-5 .card-item.mh-70 {
    min-height: 70vh;
}

.card-3-5 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-3-5 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .3);
}

.card-3-5 .card-body,
.card-3-5 .card-footer {
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 580px) {
    .card-3-5 .card-item.mh-70 {
        min-height: 50vh;
    }
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 7rem;
}

.split-image {
    width: 50%;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

/* Bredder & hojder */
.split-wrapper .w-35 {
    width: 35%;
}

.split-wrapper .w-65 {
    width: 65%;
}
.section-steps .split-content {
  padding-top: 0;
  padding-bottom: 0;
}

.section-steps .split-image {
  position: sticky;
  top: calc(var(--menu-height-scrolled) * 2);
  align-self: flex-start;
}
/* Overlay */
.split-image.overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .2);
}

/* Text i split-image */
.split-image .text-block {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4rem;
}

.split-image .text-block .small-title {
    font-size: 3.2rem;
}

@media screen and (max-width: 1200px) {
    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
        background: transparent;
    }

    .split-content {
        width: 100%;
        padding: 0 0 3rem;
        background: transparent;
    }

    .split-image {
        width: 100%;
    }

    /* Centrera content */
    .split-wrapper .align-center {
        align-self: flex-start;
    }

    /* Bredder */
    .split-wrapper .w-35,
    .split-wrapper .w-65 {
        width: 100%;
    }

    /* Split i full-width sektion */
    .mw-none.pl-0 .split-content {
        padding: 0 3rem 5rem;
    }

    /* Text i split-image */
    .split-image .text-block {
        padding: 3rem;
    }

    .split-image .text-block .small-title {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 580px) {
    /* Split i full-width sektion */
    .mw-none.pl-0 .split-content {
        padding: 0 2rem 3rem;
    }

    /* Text i split-image */
    .split-image .text-block {
        padding: 2rem;
    }

    .split-image .text-block .small-title {
        font-size: 2rem;
    }
}

/* Header / Navigation
========================================================================== */
/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/en/17/2/about-us/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/18/about-us/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/19/knowledge-bank/"],
body:not(.EditMode) .TemplateMenu a[href="/17/4/produkter/"],
body:not(.EditMode) .TemplateMenu a[href="/17/4/losningar/"],
body:not(.EditMode) .TemplateMenu a[href="/17/15/konsulttjanster/"],
body:not(.EditMode) .TemplateMenu a[href="/17/24/om-oss/"],
body:not(.EditMode) .TemplateMenu a[href="/17/20/kunskapsbank/"],
body:not(.EditMode) .TemplateMenu a[href="/17/2/om-oss/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/7/solutions/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/4/losninger/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/4/losninger/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/20/kunnskapsbank/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/2/om-oss/"] {
    pointer-events: none;
}

/* Top header */
.top-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding: .5rem 0;
    margin: 0 auto;
    border-bottom: 1px solid rgb(var(--gray-light-color));
    overflow: hidden;
    transition: .3s ease;
}

.top-header p {
    padding: 0 5px 0 0;
    font-size: 1.4rem;
}

.top-header a {
    display: flex;
    align-items: center;
    margin: 0 8px;
    font-size: 1.4rem;
    text-decoration: none;
    transition: .2s ease;
}

.top-header a:hover {
    color: rgb(var(--primary-color));
}

.top-header div {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 4px;
    border-radius: 50%;
}

header {
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

header:not(.mobile-menu) .container {
    height: var(--menu-height);
    max-width: none;
}

body:not(.SubPage) header:not(.scrolled, .mobile-menu) {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

/* Logo */
.header-logo {
    flex: 1 1 0px;
}

header:not(.mobile-menu) .header-logo {
    align-self: flex-start;
}

header:not(.mobile-menu) .header-logo img {
    padding: 1rem 0 0;
    transition: .3s ease;
}

body:not(.SubPage) header:not(.scrolled, .mobile-menu) .header-logo img {
    max-height: 10rem; 
}

/* Nav */
.TemplateMenu>li>ul {
    padding: 1rem 0;
    width: 35rem;
}

.TemplateMenu>li>ul {
    padding: 1rem 2rem;
}

.TemplateMenu>li>ul>li> a,
body:not(.EditMode) .TemplateMenu a[href="/17/18/var-historia/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/19/var-historie/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/17/our-history/"] {
    border-bottom: 1px solid rgb(var(--primary-color));
}

.TemplateMenu>li>ul>li:first-child> a {
    border-bottom: none; 
}
body:not(.EditMode) .TemplateMenu a[href="/17/20/kunskapsbank/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/20/kunnskapsbank/"],
body:not(.EditMode) .TemplateMenu a[href="/17/19/ivr/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/19/knowledge-bank/"],
.TemplateMenu > li > ul > li:last-child > a,
.TemplateMenu > li > ul > li:nth-last-child(2) > a,
.TemplateMenu > li > ul > li:nth-last-child(3) > a,
.TemplateMenu > li > ul > li:nth-last-child(4) > a,
.TemplateMenu > li > ul > li:nth-child(2) > a {
    border-bottom: none;
 
}

body:not(.EditMode) .TemplateMenu a[href="/en/17/15/our-plug-and-play-voicebots/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/16/our-platforms/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/17/vare-plattformer/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/16/vare-ferdige-voicebots/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/18/om-oss/"],
body:not(.EditMode) .TemplateMenu a[href="/no/17/20/kunnskapsbank/"],
body:not(.EditMode) .TemplateMenu a[href="/17/24/om-oss/"],
body:not(.EditMode) .TemplateMenu a[href="/17/20/kunskapsbank/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/18/about-us/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/19/knowledge-bank/"],
body:not(.EditMode) .TemplateMenu a[href="/17/17/vara-plattformar/"],
body:not(.EditMode) .TemplateMenu a[href="/17/16/vara-fardiga-voicebots/"] {
    font-weight: 600;
    font-family: 'Gotham-bold', sans-serif;
    padding-left: 1rem;
    font-size: 1.45rem;
    pointer-events: none;
}

.TemplateMenu a {
    font-size: 1.4rem;
    font-weight: 400; 
    color: rgb(var(--black-color));
}

.TemplateMenu ul a,
.mobile-menu .TemplateMenu ul a {
    padding: .5rem 2rem;
    line-height: 2.5rem;
}

.TemplateMenu a:hover {
    color: rgb(var(--primary-color));
}

body:not(.SubPage) header:not(.scrolled, .mobile-menu) .TemplateMenu > li > a:not(:hover),
body:not(.SubPage) header:not(.scrolled, .mobile-menu) .top-header p,
body:not(.SubPage) header:not(.scrolled, .mobile-menu) .top-header a:not(:hover) {
    color: rgb(var(--white-color));
}

/* CTA  */
.header-cta-wrapper {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0 0 0 3rem;
    list-style: none;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

/* Mobilmeny */
.mobile-menu .TemplateMenu {
    text-align: center;
}

.mobile-menu .TemplateMenu ul {
    padding-top: 0;
}

.mobile-menu .TemplateMenu li {
    padding-left: 0;
}

.mobile-menu .TemplateMenu > li > ul > li:nth-last-child(3) > a {
    font-size: 1.6rem;
    padding: .5rem 2rem;
}

.mobile-menu .TemplateMenu>li>ul>li> a {
    border-bottom: none;
}

@media only screen and (max-width: 1100px) {
    .TemplateMenu>li>ul a {
        border: none;
    }
    .TemplateMenu>li>ul {
        padding: 0;
    }
}

@media only screen and (max-width: 580px) {
    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }

    .top-header p,
    .top-header a {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
    margin-top: calc(-4rem - var(--menu-height));
    background-color: rgb(var(--black-color), .5);
}

.top-section img {
    object-position: 79% 50%;
}

.top-section .section-block {
    display: flex;
    align-items: flex-end;
    min-height: 100vh;
    padding: 13rem 5rem;
    background: linear-gradient(
        to bottom right,
        rgb(var(--white-color), .7) 0%,
        transparent 50%,
        rgb(var(--white-color), .4) 100%
    );
}

.top-section .section-block-wrapper {
    width: 100%;
}

.top-section .text-block {
    max-width: 70rem;
}

.top-section .section-title {
    font-size: 6.5rem;
}

.top-section p {
    max-width: 65rem;
}

@media only screen and (max-width: 1024px) {
    .top-section .section-block {
        min-height: 90vh;
        padding: 10rem 3rem 8rem 3rem;
    }

    .top-section .section-title {
        font-size: 4.8rem;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .section-block {
        padding: 5rem 2rem;
        margin-top: calc(4rem + var(--menu-height));
    }

    .top-section .section-title {
        font-size: 3.3rem;
    }
}

/* Loggor
========================================================================== */
.section-slider .slider-header {
    max-width: 180rem;
    margin: 0 auto 3rem;
    padding: 0 5rem;
}

.section-slider .section-block {
    padding: 8rem 0;
}

.section-slider .slick-list {
    width: 100%;
}

.section-slider .slick-track {
    display: flex;
    align-items: center;
}

.section-slider .card-item {
    margin-right: 5rem;
}

@media only screen and (max-width: 1024px) {
    .section-slider .slider-header {
        padding: 0 3rem;
    }
}

@media only screen and (max-width: 750px) {
    .section-slider .section-block {
        padding: 5rem 0;
    }
}

@media only screen and (max-width: 580px) {
    .section-slider .slider-header {
        padding: 0 2rem;
        margin: 0 auto 1rem;
    }

    .section-slider .section-block {
        padding: 3rem 0;
    }
}

/* Text-divider
========================================================================== */
.section-text-divider .section-block {
    padding: 8rem 10rem;
}

.section-text-divider .col-0 {
    width: calc(50% - 1.5rem);
    padding-top: 2rem;
}

.section-text-divider .col-1 {
    width: 50%;
}

.section-text-divider .arrow-link {
    font-size: 4.5rem;
    text-transform:none;
    text-decoration: none;
    cursor: default;
}

@media only screen and (max-width: 1200px) {
    .section-text-divider .section-block {
        padding-bottom: 10rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .section-text-divider .col-0 {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 2rem;
    }
    
    .section-text-divider .col-1 {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .section-text-divider .section-block {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* Berakna besparing (.section-calc)
========================================================================== */
.section-calc .cards-wrapper.w-50 .card-item {
    margin-bottom: 0;
}

.section-calc .card-item input {
    min-width: 15rem;
    padding: 1.2rem 2.5rem;
    font-size: 1.4rem;
    font-family: 'Gotham-bold', sans-serif;
    letter-spacing: 1px;
    border: none;
    outline: none;
    border-radius: 2rem 0 0 2rem;
}

.section-calc .card-item .calculate-btn {
    border: none;
    border-radius: 0 2rem 2rem 0;
    margin-right: 0;
    margin-left: -3px;
    cursor: pointer;
}

.section-calc .card-item .calculate-btn::after {
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.section-calc .result-list {
    padding: 0;
}

.section-calc .result-list li {
    width: fit-content;
    list-style: none;
    padding: 0 1rem;
}

.section-calc .result-list li:nth-child(3) {
    outline: 4px dotted rgb(var(--accent-orange-color));
    outline-offset: 2px;
    border-radius: 2rem;
    margin: 1rem 0;
}

.hidden-result {
    display: none;
}

.section-calc .hidden-result i {
    transform: rotate(180deg);
    font-size: 3rem;
}

@media only screen and (max-width: 1100px) {
    .section-calc .section-block {
        padding: 3rem 0 0;
        margin-bottom: -1px;
    }

    .section-calc .cards-wrapper.w-50 .card-item {
        margin: 0 1rem 0;
    }
}

@media only screen and (max-width: 580px) {
    .section-calc .cards-wrapper.w-50 .card-item {
        margin: 0;
    }

    .section-calc .card-item input {
        min-width: 70%;
        font-size: 16px;
        border-radius: 5px;
        margin: 1.5rem 0 0 0;
    }

    .section-calc .card-item .calculate-btn {
        border-radius: 2rem;
        margin: 1.5rem 0 0 0;
    }
}

/* CTA sektion
========================================================================== */
.section-cta .text-block {
    max-width: 90rem;
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero {
    display: flex;
    align-items: flex-end;
    min-height: 45vh;
    padding-top: var(--menu-height);
    margin-top: calc(-1 * var(--menu-height));
}

.hero .section-block {
    width: 100%;
    align-content: center;
}

.hero .text-block-center {
    max-width: 90rem;
}

.hero .section-title {
    font-size: 6rem;
    padding-bottom: .3em;
    color: rgb(var(--white-color));
}

.hero .small-title {
    font-size: 4.2rem;
    color: rgb(var(--white-color));
}

.hero .ingress {
    max-width: 80rem;
    margin: auto;
}

@media only screen and (max-width: 580px) {
    .hero {
        min-height: 30rem;
    }

    .hero .section-title {
        text-align: start;
        font-size: 3.6rem;
    }

    .hero .small-title {
        font-size: 2.8rem;
        text-align: left;
    }

    .hero .ingress {
        text-align: start;
        margin: unset;
    }
}

/* ==========================================================================
Undersida: Om oss
========================================================================== */
@media only screen and (max-width: 1200px) {
    .section-info .section-block {
        padding-bottom: 0;
    }
}

/* Lediga tjanster */
.section-job .ContactForm > div {
    margin-bottom: 1.4rem;
}

.section-job .ContactForm p {
 color: rgb(var(--white-color));
}


/* ==========================================================================
Undersida: Produkter
========================================================================== */
@media only screen and (max-width: 1200px) {
    .section-product .section-block {
        padding: 0;
    }

    .section-product .split-wrapper.reverse {
        flex-direction: column-reverse;
    }

    .section-product.mw-none.pl-0 .split-content {
        padding: 5rem 5rem 0;
    }
}

@media only screen and (max-width: 1024px) {
    .section-product.mw-none.pl-0 .split-content {
        padding: 5rem 3rem 0;
    }
}

@media only screen and (max-width: 580px) {
    .section-product .split-wrapper.mb-5 {
        margin-bottom: 0;
    }
}

#voicebot-pro {
    scroll-margin-top: 3rem;
}

.section-sound .fas {
    font-size: 8rem;
}

@media only screen and (max-width: 580px) {
    .section-sound .fas {
        font-size: 12rem;
        margin-left: -2rem;
    }
}

/* ==========================================================================
Undersida: Nyheter
========================================================================== */
.section-news .news-date {
    display: flex;
    margin-bottom: 1.5rem;
}

.section-news .news-date .text-label {
    margin-right: 2rem;
}

.section-news .news-wrapper .section-title {
    font-size: 3.3rem;
}

.section-news .news-date .text-label i {
    font-size: 2rem;
}

.section-news .news-body {
    padding: 4rem;
}

@media only screen and (max-width: 1200px) {
    .section-news .split-wrapper.reverse {
        flex-direction: column-reverse;
        width: 70%;
        margin: 0 auto;
    }

    .section-news .split-content {
        padding: 5rem 4rem;
        background-color: rgb(var(--white-color), .2);
    }
}

@media only screen and (max-width: 750px) {
    .section-news .split-wrapper.reverse {
        width: 100%;
    }

    .section-news .split-content {
        padding: 3rem 2rem;
    }

    .section-news .news-body {
        padding: 0 2rem 3rem;
    }

    .section-news .news-date .text-label {
        font-size: 1.3rem;
    }

    .section-news .news-date .text-label i {
        font-size: 1.7rem;
    }

    .section-news .news-wrapper .section-title {
        font-size: 2.3rem;
    }
}
/* ==========================================================================
Undersida: Voicebot
========================================================================== */

.section-icons .col-0,
.icons-back{
  background-image: url('/assets/images/icons/back-1.png');
  padding: 4rem;
      background-size: cover;
    background-repeat: no-repeat;
}
.section-icons .col-0,
.icons-back-2{
  background-image: url('/assets/images/icons/background-2.png');
  padding: 4rem;
      background-size: cover;
    background-repeat: no-repeat;
}

.icons-back-2 .card-3-4 .image-wrapper{
height: 12rem;

}
.icons-back-2 p{
    font-size: 2rem;
}

.section-black-icons{
    padding: 4rem;
}


/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-new-form .col-0{
   background-color: rgb(var(--gray-dark-color));
}

@media screen and (max-width: 980px) {
    .section-form .section-block {
        padding: 8rem 0rem;
    }
}

/* Kontaktformulär */
.ContactForm {
    padding-top: 4rem;
    width: 80%;
    margin: 0 auto;
}

.ContactForm input,
.ContactForm select,
.ContactForm option,
.ContactForm textarea {
    border-radius: 0.5rem;
}

.ContactForm input:focus,
.ContactForm textarea:focus {
    outline: 2px solid rgb(var(--accent-orange-color));
}

.ContactForm > div {
    margin-bottom: 3rem;
}

.ContactForm .ContactSubmit {
    padding: 1.5rem 2.5rem;
    border-radius: 2rem;
}

/* Tackmeddelande */
.ContactSentMessage {
    padding: 5rem 1rem 5rem 7rem;
    color: rgb(var(--white-color));
    font-size: 1.7rem;
}

@media screen and (max-width: 980px) {
    .section-form .ContactForm {
        padding: 4rem 2rem 2rem 4rem;
    }

    .ContactForm {
        width: 100%;
    }
}

/* Karta */
.section-map .text-block {
    width: fit-content;
}

.section-map .card-2-4 .card-item {
    max-width: fit-content;
}

.section-map .card-2-4 .card-item:hover {
    background-color: transparent;
}

@media screen and (max-width: 1200px) {
    .section-map.mw-none .section-block {
        padding: 0;
    }

    .section-map.mw-none .split-content {
        padding-bottom: 0;
    }

    .section-map .text-block {
        max-width: 100%;
        background-color: rgb(var(--gray-light-color));
        padding: 2rem;
        margin: unset;
    }

    .section-map .section-title {
        color: rgb(var(--gray-dark-color));
    }

    .section-team .section-title {
        text-align: center;
    }
}

@media screen and (max-width: 580px) {
    .section-map .card-header {
        width: 4rem;
        justify-content: left;
    }

    .section-map .small-title {
        font-family: 'Gotham-book', sans-serif;
        font-size: var(--base-size);
    }
}

/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 0;
    background: rgb(var(--gray-light-color));
}

.footer-container {
    max-width: none;
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7rem 5rem 3rem;
}

.footer-menu {
    width: 20%;
    padding-bottom: 4rem;
}

.footer-menu-small {
    width: 15%;
    padding-bottom: 4rem;
}

.footer-menu-large {
    width: 40%;
}

.footer-logo {
    max-width: 40rem;
    margin-bottom: 2rem;
}

.footer .socials .footer-submenu {
    display: flex;
}

.footer-submenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu-large .section-title {
    max-width: 50rem;
}

.footer-top a,
.footer-top p,
.footer-top li {
    font-size: 1.5rem;
    text-decoration: none;
    transition: .2s ease;
}

.footer a:not(.circle-icon, .arrow-link):hover {
    color: rgb(var(--accent-orange-color));
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5rem;
    border-top: 1px solid rgb(var(--black-color), .5);
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
    opacity: .6;
}

@media only screen and (max-width: 1200px) {
    /* Footer top */
    .footer-top {
        padding: 6rem 3rem 0;
    }

    .footer-top {
        justify-content: flex-start;
    }

    .footer-menu {
        width: 28%;
    }

    .footer-menu-large {
        width: 100%;
    }

    .footer-bottom {
        padding: 2rem 3rem;
    }
}

@media only screen and (max-width: 680px) {
    .footer-top {
        flex-direction: column;
        padding: 5rem 2rem 0;
    }

    .footer-logo {
        max-width: 70vw;
    }

    .footer-menu {
        width: 100%;
    }

    .footer-bottom {
        padding: 2rem;
    }
}