@charset "UTF-8";
/*
 Theme Name:   Customizr Child
 Theme URI:    https://example.com
 Description:  Child-Theme für Customizr
 Author:       Steffen
 Template:     customizr
 Version:      1.0.0
*/
/* Eigene Anpassungen */
article .entry-content a {
  color: #0a55a0;
  text-decoration: none;
}
article .entry-content a:hover {
  text-decoration: underline;
}

.navbar-brand-sitename span {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 0.8em;
}

.branding .czr-underline span::after {
  display: none;
}

.branding .navbar-brand-sitename.czr-underline span {
  padding-top: 0.25em;
}

@media (min-width: 768px) {
  .mobile-navbar__wrapper .navbar-brand-sitelogo img {
    max-height: 60px !important;
    max-width: 100%;
  }
}
.mobile-navbar__wrapper .navbar-brand-sitelogo img {
  max-height: 46px !important;
  transition: all 0.35s ease-in-out;
}

.post-info {
  display: none;
}

.tc-sidebar {
  background-color: #EDEDED;
  padding: 2% 3% 0 3%;
}

.article-container {
  padding: 2% 3% 0 3%;
}

/*# sourceMappingURL=style.css.map */
