.flash {
	background-color:#4A545B;
	color:#FFF;
	padding:5px 10px;
	
	font-size:14px;
}
.flash .flash-inner {
	text-align:center;
}


/*Wenisch -> Bürgin*/
/*Alle Grünen Flächen mit Rot überschreiben*/
/* #DC143C */


a {
  color: #DC143C;
}
a:hover {
  color: #DC143C;
}
h4, h5, h6 {
	color: #DC143C;
}
.highlight {
  color: #DC143C;
}
.main-footer {
	background-color:#DC143C;
}
.main-footer a {
	color: #FFF;
}
.main-footer a:hover {
	color: #FFF;
}
.breadcrumb .breadcrumb-item.active a {
	color: #DC143C !important;
}
.sx-navigation__entry-link--active,
.sx-navigation__entry-link:hover {
	color: #DC143C !important;
}
.side-link:hover, 
.side-link.active {
	color: #DC143C;
}
.dienstleistung-side-links:hover, 
.dienstleistung-side-links.active {
	color: #DC143C;
}
.sx-button {
	background-color:#DC143C;
}
.sx-button:hover, 
.sx-button:focus {
	background-color:#8F0D27;
}
.sx-button--icon-button,
.sx-button--icon-button:hover,
.sx-button--icon-button:focus {
	background-color:transparent;
}
.after-footer-content {
	padding-bottom:0;
}

@media only screen and (max-width:1024px) {
	.style-primary-font {
		background-color:#DC143C;
	}
}