:root {
  --background-silver: #F2F1F4;
  --vgs-rood: #D9180D;
}

body {
  font-family: "Lato", sans-serif;
}

p {
  font-size: 1.15em;
  font-weight: 400;
}

.container {
  swidth: 1233px;
  max-width: 1233px;
}

.btn {
  text-decoration: none;
}

.btn-normal {
  border-radius: 20px;
  font-size: 1rem;
  padding: 8px;
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 400;
}

.btn-normal-pad-fix {
  padding-top: 6px;
  padding-bottom: 10px;
}

.btn-small {
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 19px;
  padding: 6px 17px 6px 17px;
}

.btn-blue {
  background: #0380E2;
  color: #FFF;
}

.btn-blue:hover {
  background: #0B0641;
  color: #FFF;
}

.line {
  background: #0B0641;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.homepage-header {
  width: 100%;
}

.row-homepage-header p {
  font-size: 0.9em;
  line-height: 1.6em;
}

.nieuws-van-derden p, .nieuws-van-derden h4 {
  font-size: 0.95em;
}

.nieuws-van-derden p {
  margin: auto;
}

.nieuws-van-derden h2 {
  font-size: 1.3rem;
  margin-bottom: 0 !important;
}

.row {
  padsding-left: 40px;
  padsding-right: 40px;
}

h2 {
  font-size: 3.2rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}
.tile-news-item {
  color: #000;
}
.tile-news-item:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tile-news-item:hover button {
  background: #000;
}

.tile-news-item h4 {
  color: #0380E2;
}

.tile-leden {
  display: block;
  height: 100%;
  color: #FFF;
}

.tile-leden:hover {
  background: var(--vgs-rood) !important;
  text-decoration: none;
  color: #FFF;
}

.tile-leden.active {
  background: #2F81E5 !important;
  text-decoration: none;
  color: #FFF;
}

.tile-homepage {
  color: #FFF;
  height: 100%;
  display: block;
}

.tile-homepage:hover {
  background: var(--vgs-rood) !important;
  text-decoration: none;
  color: #FFF;
}

.tile-homepage .title {
  font-size: 1.4rem;
}

.tile-homepage .icon {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.tile-news-item {
  display: block;
  height: 100%;
  background: #FFF;
}

.tile-news-item-blue {
  background: #182983;
  color: #FFF;
}

.tile-news-item-blue .btn-blue {
  background: #FFF;
  color: #0380E2;
}

.tile-news-item-blue .btn-blue:hover {
  background: #0380E2;
  color: #FFF;
}

.tile-news-item h2 {
  font-size: 1.3rem;
}

.tile-news-item h4, .tile-news-item p {
  font-size: 0.9rem;
  line-height: 24px;
}

.content-page h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.content-page {
  min-height: 300px;
}

.content-page h2 {
  font-size: 1.4rem;
}

.content-page p {
  font-size: 1rem;
}

.content-page img {
  max-width: 100%;
}

.logo-homepage {
  max-width: 100%;
}

@media (min-width: 769px) {
  .tile-homepage {
    padding: 50px 0 50px 40px !important;
  }

  .tile-news-item {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .tile-news-item, .tile-news-item-blue {
    background: #CCE8FE;
    color: #000;
  }

  .tile-news-item h2 {
    margin: 0;
  }

  .nieuws-van-derden {
    background: #F2F1F4;
  }
}
.alert.alert-success {
  color: #0F5132;
  background-color: #D1E7DD;
  border-color: #BADBCC;
  padding: 10px;
}

ul.pagination {
  justify-content: center;
}
ul.pagination .page-item {
  margin: 5px;
}
ul.pagination .page-item .page-link {
  background: #FFF;
  color: #000;
  border-radius: 50%;
  border: 0;
  padding: 10px 14px;
  font-weight: 700;
}
ul.pagination .page-item.active .page-link {
  background: #182983;
  color: #FFF;
}
ul.pagination .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
ul.pagination .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
ul.pagination .page-link:hover {
  background: var(--vgs-rood);
  color: #FFF;
}

.row-loginbox {
  background: linear-gradient(90deg, #ECEAEE 0%, #ECEAEE 50%, #F2F1F4 50%, #F2F1F4 100%);
}

@media (max-width: 576px) {
  .row-loginbox {
    background: linear-gradient(180deg, #ECEAEE 0%, #ECEAEE 50%, #F2F1F4 50%, #F2F1F4 100%);
  }
}
.loginbox p {
  font-size: 1rem;
}

.loginbox .form-control {
  border-radius: 20px;
  border: 0;
  font-size: 0.9rem;
}

.loginbox .form-control::placeholder {
  color: silver;
}

/*# sourceMappingURL=vgschiphol.css.map */
