/**
 * 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;
    }
}

/* Captions */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.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: 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;
}

.no-wrap {

    font-size: 16px;
}


/* Default Footer Menu */


#li-footer .li_nav a {
    color: white;
    text-decoration: none;
}


#li-footer .li_nav a:hover {
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

#li-footer .li_nav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    flex-direction: column;
    width: 100%;

}

#li-footer .li_nav ul li {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px white;
    padding-top: 12px;
    padding-bottom: 7px;
}

.li_nav #menu-footer .menu-item {
    padding-top: 28px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}


/*Magenta Punkt vor Element*/

.li-magenta-dot {
    display: flex;
    flex-direction: row;
    align-items: center !important;
}

.li-magenta-dot::before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-color: var(--e-global-color-secondary);
    border-radius: 100%;

}


/* Footer */
.footer-contact {
    margin-bottom: 10px;
}

.footer-contact span {
    display: flex !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
}

.footer-contact span.middlesymbol {
    width: 50% !important;
}

.no-wrap {
    justify-content: end;
}

@media screen and (max-width: 767px) {
    .footer-contact span {
        font-size: 14px;
    }

    .no-wrap {
        flex-wrap: nowrap;
    }

    .footer-contact span.middlesymbol {
        width: 10% !important;
    }

    .footer-contact span.contact-title {
        width: 20% !important;
    }
}

#li-footer .footer-contact:hover {
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

.e-con-inner > .title_strip {
    align-self: flex-start;
    padding-left: 100px;
}


.e-con-inner > .title_strip::before {
    content: "";
    width: 1px;
    height: 180px;
    background-color: var(--e-global-color-primary);
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .e-con-inner > .title_strip {
        padding-left: 50px;
    }
}

@media (min-width: 1367px) and (max-width: 1920px) {
    .e-con-inner > .title_strip {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .e-con-inner > .title_strip {
        align-self: flex-start;
        padding-left: 30px;
    }

    .e-con-inner > .title_strip::before {
        content: "";
        width: 1px;
        height: 180px;

    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .e-con-inner > .title_strip {
        align-self: flex-start;
        padding-left: 40px;
    }

}


/*Header*/

.ibiola_header ul .sub-menu {
    display: none !important;
    position: absolute;
    top: 60px;
    z-index: 9999;
    min-width: 200px;
    padding: 10px 20px;
}

.ibiola_header ul li:hover .sub-menu {
    display: block !important;
}

.ibiola_header ul li ul li {
    padding: 0;
    margin: 0;
}

.ibiola_header ul li ul li a {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.ibiola_header ul li ul li a:hover {
    font-weight: 700;
}

.ibiola_header ul {
    display: flex;
    flex-direction: row;
}

/* MENU MOBILE */

@media screen and (max-width: 1024px) {
    .ibiola_header ul {
        display: flex;
        flex-direction: column;
        margin-top: 10px !important;
        align-items: flex-start !important;
        font-size: 18px;
        height: 450px;
    }

    .ibiola_header ul li {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 10px !important;
        align-items: flex-start !important;
    }

    .ibiola_header ul li::after {
        content: "";
        height: 1px;
        width: 320px;
        background-color: rgba(255, 255, 255, 0.312);
        margin-left: 25px;
    }

    .ibiola_header ul li .sub-menu {
        display: block !important;
    }

    .ibiola_header ul .sub-menu {
        position: static;
        margin-left: 55px;
        margin-top: 0 !important;
    }

    .ibiola_header ul .sub-menu li {
        font-size: 20px;
    }

    .ibiola_header ul .sub-menu li::after {
        content: "";
        height: 0px;
        width: 0px;

    }

    .ibiola_header ul .menu-item-has-children {
        max-height: 200px;
    }

}


.ibiola_header ul li {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ibiola_header ul li a {
    display: flex;
    padding: 20px;
    color: #fff;
    flex-direction: row;
    align-items: flex-end;
}

.ibiola_header ul li a span {
    text-transform: uppercase;
}

.ibiola_header ul li a:after {
    margin-bottom: 10px;
    margin-left: 3px;
    opacity: 1;
    display: block;
    content: "";
    background: var(--e-global-color-secondary);
    width: 9px;
    height: 9px;
    border-radius: 100%;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
        justify-content: flex-end !important;
        margin-left: 12px !important;
    }

    .ibiola_header ul li a:after {
        content: "";
        background: var(--e-global-color-secondary);
        width: 9px;
        height: 9px;
        border-radius: 100%;
        display: block;
        margin-bottom: 2px;
        margin-right: -10px;

    }

    .e-fas-caret-down {
        fill: white;
    }
}

.ibiola_header ul li a:hover:after {
    opacity: 1;
    transition: opacity .5s ease-out;
}

.ibiola_header ul li.current-menu-item a:after {
    opacity: 1 !important;
    display: block !important;
    transition: opacity .5s ease-out !important;
}

/*Ibiola Kreis auf der startseite*/

.ibiola_circle {
    width: 600px !important;
    border-radius: 50%;
    position: relative;
    min-height: 600px !important;
}

.ibiola_circle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -15px;
    margin-left: -15px;
    width: 105%;
    height: 105%;
    border: 10px solid transparent;
    border-bottom-color: var(--e-global-color-secondary);
    border-left-color: var(--e-global-color-secondary);
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
    .ibiola_circle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: -12px;
        margin-left: -11px;}

    .ibiola_circle {
        width: 400px !important;
        border-radius: 50%;
        position: relative;
        min-height: 400px !important;
    }
}

@media screen and (max-width: 1295px) and (min-width: 1024px) {
    .ibiola_circle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: -13px;
        margin-left: -12px;}

    .ibiola_circle {
        width: 500px !important;
        min-height: 500px !important;
    }
}

@media screen and (max-width: 767px) {
    .ibiola_circle {
        width: 250px !important;
        min-height: 250px !important;
    }

    .ibiola_circle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: -13px;
        margin-left: -7px;}
}

@media (max-width: 767px) {
    #circle_container {
        position: static !important;
    }
}

/* Loop Item*/


.e-loop-item:hover {
    transform: scale(1.05);
}

.e-loop-item {
    -webkit-transition: transform 0.5s ease-in-out;
}

.li-custom-cursor {
    position: absolute;
    display: none;
    pointer-events: none;
}


.ibiola-more-button .li-read-more {
    font-weight: 700;
    background: none;
    color: var(--e-global-color-primary);
    border: none;
}

.ibiola-more-button:hover .li-read-more {
    color: #fff;
    background: var(--e-global-color-primary);
}

.ibiola-more-button .li-read-more:focus {
    border: none;
    color: #fff;
    outline: none;
}

#ea11y-root {
    --ea11y-widget-accent-contrast: #fff;
}

.sib-default-btn{
    font-weight: 800 !important;
    margin-top: 30px;
    font-family:"Reader" !important;
    border:none !important;
}

/* Start Video 1 */
/*@media (max-width: 768px) { 
    .ibiola-start-video1 .elementor-wrapper, iframe {
        width: 100%;
        height: 100vw; 
    }
}
*/
