/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.clear {
  clear: both;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.error {
  color: #ff0000;
}

/* HEADER */

#headerContainer {
  width: 100%;
  background: #FFFFFF;
  text-align: center;
}

.topheader {
  height: 178px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
}

#headerMobileContainer {
  display: none;
}

#mobileContactContainer {
  display: none;
}

#headerImageContainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#headerImage {
  position: relative;
  z-index: 1;
  height: 500px;
  width: 940px;
  overflow: hidden;
}

#headerImage img {
  display: block;
}

.actueel {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bord_bg.png);
  height: 93px;
  width: 335px;
}

.actueel a {
  margin: 22px 0 0 0;
  display: block;
  text-decoration: none;
}

.actueel h3 {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: normal;
  font-family: 'Loved by the King', cursive;
}

header {
  width: 940px;
  height: 178px;
  z-index: 10;
  background-size: cover;
}

#logo {
  position: absolute;
  top: 25px;
  left: 20px;
}

#logo img {
  width: 152px;

}

#topNav {
  position: absolute;
  left: 170px;
  top: 10px;

}

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

#topNav #languages {
  float: left;
}

#topNav #languages a.active {
  display: none;
}

#topNav ul li {
  float: left;
  font-size: 11px;
  background: url(../images/bullet_gray.png) left center no-repeat;
  padding: 0 0 0 10px;
  margin: 0 6px 0 0;
}

#topNav ul li:first-child {
  background: none;
  margin: 0 7px 0 7px;
}

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

#topNav input {
  float: left;
  width: 150px;
  height: 30px;
  border: 1pt solid #008ebf;
  background: #FFF url(../images/inputSearch.png) right center no-repeat;
  padding: 0 40px 0 10px;
  color: #008ebf;
  margin: 0 0 0 20px;
  border-radius: 1px;
  webkit-border-radius: 1px;
}

.sisea-search-form {
  position: absolute;
  top: 0px;
  left: 390px;
}

#socialMedia {
  height: 146px;
  width: 161px;
  background: url(../images/socialmediaBg.png);
  position: absolute;
  right: 0;
  text-align: right;
}

#socialMedia p {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: 10px 25px 0 0px;
  font-size: 12px;
  line-height: 16px;
  float: right;
}

#socialMedia a {
  float: right;
  display: block;
  margin: 7px 35px 0 0;
}


/* NAV */

#navContainer {
  position: absolute;
  width: 100%;
  top: 178px;
  z-index: 20;
  background: #008cdf;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGNkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #008cdf 0%, #00679c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008cdf), color-stop(100%, #00679c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #008cdf 0%, #00679c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #008cdf 0%, #00679c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #008cdf 0%, #00679c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #008cdf 0%, #00679c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008cdf', endColorstr='#00679c', GradientType=0);
  /* IE6-8 */
}

.tinynav {
  display: none;
}

.nav {
  background: url(../images/navLine.jpg) right top no-repeat;
  margin: -20px 0 0 0;
  height: 51px;
}

.nav li {
  float: left;
  color: #FFFFFF;
  font-family: "Ubuntu", Arial, serif;
  font-weight: 500;
  width: 154px;
  text-align: center;
  line-height: 51px;
  background: url(../images/navLine.jpg) left top no-repeat;
  margin: 0;
  padding: 0;
}

.nav li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

.nav li a:hover {
  color: #dfdf41;
}

/* TAGCLOUD */

#tagcloudContainer {
  background: #c1e5f2;
  -webkit-box-shadow: inset 0px -3px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -3px 30px 0px rgba(0, 0, 0, 0.1);
}

/* CONTACTBOX */

#contactBox {
  /*float: right;*/
  position: relative;
  background: #FFFFFF;
  padding: 7px;
  font-size: 12px;
  margin-top: -150px;
  z-index: 9999;
}

#contactBox #contactInfo {
  display: block;
  margin: 7px 0;
}

#contactBox .contactDetail {
  display: block;
  margin: 2px 0 0 0;

}

#contactBox .contactDetail img {
  margin: 0 8px 0 0;

}

#contactBox a {
  color: #008ebf;
}

/* AGENDA */

#agendaContainer {
  background: #42b0d6;
}

#agendaContainer h2 {
  color: #FFFFFF;
  margin: 15px 0;
}

#agendaContainer a {
  color: #FFFFFF;
}

#shadow {
  overflow: hidden;
  position: absolute;
  width: 200px;
  height: 100px;
  top: -10px;
  left: 0px;
}

#shadow img {
  position: relative;
  z-index: 999;
}


#agendaImage {
  position: relative;
  margin: 20px 0 0 0;
  text-align: left;
}

#agendaImage img#agendaItem {
  border: 5pt solid #6ebdd9;
  margin: -80px 0 0 0;
}


#agendaImage #date {
  background: rgb(190, 189, 0);
  background: rgba(190, 189, 0, 0.8);
  display: inline-block;
  padding: 25px 15px 15px 15px;
  border: 1pt solid #FFFFFF;
  border-top: none;
  border-radius: 0px 0px 20px 20px;
  webkit-border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: -10px 0 0 60px;
  width: 40px;
}

#agendaImage #date span {
  display: block;
  color: #FFFFFF;
  text-align: center;
}

#agendaImage #date #day {
  font-size: 37px;
  font-family: "Ubuntu", Arial, serif;
  font-weight: 800;
  margin: 0 0 10px 0;
  padding: 0;
}

#agendaImage #date #month {
  font-size: 18px;
  font-family: "Ubuntu", Arial, serif;
  font-weight: 400;
  margin: 10px 0 0 0;
  padding: 0;
}

#agendaInfo {
  padding: 15px 0 0 0;
}

#agendaInfo p {
  color: #FFFFFF;
  margin: 0;
}

#agendaInfo h5 {
  color: #FFFFFF;
  margin: 0 0 10px 0;
}

#agendaInfo strong {
  color: #FFFFFF;
}

#totaleAgenda {
  background: #008fc3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGZjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MmIwZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #008fc3 0%, #42b0d6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008fc3), color-stop(100%, #42b0d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #008fc3 0%, #42b0d6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #008fc3 0%, #42b0d6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #008fc3 0%, #42b0d6 100%);
  /* IE10+ */
  background: linear-gradient(to right, #008fc3 0%, #42b0d6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fc3', endColorstr='#42b0d6', GradientType=1);
  /* IE6-8 */
  padding: 25px 15px 25px 15px
}

#totaleAgenda h4 {
  font-size: 23px;
  display: block;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

#totaleAgenda p {
  color: #FFFFFF;
  margin: 0;
  display: block;
}

#totaleAgenda h6 {
  color: #FFFFFF;
  margin: 0;
  display: block;
}

#totaleAgenda a {
  color: #FFFFFF;
  text-decoration: none;
}

#totaleAgenda span {
  display: block;

  padding: 10px 0 10px 15px;
  margin: 0 0 0 -15px;
  background: url(../images/border.png) top center no-repeat;
}

#totaleAgenda span:last-child {
  background: url(../images/border.png), url(../images/border.png);
}

#arrowDown {
  margin: 10px 0 0 70px;
}

/* FOTOS */

#fotosContainer {
  background: url(../images/whiteBg.png) repeat-x;
  margin: -5px 0 0 0;
  z-index: 999;
  position: relative;
  padding: 0 0 25px 0;
}

#fotos {
  position: relative;
  padding: 30px 0 30px 0;
}

#fotos h2 {
  font-size: 30px;
  display: inline-block;
  margin: 0 30px 0px 0;
}

#fotos a#allphotos {
  display: inline-block;
  color: #008fc3;
  font-size: 12px;
  vertical-align: bottom;
}

#fotos ul li,
#fotooverzicht ul li {
  float: left;
  margin: 20px 20px 0 0;
  background: none;
  padding: 0;
}

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

#fotos ul li img {
  border: 4pt solid white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  width: 160px;
}

#fotooverzicht ul li img {
  border: 4pt solid white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  width: 150px;
}

/* HIGHLIGHT */

#highlightContainer {
  margin: -5px 0 0 0;
  z-index: 999;
  position: relative;
  padding: 30px 0 0px 0;
}

#highlightContainer #banner {
  text-align: center;
  min-height: 120px;
}

#highlightContainer #banner h2 {
  font-family: 'Loved by the King', cursive;
  font-size: 52px;
  width: 650px;
  margin: 0 auto;
}

#highlightContainer #banner p {
  width: 500px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 18px;
}

#highlightContainer #banner .img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.green {
  color: #FFFFFF;
  background: url(../images/greenBg.png) top center repeat-x;
}

.green #banner {
  background: url(../images/bannerGreenBg.png) right bottom no-repeat;
}

.green #banner h2 {
  color: #FFFFFF;
  line-height: 65px;
  padding-bottom: 25px;
}

.green #banner p {
  color: #FFF;
}

.green #banner strong {
  color: #FFF;
}

.blue {
  color: #FFFFFF;
  background: url(../images/blueBg.png) top center repeat-x;
}

.blue #banner {
  background: url(../images/bannerBlueBg.png) right bottom no-repeat;
}

.blue #banner h2 {
  color: #FFFFFF;
  line-height: 65px;
  padding-bottom: 25px;
}

.blue #banner p,
.blue #banner strong,
.blue #banner a {
  color: #FFF;
}

.white {
  color: #008fc3;
  background: url(../images/whiteBg.png) top center repeat-x;
}

.white #banner {
  background: url(../images/bannerWhiteBg.png) right bottom no-repeat;
}

.white #banner h2 {
  color: #bebd00;
  line-height: 65px;
  padding-bottom: 25px;
}

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

.white #banner strong {
  color: #008fc3;
}


/* NEWS */

#newsContainer {
  background: url(../images/background.jpg) top center repeat-x;
  padding: 0 0 0px 0;
}

.news {
  margin: 30px 0 40px 0;
  padding: 7px;
  background: #FFFFFF;
  min-height: 400px;
  overflow: hidden;
}

.news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6 {
  margin: 15px 0px 10px 0px;
}

.news a.allnews {
  float: right;
}

.customisable-border {
  border: none;
}

/* WORD VRIEND */

#wordvriendContainer {
  background: url(../images/whiteBg.png) repeat-x;
  margin: -5px 0 0 0;
  z-index: 999;
  position: relative;
  padding: 40px 0 20px 0;
}

#wordvriendContainer #banner {
  text-align: center;
  background: url(../images/wordVriendBg.png) right bottom no-repeat;
}

#wordvriendContainer #banner h2 {
  font-family: 'Loved by the King', cursive;
  font-size: 52px;
  width: 650px;
  margin: 0 auto;
  color: #bebd00;
  line-height: 52px;
}

#wordvriendContainer #banner p {
  width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 18px;
  color: #008ebf;
}

#wordvriendContainer #banner strong {
  color: #008ebf;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper2 {
  position: relative;
  padding-bottom: 144px;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  float: left;
  width: 220px;
}

.videoWrapper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #Page Styles
================================================== */

/* HEADER */

#headerImage.vervolg {
  height: 400px;
  width: 940px;

}

/* SUBMENU */

#breadcrumbContainer {
  background: #d7d7d7;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d7d7d7 0%, #cfcfce 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #cfcfce));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d7d7d7 0%, #cfcfce 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d7d7d7 0%, #cfcfce 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d7d7d7 0%, #cfcfce 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d7d7d7 0%, #cfcfce 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#cfcfce', GradientType=0);
  /* IE6-8 */
  height: 35px;
}

#breadcrumb li {
  background: none;
  padding: 0;
}

#shadow2 {
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: 10px;
}

#shadow2 img {
  position: relative;
  z-index: 999;
}

#submenu {
  background: #bcbc1c;
  width: 160px;
  margin: 0 auto;
  margin-top: -20px;
  border: 1pt solid #FFFFFF;
  border-top: none;
  border-radius: 0px 0px 20px 20px;
  webkit-border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 0 0 0;

}

#submenu ul {
  border-bottom: 1pt solid #d3d369;
}

#submenu ul li {
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1pt solid #858514;
  border-top: 1pt solid #d3d369;
}

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

#submenu ul li a:hover {
  background: #9c9c22;
}

#submenu ul li.active {
  background: #9c9c22;
}

#submenu ul li ul li {
  border: 0;
}

#submenu ul li ul li a {
  font-size: 12px;
  padding: 5px 10px 5px 20px;
}

#breadcrumb {
  padding: 7px 0;
}

#breadcrumb ul li {
  float: left;
  color: #666666;
  font-size: 11px;
  margin: 0 5px 0 0;
}

#breadcrumb a {
  color: #666666;
  font-size: 11px;
  text-decoration: underline;
}

#contactBox.vervolg {
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}

/* CONTENT */

#contentContainer {
  padding: 0 0 20px 0;
}

#content {
  padding: 20px 0 0 0;
}

#contentFotos {
  position: relative;
  padding: 30px 0 30px 0;
}

#contentFotos h2 {
  font-size: 30px;
  display: inline-block;
  margin: 0 30px 0px 0;
}

#contentFotos a#allphotos {
  display: inline-block;
  color: #008fc3;
  font-size: 12px;
}

#contentFotos ul li {
  float: left;
  margin: 16px 16px 0 0;
  background: none;
  padding: 0;
}

#contentFotos ul li.last {
  float: left;
  margin: 20px 0px 0 0
}

#contentFotos ul li img {
  border: 3pt solid white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  width: 150px;
}

#directnaar {
  float: right;
  margin: 10px 0 10px 0;
  border-bottom: 1pt solid #d3d3d3;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: right;
}

#directnaar span {
  color: #666666;
  margin: 0;
  font-size: 11px;
}

#directnaar a {
  background: #b5b5b5;
  color: #FFFFFF;
  padding: 5px 6px;
  border-radius: 3px;
  webkit-border-radius: 3px;
  font-size: 11px;
}

#contactForm td {
  vertical-align: top;
  font-size: 12px;
  padding: 0 20px 0 0;
}

#contactForm input[type="text"],
#contactForm input[type="email"] {
  width: 300px;
  border: 1pt solid #008ebf;
}



#contactForm textarea {
  width: 300px;
  border: 1pt solid #008ebf;
}

#contactForm input#submit {
  width: 100px;
  float: right;
}

#contactForm input#foto {
  border: 0;
}

.form-buttons:before {
  content: '';
  width: 30px;
  height: 30px;
  position: relative;
  background: url(../images/loading2.gif);
  display: none;
}

.form-buttons.active:before {
  display: block;
}

.form-buttons.active input[type="submit"] {
  display: none;
}

/* FOTOALBUM */

.fotoalbum {
  /*float: left;*/
  margin: 10px 0;
}

.fotoalbum img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.fotoalbum a.button {
  display: block;
  background: #008fc3 url(../images/arrowLeft.png) right center no-repeat;
  min-height: 25px;
  color: #FFF;
  margin: 10px 0 0 0;
  padding: 5px 10px 1px;
  text-decoration: none;
  font-size: 12px;

  border: 0px solid #aaa;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0px;
  line-height: normal;
}

.fotoalbum a.button span {
  display: block;
  margin: 3px 0 0 0;
}

#berichten {
  border-top: 1pt solid #d3d3d3;
  padding: 20px 0 20px 0;
}

.bericht {
  margin: 20px 0 0 0;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #FFF url(../images/berichtBg.jpg) top center no-repeat;
  border: #e1e1e1 1px solid;
}

/* NEWS */

#newsItems {
  padding: 0 0 20px 0;
}

.newsItem {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 7px;
  margin: 20px 0 0 0;
}

.newsItem p {
  margin: 0;
}

.newsItem h1,
.newsItem h2,
.newsItem h3,
.newsItem h4,
.newsItem h5,
.newsItem h6 {
  margin: 15px 0px 10px 0px;
}


.newsDetail {
  float: right;
  border: 5pt solid white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 20px 0 20px 20px;
  max-width: 384px;
  max-height: 284px;
}

.back {
  font-size: 12px;
}

/* News Paging */

.paging,
#infscr-loading {
  text-align: center;
  margin: 20px 0px 20px 0px;
}

.paging ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.paging ul li {
  margin: 0px 3px 0px 3px;
  padding: 0;
  background: none;
  display: inline;
}

.paging li.control {
  font-size: 1.0em;
}

.paging a {
  padding: 0px 3px;
}



.fotoalbumDetail {
  border: 3pt solid white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 0 20px 20px 0;
  width: 200px;
  height: 130px;
}

#kinderboerderij .fotoalbum {
  margin: 20px 15px 20px 0;
}

#kinderboerderij img {
  width: 165px;
  height: 110px;
}

#dierenPaspoort {

  position: relative;
  background: url(../images/dierenPaspoortTop.jpg)top center no-repeat, url(../images/dierenPaspoortBottom.jpg) bottom center no-repeat #f2f9fc;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 80px 0 40px 0;

}

#dierenPaspoort img {
  position: relative;
  float: left;
  margin: 0 0 0 10px;
  border: 3pt solid white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  width: 265px;

}

#dierenInfo {
  position: relative;
  font-size: 12px;
  float: right;
  width: 55%;
  line-height: 20px;
  margin-right: 10px;
}

#dierenInfo #column1 {
  font-weight: bold;
  width: 100px;
}

/* AGENDAOVERVIEW */


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

.agendaOverviewItem:last-child {
  border: 0;
}

#shadowOverview {
  overflow: hidden;
  position: absolute;
  width: 200px;
  height: 100px;
  top: -10px;
  left: -15px;
}

#shadowOverview img {
  position: relative;
  z-index: 999;
}

#agendaOverviewImage {
  position: relative;
  margin: 20px 0 0 0;
  text-align: left;
  z-index: 800;
}

#agendaOverviewImage img#agendaItem {
  border: 5pt solid #e5e5e5;
  margin: -53px 0 0 0;
}


#agendaOverviewImage #date {
  background: rgb(190, 189, 0);
  background: rgba(190, 189, 0, 0.8);
  display: inline-block;
  padding: 15px 8px 5px 8px;
  border: 1pt solid #FFFFFF;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  webkit-border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: -10px 0 0 15px;
  width: 25px;
}

#agendaOverviewImage #date span {
  display: block;
  color: #FFFFFF;
  text-align: center;
}

#agendaOverviewImage #date #day {
  font-size: 22px;
  font-family: "Ubuntu", Arial, serif;
  font-weight: 800;
  margin: 0 0 0px 0;
  padding: 0;
}

#agendaOverviewImage #date #month {
  font-size: 14px;
  font-family: "Ubuntu", Arial, serif;
  font-weight: 400;
  margin: 0px 0 0 0;
  padding: 0;
}

#agendaOverviewInfo {
  padding: 15px 0 0 15px;
}

#agendaOverviewInfo p {
  color: #000000;
  margin: 0;
}

#agendaOverviewInfo h5 {
  color: #000000;
  margin: 0 0 10px 0;
}

#agendaOverviewInfo strong {
  color: #000000;
}

#weerBox {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  margin: 20px 0 0 0;
  text-align: center;
  border: #e1e1e1 1px solid;
}

#weerBox iframe {}

ul#monthOverview {
  display: block;
  margin: 0 0 10px 0;
}

ul#monthOverview li {
  float: left;
  border-right: 1pt solid black;
  padding: 0 7px;
}

ul#monthOverview li a {
  text-transform: uppercase;
  font-size: 12px;
}

ul#monthOverview li:first-child {
  padding-left: 0;
}

#agendaImage.detail {
  float: left;
  width: 340px;
  margin: 0 20px 10px 0;
}

#agendaImage.detail img {
  width: 320px;
}

#agendaImage.detail #shadow {
  left: 0px;
  width: 300px;
}

#agendaImage.detail #shadow img {
  width: 250px;
}

select#aantalPersonen {
  width: 50px;
}

/**
* Zoekresultaat
*/

.sisea-results-list {}

.sisea-result {
  padding: 10px 0px 10px 0px;
}

.sisea-page {
  margin: 0px 0px;
}

.sisea-paging {
  text-align: center;
  margin: 10px 0px;
}

/**
* Interactieve kaart
*/

#interactievekaart {
  position: relative;
  background-image: url(../images/interactieve_kaart.jpg);
  background-size: 940px 628px;
  background-repeat: no-repeat;
  width: 940px;
  height: 628px;
}

.bullet_kaart {
  position: relative;
  width: 940px;
  height: 628px;
}

.bullet_kaart a {
  background: url(../images/bullet_kaart.png) left top no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 50;
  display: block;
}

a#closePop {
  background: url(../images/bullet_kaart_close.png) left top no-repeat;
  z-index: 200;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0px;
  top: 0px;
}

.messagepop {
  display: none;
  background-color: #FFFFFF;
  border: 0px solid #999999;
  cursor: default;
  margin-top: 0px;
  position: absolute;
  text-align: left;
  width: 170px;
  z-index: 101;
  padding: 15px 15px;
}

.messagepop p,
.messagepop.div {
  border-bottom: 0px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}


/* FOOTER */

#footerContainer {
  background: #008bde;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGJkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #008bde 0%, #00669c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008bde), color-stop(100%, #00669c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #008bde 0%, #00669c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #008bde 0%, #00669c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #008bde 0%, #00669c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #008bde 0%, #00669c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bde', endColorstr='#00669c', GradientType=0);
  /* IE6-8 */
  /*height: 40px;*/
}

footer {
  font-size: 12px;
}

footer a {
  color: #FFFFFF;
  margin: 0 0px;
  font-size: 12px;
}

#footerleft {
  float: left;
  color: #FFFFFF;
  padding: 10px 0;
}

#footerleft li {
  float: left;
  background: url(../images/bullet.png) left center no-repeat;
  padding: 0 0 0 10px;
  margin: 0 10px 0 0;
}

#footerleft li:first-child {
  background: none;
  padding: 0;
}


#footerright {
  float: right;
  color: #FFFFFF;
  padding: 10px 0;
}

#footerright li {
  float: left;
  background: url(../images/bullet.png) left center no-repeat;
  padding: 0 0 0 10px;
  margin: 0 7px 0 0;
}

#footerright li:first-child {
  background: none;
  padding: 0;
}

#footerright li:last-child {
  margin: 0;
}

#footerbottomContainer {
  background: #d9eef6;
}

footer#bottom {
  font-size: 12px;
}

#footerbottomLeft {
  float: left;
  color: #FFFFFF;
  padding: 10px 0;
}

#footerbottomLeft img {
  float: left;
}

#footerbottomLeft p {
  float: left;
  color: #999999;
  width: 300px;
  font-size: 11px;
  margin: 0 0 0 10px;
  line-height: 18px;
}

#footerbottomRight {
  float: right;
  color: #FFFFFF;
  padding: 10px 0;
}

#footerbottomRight img {
  float: right
}

img#footerImage {}

/* NIEUWSBRIEF */

.nieuwsbrief {
  margin: 0 0 20px 0;
}

.nieuwsbrief img {
  border: 4pt solid white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  margin: 5px 0 0 0;
}


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

  .topheader {
    height: 140px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    background-size: auto 140px;
  }

  header {
    width: 748px;
    height: 140px;
  }

  #headerImage {
    position: relative;
    z-index: 5;
    height: 398px;
    width: 748px;
    overflow: hidden;

  }

  #logo {
    width: 110px;
    top: 25px;
    left: 20px;
  }

  #logo img {
    width: 110px;
  }

  #topNav input {
    margin: 0px 0 0 0px;
  }

  .sisea-search-form {
    position: absolute;
    top: 25px;
    left: 15px;
  }

  #navContainer {
    top: 140px;
  }

  .nav {
    height: 51px;
    margin: -20px 0 0 0;
  }

  .nav li {
    width: 124px;
    line-height: 51px;
  }

  .nav li a {
    font-size: 10px;

  }

  #fotos ul li img {
    width: 119px;
  }

  #fotooverzicht ul li img {
    width: 113px;
  }

  /* NEWS */

  #newsContainer {
    padding: 0 0 20px 0;
  }

  /* HIGHLIGHTS */


  #highlightContainer #banner h2 {
    font-size: 35px;
    width: 450px;
  }

  #highlightContainer #banner p {
    width: 400px;
  }

  #highlightContainer #banner img {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  /* WORD VRIEND */


  #wordvriendContainer #banner h2 {
    font-size: 35px;
    width: 450px;
  }

  #wordvriendContainer #banner p {
    width: 400px;
  }

  #wordvriendContainer #banner img {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  /* VERVOLG */

  #shadow {
    left: 35px;
  }

  #shadow2 {
    overflow: hidden;
    position: absolute;
    top: -20px;
    left: 2px;
  }

  #shadow2 img {
    width: 190px;
  }

  #headerImage.vervolg {
    height: 320px;
    width: 748px;

  }

  #contentFotos ul li img {
    width: 115px;
    border: 2pt solid white;
  }


  .newsDetail {
    max-width: 300px;
    max-height: 200px;
  }

  .fotoalbumDetail {
    width: 160px;
    height: 104px;
    margin: 0 12px 12px 0;
  }

  #dierenPaspoort {
    background-size: contain;
    padding: 70px 0 40px 0;
  }

  #dierenPaspoort img {
    width: 200px;
  }

  #agendaImage.detail {
    float: left;
    width: 290px;
    margin: 0 20px 10px 0;
  }

  #agendaImage.detail img {
    width: 280px;
  }

  #agendaImage.detail #shadow {
    left: 0px;
    width: 300px;
  }

  #agendaImage.detail #shadow img {
    width: 200px;
  }

  #shadowOverview {
    overflow: hidden;
    position: absolute;
    width: 200px;
    height: 100px;
    top: -10px;
    left: -15px;
  }

  #shadowOverview img {
    position: relative;
    z-index: 999;
    width: 170px;
  }


  /**
		* Interactieve kaart
		*/

  #interactievekaart {
    position: relative;
    background-image: url(../images/interactieve_kaart.jpg);
    background-size: 748px 500px;
    background-repeat: no-repeat;
    width: 748px;
    height: 500px;
  }

  .bullet_kaart {
    position: relative;
    width: 748px;
    height: 500px;
  }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* HEADER */

  .topheader,
  header,
  #headerImageContainer,
  #socialMedia,
  #topNav {
    display: none;
  }

  #headerMobile {
    display: block;
  }

  #headerMobileContainer {
    display: block;
  }

  #mobileContactContainer {
    display: block;
  }

  #topNavMobile {
    position: absolute;
    top: 0px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZDJkMiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.6) 0%, rgba(211, 210, 210, 0.6) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.6)), color-stop(100%, rgba(211, 210, 210, 0.6)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.6) 0%, rgba(211, 210, 210, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.6) 0%, rgba(211, 210, 210, 0.6) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.6) 0%, rgba(211, 210, 210, 0.6) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.6) 0%, rgba(211, 210, 210, 0.6) 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99e6e6e6', endColorstr='#99d3d2d2', GradientType=0);
    /* IE6-8 */
    width: 100%;
    text-align: center;
  }

  #topNavMobile table {
    border-collapse: separate;
    margin-left: 60px;
    border-left: 1pt solid #a0a297;
    border-right: 1pt solid #c0c3b7;
  }

  #topNavMobile table tr td {
    vertical-align: middle;
    padding: 12px;
    border-left: 1pt solid #c0c3b7;
    border-right: 1pt solid #a0a297;
  }

  #topNavMobile table tr td img {
    display: block;
  }

  #topNavMobile table tr td.active,
  #topNavMobile table tr td.active img {
    display: none;
  }

  #headerImageMobile #mobileDown {
    position: absolute;
    bottom: 320px;
    left: 50%;
    margin-left: -38px;
  }

  #headerImageMobile #slogan {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -132px;
  }

  #logoMobile {
    margin-top: 50px;
  }

  /* MOBILE CONTACT */

  #mobileContactContainer {
    background: #e1f1f7;
    padding: 20px 0;
  }

  #mobileContact {
    padding: 20px;
    background: #FFFFFF;
    text-align: center;

  }

  .mobileContactDetail {
    padding: 7px 0;
    border: 2pt solid #008fc0;
    margin: 10px 0;
    border-radius: 5px;
    webkit-border-radius: 5px;
  }

  .mobileContactDetail a {
    display: block;
    font-family: "Ubuntu", Arial, serif;
    font-size: 14px;
    font-weight: 500;
    color: #008fc0;
    text-decoration: none;
  }


  /* NAV */

  #navContainer {
    top: 0px;
    position: relative;

  }

  .tinynav {
    display: block;
  }

  #nav {
    display: none;
  }

  .nav {
    height: 51px;
    background: url(../images/selectArrow.png) right center no-repeat;
    padding: 0 10px;
    margin: 0;
  }

  /*nav ul {
			display: none;
		}*/

  select.tinynav {
    display: block;
    background: transparent;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    padding: 13px 0px;
    -webkit-appearance: none;
    color: #FFF;
    font-family: "Ubuntu", Arial, serif;
  }

  select.tinynav option {
    color: #000;
  }

  select.tinynav option.selected {
    color: #FFFFFF;
  }

  /* TAGCLOUD */

  #tagcloudContainer {
    display: none;
  }

  #contactBox {
    display: none;
  }

  /* AGENDA */

  #agendaContainer {
    margin-top: 0px;
    background: background: #008fc3;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGZjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MmIwZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

    background: -moz-linear-gradient(left, #008fc3 0%, #42b0d6 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008fc3), color-stop(100%, #42b0d6));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(left, #008fc3 0%, #42b0d6 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, #008fc3 0%, #42b0d6 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(left, #008fc3 0%, #42b0d6 100%);
    /* IE10+ */

    background: linear-gradient(to right, #008fc3 0%, #42b0d6 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fc3', endColorstr='#42b0d6', GradientType=1);
    /* IE6-8 */
  }

  #agendaContainer h2 {
    margin: 15px 0 0 0;
  }

  #totaleAgenda {
    background: none;
  }

  #totaleAgenda h4 {
    display: none;
  }

  #totaleAgenda span {
    background: url(../images/border.png) top left no-repeat;
  }

  #totaleAgenda span:last-child {
    background: url(../images/border.png), url(../images/border.png);
  }

  #agendaImage,
  #agendaInfo {
    /*display: none;*/
  }

  #agendaOverviewInfo {
    padding: 15px 0 0 0px;
  }

  /* PHOTOS */

  #fotos ul li img {
    width: 175px;
  }

  #fotos ul li:last-child {
    display: none;
  }

  #fotooverzicht ul li.last {
    margin: 20px 20px 0 0;
  }

  #fotooverzicht ul li img {
    width: 110px;
  }

  /* HIGHLIGHT */

  #highlightContainer {
    display: none;
  }

  /* NEWS */

  #newsContainer {
    margin: 20px 0 0 0;
  }

  #news2,
  #twitter {
    display: none;
  }

  /* WORD VRIEND */


  #wordvriendContainer {
    padding: 40px 0 20px 0;
  }

  #wordvriendContainer #banner {
    background: url(../images/wordVriendMobile.png) bottom center no-repeat;
    padding: 0 0 70px 0;
  }

  #wordvriendContainer #banner h2 {
    font-size: 52px;
    width: 310px;
  }

  #wordvriendContainer #banner p {
    width: 310px;

  }


  /* SUBMENU */

  #shadow2 {
    display: none;
  }

  #breadcrumbContainer {
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.4);
    z-index: 200;
    position: relative;
  }

  #submenu {
    width: auto;
    z-index: 100;
    margin: 0;

  }

  #breadcrumbContainer .four {
    display: none;
  }

  #breadcrumb {
    padding: 7px 0;
  }

  #breadcrumb ul li {
    float: left;
    color: #666666;
    font-size: 11px;
    margin: 0 5px 0 0;
  }

  #breadcrumb a {
    color: #666666;
    font-size: 11px;
    text-decoration: underline;
  }

  .fotoalbumDetail {
    width: 180px;
    height: 118px;
    margin: 0 12px 12px 0;
  }

  #dierenPaspoort img {
    width: 130px;
  }

  #shadowOverview {
    left: 110px;
  }

  #weerBox {
    display: none;
  }

  #agendaImage.detail {
    display: block;
    width: 400px;
  }

  #agendaImage.detail img {
    width: 410px;
  }

  #agendaImage.detail #shadow {
    left: 50px;
    width: 300px;
  }

  #agendaOverviewImage {
    display: none;
  }

  #contentFotos ul li img {
    width: 150px;
  }



  /*#agendaImage.detail {
			float: left;
			width: 340px;
			margin: 0 20px 10px 0;
		}

		#agendaImage.detail img {
			width: 320px;
		}

		#agendaImage.detail #shadow {
			left: 25px;
			width: 300px;
		}

		#agendaImage.detail #shadow img {
			width: 250px;
		}

		#shadowOverview {
			overflow: hidden;
			position: absolute;
			width: 200px;
			height: 100px;
			top: -10px;
			left: -15px;
		}

		#shadowOverview img {
			position: relative;
			z-index: 999;
		}*/


  /**
		* Interactieve kaart
		*/

  #interactievekaart {
    display: none;
  }


  /* FOOTER */

  footer {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  #footerleft ul,
  #footerright ul {
    margin: 0;
    padding: 0;
  }

  #footerleft,
  #footerright {
    float: none;
    color: #FFFFFF;
    padding: 0px 0;
  }

  #footerleft li,
  #footerright li {
    float: none;
    background: none;
    padding: 0 0 0 0px;
    margin: 5px 0px 5px 0;
  }

  #footerleft li:first-child,
  #footerright li:first-child {
    background: none;
    padding: 0;
  }

  #footerright li:last-child {
    margin: 0;
  }

  #footerbottomLeft {
    float: none;
    color: #FFFFFF;
    padding: 0px 0;
  }

  #footerbottomLeft img {
    float: left;
    margin-right: 10px;
  }

  #footerbottomLeft p {
    float: none;
    color: #999999;
    width: auto;
    font-size: 11px;
    margin: 20px 0 10px 0px;
    line-height: 18px;
  }

  #footerbottomRight {
    float: none;
    color: #FFFFFF;
    padding: 10px 0 20px 0px;
    text-align: center;
  }

  #footerbottomRight img {
    float: none;
  }

  img#footerImage {}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  /* HEADER */

  #topNavMobile table {
    margin-left: 0px;
    border: 0;

  }

  #headerImageMobile #mobileDown {
    bottom: 250px;
    width: 20%;
    margin-left: -25px;
  }

  #headerImageMobile #slogan {
    width: 60%;
    margin-left: -90px;
  }

  /* PHOTOS */

  #fotos ul li img,
  #fotooverzicht ul li img {
    width: 120px;
  }

  #fotos ul li:last-child {
    display: none;
  }

  /* VERVOLG */

  #contactForm input[type="text"],
  #contactForm input[type="email"] {
    width: 200px;
  }

  #contactForm textarea {
    width: 200px;
  }

  .newsDetail {
    max-width: 300px;
    max-height: 200px;
    margin: 20px;
  }

  .fotoalbumDetail {
    width: 130px;
    height: 85px;
    margin: 0 10px 10px 0;
  }

  #kinderboerderij img {
    width: 120px;
    height: 80px;

  }

  #dierenPaspoort {
    padding: 40px 0 40px 0;
  }

  #dierenInfo {
    display: block;
    float: none;
    margin: 10px 10px 0 10px;
    width: 280px;
  }

  #dierenPaspoort img {
    width: 130px;
    display: block;
    float: none;

  }

  #shadowOverview {
    left: 50px;
  }

  #agendaImage.detail {
    display: block;
    width: 300px;
  }

  #agendaImage.detail img {
    width: 290px;
  }

  #agendaImage.detail #shadow {
    left: 0px;
    width: 300px;
  }

  #contentFotos ul li img {
    width: 120px;
  }



  /*#agendaImage.detail {
			float: left;
			width: 340px;
			margin: 0 20px 10px 0;
		}

		#agendaImage.detail img {
			width: 320px;
		}

		#agendaImage.detail #shadow {
			left: 25px;
			width: 300px;
		}

		#agendaImage.detail #shadow img {
			width: 250px;
		}

		#shadowOverview {
			overflow: hidden;
			position: absolute;
			width: 200px;
			height: 100px;
			top: -10px;
			left: -15px;
		}

		#shadowOverview img {
			position: relative;
			z-index: 999;
		}*/

}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* RECAPTCHA */
#recaptcha {
  margin-bottom: 20px;
}