p{
	margin-left:30px;
	margin-right:20px;
	padding-top:15px;
}
.masterblock{
	float:left;
}
#first{
	padding-top:45px;
}
#block-6, #block-8{
	display:block;
	width:406px;
	height:100px;
}	
#block-7{
	width:406px;
	height:206px;
}
#block-8{
	overflow:hidden;
	position:relative;
	color:#3d3d29;
}
#block-9{
	background:whitesmoke;
	color:#3d3d29;
	justify-content:initial;
	align-items:initial;
	display:block;
	width:403px;
	height:418px;
	font-size:12px;
	margin-right:0px;
	box-shadow:inset 0 0 10px #3d3d29;
	float:left;
	}
.slide{
	position:absolute;
	top:50%;
	left:50%;
	margin-right:-50%;
	transform:translate(-50%, -50%);
}

/* minislide1  */

.minislide1 {
	width:406px;
	height:206px;
	overflow:hidden;
	position:relative;
}
.minislide1 img{
	position:absolute;
	animation:fling-minislide 30s infinite;
	opacity:0;
	width:406px;
	height:206px;		
}

@keyframes fling-minislide1 {
	25%{
		opacity:1;
	}
	40%{
		opacity:0;
	}
}
.minislide1 img:nth-child(3){animation-delay:0s;}
.minislide1 img:nth-child(2){animation-delay:10s;}
.minislide1 img:nth-child(1){animation-delay:20s;}

.slide{
	position:absolute;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	animation:slide 30s infinite;
	opacity:0;
	max-width:406px;
}

@keyframes slide {
	25%{
		opacity:1;
	}
	40%{
		opacity:0;
	}
}

#slide-1{animation-delay:0s;}/**/
#slide-2{animation-delay:10s;}/**/
#slide-3{animation-delay:20s;}/**/

/* einde minislide1 */

/************************************************************ Voor tablets ********************************************************************************************************/
@media only screen and (min-width: 768px){
	}
	
	/*
}
