.frame-default .counter-invisible {
    opacity: 1;
}
.frame-default .ce-counter {
    border: 0;
}
#wrapper #spalten {
  z-index:2;
}
#wrapper #vereine {
  z-index:3;
}

#login-box-right .frame-type-felogin_login legend{
  display: none;
}

.frame-type-felogin_login form fieldset{
padding-right:15px;  
  border:none;
}

.frame-type-felogin_login form fieldset >div{
  display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}
.frame-type-felogin_login form fieldset >div label input{
  float: right;
      max-width: 130px;
}
.frame-type-felogin_login form fieldset >div:nth-child(4){
  align-items: end;
}
.frame-type-felogin_login form fieldset input[type="submit"]{
  	width: 68px;
    padding: 2px 5px;
    border-radius: 0;
    background: white;
    border: 1px solid rgb(118,118,118);
  	margin-top: 5px;
}
.frame-type-felogin_login form fieldset input[type="submit"]:hover{
  cursor:pointer;
  background: #e7e7e7;
}
.top-navi{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  float: none;
}
#top-navi .top-navi #pmenu a{
	padding: 0px 12px;
}
#usercounter .frame-space-before-medium{
  margin-top: -10px;
}
#usercounter .frame-space-before-medium header{
  display:none;
}
#usercounter .tx-tm-team-counter >div{
  padding:0;
}


#usercounter table .cw_stats_r0 span{
  color: #FFF;
  display:inline-block;
  background: linear-gradient(123deg, rgb(113 113 113) 24%, rgba(0,0,0,1) 54%);	
      font-size: 16px;
    width: 14px;
    text-align: center;
}
#usercounter table td{
  padding-bottom:3px;
}