/* CMS ---------------------------------------------------------------------- */

.hidden { display: none !important; }

/* Rows, Columns */

.c-col {
  float: left;
}

/* Fixes */

.c-mrg-clp-fix {
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  font-size: 0px;
  clear: both;
}

.c-clr-fix {
  clear: both;
  width: 0px;
  height: 0px;
  visibility: hidden;
  font-size: 0px;
}

/* ConstructionElement ------------------------------------------------------ */

.cms-construction-element {}
.cms-construction-element img { display: block; }