/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
color: #e64a2c;
border: 1px solid #e64a2c;
}
.container-header .navbar-toggler {
justify-content: right ;
}
/* Hintergrund phoca Gallery Detailansicht - Kategorien */
.pswp__bg {
 background: black !important;
}
/*Phoca Gallery Ordnersymbol inKategoriendarstellung ausblenden*/
.ph-si-category {
display: none;
}