/* =========================================================
   finanzhack Base
   Zweck: Gemeinsame minimale Grundregeln fuer Finanzhack-Module.
   ========================================================= */

.fh-module,
.fh-module * {
  box-sizing: border-box;
}

.fh-module img,
.fh-module svg {
  max-width: 100%;
}
