/* Farben aus theater1.webp
#FBB900 rgb(251, 185, 0)    gold aus Stadtwappen
#005CAA rgb(0, 92, 170)     blau aus Stadtwappen
#FFFFFF rgb(255, 255, 255)  weiß aus Stadtwappen
#E30613 rgb(227, 6, 19)     Rot Logo Feuerwehr
*/

html, body {
  background:  #FFFFFF;
  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:                #005CAA;
  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_content {
  position:             absolute;
  top:                  85px;
  left:                 10px;
  right:                10px;
  width:               calc(100% - 25px);
  z-index:              0;
}

img {
  vertical-align: middle;
}

table.login {
  background:           rgb(0, 92, 170, 0.7);
  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*/
}

table.tab_content_level_1 {
  border:               0px;
  padding:              5px;
  border-spacing:       10px;
  width:                100%;
  font-size:            x-large;
  background:           rgb(255, 255, 255, 0.1);
}

table.tab_content_level_1 th {
  color:                #FFFFFF;
  vertical-align:       middle;
  text-align:           center;
  font-size:            xx-large;
  font-weight:          bold;
  background:            #005CAA;
}

table.tab_content_level_1 td {
  vertical-align:       middle;
  color:                #005CAA;
  width: 25%;
}

input[type=email], input[type=text], input[type=date], input[type=number], input[type=tel]{
  width:                100%;
  box-sizing:           border-box;
  font-size:            large;
}

/* Unterschiftenformular */
.m-signature-pad--body canvas {
  position: relative;
  left: 100;
  top: 100;
  width: 500px;
  height: 250px;
  border-radius: 15px;
  border: 5px solid #005CAA;
  z-index: 1;
}

/*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: #005CAA; /*grau aus Balkon*/
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
COLOR: #E30613;
BACKGROUND-COLOR: #FBB900;
}
/*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: #FFFFFF;
BACKGROUND-COLOR: #000000;
}

/*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: #005CAA;
BACKGROUND-COLOR: #FFFFFF;
}
/*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: #FBB900; /* 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: #FFFFFF;
BACKGROUND-COLOR: #000000;
}

/* Buttons für Sicherheitsdienst Ein-/Austragen */
.button_green {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  color: #FFFFFF;
  font-family: Georgia;
  width: 200px;
  font-weight: 100;
  padding: 5px;
  background-color: #99C624;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.button_red, a.button_red {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  color: #FFFFFF;
  font-family: Georgia;
  width: 200px;
  font-weight: 100;
  padding: 5px;
  background-color: #DD380D;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.button_blue, a.button_blue {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  color: #FFFFFF;
  font-family: Georgia;
  width: 200px;
  font-weight: 100;
  padding: 5px;
  background-color: #005CAA;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.button_grey, a.button_grey {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  color: #FFFFFF;
  font-family: Georgia;
  width: 200px;
  font-weight: 100;
  padding: 5px;
  background-color: #868686;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
/* Small Buttons */
.button_small_gold {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 20px;
    color: #005CAA;
    font-family: Georgia;
    width: 150px;
    font-weight: 100;
    padding: 1px;
    background-color: #FBB900;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }
  .button_small_red {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 20px;
    color: #FFFFFF;
    font-family: Georgia;
    width: 150px;
    font-weight: 100;
    padding: 1px;
    background-color: #E30613;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }

  .button_small_grey {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 20px;
    color: #FFFFFF;
    font-family: Georgia;
    width: 150px;
    font-weight: 100;
    padding: 1px;
    background-color: #868686;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }

  .button_small_blue {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 20px;
    color: #FFFFFF;
    font-family: Georgia;
    width: 150px;
    font-weight: 100;
    padding: 1px;
    background-color: #005CAA;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }

  .error {
    position:             absolute;
    top:                  20px;
    right:                20px;
    overflow:             auto;
    width:                500px;
    height:               100px;
    line-height:          50px;
    border-radius:        15px;
    background:           #E30613;
    color:                #FFFFFF;
    font-weight:          bold;
    font-size:            x-large;
    z-index:              1;
    vertical-align:       middle;
    text-align:           center;
    display:              inline-block;
    overflow-y: hidden;
  }