[hidden] {
  display: none; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none; }

.kontakt-form {
  margin-top: 30px;
  line-height: 1.4;
  padding: 20px 20px;
  background: #EDEDED; }
  @media screen and (min-width: 1024px) {
    .kontakt-form {
      padding: 40px; } }
  @media screen and (min-width: 1400px) {
    .kontakt-form {
      padding: 40px 40px;
      margin-top: 30px; } }
  .kontakt-form h2 {
    padding-bottom: 10px;
    margin-bottom: 20px; }

form {
  color: #3b3a39;
  /*a {
      text-decoration: underline;
      &:hover {
          color: $link-color-hover;
      }
  }*/ }
  form fieldset {
    display: block;
    padding: 10px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 10px;
    position: relative; }
    form fieldset.radio-container {
      border: 1px solid rgba(216, 203, 169, 0.1);
      margin-top: 50px;
      margin-bottom: 15px; }
  form legend {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: absolute;
    top: -30px; }
  form span {
    display: block;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      form span {
        display: flex; } }
  form label {
    display: flex;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      form label {
        padding-bottom: 0;
        width: 30%; } }
    form label .hinweis {
      color: #c40202;
      font-size: 11px;
      font-style: italic;
      margin: 0;
      margin-left: 5px; }
  form .radio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px; }
    form .radio-container span {
      display: block;
      width: 200px;
      margin-bottom: 10px; }
    form .radio-container label {
      display: inline-block;
      margin: 0; }
  form .submit-container {
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (min-width: 768px) {
      form .submit-container {
        padding-left: 30%; } }
  form input[type="text"], form input[type="search"], form input[type="password"], form input[type="number"], form input[type="email"], form input[type="tel"], form select {
    color: #3b3a39;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
    border: 1px solid #d8cba9;
    background: #f5f3ec;
    border-bottom: 1px solid #d8cba9; }
    @media screen and (min-width: 768px) {
      form input[type="text"], form input[type="search"], form input[type="password"], form input[type="number"], form input[type="email"], form input[type="tel"], form select {
        width: 70%; } }
  form input[type="radio"] {
    height: 16px;
    width: 16px;
    margin-right: 6px; }
  form textarea {
    color: #3b3a39;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
    border: 1px solid #d8cba9;
    background: #f5f3ec; }
    @media screen and (min-width: 768px) {
      form textarea {
        width: 70%; } }
  form .button {
    color: #f5f3ec;
    display: inline-block;
    background: #3b3a39;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer; }
    form .button:hover {
      color: #f5f3ec;
      background: #175261; }
