@charset "UTF-8";
/* # CSS für Musikalischen Adventkalender (Leitseite) von Thorsten Steinhoff Berlin–Lüneburg
// ## Agenda

// ## Facta (Versionierung)
- e2024-12-24 14:02 ThS@Solino
- e2024-12-23 20:09 ThS@Solino
- e2024-12-20 20:48 ThS@Malacandra
- e2024-12-04 20:50 ThS@EtsChaim
- e2024-12-03 21:53 ThS@Malacandra
- e2024-12-01 18:15 ThS@EtsChaim
- e2024-11-30 12:00 ThS@EtsChaim
- e2024-11-29 17:27 Grundlegung auf Basis 2022-12-17 22:39
*/
@font-face {
	font-family:Garamond;
	src: url("./sc/CormorantGaramond-Regular.ttf") format('truetype');
	font-style: normal;
	}
body {
	font-family: Garamond, serif;
	background-color:#EEE;
	color:#222;
	}

h1 {
	font-size: 2.2rem;
	line-height: 2.4rem;
	}

p {
	font-size: 1.6rem;
	}

p.orgel,
p.piano {
	background-size: 60px;
	background-repeat: no-repeat;
	padding: 0 0 0 70px;
	min-height: 60px;
	}

p.orgel.BChr {
	background-image: url("hg/orgel_B_StChristophorus.jpg");
	}
/* + !20241203_2154: Ergänzung Klasse p.orgel.BCla */
p.orgel.BCl,
p.orgel.BCla {
	background-image: url("hg/orgel_B_StClara.jpg");
	}

p.orgel.BEd {
	background-image: url("hg/orgel_B_StEduard.jpg");
	}
/* A + !20241201_1815 */
p.orgel.BLiO {
	background-image: url("hg/orgel_B_HlFamilieLIO.jpg");
	}
/* E + !20241201_1815 */
p.orgel.BNemo {
	background-image: url("hg/orgel_B_StJohannesFBhz.jpg");
	}
/* A + !20241220_2046 */
p.orgel.BRix {
	background-image: url("hg/orgel_B_StRichard.jpg");
}
/* E + !20241220_2046 */
a {
text-decoration: none;
color:#0946A2;
}

body footer nav a {
display: block;
}
.nurMobil {
/* A + !20241224_1406 */
	display: none;
	}
/* E + !20241224_1406 */
@media screen AND (max-width:1020px) {

/* A + !20241224_1408 */
	.nurMobil {
display: block;
		}
/* E + !20241224_1408 */
/* A + !20241223_2008 */
	.nurPC {
/* approb !20241224_1405 */
		display: none;
		}
/* E + !20241223_2008 */
}