img.gallery {
  width: 100%;
  margin-bottom: 20px;
}

.logo {
  width: 35%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

html {
  margin-top: 75px;
  margin-right: 75px;
  margin-left: 75px;
}

#logo-footer {
  width: 30%;
  max-width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

a.impressum_footer {
  color: var(--bs-gray-700);
  text-decoration: none;
  font-size: 14px;
  font-family: 'Lato';
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

@media  {
  .menu-eintrag {
    font-size: 1.9em;
    font-family: 'Lato';
    font-weight: 300;
    margin-right: 1.2em;
    margin-left: 1.2em;
    font-variant-caps: all-small-caps;
    letter-spacing: 0.04em;
  }
}

body {
  margin-top: 7%;
  margin-right: 12%;
  margin-left: 15%;
  margin-bottom: 5%;
  max-width: 1800px;
}

#menu {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

ul a {
  text-decoration: none;
  color: rgba(0,0,0,0.6);
}

ul a:hover {
  /*text-decoration: underline;*/
  color: #97c8ed;
}

h1 {
  margin-bottom: 50px;
  font-family: 'Lato';
  letter-spacing: 0.03em;
  font-variant-caps: small-caps;
  color: var(--bs-secondary-color);
}

p {
  font-family: 'Lato';
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--bs-secondary-color);
}

.container.impressum_footer {
  text-align: center;
  margin-top: 70px;
  font-size: small;
}

html {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Lato';
  color: var(--bs-secondary-color);
}

#ig_footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 4%;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

a {
  text-decoration: none;
  color: var(--bs-secondary-color);
}

.datenschutz-fliesstext {
  font-size: 14px;
}

.btn#hilfe-alben {
  color: var(--bs-body-bg);
  background-color: var(--bs-secondary-color);
  border: none;
}

#hilfe-erklaerung {
  margin-top: 25px;
}

h5 {
  color: var(--bs-secondary-color);
}

