.gc_startmenu *{
  padding:0;
  margin:0;
  list-style:none;
  border:0;
  outline:0;
}

/*MaxtrixMenu*/

ul.startmenu-ul{
  float:left;
  width:102%;
  clear:both;
}

ul.startmenu-ul .startmenu-item{
	float:left;
	width:31.333%;
  margin:0 2% 2% 0;
  background-color:#e9e9e9;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  min-height:225px;
  position:relative;
}

ul.startmenu-ul .startmenu-item.top10{
  background-size:contain;
}

ul.startmenu-ul .startmenu-item.doppelt{
  width:64.666%;
  width:48%;
}

ul.startmenu-ul .startmenu-item.dreifach{
  width:98%;
  height:auto !important;
}

ul.startmenu-ul .startmenu-item .startmenu-item-title{
  font-size:140%;
  padding:10px;
  font-weight:600;
  margin:20px 0 20px 0;
  color:#fff;
  background:#911932;
  text-transform:unset;
}

ul.startmenu-ul .startmenu-item.top10 .startmenu-item-title{display:none;}

ul.startmenu-ul .startmenu-item .startmenu-item-title a{color:#fff;text-decoration:none;}

ul.startmenu-ul .startmenu-item a.freemenu-overview-item-fulllink{
  display:block;
  outline:none;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-decoration:none;
}

ul.startmenu-ul .startmenu-item-picture{
  display:block;
  max-width:100%;
  width:100%;
  height:auto;
  
}

ul.startmenu-ul .startmenu-item-picture:hover,
ul.startmenu-ul .startmenu-item-picture:active,
ul.startmenu-ul .startmenu-item-picture:focus{}


@media screen and ( max-width: 790px){
  ul.startmenu-ul {width:100%;}
  ul.startmenu-ul .startmenu-item,
  ul.startmenu-ul .startmenu-item.doppelt,
  ul.startmenu-ul .startmenu-item.dreifach{
    width:100%;
    clear:both;
    height:auto !important;
    margin:0 0 15px 0;
  }

}