#wertassi {
    margin-top: 50px;
    width: 600px;
    height: 400px;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
}

#wertassi .knopf_start {
    display: inline-block;
    width: 300px;
    height: 300px;
    border: 1px solid #b70000;
    background-color: #fff;
    cursor: pointer;
}
#wertassi .knopf_start:hover {
    background-color: #ffffed;
}
#wertassi .knopf_start img {
    width: 200px;
    margin-bottom: 25px;
}
#wertassi .knopf_start div {
    font-weight: bold;
    color: #313131;
}

#wertassi .knopf_weiter {
    display: inline-block;
    width: 150px;
    border: 1px solid #b70000;
    background-color: #fff;
    cursor: pointer;
    margin-top: 32px;
}
#wertassi .knopf_weiter:hover {
    background-color: #ffffed;
}

#wertassi .knopf_typ {
    display: inline-block;
    width: 150px;
    border: 1px solid #b70000;
    background-color: #fff;
    cursor: pointer;
}
#wertassi .knopf_typ:hover {
    background-color: #ffffed;
}
#wertassi .knopf_typ img {
    width: 100px;
    margin-bottom: 25px;
}

#wertassi .eingabebereich {
    display: inline-block;
    width: 140px;
    border: 1px solid #b70000;
    background-color: #fff;
}
#wertassi .eingabebereich img {
    width: 100px;
    margin-bottom: 25px;
}
#wertassi .eingabebereich input {
    width: 120px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    margin-bottom: 5px;
}

#wertassi .ladeanimation {
    width: 100px;
    margin-top: 128px;
}

#wertassi h2 {
    margin-bottom: 32px;
}

#wertassi #lageplan {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#wertassi #lageplan #adressblock {
    width: 35%;
    padding: 4px;
}


@media all and (max-width: 600px){
    #wertassi {
        width: 300px;
        padding: 8px;
    }
    #wertassi .eingabebereich {
        width: 140px;
        margin-bottom: 4px;
    }
    #wertassi .eingabebereich img {
        width: 50px;
        margin-bottom: 20px;
    }
    #wertassi .knopf_typ {
        width: 140px;
        margin-bottom: 4px;
    }
    #wertassi .knopf_typ img {
        width: 50px;
        margin-bottom: 20px;
    }
    #wertassi h2 {
        font-size: 16px;
        margin-bottom: 16px;
    }
}