/*
Author:		Rico Floß, floss@51nullacht.de
Author URI: https://www.51nullacht.de/
Project:	tax-act.de
Date:		2024-01
Client:		Tax Act
*/

/* BS: Small devices (landscape phones and up) */
@media (min-width: 576px) {

}

/* BS: Medium devices (tablets and up) */
@media (min-width: 768px) {

	.panel-grid.has-row_videobackground > div,
	.panel-grid.has-background_image_attachment > div { min-height: 33vh; padding-top: 5rem; padding-bottom: 5rem; }
	.panel-grid.has-row_videobackground.row_background-background-striped.row_stretch-full > div,
	.panel-grid.has-background_image_attachment.row_background-background-striped.row_stretch-full > div { background-position: left top !important; background-size: 75% auto !important; }

	.panel-grid.has-row_videobackground.row_background-background-striped:not(.row_stretch-full) > div,
	.panel-grid.has-background_image_attachment.row_background-background-striped:not(.row_stretch-full) > div { background-size: contain !important; }

	.panel-grid.row_background-background-striped > div::before { background-position: unset; left: 25%; }
}

/* BS: Large devices (desktops and up) */
@media (min-width: 992px) {

	/* h1, .h1 { font-size: 3.125rem; max-width: 85%; } */
	h1, .h1 { font-size: 2.125rem; max-width: 85%; }
	h2, .h2 { font-size: 1.875rem; }
	h3, .h3 { font-size: 1.5rem; }

	.panel-grid.has-row_videobackground.row_background-background-striped.row_stretch-full > div,
	.panel-grid.has-background_image_attachment.row_background-background-striped.row_stretch-full > div { background-size: 55% auto !important; }
}

/* BS: Extra large devices (large desktops and up) */
/* @media (min-width: 1600px) { */
@media (min-width: 1024px) {

	/* ? need this */
	/* siteorigin */
		/* "show" empty cell because we have no panel slider */
	/* .panel-grid .panel-grid-cell-empty { display: inherit; } */


}