/*
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
*/
table, td{
border:none;}

#g-header p{
  margin:0px;
}   

#g-sidebar h2{
  font-size:1.2rem;
}

/*
Kontakt
*/
.search-form input.search-field{
    width:72%;
}

textarea, select[multiple=multiple]{
  width:100%;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"]{
  width:100%;
}

.sprocket-mosaic-filter,
.sprocket-mosaic-tags{
display:none;
}

/**************************************/



/*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 {
	font-size: 15px;
	line-height: 1.4;} 

/* Box3 */
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
	font-size: 15px;
	line-height: 1.4;} 

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

/*Shadow2*/ 
.shadow2.moduletable, .shadow2.widget, .shadow2.g-outer-box, .shadow2 > .g-content { 
  	background: #27a22d;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
}

/*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: #fff;}



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

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

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

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

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

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