/*
 Theme Name:   Antifeminismus melden
 Theme URI:    http://example.com/anf/
 Description:  A AAS Child Theme
 Author:       Palasthotel (Jana Eggebrecht)
 Author URI:   http://palasthotel.de
 Template:     aas
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  aas-anf
*/

.header-logo {
	display:flex;
}

.afm-logo{
	width:60%;
	margin-right:20px;
}

.aas-logo {
	width:40%;
}

.trigger > *:hover {
	cursor:pointer;
}

.trigger.closed > *:nth-child(1):before {
	font-family: Dashicons;
	content: "\f343";
	float:right;
	margin-left:2em;
}

.trigger.open > *:nth-child(1):before {
	font-family: Dashicons;
	content: "\f347";
	float:right;
	margin-left:2em;
}

.trigger div.wp-block-group:hover {
	cursor: inherit;
}



.wp-block-group.trigger {
	border:1px solid black;
}

.wp-block-group.trigger h2 {
	margin-top:0.5em;
}

.trigger .wp-block-group {
	border-top:1px solid black;
	display:none;
}
