@charset "utf-8";
/* CSS Document  */


/************ Allgemeine Einstellungen im BODY: ***********/

html {
	height: 100%;
/*	background-color:blue; */
}

body  {
	height: 100%;
	background-color:#e8e8d0;
	color:#000000;
/*	font-family:"Lucida Console", Monaco, monospace; */
	font-family:"Arial Narrow", Arial, sans-serif;
	margin:0px;
}

/*************** Einstellungen der Screen-Seite für Footer usw. */

@media screen {
	
	div.content {
		position: relative;
		min-height: 100%;
		width: 100%;
		margin: 0 auto;
		padding-bottom:2em;
/*		background-color:silver; */
	}

	footer.small {
		position: absolute;
		bottom: 0;
		background-color:#F7D358;
		clear:left;
		color:#ffffff;
		font-size:small;
		font-style:italic;
		font-weight:bolder;
		padding-bottom:4px;
		padding-top:4px;
		margin:0px;
		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;
	}


}


/* ****************** 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;
	background-color:#ffffff;
}

@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 #AAAAAA;
	/*    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;
	background-color:#ffffff;
}


@media print {
	div.rahmen2 {
		position: absolute;
		left: 14.85cm;
		top: 0cm;
		border-left: solid 1px #000000;
	/*    border: solid 1px #FF0000; */
	/*    border-left: solid 1px #FF0000; */
	}
}

@media screen {
	div.rahmen2 {
	position: absolute;
     left: 24.85cm;
     top: 2cm;
	border: dashed 1px #AAAAAA;
	}
}


@media screen {
    div[aktiv] {
      border: solid 2px #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: 1px dashed #F00;
	position:relative;
	font-size: 2.1vw;
}



@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:block;
}
div#menu ol li {
	display:none;
}

} /* Media Print */

@media screen {
	



#uritoggle {
  border: none;
  width: 200px;
  height: 30px;
  padding: 5px 15px 5px 15px;
/*  background: url(FFFFFF-0.2.png) repeat;  /* Transparentes Pixel 0.2 opacity mit Farbe FFF oder Hintergrund setzen mit backgriund-color unten*/
  background-color: #EEE;
  color: #00F;
  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;
}

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 10px 5px 16px; /* Add some padding */
    border-bottom: 2px solid #aaa; /* Add a grey border */
    border-right: 2px solid #aaa; /* Add a grey border */
    margin:  0.5cm; /* Add some space below the input */
}

a.home:hover {
    background-color: #CCC;
}

.Abstand {
	height: 0.5cm;
}

a.but {
    background-color: #EEE;
    padding: 5px 10px 5px 16px; /* Add some padding */
    border-bottom: 2px solid #aaa; /* Add a grey border */
    border-right: 2px solid #aaa; /* Add a grey border */
    margin:  3px 13px 3px 3px; /* Add some space below the input */
	cursor: pointer;
	font-size: large;
	-webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

a.toggle {
	color: #00F;
}

a.but:hover {
    background-color: #CCC;
}


fieldset {
	display:none;
}

#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 {
    background-image: url('search.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* 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: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}



div#menu {
	border: 0px dashed #F00;
	padding: 0.25cm;
	position: absolute;
	left: 0cm;
	top: 1.8cm;
	width:9cm;
	height:22cm;
	overflow: scroll;
	display:none;
}

	
div#menu ol {
	padding-left: 0px;
	margin: 0px;
}

div#menu ol li {
	border: 1px solid #ddd;
	cursor: pointer;
	
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* 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.scan {
	border: 1px solid #ddd;
	cursor: pointer;
	
    margin-top: -1px; /* Prevent double borders */
    background-color: #c4c4c4; /* 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.settings {
	margin:0px;
/*	border: 1px dashed #F00; */
	padding: 0.2cm;
	position: absolute;
	left: 10cm;
	top: 0cm;
/*	width: 14.65cm; /* Normalerweise 14.95cm; Da pdf24 keine volle Breite von 29.7 bei Din A4 kann */
	font-size:1pc;
}


div.settings1 {
	margin:0px;
/*	border: 1px dashed #F00; */
	padding: 0.2cm;
	position: absolute;
	left: 10cm;
	top: 0.5cm;
	width: 14.65cm; /* Normalerweise 14.95cm; Da pdf24 keine volle Breite von 29.7 bei Din A4 kann */
	height:1.0cm;	
	font-size:1pc;
    float:right;
}


div.settings2 {
	margin:0px;
/*	border: 1px dashed #F00; */
	padding: 0.2cm;
	position: absolute;
	left: 25.05cm;   /* Normalerweise 20.35cm; Da pdf24 keine volle Breite von 29.7 bei Din A4 kann */
	top: 0.5cm;
	width: 14.65cm;  /* Normalerweise 14.95cm; Da pdf24 keine volle Breite von 29.7 bei Din A4 kann */
	height:1.0cm;	
	font-size:1pc;
    float:right;
}

#mp1 {
	display: none;
}

#mp2 {
	display: none;
}


}
/* Styles für Auswahlliste */

.list-wrapper {
	position: relative;
	display: inline;
	border: 1px;
}

.option-wrapper {
	position: absolute;
	display: inline;
	top: 1.5em;
/*	border: 1px; */
/*	background-color: #DDD;*/
}

.list {
  position: relative;
  left: 4px;
  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 */
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  visibility: hidden;
  z-index: 20;
}

.list-caption {
	display: inline;

    background-color: #EEE;
    padding: 5px 10px 5px 16px; /* Add some padding */
    border-bottom: 2px solid #aaa; /* Add a grey border */
    border-right: 2px solid #aaa; /* Add a grey border */
    margin:  3px 13px 3px 3px; /* Add some space below the input */
	cursor: pointer;
	font-size: large;
	-webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.list-caption:hover {
    background-color: #CCC;
}

/* ***************************
Bereich für Lied-Formatierungen
******************************/

/************ Gescannte Bilder ************/

img.titelscan {
	width: 100%;
	height: auto;
}

/********************************/

/********  Textformatierungen  **********/

	
h3.titleleft {
	text-align:center;
	margin: 0px;
}	

h3.titleright {
	text-align:center;
	margin: 0px;
	column-break-before: column; /* funktioniert aktuell nicht */
}	

@media print { 
	h3.titleleft{
		text-align:center;
		margin: 0px;
	}
	h3.titleright{
		text-align:center;
		margin: 0px;
		column-break-before: column; /* funktioniert aktuell nicht */
	}
}

p.strophe {
	padding-bottom:5px;
    padding-left:2%;
    padding-right:2%;
    padding-top:5px;
	line-height: 1.5;
	white-space: pre-wrap;
} 

p.monospaced { 
	font-family: monospace; 
}

p.refrain {
	padding-bottom:5px;
    padding-left:2%;
    padding-right:2%;
    padding-top:5px;
	line-height: 1.5;
	white-space: pre-wrap;
	font-weight:bold;
} 

.rel {
	color: red;
	position: relative;
	top: -0.8em;
	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-size:90%;
	font-weight: normal;
}

.hints {
	color: blue;
	font-size: 90%;
}

.chor {
	color: brown;
	font-size: 100%;
}
