:root{
    --schrift: #000;
    --hintergrund: #fff
    --akzent1: #000;
    --akzent2: #000;
}

body {
  font-family: arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--schrift);
  margin: 0;
  padding: 0;
  background: var(--hintergrund);
  max-width: 1200px;
  margin: 100px auto;
  line-height: 1.4em;
  /* text-align: center; */
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 10px 0;
}

a {
  color: var(--akzent1);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: ease 0.3s;
}

a:hover{
  text-decoration-thickness: 2px;
}

h1{
  font-size: 24px;
  margin-bottom: 30px;
  margin-top:40px;
  line-height: normal;
  color: var(--akzent2)
}

h2{
  font-size: 26px;
  margin-bottom: 10px;
  line-height: normal;
  color: var(--akzent2)
}

img.logo{
  max-width: 300px;
  height: auto;
}

.button {
  color:#000;
  padding: 10px;
  text-decoration: none;
  border-bottom: 5px solid #000;
  font-weight: bold;
  float: left;
  margin: 0 20px 0 0;
}


.button:hover {
 opacity: 0.6;
}

.inhalt{
  text-align: left;
  max-width: 800px;
}

.oeffnungszeiten { 
    background: #000; 
    color:#fff; 
    padding:10px;
margin: 30px 0 0 0 ;
max-width: 600px;
border-radius: 10px;
  } 
  

  .oeffnungszeiten h2 {
    color:#fff;
  }
  .row 
  { display: flex; margin-bottom: 6px; } 
  
  .label { width: 120px; font-weight: bold; } .value { flex: 1; }

.box{
  border: 2px solid var(--akzent1);
  padding: 20px;
  margin: 10px 0;
}


.kontakt {
  border-top:1px dotted grey;
  padding: 10px 0 20px 0;
  border-bottom:1px dotted grey;
}
.footer{
  /* text-align: center; */
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid var(--akzent1);
  /* background: var(--akzent1); */
  /* color: var(--hintergrunds); */
  margin-top: 50px;
}




.quicklinks{
  /* text-align: center; */
}


.quicklinks ul{
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}

.quicklinks ul li{
  display: inline;
  margin: 0 10px 0 0;
}