/* Bereinigter CSS-Code */

/* Kontaktseiten-Hero-Bereich */
.kontakt-hero-section {
    position: relative;
    height: 400px;
    overflow: hidden;
    background-color: var(--body-bg);
}

.kontakt-hero-section .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    transition: transform 2s ease-out;
    z-index: 1;
}

.kontakt-hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(13, 21, 37, 0.9), rgba(13, 21, 37, 0.8), rgba(13, 21, 37, 0.6));
    z-index: 2;
}

.kontakt-hero-section .hero-content {
    position: relative;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
}

.kontakt-hero-section .hero-title {
    font-size: 3rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    position: relative;
}

.kontakt-hero-section .hero-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 120px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--primary-hover));
    border-radius: 2px;
}

.kontakt-hero-section .hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    opacity: 0.9;
    max-width: 600px;
}

/* Hauptbereich der Kontaktseite */
.kontakt-section {
    padding: 80px 0;
    background-color: var(--body-bg);
    position: relative;
}

.kontakt-wrapper {
    background: var(--dark-gradient-internal);
    border-radius: var(--border-radius-standard);
    overflow: hidden;
    box-shadow: var(--box-shadow-standard);
    border: 1px solid var(--section-border-color);
    transition: var(--transition-standard);
}

.kontakt-wrapper:hover {
    box-shadow: var(--box-shadow-hover);
    border-color: rgba(0, 114, 232, 0.2);
}

/* Kontaktinformationen Panel (linke Seite) */
.kontakt-info-panel {
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(10, 18, 30, 0.95), rgba(5, 8, 15, 0.95));
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.kontakt-logo {
    margin-bottom: 30px;
    text-align: center;
}

.kontakt-logo img {
    max-width: 180px;
    height: auto;
}

.kontakt-info-block {
    margin-bottom: 30px;
    flex-grow: 1;
}

.kontakt-info-block h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: var(--text-light);
    position: relative;
    padding-bottom: 10px;
}

.kontakt-info-block h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 1.5px;
}

.info-item {
    display: flex;
    align-items: flex-start; /* Stellt sicher, dass der Inhalt oben beginnt */
    margin-bottom: 20px;
    /* Der .info-icon wurde entfernt, der Inhalt beginnt jetzt direkt */
    margin-left: 0; /* Ggf. vorherigen Einzug durch Icon entfernen */
}

/* Regeln für .info-icon und :hover .info-icon entfernt */

.info-content h4 {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 5px;
}

.info-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}

.info-content a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition-standard);
}

.info-content a:hover {
    color: var(--primary-hover);
}

/* Regeln für .social-links, .social-icons, .social-icon entfernt */

/* Kontaktformular Panel (rechte Seite) */
.kontakt-form-panel {
    padding: 40px;
    background: linear-gradient(145deg, rgba(13, 21, 37, 0.97), rgba(15, 30, 65, 0.97));
    min-height: 100%;
}

.form-header {
    margin-bottom: 30px;
}

.form-header h2 {
    font-size: 2rem;
    color: var(--text-light);
    margin-bottom: 10px;
}

.form-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

/* Anfrageart-Tabs */
.inquiry-type-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

.inquiry-tab {
    background: linear-gradient(145deg, rgba(25, 44, 74, 0.5), rgba(13, 21, 37, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-light);
    padding: 12px 15px; /* Padding angepasst, da Icon weg ist */
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.95rem;
    transition: var(--transition-standard);
    display: flex; /* Beibehalten für Konsistenz, auch wenn Icon weg */
    align-items: center;
    flex: 1 1 auto;
    justify-content: center;
}

/* Regel für .inquiry-tab i entfernt */

.inquiry-tab:hover {
    background: linear-gradient(145deg, rgba(30, 55, 90, 0.6), rgba(20, 35, 65, 0.6));
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.inquiry-tab.active {
    background: var(--primary-gradient-btn);
    border-color: rgba(0, 114, 232, 0.4);
    color: var(--text-light);
    box-shadow: 0 5px 15px rgba(0, 85, 164, 0.3);
}

/* Formular-Schritte */
.form-step {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.form-group label .required {
    color: #ff5c5c;
    margin-left: 3px;
}

.form-control, select.form-control {
    background: rgba(10, 18, 30, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--text-light);
    padding: 12px 15px;
    font-size: 0.95rem;
    width: 100%;
    transition: var(--transition-standard);
}

.form-control:focus, select.form-control:focus {
    background: rgba(15, 25, 40, 0.8);
    border-color: rgba(0, 114, 232, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 85, 164, 0.2);
    outline: none;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

select.form-control option {
    background-color: #152035;
    color: var(--text-light);
}

select.form-control:required:invalid {
    color: rgba(255, 255, 255, 0.5);
}

.form-control.is-invalid {
    border-color: #ff5c5c;
    box-shadow: 0 0 0 3px rgba(255, 92, 92, 0.2);
}

.error-message {
    color: #ff5c5c;
    font-size: 0.8rem;
    margin-top: 5px;
    animation: errorShake 0.5s ease-in-out;
}

@keyframes errorShake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Firmen-Autovervollständigung */
.company-field {
    position: relative;
}

.company-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(13, 21, 37, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    display: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.company-suggestion {
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.2s ease;
    color: rgba(255, 255, 255, 0.9);
}

.company-suggestion:hover {
    background: rgba(0, 85, 164, 0.2);
}

/* Produkt-Referenz-Felder */
.product-reference-field {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-reference-field .form-control {
    flex: 1;
    height: 45px;
    padding: 12px 15px;
}

/* Regeln für .btn-shop-select entfernt */

.product-drop-area {
    margin-top: 15px;
    padding: 20px;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(13, 21, 37, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-standard);
    min-height: 80px;
}

.product-drop-area.drag-over {
    background: rgba(0, 85, 164, 0.1);
    border-color: rgba(0, 114, 232, 0.4);
}

.drop-instructions {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

/* Regel für .drop-instructions i entfernt */

.selected-products {
    margin-top: 15px;
}

.selected-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: rgba(13, 21, 37, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    transition: var(--transition-standard);
}

.selected-product:hover {
    background: rgba(15, 25, 40, 0.6);
    border-color: rgba(0, 114, 232, 0.2);
}

.product-name {
    font-size: 0.95rem;
    color: var(--text-light);
    flex-grow: 1;
    margin-right: 10px;
}

.product-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.product-price { /* Preisdarstellung in der Liste */
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

/* Regeln für .remove-product entfernt */

/* Datei-Upload */
.file-upload-container {
    margin-top: 20px;
}

.file-upload-area {
    position: relative;
    margin-bottom: 15px;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(13, 21, 37, 0.3);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition-standard);
    min-height: 80px;
}

.file-label:hover {
    background: rgba(0, 85, 164, 0.1);
    border-color: rgba(0, 114, 232, 0.4);
}

/* Regel für .file-label i entfernt */

.file-label span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.file-list {
    margin-top: 15px;
}

.file-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: rgba(13, 21, 37, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    transition: var(--transition-standard);
}

.file-item:hover {
    background: rgba(15, 25, 40, 0.6);
    border-color: rgba(0, 114, 232, 0.2);
}

/* Regel für .file-icon entfernt */

.file-info {
    flex: 1;
    overflow: hidden;
}

.file-name {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-size {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Regeln für .remove-file entfernt */

/* Datenschutz-Checkbox */
.datenschutz-group {
    margin-top: 25px;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    margin-top: 0.2em;
    margin-right: 10px;
    flex-shrink: 0;
    cursor: pointer;
}

.custom-checkbox label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    line-height: 1.4;
}

.custom-checkbox a {
    color: var(--primary-hover);
    text-decoration: underline;
    transition: var(--transition-standard);
}

.custom-checkbox a:hover {
    color: var(--primary-color);
}

/* Formular-Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 15px;
}

.btn-contact {
    background: var(--primary-gradient-btn);
    color: var(--text-light);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-standard);
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Beibehalten, falls Text und Iconabstand global war, sonst auf 0 setzen */
    text-decoration: none;
    text-align: center;
}

.btn-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 85, 164, 0.4);
}

.btn-contact.prev-step {
    background: linear-gradient(145deg, rgba(25, 44, 74, 0.9), rgba(13, 21, 37, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-contact.prev-step:hover {
    background: linear-gradient(145deg, rgba(30, 55, 90, 1), rgba(15, 25, 45, 1));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-contact.btn-submit {
    padding: 12px 28px;
}

/* Regel für .btn-contact i entfernt */

/* Fortschrittsanzeige */
.form-progress {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
    width: 100px;
    text-align: center;
}

.step-number {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 21, 37, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    transition: var(--transition-standard);
}

.step-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
}

.progress-bar-container {
    position: absolute;
    top: 47px;
    left: 50px;
    right: 50px;
    height: 3px;
    z-index: 0;
}

.progress-bar {
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 1.5px;
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--primary-color);
    border-radius: 1.5px;
    transition: width 0.4s ease;
}

.progress-step.active .step-number {
    background: var(--primary-color);
    border-color: var(--primary-hover);
    color: var(--text-light);
    box-shadow: 0 0 0 5px rgba(0, 85, 164, 0.2);
}

.progress-step.active .step-label {
    color: var(--text-light);
    font-weight: 600;
}

.progress-step.completed .step-number {
    background: var(--primary-hover);
    border-color: var(--primary-color);
    color: var(--text-light);
}

.form-progress[data-active-step="2"] .progress-bar::before {
    width: 100%;
}

/* Shop-Produkte Modal */
.modal-content {
    background: linear-gradient(145deg, rgba(15, 25, 40, 0.98), rgba(10, 15, 25, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: var(--text-light);
}

.modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 25px;
}

.modal-title {
    color: var(--text-light);
    font-size: 1.3rem;
}

.modal-header .btn-close {
    background: none;
    opacity: 0.7;
    font-size: 1.2rem;
    color: var(--text-light);
    text-shadow: none;
    transition: var(--transition-standard);
}

.modal-header .btn-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.modal-body {
    padding: 25px;
}

.modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 25px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.search-container {
    position: relative;
    margin-bottom: 20px;
}

.input-group {
    display: flex;
}

.input-group .form-control {
    border-radius: 8px 0 0 8px;
}

.btn-search {
    background: var(--primary-gradient-btn);
    color: var(--text-light);
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 0 20px;
    cursor: pointer;
    transition: var(--transition-standard);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-search:hover {
    opacity: 0.9;
}

.category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.category-tab {
    background: linear-gradient(145deg, rgba(25, 44, 74, 0.5), rgba(13, 21, 37, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-light);
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: var(--transition-standard);
}

.category-tab:hover {
    background: linear-gradient(145deg, rgba(30, 55, 90, 0.6), rgba(20, 35, 65, 0.6));
    border-color: rgba(255, 255, 255, 0.15);
}

.category-tab.active {
    background: var(--primary-gradient-btn);
    border-color: rgba(0, 114, 232, 0.4);
    color: var(--text-light);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    max-height: 400px;
    overflow-y: auto;
    padding: 5px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) rgba(255, 255, 255, 0.1);
}

.products-grid::-webkit-scrollbar {
    width: 8px;
}

.products-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.products-grid::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.loading-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    grid-column: 1 / -1;
}

.loading-products p {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.product-card {
    background: linear-gradient(145deg, rgba(20, 30, 50, 0.6), rgba(10, 20, 35, 0.6));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: var(--transition-standard);
    position: relative;
}

.product-card:hover {
    background: linear-gradient(145deg, rgba(25, 35, 60, 0.7), rgba(15, 25, 45, 0.7));
    border-color: rgba(0, 114, 232, 0.2);
    transform: translateY(-3px);
}

.product-card.selected {
    background: linear-gradient(145deg, rgba(0, 85, 164, 0.3), rgba(0, 114, 232, 0.2));
    border-color: rgba(0, 114, 232, 0.5);
    box-shadow: 0 5px 15px rgba(0, 85, 164, 0.2);
}

.product-image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    overflow: hidden;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-info h4 {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 5px;
    line-height: 1.3;
    flex-grow: 1;
}

.product-price { /* Preis im Modal */
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

.product-select {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.product-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Modal Buttons */
.btn-secondary {
    background: linear-gradient(145deg, rgba(60, 70, 90, 0.6), rgba(40, 50, 70, 0.6));
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: var(--transition-standard);
    font-weight: 500;
}

.btn-secondary:hover {
    background: linear-gradient(145deg, rgba(70, 80, 100, 0.7), rgba(50, 60, 80, 0.7));
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-primary {
    background: var(--primary-gradient-btn);
    color: var(--text-light);
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: var(--transition-standard);
    font-weight: 600;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 85, 164, 0.4);
}

/* Erfolgs-Modal */
.success-modal .modal-body {
    padding: 40px 25px;
    text-align: center;
}

/* Regel für .success-icon entfernt */

.success-modal h3 {
    color: var(--text-light);
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.success-modal p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

/* Toast-Benachrichtigungen */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1055;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: auto;
    max-width: 400px;
}

.toast {
    background: linear-gradient(145deg, rgba(20, 30, 50, 0.95), rgba(15, 25, 45, 0.95));
    border-left: 4px solid var(--primary-color);
    border-radius: 8px;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-success {
    border-left-color: #4CAF50;
}

.toast-warning {
    border-left-color: #FFC107;
}

.toast-error {
    border-left-color: #ff5c5c;
}

/* Regeln für .toast-icon und Varianten entfernt */

.toast-message {
    flex: 1;
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.4;
}

.toast-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    margin-left: 15px;
    transition: var(--transition-standard);
    line-height: 1;
    flex-shrink: 0;
}

.toast-close:hover {
    color: var(--text-light);
    transform: scale(1.1);
}

/* Aktuelle Angebote Sektion */
.current-offers-section {
    padding: 80px 0;
    background-color: var(--section-bg-darker);
    border-top: 1px solid var(--section-border-color);
}

.offers-header {
    text-align: center;
    margin-bottom: 50px;
}

.offers-header h2 {
    font-size: 2.5rem;
    color: var(--text-light);
    margin-bottom: 15px;
}

.offers-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.offers-carousel .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.offer-card {
    background: linear-gradient(145deg, rgba(20, 30, 50, 0.8), rgba(10, 20, 35, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition-standard);
    height: 100%;
    position: relative; /* Beibehalten für Badge-Positionierung */
    display: flex;
    flex-direction: column;
}

.offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 114, 232, 0.2);
}

.card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.offer-card:hover .card-image img {
    transform: scale(1.05);
}

.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-gradient-btn);
    color: var(--text-light);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 1;
}

.card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-bottom: 15px;
    flex-grow: 1;
}

.card-price { /* Preis im Angebot */
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.old-price {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
}

.current-price {
    font-size: 1.1rem;
    color: var(--text-light);
    font-weight: 600;
}

.btn-product {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Beibehalten */
    background: linear-gradient(145deg, rgba(25, 44, 74, 0.7), rgba(13, 21, 37, 0.7));
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-standard);
    margin-top: auto;
    align-self: flex-start;
}

.btn-product:hover {
    background: var(--primary-gradient-btn);
    border-color: rgba(0, 114, 232, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 85, 164, 0.3);
    color: var(--text-light);
}

/* Regeln für .copy-product-button und .tooltip-text entfernt */

/* Standortkarte Sektion */
.map-section {
    position: relative;
    padding: 0;
}

.map-container {
    position: relative;
    height: 450px;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(13, 21, 37, 0.95) 20%, rgba(13, 21, 37, 0.8) 50%, rgba(13, 21, 37, 0.1) 100%);
    z-index: 1;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.map-overlay .container,
.map-overlay .row,
.map-overlay .col-lg-5 {
    height: 100%;
    pointer-events: auto;
}

.map-overlay .row {
    align-items: center;
}

.map-info-card {
    padding: 30px;
    background: linear-gradient(145deg, rgba(15, 25, 40, 0.95), rgba(10, 15, 25, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.map-info-card h3 {
    font-size: 1.5rem;
    color: var(--text-light);
    margin-bottom: 15px;
}

.map-info-card p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.map-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 0; /* Ggf. vorherigen Einzug durch Icon entfernen */
}

/* Regel für .map-info-item i entfernt */

.map-info-item div {
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}

.map-info-item strong {
    color: var(--text-light);
    display: block;
    margin-bottom: 3px;
}

.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.map-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.btn-route {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Beibehalten */
    background: var(--primary-gradient-btn);
    color: var(--text-light);
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-standard);
}

.btn-route:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 85, 164, 0.3);
    color: var(--text-light);
}

/* Regel für .btn-route i.fa-external-link-alt entfernt */

/* FAQ Sektion */
.faq-section {
    padding: 80px 0;
    background-color: var(--body-bg);
    border-top: 1px solid var(--section-border-color);
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h2 {
    font-size: 2.5rem;
    color: var(--text-light);
    margin-bottom: 15px;
}

.faq-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(20, 30, 50, 0.8), rgba(10, 20, 35, 0.8));
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 25px; /* Padding beibehalten */
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 600;
    display: flex; /* Flex beibehalten für Ausrichtung */
    align-items: center;
    justify-content: space-between; /* Text links, Platz rechts */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.faq-question[aria-expanded="true"] {
    background-color: rgba(0, 85, 164, 0.1);
}

/* Regeln für .faq-question i.fa-chevron-down entfernt */

.faq-answer {
    background: rgba(13, 21, 37, 0.3);
    padding: 20px 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
}

.collapse {
    transition: height 0.35s ease;
}

.faq-answer p {
    margin-bottom: 10px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* Responsive-Anpassungen (Beibehalten, da sie sich auf die verbleibende Struktur beziehen) */
@media (max-width: 1199px) {
    .kontakt-form-panel {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .kontakt-hero-section {
        height: 350px;
    }
    .kontakt-hero-section .hero-title {
        font-size: 2.5rem;
    }
    .kontakt-info-panel {
        padding: 30px;
        border-radius: var(--border-radius-standard) var(--border-radius-standard) 0 0;
        height: auto;
    }
    .kontakt-form-panel {
        border-radius: 0 0 var(--border-radius-standard) var(--border-radius-standard);
        min-height: auto;
    }
    .map-overlay {
        background: linear-gradient(to bottom, rgba(13, 21, 37, 0.95) 0%, rgba(13, 21, 37, 0.8) 40%, rgba(13, 21, 37, 0.1) 100%);
        position: relative;
        height: auto;
        padding: 40px 0;
        pointer-events: auto;
    }
    .map-overlay .container,
    .map-overlay .row,
    .map-overlay .col-lg-5 {
        height: auto;
    }
    .map-info-card {
        margin: 0 auto;
        max-width: 500px;
    }
    .map-container {
        height: 350px;
    }
    .map-iframe {
        position: relative;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .kontakt-hero-section {
        height: 300px;
    }
    .kontakt-hero-section .hero-title {
        font-size: 2rem;
    }
    .kontakt-hero-section .hero-subtitle {
        font-size: 1rem;
    }
    .form-header h2 {
        font-size: 1.8rem;
    }
    .inquiry-type-tabs {
        flex-direction: column;
        gap: 8px;
    }
    .inquiry-tab {
        flex: 1 1 100%;
        justify-content: flex-start;
        padding: 12px 20px;
    }
    .form-navigation {
        flex-direction: column;
    }
    .btn-contact {
        width: 100%;
        justify-content: center;
    }
    .btn-contact.prev-step {
        order: 2;
    }
    .btn-contact.next-step,
    .btn-contact.btn-submit {
        order: 1;
    }
    .offers-carousel .col-md-4 { /* Korrigiert von .col-md-4 zu .col-lg-4 basierend auf HTML */
         width: 100%;
         /* margin-bottom wird von Bootstrap's mb-4 Klasse gehandhabt */
    }
     .offers-carousel .row {
         gap: 0;
    }
    .map-container {
        height: 300px;
    }
    .faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .faq-answer {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    .form-progress {
        align-items: center;
    }
    .progress-bar-container {
        left: 30px;
        right: 30px;
    }
    .progress-step {
        width: auto;
        padding: 0 5px;
    }
    .step-label {
        font-size: 0.75rem;
    }
}

@media (max-width: 575px) {
    .kontakt-hero-section {
        height: 250px;
    }
    .kontakt-hero-section .hero-title {
        font-size: 1.8rem;
    }
    .kontakt-hero-section .hero-subtitle {
        font-size: 0.9rem;
    }
    .kontakt-section {
        padding: 40px 0;
    }
    .kontakt-info-panel, .kontakt-form-panel {
        padding: 20px;
    }
    .form-progress {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border-top: none;
        padding-top: 20px;
        margin-top: 20px;
    }
    .progress-bar-container {
        position: static;
        width: 3px;
        height: 30px;
        margin: 5px 0;
        order: 1;
    }
    .progress-bar::before {
        width: 100%;
        height: 0%;
        transition: height 0.4s ease;
    }
    .progress-step {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .progress-step:nth-child(1) { order: 0; }
    .progress-step:nth-child(3) { order: 2; }
    .step-number { margin-bottom: 0; }
    .step-label { text-align: left; }
    .form-progress[data-active-step="2"] .progress-bar::before {
        height: 100%;
    }
    .toast-container {
        right: 10px;
        top: 10px;
        max-width: calc(100vw - 20px);
    }
    .toast {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    /* Toast-Icon Regeln wurden entfernt */
    .toast-close { font-size: 16px; margin-left: 10px; }
}

/* Animation für AOS (Animation on Scroll) */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos].aos-animate {
    opacity: 1;
}
[data-aos="fade-up"] {
    transform: translateY(30px);
}
[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}
[data-aos="fade-right"] {
    transform: translateX(-30px);
}
[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}
[data-aos="fade-left"] {
    transform: translateX(30px);
}
[data-aos="fade-left"].aos-animate {
    transform: translateX(0);
}


/* 1) Inputs: dunkler Hintergrund + helle Schrift */
#kontakt-form .form-control {
  background-color: rgba(255,255,255,0.1) !important;
  color: #ffffff !important;
}

/* 2) Placeholder-Text gut lesbar */
#kontakt-form .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}

/* 3) Toast‑Container oben rechts */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: auto;
  max-width: 300px;
}

/* 4) Toast‑Styles ggf. etwas größer und kontrastreicher */
.toast {
  margin-bottom: 8px;
  padding: 12px 16px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  font-size: 0.9rem;
}
.map-section {
    position: relative;
    padding: 0;
    color: #c1dbff;
}
.kontakt-logo img {
    max-width: 180px;
    height: auto;
    filter: drop-shadow(0 0 15px rgba(0, 114, 232, 0.5)) drop-shadow(0 0 30px rgba(0, 114, 232, 0.3));
    transition: filter 0.3s ease;
}

.kontakt-logo img:hover {
    filter: drop-shadow(0 0 20px rgba(0, 114, 232, 0.8)) drop-shadow(0 0 40px rgba(0, 114, 232, 0.6));
}
