@charset "UTF-8";
/*
 Theme Name:   Kunstwerkstatt-Frey
 Template:     twentytwenty
*/
/* Seitentitel und Untertitel ausblenden */
.header-titles {
  display: none;
}

/* Menüpunkte */
.header-inner {
  justify-content: center;
}

.menu-item a {
  color: #74889b !important;
}

.primary-menu a {
  color: #74889b !important;
}

/* Schriftart + Farbe */
#site-header *, #site-content *, #site-footer * {
  font-family: Verdana, Geneva, sans-serif !important;
  color: #777;
}

/* Überschriften */
.header-footer-group {
  color: #777 !important;
}

body h1 {
  font-size: 4.8rem;
}

body.home h1 {
  font-size: 4.4rem;
}

@media (min-width: 700px) {
  body.home h1 {
    font-size: 6.4rem;
  }
}
body:not(.home) #site-content header {
  padding: 2rem 0 4rem 0 !important;
}

h1, h2 {
  font-weight: normal;
}

body:not(.home) h2 {
  font-size: 3.2rem;
}

/* Slide shows */
.nextend-arrow-previous, .nextend-arrow-next {
  background: #5a5a5a !important;
}

.nextend-arrow-previous:hover, .nextend-arrow-next:hover {
  background: #333 !important;
}

.n2-bullet {
  background: #aaa !important;
}

.n2-bullet.n2-active {
  background: #666 !important;
}

/* Zitate */
.wp-block-quote {
  border-color: #d8d8d8;
}

/* Copyright */
.footer-copyright {
  font-weight: normal;
}

/* Powered by WordPress */
.footer-credits .powered-by-wordpress {
  display: none;
}

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