.anchor-ofset {
  scroll-margin-top: 100px;
}
.uk-overlay-primary {
  background: rgba(17, 65, 92, 0.45);
}
.uk-inline-clip {
	border-radius: 20px;
}
.row-12.flex {
	display: flex;
	gap: 20px;
}
.row-12 {
	margin-bottom: 15px
}
.row-6 {
	width: 100%;
}
form p,
form .row12.last {
	margin-bottom: 0;
}
.form-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.wpcf7-spinner {
	display: none;
}
input:not([type="checkbox"],[type="submit"]),
select,
textarea {
	font: inherit;
	width: 100%;
	box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid  #969696;
	color: #485359;
	background-color: #fff;
	border-radius: 15px;
}
input:not([type="checkbox"],[type="submit"]),
select {
	height: 38px;
}
textarea {
	height: 150px;
}
.wpcf7-list-item {
	margin-left: 0;
}
::placeholder {
	color: #485359;
}
.wpcf7-not-valid-tip {
	display: none;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #dc3232;
}
select option {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media only screen and (max-width: 600px) {
	#leistungen-kachel img.el-image {
		aspect-ratio: 16 /12;
	}	
	.uk-h1, h1, .uk-heading-small, h1.uk-heading-medium {
		font-size: 27.2px;
	}
	#leistungen-kachel h3 {
		font-size: 20px;
	}
	#leistungen-kachel .el-meta + .uk-margin-top {
		margin-top: 0px !important;
	}
}