/*
 Theme Name:   active minds theme
 Theme URI:    http://www.activeminds.de
 Description:  generatepress Child Theme
 Author:       Christian Mueller - active minds GmbH
 Author URI:   http://www.activeminds.de
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         gelb,weiss,schwarz
 Text Domain:  generatepress
*/


img.attachment-full.size-full {
display: none;
}

/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}