body {
  font-family: 'Montserrat', sans-serif;
  color: #4b4b4b; }

a {
  color: #91a921; }

a:hover {
  color: #6c7e19;
  text-decoration: none; }

h1 {
  font-family: 'Montserrat Alternates', sans-serif; }

h2 {
  margin: 40px 0 30px 0;
  padding: 10px 0;
  border: 1px solid #999;
  border-width: 1px 0;
  color: #91a921;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px; }

h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #91a921; }

div.plugin h2:first-of-type {
  margin-top: 0; }

table tbody tr td {
  color: #4b4b4b; }

#banner {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
  #banner .banner {
    height: 250px;
    margin-top: -120px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center; }
    #banner .banner img {
      max-width: 100%;
      height: auto; }
    #banner .banner nav {
      padding: 15px 15px 0 0;
      text-align: right; }
      #banner .banner nav a {
        padding: 0 0 0 10px;
        font-size: 12px;
        color: #999; }
  #banner .banner-small a {
    display: block;
    margin-top: -120px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  #banner div.plugin {
    margin-bottom: 0; }

nav.main {
  margin-bottom: 60px;
  border-top: 2px solid #f0f0f0;
  background: #91a921; }
  nav.main a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px; }
  nav.main a:hover {
    background: #6c7e19;
    text-decoration: none; }

div.plugin {
  margin-bottom: 40px; }

#theme {
  margin: 60px 0;
  padding: 70px 0 0 0;
  height: 180px;
  background: url(https://www.meppen-ost.de/files/cache/public/3/ext/Emsconcept/KircheMeppenOst/images/theme.jpg); }
  #theme nav {
    height: 40px;
    background: #91a921;
    text-align: center; }
    #theme nav a {
      color: #fff;
      line-height: 40px; }

#postFooter {
  margin: 0 0 40px 0; }
  #postFooter nav {
    text-align: center; }
    #postFooter nav a {
      padding: 0 20px;
      color: #ccc; }

/**
 * Small devices (landscape phones, 576px and up)
 */
/**
 * Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  #banner .banner {
    margin-top: -300px; }
  nav.main {
    height: 40px; } }

/* Alignment styles for images, videos and iframes in editable regions */
/* Center (default) */
[data-editable] iframe, [data-editable] image, [data-editable] [data-ce-tag=img], [data-editable] img, [data-editable] video {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

[data-editable] img {
  height: auto; }

/* Left align */
[data-editable] .align-left {
  clear: initial;
  float: left;
  margin-right: 0.5em; }

/* Right align */
[data-editable].align-right {
  clear: initial;
  float: right;
  margin-left: 0.5em; }

/* Alignment styles for text in editable regions */
[data-editable] .text-center {
  text-align: center; }

[data-editable] .text-left {
  text-align: left; }

[data-editable] .text-right {
  text-align: right; }

.author {
  font-style: italic;
  font-weight: bold; }

figure.widget {
  z-index: 10;
  margin: 0;
  margin-bottom: 1em; }
  figure.widget.col-12 {
    clear: both;
    padding-right: 0;
    padding-left: 0; }
  figure.widget.widget-left {
    float: left;
    padding-right: 1em; }
  figure.widget.widget-right {
    float: right;
    padding-left: 1em; }
  figure.widget h4 {
    margin-top: 0;
    padding-top: 0; }

h1 .subtitle, h2 .subtitle, h3 .subtitle, h4 .subtitle, h5 .subtitle, h6 .subtitle, h7 .subtitle {
  display: block;
  font-size: 0.75em; }
h1.disabled-headline, h2.disabled-headline, h3.disabled-headline, h4.disabled-headline, h5.disabled-headline, h6.disabled-headline, h7.disabled-headline {
  display: none; }

h2.disabled-headline {
  display: none; }

picture.fluid img {
  max-width: 100%;
  height: auto; }

figure[data-type="Images/PictureFull"] figcaption {
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em;
  font-style: italic; }
  figure[data-type="Images/PictureFull"] figcaption .copyright {
    display: block;
    padding: 4px 0 0 0;
    color: #ccc; }

ul {
  list-style: outside disc;
  margin-left: 1em; }

ul li {
  position: relative;
  left: 1em;
  padding-right: 1em; }

.round img {
  border-radius: 100%; }

[data-href] {
  cursor: pointer; }

.plugin.Navigation.MainNavigation.Index01 a {
  display: block;
  /**
   * Medium devices (tablets, 768px and up)
   */ }
@media (min-width: 768px) {
  .plugin.Navigation.MainNavigation.Index01 nav {
    display: flex; }
    .plugin.Navigation.MainNavigation.Index01 nav a {
      flex: 1 1;
      text-align: center; } }

body div.plugin.Core.Editing.Text.Index05 .inner-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background: #91a921;
  color: #fff;
  text-align: center; }
  body div.plugin.Core.Editing.Text.Index05 .inner-wrapper h1 {
    margin: 20px 0 40px 0; }
    body div.plugin.Core.Editing.Text.Index05 .inner-wrapper h1 .subtitle {
      font-size: 18px; }
  body div.plugin.Core.Editing.Text.Index05 .inner-wrapper p {
    margin: 0 10% 10px 10%; }
  body div.plugin.Core.Editing.Text.Index05 .inner-wrapper p:last-of-type {
    margin-bottom: 0; }

.plugin.Core.Editing.Text.Index01.centered {
  text-align: center; }

.plugin.Core.Events.Teaser.Index04 .time {
  display: block; }

.plugin.Core.Events.Teaser.Index08 .inner-wrapper {
  padding: 30px 0;
  background: #8a3280;
  text-align: center;
  color: #fff; }
  .plugin.Core.Events.Teaser.Index08 .inner-wrapper h3 {
    margin: 0;
    padding: 0 0 10px 0;
    border: none;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
    color: #fff; }
  .plugin.Core.Events.Teaser.Index08 .inner-wrapper a {
    color: #fff; }
  .plugin.Core.Events.Teaser.Index08 .inner-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .plugin.Core.Events.Teaser.Index08 .inner-wrapper ul li {
      margin-top: 10px; }

.plugin.Core.Editing.Text.Index01.centered {
  text-align: center; }

.widget.Core.FileManager.Downloads.Index01 tr td .icon {
  margin-right: 6px; }

.widget.Core.FileManager.Downloads.Index01 tr td .icon {
  margin-right: 6px; }

.plugin.Core.Events.Teaser.Index01 table tr td span.time {
  display: block;
  opacity: 0.6;
  font-size: 0.9em; }

.plugin.Core.News.Teaser.Index07 .article {
  padding: 10px 20px 20px 20px;
  margin: 0 0 60px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .plugin.Core.News.Teaser.Index07 .article h3 {
    margin: 0;
    padding: 0; }
  .plugin.Core.News.Teaser.Index07 .article .date {
    display: block;
    padding: 30px 0;
    color: #91a921;
    font-size: 14px; }

.plugin.Navigation.MainNavigation.Index01 a {
  display: block;
  /**
   * Medium devices (tablets, 768px and up)
   */ }
@media (min-width: 768px) {
  .plugin.Navigation.MainNavigation.Index01 nav {
    display: flex; }
    .plugin.Navigation.MainNavigation.Index01 nav a {
      flex: 1 1;
      text-align: center; } }
