/*
Theme Name: Parabola Child
Theme URI: https://www.cryoutcreations.eu/wordpress-themes/parabola
Description: A child theme of Parabola Theme
Author: Cryout Creations
Author URI: https://www.cryoutcreations.eu
Version: 2.0.7
License: GNU General Public License v3.0
Template: parabola
Farben: dunkelrot #792423, 
*/
#frontpage {
    background-color: #ffffff;
}
#frontpage h2 {
    padding: 15px;
}
#front-text4 {
    font-size: 20px;
	text-align: center;
	color: #792423;
	font-weight: bolder;
	font-style: italic;
}
.su-post {
    float: left; 
	/* text-align: center; */
    width: 30%;
	min-height: 250px;
    border: thin solid #792423;
    border-radius: 5px;
    box-shadow: 1px 15px 25px #999999;
	margin-right: 20px;
	padding: 10px;
}

.qem-columns, .qem-masonry {
    border-radius: 5px;
	min-height: 250px;
}

#content .entry-content h2 {
    font-size: 24px !important;
}
#qem-calendar .eventday a {
    font-size: 70%;
	margin: 1px;
    padding: 1px;
}

