/* ******************************BODY******************************* */
.junicode
{font-family:junicode !important;}

@font-face{
    font-family:junicode;
    src: url(../fonts/Junicode.ttf);
}
@font-face{
    font-family:roboto;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face{
    font-family:karla;
    src: url(../fonts/Karla-Regular.ttf);
}
@font-face{
    font-family:anonymous;
    src: url(../fonts/AnonymousPro-Regular.ttf);
}
@font-face{
    font-family:anonymousI;
    src: url(../fonts/AnonymousPro-Italic.ttf);
}
body { font-size: 15px !important;
  font-family:'roboto' !important;
	font-weight:300 !important;
	line-height:1.4em !important;
	color:black !important;
 }
 /* **************************NAVIGATION************************** */
.no-padding{
    padding-left:0;
    padding-right:0;
}
.logotext{
    font-family:anonymous;
}
.navbar-fixed-bottom{
    /*min-height: 50px !important;*/
    width: 100%;
    text-align: center;
}
.navbar-fixed-bottom > li{
    float: none;
    display: inline-block;
}

.myaccordion1 .panel-body{
    margin-top: 0 !important;
}

/*TODO MARGINALIEN EIGENE DATEI*/
details details {
    margin-left:1em;
}

details .belegContent{
    margin-left:1em;
}

.belegContent{
    background:WhiteSmoke;
    border:3px ridge #6B94CB;
    padding:10px;
}

.columntest .panel {
    display: inline-block;
	width: 100%;
}
.missing_lem{
    color: orange !important;
}