@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


body{
    font-family: 'Open Sans', sans-serif;   
}
h1, h2, h3, h4{
    text-transform: uppercase;
    font-weight: 700;
    word-wrap: break-word;
}
h1 {
    
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}
h3 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 25px;
}
h4{
   font-size: 16px;
}
a {
    font-weight: 700;
    color: #ff801f;
    cursor: pointer;
}
img {
    width: 100%;
}
.orange {
    background: #ff871d;
    color: #fff;
    padding: 15px;
    margin-bottom: 25px;
}
.dark {
    background: #07090b;
    padding: 15px;
    margin-bottom: 25px;
    color: #fff;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
a.vert-align {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.prijs {
    color: #ff9600;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-nav {
    padding-left: 0px;
    background: #ffffff;
}
.inner-nav li {
    display: inline-block;
}
.gray h3,
.daarom {
    text-transform: unset;
}
.daarom b {
    text-transform: uppercase;
}
.inner-nav li a {
    color: #333;
    font-weight: 700;
    background: #f5f5f5;
    padding: 5px 15px;
    display: block;
    margin-right: 1px;
}
.inner-nav li a:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
    transition: 0.5s;
}
.breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
    background: transparent;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    transition: 0.2s;
}
.breadcrumb:hover {
    color: #333;
    text-decoration: none;
    font-weight: 800;
}

.breadcrumb i {
    background: #ff9600;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    padding-right: 3px;
    margin-left: 5px;
}

table {
    background: #fbfbfb;
    width: 100%;
    margin-bottom: 50px;
}

table td:first-child {
    font-weight: 700;
}

table tr {
    border-bottom: 1px solid #dadada;
}

table td {
    padding: 5px 10px;
}
.carousel {
    margin-bottom: 50px;
}
.carousel .carousel-inner {
    padding-top: 66.6666%;
    background: #ededed;
}
.carousel .carousel-control.right, .carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel .carousel-control span {
    line-height: 300px;
}
.carousel .item {
    margin-top: -66.6666%;
}
.carousel .carousel-caption {
    top: 55%;
    transform: translate(0, -50%);
    height: auto;
    bottom: 0px;
    padding: 0px;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
}

.carousel .carousel-caption h3 {
    font-size: 45px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.88);
    margin: 0px;
    /* margin-top: 50px; */
}
.carousel-indicators {
    bottom: 10px;
}

#homepage.carousel {
    margin-top: -20px;
    z-index: -1;
}

#homepage.carousel .carousel-inner {
    padding-top: 0px;
}

#homepage.carousel .item {
    margin-top: 0;
    position: relative;
}
.form {
}

textarea {
    min-height: 150px;
}
select {
    margin-bottom: 15px;
}

input#submit {
    background: #07090b;
    border: none;
    width: 100%;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.no-rec input.btn {
    background: #ff801f;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000; 
  text-transform:uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#000; 
  text-transform:uppercase; 
}
:-ms-input-placeholder { /* IE 10+ */
  color:#000; 
  text-transform:uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color:#000; 
  text-transform:uppercase; 
}
.form form.formcss {
    background: #ff9600;
    padding: 15px;
}

.form p {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.form p a {
    color: #333;
}
.form-control {
    border-radius: 0px;
    border: none;
    height: 40px;
    margin-bottom:15px;
}

input.btn {
    width: 100%;
    background: #07090b;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
}

.related, .taxatie, .no-rec{
    background: #ededed;
    border: 1px solid #d4d4d4;
    padding: 15px;
}
.gray, .product-item {
    padding: 15px;
}
.related h4 a {
    color: #ff8e17;
    margin-bottom: 15px;
}
.related a {
    color: #07090b;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}

.related li a {
    display: inline;
    text-transform: none;
}

.related a img {
    margin-top: -15px;
}

.related ul {
    padding-left: 5px;
    min-height: 60px;
}
.related hr {
}
.related .item {
    background: #fff;
    padding: 15px;
    border: 1px solid #dcdcdc;
}
.owl-prev {
            left: -30px;
        }
.owl-next {
    right: -30px;
}
.owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    background: rgb(255, 142, 23);
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 90px;
    border-radius: 0;
    color: #fff;
    z-index: 9;
    font-size: 20px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.header-afb {
    height: 200px;
    margin-top: -20px;
    background-size: cover;
    background-position: center;
}

.button-like {
    background: #ff8e17;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 15px;
    transition: 0.5s;
    margin-bottom: 15px;
}
.button-like:hover {
    color: #fff;
    background: #a55814;
}
button[type="reset"] {
    background: transparent;
    border: none;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    color: #944000;
}
.taxatie-form {
    margin-top: 15px;
}
.taxatie-form.closed {
    display: none;
}
.product-item {
    padding: 15px;
    margin-bottom: 15px;
}
.product-item ul {
    min-height: 120px;
    font-size: 12px;
    padding-left: 15px;
}

.product-item .img-container {
    width: 100%;
    padding-bottom: 66.6666%;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-item .img-container img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.product-item h2 {
    margin-bottom: 5px;
}
.product-item h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}



.overlay {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.53);
    opacity: 0;
    transition: 0.5s;
    height: 100%;
}
.overlay:hover {
    opacity: 1;
}

.overlay i {
    color: #ff871d;
    display: block;
    font-size: 57px;
}
.overlay-container {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    top: 50%;
    transform: translate(0, -50%);
}
span.niet-beschikbaar {
    margin-top: -21px;
    display: block;
    margin-bottom: 25px;
    color: #ff8e17;
}
#map {
    width: 100%;
    height: 341px;
}
a.toggle-filter {
    color: #fff;
}
.square {
    width: 100%;
    padding-top: 100%;
    background: #ced1d8;
    height: 0px;
}

.square img {margin-top: calc(-100% - 24px);}
.sub-slider {
    margin-bottom: 25px;
}
.sub-slider .taxatie {
    height: 100%;
    margin-bottom: 0px;
}
.sub-slider .orange {
    height: 100%;
    margin-bottom: 0px;
}

.sub-slider .orange a {
    color: rgba(0, 0, 0, 0.58);
    width: 100%;
    display: block;
    text-align: right;
}
.sub-slider h2 {
    margin-bottom: 15px;
}

.sub-slider a.button-like.taxatie-toggle {
    margin-bottom: 0px;
}

.sub-slider form#k_search_form {
    margin-bottom: 0px;
}
form#k_search_form {
    margin-bottom: 20px;
}
span.samenvatting {
    display: block;
}
.zoekopdracht {
    margin-bottom: 15px;
}
.zoekopdracht .product-item h3 {
    font-size: 13px;
}
.zoeken .product-item {
    height: calc(100% - 30px);
}
.zoeken .product-item .samenvatting {
    min-height: 121px;
    display: block;
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    height: 114px;
    margin: 0 auto;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 10px;
}
.taxatie-form {
    background: rgba(255, 255, 255, 0.57);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-top: 0px;
}
.taxatie-form .tax-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ededed;
    padding: 15px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.59);
}
.taxatie-form .tax-container a {
    float: right;
}
span.small.breadcrumbs {
    margin-top: -25px;
    display: block;
    margin-bottom: 25px;
}

a.img-container {
    display: block;
    width: 100%;
    padding-bottom: 66.6666%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.img-container img {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

ul.level-0 {
    padding-left: 0px;
    text-transform: uppercase;
}

ul.level-0 li {
    display: block;
    border: 1px solid #d4d3d4;
    background: #ededed;
    padding: 0px 0px 0px;
}

ul.level-0 li a {
    color: #333;
    padding-left: 15px;
    line-height: 37px;
}

ul.level-0 ul {
    padding-left: 0px;
}

ul.level-0 ul li {
    background: #fff;
    border-left: none;
    border-right: none;
}

ul.level-2 li {
    padding-left: 16px;
    background: #ededed !important;
}

ul.level-2 {
}

ul.level-2 li:before {
    content: "-";
}

ul.level-0 ul li a {
    font-size: 12px;
    color: #808080;
}
ul.level-0 .current>a {
    color: #ff8e1a;
}
/*Navbar*/

.navbar-header {
    width: 100%;
    height: 60px;
}
.navbar-header .pull-right a {
    color: #333;
    line-height: 60px;
    text-transform: uppercase;
    margin-left: 15px;
}

.navbar-header .pull-right a i {
    color: #ff9600;
    background: #333;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    font-style: normal;
}
button.navbar-toggle {
    margin-right: 0px;
    margin-left: 15px;
    height: 40px;
    border: none;
    background: #333;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff8e17;
    height: 3px;
}
.navbar-header .navbar-brand>img {
    height: 40px;
    margin-top: 0px;
    width: auto;
}

.nav.navbar-nav {
    background: #07090b;
    color: #fff;
    float: right;
    margin-bottom: -25px;
} 

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight:600;
}

.navbar-brand>img {
    height: 40px;
    margin-top: 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #ff871d;
}

/*Footer*/
.row-eq-height .gray {
    min-height: 100%;
}

footer {
    background: #131313;
    color: #fff;
    margin-top: 50px;
    padding-top: 25px;
}
footer a {
    color: #ff9600;
}
footer a:hover {
    color: #ab6602;
}
footer h3 {
    color: #ff9600;
    text-transform: uppercase;
    font-size: 20px;
}
footer h4 {
    margin-top: 0px;
}
footer h4 a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

footer ul {
    color: #c2c2c2;
}

footer ul li a {
    color: #c2c2c2;
}
footer .copyright {
    background: #ff9600;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 25px;
}
div.pagination {
    padding: 3px;
    margin: auto;
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #ffc897;
    zoom: 100%;
    text-decoration: none; /* no underline */
    color: #ff871d;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #ff871d;
    color: #ff871d;
}
div.pagination span.page_current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #ff871d;

    *
    zoom: 100%;
    font-weight: bold;
    background-color: #ff871d;
    color: #FFF;
}
div.pagination span.page_disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;

    * zoom: 100%;

    color: #DDD;
}

* span.elipsis {zoom:100%}

.form.white form {
    background: #fff;
    padding: 0;
}

.form.white form input, .form.white form select, .form.white form textarea {
    background-color: #fbfbfb;
}

.form.white form p {
    color: #333;
    font-size: inherit;
    text-transform: none;
}

.form.white form input[type="submit"] {
    background: #07090b;
}

/* -- 5 column -- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* -- New -- */
section.category .content h4 {
    background-color: #333333;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 8px 4px;
    vertical-align: middle;
    display: table-cell;
    transition: 0.4s;
    width: 772px;
    text-decoration: none!important;
    height: 50px;
}
section.category a {
    text-decoration: none!important;
}
section.category .content {
    margin-bottom: 25px;
    transition: 0.4s;
}

section.category .image {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    display: block;
    background-color: #333333;
    border-radius: 50%;
    margin-bottom: -2px;
}
section.category .image .border {
    background-color: #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: inline-block;
    transition: 0.4s;
    border-radius: 50%;
    margin: 5px;
    border: 4px solid #ff871d;
}
section.category .image .border .border-inner {
    background-size: auto 70%;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.product-item {
    background-color: #fff;
}
section.category a {
    transition: 0.4s;
}
section.category a:hover .image .border-inner {
     background-size: auto 80%;   
}
section.category a:hover .content h4 {
    background-color: #ff871d;
    color: #333;
    text-decoration: none;
}
section.category a:hover .image {
    background-color: #ff871d;    
}
section.category a:hover .image .border {
    border: 4px solid #333333;
}
.related, 
.taxatie, 
.no-rec, 
.gray, 
.product-item {
    background: #fff;
    border: 1px solid #333333;
    overflow: hidden;
    position: relative;
}
.round-target {
    width: 100%;
    display: block;
    border: 10px solid #333333;
    border-radius: 50%;
    height: 340px;
}
.round-target .inner {
    border: 10px solid #ff871d;
    height: 100%;
    border-radius: 50%;
}
.target {
    text-decoration: none!important;
}
.round-target .inner h4 {
    color: #333333;
    border-radius: 50%;
    height: calc(340px - 40px);
    padding: 40px;
    text-align: center;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}
.navbar .search {
    width: 500px;
    float: right;
}
.daarom b {
    color: #ff8e17;
}

.navbar-header .navbar-brand>img {
    height: 60px!important;
}


.blogpaginas h1 {
    margin-top: 70px;
}
.blog-diepte .side {
    margin-top: 70px;
}
.blog-diepte h1 {
    margin-top: 70px;
    padding-right: 33px;
}
.blog-diepte .imageblock {
    height: 400px;
    background-size: cover;
    margin-top:  30px;
    background-position: center;
    margin-bottom: 20px;
}
.orangeblock {
    background-color: #ff8e17;
    padding: 15px;
}
.orangeblock h2 {
    color: #fff;
}
.orangeblock .button-like {
    background-color: #fff;
    color: #ff8e17;
}
.blog-diepte a.a2a_dd {
    color: #ff801f!important;
    margin-top: -48px;
    float: right;
}
.relpaginas .imageblock {
    margin-top: 30px;
}
.relpaginas .imageblock,
.blogpaginas .imageblock {
    height: 205px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
.blogpaginas .box {
    margin-bottom: 40px;
}
.relpaginas a.button-like,
.blogpaginas a.button-like {
    width: auto!important;
    display: inline-block;
    margin-top: 0px;
    padding: 10px 15px
}
.relpaginas .box a,
.blogpaginas .box a {
    text-decoration: none!important;
}
.relpaginas h2,
.blogpaginas h2 {
    color: #000000;
    text-decoration: none!important;
    font-size: 20px;
}
.verkocht-pill {
    color: red;
    text-transform: capitalize;
    font-size: 15px;
    transform: rotate(45deg);
    position: absolute;
    background: #ca2c2c;
    padding: 6px 13px;
    color: #fff;
    top: 10px;
    right: -41px;
    width: 128px;
    text-align: center;
    font-size: 10px;
    opacity: 0.9;
}
.equal {
    display: flex;
    margin-top: 25px;
    display: -webkit-flex;
    flex-wrap: wrap;
  }

  @media (min-width: 768px) {
    .row.equal {
      display: flex;
      flex-wrap: wrap;
    }
  }