@import 'wp-content/themes/brew-master/assets/css/concipio.css';
:root {
  --font-light: "Libertad-Light", sans-serif;
  --color-green: #549b46;
  --color-lightgreen: #e1f3db;
}

body.home .fragen div.quotationmarks > p:first-of-type:before {
  content: "\f10e";
  position: absolute;
  font-family: FontAwesome;
  opacity: 0.1;
  font-size: 3em;
  top: 1em;
  left: 0em;
  z-index: 0;
  display: block;
}

.einleitung_text ul {
  list-style-type: disc;
  padding: 0 0 1em 15px;
  margin: 0;
  list-style-type: none;
}
.einleitung_text ul > li {
  text-indent: -10px;
}
.einleitung_text ul > li:before {
  font: normal normal bold 14px/1 FontAwesome;
  content: "+";
  margin-left: -8px;
  margin-right: 8px;
  position: relative;
  top: -1px;
  color: var(--color-green);
}

#menu-hauptnavigation {
  text-indent: -10px;
  margin-left: 40px;
  margin-top: 9px;
}
#menu-hauptnavigation a {
  margin-left: -20px;
}
#menu-hauptnavigation a i {
  margin: 0;
}

.zitatText-normal p {
  font-family: var(--font-light) !important;
}

.zitatText:not(.zitatText-normal) {
  border: 1px solid var(--color-green);
  color: var(--color-green);
  background-color: white !important;
}
.zitatText:not(.zitatText-normal) p {
  color: var(--color-green);
  text-transform: uppercase;
}

/*# sourceMappingURL=override.css.map */
