#content .homeText {
	text-align:justify;
	padding:60px 0;
}
#content .homeText h1 {
	padding-bottom:40px;
}

.teaserBlock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	padding-bottom:30px;
}

.teaserBox {
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	border-left:2px solid #fff;
	border-right:2px solid #fff;

}

.teaserBox img {
	width:100%;
	height:auto;
	display:block;
}




.overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:50;
	color:#fff;
	font-size:22pt;
}
.overlay.blue {
	background:rgba(10,97,177,0.6);
}
.overlay.yellow {
	background:rgba(255,162,5,0.6);
}


.teaserBox .overlay.blue:hover {
	background:rgba(10,97,177,1);
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.teaserBox .overlay.yellow:hover {
	background:rgba(255,162,5,1);
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.innerMember {
	max-width:800px;
	margin:0 auto;
}


@media  only screen and (max-width: 1500px) {

}

@media  only screen and (max-width: 1140px) {

}

@media  only screen and (max-width: 1024px) {
	.teaserBlock {
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.teaserBox {
		width:33.3333%;
		margin-bottom:4px;
	}
}


@media  only screen and (max-width: 768px) {
	.overlay {
		font-size:20pt;
	}
	.agenda .block25:nth-child(5) {
		display:none;
	}
	#content .homeText {
	padding:40px 0;
}
}


@media  only screen and (max-width: 767px) {
	.teaserBox {
		width:50%;
		margin-bottom:4px;
	}
}

@media  only screen and (max-width: 667px) {

}

@media  only screen and (max-width: 580px) {
	.teaserBox {
		width:100%;
		height:150px;
		margin-bottom:4px;
		overflow:hidden;
	}
	.teaserBox img {
		margin-top:-30px;
	}



}

