/**** DE ****/
.field.tig_postcode_de {
    margin: 0 10px 20px 0;
    width: 100%;
}

.tig_postcode_field.tig_postcode_de {
    display: inline-block;
    max-width: calc(50% - 5px);
}

.tig_city_field.tig_postcode_de {
    margin: 0 0 20px 0;
    max-width: calc(50% - 5px);
    display: inline-block;
}

.tig_street_fields.tig_postcode_de {
    max-width: 100%;
}

.tig_housenumber_field.tig_postcode_de,
.tig_housenumber_addition_field.tig_postcode_de {
    display: inline-block;
    max-width: calc(54% / 2 - 7px);
}

@media (max-width: 400px) {
    .tig_postcode_field.tig_postcode_de, .tig_city_field.tig_postcode_de {
        display: block;
        max-width: 100%;
    }

    .tig_housenumber_field.tig_postcode_de,
    .tig_housenumber_addition_field.tig_postcode_de {
        max-width: calc(100% / 2 - 7px);
    }
}

.tig_housenumber_addition_field.tig_postcode_de {
    margin: 0 0 20px 0;
}

.tig_postcode_field.tig_postcode_de .control {
    position: relative;
}
