body {
  font-family: "Lato", sans-serif;
}

h1 {
  margin: 0;
}

hr{
  width: 90%;
  display: flex;
  align-self: center;
}

h2 {
  margin: 0;
  line-height: 1;
  color: #A18594;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

.normal-state_mobile {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 25px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

.header_mobile {
  background: rgba(255, 255, 255, 0.8);
}

.links_bg_mobile {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.links_bg_mobile:last-child {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

/* global box */
.settings_mobile {
  margin: auto auto 5% auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  flex-direction: column;
  border-radius: 4px;
  display: flex;
}

.settings_mobile:last-child {
  margin: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.menu_items {
  margin-top: 5%;
}

.width_90 {
  width:90%;
}

.btn_open {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-self: center;
}

.header_margin {
  margin: 0 2.5% 5% 2.5%;
}

.header-h1 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: center;
  margin: 2%;
  align-items: center;
  height: 50px;
  font-size: 1.2em;
}

.header-h2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: center;
}

.mobile_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}

.mobile_menu a {
  padding: 1% 1% 1% 26px;
  text-decoration: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 10%;
  transition: 0.5s;
}

.menu_items a:first-child {
  margin-left: 0;
  color: rgba(0, 0, 0, 0.5);
}

.mobile_menu a:hover {
  color: rgba(0, 0, 0, 1);
}

.mobile_menu .btn_close {
  position: absolute;
  font-size: 50px;
  margin: 0;
  right: 10px;
  top: -10px;
}

.uitleg_bedrijf_mobile {
  margin: 5%;
  display: flex;
  text-align: center;
}

.uitleg_figuur_mobile {
  display: flex;
  width: 95%;
  align-self: center;
  justify-content: center;
}

.links_mobile {
  display: flex;
  flex-direction: column;
}

.padding-footer_mobile {
  padding: 5%;
}

/* The Modal (background) */
.colourOverlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* left: 0; */
  top: 0;
  width: 84%;
  height: 91%;
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  margin: 8%;

}
.yellowborder {
	display: none;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #cda524;
}

.timerPlacementMob {
  display: flex;
  justify-content: center;
  font-size: 150%;
  height: 48px;
  align-items: center;
  color: white;
}

.iconCloseMob {
  position: absolute;
  font-size: 50px;
  margin: 0;
  right: 10px;
  /* top: -10px; */
  color: white;
}

.chooseBodyBtn {
  font-size: 1.2rem !important;
  background-color: #236185;
  border-radius: 4px;
  border: 1px solid #cFcFcF;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 160%;
  align-self: center;
  align-items: center;
  justify-content: center;
  margin: 0 1%;
  padding: 2%;
  width: 40%;
  text-decoration: none;
}

.footer-logo_mobile {
  display: flex;
  width: 165px;
  align-items: center;
  margin: auto 0 auto auto;
}

.small-mobile {
  margin-top: 5%;
}

.showStatus_mobile {
  align-items: left;
  margin-left: 2%;
}

.showStatus_mobile tbody {
  display: flex;
  flex-direction: row;
}

.status_item {
  width: 10%;
  margin: 2.5% 0;
}

.statusData_item {
  margin: 2.5% 15px;
}

.repeatColourHealth_mob {
  display: none;
}

.btnBack {
  background-color: #236185;
  border-radius: 4px;
  border: 1px solid #cFcFcF;
  color: white;
  cursor: pointer;
  font-size: 160%;
  margin: 0 2.5%;
  padding: 2%;
  text-decoration: none;
  position: absolute;
  left: 0;
  height: 25px;
}

.btnBack:before {
  font-family: 'Dropdown';
  content: "\f0e2";
}

.dropdownPlacement_mob {
  display: flex;
  align-self: center;
  width: 90%;
}

.mainDropdown_mob {
  position: relative;
  width: 100%;
}

.healthProcessItem {
  font-size: 1.5em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.2);
  margin: 2.5% 0;
}

.showHealthColourMob {
  margin: auto 3% auto auto;
}

.showHealthColourMob img {
  max-width: 100%;
  height: 100px;
}

.logoWhitePlacement {
  display: flex;
  height: 82.5%;
  justify-content: center;
  align-items: flex-end;
}

.logoWhiteSetting {
  height: 125px;
}

.logoWhitePlacement img {
  max-width: 100%;
  max-height: 100%;
}

.copyright_claim_colour {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  color: white;
  font-size: 0.5em;
}

@media screen and (max-width: 700px){

  .dropdownPlacement_mob {
    padding: 2.5%;
  }
}

@media screen and (max-height: 450px) {
  .mobile_menu a {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .footer-logo_mobile {
    margin: 10% 0 0 0;
    align-self: center;
  }

  .small-mobile {
    flex-direction: column;
    align-self: center;
    width: 100%;
  }
}

.uitlegKleurColours {
  display: none;
  justify-content: center;
  padding-top: 2.5%;
  width: 90%;
  align-self: center;
  flex-direction: column;
}

.uitlegTextColours{
  align-self: center;
  text-align: center;
}

.kleurImgColour{
  align-self: center;
  padding-top: 2.5%;
}

.kleurImgColour img{
  max-width: 100%;
  height: 50px;
}
