/* Meldingen */
.melding {
	padding: 5px 0;
	margin: 10px 0;
}
#formmodule .melding.goed {
	font-weight: bold;
	color: green;
}
.melding.goed {
}
.melding.fout {
	color: #ff7f36;
}
.melding.info {
	color: #333;
}
.justify {
	text-align: justify;
}
.justify:after {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	display: inline-block;
	width: 100%;
	content: " ";
	margin: 0;
	padding: 0;
}
.justify>* {
	display: inline-block;
	text-align: left;
}
.justify.top>* {
	vertical-align:top;
}
.overzicht-img-detail .item {
	white-space: nowrap;
}
.overzicht-img-detail h3 {
}
.overzicht-img-detail img {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.overzicht-img-detail .detail {
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.overzicht-img-detail .bottom {
	position: absolute;
	bottom: 0;
}
address {
	font-style: normal;
}
.overzicht-img-detail .detail p {
	margin: 7px 0;
}
.flexbox .flex-row, .flexboxbasic .flex-row, .flexboxlegacy .flex-row {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-moz-box-align: stretch;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flexbox .flex-row>*, .flexboxbasic .flex-row>*, .flexboxlegacy .flex-row>* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block !important;
}
.flexbox .flex-column, .flexboxbasic .flex-column, .flexboxlegacy .flex-column {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-column>* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-flex {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}
.flex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.flex2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.flex3 {
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	flex: 3;
}
