.homeleft {
	display: inline-block;
	width: 630px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	vertical-align: top;
}
.homeright {
	display: inline-block;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	vertical-align: top;
	

}
.homeholder {
	width: 100%;
}
.homeimageholder {
	width: 15%;
	display: inline-block;
	padding-right: 10px;
}
.homeimageholder-mobile {
	display: none;
}
.homeimage {
	width: 100%;
	height: auto;
/*
	border: solid 1px #cccccc;
*/
	display: inline-block;
}
.homeitem {
	width: 80%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.homedatum {
	font-size: 12px;
	color: #90bf44;
}
.hometitel-article {
	font-size: 30px;
	color: #4c4c4c;
	font-weight: bold;
}
.hometitel {
	font-size: 21px;
	line-height: 23px;
	color: #15adec;
	font-weight: bold;
}
.hometitel a {
	font-size: 21px;
	line-height: 23px;
	color: #15adec;
	font-weight: bold;
	text-decoration: none;
}
.hometitel-populair {
	font-size: 16px;
	line-height: 16px;
	color: #15adec;
	font-weight: bold;
}
.hometitel-populair a {
	font-size: 16px;
	line-height: 16px;
	color: #15adec;
	font-weight: bold;
	text-decoration: none;
}
.hometekst {
	font-size: 14px;
	color: #565563;
	text-align: justify;
}
.hometekst a{
	font-size: 14px;
	color: #565563;
	text-align: justify;
}
.hometekst a:hover{
	font-size: 14px;
	color: #15adec;
	text-align: justify;
}
.homemore {
	margin-top: -10px;
	height: 15px;
	text-align: right;
	margin-bottom: 30px;
}
.homemore a {
	font-size: 13px;
	/*color: #15adec;*/
	color: #4c4c4c;
	text-decoration: none;
	
}
.homemore a:hover {
	font-size: 13px;
	color: #15adec;
	text-decoration: none;
}

.homerightheader {
	background-color: #ef1a96;
	width: 100%;
	height: 70px;
	text-align: right;
}
.homerightmain {
	font-size: 14px;
	color: #565563;
	padding: 20px;
	text-align: left;
	border: #ef1a96 1px solid;
}
.homerightsection {
	font-family: 'Futura Md BT';
	font-size: 20px;
	color: #15adec;
	text-align: center;
	margin-bottom: 20px;
	vertical-align: top;
}
.homesocialimage {
	width: 40px;
	height: 40px;
	margin-left: 2px;
	margin-right: 2px;
}
.homesocialimage img{
	width: 40px;
}
.homerightsocial {
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
}

.homestripe {
	width: 50px;
	display: inline-block;
	margin-top: 12px;
	background-color: #ddd7c7;
	height: 1px;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
.homerightsectiontitel {
	vertical-align: top;
	padding-top: 14px;
}


.homesearchholder {
	width: 100%;
	height: 30px;
}
.searchfield {
	display: inline;
   position: relative;
  float: left;
	width: 88%;
	height: 30px;
}
.searchbutton {
	display: inline;
	position: relative;
	float: left;
	width: 12%;
	padding-left: 2px;
	height: 30px;
	background-color: white;
	text-align: center;
	border-top: solid 1px #c9c9c9;
	border-left: solid 0px #e4e4e4;
	border-bottom: solid 1px #c9c9c9;
	border-right: solid 1px #c9c9c9;
}
/* input: */
.homesearch {
	vertical-align: middle;
	background-color: #f9f9f9;
	height: 30px;
	width: 100%;
	font-size: 14px;
	color: #7c7b78;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 30px;
  border: none;
  border: solid 1px #c9c9c9;
}



@media screen and (max-width:1035px){
	.homeright {
		width: 90%;
	}
	.homeimageholder {
		display: none;
	}
	.homeimageholder-mobile {
		width: 20%;
		display: inline-block;
		/* padding-right: 10px; */
		float: left;
		padding-left: 0px;
		padding-top: 3px;
		padding-right: 14px;
		padding-bottom: 0px;
	}
	.homeleft {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		
	}
	.homeitem {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.homeimageholder {
		display: none;
	}
	.homeimageholder-mobile {
		width: 25%;
		display: inline-block;
		/* padding-right: 10px; */
		float: left;
		padding-left: 0px;
		padding-top: 3px;
		padding-right: 8px;
		padding-bottom: 0px;
	}
	.homeleft {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		
	}
	.homeitem {
		width: 100%;
	}
}

