/*BANNER AND TEXT*/
.home-banner{
  background-image: url('/assets/banner/United States.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
}

/*ACCORDION*/
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none !important;
  font-size: 15px;
  margin-bottom: 1px;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.aktiv, .collapsible:hover {
  background-color: #555;
}
.aktiv:after {
  content: "\2212";
}

.content {
  /*padding: 0 18px;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
/*.nav-pills .nav-link {
  border-radius: 0rem !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: none !important;
}*/
div.nav a.pink{
  color: black;
  border-bottom: 1px solid white;
}
div.nav a.pink:focus{
 background-color:#8DC53CFF;
 color: white;
  transition: .2s;
}
div.nav a.pink:hover{
 background-color: #8DC53CFF;
  color: white;
  transition: .2s;
}
div.nav a.pink:active{
 background-color: #8DC53CFF;
  color: white;
  transition: .2s;
}
.fa-chevron-right{
  color: white;
}
.p-justify{
    text-align: justify;
  text-justify: inter-word;
}
