@media all and (orientation:portrait){ 

.tabelrij{
    display: flex;
    flex-direction: column;
    color: #4D71A6;
           background-color:white;
    font-size: 16px;
    padding: 1px;
    justify-content: baseline;
    align-items: center;
    margin-bottom: 5px;
       border-bottom: #1b679f;
        border-bottom-style: solid;
        border-bottom-width: 1px;

}

.tabeltitel{
    display: flex;
    flex-direction: column;
    color: #4D71A6;
  
    width: 300px;
    text-align: left;
    font-size: 16px;
 

}
.tabelkolom{
    display: flex;
    flex-direction: row;
    width: 90%;
    font-size: 14px;
    text-align: left;
    justify-content: baseline;
    align-items: center;


}
.tabelkolomright{
    display: flex;
    flex-direction: row;
    width: 50%;
    font-size: 16px;
    text-align: right;
    justify-content: baseline;
    align-items: center;


}
    .adresitem {
    width: 98%;
    text-align: left;
       background-color: #e5e7e6;
    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);
  }
      .adresitemnotvalid {
    width: 98%;
    text-align: left;
       background-color: #e5e7e6;
    color: black;
    padding: 2%;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color:red;
    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);
  }
  

        .scroll-view{
            position: fixed;
          top:200px;
          width: 98%;
    
          height:60vh; /* ≈ style={{height}} in RN */
      overflow:auto; /* overflow-y:auto */
      overscroll-behavior:contain; /* ≈ bouncen afvangen */
      -webkit-overflow-scrolling:touch; /* iOS momentum scroll */
      scroll-behavior:smooth;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.07);
      background:radial-gradient(1200px 600px at 0% -10%, rgba(104, 107, 107, 0.12), transparent 50%),
                 rgba(255,255,255,.02);
    }
    .scroll-content{display:flex;flex-direction:column;gap:12px;padding:14px 16px 24px}



}
@media all and (orientation:landscape){ 

    .tabelrij{
        display: flex;
        flex-direction: row;
        color: #1b679f;
        background-color:white;
        border-bottom: #1b679f;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-radius: 5px;
        font-size: 18px;
        padding: 3px;
        margin-bottom: 2px;
        align-items: center;
    
    }
    
 
    .tabelkolom{
        display: flex;
        flex-direction: row;
        width: 100%;
    
        text-decoration: none;


    text-align: left;
    justify-content:baseline;
    align-content: center;
    
    }
      .scroll-view{
            position: fixed;
          top:250px;
          width: 50%;
          margin-left: 25%;
          padding-top: 15px;
          height:60vh; /* ≈ style={{height}} in RN */
      overflow:auto; /* overflow-y:auto */
      overscroll-behavior:contain; /* ≈ bouncen afvangen */
      -webkit-overflow-scrolling:touch; /* iOS momentum scroll */
      scroll-behavior:smooth;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.07);
      background:radial-gradient(1200px 600px at 0% -10%, rgba(104, 107, 107, 0.12), transparent 50%),
                 rgba(255,255,255,.02);
    }
    .scroll-content{display:flex;flex-direction:column;gap:12px;padding:14px 16px 24px}

      .adresitem {
    width: 98%;
    text-align: left;
       background-color: #e5e7e6;
    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);
  }
  
   .adresitemnotvalid {
    width: 98%;
    text-align: left;
       background-color: #e5e7e6;
    color: black;
    padding: 2%;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color:red;
    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);
  }
  
   }

    
