/*:focus {*/
/*    outline: -webkit-focus-ring-color auto 1px;*/
/*    outline-color: green;*/
/*    outline-style: auto;*/
/*    outline-width: 0px;*/
/*}*/

.fix {
    height:150px;
    overflow-y:scroll;
    overflow-x: hidden;
}

#ql-editor-2 {
    overflow-y:scroll;
    overflow-x: hidden;
    height:300px;
    -webkit-user-select: text;
}

#editor {
    -webkit-user-select: text;
}

*:focus {
    outline: none;
}

div.latein {font-size:14px;}
span.hauptwort {color:#0000DD; font-weight:bold;}
div.fremd {color:#0000DD; font-style:italic; font-size:12px;}
div.formen {color:#000000; font-style:italic; font-size:12px;}
span.formen {font-style:italic;}
div.phrase {color:#009900;  font-size:12px;}
div.phraseV {color:#009900;  font-size:12px;}
ol.result {margin:0px; padding-top:0px; padding-left:20px; font-size:12px;}
li.result {padding-top:0px; font-size:12px; list-style-type:upper-roman;}
li.result1 {padding-top:0px; font-size:12px; list-style-type:none;}
.markiert { background-color: #4EB76D; color: white; }
.markiertrot { background-color: #B20D11; color: white; }
.fett {font-weight:bold;}

.bginfo {color:red; font-style: italic; }

.minheight {
    min-height: 200px;
}

div.minheight > h3 {
    font-size: 16px; !important;
}

.embeddable {
    pointer-events: none;
    cursor: default;
}

#merkliste {
    min-height: 335px;
}

.hochkantOnly {
    display: none;
}


@media screen  and (orientation: portrait) {

    .hochkantHidden {
        display: none;
    }

    .hochkantOnly {
        display: block;
    }


}

.fontsize1 {
    font-size: small;
}

.fontsize2 {
    font-size: larger;
}

.fontsize3 {
    font-size: x-large;
}

.fontsize4 {
    font-size: xx-large;
}
#editor {
    line-height: 110%;
}

.abstand2 {
    line-height: 200% !important;
}

div.ql-clipboard {
    max-height: 1px !important;
}

.ql-indent-1 {
    margin-left: 15px;
}

.ql-indent-2 {
    margin-left: 30px;
}

.ql-indent-3 {
    margin-left: 45px;
}

.ql-indent-4 {
    margin-left: 60px;
}

.ql-indent-5 {
    margin-left: 75px;
}

.ql-indent-6 {
    margin-left: 90px;
}

.ql-indent-7 {
    margin-left: 105px;
}

.red {
    color: red;
}

.green {
    color: #00aa00;
}
