/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Boxen-Definition von Mattias */
.hinweisbox {
	padding:25px;
	margin:30px 0;
	display:block;
	background:#eee;
}
.hinweisbox p:last-child {
	margin-bottom:0;
}
.hinweisbox.gruen {
	color:#3d7710;
    background:#eaf0e6;
}
.hinweisbox.rot {
	background:#f7eaea;
    color:#961111;
}
.hinweisbox.blau {
	background:#95abff;
    color:#062396;
}
.hinweisbox.grau {
	background:#9f9f9f;
    color:#000000;
}
.hinweisbox.quellen {
	font-size:80%;
	padding:25px;
}
.hinweisbox.gruen h2, .hinweisbox.gruen h3, .hinweisbox.gruen h4 {
	color:#3d7710;
}
.hinweisbox.rot h2, .hinweisbox.rot h3, .hinweisbox.rot h4 {
	color:#961111;
}
.hinweisbox.blau h2, .hinweisbox.blau h3, .hinweisbox.blau h4 {
	color:#062396;
}
.hinweisbox.grau h2, .hinweisbox.grau h3, .hinweisbox.grau h4 {
	color:#9f9f9f;
}


a.buttons { color:#fff; background-color:gray; text-decoration:none; font-size:11px; font-weight:bold; }
