/* Theme Name: Childtheme givingPress
Description: besser und schöner Child 
Author: Caroline Weiße
Author URI: 
Template: givingpress-lite 
Version: 1.0 
Tags: 
*/ 
.toogle-holder {
	display: flex;
}

h2 {
	display: block;
	font-size: 16pt;
	color: #5557a4;
	position: absolute;
    top: 50%;
	left: 175px;
    width: 92%;
    font-size: 2.8em;
    font-weight: 300;
    text-align: left;
}
#masthead .site-description {
	color: #848484;
}

.has-large-font-size {
	font-family: 'Raleway', Arial, sans-serif;
	line-height: 1.4;
}

.headline.img-headline {
    display: none;
}

.page-banner img {
	margin-left: 2px;
}

.footer-information {
	display: none;
}



@media only screen and (max-width: 530px){
	h2 {
   		font-size: 0.8rem;
    	line-height: 1.1;
	}
}
