I transferred the website to another server with akeeba backup. Some settings were not saved. Wrong colors. Wrong font.
It is not the first time the settings are not transfered.
Well, i recovered all. In this process,I found out that the problem was with the second logo.
The topic can be closed. Many thanks for your support.
Below is the CSS code
.jub-block .header .navbar-toggle .icon-bar{
background-color: #fafafa;
}
@media only screen and (max-width:991px) {
.jub-block .header .navbar-collapse.collapse, .jub-block.header .navbar-collapse.collapse {
display: block !important;
}
.jub-block .jub-element.spacing-left-none.text-right {
display: none;
}
.header-navbar {
position: absolute;
top: 17px;
left: 115px;
}
ul.nav.menu.mod-list li {border-bottom:1px dotted #CCC; }
.jub-block .jub-element.spacing-left-none.text-right {
position: absolute;
top: 60px;
z-index: 99;
background: #111;
width: 230px;
right: 0;
}
.jub-block .collapse.in .jub-element.spacing-left-none.text-right {
display: block;
}
.jub-block.header-1 .header .navbar > div > .row {
display: block;
position: relative;
}
}
@media only screen and (min-width: 992px) {
div.jub-media-img.z-depth-.haasgebr { margin-top:-40px;float:left;}
}