/*
Theme Name: Hallesche Jugendwerkstatt gGmbH Website
Theme URI: https://github.com/wordpress/twentytwentythree
Author: oligoform
Author URI: https://oligoform.com
Description: Website für Hallesche Jugendwerkstatt gGmbH 2023
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: halleschejugendwerkstatt
Tags: one-column, wide-blocks, 
*/

html {
  scroll-behavior: smooth;
}

.fluid_columns200px {
	grid-template-columns: repeat(auto-fit, minmax(min(80px, 100%), 1fr)) !important;
}
.sub-menu-line > .wp-block-query {
  	width: 100%
}
.slider-pro {
	margin: 0
}
@media (max-width: 768px) {
  .sub-menu-line {
  	padding-bottom: var(--wp--preset--spacing--30);
  }
  .sub-menu-line .fluid_columns200px figure {
    display: none;
  }
  
}
@media (max-width: 1080px) {
  .sub-header.wp-block-columns {
    flex-wrap: wrap!important;
  }
  .sub-header .wp-block-column {
    flex-basis: 100%!important;
  }
  .sub-header .wp-block-column:last-child {
    margin-bottom: 1rem;
  }
  .sub-header .entry-content {
  	max-width: 100%;
  }
}