a {
    text-decoration: none;
}

section {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0 !important;
    /* background-color: aqu; */
}

.subheading {
    text-align: center;
    text-transform: uppercase;
}

.highlight {
    display: inline-block;
    background-image: linear-gradient(
        180deg,
        transparent 0,
        transparent 60%,
        #e5d7fd 60.01%,
        #e5d7fd 92%,
        transparent 92.01%
    );
    background-size: 1.5% 100%;
    transition: background-size 0.3s ease;
}

.content h2,
.content h3 {
  padding-top: 0.75rem !important; /* entspricht pt-3 */
}

.content a {
  text-decoration: none !important;
  color: #6f42c1;
}

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

.card-title {
    color: #6f42c1;
    font-weight: 600;
    color: #333;
}



/* Über uns */
#about {

    background-color: #f8f9fa;
}

/* Kontakt */


#confirmation {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#impressum {
    position: relative;
    height: auto;
    color: black;
    display: flex;
    overflow: hidden;
}

#datenschutz {
    position: relative;
    height: auto;
    color: black;
    display: flex;
    overflow: hidden;
}

.modern-card {
    border: none;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.icon-style {
    font-size: 2rem;
    color: #007bff;
}

.card-text {
    color: #666;
    font-size: 0.95rem;
}

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

.mb-4 {
    margin-bottom: 3rem;
}

.text-main {
    color: #6f42c1;
}

.link {
    color: #6f42c1;
    text-decoration: none;
}

.link:hover {
    color: #8551e4;
    text-decoration: none;
}

.sd-btn {
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.outline-btn {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.outline-btn:hover {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #353535;
    transform: translateY(-2px);
}

.main-btn, .highlight-btn, .outline-btn {
    display: inline-block;
    border-radius: 10px;
}

.main-btn {
    background-color: #6f42c1;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.main-btn:hover {
    background-color: #834fe3;
    color: #fff;
    transform: translateY(-2px);
    transition: color 0.3s ease;
}

.highlight-btn {
    background-color: #de9919;
    color: black;
    transition: transform 0.3s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.highlight-btn:hover {
    transform: translateY(-3px);
}

.contact-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 4rem 1rem;
}

.contact-form {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #444;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 0.75rem;
    font-size: 1rem;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

.clue-group {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Heading Styling */
.display-3 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

/* Subheading Styling */
.lead {
    font-size: 1.5rem;
    font-weight: semibold;
    opacity: 0.9;
    margin-bottom: 0;
}

.container-fluid {
    max-width: 75%;
    margin: 0 auto;
    padding: 0 15px;
}

.card-img-top {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

/* Konsistentes Styling für card-body */
.card-body {
    display: flex;
    flex-direction: column;
    min-height: 150px;
}

/* Einheitlicher Margin für den Link */
.card-body .link {
    margin-top: 0.5rem;
}

@media (max-width: 1200px) {

    #services,
    #blog,
    #blogpost,
    #portfolio,
    #about,
    #contact {
        padding: 0 0;
    }

    .container-fluid {
        max-width: 90%;
    }

    .main-btn {
        width: 100% !important;
    }
}
