/*===== Common Class =====*/
/*
font-family: 'Asap', sans-serif;
400,400i,700,700i
font-family: 'Open Sans', sans-serif;
400,400i,700,700i
*/

html {
position: relative;
min-height: 100%;
}

* {
margin:0px;
padding:0px;
}body {
font-size:16px;
color:#231C07;
font-family: 'Open Sans', sans-serif;
background:#ffffff;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding:0px;
line-height:1.5;
font-weight: 400;
}
.fl {
float:left;
}
.fr {
float:right;
}
li, ul, ol {
list-style:none;
margin:0px;
padding:0px;
}
a, a img {
text-decoration:none;
border:0;
outline:none !important;
}
a {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
a:hover,
a:focus {
text-decoration:none;
outline:none;
}
h1, h2, h3, h4, h5, h6 {
font-style:normal;
font-weight:normal;
margin:0px;
padding:0px;
}
.clear {}

.clear:before,
.clear:after {
display: table;
content: "";
}
.clear:after {
clear:both;
}
input, textarea {
outline:none !important;
}
#wrapper {
width:100%;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
color: inherit;
opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
color: inherit;
opacity: 1;
}

input[type=email]::-moz-placeholder {
color: inherit;
opacity: 1;
}

input[type=email]::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}

input[type=email]::-ms-placeholder {
color: inherit;
opacity: 1;
}

textarea::-moz-placeholder {
color: inherit;
opacity: 1;
}

textarea::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}

textarea::-ms-input-placeholder {
color: inherit;
opacity: 1;
}

/**** Select Dropdown Start ****/

.dropdown-menu > li > a {
display: block;
padding: 0 17px;
clear: both;
font-weight: normal;
min-height:34px;
line-height: 34px;
color: #B5B5B5;
white-space: nowrap;
cursor:pointer;
font-size:14px;
border-bottom:solid 1px #ddd;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #9fb033;
text-decoration: none;
background-color:rgba(0,0,0,0.05);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: var(--white);
text-decoration: none;
background-color:rgba(0,0,0,0.05);
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #9fb033;
}
.bootstrap-select {
display: inline-block;
float: none;
width: 100%;
}

.bootstrap-select .btn,
.select-dropdown .btn.dropdown-toggle,
.bootstrap-select .btn.dropdown-toggle {
width: 294px;
height:50px;
max-width: 100%;
padding: 0 17px ;
font-size: 14px;
color: #B5B5B5;
text-align: left;
background: #fff;
border:#ddd solid 1px;/*#d2d2d2*/
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}

.bootstrap-select.select-1 .btn { min-width: 250px; }

.bootstrap-select.select-2 .btn,
.bootstrap-select.select-2 .btn.dropdown-toggle {
min-width: 205px;
padding-left: 6px;
color: #acacac;
}

.bootstrap-select.select-2 .sort_by { display: none; }

.bootstrap-select .sort_by { display: inline-block; }

.bootstrap-select .pull-left {
display: inline-block;
float: none !important;
}

.bootstrap-select .btn .caret {
position: absolute;
top: 50%;
margin-top: -4px;
right: 16px;
width: 8px;
height: 5px;
text-align: center;
border-top: none;
border-right: none;
border-left: solid 1px transparent;
background:url(../images/select_down.svg) no-repeat center center;/*select-arrow.svg*/
background-size: contain;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.bootstrap-select.show .caret {
-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
}

.bootstrap-select .btn .caret:before {
position: absolute;
top: 50%;
left: 0;
width: 100%;
font-family:'FontAwesome';
font-size: 18px;
color:#999;
content:"";/*\f0d7*/
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.bootstrap-select .dropdown-menu {
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.bootstrap-select.show .dropdown-menu{ display:inline-block; max-width:294px; }

.bootstrap-select div.dropdown-menu {
height: auto;
min-height: 1px !important;
margin-top: 0;
border-top: 1px solid;
border-color: #ddd;
max-height:200px !important;
overflow-y: auto !important;
}

.bootstrap-select ul.dropdown-menu {
top: 0;
max-height: inherit !important;
padding: 0;
margin: 0;
background: none;
border: none;
overflow: hidden !important;
}

.bootstrap-select .dropdown-menu li { border-bottom: 0; }

.bootstrap-select .dropdown-menu li:last-child { border-bottom-color: var(--white); }

.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a:focus,
.bootstrap-select .dropdown-menu li a:hover { background: rgba(0,0,0,0.05); }

.bootstrap-select .dropdown-menu li a:focus { background: none; }

.bootstrap-select .dropdown-menu li a i { display: none; }

.bootstrap-select .dropdown-toggle::after{ display:none; }
.bootstrap-select .btn-info:not(:disabled):not(.disabled):active:focus,
.bootstrap-select .btn-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-select.show > .btn-info.dropdown-toggle:focus { box-shadow:none; }
.bootstrap-select .show > .btn-info.dropdown-toggle { background-color:transparent; border-color:transparent; }
.bootstrap-select .btn-info:not(:disabled):not(.disabled):active { background-color:#fff; border-color:#eee; color:#999; }
.bootstrap-select .text { padding:3px 0;/*5px 0*/ }
/**** Select Dropdown End ****/

/*============ Default Css End ============*/



/*============ Bootstrap Class Overwriter CSS Code Start ============*/

@media (min-width: 768px) {
.container {
width:750px;
max-width:750px;
}
}
@media (min-width: 992px) {
.container {
width:970px;
max-width:970px;
}
}
@media (min-width: 1200px) {
.container {
width:1140px;
max-width:1140px;
}
}
.center-block { float:none;}

.main_wapper { padding: 0; overflow: hidden;}


/* navbar start */

/*=========================================*/
/* Elements css Start  */
/*=========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
margin:0;
padding:0;
color:#98022F;
font-family: 'Asap', sans-serif;
font-weight: 700;
}
h1 {font-size:42px;}
h2 {font-size:34px;}
h3 {font-size:24px;}
h4 {font-size:22px;}
h5 {font-size:20px;}
h6 {font-size:16px;}
p { margin: 0; padding: 0;}
b, strong {font-weight: 700;}

.flxrow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flxfix {
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.flxflexi {
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
-ms-flex-preferred-size: auto;
flex-basis: auto;
position: relative;
}

.btnbox a,
.btnbox > span,
.btnbox input[type="submit"] { width:auto;height:58px;display: inline-block;vertical-align: top;background:#C2D53D;border:1px solid #C2D53D;border-radius: 10px;padding: 0 32px;font-size:16px; color:#fff;line-height:56px; }
.btnbox input[type="submit"] {
-webkit-appearance: none;
-moz--appearance: none;
}
.btnbox a:hover,
.btnbox > span:hover,
.btnbox input[type="submit"]:hover {background:#d6e37b;}
.btnbox.bordered a span {line-height: 1;display: inline-block;vertical-align: middle;margin:-2px 13px 0 0;font-size: 0;}
.btnbox.bordered a {background:transparent;color: #9FB033;border-color:#9FB033;min-width:223px;text-align:center;height:50px;line-height:48px;padding:0 26px;}
.btnbox.bordered a:hover{background:#C2D53D;border-color:#C2D53D;color:#fff;}
.btnbox.bordered a:hover path {fill:#fff;}
.btnbox.blue a {border-color:#0288D1;color:#0288D1;}
.btnbox.blue a:hover {background:#0288D1;border-color:#0288D1;color:#fff;}
.btnbox.orange a {border-color:#F96E46;color:#F96E46;}
.btnbox.orange a:hover {background:#F96E46;border-color:#F96E46;color:#fff;}
.overlap .ik_breadcrumb {position: relative;z-index:2;margin: -70px 0 0;background:#fff;border-radius:10px;padding:53px 60px 36px;}
.ik_breadcrumb {padding: 30px 0 34px;}
.ik_breadcrumb ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ik_breadcrumb ul li{color:#ccc;position: relative;padding:0 28px 0 0;font-size:12px; }
.ik_breadcrumb ul li:after {content:'';width:8px;height:12px;background:url(../images/chevron-right-g.svg) no-repeat center center;background-size:contain;position: absolute;top:3px;right:10px;}
.ik_breadcrumb ul li:last-child:after {display:none;}
.ik_breadcrumb ul li a {color:#ccc;}
.ik_breadcrumb ul li a:hover {color:#231C07;text-decoration:underline;}

/*=========================================*/
/* Elements css End  */
/*=========================================*/


/*=========================================*/
/* Main Header */
/*=========================================*/


#header{ width: 100%; }
.hide_notification #header .head_top { padding-top: 80px; }
.header_wapper { z-index:100; background:#ffffff; width:100%; padding:0; position:relative;box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);}
.header_wapper .container { justify-content: space-between; }
.logo { padding:0; width: 130px; }
.logo a {display:block;}
.logo a img { float:left; height:68px; width:auto; align-self: center;}

.navigation_main { margin-top:0;}
.navigation_main ul { margin: 0; padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -30px;
}
.navigation_main ul li { display: block; margin: 0; padding: 0 30px;}
.navigation_main ul li > a { display: block; font-size: 16px; color: #333; line-height: 1.5; position: relative;}
.navigation_main ul li > a:hover,
.navigation_main ul li.current-menu-item a {color:#9FB033;/*font-weight:600;*/}

.head_right {margin-left:auto; flex-direction: column; justify-content: flex-end;}
.head_right ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -15px;
}
.head_right ul li { border-left:1px solid #ddd; padding:0 15px; }
.head_right ul li:first-child{border-left:0;}
.head_right ul li a {line-height: 1.9;color:#666;display: block;font-weight:400;font-size:12px;}
.head_right ul li > a:hover,
.head_right ul li.current-menu-item a {color:#9FB033;}
.head_right .cbwImg {text-align: right;padding:18px 0 0;}
.head_top {padding:30px 0 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.head_top .flxrow {align-items: center;}
.head_bottom {align-items: center;padding:20px 0 24px;width: 100%;position: relative;top:0;left:0;background: #fff;}
.head_bottom * {
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.head_bottom.fixed {position: fixed;box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);}
.head_bottom .logo {display: none;opacity: 0;}
.head_bottom.fixed .logo {display: block;opacity: 1;width: 97px;margin-right: 20px;}
.head_bottom.fixed .logo a img {height:48px;}
.head_bottom.fixed .navigation_main ul {margin:0 -20px;}
.head_bottom.fixed .navigation_main ul li {padding:0 20px;}
.head_bottom.fixed {
animation: fadeIn ease 0.5s;
-webkit-animation: fadeIn ease 0.5s;
-moz-animation: fadeIn ease 0.5s;
-o-animation: fadeIn ease 0.5s;
-ms-animation: fadeIn ease 0.5s;
}


@keyframes fadeIn{
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-moz-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-webkit-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-o-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}

@-ms-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}


.head_bottom .flxrow {align-items: center;}
.head_bottom .searchbtn {margin-left:auto;}
.head_bottom .searchbtn.nofix {display: block;}
.head_bottom .searchbtn a {width:50px;height:50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.head_bottom .btnbox {margin-left: 60px;}
.head_bottom.fixed .searchbtn.fix {display: block;}
.head_bottom.fixed .searchbtn.nofix {display:none;}
.header_wapper .searchbtn svg.searchbtn {display: block;}
.header_wapper .searchbtn svg.cl-search {display: none;}
.header_wapper .searchbtn svg.cl-bar {display: none;}
.header_wapper .searchbtn.open svg.cl-search{display: block;}
.header_wapper .searchbtn.open svg.search {display: none;}
#header .searchbar {width:100%;background:#F5F5F5;padding:25px 0;display: none;}
#header .searchbar.fixdsearch {position: absolute;top: 100%;left:0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;

}
#header .searchbar form {display:inline-block;width:700px;max-width:100%; position: relative;display: block;margin:0 auto;}
div.asp_w.ajaxsearchpro {overflow: visible;background:none;}
#header .searchbar form .input-text,
div#ajaxsearchpro1_1 div.probox div.proinput input.orig,
div#ajaxsearchpro1_2 div.probox div.proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {width:100%;height:50px;background:#fff;border:0;padding:0 30px !important;margin:0 !important;font-size:16px;color:#231C07;border-radius:0;}
#header .searchbar form .submitbtn,
div.asp_m.ajaxsearchpro .probox .proinput input[type="submit"] {width:50px;height:50px;background:url(../images/search-icon.svg) no-repeat center center;border:0;font-size:0;position: absolute;top:0;right:23px;}
div#ajaxsearchpro1_1, div#ajaxsearchpro1_2, div.asp_m.asp_m_1 {background-image:none !important;box-shadow:none !important;overflow: visible !important;background: none !important;width:700px;max-width:100%;margin:0 auto;border: 1px solid #ddd !important;border-radius: 4px !important;position: relative;}
div#ajaxsearchpro1_1 div.probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {background-image:none !important;border:0 !important;border-radius:4px !important;box-shadow:none !important;overflow: visible !important;display:block;}
#ajaxsearchpro1_1 .probox .proinput, #ajaxsearchpro1_2 .probox .proinput,
div.asp_m.asp_m_1 .probox .proinput {width:100% !important;width: calc(100% - 50px)  !important;text-shadow:none;margin: 0  !important;padding:0  !important;}
#ajaxsearchpro1_1 .probox .proinput input.autocomplete, #ajaxsearchpro1_2 .probox .proinput input.autocomplete, div.asp_m.asp_m_1 .probox .proinput input.autocomplete {font-size:0 !important;}
.mob_menubar {position: fixed;bottom:0;left:0;z-index: 5;background: #fff;width:100%;
-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
}
#ajaxsearchpro1_1 .probox .proloading, #ajaxsearchpro1_2 .probox .proloading, div.asp_m.asp_m_1 .probox .proloading,
div#ajaxsearchpro1_1 .probox .proloading, div#ajaxsearchpro1_2 .probox .proloading, div.asp_m.asp_m_1 .probox .proloading, div.asp_m.ajaxsearchpro .probox .proclose {position: absolute !important;top:0 !important;right:0 !important;background: #fff !important;}
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {width: 700px;max-width: 100%;margin: 0 auto;}
.mob_menubar .bottom_menu ul {justify-content: space-between;}
.mob_menubar .bottom_menu ul li.current-menu-item {background:#F4F8DD;}
.mob_menubar .bottom_menu ul li.btnbox {width:29%;}
.mob_menubar .bottom_menu ul li.btnbox a {border-radius: 0;color:#fff;font-size:12px;font-weight:600;padding:0 10px;height: 60px;line-height: 58px;display:block;text-align: center;text-transform: none;}
.mob_menubar .bottom_menu ul li:not(.btnbox) {padding: 0 10px;width:17.65%;text-align:center;border-left: 1px solid #eee;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.mob_menubar .bottom_menu ul li a {font-size:8px;font-weight:700;color:#231C07;text-transform: uppercase;}
.mob_menubar .bottom_menu ul li a i {display: block;padding:0 0 5px;}
.mob_menubar .bottom_menu ul li a i img{max-height:16px;}
.mob_menubar .bottom_menu ul li a i svg {height:16px;width:auto;}
.mob_menubar .bottom_menu ul li.current-menu-item a{color:#9FB033;}
.mob_menubar .bottom_menu ul li.current-menu-item a i svg path {fill:#9FB033;}
#header .overigbtn{margin:0 -20px;width:100vw;}
#header .overigbtn a {width:100%;height:60px;background:#C2D53D;line-height:60px;text-align: center;font-size:18px;color:#fff;display:block;}
#header .sluitenbtn {text-align: center;margin-top:auto;}
#header .sluitenbtn a {width:auto;height:30px;line-height: 30px;background:#231C07;border-radius:19px;display: inline-block;vertical-align: top;font-size:12px;color:#fff;text-transform: uppercase;padding:0 15px;}
#header .sluitenbtn a i {font-size:0;display: inline-block;vertical-align: middle;margin:-1px 9px 0 0;}
#header .sluitenbtn a i svg {width:8px;height:auto;}

#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier {box-shadow:none !important;background-image:none !important;}
#ajaxsearchpro1_1 .probox .promagnifier,
#ajaxsearchpro1_2 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier {width:50px !important;height:50px !important;margin: 0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
#ajaxsearchpro1_1 .probox .promagnifier div.innericon,
#ajaxsearchpro1_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_1 .probox .promagnifier div.innericon {width:50px !important;height:50px !important;margin-top:0;margin-right:23px !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
#ajaxsearchpro1_1 .probox .promagnifier .innericon svg,
#ajaxsearchpro1_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_1 .probox .promagnifier .innericon svg{width:16px;height:16px;fill:#333 !important;}

.notice-outer { background:#fffcdf; height: 50px; width: 100%;display:block;z-index: 102;position: absolute;top: 0;left:0;}
.notice-blk {
padding: 0 57px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
align-items: center;
justify-content: center;
position: relative;
}
.noti-text {text-align: center;font-size: 14px;line-height: 22px;color: #231C07;}
.noti-text  a {font-weight:700;color: #231C07;text-decoration: underline;}
.noty-cls { position: absolute; right: 0px; top: 50%; margin: -6px 0 0 0;}
.noty-cls a { float: left; width: 14px; height: 14px; background: url(../images/close.svg) no-repeat center center;}
/*=========================================*/
/* Main Banner Start */
/*=========================================*/
.banner_wapper{width:100%; position:relative; z-index:2;}
.home-banner {position: relative;}
.home-banner .imagebox {width:100%;height:500px;background-repeat: no-repeat;background-position: center center;background-size: cover;background-color: #ddd;}
.home-banner .captionbox {position: absolute;top:50%;left:0;right:0;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
transform:translateY(-50%);
}
.banner_wapper  .vorkopenBox {background: rgba(255, 255, 255,0.9);max-width:475px;border-radius: 10px;padding:37px 45px 33px 35px;}
.banner_wapper  .vorkopenBox h1 {font-size:32px;line-height:1.31;padding:0 0 20px;}
.banner_wapper  .vorkopenBox ul {padding:0 0 27px;}
.banner_wapper  .vorkopenBox ul li {font-size:20px; padding-left:46px;position: relative;}
.banner_wapper  .vorkopenBox ul li + li {margin-top:7px;}
.banner_wapper  .vorkopenBox ul li:before {content:'';background: url(../images/check-mark.svg) no-repeat center center;width:24px;height:24px;display: block;position: absolute;top:3px;left:0;}
.home-banner .label-img {position: absolute;top: 0;left:0;width: 100%;height:100%;
align-items: flex-end;
}
.overlap .home-banner .label-img .img {text-align: right;padding: 0 0 80px;
padding-left:0 !important;
padding-right:0 !important;
}
/*=========================================*/
/* Main Banner End */
/*=========================================*/



/*=========================================*/
/* Main Content Start */
/*=========================================*/


/****************************/
/* homepage start */
.h_counter {padding:100px 0 45px;}
.h_counter .row > div[class*="col-"] + div[class*="col-"] {border-left:1px solid #ddd;}
.h_counter .counterBox {text-align:center;}
.h_counter .counterBox .icon {padding:0 0 25px;}
.h_counter .counterBox h2 {font-size:48px;color:#231C07;padding:0 0 10px;}
.h_counter .counterBox p {text-transform: uppercase;font-size:12px;}

.h_winke {padding: 0 0 65px;}
.h_winke .row {align-items: center;padding-top: 75px;padding-bottom: 75px;}
.h_winke .image {width:100%;height:350px;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px;}
.h_winke .info h2 {padding:0 0 25px;}
.h_winke .info .btnbox {padding:59px 0 0;}

.bg-gray {background:#FCFCFC;}
.gray-bt {border-top:1px solid #EEE;}
.gray-bb {border-bottom:1px solid #EEE;}

.section_title p {font-size:24px;padding:7px 0 0;}
.page_title {padding:0;}
.page_title p {padding:29px 0 0;}
.v2 .page_title p {font-size:24px;padding:7px 0 0;}
.page_title .lees-meer {padding:28px 0 0;}
.lees-meer a {text-decoration:underline;color:#231C07;}
.lees-meer a:hover{color:#C2D53D;}

.bg-gray .zoek_row{padding: 101px 0 140px;}
.zoek_row {padding:40px 0 40px;}
.zoek_row * {overflow-anchor: none;}
.zoek_row .section_title {padding:0 0 27px}
.zoek_row > h2 {padding:0 0 29px;}
.zoek_row .zoek_box {position: relative;margin:30px 0;border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.zoek_row .zoek_box a {display:block;}
body .zoek_row .zoek_box .pin-btn { position: absolute;top: 10px;left: 10px;z-index: 2; display: flex;width: 50px;height: 50px;border-radius: 100px;padding: 0;margin: 0;border: solid 1px #fff;box-shadow: none;background: radial-gradient(ellipse at center,rgba(80,87,92,.3) 0,rgba(80,87,92,0) 50%);align-items: center;justify-content: center; }
body .zoek_row .zoek_box .pin-btn:hover { background-color: #fff; }
body .zoek_row .zoek_box .pin-btn svg { display: flex;overflow: hidden; }
body .zoek_row .zoek_box .pin-btn svg path { fill: #fff;transition: all ease-in-out 300ms; }
body .zoek_row .zoek_box .pin-btn:hover svg path { fill: #C8232C; }
body .zoek_row .zoek_box .pin-btn span,
body .zoek_row .zoek_box .pin-btn img { display: none !important; }
.zoek_row .zoek_box .image {width:100%;height:280px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px;overflow: hidden;position: relative;}
.zoek_row .zoek_box .image .gekozen-label {position: absolute;top:30px;right:0;}
.zoek_row .zoek_box .image:after {content:'';width:100%;height:140px;position: absolute;bottom:0;left:0;
mix-blend-mode: multiply;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(51,51,51,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(51,51,51,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#333333',GradientType=0 );
}
.zoek_row .zoek_box .info {position: absolute;bottom:0;left:0;width:100%;padding:0 10px 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;

}
.zoek_row .zoek_box .info h3 {color:#fff;}
.zoek_row .zoek_box .pricebox span {font-size:24px;color:#fff;font-weight:700;padding:0 0 2px;}
.zoek_row .zoek_box .pricebox p {font-size:12px;color:#fff;}
.zoek_row .btnbox {padding-top:30px;}
.korting-label {position:absolute;top:20px;right:20px;width:80px;height:80px;border-radius:100%;background:#98022F;border:2px solid #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
text-align:center;
}

.korting-label * {color:#fff;}
.korting-label p {font-family: 'Asap', sans-serif;font-size:12px;text-transform:uppercase;padding:1px 0 0;}
.zoek_row.showroom .zoek_box .info {padding-bottom:20px; }
.zoek_row.showroom .zoek_box .pricebox span {line-height:1;}
.supper-label {position:absolute;top:20px;right:20px;width:80px;height:80px;border-radius:100%;background:#EE4D33;border:2px solid #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
text-align:center;
}
.supper-label .supper-text {
-webkit-transform: rotate(10deg);
-moz-transform: rotate(10deg);
transform: rotate(10deg);
}
.supper-label h6 {font-size:18px;text-transform: uppercase;color:#fff;}
.zoek_row.voorraad {padding:65px 0 83px;}
.zoek_row.voorraad .zoek_box {margin:17px 0;}
.onsverhaal_wrap {padding:120px 0 0 0; }
.onsverhaal_row .row [class*="col-"] {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.onsverhaal_row .row [class*="col-"] .onsverhaal_box {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.onsverhaal_row .row [class*="col-"] .onsverhaal_box a { display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column; background:#ffffff; }
.onsverhaal_row .row [class*="col-"] .onsverhaal_box a:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 8%); -moz-box-shadow: 0 5px 10px rgb(0 0 0 / 8%); -ms-box-shadow: 0 5px 10px rgb(0 0 0 / 8%); box-shadow: 0 5px 10px rgb(0 0 0 / 8%); }

.onsverhaal_row .onsverhaal_box {padding:30px 0;}
.onsverhaal_row .onsverhaal_box a {display:block; border:solid 1px #DDDDDD; border-radius:10px; }
.onsverhaal_row .onsverhaal_box .image {width:100%;height:180px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px 10px 0 0 ;}
.onsverhaal_row .onsverhaal_box .info {padding:30px 30px 28px; -ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto; }
.onsverhaal_row .onsverhaal_box .lees_meer_hm  { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width:100%;align-self: flex-end; justify-content:flex-end;padding:0 30px 30px; font-size:12px; color:#C2D53D; }
.onsverhaal_row .onsverhaal_box .info h3 {font-size:22px;padding:0 0 29px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
/* .onsverhaal_row .onsverhaal_box a:hover .info h3 {text-decoration:underline} */
.onsverhaal_row .onsverhaal_box p {color:#231C07; font-size:14px; line-height:22px; }

.eraar_row {padding:100px 0;}
.eraar_row .info{}
.eraar_row .image {width:100%;height:405px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px;position: relative;overflow: hidden;z-index:1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items:flex-end;
}
.eraar_row .image:after {content:'';width:100%;height:140px;position: absolute;bottom:0;left:0;
mix-blend-mode: multiply;opacity: 0.9;pointer-events: none;z-index: -1;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 );
}
.eraar_row  .info h2 {padding:0 0 28px;}
.eraar_row  .info ul {padding:28px 0 57px;}
.eraar_row  .info ul li {font-size:20px; padding-left:46px;position: relative;}
.eraar_row  .info ul li + li {margin-top:7px;}
.eraar_row  .info ul li:before {content:'';background: url(../images/check-mark.svg) no-repeat center center;width:24px;height:24px;display: block;position: absolute;top:3px;left:0;}
.eraar_row .label-text {padding:0 30px 27px;}
.eraar_row .image h5 {color:#fff;padding:0 0 5px;}
.eraar_row .image p {color:#fff;}

.blog_wrap.bg-gray {padding:120px 0 100px;}
.blog_wrap .section_title {padding:0 0 27px;}
.blog_row .row > div[class*="col-"] {padding-top:30px;padding-bottom:30px;}
.blog_box {border-radius: 10px;overflow: hidden;border:1px solid #ddd;height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction:column;
flex-direction:column;
transform: translateY(0);
-webkit-box-shadow:none;
box-shadow: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.blog_box:hover {
transform: translateY(-5px);
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.blog_box .image {width:100%;height:180px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px 10px 0 0;}
.blog_box a {display:block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction:column;
flex-direction:column;
color:#231C07;
-ms-flex: 1;
flex: 1;
}
.blog_box .flxrow {justify-content: space-between;align-items:center;}
.btnadvise {width:auto;height:30px;font-size:12px;line-height:30px;color:#9FB033;text-transform:uppercase;background:#F4F8DD;border-radius:15px;padding:0 15px;}
.blog_box .blog-info {padding:21px 30px;
-ms-flex:1;
flex:1;
}
.blog_box .blog-info h4 {padding:0 0 30px;}
.blog_box .blog-info p {font-size:14px;}
.blog_box .post-time {padding-bottom:29px;}
.blog_box .post-time .time {font-size:12px;}
.blog_box .post-time .time i {display: inline-block;vertical-align: top;line-height: 1;padding:2px 2px 0 0;}
.blog_box .blog-user {padding:43px 30px 28px; justify-content: flex-start; }
.blog_box .blog-user .avtar .avtarImg {width:50px;height:50px;border-radius:100%;}
.blog_box .blog-user .avtar .avtarImg + .avtarImg {margin-left:10px;}
.blog_box .blog-user .user-text {padding:0 0 0 20px;}
.blog_box .blog-user span {font-size:12px;font-weight:600;display:block;padding:0 0 2px;}
.blog_box .blog-user p {font-size:12px;}
/* homepage start */
/****************************/

/****************************/
/* Keuken overzicht ST */
.keuken_filter  {padding:98px 0 0;}
.keuken_filter .filterBox {padding:0 0 39px;}
.keuken_filter .filterBox.prijs {padding-bottom:0;}
.keuken_filter .filterBox label {margin:0 0 4px;font-size:13px;font-weight:700;color:#231C07;display:block;}
.keuken_filter .filterBox .selectpicker {float:none;display:block;width: 100%;max-height: 100% !important;}
.filterBox.prijs button.selectpicker {border:0;color:#231C07;width:auto;float:right;padding:0 20px 0 0;}
.filterBox.prijs .bootstrap-select .btn .caret {right:0;}
.filterBox.prijs .nice-select .list{ min-width: 253px; right: 0; left: auto; }
.keuken_filter .filterBox .bootstrap-select div.dropdown-menu {min-height:160px !important;}

.advisegesprek_wrap {margin:60px 0 75px;}
.advisegesprek_wrap:not(.gray-bt){border-top:1px solid #EEE;}
.advisegesprek_wrap:not(.gray-bb){border-bottom:1px solid #EEE;}
.advisegesprek_row {padding:60px 0 57px;}
.advisegesprek_row h2 {padding:0 0 25px;}
.advisegesprek_row p {}
.advisegesprek_row .btnbox {padding:40px 0 0;}
.advisegesprek_row .link {padding:18px 0 0;}
.advisegesprek_row .link a {font-size:14px;text-decoration: underline;color:#231C07;}
.advisegesprek_row + .zoek_wrap .zoek_row {padding:25px 0 0;}

.inspiratie_row {padding:102px 0 0;}
.inspiratie_row .section_title {padding:0 0 27px;}
.inspiratie_row .row > div[class*="col-"] {padding-top:30px;padding-bottom:30px;}
.inspiratie_row .inspiratie_box {border-radius: 10px;overflow: hidden;border:1px solid #ddd;height:100%;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
-webkit-box-shadow:none;
box-shadow: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.inspiratie_row .inspiratie_box:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.inspiratie_row .inspiratie_box .image {width:100%;height:180px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px 10px 0 0;}
.inspiratie_row .inspiratie_box a {display:block;height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction:column;
color:#231C07;
}
.inspiratie_row .inspiratie_box .inspiratie-info {padding:29px 30px 42px;
-ms-flex:1;
flex:1;
}
.inspiratie_row .inspiratie_box .inspiratie-info h4 {padding:0 0 18px;line-height:1.4;}
.inspiratie_row .inspiratie_box .inspiratie-info p {font-size:14px;}
.inspiratie_row .inspiratie_box .inspiratie-info p span {position: relative;padding:0 10px 0 0;margin:0 6px 0 0;}
.inspiratie_row .inspiratie_box .inspiratie-info p span:after {content:'';width:4px;height:4px;border-radius:20px;position: absolute;top:9px;right:0;background:#231C07;}
.inspiratie_row .inspiratie_box .inspiratie-info p span:last-child:after {display:none;}
.inspiratie_row .inspiratie_box .btn_leesreview {padding:0 30px 32px;text-decoration: underline;}
.green-label {background:#3AAA35;border-radius:0 0 2px 2px;padding:0 15px;height:30px;font-size:14px;color:#fff;line-height:30px;text-transform:uppercase; position: absolute;top:0;left:45px;}
.inspiratie_wrap + .ikook_videos_wrap .ikook_videos_row {padding-top:71px;}

.ikook_videos_row {padding:114px 0 50px;}
.ikook_videos_row .section_title {padding:0 0 34px;}
.ikook_videos_row .video_box {margin:30px 0;}
.ikook_videos_row .video_box a {display:block;height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction:column;
color:#231C07;
}
.ikook_videos_row .video_box .image {width:100%;height:200px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: auto 138%;border-radius:10px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items:center;
}
.ikook_videos_row .video_box .video_info {padding:20px 0;align-items:center;}
.ikook_videos_row .video_box .video_info .ikImg {width:50px;height:50px;border-radius:100%;display:block;margin:0 15px 0 0;background-repeat: no-repeat;background-size: cover;background-position: center center;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bekijk_wrap {padding:25px 0 100px;}

.klantervaring_detail_wapper .kd_review_row {padding:58px 0 100px;}
/* Keuken overzicht ED */
/****************************/

/****************************/
/* Keuken detail ST */
.keuken_single .image {width:100%;height:550px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px 10px;margin:0 0 49px;position:relative;}
.keuken_single .image .supper-label {width:130px;height:130px;top:40px;right:30px;}
.keuken_single .image .supper-label h6 {font-size:28px;}
.keuken_single .image .korting-label {width:130px;height:130px;top:40px;right:30px;}
.keuken_single .image .korting-label h4 {font-size:38px;}
.keuken_single .image .korting-label p {font-size:19px;}
.keuken_single_wrap .keuken_single { position:relative; }
body .keuken_single .pin-btn { position: absolute;top: 30px;left: 30px;z-index: 10; display: flex;width: 50px;height: 50px;border-radius: 100px;padding: 0;margin: 0;border: solid 1px #fff;box-shadow: none;background: radial-gradient(ellipse at center,rgba(80,87,92,.3) 0,rgba(80,87,92,0) 50%);align-items: center;justify-content: center; }
body .keuken_single .pin-btn:hover { background-color: #fff; }
body .keuken_single .pin-btn svg { display: flex;overflow: hidden; }
body .keuken_single .pin-btn svg path { fill: #fff;transition: all ease-in-out 300ms; }
body .keuken_single .pin-btn:hover svg path { fill: #C8232C; }
body .keuken_single .pin-btn span,
body .keuken_single .pin-btn img { display: none !important; }
.single_content {}
.single_content h2+h3,
.single_content h1+h3 {font-weight:400;color:#231C07;padding:3px 0 29px;}
.single_content h1,
.single_content h2 {padding:0 0 9px;}
.single_content h2 + p {padding-top:20px;}
.single_content p + p {padding-top:29px;}
.single_content p a {color:#231C07;text-decoration:underline;}
.single_content p a:hover{color:#C2D53D;}
.single_content ul {padding:20px 0 30px;}
.single_content ul li {position:relative;padding:0 0 2px 36px;}
.single_content ul li a {color:#231C07;text-decoration:underline;}
.single_content ul li a:hover{color:#C2D53D;}
.single_content ul li:after {content:'';width:16px;height:16px;background:url(../images/checkbox-marked-circle.svg) no-repeat center center;background-size:contain;position: absolute;top:4px;left:0;}
.fotos_row {padding:62px 0 44px;}
.fotos_row h2 {padding:0 0 15px;}
.fotos_row .fotos_box {position: relative;padding:15px 0;}
.fotos_row .fotos_box .image {width:100%;height:250px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px 10px;}
.fotos_row .fotos_box .more_item{position: absolute;top:0;left:0;right:0;font-family: 'Asap', sans-serif;font-size:60px;font-weight:700;color:#fff;}
.betaalservice {padding:102px 0 50px;}
.betaalservice h3 {color:#231C07;}
.betaalservice .text_info{height:100%;
display: -ms-flexbox;
display: flex;
flex-direction: column;
}
.betaalservice h2 {padding:0 0 28px;}
.betaalservice .text_info h3 {margin-top: auto;padding:0 0 31px;}
.letop-title {width:100%;border:1px solid #000;padding:3px 0 4px;text-align:center;margin:0 0 34px;}
.deze-table {position: relative;margin:0;}
.betaalservice .deze-table:after {content: '';width:100%;height: 100%;border:1px solid #CCC;border-radius:10px;position: absolute; top: 0; left: 0;}
.deze-table h3 {padding:0 0 1px;}
.deze-table > tbody > tr > td {border:0;padding:19px 24px 18px;}
.deze-table > tbody > tr > td.no-spacing{padding-top:0;padding-bottom:0;}
.deze-table p {font-size:12px;}
.deze-list-table {border:1px solid #CCC;margin:0;}
.deze-list-table > tbody > tr > td {border:0;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:13px 6px 11px;text-align:center;}
.deze-list-table > tbody > tr > td:last-child{border-right:0;}

.showroomkeukens_detail_wapper .voor_specifi {padding:63px 0 62px;}
.showroomkeukens_detail_wapper .fotos_row {padding-bottom:85px;}
/* Keuken detail ED */
/****************************/

/****************************/
/* Winkel overzicht ST */
.map_wrap .map_box {margin:58px 0 98px;border:1px solid #ddd;border-radius: 10px;}
.winkel_row .row > div[class*="col-"]{padding-top:30px;padding-bottom:30px;}
.winkel_box {border:1px solid #ddd;border-radius:5px;height:100%;
transform: translateY(0);
-webkit-box-shadow:none;
box-shadow: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.winkel_box:hover {
transform: translateY(-5px);
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.winkel_box .image {width:100%;height:180px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:5px 5px 0 0;}
.winkel_box .winkel-info {padding:22px 20px 20px;position:relative;}
.winkel_box .winkel-info h5 a {color: #98022F;}
.winkel_box .winkel-info a{color:#231C07;}
.winkel_box .winkel-info p {font-size:14px;padding:9px 0 35px;}
.winkel_box .locate-pin {position:absolute;top:-24px;right:20px;}
.winkel_box .opentime {justify-content: space-between;}
.winkel_box .opentime .open-label {width:auto;height:28px;display:inline-block;vertical-align: top;background:#3AAA35;border-radius:3px;font-size:12px;color:#fff;line-height:28px;padding:0 10px;text-transform:uppercase;}
.winkel_box .opentime .op-time {width:auto;height:28px;border:1px solid #ddd;border-radius:50px;
padding:0 10px;font-size:12px;display:inline-block;vertical-align:top;line-height:26px;}
.winkel_box .opentime .op-time i {display:inline-block;vertical-align:middle;font-size:0;margin:-1px 7px 0 0;}
.geslbtn a {width:auto;height:28px;display:inline-block;vertical-align: top;background: #ddd;padding:0 10px;font-size:12px;color:#fff;text-transform:uppercase;line-height:28px;border-radius:5px;}
/* Winkel overzicht ED */
/****************************/


/****************************/
/* Apparatuur overzicht ST */

.werken_onder_wrap {background:#FCFCFC;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:63px 0 0;}
.werken_onder {align-items:center;padding:28px 0 27px;}
.werken_onder span {font-family: 'Asap', sans-serif;font-size:400;padding:0 58px 0 0;}
.werken_onder .werken_logo + .werken_logo {padding-left:45px;}
.werken_onder .werken_logo img {max-height:33px;}

.apparatuur_row {padding:32px 0 70px;}
.apparatuur_box{padding:29px 0;}
.apparatuur_box .image {width:100%;height:260px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px;}
.apparatuur_box .appara_info {padding:33px 0 0;}
.apparatuur_box .appara_info h3 {font-size:27px;padding:0 0 17px;}
.apparatuur_box .appara_info h3:hover {text-decoration: underline;}
.apparatuur_box .appara_info p{color:#231C07;}
.apparatuur_box .appara_info p a {text-decoration:underline;color:#231C07;}
.apparatuur_box .appara_info p + p {padding-top:3px;}
.apparatuur_box .appara_info p a:hover{color:#C2D53D;}
.apparatuur_row.sub_cat .row > div[class*="col-"] {padding-top:30px;padding-bottom:30px;}
.apparatuur_row.sub_cat .apparatuur_box{padding:0;border:1px solid #ddd;border-radius:10px;height:100%;
display: -ms-flexbox;
display: flex;
flex-direction: column;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
-webkit-box-shadow:none;
box-shadow: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.apparatuur_row.sub_cat .apparatuur_box:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.apparatuur_row.sub_cat .apparatuur_box .image {background-size:auto 170px;height:254px;}
.apparatuur_row.sub_cat .apparatuur_box .appara_info {padding:21px 20px 70px;flex:1;}
.apparatuur_row.sub_cat .apparatuur_box .appara_info h6 {font-size:18px;padding:0 0 25px;}
.apparatuur_box .apparat_brand {padding:0 20px 18px;}
.apparatuur_box .apparat_brand .price {font-family: 'Asap', sans-serif;font-size:24px;color:#231C07;font-weight:700;padding:6px 0 0;}

/* Apparatuur overzicht ED */
/****************************/

/****************************/
/* Apparatuur Detail ST */

.apparatuur_single {padding:88px 0 100px;}
.apparatuur_slider.slick-slider {margin:0 0 89px;}
.apparatuur_slider .slick-slide {outline: none;}
.apparatuur_slider .apparatuur_item .image {min-height:301px;text-align:center;}
.apparatuur_slider .apparatuur_item .image img {max-width:100%;display:inline-block;vertical-align:top;}
.appbrand-logo {padding:0 0 20px;}
.apparatuur_thumbail_outer {position: relative;}
.apparatuur_thumbail_outer .itemCount {position: absolute;top:0;right:0;width:160px;height:160px;border-radius:10px;font-family: 'Asap', sans-serif;font-size:60px;color:#fff;font-weight:700;background:rgba(0,0,0,0.5);
display: -ms-flexbox;
display: flex;
align-items:center;
justify-content: center;
}
.imagebox {position: relative;}
.imagebox .more_item {position: absolute;top:0;left:8px;bottom:0;right:8px;border-radius: 10px;font-family: 'Asap', sans-serif;font-size:60px;color:#fff;font-weight:700;background:rgba(0,0,0,0.5);
display: -ms-flexbox;
display: flex;
align-items:center;
justify-content: center;}
.apparatuur_thumbail.slick-slider {margin:30px 0 0;}
.apparatuur_thumbail .slick-slide {outline: none;}
.apparatuur_thumbail .thumb_item {width:160px;height:160px;border-radius:10px;border:1px solid #ddd;margin-right:30px;
display: -ms-flexbox;
display: flex;
align-items:center;
justify-content: center;
}
.apparatuur_thumbail .thumb_item img {max-width:100%;}
.apparatuur_thumbail.slick-slider .slick-arrow{opacity: 0;}
.apparatuur_thumbail.slick-slider .slick-next {width:190px;height:160px;}
.slick-slider .slick-prev,
.slick-slider .slick-next {width:50px;height:50px;left:0;font-size:0;z-index:3;}
.slick-slider .slick-arrow.slick-disabled {opacity:0;}
.slick-prev:before, .slick-next:before{display:none;}
.slick-slider .slick-prev {background:url(../images/chevron-left-b.svg) no-repeat center center;}
.slick-slider .slick-next {background:url(../images/chevron-right-b.svg) no-repeat center center;right:0;left:auto;}
.apparatuur_content .price {min-width:142px;height:80px;border:1px solid #ddd;border-radius:5px;display: inline-block;vertical-align:top;font-family: 'Asap', sans-serif;font-size:34px;color:#231C07;font-weight:700;line-height:78px;text-align:center;padding:0 30px;margin:0 0 20px;
}
.apparatuur_content .price + p {padding-top:9px;}
.apparatuur_content.richt .price{color:#3AAA35;border-color:#3AAA35;}
.apparatuur_content p {padding:0 0 2px;}
.apparatuur_content p a {color:#231C07;text-decoration:underline;}
.apparatuur_content p a:hover {color:#C2D53D;}
.apparatuur_content .btnbox {padding:57px 0 0;}
.apparatuur_content .app_richtprij {color:#3AAA35;margin:0 0 29px;
display: -ms-flexbox;
display: flex;
flex-wrap:wrap;
align-items:center;
}
.apparatuur_content .app_richtprij span {display: inline-block;vertical-align:top;min-width:102px;height:40px;font-size:14px;color:#fff;text-transform:uppercase;line-height:40px;background:#3AAA35;border-radius:2px;padding:0 15px;text-align:center;margin:0 15px 0 0;}
.apparatuur_specific {padding:59px 0 98px;}
.apparatuur_specific h2 {padding:0 0 27px;}
.apparatuur_specific ul {padding:0;}
.apparatuur_specific ul li {position:relative;padding:0 0 2px 36px;}
.apparatuur_specific ul li:after {content:'';width:16px;height:16px;background:url(../images/checkbox-marked-circle.svg) no-repeat center center;background-size:contain;position: absolute;top:4px;left:0;}

/* Apparatuur DEtail ED */
/****************************/


/****************************/
/* Winkel Detail ST */

.winkel_review {align-items:center;padding:0 0 46px;flex-wrap:wrap;}
.winkel_review span {padding:0 0 0 12px;}
.winkel_review span a {text-decoration:underline;color:#231C07;}
.winkel_review span a:hover {color:#C2D53D;}
.start i {line-height:1;padding-right:5px;}
.start i svg path {fill: #d7d7d7;}
.start i.active svg path {fill:#f5be26;}
.winkel_review h5 {padding:0 0 11px; width:100%;}

.Winkel_single {padding:88px 0 75px;}
.winkel_single_wrappper .Winkel_single {padding-top:29px; padding-bottom: 40px; }
.winkel_single_wrappper .videogesprek_row {padding: 40px 0; }
.winkel_single_wrappper .ik_team_row {padding: 40px 0 25px; }
.winkel_single_wrappper .simple_text h2,
.winkel_single_wrappper .ik_team_row h2 { font-size: 26px; }
.winkel_single_wrappper .simple_text h2 { padding: 0 0 16px; }
.winkel_single_wrappper .ik_team_row .row { padding-top: 18px; }
.winkel_single_wrappper .simple_text { padding: 40px 0 14px; }
.winkel_single_wrappper .inspiratie_wrap { margin-top: 40px; margin-bottom: 40px; display: inline-block; width: 100%; }
.winkel_single_wrappper .ik_team_row .ik_teambox:hover { -webkit-transform: translateY(0);-moz-transform: translateY(0);transform: translateY(0); }
.winkel_single_wrappper .ik_team_row .ik_teambox { padding-left: 17px; padding-right: 17px; }
.winkel_single_wrappper .ik_team_row .ik_teambox h6 { font-size: 14px; }
.winkel_single_wrappper .simple_text p { line-height: 1.625; padding-bottom: 26px; }
.winkel_single_wrappper .videogesprek_row .videogesprek_text h2 { font-size: 26px; padding-bottom: 16px; line-height: 1.15385; }
.winkel_single_wrappper .videogesprek_row .videogesprek_text p { line-height: 1.625; }
.winkel_single_wrappper .videogesprek_row .videogesprek_text p + p { padding-top: 26px; }
.zoek_sec_winkel { width: 100%; position: relative; padding: 60px 0; margin: 40px 0; display: inline-block; }
.winkel_single_wrappper .inspiratie_row { padding: 60px 0 30px 0; }
.winkel_single_wrappper .inspiratie_row .section_title { padding-bottom: 30px; }
.winkel_single_wrappper .inspiratie_row .inspiratie_box .inspiratie-info p { font-size: 16px; }
.winkel_single_wrappper .ikook_videos_row { padding: 60px 0 10px 0; }
.winkel_single_wrappper .ikook_videos_row .section_title { margin-bottom: 8px; }
.winkel_single_wrappper .ikook_videos_wrap { margin: 40px 0; }
.single-winkels .newsletter_wrap { margin-top: 40px; }
.singal_winkal_headings { width: 100%; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center; align-content: center; padding: 0 0 30px 0; }
.call_btn_links { width: 100%; display: -ms-flexbox; display: flex; }
.call_btn_links a { display: -ms-flexbox; display: flex; align-items: center; align-content: center; font-size: 16px; color: #231C07; }
.call_btn_links a:hover { color: #A0B033; }
.custom_btn_v2 { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -16px !important; padding: 22px 0 0 0; }
.custom_btn_v2 .btnbox { padding: 15px 15px 0 !important; }
.custom_btn_v2 .btnbox.bordered a span { margin-right: 10px !important; }
.custom_btn_v2 .btnbox a { height: 62px !important; line-height: normal !important; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; padding: 0 20px !important; border-radius: 10px !important; min-width: 1px !important; }
.custom_btn_v2 .btnbox.new_btn_1 a { color: #fff !important; background-color: #C2D53D !important; border-color: #C2D53D !important; }
.custom_btn_v2 .btnbox.new_btn_1 a:hover { background-color: #BBCD44 !important; border-color: #BBCD44 !important; }
.custom_btn_v2 .btnbox.new_btn_2 a { color: #9FB033 !important; border-color: #9FB033 !important; background-color: transparent !important; }
.custom_btn_v2 .btnbox.new_btn_2 a:hover { background-color: #FAFBF5 !important; }
.custom_btn_v2 .btnbox.new_btn_2 a:hover path { fill: #BBCD44 !important; }
.winkel_single_wrappper .videogesprek_wrap .videogesprek_row div[class*="col-"] .image,
.winkel_single_wrappper .videogesprek_wrap .videogesprek_row div[class*="col-"] .image img { border-radius:10px; }



.call_btn_links a i { display: inline-block; vertical-align: top; font-size: 0; line-height: normal; margin: 0 10px 0 0; }
.call_btn_links a span { text-decoration: underline; }
.singal_winkal_headings .start i { padding-right: 2px; }
.singal_winkal_headings .start i svg { width: 16px; height: 16px; }
.singal_winkal_headings .winkel_review span { font-size: 14px; padding: 0 0 0 8px; }
.singal_winkal_headings .page_title { width: calc(100% - 300px); padding: 0 30px 0 0; }
.singal_winkal_headings .page_title h1 { line-height: 1.142857; color: #98022F; }
.singal_winkal_headings .winkel_review { width: 300px; padding: 0; justify-content: flex-end; }
.zoek_sec_winkel .section_title h2 { color: #98022F; padding-bottom: 6px; }
.zoek_sec_winkel .zoek_row { padding: 31px 0 0 0; }
.zoek_sec_winkel .zoek_row .btnbox { padding-top: 80px; text-align: center; }
.zoek_sec_winkel .zoek_row .zoek_box { margin-bottom: 0; }
.detail_box .image {width:100%;height:180px;background-repeat:no-repeat;background-size:cover;background-position: center center;border-radius:10px;margin:0 0 19px;}
.detail_box.flxrow {align-items:flex-end;}
.detail_box.flxrow .info { padding:0 0 0 30px;}
.detail_box.flxrow .image {max-width:350px;margin:0;}
.detail_box.flxrow .btnbox {float: left;padding: 0 30px 0 0;}
.detail_box .btnbox {padding:0 0 20px;}
.detail_box p {padding:0 0 29px;}
.openin_box.time_box > h5 { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 16px; line-height: 1.5625; color: #231C07; }
.openin_box.time_box p { padding: 0; line-height: 1.5625; }
.openin_box {border:1px solid #ddd;border-radius:10px;padding:36px 31px;height:100%;}
.openin_box h5 { color: #98022F; font-weight: 600; }
.openin_box .flxrow {justify-content: space-between;align-items:center;padding:0 0 27px;}
.label-nu {width:auto;height:28px;font-size:12px;text-transform: uppercase;color:#fff;padding:0 10px;border-radius:3px;background:#3AAA35;line-height:28px;}
.openin_box p {padding:3px 10px;}
.openin_box p span {float:right;}
.openin_box p:nth-child(even) {background:#FAFAFA;}
.openin_box.map {padding:0;overflow:hidden}
.openin_box .iframe {height:100%;}
.openin_box .iframe iframe {width:100%;height:100%;float:none;border:0;}
.afwi-info h6 {color:#231C07;}

.ik_team_row {padding: 74px 0 60px;}
.ik_team_row h2 + p {padding-top:28px;}
.ik_team_row .row {padding:44px 0 0;}
.ik_team_row .row > div[class*="col-"] {padding-top:15px;padding-bottom:15px;}
.ik_team_row .ik_teambox {text-align:center;width:100%;height:100%;border-radius:5px;border:1px solid #DDD;padding:20px 20px 23px;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
-webkit-box-shadow:none;
box-shadow: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.ik_team_row .ik_teambox:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.ik_team_row .ik_teambox .image {width:100px;height:100px;background-color: #ddd;display:inline-block;vertical-align:top;border-radius:100%;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.ik_team_row .ik_teambox h6 {font-size:13px;color:#231C07;padding:10px 0 5px;}
.ik_team_row .ik_teambox p {font-size:11px;color:#999;}

.videogesprek_row {padding:75px 0 97px;}
.videogesprek_row .videogesprek_text {padding:66px 0 0;position: relative;z-index: 2; max-width: 443px; }
.videogesprek_row .videogesprek_text h2 {padding:0 0 28px;}
.videogesprek_row .videogesprek_text .btnbox {padding:59px 0 0;}
.videogesprek_row .videogesprek_text .lees-meer{padding:99px 0 0;}
.videogesprek_wrap:not(.leftPos) .videogesprek_row .image {float:right;}
.videogesprek_wrap .videogesprek_row div[class*="col-"] .image { width:100%; }
.videogesprek_wrap .videogesprek_row div[class*="col-"] .image img { width:100%; }
.videogesprek_wrap.leftPos .videogesprek_row .videogesprek_text {padding: 0;}
.videogesprek_wrap.leftPos .videogesprek_row .videogesprek_text .btnbox {padding:44px 0 0;}
/* Winkel Detail ED */
/****************************/

/****************************/
/* Ons verhaal ST */
.overlap:not(.afspraak_form_wrap) > div:not(.bg-gray) > .container > div,
.overlap.afspraak_form_wrap > .container > div,
.overlap.deel_ervaring_wrap > .container > div {padding-left:60px !important;padding-right:60px !important;}
/*.onsverhaal_wapper .page_title {padding-top:36px;}*/
.simple_text {padding:69px 0 6px;}
.simple_text h2 {padding: 34px 0 28px; }
.simple_text h3 {padding:0 0 30px;}
.simple_text p {padding:0 0 28px;}
.simple_text p a {color:#9FB033;text-decoration: underline;word-break: break-word;}
.simple_text p a:hover {text-decoration:none;}
.simple_text ul {padding:0;}
.simple_text ul li {position:relative;padding:0 0 2px 36px;}
.simple_text ul li a {color: #9FB033;text-decoration: underline;}
.simple_text ul li:after {content:'';width:16px;height:16px;background:url(../images/checkbox-marked-circle.svg) no-repeat center center;background-size:contain;position: absolute;top:4px;left:0;}
.simple_text img {max-width:100%;height:auto;}
.onsverhaal_wapper .ik_team_row {padding:60px 0 30px; }
.wat_keukencoach {padding:30px 0 100px;}
.wat_keukencoach .wat_keukencoachbox {border:1px solid #ddd;border-radius:10px;padding:62px 60px 56px;}
.wat_keukencoach h3 {font-size:27px;padding:0 0 36px;}
.wat_keukencoach h5 {color:#9FB033;padding:0 0 10px;}
.wat_keukencoach ul {padding:36px 0 0;}
.wat_keukencoach ul li {position:relative;padding:0 0 0 48px;}
.wat_keukencoach ul li + li {margin-top:31px;}
.wat_keukencoach ul li:after {content:'';width:26px;height:26px;background:url(../images/check-mark.svg) no-repeat center center;background-size:contain;position: absolute;top:0;left:0;}
.overlap .ik_team_row .row > div[class*="col-"] {
-ms-flex: 0 0 18.628%;
flex: 0 0 18.628%;
max-width: 18.628%;
}
.blockquote_wrap + .ik_team_wrap .ik_team_row {padding:45px 0 100px;}
.blockquote {margin:0;position: relative;padding:81px 0 78px;}
.blockquote:after {content:'';width:143px;height:115px;display:block;background:url(../images/bxs-quote-right.svg) no-repeat center center;background-size:contain;position:absolute;top:50%;right:60px;opacity:0.05;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);

}
.blockquote h2 {color:#9FB033;font-style:italic;}
.team_bottoText {padding:14px 0 0;}
.team_bottoText .btnbox {padding:29px 0 0;}
/* Ons verhaal ED */
/****************************/


/****************************/
/* Keukenmontage ST */
.keukenmontage_wapper .page_title p {font-size:24px;font-family: 'Asap', sans-serif;padding:8px 0 0;}
.keukenmontage_wapper .simple_text {padding:99px 0 6px;}
.montage_row {padding:28px 0 85px;}
.montage_row .row > div[class*="col-"] {padding-top:15px;padding-bottom:15px;}
.montage_row h2 {padding:0 0 21px}
.montage_box {border-radius: 10px;overflow: hidden;border:1px solid #ddd;height:100%;min-height:360px;
transform: translateY(0);
-webkit-box-shadow:none;
box-shadow: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.montage_box:hover {
transform: translateY(-5px);
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.montage_box .image {width:100%;height:180px;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius:10px 10px 0 0;background-color:#ddd;}
.montage_box a {display:block;height:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction:column;
color:#231C07;
}
.montage_box .montage_info {padding:21px 20px;}
.montage_box .montage_info h5 {padding:0 0 15px}
.handleidingen_row {padding:30px 0 0;}
.handleidingen_row h4 {font-size:27px;padding:0 0 17px;}
.handleidingen{margin:0 -15px;flex-wrap: wrap;}
.handleidingen .handleidingen_box {padding:15px 15px;
max-width:380px;
width:100%;
flex:0 0 50%;
}
.handleidingen_box a {border-radius:5px;border:1px solid #eee;padding:22px 30px;color:#231C07;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.handleidingen_box a:hover{border-color: #ccc;}
.handleidingen_box span {margin:0 30px 0 0;}
.zelf_montage.keukenmontage_wapper .simple_text {padding: 54px 0 6px;}
.handleidingen_wrap + .simple_text_wrap .simple_text {padding: 50px 0 66px;}
.simple_text .table-responsive.montage {border:1px solid #ddd;border-radius:20px;padding:27px 25px 30px;margin:0 0 27px;}
.montage-table{margin:0 0 30px;}
.montage-table thead th {font-family: 'Asap', sans-serif;color:#231C07;font-size:24px;text-align:center;font-weight:700;border-color:#ddd;border-top:0;
padding:28px 0 25px;border-bottom:1px solid #ddd;
}
.montage-table th:first-child {text-align:left;padding-left:0;}
.montage-table td {text-align:center;padding:28px 0 26px;border-top:0;border-bottom:1px solid #ddd;}
.montage-table td:first-child {text-align:left;padding-left:0;}
.select_montage .simple_text {padding: 54px 0 71px;}
.simple_text .table-responsive p {font-size:14px;}
.select_montage .simple_text h3 {padding-top:39px;}
/* Keukenmontage ED */
/****************************/

/****************************/
/* Lp plaatsnaam ST */
.lp_plaatsnaam_wapper .Winkel_single {padding:70px 0 69px;}
/* Lp plaatsnaam ED */
/****************************/

.voorraad_detail_wapper .page_title {padding:0 0 29px;}
.voorraad_detail_wapper .Winkel_single {padding:0 0 75px;}
.bel_direct a {border:1px solid #ddd;padding:0 20px;height:60px;color:#9FB033;border-radius:5px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items:center;
}
.bel_direct a span {font-size:18px;color:#231C07;font-family: 'Asap', sans-serif;font-weight: 700;padding:0 20px 0 0;}
.bel_direct a img {padding:0 10px 0 0;}
.voor_specifi{padding:63px 0 99px;}
.voor_specifi h3 {color:#231C07;padding:0 0 29px;}
.voor_specifi_litst {padding:15px 0 31px;}
.voor_specifi_litst .specifi_item {width:100%;padding:0 0 3px;}
.voor_specifi_litst .specifi_item span {font-weight:700;margin:0 21px 0 0;min-width:98px}


.ervaring_box {max-width:660px;border:1px solid #EEE;border-radius:10px;padding:31px 30px 29px 20px;background:#FCFCFC;margin:0 0 60px;}
.ervaring_box h6 {padding:0 0 19px;color:#231C07;}
.ervaring_box p {font-size:14px;}
.ondercheck_row {line-height: 1;}
.ondercheck_row .ondercheck {margin-right: 17px;}
.ervaring_box .btnbox {margin-left:54px;}
.rate_title h6 {color:#231C07;font-size:13px;font-family: 'Open Sans', sans-serif;}
.rate_title.bordered {border-bottom: 1px solid #ddd;margin:27px 0 56px;}
.onderwerp_filter label {font-size:13px;font-weight:400;color:#231C07;display:block;margin:0 0 18px;font-weight: 700;}
.mob_keuken_filter .input_row .sel_link { font-size:14px;line-height:17px;color:#231C07;display:block;font-weight: 400; }
.select-dropdown .dropdown-menu { top: 48px !important; transform: none !important;width:100%;max-width:450px;max-height: 280px; border-top:none;border-radius:0 0 4px 4px;overflow-x:hidden;padding: 0 0 !important; }
.onderwerp_filter .select-dropdown .btn.dropdown-toggle { position: relative; display:flex;width:100%;max-width:450px;align-items:center; }
.onderwerp_filter .select-dropdown .btn.dropdown-toggle:after { position: absolute; right:17px;border-top-color:#000;transition:all ease-in-out 300ms;transform-origin: center center; }
.onderwerp_filter .select-dropdown.show .btn.dropdown-toggle:after { transform:rotate(-180deg); }
.onderwerp_filter .bootstrap-select .btn,
.select-dropdown .btn.dropdown-toggle,
.onderwerp_filter .bootstrap-select .btn.dropdown-toggle {width:450px;border-radius: 4px;}
.Sorteer_option {padding:26px 0 0;}
.Sorteer_option label {margin:0 0 18px;}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left:27px;
cursor: pointer;
margin:0;
font-size:14px;
line-height: 17px;
font-weight: 400;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 17px;
height: 17px;
border: 1px solid #95C8DA;
background: #fff;
border-radius: 4px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '';
position: absolute;
top: 0;
left: 2px;
width:17px;
height:17px;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
background:url(../images/check.svg) no-repeat center left;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
.ratting-panel .ratting-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ratting-panel .ratting-item label {margin:0;}
.ratting-panel .ratting-item input {position: relative;left:0;}
.kd_review_row {padding:100px 0 40px;}
.inner_wapper  * {overflow-anchor: none;}


.klanten_wrap .winkel_review {padding:29px 0 15px;}
.klanten_row {padding:0 0 72px;}
.klanten_box {position: relative;border-radius: 10px;overflow: hidden;margin:30px 0;}
.klanten_box .image {width:100%;height: 350px;/*405px*/background-repeat: no-repeat;background-position: center center;background-position: center center;background-size: cover;background-color: #ddd;}
.klanten_box .overlay {width: 100%;position: absolute;bottom: 0;left:0;background: rgba(25,28,7,0.5);padding: 30px 30px 28px;}
.klanten_box .overlay h4 {color:#fff;padding: 0 0 8px;}
.klanten_box .overlay p {color:#fff;}

.rate_title + .ondercheck_row {padding-top:20px;}
.onder_user_row  {margin:60px -13px 0;}
.onder_user_row .onder_user_item {width:50%;padding: 0 13px;}
.onder_user_row .onder_user_box {border: 1px solid #EEEEEE;background:#fcfcfc;border-radius:10px;padding:28px 20px 20px;position: relative;border-radius:10px;height:100%;}
.onder_user_row .onder_user_box > h6 {color:#231C07;padding:0 0 20px;}
.onder_user_row .onder_user_box p {font-size:14px;padding:0 40px 0 0;}
.onder_user_box .onder_user{justify-content: space-between;}
.onder_user_box .onder_user {padding:29px 0 0;}
.onder_user_box .avtarInfo {align-items: flex-end;}
.onder_user_box .avtarInfo .img {width:58px;height:58px;border-radius: 100%;background-color: #eee;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.onder_user_box .avtarInfo .name{padding:0 0 0 20px;}
.onder_user_box .avtarInfo .name h6 {font-size:13px;color:#231C07;}
.onder_user_box .avtarInfo .name p {font-size:11px;color:#999;padding:0;}
.onder_user_box .on_close {position: absolute;top:20px;right:20px;line-height:1;}
.onder_user_box .on_close a {display: block;line-height:1;}
.onder_user_box .on_close img {vertical-align: top;}
.onder_user_box .btnbox {margin-left: auto;}

.showroomkeukens_detail_wapper .single_text h1 {padding:0 0 50px;}
.single_text h1 span {font-size: 24px;font-weight: 400;color:#231C07;padding:0 40px 0 0;}

.bedank_wapper .simple_text {padding:59px 0 31px;}
.volgende_row {padding:0 0 59px;}
.volgende_row .row {margin:0 -50px;}
.volgende_row .row > div[class*="col-"] { counter-reset: my-sec-counter;padding:0 50px;}
.volgende_row h4 {color:#231C07;padding:0 0 44px;}
.volgende_box {text-align:center;}
.volgende_box .no_count {width: 38px;height:38px;border-radius: 100%;border:2px solid #98022F;display: inline-block;vertical-align: top;line-height: 34px;text-align: center;margin:0 0 42px;font-size:24px;color:#98022F;font-weight: 700;font-family: 'Asap', sans-serif;}
.volgende_box .image {padding:0 0 22px;}
.volgende_bottom_text {padding:0 0 59px;}
.volgende_bottom_text h4 {color:#231C07;}
.volgende_bottom_text h4 span {display: inline-block;vertical-align: top;padding:9px 0 0 38px;}
.ikook_videos_wrap + .blog_wrap.bg-gray {padding-top:10px;}
.bedank_contact_wapper .simple_text {padding:59px 0 81px;}

.advisegesprek_wrap + .zoek_wrap .zoek_row {padding:25px 0 100px;}
.leesmore_content_outer {padding:0 0 0;}
.leesmore_content_outer .lees-meer {padding:0 0 30px;}
.leesmore_content_outer .lees-meer.open {padding:0 0 30px;}
.leesmeer_content {padding:0 0 40px;display: none;}
.leesmeer_content h4 {color:#231C07;padding:31px 0 30px;}
.leesmeer_content p {padding:0 0 30px;}
.keuken_text {padding:63px 0 22px;}
.keuken_text h2 {padding:0 0 29px;}
.keuken_text p + p {padding-top:28px;}
.keuken_text p + h2  {padding-top: 29px;}
.keuken_text p a {text-decoration: underline;color: #C2D53D;}
.keuken_text p a:hover{text-decoration:none;}

.lp_soort_wapper .simple_text {padding:70px 0 14px;}
.lp_soort_wapper .simple_text h3 {font-size:27px;padding:0 0 26px;}
.simple_text ul + p {padding-top:25px;}
.advisegesprek_wrap + .simple_text_wrap .simple_text {padding: 24px 0 71px;}

.video_wrap {padding:29px 0 46px;}
.video_text p {padding:0 0 28px;}
.video_single_box .image {width:100%;height:583px;background-repeat: no-repeat;background-position: center center;background-size: cover;border-radius:10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.video_single_box.play-video .image{display: none;}
.video_single_box .image .playbtn svg {width:207px;height:auto;}
.video_single_box .video {display: none;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.video_single_box.play-video .video {display:block;opacity:1;}
.video_single_box .video iframe {border:0;width:100%;height:583px;border-radius:10px;}
.lp_soort_wapper .ikook_videos_row {padding:114px 0 60px;}
.advisegesprek_wrap + .eraar_wrap .eraar_row {padding-top:40px;}

.coronaprotocol_wapper .simple_text {padding:59px 0 100px;}
.coronaprotocol_wapper .simple_text h3 {font-size:27px; padding: 65px 0 30px;}
.coronaprotocol_wapper .simple_text p + h3 {padding-top: 34px;}
.coronaprotocol_wapper .simple_text img {border-radius:10px;margin:74px 0 0;}
.corona-date {font-size:14px;padding:0 0 29px;}

.simple_text .btnbox {padding: 1px 0 28px;}
.jouw_slecht {padding:57px 0 58px;}
.jouw_slecht h2 {padding: 0 0 57px;}
.jouw_slecht_list .jouw_slecht_item {position: relative;padding:0 0 46px 84px;}
.jouw_slecht_list .jouw_slecht_item h4 {font-size:27px;padding:14px 0 9px;}
.jouw_slecht_list .jouw_slecht_item .jouw_no {color:#98022F;border:3px solid #98022F;border-radius: 100%;width:50px;height:50px;text-align:center;line-height:44px;font-size:30px;font-weight:700;position: absolute;top:0;left:0;}
.wat_kan_content h4 {color:#231c07;padding:0 0 30px;}
.wat_kan_content h4 + .btnbox {padding: 0 0 60px;}

.betaalgrmak_wapper .simple_text {padding-top:59px;}
.wat_kan_wrap + .simple_text_wrap .simple_text {padding:69px 0 121px;}
.simple_text h4 {font-size: 27px;padding:0 0 32px;}
.simple_text .table-responsive:not(.montage) {padding: 0;}
.simple_text .table-responsive:not(.montage) .table {border:1px solid #ccc;margin:0;}
.simple_text .table-responsive:not(.montage) .table thead th {text-align:center;background:#F5F5F5;vertical-align:middle;border:0;border-right:0;border-top:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-size:12px;color:#333;font-weight:600;padding:13px 24px 13px;}
.simple_text .table-responsive:not(.montage) .table tbody td {vertical-align:middle;text-align:center;border:0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:0;font-size:12px;color:#333;padding:13px 24px 13px;}
.simple_text .table-responsive:not(.montage) h6 {color:#231c07;font-size:14px;font-family: 'Open Sans', sans-serif;font-weight:400;padding:32px 0 31px;}
.simple_text .table-responsive:not(.montage) p {font-size:12px;}

.b2bpagina_wapper .simple_text h4 {padding:45px 0 28px;}
.contact_komen {padding:50px 0 0;}
.contact_komen h4 {font-size:27px;padding: 0 0 28px;}
.contact_user_row {padding: 29px 0 0;}
.contact_user {align-items: center;}
.contact_user .user_img {width:100px;height:100px;border-radius: 100%;}
.contact_user .user_name {padding:0 0 0 30px;}
.contact_user .user_name h6 {color:#231C07;padding:0 0 4px;}
.contact_user .user_name p {font-size:14px;color:#B5B5B5;}
.contact_user .phone_no {font-size:14px;color:#9FB033;padding:15px 0 0;align-items: center;}
.contact_user .phone_no i {padding:0 10px 0 0;font-size:0;}
.contact_user_row .btnbox {padding:29px 0 0;}
.leesalles_row {padding: 123px 0 64px; }
.leesalles_row h2 {padding:0 0 18px;}
.leesalles_box {padding:42px 0 43px;}
.leesalles_box a {}
.leesalles_box .image {width:100%;height:350px;border-radius: 10px; position: relative;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.leesalles_box .image .label-logo {position: absolute;bottom:30px;left:30px;}
.leesalles_box .image .label-logo img {max-width:100%;}
.leesalles_box h4 {font-size:27px;padding: 33px 0 17px;}
.leesalles_box p {font-size:18px;font-family: 'Asap', sans-serif;font-weight: 600;color:#231C07;font-style: italic;}

.appaar_registrren_wapper .simple_text {padding:59px 0 6px;}
.leveranciers_row {padding:25px 0 80px;}
.leveranciers_row h2 {padding: 0 0 30px;}
.leverancier_box {border:1px solid #ddd;border-radius: 10px;text-align: center;height:200px;width:100%;display: table;margin:30px 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.leverancier_box:hover {
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.leverancier_box a {display: table-cell;vertical-align: middle;}
.leverancier_box a img{max-width:50%;}


.meest_vragen_wapper .simple_text {padding:59px 0 126px;}
.meest_vragen_wapper .simple_text h3 {color:#231C07;padding:36px 0 22px;}
.meest_vragen_wapper .simple_text p {padding:0 0 23px;}

.b2b_artikel_wapper .simple_text {padding: 65px 0 60px;}
.artikel_time {padding:26px 0 0;align-items: center;}
.artikel_time .btnadvise {margin-right:30px;}
.artikel_time .artikel_social .flxrow {padding:0 0 0 45px;align-items: center;}
.artikel_time .artikel_social ul li {padding:0 0 0 10px;}
.artikel_time .post_time {font-size:14px;}
.artikel_time .post_time i {line-height: 1;font-size: 0;display: inline-block;vertical-align: middle;margin: 0 5px 0 0;}
.patrick_top {padding:109px 0 0;}
.patrick_top h3 {color:#231C07;font-weight:400;padding:0 0 9px;}
.patrick_top p a {color:#231C07;text-decoration: underline;}
.patrick_top + .simple_text {padding:57px 0 31px;}
.simple_text.with_column .image img {border-radius: 10px;}
.blockquote_wrap + .simple_text_wrap .simple_text:not(.with_column) {padding:60px 0 0; }
.blockquote_wrap + .simple_text_wrap .contact_komen {padding:35px 0 110px;}

/*Gravity Form css ST*/
.afspraak_formbox {border-radius:10px;margin:-70px 0 0;position: relative;z-index: 2;background: #fff;padding: 0 0 56px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.overlap .afspraak_formbox .ik_breadcrumb {border-radius:0;padding: 63px 0 0;}
.afspraak_form .gform_wrapper {margin-top:0;margin-bottom:0;}
.afspraak_form .gform_wrapper .gform_heading {display:none;}
.afspraak_form .gform_wrapper h1,
.afspraak_form .gform_wrapper h2,
.afspraak_form .gform_wrapper h3 {font-weight:700;padding:0 0 28px;}
.afspraak_form .gform_wrapper h1 {font-size:42px;}
.afspraak_form .gform_wrapper h2 {font-size:34px;}
.afspraak_form .gform_wrapper h3 {font-size:24px;color:#231C07;font-weight:400;}
.afspraak_form .gform_wrapper ul.gform_fields {display: block;margin:0 -15px !important;}
body .afspraak_form  .gform_wrapper ul li.gfield {margin:0 0 31px !important;padding:0 15px;width: 100%;position: relative;z-index:1;}
body .afspraak_form .gform_wrapper ul li.gfield.hidden-cont,
body .afspraak_form .gform_wrapper ul li.gfield.gfield_visibility_hidden {display:none;}
body .afspraak_form  .gform_wrapper ul li.gfield.left-part,
body .afspraak_form  .gform_wrapper ul li.gfield.right-part{width: 50%;}
body .afspraak_form  .gform_wrapper ul li.gfield.left-part {float:left;clear: left;}
body .afspraak_form  .gform_wrapper ul li.gfield.right-part {float:right;clear: right;}
.afspraak_form  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.afspraak_form .gform_wrapper input.large, .afspraak_form .gform_wrapper input.medium,
.afspraak_form .gform_wrapper input.small, .afspraak_form .gform_wrapper select.large,
.afspraak_form .gform_wrapper select.medium, .afspraak_form .gform_wrapper select.small,
.afspraak_form .gform_wrapper .top_label input.medium, .afspraak_form .gform_wrapper .top_label select.medium {width:100%;height:50px;border:1px solid #ddd;padding:0 16px;border-radius: 4px; outline: none;margin:0 !important;
-webkit-box-shadow:none;
box-shadow:none;
-webkit-appearance: none;
-moz-appearance: none;
}
.afspraak_form .gform_wrapper select.large, .afspraak_form .gform_wrapper select.medium,
.afspraak_form .gform_wrapper select.small {background: url(../images/caret-down.svg) no-repeat right 20px center;}
.afspraak_form .gform_wrapper textarea,
.afspraak_form .gform_wrapper textarea.medium {width:100%;height:255px;border:1px solid #ddd;padding:16px;border-radius: 4px;
-webkit-box-shadow:none;margin: 0 !important;display: inline-block; vertical-align: top;resize: none;
box-shadow:none;
-webkit-appearance: none;
-moz-appearance: none;}
.afspraak_form .gform_wrapper li#field_19_8 textarea { height: 359px; }

.afspraak_form .gform_wrapper .big_text_area textarea {height:358px;}
.afspraak_form .gform_wrapper .small_text_area textarea {height:154px;}
.afspraak_form .gform_wrapper .top_label .gfield_label,
.afspraak_form .gform_wrapper legend.gfield_label {font-size:13px;font-weight:700;color:#231C07;margin:0 0 6px;display: block;}
body .afspraak_form .gform_wrapper ul li.gfield .name_first label{display:none;}
body .afspraak_form .gform_wrapper .top_label div.ginput_container {margin:0;width:100%;}
.afspraak_form .gform_wrapper .gform_footer {position: relative;z-index: 3;}
.afspraak_form .gform_wrapper .gform_footer input.button,
.afspraak_form .gform_wrapper .gform_footer input[type=submit],
.afspraak_form .gform_wrapper .gform_page_footer input.button,
.afspraak_form .gform_wrapper .gform_page_footer input[type=submit] { margin: 0 !important; width: auto !important; min-width: 208px;height: 58px; padding: 0 32px !important; font-size: 16px; color: #fff;background:#C2D53D;border:0;border-radius: 10px;outline: none;
-webkit-box-shadow:none;
box-shadow:none;
-webkit-appearance: none;
-moz-appearance: none;
}
.afspraak_form .gform_wrapper .gform_footer input.button:hover,
.afspraak_form .gform_wrapper .gform_footer input[type=submit]:hover {background: #d6e37b;}
.afspraak_form .gform_wrapper .gform_footer {margin:29px 0 0;padding:0;}
.afspraak_form .form_bottom_text {font-size:12px;padding:10px 0 0;}
body .afspraak_form .gform_wrapper ul li.gfield.custom_form_heading {margin:0 0 56px !important;}
body .afspraak_form .gform_wrapper ul li.gfield.custom_form_heading h1 {padding:32px 0 27px;}

body .afspraak_form .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .afspraak_form .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {list-style-type: none !important;margin:0 !important;padding:0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body .afspraak_form .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .afspraak_form .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li{list-style-type: none !important; margin: 0;}
.afspraak_form .gform_wrapper form ul.rating li,
.afspraak_form .gform_wrapper ul.rating li{padding-right:5px;}
.afspraak_form .gform_wrapper ul.rating li i {color:#EEEEEE;font-size: 20px;}
.afspraak_form .gform_wrapper ul.rating li i.active {color:#F5BE26;}

.afspraak_form .file-upload-wrapper > .file-upload-wrapper,
.afspraak_form .gform_validation_error .file-upload-wrapper {width:100%;border-radius: 20px;border:1px solid #C2D53D;height:350px;
border-image-source: url(../images/uplod-input-border.svg);position: relative;
border-image-slice: 20;
border-image-width: 20;
transform:scale(1);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.afspraak_form .is-dragover .file-upload-wrapper > .file-upload-wrapper,
.afspraak_form .is-dragover .gform_validation_error .file-upload-wrapper {
transform:scale(0.95);
}
.afspraak_form .file-upload-wrapper .file-upload-input {display:none;}
.custom-file-upload-hidden {
display: block;
/*visibility: hidden;*/
position: absolute;
left: 0;
opacity:0;
cursor: pointer;
z-index: 6;
}
.custom-file-upload {
display: none;
width: auto;
margin-top: 30px;
border: 1px solid #ccc;
}
.custom-file-upload label {
display: block;
margin-bottom: 5px;
}
.file-upload-input {
width: 100%;
color: #464961;
font-size: 28px;
padding: 11px 17px;
border: none;
border-bottom:1px solid #464961;
background-color: transparent;
transition:all 0.2s ease;
float: none;
}
.file-upload-input:hover, .file-upload-input:focus {
outline: none;
}

.file-upload-button {
cursor: pointer;
display: none;
color: #464961;
font-size: 16px;
outline:none;
border:none;
text-transform: uppercase;
padding: 18px 20px;
margin-left:0;
border-bottom:1px solid #464961;
background-color: #f0efe9;
float:none;
transition:all 0.2s ease;
position: absolute;
width:100%;;height:100%;
opacity: 0;
z-index: 2;
}
.file-upload-button:hover {
background-color:#D7D6D0;
}
body .afspraak_form .gform_wrapper ul li.gfield.custom_file_upload .gfield_description {position: absolute;top:0;left:0;text-align:center;padding:0;pointer-events: none;height: 350px;width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
body .afspraak_form .gform_wrapper ul li.gfield.custom_file_upload .w3n_img_text {font-size:14px;color:#B5B5B5;}
body .afspraak_form .gform_wrapper ul li.gfield.custom_file_upload .w3n_img_text:before{content:'';width:52px;height:67px;background:url(../images/file-uplod-icon.svg) no-repeat center center;background-size: contain;display: block;margin: 0 auto 29px;}
body .afspraak_form .gform_wrapper ul li.gfield.custom_file_upload .w3n_img_text b {font-weight:600;display:block;padding:0 0 14px;color:#231C07;}
body .afspraak_form .gform_wrapper ul li.gfield.custom_file_upload .w3n_img_text b span {color:#C2D53D}
body .afspraak_form .gform_wrapper ul li.gfield .ginput_container_address label {display:none;}
.afspraak_form .gform_wrapper .top_label li ul.gfield_checkbox,
.afspraak_form .gform_wrapper .top_label li ul.gfield_radio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 17px 0 0;
}
.afspraak_form .gform_wrapper .top_label li ul.gfield_radio li {margin:0 29px 0 0 !important;}
.afspraak_form [type="radio"]:checked,
.afspraak_form [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.afspraak_form [type="radio"]:checked + label,
.afspraak_form [type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 23px;
cursor: pointer;
line-height: 18px;
display: inline-block;
vertical-align: top;
max-width: 100%;
color: #000;
font-size:14px;
font-weight:400 !important;
margin:0;
}
.afspraak_form [type="radio"]:checked + label:before,
.afspraak_form [type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
border: 1px solid #d6d6d7;
border-radius: 100%;
background: #fff;
font-weight: normal;
}
.afspraak_form [type="radio"]:checked + label:after,
.afspraak_form [type="radio"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
background: #0C0C0C;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.afspraak_form [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.afspraak_form [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {padding-right: 15px;}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background-color:transparent;border-top:0; border-bottom:0;}

.afspraak_form .gform_wrapper .file-info {border:1px solid #eee;border-radius: 5px;padding:0 30px 0 88px;background: url(../images/bxs-file-jpg.svg) no-repeat center left 30px;background-color: #fff;height:80px;max-width: 350px;margin:24px 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items:center;
flex-wrap: wrap;
align-content: center;
position: relative;
}
.afspraak_form .gform_wrapper .file-info a {width:10px;height:10px;background:url(../images/file-close.svg) no-repeat center center;margin-left:auto;font-size: 0;display: block;position: absolute; right: 30px;}
.afspraak_form .gform_wrapper .file-info .fsize{display:block;font-size:12px;color:#B5B5B5;width:90%;padding-top:2px;}
.afspraak_form .gform_wrapper .file-info .ext{display:none;}
div.gform_wrapper div.validation_error {border:0 !important;margin: 0 !important;text-align: left;padding:36px 0 0; }
.gform_wrapper .validation_message {display:none;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {margin-top:0 !important;}
.afspraak_form .gform_wrapper .gfield_checkbox li label,
.afspraak_form .gform_wrapper .gfield_radio li label{max-width:100%;line-height:17px;padding-left:29px;}
.afspraak_form .gform_wrapper.gform_validation_error .top_label input.medium,
.afspraak_form .gform_wrapper.gform_validation_error .top_label select.medium {width:100%;}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle{padding-top:0 !important;}
.gform_wrapper div.ginput_container_name span{padding-right:0;margin-right:0;}
.custom_file_upload > label {display: none;}


div.daterangepicker {font-family: 'Open Sans', sans-serif;}
div.daterangepicker .calendar-table th,
div.daterangepicker .calendar-table td {height:32px;line-height:32px;}
div.daterangepicker td.active,
div.daterangepicker td.active:hover {background: #C2D53D;}
div.daterangepicker .drp-buttons .btn {background: #C2D53D;color: #fff;outline: none;}
div.daterangepicker .drp-buttons .btn:hover {background: #d6e37b;}
.drp-buttons .btn-primary:not(:disabled):not(.disabled).active:focus,
.drp-buttons .btn-primary:not(:disabled):not(.disabled):active:focus,
.drp-buttons .show>.btn-primary.dropdown-toggle:focus {box-shadow: none;}

div.gform_wrapper.gform_validation_error .top_label select.medium {border:1px solid #ddd !important;}
div.gform_wrapper.gform_validation_error .top_label li.gfield_error select.medium {border-color:#790000 !important;}
/*Gravity Form css ED*/

.afspraak_stappen {padding:99px 106px 100px;}
.afspraak_stappen h1 {text-align: center;padding:0 0 47px;}
.afspraak_stappen .stappen_row {position: relative;}
.afspraak_stappen .dotted_line {position: absolute;top:162px;left:50%;pointer-events: none;opacity:0.2;z-index: -1;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.afspraak_stappen .row {align-items: center;padding:50px 0;}
.afspraak_stappen .row:nth-child(odd) {flex-direction: row-reverse;}
.afspraak_stappen .img_outer {max-width: 100%;width:350px;position: relative;}
.afspraak_stappen .img_outer .image {width:100%;height:300px;background-repeat:no-repeat;background-position: center center;background-size: cover;border-radius: 10px;background-color: #ddd;}
.afspraak_stappen .stappen_no {width:60px;height:60px;border:3px solid #98022F;border-radius: 100%;text-align: center;line-height:54px;font-size:38px;color:#98022F;font-weight: 700;background:#fff;position: absolute;top:-33px;left:-33px;z-index: 1;}
.afspraak_stappen .stappen_text h2 {padding:0 0 28px;}
.afspraak_stappen .btnbox{padding:50px 0 0;}

.deel_ervaring_wapper {padding:0 0 100px;}
.deel_ervaring {padding:109px 0 59px;}
.deel_ervaring h2 {padding:0 0 29px;}
.directie_kook {padding: 30px 0 0;}
.directie_kook h6 {color:#231C07;font-size:16px;padding:0 0 19px;}
.directie_kook .directie_row {margin:0 -15px;}
.directie_kook .directie_row .directiebox {padding:0 15px;}
.directie_kook .directie_row .directiebox .image {width:58px;height:58px;border-radius: 100%;background-color: #ddd;background-repeat: no-repeat;background-position:center center;background-size: cover;margin:0 0 9px;}
.directie_kook .directie_row .directiebox p {font-size:13px;font-weight:700;color:#231C07;}

.contact_us_wapper {padding:0 0 150px;}

.heb_vragn_row {padding:103px 0;}
.heb_vragn_row h2 {padding:0 0 61px;}
.heb_vragn_row .heb_vragnbox {width: 100%;min-height:240px;border:1px solid #ddd;border-radius:10px;text-align: center;padding:45px 0 0;
transform: translateY(0);
-webkit-box-shadow:none;
box-shadow: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.heb_vragn_row .heb_vragnbox:hover {
transform: translateY(-5px);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
}
.heb_vragn_row .heb_vragnbox .icon {padding:0 0 29px;}
.heb_vragn_row .heb_vragnbox h3 {color:#231C07;padding:9px 0 0;}
.heb_vragn_row .heb_vragnbox p {color:#231C07}
.meest_vragn_content {padding:0 0 71px;}
.meest_vragn_content h2 {padding:0 0 23px;}
.meest_vragn_content h3 {color:#231C07;padding:35px 0 8px;}
.meest_vragn_content p {padding: 0 0 25px;color:#231C07}
.meest_vragn_content p + p {padding-top:75px;}
.meest_vragn_content p a {text-decoration: underline;color: #C2D53D;}
.meest_vragn_content p a:hover{text-decoration:none;}

.simple_text .image {text-align: right;}
.simple_text .image img {max-width:100%;}
.simple_text .text_wrap h2 {padding:0 0 28px;}
.actiepagina_wapper .simple_text p {padding:0 0 24px;}
.actiepagina_wapper .simple_text ul {padding:3px 0 26px;}
.actiepagina_wapper .simple_text h4 {padding:0 0 30px;}
.simple_text.with_actie_img {padding: 99px 0 0;}
.simple_text.with_actie_img + .simple_text {padding:26px 0 0;}
.simple_text.with_actie_img.lakkerste {padding: 0;}
.simple_text.with_actie_img.lakkerste .row + .row {padding:90px 0 0;}
.simple_text.with_actie_img.lakkerste img {max-width:100%;}
.simple_text.with_actie_img.lakkerste + .simple_text {padding-bottom: 34px;}
.simple_text iframe {width:616px;height:348px;border-radius:10px;padding:5px 0 0;float: none;border: 0;}
.simple_text >  img {border-radius: 10px;margin:0 0 30px}
.actiepagina_wapper .simple_text >  img + p {padding: 0 0 29px;}

.productin_apparaten_wapper {}
.productin_apparaten_wapper.overlap .container > div {padding-right:0 !important;}
.productin_detail {padding:0 0 49px;}
.productin_link {padding:69px 0 0;}
.productin_link p {padding:0 0 3px;}
.productin_link p a {color:#231C07;text-decoration:underline;}
.productin_link p a:hover{color:#C2D53D;}
.productin_detail .row {margin: 50px -79px;}
.productin_detail .row > div[class*="col-"] {padding:0 79px;}
.productin_detail .image {margin-right:-68px;padding:69px 0 0;}
.productin_detail .image img {max-width:100%;}
.productin_detail .productin_text h2 {padding:0 0 28px;}
.productin_detail .productin_text h3 {color:#231C07;padding:30px 0 19px;}
.productin_detail .productin_text h2 + h3 {padding-top: 4px;}
.productin_detail .productin_text p + p {padding:28px 0 0;}

.blogartikel_wapper .simple_text h2 {padding: 30px 0 28px;}
.blogartikel_wapper .simple_text h6,
.blogartikel_wapper .simple_text h3 {color:#231C07;}
.blogartikel_wapper .simple_text h6 a,
.blogartikel_wapper .simple_text h3 a{color:#231C07;}
.blogartikel_wapper .simple_text h6 {line-height: 1.65;padding: 0 0 17px;}
.blogartikel_wapper .simple_text ul {padding:0 0 28px;}
.simple_text figure {margin: 3px 0 0;width:100% !important;}
.simple_text figure img {max-width: 100%;border-radius: 10px;    height: auto;}
.simple_text figcaption {font-size:14px;font-style: italic;padding:9px 0 28px;}
.blogartikel_wapper .ik_team_row {padding-top:0;}
.blogartikel_wapper .ik_team_row .row{padding:14px 0 85px;}
.ik_team_row h3 {color:#231C07;}
.blogartikel_wapper .blockquote_wrap {margin: 75px 0 10px;}
.blogartikel_wapper .advisegesprek_wrap {margin: 73px 0 79px;}

.blog_cate_filter {max-width:100%;width: 450px;display: block;margin: 58px auto 70px;}
.blog_cate_filter .bootstrap-select span.pull-left{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
height:100%;
}
.blog_cate_filter > span {font-size:13px;font-weight:700;color:#231C07;display:block;padding:0 0 4px;}
.blog_cate_filter  span.pull-left span:not(.dots) {font-size: 12px;font-weight: 400;color:#9FB033;display: block;padding:0;/*0 0 4px*/background: #F4F8DD;border-radius: 15px;padding: 0 15px;height:30px;line-height:30px;text-transform: uppercase;}
.blog_cate_filter  span.pull-left span + span {margin-left:5px;}
.blog_cate_filter  span.pull-left span.dots {font-size:20px;color:#000;font-weight:700;padding:0 5px;}
.blog_cate_filter .filter_box {}
.blog_cate_filter .bootstrap-select .btn,
.bootstrap-select .btn.dropdown-toggle {width: 100%;}
.bootstrap-select div.dropdown-menu {min-width: 100%;}
.bootstrap-select.show .dropdown-menu {max-width: 100%;}
.bootstrap-select div.dropdown-menu {padding:10px;margin-top: -1px;}
.bootstrap-select ul.dropdown-menu.inner{position: relative;}
.blog_cate_filter .bootstrap-select ul.dropdown-menu.inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.bootstrap-select ul.dropdown-menu.inner li {width:50%;margin: 5px 0;}
.bootstrap-select .dropdown-menu > li > a {border-bottom:0;position: relative;min-height:1px;line-height: 17px;padding-left:27px;font-size:12px;color:#000;}

.select-dropdown.dropdown .dropdown-menu > ul > li > a:before,
.bootstrap-select .dropdown-menu > li > a:before {content: '';width: 17px;height:17px;border: 1px solid #ddd;border-radius: 4px;position: 

absolute;top:0;left:0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.bootstrap-select .dropdown-menu > li.selected > a:before {border-color: #95C8DA;}
.select-dropdown.dropdown .dropdown-menu > ul > li > a:after,
.bootstrap-select .dropdown-menu > li > a:after {content: '';width: 17px;height:17px;position: absolute;top:0;left:0;background:url(../images/check.svg) no-repeat center center;background-position: center center;background-size: 12px;opacity: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.bootstrap-select .dropdown-menu > li.selected > a::after {opacity: 1;}
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a:focus,
.bootstrap-select .dropdown-menu li a:hover{background:none;color:#000;}
.bootstrap-select .text {padding:0;}
.bootstrap-select .bootstrap-select-searchbox {margin:0 0 27px;}
.bootstrap-select .form-control {width: 100%;height:50px;border:1px solid #ddd;border-radius: 4px;font-size:14px;padding: 0 20px;background: url(../images/search-icon.svg) no-repeat center right 20px;outline: none;}
.filterBox.prijs .bootstrap-select .dropdown-menu > li > a {padding:0;}
.filterBox.prijs .bootstrap-select .dropdown-menu > li > a:before,
.filterBox.prijs .bootstrap-select .dropdown-menu > li > a:after{display:none;}
.bootstrap-select .dropdown-menu > li.selected > a {color:#C2D53D !important;}

.advisegesprek_wrap + .h_counter_wrap .h_counter {padding:75px 0 160px;}

.defaultpage_wapper .simple_text {padding-bottom: 65px;}
.defaultpage_wapper .simple_text img {border-radius: 10px;
max-width: 100%;
height: auto;
}

.blog-pagination{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: flex-end;
padding:70px 0 87px;
}
.blog-pagination .page-numbers:not(.dots) {height:50px;width:50px;border:1px solid #CCC;border-radius:4px;text-align:center;line-height:48px;font-size:14px;color:#231C07;margin-left:10px;}
.blog-pagination .page-numbers.next,
.blog-pagination .page-numbers.prev {width:140px;}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:not(.dots):hover {border-color: #9FB033;background: #F4F8DD;color:#9FB033;}
.blog-pagination .page-numbers.dots {margin: 0 5px 0 10px;line-height:50px;font-size:20px;font-weight:700;color:#000;}
/*=========================================*/
/* Main Conte
nt End */
/*=========================================*/
.seprate_wrap {display: none;}
.onderwerp_filter .ratting-panel-progressbar { width:100%; display:inline-block; vertical-align:top;padding:0}
/*.onderwerp_filter .ratting-panel-progressbar > label {display:none;}*/
.onderwerp_filter .ratting-panel-progressbar ul { display:block;padding-top:0; }
.onderwerp_filter .ratting-panel-progressbar ul li { display:block;list-style: none;}
.onderwerp_filter .ratting-panel-progressbar ul li.active {opacity:1;}
.onderwerp_filter .ratting-panel-progressbar ul li .rating-static { background:none; min-width:59px; float:left; }
.onderwerp_filter .ratting-panel-progressbar ul li input[type="checkbox"] { position:absolute; left:-9999px; }
.onderwerp_filter .ratting-panel-progressbar ul li .ui-widget.ui-widget-content {  }
/* Filter ervaringen Sectin ST */
.onderwerp_filter .ratting-panel-progressbar ul li label {color:#231C07;font-size:14px;line-height:1;text-decoration:underline;width:auto;float:left;display:inline-block;vertical-align:top;
margin:0px;margin-right:20px;min-width:59px; cursor:pointer;font-weight: normal;}
.onderwerp_filter .ratting-panel-progressbar ul li {width:100%; padding:0 10px 0; margin:0 -10px 14px; background-color:transparent;line-height:1; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:3px; cursor:pointer; }
.onderwerp_filter .ratting-panel-progressbar ul li.active { background-color:rgb(194, 213, 61,0.5); padding:5px 10px 7px; }
.onderwerp_filter .ratting-panel-progressbar ul li span {color:#231C07;font-size:14px;line-height:1;padding-left:20px;display:inline-block;vertical-align:top;}
.onderwerp_filter .ui-progressbar {background:#F5F5F5;border:none;border-radius:10px;height:14px;max-width:224px;width:100%;display:inline-block; vertical-align:top;}
.onderwerp_filter .ui-progressbar .ui-progressbar-value {background:#F5BE26;border-radius:0px;border:none;outline:none;margin:0px;box-shadow:none;}

/*============ Sitemap-Popup Start ============*/
.sit-map-blk { width:100%; display:inline-block; vertical-align:top;}
.sit-map-blk a.sitmap { font-size:14px; color:#231C07; line-height:24px;}
body.overflow-hidden { overflow:hidden;}
.sitemap-popup { width:385px; max-width:100%; height:100%; min-height:100vh; background:#FFF; border-left:1px solid #eee; overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling:touch; position:fixed; top:0px; right:0px; z-index:99999999; -webkit-transition:all 400ms ease; transition:all 400ms ease; -webkit-transform:translateX(100%); transform:translateX(100%);}
.sitemap-popup.open { -webkit-transform:none; transform:none;}
.sitemap-popup .close-popup { width:32px; height:32px; background:url(../images/close2.svg) center center no-repeat; background-size:16px; border:none;outline:none; cursor:pointer; position:absolute; top:20px; right:20px; z-index:10;}
.sitemap-popup .link-list { width:100%; display:inline-block; vertical-align:top; padding:70px 0px 50px 0px;}
.sitemap-popup .link-list .bootstrap-select { width:100%; margin:0px; padding:0px;}
.sitemap-popup .link-list .bootstrap-select .btn,
.sitemap-popup .link-list .bootstrap-select .btn.dropdown-toggle { display:none;}
.sitemap-popup .link-list .bootstrap-select .dropdown-menu { width:100%; height:auto !important; min-height:inherit !important; max-height:inherit !important; overflow:auto !important; background:none; border:none; border-radius:0px; -webkit-box-shadow:none; box-shadow:none; position:static; margin:0px; padding:0px;}
.sitemap-popup .link-list .bootstrap-select .dropdown-menu li { width:100%; display:block; border-bottom:1px solid #eee; margin:0px; padding:0px;}
.sitemap-popup .link-list .bootstrap-select .dropdown-menu li:first-child { border-top:1px solid #ededed;}
.sitemap-popup .link-list .bootstrap-select .dropdown-menu li a { display:block; font-size:14px; font-weight: 400; color:#231C07; line-height:18px; white-space:normal; background:none; border:none; margin:0px; padding:10px 20px;}
.sitemap-popup .link-list .bootstrap-select .dropdown-menu li a:hover,
.sitemap-popup .link-list .bootstrap-select .dropdown-menu li.selected a { color:#9fb033;}
.sitemap-popup .link-list .bootstrap-select .dropdown-menu li a .text { width:100%; display:block; margin:0px; padding:0px;}
.sitemap-popup .bootstrap-select .dropdown-menu > li > a:before,
.sitemap-popup .bootstrap-select .dropdown-menu > li > a:after {display:none;}
/*============ Sitemap-Popup End ============*/

.not-found-content {text-align: center; padding:9px 0 100px;}
.not-found-content h1 {color:#231C07;font-size:70px;padding:0 0 57px;}
.not-found-content h3 {color:#231C07;padding:0 0 8px;}
.not-found-content .btnbox {font-size:0;padding:59px 0 0;}
.not-found-content .btnbox a + a {margin-left:30px;}
.not-found-content .found_search {padding:30px 0 0;}
.not-found-content .found_search label {display:none;}
.not-found-content .found_search form {width:500px;max-width:100%;position: relative;margin: 0 auto;}
.not-found-content .found_search input.form-text {width:100%;height:60px;border:1px solid #ddd;border-radius:4px;padding: 0 30px;color:#B5B5B5;margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
}
.not-found-content .found_search input[type="submit"] {position: absolute;top: 22px;right: 30px;width:16px;height:16px;background:url(../images/search-icon.svg) no-repeat center center;font-size:0;outline:none;padding:0;
-webkit-appearance: none;
-moz-appearance: none;
}
.not-found-content  .img404 {padding:0 0 60px;}
.not-found-content .img404 img {max-width:100%;}

.modal button.close {
width: 30px;
height: 30px;
background: #fff;
border-radius: 100%;
opacity: 1;
position: absolute;
top: -15px;
right: -15px;
z-index: 2;
font-size: 0;
outline: none;
}

.modal button.close:hover, .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
background: #fff;
opacity: 1;
}
.modal button.close span {
width: 30px;
height: 30px;
display: block;
background: url(../images/close.svg) no-repeat center center;
background-size: 14px;
}
.video-modal .modal-dialog {
max-width: 750px;
}
.video-modal .modal-content {
background-color: transparent;
border: 0;
border-radius: 0;
}
.video-modal .modal-body {
padding: 0;
}
.video-modal .VideoSection {
width: 100%;
display: inline-block;
}
.video-modal .VideoSection iframe {
width: 100%;
height: 450px;
float: left;
border: 0;
}

/*=========================================*/
/* Footer main Start */
/*=========================================*/
.newsletter_wrap {background: #C2D53D;padding:15px 0;}
.nweletter_text {align-items: center;justify-content: space-between;}
.note_text {align-items: center;}
.note_text img {height:48px;margin-right: 25px;}
.note_text p {color:#fff;}
.newsform .gform_wrapper {margin-bottom:0;margin-top:0;}
.newsform .gform_wrapper form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.newsform .gform_body {width:350px;max-width:100%;float: left;}
.newsform .gform_wrapper ul.gform_fields li.gfield {margin-top:0;padding-right: 0;}
body .newsform .gform_wrapper .top_label div.ginput_container {margin-top:0;}
.newsform form .gform_wrapper .input-text {padding: 0;}
.newsform form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.newsform .gform_wrapper .top_label input.medium,
.newsform .gform_wrapper .top_label select.medium {width:350px;height:50px;background:#fff;border:0;border-radius:4px;padding:0 20px !important;margin:0;box-shadow:none;display: inline-block;vertical-align:top;font-size:16px;color:#ccc;
-webkit-appearance: none;
-moz-appearance: none;
}
.newsform .gform_wrapper .gform_footer{margin:0;padding:0;}
.newsform form input.submit,
.newsform form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
.newsform .gform_wrapper .gform_footer input.button,
.newsform .gform_wrapper .gform_footer input[type=submit],
.newsform .gform_wrapper .gform_page_footer input.button,
.newsform .gform_wrapper .gform_page_footer input[type=submit] {width:160px;height:50px;background:#9D1F32;display: inline-block;vertical-align:top;text-align:center;border:0;border-radius:10px;font-size:16px;color:#fff;margin-left:25px;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0,0.10);
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}
.newsform .gform_wrapper .validation_error {display:none;}
.newsform .gform_wrapper.gform_validation_error .top_label input.medium,
.newsform .gform_wrapper.gform_validation_error .top_label select.medium {width:350px;}
.newsform .gform_wrapper li.gfield.gfield_error,
.newsform .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{margin-bottom:0 !important;padding-bottom:0  !important;padding-top:0  !important;}
.newsform .gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .newsform .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .newsform .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .newsform .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .newsform .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .newsform .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .newsform .gform_wrapper.gf_browser_chrome .gfield_error select, .newsform .gform_wrapper.gf_browser_chrome .gfield_error textarea, .newsform .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {margin-bottom:0;}


.footer {position:relative; background:#fcfcfc; margin:0;}
.footer_top {padding: 62px 0 48px 0;}
.footer .ft_box h4 {padding:0 0 27px;}
.footer .ft_box.winkels{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap:wrap;
}
.footer .ft_box.winkels h4 {width:100%;}
.footer .ft_box.menu ul + ul {padding-left:30px;}
.footer .ft_box.menu ul li {}
.footer .ft_box.menu ul li a {font-size:14px;color:#231C07;}
.footer .ft_box.menu ul li a:hover {color: #9FB033;text-decoration: underline;}
.footer .ft_box p {font-size:14px;line-height:1.75;}
.footer .ft_box.contact p a {color: #9FB033;text-decoration: underline;}
.footer .ft_box.contact p a:hover {text-decoration:none;}
.footer .ft_box.contact ul { /*padding:25px 0 0;*/ }
.footer .ft_box.contact ul li p { margin-top: 29px; }
.footer .ft_box.contact ul  li a {font-size:14px;color:#231C07;}
.footer .ft_box.contact ul li p a { color: #9FB033; }
.footer .ft_box.contact ul li span { display: inline-block;margin-right: 7px; }
.footer .ft_box.contact ul li a:hover {color: #9FB033;text-decoration: underline;}
.footer .ft_box.social ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap:wrap;
}
.footer .ft_box.social {padding:45px 0 0;}
.footer .ft_box.social h4 {padding:0 0 31px;}
.footer .ft_box.social ul li {padding:0 10px 0 0;}
.footer .asa-logo {padding:30px 0 0;}
.footer_bottom .flxrow { justify-content: center;align-items: center; }
.footer_bottom ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap:wrap;
}
.footer_bottom {background:#fff;padding:21px 0 40px;}
.footer_bottom ul li:first-child {border-left:0;}
.footer_bottom ul li {font-size:12px;color:#666;line-height:2.5; padding: 0 16px; border-left:1px solid rgba(221,221,211,0.75);}
.footer_bottom ul li a {color:#666;display: block;}
.footer_bottom .cwImg {padding-left:4px;}
/*=========================================*/
/* Footer main End */
/*=========================================*/

/* Anil css ST */
/*============ keukencoach-detail Page Start ============*/
.kd-banner { width:100%; height:300px; position:relative; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
.kd-banner .kd-banner-overlay { width:100%; height:100%; background:#000000; opacity:0.3; position:absolute; top:0px; left:0px; z-index:1;}
.kd-banner .kd-banner-image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; filter:blur(30px); -webkit-filter:blur(30px);    background-size: cover;
background-position: center center;background-repeat: no-repeat;}
.kd-banner .kd-banner-text { width:100%; position:relative; z-index:3; text-align:center; padding:50px 0px;}
.kd-banner .kd-banner-text h1 { font-size:50px; color:#FFF;}
.kd-banner .kd-banner-text p { font-family: 'Asap', sans-serif; font-size:22px; color:#FFF; margin:8px 0 0 0; padding:0px;}

.keuken_detail_wrap { width:100%; position:relative;}
.keuken_detail_top { width:100%; position:relative; z-index:3; display:inline-block; vertical-align:top; padding:0 0 80px 0;}
.keuken_detail_top .kdt_holdar { width:100%; display:inline-block; vertical-align:top;}
.keuken_detail_top .kdt_holdar .kdth_left { width:50%; float:left;}
.keuken_detail_top .kdt_holdar .kdth_left .kdth_image { width:220px; height:220px; float:left; overflow:hidden; border:5px solid #FFF; border-radius:50%; margin:-65px 25px 0 0;}
.keuken_detail_top .kdt_holdar .kdth_left .kdth_image img { width:100%; height:100%; object-fit:cover;}
.keuken_detail_top .kdt_holdar .kdth_left .kdth_text { display:block; overflow:hidden; padding:38px 0 0 0;}
.keuken_detail_top .kdt_holdar .kdth_left .kdth_text .r_star { display:block; margin:0 0 10px 0;}
.keuken_detail_top .kdt_holdar .kdth_left .kdth_text .r_star .star { display:inline-block; vertical-align:top; margin:0px 1px;}
.keuken_detail_top .kdt_holdar .kdth_left .kdth_text .r_txt { display:block; margin:0 0 20px 0;}
.keuken_detail_top .kdt_holdar .kdth_left .kdth_text .r_btn { display:inline-block; vertical-align:top; font-size:12px; color:#9FB033; text-transform:uppercase; line-height:30px; background:#F4F8DD; border-radius:30px; margin:0px; padding:0px 15px;}
.keuken_detail_top .kdt_holdar .kdth_right { width:auto; float:right; padding:38px 0 0 0;}
.keuken_detail_top .kdt_holdar .kdth_right .kdth_logo { width:auto; float:left;}
.keuken_detail_top .kdt_holdar .kdth_right .kdth_logo + .kdth_logo { margin-left:30px;}
.keuken_detail_top .kdt_holdar .kdth_right .kdth_logo img { max-width:110px;}
.keuken_detail_top .kdt_text { width:100%; padding:55px 0 0 0;}
.keuken_detail_top .kdt_text p { line-height:26px; margin:0px; padding:0px;}
.keuken_detail_bottom { width:100%; padding:0 0 30px 0;}
.kd_tabs { width:100%;}
.kd_tabs .nav-tabs { border-bottom:1px solid #DDDDDD; margin:0px; padding:0px;}
.kd_tabs .nav-tabs .nav-item { margin:0 0 -1px 0; padding:0px;}
.kd_tabs .nav-tabs .nav-item .nav-link { display:block; font-family: 'Asap', sans-serif; font-size:32px; color:#DDDDDD; font-weight:700; text-align:center; line-height:1; background:none; border:none; border-bottom:2px solid transparent; border-radius:0px; margin:0px; padding:20px 15px 30px 15px;}
.kd_tabs .nav-tabs .nav-item.show .nav-link,
.kd_tabs .nav-tabs .nav-item .nav-link.active { color:#231C07; border-color:#231C07;}
.kd_tabs .nav-tabs .nav-item:last-child {display: none;}
.kd_tabs .kd_tabs_review { width:100%; padding:100px 0 0 0;}
.kd_tabs .kd_tabs_blog { width:100%; padding:70px 0 30px 0;}
.kd_review_box { width:100%; background:#FFF; border:1px solid #DDDDDD; border-radius:10px; margin:0 0 60px 0; padding:70px 60px 60px 60px;}
.kd_review_box .review_box_holdar { width:100%; display:inline-block; vertical-align:top; padding:0 0 60px 0;}
.kd_review_box .review_box_holdar .rbh_left { width:calc(100% - 188px); float:left; padding:0 30px 0 0;}
.kd_review_box .review_box_holdar .rbh_left .rbh_text { width:100%; margin:0 0 15px 0;}
.kd_review_box .review_box_holdar .rbh_left .rbh_text .rbh-title { display:block; font-family: 'Asap', sans-serif; font-size:24px; color:#231C07; font-weight:400; line-height:1.2;}
.kd_review_box .review_box_holdar .rbh_left .rbh_text span { display:block; font-size:16px; color:#231C07; line-height:26px; padding:3px 0 0 0;}
.kd_review_box .review_box_holdar .rbh_left .rbh_star { width:100%;}
.kd_review_box .review_box_holdar .rbh_left .rbh_star i:not(.active) svg path {fill:#d7d7d7}
.kd_review_box .review_box_holdar .rbh_left .rbh_star .star { display:inline-block; vertical-align:top; line-height:1; margin:0px 1px;}
.kd_review_box .review_box_holdar .rbh_left .rbh_btnbox { width:100%; margin:15px 0 0 0;}
.kd_review_box .review_box_holdar .rbh_left .rbh_btnbox .rbh_btn { display:inline-block; vertical-align:top; font-size:12px; color:#9FB033; text-transform:uppercase; line-height:30px; background:#F4F8DD; border-radius:30px; margin:0px; padding:0px 15px;}
.kd_review_box .review_box_holdar .rbh_right { width:188px; float:right; text-align:right;}
.kd_review_box .review_box_holdar .rbh_right .rbh_date { font-size:12px; color:#231C07; line-height:1; margin:0px; padding:0px;}
.kd_review_box .review_box_text { width:100%; display:inline-block; vertical-align:top; padding:0 0 60px 0;}
.kd_review_box .review_box_text h3 { color:#231C07; line-height:1.2; margin:0 0 25px 0; padding:0px;}
.kd_review_box .review_box_text p { font-size:16px; color:#231C07; line-height:26px; margin:0 0 25px 0; padding:0px;}
.kd_review_box .review_box_text p a {color: #9FB033;}
.kd_review_box .review_box_text p:last-of-type { margin:0px;}
.kd_review_box .review_box_gallery { width:100%; display:inline-block; vertical-align:top; margin:0 0 44px 0;}
.kd_review_box .review_box_gallery .rb_gallery { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin:0px -8px;}
.kd_review_box .review_box_gallery .rb_gallery .imagebox { -webkit-box-flex:0; -ms-flex:0 0 33.333333%; flex:0 0 33.333333%; max-width:33.333333%; margin:0 0 16px 0; padding:0px 8px;}
.kd_review_box .review_box_gallery .rb_gallery .imagebox img { width:100%; display:block; border-radius:10px;}
.kd_review_box .review_box_tsml { width:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.kd_review_box .review_box_tsml .rb_tsml_box { width:160px; float:left; text-align:center; border:1px solid #DDDDDD; border-radius:5px; margin:0px; padding:18px 15px 25px 15px;
-webkit-box-shadow:none;
box-shadow: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.kd_review_box .review_box_tsml .rb_tsml_box:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.kd_review_box .review_box_tsml .rb_tsml_box .tsml_img { width:100px; height:100px; overflow:hidden; display:inline-block; vertical-align:top; border-radius:50%; margin:0 0 10px 0;}
.kd_review_box .review_box_tsml .rb_tsml_box .tsml_img img { width:100%; height:100%; object-fit:cover;}
.kd_review_box .review_box_tsml .rb_tsml_box .tsml_txt { width:100%; display:block; font-family: 'Asap', sans-serif; font-size:13px; color:#231C07; font-weight:700; line-height:1.2;}
.kd_review_box .review_box_tsml .rb_tsml_box .tsml_txt_2 { width:100%; display:block; font-size:11px; color:#999999; line-height:1.2; padding:5px 0 0 0;}
.kd_review_box .review_box_tsml .rb_tsml_text { width:calc(100% - 160px); float:left; padding:0 0 0 30px;}
.kd_review_box .review_box_tsml .rb_tsml_text p { font-size:16px; color:#231C07; line-height:26px; margin:0px; padding:0px;}
/*============ keukencoach-detail Page End ============*/
/* Anil css ED */

.lb-nav a.lb-prev {background:url(../images/chevron-left-b.svg) center left 12% no-repeat;background-size:24px;}
.lb-nav a.lb-next {background:url(../images/chevron-right-b.svg) center right 12% no-repeat;background-size:24px;}

.klantervaringen_wapper .ikook_videos_wrap.bg-gray {border-top:1px solid #eee;border-bottom:1px solid #eee;}
.keukenoverzicht_wrap .keuken_filter_wrap + .zoek_wrap .zoek_row { padding-top:0; }
.rating_bar span {display:block;padding: 0 0 10px;}
.winkel_wapper {padding:0 0 70px;}

.header-company-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.header-company-logo .fist-img img {max-width:68px;}
.header-company-logo .rat_count {position: absolute;top: 50%;left: 50%;display: block;font-weight:700;font-size: 12px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.header-company-logo .our_work_rate {position: relative;margin-left: 5px;}
.header-company-logo .our_work_rate img {margin-left: 0;max-width: 30px;}
.header-company-logo .fist-img p {font-size: 9px;color: #231C07;}
.header-company-logo .fist-img p span, .header-company-logo .fist-img p a {color: #231C07;}

.loadbtn a {position: relative;}
.loadbtn a:after {content:'';position: absolute;top:0;left:0;bottom:0;right:0;background:url(../images/loadingg-w.svg) no-repeat center center #C2D53D;background-size: 48px 48px;border-radius: 4px;opacity: 0;visibility: hidden;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.loadbtn a.loading_ac:after {opacity: 1;visibility: visible;}

.lightbox {
width: auto;
height: auto;
max-height: calc(100% - 80px);
position: fixed;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.fancybox-button svg path {fill:#fff;stroke-width: 1;stroke:#fff;}
.fancybox-navigation .fancybox-button svg {width:8px;height:auto;margin:0 auto;}

.nw-dsgn-coachrev .ikook_videos_wrap.bg-gray{border-top: 1px solid #eee;
border-bottom: 1px solid #676767;}

.openin_box p a { color: #9FB033;
text-decoration: underline;
}

.afwi-info p {
background: #fff !important;
}
.asanlbox {border-radius:5px;border:1px solid #eee;padding:9px 20px 9px;margin: 0 0 45px;
align-items: center;
}
.asanlbox .header-company-logo {border-right:1px solid #eee;padding-right:20px;margin-right:20px;}
.asanlbox .header-company-logo .fist-img p {display: none;}
.asanlbox .asa_text p {font-size: 13px;}
.asanlbox .header-company-logo .our_work_rate {margin-left: 15px;}
.asanlbox .header-company-logo .rat_count {font-size: 15px;}
.asanlbox .header-company-logo .our_work_rate img {max-width: 38px;}
.asanlbox .header-company-logo .fist-img img {max-width: 65px;}
.afspraak-text {position: relative;}
.afspraak-text p {font-size:14px;font-family: 'Asap', sans-serif;font-weight: 500;font-style: italic;padding-top: 9px;}
.afspraak-text p::before {content: '';width: 37px;height:40px;display: block;background: url(../images/arrow-sybol.svg) no-repeat center center;background-size: contain;position: absolute;top: -42px;left: 221px;}


.pillerpage_wrap { }
.piller_in { padding: 66px 60px 0 90px;}
.piller_in h2 {}
.piller_in p + h2 { padding-top: 60px;}
.pillerpage_wrap .list_wrap { padding: 60px 0 0 0;}
.pillerpage_wrap ul {padding:0;}
.pillerpage_wrap ul li {position:relative;padding:0 0 2px 36px;}
.pillerpage_wrap ul li a {color: #9FB033;text-decoration: underline;}
.pillerpage_wrap ul li:after {content:'';width:16px;height:16px;background:url(../images/checkbox-marked-circle.svg) no-repeat center center;background-size:contain;position: absolute;top:4px;left:0;}
.pillerpage_wrap ul.style2 {}
.pillerpage_wrap ul.style2 li { padding:0 0 6px 36px;}
.pillerpage_wrap ul.style2 li:after { width: 12px; background: url(../images/bxs-right-arrow.svg) no-repeat center center;}
.pillerpage_wrap .block_wrap1 { padding: 13px 0 174px 0;}
.pillerpage_wrap .imgtitext_blk { width: 100%; margin: 84px 0 0 0;}
.pillerpage_wrap .imgtitext_blk .imagewrap { margin: 0 0 30px 0;}
.pillerpage_wrap .imgtitext_blk .imagebox { width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; height: 250px; background-color: #EEEEEE; border-radius: 10px;}
.pillerpage_wrap .imgtitext_blk h4 { padding: 0 0 30px 0; line-height: 1.45; max-width: 405px;}
.pillerpage_wrap .imgtitext_blk h4 a { color: #98022F;}
.pillerpage_wrap .imgtitext_blk p { padding: 0; margin: 0;}
.pillerpage_wrap .imgtitext_blk p a { color: #C2D53D; text-decoration: underline;}
.pillerpage_wrap .imgtitext_blk p + ul { padding-top: 30px;}
.pillerpage_wrap .imgtitext_blk p + p { padding-top: 20px;}
.pillerpage_wrap .imgtitext_blk .btnbox { padding: 30px 0 0 0;}

.waarom_wrap { padding: 96px 0 123px 0; background: #FCFCFC; border: solid 1px #EEEEEE;}
.waarom_wrap .section_title { text-align: center; max-width: 920px; margin: 0 auto;}
.waarom_wrap .section_title h2 { font-size: 42px;}
.waarom_wrap .section_title p { padding: 30px 0 0 0; font-family: 'Asap', sans-serif;}
.waarom_wrap .waarom_list_wrp { padding: 68px 0 0 0;}
.waarom_wrap .waarom_list_wrp ul { display: block; margin: 0; padding: 0;}
.waarom_wrap .waarom_list_wrp ul li { display: block; margin: 30px 0 0 0; position: relative; font-size: 16px; line-height: 1.5; color: #231C07; padding: 0 0 0 44px;}
.waarom_wrap .waarom_list_wrp ul li::before { content: ''; position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: url("../images/checkbox-marked-circle-outline.svg") no-repeat center center;}
.waarom_wrap .waarom_list_wrp ul li::after { display: none;}

.pill_two_blk_wrap { padding: 150px 0;}
.pill_two_blk_wrap .pill_blk { text-align: center;}
.pill_two_blk_wrap .pill_blk h2 { font-size: 42px; margin: 0; padding: 0 0 30px 0; line-height: 1.14;}
.pill_two_blk_wrap .pill_blk h2 a { color: #98022F;}
.pill_two_blk_wrap .pill_blk p { font-size: 24px; color: #231C07; margin: 0; padding: 0; font-family: 'Asap', sans-serif; line-height: 1.33;}
.pill_two_blk_wrap .pill_blk p {}
.pill_two_blk_wrap .pill_blk .imagebox { margin: 30px 0 0 0; border-radius: 10px; height: 300px; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.pill_two_blk_wrap .pill_blk .btnbox { padding: 30px 0 0 0;}
.pill_two_blk_wrap .pill_blk .btnbox a { border-radius: 5px; width: 100%;}
.blog_box .post-time .time { text-align: right;}

.blog_box.recepten_blk .blog-user { justify-content: flex-start;}
#header.mnfixed { position: relative; z-index: 111111;}

.home_wapper .h_winke .image { height: auto !important; padding: 32.41% 50%; }

.toggle-content { padding-bottom: 70px; }
.toggle-content .content-txt { padding: 25px 0 0 0; }
.toggle-content .simple_text { padding: 0 0 0 0; }
.single-blog .toggle-content .simple_text { padding-left: 60px !important;padding-right: 60px !important; }


.grey_content_box { display: block; width: 100%; position: relative; padding: 59px 0 50px 0; }
.page_title_wrap + .grey_content_box  { padding-bottom: 0; }
.simple_text_wrap + .grey_content_box  { padding-top: 0; }
.grey_content_box .grey_content_box_inner { display: block; width: 100%; position: relative; }
.grey_content_box .grey_content_box_inner .grey_content_box_main { display: block; width: 100%; position: relative; background-color: #FCFCFC; border: solid 1px #EEEEEE; padding: 30px; border-radius: 10px; }
.grey_content_box_main h3 { color: #231C07; padding: 0 0 18px; }
.grey_content_box_main p a { color: #231C07; text-decoration: underline !important; }
.grey_content_box_main p a:hover { color: #C2D53D; text-decoration: underline !important; }
.grey_content_box_main p + p { padding-top: 8px; }


/* 360 view css ST */
.threesixty_wrap {padding: 28px 0 150px;}
.threesixty_row .row > div[class*="col-"] {
padding-top: 30px;
padding-bottom: 30px;
}
.blog_box.threesixtybox {min-height: 500px;}
.blog_box.threesixtybox .image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
.blog_box .image .newlabel {align-self: flex-start;justify-self: flex-start;margin-right: auto;padding: 20px 30px 0;}
.blog_box.threesixtybox .blog-info {padding: 51px 30px 21px;}
.threesixty_icon {width: 90px;height: 90px;margin: 0 30px -45px 0;}
.threesixty_icon img {width: 100%;}
.newlabel {padding: 0 0 30px;}
.newlabel span {min-width: 69px;height: 30px;background: #98022F;border-radius: 15px;padding: 0 15px;font-size: 12px;color: #fff;text-transform: uppercase;line-height: 30px;display: inline-block;vertical-align: top;}
.threesixty_row .blog-pagination {padding: 30px 0 0;}

.overlap .ik_breadcrumb {position: relative;}
.overlap .ik_breadcrumb .threesixty_icon {position: absolute;top: -62px;right: 65px;width: 125px;z-index: 2;}

.singlereview_title {justify-content: space-between;align-items: flex-end;padding: 26px 0 0;}
.singlereview_title h4 {font-weight: 400;color: #231C07;padding: 0 0 4px;font-size: 24px;}
.singlereview_title .rbh_star {padding: 15px 0 0;}
.singlereview_title .rbh_star i:not(.active) svg path {fill: #d7d7d7;}
.blockquotebox {border-top: 1px solid #eee;border-bottom: 1px solid #eee;background: #FCFCFC;margin: 60px 0 30px;}
.blockquotebox blockquote {margin: 0;padding: 60px 65px 59px;position: relative;}
.blockquotebox blockquote h2 {font-size: 32px;color: #9FB033;font-weight: 600;font-style: italic;max-width: 760px;}
.blockquotebox blockquote .qouteIcon {position: absolute;top: 50%;right: 0;opacity: 0.05;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.threesixty_detail_wapper .blockquote_wrap {margin: 60px 0 30px;}
.threesixty_detail_wapper .blockquote_wrap .blockquote {padding: 60px 65px 59px;}
.threesixty_detail_wapper .blockquote_wrap h2 {max-width: 760px;font-size: 32px;font-weight: 600;font-style: italic;}
.threesixty_detail_wapper .simple_text {padding: 39px 0 70px;}

.keukendit_wrap .section_title {padding: 0 0 9px;}
.keukendit_row .row {align-items: center;padding: 50px 0;}
.keukendit_row .row:nth-child(even) {flex-direction: row-reverse;}
.keukendit_row .row .col-md-7 {
-ms-flex: 0 0 51.02%;
flex: 0 0 51.02%;
max-width: 51.02%;
}
.keukendit_row .row .col-md-5 {
-ms-flex: 0 0 48.98%;
flex: 0 0 48.98%;
max-width: 48.98%;
}
.keukendit_row .image {width: 100%;height: auto;padding-top: 100%;border-radius: 10px;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.keukendit_row .keukendit_info {padding: 0 0 0 95px;}
.keukendit_row .row:nth-child(even) .keukendit_info {padding: 0 95px 0 0;}

.trots_banner {border-top: 1px solid #eee;border-bottom: 1px solid #eee;background: #FCFCFC;padding: 60px 0;margin: 50px 0;}
.trotsbox {padding: 20px 18px 21px 30px;position: relative;}
.trotsbox .image {width: 100%;height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;position: absolute;top: 0;left: 0;border-radius: 10px;border:1px solid #DDD;}
.trot_title {max-width: 412px;background: #fff;border-radius: 10px;border: 1px solid #ddd;padding: 33px 41px 35px;position: relative;margin: 0 0 18px;display: block;}
.trot_title::after {content: '';width: 20px;height: 19px;background: url(../images/trangle-arrow-g.svg) no-repeat center center;background-size: 20px 19px;position: absolute;top: 100%;right: 60px;margin: 0;}
.trot_title.without_border {border: 0;background: rgba(255, 255, 255,0.9);}
.trot_title.without_border::after {background: url(../images/trangle-arrow-w.svg) no-repeat center center;background-size: 20px 19px;opacity: 0.9;}
.trotsbox .info {justify-content: space-between;position: relative;flex-wrap: wrap;}
.trotsbox .info .btnbox {align-self: flex-end;}
.captionbox .trot_title {margin-left: auto;}

.threesixty_author {border-top: 1px solid #eee;border-bottom: 1px solid #eee;background: #FCFCFC;padding: 60px 0;margin: 50px 0;}
.threesixty_author .author_row {padding:0;}
.author_row .ik_teambox {max-width: 160px;margin-right: 30px;}
.author_row .info {flex-direction: column;}
.author_row .info .author_tag {margin-top: auto;}
.author_tag a,
.author_tag span {border-radius: 15px;background: #F4F8DD;padding: 0 15px;height: 30px;font-size: 12px;color: #9FB033;text-transform: uppercase;line-height: 30px;}
.allthreesixty_link {padding: 10px 0;}

.threesixty_detail_wapper .inspiratie_wrap {background: transparent;border-top: 0;padding: 0 0 70px;}

.klanten_box .overlay {top: 0;opacity: 1;
background: -moz-linear-gradient(bottom, rgba(35,28,7,0.5) 0%, rgba(35,28,7,0) 100%);
background: -webkit-linear-gradient(bottom, rgba(35,28,7,0.5) 0%,rgba(35,28,7,0) 100%);
background: linear-gradient(to top, rgba(35,28,7,0.5) 0%,rgba(35,28,7,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231c07', endColorstr='#00231c07',GradientType=0 );
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: flex-end;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.klanten_box a:hover .overlay {opacity: 0;}
.klanten_box .overlay h4 {font-size: 18px;padding: 0 0 3px;}
.klanten_box .overlay p {font-size: 14px;}
.klanten_box .hover {position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-color: transparent;text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.klanten_box .hover img {margin: 18px 0 20px;max-width: 65px;border-radius: 100%;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.klanten_box a:hover .hover img{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.klanten_box .hover p {font-weight: 600;color: #231C07;text-transform: uppercase;}
.klanten_box .hover .btnbox span {
-webkit-box-shadow: 0px 0px 10px 0px rgba(194, 2163, 61, 0.5);
box-shadow: 0px 0px 10px 0px rgba(194, 2163, 61, 0.5);
}
.klanten_box .hover p,
.klanten_box .hover .btnbox {opacity: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.klanten_box a:hover .hover {background-color: rgba(255, 255, 255,0.95);}
.klanten_box a:hover .hover p,
.klanten_box a:hover .hover .btnbox {opacity: 1;}

.trots_banner.klantervaringen_banner { position:relative; }
.trots_banner.klantervaringen_banner:before,
.trots_banner.klantervaringen_banner:after { position: absolute; top:0;width:50vw;height:100%; content:'';background: #FCFCFC; border-top:1px solid #eee;border-bottom:1px solid #eee;z-index:-1;}
.trots_banner.klantervaringen_banner:before { left:100%;}
.trots_banner.klantervaringen_banner:after { right:100%;}

.klanten_row .trots_banner.klantervaringen_banner .container {padding:0;max-width:100%;width:100%;}
.kd_review_box .review_box_holdar .rbh_right .logo_box { position: relative;min-width: 188px;border:solid 1px #DDDDDD;background: #fff;border-radius: 33px; margin-top:85px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.kd_review_box .review_box_holdar .rbh_right .logo_box:hover {border-color:#C2D53D;}
.kd_review_box.kd_review_box_star .review_box_holdar .rbh_right .logo_box:hover {border-color:#f5be26;}
.kd_review_box .review_box_holdar .rbh_right .logo_box a { display: flex;align-items: center;padding: 12px 15px;font-size: 14px;color: #231C07; }
.kd_review_box .review_box_holdar .rbh_right .logo_box a i {width:40px; display: flex;align-items: center;justify-content: center; }
.kd_review_box .review_box_holdar .rbh_right .logo_box a i img { width:100%;}
.kd_review_box .review_box_holdar .rbh_right .logo_box a span { display: block;padding-left:15px; }

.iframe_360 {padding: 60px 0 0;}
.iframe_360 iframe {width: 100%;height: 548px;border: 0;border-radius: 10px;}
/* 360 view css ED */

.lees_alles_wrap_top .leesalles_row { padding-top: 24px; }
.lees_alles_wrap_top .leesalles_box .image .label-logo { width: 100px; height: 100px; background-color: #fff; border: solid 1px #DDDDDD; border-radius: 10px; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; bottom: 0;right: 30px;left: auto;-webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); overflow: hidden; padding: 10px; }
.lees_alles_wrap_top .leesalles_box .image .label-logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.lees_alles_wrap_top .leesalles_box h6 { font-family: 'Open Sans', sans-serif; font-weight: 600; color: #231C07; padding:30px 0 0 0; }
.lees_alles_wrap_top .leesalles_box p { font-family: 'Open Sans', sans-serif; font-weight: 400; color: #231C07; line-height: 1.625; font-size: 16px; font-style: normal; }
.lees_alles_wrap_top .leesalles_box .btnbox { padding-top: 28px; }
.lees_alles_wrap_top .leesalles_box { margin-bottom: 15px; }
.lees_alles_wrap_top .leesalles_row h1 { padding-bottom: 19px; }

.kd_review_box.kd_review_box_star .review_box_holdar .rbh_left { width: calc(100% - 229px); }
.kd_review_box.kd_review_box_star .review_box_holdar .rbh_right { width: 229px; }
.kd_review_box.kd_review_box_star .review_box_holdar .rbh_right .logo_box a i { width: 18px; }
.kd_review_box.kd_review_box_star .review_box_holdar .rbh_right .logo_box a span { padding-left: 10px; }

.b2b_banner_wrap { width: 100%; position: relative; }
.b2b_banner_wrap .inner_banner_img { width: 100%; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; height: 580px; }
.leesalles_bottom h2 { color: #98022F;font-family: 'Asap',sans-serif;font-weight: 700; font-size: 42px; padding-bottom: 29px; }
.leesalles_bottom h3 { color: #98022F;font-family: 'Asap',sans-serif;font-weight: 700; font-size: 27px; padding-bottom: 29px; }
.leesalles_bottom p + h3 { padding-top: 45px; }
.simple_text.leesalles_bottom { padding-top: 41px; }
.touch_with_kitchen { width: 100%; padding: 0 57px; position: relative; }
.touch_with_kitchen_row {display: -webkit-box;display: -ms-flexbox;display: flex; justify-content: space-between; padding-top:0; }
.touch_with_kitchen_row .touch_with_kitchen_cont { width: 543px; padding-top: 0; }
.touch_with_kitchen_row .touch_with_kitchen_cont .touch_with_kitchen_inner { background-color: transparent; border: 0; padding: 60px 0 61px 0; width: 100%; border-radius: 10px; }
.touch_with_kitchen_row .touch_with_kitchen_img { width: 367px; display: -webkit-box;display: -ms-flexbox;display: flex; align-content: flex-end; align-items: flex-end; justify-content: flex-end;margin-top: -56px;}
.touch_with_kitchen_row .touch_with_kitchen_img img { width: auto; height: auto; max-width: 100%; }
.touch_with_kitchen_inner h3 { color: #98022F;font-family: 'Asap',sans-serif;font-weight: 700; font-size: 27px; padding-bottom: 29px; }
.touch_with_kitchen_inner .bottom_contact_part { padding-top: 39px; display: -webkit-box;display: -ms-flexbox;display: flex; width: 100%; justify-content: space-between; align-items: flex-end; align-content: flex-end;  }
.bottom_contact_part .left_contac_kitchent { padding-right: 20px; padding-bottom: 15px; }
.touch_with_kitchen_inner h5 { color: #231C07; font-weight: 600; padding-bottom: 3px; }
.left_contac_kitchent p { font-size: 14px; }
.bottom_cnt_kitchent { font-size: 12px; display: -webkit-box;display: -ms-flexbox;display: flex; align-items: center; align-content: center; font-family: 'Asap',sans-serif; font-weight: normal; color: #9FB033; padding-top: 11px; }
.bottom_cnt_kitchent img:first-child { margin-left: 0; }
.bottom_cnt_kitchent img { margin: 0 5px; }
.bottom_cnt_kitchent a { font-size: 14px; font-family: 'Open Sans', sans-serif; font-weight: 600; color: #9FB033; }

.superklantervaring_single_page .ik_breadcrumb { padding-bottom: 28px; }
.superklantervaring_single_page .review_date { font-size: 12px; }
.superklantervaring_single_page .singlereview_title h4 { padding-bottom: 2px; }
.superklantervaring_single_page .iframe_360 { margin-top: 7px; }
.superklantervaring_single_page .iframebox > img { width: 100%; height: auto; border-radius: 10px; }
.superklantervaring_single_page.threesixty_detail_wapper .blockquote_wrap + .simple_text_wrap { padding-bottom: 71px; }
.superklantervaring_single_page.threesixty_detail_wapper .blockquote_wrap + .simple_text_wrap .simple_text:not(.with_column) { padding-top: 31px; }
.superklantervaring_single_page .ik_team_row .ik_teambox { padding-left: 16px; padding-right: 16px; }
/* .superklantervaring_single_page .inspiratie_row .section_title { margin-bottom: 20px; } */
/* .superklantervaring_single_page .inspiratie_row { padding-bottom: 15px; } */

.artikel_social { margin-left: auto; }
.b2b_artikel_wapper { padding-bottom: 33px; }
.project_heros_txt { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 14px; color: #231C07; }
.project_heros_txt + .post_time { margin-left: 32px; }
.contact_user_row_v2.contact_user_row { padding-top: 21px; }
.contact_user_row_v2 .contact_user .user_name h6 { font-weight: 600; font-size: 20px; }
.contact_user_row_v2 .contact_user .user_name p { color: #231C07; }
.contact_user_row_v2 .user_name { -ms-flex-direction: column; flex-direction: column; align-items: flex-start; }
.user_name .get_link { display: -webkit-box;display: -ms-flexbox;display: flex; align-items: center; align-content: center; font-family: 'Open Sans', sans-serif; font-weight: 600; color: #9FB033; font-size: 14px; margin-top: 11px; }
.user_name .get_link i { margin-right: 6px; }
.b2b_artikel_wapper .artikel_time { padding-top: 21px; }

.full_dtl_cont_sec { width: 100%; position: relative; background-color: #FCFCFC; border-top: solid 1px #EEEEEE; border-bottom: solid 1px #EEEEEE; padding: 65px 0; margin-top: 62px; margin-bottom: 36px; }
.full_dtl_cont_sec .left_logo_box_inner { width: 100px; height: 100px; background-color: #fff; border: solid 1px #DDDDDD; border-radius: 10px; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.full_dtl_cont_sec .left_logo_box_inner img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.full_dtl_cont_inner { width: 100%; position: relative; }
.full_dtl_cont_inner .top_box_cnts { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.top_box_cnts .left_logo_box { width: 100px; }
.right_dtl_fullbox { width: calc(100% - 100px); padding-left: 30px; }
.right_dtl_fullbox p { font-family: 'Asap', sans-serif; font-weight: 600; font-style: italic; font-size: 18px; line-height: 1.3333; }
.iframe_blks { width: 100%; position: relative; }
.iframe_blks iframe { width: 730px; height: 410px; border-radius: 10px; }
.top_box_cnts + .iframe_blks { padding-top: 61px; }

.b2b_artikel_wapper .simple_text h3 { font-size: 27px; padding: 0 0 13px; }
.b2b_artikel_wapper .simple_text p { line-height: 1.625; }
.b2b_artikel_wapper .simple_text p + h3 { padding-top: 25px; }
.container-fluid { max-width: 1710px; width: 100%; margin: 0 auto; }

.modal_sec { display: block; width: 100%; position: relative; }
.modal_sec .modal_sec_inner { width: 100%; position: relative; }
.modal_block_row { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; margin: 0 -15px; }
.modal_block_row .modal_block_col { width: 33.33%; padding: 15px; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.modal_block_row .modal_block_col .modal_img { width: 100%; display: block; position: relative; font-size: 0; line-height: normal; border-radius: 10px; }
.modal_block_row .modal_block_col .modal_img .image { position: relative; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 10px; }
.modal_block_row .modal_block_col .modal_img .image:after { content: ''; padding: 46.302% 50%; width: 100%; display: block; }
.modal_block_col .blockquote { padding: 52px 65px; background-color: #FCFCFC; border: solid 1px #EEEEEE; border-radius: 10px; text-align: center; }
.modal_block_col .blockquote h2 { font-size: 32px; line-height: 1.25; }
.modal_block_col .blockquote:after { display: none !important; }
.modal_block_col .blockquote:before { content: '';width: 78px;height: 63px;display: block;background: url(../images/bxs-quote-right.svg) no-repeat center center;background-size: contain; opacity: 0.05; margin: 0 auto 36px; }
.modal_sec + .simple_text_wrap { padding-top: 19px; }
.simple_text_wrap+.touch_with_kitchen_sec { padding-top: 88px; }

.page-template-b2b_artikel_template .home-banner .imagebox { height: 500px; }


/* .page-template-b2b_artikel_template .fancybox-container { display: -ms-flexbox;display: flex; justify-content: center; }
.page-template-b2b_artikel_template .fancybox-inner {position: relative;display: flex;width: auto;justify-content: center;right: auto;}
.page-template-b2b_artikel_template .fancybox-stage { position: relative; }
.page-template-b2b_artikel_template .fancybox-slide--image { position: relative; }
.page-template-b2b_artikel_template .fancybox-can-swipe .fancybox-content { position: relative; position: relative; }
.page-template-b2b_artikel_template .fancybox-image { position: relative; } */
.page-template-b2b_artikel_template .lightboxOverlay { opacity: 1; }
.page-template-b2b_artikel_template .lb-nav a.lb-prev {background:url(../images/lg_left_arrow.svg) center left no-repeat;background-size:60px auto; width: 60px;  opacity: 1 !important; visibility: visible !important; }
.page-template-b2b_artikel_template .lb-nav a.lb-next {background:url(../images/lg_right_arrow.svg) center right no-repeat;background-size:60px auto; width: 60px;  opacity: 1 !important; visibility: visible !important; }
.page-template-b2b_artikel_template .lb-data .lb-close {background:url(../images/lg_closed.svg) center right no-repeat;background-size:60px auto; width: 60px; height: 60px; opacity: 1 !important; visibility: visible !important; margin-right: 0; }
.page-template-b2b_artikel_template .lb-closeContainer { padding: 0 0 13px 0; }
.page-template-b2b_artikel_template .lightbox .lb-image { border: none; border-radius: 10px; }
.page-template-b2b_artikel_template .lb-outerContainer { background-color: transparent !important; }
.page-template-b2b_artikel_template .lightbox { display: -ms-flexbox;display: flex; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.page-template-b2b_artikel_template .lb-outerContainer > .lb-container { padding:0 148px; }


.iframe_video { width: 100%; position: relative; overflow: hidden; height: 580px; }
.iframe_video_inner { width: 100%; position: absolute; overflow: hidden; top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.iframe_video_inner::after { content: ''; display: block; width: 100%; padding-bottom: 56.25%; object-fit: cover; }
.iframe_video iframe {width: 100%;height: 100%; position: absolute; top: 0; left: 0; }

/* Franchise Page Start */
.franchise_page .home-banner .imagebox { height: 500px !important; }
.overlap .ik_breadcrumb_wrap_franchise .ik_breadcrumb { padding-bottom: 29px; }
.franchise_page .page_title_wrap { padding-bottom: 26px; }
.franchise_page .blockquote { padding: 60px 0 58px; }
.franchise_page .blockquote h2 { max-width: 850px; font-size: 32px; line-height: 1.25; }
.franchise_page .blockquote_wrap { margin-top: 10px; margin-bottom: 40px; }
.franchise_page .simple_text ul + p { padding-top: 32px; }
.franchise_page .modal_sec { padding: 105px 0 51px 0; }
.left_right_img_sec { width: 100%; background-color: #FCFCFC; border-top: solid 1px #EEEEEE; border-bottom: solid 1px #EEEEEE; display: -ms-flexbox;display: flex; align-items: flex-end; align-content: flex-end; justify-content: center; margin-top: 18px; margin-bottom: 58px; padding: 0 20px; }
.left_right_img_sec .container { width: 100%; max-width: 100%; }
.left_right_img_sec .simple_text_wrap { max-width: 790px; padding: 27px 0 0 0; -ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto;position: relative; }
.b2b_artikel_wapper .left_right_img_sec .simple_text h3 { padding-bottom: 8px; }
.left_right_img_sec .left_img ,
.left_right_img_sec .right_img { width: 480px; margin-top: -36px; -ms-flex-positive: 0;flex-grow: 0;-ms-flex-negative: 0;flex-shrink: 0;-ms-flex-preferred-size: auto;flex-basis: auto;  }
.left_right_img_sec .left_img img,
.left_right_img_sec .right_img img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.left_right_img_sec .simple_text p { padding-bottom: 26px; }

.left_right_img_sec .btnbox { padding-bottom: 2px; }
.btnbox_red.btnbox a { background-color: #9D1F32; color: #ffffff; text-decoration: none !important; border-color: #9D1F32; }
.btnbox_red.btnbox a:hover { background-color: #BA3C4F; border-color: #BA3C4F; }
.franchise_page .simple_text_wrap+.touch_with_kitchen_sec { padding-top: 8px; }
/* Franchise Page End */
.contact_user .user_img {
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.artikel_social a svg * {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.artikel_social a:hover svg circle.bg_round {
fill:#C2D53D;
}

.touchkitchen_form {background: #FCFCFC;border: 1px solid #EEEEEE;border-radius: 10px;padding-top: 46px;padding-bottom: 60px;}
.touchkitchen_form h3 {font-size:27px;padding-bottom: 23px;}
.touchkitchen_form .form_area {padding: 53px 0 0;}
body .form_area .gform_wrapper ul li.gfield {float:left;width:50%;clear:left;}
body .form_area.afspraak_form .gform_wrapper .big_text_area textarea {height:258px;}


.fotos_row{ padding-bottom: 64px;  }
.single_content .single_text h1+h3{ padding-top: 8px; padding-bottom: 18px; }
.new-design-chnage{ margin: 0 0 18px; border: #DDDDDD solid 1px;  background: #FCFCFC; border-radius: 10px; padding: 38px 40px 44px; }
.new-design-chnage .p-title{ font-family: 'Asap', sans-serif;font-weight: 600; display: block; padding: 0 0 12px; font-size: 18px; line-height: 24px; color: #231C07;    }
.new-design-chnage h1{ padding: 0 0 32px;  font-size: 34px; }
.new-design-chnage h1 span a{ text-decoration: underline; color: #231C07; font-size: 16px;   }
.new-design-chnage h1 span a:hover{ color: #C2D53D; }
.new-design-chnage  p strong{ font-family: 'Asap', sans-serif;font-weight: 600; display: block; padding: 0 0 11px; font-size: 18px; }
.new-design-chnage  p  { font-size: 16px; font-family: 'Open Sans', sans-serif; }
.single_content .new-design-ikook h2{ padding: 0 0 12px; }
.single_content .new-design-ikook h2+p { padding-top: 0; }
.inc-text-new ul{ padding: 14px  0 0 0px;; }
.inc-text-new ul li{ padding: 0px; margin: 16px 0 2px 0; display: flex; align-items: flex-start;}
.single_content .inc-text-new ul li:after{ display: none;}
.inc-text-new ul li i{ min-height: 24px; background: url(../images/leave.svg) no-repeat left top; width: 50px;  }
.inc-text-new ul li .sub-text span{ font-family: 'Asap', sans-serif;display: block; padding: 0 0 0; font-size: 18px;  line-height: 24px; color: #231C07; font-weight: 600;  }
.inc-text-new ul li .sub-text a{ text-decoration: none; font-family: 'Open Sans', sans-serif;display: inline-block; margin: 3px 0 0 0; color: #A1AF4B; font-size: 16px; line-height: 1.5;  }
.inc-text-new ul li .sub-text a:hover{ color: #231C07; }
.leter-block-outer{ padding: 204px 0 60px 0; }
.leter-box-top{ padding: 0 0 38px; display: block; width: 100%; text-align: center;  }
.leter-box-top h2{ padding: 0 0 29px; font-family: 'Asap', sans-serif; font-weight: 700; font-size: 34px; line-height: 39px; }
.leter-box-top p{ font-size: 18px; line-height: 28px; color: #231C07;  }
.leter-box{ padding: 60px; min-height: 450px; background: #E8E3BA; border-radius: 10px;  width: 100%; display: block; margin: 30px 0 0 0; }
.leter-box .icon{ display:  block; width: 100%; min-height: 120px; }
.leter-box h3{ padding: 0 0 19px; color: #5A5B4A; line-height: 27px;  }
.leter-box p{ font-size: 16px; line-height: 1.5; color: #5A5B4A;  }
.leter-box.version-2{ background: #96BD0D; }
.leter-box.version-2 h3,
.leter-box.version-2 p{ color: #fff; }
.leter-box.version-3{ background: #5A5B4A; }
.leter-box.version-3 h3,
.leter-box.version-3 p{ color: #E1DD28; }
.leter-box.version-4{ background: #C8D100; }
.leter-box.version-4 h3,
.leter-box.version-4 p{ color: #677E15; }
.blog-new-section{ padding: 60px 0 89px 0; }
.blog-title-top{ padding: 0 0 60px; display: block; width: 100%; text-align: center; }
.blog-title-top h2{ padding: 0 0 11px; }
.blog-title-top p{ font-size: 24px; line-height: 32px; }
.blog-listing-new .blog_box .blog-info{ padding-bottom: 2px;}
.blog-listing-new .blog_box .blog-user span{  font-family: 'Asap', sans-serif;padding: 0 0 4px; font-weight: 600;  }
.blog-listing-new .row + .btnbox { display: flex;margin-top: 50px;justify-content: center; }
.advisegesprek_wrap + .h_counter_wrap .h_counter{ padding:50px 0 125px  ; }

.nfv_franchise { position: relative;width: 100%;display: flex;align-items: center;margin-bottom: 49px; }
.nfv_franchise i { display: flex; }
.nfv_franchise span { display: inline-flex;font-size: 13px;color: #000;padding-left: 10px; }

.i-kook-modal .modal-dialog{ max-width: 920px;  }
.i-kook-modal .modal-content{ border: 0px; background: #fff; border-radius: 10px; overflow: hidden;  }
.i-kook-modal .modal-cls{ position: absolute; right: 32px; top: 32px; }
.i-kook-modal .modal-cls button.close{ position: relative; top: auto; right: auto; height: auto; width: auto; background: none;  }
.info-modal-main{position: relative; display: block; width: 100%; padding: 0px; }
.info-modal-top {   display: flex; flex-direction: column; padding: 40px 40px 31px;  width: 100%; min-height: 480px;}
.modal-data{ display: block; width: 100%; }
.modal-data h4{ padding: 0 0 32px; font-size: 28px; color: #231C07; line-height: 32px; font-weight: 600;  }
.info-modal-top .modal-right-img{ position: absolute; right: 12px; bottom: 6px; }
.modal-data{ max-width: 612px; }
.modal-data ul li{ background: url(../images/leave-small.svg) no-repeat left top; padding: 0 0 0 42px;  font-size: 16px; line-height: 1.5; color: #231C07; }
.modal-data ul li + li{ margin: 18px 0 0 0; }
.i-kook-modal .green-text{ border-left: #96BD0D solid 2px; padding: 0 0 0 16px; margin-top: auto; }
.i-kook-modal .green-text p{ max-width: 428px; color: #96BD0D;  font-family: 'Open Sans', sans-serif; font-weight: 600; font-style: italic; font-size: 16px; line-height: 1.5; }
.info-modal-bottom{ min-height: 80px; background: #96BD0D; padding: 0 40px; display: flex;align-items: center; }
.info-modal-bottom .modal-logo{ display: flex;}
.info-modal-bottom .modal-logo img{ display: flex;}



.single_text.inc-text-new h2 + p{ padding: 6px 0 0 0; }

.inspiratie_row .inspiratie_box .image .green-label { left: 30px; }
.info-modal-top .modal-right-img span{ position: absolute; right:100%; top: 50px; }

.inc-text-new h5{ display: block; width: 100%; padding: 28px 0 0 0; font-size: 24px; line-height: 27px; color: #000; }


/* Landing pages style August 2023 */

.participants_page { position:relative;width:100%; }
.general_page { position:relative;width:100%; }
.participants_caption_main { position:absolute;top:0;left:0;z-index: 10;width:100%;height:100%;background:rgba(0,0,0,0.30); }
.participants_caption_main .caption_wrap { position:relative;display:flex;width:100%;padding: 70px 0 0; justify-content: space-between;align-items:flex-start; }
.participants_caption_main .free_offer_box { position:relative;width:580px;min-height: 260px; display: flex;background:#CD2E71;border-radius:20px;box-shadow:0 4px 8px rgba(0,0,0,0.16);align-items:center;justify-content:center; }
.participants_caption_main .free_offer_box .text { position:relative;width:100%;padding:30px 0; }
.participants_caption_main .free_offer_box h2 { font-family: "breakers-slab", sans-serif;font-size:56px;font-weight: 700;line-height:1.142;color:#E7D1BC;text-align:center; }
.participants_caption_main .free_offer_box h2 span { display:block;color:#fff; }
.general_page .page_title_wrap .page_title h1,
.participants_page .page_title_wrap .page_title h1 { font-size:42px;line-height:1.142;color:#CD2E71; }
.general_page .simple_text,
.participants_page .simple_text { padding-top:22px; }
.advice_text_sec { position:relative;width:100%;padding:75px 0; }
.advice_text_sec .inner_text_wrap { position:relative;text-align:center; }
.advice_text_sec h3 { font-size:34px;line-height:1.411;color:#CD2E71; }
.advice_text_sec p { margin-top:22px; }
.advice_text_sec h5 { margin-top: 40px; font-size:28px;line-height:1.428;color:#CD2E71; }
.date_sec { position:relative;width:100%; }
.date_sec .container { display:flex;justify-content:center; }
.date_wrap { position:relative; }
.date_wrap .date_block { display:none; }
.date_wrap h3 { position: absolute;top: 27px;left: 0;width: 100%;font-size:32px;color:#CD2E71; line-height:1.156;text-align:center; }
.advice_sec { position:relative;width:100%; }
.participants_page .advice_sec { padding:182px 0 180px 0; }
.advice_sec .advice_sec_wrap { position:relative; }
.advice_sec .advice_row { position:relative;display:flex;justify-content:space-between;align-items:center; }
.advice_sec .advice_row + .advice_row { padding-top:128px; }
.participants_page .advice_sec .advice_row + .advice_row#row_div_3 { padding-top:186px; }
.participants_page .advice_sec .advice_row:nth-child(even) { flex-direction:row-reverse; }
.general_page .advice_sec .advice_row:nth-child(odd) { flex-direction:row-reverse; }
.advice_sec .advice_row > div { /*padding:0 15px;*/ }
.advice_sec .image_col { position:relative;width:540px; }
.advice_sec .img_outer { position:relative;width:100%; }
.advice_sec .image_col .image { position:relative;z-index: 4; width:100%;min-height:480px;background-repeat:no-repeat;background-size:cover;background-position:left top;border-radius:20px; }
.advice_sec .image_shape { position:absolute;width: 605px;height: 512px; background-repeat:no-repeat;background-position:left top;background-size:cover; }
.participants_page .advice_sec .advice_row:nth-child(odd) .image_col { margin-left:-60px; }
.participants_page .advice_sec .advice_row:nth-child(even) .image_col { margin-right:-60px; }
.general_page .advice_sec .advice_row:nth-child(even) .image_col { margin-left:-60px; }
.general_page .advice_sec .advice_row:nth-child(odd) .image_col { margin-right:-60px; }
/*.participants_page .advice_sec .advice_row:nth-child(odd) .image_col.col_shape_3 { margin-left:-60px; }*/
.participants_page .advice_sec .image_col.col_shape_1 .image_shape { top: -60px;left: -160px; background-image: url('../images/post-cloud-shape1.svg'); }
.participants_page .advice_sec .image_col.col_shape_2 .image_shape { right: -65px;bottom: -98px; background-image: url('../images/post-cloud-shape2.svg'); }
.participants_page .advice_sec .image_col.col_shape_3 .image_shape { bottom: -90px;left: -98px;width: 482px;height: 540px; background-image: url('../images/post-cloud-shape3.svg'); }
.participants_page .advice_sec .image_col.col_shape_4 .image_shape { right: -65px;bottom: -98px; background-image: url('../images/post-cloud-shape2.svg'); }
.general_page .advice_sec .image_col.col_shape_1 .image_shape { right: -65px;bottom: -98px; background-image: url('../images/post-cloud-shape4.svg'); }
.general_page .advice_sec .image_col.col_shape_2 .image_shape { top: -60px;left: -160px; background-image: url('../images/post-cloud-shape1.svg'); }
.general_page .advice_sec .image_col.col_shape_3 .image_shape { right: -65px;bottom: -98px; background-image: url('../images/post-cloud-shape2.svg'); }
.general_page .advice_sec .image_col.col_shape_4 .image_shape { bottom: -90px;left: -98px;width: 482px;height: 540px; background-image: url('../images/post-cloud-shape3.svg'); }
.advice_sec .image_shape img { width:100%;opacity:0;visibility:hidden; }
.advice_sec .image_col .image_second { position:absolute;bottom: -98px; left:-53px;z-index:6; width:332px;height:296px;padding:6px;background-color:#fff;background-repeat:no-repeat;background-position:left top;background-size:cover;border-radius:10px; }
.advice_sec .image_col .round_shape { position:absolute;z-index: 5; width:200px;height:200px;background-repeat:no-repeat;background-position:left top;background-size:contain;font-size:0; text-indent:-999px; }
.participants_page .advice_sec .image_col.col_shape_1 .round_shape { bottom: 50px;left: -94px; }
.participants_page .advice_sec .image_col.col_shape_2 .round_shape { right: 30px;bottom: -108px; }
.participants_page .advice_sec .image_col.col_shape_3 .round_shape { top: 76px;right: -64px; }
.participants_page .advice_sec .image_col.col_shape_4 .round_shape { right: 30px;bottom: -108px; }
.general_page .advice_sec .image_col.col_shape_1 .round_shape { bottom: -82px;left: 64px; }
.general_page .advice_sec .image_col.col_shape_2 .round_shape { bottom: 50px;left: -94px; }
.general_page .advice_sec .image_col.col_shape_3 .round_shape { right: 30px;bottom: -108px; }
.general_page .advice_sec .image_col.col_shape_4 .round_shape { left: 46px;bottom: -64px; }
.advice_sec .text_col { position:relative;width:415px; }
.advice_sec .text_wrap { position:relative;width:100%; }
.advice_sec .text_wrap h2 { font-size:34px;color:#CD2E71;line-height:1.147; }
.advice_sec .text_wrap p { margin-top:23px; }
.advice_sec .text_wrap .btnbox { margin-top:40px; }
.advice_sec .text_wrap .btnbox a { background:#CD2E71;border-color:#CD2E71; }
.form_section { position:relative;width:100%;padding: 0 0 0; }
.form_section .form_inner { position:relative;width:100%;max-width:1040px;margin:0 auto; }
.form_section .form_inner h4 { font-size:42px;color:#CD2E71;line-height:1.238;text-align:center; }

.ask_coach_sec { position:relative;width:100%;padding:160px 0 174px; }
.ask_coach_sec .coach_content { position:relative; }
.ask_coach_sec .coach_content h3 { font-size:28px;color:#CD2E71;line-height:1.428;text-align:center; }
.ask_coach_sec .insta_info { position:relative;width:100%;display: flex;margin-top: 49px; padding: 17px 40px; background:#CD2E71;border-radius:10px;align-items:center; overflow:hidden; }
.ask_coach_sec .insta_info:after { position:absolute;right:30px;display: block;width: 83px;height: 83px;content:'';pointer-events:none;background: url('../images/insta-icon.svg') no-repeat center center;background-size: contain; }
.ask_coach_sec .insta_info h4 { font-size:20px;color:#fff;line-height:1.2;font-weight:600; }
.ask_coach_sec .insta_info h4 a { color:#fff;text-decoration:none; }
.ask_coach_sec .note { position:relative;width:100%;padding:58px 0 0; }
.ask_coach_sec .note p { font-size:14px;color:#231C07;line-height:1.5;font-style:italic; }

body .form_section .gform_wrapper ul li.gfield .ginput_container { position:relative; }
body .form_section .gform_wrapper div.ginput_container .LV_valid_field { background:url(../images/form-check.svg) no-repeat right 17px center !important; background-size:16px !important; border:1px solid #2AA745 !important; background-color:#ffffff !important; }
body .form_section .gform_wrapper div.ginput_container .LV_invalid_field { border:1px solid #9D1F32 !important; margin:0 !important;}
/*body .form_section .gform_wrapper ul > li.gfield_error > div:after {content: "\f00d";color: #ff0000;font-size: 20px;font-family: FontAwesome;position: absolute;right: 20px;top: 9px; }*/
body .form_section .gform_wrapper ul li.gfield input[type=text].LV_valid_field{ border:#26A96C solid 1px !important; }

/* Landing pages style August 2023 */



@media (min-width: 992px) and (max-width: 1199px) {
.new-design-chnage{ padding: 20px; }
.leter-box{ padding: 30px; }
.leter-block-outer{ padding: 120px 0 60px; }
.blog-new-section{ padding: 20px 0 40px; }
}
@media (min-width: 768px) and (max-width: 991px) {
.new-design-chnage{ padding: 20px;; }
.leter-box{ padding: 30px; }
.leter-block-outer{ padding: 100px 0 60px; }
.single_text .new-design-chnage .p-title{ display: block; padding: 10px 0 00 ; }
.leter-box-bottom .col-md-6{ -ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%; }
.leter-box{ padding: 24px;  min-height: 0px; }
.leter-box-top p{ font-size: 16px;; }
.blog-listing-new .blog_box{ margin-top: 30px;; }
.blog-listing-new .blog_box{ height: auto; margin-top: 20px;; }
.blog-title-top{ padding: 0 0 30px; }
.blog-new-section{ padding: 20px 0 40px; }
.single_text h1 span span{ padding: 10px 0 0 0; display: block; }

.i-kook-modal .modal-dialog{ max-width: 690px; }
.i-kook-modal .green-text p{ max-width: 320px; }
} 
@media (max-width: 767px) {
.new-design-chnage{ padding: 20px;; }
.leter-box{ margin: 20px 0 0 0 ; padding: 24px;  min-height: 0px; }
.leter-box-top p{ font-size: 16px;; }

.fotos_row{ padding: 40px 0 ; }
.leter-block-outer{ padding: 70px 0 30px; }
.leter-box-top h2{ font-size: 27px;;}
.blog-title-top p{ font-size: 16px;; }
.blog-title-top{ padding: 0 0 40px;; }
.blog-listing-new .blog_box{ height: auto; margin-top: 20px;; }
.blog-new-section{ padding: 20px 0 30px; }
.new-design-chnage{ margin: 0 0 60px; }
.i-kook-modal .modal-dialog{ max-width: 90%; margin-left: 5%; }
.i-kook-modal .green-text p{ max-width: 100%; }
.i-kook-modal .green-text{ margin: 30px 0; }
.info-modal-bottom{ min-height: 60px;; }
.info-modal-top{ padding: 40px 20px 30px;; }
.info-modal-top .modal-right-img{ width: 100%; text-align: center; position: relative;right: auto; bottom: auto;  }
.info-modal-top .modal-right-img img{ max-width: 100%; }
.modal-data h4{ padding:  0 0 20px; font-size: 24px;; }
.modal-data ul li{ font-size: 14px;;}
.info-modal-top .modal-right-img span{ width: 80px; right: auto; left: 0px;; }
}


.appointment_form_wrapper { background-color: #F5EDE4; }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_blue { max-width: 42px; width: 100%; margin: 0 auto; position: relative;background:none; }
/* .appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_blue  */
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue { width: 100% !important; height: 6px;/* border-top: solid 2px #fff; border-bottom: solid 2px #fff; background-color: #fff;*/ position: relative;display:flex;justify-content:center;background: none; background-color:transparent !important; }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue span { position: relative; display:block !important;font-size:0;width:54px;text-indent:-999px;background:#fff;height: 6px; }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue span:after { position:absolute;top: 2px; left:0;z-index: 5; width: 0;background-color:#CD2E71;content:'';height:2px;transition:all ease-in-out 300ms; }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue.percentbar_100 { background-color: #CD2E71; }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue.percentbar_100 span:after { width:100%; }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue::after,
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue::before { content: ''; width: 20px; height: 20px; background-color: #fff; border: solid 2px #fff; border-radius: 50%; z-index: 2; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue::before { left: -12px; background-color: #CD2E71; }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue::after { left: auto; right: -12px; }
.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue.percentbar_100::after { background-color: #CD2E71; }
/*.appointment_form_wrapper.gform_legacy_markup_wrapper .gf_progressbar_percentage span { display: none !important; }*/
.gform_legacy_markup_wrapper.appointment_form_wrapper { margin-top: 0; padding: 74px 95px 85px; width: 540px; border-radius: 20px; min-height: 725px; }
.gform_legacy_markup_wrapper.appointment_form_wrapper .gf_progressbar_wrapper .gf_progressbar_title { text-align: center; font-size: 14px;   font-family: 'Open Sans'; font-weight: 400; color: #000000; opacity: 1; margin-bottom: 20px !important; }
.form_main { margin-top: 58px; position: relative; width: 100%; z-index: 2;display:flex; }
.form_main:after { content: ''; position: absolute; top: 48px; left: 0; width: 100%; background-color: #F5EDE4; opacity: 0.5; border-radius: 20px; z-index: -1; height: 592px; }
.form_main.form_100 { justify-content:flex-end; }
.form_main .gform_legacy_markup_wrapper .gf_progressbar_wrapper { margin: 0 0 37px;padding: 0px 0 6px; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield { padding-right: 0 !important; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield.form_title { font-family: 'Open Sans'; text-align: center; font-weight: 400; font-size: 14px; line-height: 1.5; color: #231C07; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield.form_title h3 { font-weight: 700; font-size: 24px; line-height: 1.125; color: #000000; margin-bottom: 12px; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield.form_title h3 + p { margin-bottom:25px; }
.form_main .gform_legacy_markup_wrapper .top_label .gfield_label, 
.form_main .gform_legacy_markup_wrapper legend.gfield_label { font-family: 'Open Sans'; font-weight: 700; font-size: 13px; color: #231C07; line-height: 18px; margin-bottom: 5px; }
body .form_main .gform_legacy_markup_wrapper .top_label div.ginput_container { margin-top: 0; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield:not(.gfield--type-html) { margin-top: 0; padding: 0 !important; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield:not(.gfield--type-html) + li.gfield:not(.gfield--type-html) { margin: 23px 0 0 0 !important; max-width: 100% !important; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield:not(.gfield--type-html).gfield--type-phone input { width: 100%; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield--type-html { margin-bottom: 25px; }
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield { max-width: 100% !important;margin-bottom:0 !important; }
.form_main .gform_validation_errors { display: none; }
.form_main .gform_legacy_markup_wrapper .top_label select,
.form_main .gform_legacy_markup_wrapper textarea,
.form_main .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { height: 50px; border: solid 1px #E7D1BC; border-radius: 4px; background-color: #fff; outline: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; box-shadow: none !important; padding: 0 15px; font-family: 'Open Sans'; font-weight: 400; font-size: 14px; color: #000000; }
.form_main .gform_legacy_markup_wrapper .gform_page_footer { display: flex;padding: 0 !important; margin: 34px 0 0 0 !important; border: none !important;flex-direction:column-reverse;align-items:center; }

.form_main .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button { height: 42px; border-radius: 4px; background-color: #CD2E71; border: none !important; border-radius: 4px !important; padding: 10px 44px 10px 20px; font-family: 'Open Sans'; font-weight: 400; font-size: 16px; color: #FFFFFF; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='9.001' viewBox='0 0 14.001 9.001'%3e%3cpath id='arrow-right' d='M1,8a.5.5,0,0,1,.5-.5H13.293L10.146,4.354a.5.5,0,1,1,.708-.708l4,4a.5.5,0,0,1,0,.708l-4,4a.5.5,0,1,1-.708-.708L13.293,8.5H1.5A.5.5,0,0,1,1,8Z' transform='translate(-1 -3.499)' fill='%23fff' fill-rule='evenodd'/%3e%3c/svg%3e "); background-repeat: no-repeat; background-position: center right 20px; margin: 0 !important; }
.form_main .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button:hover { background-color: #B72A64; }
.form_main .gform_legacy_markup_wrapper .gform_page_footer .gform_button { width:208px;height:58px;margin: 0; display: inline-block;vertical-align: top;background:#CD2E71;border:1px solid #CD2E71;border-radius: 4px;padding: 0 32px;font-size:16px; color:#fff;line-height:56px; }
.form_main .gform_legacy_markup_wrapper .gform_page_footer .gform_previous_button { display:inline-flex;font-size: 13px;color: #CD2E71; border:none;background:none;text-decoration:underline;outline:none;margin:9px 0 0 0; }

.form_main .gform_legacy_markup_wrapper .top_label .gfield_select { appearance:none;background: url('../images/angle-down.svg') no-repeat center right 16px #fff; }
.form_main .nice-select { height: 50px; border: solid 1px #E7D1BC; border-radius: 4px; background-color: #fff; outline: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; box-shadow: none !important; padding: 0 15px; font-family: 'Open Sans'; font-weight: 400; font-size: 14px; color: #000000; float: none; }
.form_main .nice-select:after { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='13.002' height='7.002' viewBox='0 0 13.002 7.002'%3e%3cpath id='chevron-down_1_' data-name='chevron-down (1)' d='M1.646,4.646a.5.5,0,0,1,.708,0L8,10.293l5.646-5.647a.5.5,0,0,1,.708.708l-6,6a.5.5,0,0,1-.708,0l-6-6a.5.5,0,0,1,0-.708Z' transform='translate(-1.499 -4.499)' fill-rule='evenodd'/%3e%3c/svg%3e ");width: 13px;height: 7px;background-size: contain;background-repeat: no-repeat;background-position: center center;right: 16px; }
.form_main .nice-select .option { padding: 5px 15px; border: none !important; color: #000000; opacity: 1; }
.form_main .nice-select .list { top: calc(100% - 2px); border: solid 1px #E7D1BC; border-top: none; padding-bottom: 20px; padding-right: 7px; border-radius: 0 0 4px 4px; }
.form_main .gform_legacy_markup_wrapper textarea { height: 111px  !important; padding-top: 10px; padding-bottom: 10px; }
.form_main .gform_wrapper .validation_message { /*display:block;*/padding-top: 6px !important; font-size: 13px; font-weight:400;font-style:italic;color:#9D1F32;line-height:1.384; }
.form_main .gform_wrapper .gfield_error .validation_message { display:block; }

.form_main .gchoice [type="checkbox"]:not(:checked) + label a,
.form_main .gchoice [type="checkbox"]:checked + label a { font-weight: 700 !important; color: #000; }
.form_main .gchoice [type="checkbox"]:not(:checked) + label a:hover,
.form_main .gchoice [type="checkbox"]:checked + label a:hover { color: #CD2E71; }


.form_main .gchoice [type="checkbox"]:not(:checked),
.form_main .gchoice [type="checkbox"]:checked {position: absolute;left: -9999px;}
.form_main .gchoice [type="checkbox"]:not(:checked) + label,
.form_main .gchoice [type="checkbox"]:checked + label {position: relative;padding-left:27px;cursor: pointer;margin:0;font-size:13px;line-height: 1.38461;font-family: 'Open Sans';font-weight: 400 !important;color: #000000;}

/* checkbox aspect */
.form_main .gchoice [type="checkbox"]:not(:checked) + label:before,
.form_main .gchoice [type="checkbox"]:checked + label:before {content: '';position: absolute;left: 0;top: 0;width: 18px;height: 18px;border: 1px solid #E7D1BC;background: #fff;border-radius: 4px;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
.form_main .gchoice [type="checkbox"]:checked + label:before { background-color: #2AA745; }
/* checked mark aspect */
.form_main .gchoice [type="checkbox"]:not(:checked) + label:after,
.form_main .gchoice [type="checkbox"]:checked + label:after {content: '';position: absolute;top: 5px;left: 4px;width:10px;height:8px;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7.727' viewBox='0 0 10 7.727'%3e%3cpath id='check-lg' d='M11.851,3.95a.666.666,0,0,1,.952,0,.687.687,0,0,1,.009.955L7.437,11.259a.666.666,0,0,1-.968.018L3.2,7.963A.688.688,0,0,1,3.2,7a.666.666,0,0,1,.952,0L6.924,9.811,11.833,3.97l.018-.02Z' transform='translate(-3 -3.75)' fill='%23fff'/%3e%3c/svg%3e "); background-position: center center; background-repeat: no-repeat; background-size: contain;}
/* checked mark aspect changes */
.form_main .gchoice [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
.form_main .gchoice [type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
.form_main .gform_legacy_markup_wrapper ul.gform_fields li.gfield:not(.gfield--type-html) + li.gfield:not(.gfield--type-html).gfield--type-checkbox { margin-top: 17px !important; }

.promotions_note { position:relative;width:100%;padding:58px 0 104px; }
.promotions_note .note { position:relative;width:100%; }
.promotions_note .note p { font-size:14px;color:#231C07;line-height:1.5;font-style:italic; }

.simple_text_wrap.text_1 .simple_text, 
.simple_text_wrap.text_2 .simple_text, 
.simple_text_wrap.text_4 .simple_text{padding-top:0px}
.simple_text_wrap.text_2 .simple_text h2, 
.simple_text_wrap.text_3 .simple_text h2, 
.simple_text_wrap.text_4 .simple_text h2{padding-top:0px}

.magazine_main { position:relative;width:100%;padding:0 0 112px; }
.magazine_main .page_title_wrap { margin-top:34px;margin-bottom:31px; }
.magazine_main .top_text { position:relative;width:100%; }
.magazine_main .content_wrap { position:relative;width:100%;display:flex;margin-top:35px; }
.magazine_main .left_content { position:relative;width:100%;max-width:455px; }
.magazine_main .left_content .simple_text { padding-top:0; }
.magazine_main .left_content .simple_text ul li:after { top: 9px; }
.magazine_main .left_content .simple_text ul li { font-family: 'Asap',sans-serif;font-weight:600; font-size: 21px; }
.magazine_main .left_content .form_block { margin-top:54px; }
.magazine_main .left_content .afspraak_form .gform_wrapper .gform_fields .gfield + .gfield { margin-top:30px; }
.magazine_main .left_content .afspraak_form .gform_wrapper label { display:block;font-size:13px;color:#231C07;line-height:1.5;font-weight:700; }
.magazine_main .left_content .bottom_text { position:relative;width:100%;margin-top:34px; }
.magazine_main .left_content .bottom_text p { font-size:12px;line-height:1.5;color:#231C07; }
.magazine_main .left_content .bottom_text p + p { margin-top:17px; }
.magazine_main .left_content .bottom_text p a { color:#C2D53D;text-decoration:underline; }
.magazine_main .images_wrap { position:absolute;top: 12px;right: -166px;width:584px;height:522px;display:flex;flex-direction:column;justify-content:space-between; }
.magazine_main .images_wrap [class*="imgbox"] { position:relative;display:flex;width:100%;max-width: 485px;-webkit-transform-origin: center center;transform-origin: center center; }
.magazine_main .images_wrap [class*="imgbox"] img { display:inline-flex;width:100%;box-shadow: -5px 5px 10px rgba(0,0,0,0.16); }
.magazine_main .images_wrap .imgbox_one { margin-top: 20px; -webkit-transform:rotate(4deg);transform:rotate(4deg); }
.magazine_main .images_wrap .imgbox_two { position: absolute;bottom: 0;-webkit-transform:rotate(-4deg);transform:rotate(-4deg);align-self: flex-end; }

.inspiration_sec { position:fixed;bottom: 0;left: 0;z-index: 100;width:100%;padding:13px 0;background:#C2D53E;display:flex; }
.inspiration_sec.hide { display:none; }
.inspiration_sec:before,
.inspiration_sec:after { position:absolute;top:0;width:50vw;height: 100%; background:#C2D53E;pointer-events:none;content:'';display:none; }
.inspiration_sec:before { left:100%; }
.inspiration_sec:after { right:100%; }
.inspiration_sec .inspiration_wrap { position:relative;z-index: 5; width:100%;display:flex;max-width:920px;margin:0 auto; }
.inspiration_sec .image_block { position:absolute;right:0;bottom:0; }
.inspiration_sec .image_block .imgbox { position:relative;width:161px;transform:rotate(2deg); }
.inspiration_sec .image_block .imgbox > img { display:inline-flex;width:100%;box-shadow: -5px 5px 10px rgba(0,0,0,0.16); }
.inspiration_sec .image_block .close-btn { position:absolute;top:-12px;right:-12px;display:flex;width:21px;height:21px;background: url(../images/close-btn.svg) no-repeat center center;background-size:cover; }
.inspiration_sec .text_block { position:relative;display:flex;align-items:center; }
.inspiration_sec .text_block p { margin:0;color:#fff;font-weight:600; }
.inspiration_sec .text_block .btnbox { position:relative;z-index: 5;display:flex;margin-left:40px;width:auto; }
.inspiration_sec .text_block .btnbox .button.new { display: flex;height:54px;padding:0 24px;line-height: normal; align-items:center;justify-content:center;background:#9C1F32;border:none;border-radius:5px; }
.inspiration_sec .text_block .btnbox .button.new:hover {  }

/* 26-2-2024 New Design Start */
.singal_winkels_after_banner { position: relative; width: 100%; z-index: 3; margin-top: -70px; }
.singal_winkels_after_banner_inner { position: relative; z-index: 2; }
.singal_winkels_after_banner_inner:after { content: ''; position: absolute; top: 0; left: -60px; right: -60px; bottom: 0; background-color: #fff; border-radius: 10px; z-index: -1; }
.singal_winkels_after_banner_inner .ik_breadcrumb { padding: 54px 0 35px; }
.banner_wapper_singal_winkels .home-banner .imagebox { height: 360px; }
.ik_team_wrap.ik_team_wrap_v2 { padding: 96px 0 82px; margin: 40px 0; background-color: #FCFCFC; border-top: solid 1px #EEEEEE; border-bottom: solid 1px #EEEEEE; }
.winkel_single_wrappper .ik_team_wrap.ik_team_wrap_v2 .ik_team_row { padding: 0; }
.ik_team_wrap.ik_team_wrap_v2 h2 { text-align: center; font-size: 34px; padding: 0 0 24px 0; margin: 0; }
.ik_team_wrap.ik_team_wrap_v2 .member_content { width: 100%; position: relative; text-align: center;  max-width: 920px; margin: 0 auto; padding: 0 0 27px 0; }
.ik_team_wrap_v2 .ik_teambox { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; box-shadow: none !important; border: none !important; }
.ik_team_wrap_v2 .ik_team_row .ik_teambox .image { width: 100%; height: auto; border-radius: 10px !important; }
.ik_team_wrap_v2 .row > [class^="col-"] { display: -ms-flexbox; display: flex; }
.ik_team_wrap_v2 .row > [class^="col-"] .ik_teambox { display: -ms-flexbox; display: flex; width: 100%; padding: 0 !important; }
.ik_team_wrap_v2 .row > [class^="col-"] .ik_teambox img { width: 100%; }
.ik_team_wrap_v2 .ik_teambox a {padding: 0 0 26px 0 !important; width: 100%; position: relative; z-index: 2; }
.ik_team_wrap_v2 .ik_teambox a:after { content: ''; position: absolute; top: -15px; left: -14px; right: -13px; bottom: 0; border-radius: 16px; background-color: #fff; -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08); z-index: -1; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.ik_team_wrap_v2 .ik_teambox a:hover:after { opacity: 1; visibility: visible; }
.ik_team_wrap_v2 .ik_team_row .ik_teambox .image::after { content: ''; display: block; padding: 50% 50%; }
.winkel_single_wrappper .ik_team_wrap_v2 .ik_team_row .ik_teambox h6 { font-size: 18px; line-height: 1.166667; padding: 15px 0 4px 0; }
.ik_team_wrap_v2 .ik_team_row .ik_teambox p{ font-family: 'Asap', sans-serif; font-size: 14px; color: #000; }

.videogesprek_wrap_v2 .videogesprek_row .videogesprek_text { padding-top: 0; max-width: 473px; }
.videogesprek_wrap_v2 .videogesprek_row .videogesprek_text h2 { font-size: 34px; line-height: 1.14706; color: #7F1F30; }
.videogesprek_wrap.videogesprek_wrap_v2 .videogesprek_row .image { position: relative; width: 100%; overflow: hidden; border-radius: 10px; }
.videogesprek_wrap.videogesprek_wrap_v2 .videogesprek_row .image img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.videogesprek_wrap.videogesprek_wrap_v2 .videogesprek_row .image:after { content: ''; display: block; padding: 37.038% 50%; }
.videogesprek_wrap_v2 .videogesprek_row .row { align-items: center; }
.videogesprek_wrap_v2 .videogesprek_row .row + .row { margin-top: 80px; }
.videogesprek_wrap_v2 .videogesprek_row .row.flex-row-reverse .col-lg-6 { display:flex;justify-content:flex-end; }

.inspiratie_wrap_v2.inspiratie_wrap { background-color: #FCFCFC !important; border-bottom: solid 1px #EEEEEE; }

.klantervaringen_wapper_new .klanten_box,
.inspiratie_wrap_v2 .inspiratie_row .inspiratie_box { border: none !important; -webkit-transform: translateY(0) !important;-moz-transform: translateY(0) !important;transform: translateY(0) !important; -webkit-box-shadow: none !important;box-shadow: none !important; position: relative; }
.klantervaringen_wapper_new .klanten_box .image,
.inspiratie_wrap_v2 .inspiratie_row .inspiratie_box .image { height: 320px; border-radius: 10px; position: relative;z-index: 2; }
.klantervaringen_wapper_new .klanten_box .image > .bgmainimg,
.inspiratie_wrap_v2 .inspiratie_row .inspiratie_box .image > .bgmainimg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;  }
.klantervaringen_wapper_new .klanten_box .image:after ,
.inspiratie_wrap_v2 .inspiratie_row .inspiratie_box .image:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); height: 73.75%; }
.klantervaringen_wapper_new .klanten_box .overlay,
.inspiratie_wrap_v2 .inspiratie_row .inspiratie_box .inspiratie-info { position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 24px 22px; z-index: 3; }
.klantervaringen_wapper_new .klanten_box a:hover .image > .bgmainimg,
.inspiratie_wrap_v2 .inspiratie_row .inspiratie_box a:hover .image > .bgmainimg { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.klantervaringen_wapper_new .klanten_box .overlay h4,
.inspiratie_wrap_v2 .inspiratie_row .inspiratie_box .inspiratie-info h4 { font-size: 24px; line-height: 1.3333; color: #FFFFFF; padding: 0 0 16px 0; }
.inspiratie_wrap_v2 .inspiratie_box .main-review  { display: -ms-flexbox; display: flex; align-items: flex-end; align-content: flex-end; }
.inspiratie_wrap_v2 .main-review .rbh_star { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: flex-end; width: 80px; }
.inspiratie_wrap_v2 .main-review .rbh_star i { display: -ms-flexbox; display: flex; padding: 0 1px; }
.inspiratie_wrap_v2 .main-review .rbh_star i svg { height: 14px; width: auto; }
.inspiratie_wrap_v2 .main-review p { width: calc(100% - 80px); padding: 0 15px 0 0; font-size: 12px; color: #FFFFFF; line-height: 1.5; }
.inspiratie_wrap_v2 .main-review p span { display: block; }
.inspiratie_wrap_v2 .section_title p { padding-top: 12px; font-family: 'Asap', sans-serif; font-size: 22px; line-height: 1.1818; }
.section_title p b,
.section_title p strong { font-weight: 600; }
.inspiratie_wrap_v2 .inspiratie_row .row > div[class*="col-"] { padding: 20px 15px; }
.winkel_single_wrappper .inspiratie_wrap_v2 .inspiratie_row .section_title { padding-bottom: 23px; }
.winkel_single_wrappper .inspiratie_wrap_v2 .btnbox { text-align: center; padding-top: 20px; }
.winkel_single_wrappper .inspiratie_wrap_v2 .inspiratie_row { padding: 81px 0 88px; }

.partner_wrap { width: 100%; position: relative; margin: 40px 0 107px; padding: 80px 0; border-bottom: solid 1px #EEEEEE; }
.partner_wrap .partner_inner { width: 100%; position: relative; }
.partner_wrap .partner_inner .section_title { width: 100%; position: relative; padding: 0 0 62px 0; }
.partner_wrap .partner_inner .section_title > p { font-size: 22px;  padding-top: 12px; font-family: 'Asap', sans-serif; font-size: 22px; line-height: 1.1818; }
.content_sec_title { width: 100%; position: relative; max-width: 921px; margin: 0 auto; padding: 24px 0 0 0; }
.content_sec_title p { font-size: 16px; line-height: 1.625; padding-top: 0; }
.partner-logo .main-logo { width: 100%; position: relative; }
.partner-logo .main-logo img { width: 100%; height: auto; }

.partner-logo.row > [class^="col-"] { padding: 20px 15px; display: -ms-flexbox; display: flex;  }
.partner_main_wrp { display: -ms-flexbox; display: flex; width: 100%; position: relative; min-height: 360px; }
.partner_main_wrp .partner_bg_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; overflow: hidden; border-radius: 10px; border: solid 1px #DDDDDD; }
.partner_main_wrp .partner_bg_img:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); height: 65.925%; }
.partner_main_wrp .partner_bg_img img { height: 100%; width: 100%; object-fit: cover; }
.partner_main_wrp .partner_main_wrp_box { padding: 24px 24px 29px; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-direction: column; flex-direction: column; position: relative; z-index: 3; }
.partner_main_wrp .partner_main_wrp_box .partner_logo_img { width: 100%; position: relative; -ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto; padding: 0 0 20px 0; }
.partner_main_wrp .partner_main_wrp_box .partner_content { width: 100%; position: relative;-ms-flex-positive: 0;flex-grow: 0;-ms-flex-negative: 0;flex-shrink: 0;-ms-flex-preferred-size: auto;flex-basis: auto;-ms-flex-item-align: end;}
.partner_logo_img_inner { width: 102px; height: 102px; }
.partner_logo_img_inner img { width: 100%; height: 100%; object-fit: contain; }
.partner_main_wrp .partner_main_wrp_box .partner_content h3 { font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 700; color: #fff; padding: 0 0 16px 0; margin: 0; }
.partner_main_wrp .partner_main_wrp_box .partner_content p { font-size: 14px; line-height: 1.5714; color: #fff; }
.partner_main_wrp .partner_main_wrp_box .partner_content h6 { font-family: 'MoonTime-Regular'; font-size: 32px; color: #FFFFFF; line-height: 1.21875; font-weight: normal; padding: 11px 0 0 0; }


/* ---------------------------------- */
/* ---------------------------------- */
.keuken_detail_top.keuken_detail_top_v2 { width: 100%; position: relative; padding: 41px 0 72px; }
.keuken_detail_top_inner { width: 100%; position: relative; }
.keuken_detail_box { width: 100%; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }
.keuken_detail_box h1 { line-height: 1.14285; padding: 0 0 23px 0; }
.keuken_detail_top_inner > .row > [class^="col-"] { display: -ms-flexbox; display: flex; }
.keuken_detail_box_inner { width: 100%; position: relative; -ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto; }
.keuken_detail_part_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
.keuken_detail_part_row .keuken_detail_part_col { width: 50%; padding: 0 15px 30px; }
.keuken_detail_part_box { width: 100%; position: relative; }
.keuken_detail_top_v2 h6 { font-size: 16px; font-weight: 600; color: #CCCCCC; line-height: 1.125; padding: 0 0 8px 0; margin: 0; }
.keuken_detail_part_box p { font-weight: 400; font-size: 16px; line-height: 1.5; color: #231C07; }
.keuken_detail_part_box p a { color: #231C07; text-decoration: underline !important; }
.keuken_detail_part_box p a:hover { color: #C2D53D; }
.keuken_detail_top .keuken_detail_box_inner .kdt_text { padding-top: 2px; }
.keuken_detail_box .kdth_text h6 { padding-bottom: 9px; }
.keuken_detail_box .kdth_text .start svg { height: 16px; width: auto; }
.keuken_detail_top_v2 .r_star { align-items: center; }
.keuken_detail_top_v2 .start i { padding-right: 2px; }
.keuken_detail_top_v2 .r_txt { padding-left: 8px; font-size: 14px; }
.keuken_detail_box .kdth_text { padding-top: 30px; width: 100%; -ms-flex-positive: 0;flex-grow: 0;-ms-flex-negative: 0;flex-shrink: 0;-ms-flex-preferred-size: auto;flex-basis: auto;-ms-flex-item-align: end;align-self: flex-end; }
.keuken_detail_top_left { width: 100%; position: relative; }
.keuken_detail_top_left .kdth_image { width: 100%; position: relative; }
.keuken_detail_top_left .kdth_image .kdth_image_inner { width: 100%; position: relative; }
.keuken_detail_top_left .kdth_image .kdth_image_inner img { width: 100%; height: auto; }
.kdth_image_inner { position: relative; width: 100%; position: relative; overflow: hidden; border-radius: 10px; z-index: 2; }
.kdth_image_inner:after { content: ''; padding: 50% 50%; display: block; }
.kdth_image_inner img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.keuken_detail_top_v2 .kdth_image:after { content: ''; position: absolute; top: -16px; right: -16px; width: 255px; height: 255px; background-color: #E1EA9E; border-radius: 10px; }
.keuken_detail_top_left .follow_blk { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: space-between; padding: 40px 0 0 0; }
.keuken_detail_top_left .follow_blk .follow_left { width: 85px; }
.keuken_detail_top_left .follow_blk .follow_left h6 a{color: #CCCCCC;}
.keuken_detail_top_left .follow_blk .follow_right { width: calc(100% - 85px); padding: 0 0 0 15px; }
.keuken_detail_top_left .follow_blk .follow_right ul { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: flex-end; margin: 0 -5px; row-gap: 15px; }
.keuken_detail_top_left .follow_blk .follow_right ul li { padding: 0 5px; }
.keuken_detail_top_left .follow_blk .follow_right ul li a { display: -ms-flexbox; display: flex; }
.keuken_detail_top_left .follow_blk .follow_right ul li a img { width: auto; height: 40px; }

.keuken_detail_bottom.keuken_detail_bottom_v2 { width: 100%; position: relative; z-index: 2; padding: 66px 0 80px; }
.keuken_detail_bottom_v2 .kd_tabs .nav-tabs .nav-item:last-child { display: block; }
.keuken_detail_bottom_v2 .kd_tabs .nav-tabs .nav-item .nav-link { font-size: 24px; padding: 0 0 27px 0; }
.keuken_detail_bottom_v2 .kd_tabs .nav-tabs .nav-item { margin: 0 60px 0 0; }
.keuken_detail_bottom_v2 .kd_tabs .kd_tabs_review { padding: 80px 0 0 0; }
.keuken_detail_bottom.keuken_detail_bottom_v2::after { content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; background-color: #FCFCFC; }
.kd_review_box_v2.kd_review_box { padding: 32px 32px 29px 32px; margin-bottom: 40px; }
.kd_review_box_v2 .review_box_holdar .rbh_star { display: -ms-flexbox; display: flex; align-items: center; align-content: center; padding: 0 0 16px 0; }
.kd_review_box_v2 .review_box_holdar .rbh_star i { display: -ms-flexbox; display: flex; margin-right: 4px; }
.kd_review_box_v2 .review_box_holdar .rbh_star i svg { height: 16px; width: auto; }
.kd_review_box_v2 .review_box_holdar .rbh_star .rating_count { font-size: 14px; font-weight: 600; padding-left: 6px; }
.kd_review_box_v2.kd_review_box .review_box_holdar .rbh_left .rbh_text { margin: 0 0 8px 0; }
.kd_review_box_v2.kd_review_box .review_box_holdar .rbh_left .rbh_text .rbh-title { font-weight: 600; font-size: 16px; line-height: 1.375; color: #231C07; font-family: 'Open Sans', sans-serif; }

.rbh_linkdate { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.rbh_linkdate .rbh_linkdate_box { position: relative; padding: 0 20px 0 0; }
.rbh_linkdate .rbh_linkdate_box p { font-size: 12px; line-height: 1.416667; color: #000000; }
.rbh_linkdate .rbh_linkdate_box p a { color: #000000; text-decoration: underline; }
.rbh_linkdate .rbh_linkdate_box p a:hover { color: #C2D53D; }
.rbh_linkdate .rbh_linkdate_box:not(:last-child):after { content: ''; width: 3px; height: 3px; background-color: #000000; border-radius: 50%; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 7px; }

.kd_review_box_v2.kd_review_box .review_box_holdar { padding-bottom: 32px; }
.kd_review_box_v2.kd_review_box .review_box_text { padding-bottom: 30px; }
.kd_review_box_v2.kd_review_box .review_box_gallery { margin-bottom: 16px; }

.kd_review_box_v2.kd_review_box .review_box_tsml .rb_tsml_box { -webkit-transform: translateY(0) !important;-moz-transform: translateY(0) !important;transform: translateY(0) !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; box-shadow: none !important; padding: 8px 8px 15px 8px; }
.kd_review_box_v2.kd_review_box .review_box_tsml .rb_tsml_box .tsml_img { width: 100%; height: auto; border-radius: 6px; position: relative; }
.kd_review_box_v2.kd_review_box .review_box_tsml .rb_tsml_box .tsml_img:after { content: ''; display: block; padding: 50% 50%; }
.kd_review_box_v2.kd_review_box .review_box_tsml .rb_tsml_box .tsml_img img { position: absolute; top: 0; left: 0; }
.kd_review_box_v2.kd_review_box .review_box_tsml .rb_tsml_box:hover { border-color: #B3B3B3; }
.kd_review_box_v2.kd_review_box .review_box_tsml .rb_tsml_text { padding: 0 0 0 27px; }
.kd_review_box_v2.kd_review_box .rb_tsml_text { display: -ms-flexbox; display: flex; }
.rb_tsml_text .rb_tsml_text_inner { width: 100%; position: relative; background-color: #fff; border: solid 1px #DDDDDD; border-radius: 10px; padding: 24px 43px 24px 24px; }
.rb_tsml_text .rb_tsml_text_inner:after { content: '';height: 24px;width: 24px;position: absolute;background-color: #fff;top: 50%;left: -12px;border-top: #DDDDDD solid 1px;border-left: #DDDDDD solid 1px;transform: rotate(-45deg); margin-top: -12px; }
.lord_more_btn { width: 100%; position: relative; text-align: center; }
.lord_more_btn.lord_more_btntab1 { padding-top: 130px; }
.lord_more_btn.lord_more_btntab2 { padding-top: 20px; }

.kd_tabs .kd_tabs_blog.kd_tabs_blog_v2 { padding: 50px 0 30px; }
.kd_tabs .kd_tabs_blog.kd_tabs_blog_v2 .blog_box .blog-info h4 { padding-bottom: 16px; }
.kd_tabs .kd_tabs_blog.kd_tabs_blog_v2 .blog_box .blog-user { padding-top: 30px; padding-bottom: 30px; }
.kd_tabs .kd_tabs_blog.kd_tabs_blog_v2 .blog_box .blog-user span { line-height: 1.3333; color: #231C07; }


.collectie_keukens_sec .ik_breadcrumb { padding-bottom: 72px; }
.collectie_keukens_sec .keuken_filter { padding: 57px 0 0; }
.collectie_keukens_sec .keuken_filter .filterBox label { margin-bottom: 5px; }
.collectie_keukens_sec .keuken_filter .filterBox .selectpicker { border-radius: 10px; color: #000000; }
.collectie_keukens_sec .keuken_filter .bootstrap-select .dropdown-menu > li > a { font-size: 14px; }
.collectie_keukens_sec .keuken_filter .bootstrap-select div.dropdown-menu { padding: 16px 8px 18px; border-radius: 10px; }
.collectie_keukens_sec .keuken_filter .bootstrap-select div.dropdown-menu[x-placement="bottom-start"] { top: 7px !important; }
.collectie_keukens_sec .zoek_row .zoek_box { margin: 16px 0; }
.collectie_keukens_sec .zoek_row .zoek_box .pricebox span { font-family: 'Open Sans', sans-serif; }
.collectie_keukens_sec .zoek_row .zoek_box .pricebox p { display: block; }
.collectie_keukens_sec .zoek_row .zoek_box .info { padding: 0 10px 10px; }

.collectie_keukens_sec .advisegesprek_wrap { background-color: transparent; border: none; margin: 4px 0 19px; }
.advisegesprek_wrap_v2.advisegesprek_wrap  { background-color: transparent; border: none; padding-top: 20px; padding-bottom: 60px; margin: 0; }
.advisegesprek_wrap_v2.advisegesprek_wrap .advisegesprek_row ,
.collectie_keukens_sec .advisegesprek_wrap .advisegesprek_row { background-color: #FCFCFC; border: solid 1px #DDDDDD; border-radius: 10px; padding: 40px 30px; }
.advisegesprek_wrap_v2.advisegesprek_wrap .advisegesprek_row h2 ,
.collectie_keukens_sec .advisegesprek_wrap .advisegesprek_row h2 { font-size: 32px; line-height: 1.15625; padding: 0 0 16px 0; }
.advisegesprek_wrap_v2.advisegesprek_wrap .advisegesprek_row .btnbox ,
.collectie_keukens_sec .advisegesprek_row .btnbox { padding: 27px 0 0 0; }
.collectie_keukens_sec .zoek_row .btnbox { padding: 48px 0 25px 0; }
.collectie_keukens_sec .inspiratie_row .inspiratie_box .inspiratie-info { padding-top: 30px; }
.collectie_keukens_sec .inspiratie_row .inspiratie_box .inspiratie-info h4 { line-height: 1.45455; }
.collectie_keukens_sec .inspiratie_row .inspiratie_box .inspiratie-info p { font-size: 16px; }
.collectie_keukens_sec .inspiratie_row .section_title { margin-bottom: 4px; }
.collectie_keukens_sec .inspiratie_row .inspiratie_box .btn_leesreview { padding-bottom: 43px; }
.collectie_keukens_sec .ikook_videos_row .section_title { margin-bottom: 4px; }
.collectie_keukens_sec .ikook_videos_wrap { border-bottom: solid 1px #EEEEEE; }
.klantervaringen_wapper_new .klanten_box .overlay h4 { padding: 0 0 16px 0; font-size: 18px; }
.klantervaringen_wapper_new .klanten_box .overlay p { font-size: 12px; line-height: 1.5; }
.overlaytext_bottom_row { display: -ms-flexbox; display: flex; align-items: flex-end; align-content: flex-end; }
.klantervaringen_wapper_new .overlayText { width: 100%; }
.sliedrecht_inspiratie_wrap .inspiratie_wrap_v2.inspiratie_wrap { background-color: transparent !important; border: none !important; }
.sliedrecht_inspiratie_wrap .inspiratie_wrap_v2.inspiratie_wrap .section_title { display: none; }
.page_title_wrap.sliedrecht_inspiratie_title { padding: 38px 0 0 0; }
.page_title_wrap.sliedrecht_inspiratie_title .page_title { padding: 0 0 0 0; }
.sliedrecht_inspiratie_wrap .inspiratie_row { padding-top: 44px; }
.sliedrecht_inspiratie_wrap .inspiratie_row .inspiratie_box .inspiratie-info p { font-size: 12px; }
.sliedrecht_inspiratie_wrap .btnbox { display: none; }

.winkel_single_wrap.winkel_single_wrap_v2 { padding: 27px 0 0 0; }
.winkel_single_wrap.winkel_single_wrap_v2 .review_box { margin: 0 -15px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.winkel_single_wrap.winkel_single_wrap_v2 .review_box .review_col { width: 33.33%; padding: 0 15px 24px; display: -ms-flexbox; display: flex; }
.winkel_single_wrap.winkel_single_wrap_v2 .review_box .review_col .review_col_inner { background-color: #FCFCFC; border: solid 1px #EEEEEE; border-radius: 10px; width: 100%; padding: 21px 32px 20px; }
.winkel_single_wrap.winkel_single_wrap_v2 .review_box .review_col.average_score .review_col_inner ,
.winkel_single_wrap.winkel_single_wrap_v2 .review_box .review_col.customer_exp .review_col_inner { padding-top: 34px; padding-bottom: 36px; }
.winkel_single_wrap.winkel_single_wrap_v2 .review_box .review_col.average_score .review_col_inner span ,
.winkel_single_wrap.winkel_single_wrap_v2 .review_box .review_col.customer_exp .review_col_inner span { padding: 0; }
.review_col_inner h6 { font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 1.38461; color: #231C07; padding: 0 0 9px 0; }
.customer_exp .review_col_inner span > a { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 40px; color: #231C07; line-height: 1.375; text-decoration: none; }
.average_score_review { display: -ms-flexbox; display: flex; align-items: center; align-content: center; }
.average_score_review > b { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 40px; color: #231C07; line-height: 1.375; display: block; padding: 0 16px 0 0; }
.average_score_review_star { display: -ms-flexbox; display: flex; align-items: center; align-content: center; }
.average_score_review_star i { display: -ms-flexbox; display: flex; padding: 0 2px 0 0; }
.average_score_review_star i svg { height: 17px; width: auto; }
.ratting-panel-progressbar_view { width: 100%; position: relative; }
.ratting-panel-progressbar_view ul { width: 100%; position: relative; }
.ratting-panel-progressbar_view ul li { display: -ms-flexbox; display: flex; align-items: center; align-content: center; width: 267px; }
.ratting-panel-progressbar_view ul li .star-box { display: -ms-flexbox; display: flex; padding: 0 6px 0 0; }
.ratting-panel-progressbar_view ul li .star-box svg { width: 10px; height: auto; }
.ratting-panel-progressbar_view ul li .star-box svg path { fill: #CCCCCC; }
.ratting-panel-progressbar_view ul li .rating-static-progress-count { margin-bottom: 0; font-family: 'Open Sans', sans-serif; font-weight: 700; color: #231C07; padding: 0 9px 0 0 0; }
.ratting-panel-progressbar_view ul li .ui-widget.ui-progressbar { display: -ms-flexbox; display: flex; width: attr(aria-valuenow); }
.winkel_single_wrap.winkel_single_wrap_v2 .winkel_review { padding-bottom: 0; }
.voorraad_detail_wapper .winkel_single_wrap.winkel_single_wrap_v2 .Winkel_single { padding-bottom: 0; }
.klantervaringen_wapper_new .ervaring_box ,
.nw-dsgn-coachrev-2 .ervaring_box { max-width: 100%; width: 100%; justify-content: space-between; padding: 31px 54px 32px 32px; }
.klantervaringen_wapper_new .ervaring_box h6,
.nw-dsgn-coachrev-2 .ervaring_box h6 { font-size: 18px; color: #9D1F32; padding: 0 0 13px 0; }
.nw-dsgn-coachrev-2 .kd_review_row { padding: 61px 0 0 0; }

.nw-dsgn-coachrev-2 .kd_review_row .no-result-txt {padding: 0 0 61px;}
.nw-dsgn-coachrev-2 .kd_review_row .no-result-txt p {text-align: center;}

.instagram_main { width: 100%; position: relative; padding: 40px 0 10px; }
.instagram_main .instagram_main_inner { width: 100%; position: relative; }
.instagram_main .instagram_main_inner .instagram_main_title { width: 100%; position: relative; text-align: center; }
.instagram_main_title h2 { padding: 0 0 12px 0; }
.hashtag_insta { width: 100%; position: relative; }
.hashtag_insta h5 { font-weight: 500; font-size: 22px; line-height: 1.18181; color: #0297FF; }
.hashtag_insta h5 img { margin-right: 5px; }

.insta_top_main { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; width: 100%; padding: 48px 0 0 0; }
.insta_top_main .insta_top_icon { width: 56px; margin: 0 20px 0 0; }
.insta_top_main .insta_top_icon svg { width: 100%; height: auto; }
.insta_top_main .insta_top_dtls { text-align: left; position: relative; }
.insta_top_main .insta_top_dtls .instagram_title { font-weight: 700;font-size: 18px;line-height: 1.222222;text-align: left;color: #231c07; padding: 3px 0; }
.insta_top_main .insta_top_dtls .instagram_count { font-weight: 400;font-size: 14px;line-height: 1.2143;text-align: left;color: #AAAAAA; padding: 3px 0; }

.insta_list_wrap { width: 100%; position: relative; padding: 115px 0 0 0; }
.insta_list_row .insta_list_col .insta_list_big_top .insta_main_box { width: calc(100% + 60px); margin-top: -60px; float: right; }
.insta_list_row .insta_list_col .insta_list_row .insta_list_col:last-child { padding-bottom: 0; } 
.insta_list_row .insta_list_col .insta_list_big_bottom .insta_main_box { width: calc(100% + 60px); margin-bottom: -60px; float: left; }
.insta_list_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
.insta_list_row .insta_list_col { width: 33.33%; padding: 0 15px 30px; }
.insta_list_row .insta_list_col.insta_list_full { width: 100%; }
.insta_list_row .insta_list_col.insta_list_half { width: 50%; }
.insta_main_box { width: 100%; position: relative; overflow: hidden; border-radius: 10px; display: block; }
.insta_main_box::after { content: ''; display: block; padding: 50%; }
.insta_main_box .sbi_photo > img ,
.insta_main_box > img { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; object-fit: cover; }
.insta_main_box .sbi_photo { position:absolute; top:0; left:0; width:100%; height:100%  !important; }






.klantervaringen_wapper_new .klanten_box .hover { display: none !important; }
.klantervaringen_wapper_new .klanten_box a .overlay { opacity: 1 !important; }
.klantervaringen_wapper_new .overlay .overlay_top_img { position: absolute; top: 24px; left: 24px; width: 65px; height: auto; }


.review_dtl_klantervaring .ik_breadcrumb { padding-bottom: 72px; }
.review_dtl_klantervaring .klantervaring_detail_wapper .kd_review_row { padding-top: 55px; }
.klantervaringen_wapper_new .overlaytext_bottom_row .overlaytext_bottom_left { width: calc(100% - 80px); padding: 0 15px 0 0; }
.klantervaringen_wapper_new .overlaytext_bottom_row .overlaytext_bottom_right { width: 80px; }
.klantervaringen_wapper_new .overlaytext_bottom_row .rbh_star { display: -ms-flexbox; display: flex; }
.klantervaringen_wapper_new .overlaytext_bottom_row .rbh_star i { display: -ms-flexbox; display: flex; }
.klantervaringen_wapper_new .overlaytext_bottom_row .rbh_star i + i { margin-left: 2px; }
.klantervaringen_wapper_new .overlaytext_bottom_row .rbh_star i svg { height: 14px; width: auto; }

.klantervaringen_wapper_new .page_title_wrap { padding: 38px 0 39px 0; }
.klantervaringen_wapper_new .kd_review_row { padding-top: 60px; }
.klantervaringen_wapper_new .klanten_box { margin: 16px 0; }
.kd_review_box.kd_review_box_v2  .review_box_holdar .rbh_right .logo_box { margin-top: 0 !important; }
.kd_review_box_v2.kd_review_box .review_box_holdar .rbh_left { width: calc(100% - 230px); }
.kd_review_box_v2.kd_review_box .review_box_holdar .rbh_right { width: 230px; align-self: flex-start; display: -ms-flexbox; display: flex; justify-content: flex-end; }
.kd_review_box .review_box_holdar .rbh_right .logo_box.logo_box_star a i { width: 18px; }
.kd_review_box .review_box_holdar .rbh_right .logo_box.logo_box_star a span { padding-left: 10px; }

.review_col .ratting-panel-progressbar { width: 100%; position: relative; }
.main_review_col .ui-widget.ui-progressbar { max-width: 206px;-ms-flex-positive: 1; height: 8px;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto;position: relative; }
.main_review_col .ui-widget.ui-progressbar .ui-progressbar-value { background-color: #F5BE26; border-radius: 16px; border: none !important; }
.main_review_col .ratting-panel-progressbar ul li { display: -ms-flexbox; display: flex; align-items: center; align-content: center; }
.main_review_col .ratting-panel-progressbar ul li + li { margin-top: 7px; }
.main_review_col .ratting-panel-progressbar ul li .star-box { display: inline-block; vertical-align: top; font-size: 0; line-height: normal; }
.main_review_col .ratting-panel-progressbar ul li label { font-family: 'Open Sans'; font-weight: 700; font-size: 12px; color: #231C07; margin: 0 9px 0 6px; }
.main_review_col .ratting-panel-progressbar ul li .star-box svg { width: 10px; height: auto; }
.winkel_review .main_review_col .ratting-panel-progressbar ul li span { font-family: 'Open Sans'; font-weight: 700; font-size: 12px; color: #231C07; margin: 0 0 0 8px; padding: 0; }


.user_klantervaringen .klanten_row .row:last-child { display: none !important; }
.select-dropdown.dropdown .dropdown-menu > ul > li > a:after,
.nw-dsgn-coachrev-2 .bootstrap-select .dropdown-menu > li > a:after { width: 18px; height: 18px; }
.nw-dsgn-coachrev-2 .bootstrap-select .dropdown-menu > li > a { font-size: 14px; }
.nw-dsgn-coachrev-2 .onderwerp_filter label { margin-bottom: 5px; }


.instagram_main .InstagramFeed__feed .FeedGridLayout__cell { overflow: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.instagram_main .InstagramFeed__feed .FeedGridLayout__cell:hover { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.instagram_main .InstagramFeed__feed .FeedGridLayout__cell:first-child.FeedHighlightLayout__highlight { width: calc(100% + 60px);margin-top: -60px;margin-left: -60px; }
.instagram_main .InstagramFeed__feed .FeedGridLayout__cell:nth-child(8).FeedHighlightLayout__highlight { width: calc(100% + 60px);margin-bottom: -60px;margin-right: -60px; }

.bekijk_wrap.show_load_mobile { display: none; }

.klantervaringen_wapper_new .klanten_row { padding: 0; }
.klantervaringen_wapper_new .winkel_single_wrap.winkel_single_wrap_v2 { padding-top: 0; }
.klantervaringen_wapper_new .Winkel_single { padding-top: 32px; padding-bottom: 0; }
.klantervaringen_wapper_new .kd_review_row { padding-top: 60px; }
.klantervaringen_wapper_new .bekijk_wrap { padding-top: 0; }
.nw-dsgn-coachrev-2 .bekijk_wrap { padding-top: 40px; }

/* Instagram Modal Start */
.MediaPopupBox__modal-layer .MediaComment__username { display: none; }
.MediaPopupBox__modal-layer .MediaInfo__header { padding: 20px 34px 19px 25px; border-color: #dddddd; }
.MediaPopupBox__modal-layer .MediaInfo__comments-list { padding: 17px 34px 17px 25px; }
.MediaPopupBox__modal-layer .MediaComment__text ,
.MediaPopupBox__modal-layer .MediaComment__text a { font-size: 14px; line-height: 1.35714; color: #030303 !important; }
/* Instagram Modal End */

.review_dtl_klantervaring .klantervaring_detail_wapper .kd_review_row { padding-bottom: 41px; }
.review_dtl_klantervaring .inspiratie_row  { padding-top: 41px; padding-bottom: 60px; }
.review_dtl_klantervaring .inspiratie_wrap_v2.inspiratie_wrap { background-color: transparent !important; border: none !important; }
.review_dtl_klantervaring .inspiratie_row .section_title { padding: 0 0 13px 0; }
.review_dtl_klantervaring .inspiratie_row .inspiratie_box .inspiratie-info p { font-size: 12px; }


.select-dropdown.dropdown .dropdown-menu > ul {padding: 10px;margin-top: -1px;}
.select-dropdown.dropdown .dropdown-menu > ul > li {width: 50%;margin: 5px 0;}
.dropdown-menu .dropdown-item.a_tag {font-size: 12px;line-height: 17px;color: #000000;position: relative;padding: 0 17px 0 27px !important;}
.dropdown-menu .dropdown-item.a_tag:focus, 
.dropdown-menu .dropdown-item.a_tag:hover { background-color: transparent !important; color: #C2D53D; }

/* .dropdown-menu .dropdown-item.a_tag:before {content: '';width: 17px;height:17px;border: 1px solid #ddd;border-radius: 4px;position: absolute;top:4px;left:10px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;} */
/* .dropdown-menu .dropdown-item.a_tag:after {content: '';width: 17px;height:17px;position: absolute;top:4px;left:10px;background:url(../images/check.svg) no-repeat center center;background-position: center center;background-size: 12px;opacity: 0;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;} */
/* .bootstrap-select .dropdown-menu > li.selected > a::after {opacity: 1;} */

.klantervaringen_wapper_new .onderwerp_filter label { margin-bottom: 5px; }
.eraar_row .image .label-text p { font-family: 'Asap', sans-serif; }

.onderwerp_filter .bootstrap-select .btn.dropdown-toggle { color: #000000; }

.page-template-klantervaringen_page_temp-new .onderwerp_filter .select-dropdown .btn.dropdown-toggle { color: #000; }

.winkel_single_wrappper:not(.active-instagram) .ik_team_wrap.ik_team_wrap_v2 { margin-bottom: 0 !important; border-bottom: none !important; }
.winkel_single_wrappper:not(.active-instagram) .inspiratie_wrap.inspiratie_wrap_v2 { margin-top: 0 !important; border-top: none !important; }
/* ---------------------------------- */
/* ---------------------------------- */
/* 26-2-2024 New Design End */

.short_drop.bootstrap-select .dropdown-menu > li > a:before,
.select-dropdown.dropdown .dropdown-menu > ul > li > a:before,
.customer_drop.bootstrap-select .dropdown-menu > li > a:before { border-radius: 100%; }
.short_drop.bootstrap-select .dropdown-menu > li > a:after,
.select-dropdown.dropdown .dropdown-menu > ul > li > a:after,
.customer_drop.bootstrap-select .dropdown-menu > li > a:after { border-radius: 100%; background-image: none !important; background-color: #C2D53D; height: 9px; width: 9px; top: 4px;left: 4px; }

.mob_keuken_filter .mobile-star-filter [type="checkbox"]:not(:checked) + label:before, 
.mob_keuken_filter .mobile-star-filter [type="checkbox"]:checked + label:before ,
.mob_keuken_filter .mobile-different-filter [type="checkbox"]:not(:checked) + label:before, 
.mob_keuken_filter .mobile-different-filter [type="checkbox"]:checked + label:before { border-radius: 100%; }
.mob_keuken_filter .mobile-star-filter [type="checkbox"] + label:after,
.mob_keuken_filter .mobile-different-filter [type="checkbox"] + label:after { border-radius: 100%; background-image: none !important; background-color: #C2D53D; height: 9px; width: 9px; top: 4px;left: 4px; }

.bootstrap-select .pull-left { max-width: 95%; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: nowrap; }
.bootstrap-select.topic_drop .dropdown-menu > li:first-child { display: none !important; }
.bootstrap-select.topic_drop .dropdown-menu > li:first-child a { color: #000; }
.bootstrap-select.topic_drop .dropdown-menu > li:first-child a:after ,
.bootstrap-select.topic_drop .dropdown-menu > li:first-child a:before { display: none !important; }

.show_single_winkels_review .inspiratie_wrap_v2.inspiratie_wrap { background-color: transparent !important; border: none !important; }
.page-template-tmp_review .sliedrecht_inspiratie_wrap .inspiratie_wrap_v2.inspiratie_wrap { display: none !important; }
.page-template-tmp_review .show_single_winkels_review .inspiratie_row { padding-top: 44px; }
.page-template-tmp_review .show_single_winkels_review .section_title ,
.page-template-tmp_review .show_single_winkels_review .btnbox { display: none !important; }
.page-template-tmp_review .bootstrap-select ul.dropdown-menu { max-height: 100% !important; }

.review_new_des { width: 100%; position: relative; }
.review_new_des .row [class^="col-"] { display: -ms-flexbox; display: flex; }
.review_new_des .review_new_box { display: -ms-flexbox; display: flex; width: 100%; -ms-flex-direction: column; flex-direction: column;  padding: 30px 26px 29px 24px; border: solid 1px #DDDDDD; background-color: #fff; border-radius: 10px; }
.review_new_des .review_new_box:hover { border: solid 1px #B3B3B3; }
.review_new_box .review_new_top { width: 100%; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; -ms-flex-preferred-size: auto; flex-basis: auto; }
.review_new_box .review_new_bottom { width: 100%; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: auto; flex-basis: auto; -ms-flex-item-align: end; align-self: flex-end; padding: 30px 0 0 0; }

.review_new_reating { display: -ms-flexbox; display: flex; width: 100%; align-items: center; padding: 0 0 16px 0; }
.review_new_reating .rbh_star { display: -ms-flexbox; display: flex; align-items: center; }
.review_new_reating .rbh_star i { display: -ms-flexbox; display: flex; align-items: center; }
.review_new_reating .rbh_star i svg { width: 16px; }
.review_new_reating .rbh_star i + i { margin-left: 4px; }
.review_new_reating span { font-family: 'Open Sans', sans-serif; display: -ms-flexbox; display: flex; font-weight: 600; font-size: 14px; color: #231C07; margin-left: 10px; }

.review_new_box .name_reviwer { font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 14px; color: #231C07; padding: 0 0 31px 0; }
.review_new_box h5 { font-size: 22px; line-height: 1.454545; color: #000000; padding: 0 0 12px 0; }
.review_new_box p { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.5; color: #231C07;  }
.review_new_box .review_new_link { font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 11px; color: #000000; }

.review_new_des .mobile_slider .owl-stage .owl-item { display: -ms-flexbox; display: flex; }
.review_new_des .mobile_slider .owl-stage .owl-item > .items { display: -ms-flexbox; display: flex; width: 100%; }



body.page-template-klantervaringen_page_temp-new .ratting-panel-progressbar ul li {cursor: pointer;}

.seo_sec_main { position:relative;width:100%;padding:20px 0 80px;border-top: solid 1px #eee;display: block; }
.seo_sec_main .content_wrap { position: relative; width:100%; }
.seo_sec_main h2,
.seo_sec_main h3,
.seo_sec_main h4 { margin-top: 60px; margin-bottom: 24px; color:#98022F;line-height:1.4545; }


.gfield_contains_required .gfield_error_message {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    padding: 5px 0 0;
}


.gform_wrapper .gform-loader {
    align-self: center;
    animation: gformLoader 1.1s linear infinite;
    block-size: 10em;
    border-block-end: 1.1em solid #000;
    border-block-start: 1.1em solid #fff;
    border-inline-end: 1.1em solid #fff;
    border-inline-start: 1.1em solid #000;
    border-radius: 50%;
    display: inline-block;
    font-size: 2px;
    inline-size: 10em;
    position: relative;
    transform: translateZ(0);
    margin-left: 5px;
}
.gform_wrapper .gform-loader {
    border-block-end-color: #204ce5;
    border-block-start-color: rgba(45,127,251, 0.1);
    border-inline-end-color: rgba(45,127,251, 0.1);
    border-inline-start-color: #204ce5;
}
@keyframes gformLoader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

/* Franchise Page 2025 Start */

.franchise_page.franchise_new .modal_sec { padding-top: 25px; padding-bottom: 85px; }
.simple_text_wrap .simple_text .btnbox { padding-bottom: 0; }
.simple_text_wrap .simple_text .btnbox a { color: #fff; text-decoration: none; }

.review_new_reating .rbh_star i:not(.active) svg path {fill: #d7d7d7;}