/* ============================================
   LAYOUT UTILITIES
   Consolidated from Concrete CMS layout files
   ============================================ */

/* Column Layout System - Clearfix */
div.ccm-layout-column {
  float: left;
}

div.ccm-layout-column-wrapper {
  *zoom: 1;
}

div.ccm-layout-column-wrapper:before,
div.ccm-layout-column-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}

div.ccm-layout-column-wrapper:after {
  clear: both;
}

/* Full-width column layouts */
[id^="ccm-layout-column-wrapper-"] > div.ccm-layout-column {
  width: 100%;
}

[id^="ccm-layout-column-wrapper-"]
  > div.ccm-layout-column
  > div.ccm-layout-column-inner {
  margin-right: 0;
  margin-left: 0;
}

[id^="ccm-layout-column-wrapper-"]
  > div.ccm-layout-column:first-child
  > div.ccm-layout-column-inner {
  margin-left: 0;
}

[id^="ccm-layout-column-wrapper-"]
  > div.ccm-layout-column:last-child
  > div.ccm-layout-column-inner {
  margin-right: 0;
}

/* ============================================
   SPACER BLOCK (Abstand)
   ============================================ */

.abstand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.abstand--40 {
  height: 1.25rem;
}

.abstand--60 {
  height: 1.875rem;
}

.abstand--80 {
  height: 2.5rem;
}

.abstand--110 {
  height: 3.4375rem;
}

@media (min-width: 1200px) {
  .abstand--40 {
    height: 2.5rem;
  }

  .abstand--60 {
    height: 3.75rem;
  }

  .abstand--80 {
    height: 5rem;
  }

  .abstand--110 {
    height: 6.875rem;
  }
}

/* ============================================
   INLINE STYLE EXTRACTION
   From header.php line 23
   ============================================ */

.ccm-custom-style-container.ccm-custom-style-text-13315 {
  padding-top: 55px;
}
