@charset "UTF-8";
/* CSS Document */

* {
  font-family: "Roboto", sans-serif;
}
* {
  font-size: 1.031rem; /*16.5px*/
  line-height: 1.735rem;
}

a {
  text-decoration: none
}

p {
  letter-spacing: 0.005rem;
}

/* *LAYOUT DESIGN * */
p {
  margin-bottom: 0.5rem
}


/* -------------------------------- 

	- gutenberg Editor -  

-------------------------------- */

/* *LAYOUT DESIGN * 
 - gutenbergEditor -
* * buttons *
*/

.wp-block-buttons .wp-block-button__link {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.05rem;
  padding: calc(.7em + 2px) calc(0.975em + 2px);
}

.wp-block-button__link {
  border-radius: 0.5rem;
  font-size: 1.031rem; /*16.5px*/ /*1.0125em / 16.2px*/
  margin-top: 0.5rem;
}

/* -------------------------------- 

	- FARB SCHEMA -  

-------------------------------- */

/* kategorie article header */


/*post-template-article*/

article.article-kategorie-allgemein > header {
background: linear-gradient(to top, rgb(215, 6, 82), rgb(255, 2, 94));
}

.archive.category.category-allgemein
main > header {
background: linear-gradient(to top, rgb(21, 35, 49), rgb(0, 0, 0));
}
.archive.category.category-allgemein
main > header * {
    color: lavender;
}
