/* COLORS */
/* FONTS */
#node-info #content .titel {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  align-items: center;
}
#node-info #content .titel .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
#node-info #content .titel .wrapper .h1 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  margin-bottom: 0;
}
#node-info #content .titel .wrapper .untertitel {
  margin-top: 5px;
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
}
#node-info #content .text strong {
  color: #ef0003;
}
#node-info #content .text p:has(i) {
  display: flex;
  align-items: center;
  gap: 15px;
}
#node-info #content .text p:has(i) i {
  font-size: 200%;
}
