/* Füge hier Dein eigenes CSS ein */
.footer-widgets {
  color: #000;
}
.footer-widgets .widget a {
  color: #000;
  }
.footer-widgets .widget a:hover {
  font-weight: bold;
  color: #fff;
  }
.footer-widgets .widget-title {
  color: #000;
  }
.footer-widgets .widget-title::after {
    background: #000;
  width: 200px;
   } 
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 300px;
    height: auto;
}
.tagcloud a {
    border: 0px solid #E5E5E5;
  	font-size: 12pt;
  }
a {
  	color: #72b220;
    font-weight: bold;
  }
#masthead .logo {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
 