/* figuur */
.lower-figure {
  margin-top: 20px;
}

/* Dropdown space */
.dropdownsSpace {
  width: 100%;
}

/* Dropdown placement */
.geslachtDeel {
  margin-left: 2%;
  width: 20%;
}

.lichaamsDeel {
  margin-left: calc(3% - 2px);
  width: 35.25%;
}

.lichaamsOnderDeel {
  margin-left: 3%;
  width: 35.25%;
}

.dropdownSpace{
  position: relative;
}

.uitlegLichaamFiguur {
  margin: auto  ;
}

.kleurPlacement {
  margin: auto;
  width: 175px;
  height: 175px;
}

.kleurPlacement img {
  width: 175px;
  height: 175px;
}

.repeatColourHealth,.repeatColourHealth_mob{
  align-self: center;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #cFcFcF;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  font-size: 130%;
  justify-content: center;
  height: 10%;
  width: 60%;
}

.repeatColourHealth:hover{
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1080px) and (min-width: 805px) {
  .page {
    width: 90%;
    height: 375px;
  }

  .figuur {
    width: 90px;
    margin-top: 75px;
  }

  .uitlegLichaamFiguur {
    top: -165px;
    left: 2.5%;
    width: 65%;
  }

  .kleurPlacement {
    width: 150px;
    height: 150px;
    top: -200px;
  }

  .kleurPlacement img {
    width: 150px;
    height: 150px;
  }
}

/* SPECIAAL VOOR DE SAMSUNG GALAXY TAB 10 */
@media screen and (max-width: 804px) and (min-width: 700px) {
  .page {
    width: 90%;
    height: 350px;
  }

  .figuur {
    width: 90px;
    margin-top: 75px;
  }

  .uitlegLichaamFiguur {
    top: -325px;
    left: 20%;
  }

  .kleurPlacement {
    width: 125px;
    height: 125px;
    top: -175px;
  }

  .kleurPlacement img {
    width: 125px;
    height: 125px;
  }
}

@media screen and (max-width: 700px) and (min-width: 651px) {
  .page {
    width: 90%;
    height: 350px;
  }

  .figuur {
    width: 90px;
    margin-top: 75px;
  }

  .uitlegLichaamFiguur {
    top: -325px;
    left: 20%;
    width: 50%;
  }

  .kleurPlacement {
    width: 150px;
    height: 150px;
    top: -175px;
    left: 67.5%;
  }

  .kleurPlacement img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 700px) {
  .repeatColourHealth_mob {
    width: 90%;
    font-size: 1.5em;
    padding: 2% 0;
    margin: 4% 0 2% 0;
  }
}