@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;
}

div#kopfzeile {
    clear: left;
    color: #000000;
    font-size: small;
    font-style: italic;
    font-weight: bolder;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 5px;
    text-align: center;
    width: 100%;
}


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

div.hilfe {
    position: relative;
}

@media print {
    /* Seiteneinstellungen */
    @page {
        size: landscape;
        margin: 0.1cm;
    }
    /* Screen-Elemente wie buttons ausblenden */
    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: block;
    }
    div#menu ol li {
        display: block;
    }
    div#footer,
    footer.small {
        display: none;
    }
    .toggle,
    .togValue {
        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;
    }
    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;
    }
}


/************************************
Bereich zur Formatierung der Liederliste
*************************************/

div#menu {
    border: 0px dashed #F00;
    padding: 0.25cm;
    position: relative;
    left: 0cm;
    top: 0.0cm;
    width: 95vw;
    /*height: 90vh;*/
    column-count: 4;
    overflow-x: hidden;
    overflow-y: auto;
    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-top: 1px solid #000;
    cursor: pointer;
    margin-top: 5px;
    /* Prevent double borders */
    background-color: #F7D358;
    /* Grey background color */
    /*    padding: 12px; /* Add some padding */
    text-decoration: none;
    /* Remove default text underline */
    font-size: 11px;
    /* 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.block-end:first-of-type,
div#menu ol li.block-end#current:first-of-type,
div#menu ol li.block-end:hover:first-of-type {
    display: none;
}

div#menu ol li.block-end,
div#menu ol li.block-end#current,
div#menu ol li.block-end:hover {
    border-bottom: 1px solid #000;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    text-decoration: none;
    display: block;
    font-size: 1px;
    /* Make it into a block element to fill the whole list */
}

div#menu ol li {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    cursor: pointer;
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #f6f6f6;
    /* Grey background color */
    padding: 2px 2px 2px 5px;
    /* Add some padding */
    text-decoration: none;
    /* Remove default text underline */
    font-size: 11px;
    /* Increase the font-size */
    color: black;
    /* Add a black text color */
    display: block;
    /* Make it into a block element to fill the whole list */
}


/*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 */