@import url("./dvag.css");

img[src="../motive/"] {
    display: none;
}

/* Verlaufsnavigation */
#verlauf {
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

#verlauf li {
    margin-bottom: 12px;
}

#verlauf a {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    text-decoration: none;
}

#verlauf a:hover {
    text-decoration: underline;
}

#verlauf a:before {
    border-radius: 50%;
    border: 2px solid transparent;
    content: attr(data-step);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: white;
    width: 24px;
    height: 24px;
    transition: border-color 0.3s, color 0.2s;
}

#verlauf a:hover:before {
    text-decoration: none !important;
}

.current:before {
    background-color: var(--color-primary);
}

.ok:before {
    background-color: forestgreen;
}

.todo {
    cursor: default;
    color: var(--color-gray-medium);
}

.todo:hover {
    text-decoration: none !important;
}

.todo:before {
    background-color: var(--color-gray-medium);
}

#voransicht {
    text-align: center;
    margin-top: 30px;
    padding: 20px 0 20px 0;
    border: 1px solid #113766;
    background-color: #E2E2DA;
    color: white;
}

/* ===================================
    sonstiges
   =================================== */

.required:before {
    color: red;
    content: "* ";
}

input.text_only_button {
    background: transparent;
    border: 0px solid black;
}

/* Submit Button der wie einfacher Text aussieht */

.small {
    font-size: 14px;
}

tr.order_btn_row {
    height: 60px;
}

.error {
    font-style: italic;
    color: #e10020;
    font-weight: bold;
}

.no_error {
    font-style: italic;
    color: green;
    font-weight: bold;
}

.error:before {
    content: "*";
}

td.rand_rechts {
    border-bottom: 0;
    border-right: 1px solid #113766;
}

.saal {
    padding-left: 15px;
}

.bestellung_head {
    text-decoration: underline;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 10px 0;
}

.pdf {
    background: url(../images/pdf.gif) transparent no-repeat 2px 0;
    padding-left: 23px;

}

.text_only_button {
    color: var(--color-text) !important;
}