/**
 * Blog
 **/
 .blog-img img {
	width: 100%;
}
.blog-head {
	text-align: center;
	margin:60px auto;
	margin-top: 20px;
	position: relative;
}
.blog-head .c {
	width: 90%;
	max-width: 800px;
	margin: 20px auto 60px auto;
}
.blog-content {
	width: 96%;
	max-width: 1400px;
	margin:0 auto;
}

.blog-item {
	position: relative;
	margin-bottom: 1.8%;
}
.blog-item a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 5;
}
.blog-rows {
	margin-top: 1%;
}
.blog-row {
	display: flex !important;
	flex-wrap: wrap;
	margin-bottom: 1%;
}
.blog-row:last-child {
	margin-bottom: 0;
}
.blog-row .row-block {
	width: 49.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
	margin-right: 1%;
}
.blog-row.type-b .row-block {
	margin:0;
	width: 100%;
}
.blog-row.reverse .row-block:first-child {
	order:2;
	margin-left: 1%;
	margin-right: 0%;
}
.blog-row .extra .blog-item {
	width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
	margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
	width: 100%;
}
.blog-rows .blog-inhoud {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 20px 10px;
	background-color: rgba(237, 28, 36, .8);
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.blog-rows .blog-inhoud h2 {
	line-height: 125%;
}
.blog-rows .blog-main .blog-inhoud h2 {
	font-size: 1rem;
	letter-spacing: 0.04rem;
}
.blog-rows .extra .blog-inhoud h2 {
	font-size: .8rem;
}
.blog-row.type-c .row-block {
	margin-right: 0;
	width: 100%;
}
.type-c .combo-img {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	align-content: flex-start;
}
.type-c.reverse .combo-img .big {
	order:2;
}
.type-c .combo-img > * {
	width: 50%;
}
.type-c .combo-img .big img {
	width: 100%;
}
.type-c .combo-img .small {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}
.type-c .combo-img .small img {
	width: 50%;
}
.button-hold {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.button-hold:last-child {
	margin-bottom:0px;
}
.button-hold a {
	display: inline-block;
	border: 1px solid #ED1C24;
	padding: 10px 20px;
	background-color: #ED1C24;
	cursor: pointer;
	text-transform: uppercase;
	font-family: "Gill Sans", "Gill Sans MT", "Lato", sans-serif;
	transition: all 0.8s ease;
	margin-top: 50px;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #fff;
}
.button-hold a:hover {
	background-color: #fff; 
	color: #ED1C24;
}
 /**
* Blog detail
**/
.blog-holder {
	display: flex;
	margin-top: 60px;
}
.blog-aside {
	width: 300px;
	margin-right: 50px;
}
.blog-main {
	width: calc(100% - 350px);
}
.blog-main .c {
	font-size: 1rem;
	color: #363636;
}

.blog-main .c a {
	font-weight: 700;
	color: #ED1C24;
}
.blog-main .blog-img {
	position: relative;
	width: 100%;
}
.blog-main .blog-img .h1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding:25px 15px;
	background-color: rgba(237, 28, 36, .8);
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	line-height: 140%;
}
.blog-aside h3 {
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 25px;
	color: #5a5a5a; 	
}
.blog-nav nav {
	border-top: 1px solid rgb(220,220,220);
	margin-bottom: 60px;
}
.blog-nav a {
	line-height: 40px;
	display: block;
	border-bottom: 1px solid rgb(220,220,220);
	color: rgb(100,100,100);
	padding-left: 8px;
	font-size: 1.2em;
}

.blog-nav a:hover,.blog-nav a.active {
	color: #ED1C24;
}
.blog-recent h2 {
	font-size: 1.1rem;
	margin-top: 10px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	width: 100%;
}

.blog-recent h4 {
	background-color: #ED1C24;
	color: white;
	padding: 5px;
	margin: 2px !important;
	float: left;
	line-height: 100%;
	font-weight: 700;
	font-size: 1em !important;
}

.blog-recent .c {
	margin-bottom: 10px;
	color: #5a5a5a;
	font-size: 1.1em;
}
.blog-recent .blog-item {
	margin-bottom: 35px;
}
.blog-recent .more {
	color: #ED1C24;
	text-transform: uppercase;
	letter-spacing: 1px;	
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.blog-recent .more i {
	transition: all .3s;
	font-size: 1.2em;
	margin-left: 10px;
}

.blog-item a:hover i {
	margin-left: 15px;
}
.blog-overzicht {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.blog-overzicht .blog-item a {
	position: static;
}
.blog-overzicht .btn-hold {
	padding-top: 25px;
	text-align: left;
}
.blog-overzicht .btn-hold a {
	display: inline-block;
	padding:0 20px;
	font-weight: 700;
	border:1px solid #ED1C24;
	color: #fff;
	background-color: #ED1C24;
	font-family: "Poppins";
	font-size: 1.1em;
	transition: all 0.5s ease;
	padding: 5px 20px;
}
.blog-overzicht .btn-hold a:hover {
	background-color: #fff;
	color: #ED1C24;
}
.blog-overzicht h2 {
	font-weight: 700;
	font-size: 1.1rem;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ED1C24;
}

.blog-overzicht .blog-item:nth-child(2), .blog-overzicht .blog-item:first-child {
	width: 48%;
}

.blog-overzicht .blog-item {
	margin-bottom: 45px;
	width: 31.33%;
	margin: 1%;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(219,219,219,0.44);
	-moz-box-shadow: 0px 2px 22px 0px rgba(219,219,219,0.44);
	box-shadow: 0px 2px 22px 0px rgba(219,219,219,0.44);
	padding: 15px;
}

.blog-content-row {
	margin-bottom: 36px;
}
.merk-content .blog-content-row {
	margin-bottom: 1.33%;
}
.blog-content-row h2 {
	line-height: 150%;
	text-align: center;
	font-weight: 700;
	font-size: 1.3em;
	color: #363636;
}
.blog-content-row .c {
	width: 90%;
	max-width: 800px;
	margin:0 auto;
	text-align: center;
}
.blog-content-row .multi-img-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
	width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
	width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
	width: 24%;
}
.blog-content-row .multi-img-holder>a img {
	width: 100%;
}
.blog-content-row .filmpje {
	max-width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.zestiennegen {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.zestiennegen iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.title-hold {
	text-align: center;
	margin-top: 80px;
	border-top: 1px solid #363636;
	margin-bottom: 36px;
	padding-top: 40px;
}
.title-hold h3 {
	color: #ED1C24;
	font-size: 1.8rem;
	font-weight: bold;
}

.blog-small-overzicht {
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}

.small_blog {
	width: 100%;
	display: flex;
	padding: 10px;
	margin: 10px 0;
	background-color: white;
	justify-content: flex-start;
}

.small_inhoud h2 {
	font-size: 1.7em;
	color: #ED1C24;
}

.btn-bottom {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.small_inhoud a {
	background-color: #ED1C24;
	border-radius: 200px;
	display: inline-block;
	padding: 5px 20px;
	margin-top: 10px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	transition: all .3s;
}

.small_inhoud a:hover {
	-webkit-box-shadow: 0px 0px 22px 0px rgba(237,28,36,0.44);
	-moz-box-shadow: 0px 0px 22px 0px rgba(237,28,36,0.44);
	box-shadow: 0px 0px 22px 0px rgba(237,28,36,0.44);
}

.blog_filter_size {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.blog_filter_size div {
	width: 40px;
	height: 40px;
	display: flex;
	margin-left: 10px;
	font-size: 1.3em;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #ED1C24;
	cursor: pointer;
	background-color: #fff;
}

.activesort {
	color: #fff !important;
	background-color: #ED1C24 !important;
}

.social_sharing {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 20px;
	font-size: 1.2em;
	cursor: pointer;
	text-transform: uppercase;

}

.social_sharing a {
	color: #353535;
	padding: 5px 10px;
	border: 1px solid #F5F4F3;
	transition: ease-in-out 0.4s;
}

.social_sharing a:hover{
	color: #ED1C24;
	border: 1px solid #ED1C24;
	transition: ease-in-out 0.4s;
}

.social_sharing a:active{
	color: #fefefe;
	background-color: #ED1C24;
	transition: ease-in-out 0.2s;
}

.social_sharing i {
	margin-right: 5px;
}

.watch_youtube{
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 20px;
	font-size: 1.2em;
	cursor: pointer;
	text-transform: uppercase;
}

.watch_youtube a{
	color: #fefefe;
	padding: 5px 10px;
	border: 1px solid #ED1C24;
	transition: ease-in-out 0.4s;
	background-color: #ED1C24;
}

.watch_youtube a:hover{
	color: #ED1C24;
	background-color: #F5F4F3;
	transition: ease-in-out 0.4s;
}

@media screen and (max-width: 1100px){
	.blog-overzicht .blog-item {
		width: 98%;
	}
}
@media screen and (max-width: 1000px){
   .blog-holder {
	   margin-top: 30px;
	   flex-wrap: wrap;
   }
   .blog-aside {
	   width: 100%;
	   margin-right: 0;
	   display: flex;
	   flex-direction: column;
   }

   .blog-aside {
	   order:2;
   }

   .blog-recent .blog-item {
	   margin: 1%;
	   padding: 15px;
   }

   .blog-overzicht .blog-item:nth-child(2), .blog-overzicht .blog-item:first-child {
	   display: none;
   }

   .blog-main {
	   order: 1;
   }

   .sponsor_ak, .sponsor_ak_small {
	   display: none !important;
   }
   .blog-main {
	   width: 100%;
   }
   .blog-main .title-hold {
	   display: none;
   }

   .blog-content-row .multi-img-holder.four>* {
	   width: 48%;
	   margin: 2% 0;
   }
}
@media screen and (max-width: 900px){
	.blog-main .c {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 800px){
	.blog-rows .blog-main .blog-inhoud h2 {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 750px){
	.blog-holder {
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.blog-aside {
		order:2;
		width: 100%;
		margin-right: 0;
	}
	.blog-main {
		width: 100%;
	}
	
	.blog-content-row .multi-img-holder.four>* {
		width: 48%;
		margin: 2% 0;
	}
}
@media screen and (max-width: 700px){	
	.blog-row .row-block,.blog-row.type-b .row-block {
		width: 100%;
		margin-bottom: 4.0816326530612244897959183673469%;
	}
	.row-block:not(:nth-child(2n)){
		margin-right: 0;
	}
	.blog-row.reverse .row-block:first-child {
		margin-left: 0;
	}
	.blog-row {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 680px){
	.blog-main .blog-img .h1 {
		position:static;
		padding:25px 15px;
		background-color: rgba(237, 28, 36, 1);
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 400px){
	.blog-rows .blog-inhoud {
		min-height: 50px;
	}		
	.row-block.extra {
		display: none;
	}
	.blog-main .blog-img .h1 {
		font-size: 1.6rem;
	}
}
