@charset "utf-8";

#animatiebalk-menu{
	position: absolute;
	right: -1px;
	top: 0px;
	z-index: 3;
	width: 40px;
}

.animatiebalk-item{
	position: relative;
	float: left;
	cursor: pointer;
	height: 46px;
	width: 40px;
	overflow: hidden;
	background: #94000E url(../images/banner-arrow.png) no-repeat top left;
}



.animatiebalk-vervagen{
	display: none;
	z-index: 0;
}

.animatiebalk-comments{
	position: absolute;
	top: -380px;
	left: 0px;
	width: 100%;
	height: 380px;
	color: #fff;
	padding: 0;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
}


#animatiebalk-commentcontainer{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 470px;
	bottom: 40px;
	overflow: hidden;
}

.animatiebalk-comments h2{
	position: relative;
	float: left;
	width: 100%;
	font-size: 35px;
	line-height: 45px;
	padding: 0px 0px 15px 0px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}

@media screen and (max-width: 1100px) {
	#animatiebalk-commentcontainer{
		width: 350px;
	}
}

@media screen and (max-width: 1000px) {
	#animatiebalk-commentcontainer{
		width: 300px;
	}
}

@media screen and (max-width: 900px) {
	#animatiebalk-commentcontainer{
		width: 270px;
	}
}