

.postlist-inner-c{
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 53px;
}


.cw-postlist-list-item{
    display: flex;
    align-items: stretch;
}
.cw-postlist-list-item:nth-child(even){
    background-color: #000;
    color:#fff;
}
.cw-postlist-list-item:nth-child(even) h2{
    color:#fff;
}


.load-more-c{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    width: 100%;
    max-width: 1200px;
    border-top: 2px solid #485A44;
    padding-top: 15px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 300ms;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.load-more-c.hidden {
  opacity: 0;
  pointer-events: none;
}

.nyhetslista-c .load-more-c{
    margin-bottom: 0px;
}
.nyhetslista-c .load-more-c.hidden{
    display: none;
}

.load-more-c .icon-c{
    font-size: 3.125rem;
    line-height: 1;
}
.load-more-c .txt-c{
    padding-top: 7px;
    font-size: 1.56rem;
}

.load-more-but{
    display: none;
}
.load-more-spinner{
    display: none;
}
.load-more-but.active{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.load-more-spinner.active{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.load-more-but{
    height: 100px;
}
.load-more-spinner{
    width: 60px;
    height: 100px;
}
.load-more-spinner img{
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 1024px){
    .load-more-c .txt-c {
        font-size: 1.25rem;
    }
} /* </1024> */


