body {
	font-size:		14px;
	padding-top: 90px;
}
body.menu-open{
	overflow: hidden;
}

h1 {
	font-size:		24px;
}
.logo{
	margin-top: 22px;
	margin-bottom: 25px;
}
.p-md-0{
	padding: 0;
}
.margin-sm {
	margin-bottom:		15px;
}
.mb-xs-50px{
	margin-bottom: 50px;
}
.center-xs-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.form-group > * {
	margin-bottom:		15px;
}

.form-group > *:last-child {
	margin-bottom:		0;
}

.main-footer,
.sub-footer {
}

.pagination li {
	display:		none;
}

.pagination li:first-child,
.pagination li:last-child {
	display:		inline-block;
}

.simple-map-overlay {
	display:		none;
}

/*
 * Menu
 */
.header-menu-container {
	width:			50%;
	height:			100vh;
	position:		fixed;
	left:			100%;
	top:			0;
	background:		#014fa2;
	z-index:		999;
	overflow-x: scroll;
	padding-top: 		25px;
	-moz-transition:	left 500ms;
	-webkit-transition:	left 500ms;
	-o-transition:		left 500ms;
	-ms-transition:		left 500ms;
	transition:		left 500ms;
}

.header-menu {
	margin:			70px 0 0 0;
	flex-direction: column;
}

.menu-open .header-menu-container {
	left:			50%;
	box-shadow:		0 0 500px 500px rgba(0, 0, 0, 0.5);
}

.menu {
	padding:		0;
}

.menu > li {
	width:			100%;
}

.menu > li > .item, .menu:first-child > li > .item {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 20px 10px 15px;
}
.menu:first-child > li > .item.has-submenu:after{
	right: 20px;
	top: 13px;
}
.menu:first-child > li > .item.has-submenu.is-open:after{
	transform: rotate(180deg);
}
.menu > li > .submenu {
	display:		none;
	position:		static;
	background:		transparent;
	border:			none;
}

.toggle-submenu .submenu.is-open{
	display: block !important;
}

.menu > li > .submenu,
.menu > li:hover > .submenu {
	display:		none;
}

.menu > li > .submenu > li {
}

.menu > li > .submenu > li.arrow {
	display:		none;
}

.menu > li > .submenu > li > .subitem {
	padding:		0 40px;
	border:			none;
	background:		transparent;
	text-align:		left;
	color:			#fff;
	line-height:		30px;
	font-weight:		600;
	width: 100%;
}

.menu > li > .submenu > li.seperator {
	display:		none;
}
.menu > li > .item.active, .menu > li > .item:hover{
	color: rgba(255, 255, 255, 0.6);
}

/*
 * Tabs
 */
.tabs-buttons > li {
	width:			50%;
	text-align:		center;
}

/*
 * details expanded
 */
.details-expanded dt {
	width:			20%;
}

.details-expanded dd {
	width:			30%;
}

.responsive-slider, .responsive-slider .responsive-image {
	min-height: 		240px;
}
.responsive-slider .responsive-image .img-responsive{
	max-width: none;
}


#home .responsive-slider, #home .responsive-slider .responsive-image {
    	min-height: 		700px;
}

/*
 * Home
 */

.form-control.auto-complete {
	margin-bottom: 		20px;
}

#koopChart{
  width:70% !important;
  height:70% !important;
  margin-top:-10px;
}

.data-cbs .row{
  margin:50px auto;
}

.tablet-fix-cbs{
  margin-top:50px;
}

.data-cbs .data-edit{
  margin-top:20px;
}
#home .visual h1{
	font-size: 58px;
	font-weight: 900;
}
.visual h1{
	margin-bottom: 0;
}

/*
* Ratings
*/
#ratings{
	min-height: 310px;
	max-height: 310px;
}

/*
* Instapklaar
*/
.instap-klaar-div .full-1, .instap-klaar-div .full-3{
	height: 450px;
}

/*
* Borderd box
*/
.number-box {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.number-inner-number p {
	font-size: 45px;
	line-height: 45px;
}

.number-inner-number sup {
	top: -15px;
	font-size: 25px;
	left: -8px;
}

.number-inner-text p{
	font-size: 15px;
}