body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fdf5e6;
    line-height: 1.6;
}

header {
  display: flex;
   /*   flex-direction: column;*/
    align-items: center;
   /* justify-content: center;*/
    background-color: #2c3e50;
    padding: 10px 10px;
    color: white;
    position: fixed;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    z-index: 1000;
}

section {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

html {
    scroll-padding-top: 220px; /* Wert an die H�he deines festen Headers anpassen */
}


h1 {
    text-align: center;
    font-size: 2em;
    margin: 10px 0;
}

h2 {
    text-align: center;
    font-size: 1em;
    margin: 1px 0;
}


header img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}


nav ul {
    list-style: none;
    display: flex;
    gap: 50px;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

nav ul li {
    list-style: none;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
}

nav a:hover {
    background-color: transparent;
    border-radius: 0;
}

main {
    padding: 250px 20px 20px;
    max-width: 800px;
    margin: auto;
    background: #fffaf0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}



impressum {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

ul {

    padding-left: 0px;
}



section li {
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 20px;
    background-image:url(files/apunkt.png);
    background-repeat:no-repeat;
} 


img {
    /*width: 50%;*/
    border-radius: 10px;
    /*display: block;*/
    margin: 0 auto;
   /* float: right;*/
   
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #2c3e50;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;

    display: inline-block;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 0px;
}
