/*
Theme Name: Physio Ollie Child
Theme URI: https://olliewp.com
Description: Ollie Child für Physio Renningen
Author: Martina Keck
Author URI: https://olliewp.com
Template:     ollie
Version: 1.0.3
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: ollie-child
*/

/*--- footer responsive unter 600px linksseitig ausrichten ---*/
@media (max-width: 600px) {
  .footer-col-mid {
    align-items: flex-start !important;
  }
  .footer-col-mid h2 {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .footer-col-3,
  .footer-col-3 .wp-block-navigation {
    align-items: flex-start !important;
  }
  .footer-col-3 h2 {
    text-align: left !important;
  }
  .footer-col-3 .wp-block-navigation .wp-block-navigation__container {
    align-items: flex-start !important;
  }
}

/*--- Inhalt: zweispaltige Liste bis 768px ---*/
.liste-2spaltig {
  column-count: 2;
  column-gap: 2.5rem;
}

.liste-2spaltig li {
  break-inside: avoid;
}

@media (max-width: 768px) {
  .liste-2spaltig {
    column-count: 1;
  }
}