/*
Theme Name: Blo Theme Child
Template: blo_theme
Author: 3-mal-1 GmbH
Author URI: http://3-mal-1.de
Description: Template MAIN THEME
Version: 1.0.1761823582
Updated: 2025-10-30 12:26:22

*/

.logobar img {
	border-radius: 0 0 9px 0;
-webkit-box-shadow: 5px 5px 5px -5px rgba(112,112,112,0.7); 
box-shadow: 7px 7px 7px -5px rgba(112,112,112,0.9);
}

.kacheln img {
-webkit-box-shadow: 5px 5px 5px -5px rgba(112,112,112,0.7); 
box-shadow: 7px 7px 7px -5px rgba(112,112,112,0.9);	
}

[data-pos="zuloeschen"] {
	display: none;
}

.mb-6 {
	margin: 15px;
}

.mb-6 label {
  margin-right: 10px;	
}

@media (max-width: 500px) {
	.logobar {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		justify-self: center;
		width: 300px;
	}

		
	 .logobar img {
			margin: 10px !important;
	}
}
