@media all and (orientation:portrait){ 


.invoerlabel{
   
    font-size: 16px;
    color:#F49712;


    align-content:baseline;
    text-align: left;
    padding-right: 10px;
 

}
.invoerareabig{
  display: flex;
  flex-direction: column;

  padding-left: 5px;

}
input[type=text]{
  border-radius: 5px;
  font-size: 12px;
  padding: 1px;
  margin: 5px;
  width: 90%;
  border-color:#F49712;
  color:#175B99;
  

}
input[type=number]{
  font-size: 12px;
  border-color: white;

  color:#175B99;
  width: 60px;
  text-align: center;

}
.linktest{
  color: white;
}
.link{
  font-size: 12px;
  color:#F49712;
  cursor:pointer;
  text-decoration: none;

}
.link:hover{
  color : grey;
}

.plusmin{
  width: 35px;
  height: 35px;
  background-color: #175B99;
  border-radius: 50%;
  color: #F49712;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
}

.invoerregel{
  display: flex;
  flex-direction: column;
 
  padding:3px;
}
.textarea{
  border-radius: 5px;
  font-size: 16px;
  padding: 5px;
  margin: 5px;

  border-color:#F49712;
  color:#175B99;

}
.output{
  width: 20px;
  margin-left: 5px;
  text-align: right;

}
.outputtabel{
  width: 60px;
  margin-left: 5px;
  text-align: right;

}
.outputgreen{
  width: 60px;
  margin-left: 5px;
  text-align: right;
  color: green;

}
.outputred{
  width: 60px;
  margin-left: 5px;
  text-align: right;
  color: red;
}

}
@media all and (orientation:landscape){
  .invoerregel{
    display: flex;
    flex-direction: column;

    padding:3px;
  }
  .linktest{
    color: white;
  }
  .invoerlabel{
      font-size: 18px;
      color:#F49712;

  
      align-content:baseline;
      text-align: left;
      padding-right: 10px;
   
  
  }
  .barcontainer{
    width: 200px;
    border-width: 1;
    border-radius: 10px;
    height: 20px;
    border-color: #175B99;
    border-style: solid;
  }
  .invoerareabig{
    display: flex;
    flex-direction: row;
    width: 70%;
    padding-left: 5px;
  
  }
  .invoerareabigger{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 5px;
  
  }
  .link{
    font-size: 18px;
    color:#F49712;
    cursor:pointer;
    text-decoration: none;
  
  }
  .link:hover{
    color : grey;
  }


  .plusmin{
    width: 50px;
    height: 50px;
    background-color: #175B99;
    border-radius: 50%;
    color: #F49712;
    font-size: 36px;
    margin: 10px;
    text-align: center;
    align-items: center;
    cursor: pointer;
  }
  .textarea{
    border-radius: 5px;
    font-size: 18px;
    padding: 5px;
    margin: 5px;
 
    border-color:#F49712;
    color:#175B99;
  
  }
  .output{
    width: 110px;
    margin-left: 25px;
    text-align: right;

  }
  .outputtabel{
    width: 110px;
    margin-left: 25px;
    text-align: right;

  }
  .outputtabelheader{
    width: 110px;
    margin-left: 25px;
    text-align: right;
    font-size: 14px;
    color: 'black';

  }
  .outputred{
    width: 110px;
    margin-left: 25px;
    text-align: right;
    color: red;

  }
  .outputgreen{
    width: 110px;
    margin-left: 25px;
    text-align: right;
    color: green;

  }
}
   
input[type=password]{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin: 5px;

    border-color:#F49712;
    color:#175B99;
    width: 300px;

}

input[type=text]{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin: 5px;

  border-color:#F49712;
  color:#175B99;
  width: 300px;

}
.inputgroot{
  
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin: 5px;
  
    border-color:#F49712;
    color:#175B99;
    width: 600px;
  
  
}
input[type=number]{
  font-size: 20px;
  border-color: white;
  border-style: solid;
  color:#175B99;
  width: 60px;
  text-align: center;

}
input[type=textarea]{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin: 5px;

  border-color:#F49712;
  color:#175B99;
  width: 600px;

}

.select{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin: 5px;

  border-color:#F49712;
  color:#175B99;
  width: 300px;

}
input[type=email]{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin: 5px;
  border-color:#F49712;
  color:#175B99;
  width: 300px;

}

input[type=date]{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin: 5px;

  border-color:#F49712;
  color:#175B99;
  width: 200px;

}

input[type="file"] {
  display: none;
}

.custom-file-upload {
 
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F5D906;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F5D906;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #F5D906;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.iconarea{
  margin-top: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 10%;
width: 80%;

}
.icon{
  width: 150px;

}



.invoerareasmall{
  width: 100px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #175B99;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #175B99;
  cursor: pointer;
}

