@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
--primary-color: #CF223F;
--blur: 10px;
}
html,
body {
height: 100%;
position: relative;
}
body {
color: #000;
background: #FDEDEA;
font-family: 'Inter', Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 400;
font-size: 100%;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
@font-face {
font-family: "blogger_sansregular";
src: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-webfont.woff2) format("woff2"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-webfont.woff) format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "blogger_sansbold_italic";
src: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-bold_italic-webfont.eot);
src: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-bold_italic-webfont.eot?#iefix) format("embedded-opentype"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-bold_italic-webfont.woff2) format("woff2"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-bold_italic-webfont.woff) format("woff"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-bold_italic-webfont.ttf) format("truetype"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-bold_italic-webfont.svg#blogger_sansbold_italic) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "blogger_sansmedium";
src: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-medium-webfont.eot);
src: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-medium-webfont.eot?#iefix) format("embedded-opentype"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-medium-webfont.woff2) format("woff2"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-medium-webfont.woff) format("woff"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-medium-webfont.ttf) format("truetype"), url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/fonts/blogger_sans-medium-webfont.svg#blogger_sansmedium) format("svg");
font-weight: normal;
font-style: normal;
}
@keyframes up-img {
0%, 100% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, -5px, 0);
}
}
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
img,
embed,
object,
video,
iframe {
max-width: 100%;
}
video,
iframe,
img {
height: auto;
}
.embed {
position: relative;
padding: 0;
padding-bottom: 56.25%;  height: 0;
overflow: hidden;
margin-bottom: 2em;
}
.embed iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.bg-opacity {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.35);
z-index: 1;
}
.video-section {
position: relative;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
}
:root {
--video-width: 100vw;
--video-height: 100vh;
}
@media (min-aspect-ratio: 16/9) {
:root {
--video-height: 56.25vw;
}
}
@media (max-aspect-ratio: 16/9) {
:root {
--video-width: 177.78vh;
}
}
.video-wrapper {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
}
.video-wrapper video,
.video-wrapper iframe {
max-width: none;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
width: var(--video-width);
height: var(--video-height);
transform: translate(-50%, -50%);
}
.imgDesctop,
.imgMobile {
height: 100%;
}
@media (min-width: 768px) {
#videoDesktop,
.imgDesctop {
display: block;
}
#videoMobile,
.imgMobile {
display: none;
}
}
@media (max-width: 767px) {
#videoDesktop,
.imgDesctop {
display: none;
}
#videoMobile,
.imgMobile {
display: block;
}
}
.alignleft {
float: left;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 5px;
}
.alignright {
float: right;
margin-left: 1em;
margin-bottom: 1em;
margin-top: 5px;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 5px;
}
img.alignnone {
margin: 0;
}
img.alignleft,
img.alignright {
max-width: 50%;
}
figcaption {
font-size: 14px;
margin-top: 6px;
}
.wp-caption {
font-size: 14px;
}
.table {
display: table;
height: 90%;
width: 100%;
position: relative;
z-index: 9;
}
.table-cell {
display: table-cell;
vertical-align: middle;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid rgba(255, 255, 255, 0.5);
margin: 24px 0;
padding: 0;
}
.sr-only {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
#navigate-to {
width: 100%;
text-align: center;
background-color: #fffeeb;
overflow: hidden;
z-index: 1;
}
#navigate-to .accessibility-link {
color: #000;
position: absolute !important;
overflow: hidden;
clip: rect(0 0 0 0);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
outline: 0;
}
#navigate-to .accessibility-link:focus {
padding: 16px;
display: block;
position: static !important;
height: auto;
width: 100%;
outline: none;
}
.tab-navigation a:focus,
.tab-navigation button:focus,
.tab-navigation input:focus,
.tab-navigation textarea:focus {
outline: 2px solid #ff5400 !important;
outline-offset: -2px;
}
.circle {
overflow: hidden;
display: flex;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
width: 64px;
height: 64px;
font-family: blogger_sansbold_italic;
font-size: 24px;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.circle.circle-large {
width: 80px;
height: 80px;
} a {
color: #000;
text-decoration: none;
}
a:hover {
color: #CF223F;
}
.footer-content a {
color: #fff;
text-decoration: underline;
}
a.w-bg-brand:hover {
color: #fff;
}
.arrow-list {
display: inline-block;
text-decoration: none;
vertical-align: top;
margin-top: -2px;
margin-left: 10px;
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
}
a:hover .arrow-list {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
a.anchor,
.anchor-sections {
display: block;
position: relative;
top: -80px;
visibility: hidden;
}
a.anchor.anchor-max,
.anchor-sections.anchor-max {
top: -124px;
} h1, h2 {
font-family: blogger_sansbold_italic;
font-weight: 500;
line-height: 1.1;
color: inherit;
text-transform: uppercase;
}
h3, h4, h5, h6 {
font-family: 'Inter', Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 800;
line-height: 1.1;
color: inherit;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small, h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
font-weight: 400;
line-height: 1;
color: #777;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small {
font-size: 65%;
}
h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
font-size: 75%;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 21px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 1.125rem;
}
h5 {
font-size: 0.875rem;
}
h6 {
font-size: 0.75rem;
}
p {
margin: 0 0 10px;
}
p.lead {
font-size: 1.375rem;
} .site-width,
.site-width-n {
max-width: 1322px;
width: 100%;
padding: 0 16px;
margin: 0 auto;
}
.site-width-n {
max-width: 740px;
}
.section-wrapper {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 48px 0;
}
.section-wrapper:before, .section-wrapper:after {
content: " ";
display: table;
}
.section-wrapper:after {
clear: both;
}
.section-wrapper + .section-wrapper {
padding-top: 0;
}
.section-wrapper + [class*=w-bg-],
.section-wrapper + .section-fullcover {
padding-top: 48px;
}
[class*=w-bg-] + .section-wrapper {
padding-top: 48px;
}
.article > .section-fullcover {
margin: 48px 0;
}
[class*=w-bg-] > .section-text-block,
.site-width > .section-text-block {
padding-top: 0;
}
.anchor + .section-wrapper {
padding-top: 0;
}
.anchor + [class*=w-bg-] {
padding-top: 48px;
}
.section-footer .footer-content {
max-width: 648px;
}
.section-footer .footer-content a {
text-decoration: none;
}
.container-main {
margin-bottom: 48px;
}
.display-hero {
height: calc(100vh - 80px);
min-height: 600px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
position: relative;
z-index: 0;
overflow: hidden;
}
.display-hero.min-height-100vh {
height: auto;
min-height: 100vh;
padding-top: 120px;
padding-bottom: 100px;
}
.display-hero.video-section {
height: calc(100vh - 136px);
min-height: calc(100svh - 136px);
}
@media only screen and (min-width: 768px) {
.display-hero.video-section {
min-height: 600px;
height: calc(100vh - 150px);
}
}
.display-hero.hero-50 {
height: auto;
}
.display-hero h1 {
margin: 0;
}
.display-hero .site-width {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
justify-content: center;
}
.display-hero .wp-caption {
position: absolute;
left: 20px;
right: 20px;
bottom: -26px;
z-index: 5;
}
.section-callout + .display-hero {
height: calc(100vh - 160px);
min-height: 600px;
}
.display-hero-content {
padding-bottom: 32px;
max-width: 90%;
width: 1024px;
margin: auto;
flex-direction: column;
text-align: center;
color: #fff;
z-index: 3;
position: relative;
}
.display-hero-content p {
font-size: 18px;
}
.display-hero-content .btn-large > .icon-btn {
margin-right: 16px;
}
.display-hero-content .btn-large > .arrow-list {
margin-left: 16px;
}
.display-hero-content .circle-large {
display: inline-flex;
vertical-align: top;
margin-right: -80px;
vertical-align: top;
margin-top: -20px;
width: 60px;
height: 60px;
}
.display-hero-content .circle-large.text-xsmall {
font-size: 10px;
}
.display-hero-logo {
max-width: 259px;
margin: 0 auto;
margin-bottom: 20px;
}
.hero-hr-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 20px auto;
font-size: 15px;
line-height: 1.2;
}
.hero-hr-list a {
flex-shrink: 0;
width: 33.333333%;
color: #fff;
flex-direction: column;
margin-bottom: 16px;
}
.hero-hr-list a figure {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
margin: 0;
margin-bottom: 5px;
}
.hero-hr-list a figure img {
width: 48px;
}
.hero-hr-list a:hover figure {
animation: up-img 0.2s ease-in-out;
}
.hero-hr-list figure {
margin-bottom: 5px;
}
.hero-hr-list.text {
max-width: 649px;
font-family: blogger_sansbold_italic;
border-top: 1px solid #fff;
padding-top: 24px;
}
.hero-bottom-btn {
bottom: -15px;
left: 0;
}
.wave-border {
position: absolute;
width: 102%;
left: -1%;
right: -1%;
bottom: -2px;
z-index: 2;
display: flex;
align-content: flex-end;
}
.wave-border img {
width: 100%;
}
.section-entry-box .wave-border {
bottom: -2px;
}
.wave-border-vert-left,
.wave-border-vert-right {
position: absolute;
display: flex;
justify-content: flex-start;
height: 102%;
top: -1%;
bottom: -1%;
left: 0;
z-index: 2;
display: none;
}
.wave-border-vert-left img,
.wave-border-vert-right img {
height: 100%;
margin-top: -1%;
margin-bottom: -1%;
}
.wave-border-vert-right {
left: auto;
right: -2px;
justify-content: flex-end;
}
.section-header h1,
.section-header h2 {
margin-top: 0;
margin-bottom: 20px;
}
.section-header p {
font-size: 18px;
}
.section-header .btn {
margin-top: 20px;
}
.section-header.t-center {
max-width: 873px;
margin: 0 auto;
}
.bg-content {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-content .site-width {
padding-top: 48px;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-content .section-wrapper {
padding-top: 0;
}
.bg-content .section-header {
padding-top: 48px;
margin-bottom: 24px;
}
.bg-content .row-box .section-header {
padding-top: 0;
margin: 0 auto;
}
.section-callout {
min-height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
.section-callout-inner {
display: flex;
align-items: center;
justify-content: center;
}
.section-callout-content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 5px 0;
font-size: 14px;
}
.section-callout-content .vertical-border {
width: 1px;
height: 20px;
margin: 0 20px;
display: none;
} .header {
width: 100%;
height: 64px;
}
.header-area {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 64px;
background: #FDEDEA;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
z-index: 10;
}
.header-area .btn {
padding: 14px 20px 13px;
font-size: 12px;
}
.header-menu-trigger {
width: 64px;
height: 64px;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
}
.header-menu-trigger #menu-trigger g {
fill: #CF223F;
}
.header-menu-title {
font-size: 12px;
font-family: blogger_sansbold_italic;
text-transform: uppercase;
text-decoration: none !important;
color: #CF223F;
margin-left: -10px;
}
.header-logo-blodomloppet {
position: absolute;
left: 50%;
margin-left: -20px;
}
.header-logo-blodomloppet .header-logo-title {
display: none;
}
.header-logo-blodomloppet .logo {
display: flex;
align-items: center;
}
.header-logo-blodomloppet .logo svg {
width: 40px;
height: 40px;
} .header-nav-section {
height: 64px;
display: none;
flex-wrap: wrap;
}
.header-nav {
height: 64px;
margin: 0;
padding: 0;
font-size: 12px;
display: flex;
align-items: center;
list-style: none;
font-family: blogger_sansbold_italic;
text-transform: uppercase;
}
.header-nav li {
margin: 0 12px;
}
.header-nav li:first-child {
margin-left: 0;
}
.header-nav li.active-page a {
color: #CF223F;
}
.header-nav .show-dropdown {
color: #000;
}
.header-nav .show-dropdown.active-menu {
color: #CF223F;
}
.dropdown-arrow {
margin-left: 10px;
margin-top: -2px;
transform: rotate(90deg);
transition: transform 90ms ease-in-out 0s;
}
.active-menu .dropdown-arrow {
transition: transform 90ms ease-in-out 0s;
transform: rotate(-90deg);
margin-top: -4px;
}
.nav-dropdown-wrapper {
position: fixed;
z-index: 50;
top: 0;
left: 0;
width: 0;
height: 0;
background: #fff;
padding: 30px 0;
opacity: 0;
}
.nav-dropdown-wrapper.active-dropdown {
width: 100%;
height: auto;
top: 64px;
opacity: 1;
}
.dropdown-grid-box h3 {
margin-top: 0;
}
.dropdown-list,
.list-bg-opacity {
margin: 0;
padding: 0;
list-style: none;
text-transform: uppercase;
font-size: 15px;
font-family: blogger_sansbold_italic;
display: flex;
flex-direction: column;
}
.dropdown-list a,
.list-bg-opacity a {
display: flex;
padding: 8px 0;
}
.dropdown-list a span,
.list-bg-opacity a span {
color: #CF223F;
display: inline-block;
margin-left: 3px;
}
.dropdown-list-icon {
display: inline-block;
width: 20px;
opacity: 0;
}
.dropdown-list-icon.completed {
opacity: 1;
}
.list-bg-opacity li {
margin: 6px 0;
line-height: 1;
}
.list-bg-opacity a {
background: rgba(255, 255, 255, 0.25);
padding: 10px 20px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
display: flex;
align-items: center;
height: 40px;
}
.list-bg-opacity a:hover {
background: rgb(255, 255, 255);
}
.filter .filter-item {
background: transparent;
color: #CF223F;
padding: 12px 28px;
}
.filter .filter-item.active, .filter .filter-item:hover {
background: #CF223F;
color: #fff;
}
.filter .filter-item.btn {
font-size: 12px;
}
.tabs__panels .section-wrapper {
padding-bottom: 24px;
}
.tabs__panels .section-wrapper .row-box--text-content {
padding: 0px;
}
.tabs__panels .section-wrapper:last-of-type {
padding-bottom: 0;
}
.tabs__panels .section-wrapper:last-of-type .row-box--text-content {
padding-bottom: 0;
}
.tabs__panels .section-wrapper:last-of-type .row-box + .row-box {
margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.tabs__panels .section-wrapper {
padding-bottom: 48px;
}
.tabs__panels .section-wrapper .row-box--text-content {
padding-top: 0;
}
}
@media only screen and (min-width: 1200px) {
.tabs__panels .section-wrapper {
padding-bottom: 64px;
}
}
.tabs .tabs-item {
background: transparent;
color: #CF223F;
padding: 12px 28px;
flex-shrink: 0;
}
.tabs .tabs-item:hover {
background: #CF223F;
color: #fff;
}
.tabs .tabs-item.btn {
font-size: 14px;
font-family: blogger_sansbold_italic;
min-width: 150px;
}
@media only screen and (min-width: 768px) {
.tabs .tabs-item.btn {
font-size: 16px;
min-width: 200px;
}
}
.tabs.btn-group {
display: flex;
justify-content: center;
margin-bottom: 0;
}
.tabs.btn-group > .btn {
flex: 0;
text-align: center;
}
.tabs-item[aria-selected=true] {
background: #CF223F;
color: #fff;
}
.btn-group {
position: relative;
display: inline-flex;
vertical-align: middle;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 0;
margin-bottom: 24px;
list-style: none;
}
.btn-group > .btn {
position: relative;
flex: 1 1 auto;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
border: 1px solid #CF223F;
}
.btn-group > .btn:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn:hover {
cursor: pointer;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > :not(.btn-check:first-child) + .btn {
margin-left: -1px;
}
.btn-group li > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group li > :not(.btn-check:first-child) + .btn {
margin-left: -1px;
} .side-menu-wrapper {
width: 80%;
margin-top: 70px;
}
.side-menu-wrapper h2 {
margin-top: 0;
font-size: 24px;
margin-bottom: 18px;
}
.m-menu .side-menu-wrapper h2 {
margin-bottom: 46px;
}
.side-menu-wrapper h3 {
margin-bottom: 6px;
font-size: 18px;
}
.side-menu {
margin: 0;
padding: 0;
list-style: none;
text-transform: uppercase;
font-size: 15px;
font-family: blogger_sansbold_italic;
display: flex;
flex-direction: column;
}
.side-menu li {
border-top: 1px solid #D8D8D8;
}
.side-menu li:last-child {
border-bottom: 1px solid #D8D8D8;
}
.side-menu li > ul {
margin: 0;
padding-left: 0;
list-style: none;
}
.side-menu li > ul li {
border-top: none;
}
.side-menu li > ul li:last-child {
border-bottom: none;
}
.side-menu li > ul a {
padding-left: 24px;
}
.side-menu li > ul li > ul li a {
padding-left: 48px;
}
.side-menu a {
display: flex;
padding: 12px 0;
padding-right: 12px;
}
.side-menu a img {
margin-left: auto;
}
.side-menu a span {
color: #CF223F;
display: inline-block;
margin-left: 3px;
}
.side-menu-social,
.footer-menu-social {
list-style: none;
margin: 24px 0;
padding: 0;
display: flex;
}
.side-menu-social li,
.footer-menu-social li {
padding: 6px 24px;
border-right: 1px solid #D8D8D8;
display: flex;
}
.side-menu-social li:first-child,
.footer-menu-social li:first-child {
padding-left: 0;
}
.side-menu-social li:last-child,
.footer-menu-social li:last-child {
border-right: none;
}
.side-menu-social li a,
.footer-menu-social li a {
display: flex;
flex-shrink: 0;
flex-shrink: 0.5;
}
.side-menu-social li img,
.footer-menu-social li img {
flex-shrink: 0;
}
.footer-menu-social {
margin: 0;
}
.footer-menu-social li {
border-color: rgba(255, 255, 255, 0.5);
}
.footer-menu-social img {
width: 32px;
}
.menu-small {
list-style: none;
margin: 0;
padding: 0;
font-size: 15px;
}
.menu-small li {
padding: 6px 0;
}
.menu-small li:first-child {
padding-top: 0;
}
.m-menu,
.side-menu-anmalan {
position: fixed;
top: 0;
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
width: 100%;
height: 100%;
overflow-y: scroll;
z-index: 500;
background-color: #fff;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 80px;
}
.m-menu.is-active,
.side-menu-anmalan.is-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.side-menu-anmalan {
left: auto;
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.side-menu-anmalan.is-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.m-menu--mask {
z-index: 450;
top: 0;
left: 0;
width: 0;
height: 0;
background-color: #000;
opacity: 0;
overflow: hidden;
position: fixed;
-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.m-menu--mask.is-active {
width: 100%;
height: 100%;
opacity: 0.5;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.m-wrapper {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.m-wrapper.has-push-left {
-webkit-transform: translateX(536px);
-ms-transform: translateX(536px);
transform: translateX(536px);
}
.m-wrapper.has-push-right {
-webkit-transform: translateX(-536px);
-ms-transform: translateX(-536px);
transform: translateX(-536px);
}
body.has-active-menu {
overflow: hidden;
}
.menudrop,
.menu-item-has-children {
position: relative;
}
.menudrop > ul,
.menu-item-has-children > ul {
display: none;
}
.menudrop.active > ul,
.menu-item-has-children.active > ul {
display: block;
}
.expand {
position: absolute;
right: 5px;
top: 9px;
width: 20px;
height: 20px;
display: inline-block;
z-index: 10;
}
.expand svg g {
fill: #CF223F;
}
.expand.active svg rect.vertical-line {
opacity: 0;
}
.m-menu--close,
.a-menu--close {
width: 40px;
height: 40px;
background-color: transparent !important;
padding: 0;
border: none;
position: absolute;
right: 30px;
top: 12px;
cursor: pointer;
}
.a-menu--close {
right: auto;
left: 35px;
} .news-box {
overflow: hidden;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative;
}
.news-box-entry-wrapper {
position: absolute;
bottom: 0;
left: 0;
}
.news-box-entry {
padding: 16px;
padding-bottom: 30px;
background: #fff;
}
.news-box-large .news-box-entry {
padding-bottom: 24px;
}
.news-box-entry h2 {
margin: 0;
}
.news-box-entry h3 {
margin: 0;
}
.wave-border-top {
width: 102%;
z-index: 2;
overflow: hidden;
}
.wave-border-top img {
width: 102%;
margin-right: -1%;
margin-left: -1%;
margin-bottom: -2px;
}
.q-image {
overflow: hidden;
position: relative;
aspect-ratio: 1/1;
display: block;
margin: 0;
}
.q-image figcaption {
position: absolute;
top: -6px;
left: 0;
height: 32px;
background: #CF223F;
color: #fff;
font-size: 14px;
padding: 6px;
padding-right: 0;
padding-left: 10px;
}
.q-image figcaption .label-wave {
position: absolute;
top: 0;
right: -32px;
height: 32px;
}
.q-image > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
} .article-hero-header {
max-width: 700px;
padding: 30px;
}
.article-hero-header h1 {
margin-top: 0.67em;
}
.article-header {
max-width: 740px;
margin: 0 auto;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.article-header h1,
.article-header h2 {
margin-bottom: 20px;
}
.article-header p {
font-size: 20px;
}
.article-entry {
font-size: 18px;
}
.article-entry h2 {
font-size: 24px;
margin-top: 20px;
margin-bottom: 20px;
}
.article-entry h3 {
font-size: 21px;
margin: 2rem 0 1rem;
text-transform: none;
}
.article-entry p {
margin: 1rem 0;
}
.article-entry a {
color: #000;
text-decoration: underline;
}
.article-entry .btn {
color: #fff;
}
.article-entry figure {
margin: 36px 0;
padding: 0;
}
.article-entry blockquote {
font-size: 24px;
font-family: blogger_sansbold_italic;
color: #CF223F;
text-transform: uppercase;
max-width: 480px;
margin: 100px auto 40px;
position: relative;
}
.article-entry blockquote:before {
position: absolute;
left: 0;
top: -60px;
content: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/quotation-mark.svg);
}
.article-entry blockquote:after {
content: open-quote;
margin-left: -8px;
}
.article-entry strong {
font-family: blogger_sansbold_italic;
text-transform: uppercase;
}
.article-entry ul {
list-style-image: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/list-style-bullet.svg);
}
.article-entry ul li {
padding: 5px;
padding-left: 12px;
position: relative;
}
.article-entry .display-hero-carousel {
position: relative;
}
.post-head,
.post-head-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
letter-spacing: 0;
margin: 24px 0;
}
.post-head-social a {
margin: 0 6px;
}
.vertical-divider {
width: 1px;
height: 24px;
background: #000;
margin: 0 12px;
display: inline-block;
} .section-entry-box {
overflow: hidden;
}
.section-entry-box .wave-block-inner-wrapper {
padding: 8px;
}
.wave-block-inner p {
margin-top: 10px;
margin-bottom: 0;
}
.section-box--dropdown {
background: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-bottom: 10px;
}
.section-box--dropdown.mw-660 {
max-width: 660px;
}
.section-box--dropdown.mw-660 .expand-hide {
top: 0;
}
.section-box--dropdown:target {
scroll-margin-top: 100px;
}
.section-box--dropdown.section-box--wide h3 {
text-transform: uppercase;
}
.section-box--dropdown h3 {
margin: 0;
font-size: 16px;
width: 100%;
}
.section-box--wide .section-box--dropdown h3 {
text-transform: uppercase;
}
.section-box--dropdown .title-dropdown {
width: 100%;
position: relative;
cursor: pointer;
display: flex;
align-items: center;
padding: 16px;
}
.section-box--dropdown .title-dropdown:hover h3 {
color: #CF223F;
}
.section-box--dropdown .inner-info--wide {
padding: 16px;
padding-top: 0;
font-size: 16px;
display: none;
}
.section-box--dropdown .inner-info--wide a {
text-decoration: underline;
}
.section-box--dropdown .inner-info--wide figure {
margin: 0;
}
.section-box--dropdown h4 {
margin-top: 0;
margin-bottom: 5px;
font-size: 16px;
}
.section-box--dropdown ul {
margin: 0;
margin-bottom: 12px;
padding-left: 20px;
}
.section-box--dropdown .expand-hide {
margin-left: auto;
pointer-events: none;
display: flex;
}
.section-box--dropdown .expand-hide img {
transition: transform 90ms ease-in-out 0s;
transform: rotate(90deg);
}
.section-box--dropdown.open h3 {
color: #CF223F;
}
.section-box--dropdown.open .inner-info,
.section-box--dropdown.open .inner-info--wide {
display: block;
}
.section-box--dropdown.open .expand-hide img {
transition: transform 90ms ease-in-out 0s;
transform: rotate(-90deg);
}
.section-box--dropdown .embed {
margin-bottom: 20px;
} .module {
overflow: hidden;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display: flex;
flex-direction: column;
margin-bottom: 24px;
}
.module-inner {
padding: 24px;
font-size: 18px;
}
.module-inner strong {
font-family: blogger_sansbold_italic;
}
.module-inner h4 {
margin-top: 0;
margin-bottom: 10px;
text-transform: none;
}
.sponsor .module-inner {
padding-bottom: 0;
}
h3[class*=w-bg-] {
padding: 24px;
margin: 0;
}
.poster-banner {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/bg-poster.jpg);
position: relative;
transition: all 2s;
}
.poster-banner.poster-banner--evening {
background-image: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/bg-poster-dark.jpg);
}
.bg-poster-overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
pointer-events: none;
opacity: 0;
}
.poster-banner--evening .bg-poster-overlay {
opacity: 0.7;
}
.poster-banner--inner {
display: flex;
flex-direction: column;
padding: 24px;
}
.poster-banner--inner h3 {
margin: 0;
}
.poster-banner--evening .poster-banner--inner h3 {
color: #fff;
z-index: 2;
}
.poster-banner--holder {
max-width: 190px;
margin: 24px auto;
}
.z-2 {
position: relative;
z-index: 2;
} .pagination {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
margin-top: 30px;
padding: 10px 0;
font-family: blogger_sansbold_italic;
font-size: 15px;
text-transform: uppercase;
max-width: 415px;
}
.pagination a {
color: #000;
padding: 5px 5px;
}
.pagination a.active {
color: #CF223F;
}
.pagination .previous,
.pagination .next {
display: flex;
color: #000;
justify-content: center;
height: auto;
width: auto;
}
.pagination .previous:hover,
.pagination .next:hover {
color: #CF223F;
}
.pagination .previous.is-disabled,
.pagination .next.is-disabled {
opacity: 0.5;
pointer-events: none;
}
.pagination .previous {
color: #000;
margin-right: auto;
padding-left: 20px;
}
.pagination .previous img {
transform: rotate(180deg);
}
.pagination .previous .arrow {
margin-right: 10px;
}
.pagination .next {
color: #000;
margin-left: auto;
padding-right: 20px;
}
.pagination .next .arrow {
margin-left: 10px;
}
.pagination .arrow {
display: inline-block;
margin-top: -1px;
}
.pagination-pages {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
}
.pagination-pages a {
width: 48px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.pagination-pages a:hover {
text-decoration: underline;
}
.pagination-pages a.active {
color: #CF223F;
background: #fff;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.pagination-pages a.active:hover {
text-decoration: none;
} .contact-form-section {
display: flex;
flex: 1;
margin: auto;
width: 100%;
max-width: 648px;
background: #fff;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 32px;
margin-bottom: 12px;
}
.contact-form-section .form {
width: 100%;
height: 50px;
background: grey;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 24px;
}
@media only screen and (min-width: 1200px) {
.contact-form-section {
padding: 32px 56px;
}
}
.contact-form-section--inner {
flex: 1;
}
.contact-form-section--inner h2 {
margin-top: 0;
margin-bottom: 16px;
}
.contact-form-section--inner .icon {
display: inline-block;
width: 80px;
margin-bottom: 24px;
}
.contact-form-section--inner .gform_wrapper.gravity-theme {
margin-top: 32px;
}
.contact-form-section--inner .gform_wrapper.gravity-theme .gform_validation_errors {
display: none;
}
.contact-form-section--inner .gform_wrapper.gravity-theme .gform_heading p {
font-size: 14px;
}
.contact-form-section--inner .gform_wrapper.gravity-theme .gfield_label {
font-size: 18px;
font-family: blogger_sansbold_italic;
font-weight: normal;
}
.contact-form-section--inner .gform_wrapper.gravity-theme input[type=text],
.contact-form-section--inner .gform_wrapper.gravity-theme input[type=tel],
.contact-form-section--inner .gform_wrapper.gravity-theme input[type=email] {
height: 48px;
}
.contact-form-section--inner .gform_wrapper.gravity-theme input[type=text],
.contact-form-section--inner .gform_wrapper.gravity-theme input[type=tel],
.contact-form-section--inner .gform_wrapper.gravity-theme input[type=email],
.contact-form-section--inner .gform_wrapper.gravity-theme textarea {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 18px;
border: 1px solid #B3B3B3;
}
.contact-form-section--inner .gform_wrapper.gravity-theme ::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.4392156863);
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contact-form-section--inner .gform_wrapper.gravity-theme :-moz-placeholder {
color: rgba(0, 0, 0, 0.4392156863);
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contact-form-section--inner .gform_wrapper.gravity-theme ::-moz-placeholder {
color: rgba(0, 0, 0, 0.4392156863);
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contact-form-section--inner .gform_wrapper.gravity-theme :-ms-input-placeholder {
color: rgba(0, 0, 0, 0.4392156863);
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contact-form-section--inner .gform_wrapper.gravity-theme .gform_footer .btn {
margin: auto;
} .slidable-list {
margin-top: 32px;
}
.slidable-list .flickity-slider {
display: flex;
flex-direction: row;
flex-flow: row wrap;
}
.slidable-list .carousel-cell {
min-height: 100%;
}
.slide-article {
width: calc(50% - 9px);
margin-right: 16px;
overflow: hidden;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display: flex !important;
flex-direction: column;
flex: 0 0 auto;
min-height: 100%;
}
.slide-article figure {
margin: 0;
position: relative;
}
.slide-article-wrapper {
width: 100%;
padding: 24px;
padding-top: 0;
display: flex;
flex-direction: column;
flex-grow: 2;
}
.slide-article-footer {
padding: 0;
margin-top: auto;
}
.flickity-page-dots {
bottom: -36px;
}
.flickity-page-dots .dot {
width: 12px;
height: 12px;
background: #fff;
opacity: 1;
}
.flickity-page-dots .dot.is-selected {
background: #CF223F;
}
.flickity-button-icon {
fill: #CF223F;
}
.display-hero-carousel {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
}
.display-hero-carousel .carousel-cell {
height: 100%;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
} .form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .tablepress {
background: #fff;
overflow: hidden;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin: 30px 0;
width: 100%;
}
.tablepress thead {
text-align: left;
font-family: blogger_sansbold_italic;
text-transform: uppercase;
font-size: 24px;
vertical-align: top;
}
.tablepress thead th {
padding: 15px;
font-weight: 400;
}
.tablepress td {
padding: 15px;
border-top: 1px solid #FDEDEA;
vertical-align: top;
}
.tablepress td.column-1 {
font-family: blogger_sansbold_italic;
text-transform: uppercase;
border-right: 1px solid #FDEDEA;
}
.language-select,
.secnav-footer {
list-style: none;
margin: 0;
margin-bottom: 24px;
padding: 0;
display: flex;
flex-direction: row;
}
.language-select li,
.secnav-footer li {
border-right: 1px solid;
}
.language-select li:last-child,
.secnav-footer li:last-child {
border-right: none;
}
.language-select li:first-child a,
.secnav-footer li:first-child a {
padding-left: 0;
}
.language-select a,
.secnav-footer a {
text-decoration: none;
padding: 5px 12px;
}
.language-select a:hover,
.secnav-footer a:hover {
text-decoration: underline;
}
.secnav-footer {
margin-top: 20px;
flex-direction: column;
}
.secnav-footer li {
border-right: none;
}
.secnav-footer li a {
display: inline-block;
padding: 3px 0;
padding-left: 0;
} ::-webkit-input-placeholder {
color: #272727;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
:-moz-placeholder {
color: #272727;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
::-moz-placeholder {
color: #272727;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
:-ms-input-placeholder {
color: #272727;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body.page-mediabank .header-nav-section,
body.page-mediabank .nav-trigger-side-menu-anmalan {
display: none;
}
body.page-mediabank .header-area {
background-color: #CF223F;
color: #fff;
}
body.page-mediabank .header-logo-blodomloppet {
align-items: center;
margin-left: 0;
}
body.page-mediabank .header-logo-blodomloppet .logo #blodomloppet-logo {
fill: #fff;
}
body.page-mediabank .header-logo-title {
text-transform: uppercase;
font-size: 24px;
font-family: blogger_sansbold_italic;
color: #fff;
display: inline-block;
margin-left: 16px;
}
body.page-mediabank .header-menu-trigger #menu-trigger g {
fill: #fff;
} .hidden {
display: none !important;
}
.invisible {
visibility: hidden;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
.wave-block,
.row-block {
overflow: hidden;
background: #fff;
display: flex;
flex-direction: column;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.wave-block figure,
.row-block figure {
position: relative;
margin: 0;
padding: 0;
}
.wave-block.wg-brand,
.row-block.wg-brand {
color: #fff;
}
.wave-block h2,
.wave-block h3,
.row-block h2,
.row-block h3 {
margin: 0;
}
.block-footer,
.news-block-footer {
margin-top: auto;
padding: 0 24px 24px;
}
.news-block-footer {
background: #fff;
}
.row-box--text-content-box {
border-top: 2px solid;
border-color: rgba(207, 34, 63, 0.3137254902);
padding-top: 1rem;
}
.row-box--text-content {
padding: 16px;
padding-top: 12px;
max-width: 460px;
flex: 1;
}
.row-box--text-content.max-width-540 {
max-width: 540px;
margin-left: 0;
}
@media only screen and (min-width: 768px) {
.row-box--text-content.max-width-540 {
padding-right: 0;
}
}
.row-box--text-content.max-width-400 {
max-width: 540px;
padding: 60px;
}
.row-box--text-content h2 {
margin-top: 0;
margin-bottom: 16px;
}
.row-box_reverse .row-box--text-content.max-width-540 {
margin-left: auto;
margin-right: auto;
}
.row-box--text-content a {
text-decoration: underline;
}
.row-box--text-content ul {
padding-left: 18px;
margin-bottom: 24px;
}
.row-box--text-content ul.large {
font-family: blogger_sansbold_italic;
font-size: 18px;
}
ul.list-style-brand {
list-style: none;
padding-left: 0;
}
ul.list-style-brand li {
position: relative;
padding-left: 20px;
}
ul.list-style-brand li:before {
content: "•";
color: #CF223F;
font-size: 32px;
line-height: 0.6;
position: absolute;
left: 0;
top: 0;
}
.img-round {
margin: 0 auto;
overflow: hidden;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
max-width: 80%;
}
.max-width-540 {
max-width: 540px;
} .wave-block {
display: flex;
flex-direction: row;
}
.wave-block figure {
width: 33.333333%;
}
.wave-block .wave-border {
display: none;
}
.wave-block .wave-border-vert-right {
display: flex;
}
.wave-block-inner-wrapper {
width: 66.666666%;
padding: 16px;
display: flex;
flex-direction: column;
justify-content: center;
}
.wave-block-inner-wrapper .wave-block-inner {
padding-bottom: 8px;
}
.wave-block-inner-wrapper .wave-block-inner h3 {
font-size: 16px;
}
.wave-block-inner-wrapper .block-footer {
padding: 0;
margin-top: 0;
}
.wave-block-inner-wrapper .block-footer .btn {
font-size: 12px;
display: none;
}
@media only screen and (min-width: 768px) {
.row-box--text-content {
padding: 30px;
}
.row-box--text-content.row-box_reverse {
padding-left: 0;
} .wave-block {
display: flex;
flex-direction: column;
}
.wave-block figure {
width: calc(100% + 2px);
overflow: hidden;
}
.wave-block .wave-border {
display: block;
}
.wave-block .wave-border-vert-right {
display: none;
}
.wave-block-inner-wrapper {
width: 100%;
padding: 24px;
display: flex;
flex-direction: column;
flex-grow: 2;
}
.wave-block-inner-wrapper .wave-block-inner {
padding-bottom: 16px;
}
.wave-block-inner-wrapper .block-footer {
padding: 0;
margin-top: auto;
}
.wave-block-inner-wrapper .block-footer .btn {
font-size: 14px;
display: inline-block;
}
.row-box--text-content.max-width-540 {
margin-left: auto;
}
.row-box_reverse .row-box--text-content.max-width-540 {
margin-left: 0;
margin-right: auto;
}
.img-round {
margin: 0;
overflow: hidden;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
max-width: 540px;
}
.row-box_reverse .img-round {
margin-left: auto;
}
}
@media only screen and (min-width: 1024px) {
.wave-block-inner-wrapper .wave-block-inner h3 {
font-size: 18px;
}
}
.section-timeline {
position: relative;
overflow: hidden;
height: 72.6px;
}
.prev-box,
.next-box {
position: absolute;
width: 48px;
height: 72.6px;
top: 0;
background: #F6B1A6;
background-repeat: no-repeat;
z-index: 6;
}
.prev-box:after,
.next-box:after {
content: "";
width: 24px;
height: 72.6px;
position: absolute;
top: 0;
background-image: linear-gradient(270deg, rgba(255, 166, 185, 0) 0%, #F6B1A6 100%);
}
.prev-box a,
.next-box a {
display: block;
width: 100%;
height: 100%;
}
.prev-box {
left: 0;
background-image: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/icons/timeline-prev.svg);
background-position: center right;
}
.prev-box:after {
left: 48px;
}
.next-box {
right: 0;
background-image: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/icons/timeline-next.svg);
background-position: center left;
}
.next-box:after {
left: -24px;
transform: scaleX(-1);
}
.timeline-wrapper {
width: 100%;
height: 105px;
padding: 0 50px;
padding-left: 30px;
padding-bottom: 32.4px;
background: #F6B1A6;
-webkit-overflow-scrolling: touch;
user-select: none;
overflow-x: scroll;
position: relative;
}
.timeline-bar {
width: 100%;
height: 72.6px;
overflow: hidden;
min-width: 2150px;
font-size: 12px;
font-family: blogger_sansbold_italic;
text-transform: uppercase;
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
overflow: hidden;
}
.timeline-bar li {
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
position: relative;
width: 100px;
padding: 10px 0;
}
.timeline-bar li:last-child .timeline-circle:after {
background: transparent;
}
.timeline-bar a {
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
position: relative;
width: 100px;
}
.timeline-month {
position: relative;
background: #fff;
}
.timeline-month:after {
content: "";
position: absolute;
margin: auto auto 3px;
left: 100px;
width: 50px;
height: 2px;
background: #FDEDEA;
z-index: 0;
}
.timeline-month.active:after {
background: #CF223F;
}
.timeline-month-item {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 3px;
position: relative;
z-index: 1;
}
.timeline-circle {
width: 16px;
height: 16px;
margin-bottom: 3px;
display: flex;
justify-content: center;
align-items: center;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
background: #fff;
position: relative;
}
.timeline-circle .pulsating-circle {
display: none;
}
.timeline-circle.active {
background: #CF223F;
}
.timeline-circle.active .pulsating-circle {
display: block;
animation: pulse-dot 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.timeline-circle.completed {
background-color: transparent;
}
.timeline-circle:after {
content: "";
position: absolute;
left: 16px;
width: 100px;
height: 2px;
background: #FDEDEA;
}
.timeline-circle.completed {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/icons/icon-little-heart.svg);
background-position: center center;
background-repeat: no-repeat;
}
.timeline-circle.completed:after {
background: #CF223F;
left: 13px;
}
.timeline-circle.completed .timeline-circle {
background: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/icons/icon-little-heart.svg);
background-position: center center;
background-repeat: no-repeat;
}
@keyframes pulse-dot {
0% {
transform: scale(0.8);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.8);
}
}
.pulsating-circle {
position: absolute;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
width: 150%;
height: 150%;
margin: auto;
background: rgba(207, 34, 63, 0.3);
z-index: 5;
}
@media only screen and (min-width: 768px) {
.prev-box,
.next-box {
width: 56px;
}
.prev-box:after,
.next-box:after {
width: 24px;
}
.prev-box:after {
left: 56px;
}
.next-box:after {
left: -24px;
}
.timeline-wrapper {
padding: 0 56px;
padding-left: 75px;
}
}
@media only screen and (min-width: 2200px) {
.timeline-bar {
justify-content: center;
}
.prev-box,
.next-box {
display: none;
}
}
body.modal-open {
overflow: hidden;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: -9999;
background-color: #000;
width: 0;
height: 0;
}
.modal-backdrop {
opacity: 0;
}
.modal-backdrop.fade {
opacity: 0.5;
}
.modal-backdrop.show {
opacity: 0.5;
z-index: 1040;
width: 100vw;
height: 100vh;
}
.modal-outer {
display: flex;
align-items: center;
justify-content: center;
}
.modal {
position: fixed;
padding: 0;
top: 0;
left: 0;
z-index: -9999;
width: 0;
height: 0;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
display: flex;
justify-content: center;
align-content: center;
}
.modal.fade {
opacity: 0;
}
.modal.show {
opacity: 1;
z-index: 1060;
width: 100%;
height: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
.modal-mask {
z-index: 450;
top: 0;
left: 0;
width: 0;
height: 0;
background-color: transparent;
opacity: 0;
overflow: hidden;
position: fixed;
-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.modal-mask.is-active {
width: 100%;
height: 100%;
opacity: 0.7;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
body.has-active-modal {
overflow: hidden;
}
.wave-block-single {
display: flex;
flex-direction: column;
overflow: hidden;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
@media only screen and (min-width: 400px) {
.wave-block-single {
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
}
.wave-block-single figure {
width: calc(100% + 2px);
overflow: hidden;
padding: 0;
margin: 0;
position: relative;
}
.wave-block-single figure figcaption {
position: absolute;
bottom: 48px;
left: 0;
right: 0;
color: #fff;
z-index: 3;
}
.wave-block-single figure figcaption h2 {
width: 80%;
margin: 0 auto;
font-size: 32px !important;
}
@media only screen and (min-width: 768px) {
.wave-block-single figure figcaption h2 {
font-size: 48px !important;
}
}
.wave-block-single .logo {
position: absolute;
top: 24px;
left: 50%;
transform: translate(-50%, 0);
width: 80px;
}
@media only screen and (min-width: 768px) {
.wave-block-single .logo {
width: 100px;
height: 84px;
}
}
.wave-block-single .wave-border {
display: block;
}
.wave-block-single .wave-border-vert-right {
display: none;
}
.wave-block-single .wave-block-inner-wrapper {
width: 100%;
padding: 24px;
display: flex;
flex-direction: column;
flex-grow: 2;
}
.wave-block-single .wave-block-inner-wrapper .wave-block-inner {
padding-bottom: 16px;
}
.wave-block-single .wave-block-inner-wrapper .block-footer {
padding: 0;
margin-top: auto;
}
.wave-block-single .wave-block-inner-wrapper .block-footer .btn {
font-size: 14px;
display: inline-block;
}
.modal-wrapper-wide {
max-width: 90%;
margin: 0 auto;
padding: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
position: relative;
text-align: center;
}
@media only screen and (min-width: 768px) {
.modal-wrapper-wide {
width: 641px;
max-width: 641px;
}
}
.modal-wrapper-wide .btn-close {
position: absolute;
top: 16px;
right: 16px;
background: transparent;
width: 24px;
height: 24px;
font-size: 24px;
text-transform: uppercase;
color: #000;
z-index: 10;
}
.modal-wrapper-wide .btn-close:hover {
background: transparent;
}
.modal-wrapper-wide .wave-border {
bottom: 0;
z-index: 0;
}
.modal-wrapper {
max-width: 390px;
margin: 0 auto;
padding: 85px 0;
background: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
position: relative;
text-align: center;
background: url(//blodomloppet.se/wp-content/themes/blodomloppet23/assets/img/bg-modal.svg);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.modal-wrapper .btn-close {
position: absolute;
top: 16px;
right: 16px;
background: transparent;
width: 32px;
height: 32px;
font-size: 24px;
text-transform: uppercase;
color: #000;
}
.modal-wrapper .btn-close:hover {
background: transparent;
}
.modal-body {
max-width: 708px;
margin: 0 auto;
padding: 30px;
font-size: 16px;
}
.modal-body figure {
margin: 0;
}
.modal-body h4 {
margin: 0 0 16px;
text-align: center;
}
.modal-info {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
font-size: 16px;
text-transform: uppercase;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 13px 0;
margin: 20px 0;
line-height: 1.1;
}
.modal-info span {
display: inline-block;
padding: 0 20px;
border-right: 1px solid #000;
}
.modal-info span:last-child {
border-right: none;
}
@media only screen and (min-width: 768px) {
.modal {
position: fixed;
padding: 50px 0;
}
.modal-body {
max-width: 708px;
margin: 0 auto;
padding: 30px 40px;
font-size: 16px;
}
.modal-body figure {
margin: 0;
}
.modal-body h3 {
font-size: 48px;
}
}
.btn {
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
padding: 15px 24px;
color: #fff;
background: #CF223F;
font-family: blogger_sansbold_italic;
text-transform: uppercase;
text-decoration: none !important;
font-size: 14px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
display: inline-block;
line-height: 1;
}
.btn:hover {
background: #b91e38;
color: #fff;
}
.btn-secondary {
color: #000 !important;
background: #fff;
border: 2px #fff;
}
.btn-secondary:hover {
background: #f7f7f7;
color: #CF223F;
}
.btn-block {
width: 100%;
}
.btn-pink {
background: #F6B1A6;
color: #000;
}
.btn-pink:hover {
color: #000;
background: #ff8da5;
}
.btn-ghost-primary {
color: #CF223F !important;
background: transparent;
border: 2px solid #CF223F;
}
.btn-ghost-primary:hover {
background: #b91e38;
border-color: #b91e38;
color: #fff;
}
.btn-ghost-secondary {
color: #fff;
background: transparent;
border: 2px solid #fff;
}
.btn-ghost-secondary:hover {
background-color: #fff;
color: #CF223F;
border-color: #fff;
}
.btn-large {
font-size: 16px;
padding: 20px 30px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
}
.btn-xlarge {
font-size: 18px !important;
padding: 20px 30px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
}
.btn-small {
font-size: 10px;
}
.btn-link {
color: #CF223F;
font-family: blogger_sansbold_italic;
text-transform: uppercase;
font-size: 15px;
}
.btn-link.color-white {
color: #fff;
}
.btn-link-small {
font-size: 13px;
}
.btn-tag {
padding: 10px 24px;
}
.icon-btn {
display: inline-block;
}
.icon-btn img {
margin-top: -4px;
} .news-loading {
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
width: 30px;
height: 30px;
margin-left: 10px;
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
}
.spinner-border {
animation: spinner-border 0.75s linear infinite;
}
@media only screen and (min-width: 768px) {
.btn-large {
font-size: 18px;
padding: 20px 30px;
}
.btn-small {
font-size: 12px;
}
}
.form-group-section {
align-items: center;
}
.form-group-section:first-child {
padding-top: 20px;
}
.form-group-section:last-child {
padding-bottom: 20px;
}
.form-group-section .form-label {
padding-right: 10px !important;
}
.form-group-section label {
font-weight: 400;
font-size: 18px;
}
.form-group-section .p-10-group {
padding: 10px 0;
padding-right: 0;
border-bottom: none;
position: relative;
}
.form-group-section .p-10-group .p-10-group_inner-row {
margin: 15px 0;
}
.form-group-section .p-10-group .p-10-group_inner-row:first-child {
margin-top: 0;
}
.form-group-section .p-10-group .p-10-group_inner-row:last-child {
margin-bottom: 0;
}
.form-group-section.d-md-flex .p-10-group {
padding: 10px 0 0;
}
.form-group-section a:focus {
outline: 2px solid rgba(99, 139, 24, 0.8) !important;
outline-color: rgba(99, 139, 24, 0.8);
outline-offset: 2px;
}
label {
font-weight: 400;
}
.form-group-section .form-control,
.form-group-section input[type=text],
.form-group-section input[type=password],
.form-group-section input[type=tel],
.form-group-section input[type=email],
.form-group-section input[type=url],
.form-group-section input[type=search],
.form-group-section input[type=button],
.form-group-section textarea,
.form-group-section select,
.form-group-modal .form-control,
.form-group-modal input[type=text],
.form-group-modal input[type=password],
.form-group-modal input[type=tel],
.form-group-modal input[type=email],
.form-group-modal input[type=url],
.form-group-modal input[type=search],
.form-group-modal input[type=button],
.form-group-modal textarea,
.form-group-modal select {
display: block;
width: 100%;
max-width: 400px;
height: calc(1.5em + 0.75rem + 2px);
font-size: 18px;
font-weight: 400;
line-height: 1.5;
color: rgb(73, 80, 87);
background-color: rgb(255, 255, 255);
background-clip: padding-box;
margin: 0;
padding: 0.375rem 0.75rem;
border-width: 1px;
border-style: solid;
border-color: #CF223F;
border-image: initial;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-group-section .form-control.form-control[type=file],
.form-group-section input[type=text].form-control[type=file],
.form-group-section input[type=password].form-control[type=file],
.form-group-section input[type=tel].form-control[type=file],
.form-group-section input[type=email].form-control[type=file],
.form-group-section input[type=url].form-control[type=file],
.form-group-section input[type=search].form-control[type=file],
.form-group-section input[type=button].form-control[type=file],
.form-group-section textarea.form-control[type=file],
.form-group-section select.form-control[type=file],
.form-group-modal .form-control.form-control[type=file],
.form-group-modal input[type=text].form-control[type=file],
.form-group-modal input[type=password].form-control[type=file],
.form-group-modal input[type=tel].form-control[type=file],
.form-group-modal input[type=email].form-control[type=file],
.form-group-modal input[type=url].form-control[type=file],
.form-group-modal input[type=search].form-control[type=file],
.form-group-modal input[type=button].form-control[type=file],
.form-group-modal textarea.form-control[type=file],
.form-group-modal select.form-control[type=file] {
padding: 0;
}
.form-group-section .form-control:focus,
.form-group-section input[type=text]:focus,
.form-group-section input[type=password]:focus,
.form-group-section input[type=tel]:focus,
.form-group-section input[type=email]:focus,
.form-group-section input[type=url]:focus,
.form-group-section input[type=search]:focus,
.form-group-section input[type=button]:focus,
.form-group-section textarea:focus,
.form-group-section select:focus,
.form-group-modal .form-control:focus,
.form-group-modal input[type=text]:focus,
.form-group-modal input[type=password]:focus,
.form-group-modal input[type=tel]:focus,
.form-group-modal input[type=email]:focus,
.form-group-modal input[type=url]:focus,
.form-group-modal input[type=search]:focus,
.form-group-modal input[type=button]:focus,
.form-group-modal textarea:focus,
.form-group-modal select:focus {
outline: 2px solid rgba(99, 139, 24, 0.8) !important;
outline-color: rgba(99, 139, 24, 0.8);
}
.form-group-section .form-control.no-focus:focus,
.form-group-section input[type=text].no-focus:focus,
.form-group-section input[type=password].no-focus:focus,
.form-group-section input[type=tel].no-focus:focus,
.form-group-section input[type=email].no-focus:focus,
.form-group-section input[type=url].no-focus:focus,
.form-group-section input[type=search].no-focus:focus,
.form-group-section input[type=button].no-focus:focus,
.form-group-section textarea.no-focus:focus,
.form-group-section select.no-focus:focus,
.form-group-modal .form-control.no-focus:focus,
.form-group-modal input[type=text].no-focus:focus,
.form-group-modal input[type=password].no-focus:focus,
.form-group-modal input[type=tel].no-focus:focus,
.form-group-modal input[type=email].no-focus:focus,
.form-group-modal input[type=url].no-focus:focus,
.form-group-modal input[type=search].no-focus:focus,
.form-group-modal input[type=button].no-focus:focus,
.form-group-modal textarea.no-focus:focus,
.form-group-modal select.no-focus:focus {
outline: none !important;
}
.form-group-section .form-control[readonly],
.form-group-section input[type=text][readonly],
.form-group-section input[type=password][readonly],
.form-group-section input[type=tel][readonly],
.form-group-section input[type=email][readonly],
.form-group-section input[type=url][readonly],
.form-group-section input[type=search][readonly],
.form-group-section input[type=button][readonly],
.form-group-section textarea[readonly],
.form-group-section select[readonly],
.form-group-modal .form-control[readonly],
.form-group-modal input[type=text][readonly],
.form-group-modal input[type=password][readonly],
.form-group-modal input[type=tel][readonly],
.form-group-modal input[type=email][readonly],
.form-group-modal input[type=url][readonly],
.form-group-modal input[type=search][readonly],
.form-group-modal input[type=button][readonly],
.form-group-modal textarea[readonly],
.form-group-modal select[readonly] {
background-color: transparent;
}
.form-group-section .form-control.form-control-narrow,
.form-group-section input[type=text].form-control-narrow,
.form-group-section input[type=password].form-control-narrow,
.form-group-section input[type=tel].form-control-narrow,
.form-group-section input[type=email].form-control-narrow,
.form-group-section input[type=url].form-control-narrow,
.form-group-section input[type=search].form-control-narrow,
.form-group-section input[type=button].form-control-narrow,
.form-group-section textarea.form-control-narrow,
.form-group-section select.form-control-narrow,
.form-group-modal .form-control.form-control-narrow,
.form-group-modal input[type=text].form-control-narrow,
.form-group-modal input[type=password].form-control-narrow,
.form-group-modal input[type=tel].form-control-narrow,
.form-group-modal input[type=email].form-control-narrow,
.form-group-modal input[type=url].form-control-narrow,
.form-group-modal input[type=search].form-control-narrow,
.form-group-modal input[type=button].form-control-narrow,
.form-group-modal textarea.form-control-narrow,
.form-group-modal select.form-control-narrow {
max-width: 130px !important;
}
.form-group-section select,
.form-group-modal select {
-moz-appearance: none;
-webkit-appearance: none;
}
.form-group-section option:disabled,
.form-group-modal option:disabled {
color: #888888;
}
.form-group-section textarea,
.form-group-modal textarea {
resize: none;
min-height: 200px;
}
.form-group-section .submit-buttons,
.form-group-modal .submit-buttons {
margin-bottom: 0;
margin-top: 0;
}
.form-group-section .submit-buttons .btn,
.form-group-modal .submit-buttons .btn {
margin-bottom: 10px;
}
.form-group-section ::-webkit-input-placeholder,
.form-group-modal ::-webkit-input-placeholder {
color: #000;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 500;
opacity: 1;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.form-group-section :-moz-placeholder,
.form-group-modal :-moz-placeholder {
color: #000;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 500;
opacity: 1;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.form-group-section ::-moz-placeholder,
.form-group-modal ::-moz-placeholder {
color: #000;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 500;
opacity: 1;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.form-group-section :-ms-input-placeholder,
.form-group-modal :-ms-input-placeholder {
color: #000;
font-family: blogger_sansregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 500;
opacity: 1;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.form-group-section input:focus::-webkit-input-placeholder,
.form-group-modal input:focus::-webkit-input-placeholder {
opacity: 0;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.form-control:focus {
outline: 2px solid rgba(99, 139, 24, 0.8) !important;
outline-color: rgba(99, 139, 24, 0.8) !important;
}
input[type=submit],
input[type=button] {
border-width: 0;
border-style: none;
}
input[type=submit].inline,
input[type=button].inline {
display: inline;
width: auto;
}
.inline {
display: inline !important;
width: auto !important;
}
.width-auto {
width: auto !important;
}
.submit-buttons select {
height: calc(1.5em + 0.75rem + 2px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: white;
background-clip: padding-box;
margin: 0;
margin-right: 10px;
padding: 0.375rem 0.75rem;
padding-right: 25px;
border-width: 1px;
border-style: solid;
border-color: #BBBBBB;
border-image: initial;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
-moz-appearance: none;
-webkit-appearance: none;
}
.submit-buttons .add-attachment {
font-size: 1rem;
font-weight: 400;
}
.submit-buttons .form-select-wrapper {
display: inline-block;
}
.submit-buttons .form-select-wrapper .form-icon-chevrondown {
right: 17px;
top: calc(50% - 13px);
}
.submit-buttons .custom-file {
display: inline-block;
width: auto;
}
.submit-buttons select, .submit-buttons input {
margin-bottom: 10px;
}
.form-control[type=file] {
overflow: hidden;
height: calc(1.5em + 0.75rem + 2px);
display: block;
width: 100%;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #BBBBBB;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-control[type=file]::file-selector-button {
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.5rem;
line-height: 1.5;
color: #495057;
background-color: #F1F3F4;
border: none;
border-right: 1px solid #CF223F;
border-radius: 0.25rem 0 0 0.25rem;
cursor: pointer;
box-shadow: none;
}
input[type=file]::-webkit-file-upload-button {
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.5rem;
line-height: 1.5;
color: #495057;
background-color: #F1F3F4;
border: none;
border-right: 1px solid #CF223F;
border-radius: 0.25rem 0 0 0.25rem;
cursor: pointer;
box-shadow: none;
}
.form-control[type=file]:not(:disabled):not(:read-only) {
cursor: pointer;
}
.form-select-wrapper {
position: relative;
}
.form-select-wrapper .form-icon-chevrondown {
right: 10px;
top: calc(50% - 8px);
}
input:focus ~ .form-icon-search:after {
background-position: right top;
}
.inner-section-label {
font-size: 12px;
text-transform: uppercase;
}
.form-label label {
margin-top: 6px;
}
.form-check-label {
margin-bottom: 0px;
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
font-size: 14px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-inline {
display: inline-flex;
align-items: center;
padding-left: 0px;
margin-right: 0.75rem;
margin-top: 6px;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0px;
margin-right: 0.3125rem;
margin-left: 0px;
}
.form-check-inline .form-check-input:focus {
outline: 2px solid rgba(99, 139, 24, 0.8) !important;
outline-color: rgba(99, 139, 24, 0.8);
}
.required:after {
content: "*";
margin-left: 5px;
}
.input-group > .input-group-prepend > .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
display: block;
}
.form-control:disabled,
.form-control[readonly] {
background-color: transparent;
opacity: 1;
}
.form-control:disabled:focus::-webkit-input-placeholder,
.form-control[readonly]:focus::-webkit-input-placeholder {
opacity: 1;
}
.form-control:disabled:focus,
.form-control[readonly]:focus {
outline: none;
}
.form-control[readonly] {
background-color: none !important;
border: none !important;
}
.subscribe-form {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 24px;
}
.subscribe-form input[type=email],
.subscribe-form input[type=text] {
padding: 15px 30px 15px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
border: none;
font-size: 18px;
line-height: 1;
height: 45px;
width: 100%;
}
.subscribe-form .form-control {
margin-bottom: 12px;
gap: 24px;
}
.subscribe-form .form-inline {
flex-flow: column;
width: 100%;
align-items: normal;
}
.subscribe-form .mr-10 {
margin-right: 0;
}
.subscribe-form .btn {
margin-top: 12px;
}
.rabatt-input-form {
text-align: center;
}
.rabatt-input-form input[type=text] {
background: #fff;
text-align: center;
border: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width: 100%;
height: 48px;
font-size: 30px;
font-family: blogger_sansbold_italic;
text-transform: uppercase;
}
.rabatt-input-wrapper {
margin-bottom: 12px;
position: relative;
}
.rabatt-input-wrapper .flag {
position: absolute;
top: 10px;
left: 10px;
width: 32px;
height: 24px;
}
.rabatt-input-button {
background: #000;
text-transform: uppercase;
color: #fff;
font-size: 15px;
font-family: blogger_sansbold_italic;
padding: 10px 20px;
border: none;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
margin-bottom: 24px;
cursor: pointer;
}
.meddelande-callout {
background: #000000;
color: #fff;
font-family: blogger_sansbold_italic;
padding: 10px;
border-radius: 5px;
margin-top: 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2000;
}
@media only screen and (min-width: 768px) {
.meddelande-callout {
transform: translate(-50%, 150%);
}
}
@media only screen and (min-width: 768px) {
.subscribe-form {
margin-bottom: 0;
}
.subscribe-form .form-inline {
flex-flow: row wrap;
}
.subscribe-form .mr-10 {
margin-right: 10px;
}
.subscribe-form .btn {
margin-top: 0;
margin-left: auto;
}
} .row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.row-strip,
[class*=row-strip-] {
margin: 0 -8px;
}
.row-box {
width: calc(100% - 16px);
margin: 0 8px 16px;
float: left;
flex: 0 0 auto;
position: relative;
}
.row-strip-6 .row-box {
width: calc(100% - 16px);
}
.row-strip-4 .row-box {
width: calc(100% - 16px);
}
.row-strip-3 .row-box {
width: calc(100% - 16px);
}
.row-strip-2 .row-box {
width: calc(50% - 16px);
}
.sm-row-strip-3 .row-box {
width: calc(50% - 16px);
}
.row-strip-8--4 .row-box.box-8 {
width: calc(100% - 16px);
}
.row-strip-8--4 .row-box.box-4 {
width: calc(100% - 16px);
}
.section-entry-box .row-strip-3 .row-box,
.section-entry-box .row-strip-4 .row-box {
width: calc(50% - 16px);
}
.row-box.vertical-middle, .row-box.vertical-bottom {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.row-box.vertical-middle {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.row-box.vertical-bottom {
-webkit-box-align: flex-end;
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
align-items: flex-end;
}
.row-box figure {
position: relative;
}
.vertical-middle {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.vertical-bottom {
-webkit-box-align: flex-end;
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
align-items: flex-end;
} .container-main {
flex-grow: 1;
}
.container-aside {
width: 100%;
flex: none;
}
.gap-48 {
gap: 48px;
} .dropdown-grid-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 -12px;
}
.dropdown-grid-box {
width: calc(50% - 24px);
margin: 0 12px 24px;
float: left;
flex: 0 0 auto;
position: relative;
} .fifty-grid-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 -8px;
}
.fifty-grid-box {
width: calc(100% - 16px);
margin: 0 8px 16px;
margin-bottom: 0;
float: left;
flex: 0 0 auto;
position: relative;
} .hero-50 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.hero-50-box {
width: 100%;
margin: 0;
float: left;
flex: 0 0 auto;
position: relative;
display: flex;
justify-content: center;
} .sponsor-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 -8px;
}
.sponsor-row-box {
width: calc(33.333333% - 16px);
margin: 0 8px 16px;
margin-bottom: 0;
float: left;
flex: 0 0 auto;
position: relative;
}
.module .sponsor-row-box {
width: calc(50% - 16px);
margin-bottom: 16px;
} @media only screen and (min-width: 600px) {
.fifty-grid-box {
width: calc(50% - 16px);
}
.section-entry-box .row-strip-3 .row-box,
.section-entry-box .row-strip-4 .row-box {
width: calc(50% - 16px);
}
.row-strip-2 .row-box {
width: calc(33.333333% - 16px);
} .container-main {
flex-grow: 1;
}
.container-aside {
width: 400px;
flex: none;
}
.gap-48 {
gap: 48px;
}
}
@media only screen and (min-width: 768px) {
.md\:flex {
display: flex !important;
}
.row-box_reverse {
flex-direction: row-reverse;
}
.row-strip-6 .row-box {
width: calc(50% - 16px);
}
.row-strip-6 .row-box.news-box-large {
width: calc(100% - 16px);
}
.row-strip-6 .row-box.news-box-small {
width: calc(50% - 16px);
}
.row-strip-4 .row-box {
width: calc(33.333333% - 16px);
}
.row-strip-3 .row-box {
width: calc(25% - 16px);
}
.row-strip-3 .row-box.news-box-small {
width: calc(50% - 16px);
}
.row-strip-2 .row-box {
width: calc(25% - 16px);
}
.row-strip-8--4 .row-box.box-8 {
width: calc(66.666666% - 16px);
}
.row-strip-8--4 .row-box.box-4 {
width: calc(33.333333% - 16px);
}
.wide-strip .row-box {
width: calc(100% - 16px);
}
.sponsor-row-box {
width: calc(16.666666% - 16px);
}
.dropdown-grid-row {
margin: 0 -6px;
}
.dropdown-grid-box {
width: calc(33.333333% - 16px);
}
.hero-50-box {
width: 50%;
}
}
@media only screen and (min-width: 1024px) {
.row-strip-6 .row-box {
width: calc(50% - 16px);
}
.row-strip-6 .row-box.news-box-large {
width: calc(50% - 16px);
}
.row-strip-6 .row-box.news-box-small {
width: calc(50% - 16px);
}
.row-strip-3 .row-box {
width: calc(25% - 16px);
}
.row-strip-3 .row-box.news-box-small {
width: calc(25% - 16px);
}
.row-strip-2 .row-box {
width: calc(20% - 16px);
}
}
@media only screen and (min-width: 1200px) {
.row-strip, [class*=row-strip-] {
margin: 0 -12px;
}
.row-box {
width: calc(100% - 24px);
margin: 0 12px 24px;
float: left;
flex: 0 0 auto;
position: relative;
}
.row-strip-6 .row-box {
width: calc(50% - 24px);
}
.row-strip-6 .row-box.news-box-large {
width: calc(50% - 24px);
}
.row-strip-6 .row-box.news-box-small {
width: calc(50% - 24px);
}
.row-strip-4 .row-box {
width: calc(33.333333% - 24px);
}
.row-strip-3 .row-box {
width: calc(25% - 24px);
}
.row-strip-3 .row-box.news-box-small {
width: calc(25% - 24px);
}
.row-strip-2 .row-box {
width: calc(16.666666% - 24px);
}
.row-strip-8--4 .row-box.box-8 {
width: calc(66.666666% - 24px);
}
.row-strip-8--4 .row-box.box-4 {
width: calc(33.333333% - 24px);
}
.wide-strip .row-box {
width: calc(50% - 24px);
}
.sponsor-row {
margin: 0 -12px;
}
.sponsor-row-box {
margin: 0 12px 24px;
width: calc(16.666666% - 24px);
}
.module .sponsor-row-box {
width: calc(50% - 24px);
}
.fifty-grid-row {
margin: 0 -12px;
}
.fifty-grid-box {
width: calc(50% - 24px);
margin: 0 12px 24px;
}
.dropdown-grid-row {
margin: 0 -12px;
}
.dropdown-grid-box {
width: calc(33.333333% - 24px);
}
.dropdown-grid-row {
margin: 0 -12px;
}
.dropdown-grid-box {
width: calc(25% - 24px);
}
.section-entry-box .row-strip-3 .row-box {
width: calc(25% - 24px);
}
.section-entry-box .row-strip-4 .row-box {
width: calc(33.333333% - 24px);
}
}
.d-flex,
.flex {
display: flex !important;
}
.d-flex.hidden,
.flex.hidden {
display: none !important;
}
.d-md-flex {
flex-direction: column !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-group {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.flex-group > * {
flex: 1;
min-width: fit-content;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.w-100 {
width: 100% !important;
}
.grow {
flex-grow: 1;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
.brand-color {
color: #CF223F;
}
.w-bg-brand {
background-color: #CF223F;
color: #fff;
}
.w-bg-brand a {
color: #fff;
}
.w-bg-pink {
background-color: #F6B1A6;
}
.w-bg-pink-light {
background-color: #FDEDEA;
}
.w-bg-pink-gradient {
background-color: #FDEDEA;
background-image: linear-gradient(180deg, #F6B1A6 0%, #FBDAD3 30%, #FBDAD3 72%, #F6B1A6 100%);
}
.w-bg-white {
background-color: #fff;
color: #000;
}
.w-h-720 {
height: 720px;
}
.block {
display: block;
}
.text-color-white {
color: #fff;
}
.link-brand a {
color: #CF223F;
}
.link-brand a:hover {
text-decoration: underline;
}
.title-xxl,
.title-xl,
.title-l,
.title-m,
.title-s,
.title-xs {
font-family: blogger_sansbold_italic;
display: block;
text-transform: uppercase;
}
.title-xxl {
font-size: 40px;
}
.title-xl {
font-size: 28px;
}
.title-xl.hero-title {
font-size: 48px;
}
.title-l {
font-size: 21px;
}
.title-m {
font-size: 20px;
}
.title-s {
font-size: 18px;
}
.title-xs {
font-size: 16px;
line-height: 1.1;
}
.section-title-medium {
font-size: 30px;
margin-top: 0;
}
.text-large {
font-size: 24px;
}
.text-default {
font-size: 16px;
}
.text-medium {
font-size: 18px;
}
.text-lg {
font-size: 18px;
}
.text-small {
font-size: 14px;
}
.text-xsmall {
font-size: 12px;
}
.text-xxsmall {
font-size: 10px;
}
.t-center {
text-align: center;
}
.sansbold-italic {
font-family: blogger_sansbold_italic;
}
.small-title-border-r-l {
display: block;
font-size: 12px;
text-align: center;
text-transform: uppercase;
overflow: hidden;
position: relative;
}
.small-title-border-r-l .p-border {
display: inline-block;
padding-right: 8px;
padding-left: 8px;
background-color: #fff;
position: relative;
z-index: 2;
}
.small-title-border-r-l:before, .small-title-border-r-l:after {
content: " ";
position: absolute;
top: 50%;
width: 100%;
height: 1px;
margin-top: -1px;
background: #D8D8D8;
z-index: 0;
}
.small-title-border-r-l:before {
right: 0;
}
.small-title-border-r-l:after {
left: 0;
}
.small-title-border-r {
display: block;
font-size: 12px;
text-transform: uppercase;
overflow: hidden;
position: relative;
}
.small-title-border-r .p-border {
display: inline-block;
padding-right: 8px;
background-color: #fff;
position: relative;
z-index: 2;
}
.small-title-border-r:after {
content: " ";
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
margin-top: -1px;
background: #D8D8D8;
z-index: 0;
}
.uppercase {
text-transform: uppercase;
}
.text-transform-none {
text-transform: none;
}
.list-style-none {
list-style: none;
}
.rounded-24 {
-moz-border-radius: 24px;
-webkit-border-radius: 24px;
border-radius: 24px;
}
.rounded-10 {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.p-0 {
padding: 0;
}
.pb-0 {
padding-bottom: 0 !important;
}
.p-12 {
padding: 12px;
}
.p-24 {
padding: 24px;
}
.ptb-24 {
padding: 24px 0;
}
.pt-24 {
padding-top: 24px !important;
}
.pb-24 {
padding-bottom: 24px;
}
.pt-32 {
padding-top: 32px !important;
}
.pb-64 {
padding-bottom: 64px;
}
.ptb-64 {
padding: 64px 0;
}
.m-0 {
margin: 0;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-16 {
margin-top: 16px;
}
.mt-32 {
margin-top: 32px;
}
.mt-64 {
margin-top: 64px;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-12 {
margin-bottom: 12px !important;
}
.mb-16 {
margin-bottom: 16px;
}
.mb-24 {
margin-bottom: 24px;
}
.mb-32 {
margin-bottom: 32px;
}
.ml-10 {
margin-left: 10px;
}
.mr-10 {
margin-right: 10px;
}
.d-m-tb {
margin: 2rem 0;
}
.sd-mr-15 {
margin-right: 15px;
}
.mr-30 {
margin-right: 30px;
}
.ml-30 {
margin-left: 30px;
}
.mt-neg60 {
margin-top: -60px;
}
.z-index-10 {
z-index: 10;
}
.overflow-hidden {
overflow: hidden;
}
.full-size-cover {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.position-absolute {
position: absolute;
}
@media only screen and (min-width: 768px) {
.d-mb-0 {
margin-bottom: 0 !important;
}
.md-ptb-64 {
padding: 64px 0;
}
.md-mt-64 {
margin-top: 64px;
}
.title-xxl {
font-size: 52px;
}
.title-xl {
font-size: 48px;
}
.title-xl.hero-title {
font-size: 56px;
}
h2,
.title-l {
font-size: 24px;
}
}
@media only screen and (min-width: 1024px) {
.title-xxl {
font-size: 114px;
}
.title-xl {
font-size: 60px;
}
.title-xl.hero-title {
font-size: 72px;
}
h1 {
font-size: 48px;
}
h2,
.title-l {
font-size: 36px !important;
}
.title-m {
font-size: 20px;
}
.section-box--dropdown h3,
.section-box--dropdown .inner-info--wide,
h3,
.title-s {
font-size: 18px;
}
.title-xs {
font-size: 16px;
line-height: 1.1;
}
.section-title-medium {
font-size: 30px;
margin-top: 0;
}
.text-large {
font-size: 36px;
}
.text-default {
font-size: 16px;
}
.text-lg {
font-size: 20px;
}
.text-medium {
font-size: 20px;
}
.text-small {
font-size: 14px;
}
.text-xsmall {
font-size: 12px;
}
.d-mr-30 {
margin-right: 30px;
}
}
@media only screen and (min-width: 600px) {
.side-menu-wrapper {
width: 312px;
}
.m-menu,
.side-menu-anmalan {
position: fixed;
top: 0;
left: 0;
-webkit-transform: translateX(-536px);
-ms-transform: translateX(-536px);
transform: translateX(-536px);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
width: 536px;
height: 100%;
overflow-y: scroll;
z-index: 500;
background-color: #fff;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 80px;
}
.m-menu.is-active,
.side-menu-anmalan.is-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.side-menu-anmalan {
left: auto;
right: 0;
-webkit-transform: translateX(536px);
-ms-transform: translateX(536px);
transform: translateX(536px);
}
.side-menu-anmalan.is-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.section-entry-box .wave-block-inner-wrapper {
padding: 16px;
}
}
@media only screen and (min-width: 768px) {
.header-area .btn {
padding: 14px 30px 13px;
}
.section-callout-content {
flex-direction: row;
font-size: 18px;
align-items: center;
}
.section-callout-content .vertical-border {
display: inline-block;
}
.display-hero-logo {
max-width: 425px;
}
.display-hero {
height: calc(100vh - 64px);
margin-bottom: -20px;
}
.display-hero .wp-caption {
bottom: -26px;
}
.display-hero-content {
padding-bottom: 64px;
}
.display-hero-content .btn-large > .icon-btn {
margin-right: 30px;
}
.display-hero-content .btn-large > .arrow-list {
margin-left: 30px;
}
.display-hero-content p {
font-size: 24px;
}
.display-hero-content .circle-large {
display: inline-flex;
vertical-align: top;
display: inline-flex;
vertical-align: top;
margin-right: -80px;
margin-top: 0;
width: 80px;
height: 80px;
}
.display-hero-content .circle-large.text-xsmall {
font-size: 12px;
}
.hero-hr-list a {
width: 16.666666%;
}
.hero-hr-list a figure img {
width: 64px;
}
.article-hero-header {
padding: 0 50px;
}
.section-wrapper {
padding: 64px 0;
}
.section-wrapper + .section-wrapper {
padding-top: 0;
}
.section-wrapper + [class*=w-bg-] {
padding-top: 64px;
}
[class*=w-bg-] + .section-wrapper {
padding-top: 64px;
}
.anchor + .section-wrapper {
padding-top: 0;
}
.anchor + [class*=w-bg-] {
padding-top: 64px;
}
.container-main {
margin-bottom: 0;
}
.module {
margin-bottom: 48px;
}
.row-box--text-content p {
font-size: 18px;
}
.wave-border.wide-box {
display: none;
}
.wave-border-vert-left,
.wave-border-vert-right {
display: flex;
}
.map-img img {
max-width: 60%;
margin: 0 auto;
}
.section-entry-box .wave-block-inner-wrapper {
padding: 24px;
}
.bg-content .site-width {
padding-top: 0;
} .news-box-entry {
padding: 24px;
padding-top: 16px;
}
.news-box-entry h2 {
padding-bottom: 24px;
}
.slide-article {
width: calc(25% - 18px);
margin-right: 24px;
}
.footer-menu-social {
margin-bottom: 24px;
}
.language-select {
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
.display-hero {
margin-bottom: -150px;
}
.map-img img {
max-width: 50%;
margin: 0 auto;
}
.article-entry {
margin-top: 32px;
font-size: 20px;
}
.article-entry h2 {
font-size: 36px;
margin-top: 40px;
}
.article-entry h3 {
font-size: 24px;
text-transform: none;
}
.article-entry blockquote {
font-size: 30px;
}
.tablepress thead {
font-size: 30px;
}
.section-box--dropdown .title-dropdown,
.section-box--dropdown .inner-info--wide {
padding: 24px;
}
.section-box--dropdown .inner-info--wide {
padding-top: 0;
}
.article-header p {
font-size: 24px;
}
}
@media only screen and (min-width: 1200px) {
.side-menu-wrapper h2 {
font-size: 36px;
}
.side-menu-wrapper h3 {
font-size: 21px;
}
.header-nav-section {
display: flex;
}
.header-menu-trigger {
width: 80px;
height: 80px;
background: #CF223F;
}
.header-menu-trigger:hover {
background: #b91e38;
}
.header-menu-trigger #menu-trigger g {
fill: #fff;
}
.header-menu-title {
display: none;
}
body.page-mediabank .header-logo-blodomloppet {
margin: 0 24px;
}
.header-logo-blodomloppet {
margin: 0 24px;
position: relative;
left: auto;
transform: none;
}
.header-logo-blodomloppet .logo svg {
width: 48px;
height: 48px;
}
.header,
.header-area,
.header-nav-section,
.header-nav {
height: 80px;
}
.m-menu--close,
.a-menu--close {
width: 48px;
height: 48px;
top: 15px;
}
.side-menu-wrapper {
margin-top: 80px;
}
.nav-dropdown-wrapper {
padding: 60px 0;
}
.nav-dropdown-wrapper.active-dropdown {
top: 80px;
}
.display-hero {
height: calc(100vh - 150px);
margin-bottom: -150px;
}
.map-img img {
max-width: 100%;
margin: 0 auto;
}
}
@media only screen and (min-width: 1440px) {
.header-area .btn,
.header-nav {
font-size: 15px;
}
.flickity-prev-next-button.previous {
left: -60px;
}
.flickity-prev-next-button.next {
right: -60px;
}
.filter .filter-item.btn {
font-size: 14px;
}
}
@media only screen and (min-width: 35em) { }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { } @media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important; box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
} a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
} thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}