/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Footer auf Containerbreite + unten andocken */
.x-footer .x-container,
.x-colophon .x-container,
footer .x-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

html, body { height: 100%; }
.x-site { min-height: 100vh; display: flex; flex-direction: column; }
.x-main { flex: 1 0 auto; }
.x-footer, .x-colophon { margin-top: auto; }
