.navbar{
    background-color: mintcream !important;
   
}


.navbar-brand{
   color: #2B2B2B !important;  
}

.nav navbar-nav{
   color: #2B2B2B !important;  
}
.dropdown-toggle{
   color: #2B2B2B !important;  
}

/*.btn-pencil, .btn-pencil:hover, .btn-pencil:active, .btn-pencil:visited {
    color: #2B2B2B !important;
}*/

/*
.btn  {
   background-color: #e3ebed !important;  
}
*/

.table-condensed{
  font-size: 9px !important; 
}

.table-condensedb{
  font-size: 13px !important; 
     background-color: mintcream !important; 
}
.table-condensedb thead tr th {
    background-color: mintcream !important;    
color: #008 !important;
}


.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

.mypanel {
    height: 100px;
    overflow-y: scroll;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.icon-playpicture{
  background-image : url(../img/platzhfoto.png);
  background-size: cover;
  display: inline-block;
  height: 90px;
  width: 90px;
}

.icon-playbamb{
  background-image : url(../img/bamblogo.png);
  background-size: cover;
  display: inline-block;
  height: 90px;
  width: 90px;
}

.icon-playberlin{
  background-image : url(../img/berlinlogo.png);
  background-size: cover;
  display: inline-block;
  height: 90px;
  width: 90px;
}

.btn-files {
  position: relative;
  overflow: hidden;
}
.btn-files input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}


.form-controlcustum {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-controlcustumgreen {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
  background-color: lightgreen;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-controlcustumred {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
  background-color: lightcoral;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-controlcustum:focus {
  border-color: #97FFFF;	

  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-controlcustum::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-controlcustum:-ms-input-placeholder {
  color: #999;
}
.form-controlcustum::-webkit-input-placeholder {
  color: #999;
}
.form-controlcustum[disabled],
.form-controlcustum[readonly],
fieldset[disabled] .controlcustum {
  background-color: #eee;
  opacity: 1;
}
.form-controlcustum[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.placeholder {
  color: gray
}

.green {
  color: green;
}

.red {
  color: red;
}


.slidecontainer {
  width: 100%; /* Width of the outside container */
   
}

.slider {
  -webkit-appearance: none;
  width: 260px;
  height: 20px;
  border-radius: 6px;  
    box-shadow: -5px -5px 9px #ffffff73,5px 5px 7px #5e687949;
        display:  grid;
    justify-content: center;
    align-content: center;
}



.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 0;
  background: url("knopfblau.png");
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 0;
  background: url("knopfblau.png");
  cursor: pointer;
}




.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.range {
  width: 100%;
    width: 240px;
  height: 12px;
  border-radius: 6px;
      box-shadow:inset -5px -5px 9px #ffffff73,inset 5px 5px 7px #5e687949;
}
.bubble {
  background: lightsteelblue;
  color: black;
  padding: 6px 12px; /*Größe des bubble-feldes*/
  position: absolute;
    top: -10px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
     box-shadow: -5px -5px 9px #ffffff73,5px 5px 7px #5e687949;
    
}
.bubble::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  background: lightsteelblue;
  top: -1px;
  left: 50%;
    box-shadow:inset -5px -5px 9px #ffffff73,inset 5px 5px 7px #5e687949;
}

.binnen {
    background: lightsteelblue;

  color: black;
  padding: 4px 10px; /*Größe des bubble-feldes*/
  position: absolute;
    top: 20px; /*Abstand des bubble-feldes zur leiste*/
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
     box-shadow:inset -5px -5px 9px #ffffff73,inset 5px 5px 7px #5e687949;
    
}