/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.uk-panel-title {
	font-family: 'Montserrat';
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
}
.uk-panel-title::after {
	content: "";
	display: block;
	padding-top: 8px;
	width: 100%;
	border-bottom: 2px solid white;
}

.uk-table td {
	border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 767px) {
	.uk-table th, .uk-table td {
		padding: 4px;
	}
	h1, .uk-article-title {
		font-size: 36px;
		line-height: 40px;
	}
	.tm-footer li {
		padding: 4px 0;
	}
	.tm-footer li:before {
		content: "\f054";
		display: inline-block;
		font-family: FontAwesome;
		font-weight: 400;
		font-style: normal;
		line-height: 1;
		-moz-osx-font-smoothing: grayscale;
		padding-right: 4px;
	}
}

.uk-nav-offcanvas ul a {
	padding: 5px 0;
}

/*  HEADER  */
header {
	display: block;
	position: relative;
	z-index: 99;
}
.tm-navbar {
	background: #fff;
	height: 80px;
	margin-bottom: 0;
	margin-top: 0;
	box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.25);
	position: relative;
}
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
	height: auto;
	padding: 0;
}
.tm-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 25%;
}
.uk-navbar-flip {
	padding-left: 100px;
}
.uk-navbar-flip .uk-visible-large {
	display: inline-block;
}
.uk-navbar-flip .uk-hidden-large {
	float: right;
	padding: 28px 0 0 25px;
}
.uk-navbar-flip .uk-panel {
	float: right;
	margin-top: 25px;
	margin-left: 25px;
}
.uk-navbar-nav > li > a {
	height: 80px;
	line-height: 80px;
}

/* FOTO ACHTERGRONDEN */
.tm-foto {
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fotobart {
	background-image: url(../../../../../images/foto-bart.jpg);
}
.foto1 {
	background-image: url(../../../../../images/voorwie-1.jpg);
}
.foto2 {
	background-image: url(../../../../../images/voorwie-2.jpg);
}
.foto3 {
	background-image: url(../../../../../images/voorwie-3.jpg);
}
.foto4 {
	background-image: url(../../../../../images/voorwie-4.jpg);
}

/*  TOP A  */
#tm-top-a {
	position: relative;
}
.tm-top-a {
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}
.tm-slide-caption {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 0;
	text-align: center;
	background:rgba(255,255,255,0.5);
	padding: 10px;
}
/* SLIDES IN TOP-A */
.slide #tm-top-a {
	background-repeat: no-repeat;
	background-position: center center;
	background-clip: content-box;
	height: 240px;	
}
.slide1 #tm-top-a {
	background-image: url(../../../../../images/slides/slide-1.jpg);
}
.slide2 #tm-top-a {
	background-image: url(../../../../../images/slides/slide-2.jpg);
}
.slide3 #tm-top-a {
	background-image: url(../../../../../images/slides/slide-3.jpg);
}
.slide4 #tm-top-a {
	background-image: url(../../../../../images/slides/slide-4.jpg);
}
.slide5 #tm-top-a {
	background-image: url(../../../../../images/slides/slide-5.jpg);
}

/*  TOP B  */
@media (max-width: 767px) {
	#tm-top-b .uk-container {
		margin-top: -20px;
	}
}
@media (min-width: 768px) {
	#tm-top-b .uk-container {
		margin-top: -20px;
		padding: 0 30px;
	}
}
@media (min-width: 980px) {
	#tm-top-b .uk-container {
		margin-top: -30px;
		padding: 0 60px;
	}
}
@media (min-width: 1200px) {
	#tm-top-b .uk-container {
		margin-top: -40px;
		padding: 0 130px;
	}
	#tm-top-b h3 {
		padding-top: 50px;
	}
}
.tm-top-b .uk-panel-box-secondary h3 {
	font-size: 26px;
	padding: 30px;
}
.tm-top-b .uk-panel-box-secondary p {
	font-size: 18px;
	line-height: 26px;
	padding: 0 30px 30px;
}
@media (max-width: 979px) {
	.tm-top-b .uk-panel-box-secondary p {
		padding: 20px;
	}
}

/* CONTENT */
#tm-middle {
	margin: 30px 0;
}
#tm-middle {
	padding-right: 25px;
}
@media (max-width: 767px) {
	#tm-middle, .tm-main, .tm-sidebar-a {
		padding: 0;
	}
}

/*  BOTTOM  */
#tm-bottom-a, #tm-bottom-b {
	background-color: #e4e4e4;
}
#tm-bottom-a h3 {
	font-size: 26px;
	padding: 30px;
}
#tm-bottom-a h3::after {
	border-bottom-color: #444;
}
#tm-bottom-a .uk-panel-box {
	background-color: transparent;
}
#tm-bottom-b {
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	#tm-bottom-b .tm-foto {
		min-height: 200px;
	}
}
.tm-bottom-b .uk-panel-box-primary p {
	font-size: 18px;
	line-height: 26px;
	padding: 30px;
}
@media (min-width: 1200px) {
	#tm-bottom-a h3 {
		padding-top: 50px;
	}
	#tm-bottom-b .uk-container {
		padding: 0 130px;
	}
	#tm-bottom-b {
		padding-bottom: 100px;
	}
}
@media (max-width: 979px) {
	.tm-bottom-b .uk-panel-box-primary p {
		padding: 20px;
	}
}
#tm-bottom-c,
#tm-bottom-d {
	text-align: center;
}
#tm-bottom-c h3 {
	font-size: 26px;
	padding: 30px;
}
#tm-bottom-c h3::after {
	border-bottom-color: #444;
}

/*  FOOTER  */
#tm-footer, #tm-copyright {
	background-color: #878787;
	color: #fff;
}
.tm-footer {
	padding-top: 20px;
}
@media (min-width: 1200px) {
	.tm-footer {
		padding-top: 35px;
	}
}
.tm-footer em,
#tm-footer .uk-panel-title,
#tm-footer a, #tm-copyright a {
	color: #fff;
}
.tm-footer {
	text-align: left;
}

.tm-copyright {
	font-size: small;
	padding-bottom: 20px;
}

/* Only phones */
@media (max-width: 767px) {
  .tm-navbar {
    margin: 0;
  }
}