/*
Theme Name:   generatepress child theme
Description:  Write here a brief description about your child-theme
Author:       Hermann Schäfer
Author URL:   Write here the author's blog or website url
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/

/* Write here your own personal stylesheet */


.widget-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
}


@media (max-width: 768px) {
    /* CSS in here for mobile only */
	.inside-header {
    padding: 60px;
}
	.site-header {
    background-image: url('https://www.bi-koblenz-altstadt.de/wp-content/uploads/2019/09/Logo-Website.png');
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
	
/* geaendert START */	
.wp-block-image .alignleft {
	float: none;
	margin: .5em 1em .5em 0;
}
.wp-block-image img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
/* geaendert ENDE */	
	
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
	.inside-header {
    padding: 105px;
}
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
	.inside-header {
    padding: 105px;
}
}
