/* Fonts */

@font-face {
  font-family: 'HoeflerText';
  src: url('../fonts/HoeflerText-BlackItalic.woff2') format('woff2'),
      url('../fonts/HoeflerText-BlackItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'HoeflerText';
  src: url('../fonts/HoeflerText-Italic.woff2') format('woff2'),
      url('../fonts/HoeflerText-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'HoeflerText';
  src: url('../fonts/HoeflerText-Regular.woff2') format('woff2'),
      url('../fonts/HoeflerText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HoeflerText';
  src: url('../fonts/HoeflerText-Black.woff2') format('woff2'),
      url('../fonts/HoeflerText-Black.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Walbaum-Fraktur';
  src: url('../fonts/Walbaum-Fraktur.woff2') format('woff2'),
      url('../fonts/Walbaum-Fraktur.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaiserzeitGotisch';
  src: url('../fonts/KaiserzeitGotisch.woff2') format('woff2'),
      url('../fonts/KaiserzeitGotisch.woff') format('woff');
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
      url('../fonts/Helvetica-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff2') format('woff2'),
      url('../fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
      url('../fonts/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
      url('../fonts/Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
      url('../fonts/Helvetica-BoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-LightOblique.woff2') format('woff2'),
      url('../fonts/Helvetica-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}


/* Main Style */

.hoefler-text-dlig {
  --hoefler-text-dlig: "dlig" on;
}

@supports (font-variant-ligatures: discretionary-ligatures) {
  .hoefler-text-dlig {
    --hoefler-text-dlig: "____";
    font-variant-ligatures: discretionary-ligatures;
  }

  html {
    -webkit-font-smoothing: antialiased;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

html.dark-mode {
  background-color: #181818;
  transition: 1s;
}

body {
  transition: 1s;
  text-rendering: optimizeLegibility;
  font-family: "HoeflerText", serif;
  background-color: #FFFBEF;
}

::selection {
  color: #ffffff;
  background: #000000;
}

body.dark-mode {
  background-color: #181818;
  transition: 1s;
}

h1 h2 h3 h4 {
  color: #000000;
}

h1 {
  font-weight: bold;
  transition: 1s;
  font-size: 2.1em;
}

.dark-mode h1 {
  color: #F8F5EA;
  transition: 1s;
}

.dark-mode p {
  color: #F8F5EA;
  transition: 1s;
}

li {
  transition: 1s;
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
  color: #000000;
  margin-bottom: 20px;
}

.dark-mode li {
  color: #F8F5EA;
  transition: 1s;
}

.dark-mode label {
  color: #F8F5EA;
  transition: 1s;
}

a.inhalt {
  font-style: italic;
  color: #000000;
  transition: 1s;
  text-decoration: none;
  background: linear-gradient(to bottom, transparent 62%, #005bd0 0) center center/0% 75% no-repeat;
}

.dark-mode a.inhalt {
  color: #F8F5EA;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 62%, darkorange 0) center center/0% 75% no-repeat;
}

a.inhalt:hover {
  background-size: 100% 100%;
  transition: background-size .2s ease;
}

a.inhalt:active {
  background-size: 80% 100%;
}

.dark-mode button {
  color: #F8F5EA;
  transition: 1s;
}


/* Blog */

.b-logo {
  max-width: 70px;
  display: block;
  margin: auto;
  margin-top: 2%;
}

.b-top {
  padding-top: 2%;
}

.b-line-top {
  border-top: black 1px solid;
  margin-top: 40px;
}

.b-line-mid {
  border-top: black 1px solid;
}

.b-line-bottom {
  border-top: black 2px solid;
}

#datetime {
  margin-bottom: 0px !important;
}

p.top-line-text {
  margin-bottom: 0px !important;
}

.b-archive-link {
  float: right;
  margin-bottom: 0px !important;
}

.b-date-link {
  float: left;
  margin-bottom: 0px !important;
}

a.b-archive-link {
  font-family: 'HoeflerText';
  color: #000;
  text-decoration: none !important;
  transition: 1s;
}

a.b-archive-link:hover {
  color: #000;
  opacity: .6 !important;
  transition: 1s;
}

.b-title {
  font-family: HoeflerText;
  font-style: normal;
  font-weight: normal;
  margin-top: 15px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.b-t {
  height: 50px;
}

.b-city-row {
  margin-bottom: 25px;
  margin-top: 5px;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

p.b-city {
  font-style: italic;
  display: block;
  margin: auto;
  text-align: center;
}

.title-hover {
  display: none;
}

.blog-box {
  background: #FFFBEF;
  border: 2px solid #999999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 30px;
  transition: 0.2s;
  position: relative;
}

.shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.blog-box:hover {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}

.b-box-heading {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-top: 38px;
  margin-left: 20px;
  margin-bottom: 0.5rem !important;
  color: #000000;
  transition: 0.5s;
}

.b-box-heading:hover {
  color: #595959;
  transition: 0.5s;
}

.b-box-author {
  font-family: 'HoeflerText';
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  margin-left: 20px;
  color: #000000;
}

.b-box-img {
  height: 20px;
  padding-left: 8px;
  vertical-align: -4px;
}

@media (max-width: 440px) {
  .b-box-tag {
    vertical-align: 2px;
    padding-left: 0px;
  }
}

.b-follow {
  height: 20px;
  padding-left: 20px;
  vertical-align: -5px;
}

.b-follow-h:hover {
  fill: #0C80C7;
  transition: 0.5s;
}

.b-box-intro {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #000000;
}

.b-box-content {
  margin-bottom: 40px;
}

.b-box-link {
  text-decoration: none !important;
  position: absolute;
  inset: 0;
  border-radius: 5px;
  z-index: 1;
}

.b-side-link {
  text-decoration: none !important;
  display: block;
}

a.b-tag {
  position: relative;
  z-index: 2;
}

.b-badge {
  margin-top: 20px;
}

.b-badge-svg {
  width: 170px;
}

.b-badge-svg-mobil {
  width: 140px;
}

.f {
  margin-top: 10px;
}

.b-settings {
  width: 100%;
  background: #E9E5D8;
  border: 2px solid #999999;
  border-radius: 5px;
  margin-top: 30px;
}

.b-sett-title {
  margin-left: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.b-sett-text {
  margin-left: 20px;
  margin-right: 20px;
  font-weight: normal;
}

.b-archiv {
  background: #E9E5D8;
  border: 2px solid #999999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}

.col-archiv {
  padding-left: 0px;
  padding-right: 0px;
}

.b-archiv-p {
  width: 100%;
  vertical-align: middle;
}

.b-archiv-heading {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 0.5rem !important;
  color: #000000;
  transition: 0.5s;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.b-archive-unsplash {
  border: none;
  background: none;
}

.b-author-mobile {
  display: none;
}

@media (max-width: 993px) {
  .b-author-mobile {
    display: block;
  }

  .b-side {
    display: none;
    max-width: 0% !important;
  }

  .blog-box-frame {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .b-e-table {
    overflow-x: scroll !important;
    width: 100%;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}

a.description {
  font-style: italic;
  color: #212529;
  text-decoration: none;
}

a.description:hover {
  color: #000;
  transition: 1s;
}

a.main-link {
  text-decoration: none;
}


/* Archiv */

.b-a-content {
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none !important;
}

.b-a-img {
  height: 20px;
  padding-left: 8px;
  vertical-align: -4px;
  margin-bottom: 4px;
}

.b-a-hr {
  margin-top: 40px;
  padding-bottom: 60px;
}


/* Blog-Eintrag */

.b-e-title {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.b-button-back {
  background: #C4C4C4;
  border-radius: 5px;
  width: 127px;
}

.b-back {
  color: black;
  background-color: #C4C4C4;
  font-family: 'HoeflerText';
  font-weight: normal;
  font-style: italic;
  padding: 1% 1.5%;
  text-decoration: none !important;
  transition: 0.5s;
  margin-top: 40px;
}

.b-e-headline {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 46px;
  margin-top: 40px;
  color: #000000;
  width: 85%;
}

.b-content {
  width: 70%;
  margin-bottom: 5%;
}

.b-content-subtitle {
  width: 70%;
}

.b-e-subtitle {
  font-family: 'HoeflerText';
  font-style: italic;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  color: #000000;
}

.toc-head {
  font-family: 'HoeflerText';
  font-style: oblique;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: inherit;
  text-decoration: none !important;
  transition: 0.5s;
}

.toc-ul-1 {
  padding: 0;
}

.toc-ul-2 {
  padding-left: 30px;
}

.toc {
  margin-left: 50px;
  margin-right: auto;
  margin-bottom: 64px;
  padding-left: 0;
  padding-right: 0;
  width: 80%;
  font-style: italic;
}

.toc-link {
  list-style: none;
  line-height: 1.56;
  margin-bottom: 10px;
  transition: none;
  text-decoration: none;
}

.toc-link:hover {
  color: black;
}

.b-line {
  border-top: black 2px solid;
}

.b-e-author {
  font-family: 'HoeflerText';
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  color: #000000;
  margin-top: 20px;
}

#twitter-widget-0 {
  vertical-align: text-bottom;
}

.b-e-date {
  font-family: 'HoeflerText';
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
}

.b-e-text {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 26px;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 20px;
  text-decoration: none !important;
}

#other-font {
  font-family: 'Times New Roman', 'Times', 'Arial';
}

.b-e-greek {
  font-family: 'Times' !important;
}

.b-e-link {
  font-family: 'HoeflerText';
  color: #000;
  text-decoration: none !important;
  background-image: linear-gradient(90deg, #05032d, #05032d);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
}

.b-e-link:hover {
  color: #000;
  opacity: .6 !important;
  transition: 0.5s;
}

.b-e-separator {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.b-e-img {
  width: 80%;
  border-radius: 5px;
  display: block;
  margin: auto;
  transition: 0.2s;
}

.light-image {
  display: block;
}

.dark-image {
  display: none;
}

.b-e-description {
  font-style: italic;
  color: #929292;
  text-align: center;
  padding-top: 10px;
}

.b-e-h2 {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 46px;
  margin-top: 40px;
  color: #000000;
  width: 85%;
}

.b-e-h3 {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 46px;
  margin-top: 40px;
  color: #000000;
  width: 85%;
}

.b-e-h4 {
  font-family: 'HoeflerText';
  font-style: oblique;
  font-weight: bold;
  font-size: 20px;
  line-height: 46px;
  margin-top: 40px;
  color: #000000;
  width: 85%;
}

li {
  margin-top: 20px;
}

#b-e-table {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  text-decoration: none !important;
  border-collapse: collapse;
  width: 100%;
  padding-top: 10px;
}

#b-e-table td {
  border-top: 1px solid black;
  vertical-align: top;
  padding: 8px;
}

#b-e-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px double black;
}

#b-e-table ul {
  font-family: 'HoeflerText';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  text-decoration: none !important;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#b-e-table li {
  margin-bottom: 0;
  margin-top: 0 !important;
  padding-left: 1em;
  padding-top: 0px;
  text-indent: -1em;
}

#b-e-table li:before {
  content: "–";
  padding-right: 5px;
}

.imprint-div {
  position: fixed;
  bottom: 8px;
  left: 8px;
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
  cursor: pointer;
}

.imprint-img {
  width: 28px;
  transition: 0.5s;
}

.imprint-img:hover {
  width: 30px;
  transition: 0.5s;
}

#imprint-title {
  margin-left: auto;
  font-weight: bold;
}

.imprint-header {
  border-color: #999999;
  border-width: 2px;
}

.imprint-logo {
  width: 100%;
}

.imprint-close {
  margin: 0 !important;
  padding: 0 !important;
}

.imprint-box {
  background: #FFFBEF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.imprint-body {
  padding: 30px;
}


/* Responsive */

@media (max-width: 768px) {
  .b-city-mobile {
    min-width: auto !important;
  }

  .mobile-fill {
    display: none;
  }
}

@media (max-width: 600px) {
  .b-line-top {
    width: calc(100% / 3);
  }

  .b-logo-div {
    width: calc(100% / 3);
  }

  .b-side {
    display: none;
  }

  .b-content {
    width: 100%;
  }

  .b-content-subtitle {
    width: 100%;
  }

  .b-e-headline {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .b-city-mobile {
    font-size: 0.9rem !important;
    padding-right: 2px;
    padding-left: 2px;
  }

  .b-title {
    font-size: 30px;
  }

  .b-e-title {
    font-size: 25px;
  }

  #datetime {
    font-size: 0.9rem !important;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .top-line-text {
    font-size: 0.9rem !important;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}


/* Tag Badges (CSS-rendered, replacing SVG images) */

.b-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  padding: 2px 8px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  margin-left: 6px;
  vertical-align: -3px;
  line-height: 18px;
  text-decoration: none !important;
  transition: 0.2s;
}

a.b-tag {
  cursor: pointer;
}

.b-tag:hover {
  opacity: 0.8;
}


/* Dark Mode Toggle Button */

.dark-mode-toggle {
  position: fixed;
  bottom: 8px;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 4px 6px;
  opacity: 0.5;
  transition: 0.3s;
  border-radius: 4px;
}

.dark-mode-toggle:hover {
  opacity: 1;
}


/* ================================================
   MARKDOWN-CONTENT: Standard HTML-Elemente innerhalb
   .b-content werden wie die .b-e-* Klassen gestylt
   ================================================ */

.b-content p {
  font-family: 'HoeflerText';
  font-weight: normal;
  font-size: 19px;
  line-height: 26px;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.b-content h2 {
  font-family: 'HoeflerText';
  font-weight: bold;
  font-size: 22px;
  line-height: 46px;
  margin-top: 40px;
  color: #000000;
  width: 85%;
}

.b-content h3 {
  font-family: 'HoeflerText';
  font-weight: bold;
  font-size: 20px;
  line-height: 46px;
  margin-top: 40px;
  color: #000000;
  width: 85%;
}

.b-content h4 {
  font-family: 'HoeflerText';
  font-style: oblique;
  font-weight: bold;
  font-size: 20px;
  line-height: 46px;
  margin-top: 40px;
  color: #000000;
  width: 85%;
}

.b-content a {
  font-family: 'HoeflerText';
  color: #000;
  text-decoration: none !important;
  background-image: linear-gradient(90deg, #05032d, #05032d);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
}

.b-content a:hover {
  color: #000;
  opacity: 0.6;
  transition: 0.5s;
}

.b-content img {
  width: 80%;
  border-radius: 5px;
  display: block;
  margin: auto;
  transition: 0.2s;
}

.b-content figure {
  margin: 20px 0;
  padding: 0;
}

.b-content figure img {
  width: 80%;
  border-radius: 5px;
  display: block;
  margin: auto;
  transition: 0.2s;
}

.b-content figcaption {
  font-family: 'HoeflerText';
  font-style: italic;
  color: #929292;
  text-align: center;
  padding-top: 8px;
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
}

/* --- (drei Punkte) als Trennlinie in Markdown via <hr> */
.b-content hr {
  border: none;
  text-align: center;
  margin: 30px 0;
  color: #000000;
}

.b-content hr::before {
  content: "﹒  ﹒  ﹒";
  font-family: 'HoeflerText';
  font-weight: bold;
  font-size: 20px;
}

.b-content table {
  font-family: 'HoeflerText';
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  border-collapse: collapse;
  width: 100%;
  padding-top: 10px;
}

.b-content table td {
  border-top: 1px solid black;
  vertical-align: top;
  padding: 8px;
}

.b-content table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px double black;
}


/* ================================================
   DARK MODE — System-Präferenz
   ================================================ */

@media (prefers-color-scheme: dark) {
  html {
    background-color: #181818;
    transition: 1s;
  }

  body {
    background-color: #181818;
    transition: 1s;
  }

  ::selection {
    color: #000000;
    background: #ffffff;
  }

  h1 {
    color: #F8F5EA;
    transition: 1s;
  }

  label {
    color: #F8F5EA;
    transition: 1s;
  }

  p {
    color: #F8F5EA;
    transition: 1s;
  }

  a.inhalt {
    color: #F8F5EA;
    transition: 1s;
    background: linear-gradient(to bottom, transparent 62%, darkorange 0) center center/0% 75% no-repeat;
  }

  li {
    color: #F8F5EA;
    transition: 1s;
  }

  #b-e-table {
    color: #F8F5EA;
  }

  #b-e-table td {
    border-top: 1px solid #F8F5EA;
    transition: 1s;
  }

  #b-e-table th {
    border-bottom: 1px solid #F8F5EA;
    transition: 1s;
  }

  button {
    color: #F8F5EA;
    transition: 1s;
  }

  .b-line-top { border-top: #F8F5EA 1px solid; }
  .b-line-mid { border-top: #F8F5EA 1px solid; }
  .b-line-bottom { border-top: #F8F5EA 2px solid; }
  .b-title { color: #F8F5EA; }

  .blog-box {
    background: #171613;
    border: 2px solid #4D4D4D;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }

  .b-box-heading { color: #F8F5EA; }
  .b-box-author { color: #F8F5EA; }
  .b-box-intro { color: #F8F5EA; }

  .b-settings {
    background: #333331;
    border: 2px solid #272727;
  }

  .b-archiv {
    background: #333331;
    border: 2px solid #272727;
  }

  .b-archive-unsplash {
    background: none;
    border: none;
  }

  .b-archiv-heading { color: #F8F5EA; }

  a.description { color: #F8F5EA; }
  a.description:hover { color: #fff; }

  .b-e-link {
    background-image: linear-gradient(90deg, #F8F5EA, #F8F5EA) !important;
    color: #F8F5EA !important;
    transition: 1s;
  }

  .b-e-link:hover {
    color: #F8F5EA !important;
    transition: 1s;
  }

  .b-e-title { color: #F8F5EA; }
  .b-e-headline { color: #F8F5EA; }
  .b-e-h2 { color: #F8F5EA; }
  .b-e-h3 { color: #F8F5EA; }
  .b-e-h4 { color: #F8F5EA; }
  .b-e-subtitle { color: #F8F5EA; }
  .b-e-author { color: #F8F5EA; }
  .b-e-date { color: #F8F5EA; }
  .b-e-text { color: #F8F5EA; }
  .b-line { border-top: #F8F5EA 2px solid; }

  .light-image { display: none; }
  .dark-image { display: block; }

  .b-back {
    color: #F8F5EA;
    background: rgba(72, 72, 72, 0.57);
  }

  .b-back:hover {
    color: #ffffff;
    background: rgba(74, 74, 74, 0.57);
  }

  /* Markdown content dark mode */
  .b-content p { color: #F8F5EA; }
  .b-content h2 { color: #F8F5EA; }
  .b-content h3 { color: #F8F5EA; }
  .b-content h4 { color: #F8F5EA; }
  .b-content hr { color: #F8F5EA; }
  .b-content hr::before { color: #F8F5EA; }

  .b-content a {
    background-image: linear-gradient(90deg, #F8F5EA, #F8F5EA) !important;
    color: #F8F5EA !important;
  }

  .b-content a:hover {
    color: #F8F5EA !important;
  }

  .b-content table { color: #F8F5EA; }
  .b-content table td { border-top: 1px solid #F8F5EA; }
  .b-content table th { border-bottom: 1px double #F8F5EA; }
  .b-content figcaption { color: #888; }

  a.b-archive-link {
    color: #F8F5EA;
  }

  .b-e-description { color: #888; }
}


/* ================================================
   DARK MODE — Manueller Toggle (.dark-mode Klasse)
   ================================================ */

html.dark-mode body { background-color: #181818; }
html.dark-mode ::selection { color: #000000; background: #ffffff; }
html.dark-mode .b-line-top { border-top: #F8F5EA 1px solid; }
html.dark-mode .b-line-mid { border-top: #F8F5EA 1px solid; }
html.dark-mode .b-line-bottom { border-top: #F8F5EA 2px solid; }
html.dark-mode .b-title { color: #F8F5EA; }
html.dark-mode .b-e-title { color: #F8F5EA; }
html.dark-mode .b-e-headline { color: #F8F5EA; }
html.dark-mode .b-e-subtitle { color: #F8F5EA; }
html.dark-mode .b-e-author { color: #F8F5EA; }
html.dark-mode .b-e-date { color: #F8F5EA; }
html.dark-mode .b-e-text { color: #F8F5EA; }
html.dark-mode .b-e-h2 { color: #F8F5EA; }
html.dark-mode .b-e-h3 { color: #F8F5EA; }
html.dark-mode .b-e-h4 { color: #F8F5EA; }
html.dark-mode .b-line { border-top: #F8F5EA 2px solid; }
html.dark-mode .light-image { display: none; }
html.dark-mode .dark-image { display: block; }

html.dark-mode .blog-box {
  background: #171613;
  border: 2px solid #4D4D4D;
}

html.dark-mode .b-box-heading { color: #F8F5EA; }
html.dark-mode .b-box-author { color: #F8F5EA; }
html.dark-mode .b-box-intro { color: #F8F5EA; }

html.dark-mode .b-settings {
  background: #333331;
  border: 2px solid #272727;
}

html.dark-mode .b-archiv {
  background: #333331;
  border: 2px solid #272727;
}

html.dark-mode .b-archiv-heading { color: #F8F5EA; }
html.dark-mode a.b-archive-link { color: #F8F5EA; }

html.dark-mode .b-e-link {
  background-image: linear-gradient(90deg, #F8F5EA, #F8F5EA) !important;
  color: #F8F5EA !important;
}

html.dark-mode .b-back {
  color: #F8F5EA;
  background: rgba(72, 72, 72, 0.57);
}

html.dark-mode .b-content p { color: #F8F5EA; }
html.dark-mode .b-content h2 { color: #F8F5EA; }
html.dark-mode .b-content h3 { color: #F8F5EA; }
html.dark-mode .b-content h4 { color: #F8F5EA; }
html.dark-mode .b-content hr { color: #F8F5EA; }
html.dark-mode .b-content hr::before { color: #F8F5EA; }

html.dark-mode .b-content a {
  background-image: linear-gradient(90deg, #F8F5EA, #F8F5EA) !important;
  color: #F8F5EA !important;
}

html.dark-mode .b-content table { color: #F8F5EA; }
html.dark-mode .b-content table td { border-top: 1px solid #F8F5EA; }
html.dark-mode .b-content table th { border-bottom: 1px double #F8F5EA; }

/* Archiv-Suche */

.b-search-wrap {
  margin-top: 40px;
  margin-bottom: 10px;
}

.b-search-inner {
  display: flex;
  align-items: center;
  background: #FFFBEF;
  border: 1px solid #999999;
  border-radius: 5px;
}

.b-search {
  font-family: 'HoeflerText';
  font-style: italic;
  font-size: 16px;
  background: transparent;
  border: none;
  flex: 1;
  padding: 7px 12px;
  outline: none;
  color: #000;
  -webkit-appearance: none;
}

.b-search::placeholder {
  color: #929292;
}

.b-search-btn {
  background: none;
  border: none;
  border-left: 1px solid #999999;
  padding: 7px 11px;
  cursor: pointer;
  color: #929292;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.b-search-btn:hover {
  color: #000;
}

.b-search-none {
  font-family: 'HoeflerText';
  font-style: italic;
  font-size: 15px;
  color: #929292;
  margin-top: 20px;
  display: none;
}

@media (prefers-color-scheme: dark) {
  .b-search-inner { background: #171613; border-color: #4D4D4D; }
  .b-search { color: #F8F5EA; }
  .b-search-btn { border-left-color: #4D4D4D; }
  .b-search-btn:hover { color: #F8F5EA; }
}
html.dark-mode .b-search-inner { background: #171613; border-color: #4D4D4D; }
html.dark-mode .b-search { color: #F8F5EA; }
html.dark-mode .b-search-btn { border-left-color: #4D4D4D; }
html.dark-mode .b-search-btn:hover { color: #F8F5EA; }

.b-a-date {
  text-align: right;
  font-style: italic;
  font-size: 15px;
}

html.dark-mode .b-a-date { color: #F8F5EA; }
