/* @group Formular */

/* auto-fill Farbe im Chrom anpassen */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  /*background-color: none;*/
  background-image: none;
  color: rgb(0, 0, 0);
}

*:focus:not(:focus-visible) {
	outline: none;
}

*:focus-visible {
	outline-style: solid;
	outline-color: var(--action-focus);
}


/* Textarea disable resize */
textarea {
  resize: none;
}


.input-group.btnRound .input-group-btn .btn-file  {
  border-radius: 8px;
}


.btn-file {
  position: relative;
  overflow: hidden;
}


.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}


.btn:hover {
  border: 1px solid transparent;
}


input[readonly] {
  background-color: white !important;
  cursor: text !important;
}


.has-feedback .form-control {
  padding-right: 0px;
}


.form-horizontal .control-label {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: left;
  margin-right: -15px;
}


/* Label - Bewertung Feedack-Bereich */
.form-horizontal .control-label.star-label {
  padding-top: 15px;
}


.form-horizontal .control-label-static {
  margin-right: -15px;
}


.form-control {
	color: var(--text-base);
	font-family: 'NuernbergerText', sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	display: flex;
	width: 100%;
	padding: 1rem;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 4px;
	border: 1px solid var(--border-base);
	background: var(--background-base);
/*
 	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: none; */
}

/* Blauer Rand bei focus */
.form-control:focus-visible {
	box-shadow: 0 0 0 5px var(--feedback-success-muted);
	outline-style: solid;
	outline-color: var(--action-focus);
}

/* Blauer Rand bei focus */
.form-control:focus {
    border-color: var(--border-base);
	box-shadow: 0 0 0 5px var(--feedback-success-muted);
	webkit-box-shadow: 0 0 0 5px var(--feedback-success-muted);
	outline-style: solid;
	outline-color: var(--action-focus);
}

.input-group[class*="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 0;
}



.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-radius: 0;
}


.form-group.has-feedback .alert-info, .form-group.has-feedback .form-control-feedback.fa-info-circle  {
  display: none;
}


.form-group.has-feedback .errorFieldRight .fa-info-circle {
  display: block;
}


.form-group .alert-info.infoInside {
  display: block;
}


 .clickedInput {
  text-indent: -9999px;
  background: none;
  height: 0;
}


/*fieldset {*/
/*  padding: 1rem 0 1rem 0;*/
/*  margin: 0;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 2rem;*/
/*}*/


.loginPanel fieldset {
  background: none;
  padding: 0;
  margin-bottom: 0;
}


/*label, .letterBoxTable span {*/
/*  color: #002d52;*/
/*  font-weight: normal;*/
/*  margin-right: 8px;*/
/*}*/


.letterBoxTable .unreadMessage > td, .letterBoxTable .unreadMessage span{
  font-family: 'source-sans-pro-semi';
  font-weight: normal;
  font-style: normal;
}


.has-feedback {
  position: relative;
}


.form-group.has-feedback .input-group i{
  display: block;
    line-height: 15px;
    text-align: center;
    top: 11px;
    font-size: 1em;
}


.form-group.has-feedback .input-group-addon {
    background-color: #FDAB48;
    border-radius: 8px;
    color: #555;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    color: #fff;
    margin-left: 15px;
}


.form-group.has-feedback .errorFieldRight .fa-exclamation-circle, .form-horizontal .errorCheckbox .fa {
  display: block;
    height: 0px;
    line-height: 15px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 11px;
    width: 34px;
    color: #D6405F;
    font-size: 1.5em;
}


/* Datums-Picker */
.form-group .trigger {
  height: 38px;
  line-height: 38px;
  background:#FDAB48;
  color: #fff;
  border-radius: 8px;
  width: 38px;
  text-align: center;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 18px;
  display: inline-block;
  cursor: pointer;

}


.form-group .trigger:before {
  font-family: 'FontAwesome';
  content: "\f073";
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  font-style: normal;
}


.form-group.errorOutside {
  margin-bottom: 0;
}


.checkbox.has-error label, .radio.has-error label {
  color: #D6405F;
}


/* Spezielle Radio - Label Definition (jBOSS-Problematik)*/

.radioContainer label {
  padding-left: 8px;

}


.adressList {
  margin-bottom: 0px;

}


.adressList dd {
    margin-bottom: 10px;

  }


.adressList dd:last-child, .adressList dt {
  margin-bottom: 0;
}


/* Checkboxen & Radio Buttons mit Font-Awesome Icons stylen */

.checkbox {
  /*padding-left: 20px;*/ 
}

.checkbox label, .radio label, .checkbox-inline label, .radio-inline label{
  display: inline-block;
  position: relative;
  padding-left: 0px;
  vertical-align: middle;
}

.checkbox label.withAlert {
  margin-top: 0.5em;
}


/* Checkbox stylen */
.checkbox label::before, .radio label::before {
  font-family:fontAwesome;
  font-weight:normal;
  font-style: normal;
  color: #000033;
  content:"\a0";
  background-color: #fff;
  border-radius:0;
  display:inline-block;
  text-align:center;
  vertical-align:middle;
  height:18px;
  line-height:18px;/* f�r den Haken der Checkbox */
  min-width:18px; /* Breite der Checkbox */
  margin-right: 10px; /* Abstand zur Checkbox */
  margin-top: -3px;
  font-size: 11px;
  border: 1px solid #c4c4c4;
  /*min-height: 50px;*/
}


.checkbox label:after {
  border-bottom: 50px solid transparent;
  content: '';
}


.checkbox input[type="checkbox"], .radio input[type="radio"] {
  opacity:0;
}

.checkbox input[type="checkbox"]:checked + label::before, .checkbox input.myBox:checked + label::before, .checkbox input[type=checkbox]:checked ~ label:before, .checkbox input.myBox[type=checkbox]:checked ~ label:before {
  display:inline-block;
  background-color:#F5F8FC;
  content:'\f00c';
  border-color:#adb8c0;
}



.checkbox input[type="checkbox"]:disabled + label, .checkbox input.myBox:disabled + label, .checkbox input[type=checkbox]:disabled ~ label, .checkbox input.myBox[type=checkbox]:disabled ~ label {
  opacity: 0.65;
}


.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input.myBox:disabled + label::before, .checkbox input[type=checkbox]:disabled ~ label, .checkbox input.myBox[type=checkbox]:disabled ~ label{
  background-color: #eeeeee;
  cursor: not-allowed;
}



.checkbox.checkbox-inline {
  margin-top: 0;
  margin-left: -20px; 
}


.radio label::before {
  border-radius: 50%;
}


.radio input[type="radio"]:disabled + label {
  opacity: 0.65; 
}


.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; 
}

.radio.radio-inline {
  margin-top: 0;
  margin-left: -20px; 
}


/* Checkbox zentrieren - eingef�gt 09.01.15 */
.checkbox label, .radio label {
    line-height: 1.3em;
}


.checkbox label span, .radio label span {
  margin-left: 30px;
  margin-top: -23px;
  display: block;
}


/*BS-Styles */
.radio label, .checkbox label {
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

input[type="radio"] {
  appearance: none;
  outline: none;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.125rem solid var(--border-action-primary-base);
}

input[type="radio"]:checked {
  border-color: var(--action-primary-base);
}

input[type="radio"]:checked:focus-visible  {
  border-color: var(--action-focus);
  box-shadow: 0 0 0 4px var(--feedback-success-muted);
}
 
input[type="radio"]:checked::after {
  content: "";
  border: 0.375rem solid transparent;
  border-radius: 50%;
  background-color: var(--action-primary-base);
}

/*
input[type="checkbox"]:checked::after {
  border: 0.375rem solid transparent;
  background-color: var(--action-primary-base);
}
*/

/*form {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 2rem;*/
/*  padding-top: 2rem;*/
/*}*/

.checkboxDS, .checkboxCopy {
	display: flex;	
	align-items: center;
	gap:0.5rem;
	flex-wrap: wrap;
}

.checkboxCopyMultiline {
	display: flex;	
	align-items: flex-start;
	gap:0.5rem;
	flex-wrap: nowrap;
}

.checkboxCopy label, .checkboxCopyMultiline label, .checkboxCopy a:link {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
}

.checkboxDS label {
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-weight: 700;
}

.checkboxDS input, .checkboxCopy input {
	margin: 0;
}

input[type="checkbox"]:checked + label::before {
  background-color: pink;
  box-shadow: none;
  border-color: green;
  transition: transform .2s;
}


.radioList {
	display:flex;
	flex-direction: column;
	gap: 0.75rem;
}
 
.radioList li {
	display:flex;
}

.errorList {
	padding-left: 1rem;
}

.errorList > li {
	margin-bottom: 0;
    color: var(--feedback-error-base);
}

.errorList > a {
	
}

input[type="radio"] {
  margin: 0 0.5rem 0 0;
  margin-top: 0px;
  line-height: normal;
}

input[type="checkbox"] {
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

/*label {*/
/*	color: var(--text-base);*/
/*	font-family: 'NuernbergerText', sans-serif;*/
/*	font-size: 1.125rem;*/
/*	font-style: normal;*/
/*	font-weight: 700;*/
/*	line-height: 1.625rem;*/
/*	margin: 0;*/
/*}*/

.circleIcon {
  width: 45px;
}


.fa-plus-square {
  color: #FDAB48;
  font-size: 2em;
}


.list-lineSpace {
  line-height: 2.7em;
}


.profilIconList .tableList li:first-child {
  display: list-item;
}


.profilIconList {
  padding-left: 5px;
}


.profilIconList i {
  font-size: 0.95em;
}


.list-lineSpace.profilIconList {
  line-height: 1.5em;
}


.highlightInside label {
  color: white;
}


.fa-5 {
  font-size: 2.111em;
}


/*.legend  {*/
/*  position: relative;*/
/*  margin-top: 1.8em;*/
/*}*/


.legendRight {
  margin-top: 1.5em;
}


.legend li:last-child {
  top: 6px;
}


.hiddenDiv p {
  margin-top: 1.25em;
}


.nav {
  margin: 0;
  padding-left: 0px;
}


.offCanvasContent {
  margin-bottom: 70px;
  /* min-height: 1450px; */
}


.sidebar-offcanvas.left {
  padding-left: 0px;
}


.dataList {
  vertical-align: top;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  /*float: left;*/
  /*margin-left: -1%;*/
}


.longDataList {
  width: 100%;
  padding-left: 50px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}


.longDataListBank {
  width: 100%;
  padding-left: 50px;
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}

.dataList dt, .dataList dt a.HelpModeOff, .adressList dt, .dataListColumn dt, .lightBackground dt {    
    font-weight: bold;
}

.dataList dd, .dataList dd a.HelpModeOff, .adressList dd, .dataListColumn dd, .lightBackground dd {
    font-weight: normal;
}

.adressList dd {
  word-break: break-all;
  word-wrap: break-word;
}


.fa-question {
  font-size: 1.45em;
}


.highlight {
  background: #B8C6E6;
  border: none;
  padding: 10px 0;
}



.highlightSecond {
  background: #002d52;
  margin-top: 8px;
  padding-bottom: 5px;
}


.highlight label {
  color: #002d52;
}


.fa-mobile  {
  font-size: 8.333em;
}



.fa-file-text.md {
  font-size: 3.556em;
}


.fa-arrow-right {
  vertical-align: top;
  font-size: 1.333em;
}

.fa-envelope {
  font-size: 1.25em;
  margin-left: 0.25em;
}


.tableList {
  display: table;
}


.tableList > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}



.tableList > li:last-child {
  padding-left: 0.75em;
}


.tableList.errorMessage > li:first-child {
  vertical-align: top;
}


/* Fehlermeldungen */

.alert {
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 0px
}


.alert-info {
  margin-bottom: 25px;
}


.alert-info.infoInside {
  margin-bottom: 0;
}

.alert-info.infoInside .highContrast, 
.alert-info.hotlineInfo p {
  color: #000033;
}

.alert.boxBordered {
  margin-top: 0px;
  background: #e7e7e7;
}


.boxBordered ul{
  margin-left: 15px;
  margin-right: 15px;
}


.boxBordered ul{
  word-break: break-all;
}


.boxBordered ul+ul {
  margin-bottom: 0;
}


.boxBordered h3 {
  margin-bottom: 0;
}



.infoInside > ul li:first-child {
  width: 95%;
}


.infoInside > button {
  z-index: 50000;
}


.errorFieldRight.alert-info, .errorFieldRight.alert-success {
  margin-bottom: 0;
}

.alert-success {
  margin: 0 0 15px 0;
}


.fa-check-circle.mtancircle {
  font-size: 1em;
}


.leftAlign {
  padding-left: 0;
}


.inlineInput > div:first-child {
  padding-right: 0px;
}


.loginPanel a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  margin-top: 5px;
}



.loginPanel .form-group:first-child {
  margin-bottom: 0px;
}


.loginPanel .userLink  {
  margin-bottom: 15px;
}

.errorMessageIconDS {
	display: flex;
	padding: 0.75rem 0.75rem 1rem 1rem;
	align-items: flex-start;
	flex: 1 0 0;
	gap: 1rem;
}

.errorMessageIconDS h2 {
	margin: 0;
	padding: 0;
	color: var(--feedback-error-base);
	font-family: "NuernbergerText";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.625rem;
}

.btnFileCont {
  gap: 1.5rem;
}

.ok-component-card {
    background-color: white;
    display: flex;
    padding: 2.5rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.25rem;
    border: 1px solid #E1E1E1;
}

