* {
	box-sizing: border-box;
}

div								{display:block;}
img								{border:0px;display:inline;max-width:100%;height:auto;}
td 								{empty-cells:show;}
table 							{border:0px;}
input {	border-radius: 0px;}

body {
	font-family: Arial, Tahome, Verdana, Helvetica;
	color: #000000;
	font-size: 12px;
	text-align: left;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #e7edef;
	line-height: 17px;
}
.topbar {
	width: 98%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	max-width: 980px;
}

.header {
	width: 98%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	max-width: 980px;
}
.bgdark{
	background-color: #114f61;
}
.bgdark a{
	color: #ffffff;
}
.top{
	background-color: #e7edef!important;
}
.logo-container {
    display: flex;
    /*justify-content: space-between;*/
	   align-items: flex-end; /* Logo's onderin de div uitlijnen */
    margin: 0 auto;
	width: 100%;
}
.loginbox {
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
	font-size: 14px;
}
.leessimpel {
	margin-top: -2px;
	float: right;
}
.kwart {
	width: 25%;
}

.logo-container .kwart img {
    width: 85%;
	max-width: 275px;
    height: auto;
	float: left;
}
.searchbox {
	width: 80%;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#textfield {
	width: 76%;
	height: 30px; /*was 48*/
	float: right;
	padding-right: 2%;
	padding-left: 2%;
	background-color: #FFFFFF;
	border-style: none;
	color: #114F61;
	font-size: 16px;
}
@media only screen and (max-width: 800px) {
    .logo-container {
		display: block;
	}
	.kwart {
		width: 100%;
	}
	.hidden_sm {
		display: none;
	}
	.searchbox {
		float: left;
	}
	#textfield {
		float: left;
	}
	.hidden-xs {
		display: none;
	}
}

.btn_fp {
	background-color: #f8a11d !important;
	border: 1px solid #396693;
	border-radius: 6px;
	/* width: 100%; */
	/* opacity: 1; */
	/* margin-bottom: 30px; */
	text-decoration: none !important;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
}
.btn_fp:hover {
	background-color: #396693 !important;
	border: 1px solid #f8a11d;
	border-radius: 6px;
	/* width: 100%; */
	/* opacity: 1; */
	/* margin-bottom: 30px; */
	text-decoration: none !important;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
}
.btn_disk {
	background-color: #52928C !important;
	border: 1px solid #114F61;;
	border-radius: 6px;
	/* width: 100%; */
	/* opacity: 1; */
	/* margin-bottom: 30px; */
	text-decoration: none !important;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
}
.btn_disk:hover {
	background-color: #52928C !important;
	border: 1px solid #114F61;;
	border-radius: 6px;
	/* width: 100%; */
	/* opacity: 1; */
	/* margin-bottom: 30px; */
	text-decoration: none !important;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
}

