#h2top{
    width: 100px;
}
#neu{
    width: 30px;
    height: 30px;
    font-size: 30px;
    background-color:rgb(255, 236, 67);
    border-radius: 100%;
    padding: 10px;
    text-align: center;
    line-height: 25px;
    flex-direction: row;
    margin: 10px 0px 0px 500px;
    
    position: absolute;
    
}
#neu:hover{
    cursor: pointer;
    background-color:#ffd900;
}

.textarea{
    width: 100%;
    height: 100px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}
.submitbutton{
    padding: 10px;
    width: 100%;
    background-color:rgb(255, 236, 67);
    cursor: pointer;
    border: none;
}
#edit{
    position: absolute;
    visibility: hidden;
}
#edit_id{
visibility: hidden;
position: absolute;
}
.notizetitle{
    font-size: 18px;
    text-decoration-line: underline;
}
.datestamp{
    font-size: 13px;
    text-align: right;
}
.closenotize{
    color: rgb(87, 87, 87);
    font-size: 36px;
    margin-left: 560px;
    position: absolute;
}
.closenotize:hover{
    cursor: pointer;
    color: black;
}
.editnotize{
    color: rgb(87, 87, 87);
    margin-left: 560px;
    margin-top: 50px;
    position: absolute;
}
.editnotize:hover{
    cursor: pointer;
    background-color: rgb(87, 87, 87);
    border-radius: 10%;
}

.colourgrey1{
    background-color: rgb(173, 170, 170);
    border-radius: 10px;
    padding: 10px;
}
.colourgrey2{
    background-color: rgb(209, 206, 206);
    border-radius: 10px;
    padding: 10px;
}


@media screen and (max-width: 700px) {
.closenotize{
    right: 1em;
}
.editnotize{
    right: 2em;
}
#neu{
    right: 1em;
}
}