@charset "utf-8";
/* Bildschirm-CSS der Portalseite stein3.de 
// Version: 2022-09-06 15:00 Malacandrae
// 2022-09-05 19:02 Malacandrae
*/
/* Farb-Register
Grau Excalibur #52524E
Grau Graphit #0A0A0A
Weiß #FFF
*/
/* Sektion 01: Container */
body {
font-family: sans-serif;
	background-color: #FFF; /* H-Farbe Weiß */
	color:#0A0A0A; /* Farbe Grau Graphit */
	}

section#corpus {}

section#corpus footer { /* Approb. 2022-09-06 15:00 */
	text-align: right;
	}

section#corpus footer section#impressum { /* Approb. 2022-09-06 15:00 */
	display: none;
	text-align: left; /* 2022-09-06 14:28 */
	}

section#corpus footer section#impressum:target { /* Approb. 2022-09-06 15:00 */
	display: block;
	}

section#corpus header { /* Approb. 2022-09-06 15:00 */
	height: 180px;
	background-color: #FFF;
	background-image: url("ill/DreiSteine20220905.png");
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: solid thin #52524E; /* R-Farbe Grau Excalibur */
	}

section#corpus section#cor {}

section#corpus section#cor div { /* Approb. 2022-09-06 15:00 */
	display: inline-block;
	width:31%;
	vertical-align: top;
	}

section#corpus section#cor div#ad60undmehr {}

/* Sektion 02: Tabellen-Elemente */

/* Sektion 03: Listen-Elemente */

/* Sektion 04: AV-Elemente */
section#corpus section#cor div figure { /* Approb. 2022-09-06 15:00 */
	margin: 0 1% 0 0;
	}
section#corpus section#cor div figure img { /* Approb. 2022-09-06 15:00 */
	max-width: 100%;
	height: auto;
	}
section#corpus section#cor div figure a img { /* Approb. 2022-09-06 15:00 */
	text-decoration: none;
	border:none;
	}

section#corpus section#cor div figure figcaption {}

/* Sektion 05: Text-Gliederung, Stufe 0 (Headlines) */
section#corpus header h1 { /* Approb. 2022-09-06 15:00 */
	font-size: 2.0rem;
	}

/* Sektion 06: Text-Gliederung, Stufe 1 (Absätze) */
section#corpus section#cor div figure figcaption p {}

/* Sektion 07: Anker-Elemente */
section#corpus footer nav a { /* Approb. 2022-09-06 15:00 */
	text-decoration: none;
	color:#52524E; /* Farbe Grau Excalibur */
	font-size: 82%;
	}

section#corpus header h1 a { /* Approb. 2022-09-06 15:00 */
	color:#52524E; /* Farbe Grau Excalibur */
	text-decoration: none;
	}

section#corpus section#cor div figure figcaption p a { /* Approb. 2022-09-06 15:00 */
	text-decoration: none;
	color:#52524E; /* Farbe Grau Excalibur */
	font-size: 120%; /* 2022-09-06 14:23 */
	}


/* A Smartphone W 720 */
@media screen AND (max-width:720px) {
/* body {background-color:yellow;} */

	section#corpus header { /* Approb. 2022-09-06 15:00 */
		height: 260px;
/* Erbe aus Standard (# s. Änderung)
background-color: #FFF;
background-image: url("ill/DreiSteine20220905.png");
background-repeat: no-repeat;
# background-position: top right;
border-bottom: solid thin #CCC;
*/
		background-position: bottom right;
		}

	section#corpus section#cor div { /* Approb. 2022-09-06 15:00 */
/* Erbe aus Standard (# s. Änderung)
# display: inline-block;
# width:31%;
vertical-align: top;
*/
		display: block;
		width: 100%;
/* A Ergänzungen */
		border-bottom: solid thin #52524E; /* R-Farbe Grau Excalibur */
		margin-bottom: 32px; /* 2022-09-06 14:28 */
/* E Ergänzungen */
		}
	} /* E Smartphone W 720 */