h2 {
  font-size: 25px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}


.references-wrapper {
    font-size: 15px;        
    margin-bottom: 1.5em;
}

/* Summary / Titel as clickable Trigger */
.references-title {
    font-weight: bold;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    color: #222222;
    margin-bottom: 0.5em;
    font-size: 18px;
}

.references-title:hover {
    color: #840000;
}

/* Standard-Arrow at summary */
.references-title::-webkit-details-marker { }
.references-title::marker { }

/* Content Accordeon */
.references-content {
    font-style: italic;
    margin-top: 0.5em;
    white-space: pre-wrap;
    line-height: 1.5;
    text-indent: 0;
}

/* Links in Content */
.references-content a {
    color: #840000;
    text-decoration: underline;
}

.references-content a:hover {
    text-decoration: none;
}

/* --- Notes Footnotes --- */
.notes-footnotes-wrapper {
    font-size: 15px;        
    margin-bottom: 1.5em;
}

.notes-footnotes-title {
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    color: #222222;
    margin-bottom: 0.5em;
    font-size: 18px;
}

.notes-footnotes-title:hover {
    color: #840000;
}

.notes-footnotes-title::-webkit-details-marker { }
.notes-footnotes-title::marker { }

.notes-footnotes-content {
    font-style: italic;
    margin-top: 0.5em;
    white-space: pre-wrap;
    line-height: 1.5;
    text-indent: 0;
}

.notes-footnotes-content a {
    color: #840000;
    text-decoration: underline;
}

.notes-footnotes-content a:hover {
    text-decoration: none;
}

/* DO NOT DELETE */
.fa-calendar::before {
  content: "📅︎";
  font-size: 1.2em;
  margin-right: 0.4em;
}

#wpforms-14255-field_2-container, #wpforms-14266-field_2-container,
#wpforms-14262-field_2-container {
  background-color: #840000;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

#wpforms-widget-12,
#wpforms-widget-14,
#wpforms-widget-19,
#wpforms-widget-18,
#wpforms-widget-15,
#wpforms-widget-16,
#wpforms-widget-17 {
  background-color: #840000;
  padding-bottom: 5px;
  border-radius: 5px;
}

#wpforms-14255-field_2-container .wpforms-field-label, 
#wpforms-14266-field_2-container .wpforms-field-label, 
#wpforms-14262-field_2-container .wpforms-field-label,
#wpforms-14272-field_2-container .wpforms-field-label,
#wpforms-14268-field_2-container .wpforms-field-label,
#wpforms-14270-field_2-container .wpforms-field-label,
#wpforms-14274-field_2-container .wpforms-field-label {
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

#wpforms-14255-field_2, 
#wpforms-14266-field_2,
#wpforms-14262-field_2,
#wpforms-14272-field_2,
#wpforms-14268-field_2,
#wpforms-14270-field_2,
#wpforms-14274-field_2 {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

#wpforms-14255 .wpforms-submit-container, 
#wpforms-14266 .wpforms-submit-container,
#wpforms-14262 .wpforms-submit-container,
#wpforms-14272 .wpforms-submit-container, 
#wpforms-14268 .wpforms-submit-container,
#wpforms-14270 .wpforms-submit-container,
#wpforms-14274 .wpforms-submit-container {
  display: block;
  text-align: center;
}

#wpforms-14255 .wpforms-submit, 
#wpforms-14266 .wpforms-submit,
#wpforms-14262 .wpforms-submit,
#wpforms-14272 .wpforms-submit,
#wpforms-14268 .wpforms-submit,
#wpforms-14270 .wpforms-submit,
#wpforms-14274 .wpforms-submit {
  background-color: grey;
  color: white;
  display: block;
  margin: 10px auto 0;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

/* NEWSLETTER DESIGN */
body.single-post #wpforms-14255-field_2-container .wpforms-field-label,
body.single-post #wpforms-14262-field_2-container .wpforms-field-label,
body.single-post #wpforms-14272-field_2-container .wpforms-field-label,
body.single-post #wpforms-14266-field_2-container .wpforms-field-label,
body.single-post #wpforms-14268-field_2-container .wpforms-field-label,
body.single-post #wpforms-14270-field_2-container .wpforms-field-label,
body.single-post #wpforms-14274-field_2-container .wpforms-field-label {
    display: none !important;
}

#colophon .widget-title {
  border-bottom: 1px solid #fff;
}

.site-info .social-links {
  border-bottom-color: #fff;
}

.site-info .wrap {
    border-top-color: #fff;
}

#footer-navigation ul li:nth-child(2)::after {
  content: '';
}

/* Heyzine Next-Buttons */
body.page-id-11144 .magazine-viewport .next-button.corner-right,
body.page-id-11144 .magazine-viewport .previous-button.corner-left {
    bottom: 50px !important;
    top: auto !important;
    z-index: 1000 !important;
    cursor: pointer;
}



