/* Enter Your Custom CSS Here */
footer {
  display: none;
}
.small {
  font-size: 0.8em;
  line-height: 0.2em;
}
.textwidget {
  text-align: center;
}
.textwidget img {
  border-radius: 15%;
  width: 60px;
  height: 60px;
}
.inside-navigation {
  /** Blau **/
  background-color: #3f3f3f;
  /** Grau **/
  /** background-color: gray; **/  
}
#menu-item-12 a {
  /** Blau **/
  background-color: #3f3f3f;
  /** Grau **/
  /** background-color: gray; **/
}
#menu-item-12 a:hover {
  background-color: #3f3f3f;
}


