﻿/* Den Pfeil mag ich nicht mehr */
.hoch{
	display: none;
	}
.opak{
	oopacity: .4;
	opacity: 0;
	}
#debug-info{
	display: none;
	height: 7.7rem;
	position: fixed;
	bottom: 0.5rem;
	right: 0.5rem;
	background: #fe2;
	opacity: 80%;
	font-size: 1rem;
	line-height: 1.1;
	font-weight: bold;
	z-index: 9999;
	white-space: pre;
	text-align: center;
	}
@media (max-height: 25.7rem){
	#debug-info{
		height: 30vh;
		background: #f88;
		font-size: calc(30vh / 7.7);
		}
	}
*{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
html{
	height: 100%;
	margin: 0;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}
body{
	height: 100%;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4;
	background-color: white;
	font-family: sans-serif;
	color: black;
	-ms-hyphens: manual;
	-moz-hyphens: manual;
	-o-hyphens: manual;
	-webkit-hyphens: manual;
	hyphens: manual;
	}
@-ms-keyframes rotlicht{
	0%{background-color: #f00}
	20%{background-color: #fcc}
	100%{background-color: white}
	}
@-moz-keyframes rotlicht{
	0%{background-color: #f00}
	20%{background-color: #fcc}
	100%{background-color: white}
	}
@-o-keyframes rotlicht{
	0%{background-color: #f00}
	20%{background-color: #fcc}
	100%{background-color: white}
	}
@-webkit-keyframes rotlicht{
	0%{background-color: #f00}
	20%{background-color: #fcc}
	100%{background-color: white}
	}
@keyframes rotlicht{
	0%{background-color: #f00}
	20%{background-color: #fcc}
	100%{background-color: white}
	}
.rosa, :target .rosa_target{
	background-color: white;
	-ms-animation: rotlicht 10s;
	-moz-animation: rotlicht 10s;
	-o-animation: rotlicht 10s;
	-webkit-animation: rotlicht 10s;
	animation: rotlicht 10s;
	}
#seitenanfang{
	background-color: white;
	max-width: 56em;
	min-width: 6.25em;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh; /* volle Bildschirmhöhe */
	min-height: -webkit-fill-available; /* iOS Safari: sichtbare Höhe */
	}
#textteil{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	}
.text{
	text-align: justify;
	}
.kleinertext{
	font-size: 0.8em;
	}
/* Trick, um bedingt zu trennen: <y> macht auf großen Bildschirmen unsichtbar. */
y{
	display: none;
	}
@media (max-width: 50rem){
	y{
		display: contents;
		}
	}
/* <f> ist eine senkrechte Linie, um Hurenkinder unter Fotos am linken Rand zu verhindern. */
fl::before, fr::before{
	content: "";
	display: inline-block;
	width: 0.1px;
	height: 1.8em;
	bbackground-color: red;
	background-color: transparent;
	}
fl::before{
	float: left;
	}
fr::before{
	float: right;
	}
.menu{
	text-align: left;
	color: #2060b0;
	font-weight: bold;
	}
.menu span{
	float: left;
	font-size: 1.5em;
	line-height: .9;
	margin-right: .5em;
	}
.menu img{
	float: left;
	width: 1.5em;
	margin-right: .5em;
	}
.menu div{
	margin-bottom: 0.8em;
	}
.headline{
	font-size: 1.5em;
	line-height: 1.1;
	text-align: left;
	}
.headlineklein{
	font-size: 1.2em;
	line-height: 1.1;
	text-align: left;
	}
.kopfzeile, .hintergrundkopfzeile{
	font-size: 1.3em;
	line-height: 1.8;
	}
.piktokopfzeile{
	font-size: 0;
	line-height: 0;
	}
.kopfzeile, .hintergrundkopfzeile, .piktokopfzeile{
	width: 100%;
	text-align: center;
	}
.kopfzeile, .piktokopfzeile, .hoch{
	background-color: black;
	background-color: rgba(0,0,0,0.7);
	color: #c0e0ff;
	box-shadow: 0 0 1rem 0 black;
	}
.kopfzeile b{
	font-weight: normal;
	}
.kopfzeile img{
	height: 1em;
	width: 1em;
	vertical-align: -0.15em;
	margin: 0;
	margin-right: 0.2em;
	padding: 0;
	}
.piktokopfzeile img{
	height: 1em;
	width: 1em;
	margin: 0;
	padding: 0;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	}
.kopfzeile, .piktokopfzeile{
	position: fixed;
	top: 0;
	z-index: 1;
	}
.hintergrundkopfzeile{
	visibility: hidden;
	margin-bottom: 1.5%;
	}
.kopfzeile  .rosa{
	color: #2860a0;
	}
.hoch{
	font-size: 4em;
	line-height: 1;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
	}
table, tr, td{
	border: 0;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	}
.kopfzeile td, .piktokopfzeile td{
	width: 100em;
	}
.kopfzeile > table, .hintergrundkopfzeile > table{
	height: 1.8em;
	width: 100%;
	max-width: 37em;
	margin-left: auto;
	margin-right: auto;
	}
.piktokopfzeile table{
	height: 0;
	width: 100%;
	}
.kein_umbruch{
	white-space: nowrap;
	}
.nur_fuer_drucker_gross, .nur_fuer_drucker_klein{
	font-size: 0;
	line-height: 0;
	}
.nur_fuer_drucker_gross img{
	float: left;
	width: 1.2em;
	height: 1.2em;
	margin-top: 0.4em;
	margin-right: 0.3em;
	}
#logo{
	}
#rund_foto{
	display: block;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid black;
	}
#textstart{
	}
a[href]{
	color: inherit;
	text-decoration: none;
	border: 0;
	}
a:active{
	color: #f00;
	border: 0;
	}
a:focus{
	border: 0;
	}
/* Soll beim Anspringen von IDs ein bisschen runterscrollen, damit das Sprungziel nicht von der Adressleiste verdeckt wird: */
:target{
	scroll-margin-top: 4rem;
	}
textarea, select, option, input{
	font-weight: normal;
	}

/*****Schriftgrößen und Layout-Kleinigkeiten*****/

@media (min-width: 71.25rem){/*16 maximal*/
	body{
		background-color: #e0e4e8;
		}
	.kopfzeile, .hintergrundkopfzeile{
		max-width: 35em;
		}
	}

@media (max-width:71.249rem) and (min-width: 18.126rem){/*16*/
	.kopfzeile{
		left: 0;
		}
	}

@media (min-width: 56.25rem){
	.kopfzeile, .hintergrundkopfzeile{
		font-size: 1.6em;
		}
	}

@media (max-width: 46.875rem){
	body{
		font-size: 1em;
		}
	}

@media (max-width: 18.125rem){/*14 und kleiner*/
	.text{
		text-align: left;
		}
	.menu{
		font-weight: normal;
		}
	}

@media (max-width: 18.125rem) and (min-width: 13.751rem){/*14*/
	body{
		font-size: 0.875em;
		}
	.menu{
		font-size: 1.05em;
		}
	}

@media (max-width: 13.75rem){/*13, 12, 11, 10, 9*/
	.headline{
		font-size: 1.3em;
		}
	}

@media (max-width: 13.75rem) and (min-width: 12.188rem){/*13*/
	body{
		font-size: 0.8125em;
		}
	}

@media (max-width: 12.187rem){/*12 und kleiner*/
	}

@media (max-width: 12.187rem) and (min-width: 11.376rem){/*12*/
	body{
		font-size: 0.75em;
		}
	}

@media (max-width: 11.375rem) and (min-width: 10.501rem){/*11*/
	body{
		font-size: 0.6875em;
		}
	}

@media (max-width: 10.5rem) and (min-width: 9.626rem){/*10*/
	body{
		font-size: 0.625em;
		}
	}

@media (max-width: 9.625rem){/*09*/
	body{
		font-size: 0.5625em;
		}
	}

/*****Hoch- oder Querformat?*****/
@media
	(orientation: portrait) and (min-width: 31.251rem),						/*Hochformat breit*/
	(min-height: 43.751rem) and (min-width: 31.251rem),						/*Immer ab Höhe 700 breit*/
	(orientation: landscape) and (max-height: 43.75rem) and (max-width: 35.000rem){/*Querformat schmal*/
	#logo{
		width: 79%;
		float: right;
		margin-top: 0;
		}
	#rund_foto{
		width: 19%;
		margin-top: 1.2em;
		}
	#textstart{
		clear: both;
		margin-top: 3em;
		}
	}
@media
	(orientation: portrait) and (max-width: 31.25rem),	 						/*Hochformat schmal*/
	(min-height: 43.751rem) and (max-width: 31.25rem){							/*Immer ab Höhe 700 schmal*/
	#logo{
		width: 100%;
		margin-bottom: 0;
		margin-top: .4em;
		}
	#rund_foto{
		display: none;
		width: 23%;
		float: left;
		margin-right: 2%;
		margin-top: 1em;
		margin-bottom: 0;
		}
	#textstart{
		clear: none;
		margin-top: .8em;
		}
	}
@media (orientation: landscape) and (max-height: 43.75rem) and (min-width: 35.001rem){/*Querformat breit*/
	#logo{
		width: 48%;
		float: right;
		margin-left: 2%;
		margin-top: 0;
		margin-bottom: .5em;
		}
	#rund_foto{
		display: none;
		width: 19%;
		float: left;
		margin-right: 2%;
		margin-top: 0;
		margin-bottom: .5em;
		}
	#textstart{
		clear: none;
		margin-top: 1.2em;
		}
	}

/*****Kopfzeilen-Layout*****/

@media (max-width: 46.875rem){/*nur Schrift in Kopfzeile*/
	.kopfzeile img{
		height: 0;
		width: 0;
		vertical-align: 0;
		margin: 0;
		}
	.kopfzeile b{
		font-weight: bold;
		}
	}

@media (max-width: 31.25rem){/*nur Piktogramme in Kopfzeile*/
	.kopfzeile{
		font-size: 0;
		line-height: 0;
		}
	.kopfzeile > table{
		height: 0;
		}
	.piktokopfzeile{
		font-size: 2.34em;
		}
	.hintergrundkopfzeile{
		font-size: 1em;
		}
	.hintergrundkopfzeile > table{
		height: 2.34em;
		}
	.nur_fuer_drucker_gross{
		font-size: 1.5em;
		line-height: 2;
		}
	.nurbeipikto{
		font-size: 1em;
		line-height: 1.5;
		}
	}

@media (max-width: 21.875rem){
	.piktokopfzeile{
		font-size: 2.1em;
		}
	.hintergrundkopfzeile > table{
		height: 2.1em;
		}
	}

@media (max-width: 8.749rem){
	.piktokopfzeile{
		font-size: 1.6em;
		}
	.hintergrundkopfzeile > table{
		height: 1.6em;
		}
	}

/*****Drucker*****/

@media print{
	body{
		font-size: 13px;
		background-color: white;
		}
	#weisseflaeche{
		max-width: none;
		}
	table{
		height: 0;
		}
	.kopfzeile, .hintergrundkopfzeile, .piktokopfzeile, .hoch{
		font-size: 0;
		line-height: 0;
		margin: 0;
		border: 0;
		}
	.menu div{
		font-size: 0;
		line-height: 0;
		}
	.nur_fuer_drucker_gross{
		font-size: 2.4em;
		line-height: 2;
		text-decoration: underline;
		}
	.nur_fuer_drucker_gross img{
		width: 0;
		font-size: 0;
		}
	.nur_fuer_drucker_klein{
		font-size: 1em;
		line-height: 1.5;
		}
	}
