/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
@media (max-width: 768px) {
	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: block !important; }
  .wpb_row .wpb_column.reorder-column {
    order: 3 !important;
  }
}
.w-image.meta_modern .w-image-meta { font-weight: bold; text-transform: uppercase; }
.w-menu.layout_ver .menu>li.current-menu-item a { font-weight: bold; } 
.g-breadcrumbs.has_text_color a:hover { color: #008BCC; }
.zoom-hover-img {
  display: inline-block;
  transition: transform 0.4s ease;
}

.zoom-hover-img:hover {
  transform: scale(1.1);
}
li.vacatures a::after {
  content: "4";
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.onderin { position: absolute; bottom: 25px; }