/* Farben aus theater1.webp
#122248 rgb(18, 34, 72)     blau aus Vorhang
#7b828d rgb(123, 130, 141)  grau aus Balkon
#eadbc7 rgb(234, 219, 199)  beige aus Ballistrade
*/

html, body {
  background:  rgb(227, 6, 19); /* Rot Logo Feuerwehr */
  color:#000000;
}

a:link, a:visited {
  color:                #122248;
  text-decoration:      none;
  font-weight:          bold;
}

.page_title {
  position:             absolute;
  top:                  0px;
  width:                99vw;
  height:               85px;
  z-index:              0;
}

h1.title, a.title {
  color:                #FFFFFF;
  font-weight:          bold;
  text-decoration:      none;
  text-align:           center;
}

.page_topleft {
  position:             absolute;
  top:                  5px;
  color:                #FFFFFF;
  font-weight:          bold;
  text-align:           left;
  width:                200px;
  height:               80px;
  z-index:              0;
}

.page_topright {
  position:             absolute;
  top:                  5px;
  right:                10px;
  color:                #FFFFFF;
  font-weight:          bold;
  text-align:           right;
  width:                200px;
  height:               80px;
  z-index:              0;
}

.page_footer {
  position:             absolute;
  bottom:               0px;
  width:                99vw;
  height:               25px;
  color:                #FFFFFF;
  text-align:           right;
  font-size:            x-small;
  font-weight:          bold;
  z-index:              0;
}

.page_menu {
  position:             absolute;
  top:                  85px;
  color:                #FFFFFF;
  left:                 0px;
  width:                200px;
  z-index:              0;
}

.page_content {
  background-image:     url('/images/theater1.webp');
  /* background-image:     url('/images/theater2.webp'); */
  background-size:      100%;
  background-repeat: no-repeat;
  position:             absolute;
  top:                  85px;
  bottom:               25px;
  left:                 200px;
  right:                10px;
  width:                calc(100% - 210px);
  height:               calc(100% - 110px);
  overflow:             auto;
  z-index:              0;
}

img {
  vertical-align: middle;
}

table.login {
  background:           rgb(123, 130, 141, 0.7);  /*grau aus Balkon*/
  position:             absolute;
  top:                  20px;
  left:                 20px;
  overflow:             auto;
  border-spacing:       10px;
  z-index:              1;
}

table.login td {
  color:                #122248;
  vertical-align:       middle;
  text-align:           left;
  font-size:            large;
  font-weight:          bold;
  height: 50px;
}

table.login th {
  color:                #eadbc7;  /*beige aus Ballistrade*/
  vertical-align:       middle;
  text-align:           left;
  font-size:            x-large;
  font-weight:          bold;
  background:            #122248; /* blau aus Vorhang*/
}

.welcome {
  background:           rgb(123, 130, 141, 0.8);  /*grau aus Balkon*/
  color:                #122248; /* blau aus Vorhang*/
  text-align:           center;
  border-radius:        50px;
  border:               #122248 5px solid;
  width:                40%;
  margin:               auto;
  top:                  100px;
  position:             relative;
  z-index:              1;
}

table.tab_content_level_1 {
  border:               0px;
  padding:              5px;
  border-spacing:       10px;
  width:                100%;
  font-size:            x-large;
}

table.tab_content_level_1 th {
  color:                #FFFFFF;
  vertical-align:       middle;
  text-align:           left;
  font-size:            xx-large;
  font-weight:          bold;
  background:            #122248; /* blau aus Vorhang*/
}

table.tab_content_level_1 td {
  vertical-align:       top;
  background:           rgb(123, 130, 141,0.8); /* grau aus Balkon */
  color:                #122248; /* blau aus Vorhang*/
}


.tab_content_level_2_pane {
  display:              inline-block;
  /* overflow-y:           auto; */
  width:                100%;
  aspect-ratio:         1980 / 1361;
}

table.tab_content_level_2 {
  border:               0px;
  border-spacing:       0px;
  width:                100%;
  /* height:               400px; */
  background:           rgb(123, 130, 141,0.8); /* grau aus Balkon */
}
table.tab_content_level_2 th {
  color:                #eadbc7;
  vertical-align:       middle;
  text-align:           center;
  font-weight:          bold;
  font-size:            x-large;
  background:           #122248; /* blau aus Vorhang*/
  position:             sticky;
  top:                  10px;
}

table.tab_content_level_2 td {
  font-family:          monospace;
  font-size:            large;
  border-bottom:        2px solid #eadbc7; /* beige aus Ballistrade */
  padding:              5px;
}

table.tab_content_level_2 tr:hover td {
  background:           #7b828d;  /* grau aus Balkon */
  color:                #eadbc7;   /* beige aus Ballistrade */
}

/* https://cssbuttoncreator.com/ */
.button {
  background: #122248;
  background-image: -webkit-linear-gradient(top, #eadbc7, #122248);
  background-image: -moz-linear-gradient(top, #eadbc7, #122248);
  background-image: -ms-linear-gradient(top, #eadbc7, #122248);
  background-image: -o-linear-gradient(top, #eadbc7, #122248);
  background-image: linear-gradient(to bottom, #eadbc7, #122248);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-family: monospace;
  width: 200px;
  font-size: 25px;
  font-weight: 100;
  padding: 0px;
  border-style: null;
  border-color: solid;
  border-width: 0;
  border-color-hover: solid;
  border-style-hover: null;
  border-width-hover: 0;
  text-shadow: 1px 1px 20px #000000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-left: 20px;
}

.button:hover {
  background: #7b828d;
  background-image: -webkit-linear-gradient(top, #7b828d, #eadbc7);
  background-image: -moz-linear-gradient(top, #7b828d, #eadbc7);
  background-image: -ms-linear-gradient(top, #7b828d, #eadbc7);
  background-image: -o-linear-gradient(top, #7b828d, #eadbc7);
  background-image: linear-gradient(to bottom, #7b828d, #eadbc7);
  border-color: solid;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-decoration: none;
}

/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a, DIV.fstLevel a:visited
{
TEXT-DECORATION: none;
display: inline-block;
WIDTH: 180px;
height: 30px;
PADDING: 3px;
MARGIN: 5Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
line-height: 30px;
COLOR: #eadbc7;            /*blau aus Vorhang*/
background-color: #7b828d; /*grau aus Balkon*/
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
COLOR: #e30613;  /* Rot Logo Feuerwehr */
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a, DIV.fstLevelActive a:visited
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 180px;
height: 30px;
PADDING: 3px;
MARGIN: 5Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
line-height: 30px;
TEXT-TRANSFORM:uppercase;
COLOR: #eadbc7;            /*beige aus Ballistrade*/
BACKGROUND-COLOR: #122248; /*blau aus Vorhang*/
}

/*Style-Definition f�r die Second-Level-Navigation*/
DIV.secLevel a, DIV.secLevel a:visited
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 180px;
height: 30px;
line-height: 30px;
PADDING: 3px;
MARGIN: 5Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
TEXT-ALIGN: right;
COLOR: #122248;            /*blau aus Vorhang*/
BACKGROUND-COLOR: #eadbc7; /* Beige aus Balistrade */
}
/*Style-Definition f�r die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
COLOR: #e30613;   /* Rot Logo Feuerwehr */
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #eadbc7; /* Beige aus Balistrade */
}
/*Style-Definition f�r die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a, DIV.secLevelActive a:visited
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 180px;
height: 30px;
line-height: 30px;
PADDING: 3px;
MARGIN: 5Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: right;
COLOR: #eadbc7;            /*beige aus Ballistrade*/
BACKGROUND-COLOR: #122248; /*blau aus Vorhang*/
}
