﻿@charset "UTF-8";
/*
	Theme Name: wp simple-child
	Theme URI: https://prototyping-muenchen.de
	Author: Christian Schlagheck
	Author URI: https://internetagentur-muenchen-onlinemarketing.de
	Description: WP Simple Child Theme
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: Wordpress, Child Theme, accessibility-ready
	Text Domain: wp simple-child
	Template: wp simple
*/
@media all and (max-width:767px){
.frontpage-banner .banner-title, .subpage-banner .banner-title {
    font-size: 28px;
    line-height: 45px;
    padding-bottom: 5px;
}
	.navbar > .container .navbar-brand {
    display: none;
}
.h1, h1, .parallax_active.frontpage-row .h1, .frontpage-row .h1 {
    font-size: 33px;
}
}
