.navbar {
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: #fff;
  --bs-navbar-disabled-color: #fff;
  --bs-navbar-active-color: #fff;
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-primary {
    background-color: #bd0926 !important;
}

p {
    margin-top: 6px;
    margin-bottom: 3px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1 {
    font-size: 18px;
    color: #bd0926 !important;
    margin-bottom: 15px;
}
h2 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 20px;
}
h3 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 16px;
}
h4 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 16px;
}
h5 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 16px;
}
h6 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 16px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: auto;
}

.caption {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5); /* 50% transparenter schwarzer Hintergrund */
    color: white;
    padding: 5px;
    font-size: 1rem;
    text-align: center;
    border-radius: 3px;
}
footer {
    background-color: #E6E6E6 !important;
}

footer a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted #E6E6E6;
}

footer a:hover {
  color: black;
  border-bottom: 1px dotted #000000;
}
footer h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

