body {
  background-color: #777;
  font-family: Verdana, sans-serif;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: #878C8F;
}

body::-webkit-scrollbar-thumb {
  background: #C4CAD0;
}

body::-webkit-scrollbar-thumb:hover {
  background: #FCF7FF;
}

/* Menu */
.hamburgerMenuDiv {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  cursor: pointer;
}

.hamburgerMenuDiv .hamburgerParts {
  width: 35px;
  height: 6px;
  background-color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.navbar {
  display: none;
  position: absolute;
  background-color: #eee;
  width: 300px;
  margin: 0;
}

.navbar a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
  background-color: #ddd;
  margin: 0;
  padding: 8px 16px;
}

.navbar a:hover {
  cursor: pointer;
  text-decoration: none;
  color: black;
  background-color: #bbb;
}

.basicForm {
  padding: 1%;
  margin: auto;
  margin-top: 2%;
  width: 30%;
  border: 5px solid #C4CAD0;
  border-radius: 15px;
  background-color: #878C8F;
  color: white;
}

.basicForm h2 {
  font-weight: bold;
  color: white;
  margin: auto;
  text-align: center;
}

.basicForm input[type=submit] {
  padding: 2px;
  font-weight: bold;
  margin: 2px;
  text-align: center;
  background-color: #878C8F;
  border: 2px solid #C4CAD0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
}

.basicForm input[type=text], .basicForm input[type=password], .basicForm input[type=numberDecimal], .basicForm textArea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #878C8F;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion {
  background-color: #878C8F;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 8px 0;
}

.accordion:hover {
  opacity: 0.8;
}

.active, .accordion:hover {
  background-color: #C4CAD0;
}

.panel {
  padding: 0 18px;
  background-color: #777;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.standardDiv {
  margin: 1%;
}

form {
  border: 3px solid #f1f1f1;
}

form input[type=text], form input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input[type=submit] {
  background-color: #FCF7FF;
  border: 2px solid #C4CAD0;
  border-radius: 3px;
  color: white;
  padding: 3px;
}

.container {
  padding: 16px;
}

.taskBox {
  cursor: pointer;
  height: 8%;
  padding: 5px;
  padding-bottom: 8px;
  margin: 1%;
  background-color: #878C8F;
  border: 3px solid #FCF7FF;
  border-radius: 5px;
  color: white;
  text-align: left;
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  font-weight: normal;
  font-size: 20px;
  padding: 1px;
  margin: auto;
  margin-bottom: 3px;
  background-color: #dfd;
  border: 2px solid #000;
  border-radius: 5px;
  width: 98%;
}

.member h3 {
  font-size: 40px;
  padding: auto;
  margin-left: 1%;
}

.addTaskButton {
  color: black;
  font-weight: bold;
  margin-right: 1%;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #afa;
  border: 2px solid #007a1f;
  border-radius: 5px;
}

.basicDivTask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.addFamilyDiv {
  display: none;
  border: 3px solid #000;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.addFamilyForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1%;
  padding: 5px;
  border: none;
}

.addFamilyInput {
  height: auto;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 4px;
  border: 3px solid #000;
  border-radius: 15px;
}

.taskHeaderDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*Telefoon stijlen: */
@media only screen and (max-device-width: 900px), only screen and (min-device-pixel-ratio: 1) {
  .basicForm {
    padding: 2%;
    width: 100%;
    height: 1000px;
    border: none;
    border-radius: 0%;
    margin: 0%;
  }
  .basicForm h2 {
    font-weight: bold;
    margin: auto;
    text-align: center;
  }
  .basicForm input[type=submit] {
    padding: 5px;
    font-weight: bold;
    margin: 2px;
    text-align: center;
  }
  .basicForm input[type=text], .basicForm input[type=password], .basicForm input[type=numberDecimal], .basicForm textArea {
    margin: auto;
    width: 95%;
    margin-bottom: 1%;
  }
  .navbar {
    display: none;
    position: relative;
    background-color: #eee;
    width: 100%;
    margin: 0;
  }
  .navbar a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: black;
    background-color: #ddd;
    margin: 0;
    padding: 12px 16px;
  }
  .navbar a:hover {
    cursor: pointer;
    text-decoration: none;
    color: black;
    background-color: #bbb;
  }
  .family {
    margin: 0;
    width: 98%;
    padding: 1%;
    padding-top: 0.5%;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    background-color: #ccc;
    border: none;
    border-radius: 0;
  }
  .member {
    width: 97%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    font-weight: normal;
    margin-bottom: 3px;
    background-color: #dfd;
    border: 2px solid #000;
    border-radius: 5px;
  }
  .member h3 {
    font-size: 38px;
    margin-left: 1%;
  }
  .addTaskButton {
    color: black;
    font-weight: bold;
    margin-right: 1%;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #afa;
    border: 2px solid #007a1f;
    border-radius: 5px;
  }
  .basicDivTask {
    display: block;
  }
  .taskHeaderDiv {
    display: block;
  }
}
/*# sourceMappingURL=stylesheet.css.map */