/**
 * Custom CSS Topshelf Template
 * 2020-01-10 - update on 04-01-2022, 10-01-2022
 * @copyright Copyright BigBase
 */


/*
 * *********************************************************************************************************************
 * General style
 * For full page, like fonts, colors and body background
 * *********************************************************************************************************************
 */

 /*
  Colors
  Brown: #473729
  Brown licht: 25% of #473729
  Font: Verdana
 */


 
  :root { 

    /*main color: primary color in buttons, locations, forms, etc. */
    --main-color: rgb(71, 55, 41);
    /*main color with opacity, backgrounds - usually in mobile menu*/
    --main-color-opacity: rgb(71, 55, 41, 0.75);

     /*hover in buttons, links and more - with primary color */
    --main-hover-color: rgb(95, 74, 55);

    /*secondary color: secondary color in buttons, locations, forms, etc. */
    --secondary-color: rgb(221, 221, 221);
    /*hover in buttons, links and more - with secondary color */
    --secondary-hover-color: rgb(205, 54, 0); 

    --main-text-color: rgb(86, 77, 70);
  
    --text-color-in-dark:rgb(255,255,255);
  }


  h1, h1 span,
  h2, h2 span,
  h3, h3 span,
  h4, h4 span,
  h5, h5 span,
  h6, h6 span,
  small,
  body, table {  
    font-family: Verdana,sans-serif !important;

  }


  h1, h1 span,
  h2, h2 span,
  h3, h3 span,
  h4, h4 span,
  h5, h5 span,
  h6, h6 span,
  small,
  .display-1,
  .display-2,
  .display-3,
  .display-4,
  strong{
    font-weight: 700;
    color: var(--main-color);
  }

  .display-1{
    font-size: 6rem !important;
    line-height: 6rem !important;
  }
  .display-2 {
    font-size: 5.5rem !important;
    line-height: 6rem !important;
  }
  .display-3 {
    font-size: 5rem !important;
    line-height: 5.5rem !important;
  }




/*
 * *********************************************************************************************************************
 * Animations
 * General animations for everywhere
 * *********************************************************************************************************************
 */



/*
 * *********************************************************************************************************************
 * Location specific style
 * Paddings and backgrounds of specific locations
 * *********************************************************************************************************************
 */

/* Less space between blocks */
  .loc-m-1.block,
  .loc-m-3.block,
  .loc-m-5.block, 
  .loc-m-7.block,
  .loc-m-9.block {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .loc-s-2-e {
    overflow:scroll;
    max-height:90vh;
  }

  .loc-s-6 {
    border: 2px solid white !important;
    background: var(--main-color-opacity) !important;
    border-radius:24px;
    bottom: 20px;
    width: 40vw;
    margin-left: 30vw;
  }
  .loc-s-6 > div {
    max-height:none;
  }
  .loc-s-6 .close {
    top:4px;
  }

  .loc-h-1 {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 0px !important;
    padding-top:6px !important;
    right: 0px !important;
    background: var(--main-color) !important;
    top: 0px !important;
  }

  .loc-h-1 .container > .row > div{
    display: flex ;
    align-items: center;
    justify-content: center;
  }

  .loc-h-1 .container > .row > div:last-child {
    justify-content: flex-end;
  }

  .loc-h-1 .container > .row > div:first-child {
    justify-content: flex-start;   
  }

  .loc-h-2 {
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 1px 3px 3px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 3px 3px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 3px 3px -3px rgba(0,0,0,0.75);
  }

  .loc-h-2 .container > .row > .loc-h-2-e{
    justify-content: center !important;
  }

  .loc-h-2-e > .row > div {
    padding-right: 12px;
  }

  @media(max-width: 1023px){
    .loc-h-2{
      min-height: 0px;
      padding: 0px;
    }
  }


  .loc-f-1 {
    background: var(--main-color);
  }

/*
 * *********************************************************************************************************************
 * Element specific style
 * How do global wells, forms, panels, etc. look like
 * *********************************************************************************************************************
 */

 .btn.btn-primary {
   color: var(--text-color-in-dark);
 }

 .well {
  background: transparent;
  border: 1px solid var(--main-color);
 }

 .carousel-caption {
    width: 240px;
    height: 240px;
    font-size:1.4rem;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    min-height: auto !important;
    border-radius: 50%;    
    padding: 33px;
    overflow: hidden;    
    background: var(--text-color-in-dark);
    opacity: 0.55;
    border: 1px solid var(--main-color);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
    -o-box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
 }

 @media(max-width: 767px) {
  .carousel-caption {
    width: 200px;
    height: 200px;
    padding: 20px;
  }
 }

 .carousel-caption > a:first-child {
   align-self: end;
 }

  .carousel-caption > h4 {
    align-self: center;
    margin-top:-10px;
  }

 .carousel-caption h4, 
 .carousel-caption h4 a{
  font-size: 1.5rem !important;
  font-weight: 700;
 }
@media(max-width: 767px) {
 .carousel-caption h4, 
 .carousel-caption h4 a{
  font-size: 1.1rem !important;
 }
}
 .carousel-caption p {
  color: var(--main-color) !important;
 }

 .carousel-caption .btn {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--main-color) !important;
    margin-top: 10px;

 }

  .thumbnail .caption {
    overflow: hidden !important;
  }

  .icon-chevron-thin-left:before {
    content: "\EA4A" !important;
  }
  .icon-chevron-thin-right:before {
    content: "\EA4B" !important;
  }

  .panel-default > .panel-heading{
    color: var(--text-color-in-dark) !important;
  }

  .panel-body .panel-collapse{
    border: 1px solid;
  }

  .list-group-item {
    margin: 0px !important;
    border: none !important;
  } 

  .list-group-item:after {
    display: none !important;
  }

  .list-group-item.active {
    background: rgb(238, 238, 238) !important;
  }

  .dropdown-menu {
    background: var(--main-color-opacity) !important;
    border: 1px solid var(--main-color) !important;
  }

  .dropdown-menu li a span,
  .dropdown-menu li a {
    color : rgb(255, 255, 255) !important;
  }

  .dropdown-menu li + li:hover a ,
  .dropdown-menu li + li a {
    border-top: 1px solid var(--main-color) !important;
  }

  .dropdown-menu a {
    padding: 6px 15px !important;
  }

  .dropdown-menu a:hover span {
    color: var(--main-color) !important;
  }

  .dropdown-menu a[href="javascript:;"], 
  .dropdown-menu a[href="javascript:;"] span {
    color: rgb(255, 255, 255) !important;
}

  .btn.btn-scrolltop {
    background: var(--main-color);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0px;
  }

  .btn.block-overlay-toggle {
    background: rgba(71, 55, 41, 0.4) !important;
    top: 6px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }

  .btn.block-overlay-toggle.active {
    background: transparent !important;
    color: var(--main-color) !important;
  }




/*
 * *********************************************************************************************************************
 * Element on location specific style
 * How do global wells, forms, panels, etc. look like on a specific location
 * *********************************************************************************************************************
 */

 .loc-s-2 .list  li {
    margin: 5px 0px;
  }

  .loc-s-2 .list ul > li.active > a,
  .loc-s-2 .list > li.active > a {
    font-weight: 700;
  }

  .loc-s-2 .list ul {
    padding-left: 35px; 
    margin-bottom: 15px;
  }

  header .carousel-inner > .item > img, 
  header .carousel-inner > .item > a > img {
    min-width: 100vw;
    height: auto;
    min-height: 320px;
  }

  @media(max-width: 767px) {
    header .carousel-inner > .item > img, 
    header .carousel-inner > .item > a > img {
      min-height: 230px;
    }
  }


  .loc-h-1 a:not(.btn),
  .loc-h-1 .btn-link{
    color: var(--text-color-in-dark);
    text-decoration: underline;
  }

  .loc-h-1 .btn-default {
    background: var(--secondary-color);
    color: var(--main-color);
  }

  .loc-h-1 .btn.btn-primary {
    background-color: var(--main-hover-color);
    border-color: var(--main-hover-color);
  }

  .loc-h-1 .entity-article img {
    max-height: 120px;
  }

  .loc-h-2 * {
    color: var(--main-color) !important;
  }

  .loc-h-2 nav,
  .loc-h-2 .nav {
    padding: 5px 0px;
    float:none;
  }
  .loc-h-2-e > .row {
    width:100%;
  }

  
  .loc-h-2 nav > ul > li a > span, 
  .loc-h-2 .nav > li > a > span,
  .loc-h-2 a,
  .loc-h-2 span {
    color: var(--main-color) !important;
  }

  .loc-h-2 nav > ul > li a span, 
  .loc-h-2 .nav > li > a span{
    word-spacing: -1px;
  }

  .loc-h-2 .nav > li > a, 
  .loc-h-2 nav > ul > li > a,
  .loc-h-2 .nav > li,
  .loc-h-2 nav > ul > li {
    height: auto;
    min-height: auto;
  }


  .loc-h-2 nav > ul > li:last-child > a,
  .loc-h-2 .nav > li > a {
    padding: 8px 5px !important;
  }

  .loc-h-2 .nav > li > a[href="javascript:;"] span {
    color: var(--text-color-disable) !important;
  }

  .loc-h-2 nav > ul > li:last-child:hover > a, 
  .loc-h-2 .nav > li:last-child:hover > a,
  .loc-h-2 .nav > li.dropdown.open > a,
  .loc-h-2 .nav > li.active > a,
  .loc-h-2 .nav > li:not(.active):hover > a,
  .loc-h-2 .nav > li:not(.active):hover > a,
  .loc-h-2 .nav > li:hover > a {
    background: var(--main-color) !important;    
    border: none !important;
  }

  .loc-h-2 .nav > li.dropdown.open > a span,
  .loc-h-2 .nav > li.active > a span,
  .loc-h-2 .nav > li:not(.active):hover > a span,
  .loc-h-2 .nav > li:hover > a span{
    color: rgb(255,255,255) !important;
  }

  .loc-h-2 .dropdown-menu span {
    color: rgb(255, 255, 255) !important;
  }
  .loc-h-2 .dropdown-menu a:hover span {
    color: var(--main-color) !important;
  }


  .loc-f-1 a:not(.btn),
  .loc-f-1 .btn-link{
    color: var(--text-color-in-dark);
    text-decoration: underline;
  }

  .loc-f-1 .btn-default {
   color: var(--main-color);
  }

  .loc-f-1 .btn.btn-primary {
    background-color: var(--main-hover-color);
    border-color: var(--main-hover-color);
    
  }
/*
 * *********************************************************************************************************************
 * Entity specific style
 * How do specific wells, forms, panels, etc. in specific entities look like
 * *********************************************************************************************************************
 */
  .entity-imagelist .thumbnail {
    position: relative;
    overflow: hidden;
    min-height: auto !important;
  }

  .entity-imagelist .thumbnail .caption {
    color: var(--main-color) !important;
    position: absolute;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(48px);
    -webkit-backdrop-filter: blur(48px);
    opacity: 0.75;
    overflow: hidden;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    cursor: pointer;
  }

  .entity-imagelist .thumbnail p {
    line-height: 2rem !important;
  }

  
  .entity-imagelist .thumbnail p > span {
    display: none;
  }

  .entity-imagelist .thumbnail p > span + .btn {
    visibility: visible;
    padding: 0px;
     text-decoration: underline;
  }



  .entity-imagelist .thumbnail h4 {
    margin-bottom: 10px;
    font-weight: 600;
  }

  .entity-imagelist .thumbnail .caption {
    padding: 10px ;
  }


  .entity-imagelist.entity-imagelist-thumbnails {
    border-bottom: 1px solid var(--main-color);
  }

  @media(max-width : 767px){
    .entity-imagelist.entity-imagelist-thumbnails .images-thumbnails-container > .row > div{
      width: 100% !important;
      min-width: 100% !important;
    }
  }

  @media(min-width: 1024px){
    .entity-imagelist .thumbnail p{
      display: none;
    }
    .entity-imagelist .thumbnail p + p{
      display: block;
      font-size: 1.2rem;
      word-break: break-word;
    }

    .entity-imagelist .thumbnail p .btn{
      line-height: 1.3;
    }
    .entity-imagelist .thumbnail h4{
      font-size: 1.1rem !important;
      line-height: 1.2;
      margin-top: 0px;
      margin-bottom: 2px;
    }

    .entity-imagelist .thumbnail .caption {
      padding: 5px ;
    }
  }
  @media(min-width: 1280px){

    .entity-imagelist .thumbnail p + p{
      display: block;
      font-size: 1.5rem;
      word-break: break-word;
    }

    .entity-imagelist .thumbnail h4{
      font-size: 1.4rem !important;
      line-height: 1.5;
      margin-bottom: 5px;
    }
  }

  @media(min-width: 1600px){

    .entity-imagelist .thumbnail p {
      display: block;
    }
    
    .entity-imagelist .thumbnail h4{
      font-size: 1.4rem !important;
      line-height: 1.5;
      margin-bottom: 5px;
    }
  }

  /*@media(max-width : 576px){
     .entity-imagelist.entity-imagelist-thumbnails p,
     .entity-imagelist.entity-imagelist-thumbnails h4 {
        font-size:1.2rem !important;
     }

    .entity-imagelist.entity-imagelist-thumbnails h4 {
        margin-top:0px;
    }
    .entity-imagelist.entity-imagelist-thumbnails .caption {
      left: 5px;
      right: 5px;
      top: 5px;
      bottom: 5px;
   }
  }*/

  .entity-imagelist.entity-imagelist-thumbnails-carousel .thumbnail{
    margin: 5px 0px;
  }

  .entity-imagelist.entity-imagelist-thumbnails-carousel .thumbnail .caption{
    position: relative;
    margin: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    background: var(--text-color-in-dark);
    padding: 10px 0px 0px 0px;
    bottom: 0px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    opacity: 1;
  }
  .entity-imagelist.entity-imagelist-thumbnails-carousel h4 {
    margin: 0px;
    font-size: 1.5rem !important;
  }

  .entity-imagelist.entity-imagelist-thumbnails-carousel p{
    font-size: 1.3rem !important;
  }
  .entity-imagelist.entity-imagelist-thumbnails-carousel .btn{
    padding: 0px;
  }

  .entity-imagelist.entity-imagelist-thumbnails-carousel .carousel-control {
    display: block !important;
  }

@media(max-width:919px){
  .entity-newsview.entity-newsview-master-medialist .single-item {
    margin-bottom:25px;
}
}

  .entity-newsview.entity-newsview-master-medialist li{
    width: 100%;
    display: inline-flex;
  }
  .entity-newsview.entity-newsview-master-medialist li:nth-child(2n+1){
    padding-right: 0px;
  }
  .entity-newsview.entity-newsview-master-medialist li:nth-child(2n){
    padding-left: 0px;
  }


  .entity-newsview.entity-newsview-master-medialist .media-left{
    width: 30%;
  }
  .entity-newsview.entity-newsview-master-medialist .media-left img {
    width: 100%;
  }

  .entity-newsview.entity-newsview-master-medialist .media-body {
    width: 70%;
    background: none;
    position: relative;
    opacity: 1;
    padding-top: 0px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  @media(max-width: 767px) {
    .entity-newsview.entity-newsview-master-medialist li{
      display: inline;
    }
    .entity-newsview.entity-newsview-master-medialist .media-body,
    .entity-newsview.entity-newsview-master-medialist .media-left{
      width: 100%;
    }
    .entity-newsview.entity-newsview-master-medialist .media-body{
      padding: 20px 6px;
    }
  }

  .entity-newsview.entity-newsview-master-medialist .media-body > p, 
  .entity-newsview.entity-newsview-master-medialist .media-heading a {
    color: var(--main-color) !important;
  }

  .entity-newsview.entity-newsview-master-medialist .media-body > p > a{
    color: var(--text-color-in-dark) !important;
    background: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
    width: max-content;
    padding: 6px 12px;
    line-height: 1;
    font-weight:normal;
  }

  .entity-newsview.entity-newsview-master-medialist a span {
    display: none;
  }

  .entity-menu.entity-menu-list-horizontal nav {
    text-align: center;
  }

  .entity-menu.entity-menu-list-horizontal li a:before {
    content: '\2713';
    margin-left: -16px;
    font-weight: 700;
    position: absolute;
  }

  .entity-menu.entity-menu-list-horizontal li a {
    font-weight: 700;
    padding: 6px 12px 6px 16px;
    text-align: left;
    text-decoration: none !important;
  }

    
  .entity-newsview-master-filter .media-list > li {
    width: 48%;
    float: left;
    display: inline-flex;
    flex-direction: column;
    border: 1px solid;
    padding: 5px;   
    margin-top: 15px;
    position: relative;
  }

  @media(max-width: 767px){

    .entity-newsview-master-filter .media-list > li {
      margin: 15px 0px;
      width: 100%;
    }    
  }

  .entity-newsview-master-filter .media-list > li:nth-child(2n+1){
     margin-right: 4%;
  }

  .entity-newsview-master-filter .media-list li > .info {
    order: 2;
    background: var(--secondary-color);
  }

  .entity-newsview.entity-newsview-master-filter .info .label-newsitem {
    float: right;
    background: rgb(255, 255, 255);
    margin: 3px;
    font-style: normal;
  }

  .entity-newsview.entity-newsview-master-filter .media-list img {
    display: block;
  }

  .entity-newsview-master-filter .media-left {
    display: block;
    order:1;
    padding: 65px 0px 0px 0px;
    margin: 0px;
  }

  .entity-newsview-master-filter .media-left img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
  }

  .entity-newsview-master-filter .media-body {
    max-width: 100%;
    order: 3;
  }

  .entity-newsview-master-filter .media-heading {
    position: absolute;
    top: 4px;
    margin: 0px;
    height: 59px;
    vertical-align: middle;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .entity-newsview.entity-newsview-master-filter .label{
    float: none;
    background: transparent;
    padding: 5px 10px;
    font-style: italic;
  }

  .entity-newsview.entity-newsview-master-filter .media-body p{
    margin: 0px;
    background: var(--secondary-color);
    padding: 10px;
  }

  .entity-newsview.entity-newsview-master-filter .media-body p > a{
    display: block;
    text-align: right;
    background: var(--main-color);
    width: max-content;
    color: var(--text-color-in-dark);
    padding: 6px 12px;
    line-height: 1;
    margin-left: auto;
    margin-top: 20px; 
  }

  .entity-newsview.entity-newsview-master-filter .entity-newsview-master-sub {
    margin-top: 15px;
  }

  .entity-newsview-detail ul {
    display: table;
 }
  .entity-newsview.entity-newsview-detail-default .newsview-comments span.comment-counter{
    margin-left: 15px;
  }

  .entity-newsview.entity-newsview-detail-default > .label-newsitem {
    background: var(--secondary-color);
    padding: 10px;
  }

  .entity-catalogview-project-master-photofolio .catalogview-header .well{
    border-width:0;
    border-bottom-width:1px;
  }
  .entity-catalogview-project-detail-photofolio .catalogview-images img{
    margin-bottom: 20px !important;
  }

  .entity-catalogview-project-master-photofolio .thumbnail {
    border: 1px solid;
  }

  .entity-catalogview-project-master-photofolio .image-container {
    margin: 0px !important;
    position: relative;
    order: 1;
  }

  .entity-catalogview-project-master-photofolio .thumbnail  h2,
  .entity-catalogview-project-master-photofolio .thumbnail  h3 {
    order : 2;
  }

  .entity-catalogview-project-master-photofolio .image-container a:after{
    content: "project bekijken";
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 12px;
    color: var(--main-color);
  }
  .entity-catalogview-project-master-photofolio .catalogview-categories .image-container a:after{
    content: "categorie bekijken";
  }
  .entity-catalogview-project-master-photofolio .thumbnail  h2,
  .entity-catalogview-project-master-photofolio .thumbnail  h3,
  .entity-catalogview-project-master-photofolio .thumbnail  .caption,
  .entity-catalogview-project-master-photofolio .thumbnail  .button-container {
    padding: 10px !important;
    border: none;
  }

  .entity-catalogview-project-master-photofolio .thumbnail  .caption{
    order: 3;
  }
  .entity-catalogview-project-master-photofolio .thumbnail  .button-container {
    order:4;
  }

  .entity-catalogview .catalogview-info {
    margin-bottom: 12px;
  }

  .entity-menu-pills-horizontal .dropdown-menu li + li:hover a ,
  .entity-menu-pills-horizontal .dropdown-menu li + li a {
    border-top: 1px solid var(--main-color) !important;
  }

  .entity-infolist.entity-infolist-definition-vertical dd img {
    min-width: 50%;
  }

  .entity-infolist.entity-infolist-definition-vertical dd a {
    display: none;
  }

  .entity-infolist.entity-infolist-definition .dl-vertical dt .label {
    float: none;
    background: transparent;
    color: var(--text-color-disable);
  }
 .entity-article a:not(.btn),
 .entity-article .btn-link {
     text-decoration:underline;
}
.entity-article-well {
  margin-bottom:12px;
}
.entity-article-well .well{
  min-height:0 !important;
}

/*
 * *********************************************************************************************************************
 * Element and entity specific style for specific locations
 * How do specific wells, forms, panels, etc. in specific entities on specific locations look like
 * *********************************************************************************************************************
 */

  .loc-s-2 .entity-menu {
    border: 4px solid var(--main-color);
    background: rgba(255,255, 255, 0.95);
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .loc-s-6 .entity-article .btn {
    padding-top: 3px;
  }
  footer .entity-article .btn {
    padding-top: 4px;
  }

  

@media (max-width: 919px){
  main .visible-xs,
  main .visible-xs-block {
      display: inline-block !important;
  }
}

/* Full screen header slider with scroll button */
.loc-h-4 .parallax > .block {
  transform: none !important;
  opacity: 1 !important;
}
.loc-h-4-b .entity-imagelist-carousel-bootstrap .carousel-inner > .item > img,
.loc-h-4-b .entity-imagelist-carousel-bootstrap .carousel-inner > .item > a > img {
  height: 100vh;
}
.loc-h-4-b .entity-imagelist-carousel-bootstrap .carousel-caption {
  opacity:0.9;
}
.loc-h-4-b .entity-imagelist-carousel-bootstrap .carousel-inner > .item .btn[href^="#"] {
    width: 240px;
    margin-left: -33px;
    margin-right: -33px;
    height: 240px;
   margin-top:24px;
}
@keyframes MoveUpDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 10px;
  }
}
.loc-h-4-b .entity-imagelist-carousel-bootstrap .carousel-inner > .item .btn[href^="#"] .icon {
  display:block;
  font-size:3em;
}
.loc-h-4-b .entity-imagelist-carousel-bootstrap .carousel-inner > .item .btn[href^="#"] .icon:before {
  animation: MoveUpDown 2s ease-in-out infinite;
}

/* 5-sterren specialist widget */
.snippet-5sterrenspecialist {
    display: block;
    padding: 5px;
    line-height: 26px;
    text-align:center;
}
.snippet-5sterrenspecialist .rating-box,
.snippet-5sterrenspecialist .rating {
    background-repeat: repeat-x;
    background-size: 24px;
}
.snippet-5sterrenspecialist .rating-box {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUxpcbmXY7qYZLqYY7mXY7qXY7yZZb6daCBnnJMAAAAIdFJOUwD9UIzZtjEZ8m+HHwAAASZJREFUOMutkjFzwyAMhalxzFo5OF1x7rrb1z9gZWjXeOh1de7a3Rny/2tBsIGIqdUEJxAf7z0h/lLVlGnILtMoh0zjcsg0+n2mgZCB0mh4qH175qEO1xceatjVPFRXNDyUETBzUECXWCghWk6UsiYwDurZ3VpHH+9F8yvwu0kohHsZK5crveBJaD5t0f1XuxrB0rU6sVShU6DCRIn1pIToXxK+Ho7YQePGHA37hsCu3TasgI/4vZlPRIWDfznx3dv94JV3QqURwild+EylV/1vabSkdxMTKThqbBbmpzhbtG0BanckpB1Iu9siX8LbdxVSSrRJeNH0pPCi7BzxKrg5GSWcIt5Cw8mLjufItGZVF0LectM0TsDlPc7wWm8h4U+wnsU/1C9A8ShDTGLROwAAAABJRU5ErkJggg==);
}
.snippet-5sterrenspecialist .rating {
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGFBMVEVMaXG6mGO/m2i5l2O5l2O7mWW6l2O5mGQs4MZ1AAAACHRSTlMAaRff/0C5lNBFSKEAAAC0SURBVHja7ZNBDgQhCAQFGvz/j/e0YVxn7en71M1EQ9HgeGlsaHioBZBDolCaEQDXjADTjIASjQDXjADTjIAQjYDUjIApGElODjAnqwV8ibqSizUl1nIZ7L7/ihcOdGBc6zD0DKr/TKuczJjoEy26UBMrNQhbBbpHopKJPY892HjYQr/0Y6o9W4teC9rC9Mvci7YQtj5noZb3uUiwuSnbOdi5b7LXKdi4/1j+t4W8F83xIvIBSsMIqQMYDAwAAAAASUVORK5CYII=);
}
.snippet-5sterrenspecialist .schema-5sterrenspecialist {
    display: inline-block;
    vertical-align: top;
}
.snippet-5sterrenspecialist p {
    margin: 0;
}
.snippet-5sterrenspecialist p span {
    font-weight: bold;
    color: #b99763;
}

.snippet-5sterrenspecialist a {
    color: #b99763;
}
.snippet-5sterrenspecialist a:focus,
.snippet-5sterrenspecialist a:hover {
    text-decoration: none;
}
