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



    .lediga-section .post-container .post-text {

        padding: 5% 11px 15px 13px;
    }



    .lediga-section .post-container .post-img {

        max-width: 151px;
    }



    .lediga-section .post-container {

        width: 39%;
    }
}



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

    .main-section .title-wrapper {

        -webkit-background-size: 40%;

        background-size: 40%;
    }



    .referencer-section .title-wrapper {

        -webkit-background-size: 40%;

        background-size: 40%;
    }



    .page-template-page-lediga .lediga-section .bg-image {

        min-width: 300px;
    }
}



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

    .county-bg {

        max-width: 350px;
    }
}



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

    /*MAIN HEADER*/

    .title-wrapper {
    	position: relative;
    }

    .title-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
    }

    .vara-list {
    	position: relative;
    	z-index: 10;
    }

    .section-title {
    	position: relative;
    	z-index: 10;
    }

    .mobile-menu {

        position: fixed;

        top: 0;

        right: 0;

        left: auto;

        background: #023e7d;

        padding: 40px 30px 30px 30px;

        width: 100%;

        max-width: 400px;

        transform: translateX(100%);

        opacity: 0;

        transition: all 0.6s ease;

        bottom: 0;

        z-index: 100;

        display: block;
    }



    .main-section .title-wrapper {

        -webkit-background-size: cover;

        background-size: cover;
    }



    .vara-section .vara-list ul {

        float: none;

        display: inline-block;

        vertical-align: top;
    }



    .mobile-menu.menu-open {

        transform: translateX(0);

        opacity: 1;
    }



    .navbar-nav {

        float: none;
    }



    .navbar-nav>li {

        float: none;
    }



    .navbar-right {

        float: none !important;
    }



    header nav.navbar-default .navbar-nav li.active a {

        color: #fff;
    }



    header nav.navbar-default .navbar-nav li a {

        color: #fff;

        position: relative;

        padding: 10px 15px;

        display: inline-block;
    }



    header nav.navbar-default .navbar-nav li a:after {

        display: none;
    }



    header nav.navbar-default .navbar-right li a.btn,

    header nav.navbar-default .navbar-right li a.btn-blue {

        border: 2px solid #fff;

        display: inline-block;

        margin-left: 15px;
    }



    .mobile-menu ul li a {

        color: #fff;

        font-size: 15px;

        padding: 10px 15px;

        display: inline-block;
    }



    .mobile-menu ul li a.btn-blue {

        border: 2px solid #fff;

        margin-left: 15px;
    }



    .mobile-menu ul li a.btn-blue:hover {

        color: #023e7d;

        background: #fff;
    }



    /*menu button*/
    .menu-button {

        position: fixed;

        top: 38px;

        right: 30px;

        width: 30px;

        height: 30px;

        z-index: 1000;
    }



    .menu-button:hover {

        cursor: pointer;
    }



    .menu-button span {

        width: 30px;

        height: 3px;

        background: #000;

        display: block;

        position: relative;

        transition: background 0s 0s;
    }



    .menu-button span:after,

    .menu-button span:before {

        content: '';

        align-content: space-between;

        position: absolute;

        width: 100%;

        height: 3px;

        background: #000;

        transition-duration: 0.3s, 0.3s;

        transition-delay: 0.3s, 0s;
    }



    .menu-button.white span,

    .menu-button.white span:before,

    .menu-button.white span:after {

        background: #fff;
    }



    .menu-button span:after {

        top: -7px;

        transition-property: top, transform;
    }

    .menu-button span:before {

        bottom: -7px;

        transition-property: bottom, transform;
    }



    .menu-button.open span:after {

        top: 0;

        transform: rotate(45deg);
    }



    .menu-button.open span {

        background: transparent;
    }



    .menu-button.open span:before {

        bottom: 0;

        transform: rotate(-45deg);
    }

    .menu-button.open span:after,

    .menu-button.open span:before {

        transition-delay: 0s, 0.3s;
    }



    .menu-button.white span,

    .menu-button.white.open span {

        transition: background 0s 0s;
    }



    .menu-button.white.open span {

        background: transparent;
    }



    .lediga-section .bg-image {

        display: none;
    }



    .lediga-section .post-container .post-img {

        background-position: center center;

        background-repeat: no-repeat;

        -webkit-background-size: cover;

        background-size: cover;

        float: left;

        width: 100%;

        max-width: 171px;

        padding-top: 50%;
    }



    .lediga-section .post-container .post-text {

        padding: 27px 36px 32px 30px;

        float: left;

        background: #fff;
    }



    .lediga-section .post-container {

        max-width: 474px;

        width: 100%;
    }



    .step-section .step-wrapper .step-number:after {

        width: 290px;
    }



    footer a.btn-blue.big {

        padding: 28px 25px;

        font-size: 14px;
    }



    .step-section {

        padding-top: 70px;
    }



    .cta-section {

        padding-bottom: 70px;
    }



    footer {

        padding-top: 70px;

        padding-bottom: 70px;
    }



    .title-wrapper {

        -webkit-background-size: cover;

        background-size: cover;
    }



    .vara-section .title-wrapper {

        -webkit-background-size: 50%;

        background-size: 50%;
    }



    .popup-container .owl-carousel {

        max-width: 100%;

        padding: 20px 135px 30px 0;
    }



    .barometer-section .title-wrapper .section-title {

        position: static;

        transform: translate(0);

        padding-top: 100px;

        text-align: center;
    }



    .referencer-section .title-wrapper {

        -webkit-background-size: cover;

        background-size: cover;
    }



    .vara-list {

        float: none;

        margin-top: 40px;

        text-align: center;
    }



    .content-wrapper {

        padding-top: 70px;

        padding-left: 45px;

        padding-right: 45px;
    }



    .title-wrapper .section-title {

        position: static;

        transform: translate(0);

        padding-top: 100px;

        text-align: center;
    }



    .partners-section .title-wrapper .section-title h1 {

        max-width: 100%;
    }



    .partners-section .title-wrapper .section-title .title-text-wrapper {

        max-width: 50%;

        margin: 0 auto;

        padding-left: 0;
    }



    .partners-section .front-block {

        max-width: 80%;

        margin: 0 auto;

        float: none;

        padding-left: 50px;

        padding-top: 41px;
    }



    .partners-section .ref-content-wrapper {

        max-width: 100%;

        padding-top: 50px;

        padding-bottom: 70px;
    }



    .partners-section .front-block .ref-content {

        max-width: 400px;
    }



    .title-wrapper .section-title .title-text-wrapper {

        margin: 0 auto;
    }



    .referencer-section .ref-content-wrapper,

    .partners-section .ref-content-wrapper,

    .lediga-section .ref-content-wrapper {

        float: none;

        margin: 0 auto;

        padding-top: 40px;

        padding-bottom: 40px;
    }



    .title-wrapper {

        min-height: 700px;
    }



    .referencer-section .front-block .ref-content,

    .partners-section .front-block .ref-content,

    .lediga-section .front-block .ref-content {

        max-width: 280px;
    }



    .referencer-section .back-block,

    .partners-section .back-block,

    .lediga-section .back-block {

        height: 300px;
    }



    .lediga-section .title-wrapper {

        -webkit-background-size: cover;

        background-size: cover;

        background-position: top center;

        position: static;
    }



    .lediga-content-wrapper {

        position: static;
    }



    .lediga-section .posts-wrapper {

        padding-left: 0;
    }



    .lediga-section .post-container {

        float: none;

        margin: 0 auto;

        margin-bottom: 30px;
    }



    .om-valuation-section .vara-list {

        margin-top: 40px;
    }



    .vara-list-wrapper ul li a {

        color: #000;
    }



    .contact-section #map {

        width: 100%;

        height: 300px;

        min-height: 300px;

        float: none;
    }



    .contact-section .contact-content {

        padding-top: 40px;

        float: none;

        padding-left: 45px;

        padding-right: 45px;
    }



    .vara-section .section-title {

        width: 100%;
    }



    .om-valuation-section .title-wrapper {

        min-height: 500px;
    }



    .vara-section .title-wrapper {

        -webkit-background-size: cover;

        background-size: cover;
    }



    .popup-container .popup-bg {

        max-width: 100%;
    }



    .popup-container .mfp-close {

        top: 20px;

        right: 40px;
    }



    .lediga-section .section-title {

        padding-left: 0;
    }



    .vara-login.popup-container .popup-bg {

        height: 300px !important;

        max-width: 100%;

        float: none;
    }



    .vara-login.popup-container .owl-carousel {

        max-width: 100%;

        padding-right: 15px;

        padding-left: 15px;
    }



    .vara-login.popup-container .popup-inner {

        width: 100%;

        margin: 0 auto;

        float: none;
    }



    .title-wrapper .section-title {

        padding-left: 0;
    }



    .vara-section .vara-list ul {

        margin-left: 0;
    }



    .barometer-section .title-wrapper .section-title {

        padding-bottom: 30px;
    }



    .referencer-section .title-wrapper .section-title .title-text-wrapper {

        padding-left: 0;
    }



    .title-wrapper .section-title {

        padding-bottom: 30px;
    }



    .title-wrapper .section-title {

        padding-bottom: 0;
    }



    .title-wrapper {

        min-height: 300px;
    }



    .om-valuation-section .title-wrapper {

        -webkit-background-size: cover;

        background-size: cover;
    }



    .contact-section #map {

        margin-top: 25px;

        max-height: 300px;
    }



    .vara-section .vara-list .county-wrapper ul {

        float: none;
    }



    .vara-section .vara-list .county-wrapper ul li a {

        color: #2f2f2f;
    }



    .county-wrapper {

        float: none;
    }



    .county-bg {

        max-width: 100%;

        background-position: left center;
    }



    .popup-container .popup-inner {

        float: none;

        margin: 0 auto;

        margin-top: 40px;

        padding-right: 10px;
    }



    .popup-container .popup-bg {

        float: none;
    }



    .popup-container .owl-carousel {

        padding-right: 0;
    }



    .home .title-wrapper {

        min-height: 575px;
    }



    .title-wrapper .section-title {

        width: 100%;

        padding-left: 50px;

        padding-right: 50px;
    }



    .title-wrapper .section-title h1 {

        font-size: 36px;

        line-height: 48px;
    }



    .home .title-wrapper .section-title {

        left: 50%;

        padding-left: 50px;

        max-width: 65.5vw;
    }



    .contact-section .main-section-link-btn {

        top: 500px;

        position: absolute;

        right: -37px;
    }



    .home .title-wrapper .section-title h1 {

        font-size: 3.90625vw;

        line-height: 4.8828125vw;
    }

    .popup-container .popup-bg {
        -webkit-background-size: contain !important;
        background-size: contain !important;
    }

    .popup-container .owl-theme .owl-nav {
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: 400px;
        width: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 10px;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 10px;
    }

    button.mfp-arrow {
        display: none;
    }
}



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

    .left {

        text-align: center;
    }



    .left img {

        margin: 0 auto;
    }



    .footer-contact {

        text-align: center;
    }



    .footer-menu li.social-wrapper {

        text-align: center;

        margin-top: 15px;
    }



    .vara-section .vara-list .county-wrapper ul>ul {

        float: left;
    }
}



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

    .popup-container .popup-bg {

        max-width: 100%;

        padding-top: 82.5%;
    }



    .popup-container .owl-carousel {

        max-width: 100%;

        padding: 20px 135px 30px 0;

        padding-right: 0;
    }



    .popup-container .owl-carousel h2 {

        font-size: 32px;

        line-height: 44px;
    }



    .popup-container .popup-inner {

        max-width: 100%;
    }
}



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

    footer {

        text-align: center;

        padding-top: 40px;

        padding-bottom: 40px;
    }



    footer .partner-wrapper img {

        display: inline-block;
    }



    .poster-wrapp img {

        display: inline-block;
    }



    .poster-wrapp {

        margin-bottom: 30px;
    }



    footer .footer-menu {

        margin-bottom: 20px;
    }



    /*  .popup-container .owl-carousel {

        max-width: 430px;

        padding: 20px 135px 30px 0;

    }*/
    .popup-container .mfp-close {

        top: 30px;

        right: 30px;
    }



    .partners-section .front-block .ref-content {

        max-width: 300px;
    }



    .contact-section .contact-content .contacts-list ul {

        float: none;

        margin-right: 0;

        margin-bottom: 50px;
    }



    .contact-section .contact-content .contacts-list ul:last-child {

        margin-bottom: 0;
    }



    .och-kompetens .block-inner .block-text {

        max-width: 70%;
    }



    .main-popup-wrapper .main-popup-img-wrapper {

        display: none;
    }



    .main-popup-wrapper .main-popup-text {

        max-width: 100%;
    }



    .popup-container .popup-inner {

        max-width: 100%;
    }
}



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

    .home .title-wrapper .section-title {

        max-width: 66.5vw;
    }
}



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

    .title-wrapper .section-title h1 {

        font-size: 48px;

        line-height: 70px;
    }



    .title-wrapper .section-title {

        top: 40%;
    }



    .content-wrapper {

        padding-left: 30px;

        padding-right: 30px;
    }



    .referencer-section .front-block .ref-content a,

    .partners-section .front-block .ref-content a,

    .lediga-section .front-block .ref-content a {

        font-size: 14px;
    }



    .contact-section .contact-content {

        padding-left: 15px;

        padding-right: 15px;

        margin-left: 0;
    }



    .mfp-wrap {

        top: 20px !important;
    }



    .popup-container .popup-inner {

        max-width: 100%;
    }
}



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



    .home .title-wrapper .section-title {

        max-width: 68.5vw;
    }



    .contact-section .contact-content .contacts-list ul li a {

        font-size: 20px;
    }



    .title-wrapper {

        min-height: 200px;
    }

    .title-wrapper .section-title h1 {

        font-size: 32px;

        line-height: 38px;
    }



    .title-wrapper .section-title {

        top: 50%;
    }



    .step-section .step-wrapper .step-number:after {

        display: none;
    }



    .step-section .step-title {

        margin-bottom: 40px;
    }



    .step-section .step-wrapper {

        margin-bottom: 30px;
    }



    .step-section .steps {

        margin-bottom: 20px;
    }



    .step-section .steps-bottom-text p {

        padding-left: 15px;

        padding-right: 15px;
    }



    .cta-section {

        padding-top: 40px;
    }



    .cta-section .cta-title {

        margin-bottom: 30px;
    }



    .cta-section .cta-title h2 {

        font-size: 28px;

        line-height: 35px;
    }



    .cta-section .cta-wrapper {

        margin-bottom: 30px;
    }



    .vara-section .title-wrapper {

        -webkit-background-size: cover;

        background-size: cover;

        min-height: 500px;
    }



    .title-wrapper .section-title {

        position: static;

        transform: translate(0);

        padding-top: 100px;

        text-align: center;
    }



    .vara-list {

        float: none;

        margin-top: 20px;

        text-align: center;
    }



    .title-wrapper .section-title h1 {

        margin-bottom: 20px;
    }



    .vara-list-wrapper ul li a {

        color: #000;
    }



    .vara-accordion .accordion-item h3 {

        padding: 20px;

        padding-right: 50px;

        text-align: left;

        font-size: 13px;
    }



    .vara-accordion .accordion-item span.arrow {

        top: 15px;

        right: 15px;
    }



    .vara-list-wrapper ul li a {

        font-size: 14px;

        line-height: 28px;
    }



    .vara-accordion .accordion-item ul {

        padding-left: 20px;
    }



    .content-wrapper {

        padding-left: 15px;

        padding-right: 15px;

        padding-top: 40px;

        padding-bottom: 30px;
    }



    .partners-section .title-wrapper .section-title .title-text-wrapper {

        max-width: 100%;
    }



    .partners-section .front-block {

        max-width: 100%;
    }



    .partners-section .front-block {

        padding: 20px;

        padding-bottom: 50px;
    }



    .referencer-section .front-block .ref-logo,

    .partners-section .front-block .ref-logo,

    .lediga-section .front-block .ref-logo {

        position: static;

        transform: translate(0);

        text-align: center;

        margin: 0 auto;

        margin-bottom: 40px;
    }



    .partners-section .front-block .owl-theme .owl-nav {

        margin-top: 0;
    }



    .referencer-section .ref-content-wrapper,

    .partners-section .ref-content-wrapper,

    .lediga-section .ref-content-wrapper {

        float: none;

        padding-bottom: 40px;

        padding-top: 40px;

        max-width: 100%;
    }



    .referencer-section .front-block,

    .partners-section .front-block,

    .lediga-section .front-block {

        padding: 20px;

        max-width: 100%;

        z-index: 1;
    }



    .referencer-section .back-block,

    .partners-section .back-block,

    .lediga-section .back-block {

        display: none;
    }



    .referencer-section .front-block .ref-content,

    .partners-section .front-block .ref-content,

    .lediga-section .front-block .ref-content {

        max-width: 100%;
    }



    .contact-section .contact-content .contact-title h1 {

        font-size: 36px;

        line-height: 44px;
    }



    .contact-section .contact-content .contact-title {

        margin-bottom: 30px;
    }



    .contact-section .contact-content .contacts-list ul {

        margin-bottom: 30px;
    }



    .contact-section .contact-content .contacts-list {

        margin-bottom: 40px;
    }



    .popup-container .owl-carousel {

        padding: 20px;

        max-width: 100%;
    }



    .popup-container .popup-bg {

        max-width: 100%;
    }



    .popup-container .owl-theme .owl-nav {

        position: static;
    }



    .lediga-section .section-title {

        padding-left: 0;
    }



    .lediga-section .ref-content-wrapper {

        padding-left: 15px;

        padding-right: 15px;
    }



    .lediga-section .posts-wrapper {

        padding-left: 15px;

        padding-right: 15px;
    }



    .lediga-section .post-container .post-img {

        float: none;

        max-width: 100%;

        padding-top: 150%;
    }



    .lediga-section .post-container .post-text p {

        max-width: 100%;
    }



    .lediga-section .bg-image {

        display: none;
    }



    .lediga-section .post-container .post-text {

        float: none;

        text-align: center;
    }



    .lediga-section .post-container .post-text h3 {

        margin-bottom: 12px;
    }



    .mobile-menu {

        max-width: 100%;
    }



    .foretagsvision .item-wrapper .item-inner h2 {

        margin-bottom: 10px;
    }



    .och-kompetens .block-inner {

        text-align: center;
    }



    .och-kompetens .block-inner .block-img {

        position: static;

        transform: translate(0);

        float: none;

        margin: 0 auto;

        margin-bottom: 20px;
    }



    .och-kompetens .block-inner .block-text {

        max-width: 100%;

        margin-left: 0;

        text-align: left;
    }



    .main-popup-wrapper .main-popup-text h2 {

        font-size: 30px;

        margin-top: 40px;

        line-height: 40px;
    }



    .main-popup-wrapper .main-popup-text input {

        width: 100%;
    }



    .main-popup-wrapper .main-popup-text a {

        width: 100%;
    }



    .main-popup-wrapper .main-popup-text .first-form {

        margin-top: 40px;
    }



    .main-section-link {

        position: static;

        transform: rotate(0);

        margin-top: 30px;
    }



    .main-sec-popup .mfp-close {

        right: 25px;

        top: 45px;
    }



    .referencer-section .front-block {

        padding-bottom: 40px;
    }



    .popup-container .popup-bg {

        height: 300px !important;
    }



    .popup-container .popup-inner {

        max-width: 100%;
    }

    /*    .home .title-wrapper .section-title {

        padding-left: 15px;

        padding-right: 15px;

    }*/
    .page-template-page-county .vara-section .vara-list .county-wrapper ul>ul {

        float: none;

        margin-right: 0;

        display: block;
    }

    .popup-container .popup-bg {
        -webkit-background-size: contain !important;
        background-size: contain !important;
    }

    .popup-container .owl-theme .owl-nav {
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: 200px;
        width: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 10px;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 10px;
    }

    button.mfp-arrow {
        display: none;
    }

    .popup-container .owl-carousel h2 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 0;
    }

    .popup-container .popup-inner {
        padding-top: 0;
    }

    .popup-container .owl-carousel {
        padding-top: 40px;
    }

    .popup-container .popup-bg {
        padding-top: 0 !important;
    }
}



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

    .home .title-wrapper .section-title {

        max-width: 100%;
    }



    .home .title-wrapper .section-title h1 {

        max-width: 53.5vw;
    }
}



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



    .home .title-wrapper .section-title h1 {

        max-width: 66.5vw;

        font-size: 4.77vw;

        line-height: 6.47vw;
    }



    .home .title-wrapper .section-title {

        padding-left: 15px;

        padding-right: 15px;
    }
}




/*@media screen and (max-width: 430px) {

    .home .title-wrapper .section-title h1 {

        max-width: 100%;

        font-size: 24px;

        line-height: 30px;

    }

}*/

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

    .home .title-wrapper .section-title h1 {

        max-width: 100%;

        font-size: 21px;

        line-height: 25px;
    }
}