/*
Description: Custom css
Author: GraphicGenie
Url: http://www.graphicgenie.nl

*/

/*fonts*/
@import url(http://fonts.googleapis.com/css?family=Days+One);

h1, h2, h3, h4, h5, h6{
	font-family: 'Days One', helvetica, Arial, sans-serif;
}



/*general*/
::selection{
	background:#E42231;
}

.increased-lineheight{
	line-height:145%;
}

.uk-button{
	color:#FFF;
}
.uk-button:hover{
	color:#FFF;
	background-color: #8AAD0C;
}
hr {
	border-top: 1px solid #E42231;
}

/*logo*/
	
/*header*/
	
	/*teaser*/
	body > div.tm-teaser > div > div > div > img.uk-visible-large.uk-scrollspy-init-inview.uk-scrollspy-inview.uk-animation-slide-left {
		right: 270px;
		bottom: 0px;
		position: absolute;
	}
	body > div.tm-teaser > div > div > div > img.uk-visible-large.uk-scrollspy-init-inview.uk-scrollspy-inview.uk-animation-slide-right {
		position: absolute;
		bottom: 0;
		right: 0;		
	}
	


	

/*nav*/

/*content*/
p.uk-article-meta {
display: none;
}

body > div.tm-wrapper {
padding: 40px 0 0 0;
}

div.tm-middle.uk-grid {
padding-bottom: 40px;
}

	/*veelgestelde vragen header tekst*/
	body > div.tm-wrapper > div:nth-child(1) > div > div > div > main > article > div:nth-child(3) > div > h2 {
		font-size: 41px;
		line-height: 48px;
		font-weight: normal;
		text-transform: none;
	}

/*top a*/

/*top b*/

/*top c*/

/*main top*/

/*bottom a*/

/*bottom b*/

/*bottom c*/
	/*social media*/
	.tm-bottom-c {
		background-color: #E42231 !important;
		padding: 40px;
	}
	.uk-icon-button {
		background: #FFFFFF;
		color: #E42231;
	}
	.tm-margin-right{
		margin-right:0px;
	}


	.wk-twitter-single.image {
		text-align: center;
	}
	.wk-twitter-single .content {
		color: white;
	}


/*main bottom*/

/*sidebar-a*/

/*sidebar-b	*/

/*footer*/
.tm-footer{
	background-color: #F39200;
	color: white;
	padding:40px 0 40px 0;
}

.tm-footer > div:nth-child(1) > div > a {
	color:#000;
}
.tm-footer > div:nth-child(1) > div{
	padding-bottom: 40px;
}





