/**************** CSS-Reset (nach Eric Meyer - Version 2 )*****************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
/* small, strike, strong, sub, sup, tt, var, */
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******************** Definition Standard-HTML-Elemente ********************/

body {
  color: #000000;
  background-color: #F0F0F0;
  font-family: 'Arial', 'Helvetica', 'sans-serif';
  font-size: 1.0em;
  line-height: 1.25em;
  text-align: justify;
  margin: 0.5em auto;                                                   /* hier erfolgt die Zentrierung ! ! ! */
  width: 1024px;
}  /* X */

h1 {
  color: #000000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 0.9em;
  padding: 0.25em;
  margin-bottom: 0.25em;
}

h2 {
  color: #FFFFFF;
  background-color: #C0C0C0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 0.9em;
  padding: 0.25em;
  margin-top: 1.0em;
  margin-bottom: 0.25em;
}

p {
  margin-bottom: 0.25em;
  line-height: 1.0em;
}

u {
  text-decoration: underline;
}

i {
  font-style: italic;
}

b {
  font-weight: bold;
}

img.zentriert {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table {
  width: 100%;
  text-align: center;
}

tbody {
  line-height: 1.0em;
}

td {
  padding: 0.25em;
}

li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  padding-left: 0.5em;
}

/*********************** Seitenaufteilung (id="...") ************************/

#logo {
  float: left;
  background-color: #005388;
  border-radius: 1.5em 0 0 0;
  height: 3.0em;
  width: 2.5em;
  border: none;
  padding: 1.25em 0 0 0.5em;
}

#home {
  float: left;
  background-color: #005388;
  height: 3.0em;
  width: 2.25em;
  border: none;
  padding: 1.25em 0.5em 0 0.25em;
}

#titel {
  display: block;
  height: 1.0em;
  width: 20.0em;
  background-color: #005388;
  border-radius: 0.5em 0.5em 0 0;
  margin-top: 0.5em;
  padding-top: 0.5em;
  color: #FFFFFF;
  font-size: 3.0em;
  text-align: center;
  text-shadow:  2px  2px  2px #000000,
                2px -2px  2px #C0C0C0,
               -2px  2px  2px #C8C8C8,
               -2px -2px  2px #F0F0F0;
}

#menue {
  color: #FFFFFF;
  background-color: #005388;
  display: block;
  height: 4.25em;
  width: 57.0em;
  font-size: 1.0em;
  margin-left: 3.0em;
}

#navigation {
  color: #FFFFFF;
  float: left;
  position: relative;
/*  width: 10.0em; */
  width: 10.0em;
  padding: 0;
  border: none;
}

#zeitstrahl {
  color: #000000;
  float: left;
  position: relative;
  width: 4.0em;
  padding: 0;
  border: none;
}

#inhalt {
  background-color: #F0F0F0;
/*  margin-left: 10.0em; */
  margin-left: 14.0em;
/*  width: 50.0em; */
  width: 46.0em;
}

#fuss {
  width: 50.0em;
  height: 4.0em;
  margin-left: 10.0em;
  text-align: center;
  clear: left;
}

#copyright {
  clear: left;
  color: #000000;
  text-align: center;
  margin: 2em;
}

/******************** eigene CSS-Elemente (class="...") ********************/

.blatt {
  color: #000000;
  background-color: #FFFFFF;
/*  width: 43.0em; */
  width: 40.0em;
  margin: 0.5em 0 0.5em 0.5em;
  border: 1px solid #000000;
  box-shadow: 10px 10px #888888;
  padding: 2.5em;
  min-height: 32.0em;
}

.aufzaehlung {
  font-size: 1.25em;
  text-align: left;
  line-height: 1.0em;
  padding-left: 3.0em;
}

.zeitachse {
  border: none;
  display: block;
  margin: 0px;
  width: 98%;
  height: 100%;
  text-decoration: none;
}

/****************************** Obere Menüleiste ******************************/

.menuebutton ul li {
  text-align: center;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.menuebutton ul li a {
  display: block;
  width: 6.9em;
  height: 2.5em;
  margin: 0.5em 0 0 0;
  padding: 0.5em;
  border: 1px solid #808080;
  border-radius: 10px 10px 0 0;
  box-shadow: 5px 5px 10px #FFFFFF inset;
  color: #000000;
  text-shadow: 2px 2px #C8C8C8;
  background-color: #C0C0C0;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in;                                 /* damit Button langsam vergrößert wird */
  transition: all 0.5s ease-in;                                         /* damit Button langsam vergrößert wird */
}

.menuebutton ul li a:focus,
.menuebutton ul li a:hover {
  margin-top: 0;
  padding: 1em 0.5em 0.4em;
  color: #FFFFFF;
  text-shadow: 0px 0px 5px #00080;
  background-color: #029BFF;
  box-shadow: 5px 5px 10px #FFFFFF inset;
}

/*********************** seitliche Navigationsleiste ************************/

.baum ul li {
  text-align: center;
  float: left;
  list-style: none;
  margin: 0.5em 0 0 0;
  padding: 0;
  position: relative;
}

.baum ul li a {
  display: block;
  width: 8.9em;                                                         /* =10em - 2x padding - 2px */
  height: 2.5em;
  padding: 0.5em;
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px #FFFFFF inset;
  color: #000000;
  background-color: #C0C0C0;
  font-size: 1.0em;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.0em;
  text-shadow: 2px 2px #C8C8C8;
  -webkit-transition: all 0.5s ease-in;                                 /* damit Button langsam vergrößert wird */
  transition: all 0.5s ease-in;                                         /* damit Button langsam vergrößert wird */
}

.baum ul li a:focus,
.baum ul li a:hover {
  margin-top: 0;
  color: #FFFFFF;
  text-shadow: 0px 0px 5px #00080;
  background-color: #029BFF;
  box-shadow: 5px 5px 10px #FFFFFF inset;
}

/****************** Navigationsleiste am oberen Blattrand ******************/

#navleiste {
  font-size: 0.75em;
  text-align: left;
  border: 1px solid #000000;
  border-radius: 1em;
  margin: 0.5em 0 0.5em 0;
  padding: 0.25em 0.75em 0.25em 0.75em;
}

#navleiste li {
  margin-left: 0;
  padding-left: 0;
  color: #inherit;
  display: inline;
  list-style-type: none;
}

#navleiste li.aktuell {
  font-weight: bold;
  font-size: 1.25em;
}

#navleiste li:not(:first-child)::before {
  content: "» ";
  margin: 0 .25em;
  color: inherit;
  font-weight: normal;
}

/******************************* Seiteneinträge *******************************/

.le_persdat {
  color: #005388;
  font-size: 2.5em;
  font-weight: bold;
  text-shadow: 1px 1px #808080;
  line-height: 1.0em;
  text-align: center;
}

.le_beruf,
.le_taetigkeiten,
.le_hilfsmittel,
.le_einrichtung {
  color: #005388;
  font-size: 3.0em;
  font-weight: bold;
  text-shadow: 2px 2px #808080;
  line-height: 1.0em;
  text-align: center;
}

.le_fachrichtung {
  color: #D53600;
  font-size: 2.0em;
  font-weight: bold;
  text-shadow: 2px 2px #C8C8C8;
  line-height: 1.0em;
}

.le_firma,
.le_stadt {
  color: #E0E0E0;
  font-size: 3.0em;
  font-weight: bold;
  text-shadow: 2px 2px #000000;
  line-height: 1.0em;
}

.le_vonbis {
  color: #FFFFFFS;
  font-size: 1.0em;
  font-weight: normal;
  text-shadow: 1px 1px #808080;
  line-height: 1.0em;
}

.le_zeitraum {
  color: #D53600;
  font-size: 2.0em;
  font-weight: bold;
  text-shadow: 0 0 5px #808080;
  line-height: 1.0em;
}

.le_download {
  color: #D53600;
  font-size: 1.0em;
  font-weight: bold;
  text-shadow: 0 0 5px #C8C8C8;
  line-height: 1.0em;
}

.le_int_gr {
  float:left;
  width: 20.0em;
  font-size: 1.25em;
  text-align: left;
  padding-left: 3.0em;
}

.le_int_kl {
  float:left;
  width: 23.75em;
  font-size: 1.0em;
  text-align: left;
  line-height: 1.0em;
  padding-left: 5.0em;
}

.le_navi ul li {
  list-style: none;
}

.le_navi ul li a {
  color: #000000;
  background-color: #C0C0C0;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #808080;
  float: left;
  padding: 5px;
  border: 1px solid #808080;
  border-radius: 5px 5px 5px 5px;
/*  width: 15.0em;  */
  width: 12.5em;
  margin: 5.0em 1.0em 1.0em 3.5em;                                      /* rechts 2.0 weniger als links weil links ein größerer Abstand ist */
  text-decoration: none;
}

/*********************************** Buttons ***********************************/

.le_button,
.le_tourbutton {
  text-align: center;
  list-style: none;
  margin: 2.0em 0 2.0em 0;
}

.le_button a,
.le_tourbutton a {
  color: #FFFFFF;
  background-color: #005388;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 1.0em;
  border: 1px solid #808080;
  border-radius: 30px;
}

.le_button a {
  color: #000000;
  background-color: #C0C0C0;
  text-shadow: 2px 2px #F0F0F0;
}

.le_tourbutton a {
  color: #FFFFFF;
  background-color: #005388;
  font-size: 1.25em;
  text-shadow: 2px 2px #808080;
  width: 8.0em;                                                         /* Breite 8.0em + 2x padding */
  box-shadow: 5px 5px 10px #FFFFFF inset;
}

.le_downloadbutton {
  color: #FFFFFF;
  background-color: #005388;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 7.5em;
  margin: 0.6em 0 1.0em 5.0em;
  padding: 0.5em;
  border: 1px solid #005388;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 5px 5px 10px #FFFFFF inset;
}

/******************************* Bild anzeigen ********************************/

.bildzentriert {
  display: flex;                                                        /* Bild zentrieren */
  align-items: center;                                                  /* Bild zentrieren */
  justify-content: center;                                              /* Bild zentrieren */
}

figure.bild {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 30.0em;                                                        /* Bildgröße ändern */
  max-width: 50.0em;                                     /* X */        /* maximale Bildgröße festlegen */
  margin: 0.5em 0 0.5em 0 auto;                                         /* Abstand zum Bild oben und unten */
  text-decoration: none;
  _width: 250px;
}

figure img {
  display: block;
  width: 100%;
}

figcaption {
  position: absolute;
  bottom: -3em;                                                         /* blendet den Text mit Balken aus */
  width: 100%;                                                          /* so breit wie das Bild */
  text-align: center;
  line-height: 3em;                                                     /* so hoch wie ausgeblendeter Text */
  white-space: nowrap;
  color: white;                                                         /* weiße Textfarbe */
  background: rgba(0,0,0,0.5);                                          /* schwarzer transparenter Hintergrundstreifen */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

figure:focus figcaption,
figure:hover figcaption {
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
}

/* das Infozeichen als Pseudo-Element */
figure:before {
  content: "i";
  color: black;
  background: rgba(192,192,192,0.5);
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  bottom: 0.5em;
  left: 0.5em;
  text-align: center;
  font-size: 1.5em;
  border-radius: 1em;
  line-height: 1.5em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

figure:focus:before,
figure:hover:before {
  background: rgba(255,255,255,0);
  color: rgba(0,0,0,0);
}

/*
Quelle: https://wiki.selfhtml.org/extensions/Selfhtml/example.php/Beispiel:Bilder_pr%C3%A4sentieren-5.html
*/

/************************ tabellarischer Lebenslauf *************************/

table.le_tabellarisch {
  text-align: left;
  border-width: 0 2px 0 2px;
  border-left: solid;
  border-right: solid;
  border-top: none;
  border-bottom: none;
  border-color: #000000;
  border-spacing: 0;
  padding: 0.5em;
}

table.le_tabellarisch caption {
  color: #FFFFFF;
  background-color: #C0C0C0;
  font-size: 2.0em;
  font-weight: bold;
  text-align: center;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 0;
  padding: 0.5em;
}

table.le_tabellarisch tr th {
  color: #FFFFFF;
  background-color: #C0C0C0;
  font-weight: bold;
  padding: 0.25em 0 0.25em 0.5em;
}

table.le_tabellarisch tbody {
  line-height: 1.0em;
}

table.le_tabellarisch tfoot tr {
  border-width: 2px;
  border-bottom-style: solid;
  border-color: #000000;
}

.le_tab_kat {
  width: 15.0em;
  color: #000000;
  font-size: 0.8em;
  text-align: left;
  padding: 0.5em 0 0.5em 1.0em;
  border: none;
}

.le_tab_dat {
  width: 20.0em;
  color: #000000;
  font-size: 1.0em;
  text-align: left;
  padding: 0.5em 0 0.5em 0.5em;
  border: none;
}

.le_tab_ztrm {
  width: 10.0em;
  color: #005388;
  font-size: 1.0em;
  text-align: left;
  padding: 0.5em 0 0.5em 0.5em;
  border: none;
}

.le_tab_ort,
.le_tab_ttgkt {
  width: 15.0em;
  color: #000000;
  font-size: 1.0em;
  text-align: left;
  padding: 0.5em 0 0.5em 0.5em;
  border: none;
}

.le_tab_fsnte {
  font-size: 0.75em;
  margin-left: 1.0em;
  margin-bottom: 1.0em;
}

.le_tab_fhgkt {
  width: 75.0em;
  color: #000000;
  font-size: 1.0em;
  text-align: left;
  padding: 0.5em 0 0.5em 0.5em;
  border: none;
}

.le_tab_untfhgkt {
  width: 15.0em;
  color: #000000;
  font-size: 0.8em;
  text-align: left;
  padding: 0.5em 0 0.5em 2.5em;
  border: none;
}

.le_tab_err {
  width: 7.0em;
  color: #000000;
  font-size: 0.8em;
  text-align: left;
  padding: 0.5em 10.0em 0.5em 12.5em;
  border: none;
}
