/*
Blau aus Logo #0090D3;  rgba(0, 144, 211, 1.0)
Rot aus Logo #E63027; rgba(230, 48, 39, 1.0)
*/




@media screen and (min-width: 861px) {
	
}
/******bis 600px*********/
@media screen and (max-width: 800px) {
	
}
/****************************/
/*Unternavigation Ueberschreibung*/
/****************************/

.nav-sidebar .nav-link.active.current {
	background-color: #fff;
	color: #0090D3;
	cursor: default;
	font-weight: 500;
}
.nav-sidebar a.nav-link:before {
	content: "\25BE";
	/*content: "\25BE"   "\25BC";  */
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.0rem;
	border: 0px dotted green;
}
.nav-pills a.nav-link.active:before {
	content: "\25B8";
	/*content: "\25B8"  "\25BA" ; kleines Dreieck*/
	padding-right: 5px;
	font-size: 1.0rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link{
	color: #0090D3;
	background-color: #fff;
	border-bottom: 0px solid #fff;
	font-size: 1.0rem;
	/*text-transform: uppercase;*/
}
.nav-sidebar a.nav-link {
	font-size: 0.95rem;
	font-weight: 500;
	color: #2a2a2a;
	padding-right: 5px;
	border: 0px dotted red;
	display: flex;
	align-items: stretch;
	flex-grow: 1;
}

.nav-sidebar a.nav-link:hover {
	color: #E63027;
}

.nav-sidebar a.nav-link:focus {
	color: #2a2a2a;
}
.nav-pills .nav-link {
    border-radius: .0rem;
}

.nav-sidebar .nav-link.active.current {
    background-color: #fff;
    color: #0090D3;
    cursor: default;
    font-weight: 500;
}
.nav-sidebar .nav-link.active.current.sub {
    background-color: #fff;
    color: #0090D3;
    cursor: default;
}
.nav-sidebar .p-l-1 .nav-link.active.sub {
    background-color: #fff;
    color: #0090D3;
    cursor: default;
}
.nav-sidebar .nav-link.active.sub {
    background-color: #fff;
    color: #0090D3;
    cursor: default;
}
.nav-sidebar .p-l-1 .nav-link.active.current {
    background-color: #fff;
    color: #0090D3;
    font-weight: 500;
    cursor: default;
}

/****************************/
/*Sitemap*/
/****************************/
.frame-type-menu_sitemap_pages .nav > li {
	list-style: square !important;
	border: 0px dotted red;
	margin-left; 25px;
}
.frame-type-menu_sitemap_pages .nav > ul > li {
	list-style: square !important;
	border: 2px dotted blue;
}


