.bestellformular * {
    transition: box-shadow 0.1s ease-in-out;
}

.bestellformular .message-header {
    display: none;
}

.bestellformular .message-body {
    color: green;



    /*
    text-shadow: -2px -0px rgb(29, 91, 121), -2px -1px 0px rgb(29, 91, 121), 1px 1px 2px rgb(29, 91, 121), 1px -1px 2px rgb(29, 91, 121);
    */
    font-size: 25px;
}

.bestellformular .input.is-danger, .textarea.is-danger {
    box-shadow: 0px 0px 2px red;
}

.bestellformular .select.is-danger select {
    box-shadow: 0px 0px 2px red;
}

.bestellformular .select select:focus {
    box-shadow: 0px 0px 10px rgb(29, 91, 121);
}

.bestellformular .help.is-danger {
    color: red;
    display: block;
    font-size: 15px;
}

.bestellformular .is-primary {
    background-color: white;
    color: rgb(29, 91, 121);
    border-color: rgb(29, 91, 121);
    border-width: 1px;
    border-radius: 7px;
    font-size: 20px;
    padding: 10px;
    width: 100%;
}

.bestellformular .is-primary:hover {
    box-shadow: 0px 0px 10px rgb(29, 91, 121);
    background-color: rgb(250,255,255);
}

.bestellformular .is-primary:active {
    box-shadow: 0px 0px 20px rgb(29, 91, 121);
    background-color: rgb(240,255,255);
}

.bestellformular .flex100 {
    flex: 1 1 100%;
}

.bestellformular .flex75 {
    flex: 1 1 75%;
}

.bestellformular .flex50 {
    flex: 1 1 50%;
}

.bestellformular .flex25 {
    flex: 1 1 25%;
}

.bestellformular .formBlock div {
    padding-right: 5px;
    padding-bottom: 5px;
}
.bestellformular .formBlock {
    display: flex;
    flex-direction: row;
}


@media (max-width: 769px) {
    .bestellformular .formBlock {
        flex-direction: column;
    }
}

.bestellformular h3 {
    margin-top: 0;
}

.bestellformular .label {
    display: none;
}

b {
    font-weight: bold;
}

.bestellformular .control:has(#nameBarriere, #vornameBarriere, #emailBarriere, #telefonBarriere) {
    width: 100%;
}

.bestellformular .select:has(#packungsgroesse) {
    width: 100%;
}

.bestellformular .select:has(#facharztbezeichnung) {
    width: 100.5%;
}



.bestellformular .control .input {
    width: inherit;
}

.bestellformular .help.is-danger {
    width: inherit;
}

#barriereMeldung {
    width: 100%;
}

.bestellformular .input, .textarea {
    outline: none;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-radius: 15px;
    padding-left: 17px;
}

.bestellformular .textarea {
    resize: vertical;
    min-height: 200px;
}

.bestellformular .input:focus {
    box-shadow: 0px 0px 10px rgb(29, 91, 121);
}

.bestellformular .textarea:focus {
    box-shadow: 0px 0px 10px rgb(29, 91, 121);
}

.bestellformular .select .input {
    background-color: white;
}

.bestellformular select option:not([value='']) {
    color: initial;
}

#rezept_titel {
    margin: 0;
    padding: 0;
}








