/*===== CHAPTER 1 ==========  FONTS IMPORT  ==========*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800";

/*===== CHAPTER 2 ==========  NORMALIZE / RESET RULES   ==========*/

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1280px) {
  .box-second li {
    width: 12.5%;
    padding: 0px;
  }
  .box-second .text {
    font-size: 12px;
  }
}

/*===== CHAPTER 3 ==========  COMMON STYLES   ==========*/

.greyback {
  background: #f5f5f5;
}

.clear {
  clear: both;
}
body {
  font-family: "Open Sans", sans-serif !important;
}
a {
  color: #44abc7;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.justblack {
  color: #000 !important;
}
.footer-full-div.bottom-border {
  border-bottom: 1px solid #fff;
}
.italic-font {
  font-style: italic;
}
.italic-center {
  font-style: italic;
  text-align: center;
}
.padding-top-8 {
  padding-top: 8px;
}
.small-hyperlink {
  color: #008db2;
  margin-left: 5px;
}
.text_align_center {
  text-align: center;
}
.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
  display: block;
}
.padding-0 {
  padding: 0px;
}
.open > a {
  text-decoration: none;
}

.img-class-shade {
  /*opacity: 0.6;*/
  box-shadow: 0px 0px 10px #888888;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.temptext {
  font-style: italic;
  color: #999;
}

.no-border {
  border: 0px;
}
.no-bottom-border {
  border-bottom: 0px !important;
}
.grey-bottom-border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.bottom-margin-150 {
  margin-bottom: 150px;
}
.bottom-margin-125 {
  margin-bottom: 125px;
}
.bottom-margin-100 {
  margin-bottom: 100px;
}
.bottom-margin-90 {
  margin-bottom: 90px;
}
.bottom-margin-80 {
  margin-bottom: 80px;
}
.bottom-margin-70 {
  margin-bottom: 70px;
}
.bottom-margin-60 {
  margin-bottom: 60px;
}
.bottom-margin-50 {
  margin-bottom: 50px;
}
.bottom-margin-40 {
  margin-bottom: 40px;
}
.bottom-margin-30 {
  margin-bottom: 30px;
}
.bottom-margin-20 {
  margin-bottom: 20px;
}
.bottom-margin-10 {
  margin-bottom: 10px;
}
/*HP styling */
.insprong-l-40 {
  padding-left: 40px;
}
.insprong-r {
  max-width: 90%;
}

.smooth-blue-divider {
  border-bottom: 5px solid #f4f8fb;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 20px 0px;
}
.biggest-cta-div,
.review-cta-div {
  width: 100%;
  float: none;
  padding: 20px 0px 30px 0px;
  clear: both;
}

/* General buttons */
.btn-green,
.btn-green-light,
.btn-blue,
.btn-blue-light,
.btn-grey,
.btn-grey-light,
.btn-orange,
.btn-orange-light {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn-green:hover,
.btn-blue:hover,
.btn-grey:hover,
.btn-orange:hover {
  color: white;
  filter: brightness(110%);
}
.btn.btn-collapse.btn-green:hover {
  filter: none !important;
}
.btn.btn-collapse.btn-green{
cursor: auto;
}
.btn-green-light:hover,
.btn-blue-light:hover,
.btn-grey-light:hover,
.btn-orange-light:hover {
  filter: brightness(90%);
}
.btn-green {
  background-color: rgba(99, 184, 2, 0.95);
  color: white;
}

.btn-green-light {
  background-color: rgba(99, 184, 2, 0.25);
  color: #444;
}
.btn-blue {
  background-color: #00aad7;
  color: white;
}
.btn-blue-light {
  background-color: #e8f1f7;
  color: #444;
}
.btn-grey {
  background-color: #616161;
  color: white;
}
.btn-grey-light {
  background-color: #f5f5f5;
  color: #444;
}
.btn-orange {
  background-color: #ffbe79;
  color: white;
}
.btn-orange-light {
  background-color: #fae6d1;
  color: #444;
}
/* End general buttons */

.biggest-cta-btn,
.review-cta-btn,
.review-cta-btn-sm,
.bouwdossier-cta-btn {
  background-color: #63b802;
  color: #fff !important;
  display: block;
  font-size: 14px !important;
  font-weight: 400;
  margin: 15px auto 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 50%;
  -webkit-moz-border-radius: 4px;
  -moz-moz-border-radius: 4px;
  -ms-moz-border-radius: 4px;
  -o-moz-border-radius: 4px;
  moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.biggest-cta-btn:hover {
  background-color: #70d200;
  text-decoration: none;
}

.review-cta-btn,
.review-cta-btn-sm,
.bouwdossier-cta-btn {
  background-color: #00aad7;
  margin: 10px auto 0;
  padding: 10px;
  float: left;
  width: 75%;
}
.review-cta-btn-sm {
  float: none;
  font-size: 12px !important;
}
.bouwdossier-cta-btn {
  margin: 20px auto 0px auto;
  float: none;
  width: 50%;
}

.review-cta-btn:hover,
.review-cta-btn-sm:hover,
.bouwdossier-cta-btn:hover {
  background-color: #1d89c1;
  text-decoration: none;
}

.btn-info-default {
  border: 1px solid #63b802;
  background: #fff;
  color: #63b802 !important;
  display: block;
  font-size: 14px !important;
  font-weight: 400;
  margin: 10px auto;
  padding: 5px 10px;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
  max-width: 250px;
  position: relative;
}
.btn-info-default:hover {
  border: 1px solid #999999;
  text-decoration: none;
  color: #333333 !important;
}

.uwbedrijf-wit {
  margin-bottom: 30px;
}

.new-row-fixx {
  clear: both;
  float: none;
  width: 100%;
  position: relative;
  height: 10px;
}

.code-snippet {
  padding: 20px 40px;
  max-width: 100%;
  background: hsl(30, 80%, 90%);
  border: 1px solid #f38338;
  overflow: scroll;
}

@media only screen and (max-width: 767px) {
  .clear-fixx {
    clear: both;
  }
  .biggest-cta-btn {
    width: 75%;
  }
  .review-cta-btn {
    margin: 20px auto 0;
    width: 85%;
    float: none;
  }

  .facebook-footer-container {
    display: none;
  }

  /*HP styling */
  .insprong-l-40 {
    padding-left: 0px;
  }
  .insprong-r {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .clear-fixx {
    clear: both;
  }

  .leftfloat-btn {
    float: left;
  }

  .facebook-footer-container {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .clear-fixx {
    clear: none;
  }
  .facebook-footer-container {
    display: block;
    padding-right: 0px;
  }
  .facebook-footer-container iframe {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .headerDiv .container,
  .mainContainer,
  .greyback .container,
  .homepageheader .container,
  .prohomeheader .container,
  .prohomeheader-sub .container,
  .webmasterheader-sub .container,
  .jobpagesheader-sub .container,
  .pre-footer .container,
  .sticky-cta-bottombar .container,
  .footerMain .container,
  .cw-footerMain .container,
  .bottom-bg .container,
  .cw-bottom-bg .container {
    padding-left: 55px;
    padding-right: 55px;
  }
  .facebook-footer-container {
    display: block;
    overflow: hidden;
    max-width: 100%;
  }
}
/*common styles end*/

/*-----------------------MODAL STYLES -----------------------------------*/
@media only screen and (max-width: 991px) {
  .modal-dialog {
    margin-top: 70px;
  } /*voorkomen dat modal achter topnav schuift op XS en SM*/
}
.modal-header {
  background: #1d89c1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.modal-header .close {
  color: #fff;
  font-size: 26px;
  opacity: 0.8;
}
.modal-header .close:hover {
  color: #bedde5;
}
.modal-body {
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

  color: #666;
}
.modal-body h5 {
  color: #1d89c1;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
}
.modal-signup {
  padding-left: 30px;
}
.modal-signin {
  border-right: 1px solid #ddd;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .modal-signin {
    border-bottom: 1px solid #ddd;
    padding-right: 15px;
  }
  .modal-signup {
    padding: 30px 15px 15px 15px;
  }
}
.modal-body .btn-success {
  background-color: #1d89c1;
  border-color: #1d89c1;
}
.modal-body .btn-success:hover {
  background-color: #00a9d5;
  border-color: #00a9d5;
}
.sectortemplate-nodefault .sector-form-helper-content {
  display: block !important;
}
.sectortemplate-nodefault .sector-form-question .option {
  float: left;
  width: 107% !important;
  /* display: inline-block; */
}
.sectortemplate-nodefault .sector-form-helper-content p strong {
color:#63B901;
font: 15px/24px "Open Sans", sans-serif;
}

.row-trustpilot{border-top: 1px solid #84a3ab;padding: 20px 20px;}
.trustbox-sidebar{margin:30px 0;border-top:1px solid #f9fbfc;padding-top:10px;border-bottom:1px solid #f9fbfc;padding-bottom:10px;}
