body {
	/* font-family: Helvetica, sans-serif; */
	font-family: 'Avenir Next', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}
.body-webapp {
	/* background: #FFEEE1; /*#FAFAFA;*/
	/* background: rgba(0,0,0,0.5); */
	color: #000000;
	margin: 0px 8px;
	overflow-x: hidden;
	overflow-y: auto;
}
.body-hintergrund {
	position: fixed;
	background-size:100% 100%;
	left: 0px;
	right: 0px;
	top: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.body-anleitung {
	background:#DDDDDD;
	color: #000000;
}
table {
	border: 0px solid #000000;
	border-collapse: separate;
	border-spacing: 0px 0px;
}
th {
	border: 1px solid #000000;
	padding: 1px 2px 2px 1px;
}
td {
	border: 1px solid #000000;
	padding: 1px 2px 2px 1px;
}
ul {
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
}
.table-leer {
	border: none;
	background-color: transparent;
}
.tabelle-instrumente {
	background-color: #777777;
	color: #000000;
	font-size: x-small;
	border: 1px solid #000000;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ui-neu {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,0.25);
	color: rgba(0,0,0,0.7);
	font-size: xx-small;
	height: 10pt;
	border-radius: 3px;
	padding: 0;
}

/* KNÖPFE */
.btn-aufklappen-nachunten {
	background-color: transparent;
	border: 1px solid #000000;
	height:18px;
	width:100%;
	font-size:x-small;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.dropdown-list-btn {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,0.25);
	color: rgba(0,0,0,0.25);
	font-size: xx-small;
	height: 10pt;
	width: 10pt;
	border-radius: 2px;
	padding: 0;
}

.dropdown-list-auswahl {
	padding: 0;
}

.unterseite-btn {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 3px;
}

.btn-flach {
	background-color: rgba(0,0,0,0.025);
	border: 1px solid #000000;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}

.input-btn-as-url {
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 3px;
}

.textKnopf{
	outline-style: solid;
	outline-width: 1px;
	outline-color: #000000;
}

.feld-error {
	outline: .2em dotted red !important; /* rgb(236,105,51) #FDFF47 */
	outline-offset: .2em !important;
	box-shadow: 2px 2px 2px 2px #333333 !important;
}


.progressmeter {
	width: 100%;
	height: 10px;
	padding: 0px;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 3px;
	text-align: left;
	align-items: center;
}
.progressmeter-pc {
	height: 9px;
	background-color: #ED784C;
	opacity: 0.5;
	border: 1px solid #000000;
	border-radius: 3px;
}
.progressmeter-empty {
	width: 0;
	border: none;
}
.progressmeter-full {
	height: 9px;
	width: 100%;
	background-color: #608B49;
	opacity: 0.5;
	border: 1px solid #000000;
	border-radius: 3px;
}

.ftnote {
	color: red;
	font-weight: bold;
	vertical-align: super;
	font-size: smaller;
}

.bedienung-button {
	height: 20px;
	width: 20px;
	border: 0px solid #000000;
	background-color: transparent;
}
.bedienung-button-image {
	padding-left: 16px;
	height: 16px;
}	


/* STANDARDTABELLE */
.tabelle-spalte-index {
	color: #000000;
	background:  rgb(96,139,73); /* #FFE78C; */
}
.tabelle-spalte-index-clone {
	color: #000000;
	background: rgba(96,139,73,0.4); /* #FFE78C; */
}
.tabelle-zeile-head {
	border: 1px solid #000000;
	color: #000000;
	background: #01BE9C;
}

/* STEUERELEMENTE */
.steuerelemente > table {
	border:1px solid black;
	border-radius:5px;
	background: #EEEEEE;
}
.steuerelemente td {
	border: none;
	color: 'transparent';
	background-color: 'transparent';
}


/* SKROLLTABELLEN: */
.scroll-tabelle-outer {
	position: relative;
	padding-top: 20px;
	background: transparent; /* #4FAFD7; */
	width: 100%;
	height: 100%;
}
.scroll-tabelle-inner {
	border: 1px solid #000000;
	overflow-y: auto;
}
.scroll-tabelle-inner table {
	width: 100%;
	height:100%;
}
.scroll-tabelle-inner table td {
	background: transparent; /* #ffffff; */
	padding: 2px 2px 4px 4px;
}
.scroll-tabelle-inner table th {
	padding: 2px 2px 4px 4px;
	background: transparent;
	border: none;
	white-space: nowrap;
}
.scroll-tabelle-inner table th div {
	position: absolute;
	background: transparent;
	padding: 0;
	top: 0;
	line-height: normal;
	border: none;
}


/* TOGGLE-SCHALTER */
.toggle {
  border: 1px solid black;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 45px;
  height: 15px;
  vertical-align: middle;
}
.toggle input {display:none;}
.toggle div {
  border-radius: 5px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggle div:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 2px;
  bottom: 1px;
  background: #000000;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}
.toggle input:checked + div {
  background: #3497FF;
}
.toggle input:focus + div {
  box-shadow: 0 0 1px #3497FF;
}
.toggle input:checked + div:before {
  background: #FFFFFF;
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}


.toggle-tiny {
  border: 1px solid black;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 32px;
  vertical-align: middle;
}
.toggle-tiny input {display:none;}
.toggle-tiny div {
  border-radius: 2px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}
.toggle-tiny div:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 1px;
  bottom: 1px;
  background: #000000;
  border-radius: 1px;
  -webkit-transition: .1s;
  transition: .1s;
}
.toggle-tiny input:checked + div {
  background: #3497FF;
}
.toggle-tiny input:focus + div {
  box-shadow: 0 0 1px #3497FF;
}
.toggle-tiny input:checked + div:before {
  background: #FFFFFF;
  -webkit-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
}

/* DROPDOWN */
/* Dropdown Button */
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}