/* styles.css */

/* Allgemeine Stile */
body {
    font-family: 'Arial', sans-serif;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#about-text {
    margin-top:15px;
}

.header {
    background: linear-gradient(90deg, #007bff, #00bfff);
    color: #000;
    padding: 100px 0;
    text-align: center;
}

#header-subtitle {
    color:#666;
    margin-bottom:5px;
}

.header h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.header p {
    font-size: 1.25rem;
}

.section-title {
    margin-bottom: 2rem;
    text-align: center;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-title {
    font-weight: bold;
    font-size: 1.25rem;
}

.card-text {
    color: #666;
}

/* About Section */
.cert {
    max-width:150px;
}

#about img:nth(1) {
    border-radius: 50%;
    max-width: 100%;
}

/* Services Section */

#services .lead {
    color: #666;
}

#frequentlyasked .lead {
    color: #666;
}

#services .card {
    margin-bottom: 30px;
}

#services .card-body {
    min-height: 185px; 
}

/* Projects Section */
#projects .lead {
    color:#666;
}

#projects .card-body {
    min-height: 200px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Responsive Design */
@media (max-width: 768px) {
    #projects .card-body {
        min-height: auto;
    }
}

/* Contact Section */
#contact form .form-control {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ddd;
}

#contact form .btn {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#contact form .btn:hover {
    background-color: #0056b3;
}

/* Footer */
footer {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        padding: 50px 0;
    }

    .header h1 {
        font-size: 2.5rem;
    }

    .header p {
        font-size: 1rem;
    }

    #about .row {
        text-align: center;
    }

    #about img {
        margin-bottom: 20px;
    }
}


/* Technologies Section */
#technologies {
    color: #343a40;
}

#technologies .lead {
    color: #666;
}

#technologies2 .lead {
    color: #666;
}

#technologies .card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

#technologies .card-body {
    min-height: 210px; 
}

#technologies .card-title {
    color: #343a40;
}

#technologies .card-text {
    color: #666666;
}

.technology-icon {
    width:40px;
    height:32px;
    padding-bottom:5px;
}

#industries .card-icon, .card-title {
    color: #343a40
}

#faq h2, .lead {
    color:#fff;
}

/* Contact Info Section 1 */
#contact-info-1 {
    background-color: #f8f9fa;
    color: #343a40;
}

#contact-info-1 p {
    margin-bottom: 20px;
    color: #666666;
}

#contact-info-1 a {
    color: #ffffff;
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    text-decoration: none;
}

#contact-info-1 a:hover {
    background-color: #0056b3;
}

/* Contact Info Section 2 */
#contact-info-2 {
    background-color: #343a40;
    color: #ffffff;
}

#contact-info-2 h2 {
    margin-bottom: 20px;
    color: #ffc107;
}

#contact-info-2 p {
    margin-bottom: 20px;
    color: #d3d3d3;
}

#contact-info-2 a {
    color: #343a40;
    background-color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    text-decoration: none;
}

#contact-info-2 a:hover {
    background-color: #d3d3d3;
}

/* Contact Info Section 3 */
#contact-info-3 {
    background-color: #212529;
    color: #ffffff;
}

#contact-info-3 h2 {
    margin-bottom: 20px;
    color: #17a2b8;
}

#contact-info-3 p {
    margin-bottom: 20px;
    color: #cccccc;
}

#contact-info-3 a {
    color: #ffffff;
    background-color: #17a2b8;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    text-decoration: none;
}

#contact-info-3 a:hover {
    background-color: #138496;
}

#contact .lead {
    color:#666;
}

/* Back-to-Top Button */
#back-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#back-to-top:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 13px 18px;
    border-radius: 60px;
    font-size: 15px;
    text-align: center;
}

/* Zielgruppen-Section */
#zielgruppen h2 {
}

#zielgruppen .lead {
    color: #666;
}

#zielgruppen h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
}

#zielgruppen ul {
    list-style: none;
    padding-left: 0;
}

#zielgruppen ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

#zielgruppen .zielgruppen-call {
    background-color: #f8f9fa; /* Heller Hintergrund wie im Blog */
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
}

#zielgruppen .zielgruppen-call strong {
    color: #1cca5a;
}

#zielgruppen .zielgruppen-call a {
    font-weight: 600;
    text-decoration: underline;
}
