/*Projekt Unterschrift weiß:*/
.latesnews-content p {
color: red;
  display: none;
}

span.posted-on {
display: none;
}

/* adminbar */

#wpadminbar {
background: lightgrey !important;
}

#wpadminbar a {
	color: red !important;
}

#wpadminbar span.ab-label {
  color: red !important;
}

#wpadminbar span.ab-icon {
  color: red !important;
}


/* Farben:
	002574 	blau
	FFd600 	gelb
*/

/*Hintergrund:*/
/*.navbar {
	background: #f3f1ff;
}*/

.focus{
  	background: #f3f1ff;
}

/*.latest-news{
  	background: #f3f1ff;
}*/

.header-content-wrap {
    padding: 200px 0 210px !important;
}


/* Logo-Leiste */
.navbar-brand {
	height: 150px;
	line-height: 60px;
	position: relative;
}

/* Navigation vertikal zentrieren */
.navbar-nav.navbar-right:last-child {
	margin-right: -15px;
	margin-top: 40px;
}

/* Header Hintergrund transparent */
.header-content-wrap {
    background: rgba(0, 0, 0, 0);
    position: relative;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    padding: 285px 0 210px;
}

/* Text auf Header-Bild */
.intro-text{
    text-align: center;
  	color: #FFF;
	line-height: 65px;
    z-index: 0;
    text-transform: uppercase;
    font-size: 55px;
    float: none;    
  	/* Schatten */
   /*text-shadow:  5px 5px 5px #000;*/
}

#headertext{
font-size: 32px !important;
/* background-color: rgba(255, 255, 255, 0.5); */
/* margin: 10px; */
/* padding: 10px; */
color: #FFF;
}

#orte {
  display: none;
  text-shadow: none;
  background-color: white;
  margin: 10px;
  padding: 10px;
  color: #002574;
}


  
/* Button auf Header-Bild */
.red-btn{
	background: rgba(0, 37, 116, 0.5);
}
.red-btn:hover{
	background: rgba(0, 37, 116, 1);
}

/* Leistungen - Kreise */
.focus-box:nth-child(n) .service-icon{
	border: 10px solid rgba(0,0, 0, 0);
}
.focus-box:nth-child(n) .service-icon:hover{
	border: 10px solid #f7d861;
}

/* Leistungen - Striche */
.focus-box:nth-child(n) .red-border-bottom:before {
  	background: #FFd600
}

/* Wir suchen Sie - Hintergrundfarbe */
.separator-one {
	background: rgba(0, 37, 116, 0.63);
}

/* Personen - Striche */
.our-team .row > div:nth-child(n) .red-border-bottom:before {
	background: #FFd600;
}

/* Navigationleiste */
.navbar-inverse .navbar-nav>li.current>a {
	color: #002574;
}
ul.nav > li.current_page_item.current > a:before {
	background: #FFd600;
}

/* Links */
a {
	color: #002574 !important;
}
a:hover {
	color: #FFd600 !important;
}
a:visited {
	color: #FFd600;
}

/* Footer Links */
footer a {
	color: #EEE !important;
}
footer a:hover {
	color: #FFd600 !important;
}

/* Neuigkeiten - Striche */
#carousel-homepage-latestnews .item .latestnews-box:nth-child(n) .latestnews-title a:before {
     background: #FFd600;
}

/* überschrift auf Seiten entfernen*/
.entry-title{
    display: none;
    font-size: 20px;
    margin-top: 0;
    padding-top: 0;
}

/* Neugikeiten: "Permalink" entfernen */
footer.entry-footer {
  	display: none;
}

/*span.posted-on {
  	display: none;
}*/

/* Link zu Stelle: https://schiffert.de/#ribbon_bottom */

/*Kontakt - Fehlermeldung */
.contact-us .error p{
	background-color: #002574;
}
.contact-us .success{
	background: #002574;
}


/*bilder thumbs*/
.ngg-gallery-thumbnail{
	text-align: center;
max-width: 100% !important;
background-color: #FFF;
/* border: 1px solid #A9A9A9; */
margin: 5px
}
