@charset "UTF-8";
/* latin */
@font-face {
  font-family: "Poiret One";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poiret_one/PoiretOne-Regular.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/source_sans_pro/SourceSansPro-Light.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5;
  color: #343a40;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6f0000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #343a40;
  text-decoration: none;
}
a:visited {
  color: #190000;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

nav ul, nav ol, nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav,
.nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #343a40;
  background-color: #fff;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75rem;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.1rem;
}

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

a:hover {
  color: #343a40;
  text-decoration: none;
}

a:visited {
  color: #190000;
}

p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

[type=text],
[type=email],
[type=password],
[type=date],
[type=number],
textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: inherit;
  padding: 0.25rem 0.5rem;
  margin: 0 0 0.75rem 0;
  background: transparent;
  border: 1px solid #ced4da;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}
[type=text]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
[type=number]:focus,
textarea:focus {
  border-color: #320000;
}

a.button,
button,
[type=button],
[type=submit] {
  background-color: #320000;
  border: 1px solid #320000;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
a.button:hover, a.button:focus,
button:hover,
button:focus,
[type=button]:hover,
[type=button]:focus,
[type=submit]:hover,
[type=submit]:focus {
  background-color: black;
  color: #fff;
  border-color: black;
}
a.button:disabled,
button:disabled,
[type=button]:disabled,
[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a.button:disabled:hover,
button:disabled:hover,
[type=button]:disabled:hover,
[type=submit]:disabled:hover {
  background-color: #320000;
}

select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem;
  margin: 0 0 0.75rem 0;
  border: 1px solid #ced4da;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

/* images placed in richt text editor */
.align_left,
.align_right,
.align_center {
  display: block;
  float: none;
  margin: 1rem auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .align_left {
    float: left;
    margin: 0 1rem 0.5rem 0;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .align_right {
    float: right;
    margin: 0 0 0.5rem 1rem;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .align_center {
    display: block;
    margin: 1em auto;
  }
}

/* pw FormBuilder */
#wrap_Inputfield- {
  display: none;
}

.FormBuilder,
.InputfieldForm {
  font-family: inherit;
}

.InputfieldStateRequired label:after {
  content: " *";
}

.Inputfield {
  margin: 0 0 0.5em 0;
}

.InputfieldSubmit {
  margin: 1em 0;
}

.InputfieldStateError,
.ui-state-error {
  color: #dc3545;
}
.InputfieldStateError p,
.ui-state-error p {
  margin: 0;
}

span.ui-state-error {
  font-size: 80%;
  font-style: italic;
}

.InputfieldStateError,
.error {
  color: #dc3545;
}
.InputfieldStateError input[type=text],
.InputfieldStateError input[type=email],
.InputfieldStateError textarea,
.error input[type=text],
.error input[type=email],
.error textarea {
  border-color: #dc3545;
}

h1,
h2,
h3,
h4 {
  font-family: "Poiret One", cursive;
  font-weight: 400;
}

.mobile-menu {
  background: #320000;
  color: #fff;
  position: absolute;
  top: 3.5rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  padding: 0;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu a {
  color: #fff;
  line-height: 3rem;
  padding: 0 16px;
  display: block;
  margin-bottom: 1px;
}
.mobile-menu .current > a,
.mobile-menu .active > a {
  background: #6f0000;
}
.mobile-menu li li a {
  padding-left: 48px;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-header {
  background: #320000;
  color: #fff;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .menu-text {
  font-family: "Poiret One", cursive;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
}
.mobile-header .menu-toggle {
  font-size: 2.3rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0.5rem;
  text-align: center;
  width: 3.5rem;
}
.mobile-header .menu-toggle:before {
  font-family: arial, sans-serif;
  content: "☰";
}
.mobile-header .menu-toggle.is-open:before {
  content: "✕";
}

.main-nav {
  display: none;
  background: #320000;
  color: #fff;
  font-family: "Poiret One", cursive;
}
@media (min-width: 768px) {
  .main-nav {
    display: block;
  }
}
.main-nav ul {
  padding: 0;
  margin: 0;
}
.main-nav a,
.main-nav a:visited,
.main-nav a:active {
  color: #fff;
  display: block;
}
.main-nav a:hover {
  text-decoration: none;
  background: #6f0000;
}
.main-nav .current > a,
.main-nav .active > a {
  background: #6f0000;
}
.main-nav .nav {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 32px;
}
.main-nav .nav ul ul {
  position: absolute;
  top: 3.495rem;
  left: -99999px;
  opacity: 0;
  background: #320000;
  width: 220px;
  padding: 0.125rem;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.main-nav .nav ul ul li {
  display: block;
}
.main-nav .nav ul ul li a {
  display: block;
  line-height: 1.4;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  margin: 0.05rem 0;
}
.main-nav .nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
}
.main-nav .nav > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.main-nav .nav > ul > li a {
  line-height: 3.5rem;
  padding: 0 0.75rem;
  font-size: 1.5rem;
}
.main-nav .nav > ul > li:hover ul {
  left: 0;
  opacity: 1;
}

.header,
.body,
.footer {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 32px;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -16px;
  padding-bottom: 64px;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.language-nav {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}
.language-nav ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}
.language-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1rem;
}
.language-nav ul li a {
  display: block;
  line-height: 1.5rem;
}
.language-nav ul li.active a {
  color: #000;
  font-weight: 700;
}

.site-title {
  text-align: center;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.site-title h1 {
  font-family: "Poiret One", cursive;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.site-title h1 a,
.site-title h1 a:hover,
.site-title h1 a:visited,
.site-title h1 a:active {
  text-decoration: none;
}
.site-title .logo {
  margin: 0 auto 16px auto;
}
.site-title .logo img {
  text-decoration: none;
  border: 0 none;
}
@media (min-width: 768px) {
  .site-title {
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-title .logo {
    margin: 0 32px 0 0;
  }
  .site-title h1 {
    margin: 12px 0 0 0;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -16px;
}
.content .sidebar,
.content .main-content {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .has-sidebar .content .main-content {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .has-sidebar .content .sidebar {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.footer ul {
  padding: 16px 0;
  border-top: 1px solid #320000;
  text-align: left;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .footer ul {
    text-align: left;
    line-height: 1rem;
  }
}
.footer ul li {
  display: inline-block;
  margin-right: 16px;
}
.footer ul li:after {
  content: "|";
  display: inline-block;
  margin-left: 16px;
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer ul li:last-child:after {
  content: "";
  display: none;
}

.content p img {
  margin-top: 4px;
}

.main-content h1 {
  margin-bottom: 1.25rem;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.sidebar .sub-nav {
  margin-bottom: 32px;
}
.sidebar h2 a,
.sidebar .current > a {
  color: #343a40;
  font-weight: 400;
}

.repeated-item {
  margin-bottom: 32px;
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.repeated-item:last-child {
  margin-bottom: 0;
}
.repeated-item.audio {
  display: block;
}

.repeated-item.audio {
  display: block;
}

.repeated-item.has-image h2 {
  margin-bottom: 0;
}
.repeated-item.has-image .image {
  text-align: center;
}

.repeater-items {
  container-name: repeater;
  container-type: inline-size;
}

@container repeater (width > 500px) {
  .repeated-item.has-image {
    -ms-grid-columns: 2fr 4fr;
    grid-template-columns: 2fr 4fr;
  }
  .repeated-item.has-image h2 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .repeated-item.has-image .image {
    text-align: left;
  }
}
.events-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.events-listing li {
  margin-bottom: 32px;
}
.events-listing li h3 {
  margin-bottom: 0.15rem;
}
.events-listing li p {
  margin-bottom: 0.15rem;
}

.archives {
  list-style: none;
  padding: 0 0 32px;
  margin: 0;
}
.archives li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.archives li:last-child {
  margin-right: 0;
}

.left-column {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .left-column {
    width: calc(50% - 16px);
    float: left;
  }
}

.right-column {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .right-column {
    width: calc(50% - 16px);
    float: right;
  }
}

.form {
  margin-top: 16px;
  zoom: 1;
  clear: both;
}
.form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form input[maxlength="2"] {
  max-width: 50px;
}