@charset "UTF-8";/*
**********************************************
***      created by Boris Schmakowski      ***
***          www.schmakowski.de            ***
**********************************************
*/
::placeholder {
	color: #bbbbbb !important;
	opacity: 1;
}

.kontaktdiv {							/* Container im Beitrag */
	width: 100%;
	margin: 2vh auto 1em auto;
	/* padding: 1em; */
	border: 0.5px solid rgb(10, 71, 130);
	border-radius: 0px;
}
.convertforms .cf-field-hp {			/* Honey */
	display: none !important;
	position: absolute !important;
	left: -9000px !important;
}
.cf-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

div.cf-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.cf-fields > * {
	flex: 0 0 100%;
	min-width: 0;
}
div.cf-fields > div.cf-one-half    	  { flex-basis: 49%; }
div.cf-fields > div.cf-one-third   	  { flex-basis: 32%; }
div.cf-fields > div.cf-one-fourth  	  { flex-basis: 24%; }
div.cf-fields > div.cf-two-thirds  	  { flex-basis: 65%; }
div.cf-fields > div.cf-two-fourths    { flex-basis: 48%; }
div.cf-fields > div.cf-three-fourths  { flex-basis: 75%; }

@media (max-width: 790px) {
	div.cf-fields > div.cf-one-half {
		flex-basis: 100%;
	}
}

div.cf-control-group, fieldset.cf-control-group {
	margin: 0 0 2vh 0;
	padding: 0;
}
div[data-type="html"] {
	font-size: max(0.9em, 16px);
	margin: 0 0 0 0;
}
div.cf-fields p:last-child {
	padding-bottom: 0;
}

label.cf-label, legend.cf-label {
	font-size: max(0.9em, 16px);
	color: #000000;
}
span.cf-required-label {
	color: rgb(229,48,42);
}

input.cf-input,
textarea.cf-input,
select.cf-input {
	width: 100%;
	border: 1px solid #aaaaaa;
	background: #ffffff;
	border-radius: 1px;
	font-family: courier, monospace;
	font-size: 1em;
	color: #000000;
	padding: 0.5em;
	transition: all 0.2s ease 0s;
}
input.cf-input:focus,
textarea.cf-input:focus,
select.cf-input:focus {
	border-color: rgb(10, 71, 130);
	outline: none;
}
input[type="radio"],
input[type="checkbox"] {
	accent-color: rgb(10, 71, 130);
}

button.cf-btn {
	width: 100%;
	background-color: rgb(10, 71, 130);
	border-radius: 3px !important;
	padding: 0.5em !important;
	margin: 0; 
	color: #ffffff;
	border: none;
	font-size: 22px !important;
	line-height: 1.6em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}
button.cf-btn:hover {
	background-color: #bb1823;
}
span.cf-btn-text {
	color: #ffffff;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.02em;
}

div.cf-list:has(> div.cf-checkbox-group) {
	padding: 0.5em 0 0 0;
}
div.cf-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5em 3em;
}
div.cf-list > * {
	flex: 0 0 100%;
	min-width: 0;
}
div.cf-list.cf-list-2-columns,
div.cf-list.cf-list-3-columns {
	column-gap: 0;
}
div.cf-list.cf-list-auto-columns {
	justify-content: flex-start;
}
div.cf-list.cf-list-auto-columns 	> div.cf-checkbox-group { flex-basis: auto; }
div.cf-list.cf-list-2-columns 		> div.cf-checkbox-group { flex-basis: 40%; }
div.cf-list.cf-list-3-columns 		> div.cf-checkbox-group { flex-basis: 30%; }
@media all and (max-width: 600px) {
	div.cf-list.cf-list-2-columns 		> div.cf-checkbox-group { flex-basis: 100%; }
	div.cf-list.cf-list-3-columns 		> div.cf-checkbox-group { flex-basis: 100%; }
}

div.cf-checkbox-group {
	display: flex;
	align-items: center;
}
div.cf-checkbox-group input {
	width: 0.9em;
	height: 0.9em;
	margin: 0;
	cursor: pointer;
}
div.cf-checkbox-group label {
	display: block;
	padding-left: 1em;
	cursor: pointer;
}

div.cf-list:has(> div.cf-radio-group) {
	padding: 0.5em 0 0 0;
}
div.cf-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5em 3em;
}
div.cf-list > * {
	flex: 0 0 100%;
	min-width: 0;
}
div.cf-list.cf-list-2-columns,
div.cf-list.cf-list-3-columns {
	column-gap: 0;
}
div.cf-list.cf-list-auto-columns {
	justify-content: flex-start;
}
div.cf-list.cf-list-auto-columns 	> div.cf-radio-group { flex-basis: auto; }
div.cf-list.cf-list-2-columns 		> div.cf-radio-group { flex-basis: 40%; }
div.cf-list.cf-list-3-columns 		> div.cf-radio-group { flex-basis: 30%; }
@media all and (max-width: 600px) {
	div.cf-list.cf-list-2-columns 		> div.cf-radio-group { flex-basis: 100%; }
	div.cf-list.cf-list-3-columns 		> div.cf-radio-group { flex-basis: 100%; }
}

div.cf-radio-group {
	display: flex;
	align-items: center;
}
div.cf-radio-group input {
	width: 0.9em;
	height: 0.9em;
	margin: 0;
	cursor: pointer;
}
div.cf-radio-group label {
	display: block;
	padding-left: 1em;
	cursor: pointer;
}

.cf-response:empty {
	display: none;}
.cf-response {
	background-color: #f5f5f5;
	color: #000000;
	padding: 1em 0;
	text-align: center;
}
.cf-response p:last-child {
	padding: 0;
}

div.cf-success div.cf-fields {
	display: none;
}

div.SpamCalc {}
div.SpamCalc div.captcha-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content:  center;
}
div.SpamCalc div.captcha-container div.captcha-equation {
	align-self: center;
	font-family: courier, monospace;
	font-size: 22px;
	color: #000000;
}
div.SpamCalc div.captcha-container input {
	width: 200px;
	margin-left: 1em;
	align-self: center;
	font-family: courier, monospace;
	font-size: 22px;
	color: #000000;
}

div.cfupload {
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	padding: 1em;
	text-align: center;
}
span.cfupload-browse {
	display: inline-block;
	border: 1px solid rgba(0, 88, 76, 1);
	border-radius: 3px;
	padding: 1em;
	line-height: 1em;
	margin-left: 0.5em;
	cursor: pointer;
}

button.cf-btn{
  position: relative;
}
.cf-spinner-container{
  display: none;
  position: absolute;
  inset: 0;
  place-items: center;
  pointer-events: none;
}
.cf-spinner-container::after{
  content: '\f2f9';
  font-family: "Font Awesome 7 Pro";
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
}
div.cf-working .cf-btn-text{
  color: transparent;
}
div.cf-working .cf-spinner-container{
  display: grid;
}
div.cf-working .cf-spinner-container::after{
  animation: cf-spin 1s linear infinite;
  will-change: transform;
}
@keyframes cf-spin {
  to { transform: rotate(360deg); }
}


