@media (max-width: 60em) {
    body {
        max-width: 60em;
        margin: 1em auto;
    }
}


}
/*.fixed {
   height: 300px;
    width: 960px;
    background-image: url(https://www.eberle.es/Bilder/familie-eberle-eu-startseite_eyecatcher.png);
    background-size:cover;
    background-position: center;
} */
ul {
    list-style: none;
}
body {
    font-size: 100%;
}
h1 {
    background-color: rgb(236, 164, 1);
    color: black;
    display: inline-block;
    padding: 20px;
    margin: center;
    font-family:Comic Sans MS, Calibri, sans-serif;
    font-weight: bold;
    border-radius: 15px;
    
    
}
footer{
    margin: 60px 60px;
    font-family:Calibri, sans-serif;
}

p{
    background-color: rgb(236, 164, 1);
    color: black;
    display:inline-block;
    padding: 10px; 
    /*text-decoration: underline;*/
    font-family:Comic Sans MS, Calibri, sans-serif;
    font-weight: bold;
    border-radius: 10px;
}

a {
    font-family:Comic Sans MS, Calibri, sans-serif;
    color: rgb(236, 164, 1) !important;
    font-weight: bold;
    text-decoration: none !important;
}
a:hover {
    color: rgb(219, 107, 2) !important;
}

.Nachoben{
    background-color: rgb(227, 20, 89);
    color: black;
    display: inline-block;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    font-family:Calibri, sans-serif;
    font-weight: bold;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
}
.Nachoben:hover {
    background-color: rgb(255, 5, 5);
}

.nav-bar {
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.navi li {
    display: inline-block;
    margin: 30px;    
}
.adresse {
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.fixed {
    display:block;
    width: auto;
    height: auto;
}
/* .images {
    display:block;
    margin: auto;
    padding: 20px;
} */
img {
    display: block;
    margin: auto;
    padding: 10px;
    border-radius: 18px;
}