/* ============================================
   SEA-EYE SEITE - ZUSÄTZLICHE STYLES
   ============================================ */

/* External Link Styles */
.external-link {
    color: #639ec4;
    text-decoration: none;
    font-weight: 600;
    transition:
        color 0.3s ease,
        text-decoration 0.3s ease;
}

.external-link:hover {
    color: #4a8ab5;
    text-decoration: underline;
}

/* Slider 4:3 - nur für Section 2 */
.section-content-split .slider.slider-4x3 {
    width: 460px !important;
    height: 345px !important;
    position: absolute !important;
}

.section-content-split .slider.slider-4x3 img {
    width: 460px !important;
    height: 345px !important;
    max-width: 100% !important;
    object-fit: cover !important;
}

/* Mobile (480px) - Slider 4:3 um 4% größer, Bilder 88% */
@media (max-width: 480px) {
    .section-content-split .slider.slider-4x3 {
        width: calc(460px * 1.04) !important;
        height: calc(345px * 1.04) !important;
    }

    .section-content-split .slider.slider-4x3 img {
        width: 88% !important;
        height: 88% !important;
    }
}
