.hg-lueckentext {
    line-height: 2;
}

.frame {
    border: 4px dotted #ffb529;
    border-radius: 35px;
    padding: 20px 30px 10px 30px;
    background-color: #fffef0;
    margin-bottom: 20px;
}

.hg-lueckentext h2 {
    margin-top: 0;
    font-size: 28px;
    border-bottom: 1px solid #1e5094;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.hg-lueckentext p {
    padding-bottom: 25px;
}

.eingabefeld {
    width: 180px;
}


.wort {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.durchgestrichen {
    color: #888;
    text-decoration: line-through;
}