section.nsblog {
	padding: 40px 0;
}

section.nsblog .blogcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.nsblog .blogcontainer .first-post {
    flex: 0 0 49%;
    background: 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0;
    border: 2px solid #242424;
    color: #000;
}

section.nsblog .blogcontainer .first-post .blog-image img {
	border-radius: 0;
	margin-bottom: 20px;
	max-height: 900px;
}

section.nsblog .blogcontainer .three-posts {
	flex: 0 0 49%;
}

section.nsblog .blogcontainer .three-posts .post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4%;
	color: #000;
}

section.nsblog .blogcontainer .three-posts .post:last-child {
	margin-bottom: 0;
}

section.nsblog .blogcontainer .three-posts .post .blog-image {
	flex: 0 0 49%;
}

section.nsblog .blogcontainer .three-posts .post .blog-image img {
	border-radius: 0;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
    max-height: 300px;
}

section.nsblog .blogcontainer .three-posts .post .blog-content {
	flex: 0 0 49%;
}

section.nsblog .leestijd,
section.nssingleblog .leestijd {
	background: #bd1525;
    border-radius: 0;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 800;
    color: white;
    margin-bottom: 6px;
    display: inline-block;
}

section.nsblog .leestijd i,
section.nssingleblog .leestijd i {
	margin-right: 3px;
}

section.nsblog .blogcontainer h3 {
	margin-top: 0;
	margin-bottom: 0;
}

section.nsblog .blogcontainer .author {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.nsblog .author img,
section.nssingleblog .author img {
    flex: 0 0 40px;
    height: 40px;
    border-radius: 0;
        border: 2px solid #bd1525;
}

section.nsblog .blogcontainer .author .datename {
	flex: 1;
	padding-left: 10px;
    box-sizing: border-box;
}

section.nsblog .blogcontainer .author .datename .name {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
}

section.nsblog .blogcontainer .author .datename .date {
	font-size: 12px;
}

section.blogall {
	background: #f1f1f1;
	padding: 40px 0;
}

section.blogall .blogcontainer h2 {
	margin-top: 0;
}

section.blogall .blogcontainer .three-posts {
	flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.blogall .blogcontainer .three-posts .post {
	flex: 0 0 49%;
}

section.blogall .blogcontainer .three-posts .post:nth-last-child(-n+2) {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {

	section.nsblog .blogcontainer .first-post {
		flex: 0 0 100%;
		margin-bottom: 4%;
	}

	section.nsblog .blogcontainer .three-posts {
		flex: 0 0 100%;
	}

	section.blogall .blogcontainer .three-posts .post {
		flex: 0 0 100%;
	}

	section.blogall .blogcontainer .three-posts .post:nth-last-child(-n+2) {
		margin-bottom: 4%;
	}

	section.blogall .blogcontainer .three-posts .post:last-child {
		margin-bottom: 0 !important;
	}

}

@media screen and (max-width: 550px) {

	section.nsblog .blogcontainer .three-posts .post .blog-image {
	    flex: 0 0 100%;
	}

	section.nsblog .blogcontainer .three-posts .post .blog-content {
		flex: 0 0 100%;
	}

	section.nsblog .blogcontainer .first-post .blog-image img {
		margin-bottom: 0;
	}

	section.nsblog .blogcontainer .leestijd {
		margin-top: 20px;
	}

}


/** Single Blog **/

section.nssingleblog {
	padding: 40px 0;
}

section.nssingleblog .topbar {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

section.nssingleblog .author {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.nssingleblog .author .datename {
	flex: 1;
	padding-left: 10px;
    box-sizing: border-box;
}

section.nssingleblog .author .datename .name {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
}

section.nssingleblog .author .datename .date {
	font-size: 12px;
}

section.nssingleblog article.post .content {
    padding: 0 !important;
    flex: 0 0 100%;
}

section.nssingleblog a.terugnaarblog {
    color: #000;
    font-size: 15px;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: underline;
}

section.nssingleblog a.terugnaarblog i {
	font-size: 11px;
}

section.blogallsingle {
	padding: 40px 0;
}