body {
  font: 14px/22px 'PT Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
}

.back {
  font-size: 14px;
}

/* HEADER CONTAINER */
#headerContainer {
  height: 900px;
  position: relative;
  overflow: hidden;
}

#headerContainer.vervolg {
  height: 500px;
}

#headerContainer .info-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(52, 94, 108, 0.85);
  z-index: 99;
  padding: 30px 0;
  text-align: left;
}

#headerContainer .info-bar .news-alert,
#headerContainer .info-bar .contact-phone,
#headerContainer .info-bar .contact-email {
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

#headerContainer .info-bar .news-alert {
  font-size: 20px;
}

#headerContainer .info-bar .news-alert a:before {
  content: '';
  background-image: url(../images/icons/icon_info.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(3px);
}

#headerContainer .info-bar .news-alert a:after {
  content: '';
  background-image: url(../images/icons/icon_arrow_right.svg);
  width: 8px;
  height: 13px;
  display: inline-block;
  margin-left: 12px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#headerContainer .info-bar .contact-phone,
#headerContainer .info-bar .contact-email {
  float: right;
}

#headerContainer .info-bar .contact-email {
  margin: 0 20px 0 0;
}

#headerContainer .info-bar .contact-phone a:before {
  content: '';
  background-image: url(../images/icons/icon_phone.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(3px);
}

#headerContainer .info-bar .contact-email i {
  background-image: url(../images/icons/icon_email.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(3px);
}


#headerContainer .info-bar .news-alert a,
#headerContainer .info-bar .contact-phone a,
#headerContainer .info-bar .contact-email a {
  color: white;
  text-decoration: none;
  display: inline-block;

}

#headerContainer .logo {
  background-image: url(../images/HV_logo.png);
  position: absolute;
  bottom: 47px;
  right: 52px;
  width: 140px;
  height: 115px;
  z-index: 11;
  background-size: cover;
}

/*#headerContainer .logo {
  background-image: url(../images/HV_logo.png);
  position: absolute;
  bottom: 39px;
  right: 52px;
  width: 150px;
  height: 123px;
  z-index: 11;
  background-size: cover;
} */

#headerContainer .white-leaf {
  background-image: url(../images/headerLeafWhite.svg);
  position: absolute;
  top: -150px;
  left: -265px;
  width: 476px;
  height: 387px;
  z-index: 9;
}

#headerContainer .green-leaf {
  background-image: url(../images/headerLeafGreen.svg);
  position: absolute;
  top: -206px;
  left: -32px;
  width: 519px;
  height: 351px;
  z-index: 8;
}

#headerContainer .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

/* SLIDER BOX */
.slider-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 4;
}

.slider-box:after {
  content: '';
  background: radial-gradient(rgba(0, 0, 0, 0.25), transparent, transparent);
  width: 100%;
  height: 650px;
  display: block;
  position: absolute;
  top: -100%;
  z-index: -1;
}

.slider-box h1 {
  color: white;
  font-weight: 300;
  margin-bottom: 24px;
}

.slider-box .new-button:after {
  content: '';
  background-image: url(../images/icons/icon_arrow_down.svg);
  width: 14px;
  height: 9px;
  display: inline-block;
  margin-left: 12px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* MENU */
#menu {
  position: relative;
  float: right;
}

#menu>ul {
  list-style: none;
  overflow: hidden;
  margin: 0px;
  background: linear-gradient(#008de2, #0075b6);
  float: left;
}

#menu>ul li {
  float: left;
  background: none;
  padding: 0px;
}

#menu>ul li a {
  display: block;
  font-size: 14px;
  font-family: Ubuntu;
  font-weight: bold;
  padding: 0px 26px;
  color: white;
  border-right: 1px solid #57aee1;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
}

#menu>ul li a:hover {
  background: #008de2;
}

#menu .language-button {
  padding: 22px 12px 14px 12px;
  float: left;
}

#menu .social-button {
  background-image: url(../images/icons/icon_share.svg);
  float: left;
  padding: 30px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  position: relative;
  transition: all 0.3s ease 0s;
}

#menu .search-button {
  background-image: url(../images/icons/icon_search.svg);
  padding: 30px 18px;
  float: left;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  transition: all 0.3s ease 0s;
}

#menu .search-button:hover,
#menu .social-button:hover,
#menu .search-button.active,
#menu .social-button.active {
  background-color: #008de2;
  cursor: pointer;
}

#menu .sisea-search-form {
  position: absolute;
  top: 60px;
  left: auto;
  margin-bottom: 0px;
  padding: 0;
  background-color: #008de2;
  right: 0;
  height: 60px;
  box-sizing: border-box;
  width: 400px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

#menu .sisea-search-form.active {
  opacity: 1;
  visibility: visible;
}

#menu .sisea-search-form fieldset,
#menu .sisea-search-form input[type="text"] {
  margin-bottom: 0;
  padding: 11px;
  width: 100%;
  box-sizing: border-box;
}

/* SEARCH BUTTON */
#menu input.sisea-search-button {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 12px 12px 11px;
  margin: 0px;
  border: none;
  background: #b1b116;
  border-radius: 0px;
  color: white;
}

#menu input.sisea-search-button:hover,
#menu input.sisea-search-button:focus {
  text-decoration: underline;
}

/* SOCIAL MEDIA */
#socialMedia {
  background: none;
  background-color: white;
  position: absolute;
  left: auto;
  top: 60px;
  text-align: left;
  height: auto;
  width: 48px;
  right: 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

#socialMedia.active {
  opacity: 1;
  visibility: visible;
}

#socialMedia a {
  padding: 12px;
  margin: 0px;
  float: none;
  text-align: center;
}

#socialMedia a i {
  color: white;
}

.socials {
  margin: 20px auto;
  transition: all 0.3s ease 0s;
}

.socials a {
  padding: 8px;
  margin: 0px 5px 0 0;
  float: left;
  text-align: center;
}

.socials a i {
  color: white;
}

.contentblock {
  padding: 30px 0;
}

.contentblock .column {
  width: 50%;
  margin: 0;
  box-sizing: border-box;
}

.contentblock .column:nth-child(1) {
  padding-right:20px;
}

.contentblock .column:nth-child(2) {
  padding-left: 20px;
}



.facebook {
  background: #3b5998;
}

.twitter {
  background: #1da1f2;
}

.youtube {
  background: #cd201f;
}

.instagram {
  background: #c33cbe;
  background: -o-radial-gradient(32% 106%, circle farthest-corner, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -o-linear-gradient(315deg, #234bd7 12%, #c33cbe 58%);
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}

.facebook:hover,
.twitter:hover,
.youtube:hover,
.instagram:hover {
  opacity: 0.85;
}

/* NEWS CONTAINER */
#newsContainer {
  background-size: cover;
}

#newsContainer .news {
  margin: 36px 0px;
  padding: 24px;
  background: #FFFFFF;
  min-height: 440px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

#newsContainer .news>a {
  max-height: 320px;
  overflow: hidden;
  display: block;
  margin-bottom: 24px;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: -18px;
}

#newsContainer .news>p {
  margin: 0px;
}

#newsContainer .news .allnews {
  display: none;
}

#newsContainer .news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6 {
  margin: 0px 0px 12px;
}

/* NEW BUTTON */
.new-button {
  display: inline-block;
  padding: 12px 24px;
  font-family: 'Ubuntu';
  font-size: 16px;
  color: white;
  background: #bcbc1c;
  text-decoration: none;
}

.new-button:hover {
  background: #a6a619;
}

/* HIGHLIGHT CONTAINER */
#highlightContainer {
  margin: -6px 0 0 0;
  padding: 48px 0 24px;
}

#highlightContainer #banner h2 {
  font-weight: normal;
  padding-bottom: 12px;
}

#highlightContainer #banner p {
  line-height: 24px;
  font-size: 16px;
}

#highlightContainer #banner .img {
  bottom: -24px;
}

.green #banner,
.white #banner {
  background-position: 90% center;
}

.white #banner p {
  color: #008ebf;
}

.green #banner p>a {
  color: white;
}

/* FOOTER CONTAINER */
#footerContainer {
  background: linear-gradient(#008de2, #0075b6);
}

#footerContainer footer,
footer a {
  font-size: 14px;
}

#footerContainer footer #footerleft,
#footerContainer footer #footerright {
  padding: 18px 0px;
}

/* FOOTER BOTTOM CONTAINER */
#footerbottomLeft,
#footerbottomRight {
  padding: 18px 0px;
}

#footerbottomLeft p,
#footerbottomRight p {
  font-size: 14px;
  line-height: 24px;
}

/* ALIGN CLASSES */
.align-center {
  text-align: center;
}

/* RSLIDES */
.rslider-container {
  position: relative;
  height: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: none;
  padding: 0px;
}

.rslides li>div {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_tabs {
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 99;
}

.rslides_tabs li {
  background: none;
  padding: 0px;
  margin-right: 9px;
  float: left;
}

.rslides_tabs li.rslides_here a {
  background: #ffffff;
}

.rslides_tabs li a {
  height: 15px !important;
  width: 15px;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  display: inline-block;
  text-indent: -99999px;
}

/* TOP NAV */
#topNav {
  position: absolute;
  bottom: 42px;
  left: 257px;
  top: auto;
}

#topNav ul {
  margin: 0px;
  float: left;
}

#topNav ul li {
  float: left;
  padding: 0;
  background: none;
  list-style: disc outside;
  color: white;
  margin: 0px;
  margin-right: 26px;
  font-size: inherit;
}

#topNav ul li:first-child {
  list-style: none;
  margin: 0px 26px 0px 0px;
}

#topNav ul li:last-child {
  margin: 0px;
}

#topNav ul li a {
  color: white;
  text-decoration: none;
}

#topNav ul li a:hover {
  text-decoration: underline;
}

/* NAV CONTAINER */
#navContainer {
  display: block;
  width: 100%;
  background: linear-gradient(#008de2, #0075b6);
  position: absolute;
  z-index: 9;
  top: 0;
  height: 60px;
}

/* AGENDA CONTAINER */
#agendaContainer {
  padding: 36px 0px;
}

#agendaContainer h2 {
  margin-bottom: 24px;
}

#agendaImage {
  position: relative;
  margin: 0;
  text-align: left;
  overflow: hidden;
  border: 5px solid #6ebdd9;
}

#agendaImage #shadow {
  display: none;
}

#agendaImage #date {
  background: rgb(190, 189, 0);
  background: rgba(190, 189, 0, 0.8);
  display: inline-block;
  padding: 12px;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-radius: 0px 0px 12px 12px;
  webkit-border-radius: 0px 0px 12px 12px;
  -webkit-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  margin: 0px 0px 0px 48px;
}

#agendaImage img#agendaItem {
  margin: 0px !important;
  border: none;
  width: 100%;
}

#agendaInfo {
  padding: 0px;
}

#totaleAgenda {
  background: none;
}

#totaleAgenda span {
  display: block;
  padding: 0px 0px 12px;
  margin: 0px 0px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: none;
}

#totaleAgenda #arrowDown {
  margin: 0px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 12px 0px;
}

/* FOTO CONTAINER */
#fotosContainer {
  padding: 72px 0px;
}

#fotosContainer #fotos {
  padding: 0px;
}

#fotosContainer #fotos h2 {
  margin: 0px 24px 24px 0px;
}

#fotosContainer #fotos a#allphotos {
  font-size: inherit;
  margin-bottom: 27px;
}

#fotos ul {
  margin: 0px -12px;
  box-sizing: border-box;
}

#fotos ul li,
#fotooverzicht ul li {
  float: left;
  margin: 0px;
  background: none;
  padding: 0px 12px;
  width: 20%;
  box-sizing: border-box;
}

#fotos ul li.last,
#fotooverzicht ul li.last {
  float: left;
  margin: 0px;
}

#fotos ul li a {
  display: block;
}

#fotos ul li img {
  border: 3px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

/* NEWSLETTER CONTAINER */
.newsletter-container {
  padding: 24px 0px;
}

.newsletter-container h4 {
  padding: 6px 0px;
  margin: 0px;
  color: #008ebf;
}

.newsletter-container .form {
  margin-bottom: 0px;
}

/* NEWSLETTER FORM */
.newsletter-container .form .form-group,
.newsletter-container .form .form-submit {
  float: left;
  width: 100%;
}

.newsletter-container .form .form-group .form-control {
  border: 1px solid #008ebf;
  padding: 8px 12px;
  font: inherit;
  font-size: inherit;
  margin-bottom: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.newsletter-container .form .form-group .form-control:focus {
  box-shadow: 0px 0px 6px #008ebf;
  outline: none;
}

.newsletter-container .form .form-submit .new-button {
  display: inline-block;
  padding: 12px 24px;
  font-family: 'Ubuntu';
  font-size: 14px;
  font-weight: normal;
  color: white;
  background: #008ebf;
  text-decoration: none;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.newsletter-container .form .form-submit .new-button:hover {
  background: #007ba6;
}

.newsletter-container .form .form-submit .new-button:after {
  content: '';
  background-image: url(../images/icons/icon_arrow_right.svg);
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 12px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* BREADCRUMB */
.breadcrumb ul {
  margin: 0px;
}

.breadcrumb ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  float: left;
}

.breadcrumb ul li a,
.breadcrumb .B_currentCrumb {
  color: white;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb .B_crumbSeparator {
  margin-top: 6px;
}

.breadcrumb .B_crumbSeparator i {
  color: white;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 12px;
}

/* CONTENT CONTAINER */
#contentContainer {
  padding: 48px 0px 72px;
}

#contentContainer>.container>.four {
  /*margin-top: 70px;*/
}

#contentContainer #content {
  padding: 0px;
}

#contentContainer #shadow2 {
  display: none;
}

#contentContainer #content h2 {
  margin-bottom: 24px;
}

/* AGENDA OVERVIEW */
#agendaOverviewImage {
  position: relative;
  margin: 0;
  text-align: left;
  overflow: hidden;
  border: 5px solid #e5e5e5;
}

#agendaOverviewImage #shadowOverview {
  display: none;
}

#agendaOverviewImage #date {
  background: rgb(190, 189, 0);
  background: rgba(190, 189, 0, 0.8);
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #FFFFFF;
  border-top: none;
  border-radius: 0px 0px 12px 12px;
  webkit-border-radius: 0px 0px 12px 12px;
  -webkit-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  margin: 0px 0px 0px 24px;
}

#agendaOverviewImage img#agendaItem {
  margin: 0px !important;
  border: none;
}

#agendaOverviewInfo {
  padding: 0px;
}

.agendaOverviewItem {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}

/* WEER BOX */
#weerBox {
  box-shadow: none;
  padding: 12px;
  margin: 0px 0px 20px;
  text-align: center;
  border: 2px solid #e9e9e9;
}

#weerBox p strong {
  font-weight: normal;
}

/* CONTACT BOX */
#contactBox.vervolg {
  box-shadow: none;
  padding: 6px;
  margin: 0px;
  border: 2px solid #e9e9e9;
}

/* SUB MENU */
#submenu {
  background: #bcbc1c;
  width: 100%;
  margin: 0px 0px 20px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  padding: 0px;
  overflow: hidden;
}

#submenu ul {
  border-bottom: none;
  margin-bottom: 0px;
}

#submenu ul li {
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a9a91f;
  border-top: none;
}

#submenu ul li.last {
  border: none;
}

#submenu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Ubuntu", Arial, serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 12px;
}

/* DIRECT NAAR */
#directnaar {
  float: right;
  margin: 0px;
  border-bottom: none;
  padding: 12px;
  width: auto;
  text-align: right;
}

#directnaar span {
  color: inherit;
  margin: 0px 6px 0px 0px;
  font-size: inherit;
}

#directnaar a {
  background: #b5b5b5;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 3px;
  webkit-border-radius: 3px;
  font-size: inherit;
  text-decoration: none;
}

/* overrulen TA badge js gegenereerde css */
#TA_virtualsticker599 div.container {
  width: 100%;
}

/* RESPONSIVE */
@media only screen and (max-width: 1650px) {

  /* HEADER CONTAINER */
  #headerContainer {
    height: 825px;
  }
}

@media only screen and (max-width: 1200px) {

  /* HEADER CONTAINER */
  #headerContainer {
    height: 650px;
  }

  #headerContainer .white-leaf {
    left: -340px;
    top: -233px;
  }

  #headerContainer .white-leaf .logo {
    bottom: 27px;
    right: 15px;
    width: 110px;
    height: 90px;
  }

  #headerContainer .green-leaf {
    left: -159px;
  }

  #headerContainer .green-leaf #topNav {
    left: 305px;
  }

  /* MENU */
  #menu ul li a {
    padding: 0px 18px;
    font-size: 12px;
  }

  /* BREADCRUMB */
  .breadcrumb ul li a,
  .breadcrumb .B_currentCrumb {
    font-size: 16px;
  }
}

@media only screen and (max-width: 959px) {

  /* HEADER CONTAINER */
  #headerContainer {
    height: 450px;
  }

  #headerContainer .white-leaf {
    left: -355px;
    top: -233px;
  }

  /*
	#headerContainer .white-leaf .logo {
		bottom: 27px;
		right: 15px;
		width: 100px;
		height: 82px;
	}*/

  #headerContainer .white-leaf .logo {
    bottom: 27px;
    right: 24px;
    width: 118px;
    height: 97px;
  }

  #headerContainer .green-leaf {
    left: -195px;
    top: -228px;
  }

  #headerContainer .green-leaf #topNav {
    left: 323px;
    bottom: 35px;
  }

  #headerContainer .green-leaf #topNav ul li a {
    font-size: 12px;
  }

  .slider-box h1 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 36px;
  }

  /* MENU */
  #menu ul li a {
    padding: 0px 6px;
    font-size: 11px;
  }

  /* INFO BAR */
  #headerContainer .info-bar .news-alert {
    font-size: 18px;
  }

  #headerContainer .info-bar .contact-phone,
  #headerContainer .info-bar .contact-email {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {

  /* MENU */
  #menu>#mmenu,
  #menu .social-button,
  #menu .search-button,
  .white-leaf,
  .green-leaf {
    display: none;
  }

  .logo-mobile {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -65px;
  }

  .index {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #57aee1;
  }

  .index span {
    width: 17px;
    height: 3px;
    display: block;
    position: absolute;
    top: 26px;
    left: 20px;
    background: white;
  }

  .index span:before {
    content: '';
    width: 17px;
    height: 3px;
    display: block;
    position: absolute;
    top: -6px;
    background: white;
  }

  .index span:after {
    content: '';
    width: 17px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -6px;
    background: white;
  }

  #navContainer {
    height: 58px;
  }

  /* HEADER CONTAINER */
  #headerContainer .info-bar {
    padding: 10px 0;
    text-align: center;
  }

  #headerContainer .breadcrumb {
    margin: 5px auto;
    display: inline-block;
  }

  #headerContainer.vervolg {
    height: 300px;
  }

  #headerContainer .info-bar .news-alert a,
  #headerContainer .info-bar .contact-phone a,
  #headerContainer .info-bar .contact-email a {
    height: 42px;
    line-height: 42px;
  }

  #headerContainer .info-bar .contact-phone,
  #headerContainer .info-bar .contact-email {
    float: none;
  }

  #headerContainer .info-bar .contact-phone a:before {
    margin: 0 12px;
  }

  #headerContainer .info-bar .contact-email a:before {
    margin: 0 12px;
  }

  #headerContainer .info-bar .contact-location {
    background: url(../images/icons/icon_pin.svg) center center no-repeat;
    width: 13px;
    height: 38px;
    display: inline-block;
    margin: 0 12px;
  }

  #headerContainer .info-bar .contact-email {
    margin: 0;
  }

  #headerContainer .info-bar .contact-email i {
    margin: 6px 12px 0 12px;
  }

  #headerContainer .info-bar .contact-phone span,
  #headerContainer .info-bar .contact-email span {
    display: none;
  }

  #headerContainer .info-bar .contact-email span {
    display: inline-block;
  }

  #headerContainer .info-bar .contact-email span span {
    display: none;
  }

  #headerContainer .info-bar .news-alert {
    font-size: 16px;
    float: none;
  }

  #headerContainer .info-bar .container .columns {
    width: 100%;
    float: left;
  }

  #headerContainer .header-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
    width: 100%;
    height: 100%;
  }

  #headerContainer .rslides_tabs {
    display: none;
  }

  #headerContainer .slider-box h1 {
    font-size: 20px;
    line-height: 26px;
  }

  /* AGENDA CONTAINER */
  #agendaContainer {
    padding: 12px 0px;
  }

  #totaleAgenda {
    padding: 0px;
  }

  #agendaImage {
    margin-bottom: 20px;
  }

  #agendaImage img#agendaItem {
    margin: -80px 0px 0px 0px !important;
  }

  /* FOTOS CONTAINER */
  #fotosContainer {
    padding: 24px 0px 12px;
  }

  #fotos ul li,
  #fotooverzicht ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  #fotosContainer #fotos h2 {
    margin: 0px 0px 6px 0px;
  }

  #fotosContainer #fotos a#allphotos {
    margin-bottom: 12px;
  }

  /* NEWSLETTER CONTAINER */
  .newsletter-container {
    padding: 12px 0px !important;
  }

  .newsletter-container .form .form-group {
    margin-bottom: 12px;
  }

  .newsletter-container h4 {
    margin-bottom: 12px !important;
  }

  /* HIGHLIGHT CONTAINER */
  #highlightContainer {
    display: block;
    padding: 24px 0px 6px;
  }

  #highlightContainer img {
    display: none;
  }

  .green #banner,
  .white #banner {
    background-image: none;
  }

  #highlightContainer #banner h2 {
    line-height: 48px;
  }

  #highlightContainer #banner h2,
  #highlightContainer #banner p {
    width: 100%;
  }

  /* NEWS CONTAINER */
  #newsContainer {
    margin: 0px;
    padding: 0px;
  }

  #newsContainer .news {
    min-height: auto;
  }

  /* FOOTER CONTAINER */
  #footerContainer footer #footerleft,
  #footerContainer footer #footerright {
    padding: 0px;
  }

  /* FOOTER BOTTOM CONTAINER */
  #footerbottomLeft p {
    margin: 0px;
  }

  /*****************************************************/

  /* CONTENT CONTAINER */
  #contentContainer {
    padding: 24px 0px;
  }

  #contentContainer #content h2 {
    margin-bottom: 12px;
  }

  #contentContainer>.container>.four {
    margin-top: 0px;
  }

  #contentFotos {
    padding: 0px;
  }

  /* DIRECT NAAR */
  #directnaar {
    float: left;
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 12px;
  }

  /* BREADCRUMB */
  .breadcrumb ul li a,
  .breadcrumb .B_currentCrumb {
    font-size: 14px;
  }

  .breadcrumb .B_crumbSeparator i {
    padding: 0px 6px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 499px) {

  /* DIRECT NAAR */
  #directnaar {
    text-align: left;
  }

  #directnaar span {
    display: none;
  }
}