@charset "utf-8";

/* CSS Document */


/* zum Testen */

p#test1 {
    border: 1px;
    height: 5cm;
}


/************ Allgemeine Einstellungen im BODY: ***********/

body {
    background-color: #e8e8d0;
    color: #000000;
    /*	font-family:"Lucida Console", Monaco, monospace; */
    font-family: "Arial Narrow", Arial, sans-serif;
    margin: 0px;
}


/* ****************** Nicht sichtbare Voreinstellung fuer Schriftgroeße ***************************/

div#defaultsize {
    position: absolute;
    left: 0cm;
    top: 0cm;
    display: none;
}

div#tabsize {
    position: absolute;
    left: 0cm;
    top: 0cm;
    display: none;
}


/************ Hier sind die Eigenschaften der linken Spalte konfiguriert: ***********/

div.rahmen1 {
    width: 12.85cm;
    /* = Halbe Höhe Din A4: 14.85cm  abzüglich 2cm (aus margin-left, border-left, padding-left, padding-right, border-right, margin-right)  */
    height: 19.9cm;
    /* = Breite Din A4 mögl. Ausdruckhöhe 20.9cm  abzüglich 1cm ( aus margin-top, border-top, padding-top, padding-bottom, border-bottom, margin-bottom) */
    margin-bottom: 0cm;
    margin-top: 0cm;
    margin-left: 0cm;
    margin-right: 0cm;
    padding-bottom: 0.5cm;
    padding-top: 0.5cm;
    padding-left: 1cm;
    padding-right: 1cm;
}

@media print {
    div.rahmen1 {
        position: absolute;
        left: 0cm;
        top: 0cm;
        border-right: solid 1px #000000;
        /*    border: solid 1px #0000FF; */
        /*    border-right: solid 1px #000000; */
    }
}

@media screen {
    div.rahmen1 {
        position: absolute;
        left: 10cm;
        top: 2cm;
        border: dashed 1px #0000FF;
        /*    border: dashed 1px #0000FF; */
        /*    border-left: solid 1px #000000; */
    }
}


/************ Hier sind die Eigenschaften der rechten Spalte konfiguriert: ***********/

div.rahmen2 {
    width: 12.85cm;
    /* = Halbe Höhe Din A4: 14.85cm  abzüglich 2cm (aus margin-left, border-left, padding-left, padding-right, border-right, margin-right)  */
    height: 19.9cm;
    /* = Breite Din A4 mögl. Ausdruckhöhe 20.9cm abzüglich 0cm ( aus margin-top, border-top, padding-top, padding-bottom, border-bottom, margin-bottom) */
    margin-bottom: 0cm;
    margin-top: 0cm;
    margin-left: 0cm;
    margin-right: 0cm;
    padding-bottom: 0.5cm;
    padding-top: 0.5cm;
    padding-left: 1cm;
    padding-right: 1cm;
}

@media print {
    div.rahmen2 {
        position: absolute;
        left: 14.85cm;
        top: 0cm;
        border-left: solid 1px #FF0000;
        /*    border: solid 1px #FF0000; */
        /*    border-left: solid 1px #FF0000; */
    }
}

@media screen {
    div.rahmen2 {
        position: absolute;
        left: 24.85cm;
        top: 2cm;
        border: dashed 1px #FF0000;
        /*    border: dashed 1px #FF0000; */
        /*    border-left: solid 1px #FF0000; */
    }
}

div.onepage {
    margin-bottom: 0cm;
    margin-top: 0.2cm;
    margin-left: 0cm;
    margin-right: 0cm;
    padding-bottom: 0cm;
    padding-top: 0cm;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 0px dashed #F00;
    /*	position: absolute; damit im Chrome-Mobile die Akkord-Formatierung passt; damit wird aber das hilfe-div benötigt	*/
    position: absolute;
    font-size: 2.1vw;
    width: 98vw;
}


/* Folgender div hilft, den Abstand zum Settings div zu halten */

div.hilfe {
    position: relative;
}

@media print {
    body>p {
        display: none;
    }
    #sel {
        display: none;
    }
    .fieldgroup1 {
        display: none;
    }
    .fieldgroup2 {
        display: none;
    }
    div.settings1 {
        display: none;
    }
    div.settings2 {
        display: none;
    }
    #filterInput {
        display: none;
    }
    div#menu {
        display: none;
    }
    div#menu ol li {
        display: none;
    }
}


/* Media Print */

@media screen {
    .bottom {
        position: absolute;
        bottom: -10px;
        height: 1.2em;
    }
    footer.small {
        background-color: #F7D358;
        clear: left;
        color: #ffffff;
        font-size: small;
        font-style: italic;
        font-weight: bolder;
        padding-bottom: 4px;
        padding-top: 4px;
        margin: 5px;
        text-align: center;
        width: 100%;
    }
    a.ds-im,
    a.ds-im:link,
    a.ds-im:active,
    a.ds-im:visited {
        color: #ffffff;
        font-size: small;
        text-decoration: none;
    }
    .toggle {
        border: none;
        width: 200px;
        height: 30px;
        padding: 5px 5px 5px 5px;
        background-color: #EEE;
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        outline: none;
        cursor: pointer;
    }
    .toggle[value=true] {
        border: none;
        width: 200px;
        height: 30px;
        padding: 5px 15px 5px 15px;
        background-color: #A00;
        opacity: 0;
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        outline: none;
        cursor: pointer;
    }
    .toggle[value=false] {
        border: none;
        width: 200px;
        height: 30px;
        padding: 5px 15px 5px 15px;
        background-color: #A00;
        opacity: 0;
        color: #000;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        outline: none;
        cursor: pointer;
    }
    .togValue {
        display: inline;
        margin-left: 3px;
        margin-right: 10px;
        border-top: 0px solid #000;
        border-right: 0px solid #000;
        border-bottom: 0px solid #000;
        border-left: 0px solid #000;
        box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3) inset;
        /*  height: 30px; /* Hat keine Auswirkung bei inline */
        background-color: white;
        opacity: 0.5;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    a.home {
        background-image: url('house.png');
        /* Add a search icon to input */
        background-position: center;
        /* Position the search icon */
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
        background-color: #EEE;
        padding: 5px 15px 5px 15px;
        /* Add some padding    5px 10px 5px 16px; */
        border-bottom: 2px solid #aaa;
        /* Add a grey border */
        border-right: 2px solid #aaa;
        /* Add a grey border */
        margin-right: 20px;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
    }
    a.home:hover {
        background-color: #CCC;
    }
    a.fullscreen {
        background-image: url('ToggleFullscreen.png');
        /* Add a search icon to input */
        background-position: center;
        /* Position the search icon */
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
        background-color: #EEE;
        padding: 5px 15px 5px 15px;
        /* Add some padding    5px 10px 5px 16px; */
        border-bottom: 2px solid #aaa;
        /* Add a grey border */
        border-right: 2px solid #aaa;
        /* Add a grey border */
        margin-right: 20px;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
    }
    a.fullscreen:hover {
        background-color: #CCC;
    }
    a.but {
        background-color: #EEE;
        padding: 5px 10px 5px 10px;
        /* Add some padding */
        border-bottom: 2px solid #aaa;
        /* Add a grey border */
        border-right: 2px solid #aaa;
        /* Add a grey border */
        margin: 3px 3px 3px 3px;
        /* Add some space below the input */
        cursor: pointer;
        /*
	font-size: 2.5vw;
*/
        font-size: 1.8em;
        -webkit-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
    }
    a.but:hover {
        background-color: #CCC;
    }
    #tGrBut {
        z-index: 10;
    }
    #tGrBut[toggle=on] {
        position: fixed;
        top: 15vh;
        left: 1vw;
        background-color: #F88;
    }
    #tGrBut[toggle=off] {
        position: relative;
        background-color: #EEE;
    }
    #sel {
        border: 0px;
    }
    .fieldgroup1 {
        position: absolute;
        left: 10cm;
        float: left;
        width: auto;
        margin-left: 0cm;
    }
    .fieldgroup2 {
        position: absolute;
        left: 24.85cm;
        float: left;
        width: auto;
        margin-left: 0cm;
    }
    #filterInput {
        position: absolute;
        right: 0px;
        background-image: url('search.png');
        /* Add a search icon to input */
        background-position: 10px 5px;
        /* Position the search icon */
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
        width: 6.5cm;
        /* Full-width */
        font-size: 16px;
        /* Increase font-size */
        padding: 5px 5px 5px 40px;
        /* Add some padding */
        border: 1px solid #ddd;
        /* Add a grey border */
        margin: -5px 5px 0px 10px;
        /* Add some space below the input */
    }
    textarea {
        resize: none;
    }
    div.text {
        display: none;
    }
    div#menu {
        border: 0px dashed #F00;
        padding: 0.25cm;
        position: relative;
        left: 0cm;
        top: 0.0cm;
        width: 95vw;
        height: 90vh;
        column-count: 3;
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
    }
    div#menu ol {
        padding-left: 0px;
        margin: 0px;
        /*	height:85vh;*/
        /*overflow: scroll;*/
    }
    div#menu ol li.block,
    div#menu ol li.block#current,
    div#menu ol li.block:hover {
        border: 1px solid #ddd;
        cursor: pointer;
        margin-top: -1px;
        /* Prevent double borders */
        background-color: #F7D358;
        /* Grey background color */
        /*    padding: 12px; /* Add some padding */
        text-decoration: none;
        /* Remove default text underline */
        font-size: 18px;
        /* Increase the font-size */
        color: black;
        /* Add a black text color */
        text-align: center;
        display: block;
        /* Make it into a block element to fill the whole list */
    }
    div#menu ol li {
        border: 1px solid #ddd;
        cursor: pointer;
        margin-top: -1px;
        /* Prevent double borders */
        background-color: #f6f6f6;
        /* Grey background color */
        padding: 12px 12px 12px 35px;
        /* Add some padding */
        text-decoration: none;
        /* Remove default text underline */
        font-size: 18px;
        /* Increase the font-size */
        color: black;
        /* Add a black text color */
        display: block;
        /* Make it into a block element to fill the whole list */
    }
    div#menu ol li#current {
        border: 1px solid #ddd;
        cursor: pointer;
        margin-top: -1px;
        /* Prevent double borders */
        background-color: #AAAAFF;
        /* Grey background color */
        /*    padding: 12px; /* Add some padding */
        text-decoration: none;
        /* Remove default text underline */
        font-size: 18px;
        /* Increase the font-size */
        color: black;
        /* Add a black text color */
        display: block;
        /* Make it into a block element to fill the whole list */
    }
    div#menu ol li:hover {
        /*	border: 1px solid #FF0000;
	color: #FF0000; */
        cursor: pointer;
        background-color: #81F7F3;
        /* Add a hover effect to all links, except for headers */
    }
    div#menu ol li[uri_source=M][typ=scan] {
        background-image: url('../images/momo_scan.png');
        /* Add a search icon to input */
        background-position: center left;
        /* Position the search icon */
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
    }
    div#menu ol li[uri_source=M][typ=html] {
        background-image: url('../images/momo_html.png');
        /* Add a search icon to input */
        background-position: center left;
        /* Position the search icon */
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
    }
    div#menu ol li[uri_source=D][typ=scan] {
        background-image: url('../images/default_scan.png');
        /* Add a search icon to input */
        background-position: center left;
        /* Position the search icon */
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
    }
    div#menu ol li[uri_source=D][typ=html] {
        background-image: url('../images/default_html.png');
        /* Add a search icon to input */
        background-position: center left;
        /* Position the search icon */
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
    }
    div.settings {
        margin: 0px;
        border: 0px solid #F00;
        padding: 0.2cm;
        position: relative;
        left: 0cm;
        top: 0cm;
        /*	width: 14.65cm; /* Normalerweise 14.95cm; Da pdf24 keine volle Breite von 29.7 bei Din A4 kann */
        /*	font-size:2vw;*/
        white-space: nowrap;
    }
    div.settings1 {
        margin: 0px;
        /*	border: 1px dashed #F00; */
        padding: 0.2cm;
        position: absolute;
        left: 10cm;
        top: 0.5cm;
        width: 14.65cm;
        height: 1.0cm;
        font-size: 1pc;
        float: right;
    }
    div.settings2 {
        margin: 0px;
        /*	border: 1px dashed #F00; */
        padding: 0.2cm;
        position: absolute;
        left: 25.05cm;
        top: 0.5cm;
        width: 14.65cm;
        height: 1.0cm;
        font-size: 1pc;
        float: right;
    }
}


/* ***************************
Bereich für Lied-Formatierungen
******************************/


/************ Gescannte Bilder ************/

img.titelscan {
    width: 95%;
    height: auto;
}


/********************************/


/********  Textformatierungen  **********/

h3.titleleft {
    text-align: center;
    padding-top: 1em;
    margin: 0em;
}

h3.titleright {
    text-align: center;
    padding-top: 1em;
    margin: 0em;
}

@media print {
    h3.titleleft {
        text-align: center;
        margin: 0px;
    }
    h3.titleright {
        text-align: center;
        margin: 0px;
    }
}

p.strophe {
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    line-height: 1.5;
    white-space: pre-wrap;
    margin: 0em;
}

p.monospaced {
    font-family: monospace;
}

p.refrain {
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2%;
    padding-top: 0.5em;
    line-height: 1.5;
    white-space: pre-wrap;
    font-weight: bold;
    margin: 0em;
}

.rel {
    color: red;
    position: relative;
    top: -0.85em;
    left: -0.5em;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.abs {
    color: blue;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: normal;
    font-size: 90%;
}

.hints {
    color: blue;
    font-size: 90%;
}

.chor {
    color: brown;
    font-size: 100%;
}

.fixedright {
    position: fixed;
    width: 10vw;
    height: 20vh;
    background-color: red;
    opacity: 0.1;
    top: 40vh;
    left: 90vw;
    text-align: center;
    display: none;
    z-index: 10;
}

.fixedleft {
    position: fixed;
    width: 10vw;
    height: 20vh;
    background-color: blue;
    opacity: 0.1;
    top: 40vh;
    left: 0vw;
    text-align: center;
    display: none;
    z-index: 10;
}


/*Debug Area */

div.debug[toggle=on] {
    position: fixed;
    width: 60vw;
    height: 40vh;
    padding: 0px;
    background-color: lightgray;
    color: black;
    opacity: 0.9;
    top: 20vh;
    left: 30vw;
    text-align: left;
    display: block;
    z-index: 11;
}

div.debug[toggle=off] {
    position: fixed;
    width: 60vw;
    height: 40vh;
    padding: 0px;
    background-color: lightgray;
    color: black;
    opacity: 0.9;
    top: 20vh;
    left: 30vw;
    text-align: left;
    display: none;
    z-index: 11;
}

span#close_debug {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

table.debug {
    width: 55vw;
    border-collapse: collapse;
    /*	border: 1px dashed #00F;*/
    text-align: left;
    font-size: 1em;
    margin-bottom: 16px;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
}

table.debug td {
    border: 1px solid;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
}


/* Ende Debug Area */

h1.vcenter {
    display: table-cell;
    vertical-align: middle;
    font-size: 9vw;
    color: white;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

div.liedcontainerTemp {
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

table.titellegende {
    border-collapse: collapse;
    /*	border: 1px dashed #00F;*/
    position: absolute;
    opacity: 0.5;
    top: 0px;
    left: 0.5cm;
    text-align: left;
    font-size: 1.2pc;
    margin-bottom: 0cm;
    margin-top: 0cm;
    margin-left: 0cm;
    margin-right: 0cm;
}

table.titellegende td {
    border: 1px solid;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}