/*
    Theme Name: Autohaus-Nuthetal
    Author: Autohaus-Nuthetal
    Version: 1.0
    Description: Autohaus-Nuthetal Website
*/

body {
    font-family: 'Roboto', sans-serif;
}
.hero {
    background-image: url('images/autohaus-nuthetal-hero-image.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    color: white;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.hero-content {
    position: relative;
    z-index: 1;
}
.search-form-container {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 960px;
    z-index: 2;
}
.icon-lg {
    font-size: 3rem;
    color: #dc3545;
}
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}
.text-danger {
    color: #dc3545 !important;
}
.text-km-stand {
    color: #355adc !important;
    font-weight: bold;
}
.promo-section {
    background-size: cover;
    background-position: center;
    position: relative;
}
.promo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #15181f;
}

.bg-light {
    background-color: #F5F5F5 !important;
}

.bg-dark {
    background-color: #15181f !important;
}

/**
 * Form Styles
 */
.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    -webkit-transition: border-color 0.25s ease 0s;
    transition: border-color 0.25s ease 0s;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-container {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.form-control .form-select {
    background-color: #f8f9fa;
    border-color: #e5e7eb;
    padding: 0.75rem 1rem;
    height: calc(3rem + 2px);
}
.form-control:focus, .form-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.25);
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check.datenschutz {
    font-size: 0.9em;
    margin-top: 20px;
}
label.error {
    font-size: 12px;
    font-weight: bold;
    color: #F00;
    display: block;
}
.preloader {
    display: none;
}
.descriptive-box .title {
    padding: 6px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: bold;
}