/*
 Theme Name:   GeneratePress Child
 Description:  Mein Child Theme
 Author:       Branko Čanak
 Author URI:   https://branko-canak.de
 Template:     generatepress
 Version:      1.0
 Text Domain:  generatepress-child
*/

.sidebar .widget {
	padding-bottom: 0;
}

.sidebar h2	{
	font-size: 1.3em;
	margin-bottom: 10px;
}

.benutzer-liste {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.benutzer-container {
	width: 33.33%;
	padding: 15px;
	box-sizing: border-box;
}

.profilbild {
	text-align: center;
}

.profilbild img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
