body {
	background-image: url(../../../../../images/achtergrond.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.uk-block-default {
	background: rgba(255, 255, 255,0.7);
}
.uk-block-default + .uk-block-default, .uk-block-muted + .uk-block-muted, .uk-block-primary + .uk-block-primary, .uk-block-secondary + .uk-block-secondary {
	border-top: 1px solid rgba(255, 199, 94,0.7);
}
.tm-block-footer {
	background: rgba(255, 199, 94,0.7);
}
.uk-table-striped tbody tr:nth-of-type(2n) {
	background: rgba(255, 255, 255,0.2);
}
.sp td a::before {
	content: "\f0c1";
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 40px;
	line-height:60px;

}
.sp td a, .sp td a:hover{
	color: transparent;
}
.tm-navbar {
	box-shadow: 0 3px 0 rgba(250, 162, 19,0.3);
}
.uk-link-reset {
	color: #5a544f;
}
.uk-link-reset:hover {
	cursor: none;
}
.uk-h2.uk-margin-top-remove {
	text-align: center;
}
.uk-navbar-nav > li > a[href="#"] {
	cursor: pointer;
}
#tm-bottom-a, #tm-top-a {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 30px;
}
blockquote {
	padding-left: 15px;
	border-left: 5px solid #e69500;
	font-size: 24px;
	line-height: 30px;
	text-align:center;

}
.tm-logo p {
	margin: 0px;
}
.tm-footer a {
	font-weight: bold;
}
.uk-icon-linkedin-square::before {
	content: "\f08c";
	color: #327FAB;
	font-size: 44px;
}
td p {
	margin: 2px;
}
strong {
	font-weight: bold!important;
}
.uk-table th {
	font-weight: bold;
	background: #e69500;
	color: #fff;
}

/* contact */
#contact-form {
	background: rgba(255, 255, 255,0.2);
	border: 2px solid #e69500;
}
.contact-form legend {
	display: none;
}
.dl-horizontal dd {
	margin-left: 0px;
}
.contact-emailto {
	display: inline-block;
}
.contact-webpage a::before {
	content: "\f08c";
	font-family: "FontAwesome";
	font-weight: 900;
	font-variant: normal;
	color: #327fab;
	font-style: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 36px;
}
.contact-webpage a {
	color: transparent;
}
.contact-emailto::before {
	content: "Mail me at:";
	font-size: 18px;
	text-transform: uppercase;
}
.contact .thumbnail.pull-right {
	background: #e69500;
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	float: left;
	margin-right: 30px;
	padding: 2px;
}
.contact .thumbnail.pull-right img {
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
@media (max-width: 960px) {
	.uk-navbar-content::before{
	display: inline;
}
#tm-bottom-a, #tm-top-a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}
.uk-article-title {
	word-wrap: break-word;
	hyphens: auto;
}
}
@media (min-width: 700px) and (max-width: 1400px){
.uk-h2.uk-margin-top-remove {

	min-height: 68px;
}
}