.cookie-agreement.is-hidden {
    transform: translateY(100%);
    opacity: 0;
}

/* Case & News filtering */

.articles-list h2 {
    margin-top: 50px;
}

.pagination a, .pagination span {
	margin: 0 3px;
}

.filter-posts {
    width: auto;
    margin: 0px auto;
    display: table;

}

.filter-posts [type=checkbox] {
    visibility: hidden;
    width: 0;
}

.filter-posts .product-column {
    width: auto;
    float: left;
    margin-left: 10px;
}
.filter-posts .product-column:first-child {
    margin-left: 0px;
}

.filter-posts label, .filter-posts button {
    line-height: 1.125rem;
    display: inline-block;
    padding: 1.125rem 1.75rem;
    border: 1px solid #222;
    font-family: apercu-bold;
}

.articles-list h2 {
    margin-bottom: 1.75rem;
}

.content-text {
    margin-bottom: 1.75rem !important;
    max-width: 80%;
    margin: auto;
}

.filter-posts label {
      -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.filter-posts label:hover {
    border-color: #222;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.45);

}

.filter-posts input[type="checkbox"]:checked + label{
	background-color: #fef27d;
	cursor: pointer;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.pagination a.current {
    color: #777;
    border-color: #777;
}

.page-template-nyheter .flex, .page-template-case-feed .flex {
    margin-top: 30px;
}

span.cat-links {
    display: none;
}
 
@media (max-width: 515px) {
  .new-news-articles {
    margin-right: 0;
  }

  .filter-posts label, .filter-posts button {
    padding: 1.1rem 1.1rem;
  }

    .filter-posts {
      width: auto;
      margin: 0px auto;
      display: table;
  }

  .filter-posts .product-column {
      max-width: 100%;
      float: none;
      align-items: center;
      margin: -10px 10px 0px 0px;
  }

  .filter-posts label, .filter-posts button {
    padding: 1.1rem 1.1rem;
    width: 100%;
    max-width: 160px;
    text-align: center;
}
  /*
  .filter-posts {
    width: auto;
    margin: 0px auto;
    display: flex;
}
  form#filter {
    max-height: 100px;
    overflow-x: scroll;
}*/
}
