/* 20260520 */
.logo_off {
	position: absolute;
	top: 30px;
	right: 5%;
	width: 128px;
	height: 74px;
	display: none;
}

/* customSelect.css: */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  display: inline-block;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #fff;
  border: 1px solid #ccc;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #333 transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #333;
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-top: 0;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  /*text-overflow: ellipsis;*/
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  /*width:160px;*/
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #ccc;
}

#animation_container {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 900px;
	height: 600px;
	background-color:rgba(255, 255, 255, 1.00);  
}
#canvas {
	position: absolute;
	display: block; 
	background-color:rgba(255, 255, 255, 1.00);
}
#dom_overlay_container {
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 900px;
	height: 600px;
	display: block;
	overflow: hidden;     
}
#ctplan {
	padding-top: 20px;
}

canvas:focus {
	outline: none;
}

#canvasUI_container {
	z-index: 800;
}

#startUI {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 50;
}

#viewUI {
	position: absolute;
	top: 10px;
	left: 240px;
	width: 196px;
	z-index: 48;
	display: none;
}

#ebSpUI {
	position: absolute;
	top: 225px;
	left: 52px;
	z-index: 59;
	display: none;
}

#func1UI {
	position: absolute;
	top: 10px;
	left: 440px;
	z-index: 46;
	display: none;
}
#flpUI {
	position: absolute;
	top: 26px;
	left: 460px;
	width: 196px;
	z-index: 53;
	display: none;
}
#rwdUI {
	position: absolute;
	top: 26px;
	left: 450px;
	width: 330px;
	height: auto;
	z-index: 54;
	display: none;
}
#shbUI {
	position: absolute;
	top: 26px;
	left: 470px;
	width: 330px;
	height: auto;
	z-index: 55;
	display: none;
}
#turUI {
	position: absolute;
	top: 26px;
	left: 480px;
	width: 330px;
	height: auto;
	z-index: 56;
	display: none;
}
#wbiUI {
	position: absolute;
	top: 26px;
	left: 220px;
	width: 330px;
	height: auto;
	z-index: 58;
	display: none;
}
#farbUI {
	position: absolute;
	top: 26px;
	left: 260px;
	width: 196px;
	z-index: 57;
	display: none;
}
.csel {
	display: inline-block;
	vertical-align: text-top;
	width: 38px;
	height: 18px;
	margin-right: 8px;
}
.clcsel {
  width: 100%;
  vertical-align: top !important;
}

.cDialog {
	position: fixed;
	padding: 5px 5px 0 5px;
	width: 330px;
	height: auto;
	min-height: 36px;
	display: none;
	z-index: 52;
	overflow: hidden;
	background-color: rgba(140, 140, 140, 0.8);
}

.hw {
	display: inline-block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 320px;
	height: 0;
	margin: auto;
	z-index: 1090;
}

.cPane {
	position: absolute;
	top: 335px;
	left: 240px;
	padding: 5px;
	text-align: left;
	min-height: 150px;
	min-width: 320px;
	max-height: 450px;
	max-width: 900px;
	display: none;
	z-index: 51;
	overflow: hidden;
	background-color: rgba(140, 140, 140, 0.8);
}
.cPaneContent {
	width: 320px;
	height: 125px;
	min-width: 310px;
	min-height: 109px;
	overflow: scroll;
}
.cPaneContent ::-webkit-scrollbar-track {
	background-color: rgba(140, 140, 140, 0.8);
}

.dragHG {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	cursor: move;
}

#cursoriText {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 5px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	color: #333;
	background-color: rgba(230, 230, 230, 0.6);
	visibility: hidden;
	z-index: 900;
}

.canvasUI {
	padding: 5px 5px 0 5px;
	height: auto;
	width: 230px;
	overflow: hidden;
	background-color: #888;
}

.canvasUI a {
	margin: 0;
	text-decoration: none;
	display: inline-block;
}

.canvasUI hr {
	margin: 0 0 5px 0;
	background-color: #999E99;
	color: #999E99;
	border: #999E99;
	height: 2px;
}

.vl {
	display: inline-block;
	vertical-align: text-top;
	border-left: 2px solid #999E99;
	height: 26px;
}
.canvaslabel {
	position: relative;
	margin: 0 0 5px 0;
	padding: 4px 5px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	vertical-align: text-top;
	color: #333;
	background-color: #999E99;
	width: 220px;
	height: 26px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	opacity: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.canvaslabel:hover {
	background-color: #AABBAA;
}
.clsel {
	background-color: #AABBAA;
}
.cbinline {
	position: relative;
	width: 26px;
	height: 26px;
	display: inline-block;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.cbinline {
	padding-top: 5px;
	padding-left: 32px;
	margin: 10px 5px 0 5px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	color: #333;
	text-align:left;
	vertical-align: top;
	min-width: 99px;
}
.canvaslabel input[type="checkbox"],
.canvaslabel input[type="radio"],
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
	position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-cbmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border:1px solid #666;
  /*background-color: #eee;*/
}
.c-rbmark {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 24px;
  width: 24px;
  border:1px solid #666;
  border-radius: 50%;
  /*background-color: #eee;*/
}
.canvaslabel input[type="checkbox"]:checked ~ .c-cbmark {
  background-color: #666;
}
.c-cbmark:after,
.c-rbmark:after {
  content: "";
  position: absolute;
  display: none;
}
.canvaslabel input[type="checkbox"]:checked ~ .c-cbmark:after,
.form-group input[type="checkbox"]:checked ~ .c-cbmark:after,
.form-group input[type="radio"]:checked ~ .c-rbmark:after  {
  display: block;
}
.canvaslabel .c-cbmark:after,
.form-group .c-cbmark:after {
  left: 8px;
  top: 2px;
  width: 8px;
  height: 16px;
  border: solid #999E99;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-group .c-cbmark:after {
	 border-color: #666;
	 border-width: 0 2px 2px 0;
}
.form-group .c-rbmark:after {
 	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333;
}
.sfocus,
.form-control:focus {
  border-color: #FF9393;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 68, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 68, 68, 0.6);
}
.form-control:required {
  background: #FFD;
}

.spr {
	position: absolute;
	right: 0px;
	text-align: right;
	margin-right: 5px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999E99;
  -webkit-transition: .4s, background-color 0.1s;
  transition: .4s, background-color 0.1s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #666;
}
/*input:not(:checked) + .slider {
  left: 2px;
  background-color: #999E99;
}*/
/*input:focus + .slider {*/
/*.slider:hover {*/
input:hover + .slider {
  /*box-shadow: 0 0 1px #666;*/
  background-color: #AABBAA;
}
input:checked:hover + .slider {
  /*box-shadow: 0 0 1px #333;*/
  background-color: #777;
}
input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 18px;
}
.slider.round:before {
  border-radius: 50%;
}
.switch.txt {
	vertical-align: text-top;
	margin-top: 4px;
}

.spiegh {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ulegD {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 5px;
	background-color: #999E99;
}
.ulegD .canvaslabel {
	background-color: #ABADAB;
}
.ulegD .canvaslabel:hover {
	background-color: #BBCCBB;
}
.canvastext {
	position: relative;
	margin: 0;
	padding: 4px 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	vertical-align: text-top;
	color: #333;
	height: 26px;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.cl_rot {
	font-size: 24px;
	padding: 1px 5px;
	line-height: 0.9;
	/*color: #F00;*/
	color: #333;
}
.cl_gruen {
	font-size: 24px;
	padding: 1px 3px;
	line-height: 0.9;
	/*color: #0C0;*/
	color: #333;
}
#ebspPls .cl_gruen {
	color: #3E3;
}
.cl_orange {
	font-size: 30px;
	padding: 1px 4px;
	line-height: 0.7;
	color: #F90;
}
.cl_dgrau {
	font-size: 30px;
	padding: 1px 5px;
	line-height: 0.7;
	color: #333;
}

.dr_rotVis {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 0px;
	visibility: hidden;
	pointer-events: none;
}
.dr_rot {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 12px solid #F00;
	border-bottom: 6px solid transparent;
	margin-right:5px;
	display: inline-block;
}
.dr_grau {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 12px solid #333;
	border-bottom: 6px solid transparent;
	margin-right: 5px;
	display: inline-block;
}

.up {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.down {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dr_re {
	position:absolute;
	top:5px;
	right:4px;
}

.lab_li {
	width:calc(100% - 31px);
}


.bld {
	 font-weight: bold;
}
.cls {
	width: 90px;
}
.clh {
	width: 106px;
}
.clm {
	width: 186px;
}
.clbfa {
	width: 140px;
}
.clbfb {
	width: 180px;
}
.clind {
	padding-left: 22px;
}
.cltop {
	width: 157px;
	cursor: move;
	z-index: 1;
}
.cltopm {
	width: 124px;
	cursor: move;
}
.cltoggle {
	width: 26px;
	margin-left: 5px;
	padding: 6px 7px;
}
.clplus {
	width: 26px;
	margin-left: 5px;
}
.clmin {
	width: 23px;
	margin-left: 5px;
}
.clcplus {
	width: 36px;
	margin-left: 5px;
}
.w26 {
	width: 26px;
}
.w157 {
	width: 157px;
}
.w158 {
	width: 158px;
}
.ml0 {
	margin-left: 0px;
}
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.ml6 {
	margin-left: 6px;
}
.mr6 {
	margin-right: 6px;
}

.fs16 {
	font-size: 16px;
	line-height: 1;
}
.vabtn {
	top: 5px;
	vertical-align: bottom;
}

.canvasInfoText {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px 5px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	color: #333;
	border: 0;
	background-color: #FFFFFF;
	width: 220px;
	max-width: 220px;
	height: 100px; /* 5 Zeilen */
	display: inline-block;
}
.cDialog .canvasInfoText {
	width: 320px;
	max-width: 320px;
	height: 40px;
	overflow: hidden;
	background-color: rgba(240, 240, 240, 0.7);
}
.cPane .canvasInfoText {
	overflow: hidden;
	background-color: rgba(240, 240, 240, 0.1);
	height: 26px;
	width: 100%;
	max-width: 890px;
}

.cPane .resizer-right {
	width: 5px;
	height: 100%;
	background: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: col-resize;
}

.cPane .resizer-bottom {
	width: 100%;
	height: 5px;
	background: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: row-resize;
}

.cPane .resizer-both {
	width: 31px;
	height: 31px;
	background: transparent;
	z-index: 10;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: nwse-resize;
}

/*NOSELECT*/
.cPane * {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.canvasUI p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	color: #333;
}

.canvasUI h1,
.cDialog h1,
.cPane h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #333;
}

.canvasUI input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.canvasUI input[type="text"] {
	width: 30.66%;
	height: 26px;
	margin-right: 4%;
	margin-bottom: 10px;
	padding-left: 4px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #333;
	border:0;
	display: inline-block;
}

.form-group input[type="text"],
.form-group input[type="email"] {
	width: 159px;
	height: 34px;
	margin: 10px 5px 0 5px;
	padding: 6px 6px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	display: inline-block;
}
.form-group .canvasInfoText {
	padding: 6px 6px;
	width: 100%;
	max-width: 504px;
	height: 54px;
	resize: vertical;
	overflow: auto;
	border: 1px solid #ccc;
}

#busy_div {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1080;
}
#busy_ind {
	position: relative;
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	margin-left: -28px;
	border-radius: 50%;
	border: 4px solid #333;
	border-left: 4px solid #ccc;
	animation: busy_kf 1s linear 0s infinite normal none running;
}
@keyframes busy_kf {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes busy_kf {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#busy_div.show {
	display: block;
}
#busy_div.hide {
	display: none;
}

.clcross {
	padding: 5px 0;
	width: 26px;
	height: 26px;
}

.modal-header .clcross {
	background-color: #FFF;
	opacity: 1;
}

.modal-header .clcross:hover {
	opacity: 0.7;
}
.clcross:before, .clcross:after {
	position: absolute;
	left: 12px;
	content: ' ';
	height: 16px;
	width: 2px;
	background-color: #333;
}
.clcross:before {
	transform: rotate(45deg);
}
.clcross:after {
	transform: rotate(-45deg);
}

/* modal hg-farbe leider nur hier einstellbar */
.modal-backdrop {
	background-color: #ffffff;
}
.modal-content .img_container .opdf {
	display: none;
}
#pdfModal form button,
#pdfModal .modal-footer button {
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 159px;
	margin: 0 5px 10px 5px;
	text-align: center;
}
.modal-body {
	position: relative;
	padding: 15px;
}

.numStep {
	width:56px;
	height: 26px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: text-top;
	margin-bottom: 5px;
}
.numStep input[type="text"] {
	width: 36px;
	height: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	border: none;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
.numStep label {
	width: 20px;
	height: 13px;
	line-height: 0.8;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	position: absolute;
	right: 0;
	color: #333;
	background-color: #999E99;
}
.numStep label.minus {
	bottom: 0;
}

/*#Land .select-items { // falls Aufklapp-Menue andere Breite als Auswahl-Button
	width: 150px;
}*/

.noInt {
	pointer-events: none;
}

.diag {
	background: 
		linear-gradient(to top left,
			rgba(255,0,0,0) 0%,
			rgba(255,0,0,0) calc(50% - 2px),
			rgba(255,0,0,1) 50%,
			rgba(255,0,0,0) calc(50% + 2px),
			rgba(255,0,0,0) 100%);
}

.bIcon {
	background-image: url("../images/moc_icons1.png");
	background-repeat: no-repeat;
	background-size: 260px 260px;
	background-origin: border-box;
}
.zoomin {
	background-position: -52px 0px;
}
.zoomout {
	background-position: -78px 0px;
}
.zcenter {
	background-position: -104px 0px;
}
.imUz {
	background-position: 0px 0px;
}
.ggUz {
	background-position: -26px 0px;
}
.augIndOn {
	background-position: 0px -52px;
}
.augIndOff {
	background-position: -26px -52px;
}
.wr {
	width: 52px;
	height: 52px;
	display: inline-block;
	vertical-align: middle;
	background-position: -104px -52px;
}

.txtUz::after {
	content: "";
	padding-right:18px;
}
.hilight {
	background-color: rgba(255,255,128,0.3);
}
.hiback {
	/*background-color: #BADAFF;*/
	background-color: #FFD;
}