/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/

/* Load of Font Awesome for use by Presentation Plugin */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');

/* CSS to style Presentation Plugin slides */
.reveal .slides {
    text-align: left;
}

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
    text-transform: unset !important;
}

/* Header grün (normal und scrolled) */
#header { background-color: rgba(52,182,99,1.0) !important;  }
#header.scrolled { background-color: rgba(52,182,99,.8) !important; }

/*
#header { background-color: rgba(151,208,165,1.0) !important;  }
#header.scrolled { background-color: rgba(151,208,165,.8) !important; }
*/



/*add classes for image location*/
/*img.figure-left {display:inline; float:left; margin:5px 15px 5px 0; max-width: 47%;}
img.figure-right {display:inline; float:right; margin:5px 0 5px 15px; max-width: 47%;}
**//

img.figure-center {display:block; margin:10px auto; }
img.border {background:#ccc; border:4px solid #f0f0f0; color:#333; padding:1px;}

/*#f6f6f6  rgba(237,245,240,1.0)*/
/*
rgba
hgruen #97d0a5 rgba(151,208,165,1.0)
mgruen #6ac384 rgba(106,195,132,1.0)
dgruen #34b663 rgba(52,182,99,1.0)

.navbar-default .navbar-nav{color: #34b663; }

*/

/* social media buttons konfigurieren*/


/* Farbe des Texts im Footer */
#footer, #footer .totop a,  #footer p a{
    /*color: rgba(52,182,99,1.0);*/
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: #FFFFFF !important;
}

.treemenu li a:focus, .treemenu li a.active, .treemenu li a:hover {
    color: #FFFFFF !important;
}

.mobile-menu .button_container span {
    background-color: #FFFFFF !important;
}

a, a:visited {
    color: #34b663;
}


/* #card-body #event-content*/
div.card-body h1, div.card-body h2, div.card-body h3, div.card-body h4 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.label.label-secondary {
    color: rgba(52,182,99,1.0);
    color: rgba(2,7,4,1.0);
    background: rgba(151,208,165,.9);
}


ul.archive-plus {margin-left: 0rem;}

div.gallery-container {padding-top: 5rem;}

