input, textarea, select {
    background-color: #fff;
  }

textarea {
    background-color: #fff!important;
}

.webform-submission-form input:not([type=submit]), .webform-submission-form select {
    min-width: 20px;
  min-height: 15px;
   position: relative;
    top: 8px;
}

.testimonials_block {
display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom:30px;
    word-break: break-word;

}
.testimonial_block {
padding:15px;
      justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
  border: 1px solid darkgray;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 80%;
  display:grid;
  align-content: space-between;
    align-items:normal;
}

.testimonial-image {height:162px;width:228px;}

h1 {text-align:center;  word-break: break-word;
}

#bleiben_button, .button--primary {
    text-align: center;
    background-color: #9c1838 !important;
    color: white;
    font-weight: bold !important;
    padding: 1rem 2.5rem;
    border-radius: 15px !important;
    line-height: 4rem;
    width: 100%;
    max-width: 300px;
    display: inline-table;
    text-decoration: none;
}

#bleiben_button:hover, .button--primary:hover {
    background-color: #c74b5d !important;
}

p:has(#bleiben_button) {text-align:center;margin:40px}

hr {border-bottom: 5px solid #fff !important;}

@media (min-width: 540px) {
    .two-column-wrapper li {
        width: 100% !important;
              padding-left: 10px;
        padding-bottom: 10px;
    }
}

.two-column-wrapper li {
    margin-left: 5px;
  
}