@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
body {
    margin: auto;
    background: rgb(15, 15, 15);
}

header {
    padding-top: 24px;
    padding-bottom: 24px;
}

nav {
    position: sticky;
    top: 0;
    font-weight: 500;
    z-index: 99;
    border-bottom: 1px solid #333333;
}

.teaser {
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 800px) {
    .teaser {
        height: 600px;
    }
}

.teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer ul,
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li,
nav ul li {
    padding: 16px;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    box-sizing: border-box;
    padding-top: 48px;
    transform: translateY(-48px);
}

.offen {
    hyphens: auto;
    text-align: justify;
    text-align: right;
    margin-right: 30px;
}

.info {
    hyphens: auto;
    text-align: justify;
    text-align: left;
    margin-right: 30px;
}

h3 {
    hyphens: auto;
    text-align: justify;
    text-align: left;
    margin-left: 30px;
    color: white;
    text-decoration: underline;
}

h1,
h2,
h5 {
    text-decoration: underline;
    color: white;
}

.created {
    position: static;
    bottom: 0;
    margin-left: 1700px;
    width: 300px;
}

.headm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menü1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menü2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menü3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: white;
}

a:hover {
    color: blanchedalmond;
}

.willkommen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.standort {
    display: flex;
    justify-content: center;
    align-items: center;
}

a,
p,
span,
li {
    color: white;
}
