.uk-navbar-dropdown:not(.uk-preserve-color) .uk-nav-default > li > a {
	color: #fff;
}
.submenu {
	padding-left: 20px;
}
.uk-navbar-dropdown:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-navbar-dropdown:not(.uk-preserve-color) a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.uk-navbar-nav > li > a::before {
	top: 80px;
	height: 1px;
}
.uk-button-large {
	line-height: 1.2;
	padding-top: 17px;
	padding-bottom: 17px;
}
.uk-button {
	line-height: 1.2;
	padding-top: 13px;
	padding-bottom: 13px;
}
body {
	font-size: 18px;
}
h1,
.uk-h1 {
	font-size: clamp(1.75rem, 1.5481rem + 0.8974vw, 2.625rem);
}
h2,
.uk-h2 {
	font-size: clamp(1.75rem, 1.6346rem + 0.5128vw, 2.25rem);
}
.tm-toolbar .uk-margin-auto-left .uk-grid {
	flex-direction: row-reverse;
}
.wpcf7 form.validating .wpcf7-response-output {
	border: none;
}
.wpcf7 form input,
.wpcf7 form textarea {
	color: #687186;
}
.hero .uk-section {
	box-shadow: inset 0 -20px 0 #26457a;
}
.step h3 {
	width: 100%;
}
.uk-slideshow-items + .uk-position-bottom-center {
	margin: 10px;
}
.uk-dotnav > * > * {
	width: 20px;
	height: 20px;
}
.headerSection {
	display: flex;
	flex-direction: column;
}
.headerSection > .uk-grid {
	flex: 1;
	min-height: 0;
}
.headerSection .uk-panel.uk-width-1-1,
.headerSection .uk-slideshow,
.headerSection .uk-slideshow .uk-position-relative,
.headerSection .uk-slideshow-items {
	height: 100%;
}
.headerSection .uk-slideshow-items {
	aspect-ratio: auto !important;
}
.headerSection .uk-card.uk-card-primary {
	background-color: rgb(38, 69, 122, 0.75);
	border-radius: 20px;
}
.rounded {
	border-radius: 20px !important;
	overflow: hidden;
}
.borders {
	border: 2px solid grey;
}
.iconStartseite {
	padding-top: 40px;
}
.headerBox {
	position: relative;
	z-index: 9999 !important;
}
@media (min-width: 1200px) {
	.headerBox {
		margin-top: -60px !important;
	}
	.overlap {
		margin-right: -50px;
	}
}
.overlap {
	overflow: visible;
	margin-top: 0;
	position: relative;
}
@media only screen and (min-width: 1200px) {
	.headerBox {
		height: 60vh;
		position: absolute;
		z-index: 9999 !important;
	}
	.overlap {
		overflow: visible;
		margin-top: -120px;
	}
}
.headerSection {
	z-index: 1 !important;
	position: relative;
	overflow: visible;
}
.headerButton {
	border-radius: 5px !important;
}
.headerStrip {
	overflow: hidden;
	z-index: -1;
}
.headerStrip div {
	margin: 10px !important;
}
.step {
	background: #114a8b;
	color: #cfe0f5;
	padding: 5px 30px;
	margin-left: -20px;
	margin-right: -10px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.step-number {
	font-size: 36px;
	font-weight: bold;
	color: #e6eef9;
}
.step-1 {
	transform: translateY(-20px);
}
.step-2 {
	transform: translateY(30px);
}
.step-3 {
	transform: translateY(-20px);
}
.step-4 {
	transform: translateY(30px);
}
@media (max-width: 1200px) {
	.step {
		transform: none !important;
	}
}
@media (min-width: 1024px) {
	.row12.flex {
		display: flex;
		gap: 20px;
	}
}
.row6 {
	flex: 1;
}
form p,
form .row12.last {
	margin-bottom: 0;
}
.rowfull a {
	font-weight: bold;
}
.wpcf7 {
	margin-left: auto;
	margin-right: auto;
}
.wpcf7-list-item {
	margin: 0 10px 0 0;
	margin-left: 0;
}
.wpcf7-not-valid-tip {
	color: #e94a4e;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border-color: #e94a4e;
}
input:not([type="checkbox"], [type="submit"]),
select,
textarea {
	font: inherit;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 20px;
	background-color: #fff;
	border: none;
	margin: 0 0 20px;
	display: block;
	float: none;
	color: inherit;
}
textarea {
	height: 120px;
	resize: vertical;
}
.uk-button.form-button {
	margin-top: 20px;
}
.button-right > div:last-child {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.button-right .uk-button {
	background-color: #26457a !important;
	color: white !important;
}
.button-right .uk-button:hover {
	background-color: #26457a !important;
}
.panel-unterseite-hero {
	background-color: rgba(255, 255, 255, 0.6);
}
.header-box {
	position: absolute;
	width: min(500px, calc(100% - 40px));
	min-width: 320px;
	left: max(20px, calc((100% - 1280px) / 2 - 150px));
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.85);
	z-index: 1;
}


.header-box {
	padding: 24px !important;
}

.header-box h1 {
	font-size: 32px !important;
	line-height: 1.25;
}

.header-box p {
	font-size: 14px !important;
	line-height: 1.5;
}

@media (min-width: 1024px) {
	.panel-overlap {
		background-color: white;
		margin-left: -50px;
		margin-top: 50px;
	}
	#Hero-mobile {
		display: none;
	}
}
@media only screen and (min-width: 1201px) {
	.uk-slideshow-items + .uk-position-bottom-center {
		left: auto;
		right: 20%;
	}
	.header-box {
		bottom: -50px;
	}
}
@media only screen and (max-width: 1200px) {
	.header-box {
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (max-width: 1024px) {
	#startseite-hero-desktop {
		display: none;
	}
}
@media (max-width: 767px) {
	.headerSection {
		min-height: max(560px, -80px + 100svh) !important;
	}
	.uk-navbar-item,
	.uk-navbar-nav > li > a,
	.uk-navbar-toggle {
		min-height: 80px;
	}
}