body {
    padding: 0;
    margin: 0;
    background-color: rgba(247, 152, 43, 0.596);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@font-face {
    font-family: 'lifecraftregular';
    src: url('Schriften/lifecraft_font-webfont.woff2') format('woff2'),
         url('Schriften/lifecraft_font-webfont.woff') format('woff'),
         url('Schriften/lifecraft_font-webfont.ttf') format('truetype'),
         url('Schriften/lifecraft_font-webfont.svg#lifecraftregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
    font-family: "lifecraftregular";
    color: rgb(121, 49, 121);
    font-size: 50;
    padding-bottom: 50px;
}

p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20;
    padding-bottom: 0;
}
.überschrift {
    font-family: "lifecraftregular";
    font-size: 35;
}

.mitte {
    font-family: "lifecraftregular";
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo {
    width: 100%;
    height: 300px;

}
#logo img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.kalender {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 300px;
    padding-bottom: 100;
}
.kalender img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#abinsbeet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 600px;
    padding-bottom: 100;
}

#abindietiefen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 500px;
    padding-bottom: 100;
}

#curvenight {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100px;
    padding-bottom: 100;
}

#schlotternächte {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 600px;
    padding-bottom: 100;
}

#dunkelmond {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 500px;
    padding-bottom: 100;
}

#makgora {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 500px;
    padding-bottom: 100;
}

#mogmonday {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 400px;
    padding-bottom: 100;
}

#petbattle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 400px;
    padding-bottom: 100;
}

#schlagdenroccar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 500px;
    padding-bottom: 100;
}
.jäger {
    font-family: 'Times New Roman', Times, serif;
    color: green;
    font-size: 30;
    font-weight: bold;
}
.rufer {
    font-family: 'Times New Roman', Times, serif;
    color: #33937f;
    font-size: 30;
    font-weight: bold;
}
.todesritter {
    font-family: 'Times New Roman', Times, serif;
    color: #c41e3b;
    font-size: 30;
    font-weight: bold;
}
.schamane {
    font-family: 'Times New Roman', Times, serif;
    color: #2359ff;
    font-size: 30;
    font-weight: bold;
}
.druide {
    font-family: 'Times New Roman', Times, serif;
    color: #ff7c0a;
    font-size: 30;
    font-weight: bold;
}
.dämonenjäger {
    font-family: 'Times New Roman', Times, serif;
    color: #a330c9;
    font-size: 30;
    font-weight: bold;
}
.hexe {
    font-family: 'Times New Roman', Times, serif;
    color: #9382c9;
    font-size: 30;
    font-weight: bold;
}
.krieger {
    font-family: 'Times New Roman', Times, serif;
    color: #c69b6d;
    font-size: 30;
    font-weight: bold;
}
.priester {
    font-family: 'Times New Roman', Times, serif;
    color: #f0ebe0;
    font-size: 30;
    font-weight: bold;
}
.magier {
    font-family: 'Times New Roman', Times, serif;
    color: #68ccef;
    font-size: 30;
    font-weight: bold;
}
.mönch {
    font-family: 'Times New Roman', Times, serif;
    color: #00ffba;
    font-size: 30;
    font-weight: bold;
}
.schurke {
    font-family: 'Times New Roman', Times, serif;
    color: #fff468;
    font-size: 30;
    font-weight: bold;
}
.pala {
    font-family: 'Times New Roman', Times, serif;
    color: #f48cba;
    font-size: 30;
    font-weight: bold;
}

@media screen and (min-width: 1000px) {
    #logo {
        height: 400px;
    }
}

nav {
    position: sticky;
    top: 0px;
    backdrop-filter: blur(20px);
}
section ul {
    list-style: none;
    padding-bottom: 20;
}

footer ul, nav ul {
    font-family: "lifecraftregular";
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

footer ul li a, nav ul li a {
    color: rgba(58, 94, 160, 0.938);
    margin: 0;
    padding: 0;
    font-weight: 600px;
    padding: 20px;
    font-size: 20;
}

section {
    color: black;
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
}
