 /*  
Theme Name: mH_twenty15
Description: 2015 Child-Theme
Template: twentyfifteen
*/
ins{ 
	background:#ffffff;
	text-decoration:none;
}

a {
	color: #1e73be;       /* 24890d = grün */
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #0066bf;
}

h1.gross, h2.gross, h3.gross {
margin-top: 7px;
margin-bottom: 7px;
-moz-hyphens: none;
-o-hyphens: none;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none; 
}
h1.blau, h3.blau {
color: #1e73be;
}
.gross {
text-transform: uppercase;
}
.bottom50 {
margin-bottom: 50px;
}
#recent-posts-3 ul li{
display: inline;
padding-right: 10px;
}
#recent-posts-3 ul li:after{
content: "      |"; 
}
#recent-posts-3 ul li:last-child:after { content: ""; }