/*
Theme Name: Bootstrap_4_Theme
Author: Tobias Englmeier , Victoria Hohenadel
Description: Custom Theme with Bootstrap 4
Version: 0.1
Tags: Twitter Bootstrap, Responsive, CSS3
*/

.hl_img{

}

.highlighted {
	background: blue;
}

app var,app gloss,app wordorder,app add,app del,app subst{
	display: none;
}
.dropdown-menu{
          max-height:400px;
          overflow-y:auto;
 }

 note {
 	display: none;
 }

 .header_img{
 	margin-bottom: 25px;
 }

 .line_nr{
    font-family: monospace;
    margin-right: 15px;
    opacity: 0.7;
 }

 .prolog div{
 	padding-left: 20px;
 }

 .link{
    color: #007bff;
    cursor: pointer;
    border: none;
    background: white;
    padding: 0;
 }
 .link:hover{
 	color: #6f42c1;
 }

 .namelink{
    color: #7c7c7c;
    cursor: pointer;
    border: none;
    background: white;
    padding: 0;
    text-decoration: underline;
 }
 .namelink:hover{
    color: #6f42c1;
 }

 .scrollcolumn{
    height:500px;
    max-height:500px;
    overflow-y: scroll;
 }

 .signatur{
       /* float: right; */
    position: fixed;
    right: 5px;
    /* top: -3px; */
    margin-bottom: 3px;
    top: 312px;
    font-size: 12px;
 }