
.bg-img {
  background-image: url("img/otter2.jpg");
  min-height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
top: 10px;
border: 1px;
border-color: #ddd;
border-radius: 3px;

}

.header {
  position: absolute;
  bottom: 20px; /* position at the bottom of the image */
  left: 20px;
  right: 20px;
  padding-left: 20px; /* add 20px padding to the logo */
  padding-right: 20px; /* add 20px padding to the logo */
  display: flex;
  align-items: center;
}

.website-title {
  position: absolute;
  left: 20px;
  padding-left: 20px; /* add 20px padding to the logo */
  display: flex;
  align-items: center;
  color: #f5f5f5;
  text-shadow: 6px 0 6px black;
}

h2 {
  text-shadow: 3px 0 6px #666;
}


.header img {
  width: auto;
  max-height: 50px; /* limit the height to prevent stretching */
  margin-right: 10px; /* add some spacing between the logo and text */
}
/* The navbar */
.topnav {
  overflow: hidden;
  background-color: #f5f5f5;
border: 1px;
border-color: #ddd;
border-radius: 3px;
}

/* Navbar links */
.topnav a {
  float: left;
  color: #000;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;

}

.topnav a:hover {
  background-color: #999;
  color: black;
}


ul {
  --icon-size: .8em;
  --gutter: .5em;
  padding: 0 0 0 var(--icon-size);
}

ul li {
  padding-left: var(--gutter);
}

ul li::marker {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: var(--icon-size);
}

.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
}

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

.icon-link {
margin-right: 10px;
}

.icon-link:last-child {
margin-right: 0;
}

p {
margin-bottom: 0;
}

.container p:last-child {
margin-top: 10px;
}

/* Anpassungen für Absatz <p> */

p {
   line-height: 1.5;
   margin-bottom: 20px;
   text-align: justify;
} 

img {
   width: 100%;
}