@charset "UTF-8";
/* CSS Document */


.container {
	max-width: 1200px;
	background-color: #CCC;
	padding: 0;
	border-radius: 10px;
}
a:link {
	border: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	border:none;
	outline:none;
	
}
.onzichtbaar {
	display: none;
}


.head {
	height: 110px;
	background-color: #ECECEC;
	border: 1px solid #ccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(../images/layout/bkgrnd_head.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.head svg {
	width: 40%;
	margin-left: 30%;
	height: 85px;
	margin-top: 0px;
	
}
.navbar-default {
	background: #ECECEC;
	border: none;
	position: relative;
	z-index: 999;
}
.menu {
	background-color: none;
	width: 100%;

}
.navigatie {
	position: absolute;
	font-size: 32px;
	color: rgba(166,166,166,0.8);
	right: 10%;
	letter-spacing: 2px;
	display: none;
}
.verticaal {
	display: none;
}
#defaultNavbar1 a:hover {
	color: #FFF;
}

.navbar {
	max-height: 53px;
	border-radius: 0;
}

 .container-fluid.showbak {
	background-color: #CCC;
	padding-bottom: 60px;
	
}

.container-fluid.koffieketel {
	background-color: #CCC;
	padding-bottom: 60px;
	
}

.container-fluid.showbak img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-top: 40px;
}
.container-fluid.showbak .koe img {
	width: 65%;
	height: auto;
	margin-left: 17.5%;
	margin-top: 40px;
}
.container-fluid.showbak .koe .blokjekoe {
	margin-left: 17.5%;
	display:block;
	
}

.container-fluid.showbak .well {
	margin-top: 40px;
	width: 95%;
	margin-left: 0;
}
.container-fluid.showbak .well p {
	font-size:22px;
	margin-bottom: 20px;
}
.voet {
	background-color: #BAC0D3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	clear:both;
}
.voet .links, .voet .midden, .voet .rechts {
	padding: 15px;
	color: #FFF;
}
.voet .links a {
	color: #FFF;
}
.voet .midden {
	text-align:center;
	font-weight: bold;
}
.voet .rechts {
	text-align:right;
}
.showbak .table {
	margin-top: 40px;
	width: 90%;
	margin-left: 10%;
}
.showbak .table td {
	font-size:18px;
	font-weight: bold;
	padding-left: 7%;
}
.showbak .table td a {
	color: rgba(108,107,107,0.8);
}
.showbak .table td a:hover {
	text-decoration: none;
	color: blue;
}
.container .phone {
	display: none;;
}
.tafel {
	float: left;
	list-style:none;
	border-spacing: 0;
    border-collapse: collapse;
	width: 50%;
	margin: 0  0 20px  0;
}
.tafel li {
	padding: 4px 0 4px 0;
	float: left;
}
.tafel li img {
	width:100%;
	height: auto;
	border: 1px solid transparent;
}

.tafel li img:hover {
	cursor:pointer;
	border: 1px solid #4953A4;
}
.ruggetje{
display: block;
margin-bottom: 30px;
}

#plek {
max-width: 720px;
margin-left: 15%;
}
#plek img {
	width: 75%;
	height: auto;
	
}
.werkbak {
	min-height: 575px;
}
.werkbak h2 a {
	margin-top: 0px;
	color: #E6E6E6;
	font-size: 20px;
	margin-left: 4%;
}

.werkbak h2 a:hover {
	text-decoration:none;
	color: blue;

}

.ruggetje a {
	margin-top: 0px;
	color: #E6E6E6;
	font-size: 20px;
	margin-left: 4%;
}

.ruggetje a:hover {
	text-decoration:none;
	color: blue;

}

#slideshow {
	width: 90%;
	margin-left: 5%;
	margin-top: -50px;
	position: relative;
}

.glyphicon {
	font-size: 30px;
	color: blue;
}
.glyphicon:hover {
	color: white;
}
.linksknop {
	position: absolute;
	top: 50%;
	left: 3%;
}
.rechtsknop {
	position: absolute;
	top: 50%;
	right: 3%;
}
.bottomslide {
	clear:both;
	height: 20px;
	width: 100%;
	text-align:center;
	margin-top: 50px;
}

.stop, .door {
	position: absolute;
	top: 15px;
	left:0;
	display:none;
	font-size: 12px;
}
.before {
	position: absolute;
	right: 5%;
	bottom: 20px;
	text-align: center;
}
.tik {
	font-weight: bold;
	color: white;
	background-color: #393939;
	padding: 3px 10px;
}
.tik:hover {
	cursor:pointer;
	color: #C7D5F3;
}
.bislide {
	font-size: 18px;
	color: #FFF;
}
	
.swipebox {
	float: none;
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	height: 20px;
	display: none;
}
.jaarlijst {
	margin-top: 40px;
	list-style: none;
	margin-left: 15%;
}

.jaarlijst li {
	width: 170px;
	height: 45px;
	padding: 0px;
	border: 2px solid #9B9B9B;
	background-color: #E6E6E6;
	margin-bottom: 10px;
}
.jaarlijst li a {
	color:#393939;
	text-decoration: none;
	width: 150px;
	height: 40px;
	padding: 10px 0 20px 10px;
	display: block;
	margin-bottom: 0px;
	
}

.jaarlijst li:hover {
	cursor: pointer;
	background-color: white;
	background-image: url(../images/layout/pijl-links.png);
	background-repeat: no-repeat;
	background-position: 90%;

}
.schildertekst {
	margin-top: 40px;
	 width: 60%;
	margin-left: 15%;
	border: 2px solid #9B9B9B;
	background-color: #E6E6E6;
	padding: 10px 0 20px 10px;
	clear: both;
	
}
	

.tipslijst {
	margin-top: 40px;
	list-style: none;
	margin-left: -4%;
}

.tipslijst li {
	width: 100%;
	height: 100px;
	padding: 0px;
	border: 2px solid #9B9B9B;
	background-color: #E6E6E6;
	margin-bottom: 10px;
	overflow: hidden;
}
.tipslijst li a {
	font-size: 12px;color:#393939;
	text-decoration: none;
	width: 550px;
	height: 300px;
	padding: 10px 25px 5px 10px;
	display: block;
	margin-bottom: 0px;
	
}

.tipslijst li:hover {
	cursor: pointer;
	background-color: white;
	/*background-image: url(../interface/pijl-links.png);
	background-repeat: no-repeat;
	background-position: 90%;*/

}
.bekijkbak {
	display: none;
}


.tipsbak {
	width: 70%;
	max-width: 600px;
	margin: 20px auto 25px auto;
	padding-bottom: 50px;
}
.tipsbak .under {
	width: 100%;
	text-align: center;
}
.tipsbak p {
	text-align:left;
}

.tipsbak p::first-letter {
	font-size: 150%;
	line-height: normal;
	
}
.tipsbak p .kleintips {
	max-width: 110px;
	height: 70px;
	float: left;
	margin: 10px 0 20px -120px;
	padding: 0;
	
	
}
	
.tipsbak p .kleintipje {
	max-width: 53px;
	height: 80px;
	float: left;
	margin: 10px 0 20px -120px;
	padding: 0;
	
	
}

.boven {
	display:none;
}
.teksten ul {
	list-style:none;
	margin-left: -100px;

}


.teksten ul li {
	float: left;
	padding-right: 30px;
	font-size: 12px;
}

.teksten ul li hr {
	width: 95%;
	margin-left: 5%;
}
.klor {
	
	float: left;
	margin: 0 25px 0 0;
	max-width: 400px;
	width: 100%;
	height:auto;
	padding-bottom: 130px;
}
.koffiebruin {
	max-height: 200px;
}
.koeklant {
	float: left;
	margin: 0px 25px 0 0;
	max-width: 400px;
	width: 100%;
	height:auto;
	padding-bottom: 300px;
	
}

.nieuwsbox {
	width: 80%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #393939;
}
.bovenkant { 
	width:100%;
	font-variant:small-caps;
	font-size: 36px;
	padding: 10px;
	color: #393939;
	background-color: #E6E6E6;
	letter-spacing: 2px;
	text-align: center;
}

.nieuwsbak{
	padding: 0 70px;
	
}
.nieuwsbak h3 {
	margin-top: 0;
	margin-bottom: 40px;
}
.nieuwsbak img{
	float: left;
	max-width: 580px;
	
}
	
.datum {
	font-size: 12px;
	margin-top: 15px;
}
.onderschrift {
	clear:both;
	font-size: 12px;
	max-width: 670px;
}

.bericht {
	margin-top: 40px;
}
.bericht  h4 {
	margin-bottom: -20px;
}



.cvbak {
	padding-left: 60px;
}

.cvbak ul {
	margin-left: 40px;
	list-style: none;
}

.cvbak ul li {
	margin-top: 15px;
}

.boekenbak {
	padding-left: 60px;
}
.boekenbak ul {
	list-style:none;
}
.boekenbak ul li {
	margin-top: 30px;
	border-top: 1px solid #E6E6E6;
	padding-top: 12px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.boekenbak .vlag {
	padding: 0;
	float: left;
	margin-right: 15px;
}

.introteksten {
	width: 60%;
	padding: 20px;
	color: #393939;
	background-color: #E6E6E6;
	margin-left: auto;
    margin-right: auto;
	
}
	
.brost {
	float: left;
}

	

	
	

	








/*---------------------------------------------------*/

@media only screen and (max-width: 1024px) {
	.container {
		width: 95%;
		margin-left: 2.5%;
	}
	.head svg {
	width: 44%;
	margin-left: 28%;
	height: 80px;
	margin-top: 0px;
	
}
.container-fluid.showbak .well p {
	font-size:18px;
	margin-bottom: 16px;
}
.tafel li img {
	width:120%;
	height: auto;
}
.swipebox {
	float: none;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.tipslijst li a {
	font-size: 12px;color:#393939;
	text-decoration: none;
	width: 100%;
	height: 300px;
	padding: 10px 25px 5px 10px;
	display: block;
	margin-bottom: 0px;
	
}
.teksten ul {
	list-style:none;
	margin-left: -30px;

}
.teksten ul li img {
	padding-bottom: 10px;
}
.koffiebruin {
	display: none;
}
.nieuwsbak img{
	max-width: 540px;
}


}
@media only screen and (max-width: 800px) {
	head {
	height: 110px;
	}
	
.werkbak {
	min-height: 405px;
}
	.head svg {
	width: 50%;
	margin-left: 4%;
	height: 85px;
	margin-top: 0px;
	
}
.container-fluid.showbak {
	min-height: 445px;
}
.tafel li img {
	width:140%;
	height: auto;
}
.tipslijst li {
	width: 100%;
	height: 200px;
	padding: 0px;
	border: 2px solid #9B9B9B;
	background-color: #E6E6E6;
	margin-bottom: 10px;
}
.tipslijst li a {
	font-size: 12px;color:#393939;
	text-decoration: none;
	width: 100%;
	height: 200px;
	padding: 10px 25px 5px 10px;
	display: block;
	margin-bottom: 0px;
	
}

.schildertekst {
	width: 80%;
}
.klain {
	font-size: 12px;
}
.teksten ul {
	list-style:none;
	margin-left: 0px;

}
.teksten ul li img {
	float: none;
	width: 120%;
	height: auto;
}

.nieuwsbak{
	padding: 0 30px;
	
}

.nieuwsbak img{
	max-width: 500px;
}

.introteksten {
	width: 90%;
}
.brost {
	clear:both;
	float: none;
	margin-top: 20px;
}

.boekenbak ul li {
	width: 90%;
	margin-left: -5%;
    
}
	
}
@media only screen and (max-width: 768px) {

.nieuwsbak img{
	max-width: 475px;
}	
}
@media only screen and (max-width: 640px) {
	.boven {
	display:block;
}
	.onder {
		display: none;
	}
	.schildertekst {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	
	
	.tafel {
	float: none;
	list-style:none;
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
	margin: 0 -30px 0 0 ;
}
.hoog {
	height: 200px;
}
.tafel li {
	padding: 4px 0 4px 0;
	float: left;
}
.tafel li img {
	width:52%;
	height: auto;
}
#plek {
max-width: 720px;
margin-top: 40px;
margin-left: 8%;
}
#plek img {
	width: 75%;
	height: auto;
	
}
.werkbak {
	height: 770px;
}
	
	
	
	
	.container {
		width: 100%;
		margin-left: 0;
	}
	
	.head {
	height: 100px;
	}
	
	.head svg {
	width: 55%;
	margin-left: 3%;
	height: 85px;
	margin-top: -5px;
	
}
.container-fluid.showbak img {
	width: 70%;
	height: auto;
	margin-left: 15%;
	margin-top: 15px;
}
.navigatie {
	right: 15%;
	font-size: 28px;
	margin-top: 3px;
}
.horizontaal {
	display: none;
}
.verticaal {
	display: block;
}
.navigatie {
	display: block;
}
.navbar {
	max-height: 1000px;
}
.container-fluid.showbak .well {
	margin-top: 40px;
	width: 95%;
	margin-left: 2.5%;
}
.container-fluid.showbak img {
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-top: 15px;
}
.container-fluid.showbak .well p {
	font-size:14px;
	margin-bottom: 14px;
}
.voet .midden, .voet .rechts {
	text-align: left;
	border-top: 1px solid #ECECEC;
	width: 75%;
}

.showbak .table {
	margin-top: 40px;
	width: 90%;
	margin-left: 5%;
}
.showbak .table td {
	padding-left: 3%;
}
.werkbak .koe {
	padding-top: 40px;
}
.menubak {
	display: none;
}
.bekijkbak {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	
}
.bekijken{
	width: 70%;
	text-align: center;
	font-size: 18px;
}

.teksten ul {
	list-style:none;
	margin-left: 0;

}
.tekstenbak {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.nieuwsbak img{
	max-width: 365px;
}

}
@media only screen and (max-width: 600px) {
	.head {
	height: 120px;
	}
	
	.head svg {
	width: 90%;
	margin-left: 3%;
	height: 85px;
	margin-top: 5px;
	
}

.teksten ul li img {
	float: none;
	margin: 0px 25px 0 0;
	max-width: 500px;
	width: 100%;
	height:auto;
	padding: 0;
}

}
@media only screen and (max-width: 568px) {
	
	.voet .midden, .voet .rechts {
	width: 90%;
}
.navbar {
	display: none;
}
.container .showbak {
	display: none;
}
.bekijkbak {
	display: none;
}

.container .phone {
	display: block;
	padding-top: 40px;
	background-color:rgba(204,204,204,1.00);
	padding-bottom: 115px;
	text-align:center;
	
}


}
@media only screen and (max-width: 480px) {
	.head {
	height: 100px;
	}
	.head {
	height: 110px;
	}
	.container-fluid.showbak img {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-top: 15px;
}
.navigatie {
	right: 20%;
}

}

@media only screen and (max-width: 320px) {
	.head {
	height: 90px;
	}
	
	.head svg {
	width: 90%;
	margin-left: 13px;
	height: 80px;
	margin-top: -10px;
	
}
.navigatie {
	right: 30%;
}
	
	
}
