#kader_input_mask   {
    width: 100%;
    position: fixed;
    /*position: fixed;*/
    /*height: 400px;*/
    z-index: 10;
    background-color: #fff;
    bottom: 0px;
    height: 35px;
    /*height: 100%;*/
    transition: height .3s ease;
    display: block;
    box-shadow: 0px -5px 20px -12px;
}
.open   {height: auto !important;}
.rot180deg   {transform: rotate(180deg);}

#kader_menubar  {
    width: 100%;
    display: flex;
}

#kader_menubar span  {
    flex: 2 0 0;
    text-align: center;
    border: 1px solid var(--main-border-color);
    line-height: 35px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 5px 0 5px;
}
.clickable  {
    cursor: pointer !important;
}
.smallbtn   {
    flex-grow: 1 !important;
}
.heimgast_wrapper   {
    display: flex;
    width: 100%;
    /*border: 3px solid red;*/
    box-sizing: border-box;
    padding: 10px;
}
.heimmannschaft, .gastmannschaft {
    flex-grow: 1;
    padding: 5px;
    /*display: flex;*/
    /*position: relative;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*width: 48%;*/
    /*float: left;*/
    /*padding: 15px;*/
    /*border: 1px solid red;*/
    }
    
.heimmannschaft {
    border-right: 1px solid black;
    }

    
.row {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*border: 1px solid red;*/
    /*flex-basis: 80%;*/
    }

.headers    {
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
}
.player {
    display: flex;
    flex-grow: 1;
    padding-right: 5px;
}
.player:last-child  {
    padding-right: 0px;
}

.player_number, .player_name    {
    line-height: 23px;
    text-align: center;
    font-size: calc(12px + .3vw);    
}
.player_number  {
    flex: 1 0 auto;
}
.player_name    {
    flex: 3 0 auto;
}
.h_coach {
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
}
.player {
    background-image: url("../images/handle.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 8px;
    cursor: pointer;
}

/*.heimmannschaft div input:nth-child(even), .gastmannschaft div input:nth-child(even)  {
    flex: 3 0 auto;   
    }
.heimmannschaft div input:nth-child(odd), .gastmannschaft div input:nth-child(odd)   {
    flex: 1 0 auto;   
    }
*/


#kader_input_mask input    {
    border: 1px solid black;
    border-radius: 2px;
    padding: 1px;
    margin: 2px;
    padding-left: 3px;
    }
    
input[name*="nr"] {
    width: 27px;
    }
input[name*="pos"] {
    display: none;
    }

.roster_opener  {
    width: 100%;
    display: flex;
    justify-content: center;
}
.r_opener    {
    line-height: 35px;
    font-size: 18px;
    text-transform: uppercase;
}
.r_opener img   {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    padding: 0 10px 1px 10px;
    top: 0px;
    left: 0px;
}

.hidden {
    display: none;
}

@media (max-width: 1416px) {
    .row {
        flex-direction: column;
    }
    .player_number, .player_name    {
        line-height: 15px;
        text-align: center;
        font-size: 10px;
    }
    .headers    {
        font-size: 10px;
        padding: 0px;
    }
    .heimgast_wrapper {
        padding: 3px;
    }
    .r_opener {
        line-height: 25px;
        font-size: 15px;
    }
    #kader_menubar span {
        line-height: 15px;
        font-size: 10px;
    }
    #kader_input_mask   {
        height: 25px;
    }
    .player:last-child, .player:nth-child(1), .player:nth-child(2)  {
        padding-right: 0px;
    }
    .h_coach    {
        font-size: 10px;
    }
    
}