/* Platzhalter CSS für die Extension plz_check */
.plz-check {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.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 20px 40px 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: 24px;
    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: 24px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin: 0!important;
    font-family: "Dax W01 Bold" !important;
    font-weight: normal;
}

.plz-check__message {
    margin: 20px 0;
}

.plz-check__button {
    height: 60px;
    width: 300px;
    background: #89bc23;
    border: 0;
    padding: 0 10px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin: 0!important;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Dax W01 Bold";
    font-weight: normal;
}

.question-check__message {
    margin: 20px 0;
    background: white;
    padding: 20px;
    width: 100%;
    position: relative;
    border: 1px solid #005781;
    color: #485156;
    display: none;
}

.question-check__button {
    height: 60px;
    width: 300px;
    background: #89bc23;
    border: 0;
    padding: 0 10px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin: 0!important;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Dax W01 Bold";
    font-weight: normal;
}

