
html {
  font-family: serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.has-nano .scroll {
  overflow: hidden;
}
.has-nano .scroll > .scroll-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.has-nano .scroll > .scroll-content:focus {
  outline: thin dotted;
}
.has-nano .scroll > .scroll-content::-webkit-scrollbar {
  display: none;
}
.has-nano .scroll.has-scrollbar > .scroll-content::-webkit-scrollbar {
  display: block;
}
.has-nano .scroll > .nano-pane {
  background: transparent;
  position: absolute;
  width: 9px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.has-nano .scroll > .nano-pane:before {
  background: #ccc;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  width: 1px;
}
.has-nano .scroll > .nano-pane > .nano-slider {
  background: #fff;
  position: relative;
  margin: 0 1px;
  width: 7px;
  transition: background ease-in-out 0.1s;
}
.has-nano .scroll > .nano-pane > .nano-slider:hover {
  background: #3a3a3a;
  background: #a0a0a0;
}
.has-nano .scroll > .nano-pane > .nano-slider:before {
  background: #3a3a3a;
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  transition: background ease-in-out 0.1s;
}
.has-nano .scroll > .nano-pane > .nano-slider:hover:before {
  background: #a0a0a0;
}
.has-nano .scroll > .nano-pane.active > .nano-slider {
  background: #3a3a3a;
  background: #a0a0a0;
}
.has-nano .scroll > .nano-pane.active > .nano-slider:before {
  background: #3a3a3a;
  background: #a0a0a0;
}

.entry-content {
  font-family: "Montserrat", sans-serif;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  clear: both;
  margin-top: 0;
}
.entry-content h1 {
  font-weight: 700;
  font-size: 4em;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.entry-content p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.entry-content dfn, .entry-content cite, .entry-content em, .entry-content i {
  font-style: italic;
}
.entry-content blockquote {
  margin: 0 1.5em;
}
.entry-content address {
  margin: 0 0 1.5em;
}
.entry-content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry-content code, .entry-content kbd, .entry-content tt, .entry-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry-content abbr, .entry-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content mark, .entry-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry-content big,
.entry-content .text-big,
.entry-content .entry-title,
.entry-content .text-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.1;
}
.entry-content big,
.entry-content .text-big,
.entry-content .entry-title {
  font-size: 20px;
}
@media all and (min-width: 500px) {
  .entry-content big,
  .entry-content .text-big,
  .entry-content .entry-title {
    font-size: 4vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-content big,
  .entry-content .text-big,
  .entry-content .entry-title {
    font-size: 60px;
  }
}
.entry-content .text-medium {
  font-size: 20px;
}
@media all and (min-width: 750px) {
  .entry-content .text-medium {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-content .text-medium {
    font-size: 40px;
  }
}
.page-template-no-title .entry-content p:first-child {
  margin-top: 0;
}
.entry-content hr {
  border-top: 2px dotted #202020;
  border-bottom: 0;
  height: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 750px) {
  .entry-content hr {
    margin-top: 1.3333333333vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-content hr {
    margin-top: 20px;
  }
}
@media all and (min-width: 750px) {
  .entry-content hr {
    margin-bottom: 1.3333333333vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-content hr {
    margin-bottom: 20px;
  }
}

.accent {
  color: #909090;
  font-weight: bold;
}
.accent a {
  color: #909090;
  text-decoration: none;
}
.accent a:focus, .accent a:hover {
  color: #909090;
  text-decoration: underline;
}

.text-lg,
.text-n {
  font-weight: 400;
  line-height: 1.6;
}

.text-lg {
  font-size: 1.2rem;
}
@media screen and (min-width: 760px) {
  .text-lg {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-lg {
    font-size: 1.5rem;
  }
}

.text-n {
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .text-n {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1200px) {
  .text-n {
    font-size: 1.2rem;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  position: relative;
}

body,
button,
input,
select,
textarea {
  color: #202020;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

ul, ol {
  margin: 0 0 1.5em 0;
}

.entry-body li {
  margin-bottom: 0.7em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

form {
  margin-bottom: 4em;
}

.btn {
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  float: right;
  font-weight: 700;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: underline;
}
.btn:active, .btn:focus {
  text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0;
  border-bottom: 1px solid #202020;
  border-radius: 0;
  padding: 3px;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #202020;
}

textarea {
  width: 100%;
}

.form-group {
  margin-bottom: 1em;
  position: relative;
}
.form-group:before, .form-group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.form-group:after {
  clear: both;
}
.form-group [title=required] {
  display: none;
}
.form-group label {
  display: inline-block;
  min-width: 10em;
  float: left;
}
.form-group input {
  width: calc(100% - 10em);
}
.form-group .required:after {
  content: "*";
}
.form-group.has-error {
  margin-bottom: 2em;
}
.form-group .help-block {
  color: red;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: -1.8em;
}

.confirmation-message {
  font-weight: bold;
}

.donation-layout-wrapper {
  width: 100%;
  background-color: #b59318;
  padding: 10px;
}
@media screen and (max-width: 43.75em) {
  .donation-layout-wrapper {
    padding: 5px;
  }
}

.donation-title {
  color: white;
  font-weight: 700 !important;
  margin: 0 0 10px 0;
  font-size: 1.17em;
}

.donation-content {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 43.75em) {
  .donation-content {
    flex-direction: column;
  }
}

.donation-form-container {
  background-color: #fff;
  flex: 2;
  padding: 2em;
}
@media screen and (max-width: 43.75em) {
  .donation-form-container {
    padding: 1em;
  }
}

.donation-sidebar {
  flex: 1;
  color: white;
  padding: 0 1em;
}
@media screen and (max-width: 43.75em) {
  .donation-sidebar {
    display: none;
  }
}
.donation-sidebar p {
  margin: 0 !important;
}
.donation-sidebar h4 {
  margin: 1em 0 0 0 !important;
}
.donation-sidebar .iban {
  margin-right: 5px;
}

.donation-form .form-group.string, .donation-form .form-group.email, .donation-form .form-group.password, .donation-form .form-group.select {
  border-bottom: 0;
}
.donation-form .form-group .required::after,
.donation-form .form-group.required::after,
.donation-form .form-group .required::before,
.donation-form .form-group.required::before {
  content: none !important;
  display: none !important;
}
.donation-form fieldset {
  margin-bottom: 2em;
  padding: 0;
  border: 0;
}
.donation-form fieldset legend {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1em;
  border-bottom: 1px solid #202020;
  padding-bottom: 0.5em;
  width: 100%;
}
.donation-form .form-group.radio_buttons {
  margin-bottom: 0;
}
.donation-form .form-group.radio_buttons .radio {
  display: block;
  margin-bottom: 0.75em;
}
.donation-form .form-group.radio_buttons .radio label {
  display: flex;
  align-items: baseline;
  gap: 0.75em;
  min-width: 0;
  float: none;
  cursor: pointer;
  font-weight: normal;
}
.donation-form .form-group.radio_buttons .radio label input[type=radio] {
  width: 1em;
  height: 1em;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  top: 0.15em;
  accent-color: #202020;
}
.donation-form .form-group.radio_buttons [title=required],
.donation-form .form-group.radio_buttons abbr[title=required] {
  display: none;
}
.donation-form .amount-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
}
@media screen and (max-width: 43.75em) {
  .donation-form .amount-grid {
    grid-template-columns: 1fr;
  }
}
.donation-form .amount-option {
  display: block;
  position: relative;
  cursor: pointer;
  min-width: 0;
  float: none;
}
.donation-form .amount-option .amount-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.donation-form .amount-option .amount-label {
  display: block;
  padding: 0.75em 1em;
  background-color: #f2f2f2;
  text-align: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
@media (hover: hover) {
  .donation-form .amount-option:hover .amount-label {
    background-color: #e5e5e5;
  }
}
.donation-form .amount-option:active .amount-label {
  background-color: #dedede;
}
.donation-form .amount-option .amount-radio:checked + .amount-label {
  background-color: #b59318;
  color: white;
  font-weight: 700;
}
.donation-form .project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
}
@media screen and (max-width: 43.75em) {
  .donation-form .project-grid {
    grid-template-columns: 1fr;
  }
}
.donation-form .project-option {
  display: block;
  position: relative;
  cursor: pointer;
  min-width: 0;
  float: none;
}
.donation-form .project-option .project-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.donation-form .project-option .project-label {
  display: block;
  padding: 0.75em 1em;
  background-color: #f2f2f2;
  text-align: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
@media (hover: hover) {
  .donation-form .project-option:hover .project-label {
    background-color: #e5e5e5;
  }
}
.donation-form .project-option:active .project-label {
  background-color: #dedede;
}
.donation-form .project-option .project-radio:checked + .project-label {
  background-color: #b59318;
  color: white;
  font-weight: 700;
}
.donation-form .donor-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 43.75em) {
  .donation-form .donor-type-grid {
    grid-template-columns: 1fr;
  }
}
.donation-form .donor-type-option {
  display: block;
  position: relative;
  cursor: pointer;
  min-width: 0;
  float: none;
}
.donation-form .donor-type-option .donor-type-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.donation-form .donor-type-option .donor-type-label {
  display: block;
  padding: 0.75em 1em;
  background-color: #f2f2f2;
  text-align: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
@media (hover: hover) {
  .donation-form .donor-type-option:hover .donor-type-label {
    background-color: #e5e5e5;
  }
}
.donation-form .donor-type-option:active .donor-type-label {
  background-color: #dedede;
}
.donation-form .donor-type-option .donor-type-radio:checked + .donor-type-label {
  background-color: #b59318;
  color: white;
  font-weight: 700;
}
.donation-form .personal-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 43.75em) {
  .donation-form .personal-info-grid {
    grid-template-columns: 1fr;
  }
}
.donation-form .personal-info-grid .form-group {
  margin-bottom: 0;
}
.donation-form .personal-info-field {
  position: relative;
}
.donation-form .personal-info-field .form-group {
  margin-bottom: 0;
}
.donation-form .personal-info-field label.control-label {
  display: none;
}
.donation-form .personal-info-field input[type=text],
.donation-form .personal-info-field input[type=email],
.donation-form .personal-info-field input[type=number],
.donation-form .personal-info-field input[type=tel],
.donation-form .personal-info-field select {
  display: block;
  width: 100% !important;
  padding: 0.75em 1em !important;
  background-color: #f2f2f2 !important;
  border: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none;
  font-size: inherit;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.donation-form .personal-info-field input[type=text]:focus,
.donation-form .personal-info-field input[type=email]:focus,
.donation-form .personal-info-field input[type=number]:focus,
.donation-form .personal-info-field input[type=tel]:focus,
.donation-form .personal-info-field select:focus {
  outline: none !important;
  box-shadow: inset 0 0 0 2px #b59318 !important;
  background-color: white !important;
}
.donation-form .personal-info-field input[type=text]::placeholder,
.donation-form .personal-info-field input[type=email]::placeholder,
.donation-form .personal-info-field input[type=number]::placeholder,
.donation-form .personal-info-field input[type=tel]::placeholder,
.donation-form .personal-info-field select::placeholder {
  color: #999;
}
.donation-form .personal-info-field select {
  appearance: none;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.5em;
  cursor: pointer;
}
.donation-form .company-field-wrapper {
  display: none;
}
.donation-form .company-field-wrapper.visible {
  display: block;
}
.donation-form .payment-method-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
  margin-bottom: 1em;
}
@media screen and (max-width: 43.75em) {
  .donation-form .payment-method-tabs {
    grid-template-columns: 1fr;
  }
}
.donation-form .payment-method-tab {
  display: block;
  position: relative;
  cursor: pointer;
  min-width: 0;
  float: none;
}
.donation-form .payment-method-tab .payment-method-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.donation-form .payment-method-tab .payment-method-tab-label {
  display: block;
  padding: 0.75em 1em;
  background-color: #f2f2f2;
  text-align: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
@media (hover: hover) {
  .donation-form .payment-method-tab:hover .payment-method-tab-label {
    background-color: #e5e5e5;
  }
}
.donation-form .payment-method-tab:active .payment-method-tab-label {
  background-color: #dedede;
}
.donation-form .payment-method-tab .payment-method-radio:checked + .payment-method-tab-label {
  background-color: #b59318;
  color: white;
  font-weight: 700;
}
.donation-form .payment-method-content {
  margin-top: 1em;
}
.donation-form .payment-content-panel {
  display: none;
}
.donation-form .payment-content-panel.visible {
  display: block;
}
.donation-form .bank-details-grid {
  display: grid;
  gap: 0.75em;
  margin-bottom: 1em;
}
.donation-form .bank-details-grid .form-group {
  margin-bottom: 0;
}
.donation-form .bank-details-field {
  position: relative;
}
.donation-form .bank-details-field .form-group {
  margin-bottom: 0;
}
.donation-form .bank-details-field label.control-label {
  display: none;
}
.donation-form .bank-details-field input[type=text] {
  display: block;
  width: 100% !important;
  padding: 0.75em 1em !important;
  background-color: #f2f2f2 !important;
  border: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  box-shadow: none;
  font-size: inherit;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.donation-form .bank-details-field input[type=text]:focus {
  outline: none !important;
  box-shadow: inset 0 0 0 2px #b59318 !important;
  background-color: white !important;
}
.donation-form .bank-details-field input[type=text]::placeholder {
  color: #999;
}
.donation-form .bank-details-field input[type=text].field-with-errors {
  box-shadow: inset 0 0 0 2px #dc3545 !important;
  background-color: #fff8f8 !important;
}
.donation-form .bank-details-field .iban-validation-error {
  color: #dc3545;
  font-size: 0.85em;
  margin-top: 0.25em;
  padding: 0.25em 0;
}
.donation-form .sepa-notice {
  font-size: 0.85em;
  color: #666;
  margin: 0;
  padding: 0.75em;
  background-color: #f9f9f9;
  border-left: 3px solid #b59318;
}
.donation-form .bank-details-type-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 43.75em) {
  .donation-form .bank-details-type-tabs {
    grid-template-columns: 1fr;
  }
}
.donation-form .bank-details-type-tab {
  display: block;
  position: relative;
  cursor: pointer;
  min-width: 0;
  float: none;
}
.donation-form .bank-details-type-tab .bank-details-type-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.donation-form .bank-details-type-tab .bank-details-type-tab-label {
  display: block;
  padding: 0.5em 0.75em;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 0.9em;
  transition: background-color 0.15s ease, color 0.15s ease;
}
@media (hover: hover) {
  .donation-form .bank-details-type-tab:hover .bank-details-type-tab-label {
    background-color: #dbdbdb;
  }
}
.donation-form .bank-details-type-tab:active .bank-details-type-tab-label {
  background-color: #d4d4d4;
}
.donation-form .bank-details-type-tab .bank-details-type-radio:checked + .bank-details-type-tab-label {
  background-color: #b59318;
  color: white;
  font-weight: 700;
}
.donation-form .bank-details-type-content {
  margin-top: 0.75em;
}
.donation-form .bank-details-panel {
  display: none;
}
.donation-form .bank-details-panel.visible {
  display: block;
}
.donation-form .account-holder-field {
  margin-bottom: 0.75em;
}
.donation-form .credit-card-form .card-element-wrapper {
  margin-bottom: 1em;
}
.donation-form .credit-card-form .card-element-label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
.donation-form .credit-card-form #card-element {
  padding: 0.75em 1em;
  background-color: #f2f2f2;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.donation-form .credit-card-form #card-element.StripeElement--focus {
  box-shadow: inset 0 0 0 2px #b59318;
  background-color: white;
}
.donation-form .credit-card-form #card-element.StripeElement--invalid {
  box-shadow: inset 0 0 0 2px #dc3545;
  background-color: #fff8f8;
}
.donation-form .credit-card-form .card-errors {
  color: #dc3545;
  font-size: 0.85em;
  margin-top: 0.5em;
  min-height: 1.2em;
}
.donation-form .online-payment-form .payment-element-wrapper {
  margin-bottom: 1em;
}
.donation-form .online-payment-form .payment-element-label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.75em;
  font-size: 0.9em;
}
.donation-form .online-payment-form #payment-element {
  min-height: 200px;
}
.donation-form .online-payment-form .payment-element-skeleton {
  padding: 1em;
  background-color: #f2f2f2;
}
.donation-form .online-payment-form .payment-element-skeleton .skeleton-tabs {
  display: flex;
  gap: 0.5em;
  margin-bottom: 1.5em;
}
.donation-form .online-payment-form .payment-element-skeleton .skeleton-tab {
  flex: 1;
  height: 48px;
  background: linear-gradient(90deg, #e8e8e8 25%, #f0f0f0 50%, #e8e8e8 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 4px;
}
.donation-form .online-payment-form .payment-element-skeleton .skeleton-fields {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.donation-form .online-payment-form .payment-element-skeleton .skeleton-field {
  height: 44px;
  background: linear-gradient(90deg, #e8e8e8 25%, #f0f0f0 50%, #e8e8e8 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 4px;
}
.donation-form .online-payment-form .payment-element-skeleton .skeleton-field-row {
  display: flex;
  gap: 0.75em;
}
.donation-form .online-payment-form .payment-element-skeleton .skeleton-field-half {
  flex: 1;
}
@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.donation-form .online-payment-form .payment-element-loading {
  padding: 2em;
  text-align: center;
  color: #999;
  background-color: #f2f2f2;
}
.donation-form .online-payment-form .payment-element-error {
  padding: 1em;
  color: #dc3545;
  background-color: #fff8f8;
  border: 1px solid #dc3545;
}
.donation-form .online-payment-form .payment-errors {
  color: #dc3545;
  font-size: 0.85em;
  margin-top: 0.5em;
  min-height: 1.2em;
}
.donation-form .custom-select-wrapper {
  position: relative;
  width: 100%;
}
.donation-form .custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75em 1em;
  background-color: #f2f2f2;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
@media (hover: hover) {
  .donation-form .custom-select-trigger:hover {
    background-color: #eaeaea;
  }
}
.donation-form .custom-select-trigger:active {
  background-color: #e3e3e3;
}
.donation-form .custom-select-wrapper.open .custom-select-trigger {
  box-shadow: inset 0 0 0 2px #b59318;
  background-color: white;
}
.donation-form .custom-select-text {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.donation-form .custom-select-wrapper.has-value .custom-select-text {
  color: #202020;
}
.donation-form .custom-select-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999;
  margin-left: 0.75em;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.donation-form .custom-select-wrapper.open .custom-select-arrow {
  transform: rotate(180deg);
}
.donation-form .custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
.donation-form .custom-select-wrapper.open .custom-select-options {
  max-height: 200px;
  opacity: 1;
  overflow-y: auto;
}
.donation-form .custom-select-option {
  padding: 0.75em 1em;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
@media (hover: hover) {
  .donation-form .custom-select-option:hover {
    background-color: #f2f2f2;
  }
}
.donation-form .custom-select-option:active {
  background-color: #e5e5e5;
}
.donation-form .custom-select-option.selected {
  background-color: #b59318;
  color: white;
  font-weight: 700;
}
.donation-form fieldset > .personal-info-field {
  margin-bottom: 0.75em;
}
.donation-form .custom-amount-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  transition: background-color 0.15s ease;
}
.donation-form .custom-amount-wrapper.amount-active {
  background-color: #b59318;
}
.donation-form .custom-amount-wrapper.amount-active .custom-amount-input {
  color: white;
  font-weight: 700;
}
.donation-form .custom-amount-wrapper.amount-active .custom-amount-input::placeholder {
  color: white;
}
.donation-form .custom-amount-wrapper.amount-active .currency-suffix {
  color: white;
  font-weight: 700;
}
.donation-form .custom-amount-wrapper .custom-amount-input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75em 1em;
  padding-right: 2.5em;
  border: none;
  background-color: transparent;
  text-align: right;
  font-size: inherit;
  box-sizing: border-box;
  -moz-appearance: textfield;
  appearance: textfield;
}
.donation-form .custom-amount-wrapper .custom-amount-input::placeholder {
  color: #999;
  text-align: center;
}
.donation-form .custom-amount-wrapper .custom-amount-input:focus {
  outline: none;
}
.donation-form .custom-amount-wrapper .custom-amount-input::-webkit-outer-spin-button, .donation-form .custom-amount-wrapper .custom-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.donation-form .custom-amount-wrapper .currency-suffix {
  position: absolute;
  right: 1em;
  color: #999;
  pointer-events: none;
  transition: color 0.15s ease;
}
.donation-form .form-actions {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #202020;
}
.donation-form .btn-donation-submit {
  display: block;
  width: 100%;
  padding: 0.75em 1em;
  background-color: #f2f2f2;
  color: #202020;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  float: none;
}
@media (hover: hover) {
  .donation-form .btn-donation-submit:hover {
    background-color: #b59318;
    color: white;
    text-decoration: none;
  }
}
.donation-form .btn-donation-submit:active, .donation-form .btn-donation-submit:focus {
  background-color: #b59318;
  color: white;
  text-decoration: none;
  outline: none;
}

.donation-success,
.donation-cancel {
  max-width: 600px;
}
.donation-success h1,
.donation-cancel h1 {
  margin-bottom: 1em;
}
.donation-success .alert,
.donation-cancel .alert {
  padding: 1em;
  margin-bottom: 1.5em;
}
.donation-success .alert.alert-success,
.donation-cancel .alert.alert-success {
  border: 1px solid #202020;
  background-color: rgba(0, 128, 0, 0.05);
}
.donation-success .alert.alert-warning,
.donation-cancel .alert.alert-warning {
  border: 1px solid #202020;
  background-color: rgba(255, 193, 7, 0.1);
}
.donation-success .alert p,
.donation-cancel .alert p {
  margin: 0;
}
.donation-success .sepa-confirmation,
.donation-cancel .sepa-confirmation {
  margin-bottom: 1.5em;
}
.donation-success .sepa-confirmation h2,
.donation-cancel .sepa-confirmation h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.donation-success .sepa-confirmation .dl-horizontal dt,
.donation-cancel .sepa-confirmation .dl-horizontal dt {
  font-weight: 700;
  margin-top: 0.5em;
}
.donation-success .sepa-confirmation .dl-horizontal dt:first-child,
.donation-cancel .sepa-confirmation .dl-horizontal dt:first-child {
  margin-top: 0;
}
.donation-success .sepa-confirmation .dl-horizontal dd,
.donation-cancel .sepa-confirmation .dl-horizontal dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
.donation-success .sepa-confirmation .text-muted,
.donation-cancel .sepa-confirmation .text-muted {
  color: #666;
  font-size: 0.9em;
  margin-top: 1em;
}
.donation-success .receipt-info,
.donation-cancel .receipt-info {
  margin-top: 1em;
  padding: 0.75em;
  background-color: #f1f1f1;
  border: 1px solid #202020;
}
.donation-success .receipt-info p,
.donation-cancel .receipt-info p {
  margin: 0;
}
.donation-success .actions,
.donation-cancel .actions {
  margin-top: 2em;
  display: flex;
  gap: 1em;
}
.donation-success .actions .btn,
.donation-cancel .actions .btn {
  float: none;
}

.donation-form .amount-option,
.donation-form .project-option,
.donation-form .donor-type-option,
.donation-form .payment-method-tab,
.donation-form .bank-details-type-tab,
.donation-form .custom-select-trigger,
.donation-form .custom-select-option,
.donation-form .btn-donation-submit {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 43.75em) {
  .donation-form .amount-label,
  .donation-form .project-label,
  .donation-form .donor-type-label,
  .donation-form .payment-method-tab-label {
    min-height: 2.75em;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .donation-form .bank-details-type-tab-label {
    min-height: 2.75em;
    padding: 0.75em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .donation-form .custom-select-trigger {
    min-height: 2.75em;
    padding: 1em;
  }
  .donation-form .custom-select-option {
    min-height: 2.75em;
    padding: 1em;
  }
  .donation-form .btn-donation-submit {
    min-height: 3em;
    padding: 1em;
    font-size: 1.1em;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #202020;
}
a:visited {
  color: #202020;
}
a:hover, a:focus, a:active {
  color: #a0a0a0;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation {
  background: #fff;
  clear: both;
  padding: 0 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
}
@media screen and (min-width: 31.25em) {
  .site-navigation {
    padding: 2.25em 1.25em 0;
  }
}
@media screen and (min-width: 63.75em) {
  .site-navigation {
    padding-top: 3.75em;
  }
}
.site-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation-visible .site-navigation {
  padding-bottom: 2.5em;
  width: 100%;
}
@media screen and (min-width: 96.75em) {
  .navigation-visible .site-navigation {
    width: 67%;
  }
}

.site-navigation-content {
  display: none;
  padding-top: 3.75em;
}
@media screen and (min-width: 51.25em) {
  .site-navigation-content {
    padding-top: 2.5em;
  }
}
.navigation-visible .site-navigation-content {
  display: block;
}

.site-navigation-left:before, .site-navigation-left:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.site-navigation-left:after {
  clear: both;
}
@media screen and (min-width: 51.25em) {
  .site-navigation-left {
    float: left;
    width: 66%;
  }
}
@media screen and (min-width: 66.25em) {
  .site-navigation-left {
    width: auto;
  }
}
@media screen and (min-width: 96.25em) {
  .site-navigation-left {
    width: calc(100% - 240px);
  }
}

.site-navigation-right {
  margin-bottom: 2em;
}
.site-navigation-right:before, .site-navigation-right:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.site-navigation-right:after {
  clear: both;
}
@media screen and (min-width: 51.25em) {
  .site-navigation-right {
    float: left;
    margin-bottom: 0;
    width: 33%;
  }
}
@media screen and (min-width: 66.25em) {
  .site-navigation-right {
    width: auto;
    width: 240px;
  }
}

.site-navigation-footer {
  float: left;
  width: 100%;
}

.menu-item {
  float: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8888888889em;
  font-weight: 400;
  padding: 0 0 0.2em;
  text-transform: none;
}
.menu-item a {
  color: inherit;
  text-decoration: none;
  transition: color linear 0.1s;
}
.menu-item a:focus, .menu-item a:hover {
  color: #a0a0a0;
}
.primary-menu > .menu-item {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2em;
  max-width: 18em;
  padding: 0 2em 0 0;
  text-transform: uppercase;
}
.primary-menu > .menu-item > a {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 31.25em) {
  .primary-menu > .menu-item {
    width: 50%;
    padding: 0 2em 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .primary-menu > .menu-item > a {
    margin-bottom: auto;
    min-height: 4em;
  }
}
@media screen and (min-width: 66.25em) {
  .primary-menu > .menu-item {
    width: auto;
  }
}

.search-form {
  margin-bottom: 0;
  width: 100%;
}
.search-form .search-form-label {
  cursor: pointer;
  display: block;
  position: relative;
  width: 20px;
  height: 1.5em;
}
.search-form .search-form-label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: color linear 0.1s;
}
.search-form .search-form-label:hover:before {
  color: #a0a0a0;
}
.search-form.search-form-visible .search-form-label {
  display: none;
}
.search-form .search-form-field-wrap {
  display: none;
  position: relative;
  padding-right: 40px;
}
.search-form .search-form-field-wrap.expanded {
  display: block;
}
.search-form .search-form-field-wrap:after {
  background: #202020;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.search-form.search-form-visible .search-form-field-wrap {
  display: block;
}
.search-form .search-form-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 0;
  height: 1.5em;
  padding: 0 0 0 0;
  white-space: nowrap;
  width: 100%;
}
.search-form .search-form-field:focus {
  outline: none;
}
.search-form .search-form-submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.search-form .search-form-submit:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: color linear 0.1s;
}
.search-form .search-form-submit:hover:before {
  color: #a0a0a0;
}

.secondary-menu {
  margin-bottom: 1em;
  padding-top: 1em;
}
.secondary-menu .menu-item {
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 51.25em) {
  .secondary-menu {
    padding-top: 3em;
  }
}

.site-navigation-footer {
  width: 100%;
}

.site-navigation-footer-kulturkreis {
  float: left;
  font-weight: 700;
  line-height: 1.2;
}
.site-navigation-footer-kulturkreis a {
  color: #202020;
  text-decoration: none;
  transition: color linear 0.1s;
}
.site-navigation-footer-kulturkreis a:focus, .site-navigation-footer-kulturkreis a:hover {
  color: #a0a0a0;
}
.site-navigation-footer-kulturkreis span {
  display: block;
}

.navigation-scroll {
  height: 100%;
}
.navigation-scroll body {
  height: 100%;
}
.navigation-scroll .site-navigation {
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.pagination {
  list-style: none;
  margin: 120px 0 40px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 0.375em;
}
.pagination a {
  text-decoration: none;
}
.pagination .active {
  color: #a0a0a0;
}
.pagination .disabled {
  visibility: hidden;
}

/* Text meant only for screen readers. */
.screen-reader-text, .navigation-visible button.site-navigation-toggle span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus, .navigation-visible button.site-navigation-toggle span:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before, .site-navigation-footer-kulturkreis:before, .clear:after, .site-navigation-footer-kulturkreis:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clear:after, .site-navigation-footer-kulturkreis:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hentry {
  margin: 0 0 1.5em;
}

.entry-content:before, .entry-content:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.entry-content:after {
  clear: both;
}

.entry-header {
  margin-bottom: 1.5em;
  padding: 0 0.625em;
  position: relative;
}

.entry-title {
  margin-top: 0;
  line-height: 1.1;
}

.entry-subtitle {
  font-size: 1.125em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.entry-node {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 0.5em;
  position: relative;
}
.entry-node-right {
  float: right;
}
.entry-node-clear {
  clear: both;
}
@media screen and (min-width: 43.75em) {
  .entry-node-half {
    width: 50%;
  }
}
@media screen and (min-width: 580px) {
  .entry-node-quarter {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .entry-node-quarter {
    width: 25%;
  }
}

.entry-download-title {
  margin: 0;
}

.entry-download-descrption p {
  margin: 0;
}

.entry-image,
.entry-download {
  position: relative;
}
.entry-node .entry-image,
.entry-node .entry-download {
  margin-bottom: 0;
}
.entry-image > a,
.entry-download > a {
  text-decoration: none;
}
.entry-image > a .img-wrap:before,
.entry-download > a .img-wrap:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: background ease-in-out 0.1s;
  z-index: 2;
}
.entry-image > a:focus, .entry-image > a:hover,
.entry-download > a:focus,
.entry-download > a:hover {
  color: #202020;
}
.entry-image > a:focus .img-wrap:before, .entry-image > a:hover .img-wrap:before,
.entry-download > a:focus .img-wrap:before,
.entry-download > a:hover .img-wrap:before {
  background: rgba(0, 0, 0, 0.25);
}
.entry-image img,
.entry-download img {
  display: block;
  transition: opacity ease-in-out 0.5s;
  width: 100%;
}

.entry-image-caption {
  font-size: 0.875em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.entry-image-header {
  color: #202020;
  padding: 0.75em 2em 0.75em 0.75em;
  z-index: 3;
}
.has-image .entry-image-header {
  position: absolute;
  top: 0;
  left: 0;
}
.has-image.entry-light-title .entry-image-header {
  color: #fff;
}
@media screen and (min-width: 31.25em) {
  .entry-image-header {
    padding: 1em 2em 1em 1em;
  }
}

.entry-image-header-below {
  margin-top: 0.4em;
  padding: 0 !important;
}
@media screen and (min-width: 31.25em) {
  .entry-image-header-below {
    padding: 1em 2em 1em 1em;
  }
}

h1.entry-image-title,
.entry-image-title,
.entry-image-year,
.entry-download-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.05em 0;
  width: 100%;
  font-size: 20px;
}
@media all and (min-width: 500px) {
  h1.entry-image-title,
  .entry-image-title,
  .entry-image-year,
  .entry-download-title {
    font-size: 4vw;
  }
}
@media all and (min-width: 1500px) {
  h1.entry-image-title,
  .entry-image-title,
  .entry-image-year,
  .entry-download-title {
    font-size: 60px;
  }
}
.entry-node-half h1.entry-image-title,
.entry-node-half .entry-image-title,
.entry-node-half .entry-image-year,
.entry-node-half .entry-download-title {
  font-size: 20px;
}
@media all and (min-width: 750px) {
  .entry-node-half h1.entry-image-title,
  .entry-node-half .entry-image-title,
  .entry-node-half .entry-image-year,
  .entry-node-half .entry-download-title {
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-node-half h1.entry-image-title,
  .entry-node-half .entry-image-title,
  .entry-node-half .entry-image-year,
  .entry-node-half .entry-download-title {
    font-size: 40px;
  }
}
.entry-node-quarter h1.entry-image-title,
.entry-node-quarter .entry-image-title,
.entry-node-quarter .entry-image-year,
.entry-node-quarter .entry-download-title {
  font-size: 16px;
}
@media all and (min-width: 1090.9090909091px) {
  .entry-node-quarter h1.entry-image-title,
  .entry-node-quarter .entry-image-title,
  .entry-node-quarter .entry-image-year,
  .entry-node-quarter .entry-download-title {
    font-size: 1.4666666667vw;
  }
}
@media all and (min-width: 1500px) {
  .entry-node-quarter h1.entry-image-title,
  .entry-node-quarter .entry-image-title,
  .entry-node-quarter .entry-image-year,
  .entry-node-quarter .entry-download-title {
    font-size: 22px;
  }
}

.entry-image-subtitle,
.entry-image-date {
  font-size: 1.375em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.publication {
  position: relative;
}
.publication .entry-header {
  margin-bottom: 2.5em;
  padding-right: 1.5625em;
  z-index: 99;
}
@media screen and (min-width: 31.25em) {
  .publication .entry-header {
    position: absolute;
    top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 43.75em) {
  .publication .entry-header {
    left: 0.5em;
  }
}
.publication .entry-title {
  margin-bottom: 0;
  font-size: 50px;
}
@media all and (min-width: 1250px) {
  .publication .entry-title {
    font-size: 4vw;
  }
}
@media all and (min-width: 1500px) {
  .publication .entry-title {
    font-size: 60px;
  }
}
.publication .entry-subtitle {
  line-height: 1.1;
  margin: 0 0 0.2em;
}
.publication .entry-subsubtitle {
  margin: 0;
  line-height: 1.1;
}
.publication .entry-images {
  margin-bottom: 0.25em;
}
.publication .entry-images:before, .publication .entry-images:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.publication .entry-images:after {
  clear: both;
}
.publication .entry-images .img-wrap {
  float: left;
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
}
.publication .entry-images .img-wrap:first-child {
  width: 50%;
  float: right;
}

.entry-content-search {
  padding: 0 0.75em;
}
.entry-content-search .search-form {
  max-width: 25em;
}

.search-results {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result a {
  text-decoration: none;
}

.entry-gallery {
  margin-right: -0.375em;
  margin-left: -0.375em;
}
.entry-node-half.entry-node-right .entry-gallery {
  text-align: right;
}

.entry-gallery-item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 0.375em 0.75em;
  width: 25%;
}
.entry-node-half .entry-gallery-item {
  width: 50%;
}
.entry-gallery-item .img-wrap {
  cursor: pointer;
}
.entry-gallery-item .img-wrap:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: background ease-in-out 0.1s;
  z-index: 2;
}
.entry-gallery-item:focus .img-wrap:before, .entry-gallery-item:hover .img-wrap:before {
  background: rgba(0, 0, 0, 0.25);
}

[data-fancybox] {
  cursor: pointer;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

.img-wrap {
  position: relative;
}
.img-wrap .img-wrap-inner {
  position: relative;
  width: 100%;
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

[data-video] {
  cursor: pointer;
}
[data-video]:after {
  color: #fff;
  content: "\e005";
  cursor: pointer;
  font-size: 60px;
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  top: 50%;
  opacity: 0.85;
  position: absolute;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 10;
}
[data-video].video-loading:after {
  display: none;
}
[data-video] .img-wrap:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: background ease-in-out 0.1s;
  z-index: 2;
}
[data-video]:hover .img-wrap:before {
  background: rgba(0, 0, 0, 0.25);
}

.entry-download-props {
  margin-top: 7px;
}

.column-items {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100%;
}
.column-items > a {
  text-decoration: none;
}
.column-items > a:focus, .column-items > a:hover {
  color: #202020;
}
.column-items > a:focus .entry-title, .column-items > a:hover .entry-title {
  color: #a0a0a0;
}
.column-items:nth-of-type(1) .column-items-title {
  border-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 470px) {
  .column-items {
    padding: 0 0.5em;
    width: 50%;
  }
  .column-items:nth-of-type(2) .column-items-title {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .column-items {
    width: 33.33333%;
  }
  .column-items:nth-of-type(3) .column-items-title {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .column-items {
    width: 25%;
  }
  .column-items:nth-of-type(4) .column-items-title {
    border-top: 0;
    padding-top: 0;
  }
}

.column-items-title {
  border-top: 2px dotted #202020;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.25em 0;
  padding: 0.375em 1em 0 0;
  transition: color linear 0.1s;
  font-size: 40px;
}
@media all and (min-width: 1000px) {
  .column-items-title {
    font-size: 4vw;
  }
}
@media all and (min-width: 1500px) {
  .column-items-title {
    font-size: 60px;
  }
}
.column-items-title a {
  text-decoration: none;
  transition: color linear 0.1s;
}

.column-item {
  margin-bottom: 0.5em;
}
.column-item > a {
  text-decoration: none;
}
.column-item > a:focus, .column-item > a:hover {
  color: #202020;
}
.column-item > a:focus .comlumn-item-title, .column-item > a:hover .comlumn-item-title {
  color: #a0a0a0;
}
.column-item a {
  color: inherit;
  text-decoration: none;
}

.column-item-header {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0.625em 0;
}

h1.column-item-title {
  font-size: 1.125em;
  line-height: 1.1;
  margin: 0;
  transition: color linear 0.1s;
}

h2.column-item-subtitle {
  color: #a0a0a0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.column-item-image {
  margin-bottom: 0.625em;
  position: relative;
}
.column-item-image img {
  width: 100%;
}

.column-item-content {
  font-size: 0.875em;
  margin: 0 0 1em 0;
}
.column-item-content p {
  margin-top: 0;
}

.sidebar-years {
  width: 100%;
  padding-right: 2em;
  padding-left: 1.25em;
}
[data-sidebar-years-az=az] .sidebar-years {
  display: none;
}
.sidebar-years ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.js .sidebar-years ul {
  opacity: 0;
  transition: opacity ease-in 0.2s;
}
.js .sidebar-years ul.visible {
  opacity: 1;
}

.sidebar-years-item {
  font-family: "Montserrat", sans-serif;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.1363636364em;
  transition: font-size linear 0.2s;
}
.sidebar-years-item:nth-of-type(1) {
  width: 98.99%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(2) {
  width: 97.98%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(3) {
  width: 96.97%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(4) {
  width: 95.96%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(5) {
  width: 94.95%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(6) {
  width: 93.94%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(7) {
  width: 92.93%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(8) {
  width: 91.92%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(9) {
  width: 90.91%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(10) {
  width: 89.9%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(11) {
  width: 88.89%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(12) {
  width: 87.88%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(13) {
  width: 86.87%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(14) {
  width: 85.86%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(15) {
  width: 84.85%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(16) {
  width: 83.84%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(17) {
  width: 82.83%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(18) {
  width: 81.82%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(19) {
  width: 80.81%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(20) {
  width: 79.8%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(21) {
  width: 78.79%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(22) {
  width: 77.78%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(23) {
  width: 76.77%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(24) {
  width: 75.76%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(25) {
  width: 74.75%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(26) {
  width: 73.74%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(27) {
  width: 72.73%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(28) {
  width: 71.72%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(29) {
  width: 70.71%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(30) {
  width: 69.7%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(31) {
  width: 68.69%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(32) {
  width: 67.68%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(33) {
  width: 66.67%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(34) {
  width: 65.66%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(35) {
  width: 64.65%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(36) {
  width: 63.64%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(37) {
  width: 62.63%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(38) {
  width: 61.62%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(39) {
  width: 60.61%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(40) {
  width: 59.6%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(41) {
  width: 58.59%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(42) {
  width: 57.58%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(43) {
  width: 56.57%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(44) {
  width: 55.56%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(45) {
  width: 54.55%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(46) {
  width: 53.54%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(47) {
  width: 52.53%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(48) {
  width: 51.52%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(49) {
  width: 50.51%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(50) {
  width: 49.5%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(51) {
  width: 48.49%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(52) {
  width: 47.48%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(53) {
  width: 46.47%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(54) {
  width: 45.46%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(55) {
  width: 44.45%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(56) {
  width: 43.44%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(57) {
  width: 42.43%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(58) {
  width: 41.42%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(59) {
  width: 40.41%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(60) {
  width: 39.4%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(61) {
  width: 38.39%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(62) {
  width: 37.38%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(63) {
  width: 36.37%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(64) {
  width: 35.36%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(65) {
  width: 34.35%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(66) {
  width: 33.34%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(67) {
  width: 32.33%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(68) {
  width: 31.32%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(69) {
  width: 30.31%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(70) {
  width: 29.3%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(71) {
  width: 28.29%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(72) {
  width: 27.28%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(73) {
  width: 26.27%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(74) {
  width: 25.26%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(75) {
  width: 24.25%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(76) {
  width: 23.24%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(77) {
  width: 22.23%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(78) {
  width: 21.22%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(79) {
  width: 20.21%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(80) {
  width: 19.2%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(81) {
  width: 18.19%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(82) {
  width: 17.18%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(83) {
  width: 16.17%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(84) {
  width: 15.16%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(85) {
  width: 14.15%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(86) {
  width: 13.14%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(87) {
  width: 12.13%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(88) {
  width: 11.12%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(89) {
  width: 10.11%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(90) {
  width: 9.1%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(91) {
  width: 8.09%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(92) {
  width: 7.08%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(93) {
  width: 6.07%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(94) {
  width: 5.06%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(95) {
  width: 4.05%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(96) {
  width: 3.04%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(97) {
  width: 2.03%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(98) {
  width: 1.02%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(99) {
  width: 0.01%;
  min-width: 50%;
}
.sidebar-years-item:nth-of-type(100) {
  width: -1%;
  min-width: 50%;
}
.sidebar-years-item a {
  color: inherit;
  text-decoration: none;
  transition: color linear 0.1s;
}
.sidebar-years-item a:focus, .sidebar-years-item a:hover {
  color: #a0a0a0;
}

.sidebar-az {
  display: none;
  width: 100%;
  padding-right: 0.5em;
  padding-left: 1.25em;
}
[data-sidebar-years-az=az] .sidebar-az {
  display: block;
}
.sidebar-az ul {
  width: 100%;
  list-style: none;
  margin: 0 0 1.125em 0;
  padding: 0;
}
.sidebar-az li {
  line-height: 1.1;
}
.sidebar-az-initial {
  font-size: 2.875em;
  line-height: 1;
  margin: 0 0 0.1739130435em 0;
  padding: 0;
}

.sidebar-az-item a {
  color: inherit;
  font-size: 0.875em;
  text-decoration: none;
  transition: color linear 0.1s;
}
.sidebar-az-item a:focus, .sidebar-az-item a:hover {
  color: #a0a0a0;
}

.site-header {
  background: #fff;
  z-index: 10000;
}

.site-branding {
  display: inline-block;
  margin: 0.9375em auto 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 63.75em) {
  .site-branding {
    margin-top: 2.5em;
  }
}

.site-title {
  color: #202020;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  text-transform: lowercase;
  white-space: nowrap;
  width: 100%;
  font-size: 1.75em;
}
.site-title a {
  color: inherit;
  text-decoration: none;
  transition: color linear 0.1s;
}
.site-title a:focus, .site-title a:hover {
  color: #a0a0a0;
}
@media screen and (min-width: 31.25em) {
  .site-title {
    font-size: 3.75em;
  }
}

.site-branding-search {
  display: none;
  margin: 0 auto;
  text-align: center;
  width: 20em;
}
@media screen and (min-width: 63.75em) {
  .site-branding-search {
    display: block;
  }
}
.site-branding-search label {
  margin: 0 auto;
}

.site-header-badge {
  background: url(/assets/header-badge-f21953adebfd23138eb949582a1db537621498ed05bb308270ce20ade1114b3f.png) left top no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  left: 110px;
  bottom: 0;
  transform: translateY(25%);
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  max-width: 150px;
  max-height: 150px;
  min-width: 80px;
  min-height: 80px;
}
[lang=en] .site-header-badge {
  background: url(/assets/header-badge-en-f21953adebfd23138eb949582a1db537621498ed05bb308270ce20ade1114b3f.png) left top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 31.25em) {
  .index .site-header-badge {
    display: block;
  }
}

.site-header-globe {
  display: none;
  width: 53px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: calc(16.5% - 24px);
  margin-top: -27px;
}
@media screen and (min-width: 43.75em) {
  .site-header-globe {
    display: block;
    font-size: 3.25em;
    line-height: 1;
  }
}

button.site-navigation-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  outline: none;
  padding: 0;
  position: fixed;
  top: 1.25em;
  left: 1.25em;
  text-transform: uppercase;
  transition: color linear 0.1s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 10002;
}
@media screen and (min-width: 31.25em) {
  button.site-navigation-toggle {
    top: 2.25em;
  }
}
@media screen and (min-width: 63.75em) {
  button.site-navigation-toggle {
    top: 3.75em;
  }
}
@media screen and (min-width: 43.75em) {
  button.site-navigation-toggle {
    position: absolute;
  }
}
button.site-navigation-toggle:focus, button.site-navigation-toggle:hover {
  color: #a0a0a0;
}
.navigation-visible button.site-navigation-toggle:before {
  content: "\e000";
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  padding: 4px;
}

.locale-switch {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  z-index: 99;
}
@media screen and (min-width: 31.25em) {
  .locale-switch {
    top: 2.25em;
  }
}
@media screen and (min-width: 63.75em) {
  .locale-switch {
    top: 3.75em;
  }
}

.locale-switch-items {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.locale-switch-items li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-left: 0.25em;
  text-transform: uppercase;
  display: inline-block;
}
.locale-switch-items li.current a {
  color: #a0a0a0;
}
.locale-switch-items a {
  color: #202020;
  text-decoration: none;
  transition: color linear 0.1s;
}
.locale-switch-items a:focus, .locale-switch-items a:hover {
  color: #a0a0a0;
}

.switch-years-az {
  display: none;
}
@media screen and (min-width: 43.75em) {
  .switch-years-az {
    display: block;
    position: absolute;
    left: 1.25em;
    bottom: 0.25em;
  }
  .switch-years-az a,
  .switch-years-az button {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .switch-years-az a:focus, .switch-years-az a:hover,
  .switch-years-az button:focus,
  .switch-years-az button:hover {
    color: #a0a0a0;
  }
  .switch-years-az button {
    background: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}

@media screen and (min-width: 43.75em) {
  body,
  html {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 50em) {
  #page {
    padding-top: 6.25em;
  }
}
@media screen and (min-width: 43.75em) {
  #page {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 93.75em) {
  #page {
    width: 93.75em;
    left: 50%;
    margin-left: -46.875em;
  }
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75em;
}
@media screen and (min-width: 31.25em) {
  #masthead {
    height: 6.25em;
  }
}
@media screen and (min-width: 63.75em) {
  #masthead {
    height: 9.375em;
  }
}
@media screen and (min-width: 43.75em) {
  #masthead {
    position: absolute;
  }
}

#content {
  padding-top: 5.625em;
}
@media screen and (min-width: 31.25em) {
  #content {
    padding-top: 6.25em;
  }
}
@media screen and (min-width: 43.75em) {
  #content {
    padding-top: 0;
    position: absolute;
    top: 6.25em;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 63.75em) {
  #content {
    top: 9.375em;
  }
}

@media screen and (min-width: 43.75em) {
  #main,
  #secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    position: absolute;
    -webkit-overflow-scrolling: touch;
  }
}

#main .scroll-content {
  padding: 0 1.25em;
}
.single #main .scroll-content {
  padding: 0 0.75em;
}
.archive #main .scroll-content {
  padding: 0 0.75em;
}
@media screen and (min-width: 43.75em) {
  #main {
    left: 0;
    width: 80%;
    z-index: 2;
  }
  .index #main .scroll-content {
    padding-left: 7.5em;
  }
}
@media screen and (min-width: 56.25em) {
  .index #main .scroll-content {
    padding-left: 10em;
  }
}

body.has-sidebar-false #main {
  width: 100% !important;
}

#secondary .scroll-content {
  padding: 0 1.25em;
}
@media screen and (min-width: 43.75em) {
  #secondary {
    right: 0;
    width: 20%;
    z-index: 3;
  }
}

#secondary-left {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (min-width: 43.75em) {
  #secondary-left {
    display: block;
    width: 7.5em;
  }
}
@media screen and (min-width: 56.25em) {
  #secondary-left {
    display: block;
    width: 10em;
  }
}

.site-footer {
  clear: both;
  width: 80%;
}

.sidebar-globe {
  display: block;
  font-size: 3.25em;
  line-height: 1;
  padding: 0.3846153846em;
  text-align: center;
}
@media screen and (min-width: 43.75em) {
  .sidebar-globe {
    display: none;
  }
}

.related {
  border-bottom: 2px solid #202020;
  color: #202020;
  margin: 0;
  text-align: center;
}
.related:last-child {
  border-bottom: 0;
}
.related > a {
  display: block;
  padding-bottom: 0.75em;
  transition: background ease-in-out 0.2s;
}
.related a {
  color: inherit;
  text-decoration: none;
}
.related .entry-header {
  margin: 0;
  padding: 1em 0.5em;
}
.related .entry-header a {
  color: inherit;
  text-decoration: none;
}
.related .entry-title {
  font-size: 1.125em;
  margin: 0;
}
.related .entry-meta {
  font-size: 1em;
}
.related .entry-meta p {
  font-family: "Crimson Text", serif;
  margin: 0;
}
.related .entry-content {
  border-top: 2px dotted #202020;
  font-family: "Crimson Text", serif;
  font-size: 1em;
  line-height: 1.25;
  margin: 0;
  padding: 1em 0.5em;
}
.related .entry-content p {
  margin-top: 0;
}
.related .entry-content p:last-child {
  margin-bottom: 0;
}
.related .entry-image img {
  width: auto;
  margin: 0 auto;
  max-height: 11.25em;
  max-width: 100%;
}

.related.twitter > a:focus, .related.twitter > a:hover {
  background: #d4eefa;
}

.related.google > a:focus, .related.google > a:hover {
  background: #e6e5e6;
}

.related-icon {
  line-height: 0.8;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10006;
}

.fancybox-skin {
  position: relative;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 10005;
  background: #202020;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay:before {
  content: "\e000";
  color: #fff;
  cursor: pointer;
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 0.75em;
  position: fixed;
  bottom: 1.5em;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  right: 50%;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  color: #fff;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

footer {
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 0;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.nowrap {
  white-space: nowrap;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

#cookie-banner {
  background: #d6d8d6;
  padding: 1em 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  z-index: 1000000;
}
#cookie-banner .cookie-banner-content {
  position: relative;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-content {
    display: table;
  }
}
#cookie-banner .cookie-banner-body,
#cookie-banner .cookie-banner-actions {
  padding: 0;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-body,
  #cookie-banner .cookie-banner-actions {
    display: table-cell;
    vertical-align: middle;
  }
}
#cookie-banner .cookie-banner-body {
  color: #54534a;
  margin-bottom: 1.8em;
  padding-right: 50px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-body {
    margin-bottom: 0;
    padding-right: 1em;
  }
}
#cookie-banner .cookie-banner-actions {
  padding-right: 32px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-actions {
    position: relative;
  }
}
#cookie-banner .cookie-banner-content {
  font-size: 12px;
  color: #54534a;
  line-height: 1.2;
  margin: 0 auto;
}
#cookie-banner .btn {
  color: #54534a;
  border-color: #54534a;
  font-size: 12px;
  padding: 0.5em 2em;
  white-space: nowrap;
}
#cookie-banner .btn:hover, #cookie-banner .btn:focus {
  border-color: #a2a195;
}
#cookie-banner .cookie-banner-ok {
  color: #54534a;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: -10px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-ok {
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
}
#cookie-banner .cookie-banner-ok:before {
  content: "×";
  font-size: 16px;
  margin-top: 0.325em;
  margin-left: 0.625em;
  display: block;
}
#cookie-banner .cookie-banner-ok:hover, #cookie-banner .cookie-banner-ok:focus {
  color: #54534a;
  opacity: 0.8;
  text-decoration: none;
}
.entry-gallery {
  margin-bottom: 46px;
}
.entry-gallery.arrows .splide__arrow {
  display: none;
}
.entry-gallery .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.5rem;
}
.entry-gallery .pagination div {
  padding: 0 0.25rem;
  font-size: 1.25rem;
}
.entry-gallery .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.entry-gallery .image .title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0.125rem 1rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .entry-gallery .image .title {
    font-size: 1.5rem;
  }
}
.entry-gallery .image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-gallery .image img.cover {
  object-fit: cover;
}
.entry-gallery .image img.contain {
  object-fit: contain;
}
.entry-gallery .text,
.entry-gallery .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-gallery .text .content,
.entry-gallery .image .content {
  text-align: center;
}
.entry-gallery .text a.node-link {
  text-decoration: none;
}
.entry-gallery .text .content {
  padding: 1rem;
}
.entry-gallery .text .text-4 .ql-size-text-4 {
  font-weight: normal;
  font-size: 4rem/2;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-4 .ql-size-text-4 {
    font-size: 4rem;
  }
}
.entry-gallery .text .text-3,
.entry-gallery .text .ql-size-text-3 {
  font-weight: normal;
  font-size: 3rem/2;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-3,
  .entry-gallery .text .ql-size-text-3 {
    font-size: 3rem;
  }
}
.entry-gallery .text .text-2,
.entry-gallery .text .ql-size-text-2 {
  font-weight: normal;
  font-size: 2rem/2;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-2,
  .entry-gallery .text .ql-size-text-2 {
    font-size: 2rem;
  }
}
.entry-gallery .text .text-1-5,
.entry-gallery .text .ql-size-text-1-5 {
  font-weight: normal;
  font-size: 1.5rem/1.5;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-1-5,
  .entry-gallery .text .ql-size-text-1-5 {
    font-size: 1.5rem;
  }
}
.entry-gallery .text .text-1,
.entry-gallery .text .ql-size-text-1 {
  font-weight: normal;
  font-size: 1rem/1.5;
}
@media (min-width: 768px) {
  .entry-gallery .text .text-1,
  .entry-gallery .text .ql-size-text-1 {
    font-size: 1rem;
  }
}
.entry-gallery .splide__pagination {
  margin-bottom: -36px;
}
.entry-gallery .splide__pagination__page.is-active {
  background: #000;
}
.entry-gallery .splide__arrow {
  top: calc(100% + 20px);
  background: transparent;
}
.entry-gallery .splide__arrow--prev {
  left: 0;
}
.entry-gallery .splide__arrow--next {
  right: 0;
}

.printonly {
  display: none;
}

.fancybox-type-image {
  z-index: 100000;
}

.hidden {
  display: none;
}

#cookie-banner {
  background: #d6d8d6;
  padding: 1em 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  z-index: 1000000;
}
#cookie-banner .cookie-banner-content {
  position: relative;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-content {
    display: table;
  }
}
#cookie-banner .cookie-banner-body,
#cookie-banner .cookie-banner-actions {
  padding: 0;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-body,
  #cookie-banner .cookie-banner-actions {
    display: table-cell;
    vertical-align: middle;
  }
}
#cookie-banner .cookie-banner-body {
  color: #54534a;
  margin-bottom: 1.8em;
  padding-right: 50px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-body {
    margin-bottom: 0;
    padding-right: 1em;
  }
}
#cookie-banner .cookie-banner-actions {
  padding-right: 32px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-actions {
    position: relative;
  }
}
#cookie-banner .cookie-banner-content {
  font-size: 12px;
  color: #54534a;
  line-height: 1.2;
  margin: 0 auto;
}
#cookie-banner .btn {
  color: #54534a;
  border-color: #54534a;
  font-size: 12px;
  padding: 0.5em 2em;
  white-space: nowrap;
}
#cookie-banner .btn:hover, #cookie-banner .btn:focus {
  border-color: #a2a195;
}
#cookie-banner .cookie-banner-ok {
  color: #54534a;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: -10px;
}
@media (min-width: 760px) {
  #cookie-banner .cookie-banner-ok {
    right: 0;
    top: 50%;
    margin-top: -15px;
  }
}
#cookie-banner .cookie-banner-ok:before {
  content: "×";
  font-size: 16px;
  margin-top: 0.325em;
  margin-left: 0.625em;
  display: block;
}
#cookie-banner .cookie-banner-ok:hover, #cookie-banner .cookie-banner-ok:focus {
  color: #54534a;
  opacity: 0.8;
  text-decoration: none;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.site-title {
  text-transform: none;
}
.site-title a {
  background-image: url(/assets/kulturkreis_2025-6d98df9302f9e15638fe85b56399e76976a1c81acd63ccc999124bbdc63ebde4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 82px;
}
@media screen and (min-width: 31.25em) {
  .site-title a {
    width: 174px;
    height: 57px;
  }
}
@media screen and (min-width: 51.25em) {
  .site-title a {
    width: 240px;
    height: 78px;
  }
}
@media screen and (min-width: 66.25em) {
  .site-title a {
    width: 262px;
    height: 86px;
  }
}
.site-title span {
  display: none;
}

.site-branding {
  margin-top: 13px;
}
@media screen and (min-width: 50em) {
  .site-branding {
    margin-top: 10px;
  }
}
@media screen and (min-width: 63.75em) {
  .site-branding {
    margin-top: 20px;
  }
}

.site-header-globe {
  font-size: 2.55em;
  margin-top: -24px;
}

.entry-title,
.site-navigation-toggle span,
.locale-switch-items li {
  font-weight: 400;
}

.navigation-visible .site-navigation {
  width: 100%;
}

@media screen and (min-width: 96.25em) {
  .site-navigation-left {
    width: calc(100% - 180px);
  }
}

@media screen and (min-width: 66.25em) {
  .site-navigation-right {
    width: auto;
    width: 180px;
  }
}

.primary-menu > .menu-item {
  font-weight: 400;
}
@media screen and (min-width: 31.25em) {
  .primary-menu > .menu-item {
    padding: 0 1.75em 0 0;
  }
  .primary-menu > .menu-item > a {
    min-height: 3em;
  }
}

@media screen and (min-width: 51.25em) {
  .secondary-menu {
    padding-top: 2em;
  }
}

@media screen and (min-width: 43.75em) {
  .index #main .scroll-content {
    padding-left: 0.75em;
  }
}
@media screen and (min-width: 56.25em) {
  .index #main .scroll-content {
    padding-left: 0.75em;
  }
}

.text-big, .entry-title,
.entry-content .text-big,
.entry-content h2,
.entry-content h3 {
  font-weight: 400;
}

.entry-image-title {
  font-weight: 400;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  border: 2px dotted #000;
  width: 100%;
  outline: none;
}

.form-group.string, .form-group.email, .form-group.password {
  border-bottom: 2px dotted #000;
}

.entry-content h1 {
  font-weight: 400;
  font-size: 4em;
  line-height: 1em;
  margin: 0 0 0.5em;
}

.breadcrumbs {
  margin: 0.5em 0 1em 0.5em;
}

.folder-items-wrap ul {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  list-style: none;
}
.folder-items-wrap ul ul {
  border-top: 0;
}
.folder-items-wrap li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.folder-items-wrap li .content {
  min-height: 50px;
  padding: 0.5em;
}
.folder-items-wrap > ul {
  padding: 0;
}
.folder-items-wrap .folder-item,
.folder-items-wrap .folder-file {
  padding: 6px 40px 6px;
  position: relative;
}
.folder-items-wrap .folder-item .content,
.folder-items-wrap .folder-file .content {
  padding: 0 0 0 0.5em;
}
.folder-items-wrap .folder-item .fa,
.folder-items-wrap .folder-file .fa {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.folder-items-wrap .folder-item-label {
  padding-top: 0.7em;
}
.folder-items-wrap .file-info {
  font-size: 0.8em;
  color: #a0a0a0;
}
.folder-items-wrap .file-info div {
  display: inline-block;
  margin-right: 0.5em;
}
.folder-items-wrap .fa {
  margin-right: 10px;
  font-size: 1.8em;
  color: #a0a0a0;
}

.alert {
  margin: 1em 0;
  padding: 1em;
  position: relative;
}
.alert button {
  background: none;
  position: absolute;
  border: 0;
  top: 0.3em;
  right: 0.5em;
}
.alert.alert-success {
  background: rgba(20, 200, 0, 0.3);
  color: rgba(0, 50, 0, 0.8);
}
.alert.alert-danger {
  background: rgba(255, 0, 0, 0.25);
  color: rgba(50, 0, 0, 0.8);
}

.hidden {
  display: none;
}

.members-tabs {
  margin-bottom: 20px;
}

.members-breadcrumbs {
  font-size: 0.75em;
  color: #999;
  margin-bottom: 20px;
}
.members-breadcrumbs a {
  color: #999;
}
