.container-header {
  background-color: #efefef;
  background-image: none;
}

.clear {
  clear: both;
}
/*Ordnet Bilder ein */
.galerie {
  display: flex;
  flex-wrap: wrap;
}

/*Schriftfarbe Menüpunkte TOP */
.item-126, .item-127, .item-128, .item-129  {
    color: #840000;
  	font-variant: small-caps;
}
.mm-toggler-nolink {
    color: #840000;
  	font-variant: small-caps;
}

body {
    color: #840000;
	background-color: #efefef;
}

/*verhindert gstrichelte Linie um angeklickte Bilder */
a:link, a:active, a:visited, a:hover, a:active, a:focus {
  	outline: none;
}

/* Links */
a:link, a:visited, a:active, a:hover{
	text-decoration:none;
 	color:#840000;
}
a:active, a:hover{
	color:#006666;
	border-width: 0;
}
/* Strich in Banner/Display entfernen*/
.container-banner .banner-overlay .overlay .text-thin::after {
  	content: none;
}
