
	#potree_toolbar{
      position: absolute;
      z-index: 10000;
      right: 10px;
      top: 10px;
      background: transparent;
      color: white;
      padding: 0.3em 0.8em;
      font-family: "system-ui";
      border-radius: 0em 0em 0.3em 0.3em;
      display: flex;
    }

	#potree_description{
     position: absolute;
      z-index: 10000;
      left: 5px;
      bottom: 10px;
      background: transparent;
      color: white;
      padding: 0.5em 0.5em;
      font-family: "system-ui";
      font-size: 2em;
      border-radius: 0em 0em 0.3em 0.3em;
      display: flex;
    }

    .potree_toolbar_label{
      text-align: right;
      font-size: smaller;
      opacity: 1;
    }

    .potree_toolbar_separator{
      background: transparent;
      padding: 0px;
      margin: 5px 10px;
      width: 1px;
    }

    .potree_toolbar_sprungmarken{
      text-align: right;
      font-size: xx-large;
      opacity: 1;
      color: white;
    }

    a:hover, a:visited, a:link, a:active{
		color: white;
		text-decoration: none;
		}


		.annotation-titlebar{
      opacity: 1;
      border-radius:  0;
      border: 0px;
      font-size:  1.2em;
     }

     .annotation-expand{
     	color: black;
     }

     .annotation-label{
     	font-weight: normal;
     }


    .annotation-description{
    	max-width: 20px;
    }


    .move {
    cursor: move;
   	}

    .button-icon {
      background-color: black;
    }

  .button-icon:hover{
    /*background-color: #09181C;*/
    background-color: darkgray;
    filter: drop-shadow(0px 0px 1px white);
    cursor: pointer;
  }

  .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #0dc5c1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
