@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

@media (min-width: 576px) {
	.row .col-md-6 {
		flex: auto !important;
	}
}

.btn.btn-lg {
	padding: 10px 16px;
}

#footer-content .row .col-xs-6 {
	width: 50%;
}

.horizontalScrollWrapper .horizontalScroll h3 {
	margin-top: 20px;
}
.horizontalScroll .packageContent .coverage{
	max-height: 100%;
	overflow-y: hidden;
}

#sfForm {
	.form-group {
		label {
			display: inline-block;
			max-width: 100%;
			margin-bottom: 5px;
			font-weight: bold;
		}
		
		.form-control {
			display: block;
			width: 100%;
			height: 34px;
			padding: 6px 12px;
			font-size: 14px;
			border: 1px solid #ccc;
		}
		
		.buttonWrapper {
			.btn-default {
				padding: 6px 12px;
			}
		}
	}
}

.text-4 {
	font-size: 100%;
}

.portlet-login label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.portlet-login .form-control{
	font-size: 14px;
	height: 100%;
}


.navbar-default .navbar-nav>.active>a{
	color: #555;
	background-color: #e7e7e7;
}

.cs-pvdefault #wrapper #navigation .nav > li > a{
	padding: 4px 0px 5px;
}

.cs-pvdefault .span1, .cs-pvdefault .span2, .cs-pvdefault .span3, .cs-pvdefault .span4, .cs-pvdefault .span5, .cs-pvdefault .span6, .cs-pvdefault .span7, .cs-pvdefault .span8, .cs-pvdefault .span9, .cs-pvdefault .span10, .cs-pvdefault .span11, .cs-pvdefault .span12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
		width:auto;
	}
}

@media (min-width: 576px) {
	#wrapper .col-sm-4 {
		flex: unset;
	}
}

@media (min-width: 768px) {
	#wrapper .col-sm-4 {
		width: 33.333333333%;
	}
	
	#wrapper .col-md-6 {
		width: 50%;
	}
}

.navbar-nav a:hover{
	text-decoration:none;
}

@media (min-width: 1200px) {
	.col-sm-offset-3, .col-lg-offset-3 {
		margin-left: 25%;
	}
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.breadcrumb-link {
	display: inline;
}

#carousel-testimonial .carousel-indicators li {
	border-radius: 10px !important;
	border: 1px solid #fff;
}

#carousel-testimonial .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23ff6600'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M5.25%200l-4%204%204%204%201.5-1.5L4.25%204l2.5-2.5L5.25%200z'/%3E%3C/svg%3E");
}

#carousel-testimonial .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23ff6600'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M2.75%200l-1.5%201.5L3.75%204l-2.5%202.5L2.75%208l4-4-4-4z'/%3E%3C/svg%3E");
}

#carousel-testimonial .carousel-control-prev-icon, #carousel-testimonial .carousel-control-next-icon{
	height:100%;
	width:100%;
}

@media (max-width: 767px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		flex: unset;
		max-width: none;
	}
	.hidden-xs {
		display: none !important;
	}
}

.breadcrumb-link{
	color: #ff6600;
}


.navbar-nav .dropdown-menu {
	max-width:none;
	font-size:2.2rem;
}

#wrapper ul.nav li {
	white-space: nowrap;
}

.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:hover, .navbar-default .navbar-nav>.show>a:focus {
	background-color: #e7e7e7;
	color: #555;
}

.dropdown-menu>li>a:hover{
	background-color:#f5f5f5;
}

#wrapper .navbar-nav .show ul.dropdown-menu a{
	display:block;
	padding-left:20px;
	padding-right:20px;
}
.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}

.navbar-right .dropdown-menu.show {
	font-size: 2.2rem !important;
}



@media (max-width: 767px) {
	.navbar-right [class^="item-"] a {
		display: block;
	}
}

@media (max-width: 767px) {
	.portlet-navigation .navbar-nav {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.navbar-right .dropdown-menu.show {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		font-size: 1.6rem !important;
	}
}

@media (max-width: 767px) {
	.navbar {
		display: block;
	}
}

@media (max-width: 767px) {
	#wrapper .navbar-toggle span.icon-bar {
		display: block;
		background-color: #888;
	}
}

@media (max-width: 767px) {
	.navbar-toggle {
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		padding-top: 9px;
		padding-bottom: 9px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #555;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-toggle {
		color: #555;
	}
}

@media (max-width: 767px) {
	#wrapper .navbar-toggle span.icon-bar {
		margin-top: 4px;
	}
}

@media (max-width: 767px) {
	#wrapper .navbar-collapse {
		margin-left: -15px;
	}
}

@media (max-width: 767px) {
	.navbar-nav > li > a {
		line-height: 20px;
	}
}

.navbar-nav > li > a:hover{
	text-decoration:none
}

#wrapper .navbar-default .navbar-toggle::before{
	top:auto;
}

#theLegend [id^="legendBlock_"].col-sm-3 {
	float: left;
}


.search-portlet .selectable-field.form-control {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
}

.search-portlet .search-icon .btn{
	padding: 6px 12px;
}

.search-portlet .search-block .input-group-btn .btn-default .lexicon-icon{
	width:16px;
}



.lfr-layout-structure-item-form label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.lfr-layout-structure-item-form .form-control{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #ccc;
}

#wrapper .lfr-layout-structure-item-form .component-button .btn-primary {
	padding: 6px 12px;
	background-color: #870930;
	border-color: #870930;
}

.lfr-layout-structure-item-form{
	padding-left:14%;
}

.lfr-layout-structure-item-form .forms-checkbox {
	margin-top: 30px;
	margin-bottom: 25px;
}


.col-xs-6 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#wuymDashboard input[type="number"] {
	-moz-appearance: textfield;
}

#wuymDashboard .form-group .units{
	right: 9px;
}

#wuymDashboard label{
	font-weight:bold
}

#wrapper .table td {
	border-top: 1px solid #ddd !important;
	border-left-style: solid;
	border-color: black;
	border-top-color: black;
	border-bottom-style: unset;
}

#wrapper .table {
	margin-bottom:25px;
	color:#4d4d4d;
	
}

#wrapper .table td {
	vertical-align: text-top;
}


#wrapper .collapse-item .table td{
	border-left-width: 1px;
}

#content-box #content-wrapper.row{
	padding-top:0;
}

@media (min-width: 768px) {
	.breadcrumb > li {
		max-width: 300px;
	}
}

.breadcrumb > li{
	overflow:hidden;
}

@media (min-width: 768px) {
	#my-contact .container-fluid .row{
		flex-wrap:nowrap;
	}
}

@media (min-width: 768px) {
	#my-contact .container-fluid .row .col-sm-12{
		width:100%;
		flex:unset;
	}
}


.container-fluid #wuymStory.row {
	display: block;
}


@media (min-width: 576px) {
	#choisir .col-sm-3 {
		flex: unset;
		max-width: none;
	}
}

#diensten .row{
	display:block;
}


.tooltip .tooltip-inner {
	background-color: #fff;
	color: #4d4d4d;
	border: 1px solid #ff6600;
	box-shadow: #ccc 2px 2px 6px;
	max-width: 190px;
	padding: 3px 8px;
	text-align: center;
	border-radius: 4px;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size:1.5rem;
}

.portlet-content .table thead, .portlet-content .table thead th {
	background-color: transparent;
}

.portlet-content .table-striped tbody tr:nth-of-type(2n+1) td,.portlet-content .table-striped tbody tr:nth-of-type(2n+1) th {
	background-color: transparent;
}

form .form-group label{
	font-weight:bold;
}

form .form-group .checkbox label, form .form-group .radio label{
	font-weight:normal;
}

form .form-group .buttonWrapper .btn-default{
	padding: 6px 12px;
}

@media (min-width: 768px) {
	.col-sm-offset-6 {
		margin-left: 50%;
	}
}

#sfForm .checkbox{
	margin-top:10px;
	margin-bottom:10px;
}

@media (min-width: 768px) {
	.col-sm-offset-1 {
		margin-left: 8.333333333%;
	}
}

@media (min-width: 1px) and (max-width: 767px) {
	html .breadcrumb {
		display: none;
	}
}

#steps .col-md-4 .row:nth-of-type(2){
	justify-content: center;
} 

#steps .row{
	flex-wrap:nowrap;
}

@media (max-width: 767px) {
	#steps .row {
		justify-content:center;
	}
}

@media (max-width: 767px) {
	#steps .col-md-4,#steps .col-md-8, #steps .col-sm-12 {
		width:auto;
	}
}

@media (max-width: 767px) {
	.blog-abstract.col-sm-4 {
		padding: 0 30px;
	}
}

.has-error .form-control{
	border-color: #a94442;
}

.has-error, .help-block{
	color: #a94442;
}

#wrapper .portlet-boundary_WebContentListPortlet_WAR_pvcontentlistportlet_ {
	margin: 0px;
}

select{
	-webkit-appearance: listbox !important;
}

#wrapper select.form-control {
	background-image:none;
}

.hidden {
	display: none !important;
}

/* start icons */ 

#wrapper .usps-list ul li {
	padding-left: 12px;
}

#wrapper ul li:before {
    content: "\f00c";
    color: #870930;
    margin: 4px 0 0 -15px;
    position: absolute;
    left: 0;
}

#wrapper #conditions ul li ul li:before {
    top: 23px !important;
}

#usps .usps-list ul li:before {
	font: var(--fa-font-regular);
	content: "\f00c";
    display: block;
	margin: 4px 0 0 0px;
}

#wrapper ul.disc li:before {
	display: none;
}

#wrapper ul.disc li {
	list-style-type: disc;
}

.infolayer h3 i {
	position: absolute;
	left: -10px;
}

#assistance h3 i {
    display: block;
    width: 76px;
    height: 76px;
    margin: auto;
    background: #870930;
    color: white;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 100%;
}

#wrapper section#af .tile i,
#wrapper section#dna .tile i,
#wrapper #arbeidsongeval .tile i{
    margin-top: 13px;
}

#wrapper #aangeven .tile i  {
    margin-right: 0;
	margin-top: 15px;
}

h3 svg.fa-euro-sign {
	font-size: 1.2rem;
    margin-right: 7px;
    margin-top: -5px;
}

#wrapper #voordelen .iconarticle i {
    float: none;
    margin-top: 15px;
    transform: scale(2);
    margin-right: 0;
    height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

#wrapper .iconarticle a.readmore i {
    float: none;
    margin-left: 5px;
    line-height: 2rem;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
}

#wrapper .iconarticle a.readmore:hover i {
    margin-left: 10px;
}

/* stop icons */