/* BY STRL */

.container {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}

.search-container {
  display: inline-block;
}
#header {
  position: relative;
}
#header .page {
  font-size: 1rem;
  padding: 2rem;
  display: flex;
}
#header .page #skiplink-container {
  position: absolute;
  top: 0;
  visibility: hidden;
}
#header .page #logoholder {
  position: relative;
  top: auto;
  left: 50px;
}
.search-container {
  margin-left: auto;
  padding-right: 50px;
}
.search-container .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-btn, .search-btn:active, .search-btn:visited {
  padding: .75rem 2rem;
  font-size: 1rem;
  height: 40px;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #005ea5 !important;
  color: #fff !important;
}
.search-btn i {
  padding-right: .25rem;
}
.search-btn:hover {
  color: #fff;
  background-color: #000066;
}

/* GRID WITHOUTH SIDEBAR */
.content-entry > .row {
  max-width: 1200px;
  margin: 0 auto;
}
.content-entry > .row .strl-col-center {
  width: 60%;
  margin: 0 auto;
  padding: 4rem .625rem;
}

/* AJAX SEARCH PRO */
#asp-try-1_1 {
  padding-left: 0;
}
#asp-try-1_1 a {
  position: relative;
  padding: .2rem .25rem;
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  font-size: .9rem;
  line-height: .9rem ;
  transition: all .2s linear;
  background-color: #005ea5;
}
#asp-try-1_1 a:hover {
  background-color: #064c77;
}
#asp-try-1_1 a:after {
  display: none;
}
div.asp_w.asp_sb.searchsettings fieldset legend {
  line-height: 1rem;
}
#ajaxsearchprobsettings1_1 {
  width: 100%;
  padding: 1rem;
  max-width: 100% !important;
  background-color: #faefed;
}
/* CUSTOM NEWS OVERVIEW STYLES */
.grid-overview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* HALF OM HALF */

.grid-overview .col-half {
  width: calc(50% - 4rem);
  box-shadow: 0 6px 12px rgba(0,0,0,.075);
}
.grid-overview .col-half .image-wrap {
  width: 100%;
  height: 260px;
}
.grid-overview .col-half .image-wrap .newsoverviewitemimage {
  width: 100%;
}
.newsoverviewitem .image-wrap {
  position: relative;
  width: 380px;
  height: 220px;
  overflow: hidden;
}

.newsoverviewitem .image-wrap .catname {
  position: absolute;
  top: 0;
  left: 2rem;
  display: block;
  padding: .25rem .75rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  background-color: #005ea5;
  z-index: 11;
}

.pagination {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: .5rem 1rem;
  height: 32px;
  font-size: 1.125rem;
  line-height: 32px;
  color: #005ea5;
  border: 2px solid #005ea5;
  background-color: #fff;
}
.pagination .page-numbers.current, .pagination .page-numbers:not(.current):hover {
  color: #fff;
  background-color: #005ea5;
}

.newsoverviewitem .image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
#filters .row {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
#filters .row .left {
  width: 10%;
}
#filters label {
  font-size: 1rem;
  line-height: 1.9rem;
  padding: 0 .5rem;
  font-weight: 400;
  display: inline-block;
}

#filters .checkboxset {
  position: relative;
}

#filters .checkboxset input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#filters .checkboxset label {
  position: relative;
  font-weight: 400;
  cursor: pointer;
  color: #cc604d;
  padding: .7rem 1rem;
  margin-left: 1rem;
  border: 2px solid #faefed;
  display: inline-block;
}

#filters .checkboxset label:first-of-type {
  margin-left: 0;
}

#filters .searchinput-container {
  display: flex;
}

#filters .searchinput-container button {
  color: #fff;
  padding: .7rem 1rem;
  line-height: 1rem;
  font-size: 1.25rem;
  display: block;
  border: 2px solid #cc604d;
  background-color: #cc604d;
}

#filters .pre-select {
  line-height: 44px;
  display: inline-block;
}

#filters .checkboxset label:hover {
  border-color: #cc604d;
}
#filters .checkboxset input:checked + label {
  border-color: #cc604d;
  background-color: #faefed;
}

#filters input[type='text'] {
  position: relative;
  min-width: 220px;
  font-size: 1rem;
  border: 2px solid #faefed;
  padding: .7rem 1rem;
  line-height: 1rem;
  display: block;
}

#filters a.reset-btn {
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  background-color: #cc604d;
  color: #fff;
  transition: all .2s linear;
  text-decoration: none;
}
#filters a.reset-btn:hover {
  background-color: #a54134;
}
@media screen and (max-width: 63.9375em) {
  .filters {
    width: 100%;
  }

  #filters .left {
    padding-left: .5rem;
  }

  .select2-container {
    width: 200px !important;
  }
  .newsoverviewitem .image-wrap {
    width: 100%;
  }
  .newsoverviewitem {
    width: 45%;
  }
}
@media screen and (max-width: 39.9375em) {
  #searchslidertriggerholder {
    display: none;
  }
  .newsoverviewitem .image-wrap {
    width: 100%;
  }
  .newsoverviewitem {
    width: 100%;
  }
  .newsoverviewitem .image-wrap img {
    width: 105%;
    height: 105%;
  }
  .filters {
    width: 100%;
  }
  #filters .row {
    display: block;
  }
  #filters .row .left,
  #filters .row .right {
    padding-left: .5rem;
  }
  #filters .right .checkboxset {
    display: block;
    flex-direction: column;
  }
  #filters .right .checkboxset label {
    display: inline-block;
    padding: .4rem .65rem;
    margin-left: .125rem;
    margin-top: .25rem;
  }
  #filters input[type='text'] {
    min-width: 190px;
  }
  #filters a.reset-btn {
    display: inline-block;
  }
  .select2-container {
    display: block !important;
    width: 90% !important;
  }
}
