/*
	Theme Name: Genesis DGB-bwt 
	Theme URI: http://www.dgb-bwt.de/
	Description: Theme für das DGB-Bildungswerk Thüringen
	Author: Benjamin Heinrichs
	Author URI: http://www.dgb-bwt.de/

	Version: 2.1.0

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: bootstrap-dgb
*/



.keyvisual-container {
    min-height: 230px;
}


.breadcrumb-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}


.site-inner aside.sidebar {
    padding-top: 90px;
}


[aria-expanded="true"] span:before{
    content:"−";
}
[aria-expanded="false"] span:before{
    content:"+";
}

/*
a[href]:focus,
a[href]:hover {
    background: #f8f8f8;
    background: rgba(75%, 75%, 75%, .25);
    border-bottom-width: 3px;
    margin-bottom: -2px;
}
a[href]:active {
    color: #c00;
    border-color: #c00;
}*/