body {
  font-family: 'acumin-pro', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #432918;
  font-weight: 400;
}

a {
  color: #ae0019;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 700;
  color: #432918;
  font-size: 20px;
}

.vishidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
/* NAVIGATION */

.navigation {
  padding: 1em 0 3em 0;
}

.nav-collapse {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.nav {
  list-style: none outside;
  margin: 0 auto;
  padding: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  max-width: 728px;
}

.nav li {
  margin: 0;
  padding: 0;
  text-align: center;
  flex: 1 1 33%;
}

.nav a {
  display: block;
  padding: 1em 2em;
  color: #432918;
  text-decoration: none;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  font-weight: 400;
  color: ;
}

.nav a:hover,
.nav a:active {
  color: #3f1000;
}

/* HEADER */

.main-header {
  max-width: 1920px;
  margin: auto;
}

.brand {
  display: block;
  margin: 1em auto 0 auto;
  min-width: 320px;
  max-width: 340px;
  height: 140px;
  background-image: url('../img/hp-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

/* CONTENT */
#content,
.content {
  margin: auto;
  padding: 2em 1em;
  max-width: 1000px;
  text-align: center;
}

#content {
  text-align: left;
  min-height: 50dvh;
}

#content h2 {
  font-size: 24px;
}

#content h3 {
  font-size: 18px;
}

.content-header {
  margin-bottom: 1.5em;
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #3f1000;
}

.content h3 {
  margin: 30px 0 10px 0;
}

.content p {
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.content ul {
  list-style: none outside;
  color: #3f1000;
  margin: 2em -2em;
  padding: 0;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-family: 'Ropa Sans', sans-serif;
}

.content li {
  display: inline-block;
  margin: 0;
}

.content li:after {
  content: '\2022';
  display: inline-block;
  margin: 0 0.25em 0 0.25em;
  font-size: 40px;
  position: relative;
  top: 5px;
}

.content li:last-child:after {
  display: none;
}

.content a {
  color: #ae0019;
  text-decoration: none;
}

/* GALERIE */
.gallery-image-center figure {
  display: block;
}

.gallery-image-center figure img {
  display: block;
  margin: 0 auto;
}
/* SLIDER */

.main-slider {
  max-width: 1920px;
  margin: 40px auto;
}

/* MAP */

.content-map {
  max-width: 1920px;
  margin: auto;
}

/* FOOTER */

.footer {
  background-color: #e8e0d1;
}

.footer-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;

  align-items: stretch;
  justify-content: space-between;
}

.footer-logo {
  display: flex;
  align-items: center;
  flex: 0 1 200px;
}

.footer-logo > img {
  width: 100%;
}

.footer-info {
  padding: 2em;
}

.gal-wrap {
}

#redim-cookiehint-bottom #redim-cookiehint #cookiehintsubmit {
  background-color: #ae0019 !important;
}
#redim-cookiehint-bottom #redim-cookiehint .text-center a {
  margin: 0 20px 0 0;
}
@media (max-width: 1024px) {
  .content {
    margin: auto;
    padding: 3em 2em;
    max-width: 1000px;
    text-align: center;
  }
  .content ul {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .nav {
    min-width: 0;
    width: 100%;
  }
  .nav li {
    width: 33.333%;
  }
}

@media (max-width: 630px) {
  .nav a {
    padding: 1em;
  }
  .footer-inner {
    display: block;
  }
  .footer-inner > * {
    position: static;
    width: 100%;
    text-align: center;
    margin: 1em auto;
  }
  .footer-logo {
    height: auto;
    float: none;
    width: 30%;
  }
}

@media (max-width: 430px) {
  .nav a {
    padding: 1em 0.5em;
  }
}
.datenschutz {
  text-align: left;
}
.datenschutz ul {
  list-style: circle outside;
  text-align: left;
  margin: 1em 0 1em 1em;
}

.datenschutz p {
  text-align: left;
}

.datenschutz li {
  display: list-item;
  text-align: left;
}

.datenschutz li:after {
  display: none;
}
