input[type=range]{
    -webkit-appearance: none;
    width:150px;
    background: none;
    border-radius: 10rem;
    height: 19px;
  }

  @-moz-document url-prefix() {
     input[type=range]{
      height: 15px;
     }
  }

input[type=range]::-webkit-slider-runnable-track {
  margin-top: 0;
  height: 1px;
  background: black;
  border-radius: 10px;
  padding-left: 2px;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: black;
    margin-top: -7px;
    background-repeat: no-repeat;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.03);
}
input[type=range]:focus {
    outline: none;
}

input[type=range]::-moz-range-track {
  margin-top: 0rem;
  height: 1px;
  background: black;
  padding-left: 6px;
  padding-right: 6px;
  border: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: black;
  margin-top: 2px;
  cursor: pointer;

}

input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.03);
}

input[type=range]::-moz-focus-inner {
    outline: none;
}

button {
    background-color: white;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    border-radius: 0px;
    -webkit-transition: all 400ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
       -moz-transition: all 400ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
         -o-transition: all 400ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
            transition: all 400ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
}

button:hover {
    cursor: pointer;
    background-color: rgb(190,190,255);
}

button:active {
    cursor: pointer;
    background-color: rgb(100,100,255);
}
.buy:hover{
  border-radius: 50px;
}

#textReaderHead{
  font-size: 1.5rem;
  border-bottom: 1px solid currentColor;
}
.dropdown1 {
    float: left;
    overflow: hidden;
    position: inline-block;
    float: left;
    width: auto;
    margin-left: 10px;
    margin-right: 15px;
    background-color: white;
    border-radius: 3rem;
    padding: 1rem;
}

#dropdownArrow{
  position: absolute;
  right: 0;
}

#fontSelect{

}

.projectDescriptionText{
  width: 80%;
  margin-left: 10%;
  height: auto;
  position: fixed;
  z-index: -1;
  top: 15%;
}

.topTextApp{
  width: auto;
  top: 0;
  right: 0;
  position: fixed;
  padding: 1rem;
  z-index: 9999;
  margin: 1%;
}

.toolelementR{
  position: inline-block;
  float: left;
  background-color: white;
  border-radius: 3rem;
  padding: 1rem;
}

#navTitel{
  text-align: center;

}
.toolelement1{
  position: inline-block;
  float: left;
  width: 12rem;
  margin-left: 10px;
  margin-right: 15px;
  background-color: white;
  border-radius: 3rem;
  padding: 1rem;
  box-shadow: 0px 0px 35px rgb(255,100,100);
}

.toolelement{
  position: inline-block;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.toolline p{
  line-height: 0;
}

.toolline svg{
  height: 20px;
  margin-right: 8px;
  margin-top: 6px;
  stroke-miterlimit:10;
  vertical-align: center;
  -webkit-transition: all 400ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
     -moz-transition: all 400ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
       -o-transition: all 400ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
          transition: all 400ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
}

.toolline svg:hover{
  cursor: pointer;
}

.toolline svg:active{
  cursor: pointer;
}

#focusButton{
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 2%;
  user-select: none;
}

#focusButton:hover{
cursor: pointer;
}

.textReader{
  width: 50%;
  margin-left: 25%;
  height: auto;
  margin-top: 15rem;
  margin-bottom: 5rem;
  z-index: 1000;
  text-align: left;
  background-color: rgb(249,242,235);
  box-shadow: 0px 0px 75px rgb(255,100,100);
  -webkit-transition: all 800ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
     -moz-transition: all 800ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
       -o-transition: all 800ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
          transition: all 800ms cubic-bezier(0.675, 0.275, 0.115, 0.905);
    -webkit-user-select: none; /* Safari */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+/Edge */
            user-select: none;
}

.textReader p{
  color: black;
  font-size: 1rem;
  font-family: Courier, sans-serif;
  padding: 10%;
  padding-left:  20%;
  padding-right:  20%;
  line-height: 1.3;
}

.textReader img{
  width: 100%;
  margin-bottom: 3rem;
}

#firstImageText{
  float: left;
  height: 13rem;
  width: auto;
  margin-bottom: 4rem;
}

#textCaption{
  float: right;
  width: 55%;
  height: 13rem;
  margin-bottom: 4rem;
}

.titleTextstories{
  font-style: italic;
  position: fixed;
  top: 0;
  left: 0;
margin: 2%;
}
#text01{
  display: block;
}

#text02, #text03, #text04, #text05, #text06,
#text07, #text08, #text09, #text10, #text11,
#text12, #text13, #text14, #text15, #text16,
#text17, #text18, #text19, #text20, #text21,
#text22, #text23, #text24, #text25, #text26,
#text27, #text28, #text29, #text30 {
  display: none;
}


#previousText{
  position: inline;
  margin: 1%;
  bottom: 0;
float: left;
font-family: Fleya, serif;
}

#nextText{
  position: inline;
  margin: 1%;
  bottom: 0;
  float: right;
  font-family: Fleya, serif;
}

#previousText:hover{
 cursor: pointer;
}

#nextText:hover{
 cursor: pointer;
}

#initiale{
  font-size: 5rem;
}

@media only screen and (max-width: 1180px){
  .dropdown1 {
      float: right;
      width: auto;
      margin-left: 0px;
      margin-right: 0px;
      margin-right: none;
    }

    #noMobile1000{
      display: none;
    }

    .textReader{
      width: 70%;
      margin-left: 15%;
    }
    .toolelementR{
      width: 60%;
      float: right;
      margin-top: 1rem;
    }

}

@media only screen and (max-width: 700px){
      #noMobile700{
      display: none;
      }

      .textReader{
      width: 90%;
      margin-left: 5%;
      }

      .textReader p{
      padding-left:  15%;
      padding-right:  15%;
      }
      .toolelementR{
      display: none;
      }
      .topTextApp{
      width: 70%;
      }
      .textReader{
      margin-top: 3rem;
      }
      .dropdown1 {
        float: right;
        width: auto;
      }
      #textSelect{
        font-size: 0.8rem;
      }

      #firstImageText{
        width: 100%;
        text-align: center;
      height: auto;
        margin-bottom: 4rem;
      }

      #textCaption{
        width: 100%;
        height: auto;
        margin-bottom: 4rem;

      }
}

@media only screen and (max-width: 500px){

  .textReader{
    margin-top: 6rem;
  }

  .dropdown1 {
      float: right;
      width: auto;
    }
    #textSelect{
      font-size: 0.8rem;
    }
}
