@charset "UTF-8";

html,body {
	scroll-behavior:initial !important;
}


header.sticky-top {
    z-index: 999999;
}

/* buggy font ab 1.75*/
@media (min-width: 1200px) {
	.h3, h3 {
		font-size: 1.7rem;
	}
}

/* padding vom container entfernen, max-width container überschreiben * /
.container {
	padding: 0px
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1523px;
	}
}*/


/* zindex bug für backdrops */
.modal-backdrop {
	z-index: 1040;
}


.btn {
	border-radius: 25px;
	padding:5px 25px;
	/* white-space: nowrap; -> große buttons zerhauen sonst das layout */
}

.btn-primary,
.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: ApproachKoelnSemiBold, Arial;
	font-size: 1.375rem;
	padding: 0.2em 1.1em 0.2em 1.1em;
	border-radius: 1.4rem; 
	border-color: var(--red);
	background-color:  var(--red);
}
.btn-outline-primary {
	color:var(--red);
    border-color:var(--red);
}
.btn-outline-primary:hover {
	color:#fff;
    border-color:var(--red-light);
    background-color:var(--red-light);
}

.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #d60909;
    border-color: #d60909;
	/* box-shadow: 0 0 0 0.25rem rgba(239,0,0,.5) */
}


.btn-outline-secondary:hover {
	background: var(--gray-background);
	border-color: var(--gray-background);
	color: var(--default-font-color);
}


.btn-secondary,
.btn-secondary:hover,
.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    font-style: normal;
	font-weight: normal;
	font-size: 1.375rem;
	padding: 0.2em 1.1em 0.2em 1.1em;
	border-radius: 1.4rem;
	/* border-color: rgb(130, 125, 115, 0.1); */
	border-color: #285f8c;
	background-color: #285f8c;
	color: #ffffff;
}

bp-flow-antragsteller .btn-secondary,
p-flow-antragsteller .btn-secondary:hover,
p-flow-antragsteller .btn-check:focus+.btn-secondary,
p-flow-antragsteller .btn-secondary:focus {
	font-style: normal;
	font-weight: normal;
	font-size: 1.375rem;
	padding: 0.2em 1.1em 0.2em 1.1em;
	border-radius: 1.4rem;
	/* border-color: rgb(130, 125, 115, 0.1); */
	border-color: #827d73;
	background-color: RGB(130, 125, 115, 0.1);
	color: #2d2d2d;
}


p-flow-antragsteller .btn-secondary:hover,
p-flow-antragsteller .btn-check:focus+.btn-secondary,
p-flow-antragsteller .btn-secondary:focus {
    color: #fff;
    background-color: #827d73;
    border-color:#2d2d2d;
	/* box-shadow: 0 0 0 0.25rem #285F8B; */
}


.dropdown-item.active, .dropdown-item:active, .dropdown-item.active:hover {
    color: var(--default-font-color);
    text-decoration: none;
    background-color: #e9ecef;
}

body .btn-group-sm > .btn, 
body .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

/* Bootstrap setzt Table Caption nach unten, in der Vorschau unserer Formulare muss die aber oben sein*/
body .responsive-tables caption {
caption-side: top;
}

body .fdesigner h3,
body h4[tabindex]
 {
	font-size: 1.125rem;
}

/* unerwünschte Margin im Hero-Teaser für das Element figure */
figure {
	margin:0;
}

/* btn close farbe */
.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#ef0000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ef0000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:1}

#body .fdesigner li label {
	display: inline;
	margin: 0 0.5rem 0.25rem 0;
	padding: 0px;
}

/* ----- mehrzeilige labels bei checkboxen bündig setzen */
#body .fdesigner li label input[type="checkbox"] {
	margin-right: 0.75rem;
}

/* --- Anpassungen für Bewohnerparken Online ---*/
bp-flow-antragsteller fieldset + fieldset h5, #halterdatenLabel.h5 {
	margin-top: 24px;
	margin-bottom: -24px;
}

bp-flow-antragsteller button, bp-flow-fahrzeug button, bp-root h5 {
	margin-top: 18px;
}

bp-root button.btn-primary:disabled {
background-color: RGB(130, 125, 115, 0.1);
border-color: RGB(130, 125, 115, 0.1);
color: #827d73;
}

bp-root label:not(.form-check-label) {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

bp-flow-antragsteller .text-danger, bp-flow-fahrzeug .text-danger {
	margin-top: 0.5rem;
}

bp-root bp-flow-antragsteller .required-info, bp-flow-fahrzeug .required-info {
	margin-bottom: 0px;
}
	
bp-root div.form-group.required div {
	margin-top: 1rem;
	margin-bottom: 1rem;
}





	



