@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/roboto-v51-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/roboto-v51-latin-700.woff2') format('woff2');
}

html, body {
	height: auto !important;
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Arial, sans-serif;
	margin-top: 30px;
	margin-bottom: 15px;
}

h2 {
	font-size: 2rem;
}

div, p {
	color: #6C6B66;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 28.8px;
}

label {
	color: #6C6B66;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 28.8px;
	padding: 1px;
}

label.inline {
	margin: 0 0 1rem;
	padding: 0;
}

#fps label {
	margin-bottom: 0;
}

#plz label {
	margin-bottom: 0 !important;
}

#buildingyearLabel, #buildingtypeLabel, #buildingUsageLabel,
#svu_local_text, #svu_local_text_2, #apartmentnumberLabel, #plcobjectLabel {
	font-weight: bold;
}

ul {
	margin-left: 13px;
	padding-left: 0;
}
ul.isfp-list {
	margin-left: 0;
	padding-left: 18px;
}

li {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 28.8px;
}

#main {
	font-weight: normal;
	max-width: 720px;
}

#popup {
	padding-left: 10px;
	padding-top: 5px;
}

#logo {
	max-width: 170px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#pop_bottom {
	position: relative;
	left: 0;
	bottom: 10px;
	height: 30px;
	width: 100%;
}

#header {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1.4em;
	color: #001489;
	line-height: 120%;
	text-decoration: none;
}

#infoLayer {
	z-index: 1;
	padding: 13px;
	border: 1px solid #606C9B;
	color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	min-height: 32px;
}

/* Navigation Buttons */
#navi {
	clear: both;
	margin-top: 10px;
	padding: 0 5px 0 0;
	overflow: hidden;
	margin-bottom: 50px;
}

#navi a {
	background: none !important;
	padding-bottom: 1px;
	padding-left: 0 !important;
	text-decoration: none;
}

#navi .forward:hover, #navi .back:hover {
	opacity: .8;
}

#navi .back {
	border: none;
	padding: 6px 12px;
	border-radius: .125rem;
	margin: 0 0 0 5px;
	float: left;
	color: #2D2926;
	background-color: #ffa300;
}

#navi .forward {
	border: none;
	padding: 10px 28px;
	border-radius: .125rem;
	float: left;
	color: #2D2926;
	background-color: #ffa300;
}

/* Icon classes (questionizer-compatible) */
.icon {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 1rem;
	width: 1rem;
}

.icon-inline--left {
	margin-right: .5rem;
}

.icon-inline--right {
	margin-left: .5rem;
}

.icon-left--white {
	background-image: url('../img/icons/icon-left.svg');
}

.icon-right--white {
	background-image: url('../img/icons/icon-right.svg');
}

button {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
}

/* Buttons */
.btn {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.btn span {
	color: #2D2926 !important;
}

.btn_1 {
	transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1), outline-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
	background: #ffa300 !important;
	border-radius: .125rem !important;
	padding: 12px 32px;
	color: #2D2926 !important;
	border: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 50px;
}

.btn_1:hover {
	opacity: .8;
}

.print {
	margin: 20px 0;
}

.print .text06 {
	border: none;
	padding: 10px 20px;
	border-radius: .125rem;
	margin: 0 0 0 12px;
	background-color: #ffa300;
	color: #2D2926 !important;
}

.print .text06:hover {
	opacity: .8;
}

/* Links */
a {
	color: #2D2926;
	text-decoration: underline;
	padding-bottom: 1px;
}

a:visited, a:active {
	color: #2D2926;
	text-decoration: none;
	padding-bottom: 1px;
}

a:hover {
	color: #FFA300;
	text-decoration: none;
}

.text02 a {
	color: #333;
	text-decoration: underline;
}

.text02 a:hover {
	text-decoration: none;
}

.text06 a:hover {
	text-decoration: none;
}

#popup .fp-margin a {
	color: #333;
	background: none;
	padding-left: 0;
	padding-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
}

/* Inputs */
input[type="text"] {
	display: block;
	width: 100%;
	height: 45px !important;
	font-size: 16px !important;
	line-height: 1.42857143;
	color: #000;
	background-image: none;
	border-radius: 4px;
	box-shadow: none !important;
	background: #fff;
	border: 1px solid #ccc;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

input[type="text"]:focus {
	background: #fff;
	border: solid 2px #FFA300 !important;
	outline: none;
}

select {
	border-radius: 4px;
	color: #000;
	box-shadow: none !important;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px !important;
	height: 45px !important;
	padding-left: 20px !important;
	padding-right: 18px !important;
	box-sizing: border-box;
	display: block;
	outline: none;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select:focus {
	background: #fff !important;
	border: solid 2px #FFA300 !important;
	outline: none;
}

select:hover {
	background-color: #fff;
}

.select i {
	background: #fff;
	box-shadow: 0 0 0 9px #fff;
	height: 11px;
	pointer-events: none;
	position: absolute;
	right: 27px;
	top: 11px;
	width: 8px;
}

.select i::before {
	top: 0;
	border-bottom: 4px solid #404040;
}

.select i::after {
	bottom: 0;
	border-top: 4px solid #404040;
}

.select i::after, .select i::before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

#eingabe_gemeinde {
	margin-bottom: 0;
}

/* Radio & Checkbox */
[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

[type="radio"] + span::before {
	border-radius: 1em;
	border: 0.45em solid #fff;
	box-shadow: 0 0 0 0.1em #ccc;
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 1.55em;
	margin-right: 0.75em;
	vertical-align: -0.25em;
	width: 1.55em;
}

[type="radio"]:checked + span::before {
	background: #001489;
	box-shadow: 0 0 0 0.1em #ccc !important;
}

[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

[type="checkbox"] + span::before {
	font-family: FontAwesome;
	box-shadow: 0 0 0 0.1em #ccc;
	content: "\f00c";
	background-color: #fff;
	display: inline-block;
	height: 1.5em;
	margin-right: 0.75em;
	color: #fff;
	width: 1.55em;
}

[type="checkbox"]:checked + span::before {
	font-family: FontAwesome;
	content: "\f00c";
	color: #001489;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0.1em #ccc !important;
	text-align: center;
}

.checkbox {
	margin: 4px 10px 4px 0 !important;
}

.checkbox-space {
	margin: 4px 20px 4px 3px;
}

/* Errors */
.red {
	color: #E35205;
}

.error-text {
	color: #E35205;
}

.error-box {
	background: #edb6b6 !important;
	border: 2px solid #E35205 !important;
}

.errorBox {
	clear: both;
	color: #E35205;
	display: none;
	margin-bottom: 5px;
	font-size: 12px;
}

.errorBorder {
	border: 1px solid #E35205 !important;
}

/* Typography */
.hl-3 {
	font-size: 28px;
	line-height: 32px;
}

.text03 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text05 {
	color: #333;
}

.text20 {
	font-weight: bold;
	margin-bottom: 5px;
}

.text_title_options {
	font-weight: bold;
}

.pipe-bold {
	display: none;
}

/* Layout */
.intention-sub {
	margin-left: 0;
}

.fs-intro {
	margin-top: 20px;
	margin-bottom: 10px;
}

.fs-intro-info {
	font-size: 15px;
}

.mb-1 {
	margin-bottom: 15px;
	margin-left: 1px;
}

.column, .columns {
	float: left;
	position: relative;
}

.inline {
	display: inline;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear-height {
	clear: both;
}

#top {
	display: none;
}

.content {
	margin: 0 0 25px;
	padding-bottom: 15px;
	max-width: 1000px;
}

.content_block {
	border-radius: 5px;
	background-color: #F3F3F3;
	padding: 5px 0 10px;
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.main-content-right-left {
	float: left;
}

.main-content-right-right {
	float: right;
}

.main-content-third-column {
	float: left;
}

/* Object */
#buildingyear_input {
	width: auto;
}

#div_building {
	clear: right;
}

#div_use .text02 {
	width: 92%;
}

#svu_local_text {
	margin-top: 5px;
}

#evu_bund, #evu_lokal {
	width: 100%;
}

/* User */
.personal-box {
	clear: both;
	padding-top: 5px;
}

.personal-data-field {
	width: 158px;
	float: right;
}

input.personal-data, select.personal-data {
	width: 99%;
	padding: 0;
	margin: 0;
}

select.personal-data {
	width: 100%;
}

.personal-data-text {
	clear: left;
	float: left;
}

input.tel-pre-width {
	width: 29%;
	margin: 0;
	padding: 0;
}

input.tel-width {
	width: 60%;
	margin: 0;
	padding: 0;
}

.personal-data-text-right {
	clear: left;
	float: left;
}

#personal-data-left {
	width: 220px;
}

#personal-data-right {
	float: left;
	padding-left: 10px;
	width: 230px;
}

#personal-data-third-column {
	width: 225px;
	padding-left: 7px;
}

#data-security {
	clear: both;
	padding-top: 13px;
	margin-bottom: 21px;
}

#info_angebot {
	padding-top: 13px;
}

#info_angebot .text20 {
	padding-right: 5px;
}

#serviceangebot {
	padding-top: 20px;
}

.feature {
	padding-top: 10px;
}

.feature .textbox {
	float: left;
	width: 93%;
}

/* Count */
#ergebnis {
	margin: 18px 0;
}

#foerderprogramme {
	padding-left: 30px;
}

#foerderprogramme div {
	margin-top: 10px;
}

/* Result */
.programme {
	clear: both;
	padding: 5px 0;
}

.auswahl {
	margin-bottom: 10px;
}

.Result .text06 {
	padding-left: 15px;
	padding-right: 15px;
}

#print_div {
	padding-left: 15px;
	padding-right: 15px;
}

.fp_text {
	width: 74%;
}

#hinweis {
	clear: both;
	margin-top: 13px;
}

.fp-title {
	padding-left: 14px;
	clear: both;
}

.fp-margin {
	margin-left: 25px;
}

.fp-date {
	margin-bottom: 13px;
}

.programme a {
	float: right;
	margin-right: 12px;
	text-decoration: underline;
}

.programme-name {
	margin-top: 5px;
}

.programme-name label {
	line-height: 20px;
}

/* Quest */
#quests {
	padding-bottom: 15px;
}

.quest-text20 {
	margin-bottom: 0;
}

.div-checkbox-text {
	clear: both;
}

.div-checkbox-text-right {
	clear: left;
}

.div-checkbox-text .textbox, .div-checkbox-text-right .textbox {
	float: left;
	width: 85%;
}

.quest-headline {
	margin-top: 15px;
}

.info {
	display: inline;
}

/* Angleichung an Fragebogen-Look (foerdermittelauskunft.de) */

input[type="text"], input[type="email"], input[type="tel"], select {
  border: 1px solid #d8d6d3;
  border-radius: 2px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus {
  border-color: #FFA300;
  box-shadow: 0 0 0 3px rgba(255,163,0,0.25);
  outline: none;
}

/* Radio-/Checkbox-Optionen als Kacheln */
label.mb-1:has(> input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid #d8d6d3;
  border-radius: 4px;
  padding: 10px 16px;
  margin: 4px 0;
  transition: background .15s ease, border-color .15s ease;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
}
label.mb-1:has(> input[type="radio"]) {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid #d8d6d3;
  border-radius: 4px;
  padding: 10px 16px;
  margin: 4px 0;
  transition: background .15s ease, border-color .15s ease;
  cursor: pointer;
  box-sizing: border-box;
  flex: 1;
}
label.mb-1:has(> input[type="radio"]) > span,
label.mb-1:has(> input[type="checkbox"]) > span {
  width: auto !important;
}
label.mb-1:has(> input[type="radio"]:hover),
label.mb-1:has(> input[type="checkbox"]:hover) {
  background: #f5f4f2;
  border-color: #FFA300;
}
label.mb-1:has(> input[type="radio"]:checked),
label.mb-1:has(> input[type="checkbox"]:checked) {
  background: #fff3e0;
  border-color: #FFA300;
}

/* Checked-Farbe von Blau auf Marken-Orange */
[type="radio"]:checked + span::before,
[type="radio"]:checked + span::after {
  background-color: #FFA300 !important;
  background: #FFA300 !important;
}
[type="checkbox"]:checked + span::before {
  color: #FFA300 !important;
}
