body {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
}
.navbar {
  background-image: linear-gradient(180deg, rgba(120, 120, 120, 1.00) 0%, rgba(212, 212, 212, 1.00) 100%);
}
.navbar-nav.mr-auto .nav-item.dropdown .dropdown-menu {
  background-color: rgba(212, 212, 212, 1.00);
}
.navbar-nav.mr-auto .nav-item.active .nav-link {
  color: #000000;
  font-weight: bold;
}
.navbar-nav.mr-auto .nav-item .nav-link {
  color: #000000;
  font-weight: bold;
}
.card.col-md-4.col-lg-12 {
  background-color: #E3E0D9;
}
.fehlertext {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
	font-weight: bold;
}
h2 {
    background-color: #E3E0D9;
    margin: 0 auto;
    border: none;
    font-size: 16px;
    font-weight: 400;
    max-width: 900px;
    display: block;
    padding: 8px 10px;
    box-sizing: border-box;
}
.textblock {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
	line-height:1.6;
}
.accordion-link {
    color: #006600;
}
.strong-green {
    color: #006600;
}
figure {
  text-align: center;
}
figcaption {
  display: inline-block;
  text-align: left;
}
.card-header {
  background-color: #E9E9E9;
}
.card-body {
  background-color: #E3E0D9;
}
a:link, a:visited {
  text-decoration: none;
}
ul li::marker {
  color: #006600;
}
.ul-custom {
  list-style-type: square;
  margin: 0;
  padding-left: 20px;
}
.ul-custom li {
    margin-bottom: 7px;
}
a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0px 3px 0px 5px;
}
/*a[target="_blank"]::after {
  content: url(https://www.yourdomain.com/yourimageurl.png);
  margin: 0px 3px 0px 5px;
}*/
/* Bootstrap .text-center wiederherstellen */
.titel-startseite {
    text-align: center;
    font-family: "Comic Sans MS";
    font-size: 2.5rem;
    color: #2A84DF;
    font-weight: normal;
    line-height: 1.2;
}

.titel-startseite small {
    display: block;
    font-size: 0.42em;
    font-weight: normal;
    color: #03509C;
	margin-top: 0.6em;
}
.nach-oben {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #6B705C;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1000;
}

.nach-oben.sichtbar {
    opacity: 0.85;
    visibility: visible;
}

.nach-oben:hover {
    background-color: #4F5B3A;
    color: #ffffff;
    text-decoration: none;
}
strong {
    color: #2A84DF;
}
.willkommen {
    text-align: center;
    color: #03509C;
    font-family: "Comic Sans MS";
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 1rem;
    background-color: #E3E0D9;
    padding: 8px 10px;
}

@media (max-width: 768px) {
    .willkommen {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .willkommen {
        font-size: 1.05rem;
    }
}


