
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}


body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    font: 16px/20px PTSansRegular,Arial,Helvetica,sans-serif;
    height:85vh;
    margin:0px;
    padding:0px;
    /* Padding to avoid the "unsafe" areas behind notches in the screen */
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    width:100%;
    /*background-color:#696969;*/
    background-color:#eee;
    /*color:#e7e7e7;*/
    color:#3a3a3a;
    overflow-y: hidden;
}

ul {
    padding-inline-start: 20px;
}

.ios_back_button {
  /* display:none; */
  position:absolute;
  top:3.3rem;
  left:0.5rem;
  z-index: 10;
}

.ios_back_button > img {
  width: auto;
}

#ios7-statusbar-fix {
    width:100%;
    height:200px;
    background-color:#bcbcbc;
    position:fixed;
    z-index:10000;
    margin-top:-200px;
    display:block;
}

#header_include {
  height: 3.3rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

input[type=checkbox], input[type=radio] {
  transform: scale(1.5);
}

input[type=checkbox] + label {
  margin-left: 1.4rem !important;
  margin-top: 0.2rem;
}

input[type=radio] + label {
  margin-left: 0.4rem !important;
  margin-top: 0.2rem;
}

#tri_canvas {
  width: 300px;
  height: 300px;
  /*background-color: rgba(0, 0, 0, 0.1);*/
}

#div_tri_canvas {
  display: none;
}

.modal-content {
  color:#545454;
}

/**** App Input fields *****/
.bo-field-div {
  background-color: #fff;
  border-radius: 6px;
  margin: 0 0.2rem 2%;
  color: #495057;
  position: relative;
}

.bo-field-div>label {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.9rem;
}

.bo-field-div-calculated {
  background-color: #f29400;
  color:#000 !important;
}

.bo-field-div-calculated input{
  color:#000;
}

.bo-field-div-calculated a{
  color:#696969;
}

.bo-field-div:focus-within {
    background-color: #696969;
    color: #fff !important;
}

.bo-field-div:focus-within input {
    color: #fff;
    background-color: inherit;
}

.bo-field-div.val_in_range {
    color: #fff;
    /*background-color: inherit;*/
}

.bo-field-div-ohne {
  background-color: #fff;
  border-radius: 6px;
  margin: 0 1% 2%;
  color: #495057;
  max-height: 5rem;
}

.bo-field-div-ohne:focus-within {
    background-color: #696969;
    color: #fff;
}

.bo-field-div-ohne>label {
  margin: 0;
}

.bo-field-div-ohne-small {
  border-radius: 6px;
  color: #495057;
}

.bo-field-div-ohne-small>label {
  margin: 0;
}

.bo-bg-danger {
    background-color: #dc3545;
}

.bo-bg-warning {
    background-color: #fff3cd;
}

.bo-field-input-ohne {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  color: #000;
  background-color: inherit;
  text-align: right;
}

#tole-d_span {
  margin-top: 1.6rem;
  padding-left: 0.3rem;
}

.bo-menu-icon {
  margin-right: 0.5em;
}

.boshow {
  position: unset;
  background-color: inherit;
  border-width: 0;
  border-left-width: 1px;
  margin-left: 15px;
  transform: none;
  display: block;
}

ul.dropdown-menu.show {
  position: absolute;
  inset: 0px 15% auto 15%;
  margin: 0px;
  transform: translate(0px, 42px);
  background-color: #b7b7b7;
}

.bo-field-input-ohne-small, .bo-field-input-ohne-small[readonly] {
  border: 0;
  padding-left: 0;
  font-size: 1rem;
  color: #000;
  background-color: inherit;
  text-align: right;
  width: 100%;
  padding: 0.2rem 0.3rem;
}


.bo-field-input {
  border: 0;
  padding-left: 0;
  font-size: larger;
  color: #000;
  background-color: inherit;
  height: calc(2.25rem + 2px);
  /*height: calc(60% + 1.8px) !important;*/
  text-wrap: inherit;
}

.bo-field-input:read-only {
  color: #000;
  background-color: inherit;
  text-align: right;
}

select {
	color: #495057 !important;
	font-size: 0.9rem !important;
}


.bo-field-div-height {
  height: calc(5rem + 2px);
}

.bo-span-unit {
  margin-top: 11px;
  font-size: small;
}

.bo-row-function{
/*  background-color: #c9c9c9;
  border-radius: 5px;*/
  margin-top: 5px;
}

.form-control:focus {
  box-shadow: unset;
  background-color: inherit;
  color:#fff;
  border-color: #ececec;
}

.form-control:disabled {
    background-color: inherit;
    opacity: inherit;
    color: #fff;
}

.bo-field-div-calculated .form-control:disabled {
  color: #000;
}

.bo-field-div-disabled {
    background-color: #696969;
    color: #fff;
}

.form-control[readonly] {

}

.bo-field-input-ohne-small:focus {
  color:#000;
}

/***********************/

.function-error {
  display: none;
}

/********* *********/
.bo-func-title {
  background-color: #696969;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  width:100%;
  text-align: center;
  padding: 1% 2rem;
  margin-bottom: 2%;
}


/************************/

/********* TEST *********/

.boSlider {
  height: 93%;
  width: 100%;
  display: flex;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /*scroll-snap-type: x mandatory;*/
  position: fixed;
  top:3.3rem;
}

.boSlider-element {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-behavior: smooth;
  display: block;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

.boSlider-element-active {
  display:block;
}

.boSlider-element-next {
  display:none;
}
/*
.boSlider::-webkit-scrollbar {
  display: none;
}

/************************/

.div-icon {

  padding: 0em 0.3em;
  background:url(../img/header5.png) no-repeat left top;
  background-position: 0 43%;/*-20px;*/
  background-size: 100%;
  height: 3.3rem;
  text-align: right;
}

.div-lang {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right !important;
}

.dropdown-lang-menu {
  display: none;
  background-color: #fff;
  width: 150px;
  position: absolute;
  z-index: 98;
  right: -99px;
  top: 20px;
  text-align: left;
  border-radius: 10px;
}

.div-close-menu-op {
  position: absolute;
  left: 210px;
  bottom: 10px;
}

.div-menu {
  top: 1rem;
  left: 1.2rem;
  text-align: right !important;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}

 .div-menu > img {
   max-width: 1.8rem;
 }

.nav-item a {
  white-space: pre-wrap;
}

.div-menu-options {
  background-color: #2a2a2a;
  width:300px;
  position: fixed;
  left:-300px;
  top:0px;
  height:100%;
  overflow-y: scroll;
  z-index: 100;
}

.div-menu-options li.col-sm {
  flex-basis: unset;
}

.div-menu-cover {
  position: fixed;
  width:100%;
  height: 100%;
  background-color: #00000075;
  z-index: 99;
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: none !important;
}

.dropdown-item {
    width: auto;
    padding: 0.5rem 1.5rem;
    clear: none;
    display: inline-block;
}

.lang-flag {
  cursor: pointer;
  /*margin-right: 10px;*/
}

.active-lang {
  padding: 0;
  background-color: unset;
  border: 0;
}

.icon-img {
  width: 30%; /*25%;*/
  height: auto;
  max-width: 7rem;
  padding-top: 0.4rem;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .show>.btn-secondary.dropdown-toggle:focus {
    color: #fff;
    background-color: unset;
    border: 0;
    box-shadow: none;
}

.banner_bo {
  width:90%;
  margin: 5%;
  -webkit-box-shadow: 5px 5px 15px -7px #000000;
  box-shadow: 5px 5px 15px -7px #000000;
}

.bo-icon {
  height: 75px;
  width: 75px;
  line-height: 75px;
}
.bo-icon img {
  filter: invert(100%);
  padding: 15%;
}

.bolinks {
  position: absolute;
  bottom: 10px;
}

#botekshop_links img {
  width:65%;
  margin-bottom: 10%;
  max-width: 130px;
}

#botekshop_links a {
  color: inherit;
}

.bo-color-dunkle-orange {
  background-color: #ea7c13 !important;
  border-color: #ea7c13 !important;
}

/* Portrait layout (default) */
.app {
    position:absolute;             /* position in the center of the screen */
    left:50%;
    top:35%;
    height:50px;                   /* text area height */
    width:225px;                   /* text area width */
    text-align:center;
    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
                                   /* offset horizontal: half of text area width */
}

a {
  color: rgba(234, 124, 19, 1);
}

a:hover  {
  color: rgba(255, 125, 0, 1);
}

.span_dsgvo {
  font-size: 18px;
}

#rkiModal-content > p:lang(en-GB) {
  display:none;
}

#rkiModal-content a {
  display:none;
}

#rkiModal-content .sectionRelated {
  display:none;
}

.modal-lg {
  max-width: 90%;
}

.was-validated .span_dsgvo {
  color: #ff4c4c;
}

.text-muted {
    color: #d1d1d1 !important;
}

.covid_a {
  background-color: rgb(255 255 255 / 8%);
}

#radioBtn .notActive{
    color: #f29400;
    background-color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f29400;
    border-color: #f29400;
}

.btn-primary {
    color: #fff;
    background-color: #f29400;
    border-color: #f29400;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 2px 2px 7px -4px #000000;
    box-shadow: 2px 2px 7px -4px #000000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f29400;
    border-color: #f29400;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inset -3px 2px 0 0.2rem #e38b028a;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.bo-btn-menu-elb {
  background-color: #db9400;
  border-color: #ce7f00;
}

.bo-btn-menu-bta {
  background-color: #00569d;
  border-color: #123a83;
}

.bo-btn-menu-vhm {
  background-color: #007632;
  border-color: #00662b;
}


.bo-btn-menu-tools {
  /* background-color: #8a1002; */
  /* border-color: #690d00; */
  background-image:url('../img/icon_general.png');
  height: 3rem;
  padding: 0;
  background-repeat: inherit;
  background-size: 1px 100%;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 1rem;
}
.bo-btn-menu-tools:not(:disabled):not(.disabled).active, .bo-btn-menu-tools:not(:disabled):not(.disabled):active, .show>.bo-btn-menu-tools.dropdown-toggle {
  /* background-color: #ac1a0a; */
  /* border-color: #751205; */
  color: rgb(255, 255, 255);
}
.bo-btn-menu-tools:hover {
  /* background-color: #ac1a0a;
  border-color: #751205; */
  color: rgb(255, 255, 255);
}

.bo-main-menu .nav-item:not(.dropdown) {
  justify-content: center;
  display: flex;
  margin-top: 8%;
}

.bo-main-menu .nav-link:not(.dropdown-item):not(.dropdown-toggle) {
  white-space: nowrap;
  /* background-repeat: no-repeat; */
  /* background-position: 5px 5px; */
  /* height: 4em; */
  height: 9.4em;
  width: 9.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #333;
  padding: 7rem 0 0;
  color: rgb(255, 255, 255);
}
.bo-main-menu .nav-link div {
  white-space: pre-wrap;
  display: flex;
  /* justify-content: end;
  align-items: end;
  text-align: end; */
  /* text-indent: 1.1em; */
  justify-content: center;
  align-items: end;
  text-align: center;
  /* height: 5em; */
}
.bo-main-menu .nav-link img {
  height: 5em;
}

.bo-lang-text {
  /* font-size: 0.8em; */
  font-size: 0.9em;
  line-height: 1em;
  margin-top: -0.5rem;
}


label.error {
    color: #f29400;
    font-style: italic;
    margin-bottom: 0;
}
label.checkbox-error {
  display: block;
}

input.error {
    border: 1px solid red;
}

.div-scan-l {
  width: 5%;
  height: 100%;
  background-color: #696969;
  position: absolute;
  top: 100px;
  left: 0;
}

.div-scan-r {
  width: 5%;
  height: 100%;
  background-color: #696969;
  position: absolute;
  top: 100px;
  right: 0;
}

.div-scan-b {
  width: 90%;
  height: 100%;
  background-color: #696969;
  position: absolute;
  top: 70%;
  left: 5%;
}

.scan-frame {
  width: 50%;
  height: 30%;
  background-color: transparent;
  border: 2px
  solid #fff;
  position: absolute;
  top: 20%;
  left: 25%;
}

#dauerb_alert {
  display: none;
  position: absolute;
  top: 0px;
  max-width: 1141px;

  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(243 149 60);
  border-color: rgb(68 33 0);
  color: rgb(255 237 220);
}

#dauerb_error {
  display: none;
  position: absolute;
  top: 0px;
  max-width: 1141px;

  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(243 60 60);
  border-color: rgb(68 33 0);
  color: rgb(251 211 211);
}

/* CSS */
.button-1 {
  background-color: rgba(234, 124, 19, 1);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  -webkit-box-shadow: 4px 3px 5px 0px #000000;
  box-shadow: 4px 3px 5px 0px #000000;

}

.button-1:hover,
.button-1:focus {
  background-color: rgb(243 149 60);
}

/* CSS */
.button-2 {
  background-color: rgba(51, 51, 51, 1);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  -webkit-box-shadow: 4px 3px 5px 0px #000000;
  box-shadow: 4px 3px 5px 0px #000000;

}

.button-2:hover,
.button-2:focus {
  background-color: rgba(51, 51, 51, 0.8);
}

.db-btn {
  position: absolute;
  right: 5%;
  margin-top: -35px;
}

.bo-range {
  padding: 0;
  margin: 0;
}

.bo-range {
  -webkit-appearance: none !important;
  height: 0.5rem;
  margin: 0.8rem 0;
  border-radius: 8px !important;
  /*background: -webkit-gradient(linear,center top, center bottom, from(#CFDCDD),to(#DFE9EA),color-stop(50%,#DFE9EA));*/
  -webkit-transition: background 450ms;
  transition: background 450ms;
  margin-top: 1.3rem;
  background-image: linear-gradient(90deg, #ff3f3f 25%, #52f952 25%, #52f952 75%, #ff3f3f 75%);
  border: 0;
}

.bo-range-35 {
  /* background-image: linear-gradient(90deg, #ff3f3f 33.3%, #52f952 33.3%, #52f952 66.6%, #ff3f3f 66.6%); */
}

.bo-range-20 {
  background-image: linear-gradient(90deg, #ff3f3f 20%, #52f952 20%, #52f952 80%, #ff3f3f 80%);
}

.bo-range-10 {
  background-image: linear-gradient(90deg, #ff3f3f 13%, #52f952 13%, #52f952 86%, #ff3f3f 86%);
}

/* Change the Slider Button Color Here */
.bo-range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:#f29400;
    height:1.2rem;
    width:1.2rem;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 5px 0px #000000;
    box-shadow: 1px 1px 5px 0px #000000;
}

.bo-range-val {
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
    max-width: 4rem;

    background-color: #ececec;
    padding: 0 2px 0 0;
    margin: 0.2rem !important;
    border-radius: 5px !important;
    border: 1px solid #ececec;
}

.bocd-d-interval {
  font-size: 0.7rem;
}
.bocd-interval {
  border: 1px solid rgba(192,192,192,1);
  border-width: 0px 1px;
  margin: 2px 5px;
  background: linear-gradient(180deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px) );
}

span.bocd_min {
  font-size: small;
  position: absolute;
  top: -5px;
  width: 0;
  left: 25%;
}

span.bocd_max {
  font-size: small;
  position: absolute;
  top: -5px;
  width: 0;
  left: 70%;
}

span.bocd_min-20 { 
  left: 20%;
}

span.bocd_max-20 {
  left: 75%;
}

span.bocd_min-10 { 
  left: 13%;
}

span.bocd_max-10 {
  left: 77%;
}

/* span.bocd_min-35 {
  width: 30%;
}

span.bocd_max-35 {
  width: 69%;
} */

.bocd_f_selected {
  top: 0.4rem;
  left: 0.5rem;
  width: 90%;
  height: 3rem;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1rem;
}

.bo-select-opacity{
  opacity: 0;
}

.bo-font-small {
  font-size: small;
}

.div_elb_ratio_hinweis {

}

 /* The switch - the box around the slider */
.div_switch {
  display: flex;
  margin-top: .6rem;
  justify-content: space-between;
  color: rgba(234, 124, 19, 1);
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(87 87 87);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: rgba(234, 124, 19, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(87 87 87);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(121, 121, 121);
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}


.bo-modal-app-footer {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-top: 20px;
}

.bo-modal-app-footer a {
  width: 100%;
  display: block;
}

.bo-modal-app-footer img {
  width: 50%;
}



@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

@media (max-height: 700px) {

  .bolinks .nav-item a {
    padding-bottom: 0;
  }

  .boshow .nav-link {
    padding-top: 0;
  }
}

@media (max-height: 600px) {

  .bolinks .nav-item a {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 0.9rem;
  }

  .boshow .nav-link {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 0.9rem;
  }
}
