@font-face {
    font-family: '1451 E';
    font-style: normal;
    font-weight: normal;
    src: local('DIN 1451 Std Engschrift'), url('DINEngschriftStd.woff') format('woff');
}
@font-face {
    font-family: '1451M';
    font-style: normal;
    font-weight: normal;
    src: local('/fonts/DIN 1451 Std Mittelschrift'), url('/fonts/DINMittelschriftStd.woff') format('woff');
}



body {
    background: #fff;
    line-height: 1.5;
    max-width: 1000px;
    padding: 2em 1em 1em;
    margin-bottom: 50px;
    margin-top: 30px;

}
#menu-button {
    position: fixed;
    top: 10px;
    right: 10px;
    color: black;
    padding: 10px;
    cursor: pointer;
}

#menu {
    position: fixed;
    display: none;
    top: 40px;
    right: 10px;
    padding: 3px;
}

#play-button {
    color: black;
    background-color: white;
    border: none;
    cursor: pointer;}

 #pause-button {        
    color: black;
    background-color: white;
        border: none;
        cursor: pointer;}


h1 {
    font-size: 25px;
    font-family: "1451M";
    position: fixed;
    top: 0;
    left: 15px;
    max-width: 100%;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /*text-align: center;
    /*background: white;
    z-index: 10;
    padding: 10px;
    opacity: 1; /* Ausgangs-Deckkraft */
    transition: opacity 0.2s ease; /* Weicher Übergang bei Scrollen */
}

h5 {
    font-size: 17px;
    font-family: "1451M";
    position: fixed;
    left: 30px;
    top: 10px;
    max-width: 100%;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: purple;
    opacity: 1; /* Ausgangs-Deckkraft */
    transition: opacity 0.2s ease; /* Weicher Übergang bei Scrollen */
}


.post {
    margin-bottom: 20px;
    margin-top: 50px;
    margin-left: 10px;
}



.post h3 {
    color: black;
    font-size: 12px;
   font-family: monospace;
   
    
    
}
.post p {
    margin-top: -15px;
    color: black;
    font-family: monospace;
    font-size: 15px;
    word-wrap: break-word;
    
}
.post h2 {
    font-family: '1451M';
    font-size: 17px;
    text-align: right;
    margin-top: -17px;
    }
    
    .post span {
    font-family: '1451M';
    font-size: 10px;
    margin-top: -17px;
 }
 .reaction {
    background-color: black;
    color: white;
    border: 1px solid black;
    padding: 5px -10px;
    margin: 2px;
    cursor: pointer;
    border-radius: 1px;
    text-align: center;
    display: inline-block;
    font-size: 0.8em;
    margin-top: -20px;
}


.selected-reactions {
    font-size: 10px; /* Passen Sie die Größe der Emojis an */
    margin-right: 2px;
    top:-30px;
    margin-top: -15px;
}


.reaction:hover {
    background-color: white;
    color: red;
    transform: scale(1.1);
    transition: background-color 0.3s, color 0.3s;
}




textarea {
    width: 100%;
    height: 200px;
    resize: vertical;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

h4 {font-family: '1451M';
    font-size: 15px;
    margin-bottom: 20px;}


.uo {
    color: #39ff14;
}

.i {
    color: fuchsia;
    font-family: '1451M';
    font-size: 12px;
}


