/*
Theme Name: Offerteplatform Template
Theme URI: https://www.webrtb.com
Description: Website template design voor het offerteplatform
Version: 1.0
Author: WebRTB
Author URI: http://www.webrtb.com
*/


/* DEFAULTS */

html, body { margin:0; padding:0; font-family: 'Roboto', sans-serif; color:#297FCA !important; font-size:16px !important; }
body a { color:#297FCA; }
body a:focus, body a:hover { text-decoration: none; }
*, :focus { outline: none !important; }
.nopadding { padding:0; }
h1, h2, h3, h4, h5 { font-family: 'Roboto', sans-serif; }
h1 { font-size:48px !important; }
h2 { font-size:24px !important; }
body p { margin:0 0 25px; }

@media (min-width:1025px) {
  .container.smallContainer { width:760px; }
}

@media (max-width:1024px) {
  h1 { font-size:37px !important; }
}

@media (max-width:767px) {
}

/** colours **/
.darkBlue { color:#297FCA; }
.lightBlue { color:#3FA2F7; }

/** forms **/
.form-group { margin-bottom:5px !important; }
.form-group label { font-weight:bold; font-size:14px; margin-bottom:5px; }
.form-group legend { font-weight:bold; font-size:14px; }
.form-group input { border:#3FA2F7 solid 1px; background:#F9FCFF; background-size:15px 11.5px; width:100%; padding:10px 15px; font-size:14px !important; color: #297FCA !important; border-radius:0; }
.form-group input.invalid, .form-group input#voorwaarden.invalid + label {background-color: #ffdddd; font-size:14px; }
.form-group input.no-check { background:#F9FCFF; }
.form-group textarea { width:100%; min-height:150px; border:#3FA2F7 solid 1px; background-color:#F9FCFF; height:150px; border-radius:0; font-size:14px !important; color: #297FCA !important; }
.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder { color: #297FCA; font-size:14px; }
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder { color: #297FCA; font-size:14px; }
.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder { color: #297FCA; font-size:14px; }
.form-group input:-moz-placeholder, .form-group textarea:-moz-placeholder { color: #297FCA; font-size:14px; }
.form-group .form-check-label { font-weight: 100; font-size:16px; margin-left: 15px; }
.form-group .form-check input { width: auto; margin-left: -0.5rem; }

/*** dropdown ***/
.dropdown-toggle { border:#3FA2F7 solid 1px; background:#F9FCFF; padding:5px 15px; color:#297FCA; width:100%; text-align:left; }
.dropdown-toggle::after { float:right; margin:10px 0; }
.dropdown-item { color:#297FCA !important; }

/** buttons **/
.button { padding: 10px 25px 8px; display: inline-block; border-radius:0; width:250px; text-align: center; transition: all 0.2s ease-in-out!important; border:none; }
.button:hover { transform: scale(0.92); }
.button:after { display:none !important; }

.button.whiteBtn { background-color:#fff; color:#3FA2F7; font-family: 'Roboto', sans-serif; }
.button.blueBtn { background-color:#3FA2F7; color:#fff; font-family: 'Roboto', sans-serif; }
.button.orangeBtn { background-color:#F88E00; color:#fff; font-family: 'Roboto', sans-serif; }
.button.borderwhiteBtn { background-color:transparent; color:#fff; border:#fff solid 1px; }
.button.borderwhiteBtn:hover { background-color:#fff; color:#297FCA; border:#fff solid 1px; }

/** herhalende divs */
.bluebgBox { background-color:#297FCA; color:#fff; text-align:center; padding:50px 0; }
.bluebgBox p { margin:0; }
.bluebgBox .button { margin-top:20px; color:#3FA2F7; }

.whitebgBox { background-color:#fff; color:#fff; text-align:center; padding:10px 0; }
.whitebgBox p { margin:0; color:#297FCA; }
.whitebgBox h2 { color:#297FCA; }
.whitebgBox .button { margin-top:20px; }

/* HEADER */
header { padding:10px 0; border-bottom:#3FA2F7 solid 1px; margin:0 0 30px;  }

@media (max-width:767px) {
  header { margin:0 0 20px; }
}

/* MODAL */
@media (min-width: 576px) {
  .modal-dialog { max-width:640px !important; }
}

.modal-dialog .modal-content { border-radius:0; border:none; background:#297FCA; color:#fff; }
.modal-dialog .modal-content .modal-header { border-bottom:none; }
.modal-dialog .modal-content .modal-header .close { background:url('images/close-modal.png') no-repeat; width:30px; height: 30px; background-size:100%; text-indent: -99999px; margin:10px; }
.modal-dialog .modal-content .modal-header h4 { padding:70px 90px 0 132px; line-height:27px; margin-bottom:10px; }
.modal-dialog .modal-content .modal-body { border-bottom:none; padding:0 150px 90px 150px; }
.modal-dialog .modal-content .modal-body .button { width:100%; margin-top:10px; }

/* MENU */
nav { padding:10px 0 !important; }
nav ul li a { font-size:17px; margin-right:20px; }
nav ul li.offerte a { color:#fff !important; margin-right:0; background-color:#F88E00; padding:10px 13px 10px; }
nav .search { display:none; }

@media (max-width:1024px) {
  header { padding:0; }
 nav ul { text-align:center; padding:20px 0 20px; }
  nav ul li { padding:5px 0; }
}

@media (max-width:992px) {
  nav ul li.offerte { margin-top:20px; }
}

/* responsive menu animation */
.navbar-toggler .top-bar {transform: rotate(45deg);transform-origin: 10% 10%;background-color:#297FCA;}
.navbar-toggler .middle-bar {opacity: 0;background-color:#297FCA;}
.navbar-toggler .bottom-bar {transform: rotate(-45deg);transform-origin: 10% 90%;background-color:#297FCA;}
.navbar-toggler.collapsed .top-bar {transform: rotate(0);}
.navbar-toggler.collapsed .middle-bar {opacity: 1;}
.navbar-toggler.collapsed .bottom-bar {transform: rotate(0);}
.icon-bar {width: 22px;height: 2px;background-color: #B6B6B6;display: block;transition: all 0.2s;margin-top: 4px}
.navbar-toggler {border: none;background: transparent !important;}

/*sticky header position*/
nav.sticky.is-sticky {background-color:#fff; position: fixed;left: 0;right: 0;top: 0;z-index: 1000;width: 100%;}
nav.sticky.is-sticky .container { max-width:1111px; }
nav.sticky.is-sticky .search:before { content: "\f002"; font-family: "Font Awesome 5 Free"; font-weight: 900; }
nav.sticky.is-sticky .search { display:block; background-color: #297FCA; border:none; width:40px; height:40px; border-radius:0; margin:-2px 0 0 15px; }
.stickyBorder { height:1px; background-color:#fff; }

/* sticky mobile */
@media (max-width:992px) {
  nav.is-sticky .container { display: none; }
  nav .sticky-offerte { display:none !important; }
  nav.is-sticky .sticky-offerte { display:block !important; background-color:#F88E00; color:#fff; text-align: center; padding:10px 0; width:95%; margin:0 auto; }
  nav.sticky.is-sticky .search { display:none; }
}

@media (max-width:767px) {
  nav { padding:10px 0 20px !important; }
}

/** responsive menu **/
.custom-toggler.navbar-toggler {border-color: none;}
.custom-toggler .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(63,162,247, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;}

/* BANNER */
.bannerBox { background:url('images/banner.png') no-repeat; background-size:cover !important; width:100%; padding:40px 0 80px; margin-top:-30px; }
.bannerBox h1 { color:#fff; }
.bannerBox .iconBanner { text-align:center; margin:0 0 50px 0; }
.bannerBox .iconBanner img { margin:0 10px; }

  /** form **/
.bannerBox form { width:90%; }
.bannerBox form .form-group label { border-radius:0; color:#fff; font-size:13px; margin-bottom:0; }
.bannerBox form .form-group input { border:none; border-radius:0; color:#297FCA; font-size:16px; padding:20px 15px; }
.bannerBox form button.btn { background-color:#F88E00; border-radius:0; color:#fff; width:100%; padding:8px 15px; font-size:16px; font-family: 'Roboto', sans-serif; margin-top:20px; }

@media (max-width:1024px) {
  .bannerBox form { width:100%; }
}

/* UITGELICHTE INCASSOBUREAU'S */
.featuredSlider { text-align:center; }
.featuredSlider h2 { color:#297FCA; text-align: center; margin:50px 0 30px; font-size:24px; }
.featuredSlide { text-align:left; overflow: hidden; margin-right: 15px; background-color:#297FCA !important; padding:20px 10px; }
.featuredSlide h3 { font-size:18px; color:#fff; margin-bottom:14px; }
.featuredSlide a { color:#fff; width:100%; font-size:16px; border-bottom:#fff solid 1px; display:block; padding-bottom:8px; }
.featuredSlide a:after { content: "\f0a9"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 30px; bottom: 24px; }
.featuredSlide a:hover { color:#ffff; text-decoration: none; }

.featuredSlider .button { margin-top:20px; }

@media (max-width:767px) {
  .featuredSlide { margin-right:0; }
}

/** navigation **/
.owl-theme .owl-controls { margin-top: 30px; }
.owl-theme .owl-controls .owl-page span { background:#3FA2F7 !important; margin:5px 2px !important; width:12px; height: 12px; }
.owl-theme .owl-controls.clickable .owl-page:hover span { background:#297FCA; }
.owl-theme .owl-controls .owl-page.active span { background:#297FCA; width:12px; height:12px; }

@media only screen and (max-width: 990px) {
  .post-slide .post-img { width:100%; }
  .post-slide .post-review { width:100%;border-bottom: 4px solid #ec3c6a; }
  .post-slide .post-bar:before { left:0; }
  .post-slide .post-bar:after { left:25px; }
}

/* QUESTION BOX */
.questionBox { margin:50px 0; }

/* KENNISBANK */
.kennisbankBox { text-align: center; margin:0 0 50px; }
.kennisbankBox h2 { text-align:center; color:#297FCA; margin-bottom:20px; }
.kennisbankBox img { width:100%; object-fit:cover; height: 250px; }
.kennisbankBox .imageBox { margin:0 0 30px 0; display:block; }
.kennisbankBox .imageText { background-color:#EBF5FE; color:#297FCA; width:100%; padding:15px 0; text-align:center; font-family: 'Roboto', sans-serif; }
.kennisbankBox .button { margin:20px 0 0; }

@media (max-width:1024px) {
  .kennisbankBox { margin:0 0 10px; }
  .kennisbankBox .imageBox { margin:0 0 11px 0; }
  .kennisbankBox .col-md-4 { padding-right:5px; padding-left:5px; }
  .kennisbankBox .button { margin:10px 0 20px; }
}

@media (max-width:767px) {
  .kennisbankBox .col-md-4 { margin:0 0 0; }
  .kennisbankBox .imageBox { margin:0 10px 17px; }
}

/* COLLAPSE BOX **/
#summary { font-size: 14px;line-height: 1.5; }
#summary .collapse:not(.show) {height: 42px !important;overflow: hidden;display:block;/*-webkit-line-clamp: 2;-webkit-box-orient: vertical;*/}
#summary .collapsing {min-height:42px !important;}
#summary a.collapsed { width:100px; height: 16px; display:block; }
#summary a.collapsed:after  { content:'\f055  Toon meer'; font-family: "Font Awesome 5 Free", "Roboto", sans-serif; font-weight: 900; width:100px; height:16px; display:block; margin:10px 0; }
#summary a:not(.collapsed):after {content:'\f056  Toon minder'; font-family: "Font Awesome 5 Free", "Roboto", sans-serif; font-weight: 900; width:111px; height:16px; display:block; margin:10px 0;}

/* TEKST UITVAGEN */
#summary .collapse { position: relative; }
#summary .collapse:after { content:''; position: absolute;bottom: 0; width: 100%;height: 100px;
  background: -moz-linear-gradient(top,  rgba(125,185,232,0) 1%, rgba(126,186,232,0) 2%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 1%,rgba(126,186,232,0) 2%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(125,185,232,0) 1%,rgba(126,186,232,0) 2%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=0 );
}
#summary .collapse.show:after {background:none;}


/* KENNISBANK DETAIL */
.kennisbankDetail { margin-bottom:20px; }
.kennisbankDetail img { margin:20px 0; }
.kennisbankDetail #summary { width:620px; margin:0 auto; }
.kennisbankDetail #summary .collapse:not(.show) {height: 800px !important;  }
.kennisbankDetail #summary .collapsing {min-height:800px !important;}
.kennisbankDetail p { margin-bottom:20px; }

@media (max-width:767px) {
  .kennisbankDetail #summary { width:100%; }
}

/* ZOEKRESULTATEN */
.searchResults { margin:50px 0; }
.searchResults h2 { color:#297FCA; margin-bottom:20px; }
.searchResults h3 { font-size:18px; }
.searchResults .dropdown { width:35%; float:right; margin-top:-13px; }
.companyBox { background-color:rgba(63,162,247,.15); padding:20px; font-size:14px; }
.companyBox .imageBox { text-align:center; border-bottom:#3FA2F7 solid 1px; padding-bottom:15px; }
.companyBox .imageBox img { max-height: 34px; }    
.companyBox .infoBox { border-bottom:#3FA2F7 solid 1px; padding:30px 0 15px; font-size:16px; color:#297FCA; }
.companyBox .infoBox h3 { margin-bottom:0; font-size:16px; }
.companyBox .infoBox p { margin:0; font-size:14px; }
.companyBox ul { padding:10px 0 0; }
.companyBox ul li { list-style-type: none; }
.companyBox ul li .phone:before { content: "\f879"; padding:0 5px 0 0; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.companyBox ul li .mail:before { content: "\f0e0"; padding:0 5px 0 0; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.companyBox .button { width:100%; }

.searchResults .col-md-6 { padding:0 10px 20px !important; }

@media (max-width:767px) {
  .searchResults h2 { margin:10px 0 15px; }
  .searchResults .col-md-6 { padding:0 15px 15px !important; }
}

/** maps **/
.mapsBox { margin-top:20px; }

@media (max-width:767px) {
  .mapsBox { margin-bottom:25px; }
}

/** gegevens tabel **/
.tableBox table { width:100%; }
.tableBox table td { width:50px; }
.tableBox #summary .collapse:not(.show) {height: 295px !important;  }
.tableBox #summary .collapsing {min-height: 295px !important;}

/* DivTable */
.divTable {display: table; width: 65%;}
.divTable .divTableBody { display: table-row-group; }
.divTable .divTableBody .divTableRow {display: table-row; }
.divTable .divTableBody .divTableRow .divTableCell { display: table-cell; padding: 5px 0;  border-bottom: 1px solid #999999; }
.divTable .divTableBody .divTableRow .divTableCell:first-child { font-weight:bold; }

@media (max-width:767px) {
  .divTable { width:100%; }
  .divTable .divTableBody .divTableRow { border-bottom: 1px solid #999999; display:block; padding:7px 0; }
  .divTable .divTableBody .divTableRow .divTableCell { display:block; border-bottom:none; padding:0; }
}

/** filter **/
.filterBox { margin-bottom:20px; }
.filterBox #accordion { }
.filterBox .card { border:none; border-radius:0; background-color:#F2F8FE; padding:9px; }
.filterBox .card .card-header { padding: 0 12px 10px; border-radius:0 !important;  border-bottom:none; background:none; }
.filterBox .card .card-header .card-link:after { content: "\f078"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 25px; }
.filterBox .card .card-header .card-link.collapsed:after { content: "\f077"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 25px; }
.filterBox .card .card-body { background-color:#F2F8FE; border-bottom:1px solid #3FA2F7; padding:0 10px 20px; }
.filterBox .card .card-body .form-control { border-radius:0; background-color:#fff; border:#3FA2F7 solid 1px; color:#297FCA; }

/** filter mobile **/
.filterMobile { margin:-20px 0 20px; }
.filterMobile .filter { background:#F9FCFF !important; padding:10px 15px 10px 35px; }
/*.filterMobile .filter:before { content: "\f0b0"; font-family: "Font Awesome 5 Free"; font-weight: 900; }*/

/* MULTISTEP BOX */
.multistepBox { margin:0 0 20px; }
.multistepBox #regForm { width:70%; }
.multistepBox #regForm .formBox { width:100%; }

.multistepBox .description { border-top:#3FA2F7 solid 1px; border-bottom:#3FA2F7 solid 1px; padding:5px 0 0; }
.multistepBox .description .tabDescription { text-align:right; }
.multistepBox .description .tabDescription p { margin:0 0 8px; }

.multistepBox .formBox { margin:30px 0; }
.multistepBox .formBox input { margin-bottom:10px; }

/* Hide all steps by default: */
.multistepBox .tab {display: none;}
.multistepBox #prevBtn {background-color: #fff; border:#3FA2F7 solid 1px; color:#3FA2F7; }

/* Step marker: Place in the form. */
.multistepBox .step {height: 15px;width: 15px;margin: 0 2px;background-color: #bbbbbb;border: none;border-radius: 50%;display: inline-block;opacity: 0.5;}
.multistepBox .step.active {opacity: 1;}

/* Mark the steps that are finished and valid: */
.multistepBox .step { display:none; }
.multistepBox .step.finish {background-color: #4CAF50;}

.multistepBox .navButtons { margin-top:-10px; }
.multistepBox .navButtons .button { width:150px; }

@media (max-width:767px) {
  .multistepBox #regForm { width:100%; }
}

/* REVIEW BOX */
.reviewBox { background-color:#F5FBFF; padding:35px 25px; }
.reviewBox .reviewImage { width:113px; height: 113px; object-fit: cover; border-radius:100px; margin:50px auto 20px; display:block; }
.reviewBox .reviewText { text-align:center; width:90%; margin:0 auto; }
.reviewBox .reviewAuthor { text-align:center; font-weight:bold; margin-top:10px; }

/** stars **/
.ratingBox p { margin-bottom:5px; }
.ratingBox .star { background: url("images/star.png") no-repeat; background-size:100%; width:21px; height: 19px; display: inline-block; }
.ratingBox .star.empty { background: url("images/star-empty.png") no-repeat; }

/* DEFAULT FORM BOX */
.formIntro { width:95%; }
.formBox { width:70%; }
.formBox .button { width:auto; }

@media (max-width:767px) {
  .formBox { width:100%; margin-bottom:80px !important; }
}

/* DEEL ERVARING */
.shareText { width:90%; }

/* LANDING PAGE */
.landingBox .landingBureau { text-align:center; }
.landingBox .landingBureau h2 { color:#297FCA; text-align: center; margin:50px 0 30px; font-size:24px; margin-bottom:30px; }
.landingBox .landingBureau { position: relative; text-align:left; overflow: hidden; margin-right: 0; background-color:#297FCA !important; padding:20px 10px; }
.landingBox .landingBureau h3 { font-size:18px; color:#fff; margin-bottom:30px; }
.landingBox .landingBureau a { color:#fff; width:100%; font-size:16px; border-bottom:#fff solid 1px; display:block; padding-bottom:8px; }
.landingBox .landingBureau a:after { content: "\f0a9"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 10px; bottom: 24px; }
.landingBox .landingBureau a:hover { color:#ffff; text-decoration: none; }
.landingBox .landingBureau .button { margin-top:20px; }

.landingBox .landingText { margin:30px 0; }
.landingBox .landingText h3 { font-size:16px; }
.landingBox .kortingBox .button { width:auto; }

.landingBox .filterMobile { margin:10px 0 0; }

@media (max-width:767px) {
  .landingBox .col-md-6 { padding-left:15px !important; padding-right:15px !important; }
}

/* FOOTER */
footer { background-color:#297FCA; padding:50px 0 20px; margin:0; color:#fff; }
footer h2 { font-size:20px !important; margin-bottom:20px; }
footer p { font-size:16px !important; }
footer ul { margin:0 20px 0 0; padding:0; display: inline-block; }
footer ul:nth-child(3) { margin-top:-20px; }
footer ul li { list-style-type: none; }
footer ul li a { color:#fff; }
footer .link { color:#fff; text-decoration: underline; display:block; margin-top:10px; }
footer .link:hover { color:#fff; text-decoration: none; }

footer .cityFooter { margin:0 0 0 90px; }
footer .cityFooter a:hover { color:#fff; opacity:.7; }

footer .bottomBox { text-align:center; width:90%; margin:45px auto 0; padding:15px 0 0; border-top:#fff solid 1px; }
footer .bottomBox ul { margin-left:10px; }
footer .bottomBox ul li { display:inline-block; }
footer .bottomBox ul li a:hover { color:#fff; opacity:.7; text-decoration: none; }

@media (max-width:1024px) {
  footer .button { width:auto; padding:9px 15px 10px; }
  footer ul:nth-child(3) { margin-top:0; }
}

@media (max-width:767px) {
  footer h2 { margin-bottom:10px; }
  footer .cityFooter ul { margin:0 60px 0 0; }
  footer .cityFooter { margin:50px 10px; }
  footer .button.borderwhiteBtn { width:100%; }
  footer .link { text-align:center; }
}

.starlabel { float:left; display:block; }
.starrating { float:left; clear: both; }
.starrating > input {display: none;}
.starrating > label:before { content: "\f005"; margin: 2px; font-size: 1.5em; font-family: "Font Awesome 5 Free"; font-weight: 400; display: inline-block; }
/*.starrating > label { color: #297fca; } */
.starrating > label { color: #41a3f8; }
.starrating > input:checked ~ label { color: #41a3f8; }
.starrating > input:checked ~ label:before { font-weight: 900; }
.starrating > input:hover ~ label { color: #41a3f8; }
.starrating > input:hover ~ label:before { font-weight: 900; }

.ratingBox label:before { font-weight: 900; }
.ratingBox label.hover { color: #41a3f8; }
.ratingBox label.hover:before { font-weight: 400; }

.alignleft { float:left; }
.alignright { float:right; }
.margin { margin-top: 20px; }
.btnAll { width:auto; margin-top: 15px; }

label.voorwaarden a{ text-decoration:underline; }