/* CSS Document */
body .page-header {
  background-color: var(--thema-color-3); }
body .site-body {
  min-height: 100vh; }
body .wp-block-quote {
  background-color: var(--thema-color-2);
  margin-bottom: 20px; }

@media screen and (max-width: 480px) {
  body .breadcrumb {
    border-top: none;
    border-bottom: none; } }
