#tbWebEdit {
  width:180px; 
  background-color:#f2f2f3; 
  font-size:80%;
}

#tbWebEdit td {
  padding-left:2px;
  padding-right:2px; 
  border-top-width:1px; 
  border-top-style:dashed;
}



#textobj {
  counter-reset: FigCnt;
}

td {
    vertical-align: top;
}

th {
    vertical-align:top;
    text-align:left;
    font-weight:bold;
}


#textobj table {
  margin-bottom: 20px !important;
}


/*### Funktions-Menus ###*/

table.menu {
    border-collapse: collapse;
    margin-bottom: 15px !important;
    }

.menu td {
    /*border: solid #ffdd99 1px;*/
	background-color: #f2f2f3;
    /*background-color: #fffff0;*/
    padding: 3px 2px 3px 2px;
    empty-cells:show;
    } 

.menu th {
    /*border: solid #ffdd99 1px;*/
	background-color: #cedfec;
    /*background-color: #ffffe0;*/
    padding: 3px 2px 3px 2px;
    empty-cells:show;
    } 
	
.menu td, .menu th {
  border: solid #e5eef5 2px !important;
}

.menu_ohne_Rahmen td, .menu_ohne_Rahmen th {
    border: none;
    background-color: #ffffff;
    }

.menu a {
    text-decoration: none !important;
    } 

.menu a:hover {
    text-decoration: underline !important;
    }

.menuauswahlselektiert  {
    font-weight: bold;
	color: #003e6e!important;
    /*color: #ff8200;*/
    }

.menu table td {
   border: none;
   empty-cells:show;
    } 

/*### Standard-Tabelle neu###*/

table.tbStandard {
    border-collapse: collapse;
    border: solid #b9b9b9 2px;
    border-bottom: solid #b9b9b9 2px;
    empty-cells: show;
    margin-top: 2px;
    margin-bottom: 2px;
    }

.tbStandard td {
    border-bottom: solid #b9b9b9 1px;
    border-left: solid #b9b9b9 1px;
    border-right: solid #b9b9b9 1px;
    padding: 3px 2px 3px 2px;
    vertical-align:top;
    empty-cells:show;
    } 


.tbStandard th, .tbStandard thead td {
    border: solid #b9b9b9  1px;
    color: #ffffff;
    font-weight: bold;
    background-color: #00589c;
    padding: 4px 2px 4px 2px;
    vertical-align:top;
    empty-cells:show;
    } 

.tbStandard th a:link, .tbStandard th a:visited {
    color:#ffffff;
    }


/*### Standard-Tabelle alt###*/

table.standard {
    border-collapse: collapse;
    border: solid #b9b9b9 2px;
    border-bottom: solid #b9b9b9 2px;
    empty-cells: show;
    margin-top: 2px;
    margin-bottom: 2px;
    }

.standard td {
    border-bottom: solid #cccccc 1px;
    border-left: solid #b9b9b9 1px;
    border-right: solid #b9b9b9 1px;
    padding: 2px;
    vertical-align:top;
    empty-cells:show;
    } 


.standard th {
    border-top: solid #b9b9b9  1px !important;
    border-left: solid #b9b9b9  1px !important;
    border-right: solid #b9b9b9  1px !important;
    border-bottom: solid #b9b9b9 1px !important;
    color: #ffffff;
    background-color: #00589c;
    padding: 2px 2px 2px 2px;
    vertical-align:top;
    empty-cells:show;
    } 


/*### Tabelle einfach ###*/

table.tbSimple {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    margin-top: 2px;
    margin-bottom: 2px;
    }

.tbSimple td {
    border: solid #cccccc 1px;
    padding: 2px;
    vertical-align:top;
    empty-cells:show;
    } 


/*### Tabelle ELBE ###*/

table.tbElbeProtokoll {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    margin-top: 2px;
    margin-bottom: 2px;
    }

.tbElbeProtokoll td {
    border: solid #666666 1px;
    padding: 2px;
    vertical-align:top;
    empty-cells:show;
    } 


/*### Tabelle SiteMap ###*/

table.tbSiteMap {
    border-collapse: collapse;
    border: none;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 800px;
    }

.tbSiteMap td {
    border: none;
    padding: 0;
    font-size:10pt;
    vertical-align:middle;
    empty-cells: show;
    } 

.tbSiteMap img {
    border: 0;
    margin: 0;
    }


/*### Text-Objekt-Tabelle ohne Rahmen ###*/

table.tbNoBorder {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    }

.tbNoBorder td {
    border: none;
    padding: 2px 4px 2px 0px;
    vertical-align:top;
    empty-cells:show;
    } 

/*### Such-Tabelle ###*/

table.tbSearch {
    width: 100%;
    border-collapse: collapse;
    border: solid #c3d2de 1px;
    border-bottom: none;
    empty-cells: show;
    margin-top: 2px;
    margin-bottom: 2px;
    }

.tbSearch td {
    background-color:#f2f2f3;
    border-bottom: solid #c3d2de 1px;
    padding: 2px 2px 2px 2px;
    vertical-align:top;
    empty-cells:show;
    } 


.tbSearch th {
    color: #ffffff;
    background-color: #00589c;
    padding: 4px 2px 4px 2px;
    vertical-align:top;
    empty-cells:show;
    } 

.tbSearch p {
    margin: 0;
    } 



/*### Tabelle in Tabelle ###*/

table.tbInline {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    margin: 0px;
    }

.tbInline td {
    border: none;
    padding: 0;
    margin: 0;
    vertical-align:top;
    empty-cells:show;
    } 

table.tbInlineBorder {
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    border-bottom: hidden;
    border-collapse: collapse;
    empty-cells: show;
    margin: 0;
    }

.tbInlineBorder td {
    border-top: solid #cccccc 1px;
    border-left: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
    border-bottom: solid #cccccc 1px;
    padding: 2px;
    margin: 0;
    vertical-align:top;
    empty-cells:show;
    } 


/*### Bilder in Tabelle ###*/

.bild_links,
.bild_rechts,
.bild_zeile,
.bild_zeile_mitte {
   width: 140px;
   border-collapse: collapse;
}

/*
.bild_links a:link,
.bild_rechts a:link,
.bild_zeile a:link,
.bild_zeile_mitte a:link {
    color:#ffffff;
}

.bild_links a:visited,
.bild_rechts a:visited,
.bild_zeile a:visited,
.bild_zeile_mitte a:visited {
    color:#ffffff;
}
*/

.bild_links {
    clear: both;
    float: left;
    margin: 6px 10px 2px 0px !important;
}

.bild_rechts {
    float: right;
    margin: 6px 0 2px 10px !important;
}

.bild_zeile {
    clear: both;
    margin: 2px 5px 2px 0;
}

.bild_zeile_mitte {
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important;
}


.bild_links img,
.bild_rechts img,
.bild_zeile img,
.bild_zeile_mitte img {
   padding: 0px !important;
   margin: 0px !important;
   border: 0px !important;
}


.bildunterschrift {
   padding: 0px !important;
   margin: 1px 1px 3px 1px;
}


.BildTabUnterschrift,
.BildTabFoto,
.BildTabDownload {
   padding: 2px !important;
   /*background-color:#999999;
   color:#ffffff;*/
   background-color:#d9d9d9;   
   font-size: 90% !important;

}

.BildTabImg {
  padding: 0px;
  background-color:#999999;
}

/*### Bilder mit figure ###*/

figure.image {
  margin-bottom: 10px;
  display: table;
  /*border: 1px solid red;*/
}

figure.align-left {
  margin-bottom:5px;
  margin-right:5px;
  float: left;
  max-width: 60%;

}

figure figure.align-left:nth-last-child(2) {
  margin-right:0px;
} 

figure.align-right {
  margin-bottom:5px;
  margin-left:5px;
  float: right;
  max-width: 60%;
}


figure.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

figure.image img {
  height: auto;
  max-width: 100%;
  display: block;
}

figure.image figcaption {
  /*display:inline-block;*/
  display: table-caption;
  caption-side: bottom;
  padding-left: 2px;
  padding-right: 2px;
  background-color:#d9d9d9;
  /*color: #ffffff;*/
  font-size: 90%;
}


/*### figTitle figCopyright figDownload 

  position: relative;
  bottom: 50px;

figure.image figcaption .figTitle {
  font-weight:bold;
}

###*/

figure.image figcaption p {
  margin: 2px 0px 2px 0px;
}


/*
figure.image figcaption a:link {
    color:#ffffff;
}

figure.image figcaption a:visited {
    color:#ffffff;
}
*/


/*### Bilder direkt ###*/

.img_links {
  clear: both;
  float: left;
  margin: 5px 10px 5px 0 !important;
}

.img_rechts {
  float: right;
  margin: 5px 0 5px 10px !important;
}

.img_zeile {
    clear: both;
    margin: 2px 0 2px 0 !important;
}

.img_zeile_mitte {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

/*### 
.img_links,
.img_rechts,
.img_zeile,
.img_zeile_mitte {
    border: none;
    padding: 0px;
}
###*/

/*### Visitenkarte ###*/

#visicard {
  width:100%;
}

#visicard td {
  padding: 3px 0px 3px 0px;
}

#visicard img {
  margin-right: 5px !important;
}

.VisiCol1 {
  font-weight:bold;
  padding-right:3px !important;
}

.VisiCol2 {
  width:100%;
}

/*###  ###*/

.ParaEdit,
.ParaEdit a {
  color: green;
  font-weight:bold;
}


/*### Sitemap  ###*/

.tree,
.tree ul {
  margin: 0;
  margin: 0;
  list-style:none;
}

.tree ul {
  margin-left:1em; /* indentation */
  position:relative;
}

.tree ul ul {margin-left:.5em} /* (indentation/2) */

.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:8px;
  border-left:1px solid;
}

.tree li {
  margin:0;
  padding:0 1.5em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
  /*color:#ff8200;*/
  color:#cf6800;
  position:relative;
  background:url("") !important;
}

.tree ul li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  left:8px;
}

.tree ul li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}

.more_float {
  display:inline;
  padding:0 12px 0 0;
  margin:0 0 2px 0;
  background:url("../data/nav_more.png") no-repeat scroll right 50%;
  text-decoration:none;
}

.more_float_u {
  display:inline;
  padding:0 12px 0 0;
  margin:0 0 2px 0;
  background:url("../data/nav_more.png") no-repeat scroll right 50%;
}

.imgMobile {
  width: auto;
  max-width: 100%;
  height: auto;
} 


@media (pointer: coarse) {
  .StartPageLink {
    display: visible;
  }
}

@media all and (max-width: 750px) {
  .StartPageLink {
    display: none;
  }
}

/*### Neues Stellenlaypout ###*/

.JobCols  {
  display: -webkit-flex; 
  display: flex; 
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.JobColMain {
  -webkit-flex: 1; 
  flex: 1;
}

.tbJobColMain {
  width:100%;
  padding: 0px;
  font-size: 11pt;
}

.JobColLeft  {
  width:180px;
  font-size: 90%; 
  padding-right: 20px;
  
  /*float: left;*/
  /*width:100%; */
  /*flex: 200px;*/
}

.tbJobColLeft {
  width:140px;
  max-width:140px;
  font-size: 9pt; 
  padding: 0 20px 0 0;
}

.JobColLeft img, .tbJobColLeft img  {
  width:100%;
}

.JobColLeft  p, .tbJobColLeft  p  {
  margin-bottom:16px;
}

.JobColMain h2, .tbJobColMain h2 {
  color:#003e6e;
}

.tbJobColMain  h1:nth-of-type(1) {
  margin:0 0 10px 0;
}

.tbJobColMain h2 {
  margin:12px 0 8px 0;
}


/*

.ImgHzdr {
}

.ImgBerufUndFamilie {
  width:100px;
}

.JobQrCode img {
  width:100px;	
}

.JobQrCodeR img {
  width:100px;	
}
*/

/*
.JobColLeft img {
  height: auto;
  max-width: 90%;
}*/


/*
.ImgBerufUndFamilie {
    width:100px;
} */   

.JobQrCodeR {
  display: none;
}

/*
@media print {
  .JobQrCode img{
    width:100px;
  }
}*/

@media only screen and (max-width: 900px) {
  .JobCols {
    -webkit-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse;
  }

  .JobColLeft {
    width:100%;
	font-size: 100%;
  }
  
  .JobColLeft p{
    margin-bottom:10px;
  }
  
  .JobColLeft img {
    width:100px;
	float:right;
  }  
  
  .ImgBerufUndFamilie {
    width:100px;
	float:right;
  }  
  
  .ImgHzdr {
    display: none;
  }  
  
  .JobQrCodeR {
    display: inline;
  }
  .JobQrCode {
    display: none;
  }

}

