

/* Hauptseite, Übersicht über die einzelnen Blogs*/


div.blog-wrap{
	width: 79%;
	height: auto;
	margin-left: 7%;
	font-size: 110%;
	float: top;
	margin-top: 50px;
margin-bottom:30px;
}


div.blog-wrap a{
	color:white;
	text-decoration: none;	
}



div.blog-wrap a:hover{
	color: #225577;
}

div.blog-wrap img{
	width: 95%;
	height: auto;
	margin-top: 15px;
}


div.blog{
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	font-size: 110%;
	float: top;
	display:block;
	background-color: #7090AA;
}

div.blog:hover{
	background-color: #BBB;
}




/* Übersichtsseite Blog, Übersicht einzelne Blogeinträge*/


div.blogeintrag{
	color: #225577;
	width: 81%;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-left: 7%;
	padding-left: 2%;
	text-align: justify;
	display:block;
	text-decoration: none;
	border: 1px solid #225577;
}

div.blogeintrag-header{	
	width: 100%;
	float: left;
	padding-bottom: 7px;
	margin-bottom: 25px;
	border-bottom: 3px solid #225577;
	font-weight: bold;
	color: #225577;
	font-size: 110%;
	display:block;
	text-decoration: none;
}

div.blogeintrag-content{
	color:black;
	margin: 0;
	margin-top: 0px;
	width: 100%;
	float: top;
	text-indent: 0px;
	text-align: justify;
}

div.blogeintrag:hover{
	background-color: #7090AA;
}








/* Einzelner Blogeintrag*/


div.blogeintragcurrent{
	width: 83%;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-left: 7%;
	text-decoration: none;
}


div.blogbild{
    margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;
    border: 2px solid #BBB;
    float: left;
    width: 24%;
	text-indent:0;
	display:block;
	color: #225577;
}

div.blogbild:hover {
	border: 2px solid #225577;	
	color: #777;
}

div.blogbild img{
	width: 100%;
    height: auto;
}

div.blogbild-title {
    padding: 15px;
    text-align: center;
	text-decoration: none;
}

@media all and (max-width: 700px) {

	div.blog-wrap{font-size: 100%;}
	div.blogeintragcurrent{
		width: 92%;
		margin-left: 2%;
	}
	
}
