.elementor-77 .elementor-element.elementor-element-8aeed75{--display:flex;--min-height:25vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-77 .elementor-element.elementor-element-8aeed75:not(.elementor-motion-effects-element-type-background), .elementor-77 .elementor-element.elementor-element-8aeed75 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://etlinger-schuhe.at/wp-content/uploads/2025/01/home10.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-77 .elementor-element.elementor-element-ffe19d7{text-align:left;}.elementor-77 .elementor-element.elementor-element-ffe19d7 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:2.5rem;font-weight:400;text-transform:uppercase;letter-spacing:0.25rem;color:#FFFFFF;}.elementor-77 .elementor-element.elementor-element-48bfa58{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:4rem;--padding-bottom:06rem;--padding-left:1rem;--padding-right:1rem;}.elementor-77 .elementor-element.elementor-element-d3fec7e{--display:flex;--min-height:45vh;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--gap:6rem 6rem;--row-gap:6rem;--column-gap:6rem;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-77 .elementor-element.elementor-element-e9e68bb{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-77 .elementor-element.elementor-element-60aaaab{text-align:left;}.elementor-77 .elementor-element.elementor-element-60aaaab .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:1.5rem;font-weight:400;text-transform:uppercase;line-height:1.8rem;letter-spacing:0.25rem;color:#1D1C1A;}.elementor-77 .elementor-element.elementor-element-141e063{--display:flex;--min-height:30vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-77 .elementor-element.elementor-element-fc385a2 .elementor-icon-wrapper{text-align:center;}.elementor-77 .elementor-element.elementor-element-fc385a2.elementor-view-stacked .elementor-icon{background-color:#000000;}.elementor-77 .elementor-element.elementor-element-fc385a2.elementor-view-framed .elementor-icon, .elementor-77 .elementor-element.elementor-element-fc385a2.elementor-view-default .elementor-icon{color:#000000;border-color:#000000;}.elementor-77 .elementor-element.elementor-element-fc385a2.elementor-view-framed .elementor-icon, .elementor-77 .elementor-element.elementor-element-fc385a2.elementor-view-default .elementor-icon svg{fill:#000000;}.elementor-77 .elementor-element.elementor-element-fc385a2 .elementor-icon{font-size:20rem;}.elementor-77 .elementor-element.elementor-element-fc385a2 .elementor-icon svg{height:20rem;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-77 .elementor-element.elementor-element-e9e68bb{--width:50%;}.elementor-77 .elementor-element.elementor-element-141e063{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-3509fbf */.historic-gallery-section {
        max-width: 1140px;
        margin: 5rem auto;
        padding: 0 1rem;
        font-family: 'Raleway', sans-serif;
    }

    .historic-gallery-heading {
        text-align: center;
        margin-bottom: 3rem;
    }

    .historic-gallery-heading h2 {
        font-size: 2.5rem;
        font-weight: 300;
        color: #1D1C1A;
        margin-bottom: 1rem;
        letter-spacing: 1px;
    }

    .historic-gallery-heading p {
        font-size: 1.1rem;
        color: rgba(29, 28, 26, 0.7);
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .historic-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .historic-photo {
        position: relative;
        overflow: hidden;
        border: 12px solid white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        transition: all 0.4s ease;
    }

    .historic-photo:nth-child(1) {
        transform: rotate(-2deg);
    }

    .historic-photo:nth-child(2) {
        transform: rotate(1deg);
    }

    .historic-photo:nth-child(3) {
        transform: rotate(2deg);
    }

    .historic-photo:nth-child(4) {
        transform: rotate(-1deg);
    }

    .historic-photo:hover {
        transform: rotate(0) scale(1.02);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
        z-index: 5;
    }

    .historic-photo img {
        width: 100%;
        height: auto;
        display: block;
        filter: sepia(30%);
        transition: filter 0.4s ease;
    }

    .historic-photo:hover img {
        filter: sepia(10%);
    }

    .historic-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        padding: 1rem;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .historic-photo:hover .historic-caption {
        transform: translateY(0);
    }

    .historic-caption h3 {
        margin: 0 0 0.5rem 0;
        font-size: 1.1rem;
        color: #1D1C1A;
    }

    .historic-caption p {
        margin: 0;
        font-size: 0.9rem;
        color: rgba(29, 28, 26, 0.7);
        font-style: italic;
    }

    .historic-date {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: rgba(255, 255, 255, 0.9);
        color: #1D1C1A;
        padding: 0.5rem 0.8rem;
        font-weight: 500;
        font-size: 0.9rem;
        border-radius: 3px;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
        .historic-gallery {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .historic-photo {
            border-width: 8px;
            max-width: 85%;
            margin: 0 auto;
        }

        .historic-photo:nth-child(1),
        .historic-photo:nth-child(2),
        .historic-photo:nth-child(3),
        .historic-photo:nth-child(4) {
            transform: rotate(0);
        }

        .historic-caption {
            transform: translateY(0);
            position: static;
            background: white;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69edf84 */.timeline-section {
            padding: 8rem 0;
            max-width: 1140px;
            margin: 0 auto;
            padding-left: 1rem;
            padding-right: 1rem;
            font-family: 'Raleway', sans-serif;
        }

        .timeline-heading {
            text-align: center;
            margin-bottom: 6rem;
        }

        .timeline-heading h2 {
            font-size: 2.5rem;
            font-weight: 300;
            color: #1D1C1A;
            margin-bottom: 1rem;
            letter-spacing: 1px;
        }

        .timeline-heading p {
            font-size: 1.1rem;
            color: rgba(29, 28, 26, 0.7);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .timeline {
            position: relative;
            padding: 2rem 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            width: 1px;
            background: rgba(29, 28, 26, 0.1);
            top: 0;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .timeline-item {
            margin-bottom: 8rem;
            position: relative;
            width: 100%;
        }

        .timeline-item:last-child {
            margin-bottom: 0;
        }

        .timeline-content {
            position: relative;
            width: calc(50% - 3rem);
            transition: all 0.4s ease;
        }

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

        .timeline-item:nth-child(odd) .timeline-content {
            margin-left: auto;
            text-align: left;
            padding-left: 3rem;
        }

        .timeline-item:nth-child(even) .timeline-content {
            text-align: right;
            padding-right: 3rem;
        }

        .timeline-item:nth-child(odd) .timeline-content::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 2rem;
            height: 1px;
            background: rgba(29, 28, 26, 0.1);
            transform: translateY(-50%);
        }

        .timeline-item:nth-child(even) .timeline-content::before {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 2rem;
            height: 1px;
            background: rgba(29, 28, 26, 0.1);
            transform: translateY(-50%);
        }

        .timeline-dot {
            position: absolute;
            width: 1rem;
            height: 1rem;
            background: #1D1C1A;
            border-radius: 50%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
        }

        .timeline-item:hover .timeline-dot {
            transform: translate(-50%, -50%) scale(1.5);
        }

        .timeline-year {
            font-size: 4.5rem;
            font-weight: 200;
            color: rgba(29, 28, 26, 0.15);
            margin-bottom: 1rem;
            line-height: 1;
            transition: all 0.3s ease;
        }

        .timeline-item:hover .timeline-year {
            color: rgba(29, 28, 26, 0.25);
        }

        .timeline-title {
            font-size: 1.25rem;
            font-weight: 500;
            color: #1D1C1A;
            margin-bottom: 0.5rem;
            letter-spacing: 0.5px;
        }

        .timeline-text {
            font-size: 0.95rem;
            line-height: 1.6;
            color: rgba(29, 28, 26, 0.7);
            margin: 0;
            font-weight: 400;
        }
        
        /* Neuer Style für die Generation */
        .generation-badge {
            display: inline-block;
            padding: 0.25rem 0.75rem;
            background-color: rgba(29, 28, 26, 0.05);
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            color: rgba(29, 28, 26, 0.6);
            margin-top: 0.5rem;
            border: 1px solid rgba(29, 28, 26, 0.1);
            transition: all 0.3s ease;
        }

        .timeline-item:hover .generation-badge {
            background-color: rgba(29, 28, 26, 0.1);
            color: rgba(29, 28, 26, 0.8);
        }

        @media (max-width: 1024px) {
            .timeline-item:nth-child(odd) .timeline-content::before,
            .timeline-item:nth-child(even) .timeline-content::before {
                left: -3rem;
                right: auto;
                width: 0rem;
            }
        }

        @media (max-width: 768px) {
            .timeline-section {
                padding: 4rem 0;
            }

            .timeline::before {
                left: 1rem;
            }

            .timeline-content {
                width: calc(100% - 3rem);
                margin-left: 3rem !important;
                text-align: left !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            .timeline-item:nth-child(odd) .timeline-content::before,
            .timeline-item:nth-child(even) .timeline-content::before {
                left: -3rem;
                right: auto;
                width: 0rem;
            }

            .timeline-dot {
                left: 1rem;
            }

            .timeline-item {
                margin-bottom: 4rem;
            }

            .timeline-year {
                font-size: 3.5rem;
            }
        }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Raleway';
	font-display: auto;
	src: url('https://etlinger-schuhe.at/wp-content/uploads/2025/01/Raleway-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */