/* Blog*/

.sharing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background-color: #f6f6f6;
  }
  
  .sharing > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
  }
  
  .sharing > div a {
	color: #fff;
	border-radius: 4px;
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 35px;
	height: 35px;
	transition: all .3s;
	font-weight: 700;
  }
  
  .sharing > div a:hover {
	transform: scale(1.15);
  }
  
  .sharing > div a i {
	font-size: 20px;
  }
  
  .sharing p {
	font-weight: 700;
	color: #353535;
	margin-right: 10px;
  }
  
  .sharing > a {
	display: inline-block;
	padding: 15px 20px;
	background-color: transparent;
	cursor: pointer;
	font-weight: 700;
	border-radius: 4px;
	color: white;
	background-color: #ff89c1;
	transition: all 0.8s ease;
  }
  
  .blog-img img {
	width: 100%;
  }
  .blog-head {
	text-align: left;
	line-height: 180%;
	position: relative;
  }
  .blog-head .c {
	width: 100%;
	color: #505050;
  }
  
  .blog-content {
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
	margin-top: 30px;
  }
  .footermar-blog {
	padding-bottom: 50px;
  }
  .blog-item {
	position: relative;
  }
  .blog-item a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 2;
  }
  .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-row .extra .blog-item:nth-child(n+3){
	margin-top: 2.0408163265306122448979591836735%;
  }
  
  .blog-rows .blog-inhoud {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 15px;
	z-index: 1;
	border: 2px solid #f1f1f1;
	background-color: #fff;
	color: #252525;
  }
  
  .blog-rows .blog-inhoud h2 {
	font-weight: 700;
	text-align: left;
	line-height: 125%;
  }
  
  .blog-rows .blog-main .blog-inhoud h2 {
	font-size: 1.4em;
  }
  .blog-rows .extra .blog-inhoud h2 {
	font-size: 1.2em;
  }
  .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;
	padding: 15px 20px;
	background-color: transparent;
	cursor: pointer;
	font-weight: 700;
	border-radius: 4px;
	color: white;
	background-color:#ff89c1 !important;
	transition: all 0.8s ease;
  }
  .button-hold a:hover {
	transform: scale(1.1);
  }
	/**
   * Blog detail
   **/
   .blog-holder {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
  }
  .blog-aside {
	padding: 30px;
	width: 400px;
	margin-right: 50px;
	border: 2px solid #f1f1f1;
  
  }
  .blog-main {
	width: calc(100% - 350px);
  }
  
  .blog-main .c {
	font-size: 1.2em;
	color: #a4a4a4;
	padding: 0;
	line-height: 180%;
  }
  
  .blog-item .c {
	font-size: 1.1em;
	color: #a4a4a4;
	padding: 0 15px;
	line-height: 180%;
  }
  
  .blog-recent .blog-item .c {
	padding: 0 !important;
  }
  
  .blog-main .blog-img {
	position: relative;
	width: 100%;
  }
  .blog-main .blog-img .h1 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 180%;
	color: #000;
	font-size: 2.1em;
  }
  .blog-aside h3 {
	font-weight: 700;
	color: #000;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 25px;  
  }
  .blog-nav nav {
	border-top: 1px solid rgb(220,220,220);
	margin-bottom: 60px;
  }
  .blog-nav a {
	line-height: 40px;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgb(220,220,220);
	color: rgb(100,100,100);
	padding-left: 8px;
  }
  .blog-nav a:hover,.blog-nav a.active {
	color: #000;
  }
  .blog-nav-btn {
	display: none;
	text-align: center;
	padding:10px 0;
	font-size: 3.2em;
	color: #000;
	cursor: pointer;
  }
  
  .blog-recent h2 {
	font-size: 1.2em;
	margin-top: 10px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #626572;
  }
  
  .blog-recent .c {
	margin-bottom: 10px;
	line-height: 180%;
	color: #999999;
  }
  
  .blog-recent .blog-item {
	margin-bottom: 35px;
  }
  
  .blog-recent .more {
	font-weight: bold;
	color: #000;
  }
  
  .blog-overzicht {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
  }
  
  .blog-overzicht .blog-item a {
	position: static;
  }
  
  .blog-overzicht .btn-hold {
	padding: 15px;
	text-align: left;
  }
  
  .blog-overzicht .btn-hold a {
	display: inline-block;
	padding: 15px 20px;
	background-color: #ff89c1;
	font-weight: 700;
	border-radius: 4px;
	color: #fff;
	transition: all 0.5s ease;
  }

  .blog-overzicht h2 {
	font-size: 1.3em;
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 140%;
	color: #626572;
  }
  
  .blog-overzicht .blog-item {
	width: 48%;
	margin: 1%;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
	transition: all 1s;
  }
  
  .blog-overzicht .blog-item:hover {
	transform: scale(1.03);
  }
  
  
  .blog-content-row {
	margin-bottom: 30px;
  }
  .merk-content .blog-content-row {
	margin-bottom: 1.33%;
  }
  .blog-content-row h2 {
	font-size: 1.2em;
	line-height: 150%;
	color: #ff89c1;
	font-weight: 700;
	letter-spacing: 1px;
  }
  .blog-content-row .c {
	width: 100%;
	margin:0 auto;
  }
  .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;
  }
  .blog-content-row .tekst-and-image {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
  }
  .blog-content-row .tekst-and-image > * {
	width: 50%;
  }
  .blog-content-row .tekst-and-image .c {
	padding:0 20px;
  }
  .blog-content-row .tekst-and-image.reverse .img {
	order:2;
  } 
  .title-hold {
	text-align: center;
	margin-bottom: 36px;
  }
  .title-hold h3 {
	margin-top: 30px;
	padding-top: 30px;
	color: #626572;
	border-top: 3px solid #ececec;
	font-size: 1.5em;
	font-weight: bold;
  }
  
  /* Einde Blog */

  @media screen and (max-width: 1300px) {
	.blog-overzicht .blog-item {
	  width: 98%;
	}
  }

  @media screen and (max-width: 1200px) {
	
	.blog-content-row .tekst-and-image > * {
	width: 100%;
	}
	.blog-content-row .tekst-and-image .img {
	margin:15px auto;
	max-width: 500px;
	}

  }

  @media screen and (max-width: 1000px) {
	.blog-holder {
		margin-top: 30px;
		flex-wrap: wrap;
	  }
	  .blog-aside {
		order:2;
		width: 100%;
		margin-right: 0;
	  }
	  .blog-main {
		width: 100%;
		padding: 10px;
	  }
	  .row-block .extra {
		padding: 10px;
	  }
	  .blog-main .title-hold, .blog-main .blog-overzicht {
		display: none;
	  }
	
	  .blog-aside h3 {
		width: 100%;
	  }
	
	  .blog-recent {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		-ms-align-items: flex-start;
		align-items: flex-start;
	  }
	
	  .blog-recent .blog-item {
		width: 45%;
	  }
  }

  @media screen and (max-width: 900px) {
	.blog-main .c {
		font-size: 1em;
	}	
  }

  @media screen and (max-width: 800px) {
	.blog-rows .blog-main .blog-inhoud h2 {
		font-size: 1.6em;
	  }
	  .blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
		width: 49%;
	  }
	  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
		margin-bottom: 2%;
	  }
	  .blog-content-row .multi-img-holder.three>*:last-child{
		display: none;
	  }	
  }

  @media screen and (max-width: 750px) {
	.blog-recent .blog-item {
	  width: 100%;
	}
  }

  @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;
	  margin-top: 20px;
	  margin-bottom: 10px;
	  font-size: 1.4em;
	}
}

@media screen and (max-width: 600px) {
	.blog-more-nav-btn {
		display: block;
	}
	.blog-more-nav {
	display: none;
	}
}

@media screen and (max-width: 400px){
	.row-block.extra {
	  display: none;
	}
	.blog-main .blog-img .h1 {
	  font-size: 1.6em;
	}
  }
  