﻿/* 
    ==================================================
    Reset
    ================================================== 
    YUI 3.16.0 (build 76f0e08)
    Copyright 2014 Yahoo! Inc. All rights reserved.
    Licensed under the BSD License.
    http://yuilibrary.com/license/
*/

html {
    color: #000;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote {
    margin: 0;
    padding: 0;
}

.Accordion-panel > p {
    padding: 10px;
}

.Accordion-panel > ul,
ol {
    list-style: unset;
    padding-left: 10px;
}

fieldset,
img {
    border: 0;
}

.PuffMain {
    position: relative;
    margin-bottom: 20px;
}

    .PuffMain img {
        max-width: 100%;
        padding: 10px 0 10px 0;
    }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
}

fieldset {
    margin-bottom: 1.5em;
}

legend {
    color: #000;
    font-size: 20px;
    margin-bottom: 0.5em;
}

#yui3-css-stamp.cssreset {
    display: none;
}

.editorialblock.display-full {
    width: 100%;
    padding: 1rem 0;
}

.EditorContent em,
.editorialblock em {
    font-style: italic;
}

.EditorContent iframe,
.editorialblock iframe {
    width: 100% !important;
}

.EditorContent a[href^="http://"]:not([href*="skovde.se"]),
.EditorContent a[href^="https://"]:not([href*="skovde.se"]),
.editorialblock a[href^="http://"]:not([href*="skovde.se"]),
.editorialblock a[href^="https://"]:not([href*="skovde.se"]),
.timelineblock a[href^="http://"]:not([href*="skovde.se"]),
.timelineblock a[href^="https://"]:not([href*="skovde.se"]) {
    position: relative;
    padding-right: 18px;
    display: inline-block;
}

    .EditorContent a[href^="http://"]:not([href*="skovde.se"]):after,
    .EditorContent a[href^="https://"]:not([href*="skovde.se"]):after,
    .editorialblock a[href^="http://"]:not([href*="skovde.se"]):after,
    .editorialblock a[href^="https://"]:not([href*="skovde.se"]):after,
    .timelineblock a[href^="http://"]:not([href*="skovde.se"]):after,
    .timelineblock a[href^="https://"]:not([href*="skovde.se"]):after {
        content: "\f35d";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        font-size: 80%;
        color: #111;
        position: absolute;
        top: 4px;
        right: 0;
    }

/* 
    ==================================================
    Grid
    ================================================== 
*/

/* Used for naming the selection */

.MidColumn.centered .article-leading-wrapper {
    margin: 0 auto;
}

    .MidColumn.centered .article-leading-wrapper .ContactArea {
        max-width: 100%;
    }

.article-leading-wrapper {
    width: auto;
    padding: 1px 65px 15px;
    max-width: 750px;
}

.LeftColumn {
    float: left;
    width: 290px;
}

.RightColumn {
    float: right;
    width: 880px;
}

.right-content-area {
    float: right;
    width: 200px;
}

.left-content-area {
    width: 525px;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

    .left-content-area.wide {
        width: 100%;
        display: inline-block;
        float: left;
        margin-right: 0px;
    }

    .left-content-area .Contact span {
        display: block;
    }

    .left-content-area .EditorContent a:link,
    .left-content-area .EditorContent a:visited,
    .left-content-area .editorialblock a:link,
    .left-content-area .editorialblock a:visited {
        text-decoration: underline;
    }

.PuffMain {
    position: relative;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

div.row .eventblock {
    margin-left: 15px;
    margin-right: 15px;
}

/* Clear */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.clearfix:after,
.row:after {
    clear: both;
}

.display-full,
.display-half,
.display-three-quarters,
.display-one-quarter,
.display-one-third,
.display-one-third,
.display-two-thirds,
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

/*  Grid - newtheme
    ============================= */
div.newtheme.display-full {
    width: 98.88%;
    margin: 7px;
}

div.newtheme.display-half {
    width: calc(50% - 14px);
    margin: 7px;
}

div.newtheme.display-one-quarter {
    width: calc(25% - 14px);
    margin: 7px;
}

div.newtheme.display-three-quarters {
    width: calc(75% - 14px);
    margin: 7px;
}

div.newtheme.display-one-third {
    width: calc(33.33333333% - 14px);
    margin: 7px;
}

div.newtheme.display-two-thirds {
    width: calc(66.66666667% - 14px);
    margin: 7px;
}

.grid-1 {
    width: 70px;
}

.grid-2 {
    width: 170px;
}

.grid-3,
.display-one-quarter {
    width: 270px;
}

.grid-4,
.display-one-third {
    width: 370px;
}

.grid-5 {
    width: 470px;
}

.grid-6,
.display-half {
    width: 570px;
}

.grid-7 {
    width: 670px;
}

.grid-8,
.display-two-thirds {
    width: 770px;
}

.grid-9,
.display-three-quarters {
    width: 870px;
}

.grid-10 {
    width: 970px;
}

.grid-11 {
    width: 1070px;
}

.grid-12,
.display-full {
    width: 1170px;
}

.desktop {
    display: block;
}

.tablet,
.mobile {
    display: none;
}

.flyout .wrapper,
.container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.stack {
    padding-bottom: 0;
}

.clear {
    clear: both;
}

/* WCAG */

.visuallyhidden {
    display: none;
}

/* Weather-table */

.weather-table table {
    table-layout: fixed;
    border-spacing: 0;
}

.weather-table th {
    padding: 10px;
    background-color: #6c6d71;
    color: #fff;
    border-right: 0.5px solid white;
    vertical-align: text-top;
}

    .weather-table th:last-of-type {
        border-right: none;
    }

.weather-table td {
    padding: 10px;
    border: 0.5px solid #c2c2c2;
    border-top: none;
    margin-top: -1px;
}

.ui-widget {
    font-family: "Source Sans Pro", sans-serif !important;
}

/* Block Area */
.block-area {
    padding-bottom: 100px;
}

/* Video Block */
.video-block {
    margin-top: 0;
}

.video-block-outer {
    max-width: 750px;
    margin: 0 auto;
}

.video-block-inner {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-block-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.page-project-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 15px 0;
    max-width: 750px;
    margin: 0 auto;
}

    .page-project-categories .label {
        font-weight: 700;
        margin-right: 15px;
    }

    .page-project-categories .color-category {
        margin-right: 2px;
    }

/*Timeline Block*/
.timelineblock.display-full,
.timelineblock.display-half,
.timelineblock.display-three-quarters,
.timelineblock.display-one-quarter,
.timelineblock.display-one-third,
.timelineblock.display-two-thirds {
    width: 100%;
    padding: 1rem 0;
}

.timelineblock a {
    text-decoration: underline !important;
}

.timelineblock ul,
.timelineblock ol {
    list-style: inherit;
    margin: 0px;
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.timelineblock ol {
    list-style: auto;
}

.TimelineBlock .accordion-extenstion {
    border-left: 0.3rem solid #1951a0;
    position: absolute;
    height: calc(100% - 10px);
    left: 14px;
    top: 40%;
    z-index: 1;
}

.TimelineBlock.AccordionContent .Accordion-wrapper {
    margin: -3px 0 -2px 14px;
    padding: 16px 16px 16px 20px;
    border-left: 0.3rem solid #1951a0;
}

.TimelineBlock .Accordion-wrapper {
    margin: -3px 0 10px 14px;
    padding: 16px 16px 16px 24px;
}

.TimelineBlock h3 {
    display: flex;
    align-items: center;
    position: relative;
}

    .TimelineBlock h3:last-of-type .accordion-extenstion {
        display: none;
    }

        .TimelineBlock h3:last-of-type .accordion-extenstion.expanded {
            display: unset;
        }

.TimelineBlock .Accordion-title {
    margin-left: 5px;
}

.TimelineBlock .Accordion-wrapper:nth-last-child(1) {
    margin: 0;
    padding: 0;
    border-left: none;
}

.TimelineBlock.AccordionContent
.Accordion-wrapper:nth-last-of-type(1) > .Accordion-panel {
    border-left: 0.3rem solid #1951a0;
}

.TimelineBlock .Accordion-wrapper:nth-last-of-type(1) > .Accordion-panel {
    margin: -3px 0 -2px 14px;
    padding: 16px 16px 16px 24px;
}

.timelineblock .Accordion-trigger {
    display: block;
    flex-shrink: 0;
    align-self: baseline;
    font-size: 12px;
    z-index: 2;
}

.TimelineBlock .fa-minus {
    color: #1951a0;
    border: 3px solid #1951a0;
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

@media (min-width: 700px) {
    .TimelineBlock.AccordionContent .Accordion-trigger {
        font-size: 1rem;
    }
}

.TimelineBlock.AccordionContent .fa-plus {
    text-align: center;
    vertical-align: middle;
}

.TimelineBlock .fa-plus {
    color: #fff;
    border: none;
    background-color: #1951a0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

.AccordionContent.line-disabled .Accordion-wrapper {
    border-left: none;
}

.TimelineBlock.AccordionContent.line-disabled
.Accordion-wrapper:nth-last-of-type(1)
.Accordion-panel {
    border-left: none;
}
/* Project Category Tag */
.project-category-tag {
    position: relative;
    margin: 0 15px 10px 0;
    clear: both;
    padding-left: 10px;
    display: block;
    margin-bottom: 25px;
}

    .project-category-tag::before {
        content: "";
        background: #046cb1;
        display: block;
        position: absolute;
        width: 3px;
        height: 20px;
        border-radius: 0;
        top: 0;
        left: 0;
    }

    .project-category-tag:last-of-type {
        margin-left: 0;
    }

.page-project-categories .project-category-tag {
    margin-bottom: 10px;
    padding-left: 0;
}

    .page-project-categories .project-category-tag::before {
        content: none;
    }

/* Project Status */
.project-status {
    margin: 0 auto;
    max-width: 900px;
    margin-top: 130px;
    margin-bottom: 80px;
}

.project-status-inner {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    text-align: right;
}

.project-status .status-item {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    border-top: 4px solid #ccc;
    position: relative;
    padding: 20px 0;
}

    .project-status .status-item:first-of-type {
        position: absolute;
    }

        .project-status .status-item:first-of-type .status-active {
            left: -89px;
            right: auto;
        }

    .project-status .status-item:last-of-type .status-active {
        right: 18px;
    }

    .project-status .status-item:first-of-type .status-label {
        top: 0;
        left: 0;
        transform: none;
        position: relative;
        max-width: 110px;
        text-align: left;
    }

    .project-status .status-item:last-of-type .status-label {
        max-width: 110px;
        text-align: right;
    }

    .project-status .status-item:first-of-type::after {
        left: -15px;
    }

    .project-status .status-item.checked:first-of-type::after {
        left: -20px;
    }

    .project-status .status-item.checked:last-of-type::after {
        right: 0;
    }

    .project-status .status-item:last-of-type .status-label,
    .project-status .status-item:last-of-type::after {
        transform: none;
    }

    .project-status .status-item span {
        bottom: 0;
        position: absolute;
        right: 0;
        transform: translateX(50%);
    }

    .project-status .status-item .status-label {
        top: 20px;
        max-width: 144px;
        text-align: center;
    }

    .project-status .status-item.checked {
        border-color: #b9e600;
    }

    .project-status .status-item .status-active {
        background: #b9e600;
        top: -70px;
        display: block;
        bottom: inherit;
        padding: 6px 18px;
        border-radius: 3px;
        font-weight: 600;
    }

.project-status.skovde .status-item .status-active {
    background: #1951a0;
    color: #fff;
}

.project-status .status-item .status-active::after {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #b9e600;
    border-width: 8px;
    margin-left: -8px;
}

.project-status.skovde .status-item .status-active::after {
    border-top-color: #1951a0;
}

.project-status .status-item.checked::after {
    border-color: #b9e600;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 28px;
    width: 28px;
    top: -20px;
    text-align: center;
    color: #b9e600;
    line-height: 28px;
}

.project-status.skovde .status-item.checked {
    border-color: #1951a0;
}

    .project-status.skovde .status-item.checked::after {
        border-color: #1951a0;
        color: #1951a0;
    }

.project-status .status-item::after {
    position: absolute;
    top: -12px;
    right: 0;
    transform: translateX(50%);
    content: "";
    background: #f9f9f9;
    border: 4px solid #ccc;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    display: block;
    z-index: 9;
}

/* Project Tag */
.project-tag {
    font-size: 18px;
    font-weight: 700;
    padding: 11px 30px;
    display: inline-block;
    border-radius: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
}

    .project-tag span {
        font-style: italic;
        font-weight: 400;
    }

.project-tag-a {
    background: #00b9e6;
}

.project-tag-b {
    background: #b9e600;
}

.project-tag-c {
    background: #e6a000;
}

/* Project Intro */
.project-intro {
    width: 60%;
    margin-bottom: 60px;
}

    .project-intro .Ingress {
        font-size: 18px;
        line-height: 27px;
    }

/* Project Filter */
.project-filter {
    display: flex;
    margin-bottom: 60px;
}

    .project-filter .filter-map {
        width: 75%;
        display: inline-block;
    }

    .project-filter.project-google-map .filter-map {
        height: 433px;
    }

    .project-filter.project-google-map .filter-menu-tabs li {
        background: #046cb1;
    }

        .project-filter.project-google-map .filter-menu-tabs li a {
            color: #fff;
        }

    .project-filter .filter-map .google-map {
        height: 433px;
        max-width: 770px;
    }

        .project-filter .filter-map .google-map .gm-style-iw #content {
            background: white;
            border-radius: 5px;
            padding: 5px 5px;
        }

            .project-filter .filter-map .google-map .gm-style-iw #content .firstHeading {
                font-size: 16px;
                padding-right: 25px;
            }

                .project-filter
                .filter-map
                .google-map
                .gm-style-iw
                #content
                .firstHeading
                a:hover::after {
                    color: #046cb1;
                }

                .project-filter
                .filter-map
                .google-map
                .gm-style-iw
                #content
                .firstHeading
                a::after {
                    content: "\f105";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    margin-left: 5px;
                }

            .project-filter .filter-map .google-map .gm-style-iw #content p {
                color: #5c5c5c;
            }

            .project-filter
            .filter-map
            .google-map
            .gm-style-iw
            #content
            .project-categories {
                display: flex;
                align-items: center;
                margin: 10px 0;
            }

                .project-filter
                .filter-map
                .google-map
                .gm-style-iw
                #content
                .project-categories
                .subheading {
                    font-size: 11px;
                    font-family: Arial;
                    margin-right: 5px;
                }

                .project-filter
                .filter-map
                .google-map
                .gm-style-iw
                #content
                .project-categories
                ul {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                    display: flex;
                    position: relative;
                }

                    .project-filter
                    .filter-map
                    .google-map
                    .gm-style-iw
                    #content
                    .project-categories
                    ul
                    span.color-category {
                        margin-right: 5px;
                    }

            .project-filter
            .filter-map
            .google-map
            .gm-style-iw
            #content
            .project-map-status
            p {
                color: #111;
            }

            .project-filter
            .filter-map
            .google-map
            .gm-style-iw
            #content
            .project-map-status
            span {
                font-weight: 700;
            }

span.color-category {
    background: gray;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
}

.project-filter .filter-map .filter-map-svg {
    margin: 0 auto;
    display: block;
}

.project-filter .filter-map .map-item {
    transition: 0.2s;
}

.project-filter .filter-map .map-group .text {
    pointer-events: none;
    display: none;
}

/* HANDLED BY SCRIPT */
/*.projects-map-graphic .map-item:hover {
    cursor: pointer;
    fill: #B9E600;
}*/

.project-filter .filter-menu {
    width: 25%;
    display: inline-block;
    position: relative;
}

    .project-filter
    .filter-menu.color-category
    .filter-menu-tabs
    li.ui-tabs-active {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .project-filter .filter-menu.color-category .filter-menu-tabs li a {
        text-align: left;
        padding-left: 15px;
    }

    .project-filter .filter-menu.color-category .filter-menu-links {
        padding: 0;
    }

        .project-filter .filter-menu.color-category .filter-menu-links li {
            background: white;
            margin-bottom: 2px;
            padding: 0 15px;
        }

            .project-filter .filter-menu.color-category .filter-menu-links li a {
                padding: 10px 0 10px 0;
                position: relative;
                display: inline-block;
            }

span.color-category {
    background: gray;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}

.project-filter
.filter-menu.color-category
.filter-menu-links
li
a.filter-menu-selected {
    color: #111;
    text-decoration: underline;
}

    .project-filter
    .filter-menu.color-category
    .filter-menu-links
    li
    a.filter-menu-selected::before {
        content: none;
    }

.project-filter .filter-menu.color-category .filter-menu-reset {
    padding-left: 0;
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.project-filter .filter-menu-tabs {
    list-style-type: none;
    display: flex;
    padding: 0;
}

    .project-filter .filter-menu-tabs li {
        background: #ebebeb;
        flex: 1;
    }

        .project-filter .filter-menu-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .project-filter .filter-menu-tabs li:last-of-type {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .project-filter .filter-menu-tabs li.ui-tabs-active {
            background: #046cb1;
        }

            .project-filter .filter-menu-tabs li.ui-tabs-active a {
                color: white;
            }

        .project-filter .filter-menu-tabs li a {
            font-size: 15px;
            padding: 9px 0 11px 0;
            display: block;
            text-align: center;
            font-weight: 600;
            color: #6a6a6a;
        }

.project-filter label.filter-menu-select {
    position: relative;
    display: none;
}

    .project-filter label.filter-menu-select::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #6a6a6a;
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        right: 15px;
        top: 10px;
        pointer-events: none;
    }

    .project-filter label.filter-menu-select select {
        border: 1px solid #ccc;
        width: 100%;
        height: 39px;
        padding: 0 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.project-filter ul.filter-menu-links {
    list-style-type: none;
    padding: 15px 0 0 25px;
    padding-bottom: 120px;
}

    .project-filter ul.filter-menu-links.municipality {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

        .project-filter ul.filter-menu-links.municipality li {
            list-style-position: inside;
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
        }

    .project-filter ul.filter-menu-links a {
        padding: 5px 0;
        display: block;
    }

        .project-filter ul.filter-menu-links a.filter-menu-selected {
            color: #046cb1;
            font-weight: 700;
            position: relative;
        }

            .project-filter ul.filter-menu-links a.filter-menu-selected::before {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-weight: 400;
                font-size: 12px;
                top: 9px;
                left: -17px;
                position: absolute;
            }

.project-filter .filter-menu-reset {
    display: block;
    color: #046cb1;
    padding-left: 25px;
    text-decoration: underline;
    position: absolute;
    bottom: 60px;
}

/* List Project Block */
.list-projects-block h2 {
    margin-bottom: 30px;
}

.list-projects-block h3 {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

    .list-projects-block h3::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 5px;
    }

.list-projects-block a[href$=".pdf"] h3::after {
    content: none;
}

.list-projects-block p {
    line-height: 21px;
}

.list-projects-block .list-item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 60px;
}

    .list-projects-block .list-item figure {
        margin: 0;
        height: 208px;
        overflow: hidden;
    }

.list-projects-block img {
    min-width: 100%;
    max-width: none;
    height: 100%;
}

.list-projects-block .list-item .project-tag {
    font-size: 14px;
    padding: 6px 20px;
    top: 20px;
    right: 20px;
}

.list-projects-block.skovde .list-item .project-tag {
    background: #1951a0;
    color: #fff;
}

.list-projects-block .list-item a {
    position: relative;
    height: 100%;
    background: white;
}

    .list-projects-block .list-item a:hover {
        color: #111;
    }

        .list-projects-block .list-item a:hover h3 {
            color: #046cb1;
        }

.list-projects-block .list-item-inner {
    background: white;
    padding: 20px;
}

.list-projects-block .file-size {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.list-projects-block ul {
    display: inline-block;
    list-style-type: none !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

/* List Projects Block - Read More */
.list-projects-block.read-more {
    margin-top: 100px;
}

    .list-projects-block.read-more .list-item {
        margin-bottom: 20px;
    }

    .list-projects-block.read-more .list-item-inner {
        padding: 20px 30px;
    }

    .list-projects-block.read-more .list-item a[href^="https://"] h3::after,
    .list-projects-block.read-more .list-item a[href^="http://"] h3::after,
    .list-projects-block.read-more .list-item a[href$=".pdf"] h3::after {
        color: #046cb1;
    }

    .list-projects-block.read-more .list-item a[href^="https://"] h3::after,
    .list-projects-block.read-more .list-item a[href^="http://"] h3::after {
        content: "\f08e";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18px;
        position: relative;
        top: 1px;
    }

    .list-projects-block.read-more .list-item a[href$=".pdf"] h3 span::before {
        content: "\f1c1";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18px;
        margin-right: 5px;
        top: 1px;
        position: relative;
    }

.list-projects-count {
    background: #b9e600;
    border-radius: 30px;
    font-size: 16px;
    width: 32px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    padding: 5px 0 7px 0;
    position: relative;
    top: -2px;
}

.list-projects-block.skovde .list-projects-count {
    background: #1951a0;
    color: #fff;
}

/* Contact box form */

.ContactContent {
    overflow: hidden;
    padding: 15px;
}

/* Search results */

.search-results {
    width: 60%;
    min-width: 300px;
    margin: auto;
}

#SearchArea {
    margin-bottom: 30px;
    margin: auto;
    width: 60%;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.search-results .ess-searchForm {
    position: relative;
}

    .search-results .ess-searchForm .ess-searchbox {
        width: 100%;
        height: 45px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        padding: 0 45px 0 15px;
    }

    .search-results .ess-searchForm .ess-searchbutton {
        height: 100%;
        background: transparent;
        border: none;
        position: absolute;
        right: 0;
        padding: 0 15px;
        cursor: pointer;
    }

.search-results .ess-bestBet {
    background: #e5e5e5;
    max-width: 100%;
    border: none;
    margin: 20px 0;
    padding: 20px 15px;
}

    .search-results .ess-bestBet p {
        margin: 0;
    }

.search-results #normalResult {
    max-width: 100%;
}

.search-results .ess-searchResultHeaderHeading {
    font-size: 1.286em;
}

.search-results #normalResult {
    margin: 20px 0 70px 0;
}

    .search-results #normalResult .header {
        padding: 0;
    }

    .search-results #normalResult .menu {
        color: #111 !important;
        float: none !important;
        margin-top: 30px;
        display: flex;
    }

        .search-results #normalResult .menu ul {
            list-style-type: none;
            padding: 0;
            display: flex;
        }

            .search-results #normalResult .menu ul > li {
                margin-left: 10px;
            }

                .search-results #normalResult .menu ul > li.ess-sortOrder {
                    font-weight: 700;
                }

                    .search-results #normalResult .menu ul > li.ess-sortOrder a::after {
                        content: "\f063";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 900;
                        font-weight: 400;
                        font-size: 12px;
                        margin-left: 3px;
                    }

                .search-results #normalResult .menu ul > li a {
                    color: #111 !important;
                }

    .search-results #normalResult > ol {
        list-style-type: none;
        margin: 15px 0 30px 0;
        padding: 15px 0 0 0;
        border-top: 1px solid #d7d7d7;
    }

        .search-results #normalResult > ol > li {
            padding: 15px 0 20px 0;
            border-bottom: 1px solid #d7d7d7;
        }

            .search-results #normalResult > ol > li:first-child {
                padding-top: 0;
            }

.search-results > ol > li p,
.ess-searchResult > ol > li p {
    margin-bottom: 10px;
}

.search-results li .footer {
    border-top: none !important;
}

    .search-results li .footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .search-results li .footer ul li {
            font-size: 12px;
        }

            .search-results li .footer ul li::after {
                content: "/";
                margin-right: 3px;
            }

            .search-results li .footer ul li:last-child::after {
                content: "";
            }

            .search-results li .footer ul li a {
                color: #1951a0;
            }

.search-results .ess-bestBet h5,
.search-results #normalResult > ol .ess-hitTitleHeader {
    color: #1951a0;
    font-size: 1.429em;
    font-weight: 400;
    text-decoration: underline !important;
    display: inline-block;
    margin-bottom: 10px;
}

.search-results .ess-bestBet h5,
.search-results #normalResult > ol .ess-hitTitleHeader,
a {
    color: #111;
}

    .search-results #normalResult > ol .ess-hitTitleHeader strong {
    }

.search-results #normalResult .ess-markedUrl {
    color: #1951a0;
    display: block;
    margin-top: 15px;
    font-size: 12px;
}

    .search-results #normalResult .ess-markedUrl a {
        color: #046cb1;
    }

.search-results #normalResult .ess-pagination {
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
}

    .search-results #normalResult .ess-pagination > ol {
        display: inline-flex;
        padding: 0;
        list-style-type: none;
    }

        .search-results #normalResult .ess-pagination > ol li {
            width: 28px;
            height: 28px;
            font-weight: 700;
            margin-left: 5px;
            padding: 0;
            text-align: center;
        }

            .search-results #normalResult .ess-pagination > ol li:first-child {
                margin-left: 0;
            }

            .search-results #normalResult .ess-pagination > ol li.ess-active {
                background: #e50052;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .search-results #normalResult .ess-pagination > ol li a:hover {
                background: #e50052;
            }

            .search-results #normalResult .ess-pagination > ol li:hover a {
                color: #fff;
            }

            .search-results #normalResult .ess-pagination > ol li a {
                background: #e5e5e5;
                width: 100%;
                height: 100%;
                font-weight: 700;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0;
            }

.search-results #normalResult .customesspaging {
    background: #e5e5e5;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4em;
}

@media screen and (max-width: 479px) {
    .search-results #normalResult .customesspaging {
        height: 24px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.search-results #normalResult .ess-pagination .ess-relativeNavigation {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.search-results #normalResult .ess-pagination .relativeNavigation {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

    .search-results #normalResult .ess-pagination .relativeNavigation i,
    .search-results #normalResult .ess-pagination .ess-relativeNavigation i {
        font-size: 12px;
    }

.search-results .ess-preamble {
    font-size: 17px;
    margin-bottom: 15px;
}

.search-results .ess-updated {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

    .search-results .ess-updated time {
        font-weight: 400;
    }

.search-results .searchicon {
    top: 15px;
}

.search-results .ess-searchForm .ess-searchboxepi {
    width: 100%;
    height: 45px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 0 45px 0 15px;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
    /*  Grid - newtheme
    ============================= */
    div .newtheme.display-full {
        width: 100%;
        margin: 7px;
    }

    div.newtheme.display-half {
        width: calc(50% - 14px);
        margin: 7px;
    }

    div.newtheme.display-one-quarter {
        width: calc(25% - 14px);
        margin: 7px;
    }

    div.newtheme.display-three-quarters {
        width: calc(75% - 14px);
        margin: 7px;
    }

    div.newtheme.display-one-third {
        width: calc(33.33333333% - 14px);
        margin: 7px;
    }

    div.newtheme.display-two-thirds {
        width: calc(66.66666667% - 14px);
        margin: 7px;
    }

    .desktop {
        display: none;
    }

    .tablet {
        display: block;
    }

    .grid-1 {
        width: 50px;
    }

    .grid-2 {
        width: 130px;
    }

    .grid-3,
    .display-one-quarter {
        width: 210px;
    }

    .grid-4,
    .display-one-third {
        width: 290px;
    }

    .grid-5 {
        width: 370px;
    }

    .grid-6,
    .display-half {
        width: 450px;
    }

    .grid-7 {
        width: 530px;
    }

    .grid-8,
    .display-three-quarters,
    .display-two-thirds {
        width: 610px;
    }

    .grid-9 {
        width: 690px;
    }

    .grid-10 {
        width: 770px;
    }

    .grid-11 {
        width: 850px;
    }

    .grid-12,
    .display-full {
        width: 930px;
    }

    .flyout .wrapper,
    .container {
        width: 930px;
    }

    .article-leading-wrapper {
        float: none;
        width: auto;
    }

    .project-filter .filter-map .google-map {
        max-width: 609px;
        height: 433px;
    }

        .project-filter .filter-map .google-map iframe {
            height: 342px;
        }

    .list-projects-block .list-item figure {
        height: 163px;
    }
}

@media screen and (max-width: 479px) {
    /* Search results */

    .search-results #normalResult .ess-pagination > ol li {
        width: 24px;
        height: 24px;
    }

    .search-results #normalResult .ess-pagination .ess-relativeNavigation {
        margin-right: 10px;
    }

    .search-results #normalResult .ess-pagination .relativeNavigation {
        margin-left: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /*  Grid - newtheme
    ============================= */
    div.newtheme.display-full,
    div.newtheme.display-half,
    div.newtheme.display-three-quarters,
    div.newtheme.display-one-quarter,
    div.newtheme.display-one-third,
    div.newtheme.display-two-thirds {
        float: none;
        width: 100%;
        margin: 12px 0;
    }

    .hide-mobile {
        display: none;
    }

    .desktop {
        display: none;
    }

    .tablet {
        display: block;
    }

    .grid-1 {
        width: 32px;
    }

    .grid-2 {
        width: 94px;
    }

    .grid-3 {
        width: 156px;
    }

    .grid-4 {
        width: 218px;
    }

    .grid-5 {
        width: 280px;
    }

    .grid-6 {
        width: 342px;
    }

    .grid-7 {
        width: 404px;
    }

    .grid-8 {
        width: 466px;
    }

    .grid-9 {
        width: 528px;
    }

    .grid-10 {
        width: 590px;
    }

    .grid-11 {
        width: 652px;
    }

    .grid-12,
    .display-full,
    .display-half,
    .display-three-quarters,
    .display-one-quarter,
    .display-one-third,
    .display-two-thirds {
        width: 714px;
    }

    .flyout .wrapper,
    .container {
        width: 714px;
    }

    .article-leading-wrapper {
        padding: 1px 0px 15px;
        max-width: 100%;
    }

    .left-content-area {
        width: 100%;
        margin: 0px;
    }

    .right-content-area {
        width: 100%;
    }

    img.ImageLeft {
        padding-bottom: 10px;
    }

    #LeftMenuHolder {
        margin-bottom: 20px;
    }

    /* List Projects Block */
    .list-projects-block.read-more .list-item {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    nav.entry-links {
        display: none;
    }

    header {
        padding-top: 80px;
    }

    #LeftMenuHolder {
        display: none;
    }

    /* Projects Intro */
    .project-intro {
        width: 100%;
        margin-bottom: 20px;
    }

    /* Project Filter */
    .project-filter {
        margin-bottom: 30px;
        flex-direction: column;
    }

        .project-filter .filter-menu {
            width: 100%;
        }

        .project-filter .filter-menu {
            order: 1;
        }

        .project-filter .filter-menu-links {
            display: none;
        }

        .project-filter.project-google-map .filter-menu-links {
            display: block;
        }

        .project-filter.project-google-map
        .filter-menu-tabs.ui-accordion-header
        li
        a:after {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            right: 15px;
        }

        .project-filter.project-google-map
        .filter-menu-tabs.ui-accordion-header.ui-state-active
        li
        a:after {
            content: "\f106";
        }

        .project-filter label.filter-menu-select {
            display: block;
        }

        .project-filter .filter-menu-reset {
            position: relative;
            bottom: 0;
            padding-left: 0;
            margin: 15px 0 0 0;
            text-align: right;
            display: inline-block;
            float: right;
            padding: 5px 0 5px 5px;
        }

        .project-filter .filter-map {
            width: 100%;
            order: 2;
            margin: 20px 0;
        }

    /* List Projects Block */

    .list-projects-block .list-item {
        width: 100%;
        margin-bottom: 20px;
    }

        .list-projects-block .list-item figure {
            height: auto;
        }

        .list-projects-block .list-item img {
            max-width: 100%;
            height: auto;
        }

    /* List Projects Block - Read More */
    .list-projects-block.read-more {
        margin-top: 30px;
        border-top: 1px solid #d7d7d7;
        padding-top: 30px;
    }

    /* Block Area */
    .block-area {
        padding-bottom: 40px;
    }

    .page-project-categories {
        margin: 2px 0 8px 0;
    }

    /* Project Status */
    .project-status {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .project-status-inner {
        flex-direction: column;
        text-align: left;
        padding-left: 14px;
    }

    .project-status .status-item {
        border-top: 0;
        border-left: 4px solid #ccc;
        flex: none;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        height: 58px;
    }

        .project-status .status-item.checked {
            height: 65px;
        }

        .project-status .status-item:first-of-type {
            position: relative;
            padding: 0;
        }

        .project-status .status-item:last-of-type {
            border-color: transparent !important;
        }

        .project-status .status-item span {
            position: relative;
            max-width: inherit;
        }

        .project-status .status-item::after {
            left: -12px;
            top: 0;
            transform: none;
        }

        .project-status .status-item:first-of-type::after {
            top: -20px;
            left: -12px;
        }

        .project-status .status-item:first-of-type .status-active {
            left: inherit;
        }

        .project-status .status-item:last-of-type .status-active {
            right: inherit;
        }

        .project-status .status-item:first-of-type .status-label {
            position: relative;
            max-width: inherit;
        }

        .project-status .status-item:last-of-type .status-label {
            text-align: left;
            max-width: inherit;
        }

        .project-status .status-item.checked:first-of-type::after {
            left: -18px;
        }

        .project-status .status-item.checked::after {
            top: -5px;
            bottom: 0;
            left: -18px;
            height: 24px;
            width: 24px;
            line-height: 24px;
        }

        .project-status .status-item.checked span {
            bottom: 2px;
        }

        .project-status .status-item .status-label {
            top: 0;
            text-align: left;
            display: inline-block;
            max-width: inherit;
        }

        .project-status .status-item span.status-active {
            top: -5px;
            left: inherit;
            display: inline-block;
            bottom: inherit;
            margin-left: 15px;
            height: 30px;
            padding: 0px 16px;
            line-height: 30px;
        }

        .project-status .status-item .status-active::after {
            left: -4px;
            top: 50%;
            border-color: rgba(136, 183, 213, 0);
            border-right-color: #b9e600;
            border-width: 6px;
            margin-top: -6px;
        }

    .project-status.skovde .status-item .status-active::after {
        border-right-color: #1951a0;
        border-top-color: transparent;
    }

    .project-status .status-item span {
        right: inherit;
        left: 0;
        transform: none;
        padding-left: 20px;
        bottom: 2px;
    }

    /* Project Tag */
    .project-tag {
        font-size: 14px;
        padding: 6px 20px;
        top: 20px;
        right: 20px;
    }

    /* Search results */

    div.newtheme .rek-prediction {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    /*  Grid - newtheme
    ============================= */
    div.newtheme.display-full,
    div.newtheme.display-half,
    div.newtheme.display-three-quarters,
    div.newtheme.display-one-quarter,
    div.newtheme.display-one-third,
    div.newtheme.display-two-thirds {
        float: none;
        width: 100%;
        margin: 12px 0;
    }

    .desktop {
        display: none;
    }

    .tablet,
    .mobile {
        display: block;
    }

    .display-full,
    .display-half,
    .display-three-quarters,
    .display-one-quarter,
    .display-one-third,
    .display-two-thirds,
    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7,
    .grid-8,
    .grid-9,
    .grid-10,
    .grid-11,
    .grid-12 {
        float: none;
        width: auto;
    }

    .container {
        width: auto;
        margin: 0 15px;
    }

    .article-leading-wrapper {
        padding: 1px 0px 15px;
        max-width: 100%;
    }

    .left-content-area {
        width: 100%;
        margin: 0px;
    }

    .right-content-area {
        width: 100%;
    }

    img.ImageLeft {
        padding-bottom: 10px;
    }

    .ac_results {
        width: auto !important;
        margin-left: 0 !important;
        margin: 0 17px;
        border-radius: 0 !important;
    }

    /* Contact box form */

    .ContactBox {
        width: 100%;
    }

    .FilterRow {
        clear: none;
        overflow: hidden;
    }

    .FilterGroup {
        width: 100%;
    }

        .FilterGroup input[type="text"],
        .FilterGroup textarea {
            width: 100%;
            max-width: 410px;
        }

    div.newtheme .rek-prediction {
        height: auto;
    }

    /* rek ai autocomplete dropdown */
    .rekai-dropdown-menu {
        width: auto !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* 
    ==================================================
    Base
    ================================================== 
*/

img {
    max-width: 100%;
}

/*  Base - Layout
    ============================= */

.main {
    padding: 15px 0;
}

/*  Base - Typography
    ============================= */

body {
    color: #111;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    position: relative;
    background-color: #f9f9f9;
}

a {
    text-decoration: underline;
    color: #111;
}

    a:hover {
        color: #0a8dbe;
    }

.LeftColumn a:hover {
    color: #0a8dbe;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

strong,
b {
    font-weight: bold;
}

.category,
.date {
    font-size: 11px;
}

.category,
.date {
    text-transform: uppercase;
    color: #6c6d71;
}

.date {
    text-transform: none;
}

time.date-graphics {
    width: 45px;
    display: block;
    float: left;
    color: #646464;
    text-align: center;
    background-color: #ececec;
    border: solid 1px #d7d7d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    time.date-graphics .month {
        display: block;
        padding: 1px 0;
        background-color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
    }

    time.date-graphics .day {
        display: block;
        padding: 2px 0;
        font-size: 22px;
        background-color: #fff;
        border-top: solid 1px #d7d7d7;
        color: #b97f7f;
        -webkit-box-shadow: inset 0 0 6px 0 #dedede;
        box-shadow: inset 0 0 6px 0 #dedede;
    }

.medallions {
    display: none;
}

.alert-container {
    margin: 30px auto 30px;
    width: 55%;
    display: block;
    clear: both;
    background: #ffcc00;
    padding: 40px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-img {
    width: 15%;
    float: left;
    padding: 0 15px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .alert-img img {
        width: 100%;
    }

.alert-content {
    width: 80%;
    float: left;
    padding: 0 15px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .alert-content h3 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .alert-content p {
        margin-bottom: 10px;
    }

    .alert-content .read-more {
        font-weight: bold;
    }

        .alert-content .read-more::after {
            content: ">";
            padding-left: 5px;
            position: relative;
            top: 1px;
        }

.archive-search {
    float: left;
    margin-bottom: 30px;
    display: block;
}

    .archive-search .search input[type="text"] {
        width: 240px;
    }

/*  Base - Animations
    ============================= */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*  Base - Forms
    ============================= */

input,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.button-center {
    display: block;
    text-align: center;
}

.button-whitespace {
    margin-top: 24px;
}

.transparent-button {
    font-size: 16px;
    font-style: italic;
    display: inline;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .transparent-button:hover {
        border-color: #b9b9b9;
    }

/*  Base - Header
    ============================= */
/* Entry links */
nav.entry-links,
.nav-tabs {
    border-top: solid 3px #6c6d71;
    height: 31px;
    margin-bottom: 20px;
}

    nav.entry-links ul,
    .nav-tabs ul {
        float: right;
        margin-top: -3px;
        background-color: #6c6d71;
    }

        nav.entry-links ul li,
        .nav-tabs ul li {
            float: left;
            height: 2em;
            background: #6c6d71 url(../images/tabs_center.png) no-repeat top right;
        }

            nav.entry-links ul li.last,
            .nav-tabs ul li.last {
                padding-right: 0px;
                background-image: none;
            }

            nav.entry-links ul li.focus,
            .nav-tabs ul li.focus {
                background: #f9f9f9 url(../images/tabs_center_left_focus.png) no-repeat top left;
                margin-left: -34px;
                padding-left: 34px;
            }

                nav.entry-links ul li.focus a,
                .nav-tabs ul li.focus a {
                    color: #6c6d71;
                    background: #f9f9f9 url(../images/tabs_center_right_focus.png) no-repeat top right;
                }

            nav.entry-links ul li.first a,
            .nav-tabs ul li.first a {
                padding-left: 34px;
                background: transparent url(../images/tabs_first_left.png) no-repeat top left;
            }

            nav.entry-links ul li.first.focus,
            .nav-tabs ul li.first.focus {
                background: #f9f9f9 url(../images/tabs_center_right_focus.png) no-repeat top right;
            }

                nav.entry-links ul li.first.focus a,
                .nav-tabs ul li.first.focus a {
                    border: none;
                    background: transparent url(../images/tabs_first_left_focus.png) no-repeat top left;
                }

            nav.entry-links ul li.last.focus a,
            .nav-tabs ul li.last.focus a {
                background-image: none;
            }

            nav.entry-links ul li a,
            .nav-tabs ul li a {
                display: block;
                padding: 5px 34px 5px 8px;
                color: #fff;
                font-size: 14px;
                text-transform: uppercase;
            }

    nav.entry-links a i {
        margin-right: 5px;
    }

    nav.entry-links .translate {
        position: relative;
    }

        nav.entry-links .translate .translate-outer {
            position: absolute;
            width: 175px;
            padding: 20px;
            background: #fff;
            z-index: 9999;
            right: 0;
            top: 100%;
            margin-top: 10px;
            margin-right: 10px;
            border: 1px solid #6c6d71;
            display: none;
        }

            nav.entry-links .translate .translate-outer:before {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                border-bottom: 10px solid #6c6d71;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                bottom: 100%;
                right: 50px;
            }

        nav.entry-links .translate .translate-inner h4 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
    display: inline;
}

nav.entry-links ul li.first.last,
.nav-tabs ul li.first.last {
    padding-right: 10px;
    background: transparent url(../images/tabs_first_left.png) no-repeat top left;
}

    nav.entry-links ul li.first.last.focus,
    .nav-tabs ul li.first.last.focus {
        color: #6c6d71;
        padding-right: 10px;
        background: #f9f9f9 url(../images/tabs_center_right_focus.png) no-repeat top right;
    }

        nav.entry-links ul li.first.last.focus a,
        .nav-tabs ul li.first.last.focus a {
            color: #6c6d71;
            background: transparent url(../images/tabs_first_left_focus.png) no-repeat top left;
        }

/*  Base - LeftMenuHolder
    ============================= */
#LeftMenuHolder .list-heading {
    margin-bottom: 20px;
    display: block;
    font-size: 22px;
}

#LeftMenuHolder ul li {
    margin-bottom: 16px;
}

    #LeftMenuHolder ul li a {
        padding-left: 12px;
        text-decoration: none;
    }

        /*  #LeftMenuHolder ul li a:hover {
            color: black;
        }*/

        #LeftMenuHolder ul li a.activeitem {
            font-weight: 700;
        }

        #LeftMenuHolder ul li a.HasChildren {
            padding-left: 0px;
        }

            #LeftMenuHolder ul li a.HasChildren:before {
                content: ">";
                margin-right: 5px;
            }

        #LeftMenuHolder ul li a[href^="http://"]:not([href*="skovde.se"]),
        #LeftMenuHolder ul li a[href^="https://"]:not([href*="skovde.se"]) {
            position: relative;
            padding-right: 20px;
        }

            #LeftMenuHolder ul li a[href^="http://"]:not([href*="skovde.se"]) span:after,
            #LeftMenuHolder ul li a[href^="https://"]:not([href*="skovde.se"]) span:after {
                content: "\f35d";
                font-family: "Font Awesome 5 Free";
                font-weight: bold;
                font-size: 80%;
                margin: 0 0 0 8px;
                display: inline-block;
            }

    #LeftMenuHolder ul li.OpenGroup ul {
        margin-left: 35px;
        padding-left: 7px;
        border-left: 1px solid black;
    }

        #LeftMenuHolder ul li.OpenGroup ul li {
            margin-bottom: 7px;
        }

    #LeftMenuHolder ul li.OpenGroup a.ArrowOpen {
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
        padding-left: 0px;
    }

        #LeftMenuHolder ul li.OpenGroup a.ArrowOpen:before {
            content: ">";
            font-weight: 500;
            margin-right: 5px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            display: inline-block;
            position: relative;
            top: 3px;
        }

    /*Level 3*/
    #LeftMenuHolder ul li.OpenGroup ul li a {
        padding-left: 0px;
    }

    /*Level 4*/
    #LeftMenuHolder ul li.OpenGroup ul li.OpenGroup a.ArrowOpen:before {
        content: none;
    }

    #LeftMenuHolder ul li.OpenGroup ul li.OpenGroup ul {
        border: none;
        padding-left: 0px;
        margin-left: 20px;
    }

        /*Level 5*/
        #LeftMenuHolder ul li.OpenGroup ul li.OpenGroup ul li a.ArrowOpen {
            margin-bottom: 5px;
        }

        #LeftMenuHolder ul li.OpenGroup ul li.OpenGroup ul li ul li {
            margin-bottom: 5px;
        }

            #LeftMenuHolder ul li.OpenGroup ul li.OpenGroup ul li ul li a {
                font-size: 12px;
            }

/* Containers */
.container-top {
    margin-bottom: 20px;
    position: relative;
}

.container-left,
.container-right {
    float: left;
}

.container-left {
    width: 25%;
    margin-top: -5px;
}

.container-right {
    width: 75%;
    margin-top: 30px;
}

/*  Header
    ============================= */
header .logo {
}

    header .logo .img-logo {
        height: 85px;
        background: url("../images/logo.png") no-repeat;
    }

/* Links */
header .links {
    float: right;
    margin: 0px -30px 5px 0;
}

    header .links ul li {
        float: left;
        padding: 5px 25px;
    }

        header .links ul li a {
            color: #595959;
        }

            header .links ul li a:hover {
                color: #046cb1;
            }

        header .links ul li span {
            display: block;
            float: left;
        }

    header .links #weather {
        width: 80px;
        float: left;
        margin-top: -12px;
        overflow: hidden;
    }

        header .links #weather iframe {
            position: relative;
            left: -198px;
        }

    header .links span.icon-finnish,
    header .links span.icon-globe,
    header .links span.icon-rss {
        padding-right: 7px;
    }

    header .links span.icon-finnish {
        width: 20px;
        height: 15px;
        margin-top: 1px;
        background: transparent url(../images/icon_finnish.png) no-repeat top left;
    }

    header .links span.icon-globe {
        width: 17px;
        height: 17px;
        background: transparent url(../images/icon_globe.png) no-repeat top left;
    }

    header .links span.icon-rss {
        width: 16px;
        height: 16px;
        margin-top: 1px;
        background: transparent url(../images/icon_rss.png) no-repeat top left;
    }

.LinkListHeading.eService {
    background: url(../Images/e-service-icons/Snabel-E-rod.png) 2px 2px no-repeat;
    padding-left: 22px;
    background-size: 16px;
}

.LinkListHeading.eServiceBlue {
    background: url(../Images/e-service-icons/Snabel-E-bla.png) 2px 2px no-repeat;
    padding-left: 22px;
    background-size: 16px;
}

.LinkListHeading.pdf {
    background: url(../Images/old/pdf.gif) no-repeat 3px 0;
    padding-left: 22px;
}

/* Search */
header .search {
    float: right;
}

header .search-wrapper {
    float: right;
    display: inline-block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: solid 1px #d7d7d7;
    background-color: #fff;
    padding: 6px 13px 6px;
    position: relative;
    border-radius: 5px;
    /* overflow: hidden; */
}

    header .search-wrapper i.fa.fa-search {
        color: #000;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        margin-right: 10px;
        font-size: 15px;
        pointer-events: none;
    }

header .search input[type="text"] {
    width: 140px;
    border: none;
    float: left;
}

header .search input[type="submit"] {
    width: 35px;
    height: 100%;
    float: left;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
}

/* extra-logo*/
header .right-content {
    float: right;
    width: auto;
    margin: 0 0 20px 20px;
}

header .extra-logo {
    float: right;
    margin-left: 35px;
    margin-top: -30px;
}

    header .extra-logo img {
        max-height: 79px;
        width: auto;
    }

/*  Base - Navigation
    ============================= */

nav[role="navigation"] {
    width: 1170px;
    z-index: 10000;
    border-top: solid 1px #949496; /*#d7d7d7*/
    border-bottom: solid 1px #949496; /*#d7d7d7*/
    background-color: #fff;
}

    nav[role="navigation"].fixed {
        position: fixed;
        top: 0;
    }

        nav[role="navigation"].fixed .flyout {
            background-image: none !important;
            margin-left: -15px;
        }

    nav[role="navigation"] ul.nav {
        background: transparent url(../images/nav_divider2.png) no-repeat left center;
    }

        nav[role="navigation"] ul.nav > li {
            float: left;
            /* Center vertical */
            display: table-cell;
            height: 4.5em;
            margin-right: -1px;
        }

            nav[role="navigation"] ul.nav > li > a {
                display: block;
                height: 63px;
                width: 89px;
                padding: 0 16px;
                font-size: 15px;
                text-align: center;
                background: transparent url(../images/nav_divider2.png) no-repeat right center;
                /* Center vertical */
                display: table-cell;
                vertical-align: middle;
                text-decoration: none;
            }

        nav[role="navigation"] ul.nav li.nav-start a {
            background: #6c6d71 url("../images/start-nav-icon.png") no-repeat center center;
            background-size: 24px;
            width: 54px;
            padding: 0;
            -webkit-box-shadow: inset -5px 0px 18px -8px rgba(50, 50, 50, 0.73);
            -moz-box-shadow: inset -5px 0px 18px -8px rgba(50, 50, 50, 0.73);
            box-shadow: inset -5px 0px 18px -8px rgba(50, 50, 50, 0.73);
            color: #fff;
        }

            nav[role="navigation"] ul.nav li.nav-start a:focus,
            nav[role="navigation"] ul.nav li.nav-start a:hover {
                background: #999 url("../images/start-nav-icon.png") no-repeat center center;
                background-size: 24px;
            }

        nav[role="navigation"] ul.nav > li.focus,
        nav[role="navigation"] ul.nav > li:hover {
            -webkit-box-shadow: 0 0 10px 0 #898989;
            box-shadow: 0 0 10px 0 #898989;
            background-color: #fff;
        }

        /*nav[role="navigation"] ul.nav > li > a:hover,
nav[role="navigation"] ul.nav > li:last-child > a {
    background-image: none;
}*/

        nav[role="navigation"] ul.nav > li > a:hover {
            background-image: none;
        }

        nav[role="navigation"] ul.nav > li .remove-shadow {
            display: none;
        }

        nav[role="navigation"] ul.nav > li.focus .remove-shadow {
            display: block;
            background-color: #fff;
            width: 125px; /* match a ul li a */
            height: 10px;
            position: absolute;
            margin-top: -10px;
            z-index: 20000;
        }

        nav[role="navigation"] ul.nav > li .flyout {
            display: none;
            position: absolute;
            z-index: 10000;
            left: 0;
            width: 100%;
            min-height: 100%;
            /*background: transparent url(../images/background_fade.png) repeat top left;*/
        }

            nav[role="navigation"] ul.nav > li .flyout a {
                text-decoration: none;
            }

.no-js nav[role="navigation"] ul.nav > li:hover .flyout {
    display: block;
}

nav[role="navigation"] .flyout .wrapper {
    z-index: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 #898989;
    box-shadow: 0 0 10px 0 #898989;
}

    nav[role="navigation"] .flyout .wrapper .inner {
        padding: 40px 30px 50px;
    }

nav[role="navigation"] .flyout .column-left {
    width: 70%;
    float: left;
}

nav[role="navigation"] .flyout .column-right {
    width: 25%;
    padding-left: 4%;
    border-left: 1px solid #d7d7d7;
    float: left;
}

nav[role="navigation"] .flyout h2 {
    margin-bottom: 30px;
}

/* Subnavigation */
nav[role="navigation"] ul.subnav {
    float: left;
    width: 33%;
}

    nav[role="navigation"] ul.subnav li a {
        display: block;
        padding: 5px 30px 5px 0;
    }

/* Navigation lists */

nav[role="navigation"] ul.list {
    margin-bottom: 15px;
}

    nav[role="navigation"] ul.list li {
        padding-bottom: 8px;
    }

        nav[role="navigation"] ul.list li a {
            display: block;
            border-bottom: none;
        }

            nav[role="navigation"] ul.list li a:before,
            nav[role="navigation"] ul.list li a:after {
                display: table;
                content: " ";
            }

            nav[role="navigation"] ul.list li a:after {
                clear: both;
            }

        nav[role="navigation"] ul.list li .image {
            width: 23%;
            margin-left: 12px;
            float: right;
            overflow: hidden;
        }

            nav[role="navigation"] ul.list li .image img {
                float: left;
                max-width: 140%;
                margin: 0 -20%;
            }

        nav[role="navigation"] ul.list li p {
            padding: 5px 17px 0 0;
        }

        nav[role="navigation"] ul.list li time {
            display: inline-block;
            color: #9e9e9e;
            font-size: 11px;
        }

/* Google Translate */

/* #google_translate_element img {
    display: none;
}

.goog-te-gadget {
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.goog-te-gadget-simple {
    border: none !important;
    padding-bottom: 0 !important;
}
.goog-te-gadget-simple .goog-te-menu-value span{
    color:#fff !important;
    margin-right:5px;
}

#google_translate_element,
.goog-te-gadget-simple {
    
    background-color: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
}
a.goog-te-menu-value {
    padding: 0 !important;
    margin: 0;
    margin-top:-1px;
}

.goog-te-menu-value span {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px !important;
    color:#fff;
    background-color:#6c6d71 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    margin-top: -1px;
}

.goog-te-menu-value span:hover {
    color: #fff !important;
}

.goog-te-menu-value span a {
    margin: 0;
    padding: 0;
}
.goog-te-gadget-simple .goog-te-menu-value {
    border: none !important;
    background: #6c6d71;
} */

/* READ SPEAKER */
.row-readspeaker,
.row-readspeaker .display-full {
    padding: 0 !important;
}

.row-readspeaker {
    text-align: right;
    margin-top: -35px;
    padding-bottom: 15px !important;
}

/* Readspeaker */
.rsbtn {
    float: left;
    display: inline-block;
}

    .rsbtn.rsexpanded {
        width: 360px !important;
    }

/* Contact button*/
.btn-contact {
    float: right;
    background: #6c6d71;
    border: 0;
    color: #fff;
    padding: 8px 15px;
}

.btn-contact {
    float: right;
    background: #6c6d71;
    border: 0;
    color: #fff;
    margin: 0 0 10px 0;
    cursor: pointer;
}

    .btn-contact.close:after {
        content: "";
        background: no-repeat url(../Images/icon-up.png);
        height: 6px;
        width: 9px;
        display: inline-block;
        background-size: contain;
        margin: 0 0 0 6px;
        position: relative;
        top: -1px;
    }

    .btn-contact:after {
        content: "";
        background: no-repeat url(../Images/icon-down.png);
        height: 6px;
        width: 9px;
        display: inline-block;
        background-size: contain;
        margin: 0 0 0 6px;
        position: relative;
        top: -1px;
    }

    .btn-contact:hover {
        color: #fff;
    }

.page-top-image {
    max-height: 300px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: 100% 50%;
    display: block;
    height: 300px;
    max-height: 300px;
    position: relative;
    background-image: url(https://picsum.photos/1170/300?image=1050);
}

/* BreadCrumb */
nav.c-breadcrumbs {
    display: inline-block;
    width: 100%;
}

    nav.c-breadcrumbs ul {
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin: 0 0 1em 0;
        font-size: 0.8em;
        font-family: Arial;
        width: 100%;
        line-height: 1.5;
    }

        nav.c-breadcrumbs ul li {
            list-style-type: none;
            display: inline;
            background: transparent no-repeat url(../Images/old/bc-sep.gif);
            background-repeat: no-repeat;
            background-position: right;
        }

        nav.c-breadcrumbs ul a:link,
        nav.c-breadcrumbs ul a:visited {
            color: #046cb1;
            text-decoration: none;
            padding-right: 8px;
        }

        nav.c-breadcrumbs ul a:hover {
            text-decoration: underline;
        }

        nav.c-breadcrumbs ul li.ActiveCrumb {
            background: transparent no-repeat none;
            color: #333;
        }

/* ContactArea */
.ContactArea {
    background: #e5e5e5;
    width: 100%;
    max-width: 750px;
    float: left;
    margin: 0 0 20px 0;
    display: none;
}

    .ContactArea .contact-inner {
        padding: 30px;
        display: block;
    }

    .ContactArea h2 {
        margin-bottom: 27px;
        font-size: 28px;
    }

    .ContactArea h3 {
        font-size: 1em;
        font-weight: 700;
    }

    .ContactArea .first-contact,
    .ContactArea .second-contact {
        width: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

    .ContactArea .first-contact {
        margin-bottom: 30px;
        border-bottom: 1px solid black;
        padding-bottom: 30px;
    }

        .ContactArea .first-contact .left-area {
            padding: 0 30px 0 0;
        }

        .ContactArea .first-contact .right-area {
            padding: 0 0 0 30px;
            border-left: 1px solid black;
        }

        .ContactArea .first-contact .left-area .contact-info p,
        .ContactArea .first-contact .left-area .contact-info a {
            font-size: 20px;
        }

        .ContactArea .first-contact .left-area,
        .ContactArea .first-contact .right-area {
            display: inline-block;
            float: left;
            width: 50%;
            box-sizing: border-box;
        }

            .ContactArea .first-contact .right-area .adress-info,
            .ContactArea .first-contact .right-area .open-hours {
                width: 50%;
                display: inline-block;
                float: left;
            }

    .ContactArea .second-contact .contactcard-area {
        display: inline-block;
        float: left;
        width: 33.33333333%;
        box-sizing: border-box;
        margin-top: 20px;
        padding-right: 30px;
        min-height: 110px;
    }

        .ContactArea .second-contact .contactcard-area:first-child,
        .ContactArea .second-contact .contactcard-area:nth-child(2),
        .ContactArea .second-contact .contactcard-area:nth-child(3) {
            margin-top: 0px;
        }

        .ContactArea .second-contact .contactcard-area:nth-child(3n-1) {
            padding: 0 15px;
        }

        .ContactArea .second-contact .contactcard-area:nth-child(3n + 0) {
            padding: 0 0 0 30px;
        }

/* siteQuestions */
.site-questions {
    border: solid 1px #e8e8e8;
    text-align: center;
    padding: 25px;
    margin: 0 0 20px 0;
}

    .site-questions p {
        font-size: 22px;
        max-width: 400px;
        margin: 0 auto;
    }

    .site-questions ul {
        margin-top: 25px;
    }

        .site-questions ul li {
            display: inline-block;
            max-width: 100px;
            width: 100%;
            padding: 6px 0;
        }

            .site-questions ul li a {
                color: #fff;
                font-weight: 700;
                display: block;
            }

            .site-questions ul li.btn-yes {
                background: #e50052;
            }

            .site-questions ul li.btn-no {
                margin: 0 15px;
                background: #6c6d71;
            }

            .site-questions ul li.btn-later {
                border: 1px solid #6c6d71;
            }

                .site-questions ul li.btn-later a {
                    color: #6c6d71;
                }

/* statutes-file-accordion */
.statues-file-search {
    margin: 0 0 30px 0;
    position: relative;
}

    .statues-file-search:after {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
        color: #666666;
        font-size: 14px;
        position: absolute;
        right: 15px;
        top: 40px;
        cursor: pointer;
    }

    .statues-file-search label {
        display: block;
        margin-bottom: 5px;
    }

.statutes-file-search-input {
    border: 1px solid #d7d7d7;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    /*margin: 0 0 30px 0;*/
    font-size: 16px;
}

.statutes-file-accordion-title .ui-accordion-header-icon {
    display: none;
}

.statutes-file-search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
    text-indent: -99999px;
}

.statutes-file-accordion {
    margin: 0 0 40px 0 !important;
}

    .statutes-file-accordion li .statutes-file-accordion-title {
        border: 0;
        display: block;
        white-space: nowrap;
        padding: 15px;
        font-size: 1rem;
        cursor: pointer;
        background: #ffcc00;
        font-family: "Source Sans Pro", sans-serif;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        border-radius: 0;
        width: 100%;
    }

    .statutes-file-accordion li h3.statutes-file-accordion-title {
        padding-right: 40px;
    }

    .statutes-file-accordion li .accordion-title-grey {
        background: #eaeaea;
    }

    .statutes-file-accordion li .ui-state-active {
        margin-bottom: 2px;
    }

    .statutes-file-accordion li .accordion-title-grey h4 {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        word-break: break-word;
    }

.statutes-file-accordion-title .accordion-title-decider h4,
.statutes-file-accordion-title .accordion-title-category h4,
.statutes-file-accordion-title .accordion-title-date-up h4,
.statutes-file-accordion-title .accordion-title-date-down h4 {
    padding-right: 5px;
}

.statutes-file-accordion-title .accordion-title-decider,
.statutes-file-accordion-title .accordion-title-category,
.statutes-file-accordion-title .accordion-title-date-up,
.statutes-file-accordion-title .accordion-title-date-down {
    display: inline-block;
    display: inline-block;
    white-space: normal;
    white-space: normal;
    vertical-align: top;
    vertical-align: top;
    float: left;
}

.statutes-file-accordion li .statutes-file-accordion-title-type {
    font-weight: 600;
}

.statutes-file-accordion li .statutes-file-accordion-title:after {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #666666;
    position: absolute;
    right: 15px;
    top: 15px;
}

.statutes-file-accordion li:last-child .statutes-file-accordion-title {
    border-bottom: 0px;
}

.statutes-file-accordion
li
.statutes-file-accordion-title.ui-state-active:after {
    content: "\f056";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #666666;
}

.statutes-file-accordion li .statutes-file-accordion-content {
    padding: 15px 0;
    background: #eaeaea;
    border: 0;
    border-radius: 0;
}

.statutes-file-accordion li:last-child .statutes-file-accordion-content {
    border-bottom: 0.5px solid #d7d7d7;
    border-radius: 0;
}

.statutes-file-list-head {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    margin-top: 35px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .statutes-file-list-head h3 {
        float: left;
    }

    .statutes-file-list-head .button-container {
        float: right;
    }

.statutes-file-list-clear {
    float: left;
    margin: 1px 20px 0 0;
    overflow: hidden;
    background: #666;
    height: 30px;
    box-sizing: border-box;
}

    .statutes-file-list-clear:hover {
        background: #939393;
    }

    .statutes-file-list-clear a {
        color: white;
        display: block;
        padding: 5px 15px;
    }

.statutes-file-list-head-select {
    float: left;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
    width: 174px;
    font-size: 14px;
    color: #6c6d71;
}

ul.statutes-file-list-type {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    ul.statutes-file-list-type li {
        width: 33.33%;
        display: block;
        float: left;
        margin: 0 0 2px 0;
        padding: 0;
    }

        ul.statutes-file-list-type li .statutes-file-group {
            background: none;
            border: none;
            padding: 0 5px;
            text-align: left;
            width: 100%;
            display: inline-block;
            box-sizing: border-box;
        }

            ul.statutes-file-list-type li .statutes-file-group label {
                padding: 7px 10px;
                font-size: 14px;
                width: 100%;
                display: block;
                box-sizing: border-box;
                word-break: keep-all;
            }

        ul.statutes-file-list-type li span {
            padding: 7px 10px;
            font-size: 14px;
            width: 100%;
            display: block;
            box-sizing: border-box;
            word-break: keep-all;
        }

        ul.statutes-file-list-type li .statutes-file-group:hover > label {
            color: #046cb1;
        }

        ul.statutes-file-list-type li .statutes-file-clear {
            position: absolute;
            right: 15px;
            top: 2px;
            cursor: pointer;
        }

            ul.statutes-file-list-type li .statutes-file-clear span {
                display: none;
            }

            ul.statutes-file-list-type li .statutes-file-clear:after {
                content: "\f00d";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: #666666;
                font-size: 10px;
            }

        ul.statutes-file-list-type li.active-item {
            border-radius: 3px;
            position: relative;
        }

            ul.statutes-file-list-type li.active-item .statutes-file-group label {
                border-radius: 3px;
                background: #d7d7d7;
                padding: 5px 25px 5px 10px;
            }

ul.statutes-file-list-date {
    width: 93%;
    display: inline-block;
    padding: 15px;
}

    ul.statutes-file-list-date li {
        width: 33.33333333%;
        display: inherit;
        float: left;
    }

        ul.statutes-file-list-date li .statutes-file-list-date-content {
            padding-right: 30px;
        }

            ul.statutes-file-list-date li .statutes-file-list-date-content label {
                display: block;
                margin: 0 0 5px 0;
            }

            ul.statutes-file-list-date li .statutes-file-list-date-content input {
                height: 32px;
                border: 1px solid #d7d7d7;
                width: 100%;
                padding: 0 15px;
            }

            ul.statutes-file-list-date li .statutes-file-list-date-content select {
                border: 1px solid #d7d7d7;
                height: 32px;
                width: 100%;
                padding: 0 10px;
                font-size: 14px;
                color: #949496;
            }

.statutes-file-list {
    flex-wrap: wrap;
    display: flex;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

    .statutes-file-list li {
        padding: 0 9px;
        width: 33.33333%;
        position: relative;
        box-sizing: border-box;
        margin: 0 0 18px 0;
    }

        .statutes-file-list li .statutes-file-item {
            border: solid 1px #d7d7d7;
            height: 185px;
            background: #efefef;
        }

        .statutes-file-list li .statutes-file-link {
            padding: 15px;
            display: block;
        }

            .statutes-file-list li .statutes-file-link:after {
                content: "";
                display: block;
                width: 20px;
                height: 30px;
                background: #f9f9f9;
                border-right: 1px solid #d7d7d7;
                position: absolute;
                top: -11px;
                right: 2px;
                transform: rotate(135deg);
            }

        .statutes-file-list li .statutes-file-name {
            font-size: 0.95rem;
            color: #046cb1;
            margin-bottom: 8px;
            display: block;
            word-break: break-word;
            margin-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 60px;
        }

        .statutes-file-list li a .statutes-file-name:before {
            display: block;
            margin: 0 0 5px 0;
        }

        .statutes-file-list li a:hover {
            color: #606060;
        }

        .statutes-file-list li .statutes-file-link:hover .statutes-file-name {
            text-decoration: underline;
        }

        .statutes-file-list li .statutes-file-published {
            margin-bottom: 1em;
            font-size: 0.82rem;
            color: #606060;
        }

        .statutes-file-list li .statutes-file-descriptions {
            line-height: 16px;
            color: #606060;
            font-size: 0.82rem;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 65px;
            margin-top: 6px;
        }

            /*.statutes-file-list li .statutes-file-descriptions:hover{
     color: #046CB1;
}*/

            .statutes-file-list li .statutes-file-descriptions .file-created-date {
                display: block;
                margin-bottom: 5px;
            }

        .statutes-file-list li a[href$=".pdf"] .statutes-file-name:before {
            content: "\f1c1";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }

        .statutes-file-list li a[href$=".zip"] .statutes-file-name:before {
            content: "\f1c6";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }

        .statutes-file-list li a[href$=".xml"] .statutes-file-name:before,
        .statutes-file-list li a[href$=".xls"] .statutes-file-name:before,
        .statutes-file-list li a[href$=".xlsx"] .statutes-file-name:before {
            content: "\f1c3";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }

        .statutes-file-list li a[href$=".docx"] .statutes-file-name:before,
        .statutes-file-list li a[href$=".txt"] .statutes-file-name:before,
        .statutes-file-list li a[href$=".odt"] .statutes-file-name:before,
        .statutes-file-list li a[href$=".doc"] .statutes-file-name:before {
            content: "\f0f6";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }

/* Top Content Area */
.top-content-area {
    float: left;
    width: 100%;
    display: block;
}

    .top-content-area .btn-contact {
        margin-left: auto;
    }

    .top-content-area .ContactArea {
        max-width: 100%;
    }

        .top-content-area .ContactArea .contact-inner {
            max-width: 690px;
            display: block;
            margin: 0 auto;
        }

    .top-content-area img {
        width: initial;
    }

.accordion-title-decider {
    width: 40%;
}

.accordion-title-category {
    width: 20%;
}

.accordion-title-date-up {
    width: 20%;
}

.accordion-title-date-down {
    width: 20%;
}

.accordion-billboard-file-list-type {
    list-style: none;
    margin-left: 10px;
}

    .accordion-billboard-file-list-type i {
        margin-bottom: 10px;
        font-size: 36px;
        height: auto;
    }

.billboard-file-search {
    margin-bottom: 10px;
}

.billboard-top-bar {
    padding: 15px;
    height: 19px;
    background: #ffcc00;
}

    .billboard-top-bar .accordion-title-decider,
    .billboard-top-bar .accordion-title-category,
    .billboard-top-bar .accordion-title-date-up,
    .billboard-top-bar .accordion-title-date-down {
        display: inline-block;
        float: left;
    }

    .billboard-top-bar div a:hover {
        color: black;
        text-decoration: none;
    }

    .billboard-top-bar h4 {
        font-size: 1rem;
        display: inline-block;
    }

.billboard-file-list-clear {
    display: inline;
}

    .billboard-file-list-clear a {
        position: absolute;
        right: 0;
        top: 0;
        padding: 6px 15px;
        color: white;
        background: #666666;
    }

        .billboard-file-list-clear a:hover {
            background: #939393;
        }

.filter-arrows {
    color: black;
    opacity: 0.3;
    margin-left: 5px;
    float: right;
    clear: both;
}

    .filter-arrows.fa-caret-up {
        margin-top: -3px;
    }


    .filter-arrows.fa-caret-down {
        margin-top: -13px;
    }

/* img-content */
div.newtheme .img-content {
    text-align: center;
}

    div.newtheme .img-content img {
        height: 350px;
        max-width: none;
        margin: 0 -100%;
    }

div.newtheme.display-one-quarter .img-content img {
    margin: 0 -500%;
}

/* text-content */
div.newtheme .text-content p {
    margin-bottom: 0.5em;
}

div.newtheme ul li,
div.newtheme .text-content p {
    font-size: 1.2em;
}

div.newtheme .text-content .holder ul li {
    margin-bottom: 0.5em;
    margin-left: 3px;
    margin-right: 3px;
}

    div.newtheme .text-content .holder ul li:last-child {
        margin-bottom: 0px;
    }

div.newtheme .text-content .holder {
    padding: 25px 20px;
    word-break: break-word;
}

div.newtheme .text-content a:hover {
}

div.newtheme .text-content .holder h3 {
    font-size: 2em;
    margin-bottom: 8px;
}

div.newtheme .text-content .read-more-link {
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 25px 0px;
}

    div.newtheme .text-content .read-more-link span {
        padding-left: 20px;
    }

.filter-arrows.active {
    opacity: 1;
}

.accordion-billboard-file-list-type li {
    display: inline-block;
    vertical-align: text-top;
    width: 24%;
    text-align: center;
    font-size: 80%;
}

    .accordion-billboard-file-list-type li a {
        display: block;
        margin: 10px 0;
        font-size: 1.1em;
        word-break: break-all;
    }

/* LinkList */
.left-content-area .LinkList .ItemNewsHeading,
.ItemNewsHeading {
    color: #046cb1;
}

.left-content-area .LinkList .NewsItem:link,
.left-content-area .LinkList .NewsItem:visited {
    width: 96%;
    border: none;
}

.left-content-area .LinkList a.LinkListItem:link,
.left-content-area .LinkList a.LinkListItem:visited {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin: 0;
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.left-content-area .LinkList a,
.left-content-area .LinkList a:link,
.left-content-area .LinkList a:visited {
    display: block;
    padding: 0 0 0 10px;
    background: url(../Images/old/arrow.gif) 0 4px no-repeat transparent;
    text-decoration: none;
    clear: both;
    color: #000;
}

    .left-content-area .LinkList a .left-content-area .LinkList a:link,
    .left-content-area .LinkList a:visited {
        color: #046cb1;
    }

    .left-content-area .LinkList a:hover {
        text-decoration: underline;
    }

    .left-content-area .LinkList a.ImageWithLink:link,
    .left-content-area .LinkList a.ImageWithLink:visited {
        background-image: none;
        padding-left: 0;
    }

.left-content-area .LinkList .LinkListHeading {
    font-weight: normal;
    display: inline;
    margin: 0;
    color: #046cb1;
}

.left-content-area .LinkList .LinkListText {
    padding: 0;
    margin: 0;
    color: #000;
}

/* Browser Prompt */
div.browser-prompt {
    overflow: auto;
    background-color: #fff070;
    padding: 10px 0 15px 0;
}

    div.browser-prompt p {
        padding: 15px 15px 5px 40px;
        background: url("../images/warning.png") no-repeat left center;
    }

    div.browser-prompt a {
        color: #046cb1;
    }

/*  Base - mobile navigation
    ============================= */
body.nav-active {
    overflow-y: hidden;
}

nav.nav-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 60px;
    pointer-events: none;
}

    nav.nav-mobile .topbar {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #49504a;
        pointer-events: initial;
    }

        nav.nav-mobile .topbar .search {
            margin-top: 0;
        }

        nav.nav-mobile .topbar .icon-block {
            height: 60px;
            display: flex;
            align-items: center;
            padding: 0 20px;
        }

            nav.nav-mobile .topbar .icon-block a {
                color: #fff;
            }

            nav.nav-mobile .topbar .icon-block .toggle-navigation-btn {
                position: relative;
                display: flex;
                width: 30px;
                height: 24px;
                justify-content: space-between;
                flex-direction: column;
            }

                nav.nav-mobile .topbar .icon-block .toggle-navigation-btn .icon-bar {
                    width: 30px;
                    transition: all 0.3s ease-in-out;
                    transform: rotate(0deg);
                    height: 3px;
                    background: #fff;
                    border-radius: 2px;
                }

                nav.nav-mobile .topbar .icon-block .toggle-navigation-btn.active .icon-bar {
                    position: absolute;
                    top: 10px;
                    right: 0;
                    transform: rotate(45deg);
                }

                    nav.nav-mobile
                    .topbar
                    .icon-block
                    .toggle-navigation-btn.active
                    .icon-bar:first-child {
                        transform: rotate(-45deg);
                    }

    nav.nav-mobile .menu-collapse {
        overflow-y: scroll;
        height: calc(100% - 60px);
        pointer-events: initial;
    }

        nav.nav-mobile .menu-collapse li {
            display: flex;
            align-items: stretch;
            width: 100%;
            flex-wrap: wrap;
        }

        nav.nav-mobile .menu-collapse ul.subnav {
            background: rgba(0, 0, 0, 0.06);
            box-shadow: inset -5px 12px 10px -11px rgba(0, 0, 0, 0.3);
        }

.js nav.nav-mobile ul li.menu-toggle ul {
    display: flex;
    width: 100%;
    background: #fff;
}

nav.nav-mobile .menu-collapse li.menu-toggle ul li.menu-title {
    width: auto;
    flex-grow: 1;
    padding: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    flex-wrap: nowrap;
}

    nav.nav-mobile .menu-collapse li.menu-toggle ul li.menu-title.main-menu {
        background: #fff;
    }

        nav.nav-mobile .menu-collapse li.menu-toggle ul li.menu-title.main-menu.active {
            border-bottom: 1px solid #e1e1e1;
        }

    nav.nav-mobile
    .menu-collapse
    li.menu-toggle
    ul
    li.menu-title.entry-links-menu.active {
        border-bottom: 1px solid #5e5e63;
    }

    nav.nav-mobile .menu-collapse li.menu-toggle ul li.menu-title i {
        margin-left: 15px;
    }

    nav.nav-mobile .menu-collapse li.menu-toggle ul li.menu-title.active {
        box-shadow: none;
    }

nav.nav-mobile .menu-collapse .entry-links-menu {
    background: #6c6d71;
    color: #fff;
}

    nav.nav-mobile .menu-collapse .entry-links-menu a {
        color: #fff;
    }

    nav.nav-mobile .menu-collapse .entry-links-menu .translate-outer {
        padding: 15px;
        width: 100%;
        display: none;
    }

nav.nav-mobile .menu-collapse li.menu.active {
    min-height: calc(100% - 64px);
}

nav.nav-mobile .menu-collapse li.menu ul li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

nav.nav-mobile .menu-collapse li.menu > ul > li:first-child {
    border-top: none;
}

nav.nav-mobile .menu-collapse li.menu > ul > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

nav.nav-mobile .menu-collapse li.main-menu ul li a {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 10px 15px;
    font-size: 18px;
    max-width: calc(100% - 60px);
    box-sizing: border-box;
}

nav.nav-mobile .menu-collapse li.entry-links-menu ul li a {
    display: flex;
    padding: 15px;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
}

    nav.nav-mobile .menu-collapse li.entry-links-menu ul li a i {
        padding-right: 15px;
    }

nav.nav-mobile .menu-collapse li.menu ul li ul li a {
    font-size: 16px;
}

nav.nav-mobile .menu-collapse li ul {
    width: 100%;
}

nav.nav-mobile .menu-collapse li.menu.active > ul {
    display: block;
}

nav.nav-mobile .menu-collapse li.main-menu.menu {
    background: #fff;
}

nav.nav-mobile .menu-collapse li a {
    flex-grow: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    min-height: 60px;
}

nav.nav-mobile .menu-collapse ul li a {
    min-height: 4px;
}

nav.nav-mobile .menu-collapse li .icon {
    width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    color: #6a6b6f;
}

nav.nav-mobile .menu-collapse li.has-children .icon {
    cursor: pointer;
    border: none;
}

nav.nav-mobile .menu-collapse li.has-children > .icon:before {
    content: "";
    width: 20px;
    border-bottom: 2px solid;
    position: absolute;
}

nav.nav-mobile .menu-collapse li.has-children > .icon:after {
    content: "";
    width: 20px;
    border-bottom: 2px solid;
    position: absolute;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

nav.nav-mobile .menu-collapse li.active > .icon:after {
    transform: none;
}

nav.nav-mobile .menu-collapse li.active > a {
    font-weight: 600;
}

nav.nav-mobile .menu-collapse li.has-children.active > .icon {
    background: #e9034b;
    color: #fff;
}

nav.nav-mobile .menu-collapse li.menu ul li ul li .icon {
    min-height: 45px;
}

.js nav.nav-mobile ul {
    display: none;
}

nav.nav-mobile .menu-collapse li.menu ul li ul li ul li a {
    padding-left: 20px;
}

nav.nav-mobile .menu-collapse li.menu ul li ul li ul li ul li a {
    padding-left: 25px;
}

nav.nav-mobile .menu-collapse li.menu ul li ul li ul li ul li ul li a {
    padding-left: 30px;
}

nav.nav-mobile .menu-collapse li.menu ul li ul li ul li ul li ul li a {
    padding-left: 35px;
}

/*  Base - footer
    ============================= */

footer {
    width: 100%;
    border-top: solid 3px #6c6d71;
    padding-top: 35px;
    font-size: 13px;
    clear: both;
}

    footer h3 {
        padding: 0 0 10px;
        font-size: 18px;
        border-bottom: solid 1px #d7d7d7;
    }

/*  Modules - footersocialblock
    ============================= */
.footersocialblock {
    margin-top: 0.6em;
    padding-bottom: 4em !important;
}

.footerlistblock ul {
    margin-top: 1em;
    border-bottom: 1px solid #d7d7d7;
    margin-left: 0;
}

.fa-mynewsdesk::before {
    content: url("../Images/icon_mynewsdesk.png");
}

.footerlistblock ul li {
    margin-bottom: 5px;
}

    .footerlistblock ul li i {
        padding-left: 2rem;
    }

    .footerlistblock ul li a {
        display: block;
        clear: both;
        position: relative;
    }

        .footerlistblock ul li a:after {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            color: #6c6d71;
            margin: 0 0 0 8px;
            font-size: 80%;
        }

        .footerlistblock ul li a[href^="http://"]:not([href*="skovde.se"]):after,
        .footerlistblock ul li a[href^="https://"]:not([href*="skovde.se"]):after {
            content: "\f35d";
            right: -4px;
            font-weight: bold;
            font-size: 80%;
        }

        .footerlistblock ul li a:hover,
        .footerlistblock ul li a:hover:after {
            color: #0a8dbe;
        }

    .footerlistblock ul li.icon {
        height: 30px;
    }

        .footerlistblock ul li.icon a {
            margin-left: 40px;
            padding-top: 5px;
        }

    .footerlistblock ul li.icon-facebook {
        background: transparent url(../images/icon_facebook.png) no-repeat top left;
    }

    .footerlistblock ul li.icon-twitter {
        background: transparent url(../images/icon_twitter.png) no-repeat top left;
    }

    .footerlistblock ul li.icon-instagram {
        background: transparent url(../images/icon_instagram.png) no-repeat top left;
    }

    .footerlistblock ul li.icon-linkedin {
        background: transparent url(../images/icon_linkedin.png) no-repeat top left;
    }

    .footerlistblock ul li.icon-youtube {
        background: transparent url(../images/icon_youtube.png) no-repeat top left;
    }

.footerlistblock .text {
    margin-top: 1em;
}

/* custom linklist for full-width */
.footerlistblock.display-full ul {
    overflow: auto;
}

    .footerlistblock.display-full ul li {
        float: left;
        width: 31.3%;
    }

        .footerlistblock.display-full ul li:nth-child(3n + 1) {
            margin-right: 3%;
        }

        .footerlistblock.display-full ul li:nth-child(3n + 0) {
            margin-left: 3%;
        }

.footerlistblocklink {
    line-height: 3rem;
    margin-left: 3.5rem;
}

/* Contact form */

.contact-form {
    margin-top: 1em;
}

    .contact-form input[type="text"],
    .contact-form input[type="tel"],
    .contact-form input[type="email"],
    .contact-form textarea {
        width: 100%;
    }

    .contact-form input,
    .contact-form select {
        padding: 0.3em 0.5em;
        border: 1px solid #d7d7d7;
    }

        .contact-form input.upload-file {
            border: none;
            float: left;
            padding: 0.5em 0;
        }

    .contact-form .invalid {
        background: #ffd9d9;
        border: 1px solid #ff0000;
    }

    .contact-form input.submit-file {
        float: right;
    }

    .contact-form label {
        display: block;
        margin: 0.5em 0;
    }

        .contact-form label input[type="radio"] {
            vertical-align: middle;
            margin: 1px 3px 3px 0px;
        }

    .contact-form .input-group {
        margin: 1em 0;
        padding: 1em;
        background: #eee;
        overflow: hidden;
    }

    .contact-form p {
        margin: 0;
        padding: 0 0 1em;
    }

    .contact-form .button {
        background: #e50052;
        color: #fff;
        display: inline-block;
        margin: 0.5em 0;
        padding: 0.5em 1.5em;
        cursor: pointer;
        border: none;
    }

    .contact-form .pull-down-button:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 10px;
        margin-left: 6px;
    }

    .contact-form .pull-down-button.expanded:after {
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 10px;
        margin-left: 6px;
    }

    .contact-form .pull-down-container .row-input-group {
        width: 100%;
        overflow: hidden;
        margin-bottom: 1em;
    }

        .contact-form .pull-down-container .row-input-group .submitted {
            margin-bottom: 10px;
        }

        .contact-form .pull-down-container .row-input-group .size {
            margin-left: 3px;
            padding-left: 8px;
            color: #aaaaaa;
            font-size: 12px;
            position: relative;
        }

            .contact-form .pull-down-container .row-input-group .size:before {
                content: "-";
                position: absolute;
                left: 0;
                top: 0;
            }

    .contact-form .pull-down-container input[type="submit"] {
        float: right;
        cursor: pointer;
    }

    .contact-form .pull-down-container .remove-file {
        background: transparent;
        border: none;
        padding: 0;
        color: #e50052;
    }

    .contact-form .map-container iframe {
        width: 100% !important;
    }

    .contact-form .required {
        margin: 1em 0;
        padding: 1em;
        background: #ffd9d9;
        overflow: hidden;
        color: #000;
    }

        .contact-form .required ul li {
            padding: 0.2em 0;
        }

.form-validation-summary h4 {
    font-size: 1.4em;
    margin-bottom: 5px;
}

/*  Base - Media
    ============================= 
    Responsive adjustments are made here
*/

@media (min-width: 992px) and (max-width: 1199px) {
    nav[role="navigation"] ul.nav > li > a {
        padding: 15px 15px 15px 15px;
        width: 70px;
    }

    .left-content-area {
        width: 100%;
        margin: 0px;
    }

    .right-content-area {
        width: 100%;
    }

    /* files-list */
    ul.statutes-file-list li {
        width: 50%;
    }

        ul.statutes-file-list li:last-child,
        ul.statutes-file-list li:nth-last-child(2) {
            margin-bottom: 0;
        }

    ul.statutes-file-list-type li {
        width: 50%;
    }

        ul.statutes-file-list-type li:nth-child(even) a {
            padding: 0 10px 0 5px;
        }

        ul.statutes-file-list-type li:nth-child(odd) a {
            padding: 0 5px 0 10px;
        }

        ul.statutes-file-list-type li.active-item:after {
            right: 10px;
        }

    /* ContactArea */
    .MidColumn.centered .article-leading-wrapper .ContactArea {
        max-width: 100%;
    }

    .ContactArea {
        max-width: 520px;
    }

        .ContactArea .first-contact .left-area .contact-info p,
        .ContactArea .first-contact .left-area .contact-info a {
            font-size: 1em;
        }
}

/* Datepicker */

#ui-datepicker-div {
    width: 250px;
    background: #fff;
    border-radius: 0 !important;
    font-size: 1em !important;
}

    #ui-datepicker-div .ui-datepicker-header {
        background: #666 !important;
        border: none !important;
        position: relative;
        padding: 0.5em;
        font-weight: normal !important;
    }

    #ui-datepicker-div .ui-datepicker-title {
        text-align: center;
        color: #fff;
    }

    #ui-datepicker-div .ui-datepicker-prev {
        position: absolute;
    }

    #ui-datepicker-div .ui-datepicker-next {
        position: absolute;
    }

    #ui-datepicker-div .ui-datepicker-prev:before {
        content: "\f137";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fff;
        font-size: 14px;
        margin-left: 0;
        margin-top: 2px;
    }

    #ui-datepicker-div .ui-datepicker-next:before {
        content: "\f138";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fff;
        font-size: 14px;
        margin-right: 6px;
        margin-top: 2px;
    }

    #ui-datepicker-div .ui-datepicker-prev span,
    #ui-datepicker-div .ui-datepicker-next span {
        display: none !important;
    }

    #ui-datepicker-div .ui-datepicker-next {
        position: absolute;
        right: 0;
    }

    #ui-datepicker-div .ui-datepicker-prev-hover,
    #ui-datepicker-div .ui-datepicker-next-hover {
        color: #fff;
    }

    #ui-datepicker-div .ui-icon {
        background-image: none;
    }

    #ui-datepicker-div .ui-datepicker-calendar {
        width: 100%;
    }

    #ui-datepicker-div .ui-widget.ui-widget-content {
        border: 1px solid #d7d7d7;
    }

    #ui-datepicker-div .ui-state-default,
    #ui-datepicker-div .ui-widget-content #ui-datepicker-div .ui-state-default,
    #ui-datepicker-div .ui-widget-header .ui-state-default {
        background: #eaeaea;
        border: 1px solid #eaeaea;
        color: #111;
        font-weight: normal;
        display: block;
        text-align: center;
    }

    #ui-datepicker-div .ui-widget-header #ui-datepicker-div .ui-state-highlight {
        background: #eaeaea;
        border: 1px solid #046cb1;
    }

    #ui-datepicker-div .ui-widget-header .ui-state-hover,
    #ui-datepicker-div .ui-widget-header .ui-state-focus,
    #ui-datepicker-div .ui-widget-header .ui-state-active {
        background: transparent;
        border: none;
    }

    #ui-datepicker-div .ui-datepicker-calendar .ui-state-active,
    #ui-datepicker-div .ui-datepicker-calendar .ui-state-hover,
    #ui-datepicker-div .ui-datepicker-calendar .ui-state-focus,
    #ui-datepicker-div .ui-datepicker-today .ui-state-default.ui-state-active,
    #ui-datepicker-div .ui-datepicker-today .ui-state-default.ui-state-hover,
    #ui-datepicker-div .ui-datepicker-today .ui-state-default.ui-state-focus {
        background: #046cb1;
        border: 1px solid #046cb1;
        color: #fff;
    }

    #ui-datepicker-div .ui-datepicker-today .ui-state-default {
        background: #eaeaea;
        color: #111;
        border: 1px solid #046cb1;
    }

    #ui-datepicker-div .ui-datepicker th {
        font-weight: normal;
    }

@media screen and (max-width: 767px) {
    .alert-container {
        margin: 30px 15px 30px;
        width: auto;
        display: block;
    }

    .alert-img {
        width: 100%;
        float: left;
        padding: 0 15px;
        display: inline-block;
    }

        .alert-img img {
            width: 100%;
            max-width: 120px;
            display: block;
            margin: 0 auto 20px;
        }

    .alert-content {
        width: 100%;
        float: left;
        padding: 0 15px;
        display: inline-block;
    }

    .container-top {
        position: relative;
    }

    .archive-search {
        float: none;
    }

    header .search {
        width: 100%;
        margin: 0px;
    }

    header .right-content {
        width: 100%;
    }

    /* tilted tabs in desktop */
    nav.entry-links ul li.focus,
    .nav-tabs ul li.focus {
        margin-left: -34px;
        padding-left: 34px;
    }

    /* extra-logo*/
    header .extra-logo {
        position: absolute;
        margin-top: 0px;
        top: 15px;
        right: 0;
    }

        header .extra-logo img {
            max-height: 70px;
        }

    nav[role="navigation"] {
        display: none;
    }

    nav.entry-links,
    .nav-tabs {
        margin-bottom: 0px;
    }

        nav.entry-links ul {
            float: left;
            width: 100%;
            padding-right: 0;
            margin-top: 0;
            display: inline-block;
        }

            nav.entry-links ul li.first a,
            nav.entry-links ul li a {
                padding: 5px 2.5px;
                font-size: 12px;
            }

            nav.entry-links ul li,
            .nav-tabs ul li,
            nav.entry-links ul li.first a,
            .nav-tabs ul li.first a,
            nav.entry-links ul li.focus a,
            .nav-tabs ul li.focus a {
                background-image: none !important;
            }
    /*nav.entry-links ul li.focus a, .nav-tabs ul li.focus a {
       border: solid 1px #d7d7d7; 
    }*/

    .nav-tabs {
        height: auto;
        display: inline-block;
    }

        .nav-tabs ul {
            width: auto;
            padding-right: 0;
        }

            .nav-tabs ul li a,
            .nav-tabs ul li.first a,
            .nav-tabs ul li.first.focus a {
                padding: 5px 8px 5px 8px;
                border: 0.1px solid;
                border-color: #d7d7d7;
            }

            .nav-tabs ul li {
                width: 100%;
            }

    /* siteQuestions */
    .site-questions ul li {
        width: 25%;
    }

    .alert-container {
        margin: 30px 15px 30px;
        width: auto;
        display: block;
    }

    .alert-img {
        width: 100%;
        float: left;
        padding: 0 15px;
        display: inline-block;
    }

        .alert-img img {
            width: 100%;
            max-width: 120px;
            display: block;
            margin: 0 auto 20px;
        }

    .alert-content {
        width: 100%;
        float: left;
        padding: 0 15px;
        display: inline-block;
    }

    /* files-list */

    ul.statutes-file-list li {
        width: 50%;
    }

        ul.statutes-file-list li:last-child {
            margin-bottom: 0;
        }

    ul.statutes-file-list-type li {
        width: 50%;
    }

        ul.statutes-file-list-type li:nth-child(even) a {
            padding: 0 10px 0 5px;
        }

        ul.statutes-file-list-type li.active-item:after {
            right: 10px;
        }

        ul.statutes-file-list-type li:nth-child(odd) a {
            padding: 0 5px 0 10px;
        }
}

@media screen and (min-width: 375px) and (max-width: 420px) {
    nav.entry-links ul li.first a,
    nav.entry-links ul li a {
        padding: 5px 8px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    /* files-list */

    .statutes-file-list-head h3,
    .statutes-file-list-head .button-container {
        float: none;
    }

    .statutes-file-list-head h3 {
        margin-bottom: 10px;
    }

    .statutes-file-search-input {
        padding: 0 15px;
    }

    ul.statutes-file-list li {
        width: 100%;
    }

        ul.statutes-file-list li:last-child {
            margin-bottom: 0;
        }

    ul.statutes-file-list-type li {
        width: 100%;
    }

    .statutes-file-list li .statutes-file-name {
        height: auto;
    }

    ul.statutes-file-list-type li a {
        padding: 0;
    }

    ul.statutes-file-list-type li span {
        padding: 7px 10px;
    }

    .statutes-file-list li .statutes-file-item {
        height: auto;
    }

    ul.statutes-file-list-type li.active-item span {
        padding: 5px 25px 5px 10px;
    }

    ul.statutes-file-list-type li.active-item:after {
        right: 10px;
    }

    ul.statutes-file-list-date {
        padding: 0 10px;
    }

        ul.statutes-file-list-date li {
            width: 100%;
            margin-bottom: 20px;
        }

    ul.statutes-file-list-type li:nth-child(even) a,
    ul.statutes-file-list-type li:nth-child(odd) a {
        padding: 0 10px;
    }

    ul.statutes-file-list-date li:last-child {
        margin-bottom: 0;
    }

    ul.statutes-file-list-date li .statutes-file-list-date-content {
        padding-right: 0;
    }

        ul.statutes-file-list-date li .statutes-file-list-date-content input {
            padding: 0 10px;
        }

        ul.statutes-file-list-date li .statutes-file-list-date-content select {
            padding: 0 5px;
        }

    div#slideshow.rs_skip {
        height: 200px;
    }

    .project-status .status-item .status-label,
    .project-status .status-item:last-of-type .status-label,
    .project-status .status-item:first-of-type .status-label {
        max-width: 128px;
    }

    nav.nav-mobile .menu-collapse li.menu-toggle ul li.menu-title {
        padding: 20px 10px;
    }

    .EventCalendarHeader {
        display: block !important;
        margin-bottom: 10px;
    }

        .EventCalendarHeader .clear-filters {
            margin-top: 10px;
            display: inline-block;
        }

    .EventCalendarItem {
        width: 100% !important;
    }
}

/* 
    ==================================================
    Modules
    ================================================== 
    Write the episerver 7 blocks here 
*/

/*  Modules - divider-block
    ============================= */
.divider-block {
    padding: 0;
}

/*  Modules - Title
    ============================= */

div.linklistblock h3,
div.calendarblock h3,
div.linklistblock h3,
div.newslistblock h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

/*  Modules - slideshowblock
    ============================= */

div.slideshowblock {
    position: relative;
    padding-bottom: 30px;
    margin: 0px 0px 40px 0px;
    background: #f8f8f8 url("../images/slider_shadow.png") no-repeat 0% 100%;
    background-size: 100%;
    padding: 0 15px;
}

    div.slideshowblock .slideshow {
        position: relative;
        max-width: 1170px;
        max-height: 450px;
        overflow: hidden;
    }

        /* Custom aspect ratio - our padding-bottom is 38.46 due to 5:13 aspect ratio which means 5/13 = 0,3846 */
        div.slideshowblock .slideshow .slides {
            width: 100%;
            position: relative;
            overflow: hidden;
            background-color: #fff;
            padding-bottom: 38.46%;
        }

            div.slideshowblock .slideshow .slides div {
                position: absolute;
                padding-bottom: 38.46%;
                width: 100%;
            }

.slideshowblock .slideshow .caption {
    display: none !important;
}

div.slideshowblock .slideshow .caption-container {
    z-index: 100;
    color: #fff;
    position: absolute;
    height: 25%;
    width: 44%;
    bottom: 33%;
    left: 28%;
    padding: 25px 0 30px 0;
    text-align: center;
    text-shadow: 0 1px 1px #474747;
    background: transparent;
    border: 1px solid #fff;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
}

div.slideshowblock .slideshow .next,
div.slideshowblock .slideshow .prev,
div.slideshowblock .slideshow .start,
div.slideshowblock .slideshow .stop,
div.slideshowblock .slideshow .youtube-play {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    position: absolute;
    z-index: 100;
}

    div.slideshowblock .slideshow .next:hover,
    div.slideshowblock .slideshow .prev:hover,
    div.slideshowblock .slideshow .start:hover,
    div.slideshowblock .slideshow .stop:hover,
    div.slideshowblock .slideshow .youtube-play {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

div.slideshowblock .slideshow .next,
div.slideshowblock .slideshow .prev {
    top: 45%;
    padding: 15px;
}

div.slideshowblock .slideshow .next {
    right: 35px;
    background: #fff url("../Images/glyphicons_223_chevron-right.png") no-repeat 8px 4px;
}

div.slideshowblock .slideshow .prev {
    left: 35px;
    background: #fff url("../Images/glyphicons_224_chevron-left.png") no-repeat 6px 4px;
}

div.slideshowblock .slideshow a.stop,
div.slideshowblock .slideshow a.start {
    top: 20px;
    left: 35px;
    padding: 15px;
}

div.slideshowblock .slideshow a.stop {
    background: #fff url("../Images/glyphicons_174_pause.png") no-repeat 10px 7px;
}

div.slideshowblock .slideshow a.start {
    background: #fff url("../Images/glyphicons_173_play_small.png") no-repeat 10px 8px;
}

div.slideshowblock .slideshow .youtube-play {
    top: 15%;
    width: 70px;
    height: 70px;
    background: #fff;
    margin-left: -35px;
    left: 50%;
    background: #fff url("../Images/glyphicons_173_play.png") no-repeat 27px 26px;
}

div.slideshowblock .slideshow .slides iframe,
div.slideshowblock .slideshow .slides object,
div.slideshowblock .slideshow .slides embed {
    position: absolute;
    width: 100%;
    height: 100%;
}

div.slideshowblock .slideshow .pager {
    position: absolute;
    z-index: 1000;
    bottom: 20px;
    margin: 0;
    width: 20%;
    left: 40%;
    right: 40%;
    text-align: center;
}

    div.slideshowblock .slideshow .pager a {
        position: relative;
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 0 3px;
        text-indent: -999em;
        background: transparent url(../images/dots.png) no-repeat top left;
        background-position: 0px 0px;
    }

        div.slideshowblock .slideshow .pager a.activeSlide {
            background-position: -22px 0px;
        }

/* slideshow custom width adjustments */
div.slideshowblock .slideshow .caption-container h1 {
    margin-bottom: 20px;
}

div.slideshowblock.display-three-quarters .slideshow,
div.slideshowblock.display-two-thirds .slideshow,
div.slideshowblock.display-half .slideshow {
    padding-bottom: 20px;
}

div.slideshowblock.display-one-quarter .slideshow,
div.slideshowblock.display-one-third .slideshow {
    padding-bottom: 10px;
}

    div.slideshowblock.display-one-quarter .slideshow .caption-container,
    div.slideshowblock.display-one-third .slideshow .caption-container {
        border: none;
    }

div.slideshowblock.display-two-thirds .slideshow .caption-container h1 {
    margin-bottom: 10px;
}

div.slideshowblock.display-half .slideshow .caption-container h1,
div.slideshowblock.display-one-quarter .slideshow .caption-container h1,
div.slideshowblock.display-one-third .slideshow .caption-container h1 {
    margin-bottom: 5px;
}

/* slideshow h2 */
div.slideshowblock .slideshow h2 {
    font-size: 69px;
}

div.slideshowblock.display-two-thirds .slideshow h3,
div.slideshowblock.display-three-quarters .slideshow h3 {
    font-size: 49px;
}

div.slideshowblock.display-half .slideshow h3 {
    font-size: 39px;
}

div.slideshowblock.display-one-third .slideshow h3,
div.slideshowblock.display-one-quarter .slideshow h3 {
    font-size: 18px;
}

/* slideshow p */
div.slideshowblock .slideshow p {
    font-size: 18px;
    font-style: italic;
}

div.slideshowblock.display-one-third .slideshow p,
div.slideshowblock.display-one-quarter .slideshow p {
    font-size: 16px;
}

/* Georgia */

div.slideshowblock .slideshow {
    font-family: "Georgia", sans-serif;
}

/*  Modules - titleblock
    ============================= */
div.titleblock {
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 13px;
    margin-bottom: 15px;
}

div.oldtheme-section {
    display: none;
}

/*  Modules - Contact-area
    ============================= */
/*.contact-area {
    background: #e5e5e5;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 30px;
}

.contact-area .col-wide {
    border-bottom: 1px solid black;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.contact-area .col-wide .heading {
    margin-bottom: 7px;
    font-size: 2em;
    display: block;
}

.col-left, .col-right {
    width: 50%;
    display: inline-block;
    float: left;
}*/

.ac_results {
    border-radius: 0 !important;
}

/*  Modules - newtheme
    ============================= */

div.newtheme-section {
    padding: 0 15px;
}

div.newtheme {
    height: 350px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    float: left;
}

    /* img-content */
    div.newtheme .img-content {
        text-align: center;
    }

        div.newtheme .img-content img {
            height: 350px;
            max-width: none;
            margin: 0 -100%;
        }

    div.newtheme.display-one-quarter .img-content img {
        margin: 0 -500%;
    }

    /* text-content */
    div.newtheme .text-content p {
        margin-bottom: 0.5em;
    }

    div.newtheme ul li,
    div.newtheme .text-content p {
        font-size: 1.2em;
    }

    div.newtheme .text-content .holder ul li {
        margin-bottom: 0.5em;
        margin-left: 3px;
        margin-right: 3px;
    }

        div.newtheme .text-content .holder ul li:last-child {
            margin-bottom: 0px;
        }

    div.newtheme .text-content .holder {
        padding: 25px 20px;
        word-break: break-word;
    }

    div.newtheme .text-content a:hover {
    }

    div.newtheme .text-content .holder h3 {
        font-size: 2em;
        margin-bottom: 8px;
    }

    div.newtheme .text-content .read-more-link {
        font-weight: 700;
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 25px 0px;
    }

        div.newtheme .text-content .read-more-link span {
            padding-left: 20px;
        }

div.imagetileblock:hover {
    opacity: 0.75;
}

div.imagetileblock a:focus-visible .img-content::after {
    box-shadow: inset 0 0 0 2px black;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*  Modules - imageslidertileblock
    ============================= */
div.imageslidertileblock {
    position: relative;
    background-size: 100%;
    padding: 0;
}

    div.imageslidertileblock .slideshow {
        position: relative;
        max-width: 1170px;
        height: 350px;
        overflow: hidden;
    }

        /* Used to reset styles */
        div.imageslidertileblock .slideshow button {
            text-align: inherit;
            border: none;
            border-radius: 0;
            margin: 0;
            padding: 0;
            width: auto;
            overflow: visible;
            background: transparent;
            /* inherit font & color from ancestor */
            color: inherit;
            font: inherit;
            /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
            line-height: normal;
            /* Corrects font smoothing for webkit */
            -webkit-font-smoothing: inherit;
            -moz-osx-font-smoothing: inherit;
            /* Corrects inability to style clickable `input` types in iOS */
            -webkit-appearance: none;
        }

        /* Custom aspect ratio - our padding-bottom is 38.46 due to 5:13 aspect ratio which means 5/13 = 0,3846 */
        div.imageslidertileblock .slideshow .slides {
            width: 100%;
            position: relative;
            overflow: hidden;
            background-color: #fff;
            padding-bottom: 350px;
        }

            div.imageslidertileblock .slideshow .slides li {
                position: absolute;
                padding-bottom: 38.46%;
                width: 100%;
                text-align: center;
            }

                div.imageslidertileblock .slideshow .slides li a {
                    display: block;
                    position: relative;
                }

                div.imageslidertileblock .slideshow .slides li img {
                    height: 100%;
                    max-width: none;
                    height: 350px;
                    min-width: 100%;
                    max-width: none;
                    margin: 0 -50%;
                }

    div.imageslidertileblock.display-one-quarter .slideshow .slides div img,
    div.imageslidertileblock.display-one-third .slideshow .slides div img {
        margin: 0 -500%;
    }

    div.imageslidertileblock .slideshow .caption {
        display: none !important;
    }

    div.imageslidertileblock .slideshow .caption-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 990;
    }

    div.imageslidertileblock .slideshow a {
        display: table;
        height: 100%;
        width: 100%;
    }

        div.imageslidertileblock .slideshow a .slider-text {
            z-index: 100;
            color: #fff;
            text-align: center;
            pointer-events: none;
            padding: 0 55px;
            overflow: hidden;
            display: table-cell;
            vertical-align: middle;
        }

            div.imageslidertileblock .slideshow a .slider-text .text-holder {
                background: rgba(0, 0, 0, 0.6);
                width: auto;
                display: inline-block;
                padding: 27px;
            }

    div.imageslidertileblock .slideshow .next,
    div.imageslidertileblock .slideshow .prev,
    div.imageslidertileblock .slideshow .start,
    div.imageslidertileblock .slideshow .stop,
    div.imageslidertileblock .slideshow .youtube-play {
        position: absolute;
        z-index: 999;
    }

        div.imageslidertileblock .slideshow .next:hover,
        div.imageslidertileblock .slideshow .prev:hover,
        div.imageslidertileblock .slideshow .start:hover,
        div.imageslidertileblock .slideshow .stop:hover,
        div.imageslidertileblock .slideshow .youtube-play {
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
            -o-transition: 0.5s;
            -ms-transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    div.imageslidertileblock .slideshow .next,
    div.imageslidertileblock .slideshow .prev {
        top: 45%;
        background: white;
        font-weight: 700;
        font-size: 20px;
        width: 25px;
        height: 25px;
        text-align: center;
    }

    div.imageslidertileblock .slideshow .next {
        right: 20px;
    }

        div.imageslidertileblock .slideshow .next:after {
            content: ">";
        }

    div.imageslidertileblock .slideshow .prev {
        left: 20px;
    }

        div.imageslidertileblock .slideshow .prev:after {
            content: "<";
        }

    div.imageslidertileblock .slideshow .stop,
    div.imageslidertileblock .slideshow .start {
        top: 20px;
        left: 20px;
        height: 30px;
        width: 30px;
        padding: 0;
    }

    div.imageslidertileblock .slideshow .stop {
        background: #fff url("../Images/glyphicons_174_pause.png") no-repeat 10px 7px;
    }

    div.imageslidertileblock .slideshow .start {
        background: #fff url("../Images/glyphicons_173_play_small.png") no-repeat 10px 8px;
    }

    div.imageslidertileblock .slideshow .youtube-play {
        width: 70px;
        height: 70px;
        background: #fff;
        margin-left: -35px;
        margin-top: -35px;
        left: 50%;
        top: 50%;
        background: #fff url("../Images/glyphicons_173_play.png") no-repeat 27px 26px;
    }

    div.imageslidertileblock .slideshow .slides iframe,
    div.imageslidertileblock .slideshow .slides object,
    div.imageslidertileblock .slideshow .slides embed {
        height: 350px;
        left: 0;
        top: 0;
        position: relative;
    }

    div.imageslidertileblock .slideshow .pager {
        position: absolute;
        z-index: 1000;
        bottom: 20px;
        margin: 0;
        width: 100%;
        text-align: center;
    }

        div.imageslidertileblock .slideshow .pager li {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: transparent url(../images/dots.png) no-repeat top left;
        }

            div.imageslidertileblock .slideshow .pager li button {
                color: transparent;
                width: 100%;
                height: 100%;
            }

            div.imageslidertileblock .slideshow .pager li.activeSlide {
                background-position: -22px 0px;
            }

    /* slideshow custom width adjustments */
    div.imageslidertileblock .slideshow .caption-container h1 {
        /*margin-bottom: 20px;*/
    }

    div.imageslidertileblock.display-one-quarter .slideshow .caption-container,
    div.imageslidertileblock.display-one-third .slideshow .caption-container {
        border: none;
    }

    div.imageslidertileblock.display-two-thirds .slideshow .caption-container h1 {
        margin-bottom: 10px;
    }

    div.imageslidertileblock.display-half .slideshow .caption-container h1,
    div.imageslidertileblock.display-one-quarter .slideshow .caption-container h1,
    div.imageslidertileblock.display-one-third .slideshow .caption-container h1 {
        margin-bottom: 5px;
    }

    /* slideshow h2 */
    div.imageslidertileblock .slideshow h2 {
        font-size: 69px;
        font-weight: 700;
    }

    div.imageslidertileblock.display-two-thirds .slideshow h2,
    div.imageslidertileblock.display-three-quarters .slideshow h2 {
        font-size: 49px;
    }

    div.imageslidertileblock.display-half .slideshow h2 {
        font-size: 39px;
        line-height: 42px;
    }

    div.imageslidertileblock.display-one-third .slideshow h2,
    div.imageslidertileblock.display-one-quarter .slideshow h2 {
        font-size: 18px;
    }

    /* slideshow p */
    div.imageslidertileblock .slideshow p {
        font-size: 18px;
        font-style: italic;
    }

    div.imageslidertileblock.display-one-third .slideshow p,
    div.imageslidertileblock.display-one-quarter .slideshow p {
        font-size: 16px;
    }

    div.imageslidertileblock:hover {
        opacity: 0.75;
    }
/*  Modules - ImageTileBlock
    ============================= */
div.imagetileblock {
    display: block;
}

    div.imagetileblock .text-content {
        position: absolute;
        top: 0;
    }

        div.imagetileblock .text-content .holder {
            padding: 25px 0;
        }

            div.imagetileblock .text-content .holder h2 {
                font-weight: 700;
                padding: 10px 15px 10px 20px;
                font-size: 28px;
                line-height: 30px;
                margin-bottom: 0px;
            }

            div.imagetileblock .text-content .holder h3.alt-color {
                color: black;
            }

        div.imagetileblock .text-content.align-top-right {
            text-align: right;
            right: 0;
        }

        div.imagetileblock .text-content.align-bottom-left {
            position: absolute;
            bottom: 0;
            top: auto;
        }

        div.imagetileblock .text-content.align-bottom-right {
            position: absolute;
            bottom: 0;
            right: 0;
            top: auto;
            text-align: right;
        }

/*  Modules - EditorTileBlock
    ============================= */
div.editortileblock .text-content {
    width: 100%;
    height: 100%;
}

    div.editortileblock .text-content .holder table {
        color: #fff;
    }

        div.editortileblock .text-content .holder table td {
            font-size: 1.2em;
        }

    div.editortileblock .text-content .holder h2 {
        font-weight: 700;
        font-size: 2em;
        margin-bottom: 8px;
    }

    div.editortileblock .text-content .holder ul {
        list-style-type: none;
        margin-bottom: 10px;
    }

    div.editortileblock .text-content .holder table td {
        font-size: 14px;
    }

/*  Modules - EventsTileBlock
    ============================= */

div.eventstileblock .text-content {
    width: 100%;
    height: 100%;
}

    div.eventstileblock .text-content .holder table {
        color: #fff;
    }

        div.eventstileblock .text-content .holder table td {
            font-size: 1.2em;
        }

    div.eventstileblock .text-content .holder h2 {
        font-weight: 700;
        margin-bottom: 8px;
        font-size: 2em;
    }

    div.eventstileblock .text-content .holder ul {
        list-style-type: none;
    }

        div.eventstileblock .text-content .holder ul li a:before {
            content: ">";
            padding-right: 5px;
        }

.eventstileblock .lds-ellipsis div {
    background: #fff;
}

.eventstileblock .events {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.eventstileblock .event {
    width: 46%;
    /* display: flex; */
    /* padding: 0 10px 15px; */
    box-sizing: border-box;
    background-color: #fff !important;
    border-radius: 12px;
    margin: 0 10px 15px;
    padding: 5px 5px 5px 12px;
    max-height: 50px;
}

    .eventstileblock .event .date {
        /* width: 50px;
        height: 50px;
        border-radius: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: #e50052;
        background: #fff;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        margin-right: 15px; */
        font-size: 18px;
        font-weight: bold;
        color: black;
    }

        .eventstileblock .event .date .day {
            font-weight: 600;
            width: 100%;
            font-size: 20px;
            margin-bottom: -10px;
        }

        .eventstileblock .event .date .month {
            text-transform: uppercase;
            width: 100%;
            font-size: 12px;
        }

.eventstileblock .event-heading {
    position: relative;
}

    .eventstileblock .event-heading span {
        /* max-width: calc(100% - 65px); */
        /* font-weight: bold; */
        font-weight: 600;
        /* max-height: 50px; */
        overflow: hidden;
        color: #000;
        max-height: 18px;
        /* display: inline-block; */
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 90%;
        display: inline-block;
    }

.eventstileblock.newtheme .text-content .events a:after {
    display: none;
}

.eventstileblock a[href^="https://"]:not([href*="skovde.se"]) .event-heading:after,
.eventstileblock a[href^="https://"]:not([href*="skovde.se"]) .event-heading:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 80%;
    margin: 0 0 0 8px;
    display: inline-block;
    color: #000;
    position: absolute;
    top: 4px;
}

.eventstileblock .event-heading:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin: 0 0 0 8px;
    font-size: 80%;
    color: #000;
    position: absolute;
    top: 4px;
}

.eventstileblock.display-one-quarter .event,
.eventstileblock.display-one-third .event {
    /* width: 100%; */
    flex-basis: 100%;
}

.eventstileblock.display-full .event {
    width: 31%;
}

.calendar-tile-block .events a {
    align-items: center;
}

/*  Modules - ImagePlateTileBlock
    ============================= */
div.imageplatetileblock {
    /*background: url('../images/img-001.jpg') no-repeat center;*/
    display: block;
}

    div.imageplatetileblock a {
        display: block;
        height: 100%;
    }

        div.imageplatetileblock a:hover,
        div.imageplatetileblock a:focus {
            opacity: 0.75;
        }

    div.imageplatetileblock .text-content {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        div.imageplatetileblock .text-content .holder h2 {
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 2em;
        }

    div.imageplatetileblock a:focus-visible .img-content::after {
        box-shadow: inset 0 0 0 2px black;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

/*  Modules - imageblock
    ============================= 
    Promotes articles with an image and optional title */
div.imageblock.display-one-quarter img {
    background: url("../images/image_shadow_one_quarter.png") no-repeat 0% 100%;
    background-size: 100%;
    padding-bottom: 16px;
    margin-bottom: -16px;
}

div.imageblock.display-three-quarters img {
    background: url("../images/image_shadow_three_quarters.png") no-repeat 0% 100%;
    background-size: 100%;
    padding-bottom: 22px;
    margin-bottom: -22px;
}

div.imageblock.display-one-third img {
    background: url("../images/image_shadow_one_third.png") no-repeat 0% 100%;
    background-size: 100%;
    padding-bottom: 23px;
    margin-bottom: -23px;
}

div.imageblock.display-half img {
    background: url("../images/image_shadow_half.png") no-repeat 0% 100%;
    background-size: 100%;
    padding-bottom: 23px;
    margin-bottom: -23px;
}

div.imageblock a {
    overflow: auto;
}

    div.imageblock a:hover {
        color: #111;
    }

div.imageblock .transparent-border-wrap {
    font-style: italic;
    position: absolute;
    bottom: 28%;
    left: 15%;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
}

    div.imageblock .transparent-border-wrap h3 {
        background-color: #fff;
        padding: 20px 0;
        margin: 6px;
    }
/*  Modules - newslistblock
    ============================= 
    A nice list for news*/
div.newslistblock h2 {
    margin-bottom: 8px;
    font-size: 2em;
}

div.newslistblock ul {
    padding-bottom: 12px;
}

    div.newslistblock ul li {
        margin: 15px 0;
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        overflow: auto;
    }

        div.newslistblock ul li:first-child {
            margin-top: 15px;
        }

        div.newslistblock ul li a:hover p {
            color: #111;
        }

div.newslistblock .image {
    float: left;
    width: 40%;
    overflow: hidden;
}

div.newslistblock ul li a {
    display: inline-block;
}

div.newslistblock ul li article a:focus-visible {
    box-shadow: inset 0 0 0 2px black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    outline: none;
}

div.newslistblock img {
    max-width: 120%;
    float: left;
    margin-left: -10%;
}

div.newslistblock div.article-content {
    width: 60%;
    float: left;
}

    div.newslistblock div.article-content .inner {
        padding: 15px 0 15px 15px;
    }

    div.newslistblock div.article-content.no-image {
        width: 100%;
    }

        div.newslistblock div.article-content.no-image .inner {
            padding-left: 0;
        }

    div.newslistblock div.article-content .information {
        margin: 10px 0;
    }

div.newslistblock span.category {
    display: inline-block;
}

div.newslistblock time {
    display: inline-block;
    color: #6c6d71;
    font-size: 11px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: solid 1px #d7d7d7;
}

div.newslistblock a.transparent-button {
    width: 130px;
    text-align: center;
    margin: 0 auto;
}

div.newslistblock.display-one-quarter .image {
    margin-top: 15px;
}

div.newslistblock.display-full div.article-content {
    width: 80%;
}

div.newslistblock.display-full .image {
    width: 20%;
}

div.newslistblock.display-three-quarters div.article-content {
    width: 75%;
}

div.newslistblock.display-three-quarters .image {
    width: 25%;
}
/*  Modules - articleblock
    ============================= 
    Promotes articles with text and title*/
div.articleblock a:hover p {
    color: #111;
}

div.articleblock.displaymode-half img {
    padding-bottom: 25px;
}

div.articleblock h3 {
    margin-top: 15px;
}

div.articleblock span.category {
    display: block;
    margin: 10px 0;
}
/*  Modules - linklistblock
    =============================
    A list with links */
div.linklistblock ul {
    margin-top: 10px;
    border-bottom: 1px solid #d7d7d7;
}

    div.linklistblock ul li {
        margin-bottom: 15px;
        background: url(../images/arrow_normal.png) no-repeat 100% 5px;
    }

        div.linklistblock ul li:hover {
            background: url(../images/arrow_focus.png) no-repeat 100% 5px;
        }

        div.linklistblock ul li a {
            display: block;
        }

        div.linklistblock ul li:hover a {
            color: #0a8dbe;
        }
/* custom linklist for full-width */
div.linklistblock.display-full ul {
    overflow: auto;
}

    div.linklistblock.display-full ul li {
        float: left;
        width: 31.3%;
    }

        div.linklistblock.display-full ul li:nth-child(3n + 1) {
            margin-right: 3%;
        }

        div.linklistblock.display-full ul li:nth-child(3n + 0) {
            margin-left: 3%;
        }
/*  Modules - calendarblock
    ============================= 
    A simple calendar list with optional image */
div.calendarblock ul {
    padding-top: 15px;
    border-bottom: 1px solid #d7d7d7;
}

    div.calendarblock ul li {
        overflow: auto;
        margin-bottom: 15px;
    }

        div.calendarblock ul li div.calendar-info a {
            display: block;
            vertical-align: top;
            padding: 0 0 0 15px;
        }

div.calendarblock time.date-graphics {
    margin-right: 15px;
}

div.calendarblock span.time {
    font-size: 11px;
    color: #6c6d71;
    display: block;
}

div.calendarblock div.calendar-info {
    padding: 5px 0;
}

div.calendarblock a.transparent-button {
    width: 130px;
    margin: 15px auto 0;
}
/*  Modules - tabblock
    =============================
    This block will contain a lot of different elements */
div.tabblock div.inner {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

div.tabblock div.toggle-content {
    display: none;
    padding: 25px;
}

    div.tabblock div.toggle-content.show {
        display: block;
    }

    div.tabblock div.toggle-content h2,
    div.tabblock div.toggle-content h3,
    div.tabblock div.toggle-content h4 {
        margin: 20px 0px 10px 0px;
    }

        div.tabblock div.toggle-content h2:first-child,
        div.tabblock div.toggle-content h3:first-child,
        div.tabblock div.toggle-content h4:first-child {
            margin-top: 0px;
        }

    div.tabblock div.toggle-content span.date {
        display: block;
        margin-bottom: 6px;
    }
/*  Modules - Infoblock
    =============================  */
.info-wrapper {
    background: #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
}

    .info-wrapper .content-box {
        margin-bottom: 17px;
        display: block;
    }

        .info-wrapper .content-box:last-of-type {
            margin-bottom: 0px;
        }

        .info-wrapper .content-box .heading {
            margin-bottom: 7px;
            font-size: 1.2em;
            display: block;
            text-decoration: underline;
        }
        /*.info-wrapper .content-box img {
    float: left;
}*/
        .info-wrapper .content-box ul li a {
            margin-top: 0px;
            position: relative;
            left: 18px;
        }

            .info-wrapper .content-box ul li a[href$=".pdf"],
            .info-wrapper .content-box ul li a[href$=".xls"],
            .info-wrapper .content-box ul li a[href$=".xlsx"],
            .info-wrapper .content-box ul li a[href$=".xlr"],
            .info-wrapper .content-box ul li a[href$=".doc"],
            .info-wrapper .content-box ul li a[href$=".docx"],
            .info-wrapper .content-box ul li a[href$=".odt"],
            .info-wrapper .content-box ul li a[href$=".zip"],
            .info-wrapper .content-box ul li a[href$=".pptx"],
            .info-wrapper .content-box ul li a[href$=".pps"],
            .info-wrapper .content-box ul li a[href$=".ppt"],
            .info-wrapper .content-box ul li a[href$=".mp4"],
            .info-wrapper .content-box ul li a[href$=".mov"],
            .info-wrapper .content-box ul li a[href$=".flv"],
            .info-wrapper .content-box ul li a[href$=".txt"],
            .info-wrapper .content-box ul li a[href$=".png"],
            .info-wrapper .content-box ul li a[href$=".jpg"],
            .info-wrapper .content-box ul li a[href$=".jpeg"],
            .info-wrapper .content-box ul li a[href$=".gif"],
            .info-wrapper .content-box ul li a[href$=".tif"],
            .info-wrapper .content-box ul li a[href$=".tiff"],
            .info-wrapper .content-box ul li a[href$=".html"],
            .info-wrapper .content-box ul li a[href$=".css"],
            .info-wrapper .content-box ul li a[href$=".js"],
            .info-wrapper .content-box ul li a[href$=".wav"],
            .info-wrapper .content-box ul li a[href$=".mp3"],
            .info-wrapper .content-box ul li a[href$=".wma"] {
                display: inline-block;
            }

                .info-wrapper .content-box ul li a[href$=".pdf"]:before,
                .info-wrapper .content-box ul li a[href$=".xls"]:before,
                .info-wrapper .content-box ul li a[href$=".xlsx"]:before,
                .info-wrapper .content-box ul li a[href$=".xlr"]:before,
                .info-wrapper .content-box ul li a[href$=".doc"]:before,
                .info-wrapper .content-box ul li a[href$=".docx"]:before,
                .info-wrapper .content-box ul li a[href$=".odt"]:before,
                .info-wrapper .content-box ul li a[href$=".zip"]:before,
                .info-wrapper .content-box ul li a[href$=".pptx"]:before,
                .info-wrapper .content-box ul li a[href$=".pps"]:before,
                .info-wrapper .content-box ul li a[href$=".ppt"]:before,
                .info-wrapper .content-box ul li a[href$=".mp4"]:before,
                .info-wrapper .content-box ul li a[href$=".mov"]:before,
                .info-wrapper .content-box ul li a[href$=".flv"]:before,
                .info-wrapper .content-box ul li a[href$=".txt"]:before,
                .info-wrapper .content-box ul li a[href$=".png"]:before,
                .info-wrapper .content-box ul li a[href$=".jpg"]:before,
                .info-wrapper .content-box ul li a[href$=".jpeg"]:before,
                .info-wrapper .content-box ul li a[href$=".gif"]:before,
                .info-wrapper .content-box ul li a[href$=".tif"]:before,
                .info-wrapper .content-box ul li a[href$=".tiff"]:before,
                .info-wrapper .content-box ul li a[href$=".html"]:before,
                .info-wrapper .content-box ul li a[href$=".css"]:before,
                .info-wrapper .content-box ul li a[href$=".js"]:before,
                .info-wrapper .content-box ul li a[href$=".wav"]:before,
                .info-wrapper .content-box ul li a[href$=".mp3"]:before,
                .info-wrapper .content-box ul li a[href$=".wma"]:before {
                    left: -15px;
                    top: 3px;
                    position: absolute;
                    padding: 0;
                    font-size: 12px;
                }
                /* pdf-icon */
                .info-wrapper .content-box ul li a[href$=".pdf"]:before {
                    content: "\f1c1";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* excel-icon */
                .info-wrapper .content-box ul li a[href$=".xls"]:before,
                .info-wrapper .content-box ul li a[href$=".xlsx"]:before,
                .info-wrapper .content-box ul li a[href$=".xlr"]:before {
                    content: "\f1c3";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* word-icon */
                .info-wrapper .content-box ul li a[href$=".docx"]:before,
                .info-wrapper .content-box ul li a[href$=".doc"]:before,
                .info-wrapper .content-box ul li a[href$=".odt"]:before {
                    content: "\f1c2";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* zip-icon */
                .info-wrapper .content-box ul li a[href$=".zip"]:before {
                    content: "\f1c6";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* powerpoint-icon */
                .info-wrapper .content-box ul li a[href$=".pptx"]:before,
                .info-wrapper .content-box ul li a[href$=".pps"]:before,
                .info-wrapper .content-box ul li a[href$=".ppt"]:before {
                    content: "\f1c4";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* video-icon */
                .info-wrapper .content-box ul li a[href$=".mp4"]:before,
                .info-wrapper .content-box ul li a[href$=".mov"]:before,
                .info-wrapper .content-box ul li a[href$=".flv"]:before {
                    content: "\f1c8";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* text-icon */
                .info-wrapper .content-box ul li a[href$=".txt"]:before {
                    content: "\f0f6";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* image-icon */
                .info-wrapper .content-box ul li a[href$=".png"]:before,
                .info-wrapper .content-box ul li a[href$=".jpg"]:before,
                .info-wrapper .content-box ul li a[href$=".jpeg"]:before,
                .info-wrapper .content-box ul li a[href$=".gif"]:before,
                .info-wrapper .content-box ul li a[href$=".tif"]:before,
                .info-wrapper .content-box ul li a[href$=".tiff"]:before {
                    content: "\f1c5";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* audio-icon */
                .info-wrapper .content-box ul li a[href$=".mp3"]:before,
                .info-wrapper .content-box ul li a[href$=".wav"]:before,
                .info-wrapper .content-box ul li a[href$=".wma"]:before {
                    content: "\f1c7";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* code-icon */
                .info-wrapper .content-box ul li a[href$=".html"]:before,
                .info-wrapper .content-box ul li a[href$=".css"]:before,
                .info-wrapper .content-box ul li a[href$=".js"]:before {
                    content: "\f1c9";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* audio-icon */
                .info-wrapper .content-box ul li a[href$=".mp3"]:before,
                .info-wrapper .content-box ul li a[href$=".wav"]:before,
                .info-wrapper .content-box ul li a[href$=".wma"]:before {
                    content: "\f1c7";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }
                /* code-icon */
                .info-wrapper .content-box ul li a[href$=".html"]:before,
                .info-wrapper .content-box ul li a[href$=".css"]:before,
                .info-wrapper .content-box ul li a[href$=".js"]:before {
                    content: "\f1c9";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                }

        .info-wrapper .content-box a.external-link {
            margin-top: 10px;
            display: block;
            position: relative;
            left: 18px;
        }

            .info-wrapper .content-box a.external-link:before {
                content: ">";
                padding-right: 5px;
                position: absolute;
                top: 1px;
                left: -15px;
            }

        .info-wrapper .content-box ul li a:before {
            content: ">";
            padding-right: 5px;
            position: absolute;
            top: 1px;
            left: -15px;
        }

        .info-wrapper .content-box ul li a[href^="http://"]:not([href*="skovde.se"]):before, .info-wrapper .content-box ul li a[href^="https://"]:not([href*="skovde.se"]):before {
            content: "\f35d";
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            font-size: 80%;
            position: absolute;
            top: 4px;
            left: -17px;
        }

.text-content a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin: 0 0 0 8px;
    font-size: 80%;
}

.text-content a[href^="http://"]:not([href*="skovde.se"]):after, .text-content a[href^="https://"]:not([href*="skovde.se"]):after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 80%;
    margin: 0 0 0 8px;
    display: inline-block;
}

.footerlistblock a[href^="http://"]:not([href*="skovde.se"]):after, .footerlistblock a[href^="https://"]:not([href*="skovde.se"]):after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 80%;
    margin: 0 0 0 8px;
    display: inline-block;
}
/*.text-content*/
a:link,
.caption-container a:link {
    text-decoration: none;
}

a:visited,
.caption-container a:visited {
    text-decoration: none;
}

a:hover,
.caption-container a:hover {
    text-decoration: underline;
}

.entry-links a {
    text-decoration: none;
}

    .entry-links a:hover {
        color: #bdbfbf;
    }

a:active,
.caption-container a:active {
    text-decoration: underline;
}

.info-wrapper ul li {
    margin: 0 0 5px 0;
}

    .info-wrapper ul li:last-child {
        margin: 0;
    }
/*  Modules - RSS
    =============================  */
.rssblock {
}

    .rssblock ul {
        margin-top: 10px;
    }

        .rssblock ul li {
            padding: 10px 0;
            border-bottom: 1px solid #d7d7d7;
        }

            .rssblock ul li a {
                display: block;
            }

            .rssblock ul li img {
                max-width: 70px;
                max-height: 56px;
                padding-right: 5px;
                margin-left: 0;
            }
    /* Clearfix */
    .rssblock span.intro:before,
    .rssblock span.intro:after {
        display: table;
        content: " ";
    }

    .rssblock span.intro:after {
        clear: both;
    }

    .rssblock a .intro {
        color: #111;
    }
/*  Modules - toplinks
    =============================  */
.popularlinks ul {
    margin-bottom: 25px;
}

    .popularlinks ul li {
        padding: 12px 0;
        border-bottom: 1px solid #d7d7d7;
        background: transparent url(../images/arrow_normal.png) no-repeat 0px 17px;
    }

        .popularlinks ul li:hover {
            background-image: url(../images/arrow_focus.png);
        }

        .popularlinks ul li a {
            display: block;
        }

        .popularlinks ul li span.date {
            margin-bottom: 0;
        }

        .popularlinks ul li a {
            padding-left: 15px;
        }

            .popularlinks ul li a.pdf,
            .popularlinks ul li a.eService {
                padding-left: 36px;
            }

            .popularlinks ul li a.pdf {
                background: transparent url(../images/pdf.gif) no-repeat 15px 2px;
            }

            .popularlinks ul li a.eService {
                background: transparent url(../images/eService.png) no-repeat 12px 1px;
            }
/*  Modules - dividerblock
    =============================
    This is a empty block to give the layout some structure */
.dividerblock {
    clear: both;
    z-index: -1;
}

.alignblock {
    padding-bottom: 0;
}
/* Jämförtjänst */
#stratsysComparison #stratsysMainArea {
    width: 100% !important;
    max-width: 650px;
}

.EventHolderImg {
    float: left;
}
/*  Puff - CalendarPuff
    =============================  */
.CalendarPuff {
    background: #e5e5e5;
    padding: 15px;
    margin-bottom: 10px;
}

    .CalendarPuff h4 {
        text-decoration: underline;
        margin-bottom: 7px;
        font-size: 1.2em;
        display: block;
    }

    .CalendarPuff ul.EventList h4 {
        font-weight: 700;
    }

    .CalendarPuff ul.EventList .Date {
        color: black;
    }

    .CalendarPuff ul.EventList li {
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 10px;
    }

        .CalendarPuff ul.EventList li a:link {
            padding: 0px;
            background: none;
        }

        .CalendarPuff ul.EventList li a:hover {
            text-decoration: none;
            color: #046cb1;
        }

    .CalendarPuff a.ReadMore:link,
    a.ReadMore:visited {
        background: none;
        padding: 0px;
    }

    .CalendarPuff a.ReadMore:after {
        content: ">";
        padding-left: 5px;
        position: relative;
        top: 1px;
    }

    .CalendarPuff a.ReadMore:hover {
        text-decoration: none;
    }
/*  Modules - Calendar block
    ============================= */
.EventCalendarBlock {
    display: flex;
    flex-wrap: wrap;
}

.EventCalendarItem {
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 33.333%;
    padding: 10px;
    box-sizing: border-box;
}

    .EventCalendarItem .image {
        position: relative;
        background: #fff;
    }

        .EventCalendarItem .image img {
            width: 100%;
        }

    .EventCalendarItem a {
        display: flex;
    }

    .EventCalendarItem .image .date {
        width: 55px;
        height: 55px;
        border-radius: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: #e50052;
        background: #fff;
        text-align: center;
        padding: 5px;
        box-sizing: border-box;
        margin-right: 15px;
        margin-top: 15px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .EventCalendarItem .day {
        font-weight: 600;
        width: 100%;
        font-size: 25px;
        margin-bottom: -10px;
    }

    .EventCalendarItem .month {
        text-transform: uppercase;
        width: 100%;
    }

    .EventCalendarItem .start-end-date,
    .EventCalendarItem .only-start-date {
        width: 86px;
        height: 33px;
        border-radius: 12px;
        display: flex;
        color: black;
        background: #fff;
        text-align: center;
        padding: 5px;
        margin-right: 4px;
        margin-top: 4px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .EventCalendarItem .only-start-date {
        width: 35px;
    }

    .EventCalendarItem .start-date {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .EventCalendarItem .start-date .day {
            font-weight: 600;
            width: 100%;
            font-size: 16px;
            margin-bottom: -4px;
        }

        .EventCalendarItem .start-date .month {
            font-weight: 600;
        }

    .EventCalendarItem .end-date {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .EventCalendarItem .end-date .day {
            font-weight: 600;
            width: 100%;
            font-size: 16px;
            margin-bottom: -4px;
        }

        .EventCalendarItem .end-date .month {
            font-weight: 600;
        }

    .EventCalendarItem .hyphen {
        margin-top: 2px;
        font-size: 18px;
        font-weight: 600;
    }

    .EventCalendarItem .text {
        padding: 15px;
        background: #fff;
        padding-bottom: 60px;
    }

    .EventCalendarItem .location {
        font-size: 0.9em;
        color: #5c5c5c;
    }

    .EventCalendarItem .inner {
        height: 100%;
        background: #fff;
        position: relative;
    }

    .EventCalendarItem .external-link {
        padding: 5px 15px;
        display: inline-flex;
        align-items: center;
        background: #6c6d71;
        color: #fff;
        border-radius: 5px;
        transition: all 0.5s ease;
    }

        .EventCalendarItem .external-link:hover,
        .CalendarItem .external-link:active,
        .CalendarItem .external-link:focus {
            background: #5c5c5c;
        }

        .EventCalendarItem .external-link i {
            margin-left: 5px;
            font-size: 12px;
        }

    .EventCalendarItem .text .date {
        padding-bottom: 10px;
        font-size: 14px;
    }

    .EventCalendarItem .actions {
        margin-top: 15px;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    .EventCalendarItem .heading {
        margin-bottom: 10px;
    }

.EventCalendarList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

    .EventCalendarList.calendar-loading {
        opacity: 0;
        height: 0;
    }

.calendar-loader.centered {
    width: 100%;
    display: flex;
    justify-content: center;
}

.EventCalendarBlock .lds-ellipsis div {
    background: #000;
}

.eventDetails-page .lds-ellipsis div {
    background: #000;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.EventCalendarFilter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e8;
    border-top: 1px solid #e9e9e8;
    margin-bottom: 15px;
}

    .EventCalendarFilter h3 {
        width: 100%;
    }

    .EventCalendarFilter form {
        width: 100%;
    }

    .EventCalendarFilter .form-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }

    .EventCalendarFilter .form-group {
        display: flex;
        flex-wrap: wrap;
        margin: 0 15px;
        box-sizing: border-box;
        position: relative;
    }

        .EventCalendarFilter .form-group.search {
            width: calc(60% - 30px);
        }

        .EventCalendarFilter .form-group.date {
            width: calc(40% - 30px);
        }

input.input.search::placeholder {
    color: #9e9e9e;
}

.EventCalendarHeading {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.EventCalendarFilter .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #949496;
    cursor: pointer;
}

.EventCalendarFilter .button {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6c6d71;
    color: #fff;
    position: absolute;
    height: 40px;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

    .EventCalendarFilter .button.datetime {
        pointer-events: none;
    }

    .EventCalendarFilter .button i {
        font-size: 14px;
    }

.EventCalendarFilter label {
    font-size: 12px;
    color: #101010;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 5px;
}

.EventCalendarHeader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .EventCalendarHeader .clear-filters {
        padding: 5px 15px;
        border-radius: 5px;
        background: #d7d7d7;
        cursor: pointer;
    }

        .EventCalendarHeader .clear-filters i {
            margin-right: 10px;
        }

    .EventCalendarHeader .showing-number-of-hits {
        width: 100%;
        margin-top: 15px;
    }

.EventCalendarFooter {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #949496;
}

    .EventCalendarFooter .read-more {
        padding: 9px 30px;
        border-radius: 0 0 5px 5px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 15px;
        border-top: 0;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
    }

        .EventCalendarFooter .read-more i {
            margin-left: 10px;
        }

.CalendarList h4 {
    font-weight: bold;
}
/*  Modules - Responsive adjustments
    ============================= */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*  Modules - imageblock
    ============================= */
    div .imageblock .transparent-border-wrap {
        bottom: 35%;
    }

        div.imageblock .transparent-border-wrap h3 {
            font-size: 16px !important;
        }

    /*  Modules - linklistblock
    ============================= */
    div.linklistblock.display-full ul li {
        margin-left: 2%;
        background-position: 96% 5px;
        float: left;
        width: 48%;
    }

    header .container-top {
        margin-bottom: 0;
    }

    header .search {
        margin-top: 0px;
    }

    header .links {
        margin: 20px -30px 5px 0;
    }

    nav[role="navigation"] {
        width: 930px;
    }

        nav[role="navigation"] ul.nav > li > a {
            padding: 0 8px;
            height: 63px;
        }

        nav[role="navigation"] ul.nav li.nav-start a {
            width: 46px;
        }

        /* remove-shadow in tablet */
        nav[role="navigation"] ul.nav > li.focus .remove-shadow {
            width: 98px;
        }

    nav.nav-mobile {
        display: none;
    }

    .LeftColumn {
        float: left;
        width: 30%;
    }

    .MidRightColHolder {
        float: right;
        width: 70%;
    }

    .RightColumn {
        float: right;
        width: 70%;
    }

    .CalendarItem {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /*  Modules - newtheme
    ============================= */
    div.newtheme {
        height: auto;
    }

        div.newtheme .img-content img,
        div.newtheme.display-one-quarter .img-content img {
            max-width: 100%;
            min-width: auto;
            height: auto;
            margin: 0;
            float: left;
        }

        div.newtheme .text-content .read-more-link {
            position: relative;
            width: 100%;
            float: left;
            padding: 0 0 25px 0;
        }

    /*  Modules - imageplatetileblock
    ============================= */
    div.imageplatetileblock .text-content {
        position: relative;
        float: left;
    }

    /*  Modules - slideshowblock
    ============================= */
    div.slideshowblock.display-full .slideshow h3 {
        font-size: 49px;
    }

    div.slideshowblock.display-half .slideshow h3,
    div.slideshowblock.display-three-quarters .slideshow h3,
    div.slideshowblock.display-two-thirds .slideshow h3 {
        font-size: 29px;
    }

    div.slideshowblock.display-one-quarter .slideshow h3,
    div.slideshowblock.display-one-third .slideshow h3 {
        font-size: 18px;
    }

    div.slideshowblock {
        padding-bottom: 20px;
    }

        div.slideshowblock .slideshow .start,
        div.slideshowblock .slideshow .stop {
            left: 20px !important;
        }

        div.slideshowblock .slideshow .next {
            right: 20px;
        }

        div.slideshowblock .slideshow .prev {
            left: 20px;
        }

        div.slideshowblock .slideshow .youtube-play {
            top: 12%;
        }

        div.slideshowblock .slideshow .pager {
            bottom: 20px;
        }

        div.slideshowblock.display-full .slideshow h3,
        div.slideshowblock.display-half .slideshow h3,
        div.slideshowblock.display-three-quarters .slideshow h3,
        div.slideshowblock.display-one-quarter .slideshow h3,
        div.slideshowblock.display-one-third .slideshow h3,
        div.slideshowblock.display-two-thirds .slideshow h3 {
            font-size: 29px;
        }

        div.slideshowblock.display-one-quarter .slideshow .caption-container,
        div.slideshowblock.display-one-third .slideshow .caption-container {
            border: 1px solid #fff;
        }

    /*  Modules - imageslidertileblock
    ============================= */
    div.imageslidertileblock .slideshow {
        height: auto;
    }

        div.imageslidertileblock .slideshow .slides {
            padding-bottom: 49%;
        }

            div.imageslidertileblock .slideshow .slides li {
                padding-bottom: 49%;
            }

                div.imageslidertileblock .slideshow .slides li img {
                    height: 100%;
                }

        div.imageslidertileblock .slideshow .slider-text .text-holder {
            padding: 15px;
        }

    div.imageslidertileblock.display-full .slideshow h2 {
        font-size: 49px;
    }

    div.imageslidertileblock.display-half .slideshow h2,
    div.imageslidertileblock.display-three-quarters .slideshow h2,
    div.imageslidertileblock.display-two-thirds .slideshow h2 {
        font-size: 29px;
        line-height: 32px;
    }

    div.imageslidertileblock.display-one-quarter .slideshow h2,
    div.imageslidertileblock.display-one-third .slideshow h2 {
        font-size: 18px;
    }

    div.imageslidertileblock .slideshow .start,
    div.imageslidertileblock .slideshow .stop {
        left: 20px !important;
    }

    div.imageslidertileblock .slideshow .next {
        right: 20px;
    }

    div.imageslidertileblock .slideshow .prev {
        left: 20px;
    }

    div.imageslidertileblock .slideshow .pager {
        bottom: 20px;
    }

    div.imageslidertileblock.display-full .slideshow h2,
    div.imageslidertileblock.display-half .slideshow h2,
    div.imageslidertileblock.display-three-quarters .slideshow h2,
    div.imageslidertileblock.display-one-quarter .slideshow h2,
    div.imageslidertileblock.display-one-third .slideshow h2,
    div.imageslidertileblock.display-two-thirds .slideshow h2 {
        font-size: 29px;
    }

    div.imageslidertileblock.display-one-quarter .slideshow .caption-container,
    div.imageslidertileblock.display-one-third .slideshow .caption-container {
        border: 1px solid #fff;
    }

    /*  Modules - imageblock
    ============================= */
    div.imageblock.display-one-quarter img,
    div.imageblock.display-one-third img,
    div.imageblock.display-half img,
    div.imageblock.display-three-quarters img {
        background: url("../images/image_shadow_three_quarters.png") no-repeat 0% 100%;
        background-size: 100%;
        padding-bottom: 22px;
        margin-bottom: -22px;
    }

    /*  Modules - linklistblock
    ============================= */
    div.linklistblock.display-full ul li {
        width: 100%;
        margin-left: 0;
        background-position: 100% 5px;
    }

    nav[role="navigation"] {
        display: none;
    }

    /*  Header
    ============================= */
    header .container-top {
        margin-bottom: 0;
    }

    header .container-left,
    header .container-right {
        width: 100%;
    }

    header .right-content {
        position: absolute;
        top: 0px;
        right: 0;
    }

    header .logo {
        width: 220px;
    }

    header .search {
        margin-top: 20px;
    }

    header .links {
        width: 100%;
        clear: both;
        margin: 10px -30px 5px 0;
    }

        header .links ul {
            float: right;
        }

    /* extra-logo*/
    header .extra-logo {
        margin-top: 0px;
    }

    nav.nav-mobile {
        display: block;
    }

    /* ContactArea */
    .ContactArea {
        max-width: 714px;
    }

    .page-top-image {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    /*  Modules - newtheme
    ============================= */
    div.newtheme {
        height: auto;
    }

        div.newtheme .text-content .read-more-link {
            position: relative;
            width: 100%;
            float: left;
            padding: 0 0 25px 0;
        }

        div.newtheme .img-content img,
        div.newtheme.display-one-quarter .img-content img {
            height: auto;
            max-width: 100%;
            min-width: auto;
            margin: 0;
            float: left;
        }

        div.newtheme ul li,
        div.newtheme .text-content p {
            font-size: 14px;
        }

    /*  Modules - eventstileblock
    ============================= */
    div.eventstileblock .text-content .holder h3 {
        font-size: 22px;
    }

    div.eventstileblock .text-content .holder table td {
        font-size: 14px;
    }
    /*  Modules - imageplatetileblock
    ============================= */
    div.imageplatetileblock .text-content {
        position: relative;
        float: left;
    }

        div.imageplatetileblock .text-content .holder h3 {
            font-size: 22px;
            line-height: normal;
        }

    /*  Modules - imagetileblock
    ============================= */

    div.imagetileblock .text-content .holder h2 {
        font-size: 22px;
        line-height: 33px;
        padding: 5px 15px;
    }

    /*  Modules - imageslidertileblock
    ============================= */
    div.imageslidertileblock .slideshow {
        height: auto;
    }

        div.imageslidertileblock .slideshow .slides {
            padding-bottom: 56.4%;
        }

            div.imageslidertileblock .slideshow .slides li {
                padding-bottom: 56.4%;
                height: 100%;
            }

                div.imageslidertileblock .slideshow .slides li img {
                    height: 100%;
                }

                div.imageslidertileblock .slideshow .slides li iframe,
                div.imageslidertileblock .slideshow .slides li object,
                div.imageslidertileblock .slideshow .slides li embed {
                    height: 100%;
                    width: 100%;
                    position: relative;
                }

    div.imageslidertileblock.display-half .slideshow h2 {
        font-size: 22px;
        line-height: normal;
    }

    div.imageslidertileblock .slideshow .slider-text {
        padding: 0 20px;
    }

    div.imageslidertileblock .slideshow a .slider-text .text-holder {
        padding: 10px;
    }

    div.imageslidertileblock .slideshow .youtube-play {
        height: 30px;
        width: 30px;
        background: #fff url("../Images/glyphicons_173_play.png") no-repeat 10px 8px;
        margin-left: -15px;
        margin-top: -15px;
        background-size: 13px;
    }

    /*div.imageslidertileblock .slideshow .slides iframe, 
    div.imageslidertileblock .slideshow .slides object, 
    div.imageslidertileblock .slideshow .slides embed {
        height: auto;
    }*/

    /*  Modules - slideshowblock
    ============================= */
    div.slideshowblock {
        padding-bottom: 10px;
    }

        div.slideshowblock.display-full .slideshow h3,
        div.slideshowblock.display-half .slideshow h3,
        div.slideshowblock.display-three-quarters .slideshow h3,
        div.slideshowblock.display-one-quarter .slideshow h3,
        div.slideshowblock.display-one-third .slideshow h3,
        div.slideshowblock.display-two-thirds .slideshow h3 {
            margin-top: 20px;
            font-size: 22px;
        }

        div.slideshowblock p {
            display: none;
        }

        div.slideshowblock .slideshow .caption-container {
            border: none;
        }

        div.slideshowblock .slideshow .pager,
        div.slideshowblock .slideshow .next,
        div.slideshowblock .slideshow .prev {
            display: none;
        }

        div.slideshowblock .slideshow .youtube-play {
            top: 11%;
        }

    /*  Modules - imageslidertileblock
    ============================= */
    div.imageslidertileblock .slideshow h2 {
        font-size: 22px !important;
    }

    div.imageslidertileblock p {
        display: none;
    }

    div.imageslidertileblock .slideshow .caption-container {
        border: none;
    }

    div.imageslidertileblock .slideshow .pager,
    div.imageslidertileblock .slideshow .next,
    div.imageslidertileblock .slideshow .prev {
        display: none;
    }

    /*  Modules - imageblock
    ============================= */
    div.imageblock.display-one-quarter img,
    div.imageblock.display-one-third img,
    div.imageblock.display-half img,
    div.imageblock.display-three-quarters img {
        background: url("../images/image_shadow_three_quarters.png") no-repeat 0% 100%;
        background-size: 100%;
        padding-bottom: 3%;
        margin-bottom: -3%;
    }

    /*  Modules - newslistblock
    ============================= */
    div.newslistblock div.article-content {
        width: 70% !important;
    }

    div.newslistblock .image {
        width: 30% !important;
        margin: 15px 0;
    }

    /*  Modules - linklistblock
    ============================= */
    div.linklistblock.display-full ul li {
        width: 100%;
        margin-left: 0;
        background-position: 100% 5px;
    }

    /*  Modules - tabblock
    ============================= */
    div.tabblock nav ul li a {
        display: block;
        margin: 0 !important;
    }

        div.tabblock nav ul li a.focus {
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: solid 1px #d7d7d7;
        }

            div.tabblock nav ul li a.focus:hover {
                border-bottom: solid 1px #d7d7d7;
            }

    /*  Header
    ============================= */
    header > .container {
        margin: 0;
    }

    header .container-left,
    header .container-right {
        width: 100%;
    }

    header .container-right {
        margin-top: 30px;
    }

    header .logo {
        width: 220px;
        margin-top: 20px;
    }

    header .search {
        margin-left: 30px;
        float: none;
        width: auto;
    }

    header .search-wrapper {
        width: 100%;
    }

    header .search input[type="text"] {
        width: 90%;
    }

    header .search input[type="submit"] {
        float: right;
    }

    header .links {
        width: 100%;
        margin: 10px 0 0 0;
    }

        header .links ul {
            float: right;
        }

            header .links ul li {
                padding: 5px 15px;
            }

    .hide-mobile {
        display: none;
    }

    nav.nav-mobile {
        display: block;
    }

    .row-readspeaker {
        margin-right: 15px;
    }

    /*ContactArea*/
    .ContactArea {
        width: auto;
    }

        .ContactArea h2 {
            font-size: 2em;
            line-height: 1.4em;
        }

        .ContactArea h3 {
            font-size: 14px;
            line-height: 1.3em;
        }

        .ContactArea .first-contact .left-area,
        .ContactArea .first-contact .right-area {
            width: 100%;
        }

            .ContactArea .first-contact .left-area .contact-info {
                border: none;
            }

        .ContactArea .first-contact .left-area {
            margin-bottom: 20px;
        }

        .ContactArea .second-contact .contactcard-area {
            width: 100%;
            padding: 0;
            min-height: auto;
        }

            .ContactArea .second-contact .contactcard-area:nth-child(2),
            .ContactArea .second-contact .contactcard-area:nth-child(3) {
                margin-top: 20px;
            }

        .ContactArea .first-contact .left-area,
        .ContactArea .first-contact .right-area {
            padding: 0;
            width: 100%;
        }

        .ContactArea .first-contact .right-area {
            border: none;
        }

            .ContactArea .first-contact .right-area .adress-info {
                margin-bottom: 20px;
            }

            .ContactArea .first-contact .right-area .adress-info,
            .ContactArea .first-contact .right-area .open-hours {
                width: 100%;
            }

        .ContactArea .second-contact .contactcard-area:nth-child(3n + 0),
        .ContactArea .second-contact .contactcard-area:nth-child(3n-1) {
            padding: 0;
        }

        .ContactArea .second-contact .contactcard-area:last-of-type {
            margin-bottom: 0px;
        }

    .page-top-image {
        height: 160px;
        background-position: 50% 50%;
    }

    .statutes-file-accordion-title div {
        display: block;
    }

    .statutes-file-accordion li .statutes-file-accordion-title {
        height: auto;
    }

    .statutes-file-accordion li .statutes-file-accordion-title {
        padding: 15px 30px 15px 10px;
    }

    .billboard-top-bar {
        padding: 15px 30px 15px 10px;
    }

    .CalendarItem {
        width: 50%;
    }

    .CalendarFilter .form-group.search,
    .CalendarFilter .form-group.date {
        width: 100%;
    }

    .eventstileblock .events {
        padding-bottom: 15px;
    }

    .eventstileblock .event {
        /* width: 100%; */
        flex-basis: 100%;
    }

    .EventCalendarFilter .form-wrapper {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .EventCalendarFilter .form-group {
        margin: 0;
    }

        .EventCalendarFilter .form-group.search,
        .EventCalendarFilter .form-group.date {
            width: 100%;
        }
}

@media screen and (max-width: 1420px) {
    body {
        background-image: none !important;
    }
}

@media screen and (min-width: 1420px) {
    body {
        padding: 15px;
        background-color: #cccccc;
    }

    .body-wrapper {
        margin: 0 auto;
        width: 1380px;
        background-color: #f9f9f9;
        -webkit-box-shadow: 0 0 10px 0 #898989;
        box-shadow: 0 0 10px 0 #898989;
    }
}

@media screen and (max-width: 1199px) {
    .EventCalendarItem {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    nav.entry-links ul li.first.focus a,
    .nav-tabs ul li.first.focus a {
        padding-left: 34px;
        padding-right: 0;
        margin-left: -34px;
        margin-right: 34px;
    }

    nav.entry-links ul li.first.last.focus a,
    .nav-tabs ul li.first.last.focus a {
        padding-left: 34px;
        padding-right: 0;
        margin-left: -34px;
        margin-right: 34px;
    }
}
/* Kontaktformulär informationsträff */
@media screen and (max-width: 420px) {
    #id_matrix tbody tr td input {
        width: auto;
        max-width: 160px;
    }

    .statutes-file-accordion-title-type {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .CalendarItem {
        width: 100%;
    }
}

.xForm div ul li {
    color: red;
    font-weight: bold;
}

.hidden {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.captcha-policy {
    margin-bottom: 20px;
    display: block;
    color: #777;
    width: 350px;
}
/* Om webbplatsen - Ny sida */
/*Rek AI popular sites block */
div.rekaipopularsitesblock .text-content .holder h2 {
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 8px;
}

div.rekaipopularsitesblock.display-three-quarters .rek-prediction {
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 0;
}

div.rekaipopularsitesblock.display-full .rek-prediction {
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 0;
}
/* Rek AI Related sites block */
.rek-prediction {
    height: 350px;
}

.rekairelatedsitesblock .rek-prediction__list {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1026px) {
    .rekairelatedsitesblock .rek-prediction__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 541px) {
    .rekairelatedsitesblock .rek-prediction__list {
        display: flex;
        flex-wrap: wrap;
    }
}

.rekairelatedsitesblock .rek-prediction__item {
    background-color: #6c6d71;
    /*padding: 1rem;
    margin: 0.3rem 0;*/
    width: 43%;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
}

@media only screen and (max-width: 1025px) {
    .rekairelatedsitesblock .rek-prediction__item {
        width: 43%;
        margin: 0.2rem;
    }
}

@media only screen and (max-width: 769px) {
    .rekairelatedsitesblock .rek-prediction__item {
        width: 44%;
        margin: 0.2rem;
    }
}

@media only screen and (max-width: 541px) {
    .rekairelatedsitesblock .rek-prediction__item {
        width: 100%;
        margin-bottom: 0.2rem;
    }
}

.rekairelatedsitesblock .rek-prediction__item:hover {
    background-color: #8f9096;
}

.rekairelatedsitesblock .rek-link {
    color: white;
}

    .rekairelatedsitesblock .rek-link:hover {
        color: white;
    }

.rekairelatedsitesblock .rekai-news-header-wrapper h4 {
    font-size: large;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.rekairelatedsitesblock .rekai-news-wrapper {
    display: flex;
}

@media only screen and (max-width: 541px) {
    .rekairelatedsitesblock .rekai-newsarticle-article-container {
        margin-bottom: 0.5rem;
    }
}

.rekairelatedsitesblock .rekai-newsarticle-article div img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 65%;
    height: auto;
}
/*Google Fonts*/
/* source-sans-pro-200 - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 200;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-200.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-200.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-200.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-200.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-200.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-200.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-300.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-300.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-300.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-300.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-200italic - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 200;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-200italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-200italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-200italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-200italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-200italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-200italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 300;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-300italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-300italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-300italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-300italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-300italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-300italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-regular.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 400;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-600.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-600.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-600.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-600.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 600;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-600italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-600italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-600italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-600italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-600italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-600italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-700.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-700.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-700.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-700italic - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 700;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-700italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-700italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-700italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-700italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-700italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-700italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-900.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-900.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-900.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-900.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-900.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-900italic - latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: italic;
    font-weight: 900;
    src: url("../Styles/googlefonts/source-sans-pro-v18-latin-900italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/source-sans-pro-v18-latin-900italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-900italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-900italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-900italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/source-sans-pro-v18-latin-900italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* roboto-100 - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url("../Styles/googlefonts/roboto-v29-latin-100.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-100.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-100.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-100.woff") format("woff"),
    /* Modern Browsers */ url("../Styles/googlefonts/roboto-v29-latin-100.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-100.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    src: url("../Styles/googlefonts/roboto-v29-latin-100italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-100italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-100italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-100italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-100italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-100italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("../Styles/googlefonts/roboto-v29-latin-300.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-300.woff") format("woff"),
    /* Modern Browsers */ url("../Styles/googlefonts/roboto-v29-latin-300.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    src: url("../Styles/googlefonts/roboto-v29-latin-300italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-300italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-300italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-300italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-300italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-300italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../Styles/googlefonts/roboto-v29-latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-regular.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url("../Styles/googlefonts/roboto-v29-latin-italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    src: url("../Styles/googlefonts/roboto-v29-latin-500italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-500italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-500italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-500italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-500italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-500italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("../Styles/googlefonts/roboto-v29-latin-500.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-500.woff") format("woff"),
    /* Modern Browsers */ url("../Styles/googlefonts/roboto-v29-latin-500.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    src: url("../Styles/googlefonts/roboto-v29-latin-700italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-700italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-700italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-700italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-700italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-700italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("../Styles/googlefonts/roboto-v29-latin-700.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-700.woff") format("woff"),
    /* Modern Browsers */ url("../Styles/googlefonts/roboto-v29-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("../Styles/googlefonts/roboto-v29-latin-900.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-900.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-900.woff") format("woff"),
    /* Modern Browsers */ url("../Styles/googlefonts/roboto-v29-latin-900.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    src: url("../Styles/googlefonts/roboto-v29-latin-900italic.eot"); /* IE9 Compat Modes */
    src: local(""), url("../Styles/googlefonts/roboto-v29-latin-900italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../Styles/googlefonts/roboto-v29-latin-900italic.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-900italic.woff") format("woff"),
    /* Modern Browsers */
    url("../Styles/googlefonts/roboto-v29-latin-900italic.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../Styles/googlefonts/roboto-v29-latin-900italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/*Override Cookiebot style*/
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none;
}

article a:hover {
    opacity: 0.75;
}

div.newtheme .text-content .holder ul {
    list-style: inherit;
    margin-left: 1rem;
}

div.newtheme .text-content .holder .rek-prediction ul {
    list-style: none;
    margin-left: 0;
}

.EditorContent ul {
    list-style: inherit;
}

.editorialblock * {
    margin-bottom: 0.7rem;
}

.editorialblock ul,
.editorialblock ol {
    list-style: inherit;
    margin: 0px;
    clear: both;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
}

.editorialblock ol {
    list-style: auto;
}

ul.nobullets {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
}

.EditorContent ul.nobullets,
.editorialblock ul.nobullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* Event details page */
.eventDetails-page {
    background-color: #f9f9f9;
    padding-bottom: 10px;
    position: relative;
}

    .eventDetails-page .eventpage-image img {
        width: 100%;
        max-height: 550px;
        object-fit: cover;
    }

    .eventDetails-page .eventpage-date {
        border-radius: 12px;
        display: flex;
        color: black;
        background: #fff;
        text-align: center;
        padding: 5px 20px;
        margin-right: 4px;
        margin-top: 4px;
        position: absolute;
        top: 20px;
        right: 20px;
        justify-content: center;
    }

        .eventDetails-page .eventpage-date .start-end-date {
            display: flex;
            flex-direction: row;
        }

        .eventDetails-page .eventpage-date * {
            font-size: 26px;
            font-weight: 600;
        }

        .eventDetails-page .eventpage-date .month {
            margin-top: -4px;
        }

        .eventDetails-page .eventpage-date .start-date {
            display: flex;
            flex-direction: column;
        }

        .eventDetails-page .eventpage-date .hyphen {
            font-size: 26px;
            margin-top: 10px;
            margin-right: 4px;
            margin-left: 4px;
        }

        .eventDetails-page .eventpage-date .end-date {
            display: flex;
            flex-direction: column;
        }

    .eventDetails-page .eventpage-title h3 {
        margin-bottom: 0.8rem;
        font-size: 26px;
    }

    .eventDetails-page .eventpage-preamble {
        padding-bottom: 1.8rem;
    }

    .eventDetails-page .eventpage-description * {
        margin-bottom: 1em;
    }

    .eventDetails-page .content-wrapper {
        margin-left: 17%;
        margin-right: 17%;
    }

    .eventDetails-page .location {
        font-size: 20px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

        .eventDetails-page .location p {
            display: inline-block;
            margin-left: 5px;
        }

@media screen and (max-width: 990px) {
    .eventDetails-page .content-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.eventDetails-page .prev-page {
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}

    .eventDetails-page .prev-page:hover {
        text-decoration: underline;
    }

.internal-link::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin: 0 0 0 8px;
    font-size: 80%;
}

.fa-location-dot:before {
    content: "\f3c5";
}
/* Screenreader */
.screenreader {
    position: absolute;
    left: -9999px;
}
/* ------------- */
a:focus-visible {
    box-shadow: inset 0 0 0 2px black;
}
/* rek ai autocomplete dropdown */
#autoComplete {
    margin-top: 30px;
    margin-left: 15px;
}

.rekai-dropdown-menu {
    max-width: 285px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #fff;
    box-shadow: 3px 3px 5px grey;
    border: 1px solid #ccc;
}
/* ----------------------------- */

.bathtemperatureblock .bath-temperature {
    height: 100%;
    font-weight: 600;
}

    .bathtemperatureblock .bath-temperature .holder h2 {
        font-size: 2em;
        font-weight: 700;
    }

    .bathtemperatureblock .bath-temperature .holder .temperature {
        padding-top: 2rem;
        font-size: 2.9em;
        padding-bottom: 2rem;
        margin: 0;
    }

    .bathtemperatureblock .bath-temperature .holder .temp-time {
        font-size: 1.2em;
    }

.lurifax {
    display: none !important;
}

.projects-map-filter .ongoing-projects-filter .active {
    font-weight: bold;
    text-decoration: underline;
}

.filter-menu-tabs li p {
    font-size: 15px;
    padding: 9px 0 11px 0;
    display: block;
    font-weight: 600;
    color: white;
    text-align: left;
    padding-left: 15px;
}

.ongoing-mobile-filter {
    display: none;
}

    .ongoing-mobile-filter summary {
        background-color: #046cb1;
        font-size: 15px;
        font-weight: 600;
        color: white;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        padding: 9px;
    }

.ongoing-projects-area {
    margin-top: -30px;
}

.ongoing-projects-start .project-status {
    margin-top: 105px;
    margin-bottom: 30px;
}

.ongoing-projects-area h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ongoing-projects-area .custom-preamble,
.ongoing-projects-start .custom-preamble {
    font-size: 1.1rem;
}

.ongoing-projects-area .EditorContent,
.ongoing-projects-start .EditorContent {
    margin-bottom: 1rem;
}

.ongoing-projects-area .block-area,
.ongoing-projects-start .block-area {
    padding-bottom: 1rem;
}
    .ongoing-projects-start .project-status{
        margin-top: 105px;
        margin-bottom: 30px;
    }
    .ongoing-projects-area h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .ongoing-projects-area .custom-preamble, .ongoing-projects-start .custom-preamble {
        font-size: 1.1rem;
    }
    .ongoing-projects-area .EditorContent, .ongoing-projects-start .EditorContent {
        margin-bottom: 1rem;
    }
    .ongoing-projects-area .block-area, .ongoing-projects-start .block-area {
        padding-bottom: 1rem;
    }
        .ongoing-projects-area .block-area > :first-child, .ongoing-projects-start .block-area > :first-child{
            max-width: 100%;
            padding-left: 0;
        }
        .ongoing-projects-area .block-area .list-projects-block.read-more, .ongoing-projects-start .block-area .list-projects-block.read-more {
            margin-top: 1rem;
        }

    .ongoing-projects-area .block-area div,
    .ongoing-projects-start .block-area div {
        max-width: 100%;
        padding-left: 0;
    }

    .ongoing-projects-area .block-area .list-projects-block.read-more,
    .ongoing-projects-start .block-area .list-projects-block.read-more {
        margin-top: 1rem;
    }

    .ongoing-projects-area .block-area .list-projects-block,
    .ongoing-projects-start .block-area .list-projects-block {
        max-width: unset;
    }

.custom-preamble {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.2rem;
}

.ongoing-projects-start .project-ststus {
    margin-bottom: 35px;
}

.SvaraListItem ul,
.SvaraListItem ol {
    list-style: unset;
    padding-left: 20px;
}

.facility-opening-hours {
    height: 100%;
}

    .facility-opening-hours .holder {
        display: flex;
        flex-direction: column;
    }

        .facility-opening-hours .holder ol {
            padding-left: 0;
        }

        .facility-opening-hours .holder h2 {
            font-size: 2em;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .facility-opening-hours .holder .week-day-list {
            display: flex;
            align-items: baseline;
            margin-bottom: 0.4rem;
        }

            .facility-opening-hours .holder .week-day-list .day {
                padding-left: 0.6rem;
                padding-right: 0.3rem;
                text-transform: capitalize;
                font-weight: 700;
            }

            .facility-opening-hours .holder .week-day-list .time {
                margin-left: auto;
            }

        .facility-opening-hours .holder .button-container {
            margin-top: 0.5rem;
        }

            .facility-opening-hours .holder .button-container button {
                background: none;
                border: none;
                font-weight: 700;
                cursor: pointer;
                font-family: "Source Sans Pro", sans-serif;
            }

            .facility-opening-hours .holder .button-container .next-week {
                float: right;
            }

            .facility-opening-hours .holder .button-container .previous-week {
                float: left;
            }

        .facility-opening-hours .holder .calendar-icon {
            width: 15px;
        }

.display-one-quarter .long-date,
.display-one-quarter .long-date {
    display: none;
}

.display-full .short-date,
.display-three-quarters .short-date,
.display-half .short-date,
.display-one-third .short-date {
    display: none;
}

.display-full .week-list {
    display: grid;
    grid-template-columns: [first] 50% [second] 50%;
    grid-template-rows: [first] 25% [second] 25% [third] 25% [fourth] 25%;
}

.display-full.newtheme .facility-opening-hours .holder {
    padding: 2rem 12rem 2rem 11rem;
}

.display-full .facility-opening-hours .holder h2 {
    margin-bottom: 2rem;
}

.display-full .facility-opening-hours .holder .button-container button {
    padding: 0;
}

.display-full .facility-opening-hours .holder .week-day-list.active1 {
    grid-column: 1;
    grid-row: 1;
}

.display-full .facility-opening-hours .holder .week-day-list.active2 {
    grid-column: 1;
    grid-row: 2;
}

.display-full .facility-opening-hours .holder .week-day-list.active3 {
    grid-column: 1;
    grid-row: 3;
}

.display-full .facility-opening-hours .holder .week-day-list.active4 {
    grid-column: 1;
    grid-row: 4;
}

.display-full .facility-opening-hours .holder .week-day-list.active5 {
    grid-column: 2;
    grid-row: 1;
}

.display-full .facility-opening-hours .holder .week-day-list.active6 {
    grid-column: 2;
    grid-row: 2;
}

.display-full .facility-opening-hours .holder .week-day-list.active7 {
    grid-column: 2;
    grid-row: 3;
}

@media screen and (max-width: 1000px) {
    .display-full .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 1rem;
    }

    .display-full .facility-opening-hours .holder .button-container {
        padding-right: 1rem;
    }
}


@media screen and (max-width: 720px) {
    .display-full .week-list {
        display: grid;
        grid-template-columns: [first] 50% [second] 50%;
        grid-template-rows: [first] 25% [second] 25% [third] 25% [fourth] 25%;
    }

    .display-full .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 3rem;
    }

    .display-full .facility-opening-hours .holder .button-container {
        padding-right: 3rem;
    }

    .display-full .facility-opening-hours .holder .week-day-list.active1 {
        grid-column: 1;
        grid-row: 1;
    }

    .display-full .facility-opening-hours .holder .week-day-list.active2 {
        grid-column: 1;
        grid-row: 2;
    }

    .display-full .facility-opening-hours .holder .week-day-list.active3 {
        grid-column: 1;
        grid-row: 3;
    }

    .display-full .facility-opening-hours .holder .week-day-list.active4 {
        grid-column: 1;
        grid-row: 4;
    }

    .display-full .facility-opening-hours .holder .week-day-list.active5 {
        grid-column: 2;
        grid-row: 1;
    }

    .display-full .facility-opening-hours .holder .week-day-list.active6 {
        grid-column: 2;
        grid-row: 2;
    }

    .display-full .facility-opening-hours .holder .week-day-list.active7 {
        grid-column: 2;
        grid-row: 3;
    }
}

@media screen and (max-width: 620px) {
    .display-full .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 1rem;
    }

    .display-full .facility-opening-hours .holder .button-container {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 560px) {
    .display-full .week-list {
        display: flex;
        flex-direction: column;
    }

    .display-full .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 1rem;
        margin-bottom: 1rem;
    }
}

.display-half .facility-opening-hours .holder .button-container {
    padding-right: 1rem;
}

.display-half .week-list {
    display: grid;
    grid-template-columns: [first] 50% [second] 50%;
    grid-template-rows: [first] 25% [second] 25% [third] 25% [fourth] 25%;
}

.display-half .facility-opening-hours .holder .week-day-list.active1 {
    grid-column: 1;
    grid-row: 1;
}

.display-half .facility-opening-hours .holder .week-day-list.active2 {
    grid-column: 1;
    grid-row: 2;
}

.display-half .facility-opening-hours .holder .week-day-list.active3 {
    grid-column: 1;
    grid-row: 3;
}

.display-half .facility-opening-hours .holder .week-day-list.active4 {
    grid-column: 1;
    grid-row: 4;
}

.display-half .facility-opening-hours .holder .week-day-list.active5 {
    grid-column: 2;
    grid-row: 1;
}

.display-half .facility-opening-hours .holder .week-day-list.active6 {
    grid-column: 2;
    grid-row: 2;
}

.display-half .facility-opening-hours .holder .week-day-list.active7 {
    grid-column: 2;
    grid-row: 3;
}

@media screen and (max-width: 1200px) {
    .display-half .week-list {
        display: flex;
        flex-direction: column;
    }

    .display-half .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 4rem;
        margin-bottom: 0.5rem;
    }

    .display-half .facility-opening-hours .holder .button-container {
        padding-right: 4rem;
    }
}

@media screen and (max-width: 560px) {
    .display-half .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 2rem;
        margin-bottom: 1rem;
    }

    .display-half .facility-opening-hours .holder .button-container {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 320px) {
    .display-half .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 1rem;
    }

    .display-half .facility-opening-hours .holder .button-container {
        padding-right: 1rem;
    }
}

.display-three-quarters.newtheme .facility-opening-hours .holder {
    padding: 2rem 11rem 2rem 5rem;
}

@media screen and (max-width: 1200px) {
    .display-three-quarters.newtheme .facility-opening-hours .holder {
        padding: 2rem;
    }
}

.display-three-quarters .facility-opening-hours .holder .week-day-list:not(.hidden) {
    margin-bottom: 2rem;
    padding-right: 4rem;
}

.display-three-quarters .facility-opening-hours .holder .button-container {
    padding-right: 4rem;
}


.display-three-quarters .week-list {
    display: grid;
    grid-template-columns: [first] 50% [second] 50%;
    grid-template-rows: [first] 25% [second] 25% [third] 25% [fourth] 25%;
}

.display-three-quarters .facility-opening-hours .holder .week-day-list.active1 {
    grid-column: 1;
    grid-row: 1;
}

.display-three-quarters .facility-opening-hours .holder .week-day-list.active2 {
    grid-column: 1;
    grid-row: 2;
}

.display-three-quarters .facility-opening-hours .holder .week-day-list.active3 {
    grid-column: 1;
    grid-row: 3;
}

.display-three-quarters .facility-opening-hours .holder .week-day-list.active4 {
    grid-column: 1;
    grid-row: 4;
}

.display-three-quarters .facility-opening-hours .holder .week-day-list.active5 {
    grid-column: 2;
    grid-row: 1;
}

.display-three-quarters .facility-opening-hours .holder .week-day-list.active6 {
    grid-column: 2;
    grid-row: 2;
}

.display-three-quarters .facility-opening-hours .holder .week-day-list.active7 {
    grid-column: 2;
    grid-row: 3;
}

@media screen and (max-width: 620px) {
    .display-three-quarters .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 1rem;
    }

    .display-three-quarters .facility-opening-hours .holder .button-container {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 520px) {
    .display-three-quarters .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 2rem;
        margin-bottom: 1rem;
    }

    .display-three-quarters .facility-opening-hours .holder .button-container {
        padding-right: 2rem;
    }
}


.display-one-third .facility-opening-hours .holder .week-day-list:not(.hidden) {
    /*padding-right: 2rem;*/
}

.display-one-third .facility-opening-hours .holder .button-container {
    padding-right: 0;
}

    .display-one-third .facility-opening-hours .holder .button-container button {
        padding: 0;
    }

.display-one-third.newtheme .facility-opening-hours .holder {
    padding: 2rem 4rem 2rem 3rem;
}

.display-one-third .facility-opening-hours .holder .day {
    padding-left: 1.4rem;
}


@media screen and (max-width: 360px) {
    .display-one-third .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 1rem;
    }

    .display-one-third .facility-opening-hours .holder .button-container {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1200px) {

    .display-one-quarter .facility-opening-hours .holder .week-day-list .day {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
}
/*@media screen and (min-width: 991px){
  .display-one-quarter .facility-opening-hours .holder .week-day-list:not(.hidden){
    max-width: 16em;
  }
}*/

@media screen and (max-width: 990px) {
    .display-one-quarter .facility-opening-hours .holder .week-day-list .calendar-icon {
        display: unset;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list .day,
    .display-one-third .facility-opening-hours .holder .week-day-list .day,
    .display-three-quarters .facility-opening-hours .holder .week-day-list .day,
    .display-half .facility-opening-hours .holder .week-day-list .day,
    .display-full .facility-opening-hours .holder .week-day-list .day {
        padding-left: 0.6rem;
        padding-right: 0.3rem;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list:not(.hidden),
    .display-one-third .facility-opening-hours .holder .week-day-list:not(.hidden),
    .display-three-quarters .facility-opening-hours .holder .week-day-list:not(.hidden),
    .display-half .facility-opening-hours .holder .week-day-list:not(.hidden),
    .display-full .facility-opening-hours .holder .week-day-list:not(.hidden) {
        /* padding-right: 2rem; */
        margin-bottom: 2rem;
    }

    .display-one-quarter .facility-opening-hours .holder .button-container,
    .display-three-quarters .facility-opening-hours .holder .button-container,
    .display-half .facility-opening-hours .holder .button-container,
    .display-full .facility-opening-hours .holder .button-container,
    .display-one-third .facility-opening-hours .holder .button-container {
        padding-right: 2rem;
        max-width: unset;
    }

    .display-one-quarter .week-list,
    .display-one-third .week-list
    .display-three-quart,
    .display-half .week-list,
    .display-full .week-list {
        display: grid;
        grid-template-columns: [first] 50% [second] 50%;
        grid-template-rows: [first] 25% [second] 25% [third] 25% [fourth] 25%;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list.active1,
    .display-one-third .facility-opening-hours .holder .week-day-list.active1,
    .display-three-quarters .facility-opening-hours .holder .week-day-list.active1,
    .display-half .facility-opening-hours .holder .week-day-list.active1,
    .display-full .facility-opening-hours .holder .week-day-list.active1 {
        grid-column: 1;
        grid-row: 1;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list.active2,
    .display-one-third .facility-opening-hours .holder .week-day-list.active2,
    .display-three-quarters .facility-opening-hours .holder .week-day-list.active2,
    .display-half .facility-opening-hours .holder .week-day-list.active2,
    .display-full .facility-opening-hours .holder .week-day-list.active2 {
        grid-column: 1;
        grid-row: 2;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list.active3,
    .display-one-third .facility-opening-hours .holder .week-day-list.active3,
    .display-three-quarters .facility-opening-hours .holder .week-day-list.active3,
    .display-half .facility-opening-hours .holder .week-day-list.active3,
    .display-full .facility-opening-hours .holder .week-day-list.active3 {
        grid-column: 1;
        grid-row: 3;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list.active4,
    .display-one-third .facility-opening-hours .holder .week-day-list.active4,
    .display-three-quarters .facility-opening-hours .holder .week-day-list.active4,
    .display-half .facility-opening-hours .holder .week-day-list.active4,
    .display-full .facility-opening-hours .holder .week-day-list.active4 {
        grid-column: 1;
        grid-row: 4;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list.active5,
    .display-one-third .facility-opening-hours .holder .week-day-list.active5,
    .display-three-quarters .facility-opening-hours .holder .week-day-list.active5,
    .display-half .facility-opening-hours .holder .week-day-list.active5,
    .display-full .facility-opening-hours .holder .week-day-list.active5 {
        grid-column: 2;
        grid-row: 1;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list.active6,
    .display-one-third .facility-opening-hours .holder .week-day-list.active6,
    .display-three-quarters.facility-opening-hours .holder .week-day-list.active6,
    .display-half .facility-opening-hours .holder .week-day-list.active6,
    .display-full .facility-opening-hours .holder .week-day-list.active6 {
        grid-column: 2;
        grid-row: 2;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list.active7,
    .display-one-third .facility-opening-hours .holder .week-day-list.active7,
    .display-three-quarters .facility-opening-hours .holder .week-day-list.active7,
    .display-half .facility-opening-hours .holder .week-day-list.active7,
    .display-full .facility-opening-hours .holder .week-day-list.active7 {
        grid-column: 2;
        grid-row: 3;
    }
}

@media screen and (max-width: 560px) {
    .display-one-quarter .facility-opening-hours .holder .week-day-list:not(.hidden),
    .display-one-third .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 530px) {
    .display-one-quarter .week-list,
    .display-one-third .week-list,
    .display-three-quarters .week-list,
    .display-half .week-list,
    .display-full .week-list {
        display: flex;
        flex-direction: column;
    }

    .display-one-quarter .facility-opening-hours .holder .week-day-list:not(.hidden) {
        padding-right: 1rem;
        margin-bottom: 1rem;
    }

    .display-one-quarter .facility-opening-hours .holder .button-container {
        padding-right: 1rem;
    }
}

main .left-content-area .display-full .week-list {
    grid-template-columns: [first] 50% [second] 50%;
    grid-template-rows: [first] 25% [second] 25% [third] 25% [fourth] 25%;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list:not(.hidden) {
    padding-right: unset;
    margin-bottom: 2rem;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list.active1 {
    grid-column: 1;
    grid-row: 1;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list.active2 {
    grid-column: 1;
    grid-row: 2;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list.active3 {
    grid-column: 1;
    grid-row: 3;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list.active4 {
    grid-column: 1;
    grid-row: 4;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list.active5 {
    grid-column: 2;
    grid-row: 1;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list.active6 {
    grid-column: 2;
    grid-row: 2;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list.active7 {
    grid-column: 2;
    grid-row: 3;
}

main .left-content-area .display-full .facility-opening-hours .holder .week-day-list .time {
    margin-left: 0.5rem;
}

main .left-content-area .display-full .facility-opening-hours .holder .button-container {
    padding-right: unset;
}

    main .left-content-area .display-full .facility-opening-hours .holder .button-container button {
        padding: 0;
    }

.article-leading-wrapper.m-auto {
    margin: 0 auto;
}

.article-leading-wrapper.no-max-width:not(.m-auto) {
    max-width: unset;
    padding: 0;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours.display-half .week-list,
.article-leading-wrapper main .left-content-area .facilityopeninghours.display-three-quarters .week-list {
    display: flex;
    flex-direction: column;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours.display-half .holder .week-day-list:not(.hidden),
.article-leading-wrapper main .left-content-area .facilityopeninghours.display-three-quarters .holder .week-day-list:not(.hidden) {
    padding-right: 0;
    margin-bottom: 1rem;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours.display-three-quarters .holder .button-container {
    padding-right: 0;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours .short-date {
    display: block;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours .long-date {
    display: none;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours .holder {
    padding: 25px 20px !important;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours.newtheme {
    height: 100%;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours .week-list .time, .article-leading-wrapper main .left-content-area .facilityopeninghours .week-list .time-container {
    margin-left: auto !important;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours.display-full .week-list .week-day-list:not(.hidden) {
    margin-bottom: 1rem;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours.display-full .week-list .week-day-list.active5 {
    padding-left: 1rem;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours.display-full .week-list .week-day-list.active6 {
    padding-left: 1rem;
}

.article-leading-wrapper main .left-content-area .facilityopeninghours.display-full .week-list .week-day-list.active7 {
    padding-left: 1rem;
}

@media screen and (min-width: 1000px) {
    .article-leading-wrapper main .left-content-area .facilityopeninghours.display-three-quarters .holder {
        padding: 25px 20px !important;
    }
}

@media screen and (max-width: 530px) {
    .article-leading-wrapper main .left-content-area .facilityopeninghours.display-full .week-list .week-day-list.active5 {
        padding-left: 0;
    }

    .article-leading-wrapper main .left-content-area .facilityopeninghours.display-full .week-list .week-day-list.active6 {
        padding-left: 0;
    }

    .article-leading-wrapper main .left-content-area .facilityopeninghours.display-full .week-list .week-day-list.active7 {
        padding-left: 0;
    }
}

.contact-panel.flex {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .contact-panel.flex .ContactBox {
        float: unset;
    }

.article-leading-wrapper.m-auto {
    margin: 0 auto;
}

.article-leading-wrapper.no-max-width:not(.m-auto) {
    max-width: unset;
    padding: 0;
}

.contact-panel.flex {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .contact-panel.flex .ContactBox {
        float: unset;
    }

.search-page-normal a:hover, .search-page-normal a:focus {
    color: #111;
    text-decoration: none;
}

.search-page-normal a {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

    .search-page-normal a::before {
        content: "";
        width: 1rem;
        height: 1rem;
        display: inline-block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        flex-shrink: 0;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAAXNSR0IArs4c6QAABOlJREFUeF7tnc+LHFUQx781PYu7PbOSQ1bNIQcFFSIoeBD8iQoquzIreAmYnejBg0SMIHjSg14FD0aiByFL5kd2t0EM3cnEeNGD/gEeFPwPjMGTzoBZp0vfugshzma7ul/v68yrnHKoVzX1+fR7Pd3TvY+g/5wSIKfVtThUgOODQAWoAMcEHJfXGaACHBNwXF5ngApwTMBxeZ0BKsAxAcfldQbc6gLCXryIFItUo/vBeAjAnY57Krv8FRB+5JR/QQ2XRivLl4oULDQDGt2kB+BYkQ8wBWP7w3ZrJW8fuQU0ugnnLTqN44btVi6WuQY1+xdPcpp+Mo0g8/ZEtdrbfx578ZR0vFjAfG/weMrj76WFfIivUfDEHytLP0h6FQsIu/FpAp2QFPEllsGfjdrLb0r6FQtodJNvATwtKeJR7HfDdusZSb9yAZ3kNxAWJEW8iWVcHR5v3SHpVy5gj28/eb8NSD60y9i9vv1J+1cBQpsqQAjMdrgKsE1UmE8FCIHZDlcBtokK86kAITDb4SrANlFhPi8FhL34PYx5ZvTqSx8IeVkP905Ao5u8A+BjQ5LT9EPXErwS0OxdOMHMp68/jF1L8EZA2I1fJ9AXk9YQlxK8ENDox22k1LnZAu5KwtQLaJ5NjnIN61nOni4kTL0ARFEQXpuNiOnlKkqYfgGG+mBwW/P3ccTActUkOBeQBYiNmIUoao7+mtsAsJQl334tR94IMNAPrH51YLNeNxKer4oErwQY6PPnkoPpGEbCs1WQ4J0AAz3sfnmIMLMO0FOuJXgpwECfO3P+MM0E6wQ85lKCtwIM9NlOfHcAWgfhEVcSvBZgoN/eT+4dp1sXag+7kOC9AAO92Tt/hDlYA/DgfktwLmCvD5AFiIsYW9cJe/Xv/LkgF3Cz1rQhQQVkpb1LXFEJKqCggKK/rKkAFXBrv5qkS5CFIzhviqLwTV1dgnLStwG/EgJy9m91mNcXYlZJ5kg2f/bifWktNVfBeisiB79CQ2b7F+4JmNfAejOuEMg8g+fWLh8ONq9tMOHRLONtrfk31nJ+Es7SvO2YsPv1IcKm+VXsySy5y4Lv5Um4eWawwPXxBgiZXv8sE753Av77UT6IAHrO9ZG/U9+bJWj7sZQIwGJV4FdiBtg+AibCXV2dbdQPGvitKsH3Q8DWo4lhRMz6aOKko6/sGdDsJUeZ9eHcXWd+2QK2pnknfg1Eqzdbfsr+trNbbdv9V/ZPFYSd5A0ifD4JhCv4fpwDriM+6S9zuYTvnYDtht/99+nEj8z/XcP3UoBpOuwk74PTuus3JL0VkOVaYL9ivDkJ7xdQaR0VICVmOV4FWAYqTacCpMQsx6sAy0Cl6VSAlJjleBVgGag0XRUE/OrBHgFSLzvxV4bt1l2SwfKbcb3kMjjbe7uSDzIVsYRvhiutFyS9iAWEnfgUEb0lKeJLLDN/Ojq+fFLSr1xAL14kpoGkiC+xTLwk3dJELGD7hpRuXfL/oyrXVia5BGS5K+jLUb/Tp/TlvJ1xuQWYBLqVCZB36xIrAkwSs6XJmP9+hUBHwHhg6vcWYFwF4ScG/xxQ/Zx0y5IbV4ZCM8C3ZaaMflVAGVQFOVWAAFYZoSqgDKqCnCpAAKuMUBVQBlVBThUggFVGqAoog6ogpwoQwCojVAWUQVWQUwUIYJURqgLKoCrI+Q/8ADqOLRzfKQAAAABJRU5ErkJggg==")
    }

@media (max-width: 991px) {
    .search-page-normal a {
        align-items: flex-start
    }
}

@media (max-width: 991px) {
    .banner {
        margin-top: 60px;
    }
}
@media screen and (min-width: 1420px){
    .banner {
        margin-top: -14px;
        margin-left: -15px;
        margin-right: -15px;

    }
}