.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}
.uk-container {
    max-width: 1400px;
}
.uk-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-0.1* 1em);
    vertical-align: middle;
    height: calc(4px + 0.7em);
    margin-right: calc(5px + 0.2em);
    border-left: calc(5px + 0.1em) solid #3575e3;
}
@media (min-width: 1080px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
    }
}

/* feller.systems – Alerts ---------------------------- */
.uk-alert-primary {
    background: rgba(53, 117, 227, 0.08);
    color: #2d2d2d;
    border-left: 6px solid #3575e3;
}
.uk-alert-success {
    background: rgba(107,193,22,0.08);
    color: #2d2d2d;
    border-left: 6px solid #6BC116;
}
.uk-alert-warning {
    background: rgba(237,169,41,0.1);
    color: #2d2d2d;
    border-left: 6px solid #EDA929;
}
.uk-alert-danger {
    background: rgba(232,70,70,0.07000000000000001);
    color: #2d2d2d;
    border-left: 6px solid #E84646;
}

/* feller.systems – Blog Opacity Featured Image ------- */
article#main > header > .uk-section.uk-background-cover {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: left !important;
  background-color: transparent !important;
  background-blend-mode: normal !important;
  background-position: right center !important;
}

article#main > header > .uk-section.uk-background-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.94) 42%,
      rgba(255, 255, 255, 0.48) 68%,
      rgba(255, 255, 255, 0.08) 100%
    );
}

article#main > header > .uk-section.uk-background-cover > .uk-container {
  position: relative;
  z-index: 1;
  margin-left: clamp(1.5rem, 6vw, 6rem) !important;
  margin-right: auto !important;
  max-width: 760px !important;
  text-align: left !important;
}

article#main > header > .uk-section.uk-background-cover,
article#main > header > .uk-section.uk-background-cover .uk-article-title,
article#main > header > .uk-section.uk-background-cover .uk-article-meta,
article#main > header > .uk-section.uk-background-cover a {
  color: #1d1d1f !important;
  text-shadow: none !important;
}

/* feller.systems – Highlight_underline --------------- */
.tm-text-scribble {
    background-size: 100% 8%;
    background-position: left 95%;
}

/* feller.systems – BackTOTop Button ------------------ */
.tm-totop-button.tm-show-totop {
    background-color: #95c221;
}

/* feller.systems – tl;dr / Executive Summary Komponente
   Einzufügen unter: Kirby Panel → Settings → Custom CSS
   ---------------------------------------------------- */

.feller-exec-summary {
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: #ffffff;
  border-left: 6px solid #4183f4;
  border-radius: 12px;
  padding: 25px 30px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(65, 131, 244, 0.08);
  line-height: 1.6;
  color: #333333;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}

.feller-exec-title {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0;
  color: #4183f4;
  line-height: 1.3;
  font-family: 'Lexend', sans-serif;
}

.feller-exec-subtitle {
  font-size: 0.95rem;
  margin: 0 0 20px 0;
  padding: 0;
  color: #666666;
  font-style: italic;
  line-height: 1.4;
}

.feller-exec-block {
  margin: 0 0 16px 0;
  padding: 0;
}

.feller-exec-core-statement {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  border-left: 3px solid #95c221;
}

.feller-exec-paragraph {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.65;
  color: #333333;
  font-size: 1rem;
}

.feller-exec-strong {
  color: #95c221;
  font-weight: 600;
  font-size: inherit;
}

.feller-exec-emphasis {
  color: #555555;
  font-style: italic;
}

.feller-exec-list {
  margin: 12px 0 16px 20px;
  padding: 0;
  list-style: none;
}

.feller-exec-listitem {
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  color: #333333;
  line-height: 1.6;
  position: relative;
  font-size: 0.95rem;
}

.feller-exec-listitem:before {
  content: "▸";
  color: #4183f4;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.feller-exec-cta-compact {
  margin: 16px 0 0 0;
  padding: 12px 16px;
  background: rgba(65, 131, 244, 0.04);
  border-radius: 6px;
  border-left: 3px solid #4183f4;
}

.feller-exec-cta {
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #4183f4;
  line-height: 1.5;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .feller-exec-summary {
    padding: 20px;
    margin: 20px 0;
  }
  .feller-exec-title {
    font-size: 1.5rem;
  }
  .feller-exec-core-statement {
    font-size: 1rem;
  }
}

.feller-exec-summary:focus-within {
  outline: 2px solid #4183f4;
  outline-offset: 4px;
}

@media print {
  .feller-exec-summary {
    box-shadow: none;
    border: 2px solid #4183f4;
    break-inside: avoid;
  }
}