/* Fonts */

/* Roboto regular */
@font-face {
  font-family: "Roboto";
  src: url("/Files/OnlineAnhoerung2/Source/fonts/Roboto-Regular.eot");
  src: url("/Files/OnlineAnhoerung2/Source/fonts/Roboto-Regular.eot?#iefix") format('embedded-opentype'),
    url("/Files/OnlineAnhoerung2/Source/fonts/Roboto-Regular.woff2") format('woff2'),
    url("/Files/OnlineAnhoerung2/Source/fonts/Roboto-Regular.woff") format('woff'),
    url("/Files/OnlineAnhoerung2/Source/fonts/Roboto-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Roboto italic */
@font-face {
  font-family: "Roboto";
  src: url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Italic.eot');
  src: url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
    url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Italic.woff2') format('woff2'),
    url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Italic.woff') format('woff'),
    url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Roboto bold */
@font-face {
  font-family: "Roboto";
  src: url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Bold.eot');
  src: url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Bold.woff2') format('woff2'),
    url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Bold.woff') format('woff'),
    url('/Files/OnlineAnhoerung2/Source/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/Files/OnlineAnhoerung2/Source/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2') format('woff2');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Default ==> werden nicht bei Mandant-Layout übersrieben*/
/* gegebenenfalls werden doch überschrieben*/
body,
html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  color: #3C4858;
  background-color: #fff;
  overflow: auto;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.chartInfoItem {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  width: 20px;
  height: 5px;
}

.main {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.nav .nav-element {
  margin: 1rem;
  cursor: not-allowed;
  margin-bottom: -1px;
}

.nav .active {
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 0px 8px 4px rgba(150, 150, 150, 0.45);
}

.nav .disabled {
  opacity: 0.9;
  pointer-events: auto;
  transition: 0.5s;
}

.nav .next:hover {
  opacity: 1;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  text-shadow: 0px 8px 4px rgba(150, 150, 150, 0.45);
}

.nav .navPreviousElement {
  color: #1b6e1f !important;
  cursor: pointer !important;
  font-weight: 500;
  font-size: 1.2rem;
  opacity: 1;
}

.nav .navCheckedElement {
  color: #1b6e1f !important;
  font-weight: 500;
  font-size: 1.2rem;
  opacity: 1;
}

sup {
  font-weight: 800;
}

[type=button],
[type=submit] {
  /* Bei safari sieht der Button als veralteter Beutton aus, dehalb machen wird der Buttons none*/
  -webkit-appearance: none;
}

#data {
  border-radius: 30px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.nice-select .option:hover {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(25, 93, 163, 0.4);
}

.nice-select .option {
  transition: all 250ms linear;
}

.card-header-image {
  cursor: pointer;
}

.card-header-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 11px;
  pointer-events: none;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

}

/*input[type='file']:focus~.custom-file-label*/
*:focus,
.input_focused {
  outline: 2px solid black !important;
  outline-offset: 4px;
  box-shadow: none !important;
}

*:focus:not(:focus-visible):not(.nice-select li) {
  /** OnClick Outlin*/
  outline: 0 !important;
  box-shadow: none !important;
}

.control-fehler {
  border-bottom: 2px solid #C20000 !important;
}

#div-dateien,
.pointer {
  cursor: pointer !important;
}

#ModalDialogBezahlSystem {
  max-width: 1000px !important;
}

.noScript {
  width: 700px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.title {
  margin-top: 0.625rem;
  font-size: 1.225rem;
  line-height: 1.5em;
  color: #3C4858;
  text-decoration: none;
  font-weight: 650;
  cursor: pointer;
}

#EinleitungBezahlen {
  cursor: auto !important;
}

.container-fluid {
  max-width: 1400px;
}

.description {
  font-size: 15px;
  color: #757575;
}

#div-titel,
#div-titel-fahrer,
#div-land,
#div-land-fahrer,
#div-fuehrerscheinklassen,
#div-land-fahrer-firma,
#div-land-Vertreter,
#div-land-Anwalt {
  margin-top: -6px;
}

.modal-content {
  border-radius: 15px;
}

#content-inhalt {
  flex: 1 0 auto;
}

#content-footer {
  /*  flex-shrink: none; */
  min-height: 60px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.space-100 {
  display: block;
  height: 100px;
}

.space-70 {
  display: block;
  height: 70px;
}

.space-50 {
  display: block;
  height: 50px;
}

.space-30 {
  display: block;
  height: 30px;
}

.AugeIcon {
  position: relative;
  left: calc(100% - 25px);
  top: -27px;
  cursor: pointer;
  z-index: 1000;
}

.FallFoto {
  display: block;
  margin: auto;

  max-width: 100%;
  height: auto;
  border-radius: none;

  -webkit-box-shadow: 25px 25px 32px -17px rgba(52, 52, 52, 0.83);
  -moz-box-shadow: 25px 25px 32px -17px rgba(52, 52, 52, 0.83);
  box-shadow: 25px 25px 32px -17px rgba(52, 52, 52, 0.83);
}



.EmailHinweis {
  color: #444;
  margin-top: 8px;
  font-size: 13px;
}

.rounded {
  border-radius: 1rem !important;
}

/* Input */

.input-group {
  position: relative;
  margin: 20px 0 20px;
}

::-webkit-datetime-edit-text {
  color: #444;
  padding: 0 0.3em;
}

::-webkit-datetime-edit-month-field {
  color: #444;
}

::-webkit-datetime-edit-day-field {
  color: #444;
}

::-webkit-datetime-edit-year-field {
  color: #444;
}

::-webkit-inner-spin-button {
  display: none;
}

input,
textarea {
  font-size: 17px;
  padding: 10px 10px 5px 5px;
  display: block;
  color: #3C4858;
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  background: none;
}

#content-top .nice-select {
  width: 161px !important;
}

#content-top .nice-select .list {
  margin-left: -18px;
}

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-top: 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
}

input:focus:not(input[type='file']),
textarea:focus {
  outline: none !important;
  border-bottom: 0px solid #999;
  /*  border: none !important; */
}

label,
legend {
  color: #444;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  /* pointer-events: none; */
  left: 5px;
  top: 10px;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}

.label_checkbox {
  margin-left: 25px;
  margin-top: -10px;
  pointer-events: none;
}

/* Bootstrap-table*/
.page-item.active .page-link {
  color: #fff !important;
}

.page-item.disabled .page-link {
  color: #6c757d !important;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

input:focus~.bar:before,
input:focus~.bar:after,
textarea:focus~.bar:before,
textarea:focus~.bar:after {
  width: 50%;
}

.nice-select .list {
  min-width: 158px;
}

#content-top .btn-outline-primary {
  height: 42px;
}

@media screen and (max-width: 650px) {

  #content-logo-anhoerung {
    font-size: 2rem;

  }
}

.nice-select:hover .current,
.nice-select:hover .multiple-options {
  color: #fff;
}

.nice-select:hover:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

#content-logo {
  flex: 0 0 auto;
  background-color: #fff;
  font-size: 3.5rem;
  color: #195DA3;
  padding-top: 5px;
  padding-bottom: 5px;
}

#content-top {
  box-shadow: 0 7px 7px 0 rgba(4, 6, 9, 0.32);
  z-index: 1;
  flex: 0 0 auto;
}

#LogInContainer {
  background: transparent;
  padding: 1rem;
  display: none;
}

.btn-outline-primary:hover:enabled {
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);

}

#Hinweis3LogIn {
  margin-top: 20px;
  font-size: 0.8rem;
}

.nice-select li {

  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  border-radius: 0.125rem;
}

.nice-select:hover {
  border-color: #fff;
}


.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  /*    cursor: pointer; */
  font-size: 14px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}


.control_bar {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #c6c6c6;
  border: 0px solid #000000;
  border-radius: 20px;
  z-index: 4;
}

/* .control:hover input ~ .control_bar,
.control input:focus ~ .control_bar {
    background-color: #cccccc;
    border: 2px solid black !important;
    cursor: pointer;
}  */

.control_bar:hover {
  background-color: #cccccc;
  border: 2px solid black !important;
  cursor: pointer;
}

.control:hover input:not([disabled]):checked~.control_bar,
.control input:checked:focus~.control_bar {
  /*    background-color: #0e6647; */
}

.control input:disabled~.control_bar {
  background-color: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_bar:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked~.control_bar:after {
  display: block;
}

.control-radio .control_bar {
  border-radius: 50%;
}

.control-radio .control_bar:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background 250ms;
}

.control-radio input:disabled~.control_bar:after {
  background-color: #7b7b7b;
}

.control-radio .control_bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.control-checkbox .control_bar:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.control-checkbox .control_bar:hover:after {
  left: 6px;
  top: 2px;
}

.control-radio .control_bar:hover:after {
  left: 5px;
  top: 5px;
}


.control input:checked~.control_bar:hover {
  border: 2px dotted #fff !important;
}


.control-checkbox input:disabled~.control_bar:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.control-radio input+.control_bar::before {
  animation: s-ripple 250ms ease-out;
}

.control-radio input:checked+.control_bar::before {
  animation-name: s-ripple-dup;
}

.control-checkbox input+.control_bar::before {
  animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_bar::before {
  animation-name: s-ripple-dup;
}

/** Neu nach unsafe Inline*/



.flagge {
  width: auto;
  height: 20px;
  margin-right: 10px;
  margin-top: -3px;
}

.flaggeVAE {
  width: 20px;
  height: 13px;
  margin-right: 10px;
  margin-top: -3px;
}

.labelPasswordFocus {
  top: -20px !important;
  font-size: 14px !important;
}

.mainLabelFocus {
  top: -20px !important;
  font-size: 14px !important;
}

.labelPassword {
  top: 10px !important;
  font-size: 16px !important;
}

.mainLabel {
  top: 10px !important;
  font-size: 16px !important;
}

#datenschutzSpan {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

.label-einwilligung-unchecked {
  color: #C20000 !important
}

.label-einwilligung-checked {
  color: #333 !important
}

.navUebersichtGesendet {
  color: #1b6e1f !important;
  text-shadow: none;
  font-weight: 500;
  font-size: 1.2rem;
  opacity: 1
}

.navSacheGesendet {
  color: #1b6e1f !important;
  cursor: not-allowed !important;
  font-weight: 500;
  font-size: 1.2rem;
  opacity: 1
}

.anrede_pt {
  padding-top: .6rem;
}

.ml2Rem {
  margin-left: 2rem;
}

.labelInputGebdatumClass,
.labelInputLandClass,
#SelectGroupWohnort .labelInputWohnortClass,
#SelectGroupWohnortFahrer .labelInputWohnortClass,
#labelInputLandVertreter,
#labelInputLandAnwalt,
#labelInputGebdatumFahrer,
#labelInputLandFahrer,
#labelInputLandFahrerFirma,
#SelectGroupTitel .labelInputTitelClass,
#SelectGroupTitelFahrer .labelInputTitelFahrer,
#SelectGroupTitelAnwalt .labelInputTitelClass {
  margin-top: -25px;
}

#SelectGroupWohnort,
#SelectGroupWohnortFahrer,
#SelectGroupWohnortVertreter,
#SelectGroupWohnortAnwalt,
#SelectGroupWohnortFahrerFirma {
  padding-bottom: 2.8rem;
}

#labelInputFuehrerscheinKlassen,
#labelInputAusstellungsdatum {
  margin-top: -35px;
}

.labelInputGebdatumClass,
.labelInputLandClass,
.labelInputWohnortClass,
.labelInputGebdatumFahrer,
.labelInputLandFahrer,
.labelInputLandFahrerFirma,
.DatumVonBis,
.labelInputTitelClass {
  font-size: 14px;
}

/*MD 14.04.2023 für die Barrierefreiheit nur auf svg klicken*/
#DivInputGebdatum svg,
#DivInputGebdatumVertreter svg,
#DivInputAusstellungsdatum svg,
#DivInputGebdatumFahrer svg {
  margin-top: -2rem;
  cursor: pointer;
  margin-right: 8px
}

/*#DivInputGebdatumFahrer, */
#DivInputDatumVon,
#DivInputDatumBis,
#DivInputAktivitaetenDatumVon,
#DivInputAktivitaetenDatumBis {
  margin-top: -2rem;
  cursor: pointer;
}

#SelectGroupWohnort,
#row-vertreter,
#SelectGroupWohnortVertreter,
#row-anwalt,
#SelectGroupWohnortAnwalt,
#SelectGroupWohnortFahrer,
#SelectGroupWohnortFahrerFirma,
#button-anhang-senden,
#responseframeAnhang {
  display: none;
}

#labelInputFuehrerscheinKlassen,
#labelInputAusstellungsdatum {
  color: #444;
  font-size: 18px;
}

#ZeugeInfo {
  cursor: pointer;
  margin-left: 7px;
}

#labelFahrerArtHinweis {
  margin-top: 0.7rem;
  margin-left: 0.4rem;
  color: #444;
  font-size: 12px;
}

.h0 {
  height: 0px;
}

.chd70206 {
  background-color: #d70206;
}

.chf05b4f {
  background-color: #f05b4f;
}

.chf4c63d {
  background-color: #f4c63d;
}

.chd17905 {
  background-color: #d17905;
}

.ch453d3f {
  background-color: #453d3f;
}

.ch59922b {
  background-color: #59922b;
}

.ch0544d3 {
  background-color: #0544d3;
}

.ch6b0392 {
  background-color: #6b0392;
}

.chf05b4f {
  background-color: #f05b4f;
}

.chdda458 {
  background-color: #dda458;
}

.cheacf7d {
  background-color: #eacf7d;
}

.ch86797d {
  background-color: #86797d;
}

.chb2c326 {
  background-color: #b2c326;
}

.ch6188e2 {
  background-color: #6188e2;
}

.cha748ca {
  background-color: #a748ca;
}

.ct-chart {
  height: auto;
}

.opacity0 {
  opacity: 0;
}


#label-div-dateien::after {
  content: attr(data-content);
}

#datenschutz-div {
  margin: 5%;
}



/** Neu Barrierefreiheit**/
.h1Content {
  font-size: 1.3rem;
}

.Modalheader {
  font-size: 1.4rem;
}

.modal-content h3 {
  font-size: 1.35rem;
}

.modal-content h4 {
  font-size: 1.3rem;
}

.modal-content h5 {
  font-size: 1.25rem;
}

.modal-content h6 {
  font-size: 1.2rem;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.list-inline>li {
  /* display: inline; */
  display: inline-flex;
  flex-wrap: wrap;
  list-style-type: none;
}

#div-bezahlverfahren>li {
  display: inline;
}

.header-left {
  font-size: 1.3rem;
  color: #fff;
}

.titleUe {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}

#label-zeugnisverweigerung {
  position: relative;
  top: 2px;
}

.checkbox_anrede,
.checkbox_anrede .control {
  height: 30px;
}

.checkbox_label_anrede {
  position: relative;
  top: -2px;
  margin-left: -9px;
}

.passwortMargin {
  margin-top: 2rem !important;
}

.input-group .control-fehler+span:not(.current),
.fehler {
  color: #C20000;
  font-size: 13px;
}

#ModalBody {
  overflow-y: auto;
}

#ModalBody .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.cursor_pointer {
  cursor: pointer !important;
}

/*
.input_focused {
  top: -20px;
  font-size: 14px;
}
.input_not_focused {
  top: 10px;
  font-size: 16px;
}
*/
a {
  font-weight: 600;
}

.labelSprache {
  color: #fff;
  position: inherit;
  margin-right: 14px;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: auto;
  margin-top: auto;
}

#content-footer img {
  border-radius: 3px;
}

.div_safari_cookie {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

#div-Gebortsdaten-unbekannt {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 2px
}