/* 
Theme Name: Glow Custom Theme
Author: glow communication GmbH
Author URI: https://glow-berlin.de
Description: Glow Custom Theme
Version: 1.1

*/

@media screen and (max-width: 768px) {
.kachelGridFourColumns{
	grid-template-columns: repeat(3, 1fr) !important;
}
}
@media screen and (max-width: 599px) {
.kachelGridFourColumns, .kachelGridThreeColumns{
	grid-template-columns: repeat(2, 1fr) !important;
}
}
.kachelGridFourColumns .kachel-overlay span{
	font-size: 1rem !important;
}
