html, body, p, li{
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body{
  background-color: #fbfcfd;
}
body, p, li{
  color: #333333;
}
/*div#main-content{
	padding-top:7rem!important;
}
div#main-content.parallax-header{
	padding-top:5rem!important;
}*/

a {
    color:#009a3e;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    /*font-size: 16px;
    font-weight: 400;*/
    font-style: normal;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    outline: none;
}
a:hover {
  color:#5c5c5c;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    color: #515151;
    -webkit-font-smoothing: antialiased;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h2 {
    font-size: 35px;
    margin-bottom: 15px;
}
h3{font-size:30px}
h4{font-size:25px}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
}

.size-2x{
  font-size: 1.5em;
}
.text-small{
  font-size:.85em;
}

.starred, .green{
  color:#009a3e;
}

.alert-danger, .alert-danger li {
    color: #a94442;
    /*background-color: #ebccd1;
    border-color: #ebccd1;*/
}

.alert.alert-danger a{
  color: #8c2927;
}

.alert .progress{
  height: 2px;
  max-height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.alert-danger .progress{
  background-color: #d25f5c;
}
.alert-success .progress{
  background-color: #74bb84;
}

.navbar{
  padding: .5rem 0rem;
}
.navbar .navbar-nav > li > a{
  margin: 0 15px;
  padding: 4px 0 !important;
  position: relative;
  text-decoration: none;
}
.navbar .navbar-nav > li > a:not(.disabled){
  color: #fff !important;
}

.navbar .navbar-nav > li > a, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:hover, .navbar .navbar-nav > li.active > a:focus, .navbar .navbar-nav > li.th-accent, .navbar a.dropdown-item{
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 15px;
  /*font-weight: 300;*/
  font-weight:400;
  font-style: normal;
}

.navbar-toggler{
  outline:none !important;
  border: 0;
}

.navbar .navbar-nav > li > a{

}
.navbar-nav > li.menu-item-starred{
	padding: 0px 17px;
	margin:0;
	color: #333333;
	margin-left: 2px;
    margin-top: 0px;
    border-radius: 50px;
	transition: all 0.2s linear;
	border: 1px solid rgba(255,255,255,0.65);
}
.navbar-nav > li.menu-item-starred:hover, li.menu-item-starred.active {
    background-color: #47a447 !important;
    border-color: #253825 !important;
}
.navbar-nav > li.menu-item-starred > a{
	margin: 0;
	padding:0;
	color: #333333;
	transition: all 0.2s linear;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009a3e;
}
.dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

header:not(.transparent) .bg-dark-bs{
  background-color: #252b2d !important;
}

header.transparent{
  background-color: transparent;
  position:fixed;
  z-index:2000;
  width:100%;
  transition: .7s all;
}
header:not(.transparent), header.fixed{
  background-color: #252b2d;
  position:fixed;
  z-index:2000;
  width:100%;
}

.parallax-background{
    /*background-image: url('../../img/background1.jpg');*/
    background-image: url('https://static.bouwstars.be/background/background1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	min-height:600px;
}

.background-overlay{
    background-color: transparent;
    /*background-image: linear-gradient(360deg, #227aa3 0%, #128a8c 100%);*/
    /*opacity: 0.83;*/
    opacity: 0.73;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /*background-image: linear-gradient(360deg, #69a093 0%, #1c2121 100%) !important;*/
    background-image: linear-gradient(360deg, #555555 0%, #717171 100%) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.background-overlay-content{
	text-align: center;
	z-index:2;
	position: relative;
	padding: 80px 20px 0px;
}
.background-overlay-content > img{
	max-width:100%;
  margin-top: 104px;
}

.background-overlay-content h2, .background-overlay-content h4{
  color:#fff;
  padding: 17px 0px;
  padding-top: 7px;
}
h2#header_main-search span{
  font-size: 27.5px;
}

footer{
  background: #292e31;
  color: #d2d2d2;
  padding: 70px 0 0;
  margin-top: -1px;
  display: block;
}
footer p, footer a{
  font-weight: 400;
}

.footer-btm-bar {
    background: #23272a;
    padding: 30px 0 20px;
}
.footer .footer-copyright {
    text-align: center;
}
.footer p, .footer a {
    color: #d2d2d2;
}
.footer a {
    height: 45px;
    display: inline-block;
}
.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-align: left;
}
.footer .widget {
    text-align: left;
    margin-bottom: 40px;
}
.th-contact-info-widget .icon-block i {
    padding-right: 10px;
    vertical-align: -1px;
}
.footer-widgets.row {
    margin-bottom: 30px;
}
.footer .icon-blocks p a, .footer .icon-blocks p i, .footer .icon-blocks p span {
    font-size: 15px;
}
span.open-btn {
    margin: 0 8px 14px 0;
    padding: 6px 8px;
    border: 1px #eee solid;
    border-radius: 1px;
}
.footer .soc-widget i {
    color: #4f5356;
}
.footer .soc-widget i:hover {
    color: #8e979d;
}
.soc-widget i, .soc-widget a i {
    font-size: 32px;
    margin: 0;
    padding: 0 10px 10px 0 !important;
}

#scrollUp {
    width: 50px;
    height: 50px;
    bottom: 18px;
    right: 18px;
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(000,000,000,0.3);
    opacity: 0.6;
    border-radius: 5px;
    position: fixed;
    z-index: 2147483647;
    display: none;
}
#scrollUp:before {
    content: "\f106";
    font-family: "fontawesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-content section{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#main-content:not(.parallax-header) > section:first-of-type{
  padding-top: 6rem;
}
#main-content section.section-grey, .bg-grey{
  background-color: #f2f2f2;
}
#main-content section.section-white, .bg-white{
  background-color: #fff;
}
#main-content section h2:first-of-type{
  margin-top: 10px;
}

.bs-error{
  color:#d00;
}
.bs-grey{
  color:#bbb;
}

.icon-block-short{
  padding: 30px;
}
.icon-block-short i.th-linea{
  font-size: 54px;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  color:#009a3e;
  hyphens: manual;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1px;
}
.icon-block-short h5{
  margin-top: 0px;
}

.bs-submit-btn{
  align-items:flex-start;
  background-color:rgb(76, 175, 80);
  background-image:none;
  border-bottom-color:rgb(76, 174, 76);
  border-bottom-left-radius:50px;
  border-bottom-right-radius:50px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-image-outset:0px;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-left-color:rgb(76, 174, 76);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:rgb(76, 174, 76);
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:rgb(76, 174, 76);
  border-top-left-radius:50px;
  border-top-right-radius:50px;
  border-top-style:solid;
  border-top-width:1px;
  box-sizing:border-box;
  color:rgb(255, 255, 255);
  cursor:pointer;
  direction:ltr;
  display:inline-block;
  font-family:Lato, Helvetica, Arial, sans-serif;
  font-size:15px;
  font-stretch:100%;
  font-style:normal;
  font-variant-caps:normal;
  font-variant-east-asian:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-weight:600;
  letter-spacing:normal;
  line-height:21.4286px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  overflow-x:visible;
  overflow-y:visible;
  outline: none;
  padding-bottom:10px;
  padding-left:30px;
  padding-right:30px;
  padding-top:10px;
  text-align:center;
  text-indent:0px;
  text-rendering:auto;
  text-shadow:none;
  text-size-adjust:100%;
  text-transform:none;
  transition-delay:0s;
  transition-duration:0.2s;
  transition-property:all;
  transition-timing-function:linear;
  user-select:none;
  vertical-align:middle;
  white-space:normal;
  word-spacing:0px;
  writing-mode:horizontal-tb;
  -webkit-appearance:none;
  -webkit-font-smoothing:antialiased;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  -webkit-border-image:none;
}
.bs-submit-btn:hover, .bs-submit-btn:focus, .bs-submit-btn:active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
    text-decoration: none;
    outline: none;
}
.bs-submit-btn.size-2x{
    font-size: 1.5em !important;
    padding: 20px 60px;
}

.btn {
    border-radius: 50px;
    white-space: normal;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent
    user-select:none;
}
.btn.btn-link{
  border-radius: 0px;
}
.btn:not(.btn-sm) {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 22px;
}
.btn-success {
    color: #fff !important;
    background-color: #4CAF50;
    border-color: #4cae4c;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 50px;
}
.btn.btn-sm{
  line-height: 1.3;
  padding: .25rem .75rem;
}

.boxed-text{

}
.boxed-text h4{
  margin-top: 50px;
  margin-bottom: 30px;
}

.price-vat-info-text {
    color: #999;
    font-size: .85em;
}

form .card label{
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: normal;
  /*margin: 20px 0 6px;*/
  font-weight: 700;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: 0px;
    margin-right: 10px;
}
.radio label, .checkbox label, label.light {
    display: inline;
    font-weight: 400 !important;
    cursor: pointer;
}
label.light {
    display: inline;
    font-weight: normal !important;
    cursor: default;
}
form .card label a{
  font-size: 14px;
}

/*form input[type=text], form input[type=email], form input[type=url], form input[type=password], form input[type=number], form input[type=tel],
form input[type=text], form input[type=password], form input[type=email], form input[type=number], form input[type=file], form input[type=search]*/
form .form-control, .large-header-search input, .large-header-search-wat input{
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 46px !important;
  margin-bottom: 0;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.3;
  background-color: #ffffff;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  /*box-shadow: 0 0 0 !important;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  font-weight: normal;
  border: 1px solid #d3d3d3;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: #5c5c5c !important;
  /*-webkit-appearance: none; --> verbergt pijltjes bij select bvb */
  width: 100% /*!important*/;
  display: block;
  background-image: none;
  margin:0;
  -webkit-rtl-ordering: logical;
  cursor: text;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  -webkit-writing-mode: horizontal-tb !important;
  direction: ltr;
}
form .form-control::placeholder{
  color:#bbb;
  opacity: 1; /* Firefox */
}
form .form-control:-ms-input-placeholder{
 color:#bbb;
}
form .form-control::-ms-input-placeholder{
 color:#bbb;
}

form select:focus, form textarea:focus, form input:not(.form-control-plaintext):focus {
    border-color: #009a3e!important;
    border-top-color: rgb(0, 154, 62) !important;
    border-right-color: rgb(0, 154, 62) !important;
    border-bottom-color: rgb(0, 154, 62) !important;
    border-left-color: rgb(0, 154, 62) !important;
    box-shadow: 0 0 0 !important;
}
form textarea.form-control{
  padding: 20px !important;
  height: auto !important;
}
form .custom-file > label.custom-file-label{
  padding-top: 7px;
  padding-right: 100px;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form .custom-file > label.custom-file-label::after{
  padding-top: 7px;
  content: "Selecteer";
  font-weight: 700;
}

.form-control-plaintext{
  color: #5d5d5d;
}
.large-header-search input, .large-header-search-wat input{
  height: 46px !important;
  font-size: 24px;
  background: rgba(250, 250, 250, 0.5);
  border-radius: 10px;
  text-align: center;
}
.large-header-search input:focus, .large-header-search-wat input:focus {
  border-color: #009a3e!important;
  /*border-top-color: rgb(0, 154, 62) !important;
  border-right-color: rgb(0, 154, 62) !important;
  border-bottom-color: rgb(0, 154, 62) !important;*/
  border-left: none !important;
  box-shadow: 0 0 0 !important;
  background: rgba(250, 250, 250, 0.75);
}
.large-header-search input:focus::placeholder, .large-header-search-wat input:focus::placeholder{
  color: #bbb;
  opacity: 1; /* Firefox */
}
.large-header-search input:focus:-ms-input-placeholder, .large-header-search-wat input:focus:-ms-input-placeholder{
  color: #bbb;
}
.large-header-search input:focus::-ms-input-placeholder, .large-header-search-wat input:focus::-ms-input-placeholder{
  color: #bbb;
}
.large-header-search .input-group-text, .large-header-search-wat .input-group-text{
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-right: none;
  height: 46px;
  width: 46px;
}
.large-header-search .input-group-prepend, .large-header-search-wat .input-group-prepend{
  margin-right: 0px;
}
/*.large-header-search:focus-within .input-group-text{
  border-color: #009a3e;
  border-right: none;
}*/
.large-header-search, .large-header-search-wat{
  opacity: 0;
}
.large-header-search > .keuzeLoader i, .large-header-search-wat > .keuzeLoader i{
  font-size:18px;
  color: #aaa;
}
.large-header-search > .keuzeLoader, .large-header-search-wat > .keuzeLoader{
  position: absolute;
  right:23px;
  top:10px;
  display: none;
}
.header-regio-container{
  /*min-height: 121px;*/
  min-height: 100px;
}

h4.home-regio-choosen > i{
  font-size: .85rem;
  font-weight: normal;
  cursor: pointer;
  bottom:2px;
  position: relative;
  width: 18px;
  min-width: 18px;
  opacity: .45;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
h4.home-regio-choosen > i:hover{
  opacity: .85;
}
h4.home-regio-choosen > em{
  padding-top:10px;
  display: block;
  font-size: 22px;
  animation: bsFlipIn 1.5s;
}

.inschrijving-regio-info {
    display: inline-block;
    margin-top: 8px;
}

.bs-contact-response-div{
  margin-top:30px;
  margin-bottom:25px;
}
.bs-contact-true-div{
  text-align: center;
  height: 26px;
}
.bs-contact-form-success{
  color:#50a750;
  display: none;
}
.bs-contact-form-error, .bs-contact-form-incomplete{
  color:#d00;
  display: none;
}
input.bs-contact-input-error{
  border-color: #d00 !important;
}

div.reference-img > a{
  position: relative;
}
div.reference-img > a > div.title{
  /*background-color: #000;
  opacity: .59;*/
  background: rgba(0,0,0, 0.65);  /* hierdoor is opacity van text wel nog 100%, met regel hierboven niet*/
  color: #eee;
  position: absolute;
  display: block;
  bottom: -40px;
  width: 100%;
  height: 70px;
  font-size: .8rem;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*transition: all .75s ease-in-out;*/
  transition: all .4s ease-in-out;
}
div.reference-img > a:hover{
  text-decoration: none;
}
div.reference-img > a:hover > div.title{
  bottom: 0px;
}
div.reference-img > a > div.title > span{
  text-transform: uppercase;
  font-size: .6rem;
  padding-top: 5px;
  display: inline-block;
}
div.reference-img > a:first-of-type {
  border-radius: 5px;
  display: inline-block;
  height: 170px;
  overflow: hidden;
  width: 100%;
}
div.reference-img > a  > img{
  height:100%;
  width:100%;
  object-fit: cover;
  transition: /*all 0.5s ease-in-out*/all .3s ease-out;
}
div.reference-img > a:hover  > img{
  transform: scale(1.1);
}
div.reference-img.partner > a{
  background-color: #fff;
}
div.reference-img.partner > a > img{
  object-fit: contain;
}

#panel-pma-referenties div.reference-img > a {
  height: 120px;
  width: 100%;
}
#panel-pma-referenties div.reference-img > a.ref-img-delete-link {
  color: #d00;
  position: absolute;
  top: 96px;
  height: 24px;
  text-align: center;
  left:0px;
  width:100%;
  background-color: rgba(255,255,255,0.65);
  font-size: 14px;
}

#indexVacaturesCarousel div.reference-img{
	text-align:center;
}
#indexVacaturesCarousel div.reference-img img{
	max-height: 75px;
    width: auto;
    max-width: 75%;
    object-fit: contain;
}
#indexVacaturesCarousel div.reference-img .spacer{
	min-height:100% !important;
	min-width:300px;
}
#indexVacaturesCarousel div.reference-img .intern-titel{
	margin-top:.9rem!important;
	line-height:normal;
	font-size:.9rem;
}


.profiel-left a.btn{
  min-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.profiel-left .company-data, .vacatures-data{
  font-size: .9rem;
  color:#777;
  border: 1px solid #f1f1f1;
  border-radius: .25rem;
  padding: 13px 20px;
  /*box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;*/
  background-color: #fff;
}
.profiel-right .company-header{
  color:#777;
  border: 1px solid #f1f1f1;
  border-radius: .25rem;
  padding: 20px;
}
.profiel-right .company-header span{
  display: block;
}
.profiel-right .company-header span:not(:first-child){
  font-size: .85rem;
  margin-top: 3px;
}
.profiel-right .company-header span > strong{
  font-size: 1rem;
}
.profiel-right .company-header span > i{
  margin-right: 5px;
}
.image-responsive-square {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
    border-radius: .25rem;
}
.image-responsive-square img{
    position:absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#accordionVragen .btn{
  padding: 0;
}
#accordionVragen .btn-link{
  color:#009a3e;
  text-decoration: none;
}
#accordionVragen .card{
  border-radius: 0px;
}
#accordionVragen .card:first-child{
  border-radius: .25rem .25rem 0 0;
}
#accordionVragen .card:last-child{
  border-radius: 0 0 .25rem .25rem;
}
#accordionVragen .card .collapse{
  border-bottom: 0px;
}
#accordionVragen .card-header{
  /*background-color: #e9ecef;*/
  /*background-color: #f2f4f7;*/
  background-color: #f5f7f9;
  cursor: pointer;
}

.card-text{
  font-size: .9rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #009a3e;
}
.nav-pills .nav-link:not(.active){
  background-color: #e9ecef;
  color: #aaa;
}
.nav-pills .nav-link:not(.active):hover{
  background-color: #d4d9de;
  color: #fff;
}
.nav-pills .nav-link:not(.last), .nav-pills .show>.nav-link{
  margin-bottom: 8.5px;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link{
  margin-left: 4px;
  margin-right: 4px;
}

.a2a_default_style a{
  float: none!important;
}
.a2a_default_style .a2a_counter img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg{
  display: inline-block;
  float: none!important;
}
.a2a_title_bs{
  text-transform: uppercase;
  font-size: 10px;
  color: #aaa;
  padding-bottom: 7px;
  display: inline-block;
}

.shadowed {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

#gallery img{
  cursor: pointer;
}
.lg-progress-bar .lg-progress{
  background-color: #009a3e !important;
}

#partner-offerte-form label{
  overflow: hidden;
}

.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 80px; line-height: 96px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 64px; font-size: 64px; line-height: 64px; font-style: normal; }
.hero-widget var.text {font-size: 17px;}
.hero-widget var.text i.fa {font-size: 14px;color:#6c757d;}
.hero-widget label { font-size: 17px; }
.hero-widget .options { margin-top: 10px; }

#partner-mijn-account h5 a{
  font-size: .9rem;
  color:#515151;
}

.card > .card-img-top-container{
  overflow: hidden;
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
a.bs-promos-card-item .card > .card-img-top-container > img{
  transition: all .5s ease-out;
}
a.bs-promos-card-item:hover .card > .card-img-top-container > img{
  transform: scale(1.03);
}

a.bs-promos-card-item .card{
  transition: all .4s;
}
a.bs-promos-card-item:hover .card{
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.13);
}

#panel-partner-overzicht-promos .card > .card-img-top{
  height: 90px;
  object-fit: cover;
}
#panel-partner-overzicht-promos .promo-status{
  font-size:7px;
  /*display: table-caption;*/
  display: inline-block;
  position: relative;
  left: 0px;
  top: -1.51px;
}
#panel-partner-overzicht-promos .card.promo-verlopen{
  background-color: #f9f9f9;
  color:#aaa;
}
#panel-partner-overzicht-promos .card.promo-verlopen *{
  color:#aaa !important;
}
#panel-partner-overzicht-promos .card.promo-verlopen img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#panel-partner-overzicht-promos div.links{
  min-height: 26px;
  height: 26px;
}
#panel-partner-overzicht-promos div.links a{
  text-decoration: none;
  color: #6c757d;
  font-size: 14px;
}

.card-header .bs-header-right-options{
  float: right;
}
.card-header .bs-header-right-options a:hover{
  text-decoration: none;
}

div.tooltip.show{
  opacity: .82;
}

#profile-contact #gmap-container{
  width: 100%;
  height: 180px;
}

.g-recaptcha.captcha-centered{
  text-align: center;
}
.g-recaptcha.captcha-centered > div{
  width: auto !important;
}

.bs-object-fixed-left > i{
    position: absolute;
    left: 15px;
    line-height: inherit !important;
}
.bs-object-fixed-left{
  padding-left: 22px;
  display: inline-block;
  line-height: inherit !important;
}
.bs-object-fixed-left > .bs-object-fixed-right{
  display: inline-block;
  padding-left: 11px;
}

.cookie-policy-popup{
  position: fixed;
  left:0px;
  bottom:0px;
  height:250px;
  width:320px;
  background-color: #218838;
  padding: 25px;
  border-radius: 0px 40px 0px 0px;
  color: #fff;
  z-index: 99999;
}
.cookie-policy-popup *{
  color: #fff;
}
.cookie-policy-popup p{
  font-size: 14px;
}
.cookie-policy-popup a{
  text-decoration: underline;
}
.cookie-policy-popup a:hover{
  color:#ccc;
}

/*https://stackoverflow.com/questions/15844500/shrink-a-youtube-video-to-responsive-width*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 38.5%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 10%;
    width: 74.5%;
    height: 100%;
    display:block;
}
.videotitle{
  width:80%;
  margin-left:7%;
}

section.bg-404{
  background-color: #000;
  background-image: url('/img/background-404.jpg');
  background-size: cover;
  min-height: 500px;
}
section.bg-404 h1{
  font-size: 5rem;
}
section.bg-404 h1, section.bg-404 h2, section.bg-404 p{
  color: #eee;
}

.overzicht-partners-card-img{
  max-height: 110px;
  height:110px;
  overflow: hidden;
}
a.overzicht-partners-card-link{
  text-decoration: none !important;
}

.overzicht-partners-card-img img {
  position: relative;
  top: 50%;
  z-index: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}

.vacatures-data h5{
	text-transform:uppercase;
	font-size:.9rem;
	font-weight:bold;
	text-align:center;
}
.leftcol-slider-vacatures a{
	text-decoration:none !important;
}
.leftcol-slider-vacatures > div, .leftcol-slider-vacatures > div > div{
	text-align:center;
}

.leftcol-slider-vacatures .vacature-logo{
	display: inline-block !important;
	margin-top:10px;
	height:75px;
}
.leftcol-slider-vacatures .vacature-logo, .leftcol-slider-vacatures .vacature-logo > img{
	max-height:75px;
}
.leftcol-slider-vacatures .vacature-titel{
	font-weight:bold;
	font-size: 0.9em;
	margin-top:10px;
}
.leftcol-slider-vacatures .vacature-bedrijf{
	font-weight:bold;
	font-size: 0.8em;
	margin-bottom:10px;
	margin-top:10px;
	color:#777 !important;
}
.leftcol-slider-vacatures .vacature-locatie{
	font-weight:normal;
	font-size: 0.8em;
	margin-bottom: 15px;
	color:#777 !important;
}





/*** Pricing ***/
.columns {
  float: left;
  width: 100%;
  padding: 8px;
	border-radius:10px;
  margin-bottom: 25px;
}
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	border-radius: 8px;
}
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
	opacity:1 !important;
}
.price.unselected{
	opacity:.5;
}
.price .header {
  background-color: #555;
  color: white;
  font-size: 25px;
	border-radius: 8px 8px 0px 0px;
}
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.price .grey {
    background-color: #eee;
    font-size: 20px;
}
.price .grey .rounded{
	border-radius: 0px 0px 8px 8px;
}
li.rounded > a{
  border-radius: 20px;
}

.right{
  text-align: right !important;
}

.button,.button:active,.button:visited,.button:focus {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}
.button:hover {
	background-color:#449d44;
	color: #eee;
    text-decoration: none;
}
/*** END Pricing ***/

/*** Select2 fixes ***/
.select2.select2-container{
	color: #555;
}
.select2.select2-container:not(.select2-inline-width){
	width: 100% !important;
}
.select2-container .select2-selection--single{
	height:46px;
  padding-top: 6px;
  padding-left: 0px;
  border-radius: 5px;
}
.select2-container .select2-choice, .select2-container .select2-selection--single {
    font-size: 13px;
    line-height: 1;
    padding: 0 15px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
		/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #555;
  padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.select2-dropdown .select2-results li {
    font-size: 13px;
    color: #5c5c5c;
}
.select2-container .select2-search__field{
  color: #555;
  padding-left:8px;
  padding-right:8px;
}
/*.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-search--dropdown .select2-search__field {
		border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}*/
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #009a3e!important;
    border-top-color: rgb(92, 184, 92) !important;
    border-right-color: rgb(92, 184, 92) !important;
    border-bottom-color: rgb(92, 184, 92) !important;
    border-left-color: rgb(92, 184, 92) !important;
    box-shadow: none !important;
    outline: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #999;
    color: white;
}

.large-header-search .select2-container .select2-selection--single, .large-header-search-wat .select2-container .select2-selection--single{
  border-radius: 10px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.large-header-search .select2 .select2-selection--single, .large-header-search-wat .select2 .select2-selection--single{
  background: rgba(250, 250, 250, 0.75);
  border: none !important;
}
.large-header-search .select2 .select2-selection__rendered, .large-header-search-wat .select2 .select2-selection__rendered{
  font-size: 18px !important;
  transform: translateX(-1.7%);
}
.large-header-search .select2-container--default .select2-selection--single:focus, .large-header-search-wat .select2-container--default .select2-selection--single:focus{
    border: none !important;
    box-shadow: none !important;
    outline: 0;
}
.large-header-search .select2.select2-container.select2-inline-width, .large-header-search-wat .select2.select2-container.select2-inline-width{
	/* Firefox */
  width: -moz-calc(100% - 46px) !important;
  /* WebKit */
  width: -webkit-calc(100% - 46px) !important;
  /* Opera */
  width: -o-calc(100% - 46px) !important;
  /* Standard */
  width: calc(100% - 46px) !important;
}
/*** END select2 ***/

/*** Bootbox ***/
.modal.fade{
	opacity: 1;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
  margin-top: 100px;
}
.modal.fade .modal-dialog a, .modal.fade .modal-dialog button{
  outline: none;
}
.bb-alert {
	position: fixed;
	bottom: 25%;
	right: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	padding: 1em 1.3em;
	z-index: 2000;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.bootbox .btn-primary {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootbox .btn-primary:hover, .bootbox .btn-primary:focus, .bootbox .btn-primary:active, .bootbox .btn-primary.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
    outline: none;
    box-shadow: none;
}
.bootbox .modal-title{
  position: absolute;
  margin:0px;
}
/*** END Bootbox ***/

/*** Animations ***/
@-webkit-keyframes bsFlipIn {
  0%   { transform: rotateX(90deg);}
  100% { transform: rotateX(0deg);}
}
@-moz-keyframes bsFlipIn {
  0%   { transform: rotateX(90deg);}
  100% { transform: rotateX(0deg);}
}
@-o-keyframes bsFlipIn {
  0%   { transform: rotateX(90deg);}
  100% { transform: rotateX(0deg);}
}
@keyframes bsFlipIn {
  0% { transform: rotateX(90deg);}
  100% { transform: rotateX(0deg);}
}
/*** End Animations ***/

/*** Login popup ***/
.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dialog {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(55, 58, 71, 0.9);
	opacity: 0;
	transition: opacity 0.3s;
}

.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}

.dialog__content {
	width: 50%;
	max-width: 560px;
	min-width: 290px;
	background: #fff;
	padding: 4em;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0;
}

.dialog--open .dialog__content {
	pointer-events: auto;
}

/* Content */
.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 2em;
	padding: 0 0 .5em;
	margin: 0;
}

/** jamie effect - https://tympanus.net/codrops/2014/12/08/inspiration-dialog-effects/ **/
.dialog__overlay {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.dialog__content {
	background: transparent;
}

.morph-shape {
	position: absolute;
	width: 125%;
	height: 100%;
	top: 0;
	left: -12.5%;
	z-index: -1;
}

.morph-shape svg {
	fill: #fff;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.8,0,0.2,1);
	animation-timing-function: cubic-bezier(0.8,0,0.2,1);
}

.dialog.dialog--open .dialog__content {
	-webkit-animation-name: anim-open;
	animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
	-webkit-animation-name: anim-close;
	animation-name: anim-close;
}

.dialog .dialog__content form, .dialog.dialog--close .dialog__content form{
  display: none;
}
.dialog.dialog--open .dialog__content form{
  display: block;
}


@-webkit-keyframes anim-open {
	0% { opacity: 0; -webkit-transform: translate3d(calc(50vw + 50%), 0, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes anim-open {
	0% { opacity: 0; -webkit-transform: translate3d(calc(50vw + 50%), 0, 0); transform: translate3d(calc(50vw + 50%), 0, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@-webkit-keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: translate3d(calc(-50vw - 50%), 0, 0); }
}

@keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: translate3d(calc(-50vw - 50%), 0, 0); transform: translate3d(calc(-50vw - 50%), 0, 0); }
}
/*** END login popup ***/

/*** BSM promos carousel ***/
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}
.carousel-control-next, .carousel-control-prev{
  width: 8%;
}
/*** END BSM carousel ***/

/*** Summernote ***/
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px !important;
  margin: 6px 0px 0px 3px !important;
}
textarea.summernote,textarea.summernote-opmerking{
  visibility: hidden;
}
/*** ENd summernote ***/

@media (max-width: 578px){
  .card-columns .card{
    display: inline-block;
  }
  .overzicht-partners-card-img{
    max-height: 240px;
  }
}

@media (max-width: 767px){
  header > .container{
    max-width: 100% !important;
  }

  .navbar .navbar-nav > li > a.nav-link{
    padding: 10px 15px !important;
  }
  .navbar-nav{
    border-top: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .dropdown-menu.show{
      margin-bottom: 15px !important;
  }

  header.transparent, header.transparent .bg-dark-bs{
    background-color: #252b2d !important;
  }

  .background-overlay-content > img {
	width: 250px !important;
	max-width: 100%;
  }

  .large-header-search .select2 .select2-selection__rendered, .large-header-search-wat .select2 .select2-selection__rendered{
    font-size: 18px !important;
    transform: translateX(-3.5%);
  }

  .background-overlay-content h2, .background-overlay-content h4 {
    color: #fff;
    padding: 17px 0px;
  }

  .dialog__content{
    padding: 3em 1em;
  }
}

@media (max-width: 991px) {
  .card-columns { /*https://stackoverflow.com/questions/34140793/bootstrap-4-responsive-cards-in-card-columns*/
    column-count: 2;
  }

  /*** tijdelijke bootstrap fix, want anders schuift alles niet mooi ***/
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(0%);
  }
  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(0%);
  }
}

@media (min-width: 768px){
  .navbar .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .navbar .navbar-nav > li:not(.menu-item-starred) > a:not(.disabled):hover:before, .navbar .navbar-nav > li:not(.menu-item-starred) > a.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .navbar .navbar-nav > li > a.active{

  }
}
