.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.hidden {
    display:none;
}

blockquote, blockquote * {
    font-family: acumin-pro, sans-serif !important;
}

img {
    display:block;
    max-width: 100%;
    line-height: 1.3;
    height:auto;
}


html {
    font-size: 14px;
}

@media (min-width:768px) {
    html {
        font-size: 16px;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin:0;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    position: relative;
    color:#044B1D;
    background-color: rgba(255,230,110,0.15);
}

@media (min-width: 992px) {
    body.page-template-template-service-stations section#content h1 {
        max-width: 500px;
    }
}

body.single-facility section#content h1 {
    font-size: 3.125rem;
}

body.single-facility section#content #place-opening-hours {
    margin-top: 2em;
}

body.single-facility section#content #place-address h3,
body.single-facility section#content #place-opening-hours h4{
    font-family: acumin-pro, sans-serif;
}

section#to-the-top {
    padding:40px 0;
    background-color:#fff;
}

body.home section#to-the-top,
body.archive section#to-the-top,
body.single-post section#to-the-top,
body.page-template-template-custom-layout section#to-the-top,
body.page-template-template-activities section#to-the-top,
body.page-template-template-facilities section#to-the-top {
    background-color: transparent;
}

@media (min-width: 992px) {
    body.single-post section#to-the-top{
        margin-top:165px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Alfa Slab One', sans-serif;
    font-weight:400;
    margin:0 0 0.5em 0;
    color:#044B1D;
}

.wrapper {
    width: 100%;
    max-width: 1420px;
    padding:0 20px;
}

@media (min-width:1460px) {
    .wrapper {
        margin: 0 auto;

    }
}

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
    html,
    body {
        scroll-behavior: smooth;
    }
}

a[href='#header'] svg {
    width:53px;
}


/* Global classes */
a {
    color:#044B1D;
}

h4 {
    font-size: 1.1rem;
}

a.button.main-button {
    border-radius: 0;
    border: 1px solid #2f70bb;
    text-transform: uppercase;
    background-color: #2f70bb;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    display:inline-block;
}

a.button.main-button:hover,
a.button.main-button:active,
a.button.main-button:focus {
    color: #2f70bb;
    background-color: #fff;
}

a.button.read-more {
    margin-top:0.5em;
    display: inline-block;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: 10px 25px;
    font-weight:400;
}

a.button.read-more:hover,
a.button.read-more:active,
a.button.read-more:focus {
    color:#fff !important;
    background-color: #000;
}

section#content .has-small-font-size {
    font-size:.8125rem;
}

section#content .has-medium-font-size {
    font-size:1.25rem;
}

section#content .has-large-font-size {
    font-size: 1.357145rem;
    line-height: 1.2;
}

section#content h1 {
    font-size:2rem;
    line-height: 1.2;
}

@media (min-width: 600px) {
    section#content h1 {

    }
}

@media (min-width: 992px) {
    section#content h1 {
        font-size:3.5rem;
    }

    section#content .has-medium-font-size {
        font-size:1.25rem;
    }

    section#content .has-large-font-size {
        font-size: 1.5rem;
    }
}

body.page section#content h2
body.single section#content h2,
body.page section#content h3,
body.single section#content h3,
body.page section#content h4,
body.single section#content h4,
body.page section#content h5,
body.single section#content h5,
body.page section#content h6,
body.single section#content h6 {
    font-family: acumin-pro, sans-serif;
}

section#carousel h2,
section#content h2 {
    font-size:  3.125rem;
    line-height: 1;
}

section#content h3,
footer.footer h3 {
    font-size: 1.2rem;
    line-height: 1.3;
}

section#content p {
    font-size: 1.125rem;
}

/** Header **/
header.header {

}

header.header .wrapper {
    display:flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top:20px;
    padding-bottom:20px;
}

header.header .wrapper a.branding {
    margin:0 auto 0 0;
}

header.header .wrapper a.branding svg {
    width: 100%;
    max-width: 179px;
}

header.header .wrapper button.device-menu-toggle {
    width:50px;
    height:50px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:0;
}

@media (max-width: 768px){
    header.header .wrapper button.device-menu-toggle::after {
        content: "Meny";
        margin-top:4px;
    }

    body.device-navigation-expanded header.header .wrapper button.device-menu-toggle::after {
        content: "Lukk";
    }
}

header.header .wrapper button.device-menu-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #000;
    margin: 3px 0;
    transition: all 100ms;
}

header.header .wrapper button.device-menu-toggle .icon-bar.first {
    margin-top:0;
}

body.device-navigation-expanded header.header .wrapper button.device-menu-toggle .icon-bar.first {
    transform: translateY(10px) rotate(45deg);
}

body.device-navigation-expanded header.header .wrapper button.device-menu-toggle .icon-bar.second {
    opacity: 0;
}

body.device-navigation-expanded header.header .wrapper button.device-menu-toggle .icon-bar.third {
    transform: translateY(-8px) rotate(-45deg);
}


header.header .wrapper #top-navigation {
    display:none;
}


header.header .wrapper #navigation {
    display:none;
    font-size: 1.75rem;
    font-weight: 400;
    width:100%;
    font-family: 'Alfa Slab One', sans-serif;
}

header.header .wrapper #navigation ul {
    list-style: none;
    text-align: right;
}

header.header .wrapper #navigation>ul {
    padding:0;
}

header.header .wrapper #navigation>ul>li {
    display: block;
}

header.header .wrapper #navigation ul>li:last-child{
    border-bottom:0;
}

header.header .wrapper #navigation ul li a {
    color:#044B1D;
    text-decoration: none;
}

header.header .wrapper #navigation ul>li.has-submenu {
    display:flex;
    flex-wrap: wrap;
}

header.header .wrapper #navigation ul>li.has-submenu>a {
    flex:1;
}

header.header .wrapper #navigation ul>li.has-submenu>button {
    background: none;
    border:0;
    display: inline-block;
}

header.header .wrapper #navigation ul>li.has-submenu>button>span::after {
    content:"\25bc";
    color:#fff;
}

header.header .wrapper #navigation>ul>li>button.toggle-search {
    border:0;
    padding:0;
    display: block;
    background: transparent;
    cursor: pointer;
}

header.header .wrapper #navigation>ul>li>button.toggle-search>svg {
    height:18px;
    width:18px;
}

header.header .wrapper #navigation>ul>li>button.toggle-search>svg path {
    fill:#fff;
    transition: fill 0.2s;
}

header.header.dark .wrapper #navigation>ul>li>button.toggle-search>svg path {
    fill:#000;
}


header.header .wrapper #navigation>ul>li>button.toggle-search:hover>svg path {
    fill:rgba(0,0,0,0.5);
}

/* Initially hide sub menu */
header.header .wrapper #navigation ul>li.has-submenu>ul {
    display: none;
}

header.header .wrapper #navigation ul>li.has-submenu.open>ul {
    display:block;
    padding:0 10px;
    width:100%;
}

body.device-navigation-expanded header.header .wrapper #navigation {
    flex: 0 0 100%;
    display:block;
    line-height: 2;
}




body.device-navigation-expanded header.header {
    background-color: #F9F9F9;
    border-bottom:1px solid #707070;
}

body.device-navigation-expanded header.header .wrapper {
    flex-direction: column-reverse;
}

body.device-navigation-expanded header.header .wrapper #top-navigation {
    display: none;
}



@media (min-width:768px) {

    header.header .wrapper {
        position: relative;
        padding-top:40px;
        padding-bottom:100px;
    }

    body.device-navigation-expanded header.header .wrapper {
        padding-bottom:40px;
    }

    header.header .wrapper #top-navigation {
        text-align: center;
        flex: 1;
        font-size: 1rem;
        line-height: initial;
        display:block;
    }

    header.header .wrapper #top-navigation ul {
        list-style: none;
    }

    header.header .wrapper #top-navigation ul li {
        display:inline-block;
    }

    header.header .wrapper #top-navigation ul li a {
        font-size: 1.625rem;
        text-decoration: none;
        padding:0 10px;
    }

    header.header .wrapper #top-navigation ul li.current-menu-item a {
        font-weight:400;
        position: relative;
    }

    header.header .wrapper #top-navigation ul li.current-menu-item a::after {
        content: "";
        background-image: url("../img/arrow.svg");
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        display: block;
        bottom:-20px;
        left:13px
    }

    header.header .wrapper #navigation {
        text-align: right;
    }

    header.header .wrapper #navigation>ul {
        border-top:0;
        margin:50px 0;
    }

    header.header .wrapper #navigation>ul>li {
        margin-left:30px;
        border-bottom:0;
    }

    header.header .wrapper #navigation>ul>li>a {
        font-size: 3.75rem;
        color:#044B1D;
        line-height: 1;
    }

    header.header .wrapper #navigation>ul>li.has-submenu {
        position: relative;
        display: inline-block;
    }

    header.header .wrapper #navigation>ul>li.has-submenu.open>ul {
        position: absolute;
        padding:5px 0;
        left:0;
        background-color: #fff;
        width: initial;
        margin:0;
    }

    header.header.dark .wrapper #navigation>ul>li.has-submenu.open>ul {
        background-color:#000;
    }

    header.header .wrapper #navigation>ul>li.has-submenu>ul.open>li {
        display:block;
        margin-left:0;
    }

    header.header .wrapper #navigation>ul>li.has-submenu>ul>li>a {
        padding:5px 15px;
        display: block;
        color:#000;
    }

    header.header.dark .wrapper #navigation>ul>li.has-submenu>ul>li>a {
        color:#fff;
    }
}

/* Carousel */
section#carousel {
    margin:0 auto;
    position: relative;
    /*height:100vh;*/
    overflow: hidden;
}

section#carousel > .wrapper {
    padding:0;
}

/*
section#carousel .slides .slide {
    display: none;
}
 */

section#carousel > .wrapper  .slides .slide {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

section#carousel > .wrapper  .slides .slide .image-container {
    height:0;
    padding-bottom:51%;
    display:block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#carousel > .wrapper  .slides .slide .textual-content {

    background-color: #FFFBE9;
    width:85%;
    align-self: flex-end;
    margin-top:-100px;
    padding:20px;

}

section#carousel > .wrapper  .slides .slide .textual-content svg {
    width:20px;
    display:block;
    margin-top:30px;
}

section#carousel > .wrapper  .slides .slide .textual-content h2 {
    font-size: 1.3rem;
    color:#044B1D;
}

section#carousel > .wrapper  .slides .slide .textual-content a {
    text-decoration: none;
}

@media (min-width: 992px){

    section#carousel > .wrapper {
        padding:0;
    }

    section#carousel > .wrapper  .slides .slide {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: stretch;
        flex-direction: row;
    }

    section#carousel > .wrapper  .slides .slide .image-container {
        flex:0 0 45%;

    }

    section#carousel > .wrapper  .slides .slide .textual-content {
        flex:0 0 55%;
        padding:0 60px;
        align-self: center;
    }

    section#carousel > .wrapper  .slides .slide .textual-content h2 {
        font-size: 50px;
    }
}

section#carousel > .wrapper .flickity-page-dots {
    bottom:0;
}

section#carousel > .wrapper  .pagination {
    position: absolute;
    z-index: 2;
    bottom:100px;
    width:100%;
    left:0;
}

section#carousel > .wrapper  .pagination ul {
    list-style: none;
    margin:0;
    padding:0;
    display:flex;
}

section#carousel > .wrapper  .pagination ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

section#carousel > .wrapper  .pagination ul li button {
    border:0;
    background-color: transparent;
    cursor: pointer;
    padding:5px;
}

section#carousel > .wrapper  .pagination ul li button svg {
    display: block;
}

section#carousel > .wrapper  .pagination ul li button.previous svg,
section#carousel > .wrapper  .pagination ul li button.next svg {
    width:9px;
    height:6px;
}

section#carousel > .wrapper  .pagination ul li button.dot svg {
    width:14px;
    height:14px;
}

section#carousel > .wrapper  .pagination ul li button.dot svg circle {
    fill: rgba(255, 255, 255, 0.5);
}

section#carousel > .wrapper  .pagination ul li button.dot.active svg circle {
    fill:rgba(255,255,255,1);
}

section#carousel > .wrapper  .pagination ul li button svg path {
    fill:#fff;
}


/* Breadcrumbs */
nav.breadcrumb {
    margin:80px 0 50px 0;
    font-size: 1.125rem;
}

nav.breadcrumb a {
    color:#BCBCBC;
    text-decoration: none;
}



/* Tease list parent */
.posts {
    margin:50px 0;
    display:grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}

@media (min-width:768px) {

    .posts {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width:992px) {
    .posts {
        grid-template-columns: repeat(3, 30.28616852%);
        justify-content: space-between;
    }
}


/* Common tease element */
.posts .tease {
    text-decoration: none;
    border:1px solid #000;
}

.posts .tease .image-container {
    width: 100%;
    height:0;
    padding-bottom:68.43267108%;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
}

.posts .tease .image-container img {
    height:100%;
    width:100%;
    position: absolute;
    left:0;
}


.posts .tease .textual-content {
    padding:25px 20px;
}

.posts .tease .textual-content h3 {
    font-size: 1.625rem;
    line-height: 1;
}

.posts .tease .textual-content p span.date {
    font-weight: bold;
}

.posts .tease .textual-content .read-more {
    font-weight: normal;
    text-decoration: none;
    display:inline-block;
    margin-top:30px;
}

.posts .tease .textual-content .read-more svg {
    display: inline-block;
    width: 16px;
    margin-left:5px;
}

.posts .tease .textual-content .read-more svg path {
    fill: #000;
}


/* Tease post */
.posts .tease.tease-post {
    border-width: 2px;
    border-color: #044B1D;
    background-color: #fff;
}
.posts .tease.tease-post .textual-content h3 {
    color:#044B1D;
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 20px;
}

.posts .tease.tease-post .textual-content h3::after {
    content: "";
    border-bottom:2px solid #044B1D;
    position: absolute;
    width: 50%;
    bottom:0;
    left:0;
}

@media (min-width: 900px) {
    .posts .tease.tease-post .textual-content h3 {
        font-size: 1.85rem !important;
        line-height: 1.1;
        margin-bottom: 2em;
    }
}

/* Pagination */
nav.pagination {
    list-style: none;
    padding:0;
}

nav.pagination button {
    display:inline-block;
    padding:0;
    border:0;
    background-color:transparent;
}

nav.pagination button svg {
    width:33px;
    height:33px;
}

nav.pagination button svg circle {
    transition: all 100ms;
}

nav.pagination button svg circle {
    fill:transparent;
}

nav.pagination button:hover svg circle {
    fill:#000;
}

nav.pagination button:hover svg path {
    fill:#fff;
}

nav.pagination button[disabled] svg {
    opacity: .3;
}


/* Marquee */
section#marquee {
    height:250px;
}

@media (min-width: 992px){
    section#marquee {
        height:265px;
    }
}


section#marquee .wrapper {
    padding:80px 0;
    overflow:hidden;
    position: relative;

}

section#marquee .wrapper p {
    font-family: 'Alfa Slab One', sans-serif;
    font-weight:400;
    font-size: 4.375rem;
    width: 100%;
    margin:0;
    white-space: nowrap;
}

section#marquee .wrapper p a {
    text-decoration: none;
    color:#044B1D;
}


section#facility-categories {
    padding:100px 0;
}
section#facility-categories .wrapper {}
section#facility-categories .wrapper .terms article.term {
    margin-bottom:40px;
}

section#facility-categories .wrapper .terms article.term a {
    text-decoration: none;
}
section#facility-categories .wrapper .terms article.term h3 {
    text-align: center;
    position: relative;
    font-size: 2.1875rem;
    margin:0 40px;
    padding-bottom:20px;
    white-space: nowrap;
}

section#facility-categories .wrapper .terms article.term .image-container {
    height:0;
    padding-bottom:73.54368932%;
    background-size: cover;
    position: relative;
}

section#facility-categories .wrapper .terms article.term .image-container::before,
section#facility-categories .wrapper .terms article.term .image-container::after {
    content: '';
    height:10px;
    width:90%;
    left:5%;
    top:initial;
    bottom:100%;
    position: absolute;
    background-color: #044B1D;
}

section#facility-categories .wrapper .terms article.term .image-container::after {
    top:100%;
    bottom:initial;
}

section#facility-categories .wrapper .terms article.term:nth-child(2) .image-container::before,
section#facility-categories .wrapper .terms article.term:nth-child(2) .image-container::after {
    background-color: #FFE66E;
}

/*
section#facility-categories .wrapper .terms article.term:first-child .image-container::before,
section#facility-categories .wrapper .terms article.term:first-child .image-container::after,
section#facility-categories .wrapper .terms article.term:last-child .image-container::before,
section#facility-categories .wrapper .terms article.term:last-child .image-container::after {

}
*/


@media (min-width: 992px){
    section#facility-categories {
        padding-top:20%;
        background: linear-gradient(180deg, rgba(255,255,255,0) 70%, #FFFFFF 0, #FFFFFF 100%);
    }

    section#facility-categories .wrapper .terms {
        display:flex;
        justify-content: space-between;
    }
    section#facility-categories .wrapper .terms article.term {flex:0 0 calc(33.3333% - 10px);position: relative}
    section#facility-categories .wrapper .terms article.term h3::before {
        content:"";
        position: absolute;
        width:100%;
        height:0;
        padding-top:50%;
        bottom:100%;
        left:0;
        border-top-left-radius: 100% 200%;
        border-top-right-radius: 100% 200%;
        z-index: 0;
    }
    section#facility-categories .wrapper .terms article.term::after {
        content: '';
        height:40px;
        width:calc(100% - 80px);
        left:40px;
        top:calc(100% + 10px);
        position: absolute;
    }


    section#facility-categories .wrapper .terms article.term h3 {
        padding-bottom:40px;
    }

    section#facility-categories .wrapper .terms article.term h3,
    section#facility-categories .wrapper .terms article.term h3::before,
    section#facility-categories .wrapper .terms article.term::after {
        transition: background-color 400ms;
        background-color: #D2DCC8;
    }

    section#facility-categories .wrapper .terms article.term:nth-child(2) h3,
    section#facility-categories .wrapper .terms article.term:nth-child(2) h3::before,
    section#facility-categories .wrapper .terms article.term:nth-child(2)::after {
        background-color: #FFE66E;
    }
}

section#pages {
    padding:100px 0;
}



section#pages .wrapper .pages .page .textual-content {
    /*flex:0 0 50%;*/
    font-size: 1.5625rem;
}

section#pages .wrapper .pages .page .textual-content h3 {
    color:#044B1D;
    font-size: 2rem;
}

@media (min-width: 900px){
    section#pages .wrapper .pages .page .textual-content h3 {
        font-size: 3.125rem;
    }
}

section#pages .wrapper .pages .page .textual-content a.read-more {
    text-decoration: none;
}

section#pages .wrapper .pages .page .textual-content a.read-more svg {
    display:block;
    width:20px;
    height:20px;
    margin-top:10px;
}

section#pages .wrapper .pages .page .image-container {
    /*flex:0 0 50%;*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height:0;
    width: 100%;
    padding-bottom: 67.61268781%;
}


@media (min-width: 900px) {
    section#pages {
        background-color: #fff;
    }

    section#pages .wrapper .pages .page {

        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section#pages .wrapper .pages .page .textual-content {
        position: relative;
    }

    section#pages .wrapper .pages .page .textual-content > .content-wrapper {
        position: absolute;
        left:20%;
        right:10%;
        bottom:-20%;
    }
}

/* Events */

section#events .wrapper {
    padding: 0 20px;
}

section#events .wrapper > .posts > .read-more {
    font-family: 'Alfa Slab One', sans-serif;
    font-size: 2rem;
    text-align: right;
    text-decoration: none;
}

section#events .wrapper > .posts > .read-more > svg {
    height: 20px;
    margin-left:5px;
}

@media (min-width: 768px) {
    section#events {
        padding-top:200px;
        background: linear-gradient(0deg, rgba(255,255,255,0) 40%, #FFFFFF 0, #FFFFFF 100%);
    }

    section#events .wrapper {
        padding: 0 40px;
    }

    section#events .wrapper h2 {
        font-size: 4rem;
        color:#044B1D;
        text-align: right;
        line-height: 1.2;
    }

    section#events .wrapper h2 span {
        max-width: 40%;
        display: inline-block;
        text-align: left;
    }

    section#events .wrapper .posts {
        grid-template-columns: 51% 41%;
        grid-column-gap: 8%;
        width: 100%;
    }

    section#events .wrapper .posts .tease:first-child,
    section#events .wrapper .posts > .read-more {
        margin:-50% 0 50% 0;
    }

    section#events .wrapper > .posts > .read-more {
        font-size: 3.125rem;
    }

    section#events .wrapper > .posts > .read-more > svg {
        height: 40px;
        margin-left:5px;
    }
}

@media (min-width: 992px) {
    section#events .wrapper {
        padding: 0 11%;
    }
}


/* GOOGLE MAP */
section#google-map {
    background-color: #fff;
}

section#google-map > .wrapper {
    padding:50px 20px 0 20px;
    max-width: 1266px;
    margin: 0 auto;
}

section#google-map > .wrapper > h2 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1em;
}

@media (min-width: 900px) {

    section#google-map > .wrapper {
        padding-top:200px;
    }

    section#google-map > .wrapper > h2 {
        font-size: 3.125rem;
        margin-left:7rem;
    }
}

section#google-map > .wrapper > #map {
    width: 100%;
    height:0;
    padding-bottom:56.25%;
    position: relative;
}

@media (min-width: 900px) {
    section#google-map > .wrapper > #map {
        padding-bottom: 45%;
    }
}


#place-address,
#place-contact,
#place-contact,
#place-opening-hours,
#place-website {
    padding:0 20px;
}

.google-place-content {
    display: block;
    margin:0 0 1em 0;
}

.google-place-content > span {
    display: block;
}

#place-website {
    margin:50px 0;
}

a.link.url {
    background-color: #FFE66E;
    color:#044B1D;
    font-size: 1.25rem;
    font-family: 'Alfa Slab One', sans-serif;
    padding:15px 25px;
    display: inline-block;
    text-decoration: none;
    transition: box-shadow 0.4s;
}

a.link.url:hover {
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
}

@media (min-width: 900px) {

    #place-address,
    #place-contact,
    #place-contact,
    #place-opening-hours,
    #place-website {
        padding:0;
    }
}

/* IMAGES AND VIDEOS */
section.images-and-videos {
    margin:0;
}

section.images-and-videos > .wrapper > .large {
    height:0;
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
}

section.images-and-videos > .wrapper > .small {
    display: none;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 112%;
}

section.images-and-videos > .wrapper > .small > img,
section.images-and-videos > .wrapper > .small > video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.images-and-videos > .wrapper > .small > iframe {
    position: absolute;
    top:0;
    left:0;
}

@media (min-width: 900px) {
    section.images-and-videos > .wrapper {
        display:grid;
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 15px;
        max-width: 1266px;
        margin: 0 auto;
        padding:0;
    }

    section.images-and-videos > .wrapper > .small {
        display:block;
    }
}

/* MORE FACILITIES */
section#more-facilities {
    background-color: #fff;
    padding:50px 20px 50px 20px;
}

section#more-facilities > .wrapper {
    border:2px solid #044B1D;
    padding:50px 20px;
    max-width: 1266px;
    margin: 0 auto;
}

section#more-facilities > .wrapper > h2 {
    font-size: 2rem;
    line-height: 1;
}


@media (min-width: 900px) {

    section#more-facilities > .wrapper > h2 {
        font-size: 3.125rem;
    }
}

section#more-facilities > .wrapper > ul {
    list-style: none;
    margin:0;
    padding:0;
}

section#more-facilities > .wrapper > ul > li > a {
    color:#044B1D;
    text-decoration: none;
    font-size: 1.375rem;
}

@media (min-width: 900px) {

    section#more-facilities {
        padding:200px 20px 100px 20px;
    }

    section#more-facilities > .wrapper {
        padding:50px 80px;
    }

    section#more-facilities > .wrapper > h2 {
        font-size: 3.125rem;
    }

    section#more-facilities > .wrapper > ul {
        column-count: 3;
    }
}

    /* SINGLE */
body.single section#content > .wrapper {
    padding:0;
}

body.single section#content > .wrapper article .image-container {
    background-repeat: no-repeat;
    height:0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
}

body.single section#content > .wrapper article .image-container.flickity-enabled > .flickity-viewport {
    padding-bottom: 56.25%;
}

body.page section#content > .wrapper article .image-container.flickity-enabled .slide,
body.single section#content > .wrapper article .image-container.flickity-enabled .slide {
    width: 100%;
    height:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.single section#content > .wrapper article .textual-content {

}

body.single section#content > .wrapper article .textual-content .header {
    margin:-50px 0 0 50px;
    background-color: #fffbe9;
    padding:20px 30px;
}

body.single section#content > .wrapper article .textual-content.have-slides .header {
    margin:50px 0 0 0;
}

body.single section#content > .wrapper article .textual-content .header h1 {
    line-height: 1;
}

body.single section#content > .wrapper article .textual-content.have-slides .header h1 {
    margin: 0;
}


body.single section#content > .wrapper article .textual-content .body {
    padding:0 20px;
}

@media (min-width: 900px){

    body.page section#content > .wrapper,
    body.single section#content > .wrapper {
        margin-bottom: 50px;
    }

    body.page section#content > .wrapper article
    /*body.single section#content > .wrapper article */{
        display: flex;
        flex-direction: row;
    }

    body.single-post section#content > .wrapper article.has-flickity,
    body.single-facility section#content > .wrapper article {
        display: flex;
        flex-direction: row;
    }

    body.page-template-template-custom-layout section#content > .wrapper article {
        display: initial;
    }

    body.page section#content > .wrapper article .image-container,
    body.single section#content > .wrapper article .image-container {
        flex: 0 0 46.66666667%;/*48.69565217%;*/
        /*margin:0 0 -165px 0;*/
        margin:0 50px 50px 0;
        height:0;
        padding-bottom: 94.56521739%;
        width:46.66666667%;/*48.69565217%;*/
        background-size: cover;
        background-position-x: center;
        float:left;
    }

    body.single-post section#content > .wrapper article.has-flickity .image-container,
    body.single-facility section#content > .wrapper article .image-container {
        margin:0 0 -165px 0;
        float: none;
    }

    body.single-facility section#content > .wrapper article .textual-content .call-to-action {
        margin:0.5em 0 2em 0;
    }

    body.page section#content > .wrapper article .image-container.flickity-enabled,
    body.single section#content > .wrapper article .image-container.flickity-enabled {
        height:initial;
        padding-bottom: initial;
    }

    body.page section#content > .wrapper article .image-container.flickity-enabled .slide,
    body.single section#content > .wrapper article .image-container.flickity-enabled .slide {
        width: 100%;
        height:100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.page section#content > .wrapper article .textual-content,
    body.single section#content > .wrapper article .textual-content {
        flex: 0 0 50%;
        padding: 100px 20px 0 50px;
    }

    body.page section#content > .wrapper article .textual-content .header,
    body.single section#content > .wrapper article .textual-content .header {
        margin: 0;
        padding: 0;
    }

    body.page section#content > .wrapper article .textual-content .body,
    body.single section#content > .wrapper article .textual-content .body {
        padding:0;
    }

}

body.archive section#content > .wrapper > h2 {
    font-size: 2.5rem;
    line-height: 1;
}

@media (min-width: 900px) {

    body.archive section#content > .wrapper > h2 {
        font-size: 4.375rem;
        color: #044B1D;
        text-align: right;
        line-height: 1.2;
    }

    body.archive section#content > .wrapper > h2 > span {
        max-width: 40%;
        display: inline-block;
        text-align: left;
    }

    body.archive section#content > .wrapper {
        max-width: 1258px;
    }

    body.archive section#content > .wrapper > .posts > .tease:nth-child(3n+1) {
        margin: -25% 0 25% 0;
    }
}

@media (min-width: 1298px){

    body.archive section#content > .wrapper {
        padding: 0;
    }

}

.pagination {
    list-style:none;
    margin:50px 0;
    padding:0;
}

.pagination li {
    display:inline-block;
}

.pagination li button {
    background-color: #FFE66E;
    color:#044B1D;
    font-size: 1.25rem;
    font-family: 'Alfa Slab One', sans-serif;
    padding:15px 25px;
    display: inline-block;
    text-decoration: none;
}

.pagination li button[disabled] {
    opacity: .5;
}

section#service-stations {
    background-color: #fff;
    padding:25px 0;
}

section#service-stations > .wrapper {
    margin:0 auto;
    padding: 0 20px;
}

@media (min-width: 900px){
    section#service-stations {
        padding:100px 0;
    }

    section#service-stations > .wrapper {
        max-width: 1258px;
    }
}

@media (min-width: 1298px){

    section#service-stations > .wrapper {
        padding: 0;
    }

}

section#service-stations > .wrapper > h3 {
    font-weight: 400;
    line-height: 1;
    margin:0 0 1em 0;
    color:#044B1D;
    font-size: 2.5rem;
}


section#service-stations > .wrapper > h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin:2em 0 0 0;
    text-align: right;
    color:#044B1D;
}

#map-url-wrapper {
    text-align: right;
    margin:20px 0 0 0;
}

section#service-stations > .wrapper > h2 > span {
    max-width: 80%;
    display: inline-block;
}

@media (min-width: 992px) {

    section#service-stations > .wrapper > h2 {
        font-size: 80px;
    }
}

section#service-stations > .wrapper > .acf-map {
    width: 100%;
    height: 0;
    border: #ccc solid 1px;
    margin: 0 auto;
    padding-bottom: 150%;
}


.info-window .info-window-image {
    width: 150px;
}

.info-window .info-window-title {
    text-align: center;
    font-size: 1.1em;
}

.info-window .info-window-description {
    text-align: center;
}

.info-window .info-window-button {
    padding:5px;
    text-align: center;
    display: block;
}

@media (min-width: 992px) {
    section#service-stations > .wrapper > .acf-map {
        margin: 0 auto;
        padding-bottom: 67.69638129%;
    }


    .info-window .info-window-image {
        width: initial;
    }

    .info-window .info-window-title {
        text-align: left;
        font-size: initial;
    }

    .info-window .info-window-description {
        text-align: left;
    }

    .info-window .info-window-button {
        padding:15px 25px;
        text-align: left;
        display: inline-block;
    }

    section#service-stations > .wrapper > .posts {
        grid-template-columns: repeat(3, 30.28616852%);
        justify-content: space-between;
    }


}



section#service-stations > .wrapper > .posts > .tease.tease-service_station {
    border:0;
}

@media (min-width: 992px) {
    section#service-stations > .wrapper > .posts > .tease.tease-service_station {
        margin-bottom: 50px;
    }
}

section#service-stations > .wrapper > .posts > .tease.tease-service_station > .image-container {
    padding-bottom: 108.66141732%;
}

section#service-stations > .wrapper > .posts > .tease.tease-service_station > .textual-content {
    padding:30px 0 0 0;
}

section#service-stations > .wrapper > .posts > .tease.tease-service_station > .textual-content > h3 {
    font-family: acumin-pro, sans-serif;
    color:#044B1D;
    margin:0 0 .5em 0;
}

section#service-stations > .wrapper > .posts > .tease.tease-service_station > .textual-content > h3 > svg {
    height:14px;
    width: 14px;
    margin:0 0 0 5px;
}

@media (min-width: 992px) {
    section#service-stations > .wrapper > .posts > .tease.tease-service_station > .textual-content > h3 > svg {
        height:18px;
        width: 18px;
    }
}

section#service-stations > .wrapper > .posts > .tease.tease-service_station > .textual-content > p {
    margin:0;
    line-height: 1;
}

section#service-stations > .wrapper > .posts > .tease.tease-service_station > .textual-content > .read-more {
    font-weight: normal;
    margin:0;
}

@media (min-width: 992px) {
    section#service-stations > .wrapper > .posts > .tease.tease-service_station:nth-child(3n+1) {
        margin:-50% 0 50% 0;
    }
}

/* Activities */

section#activities > .wrapper > h2 {
    font-size: 2.5rem;
    line-height: 1;
}

section#activities > .wrapper > .posts {
    grid-template-columns: 1fr;
    justify-content: space-evenly;
    grid-row-gap: 30px;
}

@media (min-width: 768px) {
    section#activities > .wrapper > .posts {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 900px) {
    section#activities > .wrapper > h2 {
        text-align: right;
        font-size: 6rem;
        font-weight: 400;
        line-height: 1.1;
        margin:0;
    }

    section#activities > .wrapper > h2 > span {
        display: inline-block;
        max-width: 50%;
        text-align: left;
    }

    section#activities > .wrapper > .posts > .tease:nth-child(3n+1) {
        margin:-60% 0 60% 0;
    }

    section#activities > .wrapper > .posts {
        grid-template-columns: repeat(3, fit-content(406px) );

    }

}


section#activities > .wrapper > .posts > .tease {
    overflow: hidden;
}



section#activities > .wrapper > .posts > .tease > .image-container {
    background-size: cover;
}

section#activities > .wrapper > .posts > .tease > .textual-content > h3 {
    font-size: 1.75rem;
}


/* Facilities */
section#facilities > .wrapper > .filter {
    margin:0;
    overflow-x: scroll;
    white-space: nowrap;
}

@media (min-width: 768px){
    section#facilities > .wrapper > .filter {
        white-space: initial;
        overflow-x: initial;
    }
}

section#facilities > .wrapper > .filter > a {
    background-color: #FFE66E;
    color:#044B1D;
    font-size: 1.185rem;
    border:0;
    padding:10px 15px;
    font-weight: 400;
    font-family: 'Alfa Slab One', sans-serif;
    margin:0 15px 15px 0;
    transition: box-shadow 0.4s;
    cursor:pointer;
    display: inline-block;
    text-decoration: none;
}

section#facilities > .wrapper > .filter > a.selected {
    background-color:#044B1D;
    color:#FFE66E;
}

section#facilities > .wrapper > .filter > a:hover {
    box-shadow: 0px 4px 3px rgba(0,0,0,0.25);
}

section#facilities > .wrapper > .posts > .tease {
    border:0;
}

section#facilities > .wrapper > .posts > .tease > .textual-content {
    padding:20px 0;
}

section#facilities > .wrapper > .posts > .tease > .textual-content h3 {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    section#facilities > .wrapper > .filter > a {
        font-size: 1.875rem;
        padding:15px 20px;
        margin:0 35px 35px 0;
    }
}


    /* Footer */
footer.footer {
    background-color: rgba(255, 230, 110,0.15);
}

footer.footer * {
    color:#000000;
}

footer.footer .wrapper {
    padding:60px 20px 20px 20px;
    display: grid;
    grid-template-columns: 1fr;
}

footer.footer .wrapper>.column {
    display:flex;
    text-align: center;
    justify-content: center;
}

footer.footer .wrapper>.column>.widget {
    margin-bottom:30px;
    font-size:1.25rem;
    text-align: left;
}

footer.footer .wrapper>.column>.widget:first-child {
    width: 40%;
}

footer.footer .wrapper>.column:last-child>.widget:first-child img {
    width:80%;
    display: block;
}

footer.footer .wrapper>.column>.widget:last-child {
    width: 54%;
}

@media (min-width: 900px){
    footer.footer .wrapper {
        grid-template-columns: 1fr 1fr;
    }

    footer.footer .wrapper>.column>.widget {
        margin-bottom: initial;
    }

    footer.footer .wrapper>.column>.widget:first-child {
        width: initial;
        margin-right: 30px;
    }

    footer.footer .wrapper>.column:last-child>.widget:first-child img {
        display: inline-block;
        width: 179px;
    }
}

footer.footer .wrapper>.column>.widget>h3 {
    font-size:1.25rem;
    font-family: acumin-pro, sans-serif;
    margin:0;
}

footer.footer .wrapper>.column>.widget p {
    margin:0;
}

/*
footer.footer .wrapper>.column>.widget:first-child {
    margin-right:30px;
}*/

footer.footer .wrapper>.column:first-child>.widget:first-child>h3 {
    font-weight: normal;
    margin-bottom: 15px;
}

footer.footer .wrapper>.column:last-child>.widget:first-child {

}



footer#bunnmeny {
    background-color: rgba(255, 230, 110,0.15);
    padding:0 0 20px 0;
}

footer#bunnmeny .wrapper {
    text-align: center;
}

footer#bunnmeny .wrapper a {
    text-decoration: none;
}

footer.producer {
    background-color: rgba(255, 230, 110,0.15);
}

footer.producer .wrapper {
    padding-top:20px;
    padding-bottom:20px;
}

footer.producer .wrapper p {
    text-align: center;
    margin:0;
    color:#000;
}

footer.producer .wrapper p a {
    color:#000;
}



/* Search */
section#search {
    display:none;
}

body.search-opened header.header {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 2;
    background-color: #AFAD98;
}

body.search-opened.admin-bar header.header {
    top:46px;
}

@media (min-width:782px){
    body.search-opened.admin-bar header.header {
        top:32px;
    }
}

body.search-opened section#search {
    display:block;
    position: absolute;
    padding-top:200px;
    top:0;
    left:0;
    width:100%;
    min-height:100vh;
    background-color: #AFAD98;
    z-index: 1;
}

body.search-opened section#search .wrapper form {
    width: 100%;
}

body.search-opened section#search .wrapper form input {
    display: block;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 28px;
    padding: 5px;
}


.below-textual-content-body {
    padding:0 20px;
}

@media (min-width:900px) {
    .below-textual-content-body {
        padding:0;
    }
}
