/**
 * WordPress Generated Classes
 * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/* Alignment */
.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .alignleft {
        display: inline;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        margin-left: 1.5em;
    }
}


/* Gallery */

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Text meant only for screen readers (from bootstrap sr-only) */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


@media (min-width: 1025px) {
    .li-extend-container {
        transition: width 0.5s ease-in-out !important;

        &.extend {
            width: 75%;
        }
    }

    .li-shrink-container {
        transition: width 0.5s ease-in-out !important;

        &.shrink {
            width: 35%;
        }
    }
}

@media (min-width: 767px) {
    .li-read-more[data-mobile-only="yes"] {
        display: none !important;
    }

    .li-read-more--content.mobile-only-yes {
        display: inline !important;
    }
}


/*Excample Icons LI with mask*/

.li-icon-container-wrapper {
    display: flex;
    flex-direction: row;
}


.li-icon-container {
    display: flex;
    flex-direction: row;
}

.li-rotation-left {
    transform: rotate(180deg);
}

.li-icon {
    display: flex;
    width: 20px;
    height: 30px;
    text-indent: -9999px;
    background-color: var(--e-global-color-primary);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

.li-arrow {
    mask-image: url('/wp-content/themes/hello-child-libase__master/assets/icons/arrow.svg');
    -webkit-mask-image: url('/wp-content/themes/hello-child-libase__master/assets/icons/arrow.svg');
}


/* WP Nav Menu */
#lio-nav .li_nav ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

#lio-nav .li_nav ul li {
    display: flex;
    padding: 0;
    margin: 0;
}

#lio-nav .li_nav a {
    color: #fff;
    padding: 3px 10px 3px 30px;
    display: flex;
    width: 100%;
    transition: margin-left .7s;
    font-size: 20px;
}

#lio-nav .li_nav a:hover {
    margin-left: 20px;

}

#lio-nav .li_nav a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    transition: left .7s;
    width: 14px;
    height: 14px;
    background-color: #fff;
    text-indent: -9999px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url('https://001blam202406110941.antonia-web-hzn.aurorawp.at/wp-content/themes/479-verein-blam-wp-theme/assets/icons/arrow.svg');

}

#lio-nav .li_nav a:hover::before {
    left: 20px;
}


/* Projektspezifisch */


:root {
    --li-fade-dura: 1s; /* Einblendezeitraum */
}


@keyframes lifadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


figure {
    margin: 0;
    margin-block: 0;
    margin-inline: 0;
    padding: 0;
}


figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 4px 8px 2px 12px;
    border-width: 0 1px 1px 0;
    border-color: #5d703e;
    border-style: solid;
    border-radius: 8px 0px 0 0px;
}

/*.elementor-button {
    opacity: 0;
    animation: var(--li-fade-dura) lifadeIn;
    animation-delay: calc(var(--li-fade-dura) * 2);
    animation-iteration-count: 1;
    animation-composition: replace;
}
*/

.blam-img-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px 2px 12px;
    color: var(--e-global-color-secondary);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-radius: 8px 0 0 0;
    border-color: var(--e-global-color-secondary);
    text-align: center;
}

/* Login-Seite */

.login-page-template {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 100px);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;


    .overlay-container {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.67);
    }

    @media (max-width: 1024px) {
        flex-direction: column;
        height: auto;
        flex-wrap: wrap;
    }

    .login-page-form, .login-page-content {
        width: 50%;

        @media (max-width: 1024px) {
            width: 100%;
        }
    }

    .login-page-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px;
        position: relative;


        h1, h2, h3, div {
            color: #fff !important;
        }

        h1 {
            font-size: 40px;
        }

        .login-page-top {
            z-index: 2;

            img {
                max-width: 250px;
            }
        }

        .login-lost-password {
            a {
                font-size: 16px !important;
            }
        }

        .login-page-bot {
            max-width: 50%;
            z-index: 2;
            @media (max-width: 1024px) {
                width: 100%;
                max-width: unset;
            }

            h3 {
                font-size: 14px;
                position: relative;
                text-transform: uppercase;
                letter-spacing: 1.2px;

                &:before {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                    width: 50px;
                    height: 1px;
                    background-color: #fff;
                }
            }

            .login-page-numbers {
                display: flex;
                justify-content: space-between;

                .login-page-number {
                    display: flex;
                    flex-direction: column;
                    gap: 5px;

                    .number {
                        font-size: 48px;
                        font-weight: 700;
                        line-height: 1;
                    }

                    .text {
                        font-size: 14px;
                        font-weight: 300;
                        letter-spacing: 1.2px;
                        text-transform: uppercase;
                    }
                }
            }
        }


    }

    .login-page-form {
        z-index: 2;
        overflow: hidden;
        position: relative;
        border-radius: 50px 0 0 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background-color: #f5f7f1;
        padding: 30px;
        gap: 15px;
        @media (max-width: 1024px) {
            border-radius: 10px 10px 0 0 ;
        }

        .login-page-form-wrapper {
            display: flex;
            flex-direction: column;
            gap: 15px;

            p, h2, h3 {
                text-align: left;
                margin: unset;
            }

            p {
                color: var(--e-global-color-primary);
                font-size: 18px;
                font-weight: 400;

            }

            h2 {
                color: var(--e-global-color-secondary);
                font-size: 44px;
                font-weight: 700;
            }

            h3 {
                color: var(--e-global-color-primary);
                font-size: 14px;
                letter-spacing: 1.2px;
                text-transform: uppercase;

            }

            form {
                display: flex;
                flex-direction: column;
                gap: 15px;

                input {
                    border-radius: 10px !important;
                    border-color: #eee;
                    accent-color: var(--e-global-color-primary);
                }

                p:not(.login-remember) label {
                    text-transform: uppercase;
                    font-size: 14px;
                    color: var(--e-global-color-secondary);
                    letter-spacing: 1.2px;
                    font-weight: 700;
                }

                .login-username {
                }

                .login-password {
                }

                .login-remember {
                    color: var(--e-global-color-primary);
                    font-size: 16px;
                    font-weight: 400;
                }

                .login-submit {
                    input {
                        width: 100%;
                        font-weight: 700;
                        text-transform: uppercase;
                        background-color: var(--e-global-color-secondary);
                        border-color: var(--e-global-color-secondary);
                        padding: 10px 20px;
                        position: relative;

                        &:hover {
                            background-color: #fff;
                            color: var(--e-global-color-secondary);
                        }
                    }
                }
            }

            .redirection-info {
                font-size: 16px;
            }

            .separator {
                text-transform: uppercase;
                font-size: 14px;
                letter-spacing: 1.2px;
                font-weight: 300;
                text-align: center;
                position: relative;

                &:before, &:after {
                    content: '';
                    display: inline-block;
                    max-width: 50%;
                    min-width: 25%;
                    width: auto;
                    height: 1px;
                    background-color: var(--e-global-color-primary);
                    vertical-align: middle;
                }

                &:before {
                    margin-right: 10px;
                }

                &:after {
                    margin-left: 10px;
                }
            }

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

            .links {
                display: flex;
                justify-content: center;
                gap: 15px;

                a {
                    color: var(--e-global-color-primary);
                    font-size: 14px;
                    text-align: center;

                }
            }

            hr {
                width: 100%;
                border-top: 1px;
            }
        }
    }
}

.blam-bioone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;

    .blam-bioone-headline {
        margin: 0;
    }

    .blam-bioone-text {
        p {
            margin: 0;
        }
    }

    .blam-bioone-button {
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        background-color: var(--e-global-color-secondary);
        border: 1px solid var(--e-global-color-secondary);
        padding: 10px 20px;

        &:hover {
            background-color: #fff;
            color: var(--e-global-color-secondary);
        }
    }
}

.login-page-form-wrapper {
    .login-page-message {
        border-left: 3px solid var(--e-global-color-secondary);
        background-color: rgba(0, 0, 0, 0.04);
        padding: 10px 15px;
        margin-bottom: 20px;
        font-size: 15px;

        &.is-error {
            border-left-color: #b3261e;
        }

        p {
            margin: 0;
        }
    }

    .login-page-honeypot {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .login-page-custom-form {
        p {
            margin: 0;
        }

        label {
            display: block;
            margin-bottom: 5px;
        }

        input:not([type="submit"]) {
            width: 100%;
        }
    }
}

.login-page-template .login-page-form .login-page-form-wrapper form p.login-page-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 15px;
    color: var(--e-global-color-primary);

    input {
        width: auto;
        margin-top: 3px;
        flex: 0 0 auto;
    }

    a {
        color: var(--e-global-color-secondary);
    }
}
