/* Darkmode Anpassung */

body.darkmode .header-top {
  background: rgba(0, 0, 0, 1);
}

body.darkmode #software-engineer-esslingen {
 background: rgba(0, 0, 0, 1);
}

body.darkmode .section-header h2 {
 background: rgba(0, 0, 0, 1);
}

body.darkmode #lektion  {
 background: rgba(0, 0, 0, 1);
}

body.darkmode .section-header  {
 background: rgba(0, 0, 0, 1);
}

body.darkmode .main-footer  {
 background: rgba(0, 0, 0, 1);
}

body.darkmode .blog-card a {
 color: rgba(0, 0, 0, 1);
}

body.darkmode .scroll-navigation {
 background: rgba(0, 0, 0, 1);
}

body.darkmode .blog-counter {
 background: rgba(0, 0, 0, 1);
}

body.darkmode .lesson-counter{
 background: rgba(0, 0, 0, 1);
}
