* {
    margin: 0;
    padding: 0;
  }
#inhalt p, ul {
    padding-bottom: 0.7em;
}
#inhalt {
    padding: 2em 4em;
}
#hintergrund-karton {
    background-image:url(bilder/hintergrund/Karton_web.jpg);
    width: 796px;
    height: 769px;
    background-color: lightgrey;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 0;
}
#hintergrund-farbverlauf {
    background-image:url(bilder/hintergrund/Farbverlauf_web.jpg);
    width: 796px;
    background-color: lightgrey;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 0;
}
html, body {
    font-family: Garamond, Georgia, serif;
    line-height:140%;
    font-size:0.9em;
    color: black;
}
html, body {
    width: 796px;
    margin: 0 auto;
    padding: 0;
}
nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 1em 1em;
}
nav li {
    display: inline-block;
    margin: 0 0.5em;
}
nav a {
    display: inline-block;
    color: #993366;
    font-family:Arial;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding: 2em 1em;
    text-decoration: none;
} 
nav a:hover {
    color: #3d1429;
}
.active {
    color: #3d1429;
}
h1 {
    text-align:center;
    font-size:1.2em;
    color:#993366;
    font-weight:bold;
    padding-bottom: 3em;
}
h2 {
    text-align:center;
    line-height:130%;
    font-size:1em;
    color:#993366;
    font-weight:bold;
    padding-bottom: 3em;
}
h3 {
    color:#993366;
    font-weight:bold;
    font-size:1em;
    line-height:130%;
    padding-bottom: 0.7em;
}
h4{
    color:black;
    line-height:130%;
    font-weight:bold;
    font-size:1em;
    padding-bottom: 2em;
    padding-top: 2em;
}
h5{
    color:black;
    line-height:130%;
    font-weight:bold;
    font-size:0.9em;
    padding-bottom: 1em;
}
#person {
    color:#993366;
    line-height:130%;
    font-weight:bold;
    font-size:0.9em;
    padding-bottom: 0.4em;
}
#trenner { 
    text-align:center;
    font-size:1.2em;
    color:#993366;
    font-weight:bold;
    padding-top: 2em;
    padding-bottom: 2em;  
}
#trennzeichen { 
    font-size:1em;
    color:#993366;
    font-weight:bold;
    padding-left: 0.7em;
    padding-right: 0.7em;  
}
#preis {
    color:black;
    font-weight:bold;
}
strong {
    color:#993366;
    font-weight:bold;
    font-style: italic;
}
  .matrix { 
    text-align:center;
    padding-top: 2em;
    padding-bottom: 1em;
  }
   #gallery {
    text-align:center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
    gap: 1em 1em;
    align-items: center;
    padding-bottom: 1em;
    padding-top: 2em;
  }
  
