@import url('https://fonts.googleapis.com/css?family=Roboto:300,700');
@import url('animate.css');
body {
    overflow-x: hidden;
}

.mini-v-hero {
    position: relative;
	overflow: hidden;
}
.mini-v-hero .pfirst {
	
}
.mini-v-hero .psecond {

}

.mini-v-hero .duration1s 	{-webkit-animation-duration: 1s;animation-duration: 1s;}
.mini-v-hero .duration2s 	{-webkit-animation-duration: 2s;animation-duration: 2s;}
.mini-v-hero .duration3s 	{-webkit-animation-duration: 3s;animation-duration: 3s;}
.mini-v-hero .duration4s	{-webkit-animation-duration: 4s;animation-duration: 4s;}
.mini-v-hero .duration5s 	{-webkit-animation-duration: 5s;animation-duration: 5s;}
.mini-v-hero .duration6s 	{-webkit-animation-duration: 6s;animation-duration: 6s;}
.mini-v-hero .duration7s 	{-webkit-animation-duration: 7s;animation-duration: 7s;}
.mini-v-hero .duration8s 	{-webkit-animation-duration: 8s;animation-duration: 8s;}
.mini-v-hero .delay1s 		{-webkit-animation-delay: 1s; animation-delay: 1s; }
.mini-v-hero .delay2s 		{-webkit-animation-delay: 2s; animation-delay: 2s; }
.mini-v-hero .delay3s 		{-webkit-animation-delay: 3s; animation-delay: 3s; }
.mini-v-hero .delay4s 		{-webkit-animation-delay: 4s; animation-delay: 4s; }
.mini-v-hero .delay5s 		{-webkit-animation-delay: 5s; animation-delay: 5s; }
.mini-v-hero .delay6s 		{-webkit-animation-delay: 6s; animation-delay: 6s; }
.mini-v-hero .delay7s 		{-webkit-animation-delay: 7s; animation-delay: 7s; }
.mini-v-hero .delay8s 		{-webkit-animation-delay: 8s; animation-delay: 8s; }


.mini-v-hero-overlay {
    /* background-color: rgba(255,255,255, 0.2); */
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mini-v-hero-text {
    text-align: left;
    position: absolute;
/* 	background: rgba(145,175,163,.8); */
	padding:50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
	width: 50%;
}

.mini-v-hero-text h1 {
	color: #fff;
	border: 0px solid #fff;
	padding: 10px 0 0;
	font-size: 25px;
	/*font-size: 2.7vw;*/
	font-weight: 400;
	letter-spacing: 0px;
    font-family: inherit;
	text-align: center;
	line-height: 40px;
	margin-bottom: 10px;
}
.mini-v-hero-text p.pfirst {
    color: #fff;
    border: 0px solid #fff;
    padding: 0px 0;
    font-size: 20px;
    /* font-size: 3vmin; */
    font-weight: 500;
    letter-spacing: 0px;
    font-family: inherit;
    line-height: 30px;
	text-align: center;
	margin-top: 30px;
}
.mini-v-hero-text p.psecond {
	color: #fff;
	border: 0px solid #fff;
	padding: 0px 0;
	font-size: 18px;
	/*font-size: 2.5vmin;*/
	font-weight: 400;
	letter-spacing: 0px;
    font-family: inherit;
	text-align: center;
}
.mini-v-hero-text a.button {
	color: #fff;
	background-color: rgb(76, 175, 80);
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
	text-shadow: none;
    display: inline-block;
	border-radius: 5px;
}
.mini-v-hero-text a.button:hover {
	background-color: rgb(66, 165, 70);
    text-decoration: none;
}

.video-background { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 992px) {

	.mini-v-hero-text p.psecond {
	/* ivm link in afbeelding ernaast op home:
	width:70%;****/
	}
	
}

@media (max-width: 991px) {
	.mini-v-hero-text {
		width: 95%;
		padding: 0 15px;
		background: rgba(145,175,163,.8);
	}
	
	.mini-v-hero-text p.pfirst {
		font-size: 28px;
		line-height: 15px;
	}	
		
	.mini-v-hero-text h1 {
		color: #fff;
		border: 0px solid #fff;
		padding: 10px;
		font-size: 25px;
		font-weight: 500;
		letter-spacing: 0px;
		font-family: inherit;
	}
}
