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

a {
  color: #174DA1;
  text-decoration: underline;
}

a:hover {
  color: #e22929;
}

h1, h2, h5, h6 {
  font-family: 'Karla', sans-serif;
  color: #174DA1;
  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;
}


/* aanpassing Frank Schuitema */

h3 {
  margin-top: 15px;
  font-size: 30px;
  color: #e22929;
}

h4 {
  font-size: 20px;
  font-style: italic;
  color: #174DA1;
}


/* einde aanpassing Frank Schuitema */


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

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

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

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

.website-header {
  background-color: #174DA1;
  border-bottom: solid 1px #E0E0E0;
  height: 100px;
}

.website-header-logo {
  max-width: 180px;
  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,255,255);
} 

.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,255,255, 100)' 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: #174DA1;
}

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

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

.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 {
  display: none;
}

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

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

@media all and (min-width: 992px) {
  .website-header-logo {
    position: absolute;
    margin-top: -40px;
    z-index: 999;
    max-width: 240px;
    max-height: 140px;
    transition: all linear .5s;
  }
  
  .sticky .website-header-logo {
    max-width: 240px;
    max-height: 80px;
    transition: all linear .5s 
  }  

  .website-header-name {
    display: none;
  }

  .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;
  }
  
.website-header-link {
  display: none;
}
    
  
  .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: #174DA1;
}

.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: #174DA1;
  font-size: 0.8rem;
}
.news-read-more a:hover {
  color: #e22929;
}


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




.big-date-block {
  background-color: #174DA1;
  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;
}

.calendar-event-date, .calendar-event-time {
  display: inline;
  font-family: 'Novecento sans Bold', sans-serif;
  font-weight: 900;
  font-size: 1.0rem;
  text-decoration: none;
  color: #174DA1;
}

.calendar-event-date:first-letter {
  text-transform: capitalize;
}

.calendar-event-time::before {
  content: "van";
}

.calendar-event-title {
  font-size: 0.8rem;
}


.website-sponsors-list .lightSlider {
  min-height: 60px;
}

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


/* Home images */
.home-images-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.home-images-bar a {
  text-decoration: none;
  position: relative;
}

.home-images-bar a img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.home-images-bar a span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: red;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .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: #e2041a;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
} */

/* .home-image-block a {
  text-decoration: none;
} */

/* .home-image-block a:hover {
  text-decoration: underline;
  color: #000;
} */

/* 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 */
}
.link a {
color: #FFFFFF;
text-decoration: none;
}
.link a:hover {
color: #FFFFFF;
text-decoration: underline;
}

#gmap_canvas {
  width: 100%;
  max-width: 500px;
}