@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,700");
* {
list-style: none;
text-decoration: none;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
html, body {
height: 100%;
}
body {
counter-reset: item;
}
button {
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
button:focus {
background: transparent;
box-shadow: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
a[href^=tel] {
color: inherit;
text-decoration: none;
}
.row {
margin-bottom: 0;
}
html, body {
font-family: "Open Sans", sans-serif;
color: #000000;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
p, .post-info ul li,
.post-info ol li, .post-content ul li, .post-content ol li, .subpage-content table, .subpage-content ul li,
.subpage-content ol li {
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.4em;
font-weight: 400;
}
p.ingress, .post-info ul li.ingress,
.post-info ol li.ingress, .post-content ul li.ingress, .post-content ol li.ingress, .subpage-content table.ingress, .subpage-content ul li.ingress,
.subpage-content ol li.ingress {
font-size: 20px;
}
h1, h2, h3, h4 {
font-family: "Open Sans Condensed", sans-serif;
font-weight: 700;
line-height: 1.3;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
h1 {
font-size: 42px;
margin-top: 0;
text-transform: uppercase;
}
h2 {
font-size: 29px;
text-transform: uppercase;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 16px;
}
a {
font-family: "Open Sans", sans-serif;
font-weight: 400;
color: #000000;
text-decoration: none;
}
a:focus, a:active, a:visited {
color: #000000;
}
a:focus {
text-decoration: underline;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}
.c-hamburger {
display: block;
z-index: 999 !important;
position: relative;
padding: 0;
width: 30px;
height: 22px;
font-size: 0;
text-indent: -9999px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
border-radius: none;
border: none;
cursor: pointer;
background-color: transparent;
float: right;
}
.c-hamburger:focus {
outline: none;
background: none;
}
.c-hamburger span {
display: block;
position: absolute;
width: 30px;
top: 10px;
left: 0px;
right: 0px;
height: 2px;
background: #262626;
transition-property: all;
transition-duration: 0.3s, 0.3s;
transition-delay: 0.3s;
}
.c-hamburger span:before, .c-hamburger span:after {
position: absolute;
display: block;
left: 0;
width: 30px;
height: 2px;
background-color: #262626;
content: "";
transition-duration: 0.3s, 0.3s;
transition-delay: 0.3s, 0s;
}
.c-hamburger span:before {
top: -10px; -webkit-transition-property: all, -webkit-transform;
transition-property: all, transform;
}
.c-hamburger span:after {
bottom: -10px; -webkit-transition-property: all, -webkit-transform;
transition-property: all, transform;
}
.c-hamburger.is-active span {
background: none;
}
.c-hamburger.is-active span:before {
top: 0;
transform: rotate(45deg);
}
.c-hamburger.is-active span:after {
bottom: 0;
transform: rotate(-45deg);
}
.c-hamburger.is-active span, .c-hamburger.is-active span:before, .c-hamburger.is-active span:after {
transition-delay: 0s, 0.3s;
}
nav .nav-wrapper {
max-width: 1440px;
height: auto;
margin: 0 auto;
padding: 40px 40px 0;
margin-bottom: -16px;
}
nav .headertop .homebtn {
display: inline-block;
width: 375px;
height: 83px;
}
nav .headertop .homebtn:focus {
outline: 1px dotted #000;
}
nav .headertop .desktop-search {
display: inline-block;
float: right;
}
nav .headertop .desktop-search form {
position: relative;
}
nav .headertop .desktop-search form label input {
background: #f1f1f1;
border-radius: 0;
border: 0;
height: 50px;
width: 300px;
padding-left: 15px;
padding-right: 50px;
}
nav .headertop .desktop-search form input[type=search] {
color: #000000;
}
nav .headertop .desktop-search form input[type=submit] {
position: absolute;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
background: transparent url(//www.savab.se/wp-content/uploads/2017/03/search.svg) center center;
background-size: contain;
border: 0;
color: transparent;
}
nav .gap {
width: 100%;
height: 10px;
}
nav #main-navbar-collapse {
padding: 0;
}
nav #main-navbar-collapse ul {
text-align: left;
margin: 0;
}
nav #main-navbar-collapse ul li {
margin-right: 20px;
padding-bottom: 4px;
}
nav #main-navbar-collapse ul li:last-of-type {
margin-right: 0;
}
nav #main-navbar-collapse ul li a {
font-family: "Open Sans Condensed", sans-serif;
font-size: 23px;
font-weight: 700;
color: #000000;
text-transform: uppercase;
padding: 0;
line-height: 1.4em;
background: transparent !important;
}
nav #main-navbar-collapse ul li a:focus, nav #main-navbar-collapse ul li a:hover {
text-decoration: underline;
color: #2474c9;
}
nav #main-navbar-collapse ul li a .caret {
border-width: 5px;
margin-top: -2px;
margin-left: 0;
}
nav #main-navbar-collapse ul li ul.dropdown-menu {
box-shadow: none;
background: #f1f1f1;
padding: 15px 0 10px;
border: 0;
border-left: 4px solid #2474c9;
border-radius: 0;
}
nav #main-navbar-collapse ul li ul.dropdown-menu li {
margin: 0;
padding-right: 4px;
display: block;
}
nav #main-navbar-collapse ul li ul.dropdown-menu li a {
padding: 5px 15px;
font-size: 20px;
color: #000000;
}
nav #main-navbar-collapse ul li ul.dropdown-menu li .sub-menu {
top: 0;
}
nav #main-navbar-collapse ul li ul.dropdown-menu li.current-page-ancestor a, nav #main-navbar-collapse ul li ul.dropdown-menu li.current_page_item a {
color: #2474c9;
text-decoration: underline;
}
nav #main-navbar-collapse ul li.current-page-ancestor a {
color: #2474c9;
text-decoration: underline;
}
nav #main-navbar-collapse:not(.touch) ul li a:hover {
color: #2474c9;
}
nav #main-navbar-collapse:not(.touch) ul li ul.dropdown-menu li a:hover {
color: #2474c9;
}
nav .nav-small {
text-align: right;
display: inline-block;
float: right;
}
nav .nav-small a {
display: inline-block;
font-family: "Open Sans Condensed", sans-serif;
font-size: 16px;
font-weight: 700;
color: #000000;
text-transform: uppercase;
margin-left: 20px;
}
nav .nav-small a:hover {
color: #2474c9;
}
nav .mobile-search {
display: inline-block;
float: right;
}
nav .mobile-search form {
position: relative;
}
nav .mobile-search form label input {
background: #f1f1f1;
border-radius: 0;
border: 0;
height: 50px;
width: 300px;
padding-left: 15px;
padding-right: 50px;
}
nav .mobile-search form input[type=submit] {
position: absolute;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
background: transparent url(//www.savab.se/wp-content/uploads/2017/03/search.svg) center center;
background-size: contain;
border: 0;
color: transparent;
}
#google_translate_element {
margin-top: 15px;
}
#page {
position: relative;
background: #fff;
min-height: 100vh;
}
section {
width: 100%;
}
section.whiteBG {
background: #fff;
}
section.grayBG {
background: #f1f1f1;
}
.wrapper {
max-width: 1440px;
margin: 0 auto;
padding: 40px;
}
.wrapper .row.margin10 {
padding: 0 5px;
}
.wpcf7-form {
margin-bottom: 40px;
}
.wpcf7-form label {
font-weight: 400;
}
.wpcf7-form input, .wpcf7-form textarea {
margin-top: 5px;
border-radius: 0;
font-weight: 400;
padding: 8px;
max-width: 100%;
border-color: #e6e6e6;
}
.wpcf7-form input[type=submit] {
line-height: 20px;
font-size: 16px;
background: transparent;
border-radius: 0;
padding: 10px 20px 11px;
color: #000000;
border: 1px solid #e6e6e6;
transition: all 0.3s;
}
.wpcf7-form input[type=submit]:hover {
border-color: #000000;
color: #000000;
}
.wpcf7-form p.instruktion, .wpcf7-form .post-info ul li.instruktion, .post-info ul .wpcf7-form li.instruktion,
.wpcf7-form .post-info ol li.instruktion,
.post-info ol .wpcf7-form li.instruktion, .wpcf7-form .post-content ul li.instruktion, .post-content ul .wpcf7-form li.instruktion, .wpcf7-form .post-content ol li.instruktion, .post-content ol .wpcf7-form li.instruktion, .wpcf7-form .subpage-content table.instruktion, .subpage-content .wpcf7-form table.instruktion, .wpcf7-form .subpage-content ul li.instruktion, .subpage-content ul .wpcf7-form li.instruktion,
.wpcf7-form .subpage-content ol li.instruktion,
.subpage-content ol .wpcf7-form li.instruktion {
font-size: 14px;
margin-top: -15px;
padding-bottom: 5px;
}
.wpcf7-form .wpcf7-response-output {
margin: 0;
padding: 0;
}
.wpcf7-form .wpcf7-validation-errors, .wpcf7-form .wpcf7-mail-sent-ok {
padding: 10px;
font-size: 16px;
margin-top: 20px;
}
.wpcf7-form .wpcf7-validation-errors {
border-color: red;
color: red;
}
.wpcf7-form .wpcf7-mail-sent-ok {
color: #000000;
}
.wpcf7-form .wpcf7-list-item {
display: block;
margin: 0 0 4px;
}
.wpcf7-form .wpcf7-list-item.first {
margin-top: -8px;
}
.wpcf7-form .wpcf7-list-item.last {
margin-bottom: 20px;
}
#wpcf7-f496-p497-o1 {
border-top: 2px solid #e6e6e6;
padding-top: 20px;
}
.wpcf7-not-valid {
border-color: #dc3232 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #dc3232 !important;
}
.quicklinks .row {
margin: 0;
}
.quicklinks .quicklink {
cursor: pointer;
border: 1px solid #e6e6e6;
border-bottom: 0;
display: block;
position: relative;
overflow: hidden;
padding-right: 0;
padding-left: 0;
}
.quicklinks .quicklink:last-of-type {
border-bottom: 0;
}
.quicklinks .quicklink:last-of-type:after {
content: "";
height: 1px;
position: absolute;
background: #e6e6e6;
bottom: 0;
left: 0;
right: 0;
}
.quicklinks .quicklink .quickcontent {
display: flex;
height: 100%;
align-items: center;
}
.quicklinks .quicklink .quickcontent img {
width: 2.8vw;
margin: 0 1.5vw;
}
.quicklinks .quicklink .quickcontent p, .quicklinks .quicklink .quickcontent .post-info ul li, .post-info ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .post-info ol li,
.post-info ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-content ul li, .post-content ul .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-content ol li, .post-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .subpage-content table, .subpage-content .quicklinks .quicklink .quickcontent table, .quicklinks .quicklink .quickcontent .subpage-content ul li, .subpage-content ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .subpage-content ol li,
.subpage-content ol .quicklinks .quicklink .quickcontent li {
display: inline-block;
vertical-align: middle;
font-family: "Open Sans Condensed", sans-serif;
font-size: 1.3vw;
font-weight: 700;
line-height: 1.3;
text-transform: uppercase;
margin: 10px 1.5vw 10px 0;
}
.quicklinks .quicklink:hover {
background: #f1f1f1;
}
.quicklinks .quicklink:focus {
background: #f1f1f1;
}
.nyheter-head {
background: #fff;
margin-bottom: 20px;
padding: 25px 30px 14px;
width: calc(100% + 10px);
margin-left: -5px;
}
.nyheter-head p, .nyheter-head .post-info ul li, .post-info ul .nyheter-head li,
.nyheter-head .post-info ol li,
.post-info ol .nyheter-head li, .nyheter-head .post-content ul li, .post-content ul .nyheter-head li, .nyheter-head .post-content ol li, .post-content ol .nyheter-head li, .nyheter-head .subpage-content table, .subpage-content .nyheter-head table, .nyheter-head .subpage-content ul li, .subpage-content ul .nyheter-head li,
.nyheter-head .subpage-content ol li,
.subpage-content ol .nyheter-head li {
display: inline-block;
font-weight: 700;
}
.nyheter-head a {
float: right;
}
.nyheter-head a:hover p, .nyheter-head a:hover .post-info ul li, .post-info ul .nyheter-head a:hover li,
.nyheter-head a:hover .post-info ol li,
.post-info ol .nyheter-head a:hover li, .nyheter-head a:hover .post-content ul li, .post-content ul .nyheter-head a:hover li, .nyheter-head a:hover .post-content ol li, .post-content ol .nyheter-head a:hover li, .nyheter-head a:hover .subpage-content table, .subpage-content .nyheter-head a:hover table, .nyheter-head a:hover .subpage-content ul li, .subpage-content ul .nyheter-head a:hover li,
.nyheter-head a:hover .subpage-content ol li,
.subpage-content ol .nyheter-head a:hover li, .nyheter-head a:focus p, .nyheter-head a:focus .post-info ul li, .post-info ul .nyheter-head a:focus li,
.nyheter-head a:focus .post-info ol li,
.post-info ol .nyheter-head a:focus li, .nyheter-head a:focus .post-content ul li, .post-content ul .nyheter-head a:focus li, .nyheter-head a:focus .post-content ol li, .post-content ol .nyheter-head a:focus li, .nyheter-head a:focus .subpage-content table, .subpage-content .nyheter-head a:focus table, .nyheter-head a:focus .subpage-content ul li, .subpage-content ul .nyheter-head a:focus li,
.nyheter-head a:focus .subpage-content ol li,
.subpage-content ol .nyheter-head a:focus li {
text-decoration: underline;
}
.nyheter {
display: inline-block;
padding: 0;
width: calc(100% + 30px);
}
.nyheter .nyhet {
display: inline-block;
width: 100%;
margin-bottom: 20px;
padding-left: 0;
padding-right: 0;
}
.nyheter .nyhet .post-thumb {
height: 200px;
height: 24vw;
background-position: center center !important;
background-size: cover !important;
}
.nyheter .nyhet .info {
background: #fff;
padding: 22px 30px 15px;
}
.nyheter .nyhet .info span {
font-size: 16px;
}
.nyheter .nyhet .info a:focus h2, .nyheter .nyhet .info a:active h2, .nyheter .nyhet .info a:visited h2 {
color: #000000;
}
.nyheter .nyhet .info a:hover h2 {
text-decoration: underline;
}
.nyheter .nyhet .info h2 {
margin: 2px 0 5px;
line-height: 1.2em;
}
.nyheter .kol1 {
padding-left: 10px;
padding-right: 10px;
}
.nyheter .kol1 h2 {
font-size: 35px;
}
.nyheter .kol2 {
padding-left: 10px;
padding-right: 10px;
}
.nyheter a p, .nyheter a .post-info ul li, .post-info ul .nyheter a li,
.nyheter a .post-info ol li,
.post-info ol .nyheter a li, .nyheter a .post-content ul li, .post-content ul .nyheter a li, .nyheter a .post-content ol li, .post-content ol .nyheter a li, .nyheter a .subpage-content table, .subpage-content .nyheter a table, .nyheter a .subpage-content ul li, .subpage-content ul .nyheter a li,
.nyheter a .subpage-content ol li,
.subpage-content ol .nyheter a li {
font-weight: 700;
}
.justnu-wrapper {
padding-left: 9px;
margin-bottom: 20px;
}
.justnu-wrapper .justnu-head {
background: #41c3ee;
padding: 25px 30px 14px;
width: calc(100% + 10px);
margin-left: -5px;
}
.justnu-wrapper .justnu-head p, .justnu-wrapper .justnu-head .post-info ul li, .post-info ul .justnu-wrapper .justnu-head li,
.justnu-wrapper .justnu-head .post-info ol li,
.post-info ol .justnu-wrapper .justnu-head li, .justnu-wrapper .justnu-head .post-content ul li, .post-content ul .justnu-wrapper .justnu-head li, .justnu-wrapper .justnu-head .post-content ol li, .post-content ol .justnu-wrapper .justnu-head li, .justnu-wrapper .justnu-head .subpage-content table, .subpage-content .justnu-wrapper .justnu-head table, .justnu-wrapper .justnu-head .subpage-content ul li, .subpage-content ul .justnu-wrapper .justnu-head li,
.justnu-wrapper .justnu-head .subpage-content ol li,
.subpage-content ol .justnu-wrapper .justnu-head li {
font-weight: 700;
}
.justnu-wrapper .justnu-head-headline {
width: calc(100% + 10px);
margin: 0 0 10px;
text-transform: uppercase;
font-weight: 700;
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.4em;
}
.justnu-wrapper .justnu .handelse {
padding: 0 10px;
}
.justnu-wrapper .justnu .handelse .info {
background: #fff;
padding: 15px 20px;
border-bottom: 1px solid #f1f1f1;
position: relative;
cursor: pointer;
}
.justnu-wrapper-headline {
font-family: Open Sans;
font-size: 16px;
line-height: 1em;
text-transform: none;
margin-top: 5px;
margin-bottom: 0px;
}
.justnu-wrapper-tid {
font-weight: bold;
margin: 0;
}
.justnu-wrapper-plats {
margin: 1em 0 0 0;
}
.widget-wrapper {
margin-bottom: 20px;
}
.widget-head {
background: #2474c9;
padding: 25px 30px 14px;
width: calc(100% + 10px);
margin-left: -5px;
text-transform: uppercase;
}
.widget-head p, .widget-head .post-info ul li, .post-info ul .widget-head li,
.widget-head .post-info ol li,
.post-info ol .widget-head li, .widget-head .post-content ul li, .post-content ul .widget-head li, .widget-head .post-content ol li, .post-content ol .widget-head li, .widget-head .subpage-content table, .subpage-content .widget-head table, .widget-head .subpage-content ul li, .subpage-content ul .widget-head li,
.widget-head .subpage-content ol li,
.subpage-content ol .widget-head li {
font-weight: 700;
}
.widget-head-link {
background: #41c3ee;
padding: 25px 30px 24px;
width: calc(100% + 10px);
margin-left: -5px;
text-transform: uppercase;
color: #000000;
font-weight: 700;
}
.widget {
margin: 0 0 0 -4px;
background: #fff;
padding: 15px 20px;
border-bottom: 1px solid #f1f1f1;
position: relative;
width: calc(100% + 9px);
}
.widget p, .widget .post-info ul li, .post-info ul .widget li,
.widget .post-info ol li,
.post-info ol .widget li, .widget .post-content ul li, .post-content ul .widget li, .widget .post-content ol li, .post-content ol .widget li, .widget .subpage-content table, .subpage-content .widget table, .widget .subpage-content ul li, .subpage-content ul .widget li,
.widget .subpage-content ol li,
.subpage-content ol .widget li {
margin: 0;
}
.banner-wrapper {
padding-left: 9px;
margin-left: -5px;
margin-right: -5px;
}
.banner-wrapper .banner a:focus .banner-content {
outline: 1px dotted #000;
}
.banner-wrapper .banner .banner-content {
background-position: center center !important;
background-size: cover !important;
position: relative;
text-align: center;
height: 300px;
height: 25vw;
}
.banner-text {
position: absolute;
left: 10px;
right: 10px;
font-size: 35px;
margin-top: 2vw;
overflow-wrap: normal;
word-wrap: normal;
word-break: normal;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.side-menu {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.subpage-side .side-menu ul {
margin: 0;
padding: 0;
}
.subpage-side .side-menu ul .current-menu-ancestor > .sub-menu {
display: block;
}
.subpage-side .side-menu ul .current-menu-ancestor > .sub-menu .current-menu-ancestor .sub-menu {
display: block;
}
.subpage-side .side-menu ul li {
margin-bottom: 10px;
}
.subpage-side .side-menu ul li a {
font-family: "Open Sans Condensed", sans-serif;
font-size: 20px;
font-weight: 700;
color: #000000;
text-transform: uppercase;
padding: 0;
line-height: 1.4em;
background: transparent !important;
}
.subpage-side .side-menu ul li a:hover {
color: #2474c9;
text-decoration: none;
}
.subpage-side .side-menu ul li a:focus {
text-decoration: underline;
}
.subpage-side .side-menu ul li .caret-wrapper {
display: inline-block;
padding-right: 8px;
}
.subpage-side .side-menu ul li .caret {
border-width: 5px;
margin-left: 8px;
margin-top: -5px;
}
.subpage-side .side-menu ul li .caret:hover {
color: #2474c9;
}
.subpage-side .side-menu ul li ul.sub-menu {
border: 0;
border-left: 2px solid #2474c9;
overflow: hidden;
}
.subpage-side .side-menu ul li ul.sub-menu li {
display: block;
margin: 0;
}
.subpage-side .side-menu ul li ul.sub-menu li a {
display: inline-block;
padding: 5px 0 5px 15px;
font-size: 16px;
line-height: 1.4em;
color: #000000;
}
.subpage-side .side-menu ul li ul.sub-menu li a:hover {
color: #2474c9;
}
.subpage-side .side-menu ul li ul.sub-menu li.current-menu-ancestor > a, .subpage-side .side-menu ul li ul.sub-menu li.current_page_item > a {
color: #2474c9;
}
.subpage-side .side-menu ul li.current-menu-ancestor a, .subpage-side .side-menu ul li.current_page_item a {
color: #2474c9;
}
.subpage-side .side-menu .menu-item-has-children > a:hover + .caret-wrapper .caret {
color: #2474c9;
}
.subpage-side .side-menu .current-menu-item > .caret-wrapper .caret,
.subpage-side .side-menu .current-menu-ancestor > .caret-wrapper .caret {
color: #2474c9;
}
.subpage-side .side-menu .sub-menu.collapse.in {
display: block !important;
}
.downloads-wrapper {
background: #f1f1f1;
padding: 0 20px 9px;
}
.downloads-wrapper .downloads-heading {
padding-top: 15px;
margin-top: 0;
margin-bottom: 8px;
font-size: 24px;
clear: both;
font-family: "Open Sans Condensed", sans-serif;
font-weight: 700;
line-height: 1.3;
text-transform: uppercase;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.downloads-wrapper ul {
margin: 0;
padding: 0;
}
.downloads-wrapper ul li {
padding-bottom: 8px;
}
.downloads-wrapper ul li a {
line-height: 1.3em;
font-family: "Open Sans Condensed", sans-serif;
}
.downloads-wrapper ul li a:hover {
color: #000000;
}
.subpage-content h1 {
margin-bottom: 20px;
}
.subpage-content h2 {
font-size: 24px;
}
.subpage-content > img, .subpage-content > ul, .subpage-content > ol, .subpage-content > .table-wrapper {
margin-bottom: 40px;
}
.subpage-content > p, .post-info ul .subpage-content > li,
.post-info ol .subpage-content > li, .post-content ul .subpage-content > li, .post-content ol .subpage-content > li, .subpage-content > table, .subpage-content ul .subpage-content > li,
.subpage-content ol .subpage-content > li {
margin-bottom: 40px;
}
.subpage-content > p + p, .post-info ul .subpage-content > li + p,
.post-info ol .subpage-content > li + p, .post-info ul .subpage-content > p + li, .post-info ul .subpage-content > li + li,
.post-info ol .subpage-content > p + li,
.post-info ol .subpage-content > li + li, .post-content ul .subpage-content > li + p, .post-content ol .subpage-content > li + p, .post-content ul .subpage-content > p + li, .post-content ul .subpage-content > li + li, .post-content ol .subpage-content > p + li, .post-content ol .subpage-content > li + li, .subpage-content > table + p, .post-info ul .subpage-content > table + li,
.post-info ol .subpage-content > table + li, .post-content ul .subpage-content > table + li, .post-content ol .subpage-content > table + li, .subpage-content > p + table, .post-info ul .subpage-content > li + table,
.post-info ol .subpage-content > li + table, .post-content ul .subpage-content > li + table, .post-content ol .subpage-content > li + table, .subpage-content > table + table, .subpage-content ul .subpage-content > li + p, .subpage-content ul .subpage-content > li + table,
.subpage-content ol .subpage-content > li + p,
.subpage-content ol .subpage-content > li + table, .subpage-content ul .subpage-content > p + li, .subpage-content ul .subpage-content > table + li, .subpage-content ul .subpage-content > li + li,
.subpage-content ol .subpage-content > p + li,
.subpage-content ol .subpage-content > table + li,
.subpage-content ol .subpage-content > li + li {
margin-top: -20px;
}
.subpage-content > p + ul, .post-info ul .subpage-content > li + ul,
.post-info ol .subpage-content > li + ul, .post-content ul .subpage-content > li + ul, .post-content ol .subpage-content > li + ul, .subpage-content > table + ul, .subpage-content ul .subpage-content > li + ul,
.subpage-content ol .subpage-content > li + ul, .subpage-content > p + ol, .post-info ul .subpage-content > li + ol,
.post-info ol .subpage-content > li + ol, .post-content ul .subpage-content > li + ol, .post-content ol .subpage-content > li + ol, .subpage-content > table + ol, .subpage-content ul .subpage-content > li + ol,
.subpage-content ol .subpage-content > li + ol {
margin-top: -30px;
}
.subpage-content .top-bild {
background-position: center center;
background-size: cover;
height: 300px;
height: 28vw;
width: 100%;
margin-bottom: 20px;
}
.subpage-content ul,
.subpage-content ol {
margin-left: 0;
padding-left: 20px;
}
.subpage-content ul li,
.subpage-content ol li {
list-style: disc;
padding-left: 6px;
margin-bottom: 7px;
}
.subpage-content ol li {
list-style: decimal;
}
.subpage-content .table-wrapper {
overflow-x: auto;
}
.subpage-content table {
min-width: 535px;
margin-bottom: 0;
}
.subpage-content table th {
font-weight: bold;
}
.subpage-content table td {
padding: 10px 10px 0 0;
vertical-align: top;
}
.subpage-content table td:last-of-type {
padding-right: 0;
}
.subpage-content a {
color: #2474c9;
}
.puff-wrapper {
margin: 0;
padding: 0;
}
.puff-wrapper .puff {
margin-bottom: 30px;
}
.puff-wrapper .puff .post-thumb {
height: 130px;
height: 12vw;
background-position: center center !important;
background-size: cover !important;
}
.puff-wrapper .puff .info {
background: #fff;
padding: 10px 20px 8px;
}
.puff-heading {
word-break: break-word;
font-size: 22px;
color: #000000;
font-family: "Open Sans Condensed", sans-serif;
font-weight: 700;
line-height: 1.3;
text-transform: uppercase;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
margin-top: 10px;
margin-bottom: 10px;
clear: both;
}
.nyhet-side .side-menu h2 {
margin-top: 0;
}
.nyhet-side .side-menu ul.nyhetslista li {
margin-bottom: 12px;
}
.nyhet-side .side-menu ul.nyhetslista li a {
text-transform: none;
line-height: 1.2em;
}
.post-content {
text-align: left;
padding-bottom: 35px;
border-bottom: 2px solid #e6e6e6;
}
.post-content h1 {
margin-bottom: 5px;
}
.post-content span {
display: inline-block;
font-size: 20px;
margin-bottom: 12px;
}
.post-content img {
margin: 0 0 20px;
width: 100%;
height: auto;
}
.post-content p, .post-info ul .post-content li,
.post-info ol .post-content li, .post-content ul li, .post-content ol li, .subpage-content ul .post-content li,
.subpage-content ol .post-content li, .post-content .subpage-content table, .subpage-content .post-content table {
text-align: left;
}
.post-content ul, .post-content ol {
margin-left: 0;
padding-left: 20px;
}
.post-content ul li, .post-content ol li {
list-style: disc;
padding-left: 6px;
margin-bottom: 7px;
}
.post-content ol li {
list-style: decimal;
}
.post-content a {
font-weight: 700;
}
.post-content a:hover, .post-content a:focus {
color: #2474c9;
}
.dela {
padding: 20px 0;
}
.dela .ikoner {
display: inline-block;
float: right;
}
.nyheter-fler .single-nyhet {
margin-bottom: 20px;
}
.nyheter-fler .single-nyhet .post-thumb {
height: 50vw;
background-position: center center !important;
background-size: cover !important;
}
.nyheter-fler .single-nyhet .info {
background: #fff;
padding: 22px 30px 15px;
}
.nyheter-fler .single-nyhet .info span {
font-size: 16px;
}
.nyheter-fler .single-nyhet .info h2 {
margin-top: 10px;
}
.post-info h1 {
margin-bottom: 5px;
}
.post-info span {
font-size: 20px;
}
.post-info .tid {
font-size: 20px;
margin: 0;
font-weight: bold;
}
.post-info .beskrivning {
padding: 30px 0 40px;
}
.post-info ul,
.post-info ol {
margin-left: 0;
padding-left: 20px;
}
.post-info ul li,
.post-info ol li {
list-style: disc;
padding-left: 6px;
margin-bottom: 7px;
}
.post-info ol li {
list-style: decimal;
}
.map-description {
text-align: center;
padding: 30px 0 20px;
}
.map-description div {
display: inline-block;
padding: 0 20px;
}
.map-description div p, .map-description div .subpage-content ul li, .subpage-content ul .map-description div li,
.map-description div .subpage-content ol li,
.subpage-content ol .map-description div li, .map-description div .subpage-content table, .subpage-content .map-description div table, .map-description div .post-content ul li, .post-content ul .map-description div li, .map-description div .post-content ol li, .post-content ol .map-description div li, .map-description div .post-info ul li, .post-info ul .map-description div li,
.map-description div .post-info ol li,
.post-info ol .map-description div li {
display: inline-block;
padding-left: 5px;
}
.acf-map {
width: 100%;
height: 400px;
border: #ccc solid 1px;
margin: 20px 0;
} .acf-map img {
max-width: inherit !important;
}
.justnu-fler .justnu-head {
background: #41c3ee;
padding: 25px 30px 14px;
width: calc(100% + 10px);
margin-left: -5px;
text-transform: uppercase;
}
.justnu-fler .justnu-head p, .justnu-fler .justnu-head .subpage-content ul li, .subpage-content ul .justnu-fler .justnu-head li,
.justnu-fler .justnu-head .subpage-content ol li,
.subpage-content ol .justnu-fler .justnu-head li, .justnu-fler .justnu-head .subpage-content table, .subpage-content .justnu-fler .justnu-head table, .justnu-fler .justnu-head .post-content ul li, .post-content ul .justnu-fler .justnu-head li, .justnu-fler .justnu-head .post-content ol li, .post-content ol .justnu-fler .justnu-head li, .justnu-fler .justnu-head .post-info ul li, .post-info ul .justnu-fler .justnu-head li,
.justnu-fler .justnu-head .post-info ol li,
.post-info ol .justnu-fler .justnu-head li {
font-weight: 700;
}
.justnu-fler .justnu .handelse {
padding: 0 10px;
}
.justnu-fler .justnu .handelse .info {
background: #fff;
padding: 15px 20px;
border-bottom: 1px solid #f1f1f1;
position: relative;
cursor: pointer;
}
.kontakt-content h2 {
font-size: 24px;
margin-top: 25px;
margin-bottom: 5px;
}
.kontakt-content a:hover {
color: #2474c9;
}
.category-nyhet article {
margin-bottom: 30px;
}
.category-nyhet article .post-thumb {
height: 230px;
height: 20vw;
background-position: center center !important;
background-size: cover !important;
}
.category-nyhet article .info {
background: #fff;
padding: 22px 30px 15px;
}
.category-nyhet article .info span {
font-size: 16px;
}
.category-nyhet article .info h2 {
margin-top: 10px;
}
.category-nyhet .nav-divider {
width: 100%;
}
.category-nyhet .nav-links .nav-previous {
padding: 0 15px;
}
.category-nyhet .nav-links .nav-next {
padding: 0 15px;
}
.category-nyhet .nav-links a {
font-size: 20px;
line-height: 40px;
font-weight: 700;
color: #000000;
}
.category-nyhet .nav-links a:hover {
color: #2474c9;
text-decoration: underline;
}
.search-content h1 {
border-bottom: 2px solid #e6e6e6;
padding-bottom: 10px;
}
.search-content h2 {
margin-bottom: 0;
}
.search-content nav .nav-previous {
position: relative;
}
.search-content nav .nav-previous a:after {
content: "Nästa sida";
left: 0;
}
.search-content nav .nav-next {
position: relative;
}
.search-content nav .nav-next a:after {
content: "Föregående sida";
right: 0;
}
.search-content nav a {
font-size: 20px;
line-height: 40px;
font-weight: 700;
color: transparent;
}
.search-content nav a:after {
color: #000000;
position: absolute;
top: 0;
}
.search-content nav a:hover:after {
color: #2474c9;
text-decoration: underline;
}
footer {
position: relative;
width: 100%;
background: #fff;
text-align: center;
padding: 30px 10px 20px;
}
footer p, footer .subpage-content ul li, .subpage-content ul footer li,
footer .subpage-content ol li,
.subpage-content ol footer li, footer .subpage-content table, .subpage-content footer table, footer .post-content ul li, .post-content ul footer li, footer .post-content ol li, .post-content ol footer li, footer .post-info ul li, .post-info ul footer li,
footer .post-info ol li,
.post-info ol footer li {
font-size: 14px;
font-weight: 700;
}
footer a {
font-size: 14px;
font-weight: 700;
color: #000000;
}
footer a:hover {
color: #000000;
}
ul.social {
margin: 0;
list-style-type: none;
margin-bottom: 20px;
padding: 0;
}
ul.social li {
margin: 0 20px 0 0;
list-style-type: none;
display: inline-block;
font-weight: bold;
padding: 0;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
}
ul.social li:last-child {
margin: 0;
}
ul.social li a {
color: #000000;
display: flex;
justify-content: center;
align-items: center;
}
ul.social li a:before {
font-family: "FontAwesome";
padding-right: 8px;
text-decoration: none;
font-size: 23px;
}
ul.social li.facebook a:before {
content: "\f230";
}
ul.social li.linkedin a:before {
content: "\f08c";
}
.a2a_kit a {
height: 25px;
width: 25px;
margin-left: 5px;
padding: 0 !important;
}
.a2a_kit a:focus {
outline-width: 2px;
outline-style: solid;
outline-offset: 2px;
}
.a2a_button_twitter:focus {
outline-color: #1d9bf0;
}
.a2a_button_facebook:focus {
outline-color: #1877f2;
}
.sav-alerts-uppe .sav-alert {
border-width: 0 0 1px 0;
}
.sav-alerts-nere {
position: sticky;
bottom: 0;
}
.sav-alerts-nere .sav-alert {
border-width: 1px 0 0 0;
}
.sav-alert {
border-style: solid;
}
.sav-alert-wrapper {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
position: relative;
}
.sav-alert-text {
margin: 0;
padding: 0;
}
.alert-dismissible .sav-alert-text {
padding: 0 35px 0 0;
}
.sav-alert a {
font-weight: 700;
}
.sav-alert-dismiss {
font-weight: bold;
margin-left: 2em;
}
.alert-dismissible {
padding-right: 0;
}
.alert-dismissible .close {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
padding: 0.75rem 1.25rem;
color: inherit;
}
.close {
font-size: 2em;
font-weight: 700;
line-height: 1;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
opacity: 1;
}
.none {
display: none;
}
.fade.show {
opacity: 1;
}
.panel-title a {
color: #000000;
text-decoration: none;
}
.panel-title a.collapsed {
color: #000000;
text-decoration: none;
}
.panel-title a:hover, .panel-title a:focus {
color: #000000;
}
.lightboxify img {
cursor: pointer;
}
#lightbox {
position: fixed;
z-index: 1000;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
display: none;
}
#lightbox.active {
display: flex;
justify-content: center;
align-items: center;
}
#lightbox img {
max-width: 90%;
max-height: 80%;
padding: 4px;
background-color: black;
border: 2px solid white;
}
#createYourCustomPosterForm {
font-size: 16px;
}
#createYourCustomPosterForm .checkbox-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
margin-bottom: 20px;
}
@media (max-width: 600px) {
#createYourCustomPosterForm { }
#createYourCustomPosterForm .checkbox-grid {
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 400px) {
#createYourCustomPosterForm { }
#createYourCustomPosterForm .checkbox-grid {
grid-template-columns: 1fr;
}
}
#createYourCustomPosterForm .checkbox-item,
#createYourCustomPosterForm .checkbox-item label {
display: flex;
align-items: center;
gap: 8px;
}
#createYourCustomPosterForm .checkbox-item label {
cursor: pointer;
margin: 0;
}
#createYourCustomPosterForm input[type=checkbox] {
margin: 0;
width: 18px;
height: 18px;
flex-shrink: 0;
}
#createYourCustomPosterForm .checkbox-item label img {
width: 80px;
height: auto;
-o-object-fit: contain;
object-fit: contain; }
#createYourCustomPosterForm legend {
font-size: unset;
border-bottom: 0;
}
#createYourCustomPosterForm button {
display: block;
padding: 12px;
background-color: #4caf50;
color: white;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
margin-top: 10px;
transition: background-color 0.3s;
}
#createYourCustomPosterForm button:hover {
background-color: #45a049;
}
#createYourCustomPosterForm button:disabled {
background-color: #cccccc;
cursor: not-allowed;
}
#createYourCustomPosterForm #result {
margin-top: 20px;
padding: 15px;
border-radius: 4px;
display: none;
}
#createYourCustomPosterForm #status {
margin-bottom: 10px;
padding: 10px;
background-color: #f8f9fa;
border-radius: 4px;
}
#createYourCustomPosterForm #pdfContent {
margin-top: 20px;
}
#createYourCustomPosterForm #pdfContent iframe {
width: 100%;
height: 500px;
border: 1px solid #ddd;
border-radius: 4px;
}
#createYourCustomPosterForm .success {
color: green;
}
#createYourCustomPosterForm .error {
color: red;
}
#createYourCustomPosterForm .download-btn {
display: inline-block;
background-color: #2196f3;
color: white;
padding: 8px 15px;
text-decoration: none;
border-radius: 4px;
transition: background-color 0.3s;
margin-top: 10px;
}
#createYourCustomPosterForm .download-btn:hover {
background-color: #0b7dda;
}
#createYourCustomPosterForm .spinner {
border: 3px solid #f3f3f3;
border-top: 3px solid #3498db;
border-radius: 50%;
width: 20px;
height: 20px;
animation: spin 2s linear infinite;
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#createYourCustomPosterForm pre {
background-color: #f5f5f5;
padding: 15px;
border-radius: 4px;
overflow-x: auto;
white-space: pre-wrap;
word-wrap: break-word;
margin-top: 20px;
border: 1px solid #ddd;
}
#createYourCustomPosterForm #payloadDetails {
margin-top: 20px;
display: none;
}
#createYourCustomPosterForm .toggle-payload {
background: none;
border: none;
color: #2196f3;
text-decoration: underline;
cursor: pointer;
padding: 5px;
font-size: 14px;
width: auto;
display: inline-block;
margin-top: 5px;
}
#createYourCustomPosterForm .toggle-payload:hover {
color: #0b7dda;
background: none;
}
.display-block {
display: block;
}
.grid {
display: grid;
}
.grid-template-columns-200 {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media only screen and (min-width: 720px) {
.grid-template-columns-200 {
grid-template-columns: repeat(3, 1fr);
}
}
.flex {
display: flex;
}
.flex-dir-col {
flex-direction: column;
}
.gap-10 {
gap: 10px;
}
.gap-20 {
gap: 20px;
}
.col-gap-20 {
-moz-column-gap: 20px;
column-gap: 20px;
}
.row-gap-40 {
row-gap: 40px;
}
.margin-block-0 {
margin-block: 0;
}
.margin-block-start-10 {
-webkit-margin-before: 10px;
margin-block-start: 10px;
}
.margin-block-end-40 {
-webkit-margin-after: 40px;
margin-block-end: 40px;
}
.font-weight-bold {
font-weight: bold;
}
.font-size-16 {
font-size: 16px;
}
.font-size-20 {
font-size: 20px;
}
.outline-thin {
outline: 1px solid rgba(0, 0, 0, 0.1);
outline-offset: -1px;
}
@media only screen and (min-width: 768px) {
#main-navbar-collapse {
display: inline-block !important;
}
#main-navbar-collapse ul li {
display: inline-block;
float: none;
}
.alert-dismissible .close {
right: 50px;
}
.alert-dismissible .sav-alert-text {
padding: 0 65px 0 0;
}
.desktop-search-google-translate {
float: right;
}
#google_translate_element {
margin-top: 10px;
float: right;
clear: both;
}
}
@media only screen and (min-width: 992px) {
.nyheter-fler .single-nyhet {
margin-bottom: 0px;
}
.nyheter-fler .single-nyhet .post-thumb {
height: 250px;
height: 18vw;
}
.widget-wrapper {
padding-left: 9px;
}
}
@media only screen and (min-width: 1200px) {
nav .nav-wrapper {
padding: 50px 50px 0;
}
nav #main-navbar-collapse ul li a {
font-size: 26px;
}
.wrapper {
padding: 50px;
}
.nyheter .nyhet .post-thumb {
height: 250px;
height: 20vw;
}
.subpage-content .top-bild {
height: 300px;
height: 21vw;
}
}
@media only screen and (min-width: 1440px) {
.quicklinks .quicklink .quickcontent img {
max-width: 41px;
margin: 0 21px;
}
.quicklinks .quicklink .quickcontent p, .quicklinks .quicklink .quickcontent .subpage-content ul li, .subpage-content ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .subpage-content ol li,
.subpage-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .subpage-content table, .subpage-content .quicklinks .quicklink .quickcontent table, .quicklinks .quicklink .quickcontent .post-content ul li, .post-content ul .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-content ol li, .post-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-info ul li, .post-info ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .post-info ol li,
.post-info ol .quicklinks .quicklink .quickcontent li {
font-size: 19px;
margin-right: 21px;
}
.quicklinks .quicklink:hover {
background: #f1f1f1;
}
.nyheter .nyhet .post-thumb {
height: 300px;
}
.banner-wrapper .banner .banner-content {
height: 350px;
}
.banner-text {
margin-top: 28px;
}
.nyheter-fler .single-nyhet .post-thumb {
height: 260px;
}
.puff-wrapper .puff .post-thumb {
height: 170px;
}
.category-nyhet article .post-thumb {
height: 288px;
}
.subpage-content .top-bild {
height: 300px;
}
}
@media only screen and (max-width: 991px) {
nav .headertop .homebtn {
width: 250px;
height: 55px;
}
nav #main-navbar-collapse ul li a {
font-size: 20px;
}
nav #main-navbar-collapse ul li ul.dropdown-menu {
padding: 10px 0 8px;
}
nav #main-navbar-collapse ul li ul.dropdown-menu li {
padding: 0;
}
nav #main-navbar-collapse ul li ul.dropdown-menu li a {
font-size: 18px;
}
nav .nav-small {
text-align: left;
display: block;
float: none;
margin-bottom: 10px;
}
nav .nav-small a {
font-size: 16px;
margin-left: 0;
margin-right: 20px;
}
.quicklinks {
margin-top: 20px;
border: 1px solid #e6e6e6;
border-top: 0;
border-left: 0;
}
.quicklinks .quicklink {
border: 1px solid #e6e6e6;
border-bottom: 0;
border-right: 0;
}
.quicklinks .quicklink:last-of-type:after {
display: none;
}
.quicklinks .quicklink .quickcontent {
display: flex;
height: 100%;
align-items: center;
}
.quicklinks .quicklink .quickcontent img {
width: 5vw;
margin: 10px 15px;
}
.quicklinks .quicklink .quickcontent p, .quicklinks .quicklink .quickcontent .subpage-content ul li, .subpage-content ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .subpage-content ol li,
.subpage-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .subpage-content table, .subpage-content .quicklinks .quicklink .quickcontent table, .quicklinks .quicklink .quickcontent .post-content ul li, .post-content ul .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-content ol li, .post-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-info ul li, .post-info ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .post-info ol li,
.post-info ol .quicklinks .quicklink .quickcontent li {
font-size: 16px;
margin: 10px 10px 10px 0;
}
.quicklinks .quicklink:hover {
background: #f1f1f1;
}
.justnu-wrapper {
padding-left: 0;
}
.puff-wrapper .puff .post-thumb {
height: 17vw;
}
.puff-wrapper .puff .info {
padding: 10px 20px 8px;
}
.category-nyhet article .post-thumb {
height: 26vw;
}
.subpage-side {
margin-top: 30px;
}
.subpage-content .top-bild {
height: 300px;
height: 35vw;
}
.small-device-grid {
display: grid;
}
.smal-device-grid-order-1 {
order: 1;
}
.smal-device-grid-order-2 {
order: 2;
}
.smal-device-grid-order-3 {
order: 3;
}
}
@media only screen and (max-width: 767px) {
.c-hamburger {
width: 50px;
height: 30px;
float: none;
}
.c-hamburger span {
width: 50px;
top: 15px;
height: 4px;
}
.c-hamburger span:before, .c-hamburger span:after {
width: 50px;
height: 4px;
}
.c-hamburger span:before {
top: -15px;
}
.c-hamburger span:after {
bottom: -15px;
}
nav .headertop .homebtn {
width: 250px;
height: 55px;
}
nav .gap {
display: none;
}
nav .menu-toggle {
position: absolute;
right: 40px;
top: 40px;
}
nav .menu-toggle:focus {
outline: none;
}
nav #main-navbar-collapse ul li {
padding-bottom: 10px;
margin-right: 0;
}
nav #main-navbar-collapse ul li a {
font-size: 30px;
}
nav #main-navbar-collapse ul li ul.dropdown-menu {
border-radius: 0;
margin-top: 5px;
padding-bottom: 10px;
}
nav #main-navbar-collapse ul li ul.dropdown-menu li a {
font-size: 22px;
}
nav .nav-small {
display: none;
margin-bottom: 15px;
}
nav .nav-small a {
font-size: 20px;
}
nav .nav-small.aktiv {
display: block;
}
nav .mobile-search {
display: none;
float: none;
}
nav .mobile-search form {
display: block;
}
nav .mobile-search form label {
display: block;
}
nav .mobile-search form label input {
height: 40px;
width: 100%;
padding-left: 10px;
padding-right: 40px;
}
nav .mobile-search form input[type=submit] {
top: 8px;
right: 8px;
width: 24px;
height: 24px;
}
nav .mobile-search.aktiv {
display: block;
}
.nyheter .nyhet .post-thumb {
height: 40vw;
}
.puff-wrapper .puff .post-thumb {
height: 24vw;
}
.puff-wrapper .puff .info {
padding: 10px 20px 8px;
}
.category-nyhet article .post-thumb {
height: 50vw;
}
.subpage-content .top-bild {
height: 40vw;
}
}
@media only screen and (max-width: 600px) {
.puff-wrapper .puff .info {
padding: 5px 15px 3px;
}
.puff-heading {
font-size: 20px;
}
.map-description div {
display: block;
text-align: left;
}
.map-description div:first-of-type {
margin-bottom: 15px;
}
}
@media only screen and (max-width: 475px) {
nav .nav-wrapper {
padding: 30px;
}
nav .menu-toggle {
right: 30px;
}
.wrapper {
padding: 30px;
}
.quicklinks .quicklink .quickcontent img {
width: 8.4vw;
}
.quicklinks .quicklink .quickcontent p, .quicklinks .quicklink .quickcontent .subpage-content ul li, .subpage-content ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .subpage-content ol li,
.subpage-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .subpage-content table, .subpage-content .quicklinks .quicklink .quickcontent table, .quicklinks .quicklink .quickcontent .post-content ul li, .post-content ul .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-content ol li, .post-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-info ul li, .post-info ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .post-info ol li,
.post-info ol .quicklinks .quicklink .quickcontent li {
font-size: 14px;
}
.nyheter .nyhet .post-thumb {
height: 50vw;
}
.nyheter .nyhet .info {
padding: 18px 21px 10px;
}
.nyheter .nyhet .info h2 {
word-break: break-word;
}
.puff-wrapper .puff .info {
padding: 3px 12px 2px;
}
.puff-heading {
font-size: 18px;
}
.category-nyhet article .info {
padding: 18px 20px 12px;
}
.category-nyhet article .info h2 {
margin-top: 5px;
}
.nyhet-side .side-menu h2 {
margin-top: 10px;
}
}
@media only screen and (max-width: 400px) {
h1 {
font-size: 36px;
}
h2 {
font-size: 26px;
}
.c-hamburger {
width: 40px;
height: 27px;
float: none;
}
.c-hamburger span {
width: 40px;
top: 12px;
height: 3px;
}
.c-hamburger span:before, .c-hamburger span:after {
width: 40px;
height: 3px;
}
.c-hamburger span:before {
top: -12px;
}
.c-hamburger span:after {
bottom: -12px;
}
nav .headertop {
margin-bottom: 15px;
}
nav .headertop .homebtn {
width: 200px;
height: 44px;
}
nav .menu-toggle {
top: 39px;
}
nav #main-navbar-collapse ul li {
padding-bottom: 6px;
}
nav #main-navbar-collapse ul li a.dropdown-toggle {
font-size: 26px;
}
.search-content nav a {
font-size: 16px;
line-height: 1.2em;
}
.quicklinks {
border: 1px solid #e6e6e6;
}
.quicklinks .quicklink {
border: 0;
border-bottom: 1px solid #e6e6e6;
width: 100%;
}
.quicklinks .quicklink:last-of-type {
border-bottom: 0;
}
.quicklinks .quicklink .quickcontent img {
z-index: 0;
}
.quicklinks .quicklink .quickcontent p, .quicklinks .quicklink .quickcontent .subpage-content ul li, .subpage-content ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .subpage-content ol li,
.subpage-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .subpage-content table, .subpage-content .quicklinks .quicklink .quickcontent table, .quicklinks .quicklink .quickcontent .post-content ul li, .post-content ul .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-content ol li, .post-content ol .quicklinks .quicklink .quickcontent li, .quicklinks .quicklink .quickcontent .post-info ul li, .post-info ul .quicklinks .quicklink .quickcontent li,
.quicklinks .quicklink .quickcontent .post-info ol li,
.post-info ol .quicklinks .quicklink .quickcontent li {
z-index: 0;
}
.quicklinks .quicklink:hover {
background: #f1f1f1;
}
.nyheter-head p, .nyheter-head .subpage-content ul li, .subpage-content ul .nyheter-head li,
.nyheter-head .subpage-content ol li,
.subpage-content ol .nyheter-head li, .nyheter-head .subpage-content table, .subpage-content .nyheter-head table, .nyheter-head .post-content ul li, .post-content ul .nyheter-head li, .nyheter-head .post-content ol li, .post-content ol .nyheter-head li, .nyheter-head .post-info ul li, .post-info ul .nyheter-head li,
.nyheter-head .post-info ol li,
.post-info ol .nyheter-head li, .nyheter-head a {
display: block;
text-align: left;
float: none;
}
.category-nyhet .nav-links div a {
font-size: 16px;
}
}