@charset "utf-8";
/* CSS Document */

#topHeader {
	width: 100%;
	height: 150px;
	vertical-align: middle;
	text-align: center;
}
.TopTitle, #topHeader span {
	color: white;
	line-height: 3;
	font-size: 46px;
	font-weight: bold;
	text-shadow: 4px 2px #00614e;
}
.avtext {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	color: black;
	float: left;
}
.avtext h3 {
	text-align: left;
	margin: 0;
	color: #009933;
}
.avtext h5 {
	text-align: left;
	margin: 10px 0 0;
}
.avtext ul {
	text-align: left;
	margin: 15px 0 0;
	list-style: url(../images/ulli.png);
}
.avtext ul li {
	margin: 10px 0;
	padding-left: 8px;
	font-size: 21px;
}

@media (max-width:920px) 
{
	.TopTitle, #topHeader span {
		color: white;
		line-height: 3;
		font-size: 30px;
		font-weight: bold;
		text-shadow: 4px 2px #00614e;
	}
	h1, h2, h3 {
		font-size: 22px;
		font-weight:bold;
	}
	#topHeader {
		height: 86px;
	}
	.avtext {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		color: black;
	}
	
	#myArrow{
		content:url("../images/arrow_down.png");
		height: 65px;
    margin: 0px auto;
		}
	
}
.consept {
	font-size: larger;
	text-align: left;
	line-height: 1.5;
	max-width: 1200px;
	margin: .75em auto;
	float: none;
	width: 100%;
}
.consept p {
}
.TopTitle {
}
