a {
    color: white !important;
    text-decoration: none !important;
}

body {
    width: 100%;
}

h1 {
    margin-left: 20px;
    margin-bottom: 50px;
}

label {
    margin-bottom: 10px;
}

.select2 {
    width: 100% !important;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-decoration: none;
    color: initial;
}

table {
    border-color: black !important;
}

body {
    background-color: #dee2e6;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    top: 0;
    width: 40%;
    height: 90%;
    border: dotted #444;
}

.signature-body {
    height: 100%;
    margin-left: 1%;
}

.signature {
    height: 25vh;
}

.bg-email {
    background-color: #bdc3c7 !important;
}

.bg-client {
    background-color: #dede51 !important;
}

#heizungsanlage_oeldruck1, #heizungsanlage_oeldruck2 {
    padding: 0px;
}

#heizungsanlage_magnetitabscheider_nicht_vorhanden {
	margin-left: auto;
	float: none;
}

#dateien_table {
    width: 80%;
}

.Datei-Tabelle {
    width: 100%;
    display: flex;
    justify-content: center;
}

.datei-upload {
    margin-inline: 10%;
    padding-left: 13px;
}

.archiv-table tr td:nth-child(4) {
    word-break: break-all;
}