#languageContentContainer {
  color: #222;
  max-height: 100px;
  overflow: hidden;
  line-height: 180%;
}

#mapContainer {
	padding: 5px;
}

#mapContainer img {
	width: 100%;
}

#languageBtnContainer {
	margin-top:10px;
}
#languageBtnContainer .targetgroupWideBtn {
	width:100%;
	height:41px;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	cursor:pointer;
	overflow:hidden;
	display:inline-block;
}
#languageBtnContainer .targetgroupTitle,
#languageBtnContainer .targetgroupAction {
	float:left;
	padding-left:20px;
	text-transform:uppercase;
	font-size:30px;
	color:#fff;
	display:inline-block;
}
#languageBtnContainer .targetgroupYouth {
	font-family: Chalkduster
}
#languageBtnContainer .targetgroupAction {
	float:right;
	padding-right:15px;
	display:inline-block;
}

#languageBtnContainer .languageBtn {
	float: left;
	width: 33.3333%;
	overflow: hidden;
	text-align: center;
	position: relative;	
	cursor: pointer;
	min-height:150px;
}
#languageBtnContainer .imgContainer {
	margin: 0 5px 5px;
	border: 1px solid #d1d2d4;
}

#languageBtnContainer img {
	width: 100%;
}

#languageBtnContainer .titleContainer {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "LatoLight";
	background-color: #23408f;
	margin: 5px 5px 0;
	padding: 5px;
}

#languageBtnContainer .titleContainer a {
	color: #fff;
}

/* phone */
@media (max-width: 767px) {
	#languageBtnContainer .languageBtn {
		width: 100%;
		min-height:110px;
	}
}
@media (max-width: 480px) {
	#languageBtnContainer .languageBtn {
		min-height:75px;
	}
	#mapContainer {
		display:none;
	}
}
