#webtext_bottom h3, #webtext_top h3, .tabContent  h3 {
  font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #319a93;
}
.rangeFilter {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: #3faf6c;
}
.rangeFilter .row{
  padding: 10px 20px 0 20px;
  line-height: 40px;
}
.rangeFilter input{
  min-height:40px;
  line-height:40px;
  border-radius:5px;
  padding:0 5px;
  border:0;
  width: 100%;
}

.rangeFilter .slider-range {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.filter {
  position: relative;
  clear: both;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  margin-top:20px;
  overflow: hidden;
}

.filter.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}

@media screen and (min-width: 767px) {
  .filter {
    transition:opacity 1s ease-out;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}

.filter .filters__search {
  padding-bottom: 5px;
  position: relative;
}

.filter .filters__search .filters__search__input {
  box-sizing: border-box!important;
  font-size: 16px!important;
  font-style: italic!important;
  height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 40px;
  background: #fff!important;
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin-bottom: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}

.filter .filters__search .filters__search__clear {
  display: none;
}

.filter .filters__search button {
  padding: 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  min-height: 1px;
  width: 35px;
  background: transparent;
  border: none;
}

.filter .filters__search button .fa-times {
  color: #444!important;
}

.filter .filters__search button .fa-search {
  color: #136734!important;
}

.filter .rangeFilter .ui-button,.filter .rangeFilter .ui-state-default,.filter .rangeFilter .ui-widget-content .ui-state-default,.filter .rangeFilter .ui-widget-header .ui-state-default,.filter html .rangeFilter .ui-button.ui-state-disabled:active,.filter html .rangeFilter .ui-button.ui-state-disabled:hover {
  border: 1px solid #157620;
  background: #157620;
  border-radius: 100%;
}

.filter .rangeFilter .ui-widget.ui-widget-content {
  border: 0;
  margin-top: 20px !important;
  margin: 0 15px;
}

.filter .rangeFilter .ui-widget-header {
  background: #8fb79b;
}

.filter .rangeFilter .ui-slider-horizontal .ui-slider-range {
  height: 11px;
}

.filter .rangeFilter .ui-widget-content {
  background: #d5d5d5;
  height: 11px!important;
}

.filter .title{
  display: block;
  clear: both;
  position: relative;
  margin: 0;
  color: #fff;
  background: #009640;
  font-weight: 300;
  font-size: 20px;
  padding: 15px 20px !important;
}

.filter .filters {
  margin-bottom:20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  width: 100%;
  background: #3faf6c;
  clear: both;
}
.filter .filters .wrapper {
  padding: 10px 20px 0 20px;
}

.filter .filters__list {
  transition: all .3s ease;
  list-style: none!important;
  margin-left: 0!important;
}

.filter .filter-toggle {
  color: transparent;
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  height: 0;
}

.filter .filter-toggle.is-open:after {
  content: "\f106";
}

.filter .filter-toggle:after {
  content: "\f107";
  font-family: Fontawesome;
  color: #ffffff;
  position: absolute;
  right: 0;
  font-size: 25px;
  bottom: -20px;
}

.filters__item {
  display: none;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.filters__item .filters__label a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #565656;
}

.filters__item .filters__label:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 16px;
  left: 0;
  top: 0px;
  width: 16px;
  display: block;
  visibility: visible;
}
label {
  margin-bottom: 0.2em;
  color: #FFFFFF;
}
.filters__item.selected .filters__label,.filters__item.selected .filters__label a {
  font-weight: 700;
}

.filters__item.selected .filters__label:before {
  content: "\f00c ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #81c200;
  height: 20px;
  display: block;
  width: 20px;
  visibility: visible;
}

.filters__item input[type=checkbox] {
  visibility: hidden;
  width: 0;
}

.filters__label {
  display: block;
  margin-left: 20px;
}

.active-filters__item {
  background-color: #e9e9e9;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}













.label.aanleg {
  position:absolute;
  right: -9px;
  top: -4px;
  z-index:500;
  display:block;
}

.label.available {
  background: url(/images/label-beschikbaar.png);
  width: 146px;
  height: 146px;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}
.label.potgrond {
  background: url(/images/label-potgrond.png);
  width: 146px;
  height: 146px;
  z-index: 10;
  position: absolute;
  top: 104px;
  right: 0;
}
#shopArticle .label.potgrond {
  bottom: 0;
  top: auto;
  bottom: 0;
}
.label.aanleg {
  background: url(/images/label-aanleg.png);
  width: 146px;
  height: 146px;
  z-index: 10;
  position: absolute;
  top: 104px;
  right: 0px;
  left: 0;
}
.label.sale{
  background: url(/images/label-sale.png);
  width: 136px;
  height: 136px;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
}

.label.actie{
  background: url(/images/label-actie.png);
  width: 136px;
  height: 136px;
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 0px;
}


.label.summer{
  background: url(/images/label-summer.png);
  width: 145px;
  height: 145px;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
}
#articleDetail .korting{
  font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif !important;
  font-size: 32px !important;
  line-height: 1em !important;
  font-weight: 400 !important;
  color: #ef8e87 !important;
}
#articlesOverlay #loadBox{
  max-width: 210px;
  border: 1px solid #fff;
  background: #fff;
  padding: 15px;
  font-family:"Roboto" !important;
  font-weight:300 !important;
  color: #25b4b1 !important;
  margin: 120px auto 1em auto;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
#defaultNavBar{
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8FFFFFF,endColorstr=#d8FFFFFF);

}
.contentCol ul{
  margin-left:20px;
}
#searchBar input{
  border-radius:none !important;
  border:0 !important;
  box-shadow:none !important;
  -webkit-appearance: none;
}
#shop_menu_content .box > .inner a:hover h1{
  border:0 !important;
  text-decoration:none !important;
}
.box > .inner a:hover {
  text-decoration:none !important;
}
#shop_menu_content .buttonArticle h1{
  color: #FFF !important;
  text-align: center;
  line-height: 0;
  line-height: normal;
  font-size: 26px;
}
#shop_menu_content .buttonArticle{
  width: 100%;
  clear: both;
  padding: 10px !important;
  text-align: center !important;
}
#default  #title h1{
  color:#25b4b1 !important;
}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input.text, input.keywords, input.form-control{
  color: #000 !important;
}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input.text, input.keywords, input.form-control {
  height: auto;
  width: 100%;
  padding: 8px;
}
*::-webkit-input-placeholder, textarea, textarea.form-control, *::-webkit-input-textarea, -webkit-input-placeholder, input:-moz-placeholder{
  -webkit-text-security: none;
  color: #b9c8d3 !important;
  pointer-events: none;
}
textarea, textarea.form-control {
  height: 150px;
  width: 100%;
  padding: 7px 7px;
}
::-webkit-input-placeholder {
  color: #b9c8d3 !important;
  opacity: 1
}
:-moz-placeholder { /* Firefox 18- */
  color: #b9c8d3 !important;  
  opacity: 1
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #b9c8d3 !important;
  opacity: 1
}
:-ms-input-placeholder, input[placeholder], [placeholder], *[placeholder] {  
  opacity: 1
    color: #b9c8d3 !important;  
}
#headerImg .headers{
  display:inline-block;
  width:100%;
}
#formCol{
  margin-top: 40px;
}
#articlesHeader .pagination, #articlesFooter .pagination{
  float:left !important;
}

#vierluik .box h2,
#vierluik .box h3 {
  width:100%; 
}
@media only screen and (max-width: 468px){
  #main #vierluik .box .buttonArticle .price {
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
    line-height: 50px;
  }
}