.jumbotron.verwaltung{
  border-top: 2px solid var(--bs-rvs-r1-color);
}
.jumbotron.soziales {
  border-top: 2px solid var(--bs-rvs-r2-color);
}
.jumbotron.jugend {
  border-top: 2px solid var(--bs-rvs-r3-color);
}
.jumbotron.bildung {
  border-top: 2px solid var(--bs-rvs-r4-color);
}
.jumbotron.gesundheit {
  border-top: 2px solid var(--bs-rvs-r5-color);
}
.jumbotron.region {
  border-top: 2px solid var(--bs-rvs-r6-color);
}


/*Anpassung a-Tag + h2 auf Startseite*/
a::before{
	color: var(--bs-rvs-r1-color)
}
.footer a::before {
  color: #fff;
}

h2::before, 
h2 .svg-inline--fa{
	color: var(--bs-rvs-r1-color);
}

/*ENDE*/

.verwaltung h1::before,.verwaltung h2::before,.verwaltung h3::before,.verwaltung h4::before,.verwaltung h5::before,.verwaltung h6::before, .verwaltung a::before, .verwaltung a:hover, 
.verwaltung h1 .svg-inline--fa, .verwaltung h2 .svg-inline--fa, .verwaltung h3 .svg-inline--fa, .verwaltung h4 .svg-inline--fa, .verwaltung h5 .svg-inline--fa,.verwaltung h6 .svg-inline--fa{
	color: var(--bs-rvs-r1-color) !important;
}

.soziales h1::before,.soziales h2::before,.soziales h3::before,.soziales h4::before,.soziales h5::before,.soziales h6::before, .soziales a::before, .soziales a:hover,
.soziales h1 .svg-inline--fa, .soziales h2 .svg-inline--fa, .soziales h3 .svg-inline--fa, .soziales h4 .svg-inline--fa, .soziales h5 .svg-inline--fa, .soziales h6 .svg-inline--fa{
	color: var(--bs-rvs-r2-color) !important;
}

.jugend h1::before,.jugend h2::before,.jugend h3::before,.jugend h4::before,.jugend h5::before,.jugend h6::before, .jugend a::before, .jugend a:hover,
.jugend h1 .svg-inline--fa, .jugend h2 .svg-inline--fa, .jugend h3 .svg-inline--fa, .jugend h4 .svg-inline--fa, .jugend h5 .svg-inline--fa, .jugend h6 .svg-inline--fa{
	color: var(--bs-rvs-r3-color)!important;
}

.bildung h1::before,.bildung h2::before,.bildung h3::before,.bildung h4::before,.bildung h5::before,.bildung h6::before, .bildung a::before, .bildung a:hover,
.bildung h1 .svg-inline--fa, .bildung h2 .svg-inline--fa, .bildung h3 .svg-inline--fa, .bildung h4 .svg-inline--fa, .bildung h5 .svg-inline--fa, .bildung h6 .svg-inline--fa{
	color: var(--bs-rvs-r4-color)!important;
}

.gesundheit h1::before,.gesundheit h2::before,.gesundheit h3::before,.gesundheit h4::before,.gesundheit h5::before,.gesundheit h6::before, .gesundheit a::before, .gesundheit a:hover,
.gesundheit h1 .svg-inline--fa, .gesundheit h2 .svg-inline--fa, .gesundheit h3 .svg-inline--fa, .gesundheit h4 .svg-inline--fa, .gesundheit h5 .svg-inline--fa, .gesundheit h6 .svg-inline--fa{
	color: var(--bs-rvs-r5-color)!important;
}
	
.region h1::before,.region h2::before,.region h3::before,.region h4::before,.region h5::before,.region h6::before, .region a::before, .region a:hover,
.region h1 .svg-inline--fa, .region h2 .svg-inline--fa, .region h3 .svg-inline--fa, .region h4 .svg-inline--fa, .region h5 .svg-inline--fa, .region h6 .svg-inline--fa{
	color: var(--bs-rvs-r6-color)
}	


/*nav btn-close einfarbig*/
.mm-btn--close::before{
	color: var(--bs-rvs-r1-color) !important;
}
	
h1,h2,h3,h4,h5,h6,a{
	color:#212529;
}

/*breadcrump ab größe 1199px nicht mehr anzeigen*/
@media (max-width: 1199px) {
  .breadcrumb{
    display:none;
}
}


/*Footer*/
.verwaltung .footer{
	border-top: 2px solid var(--bs-rvs-r1-color);
}

.soziales .footer{
	border-top: 2px solid var(--bs-rvs-r2-color);
}

.jugend .footer{
	border-top: 2px solid var(--bs-rvs-r3-color);
}

.bildung .footer{
	border-top: 2px solid var(--bs-rvs-r4-color);
}

.gesundheit .footer{
	border-top: 2px solid var(--bs-rvs-r5-color);
}

.region .footer{
	border-top: 2px solid var(--bs-rvs-r6-color);
}
