h1, h2, h3, h4, h5, h6
{
  font-family: 'Times New Roman', Times, serif;
  color: #1da1ad;
}

blockquote 
{
  font-size: 108% !IMPORTANT;
  line-height: 1.4;
  background-color: #1da1ad12;
  border-left: 8px solid #1da1ad;
  padding: 2rem 2rem;
}

a
{
  color: #800080bf;
  text-decoration: none;
}

h1
{
  font-size: 35px;
}

ul
{
  list-style: none;
}

li::before 
{
  content: "•"; 
  color: #1da1ad;
  display: inline-block; 
  width: 1em;
  margin-left: -1em
}

.navbar-nav li::before
{
  content: ""
}

.question li 
{
  background: url('../../assets/images/frage-button-45.png') no-repeat left top;
  padding: 5px 0px 10px 55px;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  vertical-align: middle;
  content: ""
}

.question li::before
{
  content: "";
}

.breadcrumb-item::before
{
  content: "";
}

.breadcrumb-item + .breadcrumb-item::before
{
  content: "";
}

p, li
{
  font-size: 21px;
}

.breadcrumb-item
{
  font-size: 17px;
}

/* THIS HAS BEEN CHANGED IN BOOTSTRAP 5 TO .img-fluid*/
.img-responsive {
  max-width: 100%;
  height: auto;
}

.navbar 
{
  background-color: #1da1ad;
}

.footer 
{
  background-color: #1da1ad;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.nav-link
{
  color: white;
}
.navbar-light .navbar-nav .nav-link
{
  font-family: 'Times New Roman', Times, serif;
  font-size: 25px;
  color: white;
}

.navbar-light .navbar-nav .nav-link.active
{
  color: lightgrey;
}

.nav-link:focus, .nav-link:hover
{
  color: black;
}

.dropdown-menu
{
  background-color: #1da1ad;
}

.dropdown-item
{
  color:white;
  background-color: #1da1ad;
}

.dropdown-item
{
  color:#FFFFFFBF;
  background-color: #1da1ad;
}

.navbar li
{
  line-height: 10px;
}

.copyright a
{
  color:#FFFFFFBF;
}

.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;

}