.einstreu-rechner {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    background: #595142 url("/wp-content/uploads/2020/07/Logo_Thannwald_final01_beige_Slider320.png") no-repeat bottom right!important;
    font-size: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.einstreu-rechner label, p {
    font-weight: 500;
    font-family: sans-serif!important;
    margin-bottom: 3px;
    display: block;
    font-size: 14px !important;
}

.einstreu-rechner input, 
.einstreu-rechner select {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 10px!important;
    border-color: #747474!important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3)!important;
}

hr {
    border: none;
    border-top: 0.5px solid #888;
    margin: 15px 0;
}

#tierart-icon {
    max-width: 50px;
    border-radius: 6px;
}

.pdf-btn {
    padding: 15px!important;
    cursor: pointer;
}

.calc-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.calc-modal-content {
    margin: 5% auto;
    padding: 20px;
    border-radius: 12px;
    max-width: 650px;
    width: 90%;
    color: #000;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 35px;
    right: 5px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.calc-btn {
    padding: 12px 20px;
    background: #5a5142;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

label {
  text-transform: none; /* zeigt den Text so an, wie er im HTML steht */
}

.input-wrapper {
  position: relative;
  display: inline-block;
}
.input-wrapper input {
  padding-right: 20px; /* make space for "m" */
}
.input-wrapper span {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  pointer-events: none;
}