@charset('UTF-8');
/* ÜTF-8 ENCÖDED */
/* toggle für menu auf mobile ansicht - start */
#block-15 h2:after {
		content: '';
}
@media screen and (width <= 960px) {
	#block-15 {
		cursor: pointer;
	}
	#block-15 h2:after {
		display: inline-block;
		margin-left: 10px;
		height: 20px;
		width: 20px;
		background-repeat: no-repeat;
	}
	body.show_sidebar_menu #block-15 h2:after {
		background-image: url('/wp-content/uploads/pix/minus.svg');
		/*background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2220%22%20height=%2220%22%20viewBox=%220%200%2020%2020%22%20aria-hidden=%22true%22%3E%3Ccircle%20fill=%22none%22%20stroke=%22#000%22%20stroke-width=%221.1%22%20cx=%229.5%22%20cy=%229.5%22%20r=%229%22%3E%3C/circle%3E%3Cline%20fill=%22none%22%20stroke=%22#000%22%20x1=%225%22%20y1=%229.5%22%20x2=%2214%22%20y2=%229.5%22%3E%3C/line%3E%3C/svg%3E');*/
	}
	body.hide_sidebar_menu #block-15 h2:after {
		background-image: url('/wp-content/uploads/pix/plus.svg');
		/*background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2220%22%20height=%2220%22%20viewBox=%220%200%2020%2020%22%20aria-hidden=%22true%22%3E%3Ccircle%20fill=%22none%22%20stroke=%22#000%22%20stroke-width=%221.1%22%20cx=%229.5%22%20cy=%229.5%22%20r=%229%22%3E%3C/circle%3E%3Cline%20fill=%22none%22%20stroke=%22#000%22%20x1=%229.5%22%20y1=%225%22%20x2=%229.5%22%20y2=%2214%22%3E%3C/line%3E%3Cline%20fill=%22none%22%20stroke=%22#000%22%20x1=%225%22%20y1=%229.5%22%20x2=%2214%22%20y2=%229.5%22%3E%3C/line%3E%3C/svg%3E');*/
	}
	body.hide_sidebar_menu #nav_menu-5 ,
	body.hide_sidebar_menu #nav_menu-6 {
		display: none;
	}
}
/* toggle für menu auf mobile ansicht - end */