/* *{
  font-family: ;
} */

.header {
  display: flex;
  align-items: center;
  min-height: 150px;
  padding: 1rem;
  /* background-image: linear-gradient(341deg,#00aeff,#00517d); */
  background-color: white;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

/* .header a {
  color: #fff;
  text-decoration: none;
}

.header-title {
  font-size: 1.2rem;
  font-weight: normal;
}

.header-subtitle {
  font-size: 1.2rem;
} */

.header div.row {
  align-items: center;
}

body {
  background-color: #eaeaea;
}

.container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 1rem;
}

.row {
  width: 100%;
}

.button {
  background-color: white;
  border: 2px solid #00aeef;
  text-align: center;
  width: 100%;
}

.button:hover {
  background-color: white;
  border: 2px solid #00aeef;
  width: 100%;
  -webkit-box-shadow: 5px 5px 10px -5px rgba(1, 81, 125, 0.5);
  box-shadow: 5px 5px 10px -5px rgba(1, 81, 125, 0.5);
}

.button-alt {
  background-color: #00aeef;
  border: 2px solid #00aeef;
  width: 100%;
}

.button-alt:hover {
  background-color: #00aeef;
  border: 2px solid #00aeef;
  width: 100%;
  -webkit-box-shadow: 5px 5px 10px -5px rgba(1, 81, 125, 0.5);
  box-shadow: 5px 5px 10px -5px rgba(1, 81, 125, 0.5);
}

.button a {
  color: #00aeef;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.button-alt a {
  color: white;
  text-decoration: none;
}

.visio {
  background-color: #00aeef;
  padding: 0.25rem;
  text-align: center;
  margin: 150px 0 2rem 0;
}

.visio a {
  color: white;
}

.title {
  color: #00517d;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
}

.search-panel {
  display: flex;
}

.search-panel__filters {
  flex: 0;
}

.search-panel__results {
  flex: 2;
}

.ais-Highlight-highlighted {
  color: inherit;
  font-size: inherit;
}

/*#searchbox {
  margin-bottom: 2rem;
}*/

.ais-SearchBox-input {
  background-color: white;
  border: 2px solid #00aeef;
}

.ais-SearchBox-input:focus-visible {
  outline-style: none;
  background-color: #eaeaea;
}

.ais-SearchBox-input input:focus-visible {
  /* om zwarte border weg te krijgen bij klikken MAAR werkt niet? */
  background-color: white;
  border: 2px solid #00aeef;
}

.ais-SearchBox-submit {
  /* WERKT NIET */
  /*  float: right;*/
  background-color: #00aeef;
  padding: 1.1rem 1.3rem;
  border-radius: 0 5px 5px 0;
  color: white;
  left: unset;
  margin-right: -4px;
}

.ais-SearchBox-submitIcon {
  width: 18px;
  height: 18px;
}

.ais-SearchBox-submitIcon path {
  fill: #ffffff;
}

.ais-SearchBox-reset {
  margin-right: 50px !important;
}

.small {
  font-size: 0.75rem;
}

article {
  /* display: grid; */
  /* grid-gap: .5rem; */
  /* grid-template-areas:
  "image name name"
  "image tag tag"; */
  text-align: center;
}

article:hover {
  cursor: pointer;

  .article__image {
    background-color: #f5f9ff;
  }
}

a.article {
  color: black;
  text-decoration: none;
}

.ais-Hits-list {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
}

.ais-Hits-item {
  padding: 0;
  position: relative;
  border: 0;
  width: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.article__image {
  grid-area: image;
  width: auto;
  background-color: white;
  border-radius: 15px;
}

.article__name {
  font-size: 18px;
  color: #00517d;
}

.article__tags {
  grid-area: tag;
  margin: 0;
  width: 20ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article__monotone {
  grid-area: monotone;
  margin: 0;
}

.article-wrapper {
  position: relative;
}

.article-buttons {
  display: none;
  flex-direction: column;
  gap: 0.25em;

  position: absolute;
  top: 0.75em;
  left: 0.75em;
}

.article-buttons img {
  height: 20px !important;
}

.article-wrapper:hover .article-buttons {
  display: flex !important;
}

.box-button {
  background: #00517d;
  aspect-ratio: 1;
  border-radius: 5px;
  border: none;
}

.modal-header {
  border: none;
}

.modal__name {
  font-size: 28px;
  text-transform: uppercase;
  color: #00517d;
  font-weight: 600;
  margin-left: 1.5rem;
}

.modal__tags {
  font-size: 14px;
  color: #00517d;
}

.modal__title {
  font-size: 22px;
  margin-top: 2rem;
  color: #00517d;
}

.modal__icons__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: -1rem;
  text-align: center;
}

.modal__name {
  font-size: 28px;
  text-transform: uppercase;
  color: #00517d;
  font-weight: 600;
  margin-top: 1rem;
}

@media (max-width: 590px) {
  .modal__name {
    display: none;
  }
  .modal__name--mobile {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: -1.25rem;
    text-transform: uppercase ;
  }
}

@media (min-width: 590px) {
  .modal__name--mobile {
    display: none;
  }
}

.modal__btn {
  background-color: white;
  border: 2px solid #00aeef;
  border-radius: 5px 0 0 5px;
  color: #00aeef;
  width: 35%;
}

.modal_info {
  text-align: center;
  margin-top: 1rem;
}
.modal_info p {
  /* text-align: center; */
  margin: 0;
}

.modal_info--link {
  color: #00aeef;
}

.modal_info--link:hover {
  color: #00aeef;
}

@media (max-width: 590px) {
  .modal_info {
    display: none;
  }
  .modal_info--mobile {
    text-align: center;
    margin: 1rem 0;
  }
}
@media (min-width: 590px) {
  .modal_info--mobile {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .modal-body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 2rem;
    /* padding: 2rem; */
    flex: none;
    margin: auto;
  }

  .modal__icons__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    
  }

  .modal__more__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.25rem;
  }
}

@media (max-width: 590px) {
  .modal__icons__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .modal__more__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
  }
}

.modal-footer {
  border: none;
}

.btn-modal-left {
  background-color: white;
  border: 2px solid #00aeef;
  border-radius: 10px 0 0 10px;
  color: #00aeef;
  width: 35%;
  height: 30px;
  padding: 0;
  margin-right: -0.4rem;
}

.btn-cross {
  text-align: right;
  /* margin-left: 1.5rem; */
}

.btn-check + .btn:hover {
  background-color: rgba(0, 174, 239, 0.25);
  border: 2px solid #00aeef;
  color: #00aeef;
  width: 35%;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #00aeef;
  border: 2px solid #00aeef;
  color: white;
  /* width: 35%; */
}

.btn-check:checked {
  background-color: red;
  border: 2px solid white;
  border-radius: 10px 0 0 10px;
  color: white;
  width: 35%;
}

.btn-modal-right {
  background-color: white;
  border: 2px solid #00aeef;
  border-radius: 0 10px 10px 0;
  color: #00aeef;
  width: 35%;
  height: 30px;
  padding: 0;
}

.modal_btn {
  background-color: #00517d;
  border: 2px solid #00517d;
  border-radius: 10px;
  width: 100%;
  height: 35px;
  padding: 0;
}

.modal_btn:active {
  background-color: #00517d !important;
  border: 2px solid #00517d !important;
  border-radius: 10px;
  width: 100%;
  height: 35px;
  padding: 0;
}

.modal_btn a {
  color: white;
  text-decoration: none;
  text-align: center;
}

.modal_btn--download {
  padding: 0;
  /* width: 80% !important; */
}

button:hover {
  color: white !important;
}

.modal_btn--dropdown {
  padding: 0;
  width: 50%;
  color: white;
  text-align: center;
  border-left: solid white 1px;
  width: 20% !important;
}

.dropdown-menu {
  background-color: rgba(0, 81, 125, 0.5);
}

.dropdown-menu a {
  color: #00517d;
  text-align: left;
}

.dropdown-menu a:hover {
  background-color: rgba(0, 81, 125, 0.2);
  color: #00517d;
  text-align: left;
}

.modal-footer {
  justify-content: flex-start;
}

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background-color: #edf4ff;
}

.duotone-light,
.monotone-light {
  background-color: #f5f9ff;
  border-radius: 10px;
}

.duotone-dark,
.monotone-dark {
  background-color: #313131;
  border-radius: 10px;
  color: white;
}

.icons__wrap > div {
  position: relative;
  /* height: 150px;
  width: 150px; */
}

/* .icons__wrap > div >img {
  height: 150px;
  width: 150px;
  margin-left: -1rem;
} */

.icon__version {
  position: absolute;
  bottom: -0.25rem;
  left: -0.25rem;
  margin: 0.25rem;
  padding: 0.5rem;
  border-radius: 0 0.5rem 0 0;
}



#pagination {
  margin: 2rem 0 4rem 0;
}

/* Media Queries */
@media (min-width: 325px) {
  .ais-Hits-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 625px) {
  .ais-Hits-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 845px) {
  .ais-Hits-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1055px) {
  .ais-Hits-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1275px) {
  .ais-Hits-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

.button-close {
  margin: -0.5rem 1.25rem -0.5rem auto !important;
}



@media (max-width: 625px) {
  .visio {
    margin: 175px 0 2rem 0;
  }
}

@media (max-width: 625px) {
  .article-buttons {
      opacity: 0%;
  }
}

