/*
 Theme Name:   active minds theme logo left
 Theme URI:    http://www.activeminds.de
 Description:  generatepress Child Theme
 Author:       Christian Mueller - active minds GmbH
 Author URI:   http://www.activeminds.de
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         gelb,weiss,schwarz
 Text Domain:  generatepress
*/


.header-image {
float: left;
max-width: 250px;
}

.inside-article{
min-height: 500px;
}


.site-branding {
float:right;
width: 800px;
margin-top: 10px;
}

@media (max-width: 768px) {

.site-branding {
float:right;
width: 100%;
margin-top: 10px;

}

	}
	