/* vim: set expandtab shiftwidth=2 tabstop=2 softtabstop=2 : */
@media screen and (max-width:9999px) and (min-width:768px) {
/* ------------------------------------------------------------------------ */
  
/* this disables the submenu-arrow */
.navigation-top #top-menu .menu-item-has-children:after ,
.navigation-top #top-menu .menu-item-has-children:before
{
  display:none;
}
/*	
.navigation-top .menu .icon-angle-down
{
  display: none !important;
}

.navigation-top .menu-item .sub-menu
{
  background-color: rgb(88,88,90);
  color: rgb(100,188,174);
  text-align: left;
  padding-left: 14px;
  padding-top: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(100,188,174);
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgb(50,50,50);
}

.navigation-top .menu-item .sub-menu a
{
  color: rgb(255,255,255);
  transition: color 0.1s;
}
*/
/* enable the breadcrumb-bar */
#brot
{
  display: none !important;
}
  
/* ------------------------------------------------------------------------ */
} /* mq */

