/*

    Theme Name: zermatt-child
    Theme URI: https://ludwigshafen-wow.de
    Description: Zermatt Child is a child theme of Zermatt, created by ludwigshafen-wow
    Author: ludwigshafen-wow
    Author URI: https://ludwigshafen-wow.de
    Template: zermatt
    Version: 1.0.8
    Text Domain: Zermatt-child
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
#qodef-page-footer ul#menu-footer-0 li {
    padding-right: 10px !important;
}


/* joern@flyingletters.com 2025-04-01 */
/* Fix CLS: Cumulative Layout Shift Lighthouse * /
.qodef-page-outer {
  container-type: inline-size;
}
.qodef-content-grid {
  --container-width: 1100px;
}
@media only screen and (max-width: 1200px) {
  .qodef-content-grid {
    --container-width: 960px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-content-grid {
    --container-width: 768px;
  }
}
@media only screen and (max-width: 800px) {
  .qodef-content-grid {
    --container-width: calc(100cqw * 0.86);
  }
}

@media only screen and (max-width: 480px) {
  .qodef-content-grid {
    --container-width: calc(100cqw * 0.82);
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-content-grid {
    --container-width: 1400px;
  }
}
body:not(.single-post) .elementor-section.elementor-section-stretched {
  position: static !important;
  width: 100vw !important;
  margin-left: calc((100vw - var(--container-width)) * -0.5) !important;;
}
/ * End Fix CLS */