.b-example-divider {
  height: 2rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link>.bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover>.bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 {
  border-radius: .5rem;
}

.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
  text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.scroll-container {
  overflow: auto;
  white-space: nowrap;
  padding: 0;
}

div.scroll-container img {
  padding: 0px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.box-top {
  width: 170px;
  margin: 8px auto 8px auto;
  padding: 0;
}

.card-body {
  padding: 8px;
}

.card-text {
  min-height: 60px;
  font-size: 80%;
}

.container {
  padding: 16px 8px !important;
}

@media (min-width: 768px) {
  .box-top {
    width: 18rem;
    margin: 16px 8px 0 8px;
    padding: 0;
  }

  .card-body {
    padding: 16px;
  }

  .card-text {
    min-height: 60px;
    font-size: 90%;
  }

  .container {
    padding: 24px 16px !important;
  }

}

.lngg {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
}

.lngg-div {
  padding: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: rgb(70, 69, 69);
  position: relative;
}

.lngg-div-dynamic .fi {
  border: 1px solid #ccc;
  border-radius: 0px;
}

.lngg-div .fi {
  width: 21px;
  height: 16px;
  display: inline-block;
}

.lngg-div-ai {
  position: absolute;
  right: 2px;
  top: 0px;
  height: 30px;
  width: 30px;
  opacity: 0.7;
  /* transform: rotate(15deg); */
}

.inaktiv {
  opacity: 0.3;
}

.ai-info {
  margin: 0 10px;
  font-size: 90%;
}

.ai-info-img {
  float: left;
  height: 32px;
  width: 32px;
  opacity: 0.7;
  /* transform: rotate(15deg); */
  margin: 5px 10px;
}

.modal-content hr {
  margin: 8px 0;
}