/* Schrift im Main-Menu */

#top-nav #site-navigation ul ul a {
  font-weight: normal;
}

/* Brotkrümelnavigation */
.brotkruemel {
  padding-left: 15px;
  margin-bottom: 10px;
}

/* Header Title ausblenden */
.header-title {
    font-size: large;
    display: none;
}

/* Zusatzmenu Ortschaften */
#secondary ul ul {
  list-style: none;
  padding-bottom: 6px;
  padding-top: 6px;
}

/* Caption mit Name unter Botschafterkarte */
#carousel-wrapper .bx-caption {
  background: rgba(0, 0, 0, 0.45);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  position: absolute;
  width: 98%;
  margin-left: 1%;
  margin-bottom: 1%;
 }

/* Footer */
#colophon .site-impressum {
	text-align: right;
	padding-bottom: 8px;
}

#colophon a {
    color: #999999;
    font-weight: normal;
}

.footer-meta{
  display: none;
}

#secondary a {
  color: #676767;
  font-weight: normal;
}