/* 2021-03-20 HS jsteeb.de */

/* Avoid Mainroad text-transform: uppercase */
.menu__btn-title,
.menu__link,
.tags__item,
.toc__title,
.pager__subtitle,
input[type=submit],
input[type=reset],
.widget__title,
.widget-taglist__link {
	text-transform: inherit;
}

/* Set header background image, take from WP */
header.header {
  background: url(/images/diamond.png) no-repeat scroll top;
}

/* Avoid Mainroad background #2a2a2a = black, take from WP */
.btn,
.menu__btn,
.menu__list,
.tags__item,
.toc__title,
input[type=submit],
input[type=reset],
.footer {
    color: #141412;
    background: rgba(247, 245, 231, 0.7);
}
.menu__link {
    color: #141412;
}
.footer a {
    color: #e22d30;
}

.js .menu__btn--active  .menu__link,
.menu__item--active .menu__link {
    color: #fff;
}
