/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.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.4.37
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/***************
  Akkordeon Style
  ***************/
 .su-accordion {
    /* margin: 0 0 0 3em; =rückt den Abschnitt ein! */
    max-width: 100%;
}
.su-accordion .su-spoiler {
    margin-bottom: 0.2em !important;
}

.su-spoiler-title{
	font-family: "lato";
  font-size:17px !important;
	color:#ffcc00;
  
  padding-left:30px !important;
}

.su-spoiler:nth-child(even){
  background-color: #f1f1f1;
	
}

.su-spoiler:nth-child(odd){
  background-color: #f1f1f1;
	
}

.su-spoiler-content{
  background-color:#fff;
}

.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    left: 5px !important;
}

/*Shadow2*/ 
.shadow2.moduletable, .shadow2.widget, .shadow2.g-outer-box, .shadow2 > .g-content { 
  	background: 
	color: black;
	font-size: 15px;
	line-height: 1.4;
box-shadow: 0px 10px 10px gray;
	}
/*Shadow2 Farbe Überschriften*/ 
Element {
}
.shadow2.moduletable, .shadow2.widget, .shadow2 > .g-content, .shadow2.moduletable h1, .shadow2.widget h1, .shadow2 > .g-content h1, .shadow2.moduletable h2, .shadow2.widget h2, .shadow2 > .g-content h2, .shadow2.moduletable h3, .shadow2.widget h3, .shadow2 > .g-content h3, .shadow2.moduletable h4, .shadow2.widget h4, .shadow2 > .g-content h4, .shadow2.moduletable h5, .shadow2.widget h5, .shadow2 > .g-content h5, .shadow2.moduletable h6, .shadow2.widget h6, .shadow2 > .g-content h6, .shadow2.moduletable strong, .shadow2.widget strong, .shadow2 > .g-content strong, .shadow2.moduletable i, .shadow2.widget i, .shadow2 > .g-content i {color: black;}