/* Platzhalter CSS für die Extension plz_check */
.plz-check {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.plz-check__header {
    width: 100%;
    font-family: "Dax W01 Medium";
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    background-color: #005781;
}

.plz-check__form {
    width: 100%;
    padding: 20px;
    background-color: #9bc6ce;
    color: #005781;
}

.plz-check__form form {
    display: flex;  
    padding: 20px 0;
}

.plz-check__input {
    height: 60px;
    width: 300px;
    background: white;
    border: 0;
    padding: 0 10px;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 20px;
    color: #005781;
    margin: 0!important;
    text-align: center;
}

input[type="submit"].plz-check__submit {
    height: 60px;
    width: 300px;
    background: #89bc23;
    border: 0;
    padding: 0 10px;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin: 0!important;
}

.plz-check__error {
    margin: 20px 0;
}
