.facebook-icon::before {
	content: url(../../images/facebook-5-48.png);
}

.calendar-icon::before {
	content: url(../../images/calendar-2-48.png);
}

.organogram-icon::before {
	content: url(../../images/flow-chart-48.png);
}

#header .logo {
	background-image: url('../../images/logo.png');
    background-size: 211px 80px;
    width: 211px; 
    height: 80px;
}

#program, #kontakbesonderhede, #kersdag2019 {
	background-color:#faf8f6;
}

#bankbesonderhede  {
	background-color:#e8e4e0;
	padding: 0px;
}

.constrained55 {
	max-width: 55em;
}

.constrained45 {
	max-width: 45em;
}

.constrained25 {
	max-width: 25em;
}

.leraar-flex {
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

	.leraar-flex.flex-3 article {
				position: relative;
				width: 28%;
			}

	.leraar-flex.flex-3 article:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		right: -2em;
		top: 0;
		border-right: 1px solid #dbdbdb;
		pointer-events: none;
	}

	.leraar-flex.flex-3 article:last-child:before {
		border: none;
	}
	
@media screen and (max-width: 980px) {

		.leraar-flex.flex-3 article {
			width: 100%;
			margin-bottom: 3em;
		}

			.leraar-flex.flex-3 article:last-child {
				margin-bottom: 0;
			}

	}

	@media screen and (max-width: 480px) {

		.leraar-flex.flex-3 br {
			display: none;
		}

	}
	
	.leraar-flex .leraar-image {
		margin-bottom: 1em;
	}
	
/* .google-maps { */
        /* position: relative; */
        /* padding-bottom: 75%; // This is the aspect ratio */
        /* height: 0; */
        /* overflow: hidden; */
		/* max-width: 500px; */
		/* max-height: 375px; */
    /* } */
    /* .google-maps iframe { */
        /* position: absolute; */
        /* top: 0; */
        /* left: 0; */
        /* width: 100% !important; */
        /* height: 100% !important; */
    /* } */
	
a.no-underline {
	text-decoration: none;
}

.logo-img {
	float: left;
}

.logo-anchor {
	float: left;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.logo-img {
		height: 50px;
	}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.logo-img {
		height: 50px;
	}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.logo-img {
		height: 60px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.logo-img {
		height: 60px;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1280px) {
	.logo-img {
		height: 80px;
	}
}