/*
 Theme Name:   Child-Theme Uniquos Digital Solions
 Description:  Child-Theme für GAA
 Tags: Blank, HTML5, CSS3
  Author:       Uniquos Development Team
  Template:     twentytwentyone
  Version:      1.22 Build 20230412
*/

/* Corrects garbage Divi mobile menu */

@media only screen and (max-width : 980px) {

footer .et_pb_menu__menu {
display: block !important;
}

footer .et_mobile_nav_menu {
display: none!important;
}

}

@media (max-width: 980px){
.et-l--footer .et_pb_menu__wrap{
	justify-content: flex-start !important;
}
}

.et-l--header .et_builder_inner_content{
	z-index:999 !important;
}

/* Global BG-Color - overwrites parent-theme value */

body{
  background-color: #ffffff !important;
  }