body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	color: #64682A;
}

a{
color: #64682A;
text-decoration: underline;
}

a:hover{
color: #64682A;
}

h1{
	font-family: inherit;
	font-weight: 900;
	font-size: 22px;
	color: #739148 ;
}

.headerTop {
  width:100%;
  height:178px;
  background-image:url('img/bg.png');
  padding:0;
}

.footer {
	background-color: #64682a;
	width:100%;
	color: white;
	}

.footerTitle{
	color:white;
	font-size:16px;
	font-weight: 600;
	letter-spacing: 1px;
	}
	
.footerTitle2{
	color:#bfc82d;
	font-size:16px;
	font-weight: 600;
	letter-spacing: 1px;
	}
	
.footerTitle3{
	color:#bfc82d;
	font-size:12px;
	font-weight: 500;
	letter-spacing: 1px;
	}
	
.btnInschrijven{
	border-radius: 0px;
	background-color: #bfd730;
	text-transform: uppercase;
	font-size:16px;
	font-weight: 600;
	color: white;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.63);
	border:none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.btnInschrijven:hover{
	border-radius: 0px;
	background-color: #adc335;
	text-transform: uppercase;
	font-size:16px;
	font-weight: 600;
	color: white;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.63);
	border:none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.wide img {
  width:100%;
}

.logo {
  background-image:url('img/bg1.png');
  height:178px;
}
.logoBox {
	max-height:180px; z-index:1000;
	-webkit-box-shadow: -11px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -11px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -11px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 11px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    11px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         11px 0px 7px 0px rgba(50, 50, 50, 0.75);
}

.galerij{
	text-align:center;
	width: 100%;
	max-height: 600px; 
	border: 1px solid #EEEEEE;
	text-align:center;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(195, 198, 198, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(195, 198, 198, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(195, 198, 198, 0.75);
	margin-bottom: 10px;
}

.fotogalerij{
	display: block;
	margin-left: auto;
	margin-right: auto ;
	padding: 20px;
	max-width: 600px; 
	max-height: 600px; 
}

.fotogalerijThumb{
	display:inline-block;
	width: 100px;
	height: 100px;
	object-fit: contain; 
}


.thumbNews{
	margin-top: 10px;
	width: 100%;
	height: 130px;
	object-fit: contain; 
}

.line {
  padding-top:0px;
  white-space:no-wrap;
  overflow:hidden;
  text-align:center;
}

.baseline {
	line-height: 25px;
	text-align:right; 
	color:#bfd730; 
	font-face: Arial; 
	font-weight:900; 
	padding:20px; 
	font-size:25px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.63);
	z-index: 100;
	}
	
.hoekaf{
	border-right: 2px solid #ffffff;
	background-color: #dddddd;
	border-bottom-right-radius: 2em;
	}
.menu {
	background-color: #bfd730;
	line-height: 25px;
	height: 25px;
}
.menuWhite {
	background-color: #ffffff;
}
.menuType{
	color: #64682a;
	font-size: 16px;
	font-weight: 800;		
	text-transform: uppercase;
	padding-left: 45px;
}

.boxNieuws{
	background-color: #e6e7e8;
	padding-top:10px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	 background: -webkit-linear-gradient(#d3d4d6, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d3d4d6, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d3d4d6, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d3d4d6, white); /* Standard syntax (must be last) */

}
.titNieuws{
	color: #64682a;
	font-size: 16px;
	font-weight: 800;		
	text-transform: uppercase;
	text-align:right;
}
.titNieuws2{
	color: #7F9B36;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;	
}
.menuTypeSmall{
	color: #64682a;
	font-size: 14px;
	font-weight:800;	
}
.dropdown-toggle{
	color: #64682a;
	padding-left: 30px;
	font-size: 14px;
	font-family: arial;
	display:block;
	font-weight: 800;	
}

.navbar-collapse {
	background-color: #bfd730;
	padding-left: 0px;
	
}
.navbar-header {
	margin-top:-35px;
	}

.nav >.navbar-nav>.navbar-left>li > a{
margin-left: 30px;
}

.navbar {
	height : 10px;
	max-height : 10px;
	padding: 0px;
	line-height: 10px;
	min-height: 1px !important;
  #position: static;
z-index: 1001;
}
.navbar-inverse {
	background-color: #bfd730;
	border-color: #bfd730;
	height : 10px;
	line-height: 10px;
	padding: 0px;
z-index: 1001;
}

.navbar-brand{
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 10px;
}
.navbar .nav > li{
z-index: 1001;
}
.navbar-nav > li > a {
	line-height: 10px;
	padding-bottom: 5px !important;
	padding-top: 6px !important;
	text-decoration: none;
}
.nav > li > a{
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
}
.nav > li:first-child > a{
	padding-left: 0px;
}
.nav > li:last-child > a{
	border-right: 0px solid #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
	color: #64682a;
}

.menuProducten{
	background-color: #ffffff;
	padding-left: 30px;
	text-align:left;
	border-bottom: 0px;
	font-weight: 600;
	}
.menuProducten:hover {
	background-color: #ffffff;
}


.nav-tabs > li > a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #bfd730;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #bfd730;
}

.dropdown-menu {
  position: absolute;
  top: 40%;
  left: 120px;
  z-index: 1000;
  display: none;
  float: left;
  width:160px;
  min-width:160px;
  padding: 1px 0;
  margin: 1px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #e6e7e8;
  color: #bfd730;
  -webkit-background-clip: padding-box;
		  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.dropdown-menu > li > a {
	color: #808291;
	border-color: #ffffff;
	border-bottom: 1px #000000 solid;
	padding-left:5px;
	padding-right:4px;
	background-color: #e6e7e8;
	
white-space: normal;
	display: block;
	width: 160px;
	float: left;
	text-decoration: none;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #bfd730;
	border-color: #ffffff;
	border-bottom: 1px #000000 solid;
	padding-left:5px;
	padding-right:4px;
	background-color: #e6e7e8;
	
white-space: normal;
	display: block;
	width: 160px;
	float: left; 
}

.boxLeft{
	margin-top:20px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(195, 198, 198, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(195, 198, 198, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(195, 198, 198, 0.75);
	width: 100%;
	max-width: 240px;
}
	/* responsive text queries */

	
	@media screen and (max-width: 1280px) {
		.baseline {
			font-size:25px;
			}
	}
	
	@media screen and (max-width: 800px) {
		.baseline {
			font-size:20px;
			}
	}
	@media screen and (max-width: 768px) {
		.baseline {
			font-size:20px;
			}
		.navbar-collapse li a { 
		margin-left:30px;
		}
		.nav > li:first-child > a{
			padding-left: 10px;
		}
		.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
		background-color: #BFD730;
		margin-left: 30px;	
		}
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
		background-color: #BFD730;
		}
		.dropdown-menu{
		margin-left: 30px;		
		}
		.nav-tabs>li>a{
		border : 0px;
		border-bottom : 0px;
		}
		.nav-tabs>li>a:hover{
		border-bottom : 0px;
		}
		.dropdown-menu > li > a{
		width: 700px;
		}
		.dropdown-menu > li > a:hover{
		width: 700px;
		}
		.menuProducten{
		margin-left: 30px;
		}
	}
	



@font-face {
	font-family: 'weather';
	src: url('simpleWeather/artill_clean_icons-webfont.eot');
	src: url('simpleWeather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
		 url('simpleWeather/artill_clean_icons-webfont.woff') format('woff'),
		 url('simpleWeather/artill_clean_icons-webfont.ttf') format('truetype'),
		 url('simpleWeather/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
	font-weight: normal;
	font-style: normal;
}



#weather {
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  background-color: #BFD730;
}

i {
  color: #fff;
  font-family: weather;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}