.page-search-nyheter header.page-header {
    position: relative;
    z-index: 1;
}
.page-nyheter {
    padding-top: 80px;
    padding-bottom: 39px;
    background-color: rgb(38, 69, 72);
    position: relative;
}
.page-nyheter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 271px;
    border-width: 0px;
    border-color: rgb(216, 221, 228);
    overflow: visible;
    z-index: 1;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.no-result-alert {
    padding: 200px 0;
}
.page-nyheter .container {
    max-width: 593px;
    margin: 0 auto;
    padding: 0 20px;
}
.page-nyheter .feature-image {
    position: absolute;
    top: -128px;
    left: 0;
    width: 100%;
    padding-bottom: 56.32%;
    background-repeat: no-repeat;
    overflow: visible;
    background-size: 100% 100%;
    display: inline;
    z-index: 0;
    opacity: 0.05;
}
.page-nyheter .feature-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 22.8%;
    height: 0;
    background-image: -webkit-linear-gradient(270deg, rgba(39, 69, 72, 0), rgb(39, 69, 72));
}
.nyheter-content {
    color: rgb(153, 153, 153);
    font-family: Montserrat;
    letter-spacing: 4px;
    font-size: 8px;
    overflow-wrap: break-word;
    font-weight: bold;
    border-bottom: 1px solid rgba(153, 153, 153);
    padding-bottom: 8px;    
    position: relative;
    z-index: 1;
}
.nyheter-posts {
    position: relative;
    z-index: 1;
}
.nyheter-posts article {
    padding: 43px 0 34px;
    border-bottom: 1px solid rgba(153, 153, 153);
}
.page-nyheter.post-single article {
    border: none;
}
.nyheter-posts article .entry-header .post-date {
    font-family: Roboto;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-style: normal;
    overflow-wrap: break-word;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}
.dynamic-height-wrap {
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
  }
.nyheter-posts article .entry-header h2 {
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-style: normal;
    overflow-wrap: break-word;
    /* cursor: pointer; */
    font-weight: 600;
    text-transform: none;
    margin: 37px 0 27px;
    line-height: 49px;
}
.nyheter-posts article .entry-content {
    overflow: hidden;
    /* max-height: 210px; */
    position: relative;
    transition: all 1s;
    transition: max-height 1s ease-in-out;
    color: #ffffff;
}
.nyheter-posts article.active .entry-content {
    max-height: 100%;
}
.nyheter-posts article .entry-content-overlap:after {
    content: '';
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    overflow: visible;
    z-index: 2;
    background-image: -webkit-linear-gradient(270deg, rgba(39, 69, 72, 0) 0%, rgb(39, 69, 72) 93%, rgb(39, 69, 72) 100%);
}
.js-dynamic-height:not(.dynamic-height-active) .entry-content-overlap:after {
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}
.nyheter-posts article.active .entry-content-overlap:after {
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}
.nyheter-posts article .entry-content p {
    margin-bottom: 30px;
}
.nyheter-posts article .entry-content p:last-child {
    margin-bottom: 0;
}
.nyheter-posts article .entry-content a {
    color: #ffffff;
    text-decoration: underline;
}
.nyheter-posts article .entry-content a:hover {
    color: #de232b;
}
.nyheter-posts article .link,
.nyheter-posts article .js-dynamic-show-hide {
    cursor: pointer;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 500;
    color: rgb(255, 158, 28);
    margin-top: 8px;
    display: inline-block;
}
.nyheter-posts article.active .entry-content {
    height: auto;
}
.nyheter-posts article.active .less-more {
    display: inline-block;
}
.nyheter-posts article.active .read-more {
    display: none;
}

.navigation ul {
    display: flex;
    margin: 43px -7px 0;
    gap: 0;
    letter-spacing: 6px;
    padding: 0;
}
.navigation ul li.page-item.page-prev {
    /* margin-right: 3px; */
}
.navigation ul .page-item.page-dots {
    margin: 0 -8px 0 -2px;
    letter-spacing: 6px;
}
.navigation ul .page-item.page-first a,
.navigation ul .page-item.page-last a {
    letter-spacing: -8px;
}
.navigation ul .page-item.page-first svg,
.navigation ul .page-item.page-last svg {
    margin: 0 0px 0 -1px;
}
.navigation ul .page-item a,
.navigation ul .page-item {
    color: rgb(102, 102, 102);
    opacity: 1;
    font-family: Roboto;
    font-size: 16px;
    overflow-wrap: break-word;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}
.navigation ul .page-item a:hover,
.navigation ul .page-item.active a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}
.navigation ul .page-item a {
    padding: 0 8px;
    text-decoration: none;
}
.navigation ul .page-item.page-prev a,
.navigation ul .page-item.page-next a {
    padding: 0 5.5px;
}
@media only screen and (max-width: 1199px) {
    .page-nyheter .feature-image {
        padding-bottom: 40%;
    }
}
@media only screen and (max-width: 999px) {
    .nyheter-posts article .entry-header h2 {
        font-size: 32px;
        line-height: normal;
        margin: 20px 0 20px;
    }
    .page-nyheter .container {
        /* max-width: 485px; */
    }
    .page-nyheter .feature-image {
        /* padding-bottom: 91.9%; */
        padding-bottom: 56.9%;
        top: -68px;
        background-size: cover;
    }
    .page-nyheter .feature-image:after {
        padding-bottom: 37.2%;
    }
}
@media only screen and (max-width: 830px) {
    .page-nyheter .feature-image {
        /* padding-bottom: 102.7%; */
        padding-bottom: 70.7%;
    }
}
@media only screen and (max-width: 767px) {
    .page-nyheter .feature-image {
        /* padding-bottom: calc(69.5% + 254px); */
        padding-bottom: 70%;
        top: -112px;
        background-size: cover;
    }
    .navigation ul {
        justify-content: center;
    }
    .nyheter-posts article .entry-header h2 {
        font-size: 28px;
    }
    .page-nyheter .feature-image:after {
        padding-bottom: 41.5%;
    }
    .page-nyheter .container {
        max-width: 410px;
    }
}
@media only screen and (max-width: 550px) {
    .page-nyheter .feature-image {
        /* padding-bottom: calc(74.8% + 254px); */
        padding-bottom: 90%;
    }
}
@media only screen and (max-width: 450px) {
    .page-nyheter .feature-image {
        padding-bottom: 91%;
    }
}