.elementor-kit-125{--e-global-color-primary:#3A2E2A;--e-global-color-secondary:#D4B679;--e-global-color-text:#34495E;--e-global-color-accent:#B08C3E;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"EB Garamond";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;}.elementor-kit-125 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================= */
/*   AUREAN-ORÉAN DESIGN BASIS   */
/* ============================= */

.poem-title {
  font-family: 'Tangerine', cursive;
  font-size: 65px;
  font-weight: 600;
  color: #4B2E14;            /* dunkelbraun */
  text-align: center;
  margin-bottom: 20px;
}

.poem-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.8;
  color: #2E2E2E;            /* dunkelgrau */
  text-align: center;
}

.toc-list {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.6;
  color: #3B2B1C;            /* mittelbraun */
  text-align: left;
}
.toc-list a {
  color: #3B2B1C;
  text-decoration: none;
}
.toc-list a:hover {
  color: #C9A441;            /* golden */
  text-decoration: underline;
}

.song-title {
  font-family: 'Tangerine', cursive;
  font-size: 55px;
  font-weight: 600;
  color: #C9A441;            /* golden */
  text-align: center;
  margin-bottom: 15px;
}

.song-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.7;
  color: #2E2E2E;            /* dunkelgrau */
  text-align: center;
}

.image-title {
  font-family: 'Tangerine', cursive;
  font-size: 50px;
  color: #4B2E14;            /* dunkelbraun */
  text-align: center;
  margin-bottom: 15px;
}

.image-caption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #3B2B1C;            /* mittelbraun */
  text-align: center;
  margin-top: 10px;
}

.custom-button {
  background-color: #C9A441; /* golden */
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
}
.custom-button:hover {
  background-color: #4B2E14; /* dunkelbraun */
  color: #FFFFFF;
}

@media print {
  * {
    visibility: hidden;
  }

  html, body {
    background: #fff;
  }

  .gt_switcher_wrapper, .wpml-ls, .trp-language-switcher,
  header, nav, footer,
  .elementor-location-header, .elementor-location-footer,
  .site-header, .site-footer, .share-buttons {
    display: none;
  }

  .poem-print, .poem-print * {
    visibility: visible;
  }

  .poem-print {
    position: static;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 20mm;
    background: #fff;
    color: #000;
  }

  .poem-print h1, .poem-print h2, .poem-print p, .poem-print img {
    page-break-inside: avoid;
  }
}/* End custom CSS */