html, body {
	height: 100%;
	margin: 0em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	box-sizing: border-box;
}

input:user-invalid {
  border: 2px solid red;
}

input:user-invalid + span::before {
  content: "✖";
  color: red;
}

input, select, textarea, button {
	font-size: inherit;
	font-family: inherit;
}
.content {
	min-height: calc(100vh - 3em);
	padding: 0px 0px 1em;
	margin-bottom: -2em;
}
.push{
	height: 2em;
}
.footer {
	height: 1em;
}

.BildContainer {
	position: relative;
	text-align: center;
	color: black;
}

.top-center {
	position: absolute;
	left: 50%;              /* WICHTIG */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
	color: white;
	text-shadow:  2px  2px 2px black,
				  2px -2px 2px black,
				 -2px  2px 2px black,
				 -2px -2px 2px black;
	transform: translate(-50%, -50%); 
}

fieldset{
	border: solid 2px blue;
	float: left;
}

table, th, td {
/*	border: 1px solid black;*/
	border-collapse: seperate;
}

/*table.doFixed {
	table-layout: fixed;
*/
}
.doAutoWidth {
	width: auto;
}
.do30Prz {
	width: 30%;
}
#trenn td {
	word-wrap: break-word;
	-webkit-hyphens: auto; 
	-moz-hyphens: auto; 
	-ms-hyphens: auto; 
	-o-hyphens: auto; 
	hyphens: auto;  
}

.links {
float: left;
margin-right: 1em;
} 
 
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

  /* Zentrierung für das Bild */
.center-image {
	text-align: center; 
	width: 70%;
}

.center-image img {
	display: block;
	margin: 0 auto;
}

.center-text {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
 
/* Blinkender Text mit orangenem Hintergrund für 7s */
@keyframes animation_blink_7s {
    0% {  
        background-color: white;
    }
    50% {  
        background-color: #ee7600; /* orange */
    }
    100% {  
        background-color: white;
    }
}

blink_7s { 
    border-radius: 0.4em;
    padding: -0.4em;  /* padding gleicher Betrag wie border-radius, aber negativ */
    animation-name: animation_blink_7s;
    animation-timing-function: ease-in;
    animation-duration: 2s; /* Blink-Periode */
    animation-iteration-count: 3.5;   /* Anzahl: der .5 Schritt bewirkt den orangenen Hintergrund nach dem Blinken */
    animation-fill-mode: both;
}

th {
	text-align: center;
}

#t01 td:nth-child(even) {
	text-align: center;
}

#t01 td:nth-child(odd) {
	text-align: left;
}

#t02 td:nth-child(even) {
	text-align: left;
	/* padding-left: 20px; */
	/* width: 820px; */
}
#t02 td:nth-child(odd) {
/*	border: 1px solid; */
	text-align: center;
	max-width: 10.4em;
	padding: .2em .3em .2em 0em;
	word-wrap: break-word;
}
/* #t03 Tabelle, Alle Inhalte zentriert, mit einfachem 2px-Rahmen */
#t03 caption {color: blue; font-weight: bold;}
#t03 table, #t03 td, #t03 th {border: 2px solid black;}
#t03 td, #t03 th {text-align: center; padding: .1em .2em .1em;}
#t03 {border-collapse: collapse;}

* {
  box-sizing: border-box;
}

g4 {
	color: green;
	font-weight: bold;
}

.b4c {
	color: blue;
	font-weight: normal;
	text-align: center;
}

s4 {
	color: black;
	font-weight: bold;
}
b4 {
	color: blue;
	font-weight: bold;
}

w4 {
/*	color: white;
	background-color: black;
*/
	font-weight: bold;
	font-family: serif; 
/*	font-size: 80%;*/
/*	line-height: 1;*/
/*	position: relative; */
}

r4 {
	color: red;
	font-weight: bold;
}
r4c{
	color: red;
	font-weight: normal;
	text-align: center;
}

h1 {
  margin: 0 0 20px 0;
}
h2 {
	font-weight: normal;
	font-size: 160%;
	margin: 0 0 16px 0;
}
h3 {
  margin: 0 0 14px 0;
}
/*
x2 {
	font-size: 120%;
}
*/
	
p {
  margin: 0 0 12px 0;
}

#Rahmen {border: 2px solid black;}
	
.imgNebeneinander{
	float:left;
	padding:3px;
	border:0;
}
.formBtnCenter form {
	text-align:center;
}
.formBtnCenter input[type="submit"] {
	margin-top:1em;
	padding:0.3em;
	width:50%;
	text-align:center;
	white-space: normal;     /* erlaubt Zeilenumbruch */
	height:auto;             /* Höhe passt sich dem Text an */
} 
.button {  /* Button */
	font-size: 75%;
	border: none;
	color: black;/*Text weiß */
	padding: 0.7em 0.5em 0.2em 0.5em;
	margin: none; 
	text-align: center;/* Text zentriert */
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	width: 100%; 
	transition-duration: 1.3s;
}
.button:hover {	/* zwischen : und hover darf kein Leerzeichen sein! */
	font-size: 75%;
	background-color: black;
	color: yellow;
}

.buttonBlue1 {background-color: #CCE5FF} /*blaulila */
.buttonGreen {background-color: #CCFFCC} /* Green */
.buttonBlue {background-color: #CCFFFF} /* Blue */
.buttonYellow {background-color: yellow} /* gelb */
.buttonRed {background-color: #FFCCCC} /* Red */
.buttonGrey {background-color: #C0C0C0; color:grey} /* Grey */


#FileBtn {
  position: relative;
  width: 10em;
  padding: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px dashed #BBB;
  text-align: center;
  background-color: #DDD;
  cursor: pointer;
}
#FileBtn:hover{
  background-color: #D8EBFF;
}

footer {
	color: white;
	line-height: 0%;
	font-size: 1.5em;
	/* padding: 5px 5px; */
	padding: auto;
}
#footBtn {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}


a[href^="http://"]:not([href*="seemuehlen-nord.bplaced.net/"]):before,
a[href^="https://"]:not([href*="seemuehlen-nord.bplaced.net/"]):before {
	font-size: 70%;
	color:red;
	content: "Externer Link: ";
}	
a[href^="http://"]:not([href*="seemuehlen-nord.bplaced.net/"]):after,
a[href^="https://"]:not([href*="seemuehlen-nord.bplaced.net/"]):after {
	content: url('externer-link-32.png');
	font-size: 70%;
	vertical-align:unset;
	padding-left:4px;
}
	
