#main_banner_slide .main_slog {
  /*  filter: brightness(80%);*/
	position: relative;

	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
	background-position: top;  
}

.dopfileslabel {
	margin-top: 10px;
}
.mobile_menu.mobile_dop::before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 90%;
    height: 100px;
    z-index: 10;
    top: 0;
}
/*.mobile_menu .menu-level-2 {
	display: none;
}
.mobile_menu .menu-level-2.active {
	display: block;
}*/