/*
!* General Styles *!
.section-with-gradient {
    background: linear-gradient(135deg, rgb(255, 71, 71) 0%, rgb(255, 120, 120) 100%);
    padding: 4rem 0;
    color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

!* Image Container *!
.tech-image-container {
    padding: 1rem;
}

.tech-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

!* Text Container *!
.tech-text-container {
    padding: 2rem;
}

.tech-headline {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
}

.tech-subline {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.tech-content {
    margin-top: 2rem;
}

.tech-text-bold {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white;
}

.tech-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.tech-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: white;
    color: rgb(255, 71, 71);
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
}

.tech-button:hover {
    background: rgb(255, 71, 71);
    color: white;
    border: 2px solid white;
}

!* Technology Cards Section *!
.tech-cards-section {
    padding: 4rem 0;
    background: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: rgb(255, 71, 71);
}

.tech-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.tech-card {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1 1 calc(33.333% - 3rem);
    max-width: calc(33.333% - 3rem);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.tech-card-icon {
    font-size: 2rem;
    color: rgb(255, 71, 71);
    margin-bottom: 1rem;
}

.tech-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: rgb(255, 71, 71);
}

.tech-card-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

!* Responsive Design *!
@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tech-card {
        flex: 1 1 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }
}

@media (max-width: 576px) {
    .tech-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}*/


/* General Styles */
.section-with-gradient {
    /*background: linear-gradient(135deg, rgb(146, 184, 247) 0%, rgb(146, 184, 247) 100%);*/
    /*background: linear-gradient(to bottom, rgb(18 19 20), rgb(119, 206, 254), rgb(18 19 20) 100%, transparent 50%);*/
    background: linear-gradient(to bottom, rgb(0 0 0), rgb(63 74 81), rgb(147 147 147) 100%, transparent 50%);
    padding: 4rem 0;
    color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* Image Container */
.tech-image-container {
    padding: 1rem;
}

.tech-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Text Container */
.tech-text-container {
    padding: 2rem;
}

.tech-headline {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
}

.tech-subline {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.tech-content {
    margin-top: 2rem;
}

.tech-text-bold {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white;
}

.tech-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

/*.tech-button {*/
/*    display: inline-block;*/
/*    padding: 0.75rem 2rem;*/
/*    background: white;*/
/*    color: rgb(146, 184, 247);*/
/*    border-radius: 5px;*/
/*    text-decoration: none;*/
/*    font-weight: bold;*/
/*    transition: background 0.3s ease, color 0.3s ease;*/
/*}*/

/*.tech-button:hover {*/
/*    background: rgb(146, 184, 247);*/
/*    color: black;*/
/*    border: 2px solid white;*/
/*}*/

.art-button {
    position: relative;
    padding: 15px 40px;
    font-size: 18px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

/* Neon-Hintergrund-Effekt */
.art-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff00cc, #3333ff, #00ccff, #0cfd00);
    background-size: 400% 400%;
    border-radius: 50px;
    z-index: -1;
    animation: neonFlow 8s ease infinite;
    filter: blur(10px);
}

/* Text-Ebene */
.art-button span {
    position: relative;
    z-index: 1;
}

/* Hover-Effekt */
.art-button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 0, 255, 0.8);
}

.art-button:hover::before {
    filter: blur(15px);
}

/* Fließende Neon-Animation */
@keyframes neonFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Zusätzlicher Leuchteffekt */
.art-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
}



/* Technology Cards Section */
.tech-cards-section {
    padding: 4rem 0;
    background: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: rgb(146, 184, 247);
}

.tech-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.tech-card {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1 1 calc(33.333% - 3rem);
    max-width: calc(33.333% - 3rem);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.tech-card-icon {
    font-size: 2rem;
    color: rgb(146, 184, 247);
    margin-bottom: 1rem;
}

.tech-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: rgb(146, 184, 247);
}

.tech-card-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tech-card {
        flex: 1 1 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }
}

@media (max-width: 576px) {
    .tech-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

}

