@import "fonts-dist.css";
* {
	box-sizing: border-box;
}
.mehrfach {
	font-size: small;
	transform-origin: center center;
	transition: all	0.2s ease-in-out;
}
.fehler {
	color: red;
	font-size: 1.4rem;
}
html {
	height: 100%;
	font-family: 'Titillium', sans-serif;
	-webkit-hyphens: auto;
	        hyphens: auto;
/* 	font-size: 14px; */
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: block;
	overflow-x: hidden;
/* 	font-size: 1.2rem; */
}
.page {
	height: 100%;
	display: grid;
	grid-template-rows: auto 1fr auto;
}
.header {
	padding: 2em;
	background-color: rgb(83, 149, 165);
	border-bottom: 1px solid rgb(169, 203, 212);
}
.headercontent {
	display: flex;
	max-width: 1500px;
	margin: 0px auto;
}
.mainlogo {
	display: block;
	width: 250px;
	max-height: 70px;
}
.mainlogo img {
	width: 100%;
	height: auto;
}
h1 {
	-webkit-hyphens: auto;
	        hyphens: auto;
}
.main {
	padding: 2em;
	display: grid;
	grid-template-rows: auto 1fr 0px;
	background: rgb(138,186,198);
	background: linear-gradient(to bottom,  rgb(138,186,198) 0%,rgb(77,146,162) 50%,rgb(255,255,245) 50%,rgb(255,255,250) 100%);
}
.maincontent,
.standtext {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1500px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
.standtext {
	padding: 1.5em;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 2.5em;
	align-items: center;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.einspaltig {
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
	width: auto;
}
.standtext h1 img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0px auto;
}
.standtext h1 span {
	display: block;
	width: 0px;
	height: 0px;
	opacity: 0;
}
.hinweistext {
	display: block;
	font-style: italic;
	font-size: 1rem;
	text-align: right;
	margin-top: 1em;
}
.impressum-tabelle {
	table-layout: fixed;
	width: auto;
	border-collapse: collapse;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-spacing: 0px;
}
.impressum-tabelle tr:not(:last-of-type) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.impressum-tabelle td {
	padding: 0.5em 1em;
}
.impressum-tabelle .sp1 {
	text-align: right;
}
.maincontent {
	height: 700px;
	overflow: hidden;
	display: block;
}
.maincontent:after,
.verzweigungsslider:after,
.formularslider:after,
.main:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.formularslider {
	margin-top: 2em;
}
.maincontent_absenden {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1500px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
.maincontent > input {
	display: none;
}
.variablen {
	margin-bottom: 2em;
	display: none;
}
.variablen p {
	display: inline-block;
	font-size: 0.75rem;
	padding: 3px 10px;
	margin: 5px;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.varsinputs,
.invisibile {
	display: none;
}
.verzweigungsslider {
	display: block;
	width: 300%;
	position: relative;
	left: -100%;
}
.set {
	background-color: lime;
}
.verzweigungswrapper {
	display: inline-block;
	width: 33.3333333%;
	position: absolute;
	left: 33.3333333%;
	transform: translateX(100%);
	opacity: 0;
/* 	transition: all	1s ease-in-out; */
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.infocus {
	transform: translateX(0);
	opacity: 1;
}
.erledigt {
	transform: translateX(-100%);
	opacity: 0;
}
.auswahlsektion {
	max-width: 1500px;
	display: grid;
	grid-gap: 2em;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding: 2em;
	background-color: rgba(255, 255, 255, 0.9);
}
.auswahlsektion > div {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.verzweigung {
	display: grid;
	height: 100%;
	text-decoration: none;
	color: #000;
	outline: none;
}
.verzweigung a,
.verzweigung label {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: grid;
	padding: 2em;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	background: rgb(255,255,255);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 95%,rgb(246,246,246) 100%);
}
.verzweigung:hover a,
.verzweigung:hover label {
	opacity: 0.75;
}
.verzweigung a:active,
.verzweigung label:active {
	opacity: 0.5;
}
.nurtext {
	align-content: center;
	padding-top: 1.2em !important;
}
.headbox .verzweigung a,
.headbox .verzweigung label {
	height: auto;
	align-items: center;
	padding: 0.5em 1em;
}
.headbox .verzweigung a:hover,
.headbox .verzweigung:focus a,
.spanall a:hover {
	background: rgb(115,220,230);
	background: linear-gradient(to bottom,  rgb(115,220,230) 0%,rgb(82,194,204) 50%,rgb(54,168,178) 51%,rgb(115,220,230) 100%);
}
.auswahlsektion > .headbox,
.auswahlsektion > .footbox {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-column-gap: 1em;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0px;
}
.footbox p {
	margin: 0px;
}
.auswahlsektion > .headbox h1 {
	margin: 0px;
}
.verzweigung input:checked ~ a,
.verzweigung input:checked ~ label {
	background: rgb(115,220,230);
	background: linear-gradient(to bottom,  rgb(115,220,230) 0%,rgb(82,194,204) 50%,rgb(54,168,178) 51%,rgb(115,220,230) 100%);
}
.verzweigung input:checked ~ a img,
.verzweigung input:checked ~ label img {
	filter: greyscale(0);
}
.verzweigung > input[type="checkbox"],
.verzweigung > input[type="radio"] {
	display: none;
}
.flaechencontainer {
	grid-row-gap: 0px;
}
.flaechenlabel {
	text-align: center;
	margin: 0px auto;
	max-width: 300px;
	padding: 0px;
	margin-top: 0.5em;
}
input[type="number"] {
	display: block;
	background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	font-size: 4rem;
	line-height: 1.2;
	max-width: 300px;
	margin: 0px auto;
	text-align: center;
}
.verzweigung input[type="number"] {
	position: absolute;
	bottom: 1.2em;
	width: calc(100% - 2em);
	margin-left: 1em;
	z-index: 100;
}
.verzweigung input:hover ~ label img,
.verzweigung input:focus ~ label img {
	border: 1px solid rgba(0, 0, 0, 0.5);
	filter: greyscale(0);
}
h1 + input[type="number"] {
	margin-top: 0.25em;
}
.verzweigung a img,
.verzweigung label img {
	display: block;
	margin: 0px auto 1.5em auto;
	width: 100%;
	max-width: 250px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
	filter: greyscale(0.75);
/* 	transition: all 0.2s ease-in-out; */
}
.verzweigung a:hover img,
.verzweigung a:active img,
.verzweigung label:hover img,
.verzweigung label:active img {
	border: 1px solid rgba(0, 0, 0, 0.5);
	filter: greyscale(0);
}
.content1 {
	grid-template-columns: 1fr;
}
.content2 {
	grid-template-columns: repeat(2, 1fr);
}
.content3 {
	grid-template-columns: repeat(3, 1fr);
}
.content4 {
	grid-template-columns: repeat(4, 1fr);
}
.content5 {
	grid-template-columns: repeat(5, 1fr);
}
.content6 {
	grid-template-columns: repeat(6, 1fr);
}
.content9 {
	grid-template-columns: repeat(9, 1fr);
}
.spanall {
	grid-column: 1 / -1;
}
.adressblockwrapper {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding: 1.5em;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15);
}
.adress-zwickel {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.adressblock {
	border: none;
	display: grid;
	grid-row-gap: 1em;
}
.adressblock legend {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.addr_hinweis {
	height: 50px;
	margin: 0px;
	font-size: 1.4rem;
	color: rgb(83, 149, 165);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
.mandatory {
	display: inline;
	color: red;
}
.addr_hinweis .mandatory {
	padding: 0px 0.25em;
}
.adressformzeile {
	width: 100%;
	display: grid;
	grid-gap: 1em;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.adressform-item {
	position: relative;
}
.adressform-item label {
	font-style: italic;
	margin-bottom: -100%;
	color: rgb(160, 160, 160);
	position: absolute;
	font-size: 1.4rem;
	top: 23px;
	left: 20px;
	transition: all 0.2s ease-in-out;
	transform-origin: top left;
}
.unausgefuellt ~ label {
	top: 23px !important;
	left: 20px !important;
	transform: scale(1) !important;
}
.adressform-item input {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 70px;
	width: 100%;
	padding: 0px 0.5em;
	font-size: 1.4rem;
}
.adressform-item input:focus ~ label,
.adressform-item input:valid ~ label,
.ausgefuellt ~ label {
	top: 5px;
	left: 5px;
	transform: scale(0.6);
}
.unausgefuellt:focus ~ label {
	top: 5px !important;
	left: 5px !important;
	transform: scale(0.6) !important;
}
.custom-checkbox {
	position: relative;
	font-size: 1.2rem;
}
.custom-checkbox:not(:last-child) {
	margin-right: 2em;
}
.custom-checkbox input[type="radio"],
.custom-checkbox input[type="checkbox"] {
	position: absolute;
	width: 2em;
	height: 2em;
	left: 9px;
	top: -3px;
	z-index: 10;
	opacity: 0;
}
.custom-checkbox svg {
	position: relative;
	top: 10px;
	width: 2em;
	height: 2em;
	* {
	    transition: all 0.1s linear;
	  }
}
.custom-checkbox:focus > svg {
    box-shadow: 0px 0px 0px 3px rgb(135, 175, 246);
}
.custom-checkbox:focus:not(:focus-visible) > svg {
    outline: none;
}
.custom-radio,
.custom-checker {
	border-radius: 8px;
}
.custom-checkbox input[type="checkbox"]:checked ~ .custom-checker .checkbox__checkmark,
.custom-checkbox input[type="radio"]:checked ~ .custom-radio .checkbox__checkmark {
   stroke: rgb(83, 149, 165);
}
.custom-checkbox span {
	display: inline-block;
	padding-left: 5px;
}
.dshinweis {
	background-color: rgba(83, 149, 165, 0.5);
	padding: 1em;
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-column-gap: 1em;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.dshinweis p {
	margin: 0px;
}
.fett {
	font-weight: bold;
}
.dshinweis .fett {
	display: block;
}
.dsaccept a {
	text-decoration: none;
	color: rgb(83, 149, 165);
}
.dsaccept span {
	position: relative;
	top: 10px;
	margin-bottom: 1em;
}
.submitbutton {
	display: block;
	width: 100%;
	padding: 1em;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
	color: rgb(25, 45, 50);
	background: rgb(115,220,230);
	background: linear-gradient(to bottom,  rgb(115,220,230) 0%,rgb(82,194,204) 50%,rgb(54,168,178) 51%,rgb(115,220,230) 100%);
	cursor: pointer;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
.submitbutton:hover {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}
.submitbutton:active {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.submitbutton input {
	display: none;
}
.submitbutton .fett {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 8px;
}
.textresultat p {
	border: none;
	padding: 0px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.footer {
	padding: 2em;
	background-color: rgb(83, 149, 165);
	border-top: 1px solid rgb(169, 203, 212);
	box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.15);
}
.footercontent {
	display: flex;
	max-width: 1500px;
	margin: 0px auto;
	justify-content: flex-end;
}
.footernavigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.footernavigation li {
	display: inline-block;
}
.footernavigation a {
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
	margin: 0px;
	padding: 1em;
}
.footernavigation li:not(:last-child):after {
	content: "\205D";
	font-size: 1.4rem;
	color: #fff;
}
.verfahrensanmerkung {
	position: relative;
}
.verfahrenshinweis {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 1em;
	background-color: rgba(169, 203, 212, 0.25);
	display: none;
}
.verfahrensanmerkung:hover verfahrenshinweis {
	display: block;
}
.datenschutzerklaerung {
	padding: 2em;
}
dl {
	padding-left: 1.5em;
}
dt:not(:first-of-type) {
	margin-top: 1em;
}
@media only screen and (max-width:1000px) {
	.maincontent {
		height: 900px;
	}
}
@media only screen and (max-width:1000px) {
	.content3,
	.content4,
	.content5 {
		grid-template-columns: repeat(2, 1fr);
	}
	.maincontent {
		height: 150vw;
	}
}
@media only screen and (max-width:800px) {
	h1 {
		font-size: 1.4rem;
	}
	.checkboxzeile {
		grid-template-columns: 1fr;
	}
	.checkboxzeile > div {
		order: 2;
	}
	.addr_hinweis {
		order: 1;
		justify-content: flex-start;
		height: auto;
		margin-top: 1em;
	}
	.adressform-item input {
		height: 50px;
		border-radius: 5px;
	}
	.adressform-item label {
		top: 13px;
	}
	.adressform-item input:focus ~ label,
	.adressform-item input:valid ~ label,
	.ausgefuellt ~ label {
		top: 1px;
	}
	.standtext {
		grid-template-columns: 1fr;
	}
	.headbox .verzweigung a {
		max-width: 50px;
		padding: 0.5em
	}
	.buttontext {
		display: none;
	}
}
@media only screen and (max-width:600px) {
	.content2,
	.content3,
	.content4,
	.content5,
	.content6,
	.content9 {
		grid-template-columns: 1fr;
	}
	.maincontent {
		height: 2500px;
	}
}