.Karte {
    border: 2px solid red;
    background-color: lightblue;
    text-align: center;
    border-radius: 8px;
    margin: 20px;
    width: 590px;
}

.Stempel {
    width: 113px;
    height: 113px;
    align-content: center;
    position: relative;
}

.stempel_bild{
    width: 110px;
    top: 0px;
    left: 5px;
    position: absolute
}

.stempel_person{
    top: 23px;
    left: 35px;
    position: absolute;
    color: #000000;
}

.stempel_dat{
    top: 42px;
    left: 35px;
    position: absolute;
    color: #000000;
}

.stempel_dat2{
    top: 57px;
    left: 35px;
    position: absolute;
    color: #000000;
}

.stempel_dat3{
    top: 80px;
    left: 35px;
    position: absolute;
    color: #000000;
}