/*
Theme Name: Future Health Biobank PT
Author: Future Health Technologies Ltd
Template: future-health-biobank
Version: 0.0.1
Text Domain:  future-health-biobank-child
*/

/*Flag*/
.dropbtn {
  background-color: #f7f7f7;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 0.8em;
  padding-left: 1em;
}

.dropdown-content {
  display: none;
  position: relative;
  /* background-color: #f9f9f9;
 max-width: 50%; 
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
  z-index: 10;
  padding: 0px;
  left: 20%;
}
.dropdown-content a {
  color: black;
  /* padding: 12px 0px;*/
  text-decoration: none;
  /* display: block;*/
}

/*.dropdown-content a:hover {background-color: #f1f1f1}*/

.dropdown:hover .dropdown-content {
  display: block;
}

/*.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/
.flag {
  width: 80%;
}
.fhbb_basket {
  line-height: 42px;
}
@media only screen and (min-width: 1170px) {
  .dropdown_mobile {
    display: none;
  }
  .flag_mobile {
    max-width: 4%;
    margin-right: 1.5em;
    margin-top: 0.2em;
  }
}
/*Flag-Mobile*/
.dropdown_mobile {
  width: 100%;
  padding: 0;
  height: auto;
}
div.adv_mobile {
  width: 90%;
  margin: auto;
}
button.accordion.accordion_mobile {
  background-color: #f7f7f7;
  border-radius: 0px;
  height: auto;
  margin: 0;
  padding: 0.2em;
  text-align: right;
}
button.accordion.accordion_mobile:hover {
  background-color: #f7f7f7;
}
button.accordion.accordion_mobile:after {
  background-color: #f7f7f7;
}
button.accordion.accordion_mobile.active {
  background-color: #f7f7f7;
}
.flag_mobile {
  width: 30px;
  height: auto;
  margin-right: 1.5em;
  margin-top: 0.2em;
}
div.nav-buttons.nav-mobile {
  height: 40px;
}
div.panel.panel_mobile {
  text-align: center;
  margin-bottom: 10px;
}
