*{
    font-family: 'Roboto Flex', sans-serif !important;
}
*:active{
    outline:none;
}
*:focus{
    outline:none;
}
html, body{
    margin:0 !important;
    height:100% !important;
    overflow: hidden !important;
    zoom: off;
    
}
.starterpage{    display: flex;
    align-items: center;
transition: 0.8s;
width:max-content;}
.btn{    background: #000;
color: #fff;
padding: 3px 4px;
margin-left: 10px;
margin-right: 10px;}

.linik{
    text-decoration:underline;
    font-size:12px;
    cursor:pointer;
    color:#000;
}
.kahrgang{
    font-size: 14px;
    margin-top:10px;
    margin-bottom: 8px;
}

.flex{
    display: flex;
}
.flexcol{
    display: flex;
    flex-direction: column;
}
.box{
    width:50%;
    height:200px;
    border:1px solid;
    
}
.uiheader{display: flex; background:#f5f5f5;align-items: center;height: 40px;font-size: 13px;justify-content:space-between;}
.flexbox{
    width: 140px;
    background: #fff;
    height: 140px;
    border-radius: 12px;
    margin-left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
margin-bottom: 15px;}
.flexwrap{
 display: flex;
 flex-wrap: wrap;   
 width: max-content;
 max-width: 95%;
}

.overlay{    
    position: fixed;
    top: 0px;
    height: 497px;
    background: #fff;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.contentDIV{
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
}


.headerText{
    margin: 19px;
    margin-left: 28px;
}

.normalText{    margin-left: 28px;
    font-size: 12px;
}

.italictxt{
    margin-left: 34px;
    margin-top: 16px;
    font-size: 12px;}


    .abtoom{
        margin-bottom: 20px;
        cursor: pointer;
    }
    .abtoom:hover{
        text-decoration: underline;
    }




 select{appearance: none;
    background: #fff;
    border: 1px solid #b5b9bf;
    color: #1e1f24;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    width: 171px;
    /* border-radius: 5px; */
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
 }
 .sle_wrapper{
    display:block;
    position:relative;
    width:max-content;
 }

 .select_Select__dropdown--large {
    height: 42px;
    width: 42px;
}

.select_Select__dropdown { 
    color: #1e1f24;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 3;
}

.inputwrapper{
    appearance: none;
    background: #edeef0;
    border: 1px solid #b5b9bf;
    color: #1e1f24;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    width: max-content;
    border-radius: 5px;
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    padding-right: 0px;
    font-weight: 400;
    line-height: 20px;
display:flex; align-items: center;}


h4{
    margin-bottom: 11px;}



.btnheader{   
    font-size: 14px;
    margin-right: 35px;
    transition:0.2s;
    cursor:pointer;
    text-decoration: none;
    color:#000;
}
.btnheader:hover{
    border-bottom:1px solid;
}
.teambeitreten{
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    height: 51px;
    flex-direction: column;
    padding-left: 18px;
    font-size: 13px;
}
.teambeitreten span{
    font-size:12px;margin-top: 10px;font-weight: 100;
}
.teambeitreten a{
    color:#000;text-decoration: underline;margin-top: 4px;font-size: 11px;
}

#pcmenu{
    display: none; align-items:center;
}
.boxena img{
    width: 48px;
    margin: 19px;
    margin-left: 23px;
    margin-right: 24px;}


    #mobileBar{
        cursor:pointer;width:40px; height:40px;display:flex; align-items:center; justify-content:center;
    } 
    #mobileBar img{
        margin-right: 34px;width: 24px; height:auto;}

.btnheader2{
    font-size:20px;
    font-weight: 100;
    margin:10px;
    text-decoration: none;
    color:#1e1f24;
}
.btnheader2:hover{
    text-decoration: underline;
}

.aheader{
    width: max-content;
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid;
    text-decoration: none;
    color:#000;
    padding-right: 18px;
    font-size: 12px;}
.aimg{
    width: 23px;
    margin-left: 20px;
    margin-right: 20px;
}