body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

a {
    color: #da251d;
}

.wrapper img {
    text-align: center;
}

.wrapper {
    min-width: 300px;
    width: 50%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.wrap {
    padding-left: 20px;
}

.check {
    padding-right: 40px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    user-select: none;
}

.check input {
    position: absolute;
    display: inline;
    top: 0px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.inlinetextarea.objektangabe {
    width: 40%;
}


#objekttabelle table {
    margin-top: 20px;
}

#bestellungen table th {
    background: #da251d;
    color: white;
}

#bestellungen table tr, #bestellungen table th, #bestellungen table td {
    border: 1px solid #da251d;
}

#objekttabelle table tr, #objekttabelle table th, #objekttabelle table td {
    line-height: 20px;
}

#bestellungen table {
    margin-bottom: 20px;
    width: 100%;
}

table tr, table th, table td {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

table, table tr {
    border: 0 none;
    border-spacing: 0;
    border-collapse: collapse;

}

#objekttabelle table td, #objekttabelle table th {
    border: 1px solid #f2f2f2;
}

.inlinetextarea {

    border: 0 none;
    width: 20%;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    height: 90px;
    box-sizing: border-box;
}

form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

input, select, button {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    accent-color: #da251d;
    box-sizing: border-box;
    background: #fbe3d6;
}

input.ronly {
    background: white;
}

button {
    background-color: #da251d;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
    border: 0 none;
}

button:hover {
    background-color: #a61b15;
}

.error {
    color: red;
    font-size: 12px;
    display: none;
}