/* Füge hier Dein eigenes CSS ein */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif');

body {
  font-family: 'Noto Serif', serif;
}

footer.entry-footer, .site-footer {
  display: none;
}

.entry-title a {
  color: #1d7893;
}

h3.secondary-title {
 color: #5ba19b; 
  font-family: 'Noto sans', sans-serif;
  font-weight: normal;
  font-size: 60%;
}

.textwidget .fb-link {
  display: block;
  text-decoration: none;
  border: none;
  width: 60%;
}
.textwidget .fb-link:hover {
  border: none;
  text-decoration: none;
}
