/*
Theme Name: SD MBG Childtheme
Description: SD Childtheme for Mittelständige Beteiligungsgeselllschaft Berlin Brandenburg
Author: SchweigerDesign
Author URI: https://www.schweiger-design.de
Template: generatepress
Version: 1.0
*/

.site-branding-container{
    display: none;
}

.inside-header{
    display: none;
}

.site-branding{
	display:none;
}

.main-navigation{
	display:none;
}

.entry-header{
	display:none;
}

.site-info{
	display:none;
}

/*stylingfpür den custom Booster 5.5 Ticker*/

.booster-ticker{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.booster-ticker-element{
    /*margin-top: 20px;*/
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end;
    background-color: #fff;

}
/*
.booster-ticker:first-child{
    margin-top: 0px;
}*/


.booster-ticker-element p, .booster-ticker-element  h4{
    display: inline;
    color: #0B09FF !important;
    line-height: 20px;
    vertical-align: baseline;
    margin-right: 10px;
    align-self: center;
    margin-bottom: 0;
}
 
.booster-ticker-element p{
    font-size: 20px;
}