@media all and (orientation:portrait){ 

.invoerregel{
  display: flex;
  flex-direction: column;
 
  padding:3px;
}
.invoerlabel{
   
    font-size: 16px;
    color:#1b679f;
    border-bottom: solid;
    border-color:#ACC4E8;

    align-content:baseline;
    text-align: left;
    padding-right: 10px;
 

}
.invoerareabig{
  display: flex;
  flex-direction: column;

  padding-left: 5px;

}
.text{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;

  background-color: white;
  color:#1b679f;
  width: 140px;

}
.text2{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;

  background-color: white;
  color:#1b679f;
  width: 350px;
  text-align: left;

}

}
@media all and (orientation:landscape){
  .invoerregel{
    display: flex;
    flex-direction: row;
   
    padding:3px;
  }
  .invoerlabel{
      width: 30%;
      font-size: 18px;
      color:#1b679f;
      border-bottom: solid;
      border-color:#ACC4E8;
  
      align-content:baseline;
      text-align: right;
      padding-right: 10px;
   
  
  }
  .invoerareabig{
    display: flex;
    flex-direction: row;
    width: 70%;
    padding-left: 5px;
  
  }
  .text{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin-top: 5px;
  
    background-color: white;
    color:#1b679f;
    width: 190px;
  
  }
  .textsmall{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin-top: 5px;
  
    background-color: white;
    color:#1b679f;
    width: 75px;
  
  }
  .text2{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin-top: 5px;
  
    background-color: white;
    color:#1b679f;
    width: 500px;
    text-align: left;

  }
}
   


input[type=time]{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin: 5px;

  background-color: white;
  color:#1b679f;
  width: 100px;

}
input[type=number]{
  border-radius: 5%;
  font-size: 16px;
  padding: 1px;
  margin: 5px;
  text-align: center;
  background-color: white;
  color:#1b679f;
  width: 100px;
  height: 25px;
  box-shadow: 5px 5px 5px rgb(131, 188, 241);


}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

input[type=number]:disabled {
  border-radius: 5%;
  font-size: 16px;
  padding: 1px;
  margin: 5px;
  text-align: center;
  background-color: white;
  color:#1b679f;
  width: 100px;
  height: 25px;
  box-shadow: 5px 5px 5px rgb(131, 188, 241);

}


input[type=date]{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin: 5px;

  background-color: white;
  color:#1b679f;
  width: 125px;

}

input[type="file"] {
  display: none;
}

.custom-file-upload {
 
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ACC4E8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ACC4E8;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ACC4E8;
}

.selectklein{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin: 5px;
  
    background-color: white;
    color:#1b679f;
    width: 100px;
  
 
}
.select{
  border-radius: 5%;
  font-size: 16px;
  padding: 1px;
  margin: 5px;
  text-align: center;
  background-color: white;
  color:#1b679f;
  width: 100px;
  height: 25px;
  box-shadow: 5px 5px 5px rgb(131, 188, 241);


}

.link{
  font-size: 18px;
  color:#ACC4E8;
  cursor:pointer;
  text-decoration: none;

}
.link:hover{
  color : #1b679f;
}
.iconarea{
  margin-top: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-left: 10%;
width: 80%;

}
.icon{
  width: 150px;

}
.slider {
  -webkit-appearance: none;
  width: 50%;
  height: 25px;
  background: lightgrey;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-left: 5%;
}

.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #1b679f;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #1b679f;
  cursor: pointer;
}


.invoerareasmall{
  width: 100px;
}
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
