html {
font-size: 62.5%;
	scroll-behavior: smooth;
}

:root {
    --geel:#FFC333;
    --zwart :#333333;
    --blauw:#5095C0;
    --grijs:#3A3C3F;
}

a, div, img, span, p, input, img, section, button, :before, :after {
	transition:0.3s ease all;
}

a {text-decoration:none;}

h1, h2 {font-size:4rem;}
h3, h4 {font-size: 2rem;}
input, select {font-size: 1.6rem;border-radius: 5px;border: 1px solid var(--blauw);;}
input[type="radio"i] {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

ul {list-style: none;padding: 0;margin:0;}
li {padding: 5px 0;
display: flex;
    align-items: center;
}
body{
    margin:0;
    padding:0;
    background: #03BBFE;
    background: linear-gradient(180deg, rgba(3, 187, 254, 0.35) 0%, rgba(1, 170, 255, 0.35) 100%);
    color:#333;
    font-family:arial;
    font-size: 16px;
    font-size: 1.6rem;
}

header {
    display: flex;
    box-shadow: 6px 0 15px #33333333;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: white;
}

.header-burrito {
    width: 100%;
    max-width: 1280px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.logo a {
    color: var(--blauw);
    font-weight: 700;
    font-size: 3rem;
}
.logo a i {color: #2b2b2b;}

.logo img {
    width: 125px;
}

#menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}


#menu ul {
    list-style: none;
    margin: 0;
    padding: 0 25px;
}

#menu ul ul {
    display:none;
    position: absolute;
    background: white;
    padding:10px 15px 0;
    }
#menu ul:hover ul {display: block;}
#menu ul ul li {
    padding: 5px 0;
}
#menu a {color: var(--grijs);}
#menu a:hover{color: var(--blauw);}

section.content {margin: 50px 0;}
.content-burrito {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border-radius:25px;
    background-color: white;
    border:5px solid white;
    box-shadow: #00000011 3px 3px 15px; ;
}


  .headerbalk {
      display: flex;
      flex-wrap: wrap;
      padding:20px 10px;
      gap: 15px;
      align-items: center;
      background: #5095C0;
      background: linear-gradient(180deg, rgba(80, 149, 192, 1) 0%, rgba(107, 194, 249, 1) 100%);
      border-radius: 20px 20px 0 0;
      justify-content: space-evenly;
  }
  .headerbalk h1 {
      color: white
  }
    .filters {
        gap: 25px;
        display: flex;
    }
  .filters input,
  .filters select {
      padding: 8px 10px;
      font-size: 1.6rem;
      border:none;
      border-radius: 5px;
      color: var(--blauw);
  }

  .filters button {
      background-color: white;
      color: var(--blauw);
      border: 1px solid white;
      padding: 8px 14px;
      cursor: pointer;
      font-size: 14px;
      border-radius: 5px;
      transition: background 0.2s;
      
  }

  .filters button:hover {
      color:var(--blauw);
  }

  table {
      width: 100%;
      border-collapse: collapse;
      background: white;
      border-radius: 0 0 20px 20px;
      overflow: hidden;
  }

  th,
  td {
      text-align: left;
      padding: 12px 16px;
      white-space: nowrap;
  }
  td:nth-child(1), td:nth-child(2) {
    padding: 0 5px 0 10px;
    width: 25px;
  }   


  td a {color:#2b2b2b;}
  td a:hover {color: var(--blauw);}

  th {
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #333;
  }

  tr:nth-child(even) {
      background-color: #153E8C15;
  }

#dataTable tbody tr:hover { background:var(--blauw);color:white;cursor: pointer;}

  .circle {
      height: 16px;
      width: 16px;
      border-radius: 50%;
      display: inline-block;
  }

  .red {background-color: #e74c3c;  }
  .orange {background-color: #f39c12;}
  .grey {background-color: #95a5a6; }
  .green {background-color: #2ecc71; }


  /* ======================= Data invullen ====================== */

  .invullen {
      display: flex;
      flex-wrap: wrap;
      padding: 25px;
      gap: 20px;
  }

  .invullen div {
      display: flex;
      flex-wrap: wrap;
  }
  .invullen div input,
  .invullen div select {
      width: 100%;
      padding: 5px;
  }
.invullen div span {
    width: 100%;
}
.invullen div li {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 5px 0 0;
}
.invullen div li input {
    width: 20%;
}
.gegevens div {width: 25%;}
.gegevens div:nth-child(1), .gegevens div:nth-child(2) {width: 10%;}
.gegevens div:last-child {width: 15%;}

.adres {align-items: center;}
input#adres-compleet {
    padding: 10px 5px;
    width: 420px;
}

  /* ================= Woning ================ */
  .ruimtes {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    gap: 20px;
    position:relative;
}

#woninga,
#woningb {
    display: none;
}

.aanwezig {width: 20%; display: none;}
.ruimte {width: 70%;}

.ruimte tr td, .ruimte tr th {width:20%;text-align: center;}
.ruimte tr td:first-child, .ruimte tr th:first-child {width: 40%;text-align: left;}

.notities {
    width: 25%;
}
.notities textarea {width:100%;height: 100%;}

#woninga,
#woningb {
    display: none;
}

.rapportage {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    gap: 25px;
    position: relative;
}
.rapportage div {width: 20%;}
.rapportage .rapport {
    width: 30%;
}
.rapportage div:last-child {
    width: 100%;
    display: block;
   
}
.rapportage div b {
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.rapport input, .rapport select {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 15px;
}
#rapportage,
#rapportage2 {
    border: none;
}

button.opslaan {
    float: right;
    background: var(--blauw);
    border: 2px solid white;
    padding: 15px 25px;
    font-weight: 700;
    color: white;
    font-size: 1.6rem;
    box-shadow: 3px 3px 10px #33333333;
    cursor: pointer;
}
button.opslaan:hover {background-color: white;color: var(--blauw);border-color: var(--blauw);}

/* ============== TABS ================== */

.tabwrapper {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    gap: 25px;
}
.tabwrapper.active {
    display: flex;
}
.tab-content {
    width: 100%;
    min-height: 250px;
}

.tab {
    width: 100%;
    display: block;
}


.tab-buttons h3 {
    width: 100%;
    cursor: pointer;
    padding: 10px 12px;
    background: #eee;
    border-radius: 4px;
    box-sizing: border-box;
}

.tab-buttons h3.active {
    background: #ccc;
}
.tab-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.tab-buttons h3 {
    cursor: pointer;
    padding: 10px 20px;
    background:#153E8C15;
    border-radius: 6px;
    margin: 0;
    user-select: none;
}
.tab-buttons h3.active {
    background: var(--blauw);
    color: white;
}

    .icon {display: none;}

@media (max-width:480px) {
    header {position: fixed; top:0;z-index: 5;}
    .header-burrito {justify-content: space-around;}
    #menu {
        position: absolute;
        top: 50px;
        background: var(--blauw);
        width: 100%;
        z-index: 3;
        height: 0px;
        overflow: hidden;
        display: block;
        
        }
    .icon {display: block;}
    .icon i {color:var(--zwart);}
    .headerbalk {width: calc(100% - 20px);}
    
    section.content {
        top: 50px;
        position: relative;
    }
    .filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .filters input, .filters select {
        width: 100%;
    }
    table#dataTable {
        max-width: 100%;
        overflow-x: scroll;
        display: block;
    }
}