.steckbriefantwortschrift{
    font-family: SteckbriefSchrift;
    letter-spacing: 3px;
    font-size: 20px;
}
.steckbriefp{
    font-weight: bold;
    font-family: SteckbriefSchrift;
    font-size: 40px;
    letter-spacing: 5px;
}
.steckbriefitem{
    color: white;
    margin-left: 20%;
    margin-top: 3%;
}
.consolepicture{
    height: 400px;
    width: auto;
    float: right;
    margin-right: 20%;
    margin-top: 5%;
}
.bodygrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(100px, auto);

}
.kleinerfix{
    background-color: rgb(63, 63, 63);
    height: 200px;
    }
    header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 100px;
    z-index: 10;
    background-color: #507351;
    position: fixed;
    top: 0;
    
    }
    header .logo-navigation{
    position: relative;
    font-size: 1.5em;
    color: white;
    text-decoration: none;
    font-weight: 600;
    }
    header .navigation{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
    word-spacing: 10%;
    }
    header .navigation li{
    list-style: none;
    margin:0 10px;
    }
    header .navigation li a{
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-family: ArcadeSchrift;
    letter-spacing: 1px;
    }
    #AboutmeId{
    padding-top: 10px;
    }
    header .navigation li a:hover{
    color: #233f23;
    }
    header .search {
    position: relative;
    width: 300px;
    height: 40px;
    background-color: transparent;
    width: 200px;
    height: 30px;
    color: white;
    outline: none;
    border: 1px solid white;
    border-radius: 4px
    }
    header input .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    color: white;
    background-color: transparent;
    outline: none;
    border: 1px solid white;
    border-radius: 4px;
    }
    
    
    
    
    
    
    .Headerbuttons{
    font-family: ArcadeSchrift;
    text-align: center;
    
    }
    
    
    
    .Logo{
    float: left;
    width: 150px;
    height: auto;
    }
    .BildervonKonsolen{
    height: 120px;
    width: auto;
    margin: 5%;
    }
    
    
    
    .Tittle{
    font-size: 70px;
    margin: 0;
    font-family: ArcadeSchrift;
    text-align: center;
    }
    ::-webkit-scrollbar {
    width: 20px;
    }
    ::-webkit-scrollbar-track{
    background: rgba(63, 63, 63);
    }
    ::-webkit-scrollbar-thumb{
    background: rgb(51, 71, 51);
    }
    body{
    padding: 0;
    margin: 0;
    background-color: rgb(63, 63, 63);
    }
    @font-face{
    font-family: ArcadeSchrift;
    src: url('./schriftarten/arcade-r.ttf');
    }
    @font-face{
        font-family: SteckbriefSchrift;
        src: url('./schriftarten/KdamThmorPro-Regular.ttf');
        }

    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');
    
    
    
    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    h5 { line-height: 20x; margin: 10px}
    
    
    
    html{
    font-family: 'Montserrat', sans-serif;
    }
    
    
    
    .container{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: rgb(63, 63, 63);
    }
    
    
    
    .timeline{
    width: 80%;
    height: auto;
    max-width: 12000px;
    margin: 40px;
    position: relative;
    }
    
    
    
    .timeline ul{
    list-style: none;
    }
    
    
    
    .timeline ul li{
    padding: 20px;
    background-color: #314631;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    border: solid #1c281c 5px;
    }
    
    
    
    .timeline ul li:last-child{
    margin-bottom: 0;
    }
    .timeline-content h1{
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    }
    
    
    
    .timeline-content p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    }
    
    
    
    @media only screen and (min-width: 768px){
    .timeline::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(124, 124, 124);
    }
    .timeline ul li{
    width: 50%;
    margin-bottom: 50px;
    position: relative;
    }
    .timeline ul li:nth-child(odd){
    float: left;
    clear: right;
    transform: translateX(-20px);
    }
    .timeline ul li:nth-child(even){
    float: right;
    clear: left;
    transform: translateX(20px);
    }
    .BildervonKonsolen{
        height: 120px;
        width: auto;
        margin: 5%;
        
        
        }
    .timeline ul li::after{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: rgb(204, 202, 202);
    border-radius: 50%;
    top: 0;
    }
    .timeline ul li:nth-child(odd)::after{
    transform: translate(50%, -50%);
    right: -25px;
    
    
    
    }
    .timeline ul li:nth-child(even)::after{
    transform: translate(-50%, -50%);
    left: -25px;
    }
    .timeline ul li:hover::after{
    background-color: #466446;
    transition: 0.25s;
    }
    
    }
    
    
    
    .alphabody{
    padding: 0;
    margin: 0;
    background-color: rgb(63, 63, 63);
    }
    a{
    color:white;
    text-decoration: none;
    }
    @media (max-width: 990px)
    {
    header{
    padding: 10px 20px;
    flex-direction: column;
    }
    .search{
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    header .search {
    position: relative;
    width: 300px;
    height: 40px;
    background-color: transparent;
    width: 200px;
    height: 30px;
    color: white;
    outline: none;
    border: 1px solid white;
    border-radius: 4px
    }
    .container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: rgb(63, 63, 63);
    }
    header .navigation {
    display: contents;
    }
    .Logo{
    float: left;
    width: 100px;
    height: auto;
    }
    .kleinerfix{
    background-color: rgb(63, 63, 63);
    height: 150px;
    }
    }