aside.sidebar section.widget .widget-title {
  color: #057a15;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
aside.sidebar section.widget .widget-title > a {
  text-decoration: none;
  color: inherit;
}
aside.sidebar section.widget .widget-title > a:hover {
  color: #fff;
  background: #057a15;
}
aside.sidebar section.widget ul {
  color: #666;
}
aside.sidebar section.widget ul li {
  overflow: unset;
  padding-left: unset;
  text-indent: unset;
  line-height: 1.5;
}
aside.sidebar section.widget a {
  color: #666;
}
aside.sidebar section.widget a:hover {
  color: #fff;
  background: #666;
}
aside.sidebar section.widget a.button {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  padding: 8px 15px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #057a15;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1em;
  vertical-align: middle;
  -webkit-appearance: none;
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.1);
  min-height: unset;
}
aside.sidebar section.widget a.button:hover {
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
  background: #03490d;
  color: #fff;
}
aside.sidebar section.widget.sub_navigation-widget ul.nav-menu li li a {
  margin-left: -15px;
}
aside.sidebar section.widget.Shariff {
  background: none;
}
aside.sidebar section.widget.Shariff .widget-title {
  display: none;
}
aside.sidebar section.widget.cpt_image-widget {
  padding: 0;
  width: 100%;
}
aside.sidebar section.widget.widget_recent_entries ul {
  list-style-type: none;
  margin: 1em 0 0 0;
  padding: 0;
  line-height: 1.5;
}
aside.sidebar section.widget.widget_recent_entries ul li {
  margin: 0 0 1em 0;
}
aside.sidebar section.widget.widget_recent_entries ul li .post-date {
  display: block;
  font-style: italic;
}
aside.sidebar section.widget.amtstafel-widget li,
aside.sidebar section.widget.aktuelles-widget li {
  margin-bottom: 0.75em;
}
aside.sidebar section.widget.amtstafel-widget li a,
aside.sidebar section.widget.aktuelles-widget li a {
  padding: 0.2em 0;
}
aside.sidebar section.widget.amtstafel-widget li span,
aside.sidebar section.widget.aktuelles-widget li span {
  display: block;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}
@media (max-width: 1000px) {
  aside.sidebar section.widget {
    width: calc(100% - 15px);
    padding: 0 0 0 15px;
  }
  aside.sidebar section.widget .widget-title {
    margin-left: -15px;
  }
}
@media (max-width: 540px) {
  aside.sidebar {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
