﻿/**
 * LESS Variables for Mandant-Specific Styling
 * Based on Figma Design: DeB (Node 5360-27936)
 * Pixelgenaue 1:1 Umsetzung - 002_DeB_ScoringTool_Eingabe_002
 * 
 * FONTS: Die Schriftarten werden �ber /Fonts/fonts.css eingebunden (lokal)
 */
/**
 * Layout Page Styles - Pixelgenaue 1:1 Umsetzung aus Figma
 * DeB Design System - Header und Footer f�r alle Seiten
 * 
 * Strukturen:
 * - Login Header (top_Scoring_Tool) - Figma: 5285:5062 (1920x160px) - NUR LOGO
 * - Main Header (top_Scoring_Tool) - Figma: 5340:12717 (mit "SCORING TOOL" Text)
 * - Footer (footer_scoring_tool) - Figma: 5268:37115
 */
body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5556;
  color: #282D2D;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}
header {
  width: 100%;
  height: 160px;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
  z-index: 1020;
}
header .header-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
header .header-content {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  height: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
header .header-logo {
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-logo a {
  display: block;
  line-height: 0;
}
header .header-logo .logo {
  width: 300px;
  height: 126px;
  max-width: 320px;
  max-height: 80px;
  object-fit: contain;
  display: block;
}
header .header-product-info {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  background-color: lightgray;
  min-height: 40px;
}
.deb-header {
  width: 100%;
  height: 160px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
  z-index: 1020;
  border-bottom: 1px solid #E9ECEF;
}
.deb-header .header-content {
  width: 1540px;
  max-width: 100%;
  height: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px;
}
.deb-header .logo-container {
  width: 243px;
  height: 95px;
  display: flex;
  align-items: center;
}
.deb-header .logo-container a {
  display: block;
  line-height: 0;
}
.deb-header .logo {
  width: 201.31px;
  height: 100px;
  object-fit: contain;
}
main {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  margin-bottom: 50px;
}
.deb-main {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  margin-bottom: 50px;
}
.deb-main .main-content {
  width: 1540px;
  padding: 0 50px;
}
.content-page {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 50px;
}
.content-page .content-container {
  background-color: #FFFFFF;
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.content-page .content-container h1 {
  font-family: 'Roboto Slab', 'Roboto', Georgia, serif;
  font-size: 42px;
  line-height: 1.1905;
  font-weight: 700;
  color: #282D2D;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #C2D8D8;
}
.content-page .content-container h2 {
  font-family: 'Roboto Slab', 'Roboto', Georgia, serif;
  font-size: 36px;
  line-height: 1.3889;
  font-weight: 500;
  color: #282D2D;
  margin-top: 30px;
  margin-bottom: 20px;
}
.content-page .content-container h3 {
  font-family: 'Roboto Slab', 'Roboto', Georgia, serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  color: #282D2D;
  margin-top: 25px;
  margin-bottom: 15px;
}
.content-page .content-container p {
  margin-bottom: 15px;
  line-height: 1.5556;
  color: #282D2D;
}
.content-page .content-container a {
  color: #E67300;
  text-decoration: none;
  transition: all 0.15s ease;
}
.content-page .content-container a:hover {
  color: #CC6400;
  text-decoration: underline;
}
.content-page .content-container .content-section {
  margin-bottom: 40px;
}
.content-page .content-container .content-section:last-child {
  margin-bottom: 0;
}
.content-page .content-container .contact-info {
  padding: 20px;
  background-color: #F8F9FA;
  border-radius: 8px;
  margin-bottom: 25px;
}
.content-page .content-container .contact-person {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9ECEF;
}
.content-page .content-container .contact-person:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.content-page .content-container .contact-form {
  margin-top: 25px;
}
.content-page .content-container .contact-form .form-group {
  margin-bottom: 20px;
}
.content-page .content-container .contact-form .form-note {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #6C757D;
}
.content-page .content-container .contact-form .form-actions {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.content-page .content-container .contact-form .checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.content-page .content-container .contact-form .checkbox-option input[type="checkbox"] {
  appearance: none;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin: 7px 9px 0 9px;
  padding: 2px;
  border: 1px solid #007878;
  border-radius: 4px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.content-page .content-container .contact-form .checkbox-option input[type="checkbox"]::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.5px;
  height: 8.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4 7L10 1' stroke='%23007878' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
  transition: opacity 0.2s ease;
}
.content-page .content-container .contact-form .checkbox-option input[type="checkbox"]:checked::after {
  opacity: 1;
}
.content-page .content-container .contact-form .checkbox-option input[type="checkbox"]:focus {
  box-shadow: 0 0 0 3px rgba(0, 120, 120, 0.1);
  outline: none;
}
.content-page .content-container .contact-form .checkbox-option label {
  flex: 1;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5556;
  color: #282D2D;
  cursor: pointer;
  margin: 0;
  padding-top: 7px;
}
.content-page .content-container .contact-form .checkbox-option label a {
  color: #E67300;
  text-decoration: underline;
}
.content-page .content-container .contact-form .checkbox-option label a:hover {
  color: #CC6400;
}
.content-page .content-container .contact-form .input-validation-error {
  border-color: #DC3545 !important;
}
.content-page .content-container .contact-form .input-validation-error:focus {
  border-color: #DC3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}
.content-page .content-container .contact-form .field-validation-error {
  display: block;
  color: #DC3545;
  font-size: 14px;
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.content-page .content-container .contact-form .field-validation-valid {
  display: none;
}
.deb-container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
}
.deb-container-fluid {
  width: 100%;
  padding: 0 50px;
}
.centered-content {
  max-width: 1540px;
  width: 100%;
  display: flex;
  gap: 50px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  justify-content: center;
}
.bg-gradient-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 360px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #007878 0%, #143C64 100%);
  background-repeat: no-repeat;
  background-size: 100vw 540px;
}
.main-left-column {
  width: 957px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
  background: none;
}
.main-right-column {
  width: 423px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.info-side-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 0;
}
.score-panel,
.progress-panel {
  background: linear-gradient(90deg, #007878 0%, #143C64 100%);
  border-radius: 12px;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.score-value {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
}
.progress-bar-custom {
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: #E67300;
  transition: width 0.5s ease;
}
.progress-text {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 5px;
}
footer,
.deb-footer {
  width: 100vw;
  background: linear-gradient(90deg, #007878 0%, #143C64 100%);
  color: #FFFFFF;
  padding: 30px 50px;
  font-family: 'Sora', 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin-top: auto;
}
footer .footer-container,
.deb-footer .footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .footer-content,
.deb-footer .footer-content {
  width: 1540px;
  max-width: 100%;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
footer .footer-left,
.deb-footer .footer-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .footer-left .footer-copyright,
.deb-footer .footer-left .footer-copyright {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5556;
  color: #FFFFFF;
  white-space: nowrap;
}
footer .footer-left .footer-website-link,
.deb-footer .footer-left .footer-website-link {
  display: flex;
  align-items: center;
}
footer .footer-left .footer-link-deb,
.deb-footer .footer-left .footer-link-deb {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
footer .footer-left .footer-link-deb .footer-link-text,
.deb-footer .footer-left .footer-link-deb .footer-link-text {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #FFFFFF;
  transition: all 0.15s ease;
}
footer .footer-left .footer-link-deb .footer-arrow-icon,
.deb-footer .footer-left .footer-link-deb .footer-arrow-icon {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: all 0.15s ease;
}
footer .footer-left .footer-link-deb:hover .footer-link-text,
.deb-footer .footer-left .footer-link-deb:hover .footer-link-text {
  color: #E67300;
}
footer .footer-left .footer-link-deb:hover .footer-arrow-icon,
.deb-footer .footer-left .footer-link-deb:hover .footer-arrow-icon {
  transform: translateX(3px);
}
footer .footer-right,
.deb-footer .footer-right {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-right .footer-punkt,
.deb-footer .footer-right .footer-punkt {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
footer .footer-right .footer-punkt .footer-punkt-text,
.deb-footer .footer-right .footer-punkt .footer-punkt-text {
  font-family: 'Sora', 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2857;
  color: #FFFFFF;
  transition: all 0.15s ease;
  white-space: nowrap;
}
footer .footer-right .footer-punkt .footer-arrow-icon,
.deb-footer .footer-right .footer-punkt .footer-arrow-icon {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: all 0.15s ease;
}
footer .footer-right .footer-punkt:hover .footer-punkt-text,
.deb-footer .footer-right .footer-punkt:hover .footer-punkt-text {
  color: #E67300;
}
footer .footer-right .footer-punkt:hover .footer-arrow-icon,
.deb-footer .footer-right .footer-punkt:hover .footer-arrow-icon {
  transform: translateX(3px);
}
.page-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #C2D8D8;
}
.page-header h1 {
  font-family: 'Roboto Slab', 'Roboto', Georgia, serif;
  font-size: 42px;
  line-height: 1.1905;
  font-weight: 700;
  color: #282D2D;
  margin-bottom: 15px;
}
.page-header .page-description {
  font-size: 18px;
  line-height: 1.5556;
  color: #6C757D;
  margin: 0;
}
.content-section {
  margin-bottom: 50px;
}
.content-section .section-header {
  margin-bottom: 20px;
}
.content-section .section-header h2 {
  font-family: 'Roboto Slab', 'Roboto', Georgia, serif;
  font-size: 36px;
  line-height: 1.3889;
  font-weight: 500;
  color: #282D2D;
  margin-bottom: 10px;
}
.content-section .section-header .section-description {
  font-size: 18px;
  line-height: 1.5556;
  color: #6C757D;
}
.deb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.deb-breadcrumb a {
  color: #007878;
  text-decoration: none;
  transition: all 0.15s ease;
}
.deb-breadcrumb a:hover {
  color: #E67300;
  text-decoration: underline;
}
.deb-breadcrumb .separator {
  color: #6C757D;
}
.deb-breadcrumb .current {
  color: #282D2D;
  font-weight: 500;
}
@media (max-width: 992px) {
  header .header-content,
  .deb-header .header-content {
    padding: 0 20px;
  }
  main,
  .deb-main {
    padding: 30px 0;
  }
  .deb-main .main-content {
    padding: 0 20px;
  }
  .content-page {
    padding: 0 20px;
  }
  .content-page .content-container {
    padding: 40px 30px;
  }
  footer .footer-content,
  .deb-footer .footer-content {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  header,
  .deb-header {
    height: 80px;
    padding-top: 20px;
  }
  header .header-content,
  .deb-header .header-content {
    height: 60px;
    padding: 0 20px;
  }
  header .logo-container,
  .deb-header .logo-container,
  header .header-logo,
  .deb-header .header-logo {
    width: auto;
    height: auto;
  }
  header .logo,
  .deb-header .logo {
    width: 150px;
    height: auto;
  }
  main,
  .deb-main {
    padding: 30px 0;
  }
  .deb-main .main-content {
    padding: 0 20px;
  }
  .content-page {
    padding: 0 20px;
  }
  .content-page .content-container {
    padding: 30px 20px;
  }
  .content-page .content-container h1 {
    font-size: 36px;
  }
  .content-page .content-container .contact-form .form-actions {
    flex-direction: column;
  }
  .content-page .content-container .contact-form .form-actions .btn-deb {
    width: 100%;
  }
  footer,
  .deb-footer {
    padding: 20px 20px;
  }
  footer .footer-content,
  .deb-footer .footer-content {
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
  }
  footer .footer-left,
  .deb-footer .footer-left,
  footer .footer-right,
  .deb-footer .footer-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .page-header {
    margin-bottom: 30px;
  }
  .page-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  header .logo,
  .deb-header .logo {
    width: 120px;
  }
  .content-page .content-container {
    padding: 25px 15px;
  }
  .content-page .content-container h1 {
    font-size: 28px;
  }
  .content-page .content-container h2 {
    font-size: 24px;
  }
  .content-page .content-container h3 {
    font-size: 20px;
  }
  .page-header h1 {
    font-size: 28px;
  }
  .content-section .section-header h2 {
    font-size: 28px;
  }
}