/*.erbschaftsrechner-image {
    max-width:80%;
    height: auto;
    order: 0;
    margin-top:2em;
}

.erb-submit{
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #007bff;
    background: #e9f7ff;
    max-width: 300px;
    text-align: center;
    margin-block: auto;
}

@media (min-width:1600px){
    .erbsvg{
        width: 700px;
        height: auto;
    }
}

@media (max-width:1600px){
    .erbsvg{
        width: 500px;
        height: auto;
    }
}


@media screen and (max-width: 1200px) {

    .erbsvg{
        width: 100%;
        height: auto;
    }

    .erbschaftsrechner-image {
        order: 0;
        width: 100%;
        grid-column: 1 / span 2;

    }

    .erb-submit{
        margin-top: 2em;
    }

    .erbsvg{
        width: 100%;
        height: auto;
    }
    
}*/