/* Computence Consulting  */

@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

/* font-family: 'Open Sans, Roboto', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* ==========================================================================
Generellt
========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

@media only screen and (hover: none) {
    *,
    *::before,
    *::after {
        background-attachment: scroll !important;
        background-position: center center;
    }
}

html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    background-position: center center !important;
    background-attachment: fixed;
}

body.isMobile .body-background {
    background-position: center center;
    background-size: cover;
}

.display-none {
    display: none;
}

.EditMode .display-none {
    display: block;
}

/* Layout
========================================================================== */

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 13rem 5rem;
}

.LayoutPage .section-block-wrapper {
    max-width: 160rem;
}

.section-block-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

/* Speciella bredder */
.LayoutPage .section-block-wrapper,
.LayoutPage .section-wrapper.full-width .section-block-wrapper {
    max-width: 160rem;
}

.LayoutPage .mw-none .section-block-wrapper {
    max-width: none;
}

.mw-1200 .section-block .section-block-wrapper {
    max-width: 120rem;
}
.mw-1400 .section-block .section-block-wrapper {
    max-width: 140rem;
}
.mw-1500 .section-block .section-block-wrapper {
    max-width: 150rem;
}

.mw-1600 .section-block .section-block-wrapper {
    max-width: 160rem;
}

/* Speciella paddings */
.LayoutPage .pt-0 .section-block,
.pt-0:not(.section-wrapper) {
    padding-top: 0;
}

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

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

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

@media only screen and (max-width: 1050px) {
    .LayoutPage .section-block,
    .SubPage .LayoutPage .section-block {
        padding: 10rem 3rem;
    }
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.25;
    font-weight: 200;
    letter-spacing: 0;
    color: #3b3c43;
    text-transform: normal;
}

h2 {
    font-size: 4.2rem;
    padding-bottom: 2rem;
    font-weight: 200;
}

.text-label {
    font-size: 1.8rem;
    padding-bottom: 2rem;
    font-weight: 500;
    color: #ff930f;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.small-title {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.section-title {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}

/* Brodtext & lankar */
p {
    line-height: 1.8;
    font-size: 1.6rem;
    color: #444;
    font-family: inherit;
    font-weight: 200;
    text-decoration: none;
}

p {
    padding: 0 0 1.2em 0;
}

a {
    font-size: inherit;
    font-family: inherit;
}

.ingress {
    font-size: 1.8rem;
}

a:hover {
    text-decoration: none;
    color: #ccc;
    transition: all 0.4s ease;
}

/* Ovriga klasser */
.section-title.border-long {
    border-bottom: 1px solid #ff930f;
    margin-bottom: 2rem;
}

.border {
    border-bottom: 1px solid #ff930f;
    max-width: 10rem;
    margin-bottom: 2rem;
}

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

.normaltext-type {
    max-width: 100rem;
}

.text-section .normaltext-type {
    text-align: left;
}

.intro-text {
    font-size: 2rem;
    font-weight: 600;
}

/* Listor */
.bullet-list ul {
    padding-inline-start: 5rem;
    overflow: visible;
}

.bullet-list li {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.6;
    padding-bottom: 1.2rem;
    list-style: none;
}

.bullet-list ul li::before {
    content: "\f0c8";
    display: inline-block;
    width: 3rem;
    font-size: 1rem;
    margin-left: -3rem;
    color: #363a61;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    h1,
    h2,
    h3,
    .section-title {
        font-size: 2.5rem;
        padding-bottom: 1.6rem;
    }

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

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

    .text-label {
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }

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

    .intro-text {
        font-size: 1.7rem;
        font-weight: 500;
    }
}

/* Knappar & speciella lankar
========================================================================== */
.btn {
    font-family: inherit;
    max-width: 50rem;
    width: auto;
    padding: 1.2rem 3rem;
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: 400;
    background: #fff;
    border: 2px solid;
    border-color: #fff;
    color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    border-radius: 0;
}

.btn::after {
    display: inline-block;
    content: " \2023";
    margin-left: 1rem;
    transition: all 0.4s ease;
    font-family: "Font Awesome 5 Pro";
}

.btn:hover::after {
    transform: translateX(1rem);
    transition: all 0.4s ease;
}

.btn-arrow::after {
    display: inline-block;
    content: " \f061";
    margin-left: 0;
    transition: all 0.4s ease;
}

.btn-arrow::after {
    margin-left: -0.5rem;
}

.btn-arrow {
    background-color: #ff930f;
    color: #ffff;
    border-color: #ff930f;
    max-width: 3rem;
    padding: 1.2rem 2rem;
    margin-top: 2rem;
    cursor: pointer;
}

.btn-arrow:hover {
    background-color: #ff930f;
    color: #ffff;
    border-color: #ff930f;
    font-family: "Font Awesome 5 Pro";
}

.btn-primary,
.btn-primary:hover {
    background: #ff930f;
    border-color: #ff930f;
    color: #fff;
}

.btn-secondary,
.btn-secondary:hover {
    background: #14213d;
    border: 2px solid #14213d;
    color: #fff;
}

.btn-white {
    background: white;
    border: 2px solid white;
    color: #000;
}

.btn-white:hover {
    background: transparent;
    border: 2px solid transparent;
    color: #000;
}

.btn-white-border {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-link,
.btn-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #111;
}


/* Arrow link */
.arrow-link {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: inherit;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.5rem;
}

.arrow-link:hover {
    color: #ff930f;
}

.arrow-link:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f30b";
    margin-left: 1rem;
    text-decoration: none;
    display: inline-block;
}

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

/* Btn wrapper */
.btn-wrapper {
    margin-top: 2rem;
}

.btn-wrapper.flex-end {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 580px) {
    .btn-wrapper {
        display: block;
    }

    .btn-wrapper .btn {
        max-width: none;
        width: 100%;
    }

    .btn-wrapper .btn:first-child {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 550px) {
    .btn {
        display: block;
        margin: 1.5rem 0;
    }
}

/* Bouncing arrow */
.bouncing-arrow {
    position: absolute;
    left: 50vw;
    bottom: 3rem;
    transform: translateX(-45px);
    z-index: 10;
    background-color: #ff930f;
}

.bouncing-arrow i {
    color: #fff;
    font-size: 1.8rem;
    padding: 1.5rem;
    font-weight: 500;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@media only screen and (max-width: 1450px) {
    .bouncing-arrow {
        position: absolute;
        left: 60vw;
    }
}

@media only screen and (max-width: 980px) {

    .bouncing-arrow {
        right: 5%;
        bottom: 2rem;
        left: inherit;
    }
}

@media only screen and (max-width: 550px) {

    .bouncing-arrow {

        transform: none;
    }
}


/* Bakgrunder & farger 
========================================================================== */
.primary-color {
    color: #ff930f;
}

.secondary-color {
    color: 14213d;
}

.text-white {
    color: #fff;
}

/* Bakgrundsfarger */
.LayoutPage .bg-primary {
    background-color: #ff930f;
}

.bg-white {
    background-color: #fff;
}

.LayoutPage .bg-secondary {
    background-color: #14213d;
}

.LayoutPage .gradient-blue-white {
    background: linear-gradient(to top, #fff 50%, #14213d 50%);
}

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

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

.split-content {
    width: 50%;
    padding: 8rem;
    text-align: left;
    align-self: center;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

.split-content.mr--8rem {
    margin-right: -8rem;
    z-index: 3;
    padding: 4rem;
}

.split-content.box-shadow {
    box-shadow: 0px 0px 20px 0px #00000040;
}

@media only screen and (max-width: 1000px) {
    .split-content.mr--8rem {
        box-shadow: none;
    }
}

@media screen and (max-width: 1100px) {
    .split-content {
        width: 50%;
        text-align: left;
        padding: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    .split-content.mr--8rem {
        margin-right: 0rem;
        padding: 5rem 2rem;
    }

    .split-content.box-shadow {
        box-shadow: none;
    }

    .split-content {
        width: 100%;
        padding: 5rem 2rem;
    }

    .split-image {
        width: 100%;
        padding: 0;
    }
}

/*  Parallax
========================================================================== */
.parallax {
    max-width: 100% !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 60rem;
}

@media only screen and (max-width: 580px) {
    .parallax {
        height: 40rem;
    }
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

/* Cards 7*/
.cards-7 .card-item {
    text-decoration: none;
    background: #f2f2f2;
    box-shadow: 0px 0px 20px 0px #00000033;
    overflow: hidden;
}

.cards-7 .text-wrapper {
    padding: 2rem 3rem;
}

.cards-7 .small-title {
    font-size: 2.5rem;
    padding: 0;
    padding-top: 2rem;
}

.cards-7 p {
    font-size: 1.6rem;
}

.cards-7 .image-wrapper {
    height: 25rem;
    background-color: #b11b1b;
}

/* Cards 15 */
.cards-15 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    overflow: hidden;
    text-decoration: none;
}

.cards-15 .image-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 33.33% 5rem 5rem;
    display: flex;
    align-items: flex-end;
}

.cards-15 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #14213d;
    opacity: 0;
    transition: .2s ease;
    transition-delay: .3s;
}

.cards-15 .card-item:hover .image-wrapper::after {
    opacity: 1;
    transition: .2s ease;
}

.cards-15 img {
    width: 50%;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.cards-15 .text-wrapper {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3rem 3rem 8rem;
}

.cards-15 .inner-text-wrapper {
    position: relative;
    opacity: 0;
    transition: .3s ease;
}

.cards-15 .card-item:hover .inner-text-wrapper {
    opacity: 1;
    transition: .3s ease;
    transition-delay: .2s;
}

.cards-15 .section-title {
    margin: 0;
}

.cards-15 p {
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 1200px) {

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

    .cards-15 .image-wrapper {
        padding: 40% 3rem 3rem;
    }

    .cards-15 .text-wrapper {
        padding: 3rem 3rem 0;
    }
}
@media only screen and (max-width: 1024px) {
.cards-15 .card-item:hover .image-wrapper::after {
    opacity: 0;
    transition: .2s ease;
}
}

@media only screen and (max-width: 700px) {

    .cards-15.w-33 .card-item {
        width: 100%;
        margin: 0 0 2rem;
    }

    .cards-15 .text-wrapper {
        padding: 2rem 2rem 0;
    }

  
}

@media only screen and (hover:none) {

    .cards-15 .card-item {
        flex-direction: column-reverse;
    }

    .cards-15 .text-wrapper {
        position: relative;
    }

    .cards-15 .inner-text-wrapper {
        opacity: 1;
    }

    .cards-15 .image-wrapper {
        padding: 2rem 3rem 3rem;
        height: auto;
    }
}

/* Header / Navigation
========================================================================== */
header {
    background-color: transparent;
    box-shadow: none;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: fixed;
    height: 7rem;
}

header.scrolled {
    background-color: #fff;
    z-index: 12;
}

header .container {
    max-width: 100%;
}

header .container::after {
    content: "";
    display: table;
    clear: both;
}

/* Nav */
nav.mainmenu {
    text-align: right;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

nav.mainmenu a {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35rem;
    letter-spacing: 0px;
    line-height: 7rem;
    color: #000;
    padding: 0;
    margin: 0 2rem;
    transition: all 300ms linear;
    text-transform: uppercase;
}

/* Ta bort klick */
.TemplateMenu a[href="/17/33/vara-tjanster/"] {
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width: 1100px) {
    nav.mainmenu a {
        margin: 0 1rem;
    }
}

nav.mainmenu li:hover a {
    color: #fff !important;
}

nav.mainmenu li.active a {
    font-weight: 700;
}

nav.mainmenu ul.TemplateMenu > li {
    line-height: auto;
    height: auto;
    cursor: pointer;
}

header .header-logo {
    text-align: center;
    display: block;
    position: absolute;
    top: 1rem;
    width: 100%;
}

/* Dropdown menu */
nav.mainmenu ul > li.expandable-li:hover {
    background-color: transparent;
}

nav.mainmenu li:hover,
nav.mainmenu li.active {
    background-color: transparent !important;
}

nav.mainmenu ul > li.expandable-li:hover > a {
    color: #14213d;
    padding-bottom: 0;
}

nav.mainmenu a:before,
nav.mainmenu a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    visibility: visible;
    transform: scaleX(1);
}

nav.mainmenu li a:before {
    background-color: #ff930f;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 2px;
    width: 15%;
    margin: 0 auto;
    display: block;
    right: -12rem;
    bottom: 2.9rem;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

nav.mainmenu ul > li > ul {
    background: #f7f7f7;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.22);
    line-height: normal;
    height: auto;
    min-width: 100%;
    width: auto;
    text-align: left;
    z-index: 200;
}

nav.mainmenu ul > li > ul > li {
    padding: 0 15px;
    background: #f8f8f8;
}

nav.mainmenu ul > li > ul a {
    background: transparent !important;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 30px;
}

nav.mainmenu ul > li > ul > li > a {
    text-transform: unset;
    letter-spacing: normal;
    padding: 10px;
    font-weight: 300;
}

nav.mainmenu ul > li > ul > li > ul a {
    color: #fff !important;
}

nav.mainmenu ul > li > ul > li > ul {
    right: 0px;
}

nav.mainmenu ul > li.expandable-li:hover ul {
    background: #e7e7e7;
}

nav.mainmenu .toplevel {
    font-weight: 500;
    font-size: 1.8rem;
}

/* CTA Button */
.cta-menu {
    float: left;
    display: flex;
    align-items: center;
    height: 7rem;
    line-height: 7rem;
    transition: all 300ms linear;
}

/* CTA Kontakta oss */
.cta-menu .btn-nav {
    font-family: inherit;
    padding: 1.5rem 3rem;
    width: auto;
    font-size: 1.4rem;
    font-weight: 400;
    background: #ff930f;
    border: 2px solid #ff930f;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-transform: uppercase;
}

.IndexPage .btn-nav {
    display: block;
}

.cta-menu .btn {
    padding: 1.5rem 3rem;
    letter-spacing: 1px;
    line-height: 1;
}

.cta-menu .btn-secondary:hover {
    background-color: #14213d;
    color: #ffff;
}

.btn-nav:hover {
    background: #ff930f;
    border-color: #ff930f;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 3500px) {
    /* hamburger */
    .hamburger {
        display: none;
    }

    .expandable:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        content: "\f0d7";
        margin-left: 7px;
        text-decoration: none;
        display: inline-block;
        font-size: 0.8em;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 3499px) {
    /* Hamburger */
    .hamburger {
        position: absolute;
        z-index: 99;
        left: auto;
        right: 0;
        top: 1rem;
        background-color: #14213d;
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        color: transparent;
        background-color: transparent;
    }

    .hamburger--menu .hamburger-inner::after {
        content: "MENY";
        font-size: 1.5rem;
        letter-spacing: 1px;
        color: #fff;
        line-height: 1.3;
        margin-top: -1.7rem;
    }

    .hamburger {
        width: 8rem;
    }

    .hamburger .hamburger-inner::before {
        display: none;
    }

    .hamburger--menu.is-clicked .hamburger-inner::after {
        opacity: 1;
    }

    .hamburger--menu.is-clicked .hamburger-inner::after {
        content: "STÄNG";
    }

    .hamburger--menu.is-clicked {
        background-color: #ff930f;
    }

    .hamburger.is-clicked .hamburger-inner,
    .hamburger.is-clicked .hamburger-inner::after,
    .hamburger.is-clicked .hamburger-inner::before {
        transform: none;
    }

    .hamburger.is-clicked .hamburger-inner {
        top: 15px;
    }

    /* Navigation */
    nav.mainmenu {
        text-align: left;
        display: none;
        position: fixed;
        height: 100%;
        right: 0;
        left: auto;
        width: 100%;
        background-color: #14213d;
        z-index: 15;
        top: 0;
        box-shadow: none;
        overflow-y: scroll;
        max-width: 60rem;
        transform: none;
    }

    nav.mainmenu ul {
        padding-right: 8rem;
    }

    nav.mainmenu .Padding {
        margin: 8rem 0 !important;
    }

    nav.mainmenu ul > li > ul > li {
        background: transparent;
    }

    nav.mainmenu li {
        text-align: right;
        display: block;
    }

    nav.mainmenu ul > li > ul > li a:before {
        bottom: 1.3rem;
    }

    nav.mainmenu li a {
        margin: 0;
        padding: 0;
        color: #fff !important;
        padding-left: 4rem;
        font-size: 1.6rem;
        line-height: 3.7;
    }

    nav.mainmenu a:before {
        display: none;
    }

    nav.mainmenu .header-btn {
        left: 4rem;
        margin-top: 2rem;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(92, 92, 92, 0.623);
        z-index: 7;
    }

    /* Dropdown */
    nav.mainmenu ul > li > ul {
        background-color: #fff !important;
        width: auto !important;
        border: none;
    }

    nav.mainmenu ul > li > ul {
        display: contents !important;
    }

    nav.mainmenu ul > li > ul > li a {
        color: #fff !important;
    }

    nav.mainmenu ul > li > ul > li > a {
        width: auto;
        padding: 0;
    }

    nav.mainmenu ul > li.expandable-li:hover > a {
        padding-bottom: 0;
    }

    nav.mainmenu ul.TemplateMenu > li,
    .scrolled nav.mainmenu ul.TemplateMenu > li {
        line-height: normal;
        height: auto;
    }
}

@media only screen and (max-width: 1149px) {
    .cta-menu .btn {
        font-size: 1.2rem;
        padding: 1rem 1rem;
    }
}

@media only screen and (max-width: 650px) {
    nav.mainmenu li a {
        padding-left: 2rem;
    }

    nav.mainmenu {
        max-width: 90%;
    }

    nav.mainmenu ul > li > ul > li > a {
        padding-left: 2rem;
        line-height: 2.5;
    }

    header .header-logo {
        text-align: left;
        padding-left: 2rem;
        width: 20rem;
    }

    nav.mainmenu {
        max-width: none;
    }
}


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

/* top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    height: auto;
    min-height: 130vh;
    background-color: rgba(0, 0, 0, 0.4);
}

.top-section::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 20rem;
    left: 0;
    bottom: -1px;
    background-color: rgb(255, 255, 255);
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}

.page-title-wrap {
    background-color: transparent;
    transform: none;
    position: static;
    text-align: left;
    z-index: 3;
    padding: 0;
    max-width: 100%;
}

.page-title-wrap h1,
.page-title-wrap h2 {
    color: #fff;
    padding: 0;
    font-weight: 300;
    font-family: "Roboto";
}

.page-title-wrap h1 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 2rem;
    border-left: 5px solid #ff930f;
}

.usp-wrapper {
    background-color: #14213d;
    padding: 3rem 2rem;
    max-width: 50vw;
}

.page-title-wrap .usp-1 {
    text-transform: uppercase;
    font-weight: 900;
}

.page-title-wrap .usp-2 {
    font-size: 5rem;
    color: #fff;
    font-weight: 400;
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
    .page-title-wrap h1 {
        font-size: 2rem;
    }

    .page-title-wrap .usp-2 {
        font-size: 4rem;
    }

    .usp-wrapper {
        max-width: 60vw;
    }
}

@media only screen and (max-width: 980px) {
    .usp-wrapper {
        max-width: 90%;
    }

    .page-title-wrap .usp-2 {
        font-size: 4rem;
    }

    .page-title-wrap h1 {
        font-size: 1.8rem;
    }

}

@media only screen and (max-width: 630px) {
    .usp-wrapper {
        max-width: 95%;
        padding: 2rem 1rem;
    }

    .top-section {
        padding-top: 9rem;
    }

    .page-title-wrap h1 {
        font-size: 1.5rem;
    }

    .page-title-wrap .usp-2 {
        font-size: 3.1rem;
        padding-top: 1rem;
    }

    .page-title-wrap {
        margin-bottom: 5rem;
    }
}

@media only screen and (max-width: 320px) {
    .page-title-wrap .usp-2 {
        font-size: 2.5rem;
    }
}

/* Startsida: Om
========================================================================== */
.about-section .split-wrapper {
    background-color: #f2f2f2;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px #00000033;
    position: relative;
    top: -6rem;
}

@media only screen and (max-width: 1100px) {
    .about-section .split-image {
        margin-left: 0;
    }
}

/* Startsida: Vara tjanster
========================================================================== */
.service-section .heading-type {
    max-width: 100rem;
    padding-bottom: 5rem;
}

.service-section .heading-type * {
    text-align: left;
}

.service-section a {
    color: #fff;
}

/* korten*/
.service-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -1rem 0;
    justify-content: center;
}

.service-item {
    width: 31%;
    margin: 2% 1%;
    border-radius: 2px;
    overflow: hidden;
}

.service-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 4rem 2rem;
    height: 100%;
}

.service-content:hover {
    text-decoration: none;
}

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

.service-image-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(11 31 29 / 0.3);
    position: absolute;
    bottom: 0;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    outline: 1px solid transparent;
    outline-offset: -11px;
}

.service-content:hover .service-image-wrapper::after {
    background-color: #f2f2f2;
}

.service-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.service-name {
    font-size: 2.3rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    word-break: break-word;
    hyphens: auto;
}

.service-title {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
}

.service-lead {
    color: #111;
    text-align: left;
 
}

.service-wrapper .service-text-wrapper {
    width: 100%;
    height: 100%;
}

.service-content:hover .service-text-wrapper-first,
.service-content:hover .service-text-wrapper-second {
    transform: translateY(0);
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.service-wrapper .service-item .service-text-wrapper-first {
    opacity: 1;
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0;
}

.service-wrapper .service-item .service-text-wrapper-second {
    padding: 4rem 0;
    border-top: 1px solid #ff930f;
    border-bottom: 1px solid #ff930f;
}

.service-wrapper .service-item .service-text-wrapper-first,
.service-wrapper .service-item .service-text-wrapper-second {
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.service-wrapper .service-item .service-text-wrapper-second * {
    text-align: left !important;
   
}

.service-wrapper .service-item .service-text-wrapper-second p {
    font-size: 1.7rem;
}

.service-wrapper .service-item .service-text-wrapper-second .service-name {
    padding-bottom: 1.5rem;
    color: #111;
}

.service-wrapper .btn-wrapper {
    margin-top: 2rem;
}

.service-wrapper .btn-wrapper .btn {
    display: inline-block;
}

.service-wrapper .service-item:hover .service-text-wrapper-first,
.service-wrapper .service-item .service-text-wrapper-second {
    opacity: 0;
}

.service-wrapper .service-item:hover .service-text-wrapper-second {
    opacity: 1;
}

@media only screen and (hover: none) {
    .service-item {
        pointer-events: none;
    }
}

@media only screen and (max-width: 1200px) {
    .service-item {
        width: 46%;
    }
}

@media only screen and (max-width: 696px) {
    .service-wrapper {
        margin: 4rem 0 0;
    }

    .service-item {
        width: 100% !important;
        margin: 0 0 2rem;
    }
}

@media screen and (max-width: 580px) {
    .service-item img {
        object-position: center top;
    }

    .service-content {
        padding: 3rem 2rem;
    }

    .service-wrapper .service-item:hover .service-text-wrapper-first,
    .service-wrapper .service-item .service-text-wrapper-second {
        opacity: unset;
    }

    .service-content .service-image-wrapper::after {
        background-color: #f2f2f2;
    }

    .service-wrapper .service-item .service-text-wrapper-first {
        opacity: 0;
    }

    .service-wrapper .service-item .service-text-wrapper-second p {
        font-size: 1.5rem;
    }

    .service-text-wrapper-first {
        display: none;
    }

    .service-section .heading-type {
        padding-bottom: 0;
    }
}

/* Startsidan: Nyheter - dolt
========================================================================== */
.news-section .heading-type  {
    text-align: left;
}

.news-section p.date {
    padding: 0;
}

/* Startsidan: Vara tjanster
========================================================================== */

@media screen and (max-width: 1000px) {
.section-tjanster .col-0,
.section-tjanster .col-1{
    width: 100% !important;
}

.section-tjanster .section-block{
    padding-top: 0rem ;
}
}


/* Startsida: Parallax innan footer
========================================================================== */
.parallax-1 {
    background-image: url(/assets/images/motesrum-2000.jpg);
    position: relative;
}

.parallax-1::before {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 20rem;
    z-index: 1;
    left: 0;
    bottom: 1px;
    background-color: rgb(255, 255, 255);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
}

/* ==========================================================================
Generellt för undersidor
========================================================================== */
.SubPage .top-section,
.SubPage .bouncing-arrow {
    display: none;
}

.SubPage .btn-nav {
    display: none;
}

/* header-split */
.EditMode .header-split {
    padding-top: 20rem;
}

.header-split .split-wrapper {
    background-color: #fff;
}

.header-split .split-content {
    z-index: 3;
}

.header-split .split-text {
    margin-left: -12rem;
    background-color: #14213d;
    padding: 6rem;
}

.header-split .split-image {
    z-index: 2;
}

.header-split .section-block-wrapper .normaltext-type {
    max-width: none;
}

.header-split .section-block {
    padding: 0 !important;
}

.header-split h1 {
    font-size: 5rem;
    margin: 0 auto 1rem;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 0;
    padding-left: 2rem;
    border-left: 3px solid #ff930f;
}

@media only screen and (max-width: 1300px) {
    .header-split h1 {
        font-size: 4rem;
    }

    .header-split .split-text {
        padding: 3rem 3rem;
    }
}

@media only screen and (max-width: 1000px) {
    .header-split h1 {
        font-size: 4rem;
    }

    .header-split .split-text {
        margin-left: 0;
        margin-top: -5rem;
        padding: 3rem 1rem;
    }

    .header-split .split-content {
        order: 1;
        padding: 0 2rem 0 0;
    }
}

@media only screen and (max-width: 800px) {
    .header-split h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 550px) {
    .header-split h1 {
        font-size: 2.3rem;
    }
}

/* intro-text med borders */
.intro .normaltext-type {
    text-align: left !important;
    border-left: 4px solid #ff930f;
    border-right: 4px solid #ff930f;
    padding: 0 5rem;
    max-width: none;
}

/* text-kolumner */
.service-page .text-content .section-block-wrapper {
    align-items: center;
}
.service-page .text-content .col-0,
.service-page .text-content .col-1 {
    padding: 4rem;
    align-self:center;
}

@media only screen and (max-width: 800px) {
    .service-page .text-content .col-0,
    .service-page .text-content .col-1 {
        width: 100%;
        padding: 2rem 0;
    }
}


/* listor */
.usage-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
    padding-inline-start: 0;
}

.text-content .usage-wrapper {
    padding: 3rem;
    border-radius: 1rem;
}

.text-content .usage-wrapper li {
    color: #111;
    font-size: 1.6rem;
    line-height: 1.5;
}


.usage-wrapper li {
    display: flex;
    justify-content: center;
    padding: 2rem 3rem 2rem 3rem;
    border-radius: 4rem;
    color: #111;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 1rem 1rem;
    font-size: 2rem;
    line-height: 1;
    display: block;
}

.usage-wrapper img {
    display: block !important;
    margin: 0 auto;
    margin-bottom: 2rem;
}


@media only screen and (max-width: 800px) {
    .facts-wrapper {
        padding: 3rem;
    }

    .facts-wrapper .lead {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 550px) {
    .usage-wrapper img {
        margin: 2rem 0;
    }
    
    .usage-wrapper {
        justify-content: flex-start;
    }

    .facts-wrapper {
        padding: 3rem 1rem 2rem;
    }

    .usage-wrapper li {
        font-size: 1.6rem;
        line-height: 1.5;
        width: 100%;
    }

    .text-content .usage-wrapper {
        padding: 0;
    }

    .text-content .usage-wrapper li::before {
        right: 3rem;
    }

    .intro .normaltext-type {
        padding: 0 2rem;
    }
}

/* ==========================================================================
Undersida - Om oss
========================================================================== */
 
/* textkolumnerna */
.text-columns * {
    text-align: left;
}

.LayoutPage .layout-2 .col-0 {
    padding-right: 2%;
}

.text-columns .section-block-wrapper {
    display: flex;
}

.text-columns .col-1 {
    align-self: center;
}

@media only screen and (max-width: 1000px) {
    .split-content.mr--8rem {
        box-shadow: none;
    }
}

@media only screen and (max-width: 750px) {
    .text-columns .section-block-wrapper {
        display: block;
    }

    .LayoutPage .text-columns .col-1,
    .LayoutPage .text-columns .col-0 {
        width: 100%;
        padding: 0;
    }
}

/* ==========================================================================
Undersida - De globala malen
========================================================================== */
/* Olika farger for varje mal */ 
.cards-15 .card-item.goal-1 {
    background-color: #fa142e;
}

.cards-15 .card-item.goal-2 {
    background-color: #f09c18;
}

.cards-15 .card-item.goal-3 {
    background-color: #219830;
}

.cards-15 .card-item.goal-4 {
    background-color: #c60012;
}

.cards-15 .card-item.goal-5 {
    background-color: #fd2824;
}

.cards-15 .card-item.goal-6 {
    background-color: #28aab7;
}

.cards-15 .card-item.goal-7 {
    background-color: #ffba0a;
}

.cards-15 .card-item.goal-8 {
    background-color: #be002c;
}

.cards-15 .card-item.goal-9 {
    background-color: #fe4e1f;
}

.cards-15 .card-item.goal-10 {
    background-color: #e5147c;
}

.cards-15 .card-item.goal-11 {
    background-color: #fe8615;
}

.cards-15 .card-item.goal-12 {
    background-color: #cd7710;
}

.cards-15 .card-item.goal-13 {
    background-color: #166a2c;
}

.cards-15 .card-item.goal-14{
    background-color: #1592c2;
}

.cards-15 .card-item.goal-15 {
    background-color: #40a629;
}

.cards-15 .card-item.goal-16 {
    background-color: #095088;
}

.cards-15 .card-item.goal-17 {
    background-color: #082b53;
}


/* ==========================================================================
Undersida - kontakt
========================================================================== */

/* medarbetare
========================================================================== */
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 120rem;
    margin: 0 auto;
}

.contact-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 2rem);
    margin: 0 1rem 0;
    padding: 0 0 2rem;
    text-align: center;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;
}

.contact-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.contact-name {
    font-weight: 700;
    font-size: 2rem;
    padding: 0 0;
    width: 100%;
    hyphens: auto;
}

.contact-name-title {
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
    hyphens: auto;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    padding-bottom: 1rem;
}

.contact-card address {
    font-style: normal;
    padding-bottom: 2rem;
}

.contact-card-link {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    margin-right: 1.5rem;
}

.contact-card-link::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "";
    display: inline-block;
    margin-right: 1rem;
}

.contact-card-link.mail {
    display: block;
    margin-top: 1rem;
    transition: all 0.4s ease;
}

.contact-card-link.mail::before {
    content: "\f0e0";
}

.contact-card-link.phone::before {
    content: "\f879";
}

.contact-card a:hover {
    color: #ff930f;
}

@media only screen and (max-width: 1200px) {
    .contact-form-page .contact-form-section .col-0 {
        flex: 1;
        padding: 0rem 0rem 0 0;
    }

    .contact-card {
        width: calc(100% / 2 - 2rem);
        padding: 2rem;
    }
}

@media only screen and (max-width: 1100px) {
    .contact-form-page .contact-form-section .col-1,
    .contact-form-page .contact-form-section .col-0 {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .contact-wrapper {
        margin: 0 auto;
    }

    .contact-wrapper.coworker .contact-card {
        width: 100%;
        margin: 0 1rem 2rem;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .contact-wrapper * {
        text-align: center;
    }

    .contact-wrapper.coworker .contact-card {
        width: 100%;
        margin: 0 0rem 2rem;
        padding: 0 0;
    }
}

/* formular och kontakt uppg kolumner
========================================================================== */
.contact-form-section .heading-type * {
    text-align: left;
}

.contact-form-section .section-block-wrapper {
    display: flex;
    align-items: flex-start;
}

.contact-form-page .contact-form-section .col-0 {
    flex: 1;
    padding: 0rem 10rem 0 0;
}

.contact-form-page .contact-form-section .col-1 {
    position: relative;
    z-index: 10;
    width: 44rem;
    padding: 5rem 3rem;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: -26rem;
    box-shadow: 0px 0px 20px 0px #00000033;
}

.contact-form-section .normaltext-type {
    text-align: left;
}

/* Contact form */
.Contact .ContactForm div.ContactFormMessage p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormName p,
.Contact .ContactForm .ContactFormEmail p {
    display: none;
}

.ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.contact-form-page .LayoutPage .contact-form-section .ContactFormName,
.contact-form-page .LayoutPage .contact-form-section .ContactFormEmail,
.contact-form-page .LayoutPage .contact-form-section .ContactFormField,
.contact-form-page .LayoutPage .contact-form-section div.ContactFormMessage {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.contact-form-page .LayoutPage .contact-form-section .ContactForm input,
.contact-form-page .LayoutPage .contact-form-section .ContactForm textarea {
    border: none !important;
    background-color: #f2f2f2;
    padding: 1.4em;
    text-transform: uppercase;
    font-size: 1.4rem;
    height: 17rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* ramlinje for nar man klickar */
.contact-form-page .LayoutPage .contact-form-sectionn .ContactFormEmail input:active {
    border: 1px solid #ff930f !important;
}

.contact-section ::placeholder {
    font-family: "Open Sans", sans-serif;
    color: #c3c3c3;
    font-weight: 400;
    font-size: 1.3rem;
}

.contact-form-page .LayoutPage .contact-form-section .ContactForm .ContactSubmit {
    width: 100%;
    max-width: none;
    padding: 1.2rem 4rem;
    background-color: #ff930f;
    border: 2px solid #ff930f;
    color: #fff;
    display: block;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 1.4rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: inherit;
}

.contact-form-page .LayoutPage .contact-form-section .ContactForm .ContactSubmit:hover {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage p {
    margin-top: 10px;
}

.contact-form-page .LayoutPage .contact-form-section input:focus {
    border: 2px solid #ff930f !important;
}

.contact-form-page .LayoutPage .contact-form-section .ContactForm
    textarea:focus {
    border: 2px solid #ff930f !important;
}

/* Contact Options */
.contact-option-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.contact-option {
    width: 33%;
    padding: 2rem;
    padding-left: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.contact-option * {
    text-align: center;
}

.contact-option:hover .contact-text {
    color: #ff930f;
}

.contact-icon {
    color: #111;
    font-size: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.contact-title {
    display: none;
}

.contact-text {
    font-style: normal;
    color: #333;
}

@media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    .contact-form-page .LayoutPage .contact-form-section .ContactForm input:not(.ContactSubmit),
    .contact-form-page .LayoutPage .contact-form-section .ContactForm textarea {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1115px) {
    .contact-form-section .section-block-wrapper {
        display: block;
    }
    .contact-form-page .contact-form-section .col-1 {
      width:100%;
    }
}

@media only screen and (max-width: 800px) {
    .contact-form-page .contact-form-section .col-1 {
        padding: 2rem !important;
    }

    .contact-form-page  .LayoutPage .contact-form-section .ContactForm .ContactSubmit {
        width: 100% !important;
    }

    .Contact .ContactForm .ContactFormEmail p {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 700px) {
    .contact-option {
        width: 100%;
    }

    .contact-option * {
        text-align: left;
    }

    .contact-icon {
        justify-content: flex-start;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: #14213d;
    padding: 0;
    color: #fff;
    position: relative;
    font-family: "Roboto", sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-menu {
    align-self: flex-start;
}

.footer img {
    filter: invert(1);
}

.footer .container {
    padding: 3rem 5rem;
    max-width: 160rem;
}

.footer-logo img {
    width: 25rem;
    padding-bottom: 2rem;
}

.footer p {
    font-size: 1.5rem;
    padding: 0;
    font-weight: 600;
}

.about-links {
    display: none;
}

body.about .about-links {
    display: block;
}

.footer a {
    display: inline-block;
    font-weight: inherit;
    text-align: left;
    font-size: inherit;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* WebbEss Stamp  */
.footer-bottom .webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
    filter: invert();
}

@media only screen and (max-width: 550px) {
    .footer-container {
        flex-wrap: wrap;
        display: block;
    }

    .footer .container {
        padding: 2rem;
    }

    .footer-menu {
        width: 100%;
        margin-bottom: 3rem;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom .webbess-stamp {
        padding-top: 2rem;
    }
}
