/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
  --gc-logo-color: var(--gc-green);
  --gc-transition-distance: 15px;
}

#gc-logo :not([fill="none"]) {
  fill: var(--gc-logo-color) !important;
  color: var(--gc-logo-color) !important;
}

/* Wenn der Bereich aktiv ist, überschreibt eine zusätzliche Klasse den Wert */
body.blue #gc-logo :not([fill="none"]) {
  fill: var(--gc-blue) !important;
  color: var(--gc-blue) !important;
}

.gc-nav a {
  color: var(--gc-logo-color) !important;
}

/* Wenn der Bereich aktiv ist, überschreibt eine zusätzliche Klasse den Wert */
body.blue .gc-nav a {
  color: var(--gc-blue) !important;
}

.main-hl {
    line-height: 1em;
}

span.en-hl {
    font-size: var(--dubb-font-h2);
    display: block;
    margin-top: 1em;
    margin-left: var(--dubb-3020);
}
