/* ----------------------
    
    GENERAL
    
-------------------------*/

body {
    background: #FFFFFF;
}

#page-content-wrapper {
    padding: 0;
    background: #fff;
}

#wrapper {
    background: #c52f35;
}

.container-fluid {
    max-width: 1538px;
}

a {
    text-decoration: none !important;
    color: #333;
}

    a:focus, a:hover {
        color: #000;
        text-decoration: underline;
    }

h1 {
    font-weight: 400;
    font-size: 30px;
}

h2 {
    font-weight: 400;
    font-size: 28px;
}

h3 {
    font-weight: 400;
    font-size: 30px;
}

h4 {
    font-weight: 400;
    font-size: 30px;
}

h5 {
    font-weight: 400;
    font-size: 22px;
}

.ingress {
    font-size: 20px;
}

.border {
    color: #000 !important;
}

.breadcrumb {
    margin-top: 10px;
    background: transparent;
}

    .breadcrumb a {
        color: #000;
    }

/* ----------------------
    
    MARGINS
    
-------------------------*/

.mtop-0 {
    margin-top: 0;
}

.mtop-5 {
    margin-top: 5px;
}

.mtop-10 {
    margin-top: 10px;
}

.mtop-15 {
    margin-top: 15px;
}

.mtop-20 {
    margin-top: 20px;
}

.mtop-30 {
    margin-top: 30px;
}

.mtop-40 {
    margin-top: 40px;
}

.mtop-50 {
    margin-top: 50px;
}

.mtop-60 {
    margin-top: 60px;
}

.mtop-70 {
    margin-top: 70px;
}

.mtop-80 {
    margin-top: 80px;
}

.mbottom-0 {
    margin-bottom: 0 !important;
}

.mbottom-15 {
    margin-bottom: 15px;
}

.mbottom-20 {
    margin-bottom: 20px;
}

.mbottom-30 {
    margin-bottom: 30px;
}

.mbottom-40 {
    margin-bottom: 40px !important;
}

.mbottom-50 {
    margin-bottom: 50px;
}

.mbottom-60 {
    margin-bottom: 60px;
}

.mbottom-70 {
    margin-bottom: 70px;
}

.mbottom-80 {
    margin-bottom: 80px;
}

.mright-25 {
    margin-right: 25px;
}

.padding-50-0 {
    padding: 50px 0;
}

.line {
    border-top: 1px solid #999;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
}

/* ----------------------
    
    FOOTER
    
-------------------------*/

footer {
    border-top: 1px solid #000;
    margin-top: 60px;
}

    footer a {
        display: block;
        color: #000 !important;
        margin-bottom: 10px;
    }

    footer .input-group {
        margin-bottom: 20px;
    }

        footer .input-group .btn-default {
            border-radius: 0;
            padding: 10px 20px;
            background: #111 !important;
            border: 1px solid #111;
            color: #fff !important;
        }

        footer .input-group .form-control {
            border-radius: 0;
            border: 1px solid #999;
            padding: 11px;
            height: 42px;
        }

.footer-title {
    font-size: 20px;
}

.footer-brev {
    font-style: italic;
    font-size: 16px;
}

.subfooter {
    background: #e2e7ea;
    padding-bottom: 50px;
    margin-top: 40px;
    padding-top: 40px;
}

    .subfooter img {
        max-height: 100px;
    }

    .subfooter p {
        line-height: 25px;
    }

footer .social,
footer .social li {
    display: inline;
}

    footer .social li img {
        display: inline;
        height: 50px;
    }

    footer .social li a {
        display: inline;
    }

#txtNewsletterSignUpName {
    display: none;
}

/* ----------------------
    
    MOBILE TOP MENU
    
-------------------------*/

.mini-logo {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

    .mini-logo img {
        height: 80px;
        display: block;
    }

.menu-toggle {
    padding-top: 35px;
    background: #fff;
    height: 100px;
}

    .menu-toggle a {
        float: right;
        display: inline-block;
        margin-right: 5px;
    }

/* ----------------------
    
    SIDE MENU
    
-------------------------*/

#sidebar-wrapper {
    overflow-x: hidden;
    position: static;
}

    /* Let's get this party started */
    #sidebar-wrapper::-webkit-scrollbar {
        width: 2px;
        background: transparent;
    }

    /* Track */
    #sidebar-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    /* Handle */
    #sidebar-wrapper::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(255,0,0,0.8);
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

        #sidebar-wrapper::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(255,0,0,0.4);
        }


.sidebar-nav > .sidebar-brand {
    height: 150px;
    display: block;
    background: #fff;
    border-right: 1px solid #0f2b37;
}

.sidebar-brand img {
    max-height: 150px;
    margin: 0px auto;
    padding: 20px 0;
}

.nav-1 {
    background: #0f2b37;
}

#sidebar-wrapper {
    background: #c52f35;
}

.sidebar-nav li a {
    font-size: 16px;
    color: #fff;
}

.side-search {
    padding: 20px;
    padding-top: 30px;
}

.last-big {
    padding-bottom: 40px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

li.content {
    background: #c52f35;
    text-transform: uppercase;
}

    li.content a {
        font-size: 14px;
    }

li.first-content {
    padding-top: 20px;
}

li.lang-content {
    padding: 20px;
}

    li.lang-content .btn-default {
        color: #000;
        font-size: 14px;
        text-indent: 0;
    }

.sidebar-nav li a {
    display: inline-block;
    text-indent: 0px;
}

.sidebar-nav li.content a,
.sidebar-nav li.sidebar-brand a {
    display: block;
    text-indent: 20px;
}

.sidebar-nav li.lang-content a {
    display: block;
    text-indent: 0px;
    text-align: center;
}

.sidebar-nav li a:hover {
    background: transparent;
}

.sidebar-nav li.lang-content a:hover {
    background: #c52f35;
}

.active-sidemenu {
    background: #fff;
}

    .active-sidemenu a {
        color: #333 !important;
    }
/* --- SUBMENU --- */

.has-submenu i {
    color: #fff;
    float: right;
    /*padding: 10px 30px 0 0;*/
    cursor: pointer;
    position: relative;
    right: 15px;
    top: 12px;
}

.submenu i {
    color: #0f2b37;
    float: right;
    /*padding: 10px 17px 0 0;*/
    cursor: pointer;
}

    .submenu i.active {
        color: #fff;
    }

.submenu {
    color: #333;
    background: #fff;
    border-right: 1px solid #0f2b37;
}

.sidebar-nav li .submenu a {
    color: #333 !important;
    background: #fff;
    font-size: 15px;
    padding-left: 15px;
    line-height: 20px;
    margin-top: 9px;
    max-width: 200px;
}

.sidebar-nav li.content .submenu a {
    padding: 10px 0px 10px 15px;
}

.submenu li {
    border-bottom: 1px solid #000;
}

    .submenu li:last-child {
        border: none;
    }

.subsubmenu li:first-child {
    border-top: 1px solid #000;
}

.subsubmenu {
    background-color: #fff;
}

.subsubsubmenu {
    background-color: #fff;
}

.subsubsubsubmenu {
    background-color: #fff;
}

.sidebar-nav li .subsubmenu a {
    padding-left: 30px;
}

.sidebar-nav li .subsubsubmenu a {
    padding-left: 45px;
}

.sidebar-nav li .subsubsubsubmenu a {
    padding-left: 60px;
}

/* ----------------------
    
    START PAGE
    
-------------------------*/

.hero {
    height: 100px;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}

    .hero .big-text {
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 10px;
        text-shadow: 2px 2px 2px #000;
    }

    .hero .liten-text {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 10px;
        text-shadow: 2px 2px 2px #000;
    }

.notis-rubrik {
    font-size: 20px;
    text-transform: uppercase;
}

.notiser .col-lg-4 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.notiser .col-md-4 {
    border-bottom: 1px solid #000;
}

.notis-nyhet p:last-child {
    margin-bottom: 20px;
}

.notis-nyhet a {
    color: #000;
}

.notis-nyhet p {
    font-size: 14px;
}

.notis-nyhet .faq {
    margin-bottom: 20px;
}

    .notis-nyhet .faq p {
        margin-bottom: 0;
    }

.notis-nyhet span.datum {
    font-size: 14px;
}

.notis-more {
    color: #000 !important;
    float: right;
    margin-right: 20px;
}

.kommunval {
    padding: 10px;
    margin-bottom: 40px;
    border: 1px solid #999;
}

.text-ikon {
    color: #c52f35 !important;
    font-size: 40px;
    line-height: 1px;
    padding: 15px;
    position: absolute;
}

.valj-kommun {
    font-size: 17px;
}

/* --- NAV-PILLS ---*/

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #c52f35;
    border: 1px solid #c52f35;
}

.nav-pills > li > a {
    border-radius: 4px;
    border: 1px solid #999;
    padding: 10px 45px;
    color: #000;
}

.nav-pills > li + li {
    margin-left: 0px;
}

#content {
    margin-top: 40px;
}

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

    .centered-pills ul.nav-pills {
        display: inline-block;
    }

    .centered-pills li {
        display: inline;
    }

    .centered-pills a {
        float: left;
    }

.tab-title {
    font-size: 20px;
}

.tab-title2 {
    font-size: 24px;
}

.tab-text {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
}



/* --- Tjänster och utbildningar ---*/

.breadcrumb li li::after {
    color: #0f2b37;
}

.breadcrumb > li + li.active:before {
    font-family: FontAwesome;
    padding: 0 8px;
    color: #0f2b37;
    content: "\f0c8";
}

.utbildning {
    font-size: 18px;
}

    .utbildning a {
        color: #000 !important;
    }

.ut-titel {
    font-size: 20px;
    color: #c52f35;
}

.ut-in-titel {
    font-size: 20px;
    text-decoration: underline;
}

.in-titel:before {
    font-family: FontAwesome;
    content: "\f111";
    padding-right: 10px;
    line-height: 12px;
    font-size: 8px;
}

.ruta ul li {
}

.utbildning .col-sm-6 {
    margin-top: 20px;
}

    .utbildning .col-sm-6:nth-child(2n+1) {
        clear: both;
    }

.search-result-page p {
    font-size: 14px;
    margin-bottom: 0;
}

.search-result-page span {
    font-size: 15px;
    margin-top: 20px;
    display: block;
}

.search-result-page h3 {
    font-size: 19px;
    color: #c52f35;
    margin: 0 0 5px 0;
}

.result-details p {
    font-size: 18px;
    margin-bottom: 2px;
}

.news-archive-page p {
    font-size: 14px;
}

.news-archive-page .date {
    font-size: 12px;
    color: #aaa;
    height: 15px;
    display: block;
    margin: 10px 0 2px 0;
}

.news-archive-page h3 {
    font-size: 27px;
    color: #c52f35;
    margin-bottom: -2px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0f2b37;
    border-color: #0f2b37;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #0f2b37;
}

/* --- DIVIDER ---*/

.divider {
    margin-top: 60px;
    background: #0f2b37;
    color: #fff;
}

    .divider .col-sm-5 {
        padding: 15px 15px 0 15px;
    }

.divider-title {
    font-size: 43px;
    margin-bottom: 0;
}

.divider-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

    .divider-text p a {
        color: #fff;
    }


.divider.front-special .col-sm-7 img {
    padding: 35px;
}

.karta h3 {
    margin-top: 40px;
}

.karta img {
    margin: 10px auto 0 auto;
}

/* ----------------------
    
    CATEGORY PAGE
    
-------------------------*/

.medium-text {
    width: 400px;
    font-size: 35px;
    margin-top: 60px;
}

.small-text {
    width: 400px;
    font-size: 20px;
}

.kategorier p,
.news-page p,
.text-page p {
    text-align: left;
}

.kategorier ul,
.news-page ul,
.text-page ul {
    text-align: left;
}

.kategorier h1 {
    text-align: center;
    margin-bottom: 40px;
}

.kat-images p {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}

.kat-images a {
    color: #000 !important;
}

ul.countylist li {
    font-size: 16px;
}

.divider2 {
    padding-bottom: 60px;
}

    .divider2 .panel-heading {
        padding: 0px;
    }

    .divider2 .nav-pills > li > a {
        background: #fff;
    }

    .divider2 .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background-color: #c52f35;
    }

    .divider2 .panel-default > .panel-heading {
        border-bottom: 1px solid #c52f35;
        background: transparent;
        padding-left: 0;
        padding-top: 10px;
    }

    .divider2 .panel {
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .divider2 .panel-title {
        font-size: 20px;
        font-weight: 400;
    }

    .divider2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

    .divider2 .panel-title a {
        display: block;
        width: 100%;
        padding: 10px 15px;
    }

        .divider2 .panel-title a::after {
            color: #C52F35;
            content: "+";
            font-family: "Glyphicons Halflings";
            position: absolute;
            right: 30px;
        }

    .divider2 .panel-heading a[aria-expanded="true"]::after {
        content: "−";
        font-family: "Glyphicons Halflings";
    }

.kat-more .btn-default {
    border: 1px solid #999;
    padding: 5px 30px;
}

.faq-response-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

.divider2 .btn-primary {
    border-radius: 1px;
    width: 60px;
    color: #fff;
    background-color: #c52f35;
    border-color: #c52f35;
}

span.send_faq .btn-primary {
    border-radius: 1px;
    width: 75px;
    color: #fff;
    background-color: #c52f35;
    border-color: #c52f35;
}

.divider2 .panel-title a span {
    float: right;
    font-size: 35px;
    color: #c52f35;
    margin-right: -2px;
    line-height: 0.8;
}

.text-why .form-control {
    width: 80%;
}

.plus {
    line-height: 0.6;
    float: right;
    margin-right: 10px;
    width: 10px;
}

    .plus:after {
        font-family: FontAwesome;
        content: "\f067";
        font-size: 18px;
    }

.minus {
    line-height: 0.5;
    float: right;
    margin-right: 10px;
    width: 10px;
}

    .minus:after {
        font-family: FontAwesome;
        content: "\f068";
        font-size: 18px;
    }

.puff1 {
    width: 100%;
    height: 635px;
    background: no-repeat;
}

    .puff1 p {
        padding: 20px;
        color: #fff;
        font-size: 18px;
    }

.puff2 {
    width: 100%;
    height: 310px;
    background: no-repeat;
}

    .puff2 p {
        padding: 20px;
        color: #fff;
        font-size: 18px;
        vertical-align: bottom;
    }

.category-expandables .kat-images p {
    font-size: 17px;
    margin-top: 9px;
    text-transform: unset;
}

.category-expandables .kat-images .col-lg-2.col-md-4.col-xs-6.mtop-40:nth-child(6n+1) {
    clear: both;
}

/* ----------------------
    
    UNDERKATEGORI
    
-------------------------*/

.subcategory-expandables .kat-images .col-sm-4.mtop-40:nth-child(3n+1) {
    clear: both;
}

.kategori-kolumner {
    margin-top: 80px;
}

    .kategori-kolumner p {
        font-size: 17px;
    }

.subkategori-links {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .subkategori-links a {
        line-height: 30px;
        color: #000 !important;
    }

    .subkategori-links h4 {
        margin-bottom: 20px;
    }

.subkategori-nyheter img {
    margin-bottom: 20px;
}

.subkategori-nyheter p {
    line-height: 23px;
}

    .subkategori-nyheter p:first-of-type {
        font-size: 20px;
        text-align: center;
        line-height: 28px;
    }

.btn.btn-send {
    width: 100%;
    border-radius: 0;
    background-color: #a72f30;
    color: #fff;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0;
}

/* ---------------------------
    
    UNDERINFORMATIONSMATERIAL
    
------------------------------*/

.p-head {
    font-size: 20px;
}

.sorting-title {
    margin-right: 15px;
}

.btn-sorting {
    background: #fff;
    border: 1px solid #000;
    margin-right: 15px;
    padding: 5px 30px;
}

.more-sort .btn-sorting:first-child {
    margin-left: 0;
}

.btn-sorting-active,
.btn-sorting-active:hover {
    background: #0F2B37;
    border: 1px solid #0F2B37;
    color: #fff;
}

.info-sortering {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px 0;
    margin-top: 60px;
    margin-bottom: 30px;
}

.red-box {
    background: #c52f35;
    height: 30px;
    display: inline-block;
    width: 50px;
    border-radius: 6px;
    margin-right: 15px;
}

.green-box {
    background: #85c440;
    height: 30px;
    display: inline-block;
    width: 50px;
    border-radius: 6px;
    margin-right: 15px;
}

.rek-tabell thead tr {
    background: #e2e7ea;
}

.rek-tabell td {
    border-left: 1px solid #000;
    color: #000;
}

.rek-tabell th {
    color: #000;
}

.rek-tabell td:first-child {
    border-left: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 1px solid #000;
}

.red-cell {
    color: #fff !important;
    background: #c52f35;
}

.green-cell {
    color: #fff !important;
    background: #85c440;
}

.td-head {
    background: #e2e7ea;
}

/* ---------------------------
    
    UNDERUNDERINFORMATIONSMATERIAL
    
------------------------------*/

.activesub {
    background: #c52f35;
}

.sidebar-nav li.activesub > a {
    color: #fff !important;
    background: #c52f35 !important;
}

.col-sm-offset-right-4 {
    margin-right: 33.33333333%;
}


/* ---------------------------
    
    ORGANISATION
    
------------------------------*/

.dokument {
    width: 100%;
}

    .dokument li {
        width: 100%;
        border-bottom: 1px solid #c52f35;
        padding: 20px 0px 10px 0;
        list-style-type: none;
    }

        .dokument li i {
            margin-right: 20px;
        }

        .dokument li a {
            color: #000;
        }

.last-job {
    padding: 40px 0 40px 0;
}

.job h4 {
    margin-top: 20px;
}

.job .btn-success {
    padding: 10px 30px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.grey {
    background-color: #eee;
    margin-bottom: -60px;
}

.gray {
    background-color: #eee;
    margin-top: 60px;
}


/*
    Partners
*/
.partner-container {
    margin-top: 40px;
}

.tag {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    top: auto;
    text-align: left;
    color: #fff;
    border-radius: 50px;
    width: auto;
    background: #c52f35;
    padding: 15px 0 0 0;
    width: 45px;
    height: 45px;
    text-align: center;
}

/*
    Nyhetsbrev
*/

.form-group input[type="checkbox"] {
    display: none;
}

.newsletter-form .input-group {
    width: 100%;
    margin: 0 0 15px 0;
}

.newsletter-form .input-group-addon {
    border-radius: 0;
    text-align: left;
    min-width: 100px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.newsletter-form .btn {
    border-radius: 1px;
}

.newsletter-form .btn-default {
    border: 1px solid #999;
    padding: 6px 10px;
    background-color: #fff;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

    .form-group input[type="checkbox"] + .btn-group > label span:first-child {
        display: none;
    }

    .form-group input[type="checkbox"] + .btn-group > label span:last-child {
        display: inline-block;
    }

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.img-responsive-special {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100% !important;
    height: auto !important;
}

hr.w80 {
    width: 80%;
}

.text-page h1 {
    width: 80%;
    margin: 20px auto 10px;
}

.text-page h4 {
    width: 80%;
    margin: 10px auto;
}

/* --------------------

	FAQ Statistik

----------------------- */

.loader_faq {
    display: none;
}

.thank-you {
    display: none;
}

.text-why {
    display: none;
}

/*----------------CHAPTER OVERVIEW PAGE----------------*/


.chapter-more {
    float: right;
}



/*----------------CHAPTER PAGE----------------*/

hr.chapter-divider {
    border-top: solid 1px #000;
    margin-top: 70px;
}

.chapter-pic h4 {
    margin-top: 0;
}

.chapter-pic .chapter-more {
    width: 220px;
    background-color: #eee;
}

.chapter-logo img {
    display: inline-block;
}

.chapter-logo span {
    float: left;
}

.chapter-pic img {
    border: solid 1px #555;
    margin-bottom: 10px;
}

.hero.subpage.chapter-page {
    margin: 0 auto;
    margin-top: 60px;
}

.btn-next {
    text-transform: uppercase;
    color: #fff;
    background: #c52f35;
    border: 1px solid #c52f35;
    font-weight: 500;
    font-size: 16px;
}

.btn-prev {
    text-transform: uppercase;
    border: 1px solid #000;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-right: 5px;
}

    .btn-next:hover, .btn-prev:hover {
        color: #fff;
        background: #c52f35;
        border: 1px solid #c52f35;
    }

.pdf-material {
    text-align: right;
}

.hidden-faq {
    display: none;
}

.notiser .box:nth-child(3n+1) {
    clear: both;
}

.bullet-box-outer {
    /*width: 80%;*/
    margin: 0 auto;
    clear: both;
    float: none;
}

.bullet-box-inner {
    border: solid 1px #000;
    padding: 30px;
}

    .bullet-box-inner h4 {
        width: 100%;
        margin: 0;
    }

    .bullet-box-inner ul {
        width: 100% !important;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

        .bullet-box-inner ul li {
            padding-left: 10px;
        }




/*----------------CO WORKER----------------*/

.coworker-individual .col-md-4.mtop-60:nth-child(3n+1) {
    clear: both;
}




/*----------------CERTIFICATION PAGE----------------*/

.nav-tabs.certification-category {
    border-bottom: none;
}

    .nav-tabs.certification-category > li > a {
        text-transform: uppercase;
        border: 1px solid #000;
        border-radius: 4px;
        color: #333;
        font-weight: 300;
        font-size: 16px;
        margin-right: 18px;
    }

    .nav-tabs.certification-category > li.active > a, .nav-tabs.certification-category > li.active > a:focus, .nav-tabs.certification-category > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #c52f35;
        border: 1px solid #ddd;
    }





/*----------------UTBILDNINGSCERTIFICAT----------------*/

.diploma-info {
    border: 1px solid #333;
    padding: 20px;
    max-width: 600px;
    margin: 40px auto 0;
}

    .diploma-info p {
        margin: 0;
        font-size: 28px;
    }

p.diploma-number {
    margin: 5px 0;
}

.diploma-info p span {
    border: 1px solid #ccc;
    padding: 4px;
    margin: 5px 0;
    font-size: 25px;
    color: #ccc;
}

.diploma-info p:last-of-type {
    font-size: 18px;
    color: #c52f35;
}

.diploma-info img {
    float: left;
    margin-right: 20px;
}

ul.cert-specifics li {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
}

    ul.cert-specifics li span {
        margin-left: 10px;
        font-weight: 100;
    }

.diploma-signature img {
    margin: 0 auto;
    width: 20%;
}

.cert-holder ul {
    display: inline-block;
}




/*----------------STÄLL DIN RFRÅGA!----------------*/
.ask-form {
    width: 70%;
    margin: auto;
}

    .ask-form input, .ask-form textarea {
        margin: 20px 0 10px 0;
        border: 1px solid #999;
    }

    .ask-form textarea {
        max-width: 100%;
        height: 200px;
    }

.skicka-ask {
    font-size: 14px;
    color: #fff;
    background-color: #000;
    height: 42px;
    text-transform: uppercase;
}

    .skicka-ask:hover {
        color: #000;
        background-color: #c52f35;
    }

.contour {
    font-size: 17px;
}

    .contour fieldset {
        margin-bottom: 0 !important;
    }

    .contour textarea {
        height: 150px !important;
    }

.nav > li > a {
    background-color: #fff !important;
}

.nav > li.active > a {
    background-color: #C52F35 !important;
}

.ctext {
    text-align: center !important;
}

/* Google Translate Widget */
#google_translate_element {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.goog-te-combo {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 0 0 0 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    margin: 0 !important;
}

.goog-te-gadget,
.goog-logo-link {
    color: #fff !important;
    line-height: 30px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before {
    background-color: #E2E7EA !important;
    color: #0F2B37 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before {
    background-color: #C52F35 !important;
    color: #fff !important;
}

.press-contact h5 {
    margin-top: 0;
    margin-bottom: 2px;
}

.press-contact p {
    margin-top: 12px;
}

.label-press-contact {
    background-color: #C52F35;
}

#mapWarning {
    display: none;
    margin-bottom: 0;
}

#txtCoordinates,
#txtAccidentsYearCount {
    display: none;
}

.no-margin {
    margin: 0;
}

.disabled {
    text-decoration: line-through;
}

.course-overview-content {
    min-height: 110px;
}

.course-overview-content-buttons {
    bottom: 0;
}

    .course-overview-content-buttons .btn {
        white-space: normal;
    }

.course-overview-content-title {
    margin-top: 0;
}

/* Kampanjsidor */

h1.Kampanj {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 1.1;
}

h2.Kampanj {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 1.3;
}

@font-face {
    font-family: 'Oswald';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Oswald-regular/Oswald-regular.eot');
    src: url('/fonts/Oswald-regular/Oswald-regular.eot?#iefix') format('embedded-opentype'), local('Oswald Regular'), local('Oswald-regular'), url('/fonts/Oswald-regular/Oswald-regular.woff2') format('woff2'), url('/fonts/Oswald-regular/Oswald-regular.woff') format('woff'), url('/fonts/Oswald-regular/Oswald-regular.ttf') format('truetype'), url('/fonts/Oswald-regular/Oswald-regular.svg#Oswald') format('svg');
}

@font-face {
    font-family: 'Oswald';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/Oswald-700/Oswald-700.eot');
    src: url('/fonts/Oswald-700/Oswald-700.eot?#iefix') format('embedded-opentype'), local('Oswald Bold'), local('Oswald-700'), url('/fonts/Oswald-700/Oswald-700.woff2') format('woff2'), url('/fonts/Oswald-700/Oswald-700.woff') format('woff'), url('/fonts/Oswald-700/Oswald-700.ttf') format('truetype'), url('/fonts/Oswald-700/Oswald-700.svg#Oswald') format('svg');
}

a.btn-kampanj:visited,
a.btn-kampanj {
    display: inline-block;
    margin: 10px 0px 10px 0px;
    font-family: Oswald;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fff;
    border: 2px solid #e2383f !important;
    padding: 12px !important;
}

    a.btn-kampanj:active,
    a.btn-kampanj:focus,
    a.btn-kampanj:hover {
        font-family: Oswald;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
        background-color: #e6e6e5;
        border: 2px solid #e2383f !important;
        padding: 12px !important;
    }


.ingress-sponsor {
    color: red;
    font-size: 17px;
    line-height: 1.6;
}


.navbar-brand {
    padding-right: 50px;
}

    .navbar-brand img {
        width: 100px;
    }

.brand img {
    width: 120px;
}

.lightgrey {
    background: #eee;
    display: block;
    padding: 40px 0 40px 40px;
}


#footer-kampanj {
    background-color: #ddd;
    color: #fff;
    margin-top: 80px;
    padding-top: 60px;
}

    #footer-kampanj p, #footer-kampanj h3 {
        color: #000;
        margin-top: 0;
    }

    #footer-kampanj ul {
        display: inline-block;
        color: #000;
    }

.footer-kampanj-title {
    font-size: 20px;
}

#footer-kampanj .navbar-brand {
    padding: 0 20px 0 0px;
    float: none;
}

    #footer-kampanj .navbar-brand img {
        width: 55px;
    }

.img-120 {
    width: 60px;
}


.mbot-50 {
    margin-bottom: 50px;
}

/* Kampanjsidor */

/* Newsletter form */

.policy-form-group {
    display: inline-flex;
    width: 100% !important;
    padding-bottom: 15px;
}

    .policy-form-group div {
        width: 100%;
    }

        .policy-form-group div:first-child {
            width: 30px;
        }

#checkNewsletterSignUpAccept {
    width: 20px;
    height: 20px;
}

.policy-form-text {
    cursor: pointer;
}

    .policy-form-text a {
        text-decoration: underline !important;
    }

    .policy-form-text a {
        display: inherit;
    }

/* Newsletter form */


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.embedded-iframe {
    width: 100%;
    height: 500px;
}


/*acronym framsida 2018-12-20*/
.loading-search {
    height: 16px;
}

.panel-faq .panel-heading {
    background-color: transparent;
}

.panel-default:nth-of-type(4n+1) {
    clear: left;
}

.panel-faq {
    background-color: white !important;
}

/*.divider3 {
    padding-bottom: 60px;
}*/

.divider3 .panel-heading {
    padding: 0px;
}

.divider3 .nav-pills > li > a {
    background: #fff;
}

.divider3 .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #c52f35;
}

.divider3 .panel-body {
    background-color: #fff;
    padding: 0;
}

.divider3 .panel-default > .panel-heading {
    border-bottom: 1px solid #c52f35;
    background: transparent;
    padding-left: 0;
    padding-top: 10px;
}

.no-border {
    border: 0 !important;
}

.divider3 .panel {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.divider3 .panel-title {
    font-size: 20px;
    font-weight: 400;
}

.divider3 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.divider3 .panel-title a {
    display: block;
    width: 100%;
    padding: 10px 15px;
}

.divider3 .panel-heading-3 h4 {
    font-size: 19px;
}

.divider3 .panel-heading-3 a::after {
    color: #C52F35;
    content: "\e114";
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    padding-left: 7px;
}

.divider3 .panel-heading-3 a[aria-expanded="true"]::after {
    content: "\e113";
    font-family: "Glyphicons Halflings";
}



.divider4 {
    background-color: #e2e7ea;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .divider4 .panel-heading {
        padding: 0px;
    }

    .divider4 .nav-pills > li > a {
        background: #fff;
    }

    .divider4 .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background-color: #c52f35;
    }

    .divider4 .panel-default > .panel-heading {
        /*border-bottom: 1px solid #c52f35;*/
        background: transparent;
        padding-left: 0;
    }

    .divider4 .panel {
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .divider4 .panel-title {
        font-size: 20px;
        font-weight: 400;
    }

    .divider4 .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

    .divider4 .panel-title a {
        display: block;
        width: 100%;
        padding: 24px 15px;
        position: relative;
        color: #adadad;
    }

        .divider4 .panel-title a::after {
            color: #000;
            content: "+";
            font-family: "Glyphicons Halflings";
            position: absolute;
            right: 17px;
            top: 23px;
        }

    .divider4 .panel-heading a[aria-expanded="true"]::after {
        content: "−";
        font-family: "Glyphicons Halflings";
    }

.panel-group {
    margin-top: 20px;
}


.input-search-key.form-control.tt-input {
    border-radius: 25px;
    height: 50px;
    padding-left: 22px;
}

.list-unstyled.faq li {
    line-height: 30px;
}

    .list-unstyled.faq li a::after {
        color: #C52F35;
        content: "\e080";
        font-family: "Glyphicons Halflings";
        font-size: 12px;
        padding-left: 7px;
        float: right;
    }

.panel.panel-default.panel-faq {
    /*padding: 15px;*/
}

.btn.btn-big.btn-search {
    position: absolute;
    right: 21%;
    padding: 0;
    top: 27px;
}

@media(min-width:768px) {
    .btn.btn-big.btn-search {
        right: 52%;
    }
}

.input-search-key.form-control.tt-hint {
    display: none;
}


.faq-related-box {
    padding-left: 26px;
    padding-top: 16px;
    background-color: #c52f34;
}

.faq-related-box-flex {
    display: flex;
    flex-wrap: wrap;
}

.faq-related-box-flex-inner {
    flex-direction: column;
    flex: 1 1 auto;
	padding-bottom:16px!important;
	padding-left:13px!important;
	margin-bottom:25px!important;
	width:calc(50% - 30px);
	margin:0 15px;
}


.faq-related-box-flex-inner h4{
	text-shadow:none!important;
}

.faq-related-box-flex h4{
	font-size:24px;
}

/*.faq-related{
	margin-left:-15px;
	margin-right:-15px;
}*/

.faq-related-box h4 {
    color: white;
    margin-bottom: 16px;
    text-shadow: 2px 2px 8px #000;
}

.faq-related-inbox {
    padding: 8%;
    background-color: #6c0c10;
    /*margin-right: 2%;*/
    margin-bottom: 2%;
    /*margin-left: 10%;*/
	min-height:223px;
}

.faq-related-headline {
    color: white;
	line-height:23px!important;
}

.faq-related-text {
    color: white;
	font-size:13px!important;
	line-height:19px!important;
}


.faq-related-read-more {
    font-size: 12px;
    text-align: right !important;
	margin-bottom:0!important;
}

    .faq-related-read-more a {
        color: white;
		font-size:13px;
    }

/*BANNER*/
.mendi-container {
    min-height: 400px;
    padding-bottom:25px;
    padding-top:25px;
}

.mendi-container.startpage{
	margin-top:40px;
}

    .mendi-container .banner-content {
        margin: 0 auto;
    }

    .mendi-container .banner-headline {
        font-size: 24px;
        color: white;
		margin-top:0;
		margin-bottom:20px;
    }

    .mendi-container .banner-text {
        color: white;
		margin-bottom:25px;
    }

    .mendi-container .banner-link {
        color: white;
		font-weight:700;
    }

.banner-nocolor{
	margin-top:15px;
}

/*.mendi-container-inner.cover-img{
	padding-right:50%;
}*/

.flex-control-nav.flex-control-paging a{
	background-color:#fff!important;
}
.flex-control-nav.flex-control-paging a.flex-active{
	background-color:#c52f35!important;
}

.flex-direction-nav a{
	color:#fff!important;
	height:auto!important;
}

.flex-direction-nav a:before{
	color:#fff!important;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity:1!important;
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity:1!important;
}

.flex-direction-nav a:before{
	font-size:23px!important;
}

.flex-control-nav{
	bottom:8px!important;
}

.row-flex-banner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

    .row-flex-banner > div[class*=col-] {
        flex-direction: column;
        flex: 1 1 auto;
    }

@media (max-width: 768px) {
    .row-flex-banner > div[class*=col-sm] {
        width: 100%;
    }
}

.btn.btn-primary.helped{
	margin-right:15px;
}

.faq-response-container{
	margin-bottom:50px;
	overflow:hidden;
}

.header-relatedPage{
	margin-bottom:30px;
}

/*.col-xs-6{
	max-width:50%;
}*/

.rss-container {
    width: 100%;
	padding-left:15px;
	padding-right:15px;
	padding-top: 15px;
}

.rss-generator-container {
    border: 1px solid black;
    display: flex;
    padding: 15px;
    position:relative;
	padding-bottom:0;
	justify-content: space-between;
}

.rss-generator-container .rss-picker input{
	margin-right:10px;

}

.rss-info{
	max-width:63%;
	padding-right:10px;
}

.rss-info h3{
	font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}

.rss-article-container{
	padding-top:30px;

}

.rss-article-container h4{
	font-size: 15px;
    font-weight: 600;
	margin-top:5px;

}

.rss-article-container p{
	margin-bottom:0px;

}

.rss-article-date{
	font-size: 12px;
    color: #767575dd;
}

.rss-container h3{
	font-size: 16px;
    font-weight: 600;
	
 
}

.rss-url-container{
	margin-top:15px;
	padding: 15px;
    background-color: rgb(15, 43, 55);
	position:relative;
}

.rss-url-container button{
	background-color: rgb(197, 47, 53);
    color: #fff;
    border: none;
    padding: 5px 15px;
	font-weight:600;
	display: block;
    margin-top: 10px;
}

.rss-url-container a{
	color:#fff;
	font-weight:600;
}


.pass-warn{
	color:#fff;
	padding-top:10px;
	font-size:11px;
	margin-bottom:0;
}



.feed-form input[type=submit]{
	margin-top: 10px;
    margin-bottom: 15px;
	background-color: rgb(15, 43, 55);
    border: none;
    color: #fff;
    padding: 8px 15px;
	font-weight:600;
	
}

.feed-form input{
	margin-bottom:6px;
}


@media(min-width:768px){
	
	.rss-url-container button{
		position:absolute;
		right:15px;
		bottom:10px;
		margin-top:0;
	}
	
	.rss-info{
		max-width:50%;
		padding-right:20px;
		
	}
	
	.rss-generator-container{
		padding: 30px;
	}
	
	#FeedForm input[type=submit]{
		bottom:31px;
		right:22px;
		position:absolute;
	}
	
	.rss-generator-container{
		justify-content:unset;
	}
	
	
		
}

@media(min-width:1200px){
	.rss-article-container p{
		max-width:53%;
	}
	
	.rss-info{
		max-width:50%;
		padding-right:80px;
		
	}
	
	.feed-form input[type=submit]{
		bottom:53px;
	}
}


@media(min-width:1400px){
	.feed-form input[type=submit]{
		bottom:42px;
	}

}

