@charset "UTF-8";
/*!
 * Spezifische CSS-Einstellungen
 */
 
@media screen {
	body {
		padding-top:120px
	}
}

/*!
 * Bundesschriften
 */
@font-face {
 font-family:"BundesSans Web";
 src:url('../webfonts/BundesSansWeb-Regular.woff2') format('woff2'),
     url('../webfonts/BundesSansWeb-Regular.woff') format('woff'),
     url('../webfonts/BundesSansWeb-Regular.ttf') format('truetype');
 font-weight:normal;
 font-style:normal;
 font-display: swap;
}
@font-face {
 font-family:"BundesSans Web";
 src:url('../webfonts/BundesSansWeb-Bold.woff2') format('woff2'),
     url('../webfonts/BundesSansWeb-Bold.woff') format('woff'),
     url('../webfonts/BundesSansWeb-Bold.ttf') format('truetype');
 font-weight:bold;
 font-style:normal;
 font-display: swap;
}
@font-face {
 font-family:"BundesSans Web";
 src:url('../webfonts/BundesSansWeb-BoldItalic.woff2') format('woff2'),
     url('../webfonts/BundesSansWeb-BoldItalic.woff') format('woff'),
     url('../webfonts/BundesSansWeb-BoldItalic.ttf') format('truetype');
 font-weight:bold;
 font-style:italic;
 font-display: swap;
}
@font-face {
 font-family:"BundesSans Web";
 src:url('../webfonts/BundesSansWeb-Italic.woff2') format('woff2'),
     url('../webfonts/BundesSansWeb-Italic.woff') format('woff'),
     url('../webfonts/BundesSansWeb-Italic.ttf') format('truetype');
 font-weight:normal;
 font-style:italic;
 font-display: swap;
}
@font-face {
 font-family:"BundesSerif Web";
 src:url('../webfonts/BundesSerifWeb-Regular.woff2') format('woff2'),
     url('../webfonts/BundesSerifWeb-Regular.woff') format('woff'),
     url('../webfonts/BundesSerifWeb-Regular.ttf') format('truetype');
 font-weight:normal;
 font-style:normal;
 font-display: swap;
}
@font-face {
 font-family:"BundesSerif Web";
 src:url('../webfonts/BundesSerifWeb-Bold.woff2') format('woff2'),
     url('../webfonts/BundesSerifWeb-Bold.woff') format('woff'),
     url('../webfonts/BundesSerifWeb-Bold.ttf') format('truetype');
 font-weight:bold;
 font-style:normal;
 font-display: swap;
}
@font-face {
 font-family:"BundesSerif Web";
 src:url('../webfonts/BundesSerifWeb-BoldItalic.woff2') format('woff2'),
     url('../webfonts/BundesSerifWeb-BoldItalic.woff') format('woff'),
     url('../webfonts/BundesSerifWeb-BoldItalic.ttf') format('truetype');
 font-weight:bold;
 font-style:italic;
 font-display: swap;
}
@font-face {
 font-family:"BundesSerif Web";
 src:url('../webfonts/BundesSerifWeb-Italic.woff2') format('woff2'),
     url('../webfonts/BundesSerifWeb-Italic.woff') format('woff'),
     url('../webfonts/BundesSerifWeb-Italic.ttf') format('truetype');
 font-weight:normal;
 font-style:italic;
 font-display: swap;
}

/*!
 * überschreiben der Bootstrap-Einstellungen
 * 
 * Für Browser, die die Anzeige von Webfonts nicht unterstützen, müssen – zusätzlich zu den  Webfonts – 
 * folgende Ersatzschriften in den Stylesheets angegeben werden:
 * 
 * BundesSans: Calibri, Verdana, Arial, Helvetica, sans-serif
 * 
 * BundesSerif: Cambria, Georgia, Times New Roman, serif
 */

h1, .h1 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:33px;
	font-size:2.0625rem;
}

h2, .h2 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;    
	font-size:30px;
	font-size:1.875rem
}

h3, .h3 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;   
	font-size:27px;
	font-size:1.6875rem
}

h4, .h4 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;    
	font-size:24px;
	font-size:1.5rem;
}

h5, .h5 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;    
    font-size:21px;
	font-size:1.3125rem;
	font-weight:bold;
}

h6, .h6 {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;    
	font-size:18px;
	font-size:1.125rem;
	font-weight:bold;
}

html {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;
}

body {
    font-family:"BundesSans Web", Calibri, Verdana, Arial, Helvetica, sans-serif;
}


/*!
 * CSS-Einstellung für Top-Button
 */
#myBtnTop {
  display: none;
  position: -webkit-fixed;
  position: -moz-fixed;
  position: -ms-fixed;
  position: -o-fixed;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*!
 * Frontend CSS Styles
 */

/* Logo Styles */
#Logo_klein {
  display: none;
}

/* HR Lines */
.hr-custom {
  background: #780f2d;
}

/* Table Styles */
.table-full-width {
  width: 100%;
}

.table-header-left {
  width: 65%;
}

.table-header-right {
  width: 35%;
  text-align: right;
}

.text-align-right {
  text-align: right;
}

/* PDF-spezifische Tabellenbreiten */
@media print {
  .table-header-left {
    width: 70%;
  }
  
  .table-header-right {
    width: 30%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* PDF Styles */
.pdf-table {
  width: 100%;
  vertical-align: text-top;
}

.pdf-logo-cell {
  text-align: left;
  width: 10%;
}

.pdf-header-cell {
  text-align: right;
  width: 90%;
  color: #007194;
}

.pdf-footer-table {
  width: 100%;
  border-top: 1px solid #007194;
  font-size: 9px;
  vertical-align: text-top;
}

.pdf-footer-left {
  text-align: left;
  width: 70%;
}

.pdf-footer-right {
  text-align: right;
  width: 30%;
}

.pdf-result-header {
  font-size: 14px;
  font-weight: bold;
}

/* PDF Print Styles */
.pdf-small-font {
  font-size: 11px;
}

.pdf-tiny-font {
  font-size: 10px;
}

.pdf-notice {
  font-weight: bold;
  font-size: 10px;
  color: #FF0000;
}

.pdf-justify {
  font-size: 10px;
  text-align: justify;
}

/* Feedback Button Styles */
.feedback-button {
  position: fixed;
  right: 20px;
  bottom: 80px;
  background-color: #007194;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}

.feedback-button:hover {
  background-color: #005a78;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.feedback-button:focus {
  outline: 3px solid #ffd700;
  outline-offset: 2px;
}

.feedback-button i {
  font-size: 18px;
}

.feedback-button span {
  font-size: 14px;
}

/* Responsive: Button nur mit Icon auf Mobile */
@media (max-width: 768px) {
  .feedback-button {
    padding: 15px;
    border-radius: 50%;
  }
  
  .feedback-button span {
    display: none;
  }
}

/* Feedback Modal Styles */
#feedbackModal .modal-header {
  background-color: #007194;
}

#feedbackModal .form-control:focus {
  border-color: #007194;
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 148, 0.25);
}

/* Form Validation Error Highlighting */
.form-error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
  background-color: #fff5f5 !important;
}

.form-error:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.form-group-error {
  position: relative;
  background-color: #6c757d !important;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px 0;
}

.form-group-error::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #dc3545;
  border-radius: 2px;
}

.form-group-error .col-form-label {
  color: #ffffff !important;
  font-weight: bold;
}

.form-group-error .form-control {
  background-color: #ffffff !important;
}

.form-group-error .form-control option {
  background-color: #ffffff;
  color: #000000;
}

/* Folgendes war in Mietstufen und Ortszuschlag */
/* Feedback Button Styling */
.feedback-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.feedback-btn {
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 10px 15px;
}

.feedback-btn:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* =================================================================
 * Placeholder-Styling für Arbeitszeit-Eingabefelder
 * ================================================================= */

/* Standard Placeholder-Stil - grau und leicht transparent */
.arbeitszeit-prozent-input::placeholder {
    color: #6c757d;
    opacity: 0.7;
    font-style: normal;
}

/* Firefox */
.arbeitszeit-prozent-input::-moz-placeholder {
    color: #6c757d;
    opacity: 0.7;
    font-style: normal;
}

/* Internet Explorer 10-11 */
.arbeitszeit-prozent-input:-ms-input-placeholder {
    color: #6c757d;
    opacity: 0.7;
    font-style: normal;
}

/* Microsoft Edge */
.arbeitszeit-prozent-input::-ms-input-placeholder {
    color: #6c757d;
    opacity: 0.7;
    font-style: normal;
}

/* Webkit (Chrome, Safari, Opera) */
.arbeitszeit-prozent-input::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 0.7;
    font-style: normal;
}


@media (max-width: 440px) {
    .bva-link-lang { display: none; }
    .bva-link-kurz { display: inline; }
}
@media (min-width: 441px) {
    .bva-link-lang { display: inline; }
    .bva-link-kurz { display: none; }
}

/* Mobile Navigation: Barrierefreiheit – bessere Kontraste */
@media (max-width: 991.98px) {
    #navbarSupportedContent .nav-link {
        color: #000000;
    }
    #navbarSupportedContent .nav-item.active .nav-link {
        color: #007194;
    }
}

/* Bootstrap 5 btn-close (fehlt in der verwendeten Bootstrap-4-CSS) */
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
    cursor: pointer;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25;
}

/* BITV 2.0: Kontrast 4,54:1 statt Bootstrap-Standard #6c757d (4,48:1) */
.text-muted { color: #767676 !important; }

/* BITV 2.0: Skip-Link */
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 9999;
    padding: .5rem 1rem;
    background: #fff;
    color: #005a9c;
    font-weight: bold;
    text-decoration: underline;
    border: 2px solid #005a9c;
}
.skip-link:focus {
    top: 0;
}

/* BITV 2.0: Einzel-DOM-Navigation – responsive ohne doppelten Inhalt */

/* Desktop: .navbar-light .nav-link.active überschreibt das color:#fff aus
   .dropdown-item.active – weißer Text muss gewinnen */
#navbarSupportedContent .dropdown-menu .dropdown-item.active {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    /* Menü-Toggle auf Mobile ausblenden – Items werden direkt angezeigt */
    #navbarDropdown {
        display: none;
    }
    /* dropdown-menu inline statt floating einbetten */
    #navbarSupportedContent .dropdown-menu {
        display: block;
        position: static;
        float: none;
        border: none;
        padding: 0;
        margin: 0;
        background: transparent;
        box-shadow: none;
    }
    /* Kein unerwarteter Hintergrund auf dem aktiven Dropdown-Container */
    #navbarSupportedContent .nav-item.dropdown.active {
        background: transparent;
    }
    /* Trennlinien auf Mobile ausblenden */
    #navbarSupportedContent .dropdown-divider {
        display: none;
    }
    /* dropdown-items: schwarz wie alle anderen mobilen .nav-links.
       !important schlägt .nav-item.active .nav-link (Spez. 1,3,0 ohne !important),
       verhindert dass alle Items blau werden wenn der Dropdown-Container active ist. */
    #navbarSupportedContent .dropdown-item {
        padding: .5rem 1rem;
        white-space: normal;
        color: #000000 !important;
        font-weight: 400;
    }
    #navbarSupportedContent .dropdown-item:hover,
    #navbarSupportedContent .dropdown-item:focus {
        background: transparent;
        color: rgba(0, 0, 0, .7) !important;
        text-decoration: none;
    }
    /* Aktiver Link: Primärfarbe (#007194, ident mit .nav-item.active .nav-link)
       + linker Balken. Spezifität (1,3,0) schlägt (1,1,0) der Regel darüber. */
    #navbarSupportedContent .dropdown-menu .dropdown-item.active {
        background-color: transparent !important;
        color: #007194 !important;
        font-weight: 600;
        border-left: 3px solid #007194;
        padding-left: calc(.5rem - 3px);
    }
}
