h1 {
  margin-bottom: 2em;
  text-align: center;
}

.ce_gallery {
  text-align: center;
}
.ce_gallery ul {
  display: inline-block;
}
.ce_gallery ul li {
  float: none;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
  background-color: #222;
  color: #9af;
}
.ce_gallery ul li:hover {
  color: #aa0;
}
.ce_gallery .pagination {
  margin-top: 10px;
  padding: 10px;
}
.ce_gallery .pagination ul {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.ce_gallery .pagination li {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  margin: 0;
}
.ce_gallery .pagination li a, .ce_gallery .pagination li span {
  display: block;
  margin-right: 0.2em;
  margin-bottom: 0.3em;
  padding: 0.3em;
  background-color: #ddd;
  color: #222;
  text-decoration: none;
  border: 1px solid #888;
}
.ce_gallery .pagination li .current {
  border: 2px solid;
  font-size: 1.25em;
  font-weight: bold;
}

.dl_link {
  display: inline-block;
  margin: 10px 20px;
}

#main .mod_article {
  margin-bottom: 20px;
}

.mod_article.text {
  background-color: rgba(255, 255, 255, 0.45);
}

.ce_text {
  padding: 0 1.5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .ce_text {
    word-wrap: initial;
  }
}
.ce_text ul {
  list-style-type: disc;
}
.ce_text ul li {
  margin-left: 1.5em;
  margin-bottom: 0.3em;
}
.ce_text h2 {
  text-align: left;
}

@supports (hyphens: auto) or (-moz-hyphens: auto) or (-webkit-hyphens: auto) or (-ms-hyphens: auto) {
  .ce_text {
    text-align: justify;
    word-wrap: initial;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.ausfluege img, .events img {
  margin-right: 1em;
}
.ausfluege h2, .events h2 {
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .spalten_2 {
    float: left;
    width: 42%;
  }
}

.vspace {
  margin-bottom: 2rem;
}

.clear {
  clear: both;
}

#neues .mod_newslist {
  display: inline-block;
}
#neues .mod_newslist div {
  padding: 0.1em 1em;
}
#neues .mod_newslist div.first {
  color: #00a;
}

.ce_accordion {
  margin-top: 1em;
}
.ce_accordion .toggler {
  background: url("/files/themes/theme_sf59/icons/plus.gif") left center no-repeat;
  padding-left: 1.25rem;
  font-size: 1.5rem;
}
.ce_accordion .toggler[aria-expanded=true] {
  background: url("/files/themes/theme_sf59/icons/minus.gif") left center no-repeat;
}
.ce_accordion .toggler[aria-expanded=true] h1 {
  display: none;
}
