body{background-image: url(./Bilder/Schreibtisch.jpeg);}

.Papier{
    background-image: url(./Bilder/Papier.jpeg);
    height: fit-content;
    min-height: 100vh;
    width: 50%;
    margin: auto;
    background-size: cover ;
    padding-bottom: 5rem;
}

.Navigator{
    display: flex;
    justify-content: center;
}

.Navigator ul{
    list-style-type: none;
    background-color: #26232c;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.Navigator a{
   color: aliceblue;
   text-decoration: none;
   padding: 2rem;
   display: block;
   text-align: center;
}
.Navigator a:hover{
    background-color: #16161549;
}

.Navigator li{
    float: left;
}

.Bilderrahmen{
    display: grid;
    align-items: center;
    grid-template-columns: 0.5fr 1fr 0.5fr;
}

.Mantel{
    display: flex;
    justify-content: center;
}

.UntertitelKontainer{
    display: flex;
    justify-content: center;
}

.AufnahmeKontainer{
    display: flex;
    justify-content: center;
}
    
.LesezeichenTitel{
    display: flex;
    justify-content: center;
}

.ExposeKontainer{
    display: flex;
    justify-content: center;
}

.SucherKontainer{
    display: flex;
    justify-content: center;
}

.SchreiberKontainer{
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.LesezeichenKontainer{
    display: grid;
    grid-template-areas: 
    "S B X1"
    "A B1 X2"
    "Y B2 Z";
}

#S{
    grid-area: S;
    border-style: outset;
    background-color: #f0d682;
}

#A{
    grid-area: A;
    border-style: outset;
    background-color: #f0d682;
}

#Y{
    grid-area: Y;
    border-style: outset;
    background-color: #f0d682;
}

#B{
    grid-area: B;
    border-style: outset;
    background-color: #f0d682;
}

#B1{
    grid-area: B1;
    border-style: outset;
    background-color: #f0d682;
}

#B2{
    grid-area: B2;
    border-style: outset;
    background-color: #f0d682;
}

#X1{
    grid-area: X1;
    border-style: outset;
    background-color: #f0d682;
}

#X2{
    grid-area: X2;
    border-style: outset;
    background-color: #f0d682;
}

#Z{
    grid-area: Z;
    border-style: outset;
    background-color: #f0d682;
}

#Liste{
    display: flex;
    justify-content: center;
    width: 32rem;
    list-style-type: none;
}

#Liste li{
    font-family: "Cedarville Cursive";
    font-weight: 400;
    font-size: 1.2rem;
}

#Schreiber{
    border-style: outset;
    background-color: #f0d682;
    border-radius: 20%;
    width: 10;
}

#Notizen{
    background-color: #16161500;
    border-style: groove;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

#Sucher{
    border-style: outset;
    background-color: #f0d682;
    border-radius: 20%;
    width: 10;
}

#Loesung{
    background-color: #16161500;
    border-style: groove;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.Unterschrift{
    text-align: center;
}

.Info{
    text-align: center;
}

.Expose{
    text-align: center;
    width: 32rem;
}

.Untertitel{
    width: 32rem;
    text-align: center;
}

.Ueberschrift{
    text-align: center;
    padding: 1rem;
}

.Loescher{
    border-style: hidden;
    background-color: rgba(240, 248, 255, 0);
}

.Links{
    border-style: outset;
    background-color: #f0d682;
    border-radius: 20%;
    width: 50%;   
}

.Rechts{
    border-style: outset;
    background-color: #f0d682;
    border-radius: 20%;
    width: 50%;
}

.Aufnahme{
    border-style: outset;
    background-color: #f0d682;
    border-radius: 20%;
    width: 10;
}

footer a{
    height: 1rem;
}
footer {
    background-color: beige;
}