/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2026 | 06:48:57 */
.cf7-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.cf7-col {
  width: 50%;
  padding-right: 10px;
}

.cf7-col:last-child {
  padding-right: 0;
}

.cf7-row input,
.cf7-row textarea {
  /*width: 100%;*/
  box-sizing: border-box;
  padding: 10px;
	border-color:#e1e1e1;
}

.cf7-row textarea {
  	min-height: 150px;
  	resize: vertical;
	
}

.cf7-acceptance {
  font-size: 14px;
}

.cf7-row input[type="submit"] {
  background: #55bfd8; /* Farbe wie im Screenshot */
  color: #fff;
  border: none;
  padding: 12px 25px;
  cursor: pointer;
}

.cf7-row.col-12 p {
	width:100%;
}

.cf7-row input[type="submit"]:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .cf7-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.wpcf7-list-item {
    margin-left: 0;
}