/*$joma-grey: rgb(88, 89, 91);*/
/* mobile-first media queries */
/* desktop-first media queries */
.template_cols_wrapper.flexbox {
  margin: 0 auto;
}
.template_cols_wrapper.flexbox.mirrored .template_cols.template_2cols .template_col1 {
  order: 1;
}
.template_cols_wrapper.flexbox.mirrored .template_cols.template_2cols .template_col2 {
  order: 0;
}
.template_cols_wrapper.flexbox.mirrored .template_cols.template_3cols .template_col1 {
  order: 2;
}
.template_cols_wrapper.flexbox.mirrored .template_cols.template_3cols .template_col2 {
  order: 1;
}
.template_cols_wrapper.flexbox.mirrored .template_cols.template_3cols .template_col3 {
  order: 0;
}
.template_cols_wrapper.flexbox .template_cols {
  display: flex;
  margin: calc(-1 * var(--template-gutter-size) / 2);
  flex-wrap: wrap;
}
.template_cols_wrapper.flexbox .template_cols.no_gutters_horizontal, .template_cols_wrapper.flexbox .template_cols.no_gutters {
  margin-left: 0;
  margin-right: 0;
}
.template_cols_wrapper.flexbox .template_cols.no_gutters_horizontal .template_col, .template_cols_wrapper.flexbox .template_cols.no_gutters .template_col {
  padding-left: 0;
  padding-right: 0;
}
.template_cols_wrapper.flexbox .template_cols.no_gutters_vertical, .template_cols_wrapper.flexbox .template_cols.no_gutters {
  margin-top: 0;
  margin-bottom: 0;
}
.template_cols_wrapper.flexbox .template_cols.no_gutters_vertical .template_col, .template_cols_wrapper.flexbox .template_cols.no_gutters .template_col {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 640px) {
  .template_cols_wrapper.flexbox .template_cols.no_gutters_vertical_s {
    margin-top: 0;
    margin-bottom: 0;
  }
  .template_cols_wrapper.flexbox .template_cols.no_gutters_vertical_s .template_col {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 480px) {
  .template_cols_wrapper.flexbox .template_4cols > .template_col {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .template_cols_wrapper.flexbox .template_2cols > .template_col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .template_cols_wrapper.flexbox .template_3cols > .template_col {
    width: 33.33%;
  }
  .template_cols_wrapper.flexbox .template_4cols > .template_col {
    width: 25%;
  }
}
.template_cols_wrapper.flexbox .template_col {
  width: 100%;
  padding: calc(var(--template-gutter-size) / 2);
  box-sizing: border-box;
}
.template_cols_wrapper.flexbox .template_bild img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.template_cols_wrapper.flexbox .template_media + .template_headlines {
  padding-top: var(--template-gutter-size);
}

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