@media (max-width: 1680px) {

  .frontpage .content-tiles {
    margin-top: 95px;
  }

  .content-tile .article-header {
    padding: 15px 25px;
    width: calc(100% - 50px);
  }

  .content-tile .article-header .article-header-inner {
    max-height: 50px;
    padding-top: 2px;
  }

  .content-tile .article-header .article-title {
    font-size: 18px;
    height: 50px;
    margin-bottom: 10px;
  }

  .tile-40 .article-header .article-title {
    height: 60px!important;
    font-size: 38px!important;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .tile-40 .article-header .article-header-inner {
    max-height: 60px;
  }

  .tile-pagination .pagination-desc {
    width: 310px;
    min-width: 310px;
  }

  .fixed .archive .social-header h2 {
    opacity: 0;
  }

}

@media (max-width: 1680px) and (min-width: 800px) {

  .frontpage .tile-square:nth-child(1n+7):after {
    display: block;
    content: '';
    padding-top: 50%;
  }

  .frontpage .content-tile:nth-child(1n+7) {
    display: block;
  }

  .frontpage .content-tile:nth-child(1n+9) {
    display: none;
  }

  .fixed .tile-pagination .tile-pagination-inner {
    width: 66%;
    margin-left: 300px;
  }

  .tile-16.content-tile article[class*="article-category"] .article-cat-icon {
    width: 40px;
    height: 40px;
  }

}

@media (max-width: 1440px) {

  .frontpage .content-tiles {
    margin-top: 125px;
    height: 90%;
  }

  .tile-16 {
    width: 25%;
  }

  .tile-20 {
    width: 30%;
  }

  .tile-40 .article-header {
    padding: 25px 30px!important;
    width: calc(100% - 60px);
  }

  .tile-40 .article-header .article-title {
    font-size: 32px!important;
    line-height: 34px;
    margin-top: 0px;
  }

  .tile-pagination .pagination-desc {
    display: none;
  }

  .tile-pagination .the_pagination li.pagination-v-1 a,
  .tile-pagination .the_pagination li.pagination-v-2 a {
    padding: 0 20px;
  }

  .tile-pagination .the_pagination li.pagination-down {
    padding-left: 15px;
  }

  .tile-pagination .the_pagination li.pagination-up {
    padding-right: 15px;
  }

  .fixed .tile-pagination .tile-pagination-inner {
    width: 63%;
    margin-left: 310px;
  }

}

@media (max-width: 1440px) and (min-width: 800px) {


    .frontpage .content-tile:nth-child(1n+4) .tile-box-inner .article-header .article-header-inner {
      max-height: 45px;
    }

    .frontpage .content-tile:nth-child(1n+4) .tile-box-inner a:hover .article-header .article-header-inner {
      max-height: 45px;
    }

    .frontpage .tile-square:nth-child(1n+4):after {
      padding-top: 33.3%;
    }

    .frontpage .content-tile:nth-child(1n+4) .article-thumbnail .article-date {
      display: none;
    }

    .frontpage .content-tile:nth-child(1n+4) .article-thumbnail .article-cat-icon {
      left: 10px;
      top: 50%;
      margin-top: -25px;
    }

    .frontpage .content-tile:nth-child(1n+4) .article-thumbnail img,
    .frontpage .content-tile:nth-child(1n+4) .article-thumbnail video {
      display: none;
    }

    .frontpage .content-tile:nth-child(1n+4) .article-header {
      background: 0;
      padding: 0px 30px 0px 80px;
      width: calc(100% - 110px);
      height: 100%;
    }

    .frontpage .content-tile:nth-child(1n+4) .article-title {
      font-size: 18px;
      line-height: 20px;
      max-height: 45px;
      margin-top: 2px;
    }

    .frontpage .content-tile:nth-child(1n+4) a:hover .article-header .article-teaser {
      opacity: 0;
    }

    .frontpage .content-tile:nth-child(1n+6) {
      display: none;
    }

}

@media (max-width: 1280px) {

  .tile-16 {
    width: 33.3%;
  }

  .tile-pagination {
    height: 60px;
    font-size: 15px;
  }

  .tile-pagination .pagination-desc {
    width: 285px;
    min-width: 285px;
  }

  .tile-pagination .pagination-desc p {
    height: 15px;
    font-size: 15px;
  }

  .tile-pagination .the_pagination {
    width: 475px;
    min-width: 475px;
  }

  .tile-pagination .the_pagination li.pagination-v-1 a,
  .tile-pagination .the_pagination li.pagination-v-2 a {
    padding: 0 15px;
  }

  .tile-pagination .the_pagination li.pagination-down {
    padding-left: 10px;
  }

  .tile-pagination .the_pagination li.pagination-up {
    padding-right: 10px;
  }

  .tile-pagination .pagination_search {
    width: calc(100% - 30px);
    padding: 0 15px 0px 15px;
  }

  .tile-pagination .pagination_search input[type="text"] {
    padding: 10px 5px;
    font-size: 16px;
    width: calc(100% - 25px);
  }

  .fixed .tile-pagination {
    height: 65px;
  }

  .fixed .tile-pagination .tile-pagination-inner {
    width: 55%;
    margin-left: 280px;
  }

  .fixed .fixed-title {
    margin-top: 13px;
  }

  .fixed .fixed-title h1 {
    font-size: 22px;
  }

  .fixed .social-header {
    padding: 15px 15px 10px 10px;
  }

  .fixed .social-header .social-icons a {
    width: 35px;
    height: 35px;
    background-size: 25px 25px;
  }

}

@media (max-width: 1024px) {

  .boxed-display { /* covers full screenwidth minus header */
    padding: 75px 50px 50px 50px;
    height: auto;
    width: calc(100% - 100px);
  }

  .full-display { /* covers full screenwidth minus header */
    padding: 90px 50px 50px 50px;
    height: auto;
    width: calc(100% - 100px);
  }

  .main-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #31373d;
  }

  .frontpage .content-tiles {
    margin-top: 30px;
    height: auto;
  }

  .social-header {
    top: 82px;
    right: 60px;
    padding: 0px;
    position: absolute;
  }

  .social-header:after {
    width: 0%;
  }

  .social-header .social-icons a {
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
  }

  .social-header .social-icons a:after {
    height: 31px;
  }

  .social-header .social-icons a:hover:after {
    width: 30px;
  }

  .social-header h2 {
    font-size: 12px;
    margin-right: 25px;
  }

  .content-tile article[class*="article-category"] .article-cat-icon {
    width: 40px;
    height: 40px;
  }

  .content-tile .article-thumbnail .article-date {
    font-size: 14px;
  }

  .content-tile .article-header {
    padding: 15px 20px;
    width: calc(100% - 40px);
  }

  .content-tile .article-header .article-header-inner {
    max-height: 50px;
    padding-top: 2px;
  }

  .content-tile .article-header .article-title {
    font-size: 18px;
    height: 50px;
    margin-bottom: 10px;
  }

  .content-tile .article-header .article-teaser {
    font-size: 14px;
  }

  .tile-40 .article-header .article-title {
    height: 60px!important;
    font-size: 24px!important;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .tile-40 .article-header .article-header-inner {
    max-height: 60px;
  }

  .more-content {
    margin: 25px auto 0 auto;
    width: 50px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .archive .content-tiles {
    margin-top: 50px;
  }

  .tile-pagination {
    position: absolute;
    width: calc(100% - 50px - 50px - 20px); /* Width - Left - Right - Tile-margin */
    height: 70px;
    left: 60px;
    background: #293038;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    z-index: 1050;
  }

  .tile-pagination .pagination-desc {
    display: none;
  }

  .fixed .tile-pagination {
    height: 50px;
    top: 50px;
  }

  .fixed .tile-pagination .tile-pagination-inner {
    width: 100%;
    margin-left: 64px;
    margin-right: 53px;
  }

}

@media (max-width: 1024px) and (min-width: 800px) {

  .frontpage .content-tile:nth-child(1n+4) .article-header {
    padding: 0px 20px 0px 65px;
    width: calc(100% - 85px);
  }

  .frontpage .content-tile:nth-child(1n+4) .article-title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0px;
  }

  .frontpage .content-tile:nth-child(1n+4) .article-thumbnail .article-cat-icon {
    margin-top: -20px;
  }

}
