body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 60px;
}

a {
  color: #0F0F0F;
  text-decoration: underline;
}

a:hover {
  color: #B0B0B0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Karla', sans-serif;
  color: #233987;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  font-size: 40px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

.btn {
  border-radius: 2px !important;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary {
  background-color: #062143;
  border: 0;
  color: #FFFFFF;
}

.btn-isala {
  border-radius: 2px !important;
  color: #fff;
  background-color: RGB(26, 48, 135);
  border-color: #007bff;
  text-transform: none !important;
}

.btn-isala:hover {
  border-radius: 2px !important;
  color: #fff;
  background-color: #ff8c00;
  border-color: #0062cc;
  text-transform: none !important;
}

.btn-link {
  background-color: RGB(26, 48, 135);
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.website-header {
  background-color: #FFF;
  border-bottom: solid 1px #E0E0E0;
  height: 80px;
}

.website-header-logo {
  max-width: 80px;
  max-height: 80px;
}

.website-header .navbar-expand-lg {
  margin-top: 40px;
}

.navbar-dark {
  font-family: 'Karla', sans-serif;
}

.navbar-dark .navbar-toggler {
  border-color: rgb(255, 102, 203);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
  padding: 0.5rem;
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: #062143;
  font-size: 1.2rem;
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #062143;
}

.navbar .nav-item .dropdown-large {
  padding: 20px;
}

.navbar .nav-item .dropdown-item {
  padding: 0.8rem;
  font-size: 0.8rem;
  text-decoration: none;
}

.navbar .nav-item .dropdown-large .dropdown-item {
  padding: 0.3rem 0.1rem 0.3rem 0.1rem;
}

.dark-blue {
  background-color: RGB(26, 48, 135);
  color: #FFF;
}

.dark-blue a {
  color: #FFFFFF;
}

.orange {
  background-color: rgb(255, 140, 0, 0.9);
  color: #FFFFFF;
}

.orange a {
  color: #FFFFFF;
}

.big-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.big-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

.dark-blue h1,
.dark-blue h2,
.dark-blue h3,
.dark-blue h4,
.dark-blue h5,
.dark-blue h6,
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6 {
  color: #F0F0F0;
}

.website-header-name {
  font-size: 1.2rem;
  color: #333;
}

.page-top-image {
  display: none;
}

@media all and (max-width: 768px) {
  .home-images-bar {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .website-header-name {
    display: none;
  }

  .website-header-logo {
    position: absolute;
    margin-top: -40px;
    z-index: 999;
    max-width: 140px;
    max-height: 140px;
    transition: all linear .5s;
  }

  .sticky .website-header-logo {
    max-width: 80px;
    max-height: 80px;
    transition: all linear .5s
  }

  .navbar {
    padding: 0
  }

  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
    border-radius: 0 !important;
  }

  .navbar .nav-item .dropdown-large {
    padding: 20px;
  }

  .navbar .nav-item .nav-link {
    font-size: 0.8rem;
    padding-left: .4rem;
    padding-right: .4rem
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }

  .navbar .nav-item .dropdown-large {
    min-width: 740px;
  }

  .navbar-collapse {
    background-color: transparant;
  }

  .page-top-image {
    display: block;
    height: 320px;
    background-repeat: no-repeat;
    background-color: lightskyblue;
    background-position: center;
    background-size: cover;
    //margin-top: -60px
  }

  .page-top-image h3 {
    color: #FFFFFF;
  }

  .website-footer {
    margin-top: 20px;
  }
}


.news-image-container {
  width: 100%;
}

.news-item-image-div {
  min-height: 150px;
}

.news-content-container {
  width: 100%;
}

.news-item-image-div {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  transition: all 1s;
}

.news-item-image-div:hover {
  transform: scale(0.9);
}

.news-title {
  padding-top: 0.5rem;
}

.news-title a {
  font-family: 'Novecento sans Bold', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.0rem;
  text-decoration: none;
}

.news-title a:hover {
  color: #233987;
}

.news-date {
  font-size: 0.8rem;
}

.news-short-description-content {
  text-align: justify !important;
}

.news-read-more {
  margin-top: 1rem;
  text-align: center;
}

.news-read-more a {
  color: #233987;
  font-size: 0.8rem;
}

.news-body img {
  max-width: 100%;
  height: auto;
}






.big-date-block {
  background-color: #1a3087;
  color: #E0E0E0;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem;
}

.big-date-day,
.big-date-month {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 0;
}

.website-sponsors-list .lightSlider {
  min-height: 60px;
  height: 100% !important;
}

.website-sponsors-list .lead {
  display: none;
}

.home-image-block {
  width: 180px;
  margin-bottom: 20px;
}

.home-image-block img {
  width: 180px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.home-image-category {
  background-color: #1a3087;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/* classes Nieuwsbrief */
.form-ubwqstfbmm label,
.form-ubwqstfbmm input {
  display: block;
  padding: 0.4em 0.4em .2em 0.4em;
  margin-bottom: 0;
}

.form-ubwqstfbmm input[type=submit] {
  margin-top: 0.5em;
}

/* client side validation */
.form-ubwqstfbmm input:invalid {
  border: 2px dashed red;
}

.form-ubwqstfbmm input:invalid:required {
  border: 2px solid #ccc;
}

.form-ubwqstfbmm input:valid {
  border: 2px solid #ccc;
}


.specialgrey {
  padding: 20px;
  border: 1px #e6e6e6 solid;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0 2px 4px 0 #b4b4b4;
  color: #333;
  min-height: 20px;
  margin-bottom: 20px;
  background: #F5F5F5;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* W3C */
}

.specialgrey .table-center {
  margin-left: auto;
  margin-right: auto;
}

/* -------------
	Special Orange
	------------ */
.specialorange {
  padding: 20px;
  border: 1px #ff8c00 solid;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0 2px 4px 0 #b37b02;
  color: #333;
  min-height: 20px;
  margin-bottom: 20px;
  background: #ff8c00;
  background: -moz-linear-gradient(top, #ffffff 0%, #ff8c00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ff8c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ff8c00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ff8c00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ff8c00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ff8c00 100%);
  /* W3C */
}

.calendar-event .badge-success {
  display: none;
}