/*==========  Mobile First Method  ==========*/
body {
	background-color: rgba(228,224,112,0.1);
	font-family: 'Open Sans', sans-serif;
}
*.rtl {
    direction: rtl;
}
.scrollToTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	background-color: rgba(0,129,3,1);
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
}
.scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus{
	background-color: rgba(228,224,112,1);
	color: #ffffff;
}
h1 {
    color: rgba(0,129,3,1);
    
}

a {
	color: rgba(0,129,3,1);
}	
img {
    max-width: 100%;
}
blockquote {
    font-size: 12px;
}

/* plaatje altijd in het midden */
#vv div#main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pagenum {
    padding:10px 20px;
    background-color:#e5e5e5;
    position:fixed;
    bottom:10px;
    left:0;
    z-index:1040;
}

.table-responsive td {
    padding:10px 0;
}

/* Header */
#header {
	height: 135px;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
}
#header .navbar-brand {
	height: auto;
	font-size: 25px;
	font-weight: 300;
	color: rgba(88,88,88,1);
	padding: 0;
	padding-top: 10px;
	margin-bottom: 25px;
}
#header .navbar-brand small{
	font-size: 14px;
	display: block;
	line-height:2;
	text-transform: uppercase;
	color: rgba(0,129,3,1);

	
}
#header .taal-mobiel {
	padding-top: 10px;
	position:relative;
}
#header .taal-mobiel .taal{
	padding: 0;
	color: rgba(88,88,88,1);
}
#header .taal-mobiel .dropdown-menu {
	right: 0;
	left: auto;
	top: 30px;
}
#header a.btn-doneren {
	border: none;
	background-color: rgba(255,241,95,1);
	background-color: #f28c00;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 10px;
	color: rgba(88,88,88,1);
	color: #fff;
	
}
#header a.zoek.mobiel {
	margin-top: 10px;
	color: rgba(88,88,88,1);
}
#header .navbar-toggle {
	margin-top: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#header .navbar-toggle .icon-bar{
	background-color:rgba(88,88,88,1);
	width: 100%;
	height: 6px;
}
#header .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}

#header + div {
    	margin-top: 135px;
}


#header .navbar-nav>li>a img{
	margin-top: -3px;
}
#zoekbalk {
	display: none;
	position: absolute;
	bottom: -45px;
	background-color: #ffffff;
	margin-left: -15px;
	padding: 15px;
	margin-right: -15px;

}
#zoekbalk .form-control {
	margin-right: 75px;
	padding-right: 45px;
	
}
#zoekbalk .zoekknop{
	position: absolute;
	right: 15px;
	bottom: 15px;
	background-color: rgba(0,129,3,1);
}

/* Hoofdemnu */

#hoofdmenu.affix {
	//position: relative;
	z-index: 1;
}	

#hoofdmenu {
	border-top: 1px solid rgba(88,88,88,1);
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	position: fixed; 
	top: 135px;
	width: 100%;
	z-index: 2;
}
@media only screen and (max-width: 500px) {
	#hoofdmenu {
		top: 135px !important;
		overflow: scroll;
		max-height: calc(100vh - 225px);
		border-bottom: 1px solid rgba(88,88,88,1);
	}	
}
#hoofdmenu .contact li>a {
    color: rgba(0,129,3,1);
}
/* submenu */
ul.submenu {
    list-style: none;
    
}

ul.submenu li {
    position: relative;
    line-height: 1.4;
    margin-left: -35px;
    font-size:120%;
    
}
ul.submenu li:before{
    font-family: FontAwesome;
    content: "\f0da";   
    position: absolute;
    left: 0px;
    top:9px;
    color:rgba(0,129,3,1);
}
ul.submenu.rtl li:after{
    font-family: FontAwesome;
    content: "\f0d9";   
    position: absolute;
    right: 0px;
    top:9px;
    color:rgba(0,129,3,1);
}
ul.submenu.rtl li:before{
    display: none;
}
ul.submenu li a {
    display:block;
    padding:8px 15px;
    border-top:1px #f7f6d9 solid;
    border-top:1px rgba(0,129,3,0.1) solid;
}
ul.submenu li a:hover {
    background-color:#f7f6d9;
}


/* Header foto */
#hoofdfoto{
	height: 250px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
	display:block;
	text-align: center;
}
#hoofdfoto h2 {
	font-size: 34px;
	color: #ffffff;
	
}
#hoofdfoto h3 {
	font-size: 16px;
	color: #ffffff;	
}	

#main {
	padding-top: 45px;
	padding-bottom: 45px;
}
#main .groen {
	font-size: 125%;
	color: rgba(0,129,3,1);
	margin-bottom: 30px;
}
#main .rood {
	font-size: 150%;
	color: #a90007;
	margin-bottom: 30px;
}

#mainUIT img {
	margin: 0 15px;
	margin-bottom: 30px;
}


#footer {
	background-color: rgba(0,129,3,0.1);
	position: relative;
	//height: 200px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer::before {
	content:" ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ad8d7+0,c0eee9+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,129,3,0.3) 0%, rgba(192,238,233,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,129,3,0.3) 0%,rgba(192,238,233,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,129,3,0.3) 0%,rgba(192,238,233,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008103', endColorstr='#00c0eee9',GradientType=0 ); /* IE6-9 */
	z-index: 0;
}
#footer h3{
	color: rgba(0,129,3,1);
	font-size: 20px;
	font-weight: 400;
}
#footer .btn-donatie {
	margin-top: 45px;
	font-size: 28px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.0);
	border-color: rgba(0,129,3,1);
	background-color: #f28c00;
	color: rgba(0,129,3,1);
	color:#fff;
	margin-bottom: 15px;
}
#footer .btn-donatie:hover {
	background-color:  rgba(0,129,3,0.5);
	color: #ffffff;
}
#copyright {
	font-size: 10px;
}
.niet_vertaald {
    background-color: rgba(0,129,3,0.1);
    position: relative;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 15px;
    border: 1px solid rgba(0,129,3,0.4);
    border-radius: 5px;
}

.quip-fld input {
    margin-bottom:5px;
    
}



/*///////////////////////
DONEREN
//////////////////////*/

#ikdoneer h2 {
    background-color: rgba(0,129,3,1);
    padding: 5px 15px;
    font-size: 16px;
    color: #ffffff;
}
#ikdoneer #bedragen {
    text-align: center;
}
#ikdoneer .radioplus {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#ikdoneer .radioplus + label {
    border: 1px solid #efefef;
    background-color: #ffffff; 
    height: 65px;
    line-height: 55px;
    padding: 5px 15px;
    font-size: 18px;
    margin: 0 10px;
    text-align: center;
}
#ikdoneer input.radioplus:checked + label {
    border: 1px solid rgba(0,129,3,1);;
    background-color:rgba(0,129,3,1);
    color: #ffffff;
}

#ikdoneer #betaalmethodes {
    text-align: center;
}
#ikdoneer #betaalmethodes  .radioplus + label {
    height: 112px;
    width: 112px;
    margin-bottom: 5px;

}
#ikdoneer .radioplus + label span.img {
    display: block;
    width: 80px;
    height: 65px;
    margin-top: 1px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    border: 5px solid #fff;
}

#ikdoneer .radioplus + label .label-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.2rem;
    width: 100%;
}

#ikdoneer .radioplus + label .label-container>span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    width: 100%;
}

#ikdoneer #divanderbedrag {
    display: none;
}

#ikdoneer #divanderbedrag>div {
    width: 75%;
    margin: 0 auto;
}

#ikdoneer #bedrijfsgegevens {
    display: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkbox input  ~ label {
    height: 30px;
    line-height: 30px;
    padding-left: 0;
}
.checkbox input  ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f00c";
    font-size: 1.2em;
    background-color: #e8f0f7;
    color: #e8f0f7;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
}
.checkbox input:checked ~ label {
    color: #00295C;   
    font-weight: 600;
}
.checkbox input:checked ~ label:before {
    content: "\f00c";        
    color: #00295C;
}

#ikdoneer .btn-primary {
    background-color: rgba(0,129,3,1);
    border: none;
}
#ikdoneer .btn-primary:hover {
    background-color: rgba(228,224,112,1);
    
}
	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {
        #ikdoneer #divanderbedrag>div {
            width: 50%;
            margin: 0 auto;
        }

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		.mobiel {
			display: none;
		}
		.modal-xl {
			width: 90%;
			max-width:1200px;
		}
		#header {
			background-color: #f2f9f2;
			padding-top: 15px;
		}
		#header::before {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			Height: 50px;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ad8d7+0,c0eee9+100&1+0,0+100 */
			background: -moz-linear-gradient(top, rgba(0,129,3,0.3) 0%, rgba(192,238,233,0) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, rgba(0,129,3,0.3) 0%,rgba(192,238,233,0) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, rgba(0,129,3,0.3) 0%,rgba(192,238,233,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008103', endColorstr='#00c0eee9',GradientType=0 ); /* IE6-9 */
			z-index: -1;
		}
		#header .navbar-brand {
			padding-left:0;
			margin-left: -15px;
			font-size: 42px;

		}
		#header .navbar-brand small{
			font-size: 18px;
		}
		#header .navbar-nav {
			padding-top: 15px;
		}
		#header .navbar-nav>li>a {
			color: rgba(96,96,96,1);
			padding-top : 5px;
			padding-bottom: 5px;
			display:block;
			text-transform: uppercase;
		}
		#header .navbar-nav>li>a:after {
			content: "";
			position: absolute;
			left: 0;
			top: 5px;
			height: 25px;
			height: calc(100% - 10px);
			width: 1px;
			background: rgba(96,96,96,1);
		}
		#header .navbar-nav>li:first-of-type>a:after, #header .navbar-nav>li:last-of-type>a:after {
			display: none;
		}
		#header .navbar-nav>li>a:hover, #header .navbar-nav>li>a:focus {
			background: none;
			color: rgba(0,129,3,1);
		}
		#header .navbar-nav>li>a.btn-doneren {
			border: none;
			background-color: rgba(255,241,95,1);
			background-color: #f28c00;
			color:#fff;
			margin-top: 0;
			
		}
		#header .navbar-nav>li>a.btn-doneren:hover {
			border: none;
			background-color:rgba(0,129,3,0.6);
			color: #ffffff;
			
		}
		#zoekbalk {
			display: none;
			position: absolute;
			right: 15px;
			margin-right: 0;
			bottom: -0px;
			padding: 0;
			background: none;
		}
		#zoekbalk .zoekknop {
			bottom: 0;
			right: 0;
		}
		#zoekbalk .zoekknop:hover{
			background-color: rgba(228,224,112,1);
		}
		#hoofdmenu {
			border: none;
			top: 0;
			width:  25%;
			position: relative;
			background-color: #f7f6d9;
			padding-left: 8.333vw;
		}
		#hoofdmenu.affix + div {
			margin-left: 25%;
		}
		#hoofdmenu.affix {
			top: 135px; /* hoogte van de header */
			position: fixed;
		}
		#hoofdmenu .nav>li>a {
			padding: 3px 5px;
			color: #000000;
		}
		#hoofdmenu .contact li>a {
            color: rgba(0,129,3,1);
        }
		#hoofdmenu .nav>li>a:hover {
			background-color: rgba(0,129,3,0.2);
		}	
		#hoofdmenu .nav>li.active>a {
			background-color: rgba(0,129,3,0.6);
			color: #ffffff;
		}
		#hoofdmenu hr{
			margin-top:5px;
			margin-bottom:5px;
			border-top: 2px solid #ffffff;
			margin-left: -8.333333333vw;
			margin-right: -15px;
		}	
		#hoofdfoto {
			padding-top: 55px;
			height: 335px;
			text-align: center;

		}
		#hoofdfoto h2 {
			font-size: 54px;
			color: #ffffff;
			
		}
		#hoofdfoto h3 {
			font-size: 24px;
			color: #ffffff;	
		}	
		#main {
			padding-left: 8.333333vw;
			line-height: 2;
		}
		#main img {
			//margin-right: 45px;
			//margin-bottom: 45px;
		}
		#ikdoneer #divanderbedrag>div {
            width: 33%;
            margin: 0 auto;
        }
		
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {

	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

	}