/* *************************************** start mobiel ******************************* */

@media (max-width: 1000px) {

  .mobile_only {
  display: block;
  } 

  .cal_mobile_only {
  } 

  .cal_desktop_only {
  display: none;
  } 

  /* *************************************** start menu ******************************* */

  #menuDiv {
  position: absolute;
  top: 60px;
  right: 20px;
  overflow: hidden;
  z-index: 1000;
  }
  
  #menuDiv p {
  display: block;
  height: 17px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 27px 0 0;
  background: url(/images/icon_menu.png) top right no-repeat;
  }
  
  #menuDiv p:hover {
  color: #BA1714;
  background: url(/images/icon_menu.png) top -17px right no-repeat;
  cursor: pointer;
  }

  .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 6000;
  top: 0;
  right: 0;
  background-color: #173A6A;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 60px 0;
  }

  .sidenav a {
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  }

  .sidenav a:hover {
  color: #BA1714;
  }

  .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #BA1714;
  }

  /* *************************************** einde menu ******************************* */

/* START NAVIG ***************************************************************************** */

ul#navmenu {
  display: none;
}

/* END NAVIG ***************************************************************************** */

  #headerContainer {
	float: left;
  width: 100%;
  }

  #header {
	float: left;
	width: 100%;
	background-color: #fff;
  }

  #headerLeft {
	float: left;
	width: 100%;
  padding: 10px 0;
  }
  
  #headerLeft h1 {
	margin: 0 !important;
	font-size: 25px;
	font-family: "Avant Garde", Arial, Helvetica, Sans-serif;
	font-weight: lighter;
  text-align: center;
  }

  #headerLeft h1 a {
  text-decoration: none;
  color: #043B6A;
  }
  
  #headerRight {
  display: none;
  }
  
  #navigContainer {
  float: left;
  width: 100%;
  }
  
  #navig {
  float: left;
  width: 100%;
  height: 40px;
  background-color: #043B6A;
  }
  
  #fotoContainer {
  float: left;
  width: 100%;
  }
  
  #foto {
  float: left;
  width: 100%;
  background-color: #fff;
  }
  
  #foto img {
  }
  
  #mainContainer {
  float: left;
  width: 100%;
  }
  
  #main {
  float: left;
  width: 100%;
  background-color: #fff;
  }
  
  #mainLeft {
  float: left;
  width: 90%;
  /* min-height: 300px; */
  margin:	30px 5% 0 5%;
  padding: 25px;
  box-sizing: border-box;
  background-image: linear-gradient(#D6DCE8, #fff);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  }
  
  #myRondvaarten {
  float: left;
  width: 100%;
  min-height: 100px;
  margin-bottom: 25px;
  padding: 0 135px 25px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  background: url(/images/bg_rondvaarten.png) top right no-repeat;
  }
  
  #myVragen {
  display: none;
  }
  
  #wielDiv {
  float: left;
  width: 100%;
  text-align: center;
  }
  
  #mainRight, #mainRight_rondvaarten {
  float: left;
  width: 90%;
  padding: 25px 5% 25px 5%;
  box-sizing: border-box;
  }
  
  #footerContainer {
  float: left;
  width: 100%;
  }
  
  #footer {
  float: left;
  width: 100%;
  border-bottom: 5px solid #BE0502;
  background-color: #E3E4E6;
  }
  
  #footerTop {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 15px
  }
  
  #footerBottom {
  float: left;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  }

  #footerTop ul li, #footerBottom ul li {
	display: block;
  font-size: 13px;
  line-height: 1.5em;
	padding: 0 !important;
	color: #043B6A;
  }

  #footerTop ul li a, #footerBottom ul li a {
	color: #043B6A !important;
	text-decoration: none;
  }

/* ********************************************* start divs ************************************************ */

.div100 {
  float: left;
  width: 100%;
}

.div50 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.div25 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

/* ********************************************* einde divs ************************************************ */

/* ********************************************* start popup homepage ************************************************ */

	#popupContainer {
	z-index: 21000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bg_popup.png);
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  #popup {
  left: 5%;
  width: 90%;
  background-color: #fff;
  padding: 2%;
  border: 10px solid #10376A;
  box-sizing: border-box;
  }
  
  #popup1, #popup2 {
  float: left;
  width: 100%;
  }
  
  #popup2 h1 {
  color: #000 !important;
  font-size: 18px !important;
  line-height: 1.3em !important;
  margin-bottom: 10px !important;
  }
  
  #popup2 p {
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1.2em !important;
  margin-bottom: 15px !important;
  }
  
  #popup2 p a {
  color: #000 !important;
  text-decoration: underline;
  }
  
  #popup2 p a:hover {
  color: #000 !important;
  text-decoration: none;
  }
  
  #popup1 img {
  float: right;
  margin-bottom: 10px;
  }
  
  #popup1 img:hover {
  cursor: pointer;
  cursor: hand;
  }
  
  #popup2 img {
  max-width: 100%;
  height: auto;
  }
  
/* ********************************************* einde popup homepage ************************************************ */

} /* einde max 1000px */

/* *************************************** einde mobiel ******************************* */

