

.cf_spalte {
      position: relative;
  right:-5em;
  width: calc(100% + 5em) !important;

}

.cf_wrapper {

  background: #CCBB00;
  padding: 30px;
  width: 100%;
 box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
 border-radius:10px;
 

 
  
  
}





.field {
  position: relative;
  margin-bottom: 30px;
}

.field input,
.field textarea {
  width: 100%;
  padding: 8px 6px;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.9);
  color: #3d3d3d;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  border-radius: 3px;
  
}


.wpcf7-not-valid-tip {text-align: right;}




/* Label */
.field label {
  position: absolute;
  left: 12px;
  bottom: 5px;
  color: #3d3d3d;
  font-size: 15px;
  pointer-events: none;
  transition: all 0.25s ease;
}


.field.textarea label {
bottom: 8px;
}


/* Standard */
.field.active label,
.field input:focus + label,
.field textarea:focus + label {
  bottom: 110%;
  font-size: 12px;
  color: #fff;
}

/* Speziell für textarea */
.field.textarea:focus-within label {
  bottom: 105%;
}


/* Linie bei Fokus */




.field input:focus,
.field textarea:focus {
  border-bottom: 2px solid #fff;
  background-color: rgba(255,255,255,1);
  color: #3f5b5f;
}

/* Textarea größer */
.field.textarea textarea {
    height:100px;
  min-height: 100px;
  resize: vertical;
  font-family: 'pop';
}

/* Hinweistext */
.hint {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

/* Datenschutz */
.ds_wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}

.ds_wrap a { color:white; text-decoration: underline;}

.ds_wrap input {
  margin-top: 4px;
}

/* Button */
.submit_wrap input[type="submit"] {
  width: 100%;
  padding: 14px;
  border: none;
  background: #6b6b73;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.submit_wrap input[type="submit"]:hover {
  background: #5a5a61;
}

/* Mobile */
@media (max-width: 600px) {
  .cf_wrapper {
    padding: 25px 15px;
  }

  .field input,
  .field textarea {
    font-size: 15px;
  }
}