/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: Tiger12, LLC
Author URI: http://tiger12.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.5.25
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
originalCreator: RocketTheme (Gantry Framework)
currentDeveloper: Tiger12, LLC
*/
/*Widget-Blöcke: Farbe, Schrift, Hintergrund usw. Namen des ausgewählten im Theme-Layout existuerenden Blocks (Beispiel: Box1 - Box5, shadow2 ) an die entsprechenden Stellen einfügen*/

/*Box1*/
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
	background: #fdce3c;
	font-size: 15px;
	line-height: 1.4;}

/*Box2*/
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
	background: #fafafa;
	font-size: 15px;
	line-height: 1.4;} 


/*Box4*/
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
	background: #e00018;
	font-size: 12px;
	line-height: 1.4;} 

.widgettitle { 

position: relative;
padding-left: 10px;
	padding-top: 10px;
padding-bottom: 10px;

background-color: #7eb420; 
	font-size: 19px;
	color: white;
}

.widgettitle:after{
content: '';
position: absolute;
border-style: solid;
border-width: 20px 20px 0;
border-color: #7eb420 transparent;
	
display: block;
width: 0;
z-index: 2;
bottom: -12px;
left: 25px;}


