/* Barrierefreiheit 2025 */

/* Deutlicher Fokus auf Elementen */

*:focus-visible {
	outline : 2px solid currentColor !important ;
    outline-offset : 1px ;
}

.button:focus-visible {
	outline-color : #004169 !important ;
}

/* Überschriften anpassen */

h2.inh3 {
	color : #004C72 ;
	margin : 0 ;
	margin-bottom : 1rem !important ;
	font-size : 1.8rem ;
	font-weight : 300 !important ;
	line-height : 1.5 ;
	width : 100% ;
}

/* Tabelle */


/* Farben */

/* Farbe der Teaser Untertext */
.singleProjectTile .teaser-boxes-content p {
	color : #767676 !important;
}

/* Button Label Farbe */
section.icon-boxes p.icon-boxes-item-link.button,
section.teaser-boxes-item > div > a.button {
	background : #767676 !important ;
}

/* Teamboxen Headline */
section.teaser-boxes-item > h4.teaser-boxes-label {
	background : #767676 !important ;
}

/* Filter Löschen Backgorund */
.submit.gebenfilterzuruecksetzen {
	background : #e7e7e7 !important ;
}
