/* ################################ */
/* ## ELCOMO - seitenArtikel.css ## */
/* ## (c) 12/2020 by Frank Mones ## */
/* ## Modification: 30.08.2021   ## */
/* ################################ */

/*  {}  */

/* ########## DAS ARTIKEL-FENSTER ########## */
.artikelInhalt {
  color: #000000;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	font-family: arial;
	font-variant: normal;
	font-stretch: normal;
	font-kerning: none;
	font-variant-ligatures: none;
	font-size-adjust: none;
	font-feature-settings: normal;
	font-language-override: normal;
	font-synthesis: none;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-display: auto;
	margin: 20px auto auto auto;
  padding: 10px;
  max-height: 600px;
  overflow-y: auto;
	xxxborder: dotted 2px #00ff00;
}
.artikelInhalt h1 {
  margin: auto;
  text-align: center;
  font-family: arial;
  font-size: 22px;
  font-weight: 900;
}
.artikelInhalt h2 {

}
.artikelInhalt h3 {

}
.artikelInhalt h4 {

}
.artikelInhalt h5 {

}
.artikelInhalt h6 {
  margin: auto;
  text-align: center;
}
.artikelInhalt p {
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
}
.artikelInhalt p h6 {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}

/* ############################## */
/* ############################## */

/* ########## BILDERGALERIE ########## */
.bildergalerieDIV {
  margin-top: 20px;
  ##height: auto;
  ###width: auto;
}
.bildergalerieTBL {

}
.bildergalerieTD {

}
.bildergalerieDialog {
   position: Fixed;
   font-family: Verdana, Sans-Serif;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   xxxbackground-color: rgba(0, 0, 0, 0.6);
   z-index: 99999;
   opacity: 0;
   transition: opacity 400ms ease-in;
   pointer-events: None;
}
.bildergalerieDialog:target {
 opacity: 1;
 pointer-events: Auto;
}
.bildergalerieDialog > div {
   width: 450px;
   position: relative;
   margin: 5% Auto;
   padding: 5px 20px 13px 20px;
   border-radius: 10px;
   xxxbackground-color: #FFFFFF;
   xxxbackground: linear-gradient(#FFFFFF, #999999);
   cursor: Default;
}
.bildergalerieClose {
   background-color: #606061;
   color: #FFFFFF;
   line-height: 25px;
   position: Absolute;
   left: 10px;
   text-align: Center;
   top: -10px;
   width: 24px;
   text-decoration: None;
   font-weight: Bold;
   border-radius: 12px;
   box-shadow: 1px 1px 3px #000000;
}
.bildergalerieClose:hover {
 background-color: #00D9FF;
}

.webcamTable {
  margin: Auto;
}
.webcamTR {
  margin: Auto;
}
.webcamTD {
  margin: auto;
}
.webcamBild {
  margin: auto;
  width: 500px;
  border: None;
}
.webcamText {
  color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: arial;
  text-align: center;
}
