/* Optimierter Hintergrund für Webspace-Angebot */
.webspace-banner {
    background: #1a73e8; /* Etwas dunkleres Blau als Basisfarbe */
    background: -webkit-linear-gradient(135deg, #1a73e8 0%, #4a90e2 50%, #5cb3fd 80%, #ffb74d 100%);
    background: -o-linear-gradient(135deg, #1a73e8 0%, #4a90e2 50%, #5cb3fd 80%, #ffb74d 100%);
    background: linear-gradient(135deg, #1a73e8 0%, #4a90e2 50%, #5cb3fd 80%, #ffb74d 100%);
    min-height: 825px; /* Höhe beibehalten */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px;
}

.webspace-banner .container {
    z-index: 2;
    color: #fff; /* Weißer Text für hohen Kontrast */
}

.webspace-banner .banner-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
    animation: fadeInLeft 1s;
    color: #ffffff; /* Weißer Text für Titel */
}

.webspace-banner .banner-subtitle {
    font-size: 1.2em;
    margin-bottom: 20px;
    animation: fadeInLeft 1.5s;
    color: #f1f1f1; /* Hellgrauer Text für Untertitel */
}

.webspace-banner .banner-list {
    list-style: none;
    padding: 0;
    font-size: 1.1em;
    color: #f1f1f1; /* Hellgrauer Text für Liste */
}

.webspace-banner .banner-list li {
    margin-bottom: 10px;
}

.webspace-banner .banner-small-text {
    font-size: 1em;
    margin-top: 20px;
    color: #e0e0e0; /* Hellgrauer Text für kleinere Texte */
}

.webspace-banner .banner-location {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    color: #ffffff; /* Weißer Text für Standort */
}

.webspace-banner .cta-buttons {
    margin-top: 20px;
}

.webspace-banner .cta-buttons .btn {
    margin-right: 10px;
    background-color: #0288d1; /* Blaue Farbe für Buttons */
    color: #fff;
    border: none;
}

.webspace-banner .cta-buttons .btn-secondary {
    background-color: #ffb74d; /* Orange als Akzentfarbe für sekundären Button */
    color: #fff;
    border: none;
}

.inner-welcome-image-group img {
    max-width: 70%; /* Bild kleiner gemacht */
    height: auto;
    animation: fadeIn 2s;
    margin-bottom: 30px; /* Platzhalter zwischen Bild und Call-to-Action-Buttons */
}

@media (max-width: 768px) {
    .webspace-banner {
        min-height: 550px; /* Höhe leicht erhöht */
        padding: 10px;
    }

    .webspace-banner .banner-title {
        font-size: 1.8em;
        margin-top: 180px; /* Weniger Abstand nach oben */
    }

    .webspace-banner .banner-subtitle {
        font-size: 1em;
        margin-top: 10px;
    }

    .webspace-banner .banner-list {
        font-size: 0.9em;
    }

    .webspace-banner .banner-small-text {
        font-size: 0.8em;
    }

    .webspace-banner .banner-location {
        font-size: 1em;
    }

    .inner-welcome-image-group img {
        max-width: 80%;
        margin-top: 20px; /* Platzhalter zwischen Bild und Call-to-Action-Buttons */
    }

    .webspace-banner .cta-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .webspace-banner .cta-buttons .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .webspace-banner {
        min-height: 900px; /* Höhe erhöht */
    }

    .webspace-banner .banner-title {
        font-size: 2em;
        margin-top: 150px; /* Abstand nach oben hinzugefügt */
    }

    .webspace-banner .banner-subtitle {
        font-size: 1.1em;
        margin-top: 10px;
    }

    .inner-welcome-image-group img {
        max-width: 70%;
        margin-bottom: 60px; /* Abstand zu den Call-to-Action-Buttons erhöht */
    }

    .image-col {
        display: none; /* Bildspalte ab dieser Breite ausgeblendet */
    }
}

/* Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.plesk-section {
    background-color: #f1f1f1;
    padding: 50px 0;
}

.plesk-section h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.plesk-section p {
    color: #555;
}

.plesk-section ul {
    list-style: none;
    padding: 0;
}

.plesk-section ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #007bff;
}

.plesk-section ul li i {
    margin-right: 8px;
}

.plesk-section .btn {
    background-color: #007bff;
    border-color: #007bff;
}

.plesk-section .btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
/* Git Section Styling */
.git-section {
    background-color: #f9f9f9; /* Slightly different background color for visual separation */
}

.git-section h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.8em;
}


.git-section p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.git-section ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.git-section ul li i {
    margin-right: 8px;
}

/* WordPress Toolkit Section Styling */
.wordpress-section {
    background-color: #f1f1f1;
}

.wordpress-section h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.8em;
}



.wordpress-section p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.wordpress-section ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.wordpress-section ul li i {
    margin-right: 8px;
}

/* Image Styling for Git and WordPress Sections */
.git-section .img-fluid,
.wordpress-section .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .git-section, .wordpress-section {
        padding: 30px 0;
    }
    .git-section h2, .wordpress-section h2 {
        font-size: 1.5em;
    }
    .btn-lg {
        font-size: 1em;
        padding: 10px 20px;
    }
}
