body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  font-family: "Source Sans Pro";
  background-color: #f3f5f9;
}

html {
  height:  100%;
  scrollbar-width: none;
}
  
body::-webkit-scrollbar {
  display: none;
}

main {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #f3f5f9;
}

.color-one{
  color: rgba(0, 177, 106, 1);
}

.color-two {
  color: rgba(34, 167, 240, 1);
}

.color-three {
  color: rgba(255, 100, 00, 1);
}


.bg-one{
  background-color: rgba(0, 177, 106, 1);
}

.bg-two {
  background-color: rgba(34, 167, 240, 1);
}

.bg-three {
  background-color: rgba(255, 100, 00, 1);
}


.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

.margin-r{
  margin-right: 7px;
}

#content {
  background-color: #f3f5f9;
}

.fill { 
  height: calc(100% - 84px);
  min-height: calc(100% - 84px);
}

h2 {
  font-size: 20px;
  font-weight: 600;
}

.filter-white {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(108deg) brightness(101%) contrast(107%);
}

#header-title {
  font-weight: 600;
  font-size: 20px;
  padding-left: 15px;
}

#laermquellen {
  height: 100%;
}

#laermquellen p {
  line-height: 1.1em;
}

#soundbutton-group {
  width: 100%;
  text-align: center;
}

/*BIG BUTTON */

.floatright{
  float: right;
}

.btnupload{
  padding-top: 10px;
  height: 42px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
}


.btn span.icon {
  background: url(../img/bootstrap-icons/upload.svg) no-repeat;
  float: left;
  width: 24px;
  height: 24px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(102%);
}

.button-wrapper {
  width: 45%;
  margin: 2%;
  display: inline-block;
}

.big-button {
  display: inline-block;
  vertical-align: top;  
  width: 100%;
  height: 100px;
  background-color: white;

  text-align: center;
  color: #019ca2;

  -webkit-box-shadow:inset 0px 0px 0px 2px rgba(1, 156, 162, 0.4);
  -moz-box-shadow:inset 0px 0px 0px 2px rgba(1, 156, 162, 0.4);
  box-shadow:inset 0px 0px 0px 2px rgba(1, 156, 162, 0.4);


}

.big-button-deactivated {
  display: inline-block;
  vertical-align: top; 
  width: 100%;
  height: 100px;
  background-color: rgb(255, 255, 255);

  text-align: center;
  color: #bed1d6 !important;
}

.big-button svg{
  width: 24px;
  height: 24px;
  margin: 25px auto 10px auto;
  filter: invert(55%) sepia(40%) saturate(7012%) hue-rotate(152deg) brightness(89%) contrast(99%);
}

.big-button svg image{
  width: 24px;
  height: 24px;
}

.big-button:hover {
  -webkit-box-shadow:inset 0px 0px 0px 2px #019ca2;
  -moz-box-shadow:inset 0px 0px 0px 2px #019ca2;
  box-shadow:inset 0px 0px 0px 2px #019ca2;
}

.big-button.active {
  background-color: #019ca2 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.big-button.active p{
  color: #ffffff !important;
}

.big-button.active svg{
  filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(209deg) brightness(104%) contrast(102%);
}


.big-button-deactivated svg{
  width: 24px;
  height: 24px;
  margin: 25px auto 10px auto;
  filter: invert(93%) sepia(14%) saturate(234%) hue-rotate(147deg) brightness(88%) contrast(89%);
}

.big-button-deactivated svg image{
  width: 24px;
  height: 24px;
}

.big-button-deactivated p{
  color: #bed1d6 !important;
}

#laermquellen-text {
  margin-left: 2%;
  margin-top: 30px;
}


#kalibrierung-text {
  margin-left: 2%;
  margin-top: 20px;
}

#kalibrierung-text h5 {
  margin-bottom: 10px;
}



.hidebar::-webkit-scrollbar {
  display: none;
}
  
.hidebar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

.soundcontent {
    display: none;
}

#fensterauswahl {
  max-height: 100%;
  height: 100%;
}

#testdiv {
  height: 2000px;
  width: 200px;
  background-color: #333;
}

.fullheight {
  height: 100%;
  min-height: 100%;
}


/*CONTENT*/

.buttonicon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(102%);
}

.content-chart {
    margin-top: 20px;
    height: 100%;
}

#content-headline {
    margin-top: 20px;
}

.width100{
  width: 100%;
}

.rad10{
  border-radius: 10px;
}


.radmenu{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/*Play Pause Button*/
.play-pause-button,
.upload-button {
  color: #fff;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  position: relative;
}
 
.play-pause-button.playing { 
  background-color: #019ca2;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.play-pause-button.paused {
  background-color: #FFFFFF;
  color: #019ca2;

  -webkit-box-shadow:inset 0px 0px 0px 2px rgba(1, 156, 162, 0.4);
  -moz-box-shadow:inset 0px 0px 0px 2px rgba(1, 156, 162, 0.4);
  box-shadow:inset 0px 0px 0px 2px rgba(1, 156, 162, 0.4);

}

.play-pause-button:hover {
  -webkit-box-shadow:inset 0px 0px 0px 2px #019ca2; 
  -moz-box-shadow:inset 0px 0px 0px 2px #019ca2;
  box-shadow:inset 0px 0px 0px 2px #019ca2;
}



.upload-button.playing,
.upload-button.paused{
  background-color: #9bbfc0;
}


.play-pause-button.playing:before{
  content: '';
  background-image: url("../img/bootstrap-icons/pause.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(102%);
}

.play-pause-button.paused:before{
  content: '';
  background-image: url("../img/bootstrap-icons/play.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  filter: invert(55%) sepia(40%) saturate(7012%) hue-rotate(152deg) brightness(89%) contrast(99%);
}

.play-pause-button svg{
  height: 22px;
  max-width: 24px;
}


.play-pause-button.playing svg{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(102%);
}

.play-pause-button.paused svg{
  filter: invert(55%) sepia(40%) saturate(7012%) hue-rotate(152deg) brightness(89%) contrast(99%);
}


.fenster-s{
  width: auto;
}

.floated {
  float:left;
  margin-right: 5px !important;
}

.upload-button.playing:before{
  content: '';
  background-image: url("../img/bootstrap-icons/upload.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  margin-top: 2px;
  margin-bottom: 2px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(102%);
}

.upload-button.paused:before{
  content: '';
  background-image: url(../img/bootstrap-icons/upload.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(103%) contrast(102%);
}

.fensterbutton {
  margin: 10px 0 15px 0;
}

.custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 0, 0, 0);
  transform: scale(4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; 
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.custom-range::-moz-range-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  transform: scale(4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; 
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#rangefinder {
  width: 100%;
  padding: 0px 20px 10px 10px;
  margin-top: 30px;
}




.custom-range {
  margin-top: 33px;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
  float: left;
  background: transparent;
  outline: none;    
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slider {
  background-color: #fff;
  margin-top: 15px;
  height: 90px;
  border-radius: 7px;
}

.slider p{
 float:left;
 width: 20%;
 height: 90px;
 background-color: #9bbfc0;
 border-top-left-radius: 7px;
 border-bottom-left-radius: 7px;
 padding: 35px 0px 0px 20px;
 font-weight: 600;
}



.btn-outline-primary {
    background-color: #FFF;
  --bs-btn-color: #019ca2;
  --bs-btn-border-color: rgba(1, 156, 162, 0.4);
  --bs-btn-hover-color: #019ca2;
  --bs-btn-hover-bg: #FFF;
  --bs-btn-hover-border-color: #019ca2;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #019ca2;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #019ca2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
  --bs-gradient: none;
}

.btnradiobor{
  margin-right: 4px;
  border: 2px solid rgba(1, 156, 162, 0.4);
}

.btn-primary {
  background: #FFF;
--bs-btn-color: #FFFFFF;
--bs-btn-border-color: transparent;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #ffffff;
--bs-btn-hover-border-color: #9bbfc0;
--bs-btn-focus-shadow-rgb: 13, 110, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #019ca2;
--bs-btn-active-border-color: transparent;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #019ca2;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: transparent;
--bs-gradient: none;
}

.chartrow{
  height: 400px;
}

#showmorebutton{
  float:right;
}

.annotation{
  padding-left: 18px;
}

.play-pause-button.paused .annotation{
  color: rgba(1, 156, 162, 0.4);
}

.play-pause-button.playing .annotation{
  color: rgba(255, 255, 255, 0.4);
}

#kalibrierungsframe{
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 5px 20px 0px;
  width: 620px;
  height: 220px;
  margin-top: 50px;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane{
  display: none;
}

.show {
  display: block !important;
}

#ablaufbild{
  height: calc(100vh - 180px);
  border-radius: 7px;
  margin-top: 20px;
}

.nav-link.active{
  border-bottom: #f3f5f9 solid 6px !important;
}

.ownpad{
  padding-top: 10px;
}


.img-responsive {
  max-width:auto;
  max-height:100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  background-color: #c5f6eb;
  border-radius: 7px;
  padding: 10px;
}
