@charset "UTF-8";
/************************************************************************************************************************************************
 *																																																		 *
 *														Produkte																																	 *
 *																																																		 *
 ************************************************************************************************************************************************/
.cHeaderWrkEgsft {
  height: 3.75rem;
}
.cTabWrkEgsft {
  padding-top: 2rem;
}
/************************************************************************************************************************************************
 *																																				*
 *														Seite																					*
 *																																				*
 ************************************************************************************************************************************************/
/*
label {
	line-height: normal;
	border: 5px 7px;
}
*/
textarea {
  resize: none;
}
/*####################################################	Seite - Schriften	####################################################################*/
* {
  box-sizing: border-box;
}
@font-face {
  font-family: "Dejavu Sans";
  font-style: normal;
  font-weight: 300;
  src: local("DejaVu Sans Light"), local("DejaVuSans-Light"), url("../fonts/DejaVuSans-ExtraLight.ttf") format("truetype");
}
/* Normal */
@font-face {
  font-family: "DejaVu Sans";
  font-style: normal;
  font-weight: 400;
  src: local("DejaVu Sans Regular"), local("DejaVuSans-Regular"), url("../fonts/DejaVuSans.ttf") format("truetype");
}
/* Bold */
@font-face {
  font-family: "DejaVu Sans";
  font-style: normal;
  font-weight: 700;
  src: local("DejaVu Sans Bold"), local("DejaVuSans-Bold"), url("../fonts/DejaVuSans-Bold.ttf") format("truetype");
}
/*####################################################	Seite - Header	########################################################################*/
.cBckBody {
  display: flex;
  font-family: "DejaVu Sans", Helvetica, Sans-Serif;
  flex-direction: column;
  margin: auto;
  color: #1f2126;
  font-size: 1rem;
  border: 3px solid #004100;
  background-color: #338233;
  min-height: 100%;
  height: auto;
  /*	
	h1 {
		color: $cFbSftH1;
	}
	h2 {
		color: $cFbSftH2;		
	}
	h3 {
		color: $cFbSftH3; 
	}
	h4 {
		color: $cFbSftH4;
	}
	h5 {
		color: $cFbSftH5;
	}
	*/
}
/*####################################################	Seite - Topline	########################################################################*/
.cTop {
  background-color: #004100;
  line-height: 1.8rem;
  color: #e3ffd5;
}
.cTop a:link {
  color: #e3ffd5;
}
.cBckLogo {
  margin-left: 2rem;
}
.cBckLogoR {
  max-width: 20rem;
  max-height: 3rem;
  margin-right: 1rem;
}
.cBckLogoImg {
  max-height: 36px;
}
.scrolluphead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: transform 0.5s 0.1s ease-in-out;
  z-index: 70;
}
.scrolluphead.cScrollMenuUp {
  transform: translate3d(0, -50px, 0);
}
/*####################################################	Seite - Navigation	########################################################################*/
.cBckNavi {
  flex-basis: auto;
  display: inline;
  max-width: 76rem;
  width: 100%;
  margin: auto;
  margin-bottom: 0.04rem;
  font-size: 1rem;
  line-height: 0.25rem;
  text-align: left;
}
.cBckMVerb {
  position: absolute !important;
  top: 33px;
  margin: 0;
  padding: 0 !important;
  background-color: #338233 !important;
  width: 100%;
  height: 0.56rem;
}
.cBckMVerb:hover {
  display: none !important;
}
@media only screen and (min-width: 75rem) {
  .backflexnav li {
    min-width: 6rem;
  }
  .backflexnav li ul {
    min-width: 13rem;
  }
}
/*####################################################	Seite - Statistik	########################################################################*/
.cStatistik {
  position: absolute;
  max-width: 18rem;
  padding: 1rem;
  margin-left: 2rem;
  background-color: #e3ffd5;
  border: 4px solid #004100;
}
/*####################################################	Seite - Inhalt	########################################################################*/
.cBckInh {
  display: block;
  font-size: 0.75rem;
  height: 100%;
  width: 100%;
  margin: auto;
  margin-top: 2.4rem;
  margin-bottom: 2rem;
}
.cBckMain {
  max-width: 76rem;
  /* entspricht 1216 px */
  margin: auto;
  padding: 10px 0.5rem;
  height: auto;
  min-height: 36rem;
  max-width: 76rem;
  /* entspricht 1216 px */
  background-color: #e3ffd5;
  border: 3px solid #767675;
}
/* zum Bearbeiten des Seiteninhalts */
.cBckSt {
  max-width: 76rem;
  /* entspricht 1216 px */
  margin: auto;
  padding: 10px 0.5rem;
  height: auto;
  max-width: 76rem;
  /* entspricht 1216 px */
  background-color: #e3ffd5;
}
/*####################################################	Seite - Breadcrumb	########################################################################*/
/*####################################################	Seite - Footer	########################################################################*/
.cBckFooter {
  position: relative;
  margin-top: auto;
  bottom: 0px;
  width: 100%;
  background-color: #004100;
  color: #e3ffd5;
  font-size: 1rem;
  text-align: center;
  clear: left;
}
.cBckFooter a:link {
  color: #d2ffc4;
}
/*####################################################	Seite - Button	########################################################################*/
.cImgHover {
  content: "\a";
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0px;
  width: 51px;
  height: 36px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.cImgHover:hover {
  opacity: 1;
}
.cButton {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 40px;
  margin: 6px;
}
.cAButton {
  background: url("/images/cTBtRechts.png") transparent no-repeat scroll top right;
  display: block;
  float: left;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 1rem;
}
.cAButton:hover {
  background: url("/images/cTBtRechtsHover.png") transparent no-repeat scroll top right;
  color: green;
}
.cAButton:hover .cAButtonSpan {
  background: url("/images/cTBtLinksHover.png") transparent no-repeat;
  color: green;
}
.cAButtonSpan {
  background: url("/images/cTBtLinks.png") transparent no-repeat;
  display: block;
  padding: 12px 0 12px 20px;
  margin: -12px 4px 0 0;
  text-decoration: none;
}
a:hover .cAButtonSpan {
  background: url("/images/cTBtLinksHover.png") transparent no-repeat;
  color: green;
}
.cDeaktInfo {
  position: absolute;
  top: 0px;
  left: 0px;
}
.cDeakt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
/*####################################################	Seite - Fieldset	########################################################################*/
.cBckFldSt {
  border-color: #00a700;
  border-radius: 6px;
  padding: 2px 3px;
  margin: 2px;
}
.cOptFieldset {
  background-color: #e3ffd5;
}
.cOptFieldset.cAktiv {
  background-color: #00a700;
}
/************************************************************************************************************************************************
 *																																				*
 *														Grid																					*
 *																																				*
 ************************************************************************************************************************************************/
/*####################################################	Grid - Spalten	########################################################################*/
/*####################################################	Grid - Padding	########################################################################*/
/*####################################################	Grid - Margin	########################################################################*/
/*####################################################	Grid - Pushs	########################################################################*/
/*####################################################	Grid - Pulls	########################################################################*/
/************************************************************************************************************************************************
 *																																				*
 *														Elemente																				*
 *																																				*
 ************************************************************************************************************************************************/
.cKeinEvt {
  pointer-events: none;
}
/*####################################################	Elemente - Border	####################################################################*/
/*####################################################	Elemente - Absatz	####################################################################*/
/*####################################################	Elemente - Akkordeon	####################################################################*/
.cBckAkk summary {
  cursor: pointer;
  display: flex;
}
/*####################################################	Elemente - Zeile	####################################################################*/
.cBckZl {
  margin: 10px 0 0 0;
}
/*####################################################	Elemente - Spalte	####################################################################*/
.cBckSplt {
  margin: 10px 0 0 0;
}
/*####################################################	Elemente - Layer	####################################################################*/
.cBckLy {
  position: absolute;
  margin: 10px 0 0 0;
  min-height: 20px;
}
/*####################################################	Elemente - Uebereinander	####################################################################*/
.cBckUebnd {
  min-height: 12px;
  z-index: 50;
}
/*####################################################	Elemente - Hintergrund	####################################################################*/
.cBckHntgrnd {
  min-height: 12px;
}
/*####################################################	Elemente - Ueberblender	####################################################################*/
.cBckUebbl {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 103, 141, 0.8);
  min-height: 12px;
  opacity: 1;
}
/*####################################################	Elemente - Zentrierer	####################################################################*/
.cBckZntr {
  min-height: 12px;
}
/*####################################################	Elemente - SlickSlider	####################################################################*/
.auswahlliste {
  list-style-type: none;
}
.containerliste {
  display: flex;
  border: 1px solid black;
  overflow: auto;
  min-height: 120px;
}
.listdummy {
  float: left;
  width: 166px;
  height: 120px;
  margin: 4px;
  padding: 4px;
}
.bildliste {
  display: block;
  width: 100%;
  height: 100%;
  list-style-type: none;
}
/*####################################################	Elemente - Liste	####################################################################*/
/*####################################################	Elemente - Tabelle	####################################################################*/
tr.odd {
  background-color: #d2ffc4;
}
tr.even {
  background-color: #f1ffe3;
}
/*####################################################	Elemente - horizontale Linie	########################################################*/
.cBckHr {
  color: #00a700;
  margin: 0.5rem 0rem;
}
/*####################################################	Elemente - Fieldset	########################################################*/
/************************************************************************************************************************************************
 *																																				*
 *														Inhalte																					*
 *																																				*
 ************************************************************************************************************************************************/
/*####################################################	Inhalte - Überschriften	################################################################*/
h1.cBckTitel {
  font-size: 2rem;
  color: #00a700;
}
h2.cBckTitel {
  font-size: 1.75rem;
  color: #00a700;
}
h3.cBckTitel {
  font-size: 1rem;
  color: #004100;
}
h4.cBckTitel {
  font-size: 1.2rem;
  color: #004100;
}
h5.cBckTitel {
  font-size: 1rem;
  color: #004100;
}
/*####################################################	Inhalte - Text	#######################################################################*/
.cTextcenter {
  text-align: center;
}
.cBckText {
  min-height: 2rem;
}
/*####################################################	Inhalte - Links	#######################################################################*/
a:link {
  color: #1f2126;
  text-decoration: none;
}
a:hover {
  color: #1f2126;
  text-decoration: underline;
}
/*####################################################	Inhalte - Formulare 	#######################################################################*/
label {
  display: inline-block;
  padding: 3px 2px;
}
/*####################################################	Inhalte - Select 	#######################################################################*/
.cBckSelS {
  max-width: 5rem;
}
/*####################################################	Inhalte - Akkordeon 	#######################################################################*/
.cBckSum {
  text-align: left;
}
.cBckDet {
  border: 1px #004100 solid;
}
/************************************************************************************************************************************************
 *																																				*
 *														Rückmeldungen																					*
 *																																				*
 ************************************************************************************************************************************************/
.cRueckmld {
  z-index: 50;
  position: fixed;
  top: 45%;
  left: 50%;
  min-height: 180px;
  width: 250px;
  margin-left: -150px;
  border: 4px solid;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.cRueckmld input {
  margin-left: 90px;
}
.cBckBest {
  top: 20%;
  left: 10%;
  min-height: 120px;
  width: 240px;
  border-color: #198C0B;
  color: #198C0B;
  -moz-animation: hideRueck 1s ease-in 2s forwards;
  -webkit-animation: hideRueck 1s ease-in 2s forwards;
  -o-animation: hideRueck 1s ease-in 2s forwards;
  animation: hideRueck 1s ease-in 2s forwards;
}
.cInfo {
  min-height: 180px;
  width: 600px;
  border-color: #303969;
  color: #303969;
  background-color: rgba(255, 255, 255, 0.8);
}
.cBckHinw {
  border-color: #303969;
  color: #303969;
  -moz-animation: hideRueck 1s ease-in 4s forwards;
  -webkit-animation: hideRueck 1s ease-in 4s forwards;
  -o-animation: hideRueck 1s ease-in 4s forwards;
  animation: hideRueck 1s ease-in 4s forwards;
}
.cBckWarn {
  min-height: 180px;
  width: 250px;
  border-color: #ff6633;
  color: #ff6633;
}
@keyframes hideRueck {
  0% {
    border: 4px solid;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    opacity: 1;
  }
  99% {
    border: 4px solid;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    opacity: 0;
  }
  100% {
    border: none;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes hideRueck {
  0% {
    border: 4px solid;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 4px 10px;
    min-height: 180px;
    width: 250px;
    opacity: 1;
  }
  99% {
    border: 4px solid;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 4px 10px;
    min-height: 180px;
    width: 250px;
    opacity: 0;
  }
  100% {
    border: none;
    padding: none;
    width: 0px;
    height: 0px;
    min-height: 0px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
}
/************************************************************************************************************************************************
 *																																				*
 *														weiteres																					*
 *																																				*
 ************************************************************************************************************************************************/
.cRdBrd {
  border: 1px solid red;
}
#cMskElFhn, #cMskEnfFhn, #cMskPfl {
  z-index: 75;
  position: fixed;
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
#cMskPfl {
  background-color: rgba(0, 0, 0, 0.8);
}
#cLyPflKl, #cLyPflMt, #cLyPflGr {
  padding: 0 1rem;
  z-index: 60;
  background-color: #d7f8d0;
  border-width: 12px;
  border-color: #00A700;
  border-style: solid;
  position: fixed;
  overflow: auto;
  text-align: center;
  color: #333;
}
#cLyPflKl {
  height: 30%;
  width: 50%;
  min-height: 250px;
}
#cLyPflMt {
  height: 60%;
  width: 60%;
  min-height: 450px;
}
#cLyPflGr {
  height: 80%;
  width: 90%;
  min-height: 750px;
}
#warten {
  z-index: 90;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  /* For IE8 and earlier */
  background-color: #222;
  position: fixed;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden !important;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
#wartebild {
  z-index: 99;
  background: url(../images/CarvisWarten.gif) no-repeat;
  position: fixed;
  top: 45%;
  left: 50%;
}
#wartetext {
  margin-top: 10px;
  margin-left: -60px;
  color: #FFF;
  font-style: bold;
  font-size: 24px;
}
.cZeiger {
  cursor: pointer;
}
.cPflegetabelle {
  height: 37.5rem !important;
}
.cDiv {
  position: relative;
  display: inline-block;
}
.cTDTermin {
  width: 200px;
}
.cTDEingabeLinkAnzeige {
  width: 200px;
  float: left;
  margin: 8px;
}
.cTDEingabeLinktext {
  width: 200px;
  float: left;
  margin: 8px;
}
.cPflege {
  height: 380px;
  margin: 10px;
}
.cTDDatum {
  width: 200px;
  float: left;
  margin: 8px;
}
.cTDUhrzeit {
  width: 150px;
  float: left;
  margin: 8px;
}
.cTDBereich, .cTDBereichRahmen {
  text-align: center;
  width: 198px;
  margin: 1px 2px;
  padding: 1px 0;
}
.cTDBereichRahmen {
  border: 1px solid #333333;
  width: 192px;
}
.cTDWochentag {
  float: left;
  width: 26px;
  margin: 1px;
  font-size: 10px;
  background-color: #888;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 0;
}
.cTDFreilassenTag {
  float: left;
  width: 26px;
  height: 22px;
}
.cTDFeld, .cTDFeld_aktuell, .cTDFeldDe, .cTDMonat, .cTDMonat_aktuell, .cTDMonatDe, .cTDJahr, .cTDJahr_aktuell, .cTDJahrDe, .cTDJahrWechsel, .cTDJahrWechselDe {
  float: left;
  width: 24px;
  height: 18px;
  border: 1px solid #999999;
  background-color: #EEEEEE;
  margin: 1px;
  padding: 1px 0 0 0;
  font-family: Arial;
  text-align: center;
}
.cTDFeld, .cTDFeld_aktuell, .cTDMonat, .cTDMonat_aktuell, .cTDJahr, .cTDJahr_aktuell, .cTDJahrWechsel {
  color: #0000FF;
  cursor: pointer;
}
.cTDFeldDe, .cTDMonatDe, .cTDJahrDe, .cTDJahrWechselDe {
  color: #888;
  cursor: move;
}
.cTDFeld_aktuell, .cTDMonat_aktuell, .cTDJahr_aktuell {
  border: 1px solid #CCCC00;
  background-color: #f8df7c;
  font-weight: bold;
}
.cTDMonat, .cTDMonat_aktuell, .cTDMonatDe {
  width: 28px;
}
.cTDJahr, .cTDJahr_aktuell, .cTDJahrDe {
  width: 45px;
}
.cTDJahrWechsel, .cTDJahrWechselDe {
  width: 18px;
}
.cTDClean {
  border: 0 none;
  margin: 0;
  padding: 0;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.cTDStundeBereich, .cTDMinuteBereich {
  float: left;
  width: 60px;
  height: 300px;
  margin: 0px 8px 0px 8px;
}
.cTDMinuteBereich {
  left: 320px;
  width: 30px;
}
.cTDZeitSpalte {
  float: left;
  width: 28px;
  height: 288px;
  /*font-weight: normal;*/
}
.cTDTitel {
  text-align: center;
  font-weight: bold;
  margin: 6px 2px 1px 2px;
  padding: 1px 0;
}
.cTDSubm {
  float: left;
  width: 250px;
  height: 40px;
  margin-left: 300px;
  margin-top: 8px;
}
.cTDEingabeTermin {
  float: left;
  width: 250px;
  height: 300px;
  margin: 8px;
}
.cTDEingabeFeld, .cTDEingabeFeldT, .cTDEingabeFeldK {
  width: 120px;
  float: left;
  height: 22px;
  align: center;
  margin: 0 0 6px 0;
}
.cTDEingabeFeldT {
  width: 115px;
  margin: 4px 10px 26px 0;
}
.cTDEingabeFeldK {
  width: 115px;
  margin-left: 10px;
  margin: 4px 0 26px 10px;
}
.cTDIcon {
  border: none;
  margin: 0;
  border: 0;
  margin: 0;
  margin-width: 0;
  vertical-align: middle;
  /*   margin: 2px;	*/
}
.inEintrag {
  float: right;
  width: 25px;
  height: 17px;
  right: 0px;
}
.cLyElPf {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.inZeile {
  width: 3px;
  height: auto;
  top: 22px;
  left: 0px;
  margin: 6px;
  background: url(../images/cInZl.png);
}
.cMEl {
  clear: both;
  display: block;
  border: 1px dashed #444;
  outline: 1px dashed #bbb;
  position: relative;
  overflow: visible;
  z-index: 40;
}
.cStLyEl {
  cursor: pointer;
}
.cBEl {
  position: relative;
  display: block;
  height: 100%;
}
.cEdtEl {
  cursor: pointer;
  clear: both;
  display: block;
  min-height: 12px;
  height: 100%;
  min-width: 24px;
  border: 1px dashed #444;
  outline: 1px dashed #bbb;
  position: relative;
  overflow: visible;
  z-index: 40;
}
.cEdt {
  cursor: pointer;
  display: none;
  opacity: 0;
  position: absolute;
  background-color: #e3ffd5;
  display: block;
  right: 0px;
  float: right;
  height: 20px;
  width: 20px;
  z-index: 40;
}
.cEdtFlch {
  min-height: 12px;
}
#cEdtFhn {
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100px;
  padding: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  font-size: 1rem;
  z-index: 45;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  background-color: lightgrey;
  border: 2px solid #767675;
  border-radius: 8px;
}
.cEdtFhn {
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100px;
  padding: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  font-size: 1rem;
  z-index: 45;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  background-color: lightgrey;
  border: 2px solid #767675;
  border-radius: 8px;
}
.cEnfRhmZl {
  position: relative;
  float: left;
  height: 30px;
}
.cEnfRhmGr {
  position: relative;
  float: left;
  height: 30px;
}
.cEnfLyZl {
  position: absolute;
  height: 32px;
  width: 10px;
  right: -3px;
  top: 0px;
  opacity: 0;
  z-index: 40;
  float: left;
}
.cEnfLyGr {
  position: absolute;
  height: 32px;
  width: 10px;
  right: -3px;
  top: 0px;
  opacity: 0;
  z-index: 40;
  float: left;
}
.cEnfPflZl {
  position: relative;
  top: 4px;
  width: 6px;
  padding-top: 5px;
}
.cMkEnfZl {
  position: absolute;
  left: -6px;
  top: -5px;
  padding: 3px;
  z-index: 45;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  display: flex;
  flex-direction: row;
}
.cVrsMkEnfZl {
  position: absolute;
  left: -6px;
  top: -5px;
  padding: 3px;
  z-index: 45;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  display: flex;
  flex-direction: row;
}
.cEnfRhm {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto auto auto;
  padding: 1px 0 0 0;
  cursor: default;
}
.cEnfLy {
  position: absolute;
  background-color: #e3ffd5;
  height: 10px;
  width: 100%;
  margin: 0px auto;
  top: -5px;
  opacity: 0;
  z-index: 10;
}
.cMkEnf {
  position: absolute;
  top: -5px;
  z-index: 45;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}
.cEnfPfl {
  position: relative;
  height: 10px;
  text-align: center;
}
.cEnfPflImg {
  display: inline-block;
}
.cInputImage {
  margin: 2px;
  cursor: pointer;
}
.cEnfSmb {
  position: relative;
  max-width: 13rem;
  align-items: center;
  background-color: transparent;
  z-index: 40;
}
.cEnfFhn {
  position: absolute;
  width: auto;
  margin: 4px;
  padding: 1px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  z-index: 45;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  background-color: lightgrey;
  border: 2px solid #767675;
  border-radius: 8px;
}
.cVrsMkEnf {
  position: absolute;
  top: -5px;
  z-index: 45;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}
.inSpalte {
  width: auto;
  height: 3px;
  margin: 1px;
  background: url(../images/csigsag.png);
}
.inSpalteEinf {
  float: left;
  width: 23px;
  height: 9px;
  left: 0px;
  background: url(../images/inSpalteEinfuegen.png) no-repeat;
}
.inFeld {
  width: auto;
  height: 6px;
  margin: 6px;
}
.VR {
  height: 100%;
  margin: 0px 7px;
  float: left;
}
.werkstoff-input {
  line-height: 0.8rem;
}
.editIcons {
  float: right;
}
.pflege {
  border-width: 1px;
  border-color: #D8C7AB;
  border-style: solid;
  min-height: 26px;
  padding: 2px;
  background-color: #e3ffd5;
}
.cEintrag {
  clear: both;
}
.cEintragPflege {
  height: 30px;
  padding-top: 9px;
}
.cEintragDetails > summary::-webkit-details-marker {
  display: none;
}
.cEintragDetails > summary {
  list-style: none;
  display: flex;
}
.cEintragDetails > summary:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/cPfGrDU.png) no-repeat left;
  background-size: 17px;
  transition: 0.2s;
}
.cEintragDetails[open] > summary:before {
  transform: rotate(180deg);
}
.cEintragSumPflege {
  float: right;
  height: 30px;
  padding-top: 9px;
}
.editEintrag {
  cursor: pointer;
  float: right;
  height: 20px;
  width: 20px;
  right: 0px;
}
.cEditTitel {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cEdtSmb {
  flex-grow: 1;
  margin: auto;
}
.cScTElement {
  flex-grow: 1;
  padding: auto;
  height: 24px;
  width: 36px;
}
.copyElement {
  flex-grow: 1;
  height: 20px;
  width: 24px;
}
.delElement {
  flex-grow: 1;
}
.einfElement {
  height: 20px;
  width: 24px;
  left: 0px;
}
.cEintragRauf {
  cursor: pointer;
  height: 20px;
  width: 20px;
  right: 0px;
}
.cEintragRunter {
  cursor: pointer;
  height: 20px;
  width: 20px;
  right: 0px;
}
.cEintragPosition {
  clear: both;
  float: right;
  height: 44px;
  width: 20px;
  right: 0px;
}
.noEdit {
  float: right;
  height: 20px;
  width: 20px;
  right: 0px;
  background: url(../images/keinZugang.png) no-repeat right;
}
.cPflegeEintrag {
  cursor: pointer;
  float: right;
  height: 20px;
  width: 20px;
  right: 0px;
}
.cTerminsteuerungDeaktiv {
  cursor: pointer;
  float: right;
  height: 20px;
  width: 20px;
  right: 0px;
  background: url(../images/terminsteuerungDeaktiv.png) no-repeat right;
}
.delEintrag {
  float: right;
  height: 20px;
  width: 20px;
  right: 40px;
}
.expModell {
  cursor: pointer;
  float: right;
  height: 20px;
  width: 20px;
  right: 0px;
  background: url(../images/exportModell.png) no-repeat right;
}
.desBild {
  float: center;
  height: 20px;
  width: 20px;
}
.cThumbVideo {
  max-width: 166px;
}
.bildliste, .videoliste {
  display: table-row;
}
.listenbild, .auswahlbild, .auswahlvideo, .listenvideo {
  width: 166px;
  text-align: center;
  float: left;
  border-width: 2px;
  border-style: solid;
  margin: 4px;
  padding: 4px;
}
.auswahlbild {
  cursor: pointer;
}
.auswahlvideo {
  cursor: pointer;
  width: 178px;
}
.listenvideo {
  height: 200px;
}
.sliderbild {
  width: 9%;
  text-align: center;
  float: left;
  border-width: 2px;
  border-style: solid;
  margin: 4px;
  padding: 4px;
}
.check {
  float: left;
  margin-left: 12px;
  margin-right: 20px;
}
.pnavak {
  width: 80%;
  border-width: 1px;
  border-color: #304E8C;
  border-style: solid;
}
.intern {
  float: left;
  color: red;
  margin-right: 20px;
}
.extern {
  float: left;
  color: green;
  margin-right: 20px;
}
.markclass {
  background-color: #D8C7AB;
}
.pflegelayer {
  text-align: center;
  border: 1;
  margin: 0px;
  padding: 0px;
  font-size: 0.8rem;
}
.pflegebereich {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 10px;
  padding: 10px;
}
.cFunktFlexCont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cFunktflexrow {
  width: 100%;
}
.pflegespalte, .pflegespalte-links, .pflegespalte-rechts {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 10px;
  padding: 10px;
}
.pflegespalte-links {
  text-align: right;
}
.pflegespalte-rechts {
  text-align: left;
}
.leftlabel {
  float: left;
  margin-right: 0.5rem;
  text-align: right;
  padding-top: 0.35rem;
}
.rightlabel {
  float: left;
  margin-right: 0.5rem;
  padding-top: 0.35rem;
}
.rightfield {
  margin-left: 10px;
  text-align: left;
}
.tabelle {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.tabzeile, #tabzeileHD {
  display: table-row;
  table-layout: fixed;
  /*width:600px;*/
  border-collapse: collapse;
}
.tabzeileHD {
  margin-top: 15px;
}
.tabfeld, .tabfeldlabel {
  display: table-cell;
  table-layout: fixed;
  width: 250px;
  border-collapse: collapse;
}
.tabfeld {
  text-align: left;
}
.tabfeldlabel {
  text-align: right;
  padding-right: 10px;
  width: 150px;
}
.selectDatumTag {
  display: table-cell;
  width: 60px;
}
.selectDatumMonat {
  display: table-cell;
  width: 120px;
}
.selectDatumJahr {
  display: table-cell;
  width: 80px;
}
.selectZeitStunde {
  display: table-cell;
  width: 80px;
}
.selectZeitMinute {
  display: table-cell;
  width: 80px;
}
.selectZeitSekunde {
  display: table-cell;
  width: 80px;
}
.cBildlayer {
  z-index: 80;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  /* For IE8 and earlier */
  background-color: #000000;
  position: fixed;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  visibility: hidden;
  top: 0;
  left: 0;
  margin: auto;
}
.cQbild, .cHbild, .cHbord, .cQbord {
  z-index: 85;
  position: fixed;
  width: 1280px;
  height: auto;
  overflow: hidden !important;
  /* 960 */
  /* height:640px;
        height:768px;*/
  visibility: hidden;
  top: 50%;
  left: 50%;
  margin-left: -640px;
  margin-top: -480px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.cQbild, .cHbild {
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.cQbord {
  z-index: 87;
  width: 1248px;
  height: 928px;
  margin-left: -640px;
  margin-top: -480px;
  border: 16px solid red;
}
.cHbord {
  z-index: 87;
  height: 928px;
  width: 688px;
  margin-left: -360px;
  margin-top: -480px;
  border: 16px solid red;
}
.cHbild {
  /*width:720px;*/
  height: 960px;
  width: auto;
  margin-left: -360px;
  margin-top: -480px;
}
.cShowNavli, .cShowNavre, .cShowHNavli, .cShowHNavre, .cShowPicCls, .cShowPicStatus, .cShowPicDel, .cShowTurnli, .cShowTurnre {
  position: fixed;
  z-index: 90;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  /* For IE8 and earlier */
  visibility: hidden;
  background-color: #000;
  height: 500px;
  width: 400px;
}
.cShowTurnli, .cShowTurnre {
  height: 350px;
  margin-bottom: 0px;
  bottom: 0%;
}
.cNavli, .cNavre, .cPicCls, .cTurnli, .cTurnre, .cPicStatus, .cPicDel {
  position: fixed;
  z-index: 99;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  /* For IE8 and earlier */
  visibility: hidden;
  height: 70px;
  width: 70px;
}
.cNavli, .cNavre {
  top: 50%;
  margin-top: -20px;
}
.cTurnli, .cTurnre {
  top: 50%;
  margin-top: 230px;
}
.cShowNavli, .cShowNavre {
  top: 50%;
  margin-top: -400px;
}
.cShowNavli, .cNavli, .cShowTurnli, .cTurnli {
  left: 50%;
  margin-left: -634px;
}
.cShowNavre, .cNavre, .cShowTurnre, .cTurnre {
  right: 50%;
  margin-right: -634px;
}
.cShowPicStatus, .cPicStatus {
  height: 300px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 0%;
  margin-top: -20px;
}
.cPicStatus {
  font-size: 4em;
  visibility: hidden;
  height: 70px;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.cShowPicDel, .cPicDel {
  height: 300px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -150px;
}
.cPicDel {
  height: 70px;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
.cShowPicCls {
  height: 300px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  margin-bottom: 0px;
  bottom: 0%;
}
.cPicCls {
  height: 70px;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: 354px;
}
