body {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: inherit;
}

.title {
	font-size: 3.2em;
	font-weight: 700;
	margin: 15px 5%;
}

.subtitle {
	font-size: 1.1em;
	font-weight: 600;
    letter-spacing: .4em;
    text-transform: uppercase;
	margin: 15px 20%;
}

.kop {
	font-weight: 700;
	font-size: 1.5em;
	margin: 5px 0px;
}

.subkop {
	font-size: 1.1em;
	font-weight: 500;
	margin: 5px 0px 40px;
}

.maintext {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: justify;
	margin-top: 5px;
}
.shoutout_text {
	font-weight: 700;
	text-transform: uppercase;
	white-space: pre-wrap;
	font-size: 0.8em;
	line-height: 1.8em;
	margin-top: 40px;
}
.shoutout_text.normal_caps {
	text-transform: none;
	font-size: 0.9em;
}

.thin {
	font-weight: 500;
}

#statement_box .maintext, #model_box .maintext {
	text-align: left;
}
#statement_box .maintext {
	margin-top: 30px;
}

#model_box .kop img {
	height: 35px;
	margin-right: 15px;
	position: relative;
	top: 4px;
}
.minikop {
	font-weight: 700;
	text-transform: uppercase;
	white-space: pre-wrap;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#content_box .minikop {
	margin-top: 25px;
}
.item_number {
	font-size: 2em;
	margin-right: 15px;
}

#model_box .maintext {
	margin-top: 5px;
}

a.normal {
	-webkit-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}
a.normal:hover {
	color: #ec6500;
}

.button {
	padding: 0.7em;
	border-radius: 3px;
	font-weight: 600;
	-webkit-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.button:hover {
	background-color: #8c9baf;
	-webkit-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
input.button {
	border: none;
	font-family: 'Montserrat';
	color: #ffffff;
	font-size: 0.9em;
	cursor: pointer;
}

.verzend_button {
	margin-top: 15px;
}

.info_button {
	margin-top: 30px;
	font-size: 0.9em;
}

.yellow {
	color: #ec6500;
}
.BGyellow {
	background-color: #ec6500;
}

.darkblue {
	color: #0e2433;
}

.BGdarkblue {
	background-color: #0e2433;
}

.blue {
	color: #8c9baf;
}

.BGblue {
	background-color: #8c9baf;
}

.gray {
	color: #eff2f4;
}

.BGgray {
	background-color: #eff2f4;
}

#side_menu a, #menu a {
	-webkit-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease;
}


#side_menu a:hover, #menu a:hover {
	opacity: 0.6;
}

.menu_item {
	text-align: center;
	display: inline-block;
	line-height: 2em;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
    letter-spacing: .2em;
	font-size: .8em;
	font-weight: 600;
    text-transform: uppercase;
}
.menu_item.bold {
	font-weight: 700;
}

#pluspunten {
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
}

#pluspunten img {
	vertical-align: middle;
	width: 40px;
	margin-right: 15px;
}
#pluspunten .liner {
	margin: 6% 0px 6% 55px;
	height: 1px;
	border-top: 1px solid #8c9baf;
}

#counter_icon {
	display: inline-block;
	padding: 0.5em;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 12px;
}
#counter_icon img {
	display: block;
	height: 45px;
}
#counter_text {
	font-size: 2.5em;
	vertical-align: middle;
	letter-spacing: 4px;
}
#counter_info {
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 55px;
}
#counter_hor_line {
	width: 20%;
	height: 1px;
	border-bottom: 1px solid #ec6500;
}

.partner_box {
	text-align: center;
	position: relative;
}

.partner_box img {
	width: 100%;
	display: block;
	position: relative;
}
.partner_box a {
	display: block;
	position: absolute;
	width: 15%;
	top: 0px;
	height: 100%;
}

.flex_box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.flex_box>div {
	float: left;
	min-height: 1px;
}

.contact_field {
	overflow: auto;
}

#banner_bottom>img {
	width: 100%;
	display: block;
}

#samenwerking_img {
	width: 100%;
}
#samenwerking_text {
	font-size: 0.6em;
	font-weight: bold;
	margin: 25px 0px;
}

div.social_network_icons{
	padding: 15px;
}
.social_network_icons img{
	height: 45px;
	margin-right: 15px;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#samenwerking_box .social_network_icons {
	margin-top: 40px;
	margin-bottom: 0px;
}

.social_network_icons a:hover img {
	opacity: 0.5;
}

.footer_kop {
	margin-top: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
.footer_text {
	margin-top: 35px;
	margin-bottom: 0px;
	font-size: 0.9em;
	line-height: 2.3em;
}
.footer_text a {
	-webkit-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}
.footer_text a:hover {
	color: #ec6500;
}