/*!
Theme Name: Brisk Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: brisk
Version: 1.0.0
Text Domain: brisk
*/

.uicore-transparent:not(.uicore-scrolled) .uicore-header-wrapper {
	box-shadow: 0 0 0 0px rgb(255 255 255 / .2) !important;
}

/* ==============================
  =  Footer - Zertifikae
  ============================== */

.footerZertifikate {
	display: flex;
	justify-content: space-between;
}
.footerZertifikate img{
  max-height: 200px;
}
@media screen and (max-width: 1025px) {
	.footerZertifikate img{
		max-height: 150px;
		margin-right: 10px;
	}
	.footerZertifikate {
		display: flex;
		justify-content: flex-start;
	}
}