/*************** NEU ***************/
/** Keine Hervorhebung bei Touch **/
a::selection, span::selection, img::selection, div::selection { background:none; color:none; }
a::moz-selection, span::moz-selection, img::moz-selection, div::moz-selection { background:none; color:none; }
a::webkit-selection, span::webkit-selection, img::webkit-selection, div::webkit-selection { background:none; color:none; }
 
 
.spartacus {
  position: relative;
  left: 0;
}

.inputDatumText {
  margin-bottom: 0.2em;
  padding-top: 0.5em;
  padding-right: 0;
  -webkit-appearance: none;
  background-color: #FFFFFF;
  width: 9em;
}

.inputZeit {
  width: 5.75em;
}

.inputComboBox {
  /* ausblenden der Standard CB */
  text-indent: 5px;
}

/** Bei Touch werden die Hover-Icons gesetzt, 
	daher Verwendung der normalen Icons für Hover **/
	
.zurueckIcon:hover {
  background-image: url(../img/zurueck.svg), none;
}

.zurueck2Icon:hover {
  background-image: url(../img/zurueck2.svg), none;
}

.weiter2Icon:hover {
  background-image: url(../img/weiter2.svg), none;
}


.loeschenIcon:hover {
  background-image: url(../img/loeschen.svg), none;
}

.sucheIcon:hover {
  background-image: url(../img/suche.svg), none;
}

.neuIcon:hover {
  background-image: url(../img/neu.svg), none;
}

.notizIcon:hover {
  background-image: url(../img/notiz.svg), none;
}

.listElementDreieck:hover {
  background-image: url(../img/kontext_oeffnen.svg), none;
}

.dialog {
  top: 3.45em;
}

.nurDesktop {
  visibility: hidden;
}
  
/*************** ALT ***************/ 

@CHARSET "UTF-8";

img:hover {
  cursor: pointer;
}

.tgmBaumFensterContentDaten {
  overflow: hidden;
}

.tgmBaumEintrag {
    margin-left: 0;
}

.formButton{
	display:none;
}

.dropContainer {
    display: none;
}

.lazyListLoadingWithText {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875em;
  font-weight: 400;
}

.lazyListLoadElement {
  width: 100%;
  height: 7.125em;
  display: table;
  text-align: center;
}

/**
 * TABLET
 */
@media all and (min-device-width: 768px) and (min-device-height: 768px) {
  
  #anzeigeModus {
    width: 1px;
  }
}

/**
 * SMARTPHONE 
 */
@media all and (max-device-width: 767px), all and (max-device-height: 767px) { 

  #anzeigeModus {
    width: 2px;
  }
  
  .dropDownZeitList {
    width: 4.75em;
  }
}

/**
 * FullHD-SMARTPHONE 
 */
@media all and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 3),
	   all and (max-device-height: 1920px) and (-webkit-min-device-pixel-ratio: 3) { 

  #anzeigeModus {
    width: 2px;
  }
}

