/* STYLING VARS */
/*
## COLORS ##
Grey: #383838;
Black: #000;
Orange: #EA8A1F;
Green: #108E00;
White: #FFF;
Blue: #047EB3;
Gradient: #007CB2 - #AAD3E5;
*/

/* [ALGEMEEN] */
body {
	background: #FFF;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #363636;
	margin: 0;
	font-weight: 400;
}

body.noscroll {
	overflow: hidden;
}

a {
	position: relative;
	color: #EA8A1F;
	font-weight: 700;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover,
a:focus,
a:active {
	color: #EA8A1F;
	text-decoration: underline;
}

a.lineanim {
	position: relative;
	color: #FFF;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.lineanim:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background: #FFF;
    transition: all 0.4s ease;
}

a.lineanim:hover,
a.lineanim:focus,
a.lineamin:active {
	text-decoration: none;
}

a.lineanim:hover:before,
a.lineanim:focus:before,
a.lineanim:active:before {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli', sans-serif;
	font-weight: 900;
}

h1 {
	font-size: 42px;
	line-height: 42px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

h1.title,
h2.title {
	font-size: 42px;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

h2.margtitle {
	font-size: 42px;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 30px 0 15px 0;
}

h3.title {
	font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

h2  {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}

h3, h4, h5, h6 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}

.stappen h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
}

#wrap {
	min-height: 100%;
	height: auto !important;
}

.rel {
	position: relative;
}

.spacer {
	height: 30px;
}

.spacersmall {
	height: 15px;
}

.spacerbig {
	height: 60px;
}

blockquote {
	border-left: 5px solid #EBEBEB;
}

strong {
	font-weight: 900;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.nopad {
	padding: 0 !important;
}

.nopad-top {
	padding-top: 0 !important;
}

.nopad-bot {
	padding-bottom: 0 !important;
}

.bottom_marg {
    margin: 0 0 30px 0;
}

.block {
	display: block !important;
}

.hideblock {
	display: none;
}

.boxshadow {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
        -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
         -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
}

.foto-album-spacer img {
	margin-bottom: 10px;
}

.edithtml input {
	color: #000;
}

.beheerspacer {
	height: 300px;
}

.grayscale_logo {
	display: block;
	-webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}

.grayscale_logo:hover,
.grayscale_logo:focus,
.grayscale_logo:active {
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/* [PRELOADER] */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #222222;
	z-index: 999999;
}

#preloader__status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url('img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* [HEADER] */
.adminspacer {
	height: 26px;
}

header.header .top {
	background: #626262;
}

header.header .top ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
	float: right;
}

header.header .top ul li {
	display: inline-block;
	margin: 0 30px 0 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	color: #FFF;
}

header.header .top ul li:last-child {
	margin: 0;
}

header.header .top ul li i {
	margin: 0 5px 0 0;
}

header.header .top ul li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	color: #FFF;
}

header.header .top ul li a.location {
	font-weight: 400;
}

header.header .top ul li a:hover,
header.header .top ul li a:focus,
header.header .top ul li a:active {
	text-decoration: none;
	color: #EA8A1F;
}

header.header .top .duits {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #FFF;
	margin: 10px 0;
}

header.header .top .duits .flag-icon {
	margin: 0 0 0 10px;
}

header.header .top .duits:hover,
header.header .top .duits:focus,
header.header .top .duits:active {
	text-decoration: none;
	color: #EA8A1F;
}

/* [TAAL SWITCHER] */
.taal {
	margin: 0;
}

.taal .flag-icon {
	font-size: 20px;
	margin-left: 5px;
}

.taal dropdown {
	position: relative;
	display: inline-block;
}

.taal dropdown label, 
.taal dropdown ul li {
	display: block;
	width: 90px;
	background: #626262;
	padding: 10px 10px !important;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.taal dropdown label:hover, 
.taal dropdown ul li:hover {
	background: #EA8A1F;
	color: #FFF;
	cursor: pointer;
}

.taal dropdown label {
	color: #FFF;
	position: relative;
	z-index: 2;
}

.taal dropdown label svg {
	float: right;
	font-size: 14px !important;
	color: #C3C1C1;
	margin: 2px 0;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.taal dropdown input {
	display: none;
}

.taal dropdown input ~ ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: -20px;
	z-index: 1;
	padding-left: 0;
}

.taal dropdown input:checked + label {
	background: #FFF;
	color: #202431;
	margin-bottom: 0;
}

.taal dropdown input:checked ~ ul {
	visibility: visible;
	opacity: 1;
	top: 35px;
}

.taal dropdown ul li a {
	display: block;
	color: #3E3E3E;
	line-height: 14px;
}

.taal dropdown ul li:hover a,
.taal dropdown ul li:focus a,
.taal dropdown ul li:active a {
	color: #FFF !important;
	text-decoration: none;
}

/* NL */
.taal dropdown ul li:nth-child(1) {
	border-left: 4px solid #FF9A34;
}

.taal dropdown ul li:nth-child(1):hover {
	background: #FF9A34;
	color: white;
}

/* EN */
.taal dropdown ul li:nth-child(2) {
	border-left: 4px solid #f00000;
}

.taal dropdown ul li:nth-child(2):hover {
  	background: #f00000;
	color: white;
}

/* DE */
.taal dropdown ul li:nth-child(3) {
	border-left: 4px solid #000;
}

.taal dropdown ul li:nth-child(3):hover {
	background: #000;
	color: white;
}

/* FR */
.taal dropdown ul li:nth-child(4) {
	border-left: 4px solid #002380;
}

.taal dropdown ul li:nth-child(4):hover {
	background: #002380;
	color: white;
}

.animate {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.taal dropdown ul li .flag-icon {
	float: right;
	font-size: 14px;
	margin-left: 10px;
}

header.header .bottom {
	background: #222222;
	padding: 20px 0;
}

header.header .bottom .logo {
	display: block;
	pointer-events: auto;
	-webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}

header.header .bottom .logo:hover,
header.header .bottom .logo:focus,
header.header .bottom .logo:active {
	-webkit-filter: grayscale(75%);
       -moz-filter: grayscale(75%);
        -ms-filter: grayscale(75%);
         -o-filter: grayscale(75%);
            filter: grayscale(75%);
}

.fadehead,
.fadehead .carousel,
.fadehead .carousel .carousel-inner,
.fadehead .carousel .carousel-inner .item {
	position: relative;
	width: 100%;
	height: 426px;
	background: #222222;
}

.fadehead.videohead {
	/* margin-top: 115px; */
	height: 100% !important;
}

@media (min-width: 768px) {
	.fadehead.videohead {
		margin-top: 0;
		height: 100% !important;
	}
}

.mobile_locs {
	display: none;
}

.fadehead video {
	width: 100%;
}

.fadehead .klantenvertellen {
	position: absolute;
	display: block;
	z-index: 3;
	left: 5%;
	bottom: 5%;
	background-color: white;;
}

section.uspwrap {
	position: relative;
	background: #EBEBEB;
	padding: 45px 0;
}

section.uspwrap .vijftwintig {
	display: inline-block;
	float: right;
}

.uspbox {
	font-size: 18px;
	z-index: 1;
}

.uspbox h2,
.uspbox h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.uspbox ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.uspbox ul li {
	position: relative;
	display: block;
	margin: 0 0 15px 30px;
}

.uspbox ul li:before {
	position: absolute;
	left: -45px;
	top: 0;
	display: block;
	font-family: "Font Awesome 5 Pro";
	content: "\f058";
	font-weight: 900;
	margin: 0 15px 0 0;
	color: #00A200;
}

.usplink {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	color: #383838;
	text-align: left;
}

.usplink a {
	position: relative;
	color: #383838;
	font-weight: 900;
}

.usplink a i {
	margin: 0 0 0 15px;
}

.usplink a:hover,
.usplink a:focus,
.usplink a:active {
	color: #EA8A1F;
	text-decoration: none;
}

.usplink a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #EA8A1F;
    transition: all 0.4s ease;
}

.usplink a:hover:before,
.usplink a:focus:before,
.usplink a:active:before {
    width: 100%;
}

.uspsubbox {
	position: relative;
	display: block;
	background: #F4F4F4;
	font-size: 18px;
	z-index: 1;
	padding: 30px;
}

.uspsubbox h2,
.uspsubbox h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 900;
	margin: 0 0 30px 0;
}

.uspsubbox ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.uspsubbox ul li {
	position: relative;
	display: block;
	margin: 0 0 15px 30px;
}

.uspsubbox ul li:before {
	position: absolute;
	left: -45px;
	top: 0;
	display: block;
	font-family: "Font Awesome 5 Pro";
	content: "\f058";
	font-weight: 900;
	margin: 0 15px 0 0;
	color: #00A200;
}

.storylink {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	color: #EA8A1F;
	text-align: right;
}
.storylink a {
	position: relative;
	color: #EA8A1F;
	font-weight: 900;
}

.storylink a i {
	margin: 0 0 0 15px;
}

.storylink a:hover,
.storylink a:focus,
.storylink a:active {
	color: #EA8A1F;
	text-decoration: none;
}

.storylink a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #EA8A1F;
    transition: all 0.4s ease;
}

.storylink a:hover:before,
.storylink a:focus:before,
.storylink a:active:before {
    width: 100%;
}

.sub_fadehead,
.sub_fadehead .carousel,
.sub_fadehead .carousel .carousel-inner,
.sub_fadehead .carousel .carousel-inner .item {
	position: relative;
	width: 100%;
	height: 267px;
	background: #222222;
}

.sub_fadehead .layer {
	display: none !important;
}

.sub_fadehead .vijftwintig {
	position: absolute;
	display: block;
	z-index: 3;
	left: 30px;
	bottom: 30px;
}

.sub_fadehead .klantenvertellen {
	position: absolute;
	display: block;
	z-index: 3;
	right: 30px;
	bottom: 30px;
}

/* [MENU] */
.menu-toggle {
	display: none;
}

.mobilemenu {
	display: none;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}

.mobile_footer,
.mobile_icons {
	display: none;
}

.navbar-nav {
	display: block;
	float: right;
	margin: 19px 0;
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 8px;
	color: #FFF;
}

.navbar-nav > li > a.home {
	font-size: 20px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
	background: none;
	color: #EA8A1F;
}

.navbar-nav > li > a.active {
	color: #EA8A1F;
}

.navbar-nav > li > a.btn_cta {
	display: inline-block;
	background: #EA8A1F;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 0 5px;
}

.navbar-nav > li > a.btn_cta i {
	margin: 0 5px 0 0;
}

.navbar-nav > li > a.btn_cta:hover,
.navbar-nav > li > a.btn_cta:focus,
.navbar-nav > li > a.btn_cta:active {
	background: #FFF;
	color: #EA8A1F;
}

.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu {
    top: 78px;
    border-radius: 0 !important; 
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    color: #FFF;
    background-color: #FFF;
    min-width: 160px;
}

.dropdown-menu li a {
	padding: 10px 20px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
	background: #EA8A1F;
	color: #FFF;
}

.dropdown-menu li a.active {
	background: #EA8A1F;
	color: #FFF;
}

.dropdown-menu li a.active:hover,
.dropdown-menu li a.active:focus,
.dropdown-menu li a.active:active {
	background: #222222;
	color: #FFF;
}

.dropdown-submenu a.dropdown-toggle.active {
	background: #FFF;
	color: #222;
}

.dropdown-submenu a.dropdown-toggle.active:hover,
.dropdown-submenu a.dropdown-toggle.active:focus,
.dropdown-submenu a.dropdown-toggle.active:active {
	background: #EA8A1F;
	color: #FFF;
}

section.submenu {
	background: #626262;
}

section.submenu ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	display: flex;
    justify-content: space-around;
    align-items: center;
}

section.submenu ul li {
	display: inline-block;
}

section.submenu ul li a {
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
}

section.submenu ul li a:hover,
section.submenu ul li a:focus,
section.submenu ul li a:active {
	text-decoration: none;
	color: #EA8A1F;
}

section.submenu ul li.active-sub a {
	background: #EA8A1F;
}

section.submenu ul li.active-sub a:hover,
section.submenu ul li.active-sub a:focus,
section.submenu ul li.active-sub a:active {
	color: #222222;
}

.eentwee_link {
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    background: #fff;
    border-radius: 100px 0px 100px 100px;
    padding: 20px 20px;
    box-shadow: 2px 3px 7px rgb(0 0 0 / 62%);
	max-width: 184px;
}

.ruit123_header_logo {
	
}

/* [CONTENT] */
section.page {
	position: relative;
	padding: 90px 0;
}

.afspraak_btn {
	text-align: right;
}

.bluewrap {
	margin: 15px 0;
}

.bluewrap a.bloklink {
	position: relative;
	display: block;
	background: #007CB2;
	padding: 45px 30px 30px 30px;
	text-align: center;
	color: #FFF;
	border: 2px solid #007CB2;
}

.bluewrap a.bloklink:hover,
.bluewrap a.bloklink:focus,
.bluewrap a.bloklink:active {
	background: #FFF;
	text-decoration: none;
}

.bluewrap .icon svg {
	fill: #FFF;
}

.bluewrap a.bloklink:hover .icon svg,
.bluewrap a.bloklink:focus .icon svg,
.bluewrap a.bloklink:active .icon svg {
	fill: #007CB2;
}

.bluewrap h2.bluetitle {
	font-size: 20px;
	font-weight: 900;
	line-height: 25px;
	margin: 60px 0 0 0;
}

.bluewrap .bluedesc {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0 0;
	text-align: left;
}

.bluewrap a.bloklink:hover h2.bluetitle,
.bluewrap a.bloklink:focus h2.bluetitle,
.bluewrap a.bloklink:active h2.bluetitle,
.bluewrap a.bloklink:hover .bluedesc,
.bluewrap a.bloklink:focus .bluedesc,
.bluewrap a.bloklink:active .bluedesc,
.bluewrap a.bloklink:hover .link,
.bluewrap a.bloklink:focus .link,
.bluewrap a.bloklink:active .link {
	color: #007CB2;
}

.bluewrap .link {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 30px;
}

section.grey {
	position: relative;
	padding: 90px 0;
	background: #535353;
	color: #FFF;
}

section.white {
	position: relative;
	padding: 0 0 90px 0;
	background: #FFF;
}

section.fototour {
	position: relative;
	padding: 0 0 60px 0;
}

section.interviews {
	position: relative;
	padding: 0 0 60px 0;
}

#iframe-schade {
	min-height: 400px;
}

.whitebox {
	background: #FFF;
}

.whitebox .content {
	padding: 45px 30px 30px 30px;
	color: #363636;
}

.whitebox .content h2 {
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 15px 0;
}

section.faq {
	position: relative;
	padding: 90px 0;
	background-image: url('img/faq_bg.jpg');
	background-position: cover;
	background-repeat: none;
}

section.faq h2.title {
	color: #FFF;
}

ul.llist {
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 30px 0;
	text-align: left;
}

ul.llist li {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 400;
}

ul.llist li .title {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

ul.llist li .title i {
	color: #e94335;
}

ul.llist li i {
	margin: 0 5px 0 0;
}

ul.llist li a {
	color: #EA8A1F;
}

ul.llist li a.lineanim:before {
    background: #EA8A1F;
}

ul.llist li a:hover,
ul.llist li a:focus,
ul.llist li a:active {
	color: #EA8A1F;
	text-decoration: none;
}

.file {
	margin: 0 0 10px 0;
}

.file a.downloadfile {
	position: relative;
}

.file a.downloadfile i {
	margin: 0 10px 0 0;
	font-size: 18px;
}

.file a.downloadfile:hover,
.file a.downloadfile:focus,
.file a.downloadfile:active {
	text-decoration: none;
}

.file a.downloadfile:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 1px;
    background: #EA8A1F;
    transition: all 0.4s ease;
}

.file a.downloadfile:hover:before,
.file a.downloadfile:focus:before,
.file a.downloadfile:active:before {
    width: 100%;
}

/* [VACATURES] */
/* [VACATURES OPEN] */
.vacatures {
	margin: 1.75em;
}

.vacatures a {
	position      : relative;
	display       : inline-block;
	padding       : 0.5em 1em;
	font-size     : 16px;
	line-height   : 18px;
	font-weight   : 700;
	text-transform: uppercase;
	color         : #000;
}

#headselect.fixed .vacatures a {
	color: #FFF;
}

.vacatures a:hover,
.vacatures a:focus,
.vacatures a:active {
	text-decoration: none;
}

.vacatures a .text {
	display: inline-block;
}

.vacatures a .aantal {
	position      : absolute;
	right         : -30px;
	top           : -5px;
	display       : inline-block;
	font-size     : 1.3em;
	text-align    : center;
	letter-spacing: -1px;
	border        : none;
	padding       : 10px;
	border-radius : 50%;
	background    : #E4051F;
	font-size     : 20px;
	line-height   : 12px;
	color         : #FFF;
}

.vacatures a:hover .aantal,
.vacatures a:focus .aantal,
.vacatures a:active .aantal {
	background: #000;
	color     : #FFF;
}

#headselect.fixed .vacatures a:hover .aantal,
#headselect.fixed .vacatures a:focus .aantal,
#headselect.fixed .vacatures a:active .aantal {
	background: #FFF;
	color     : #E4051F;
}

/* [BLOG] */
.prod_wrap {
	position: relative;
}

.prod_wrap .img,
.prod_wrap .img a {
	max-height: 280px;
	overflow: hidden;
}

.prod_wrap .img a:last-child {
	position: relative;
	display: block;
	z-index: 1;
}

.prod_wrap .img a:last-child:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(34, 34, 34, 0);
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.prod_wrap .img a:last-child:hover:before,
.prod_wrap .img a:last-child:focus:before,
.prod_wrap .img a:last-child:active:before {
	background: rgba(34, 34, 34, 0.5);
}

.prod_wrap h3.title {
	position: relative;
	color: #404040;
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 30px 0;
}

.prod_wrap .html {
	text-align: left;
}

.prod_wrap ul.adminlist {
	list-style-type: none;
	padding-left: 0;
	background: #E5E5E5;
	padding: 5px 10px;
	margin: 0 0 15px 0;
}

.prod_wrap ul.adminlist li {
	display: inline;
	margin: 0 5px 0 0;
}

.prod_wrap ul.adminlist li a {
	display: inline;
}

.prod_wrap .btn-custom1 i {
	margin: 0 0 0 5px;
}

.partner h2 {
	margin: 0 0 15px;
}

/* [FOOTER] */
section.footerimg {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

section.footerimg img {
	width: 100%;
	height: auto;
}

.partnerslide {
	margin: 60px 0 15px 0;
}

.partnerslide .slick-slide img {
    display: block;
}

.ruitcontent {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	min-height: 88px;
	display: table;
}

.ruitcontent .tablecell {
	display: table-cell;
	vertical-align: middle;
}

#footer {
	position: relative;
	padding: 60px 0 15px 0;
  	background: #2B2B2B;
  	color: #FFF;
  	overflow: hidden;
}

#footer  a {
	color: #FFF;
}

#footer ul.llist {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#footer ul.llist li {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 400;
}

#footer ul.llist li .title {
	font-size: 20px;
	font-weight: 900;
	text-transform: none !important;
	margin: 0 0 30px 0;
}

#footer ul.llist li i {
	margin: 0 5px 0 0;
}

#footer ul.llist li a {
	color: #FFF;
}

#footer ul.llist li a:hover,
#footer ul.llist li a:focus,
#footer ul.llist li a:active {
	color: #FFF;
	text-decoration: none;
}

#footer a.logos {
	display: inline-block;
	transition: filter .25s ease-in-out;
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}

#footer a.logos:hover,
#footer a.logos:focus,
#footer a.logos:active {
	-webkit-filter: grayscale(75%);
       -moz-filter: grayscale(75%);
        -ms-filter: grayscale(75%);
         -o-filter: grayscale(75%);
            filter: grayscale(75%);
}

#footer a.logos img {
	width: 75%;
}

#footer .bottom {
	margin: 60px 0 0 0;
}

#footer .bottom ul.footlist {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#footer .bottom ul.footlist li {
	display: inline;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	margin: 0 15px 0 0;
	line-height: 12px;
}

#footer .bottom ul.footlist li:last-child {
	margin: 0;
}

#footer .bottom ul.footlist li:after {
	display: inline;
	content: "|";
	margin: 0 0 0 15px;
}

#footer .bottom ul.footlist li:last-child:after {
	content: "";
}

#footer .bottom ul.footlist li a {
	position: relative;
	display: inline-block;
	color: #FFF;
}

#footer .bottom ul.footlist li a:hover,
#footer .bottom ul.footlist li a:focus,
#footer .bottom ul.footlist li a:active {
	color: #FFF;
	text-decoration: none;
}

#footer .bottom ul.footlist li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 1px;
    background: #FFF;
    transition: all 0.4s ease;
}

#footer .bottom ul.footlist li a:hover:before,
#footer .bottom ul.footlist li a:focus:before,
#footer .bottom ul.footlist li a:active:before {
    width: 100%;
}

#footer ul.footsocial {
	list-style-type: none;
	padding-left: 0;
	margin: 60px 0 0 0;
	float: right;
}

#footer ul.footsocial li {
	display: inline-block;
	margin: 0 10px 0 0;
	text-align: center;
}

#footer ul.footsocial li a {
	font-size: 30px;
	color: #FFF;
}

#footer ul.footsocial li a:hover,
#footer ul.footsocial li a:focus,
#footer ul.footsocial li a:active {
	color: #047EB3;
}

/* [LEES MEER] */
.read-more-state {
  	display: none;
}

.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	margin: 0;
	transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Lees meer';
}

.read-more-state:checked ~ .read-more-trigger:before {
  	content: 'Lees minder';
}

.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 10px 30px;
	color: #363636;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	background: transparent;
	border: 1px solid #363636;
	border-radius: 0px;
	text-align: center;
	outline: none;
}

.grey .read-more-trigger {
	color: #FFF;
	border: 1px solid #FFF;
}

/* [GOOGLEMAP] */
.gm-style-iw {
	padding: 10px;
	line-height: 22px;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.gm-style-iw h5 {
	font-family: 'Muli', sans-serif;
	color: #222;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.gm-style-iw a {
	color: #EA8A1F;
	font-weight: 700;
	margin-left: 0 !important;
	float: unset !important;
}

.gm-style-iw a:hover,
.gm-style-iw a:focus,
.gm-style-iw a:active {
	text-decoration: none;
	color: #EA8A1F;
}

/* [FORM] */
.form .form-group label {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
}

.form .stemmen label {
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
}

.form .form-group input {
	display: block;
	width: 100%;
	border: 1px solid #222222;
	font-size: 16px;
	padding: 10px 15px;
	outline: none !important;
}

.form .form-group input:focus {
	background: rgba(235, 235, 235, 0.25);
	border: 1px solid #EA8A1F;
}

.form .form-group textarea {
	display: block;
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	border: 1px solid #222222;
	outline: none !important;
}

.form .form-group textarea:focus {
	background: rgba(235, 235, 235, 0.25);
	border: 1px solid #EA8A1F;
}

/* [CAROUSEL] */
.carousel-inner> .item > img, 
.carousel-inner> .item > a > img {
	margin:auto;
}

.carousel-indicators {
	bottom: -10%;
}

.carousel:hover .carousel-indicators {
	bottom: 2%;
}

.carousel-control, .carousel-indicators {
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}

.carousel-control.left {
	left: -10%;
	opacity: 0;
}

.carousel:hover .carousel-control.left {
	left: 0%;
	opacity: 0.5;
}

.carousel-control.right {
	right: -10%;
	opacity: 0;
}

.carousel:hover .carousel-control.right {
	right: 0%;
	opacity: 0.5;
}

.carousel {
	overflow: hidden;
}

.carousel .item {
	position: relative;
}

.carousel .item .layer {
	position: absolute;
	display: block;
	top: -0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.carousel-caption {
	position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    text-align: left;
}

.carousel-caption .tophead {
	font-size: 26px;
	font-weight: 400;
	line-height: 26px;
	margin: 30px 0 15px 0;
	text-shadow: 0 2px 2px rgba(0,0,0,0.55)
}

.carousel-caption .bottomhead {
	font-size: 60px;
	font-weight: 900;
	line-height: 65px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,1)
}

.carousel-caption ul.btns {
	list-style-type: none;
	padding-left: 0;
	margin: 90px 0 0 0;
    text-shadow: none;
    float: right;
}

.carousel-caption ul.btns li {
	margin: 0 0 15px 0;
}

.carousel-caption ul.btns li a.btn-custom1 {
    background: #EA8A1F;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    border: 0;
}

.carousel-caption ul.btns li a.btn-custom1:hover,
.carousel-caption ul.btns li a.btn-custom1:focus,
.carousel-caption ul.btns li a.btn-custom1:active {
	background: #FFF;
	color: #EA8A1F;
}

.carousel-caption ul.btns li a.btn-custom1 i {
	margin: 0 15px 0 0;
}

@media (min-width: 768px) {

	.carousel-caption h2 {
	    font-size: 250%;
	    display: inline-block;
	    color: #fff;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    clear: both;
	    float: left;
	}

	.carousel-caption p {
	    font-size: 200%;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    display: inline-block;
	    clear: both;
	    float: left;
	}
	.carousel-caption .btn {
		text-shadow: none;
		float: left;
		clear: both;
	}

}

.carousel.fade{
	opacity: 1
}

.fade .carousel-inner .item {
	opacity: 0;
  	transition-property: opacity;
}

.fade .carousel-inner .active {
	opacity: 1;
}

.fade .carousel-inner .active.left,
.fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.fade .carousel-inner .next.left,
.fade .carousel-inner .prev.right {
	opacity: 1;
}

.fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {

    .fade .carousel-inner > .item.next,
    .fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }

    .fade .carousel-inner > .item.prev,
    .fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }
    .fade .carousel-inner > .item.next.left,
    .fade .carousel-inner > .item.prev.right,
    .fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
	
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

@media (min-width:1200px) { 

	.carousel.vertical .carousel-inner {
		height: 100%;
		width: auto;
	}

	.carousel.vertical .carousel-inner > .item {
		width: auto;
		padding-right: 0px;
		-webkit-transition: 0.6s ease-in-out top;
		        transition: 0.6s ease-in-out top;
	}

	@media all and (transform-3d), (-webkit-transform-3d) {

		.carousel.vertical .carousel-inner > .item {
			-webkit-transition: 0.6s ease-in-out;
			        transition: 0.6s ease-in-out;
		}
		.carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
			-webkit-transform: translate3d(0, 100%, 0);
			        transform: translate3d(0, 100%, 0);
			top: 0;
		}
		.carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
			-webkit-transform: translate3d(0, -100%, 0);
			    	transform: translate3d(0, -100%, 0);
			top: 0;
		}
		.carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
			-webkit-transform: translate3d(0, 0, 0);
			    	transform: translate3d(0, 0, 0);
			top: 0;
		}

	}

	.carousel.vertical .carousel-inner > .active,
	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		display: block;
	}

	.carousel.vertical .carousel-inner > .active {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		position: absolute;
	  	top: 0;
	 	width: 100%;
	}

	.carousel.vertical .carousel-inner > .next {
		top: 100%;
	}

	.carousel.vertical .carousel-inner > .prev {
		top: -100%;
	}

	.carousel.vertical .carousel-inner > .next.left,
	.carousel.vertical .carousel-inner > .prev.right {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .active.left {
		top: -100%;
	}

	.carousel.vertical .carousel-inner > .active.right {
		top: 100%;
	}

	.carousel.vertical .carousel-control {
		left: auto;
	  	width: 50px;
	}

	.carousel.vertical .carousel-control.up {
		top: 0;
	  	right: 0;
	  	bottom: 50%;
	}

	.carousel.vertical .carousel-control.down {
		top: 50%;
		right: 0;
		bottom: 0;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-up,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .glyphicon-chevron-up {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-up,
	.carousel.vertical .carousel-control .icon-down {
		width: 20px;
		height: 20px;
		line-height: 1;
		font-family: serif;
	}

	.carousel.vertical .carousel-control .icon-prev:before {
		content: '\2039';
	}

	.carousel.vertical .carousel-control .icon-next:before {
		content: '\203a';
	}

}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* [ADMIN] */
.modal-content {
    border-radius: 0px;
}

.modal-header .close {
    margin-top: -12px;
}

.close {
    font-size: 40px;
    font-weight: 400;
    color: #2F2F2F;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.admin_menu_opt {
	position: absolute;
	bottom: 0;
	right: 30px;
}

.admin_menu_opt .add_page_menu {
	display: block;
	margin: 0 0 10px 0;
}

.admin_menu_opt a {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.admin_menu_opt a:hover,
.admin_menu_opt a:focus,
.admin_menu_opt a:active {
	text-decoration: none;
}

.admin_menu_opt a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background: #FFF;
    transition: all 0.4s ease;
}

.admin_menu_opt a:hover:before,
.admin_menu_opt a:focus:before,
.admin_menu_opt a:active:before {
    width: 100%;
}

.admin_menu_opt .svg-inline--fa {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #FFF;
}

.admin_menu_opt .edit_menu {
	display: block;
	margin: 0 0 0 0;
}

ul.btnlist {
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 30px 0;
}

ul.btnlist li {
	display: inline;
	margin: 0 15px 0 0;
}

ul.adminlist {
	list-style-type: none;
	padding-left: 0;
	margin: 0 0 30px 0;
}

ul.adminlist li {
	display: inline;
	margin: 0 5px 0 0;
}

/* [LOGIN] */
.fancybox-skin {
    position: relative;
    background: #FFF !important;
    color: #2F2F2F;
    text-shadow: none;
    -webkit-border-top-left-radius: 0px;
       -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
}

.fancybox-skin h2 {
	margin: 0 0 15px 0;
}

.fancybox-skin .control-label {
	font-size: 14px;
}

.fancybox-skin .form-control {
    font-size: 14px;
    color: #2F2F2F;
    background-color: #FFF;
    border: 1px solid #1f5081;
    border-radius: 0px;
    outline: none;
}

.fancybox-skin .form-control:hover,
.fancybox-skin .form-control:focus,
.fancybox-skin .form-control:active {
	border: 1px solid #FEDE30;
}

.fancybox-skin .form .showAjax {
	font-size: 14px;
}

/* [EDITOR] */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 15px;
}

/* [RESPONSIVE] */
@media (max-width: 1199px) {
	.eentwee_link {
		position: absolute;
		top: 36px;
		right: 0px;
		z-index: 1;
		background: #fff;
		border-radius: 100px 0px 100px 100px;
		padding: 20px 20px;
		box-shadow: 2px 3px 7px rgb(0 0 0 / 62%);
		max-width: 184px;
	}

	.carousel-caption .bottomhead {
		font-size: 50px;
	}
}


@media (max-width: 991px) {
	.eentwee_link {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 1;
		background: #fff;
		border-radius: 100px 0px 100px 100px;
		padding: 20px 20px;
		box-shadow: 2px 3px 7px rgb(0 0 0 / 62%);
		max-width: 184px;
	}
}

@media (max-width: 768px) {
	.eentwee_link {
		position: absolute;
		top: 1px;
		left: 0px;
		z-index: 1;
		background: #fff;
		border-radius: 0px 100px 100px 100px;
		padding: 10px 10px;
		box-shadow: 2px 3px 7px rgb(0 0 0 / 62%);
		max-width: 78px;
	}
	.eentwee_link img {
		max-width: 60px;
	}

	#wrap {
		overflow-x: hidden;
	}

	header.header .top ul li {
	    margin: 0 15px 0 0;
	}	

	header.header .top ul li a.location {
		line-height: 41px;
	}

	header.header .top ul li a.location .block_right .strong {
		display: none;
	}

	.navbar-nav {
		float: left;
	}

	.navbar-nav > li > a {
	    padding: 10px 5px;
	}

	.navbar-nav > li > a.btn_cta {
	    margin: 0 0 0 15px;
	}

	.carousel-caption .bottomhead {
		font-size: 20px;
		line-height: 21px;
		padding-top: 161px;
	}

	.bluewrap a.bloklink {
	    padding: 45px 30px 60px 30px;
	}

	.bluewrap h2.bluetitle {
	   min-height: 75px;
	}

	.uspbox h2, .uspbox h3 {
	    font-size: 20px;
	    line-height: 30px;
	}

	h1.title,
	h2.title {
		font-size: 32px;
		line-height: 32px;
	}

	.mobile_footer {
		position: fixed;
		display: block;
		z-index: 999;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mobile_footer ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		width: 100%;
		display: table;
	}

	.mobile_footer ul li {
		display: table-cell;
		text-align: center;
	}

	.mobile_footer ul li.afspraak a {
		background: #EA8A1F;
		color: #FFF;
		border: 2px solid #EA8A1F;
	}

	.mobile_footer ul li a i {
		margin: 0 5px 0 0;
	}

	.mobile_footer ul li.telefoon a {
		background: green;
		color: #FFF;
		border: 2px solid green;
	}

	.mobile_footer ul li a {
		display: block;
		font-size: 14px;
		font-weight: 900;
		padding: 10px 15px;
		text-decoration: center;
	}

	.fadehead .vijftwintig, .fadehead .klantenvertellen {
		display: none;
	}

	.carousel-caption ul.btns {
		list-style-type: none;
		padding-left: 0;
		margin: 50px 0 0 0;
		text-shadow: none;
		float: right;
	}

	section.uspwrap .vijftwintig {
		float: unset;
		text-align: center;
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}

}

header.header.scroll {
	position: fixed;
	display: block;
	z-index: 9999999;
	width: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 736px) {

	.fixedpos {
		position: fixed;
		display: block;
		z-index: 1;
	}

	header.header {
		position: fixed;
		display: block;
		z-index: 9999999;
		width: 100%;
	}

	ul.mobile_icons {
		position: inherit;
		float: right;
		display: block;
		z-index: 9999999;
		list-style-type: none;
		padding-left: 0;
		margin: 0;
		max-height: 68.5px;
	}

	ul.mobile_icons li {
		position: relative;
		display: inline-block;
		margin: 10px 5px 0 0;
	}

	ul.mobile_icons li:first-child {
		top: -11px;
	}

	ul.mobile_icons li a.whatsapp_icon {
		position: relative;
		display: inline-block;
		background: #00A200;
		color: #FFF;
		font-size: 40px;
		font-weight: 400;
		text-align: center;
		padding: 14.25px 10px;
		margin: -20px 0 0 0;
	}

	.menu-toggle {
		position: relative;
		display: inline-block;
		background: #007CB2;
		z-index: 999999;
		cursor: pointer;
		text-align: center;
		user-select: none;
	}

	.menu-toggle:active,
	.menu-toggle:focus,
	.menu-toggle:hover {
		color: #fff;
		text-decoration: none;
	}

	.menu-toggle div:first-child {
		position: relative;
		width: 5rem;
		height: 5rem;
		z-index: 90;
		color: #FFF;
	}

	.menu-toggle .text {
		margin-top: -0.75rem;
		color: #FFF;
		font-size: 90%;
		text-transform: uppercase;
	}

	.menu-toggle i {
		position: absolute;
		display: block;
		width: 65%;
		height: 10%;
		left: 17.5%;
		border-radius: 1px;
		background-color: #FFF;
		-webkit-transition: all 200ms ease-in-out;
		        transition: all 200ms ease-in-out;
	}

	.menu-toggle i:nth-child(1) {
		top: 20%;
	}

	.menu-toggle i:nth-child(2) {
		top: 45%;
	}

	.menu-toggle i:nth-child(3) {
		top: 70%;
	}

	.menu-toggle.active i:nth-child(1) {
		top: 45%;
		left: 18%;
		-webkit-transform: rotateZ(45deg);
		        transform: rotateZ(45deg);
	}

	.menu-toggle.active i:nth-child(2) {
		width: 0px;
		left: 50%;
	}

	.menu-toggle.active i:nth-child(3) {
		top: 45%;
		left: 18%;
		-webkit-transform: rotateZ(-45deg);
		        transform: rotateZ(-45deg);
	}

	.mobilemenu.active {
		position: fixed;
		display: block;
		z-index: 99999;
		top: 0;
		left: 0;
		background: #222222;
		width: 100%;
		height: 100%;
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
	}

	.mobilemenu .mobile_logo {
		position: absolute;
		display: block;
		top: 15px;
		left: 15px;
		width: 168px;
		height: auto;
	}

	.mobilemenu .mobile_particulieren {
		position: fixed;
		display: block;
		z-index: 9999;
		top: 120px;
		right: 15px;
		bottom: 15px;
		left: 15px;
		background: #222222;
		padding: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all 0.5s ease;
		   -moz-transition: all 0.5s ease;
		    -ms-transition: all 0.5s ease;
		     -o-transition: all 0.5s ease;
		        transition: all 0.5s ease;
	}

	.mobilemenu ul.parentmenu {
		list-style-type: none;
		padding-left: 0;
		margin: 0;
	}

	.mobilemenu ul.parentmenu li {

	}

	.mobilemenu ul.parentmenu li.has_child_menu ul {
		display: none;
	}

	.mobilemenu .submenu.active {
		display: block !important;
	}

	.mobilemenu ul.parentmenu li.has_child_menu ul li.has_child_menu ul,
	.mobilemenu ul.parentmenu li.has_child_menu ul.submenu.active li.has_child_menu ul {
		display: none;
	}

	.mobilemenu ul.parentmenu li a {
		position: relative;
		display: block;
		font-size: 18px;
		font-weight: 600;
		padding: 15px 30px;
		color: #FFF;
	}

	.mobilemenu ul.parentmenu li a:hover,
	.mobilemenu ul.parentmenu li a:focus,
	.mobilemenu ul.parentmenu li a:active {
		text-decoration: none;
	}

	.mobilemenu ul.parentmenu li a.active {
		background: #EA8A1F;
		color: #FFF;
	}

	.mobilemenu li.has_child_menu>a:after {
		position: absolute;
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		font-weight: 700;
		font-size: 13px;
		content: "\f3be";
		margin: 0 0 0 15px;
	}

	.mobilemenu ul.parentmenu li .submenu {
		list-style-type: none;
		padding-left: 0;
		margin-left: 0px;
		border-left: 5px solid #007CB2;
	}


}

@media (max-width: 414px) {

	#wrap {
		overflow-y: hidden;
	}

	.fadehead .carousel .carousel-inner .item {
		/*background: #2F2F2F !important;*/
	}

	.carousel .item .layer {
		background: #007CB2;
		border-radius: 200%;
	    top: -25%;
	    left: -50%;
	    width: 200%;
	    height: 100%;
	}

	.carousel .item .layer img {
		display: none;
	}

	.fadehead .vijftwintig,
	.fadehead .klantenvertellen {
		display: none;
	}

	.carousel-caption {
		margin-top: 130px;
	}

	.carousel-caption .tophead {
		font-size: 24px;
		text-align: center;
		padding: 0 5px;
	}

	.carousel-caption .bottomhead {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		margin: 30px 0;
	}

	.carousel-caption ul.btns li a.btn-custom1 {
		display: none;
	}

	.fadehead .uspwrap {
		position: relative;
		display: block;
	    bottom: 150px;
	    right: unset;
	    width: 100%;
	    z-index: 2;
	}

	.fadehead .uspwrap .col-xs-12 {
		padding: 0;
	}

	.fadehead .uspwrap .uspbox {
	    background: #2F2F2F;
	    font-size: 18px;
	    color: #FFF;
	    padding: 20px;
	}

	.uspbox .usplink a {
	    color: #FFF;
	}

	.uspbox .usplink a i {
		margin: 0 0 0 5px;
	}

	.sub_fadehead, 
	.sub_fadehead .carousel, 
	.sub_fadehead .carousel .carousel-inner, 
	.sub_fadehead .carousel .carousel-inner .item {
		height: 250px;
	}

	.sub_fadehead .vijftwintig {
		display: none;
	}

	section.page {
		display: block;
		padding: 30px 0 60px 0;
	}

	section.page.mobilemarg {
		top: -150px;
	}

	section.page.mobilespace {
		top: 100px;
	}

	#home_afspraak_01 h3,
	#home_afspraak_02 h3,
	#home_afspraak_03 h3 {
		font-size: 20px;
		font-weight: 900;
	}

	.afspraak_btn .btn-custom1 {
		display: block;
		text-align: center;
	}

	section.grey {
		padding: 60px 0;
	}

	h1.title,
	h2.title {
		font-size: 28px;
		line-height: 38px;
	}

	.btn-custom-white { 
		display: inline-block;
		background: #FFF;
		padding: 10px 30px;
		border-radius: 30px;
		font-size: 16px;
		font-weight: 700;
		color: #535353;
		border: 1px solid #FFF;
		outline: none;
	} 

	.btn-custom-white i {
		margin: 0 5px 0 0;
	}

	.btn-custom-white:hover, 
	.btn-custom-white:focus, 
	.btn-custom-white:active { 
		background: #535353;
		color: #FFF;
		text-decoration: none;
	} 

	.btn-custom1 {
		display: block;
		text-align: center;
	}

	.bottom_marg {
		margin: 0 0 150px 0;
	}

	section.submenu ul {
		display: none;
	}

	section.footerimg ul.logos {
		display: flex;
	    justify-content: space-around;
	    align-items: center;
	}

	section.footerimg ul.logos li {
	    display: inline-block;
	    margin: 0;
	}

	section.footerimg ul.logos li a img {
		width: 75%;
	}

	#footer {
		margin: 0 0 60px 0;
	}

	#footer ul.llist {
	    margin: 0 0 30px 0;
	}

	#footer .bottom {
		margin: 30px 0 0 0;
	}

	#footer .bottom .pull-right {
		float: unset !important; 
	}

	#footer ul.footsocial {
		position: relative;
   	 	bottom: unset;
    	left: 50%;
    	margin-left: -47px;
    	margin-bottom: 30px;
	}

	#footer ul.footsocial li {
		display: inline-block;
		margin: 0 10px 0 0;
	}

	#footer ul.footsocial li.bluebar {
		display: none;
	}

	.mobile_footer {
		position: fixed;
		display: block;
		z-index: 999;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mobile_footer ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		width: 100%;
		display:table;
	}

	.mobile_footer ul li {
		display: table-cell;
		text-align: center;
	}

	.mobile_footer ul li a {
		display: block;
		font-size: 14px;
		font-weight: 900;
		padding: 10px 15px;
		text-decoration: center;
	}

	.mobile_footer ul li a:hover,
	.mobile_footer ul li a:focus,
	.mobile_footer ul li a:active {
		text-decoration: none;
	}

	.mobile_footer ul li a i {
		margin: 0 5px 0 0;
	}

	.mobile_footer ul li.afspraak a {
		background: #EA8A1F;
		color: #FFF;
		border: 2px solid #EA8A1F;
	}

	.mobile_footer ul li.afspraak a:hover,
	.mobile_footer ul li.afspraak a:focus,
	.mobile_footer ul li.afspraak a:active {
		background: #FFF;
		color: #EA8A1F;
	}

	.mobile_footer ul li.telefoon a {
		background: green;
		color: #FFF;
		border: 2px solid green;
	}

	.mobile_footer ul li.telefoon a:hover,
	.mobile_footer ul li.telefoon a:focus,
	.mobile_footer ul li.telefoon a:active {
		background: #FFF;
		color: green;
	}

	.foto-album-spacer img {
		margin-bottom: 10px;
		max-width: 49vw;
	}

}

@media (max-width: 480px) {
	/* c-bubble#whappe-button.align-bottomright, 
	[is="c-bubble"]#whappe-button.align-bottomright {
		bottom: 70px !important; 
	} */

	c-bubble.whappe-align-bottomright, 
	[is="c-bubble"].whappe-align-bottomright {
		bottom: 70px !important;
	}

	#CookiebotWidget:not(.CookiebotWidget-inactive) {
		bottom: 70px !important;
	}
}

@media (max-width: 414px) { 

	h1.title,
	h2.title {
		font-size: 20px;
		line-height: 30px;
	}

	.mobile_locs {
		position: relative;
		margin-top: 98px;
		left: 0;
		display: block;
		width: 100%;
		z-index: 9;
	}

	.mobile_locs ul.locaties {
		list-style-type: none;
		padding: 0;
		margin: 0;
		width: 100%;
		display: table;
		background: #007CB2;
	}

	.mobile_locs ul.locaties li {
		display: table-cell;
		text-align: center;
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
	}

	.mobile_locs  ul.locaties li a {
		color: #FFF;
		display: block;
		padding: 10px 0;
	}

	.mobile_locs ul.locaties li a:hover,
	.mobile_locs ul.locaties li a:focus,
	.mobile_locs ul.locaties li a:active {
		text-decoration: none;
	}

	.mobile_locs ul.locaties li a i {
		margin: 0 5px 0 0;
	}

	ul.mobile_icons {
	    max-height: 58.5px;
	}

	ul.mobile_icons li:first-child {
	    top: -9px;
	}

	ul.mobile_icons li a.whatsapp_icon {
		font-size: 30px;
	}

	.menu-toggle div:first-child {
		width: 4rem;
		height: 4rem;
	}

	.menu-toggle .text {
	    font-size: 75%;
	}

	section.uspwrap {
		padding: 30px 0;
	}

	section.uspwrap .vijftwintig {
		float: unset;
		text-align: center;
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}

	section.uspwrap .vijftwintig img {
		max-width: 100px;
	}

	.uspbox {
		margin: 0 0 0 15px;
	}

	section.page.mobilemarg {
		top: 0;
	}

	.fadehead,
	.fadehead .carousel, 
	.fadehead .carousel .carousel-inner, 
	.fadehead .carousel .carousel-inner .item {
		height: 200px;
	}

	.fadeheadfill {
		display: block;
		width: 100%;
		height: 15px;
		background: #222222;
	}

	/*.carousel-caption {
		position: relative;
		display: block;
		z-index: 9;
		padding: 15px 0;
		margin-top: 100px;
		min-height: 180px;
	}

	.carousel-caption .tophead {
		font-size: 20px;
		text-align: center;
		padding: 0 5px;
		margin: 0 0 15px 0;
	}

	.carousel-caption .bottomhead {
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		margin: 0 0 15px 0;
	}*/

	.carousel-caption,
	.carousel-caption ul.btns,
	.carousel-caption ul.btns li a.btn-custom1 {
		display: none;
	}

	.sub_fadehead {
		margin-top: 50px;
	}

	.sub_fadehead,
	.sub_fadehead .carousel,
	.sub_fadehead .carousel .carousel-inner,
	.sub_fadehead .carousel .carousel-inner .item {
		height: 150px;
		background: #FFF;
	}

	.fadehead .carousel .carousel-inner .item {
	    background-size: cover!important;
	}

	section.faq {
		padding: 30px 0;
	}

	h2.margtitle {
		font-size: 20px;
		line-height: 20px;
	}

	.mobilemarg h2.margtitle {
		margin: 0 0 15px 0;
	}

	#home_afspraak_01 h3,
	#home_afspraak_02 h3,
	#home_afspraak_03 h3 {
		font-size: 18px;
		font-weight: 900;
		margin: 0 0 15px 0;
	}

	.mobile_spacerbig {
		height: 30px;
	}

	.spacerbig {
		height: 15px;
	}

	section.page {
		display: block;
		padding: 30px 0;
	}

	section.grey {
		padding: 30px 0;
	}

	.faq h4 {
		padding: 20px 45px 20px 30px !important;
	}

	.faq-vraag .open, 
	.faq-vraag .closed {
		margin-right: -20px !important;
		margin-top: -10px !important;
	}

	#footer .align-center {
		text-align: left;
	}

	#footer .footsocial {
		display: none;
	}

	.bluewrap a.bloklink {
		padding: 0;
	}

	.bluewrap h2.bluetitle {
		margin: 30px 0 0 0;
		padding: 0 15px;
	}

	.bluewrap .bluedesc {
		margin: 15px 30px 30px 30px;
	}

	.foto-album-spacer img {
		margin-bottom: 10px;
		max-width: 49vw;
	}

}

.mobilemenu.active + #wrap .bg-primary {
	display: none;
}