/* Schaltet Werbung für Template unten rechts aus */

.site-info .copyright span:nth-child(2) {
  display: none;
}

/* Passt den Abstand nach oben an, damit das Logo nicht drüber hängt 
.site-title {
  margin-top: 50px; 
} */

/* Logo Text nicht in Capital Letter */
body:not(.wp-custom-logo) a.custom-logo-text {
    text-transform: none !important;
}