/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 
 /* =================================
   site layout
 ==================================== */
 .tm-headerbar {
    padding: 0px 0;
}

.tm-page {
    max-width: 1200px;
    margin: 22px auto;
}

body {    
	background: #FFFFFF url('../../../images/body_default.jpg') 50% 0 no-repeat;    
	background-size: cover;    
} 

.tm-headerbar{
	background-color: white;
}

h1, .uk-h1 {
    font-size: 25px;
    line-height: 25px;
}

h2, .uk-h2 {
    font-size: 21px;
    line-height: 15px;
}

.tm-page .tm-block:first-child {
    padding-top: 75px;
}

.tm-block-full {
    height: 250px;
}

.tm-block-light + .tm-block-dark, .tm-block-dark + .tm-block-light, .tm-block-full + .tm-block {
    padding-top: 35px;
}

/* =================================
   sidebar en content iets breder+ minder spatie
 ==================================== */

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 10px;
  }
}


 /* =================================
   font colors menu
 ==================================== */

.uk-nav > li > a {
    text-decoration: none;
    padding: 7px 15px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    font-family: 'Kite One';
    font-weight: 200;
    background-image: linear-gradient(#1F5193, #1F5193 50%, #1F5193 50%, #1F5193);
    background-position: 0 100%;
    background-size: 100% 210%;
    text-transform: none;
}

.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  /* 2 */
  /*color: rgba(31, 81, 147, 0.4);*/
  color: #4A6691;
  font-size: 20px;
  font-family: 'Kite One';
  font-weight: 200;
  background-image: linear-gradient(#7ad3f7, #7ad3f7 50%, #7ad3f7 50%, #7ad3f7);
  background-position: 0 100%;
  background-size: 100% 210%;
  text-transform: none;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #7ad3f7;
  color: #1F5193;
  /* 3 */
  outline: none;
  background-position: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #dddddd;
  color: #525252;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #1F5193;
  font-weight: bold;
}
.uk-navbar-nav > li.uk-active > a:hover {
  color: #1F5193;
}


.uk-dropdown-navbar {
  margin-top: 0;
  background: #1F5193;
  color: #818a94;
  box-shadow: 1px 0 0 rgba(47, 49, 53, 0.05), -1px 0 0 rgba(47, 49, 53, 0.05), 0 1px 0 rgba(47, 49, 53, 0.05);
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  /* 2 */
  outline: none;
}

 /* =================================
   font colors search
 ==================================== */


/*
 * Icon
 */
.uk-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 36px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 18px;
  /*color: rgba(255, 255, 255, 0.4);*/
  color: #1F5193;
}

/*
 * Search
 * Define defaults because search is an addon and may not been loaded by the theme
 */
input.uk-search-field {
  /* Reset */
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: normal;
  /* Override */
  width: 150px;
  height: 36px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  /*color: rgba(255, 255, 255, 0.4);*/
  color: #1F5193;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /* Override for themes */
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
}

input.uk-search-field:focus.uk-search-field:-ms-input-placeholder {
  /*color: rgba(255, 255, 255, 0.5);*/
  color: #1F5193;
}
input.uk-search-field:focus.uk-search-field::-moz-placeholder {
  /*color: rgba(255, 255, 255, 0.5);*/
  color: #1F5193;
}
input.uk-search-field:focus.uk-search-field::-webkit-input-placeholder {
  /*color: rgba(255, 255, 255, 0.5);*/
  color: #1F5193;
}
.uk-offcanvas input.uk-search-field {
  /* Override */
  width: 100%;
  border-color: rgba(0, 0, 0, 0);
  background: rgba(24, 24, 24, 0.62);
  /*color: rgba(255, 255, 255, 0.5);*/
  color: #1F5193;
  /* Override for themes */
  padding: 0 10px 0 35px !important;
  border-radius: 50px;
  box-shadow: inset 0 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 0px 0px rgba(255, 255, 255, 0.07);
}

 /* =================================
   language switcher side by side
 ==================================== */
 
div.mod-languages ul li{
	display: inline;
    float: left;
}

/* =================================
   margin logo
 ==================================== */
div a.tm-logo p {
	margin: 10px 0 10px 0;
}


/* =================================
   Footer
 ==================================== */

.tm-footer {
  color: #1F5193;
}
.tm-footer a:not([class]) {
  color: #1F5193 !important;
}
.tm-footer a:not([class]):hover {
  color: rgba(31, 81, 147, 0.5) !important;
}


/* =================================
  Overlay text
 ==================================== */
p.overlayText {
	font-family: Verdana;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;	
	line-height: 20px;
}
 
 /* =================================
  Text categories
 ==================================== */
div.categoryText {
	width: 350px; 
	font-size: 8pt;
}


/*
hide top-image for mobile
*/
@media ( max-width: 768px ) {   
.tm-block-full { display: none; }  
}