@charset "utf-8";
* {
padding: 0px;
margin: 0px;
}
html {
background: darkgreen;
color: black;
font-family: arial;
font-size:16px;
height: 100%;
}
body{
height: 100%;
display: grid;
grid-template-columns: 100px auto auto auto auto;
grid-template-rows: 80px 50px 1fr 50px;
overflow: hidden;
justify-content: stretch;
align-content: stretch;
}
header {
width: 100%;
grid-column-start: 1;
grid-column-end: 6;
grid-row-start: 1;
grid-row-end:  1;
display:flex;
}
nav{
width: 100%;
grid-column-start: 1;
grid-column-end: 6;
grid-row-start: 2;
grid-row-end:  2;
display: grid;
grid-template-columns: 80%  20%;
grid-template-rows: 100%;
grid-auto-flow: row;
background: darkolivegreen;
background-image: linear-gradient( 180deg, darkgreen, darkolivegreen )
}
nav.Seite{
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 3;
grid-row-end:  4;
display: flex;
min-width: 100px;
max-width: 100px;
flex-flow: column wrap;
align-content: center;
justify-content: center;
background: darkolivegreen;
}
main{
grid-column-start: 1;
grid-column-end: 6;
grid-row-start: 3;
grid-row-end:  4;
overflow: auto;
display: flex;
flex-flow: row wrap;
width: 100%;
justify-content: center;
background-color: darkolivegreen;
}
main.sub{
grid-column-start: 2;
grid-column-end: 6;
grid-row-start: 3;
grid-row-end:  4;
overflow: auto;
display: flex;
flex-flow: row wrap;
width: 100%;
justify-content: center;
background-color: darkolivegreen;
}
main.substart{
grid-column-start: 2;
grid-column-end: 6;
grid-row-start: 3;
grid-row-end:  4;
overflow: auto;
display: flex;
flex-flow: row wrap;
width: 100%;
justify-content: center;
background-color: darkolivegreen;
}
footer{
width: 100%;
grid-column-start: 1;
grid-column-end: 6;
grid-row-start: 4;
grid-row-end:  5;
display:flex;
background-image: linear-gradient( 0deg, darkgreen, darkolivegreen )
}
article{
align-content: flex-start;
flex: 0 1 auto;
display: flex;
}
section{
flex: 0 1 auto;
width: 100%;
}
/**************************************************************************************/
h1.Kopflinie{
align-self: center;
font-size: 2rem;
color: #ffffff;
text-shadow: 2px 2px 4px black;
text-align: center;
flex: 1 1 auto;
}
h2{
align-self: center;
font-size: 1rem;
color: #000000;
text-align: center;
}
h2.invers{
align-self: center;
font-size: 2rem;
color: white;
text-shadow: 2px 2px 4px black;
text-align: center;
}
h3{
align-self: center;
font-size: 1rem;
color: #000000;
text-align: center;
}
/**************************************************************************************/
div.Kopflinie{
flex: 1 1 auto;
display: flex;
background-image: url("../Ressourcen/e-klo.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
overflow: hidden;
height:72px;
margin:4px;
border-radius: 15px 15px 15px 15px;
box-shadow: 4px 4px 3px #444;
}
div.Menu{
width:100%;
display:flex;
flex-direction: row;
justify-content: space-around;
}
div.Menu1{
width:100%;
display:flex;
flex-direction: row;
justify-content: flex-start;
}
div.Menu_l{
height:100%;
display:flex;
flex-direction: column;
justify-content: center;
align-content: stretch;*/
}
div.Theater{
flex: 1 1 auto;
height:auto;
min-width: 200px;
max-width: 500px;
margin: 3px;
box-sizing: border-box;
border-radius: 15px 15px 15px 15px;
border: 1px solid #333;
background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}
div.Vid{
height:auto;
width: 100%;
padding:3px 10px;
margin-left: auto;
margin-right: auto;
}
div.Theater_text{
height:auto;
width: 90%;
padding:3px 10px;
margin-left: auto;
margin-right: auto;
}
div.Anmeldung{
width:100%;
display:flex;
flex-direction: row;
justify-content: flex-end;
}
div.login{
flex-direction: row;
flex: 0 1 auto;
justify-content: center;
align-content: center;
align-self: center;
}
div.login1{
flex-direction: row;
flex: 1 1 auto;
justify-content: center;
align-content: center;
align-self: center;
}
/**************************************************************************************/
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: white;
}
a:active {
  color: black;
}
/**************************************************************************************/
a.menu {
margin:5px;
padding:5px;
flex: 0 1 auto;
align-self: center;
display: block;
box-sizing: border-box;
border-radius: 10px 10px 10px 10px;
border: 1px solid black;
background: cornflowerblue;
color: white;
text-shadow: 1px 1px 2px black;
font-weight: bold;
font-size: 1rem;
text-align: center;
text-decoration: none;
}
a.menu:hover, a.menu:focus {
background: #e85d0e;
color: black;
text-shadow: 1px 1px 2px white;
}
a.menu_s {
margin:5px;
padding:5px;
flex: 0 1 auto;
align-self: center;
display: block;
box-sizing: border-box;
border-radius: 10px 10px 10px 10px;
border: 1px solid black;
background: #e85d0e;
color: black;
font-weight: bold;
font-size: 1rem;
text-shadow: 1px 1px 2px white;
text-align: center;
text-decoration: none;
}
a.menu_s:hover, a.menu_s:focus {
background: #e85d0e;
color: black;
text-shadow: 1px 1px 2px white;
}
/**************************************************************************************/
a.login {
margin:5px;
padding:5px;
flex: 0 1 auto;
align-self: center;
display:inline-block;
box-sizing: border-box;
border-radius: 10px 10px 10px 10px;
border: 1px solid black;
background: gold;
color: black;
text-shadow: 1px 1px 2px #ffffff;
font-weight: bold;
font-size: 1rem;
text-align: center;
text-decoration: none;
}
a.login:hover, a.login:focus {
background: #e85d0e;
text-shadow: 1px 1px 2px #333333;
color: white;
}
a.login_s {
margin:5px;
padding:5px;
flex: 0 1 auto;
align-self: center;
display:inline-block;
box-sizing: border-box;
border-radius: 10px 10px 10px 10px;
border: 1px solid black;
background: #e85d0e;
color: white;
font-weight: bold;
font-size: 1rem;
text-shadow: 1px 1px 2px #111111;
text-align: center;
text-decoration: none;
}
a.login_s:hover, a.login_s:focus {
background: #e85d0e;
color: white;
text-shadow: 1px 1px 2px #111111;
}
/**************************************************************************************/
input[type=submit] {
box-sizing: border-box;
border-radius: 15px 15px 15px 15px;
color: white;
padding:5px 10px;
margin:5px 5px;
background:#4f729c;
border:1px solid #ccc;
cursor:pointer;
box-shadow: 4px 4px 3px #444;
flex: 0 1 100%;
justify-content: space-around;
font-weight: bold;
font-size: 1rem;
}
input[type=submit]:focus, input[type=submit]:hover {
background:#ffa64c;
color: black;
}
/**************************************************************************************/
input.red[type=submit] {
box-sizing: border-box;
border-radius: 15px 15px 15px 15px;
color: orange;
padding:5px 10px;
margin:5px 5px;
background:#8a2d3f;
border:1px solid #ccc;
cursor:pointer;
box-shadow: 4px 4px 3px #444;
flex: 0 1 100%;
justify-content: space-around;
font-weight: bold;
font-size: 1rem;
}
input.red[type=submit]:focus, input.red[type=submit]:hover {
background:#ffa64c;
color: red;
}
/**************************************************************************************/
input[type=password] {
padding:3px;
border:1px solid #ccc;
border-radius: 2px;
}
input[type=password]:focus {
border-color:#333;
}
input[type=email] {
font-family: arial;
padding:5px;
border:2px solid #ccc;
border-radius: 5px;
}
input[type=email]:focus {
border-color:#333;
}
input[type=text] {
padding:3px;
border:1px solid #ccc;
border-radius: 2px;
}
input[type=text]:focus {
border-color:#333;
}
input[type=date] {
font-family: arial;
}
input.matrix{
background-color: #4f729c;
}
input:required:invalid {
background-color: #FFD8CA;
	}
input:required:valid {
	background-color: #CCFF99;
}
select{
padding:3px;
border:1px solid #ccc;
border-radius: 2px;
}
select:focus {
border-color:#333;
}
select:required:invalid {
	background-color: #FFD8CA;
	}
select:required:valid {
	background-color: #CCFF99;
}
textarea {
font-family: arial;
}
textarea.Trans {
font-family: arial;
}
/**************************************************************************************/
table, th, td, tr {
margin-left: auto;
margin-right: auto;
table-layout: fixed;
text-align: center;
padding: 0px;
margin: 0px;
border: 1px solid black;
border-collapse: collapse;
}
table.Publish{
align-self: center;
table-layout: fixed;
word-wrap: break-word;
max-width: 95% ;
margin-left: auto;
margin-right: auto;
border: 0px;
padding: 5px 2px;
}
table.Message{
align-self: center;
table-layout: fixed;
word-wrap: break-word;
max-width: 50% ;
margin-left: auto;
margin-right: auto;
border: 0px;
padding: 5px 2px;
}
th, td {
padding: 5px;
}
th {
background: #4f729c;
color: white;
border: 1px solid black;
}
tr {
border: 0px;
}
tr.Liste {
background-color: steelblue;
}
tr.Liste:nth-child(even) {
background-color: cornflowerblue;
}
td.Signal{
border-radius: 15px 15px 0px 0px;
border: 0px;
background: #e85d0e;
color: white;
font-weight: bold;
font-size: 1.5rem;
text-shadow: 1px 1px 2px black;
text-align: center;
}
td.Signal_l{
border-radius: 15px 0px 0px 0px;
border: 0px;
background: #e85d0e;
text-align: center;
color: white;
font-weight: bold;
font-size: 1.5rem;
text-shadow: 1px 1px 2px black;

}
td.Dialog{
border-radius: 15px 0px 0px 0px;
border: 0px;
background: #96ff73;
text-align:center;
color: black;
font-weight: bold;
font-size: 1.5rem;
text-shadow: 1px 1px 2px white;
}
#Def{
	width:70%;
}
#Def2{
	width:30%;
}
td.BPS{
border: 0px;
}
td.BPS_e{
background-color: cornflowerblue;
border-radius: 0px 0px 15px 15px;
border: 0px;
}
td.BPS_le{
background-color: steelblue;
border-radius: 0px 0px 0px 15px;
border: 0px;
}
td.BPS_re{
background-color: steelblue;
border-radius: 0px 0px 15px 0px;
border: 0px;
}
td.Void{
border: 0px;
}
/**************************************************************************************/
label.Hinweis{
text-align: right;
font-size: 10pt;
}
img.Flexibel{
width: 66%;
height: auto;
/*flex: 1 1 auto;*/
}
/**************************************************************************************/
span.zentriert{
	display:inline-block;
	width: 100%;
	text-align: center;
}