@media all and (orientation:portrait){ 

.invoerregel{
  display: flex;
  flex-direction: column;
 
  padding:3px;
}
.invoerlabel{
   
    font-size: 16px;
    color:'#000000';
    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:'#000000';
  width: 67%;

}
.textsmall{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;

  background-color: white;
  color:'#000000';
  width: 33%;

}
.text2{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;

  background-color: white;
  color:'#000000';
  width: 95%;

}
.text70{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;

  background-color: white;
  color:'#000000';
  width: 70%;

}
.scherm50{
  width: 100%;
}
.lijstnaam{
  border-radius: 5px;
  font-size: 18px;
  padding: 5px;
  margin-top: 5px;
  border-color: rgb(243, 237, 237);

  background-color: rgb(243, 237, 237);
  color:gray; 
  width: 75%;
}
.lijstnaam:focus{
  background-color: white;
  color:black; 
}
.zoeknaam{
  border-radius: 5px;
  font-size: 18px;
  padding: 5px;
  margin-top: 5px;
  border-color: rgb(243, 237, 237);

  background-color: rgb(243, 237, 237);
  color:gray; 
  width: 25%;
}
.zoeknaam:focus{
  background-color: white;
  color:black; 
}
    .welkomitem {
    width: 98%;
    text-align: left;
       background-color: #b6f1d4ff;
    color: black;
    padding: 2%;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    justify-content: center;
    align-self: center;
        margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
    .infotekstblok{
        width: 80%;
        padding: 5px;
        flex-direction:column;
        text-align:left;
      
    }
    .infotitel{
          padding: 5px;
        font-style:normal;
        font-weight:bold;
        color:black;
        font-size:16px;
    }
     .subtitel{
        font-style:normal;
     
        font-size:16px;
        text-align:center;
        padding:5px;
        border-radius:5px;
        border-style:solid;
      border-color:green;
      color:darkgreen;
    }
    .infotekst{
      font-family: "Lucida Console", "Courier New", monospace;
        font-style:normal;
         font-weight:bold;
        color:black;
        font-size:14px;
    }

}
@media all and (orientation:landscape){

          .infotekstblok{
        width: 80%;
        padding: 20px;
        flex-direction:column;
        text-align:left;
      
    }
         .subtitel{
        font-style:normal;
     
        font-size:18px;
        text-align:center;
        padding:15px;
        border-radius:15px;
        border-style:solid;
      border-color:green;
      color:green;
    }
    .infotitel{
        font-style:normal;
        font-weight:bold;
        color:black;
          padding: 20px;
        font-size:24px;
    }

    .infotekst{
      font-family: "Lucida Console", "Courier New", monospace;
        font-style:normal;
         font-weight:bold;
        color:black;
        font-size:16px;
    }
    
      .welkomitem {
    width: 98%;
    text-align: left;
       background-color: #b6f1d4ff;
    color: black;
    padding: 2%;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    justify-content: center;
    align-self: center;
        margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .scherm50{
  width: 50%;
  margin-left: 25%;
}

  .invoerregel{
    display: flex;
    flex-direction: row;
   
    padding:3px;
  }
  .invoerlabel{
      width: 30%;
      font-size: 18px;
      color:'#000000';
      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;
    border-width: 1;
    border-style: solid;
    background-color: white;
    color: #000000;
    width: 45%;
  
  }
  .textlabel{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin-top: 5px;
    border-width: 1;
    border-style: solid;
    color: white;
    background-color: #000000;
    width: 190px;
  
  }
  .textsmall{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin-top: 5px;
  
    background-color: white;
    color:'#000000';
    width: 25%;
  
  }
  .text2{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin-top: 5px;
  
    background-color: white;
    color:'#000000';
    width: 95%;
  
  }
  .text70{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;

  background-color: white;
  color:'#000000';
  width: 70%;

}
  
.lijstnaam{
  border-radius: 5px;
  font-size: 24px;
  padding: 5px;
  margin-top: 5px;
  border-color: rgb(243, 237, 237);

  background-color: rgb(243, 237, 237);
  color:gray; 
  width: 45%;
}
.lijstnaam:focus{
  background-color: white;
  color:black; 
}
.zoeknaam{
  border-radius: 5px;
  font-size: 24px;
  padding: 5px;
  margin-top: 5px;
  border-color: rgb(243, 237, 237);

  background-color: rgb(243, 237, 237);
  color:gray; 
  width: 15%;
}
.zoeknaam:focus{
  background-color: white;
  color:black; 
}
}
   


input[type=time]{
  border-radius: 5px;
  font-size: 15px;
  padding: 5px;
  margin: 5px;

  background-color: white;
  color:'#000000';
  width: 100px;

}
input[type=number]{
  border-radius: 5%;
  font-size: 16px;
  padding: 1px;
  margin: 5px;
  text-align: center;
  background-color: white;
  color:'#000000';
  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:'#000000';
  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:'#000000';
  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:'#000000';
    width: 100px;
  
 
}
.select{
  border-radius: 5%;
  font-size: 16px;
  padding: 5px;
  margin: 5px;
  text-align: left;
  background-color: rgb(243, 237, 237);
  color:'#000000';

  box-shadow: 5px 5px 5px rgb(131, 188, 241);


}

.link{
  font-size: 18px;
  color:#ACC4E8;
  cursor:pointer;
  text-decoration: none;

}
.link:hover{
  color : '#000000';
}
.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: '#000000';
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: '#000000';
  cursor: pointer;
}


.invoerareasmall{
  width: 100px;
}
.uur{
  color:black;

}
