﻿.VzVergleichIcon {
    margin-bottom: -.25em;
    margin-right: 0.25em;
    height: 1.3em;
}


/* Slider  */

.slidecontainer {
    margin-top: 0.5em;
    line-height: 1.5em;
}

    .slidecontainer table, .slidecontainer tr, .slidecontainer td {
        border: none;
    }

    .slidecontainer td {
        border: none;
        padding-right: 0.5em;
        margin-right: 0;
        vertical-align: middle;
    }


.slider {
    min-height: 0.25em !important;
    height: 0.25em !important;
    -webkit-appearance: none;
    /*width: 100%;
            height: 1em;
            border-radius: 2px;*/
    background: #FFEE00;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        background: #FFEE00;
        cursor: pointer;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
    }

    .slider::-moz-range-thumb {
        width: 1em;
        height: 1em;
        border-radius: 50%;
        background: #FFEE00;
        cursor: pointer;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
    }

/* ***************************************
        ** Diff related styles
        *****************************************/

ins {
    background-color: #cfc;
    text-decoration: inherit;
}

del {
    color: #999;
    background-color: #FEC8C8;
}

/* orangene, unklare Unterschiede erstmal ignorieren... */
ins.mod {
    /* background-color: #FFE1AC; */
    background-color: transparent !important;
}

.legend {
    /*position: absolute;
    right: 0;*/
    font-size: 0.875rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
    text-align: left;
    margin-bottom: 1.5rem;
}

/*#dokumentinhaltcontent {*/
    /*padding-top: 30px !important; */
    /* prevent intersection to legend */
/*}*/

#pagemapcanvas {
    /*position: fixed;
    bottom: 0;
    left: 0;*/
    width: 90%;
    height: calc(100% - 80px);
    z-index: 100;
}

@media screen and (min-width: 768px) {
    #pagemapcanvas {
        position: fixed;
        height: calc(100% - 380px);
        bottom: 80px;
        top: 190px;
        max-width: 100px;
    }
}

@media screen and (min-width: 992px) {
    #pagemapcanvas {
        position: fixed;
        height: calc(100% - 290px);
        bottom: 80px;
        top: 210px;
        max-width: 130px;
    }
}

@media screen and (min-width: 1200px) {
    #pagemapcanvas {
        max-width: 180px;
    }
}

@media screen and (min-width: 992px) {
    .legend {
        float: right;
        margin-left: 3rem;
    }
}

/* Bugfixes für Darstellungsprobleme */
.footnotes .number {
    display: initial !important;
}
