/*
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.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

h1{
  font-size: 1.8em;    
}

h1,h2,h3{
  color: #00B1E6;
}


#g-sidebar{
    position: relative;
	
    z-index: 100;
    margin-top: -24px;
    background: none;
    //background-color: #fff;
}

.footer-section{
  width: 100% !important;
}

@media screen and (min-width: 768px){
  .desktop-hidden{
    display:none;
    margin:0px;
    padding:0px;
  }
}

@media screen and (max-width: 767px){
  .mobile-hidden{
    display:none;
    margin:0px;
    padding:0px;
  }
}
/* Navigation */

.main-nav{
  background-color:#0788CA;
  color:#fff;
}

.main-nav ul{
  margin-top:1.0rem;
  margin-bottom:1.0rem;
}

.main-nav a{
  color:#fff;
}

.main-nav a:hover{
  text-decoration: underline;
}
/*Spende*/

.spende{
  font-size: 90%;;
}

.spende.moduletable, .spende.widget, .spende.g-outer-box, .spende > .g-content{
  background-color: #efefef;
}

/*Footer*/
.g-branding{
  text-align: right;
}

/*Box*/
/*Box 2*/
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content{
  background-color: #efefef;  
}

/***************
  Akkordeon Style
  ***************/
 .su-accordion {
    /* margin: 0 0 0 3em; =rückt den Abschnitt ein! */
    max-width: 85%;
margin: 0 0 0 3em;
}
.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;
}