* {
	box-sizing: border-box;
}
html {
	height: 100%;
	font-size: 112.5%;
}
html.noscroll {
	overflow-y: hidden !important;
}
body {
	min-height: 100%;
}
main {
	display: block;
}
textarea,
input,
select {
	border-width: 1px;
	border-style: solid;
}
textarea,
input,
select,
button {
	outline: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
.melding {
	margin-bottom: 30px;
	color: #0092c6;
	font-weight: bold;
}

.container.summary {
	margin-bottom: 40px;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.hidden {
	display: none !important;
}

.content img {
	max-width: 100%;
}
.content img + h1 {
	margin-top: 20px;
}

.push-right {
	float: right;
}

.overzicht .data,
.overzicht ul.data {
	clear: none !important;
}

[data-href] {
	cursor: pointer;
}

#locaties {
	width: 100%;
	height: 600px;
	border: 10px solid #FFF;
}
#cms-menu {
	z-index: 9999 !important;
}
ul#cms-menu-rechts li {
	font-size: 12px;
}
.tooltipster-sidetip .tooltipster-box {
	color: #FFF !important;
	border: 0 !important;
	font-size: 14px;
	border-radius: 0 !important;
	background-color: #0092C6 !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #0092C6 !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #0092C6 !important;
}

p.privacyverklaring {
	margin: 0 0 20px !important;
	padding-left: 50px;
	max-width: 60% !important;
	text-align: left;
	font-size: 13px;
	background: url(/static/img/infoicon-blue.svg) no-repeat;
	background-size: 25px;
	float: left;
	min-height: 25px;
}
#message-overlay .privacyverklaring, #sharemessage-overlay .privacyverklaring, #form-overlay .privacyverklaring, #apply-overlay .privacyverklaring {
	background-image: url(/static/img/infoicon-white.svg);
}
@media screen and (max-width: 600px) {
	.privacyverklaring {
		max-width: none !important;
	}
}
