/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Logo color */
[class*="tm-logo"] svg path,
[class*="tm-logo"] path,
[class*="tm-logo"] rect {
  fill: #c3cce8;
}

body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)
  [class*="tm-logo"]
  svg
  path,
body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)[class*="tm-logo"]
  path,
body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)
  [class*="tm-logo"]
  rect {
  fill: #fff;
}

/* Background image in layout position bottom-e */
.tm-block-bottom-e > div {
  background-image: url(../images/custom/image_default.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

/* SVG fill color for layout position bottom-e */
.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
  fill: #c3cce8;
  opacity: 0.3;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.rodeo {
  background: black;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path {
  opacity: 1;
}

/* WordPress Pagination */
.home.tm-article-blog .uk-pagination {
  display: none;
}

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* navbar top */
.uk-navbar-nav > li > a {
  padding: 4px 10px 0 10px;
  color: rgba(34, 34, 34, 0.75);
  text-transform: none;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  cursor: pointer;
}

/* START NAV SUB ITEMS */

/* Align blocks left */
.uk-navbar-nav .uk-grid.uk-dropdown-grid.uk-flex-center {
  justify-content: center;
}

/* Align text left */
.tm-navbar-centered .uk-dropdown .uk-nav-navbar > li > a {
  text-align: left;
  text-transform: none;
  font-weight: bold;
  position: relative;
}

.tm-navbar-centered .uk-dropdown .uk-nav-navbar > li > a::before {
  content: "";
  width: 0px;
  height: 0%;
  transition: height 0.35s, top 0.35s;
  background: #2196f3;
  width: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -10px;
}

.tm-navbar-centered .uk-dropdown .uk-nav-navbar > li > a:hover::before {
  height: 100%;
  top: 0;
  opacity: 1;
}

/* 2 columns */
@media (min-width: 720px) {
  .tm-navbar-centered .uk-dropdown .uk-dropdown-grid > div {
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 1px solid #f0f0f0;
    width: calc(50% - 51px);
  }

  .tm-navbar-centered .uk-dropdown .uk-dropdown-grid > div:first-child {
    border-left: 0;
  }
}

/* 3 columns */
@media (min-width: 1080px) {
  .tm-navbar-centered .uk-dropdown .uk-dropdown-grid > div {
    width: calc(33% - 52px);
  }
}

/* 4 columns */
@media (min-width: 1440px) {
  .tm-navbar-centered .uk-dropdown .uk-dropdown-grid > div {
    width: calc(25% - 53px);
  }
}

/* END NAV SUB ITEMS */

.tm-block-top-main.tm-block-default {
  padding-top: 40px;
}

.uk-tooltip {
  padding: 1px 1px;
}

.uk-tooltip .uk-tooltip-content {
  margin: 15px;
  font-weight: bolder;
  font-size: 10pt;
}

.uk-tooltip .uk-tooltip-content h5 {
  color: white;
  margin-bottom: 15px;
}

.uk-tooltip .uk-tooltip-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*DE AMERSFOORTSE*/
.amersfoortse-tooltip {
  color: white;
  font-size: 13pt;
  background: #428bca;
}

.amersfoortse-tooltip h5 {
  color: white;
}

/*STAD HOLLAND*/
.stadholland-tooltip {
  color: #00642c;
  background: #f8fde9;
  border: 1px solid #8dc73f;
}

.uk-tooltip.stadholland-tooltip .uk-tooltip-content h5 {
  color: #00642c;
}

/* AVERO ACHMEA */
.uk-tooltip.averoachmea-tooltip {
  background: #ef0c0c;
}

/*ONVZ*/
.onvz-tooltip {
  background: #ffcc2d;
  color: #665f57;
}

.uk-tooltip.onvz-tooltip .uk-tooltip-content h5 {
  color: #665f57;
}

/*DELTA LLOYD*/
.uk-tooltip.deltalloyd-tooltip {
  background: #0083d7;
}

.uk-tooltip.vgz-tooltip {
  background: #23b64d;
}

.uk-tooltip.cz-tooltip {
  background: #ff9933;
}

.uk-tooltip.menzis-tooltip {
  background: #333366;
}

.uk-tooltip.zilverenkruis-tooltip {
  background: #0083d7;
}

.uk-tooltip.unive-tooltip {
  background: #009900;
}

.uk-tooltip.interpolis-tooltip {
  background: #009900;
}

.uk-tooltip.promovendum-tooltip {
  background: #8a9726;
}

.uk-tooltip.fbto-tooltip {
  background: #003399;
}

.uk-tooltip.ohra-tooltip {
  background: #0066cc;
}

/* Logo color */
[class*="tm-logo"] svg path,
[class*="tm-logo"] path,
[class*="tm-logo"] rect {
  fill: #374355;
}

body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)
  [class*="tm-logo"]
  svg
  path,
body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)[class*="tm-logo"]
  path,
body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)
  [class*="tm-logo"]
  rect {
  fill: #fff;
}

/* Background overrides for header and bottom-d */
.tm-block-header.tm-contrast div.tm-block-texture,
.tm-block-bottom-d.tm-contrast div.tm-block-texture {
  background: url("../../../images/texture/noise.png") 50% 50% repeat;
}

/* Background image in layout position bottom-e */
.tm-block-bottom-e > div {
  background-image: none;
}

/* SVG fill color for layout position bottom-e */
.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
  fill: #374355;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path {
  opacity: 0.4;
}

/*.uk-tooltip {
  max-width: 400px;
}*/

.uk-tooltip-inner img {
  width: 50%;
  margin-left: 25%;
}

.uk-tooltip-content h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.uk-dropdown {
  width: 280px;
  color: #696e76;
  word-wrap: break-word;
}

@media (min-width: 480px) {
  .uk-dropdown,
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .uk-dropdown,
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 700px;
  }
}

@media (min-width: 960px) {
  .uk-dropdown,
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 840px;
  }
}

/*@media (min-width: 1024px) {
  .uk-dropdown {
    width: 700px;
  }
}*/

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* ========================================================================
Use this file to add custom CSS easily
========================================================================== */
/* Logo color */
[class*="tm-logo"] svg path,
[class*="tm-logo"] path,
[class*="tm-logo"] rect {
  fill: #374355;
}

body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)
  [class*="tm-logo"]
  svg
  path,
body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)[class*="tm-logo"]
  path,
body:not(.tm-navbar-bg)
  [class*="tm-block-primary"]
  .tm-navbar:not(.tm-navbar-attached)
  [class*="tm-logo"]
  rect {
  /*fill: #fff;*/
}

/* Background overrides for header and bottom-d */
.tm-block-header.tm-contrast div.tm-block-texture,
.tm-block-bottom-d.tm-contrast div.tm-block-texture {
  background: url("../../../images/texture/noise.png") 50% 50% repeat;
}

/* Background image in layout position bottom-e */
.tm-block-bottom-e > div {
  background-image: none;
}

/* SVG fill color for layout position bottom-e */
.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
  fill: #374355;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path {
  opacity: 0.4;
}

.uk-tooltip {
  max-width: 350px;
  word-break: keep-all;
}

@media (min-width: 720px) {
  .uk-dropdown,
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    max-width: 420px;
  }
}

.uk-nav-header:not(:first-child) {
  margin-top: 0px;
}

@media (min-width: 1220px) {
  .uk-dropdown > .uk-grid {
    /*padding-left: 50px;
padding-right: 50px;*/
  }
}

.uk-nav-header:not(:first-child) {
  margin-top: 0px;
}

@media (min-width: 800px) {
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 780px;
  }
}

.uk-nav.uk-nav-dropdown.uk-panel li {
  white-space: normal;
}

.lijst-kop {
  font-weight: bold;
  margin-top: 10px;
}

.lijst-kop img {
  min-height: 55px;
}

.uk-article-title,
.uk-article-meta {
  display: none;
}

.uk-button-group .uk-button {
  padding: 0 15px;
}

.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary {
  background-color: #008fde;
  background-image: linear-gradient(to bottom, #008fde, #008fde);
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
}

.uk-panel-box {
  border: none;
}

.uk-button-group > .uk-button:first-child,
.uk-button-group > div:first-child .uk-button {
  background: #192126;
}

/* Auto shade custom color through style attribute
by applying a shade filter */
.uk-button--darker {
  filter: brightness(0.8);
}

.tm-block-footer {
  background: #192126;
}

.uk-container.uk-container-center h3 {
  color: #aaaaaa;
}

/* ONVZ panel */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.onvz-panel {
  background: #ffc10f;
}

/* Amersfoortse panel */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.amersfoortse-panel {
  background: #428bca;
}

/* Zilveren Kruis */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.zilveren-kruis-panel {
  background: rgb(13, 104, 196);
}

/* De Friesland */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.de-friesland-panel {
  background: rgb(11, 86, 1);
}

/* FBTO */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.fbto-panel {
  background: rgb(1, 32, 134);
}

/* Bewuzt */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.bewuzt-panel {
  background: rgb(208, 0, 65);
}

/* IZZ */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.izz-panel {
  background: rgb(1, 32, 134);
}

/* Promovendi */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.promovendi-panel {
  background: rgb(120, 136, 30);
}

/* Unive */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.unive-panel {
  background: rgb(18, 139, 3);
}

/* VGZ */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.vgz-panel {
  background: rgb(16, 119, 5);
}

/* CZ */
.uk-panel.uk-panel-box.uk-panel-box.uk-button-primary.cz-panel {
  background: rgb(114, 0, 2);
}

@media (min-width: 960px) {
  .uk-dropdown-right .uk-dropdown {
    left: unset !important;
    right: 0px !important;
  }
}

@media (max-width: 768px) {
  .uk-tooltip-content {
    font-size: 13px;
  }
  .uk-tooltip-content h5 {
    font-size: 18px;
  }
  .uk-tooltip-content p,
  .uk-tooltip-content li {
    font-size: 13px;
  }
}

/*16 december 2017*/
.uk-open > .uk-dropdown {
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 0 black;
  padding-top: 0;
  padding-bottom: 0px;
}

.uk-dropdown {
  font-size: 0.9rem;
}

.uk-nav.uk-nav-dropdown.uk-panel li {
  line-height: 20px;
}

/*Voor stad holland moet dit css-bestand hier worden neergezet*/
/*http://stadholland.co/templates/yoo_helios/styles/green/css/custom.css*/

.uk-grid.uk-grid--mb > div {
  margin-bottom: 25px;
}