.container-header {
background: #E3000F;
  }


.container-header .grid-child {
    

display: flex !important;
    align-items: center !important;


padding-top: 0 !important;
    padding-bottom: 0!important;

}


.container-header .grid-child {
    display: flex !important;
    align-items: center !important;
}




.brand-logo {

  font-family: Roboto;
  font-style: normal;
  font-weight: 530;
  font-size:30px;
  text-decoration: none;
}

.navbar-brand {
  
 
  display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  
position: relative;
    top: 15px;   /* oder +2px → anpassen bis es exakt passt */


}

.navbar-brand .brand {
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.container-header .mod-menu {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
  position: relative;
    top: -10px;
}

/* Menü-Links selbst ausrichten */
.container-header .mod-menu li a {
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2 !important;
  position: relative;
    top: -10px;   /* oder +2px → anpassen bis es exakt passt */
}



