@charset "UTF-8";
figure {
  margin: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow-x: scroll;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Form colors
 */
/**
 * Default line height for articles and block text
 */
:root {
  --background:#fff;
  --text-color: #444455;
  --accent: #ac8e3c;
  --accent1: #d0b979;
  --accent2: #c5a95a;
  --accent3: #ac8e3c;
  --accent4: #8a7230;
  --accent5: #705c27;
  --secondary: #2D354C;
  --secondary1: #516089;
  --secondary2: #434f71;
  --secondary3: #2D354C;
  --secondary4: #242a3d;
  --secondary5: #1d2231;
  --gray: #ebeef6;
  --gray1: #f0f2f8;
  --gray2: #eef1f7;
  --gray3: #ebeef6;
  --gray4: #b9c4e0;
  --gray5: #98a8d1;
  --gutter-width: 15px;
  --default-font-size: 15px;
}

@media (min-width: 768px) {
  :root {
    --gutter-width: 40px;
  }
}
@media (min-width: 1030px) {
  :root {
    --gutter-width: 100px;
  }
}
@media (min-width: 1240px) {
  :root {
    --gutter-width: 200px;
  }
}
/**
 * Default top and bottom margins for elements that
 * are evenly spaced out vertically.
 */
/**
 * Article text max width.
 */
/**
 * Article default font size.
 */
/* lora-regular - latin-ext_latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/lora-v26-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/lora-v26-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-700 - latin-ext_latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/lora-v26-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/lora-v26-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-italic - latin-ext_latin */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/lora-v26-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/lora-v26-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/source-sans-pro-v21-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-italic - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/source-sans-pro-v21-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/source-sans-pro-v21-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -ms-word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: var(--text-color);
  line-height: 1.6;
}

p, h1, h2, h3, h4, h5, h6, blockquote {
  -ms-word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

p, blockquote {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

main article > h1, main article > h2, main article > h3, main article > h4, main article > h5, main article > h6 {
  line-height: 1.2;
}

.small {
  font-size: 0.9em;
}

.smallcaps, .spronsor-header, .top-header nav ul > * a, .top-header nav h3, #logo, .devotionalium-wp .nt .reference-link-container, .devotionalium-wp .ot .reference-link-container, .devotionalium-wp .quran .reference-link-container, .devotionalium .nt .reference-link-container, .devotionalium .ot .reference-link-container, .devotionalium .quran .reference-link-container, .devotionalium-wp .title, .devotionalium .title, .team-item, .comment-author, main article .entry-meta, main article .wp-caption-text,
main article .wp-block-image figcaption, .smallcaps-heading, main article h4 {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.smallcaps-heading a, .smallcaps-heading a:visited {
  color: var(--secondary);
}

.largefont {
  font-size: 1.1rem;
}

.normalfont {
  font-size: var(--default-font-size);
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-light, .comment-content {
  opacity: 0.8;
}

blockquote {
  padding-left: 40px;
  font-style: italic;
  position: relative;
}
blockquote:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 7.5px;
  border-radius: 5px;
  background: linear-gradient(-45deg, var(--accent4) 0%, var(--accent2) 100%);
}

main article.category-links-am-tag-des-herrn h3 a:before,
main article.category-remind h3 a:before,
main article.category-remind h2 a:before {
  content: "➔ ";
}

.flex-centered, .flex-center, footer.ribbon-dark section, footer.ribbon-compact-dark section, .placeholder, hr {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.flex-centered.flex-column, .devotionalium-wp .flex-centered.nt, .devotionalium-wp .flex-centered.ot, .devotionalium-wp .flex-centered.quran, .devotionalium .flex-centered.nt, .devotionalium .flex-centered.ot, .devotionalium .flex-centered.quran, .article-small a.flex-centered.article-preview, #respond form.flex-centered, .flex-centered.comment-content, .flex-centered.comment, .flex-centered.pingback, .flex-centered.trackback, .flex-centered#comments, main article > .flex-centered.wp-caption,
main article p > img.flex-centered,
main article .wp-block-image > figure.flex-centered,
main article figure.flex-centered.wp-block-image, blockquote.flex-centered, .flex-center.flex-column, .devotionalium-wp .flex-center.nt, .devotionalium-wp .flex-center.ot, .devotionalium-wp .flex-center.quran, .devotionalium .flex-center.nt, .devotionalium .flex-center.ot, .devotionalium .flex-center.quran, footer.ribbon-dark section, footer.ribbon-compact-dark section, .placeholder, .article-small a.flex-center.article-preview, .article-small a.article-preview.placeholder, #respond form.flex-center, #respond form.placeholder, .flex-center.comment-content, .flex-center.comment, .flex-center.pingback, .flex-center.trackback, .flex-center#comments, footer.ribbon-dark section#comments, footer.ribbon-compact-dark section#comments, #comments.placeholder, hr.flex-column, .devotionalium-wp hr.nt, .devotionalium-wp hr.ot, .devotionalium-wp hr.quran, .devotionalium hr.nt, .devotionalium hr.ot, .devotionalium hr.quran, hr.comment-content, hr.comment, hr.pingback, hr.trackback, hr#comments, main article > .flex-center.wp-caption, main footer.ribbon-dark article > section.wp-caption, footer.ribbon-dark main article > section.wp-caption, main footer.ribbon-compact-dark article > section.wp-caption, footer.ribbon-compact-dark main article > section.wp-caption, main article > .wp-caption.placeholder, main article > hr.wp-caption,
main article p > img.flex-center,
main article p > img.placeholder,
main article .wp-block-image > figure.flex-center,
main article .wp-block-image > figure.placeholder,
main article figure.flex-center.wp-block-image,
main article figure.wp-block-image.placeholder, blockquote.flex-center {
  align-items: center;
}

.flex-left {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.flex-row.flex-start, .flex-start.devotionalium-wp, .flex-start.devotionalium, .flex-start.team-group, a.flex-start.article-preview, #respond form p.flex-start[class^=comment-form-], #respond form p.flex-start.wpgdprc-checkbox, .flex-start#respond, .flex-start.comment-author {
  align-items: flex-start;
}

.flex-column.flex-start, .devotionalium-wp .flex-start.nt, .devotionalium-wp .flex-start.ot, .devotionalium-wp .flex-start.quran, .devotionalium .flex-start.nt, .devotionalium .flex-start.ot, .devotionalium .flex-start.quran, footer.ribbon-dark section.flex-start, footer.ribbon-compact-dark section.flex-start, .flex-start.placeholder, .article-small a.flex-start.article-preview, #respond form.flex-start, .flex-start.comment-content, .flex-start.comment, .flex-start.pingback, .flex-start.trackback, .flex-start#comments, main article > .flex-start.wp-caption,
main article p > img.flex-start,
main article .wp-block-image > figure.flex-start,
main article figure.flex-start.wp-block-image, blockquote.flex-start {
  justify-content: flex-start;
}

.flex-row, .devotionalium-wp, .devotionalium, .team-group, a.article-preview, #respond form p[class^=comment-form-], #respond form p.wpgdprc-checkbox, #respond, .comment-author {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.flex-row > *, .devotionalium-wp > *, .devotionalium > *, .team-group > *, a.article-preview > *, #respond form p[class^=comment-form-] > *, #respond form p.wpgdprc-checkbox > *, #respond > *, .comment-author > * {
  margin-left: 0;
  margin-right: 0;
}

.d-flex-inline {
  display: inline-flex;
}

.flex-column, .devotionalium-wp .nt, .devotionalium-wp .ot, .devotionalium-wp .quran, .devotionalium .nt, .devotionalium .ot, .devotionalium .quran, footer.ribbon-dark section, footer.ribbon-compact-dark section, .placeholder, .article-small a.article-preview, #respond form, .comment-content, .comment, .pingback, .trackback, #comments, main article > .wp-caption,
main article p > img,
main article .wp-block-image > figure,
main article figure.wp-block-image, blockquote {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flex-column > *, .devotionalium-wp .nt > *, .devotionalium-wp .ot > *, .devotionalium-wp .quran > *, .devotionalium .nt > *, .devotionalium .ot > *, .devotionalium .quran > *, footer.ribbon-dark section > *, footer.ribbon-compact-dark section > *, .placeholder > *, .article-small a.article-preview > *, #respond form > *, .comment-content > *, .comment > *, .pingback > *, .trackback > *, #comments > *, main article > .wp-caption > *,
main article p > img > *,
main article .wp-block-image > figure > *,
main article figure.wp-block-image > *, blockquote > * {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-wrap, .devotionalium-wp, .devotionalium, a.article-preview, #respond form p[class^=comment-form-], #respond form p.wpgdprc-checkbox, #respond {
  flex-wrap: wrap;
}

.self-end {
  align-self: flex-end;
}

.self-start, .comment-content .comment-reply-link {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.gap-compact, .devotionalium-wp .nt, .devotionalium-wp .ot, .devotionalium-wp .quran, .devotionalium .nt, .devotionalium .ot, .devotionalium .quran, .team-item, #respond form p[class^=comment-form-], #respond form p.wpgdprc-checkbox, #respond form, .comment-content, .comment-author, main article > .wp-caption,
main article p > img,
main article .wp-block-image > figure,
main article figure.wp-block-image {
  gap: 10px;
}

.mt, .mv {
  margin-top: 30px;
}

.mb, .mv {
  margin-bottom: 30px;
}

.mbc {
  margin-bottom: 10px;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: var(--accent3);
  text-decoration: none;
  transition: color 0.3s;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: var(--accent4);
  text-decoration: none;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.footer a, .footer a:visited {
  color: var(--accent4);
}
.footer a:hover, .footer a:focus, .footer a:visited:hover, .footer a:visited:focus {
  color: var(--accent3);
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/*********************
TRANSITION
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
.article-fullwidth, main article .ribbon, main article .home-latdh,
main article .ribbon-dark,
main article .ribbon-compact,
main article .ribbon-compact-dark, main#main article steady-paywall, main#main article #steady-paywall, main article .wp-block-image.alignfull,
main article > p > iframe,
main article > iframe {
  grid-column: wide;
  margin-left: calc(var(--gutter-width) * -1) !important;
  margin-right: calc(var(--gutter-width) * -1) !important;
  max-width: calc(100% + 2 * var(--gutter-width)) !important;
  width: calc(100% + 2 * var(--gutter-width)) !important;
}

.fullwidth, .ribbon, .home-latdh, .ribbon-compact, .ribbon-dark, .ribbon-compact-dark {
  grid-column: gutter;
}

.widewidth, header.header > * {
  grid-column: wide;
}

.contentwidth, #respond {
  grid-column: main !important;
}

.articlewidth {
  grid-column: article;
  max-width: 100%;
  min-width: 0;
}

.d-contents, .ajax-container {
  display: contents;
}

body, .fullwidth, .ribbon, .home-latdh, .ribbon-compact, .ribbon-dark, .ribbon-compact-dark {
  display: grid;
  grid-template-columns: [gutter-start] var(--gutter-width) [wide-start] 1fr [main-start] minmax(0, 320px) [article-start] minmax(0, 800px) [article-end] minmax(0, 320px) [main-end] 1fr [wide-end] var(--gutter-width) [gutter-end];
  row-gap: 30px;
  column-gap: 0;
}
body *, .fullwidth *, .ribbon *, .home-latdh *, .ribbon-compact *, .ribbon-dark *, .ribbon-compact-dark * {
  grid-column: wide;
  min-width: 0;
}

.basic-grid, .latdh-row, .topics-row, .three-row, .postpreview-grid {
  display: grid;
  gap: 30px;
  align-items: flex-start;
}
.basic-grid > *, .latdh-row > *, .topics-row > *, .three-row > *, .postpreview-grid > * {
  grid-column: span 1;
}

.postpreview-grid > .article-big {
  grid-column: 1/-1;
}

@media (min-width: 768px) {
  .postpreview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .three-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .three-row > .more-button {
    grid-column-start: 3;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .topics-row {
    grid-template-columns: 1fr 1fr;
  }
  .topics-row > .more-button {
    grid-column-start: 2;
  }
}
@media (min-width: 1030px) {
  .topics-row {
    grid-template-columns: 1fr 1fr auto;
  }
  .topics-row > .more-button {
    grid-column-start: 3;
  }
}
@media (min-width: 768px) {
  .latdh-row {
    grid-template-columns: 2fr 1fr;
  }
  .latdh-row > .more-button {
    grid-column-start: 2;
  }
}
main article {
  font-size: 1.1rem;
  font-family: "Lora", Cambria, Times New Roman, Times, serif;
  grid-column: wide !important;
}
main article > * {
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
main article > table,
main article > .wp-block-image.alignwide,
main article > .wp-caption.aligncenter,
main article > .contentwidth,
main article > #respond,
main article > #player,
main article > .wp-block-embed {
  margin-right: auto !important;
  max-width: 100% !important;
}
main article iframe[src*="youtube.com"] {
  aspect-ratio: 16/10;
  height: auto !important;
}
main article .mejs-container {
  max-width: 800px !important;
}
main article .article-header {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
main article .article-header p {
  font-size: 1.2em;
  line-height: 1.4;
}
main article .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
main article img.alignright,
main article .wp-caption.alignright {
  float: right;
  margin-left: 30px !important;
  margin-bottom: 30px !important;
}
main article img.alignleft,
main article .wp-caption.alignleft {
  float: left;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
}
main article > .wp-caption,
main article p > img,
main article .wp-block-image > figure,
main article figure.wp-block-image {
  display: flex !important;
}
main article .wp-caption-text,
main article .wp-block-image figcaption {
  font-size: 0.8rem;
  max-width: 100%;
  margin: 0;
}
main article ul {
  list-style-type: square;
}
main article .entry-meta {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

@media (max-width: 900px) {
  main article > * {
    max-width: 100% !important;
  }
}
hr {
  height: 5px;
  width: 40%;
  border-radius: 5px;
  border: none;
  margin: 40px auto;
  background: linear-gradient(45deg, var(--accent1) 0%, var(--accent3) 100%);
}

.page-links {
  background: var(--gray1);
  background: linear-gradient(130deg, var(--gray2) 40%, var(--gray4) 100%);
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  border-radius: 5px;
  overflow: hidden;
}
.page-links > * {
  padding: 10px 30px;
  transition: background 0.3s, color 0.3s;
}
.page-links > a:hover {
  background: var(--accent1);
  color: var(--background) !important;
}

.pullquote, .pullquote-big {
  display: block;
  font-style: italic;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.pullquote {
  font-size: 1.5em;
  max-width: 500px;
}

.pullquote-big {
  font-size: 2em;
}
.pullquote-big:before, .pullquote-big:after {
  content: "";
  display: block;
  width: 240px;
  height: 5px;
  background: linear-gradient(45deg, var(--accent2) 0%, var(--accent4) 100%);
  border-radius: 2.5px;
  margin: 30px auto;
}

#comments, #respond {
  padding-top: 4rem;
  margin-top: -4rem;
}

#comments-title {
  flex: 1 0 220px;
}

#show-comments {
  flex: 1 0 220px;
}

.comment-author {
  align-items: center;
}
.comment-author img {
  border-radius: 50%;
}

.comment, .pingback, .trackback {
  max-width: 700px;
  border-left: 3px solid var(--accent2);
  padding-left: 10px;
}

.comment-content {
  font-size: 1.1rem;
}
#respond h3 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 2.4rem;
}
#respond form {
  max-width: 600px;
}
#respond form p[class^=comment-form-], #respond form p.wpgdprc-checkbox {
  justify-content: stretch;
}
#respond form p[class^=comment-form-] > textarea, #respond form p[class^=comment-form-] > input, #respond form p.wpgdprc-checkbox > textarea, #respond form p.wpgdprc-checkbox > input {
  flex-grow: 1;
}
#respond form p[class^=comment-form-] > *:not([type=checkbox]), #respond form p.wpgdprc-checkbox > *:not([type=checkbox]) {
  min-width: 175px;
}
#respond form p.comment-form-comment {
  flex-direction: column !important;
}
#respond form p.comment-form-comment label {
  font-size: 0;
}
#respond form p.comment-form-cookies-consent, #respond form p.wpgdprc-checkbox {
  gap: 30px !important;
  flex-wrap: nowrap !important;
  align-items: center;
}
#respond form p.form-submit {
  display: flex;
  justify-content: center;
}
#respond #cancel-comment-reply-link {
  display: block;
  font-size: var(--default-font-size);
  padding: 10px 0;
}

aside h4 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  font-size: 2.4rem;
}

.share {
  align-items: center;
}

.ribbon .post-author, .home-latdh .post-author, .ribbon-compact .post-author, .ribbon-dark .post-author, .ribbon-compact-dark .post-author {
  align-items: center;
  margin-bottom: 45px;
}
.ribbon .post-author > div, .home-latdh .post-author > div, .ribbon-compact .post-author > div, .ribbon-dark .post-author > div, .ribbon-compact-dark .post-author > div {
  row-gap: 10px;
  column-gap: 30px;
}
.ribbon .post-author .post-author-description, .home-latdh .post-author .post-author-description, .ribbon-compact .post-author .post-author-description, .ribbon-dark .post-author .post-author-description, .ribbon-compact-dark .post-author .post-author-description {
  font-size: 1.1rem;
}
.ribbon .post-author div:has(> .post-author-image), .home-latdh .post-author div:has(> .post-author-image), .ribbon-compact .post-author div:has(> .post-author-image), .ribbon-dark .post-author div:has(> .post-author-image), .ribbon-compact-dark .post-author div:has(> .post-author-image) {
  gap: 15px;
}
.ribbon .post-author .post-author-image, .home-latdh .post-author .post-author-image, .ribbon-compact .post-author .post-author-image, .ribbon-dark .post-author .post-author-image, .ribbon-compact-dark .post-author .post-author-image, .ribbon .post-author .post-author-image img, .home-latdh .post-author .post-author-image img, .ribbon-compact .post-author .post-author-image img, .ribbon-dark .post-author .post-author-image img, .ribbon-compact-dark .post-author .post-author-image img {
  width: 4.3em;
}

.post-author-image img {
  width: 175px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.post-author-description {
  max-width: 30em;
}

.eule_feature .article-header.header-bg {
  grid-column: main;
  text-align: center;
}
.eule_feature .article-header.header-bg h1 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 0.9;
  font-size: 13rem;
  background-clip: text;
  -webkit-background-clip: text;
  background-position: center;
  -webkit-text-fill-color: transparent;
  filter: brightness(75%) saturate(175%);
  margin: -0.5em 0;
  padding: 0.5em 0;
  hyphens: auto;
}
.eule_feature .article-header.header-bg h1 * {
  font-style: normal !important;
}
.eule_feature .eule-column-block {
  /**
      * Big captitals at start of block
      */
}
.eule_feature .eule-column-block > p:first-of-type::first-letter {
  font-size: 7em;
  opacity: 0.95;
  line-height: 0.8;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.eule_feature .eule-column-block:first-of-type > p:first-of-type::first-letter {
  font-size: 8em;
  text-shadow: 1px 1px 0 var(--text-color);
  color: var(--link-hover);
}

/**
 * Multi-column layout
 */
@media (min-width: 768px) {
  main.eule_feature {
    /**
    * Multi-column display for column blocks
    */
    /**
    * Certain elements break up the column layout and need full width.
    */
  }
  main.eule_feature article * {
    grid-column: wide;
  }
  main.eule_feature .eule-column-block {
    display: block;
    margin: 0 auto;
    max-width: 1300px;
    font-size: 1.045rem;
    columns: 250px;
    column-gap: 30px;
    column-fill: balance;
    /**
        * No indent for first p element in column
        */
  }
  main.eule_feature .eule-column-block p {
    margin: 0;
    text-indent: 30px;
    text-align: justify;
  }
  main.eule_feature .eule-column-block > *:first-of-type {
    text-indent: 0;
  }
  main.eule_feature .eule-column-block h3 {
    break-after: avoid;
  }
  main.eule_feature .eule-column-block .expander, main.eule_feature .eule-column-block .author-box, main.eule_feature .eule-column-block .infobox {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  main.eule_feature .eule-column-block .pullquote {
    margin: 0;
    margin-right: 0 !important;
    max-width: none !important;
    float: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  main.eule_feature blockquote {
    padding: 0;
  }
  main.eule_feature .eule-column-breaker {
    grid-column: article;
    margin: 30px auto;
  }
  main.eule_feature .eule-column-breaker:not(header) {
    text-align: center;
    grid-column: main;
  }
}
.article-big,
.article-medium,
.article-small,
.article-noimage {
  display: flex;
}

a.article-preview {
  row-gap: 10px !important;
  column-gap: 30px;
  align-items: flex-start;
  width: 100%;
}
a.article-preview, a.article-preview:hover, a.article-preview:visited {
  text-decoration: none;
  color: var(--text-color) !important;
}
a.article-preview:hover .article-preview-title {
  background-position: 0% center;
}

.article-preview-image {
  width: 100%;
  aspect-ratio: 5/3;
  transition: transform 0.3s ease-out;
  background: var(--gray2);
  background: linear-gradient(45deg, var(--gray4) 0%, var(--gray2) 100%);
  align-self: flex-end;
}
.article-preview-image img {
  object-fit: cover;
  width: 100%;
}
.article-preview-info {
  text-align: left;
}

.article-preview .category-title {
  font-size: 1.2rem;
}

.article-big .article-preview .category-title {
  font-size: 1.4rem;
}

.article-preview-title {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: var(--secondary);
  background: linear-gradient(90deg, var(--accent4) 0%, var(--accent1) 33%, var(--secondary5) 66%, var(--secondary1) 100%);
  background-position: 100% center;
  background-size: 300%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.75s ease-out;
  padding: 0;
  margin: 0;
  margin-top: 0.1em;
  padding-bottom: 0.5em;
  margin-bottom: -0.5em;
}

.article-preview-byline {
  font-size: var(--default-font-size);
  font-weight: bold;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: var(--dark-gray);
  opacity: 0.8;
}

.article-preview-excerpt {
  font-family: "Lora", Cambria, Times New Roman, Times, serif;
}

.article-big a.article-preview {
  width: 100%;
}
.article-big a.article-preview .article-preview-info {
  align-self: flex-end;
}
.article-big a.article-preview .article-preview-title {
  font-size: 2rem;
}
.article-big a.article-preview .article-preview-title.long {
  font-size: 1.6rem;
}
.article-big a.article-preview .article-preview-excerpt {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .article-big a.article-preview {
    flex-wrap: nowrap;
  }
  .article-big a.article-preview > * {
    flex: 1 1 1px;
  }

  body.home .postpreview-grid .article-big .article-preview-image {
    min-height: 300px;
    height: 100%;
  }
}
.article-medium .article-preview-title {
  font-size: 1.8rem;
}

.article-small a.article-preview {
  flex-wrap: nowrap;
}
.article-small a.article-preview .article-preview-title {
  font-size: 1.5rem;
}

main#main article p:has(> div > #steady-paywall) {
  display: contents !important;
}
main#main article div:has(> #steady-paywall) {
  display: contents !important;
}
main#main article steady-paywall, main#main article #steady-paywall {
  z-index: 99 !important;
  position: sticky;
  top: 0;
  bottom: 0;
  height: 0;
  overflow: visible;
}
main#main article #steady-paywall-overlay-container-content {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) !important;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main#main article #steady-paywall-overlay-container-content * {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
}
main#main article #steady-paywall-overlay-container-content .scroll-container {
  flex-shrink: 1;
  overflow-y: scroll;
  margin-bottom: 10px;
}
main#main article #steady-paywall-overlay-container-content #steady-paywall-overlay-sticky-container {
  display: flex;
  flex-direction: column;
  background-color: var(--background) !important;
  max-height: calc(100svh - 12rem);
  margin: 0 30px;
  max-width: 600px;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.2) !important;
  top: 80px !important;
  padding: 30px !important;
  color: var(--text-color) !important;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-expander {
  0% {
    opacity: 0;
    transform: rotate3d(1, 0, 0, 25deg) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0deg) scale(1);
  }
}
.btn-grey, .expander-link, .btn, button, input[type=submit], .btn-small, .comment-content .comment-reply-link, .pagination a, .btn-borderless {
  font-size: 1.1rem;
  display: inline-block;
  position: relative;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: var(--background) !important;
  border-color: var(--accent);
  font-weight: bold;
  text-align: center;
  padding: 13px 25px 12px 25px;
  border: 0;
  border-radius: 3px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.btn-grey:hover, .expander-link:hover, .btn:hover, button:hover, input[type=submit]:hover, .btn-small:hover, .comment-content .comment-reply-link:hover, .pagination a:hover, .btn-borderless:hover, .btn-grey:focus, .expander-link:focus, .btn:focus, button:focus, input[type=submit]:focus, .btn-small:focus, .comment-content .comment-reply-link:focus, .pagination a:focus, .btn-borderless:focus {
  color: var(--background) !important;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
}
.btn-grey:visited, .expander-link:visited, .btn:visited, button:visited, input[type=submit]:visited, .btn-small:visited, .comment-content .comment-reply-link:visited, .pagination a:visited, .btn-borderless:visited {
  color: var(--background) !important;
}
.btn-grey:active, .expander-link:active, .btn:active, button:active, input[type=submit]:active, .btn-small:active, .comment-content .comment-reply-link:active, .pagination a:active, .btn-borderless:active {
  top: 1px;
}

.btn-borderless {
  cursor: default;
  color: var(--text-color) !important;
}
.btn-borderless:hover, .btn-borderless:focus, .btn-borderless:visited {
  color: var(--text-color) !important;
  background: none;
}

.btn, button, input[type=submit], .btn-small, .expander-link, .comment-content .comment-reply-link, .pagination a {
  background: linear-gradient(45deg, var(--accent2) 0%, var(--accent3) 100%);
  transition: filter 0.3s;
}
.btn:hover, button:hover, input[type=submit]:hover, .btn-small:hover, .expander-link:hover, .comment-content .comment-reply-link:hover, .pagination a:hover, .btn:focus, button:focus, input[type=submit]:focus, .btn-small:focus, .expander-link:focus, .comment-content .comment-reply-link:focus, .pagination a:focus {
  filter: brightness(1.2) saturate(0.9);
}
.btn:active, button:active, input[type=submit]:active, .btn-small:active, .expander-link:active, .comment-content .comment-reply-link:active, .pagination a:active {
  filter: brightness(1.2) saturate(1);
}

.btn-small, .expander-link, .comment-content .comment-reply-link {
  font-size: -0.9rem;
  padding: 5px 14px 3px 14px;
}

.btn-grey, .expander-link {
  background: var(--secondary);
  border-color: var(--secondary);
}
.btn-grey:hover, .expander-link:hover, .btn-grey:focus, .expander-link:focus {
  filter: brightness(0.9) saturate(1.2);
}
.btn-grey:active, .expander-link:active {
  filter: brightness(0.9) saturate(1);
}

button .loading, .btn .loading, .pagination a .loading, .btn-small .loading, .expander-link .loading, .comment-content .comment-reply-link .loading, input[type=submit] .loading, a > .loading, .loader {
  height: 0.9em;
  width: 0.9em;
  border-radius: 50%;
  border: 5px solid var(--gray1);
  margin-left: auto;
  margin-right: auto;
  border-top-color: var(--gray5);
  animation: rotate 1s !important;
  animation-iteration-count: infinite !important;
}

.placeholder {
  height: 3em;
  width: 3em;
  border-radius: 50%;
  border: 15px solid white;
  margin: 150px auto;
  border-top-color: var(--gray2);
  animation: rotate 1s !important;
  animation-iteration-count: infinite !important;
}

.btn-search {
  font-size: -0.9rem;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  border: 0;
  border-radius: 3px;
  background: var(--gray3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.5rem 0.75rem;
  transition: filter 0.3s;
}
.btn-search input[type=text] {
  border: none;
  padding: 0;
  max-width: 100px;
  position: relative;
  background: none;
}
.btn-search input[type=text]::placeholder {
  color: var(--gray5);
}
.btn-search input[type=submit] {
  background-image: url("../public/img/lupe.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  font-size: 0;
  padding: 0;
  border: none;
}
.btn-search:hover, .btn-search:focus {
  filter: brightness(0.9) saturate(1.2);
}
.btn-search:active {
  filter: brightness(0.9) saturate(1);
}

.ribbon, .home-latdh, .ribbon-compact, .ribbon-dark, .ribbon-compact-dark {
  background: var(--gray1);
  background: linear-gradient(130deg, var(--gray2) 40%, var(--gray4) 100%);
  border-top: 10px solid var(--gray3);
  padding-top: 90px;
  padding-bottom: 90px;
  margin: 30px 0;
}
.ribbon p, .home-latdh p, .ribbon-compact p, .ribbon-dark p, .ribbon-compact-dark p {
  font-family: "Lora", Cambria, Times New Roman, Times, serif;
}
.ribbon > *, .home-latdh > *, .ribbon-compact > *, .ribbon-dark > *, .ribbon-compact-dark > * {
  grid-column: main;
}
.ribbon > h1, .home-latdh > h1, .ribbon-compact > h1, .ribbon-dark > h1, .ribbon-compact-dark > h1, .ribbon > h2, .home-latdh > h2, .ribbon-compact > h2, .ribbon-dark > h2, .ribbon-compact-dark > h2, .ribbon > h3, .home-latdh > h3, .ribbon-compact > h3, .ribbon-dark > h3, .ribbon-compact-dark > h3 {
  text-align: center;
}
.ribbon input:not([type=submit]), .home-latdh input:not([type=submit]), .ribbon-compact input:not([type=submit]), .ribbon-dark input:not([type=submit]), .ribbon-compact-dark input:not([type=submit]), .ribbon textarea, .home-latdh textarea, .ribbon-compact textarea, .ribbon-dark textarea, .ribbon-compact-dark textarea {
  background-color: var(--background) !important;
}

body:not(.home) .ribbon, body:not(.home) .home-latdh, body:not(.home) .ribbon-compact, body:not(.home) .ribbon-dark, body:not(.home) .ribbon-compact-dark {
  margin: 60px 0;
}

.ribbon-dark, .ribbon-compact-dark {
  background: linear-gradient(130deg, var(--secondary4) 40%, var(--secondary5) 100%);
  border-color: var(--secondary4);
}
.ribbon-dark *:not(a), .ribbon-compact-dark *:not(a) {
  color: white;
}
.ribbon-dark a, .ribbon-compact-dark a, .ribbon-dark a:visited {
  color: var(--accent2);
}
.ribbon-dark a:hover, .ribbon-compact-dark a:hover {
  color: var(--accent1);
}

.ribbon-compact {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ribbon-compact-dark {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  color: var(--text-color);
  border-radius: 3px;
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid var(--gray3);
  border-right: 2px solid var(--gray3);
  padding: 10px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  background-color: var(--gray2);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: var(--gray3);
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: var(--background);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: var(--background);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

input[type=checkbox] {
  margin-right: 5px;
}

/**
 * GRPD compliance Comment checkbox
 */
.wpgdprc-checkbox {
  font-size: 0.8rem;
}

textarea {
  min-height: 240px;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

:root {
  --form-control-color: var(--accent1);
  --form-control-disabled: var(--gray2);
}

input[type=checkbox], input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: var(--secondary2);
  width: 1.3em;
  height: 1.3em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
}

input[type=radio] {
  border-radius: 1.3em;
}

input[type=checkbox]::before, input[type=radio]::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: center;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--accent3);
  background-color: var(--accent3);
}

input[type=radio]::before {
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type=checkbox]:checked::before, input[type=radio]:checked::before {
  transform: scale(0.7);
}

input[type=checkbox]:focus, input[type=radio]:focus {
  outline: max(2px, 0.15em) solid var(--gray3);
  outline-offset: max(2px, 0.15em);
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

form p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

fieldset {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  border: none !important;
  background-color: var(--gray3);
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 30px !important;
}

fieldset.error {
  background-color: #fbe3e4;
}

fieldset.error::before {
  content: attr(data-error);
  color: darkred;
}

p.success, p.error {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  color: white;
  text-align: center;
  padding: 10px;
}

p.success {
  background-color: #198754;
}

p.error {
  background-color: #dc3545;
}

body.home .postpreview-grid .article-big .article-preview-title {
  font-size: 2rem;
}
body.home .postpreview-grid .article-big .article-preview-title.long {
  font-size: 1.8rem;
}
body.home .postpreview-grid .article-big .article-preview-excerpt {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  body.home .postpreview-grid .article-big .article-preview-title {
    line-height: 0.95;
  }
}
.section-heading a, .section-heading a:visited, .section-heading a:active, .section-subheading a, .section-subheading a:visited, .section-subheading a:active {
  color: var(--secondary);
}
.section-heading a:hover, .section-heading a:visited:hover, .section-heading a:active:hover, .section-subheading a:hover, .section-subheading a:visited:hover, .section-subheading a:active:hover {
  color: var(--accent2);
}

.section-heading {
  text-align: center;
  font-size: 2.86rem;
}

.section-subheading {
  font-size: 2.53rem;
}

.header-kolumne a {
  color: var(--text-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-kolumne a:hover {
  color: var(--accent2);
}

#main a:hover {
  color: var(--accent2);
}

.more-button {
  align-self: flex-end;
  justify-self: flex-end;
}

.home-podcasts {
  position: relative;
}
.home-podcasts .section-heading a:not(:hover) {
  color: #ebeef6;
}
.home-podcasts img.podcasts-image {
  display: none;
  /* Disabled */
  mix-blend-mode: screen;
  filter: blur(1px);
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}
.home-podcasts a:not(:hover) .article-preview-title {
  filter: invert(1);
}

footer.ribbon-dark, footer.ribbon-compact-dark {
  text-align: center;
  margin-bottom: -62px !important;
}
footer.ribbon-dark ul.nav, footer.ribbon-compact-dark ul.nav {
  gap: 20px;
}
footer.ribbon-dark section.footer-logo-container, footer.ribbon-compact-dark section.footer-logo-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
footer.ribbon-dark section.footer-logo-container hr, footer.ribbon-compact-dark section.footer-logo-container hr {
  margin: 0;
}
footer.ribbon-dark section.footer-logo-container hr:first-of-type, footer.ribbon-compact-dark section.footer-logo-container hr:first-of-type {
  transform: rotate(180deg);
}
footer.ribbon-dark .footer-logo, footer.ribbon-compact-dark .footer-logo {
  height: 50px;
}
footer.ribbon-dark p, footer.ribbon-compact-dark p {
  max-width: 600px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.copyright {
  text-align: center;
}
.copyright a, .copyright a:visited {
  color: var(--background);
}

.author-box {
  font-size: 0.99rem !important;
  padding: 20px !important;
}
.author-box .post-author-heading {
  font-weight: bolder;
}
.author-box .post-author-description {
  font-family: "Lora", Cambria, Times New Roman, Times, serif !important;
}

@media (min-width: 768px) {
  main:not(.eule_feature) .author-box {
    float: left;
    width: 266.6666666667px;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
}
.das-team {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.team-group {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.team-group.author .author-description {
  display: none;
}
.team-group.author .author-img {
  height: 50px;
  width: 50px;
}

.team-item {
  line-height: 50px;
}
.team-item .author-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
}
.team-item .author-description {
  display: contents;
  margin: 30px;
  margin-top: 0;
}

.home-comments-container * {
  color: var(--text-color);
}
.home-comments-container .comment-block {
  max-width: 500px;
  padding: 30px;
  flex: 1 1 350px;
  align-self: stretch;
  opacity: 0.9;
  background: var(--background);
  transition: 0.3s box-shadow;
}
.home-comments-container .comment-block .article-link {
  font-weight: bold;
  color: var(--accent);
}
.home-comments-container .comment-block .comment-meta {
  text-align: center;
  hyphenate: default;
}
.home-comments-container .comment-block .author-name {
  text-transform: capitalize;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.home-comments-container .comment-block .comment-time {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  opacity: 0.6;
}
.home-comments-container .comment-block .comment-content {
  text-align: left;
  line-height: 1.6;
  font-family: "Lora", Cambria, Times New Roman, Times, serif;
}
.home-comments-container .comment-block:hover {
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1);
}

.devotionalium-wp, .devotionalium {
  justify-content: space-around;
  text-align: center;
}
.devotionalium-wp .title, .devotionalium .title {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.3;
}
.devotionalium-wp .nt, .devotionalium-wp .ot, .devotionalium-wp .quran, .devotionalium .nt, .devotionalium .ot, .devotionalium .quran {
  font-size: 0.9em;
  text-align: left;
}
.devotionalium-wp .nt .versetext, .devotionalium-wp .ot .versetext, .devotionalium-wp .quran .versetext, .devotionalium .nt .versetext, .devotionalium .ot .versetext, .devotionalium .quran .versetext {
  line-height: 1.6;
  font-family: "Lora", Cambria, Times New Roman, Times, serif;
  font-style: italic;
}
.devotionalium-wp .nt .reference-link-container, .devotionalium-wp .ot .reference-link-container, .devotionalium-wp .quran .reference-link-container, .devotionalium .nt .reference-link-container, .devotionalium .ot .reference-link-container, .devotionalium .quran .reference-link-container {
  text-align: center;
}
@media (min-width: 450px) {
  .devotionalium-wp .nt, .devotionalium-wp .ot, .devotionalium-wp .quran, .devotionalium .nt, .devotionalium .ot, .devotionalium .quran {
    width: calc(33.3333333333% - 30px);
  }
}

ul.nav {
  padding-left: 0;
  margin: 0;
}

.nav, nav {
  text-align: center;
}
.nav ul, nav ul {
  padding-left: 0;
  margin: 0;
}
.nav li, nav li {
  display: inline-block;
  position: relative;
}
.nav a, .nav a:visited, nav a, nav a:visited {
  display: inline-block;
}

/*********************
HEADER STYLES
*********************/
header.header {
  display: contents;
}
#logo {
  font-family: "Lora", Cambria, Times New Roman, Times, serif;
  font-size: 1.75rem;
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  color: #2b3242;
  margin: 0;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  color: var(--text-color);
}
#logo a > * {
  flex-shrink: 0;
}
#logo a > img {
  height: 85px;
}
#logo a:hover {
  border: none;
  color: var(--accent2);
}

.single .header {
  position: relative;
}
.single .header .header-background-image {
  background-color: var(--secondary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}

.home-links-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.05rem;
}

nav.home-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 7.5px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent2);
}
nav.home-links ul.links-optional {
  display: none;
}
nav.home-links ul {
  display: flex;
  gap: 7.5px;
}
nav.home-links ul > * {
  flex-shrink: 0;
  word-spacing: -0.17em;
}
nav.home-links ul > * a {
  color: var(--text-color);
}
nav.home-links ul > * a:hover {
  color: var(--accent2);
}
nav.home-links ul.links-highlight a {
  color: var(--accent);
}

.top-header > div {
  justify-content: space-between;
  align-items: center;
}
.top-header #logo {
  margin: 0;
  font-size: 1.1em;
}
.top-header #logo img {
  height: 40px;
  width: auto;
}
.top-header .btn-search input[type=text] {
  display: none;
}
.top-header nav.secondary {
  display: none;
  flex-wrap: nowrap;
  flex-grow: 1;
}
.top-header nav.secondary ul {
  justify-content: flex-start;
}
.top-header nav.secondary h3 {
  flex-shrink: 0;
}
.top-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-header nav h3 {
  display: block;
  transform: translateY(-1px);
  position: relative;
  font-size: 0.8em;
  color: var(--accent);
  margin: 0;
  margin-right: 0.8em;
}
.top-header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
  column-gap: 10px;
  row-gap: 0.2em;
}
.top-header nav ul > * a {
  display: block;
  transform: translateY(-1px);
  position: relative;
  font-size: 0.8em;
  color: var(--secondary);
  text-decoration: underline;
  text-decoration-color: var(--accent2);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.top-header nav ul > * a:hover {
  color: var(--accent);
}

.top-header.sticky {
  z-index: 100;
  position: sticky;
  top: 0;
  padding: 7px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: var(--background);
}
.top-header.sticky #logo {
  justify-content: flex-start;
}

article .mejs-container {
  height: auto !important;
  background: linear-gradient(130deg, var(--gray2) 40%, var(--gray4) 100%);
  border-radius: 10px;
  border-bottom: 10px solid var(--accent1);
}
@media (prefers-color-scheme: dark) {
  article .mejs-container {
    border-color: var(--gray1);
  }
}
article .mejs-container * {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}
article .mejs-container .mejs-controls {
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: none;
  padding: 30px;
  height: auto;
}
article .mejs-container .mejs-controls * {
  color: var(--text-color) !important;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
article .mejs-container .mejs-controls .mejs-time {
  font-size: var(--default-font-size);
}
article .mejs-container .mejs-controls .mejs-time-rail {
  order: -3;
  text-align: right;
  flex-basis: 100%;
}
article .mejs-container .mejs-controls .mejs-currenttime-container {
  order: -2;
  flex-grow: 1;
  text-align: left;
}
article .mejs-container .mejs-controls .mejs-duration-container {
  flex-grow: 1;
  order: 5;
  display: flex;
  justify-content: end;
}
article .mejs-container .mejs-controls .mejs-playpause-button {
  flex-grow: 0.2;
}
article .mejs-container .mejs-controls .mejs-time-rail, article .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  border-radius: 10px;
  overflow: hidden;
  padding-top: 0;
  margin: 0;
}
article .mejs-container .mejs-controls .mejs-time-rail .mejs-horizontal-volume-current, article .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: linear-gradient(45deg, var(--secondary1) 0%, var(--secondary3) 100%);
}
article .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current, article .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-time-current {
  background: linear-gradient(45deg, var(--accent1) 0%, var(--accent3) 100%);
}
article .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total, article .mejs-container .mejs-controls .mejs-time-rail .mejs-horizontal-volume-total, article .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-time-total, article .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  margin: 0;
}
article .mejs-container .mejs-controls .mejs-horizontal-volume-slider, article .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: linear-gradient(130deg, var(--gray3) 40%, var(--gray3) 100%);
}
article .mejs-container .mejs-controls .mejs-horizontal-volume-slider, article .mejs-container .mejs-controls .mejs-horizontal-volume-total {
  width: 100px;
}
article .mejs-container .mejs-controls .mejs-horizontal-volume-total {
  top: 0px;
}
article .mejs-container .mejs-controls .mejs-time-float {
  display: none !important;
}
article .mejs-container .mejs-controls .mejs-horizontal-volume-total, article .mejs-container .mejs-controls .mejs-horizontal-volume-slider, article .mejs-container .mejs-controls .mejs-time-rail, article .mejs-container .mejs-controls .mejs-time-handle-content, article .mejs-container .mejs-controls .mejs-time-buffering, article .mejs-container .mejs-controls .mejs-time-current, article .mejs-container .mejs-controls .mejs-time-float, article .mejs-container .mejs-controls .mejs-time-float-corner, article .mejs-container .mejs-controls .mejs-time-float-current, article .mejs-container .mejs-controls .mejs-time-hovered, article .mejs-container .mejs-controls .mejs-time-loaded, article .mejs-container .mejs-controls .mejs-time-marker, article .mejs-container .mejs-controls .mejs-time-total {
  height: 20px !important;
}
article .mejs-container .mejs-controls .mejs-time-handle-content {
  width: 20px;
  border-radius: 10px;
  transform: translateX(-4px);
}
article .mejs-container .mejs-controls .mejs-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
article .mejs-container .mejs-controls .mejs-button button {
  top: auto !important;
  transform: scale(1.75);
  margin: 0;
}
@media (prefers-color-scheme: light) {
  article .mejs-container .mejs-controls .mejs-button button {
    filter: brightness(0.2);
  }
}

body {
  max-width: 100%;
  font-size: var(--default-font-size);
  display: grid;
  background-color: var(--background);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: scale-down;
}

#logo {
  flex-grow: 1;
}

figure {
  overflow: hidden;
}
figure > img {
  transition: all 0.5s;
}
figure > img.loading {
  transform: scale(1.05);
  filter: blur(10px);
}

.top-header #logo a > span {
  display: none;
}

#menu-secondary {
  display: none;
}

body.home {
  row-gap: 60px;
}

section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.article-preview figure,
figure.hero-image {
  display: flex;
  position: relative;
}
.article-preview figure figcaption,
figure.hero-image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--text-color);
  color: var(--background) !important;
  padding: 0.2em 0.4em;
  font-size: 11px;
  line-height: 1;
}

.ajax-container > *, #paginationcontainer > * {
  animation: fadeIn 1.5s ease-in-out;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
}

section:empty {
  display: none;
}

.spacer {
  display: none;
}

.scroll-effect {
  transition: opacity 1.5s, transform 1.5s !important;
}
.scroll-effect.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  opacity: 0;
}

[data-yt-overlay] {
  position: relative;
}

.yt-overlay {
  background: linear-gradient(130deg, var(--secondary3) 40%, var(--secondary5) 100%);
  color: var(--background);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: var(--default-font-size);
  text-align: center;
  cursor: pointer;
}
.yt-overlay p {
  margin: 0;
  max-width: 400px;
}
.yt-overlay a {
  color: var(--accent1);
}
.yt-overlay:hover {
  background: linear-gradient(130deg, var(--secondary5) 40%, var(--secondary5) 100%);
}

.yt-icon {
  transform: scale(0.5);
  margin: -20px 0;
}

.post-age-warning {
  display: block;
  width: max-content;
  max-width: 100%;
  background-color: var(--accent3);
  color: white;
  padding: 0px 5px;
}

.category-title {
  line-height: 1.2;
  font-weight: bolder;
}

.category-title .subheadline {
  color: var(--accent2);
}

.category-title .genre {
  color: var(--secondary1);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.85em;
}

[class*=dark] .category-title .genre {
  color: white;
  opacity: 0.8;
}

.category-title span + span::before {
  content: " | ";
  opacity: 0.6;
  color: var(--secondary1);
}

@media (min-width: 481px) {
  .top-header .btn-search input[type=text] {
    display: block;
  }

  .top-header nav.secondary {
    display: flex;
  }

  body.home #logo {
    letter-spacing: 0.3em;
  }
  body.home #logo a img {
    margin-right: 0.4em;
  }

  body:not(.home) #logo a img {
    height: 35px;
  }

  .spacer {
    display: block;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  /*********************
  HEADER STYLES
  *********************/
  #menu-secondary {
    display: flex;
  }

  .top-header h1#logo a > span {
    display: block;
  }

  body.home .postpreview-grid .article-big .category-title {
    font-size: 1.6rem;
  }
  body.home .postpreview-grid .article-big .article-preview-title {
    font-size: 3.5rem;
  }
  body.home .postpreview-grid .article-big .article-preview-title.long {
    font-size: 2.5rem;
  }

  #logo {
    font-size: 2.75rem;
  }

  nav.home-links {
    font-size: 1.2em;
  }

  nav.home-links ul.links-optional {
    display: flex;
  }

  main article {
    margin-top: 30px;
  }

  /*********************
  ARTICLE STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  main article.eule_feature .article-header {
    margin-top: 30px;
  }
}
@media (min-width: 1030px) {
  main article header h1 {
    font-size: 3rem;
  }

  main article section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (prefers-color-scheme: dark) {
  .ribbon, .ribbon-compact, .ribbon-compact-dark, .home-latdh,
.ribbon-dark {
    background: var(--gray1);
    background: linear-gradient(130deg, var(--gray4) 40%, var(--gray5) 100%);
    border-color: var(--gray3) !important;
  }
  .ribbon *:not(a), .ribbon-compact *:not(a), .ribbon-compact-dark *:not(a), .home-latdh *:not(a),
.ribbon-dark *:not(a) {
    color: var(--text-color);
  }
  .ribbon a, .ribbon-compact a, .ribbon-compact-dark a, .home-latdh a,
.ribbon a:visited,
.ribbon-dark a,
.ribbon-dark a:visited {
    color: var(--accent);
  }
  .ribbon a:hover, .ribbon-compact a:hover, .ribbon-compact-dark a:hover, .home-latdh a:hover,
.ribbon-dark a:hover {
    color: var(--accent4);
  }

  h1#logo img {
    filter: invert(1);
  }

  .btn-search input[type=text]::placeholder {
    color: var(--secondary1);
  }

  :root {
    --background: #151517;
    --text-color: #ccc;
    --accent: #be9e46;
    --accent1: #d7c48e;
    --accent2: #cdb46f;
    --accent3: #be9e46;
    --accent4: #9b8036;
    --accent5: #816b2d;
    --secondary: #8d93a3;
    --secondary1: #aaaeba;
    --secondary2: #9ea3b1;
    --secondary3: #8d93a3;
    --secondary4: #747b8f;
    --secondary5: #666c7e;
    --gray: #181d2c;
    --gray1: #3f4c74;
    --gray2: #2f3957;
    --gray3: #181d2c;
    --gray4: #141925;
    --gray5: #121621;
  }

  main#main article #steady-paywall-overlay-container-content {
    background: linear-gradient(to top, rgba(21, 21, 23, 0.9) 75%, rgba(21, 21, 23, 0) 100%) !important;
  }

  .infobox.dark {
    background: var(--gray1) !important;
    background: linear-gradient(130deg, var(--gray2) 40%, var(--gray4) 100%) !important;
    color: var(--text-color) !important;
  }

  fieldset.error {
    background-color: #3e1a1a;
  }

  fieldset.error::before {
    content: attr(data-error);
    color: #fbe3e4;
  }

  .yt-overlay {
    background: linear-gradient(130deg, var(--gray4) 40%, var(--gray5) 100%) !important;
    color: var(--text-color);
  }
  .yt-overlay:hover {
    background: linear-gradient(130deg, var(-- #181d2c) 40%, var(--secondary5) 100%) !important;
  }
}
.expander, .infobox, .author-box {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  background: var(--gray1);
  background: linear-gradient(130deg, var(--gray2) 40%, var(--gray4) 100%);
  border-bottom: 10px solid var(--accent1);
  border-radius: 0.75em;
  padding: 30px;
}
@media (prefers-color-scheme: dark) {
  .expander, .infobox, .author-box {
    outline-color: var(--gray2);
    border-color: var(--accent2);
  }
}
.expander > *, .infobox > *, .author-box > * {
  opacity: 0.9;
}
.expander > p, .infobox > p, .author-box > p {
  margin: 10px 0;
}
.expander > :first-child, .infobox > :first-child, .author-box > :first-child {
  margin-top: 0;
}
.expander > :last-child, .infobox > :last-child, .author-box > :last-child {
  margin-bottom: 0;
}
.expander h1, .infobox h1, .author-box h1, .expander h2, .infobox h2, .author-box h2, .expander h3, .infobox h3, .author-box h3, .expander h4, .infobox h4, .author-box h4 {
  font-weight: bolder;
}

.infobox.dark {
  background: var(--secondary);
  color: var(--background);
  outline-color: var(--secondary);
  border-color: var(--accent);
}
.infobox.gold {
  background: linear-gradient(45deg, var(--accent5) 0%, var(--accent3) 100%);
  color: white !important;
  outline-color: var(--accent3);
  border-color: var(--secondary1);
}
.infobox.gold * {
  color: white !important;
}
.infobox.gold a {
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  .infobox.gold {
    outline-color: var(--accent5);
    border-color: var(--gray1);
  }
}

.author-box .post-author-image img {
  margin: auto;
}
.spronsor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2px inherit;
  gap: 10px;
  font-size: 10px;
  color: var(--secondary);
}
.spronsor-header p {
  margin: 0;
}

.eule-spronsor {
  font-size: 12px;
  position: relative;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.eule-spronsor p {
  margin: 0;
}
.eule-spronsor img {
  width: 100%;
  border-radius: 0;
  margin: 0;
  transition: all 0.3s;
  animation: none;
}

.eule-spronsor-text {
  font-size: 12px;
}
.eule-spronsor-text .spronsor-header > p:nth-of-type(2) {
  font-weight: bolder;
  flex-grow: 1;
}
.eule-spronsor-text .spronsor-header > p:first-of-type {
  flex-shrink: 0;
}
.eule-spronsor-text p {
  margin: 0;
}

:not(.spronsor-top) > .eule-spronsor-text .spronsor-header {
  width: auto;
  margin: 15px 0;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--accent);
}

.spronsor-top {
  display: contents;
}
.spronsor-top .eule-spronsor-text {
  padding: 6px 0;
  background: var(--gray);
  margin-bottom: -30px;
}

.spronsor-top:empty + .top-header-container {
  margin-top: 30px;
}

/*# sourceMappingURL=style.css.map */
