/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

::marker {
    content: "";
}

.course-add-content ul,
.elementor-widget-text-editor ul {
    padding-left: 0;
}

.course-add-content ul li,
.elementor-widget-text-editor ul li {
    padding-left: 18px;
    position: relative;
    margin-bottom: .75rem;
    margin-left: 2px;
}


.course-add-content ul li a,
.elementor-widget-text-editor ul li a {
    text-decoration: underline;
}

.course-add-content ul li:hover a,
.elementor-widget-text-editor ul li:hover a {
    text-decoration: none;
}

.course-add-content ul li:hover:before,
.elementor-widget-text-editor ul li:hover:before {

    background-color: var(--e-global-color-secondary);

}

.course-add-content ul li:before,
.elementor-widget-text-editor ul li:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    margin-top: 8px;
    background-color: var(--e-global-color-76cc66d);
    left: 0;
    border-radius: 2px;

}


.elementor-widget-text-editor ul li:before {}



.course-bar {
    padding-bottom: 3rem;
}

body .bar-title {
    text-transform: uppercase;


    font: var(--textbig);
    font-weight: bold;

}

.bar-title>span {
    display: inline-block;
    height: 1.15rem;
    border-radius: 4px;
    width: 1.15rem;
    margin-left: .25rem;
}

.catalog-courses-wrapper.catalog-elearning-wrapper .catalog-courses-wrapper-inner.course-bar {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {
    .catalog-courses-wrapper.catalog-elearning-wrapper .catalog-courses-wrapper-inner.course-bar {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }

}


article.course-bar-item {
    background-color: var(--light-c);
    border-radius: var(--border-r);
    overflow: hidden;


}

article.course-bar-item a {
    display: flex;
    height: 100%;
}

article.course-bar-item a>svg {
    margin-right: 1rem;
    height: 100%;
}


article.course-bar-item a>.color-ele {
    width: 10px;
    display: block;
    transition: all .2s linear;
    margin-right: 10px;
}

article.course-bar-item.private {
    cursor: not-allowed;
}

article.course-bar-item.private * {

    pointer-events: none;

}

article.course-bar-item.private h3,
article.course-bar-item.private p {
    opacity: .6;
}



article.course-bar-item .inner p.descr {
    margin-bottom: .5rem;
    position: relative;

    display: inline-block;
    margin-top: .75rem;
    margin-bottom: .75rem;

    padding-right: 20px;

}

article.course-bar-item img {
    height: calc(1.25rem + 4px);
    margin-bottom: .25rem;
    margin-right: .5rem;
    margin-top: .5rem;
	width:fit-content;
}


article.course-bar-item a:hover .color-ele {
    width: 20px;
    margin-right: 0;
}


article.course-bar-item a:hover p.descr {
    padding-right: 10px;

}


article.course-bar-item a p b {
    font: var(--textbig);
    font-weight: bold;
    font-size: 1.8rem;
}



article.course-bar-item a * {
    transition: opacity .3s ease .1s;

}


article.course-bar-item a:hover * {
    opacity: .9;
}


article.course-bar-item a {
    display: flex;
}



article.course-bar-item .inner {
    font-size: var(--e-global-typography-7b4e506-font-size);
    line-height: var(--e-global-typography-7b4e506-line-height);
}





article.course-bar-item a>svg {
    margin: 0 1rem 0 1rem;
    opacity: .5;
    align-self: center;

}

article.course-bar-item p>svg {
    margin: .4rem 0 0 0;
    opacity: .5;
    align-self: center;

}




article.course-bar-item .inner h3,
article.course-bar-item .inner p {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}




.post-tag {
    text-transform: uppercase;
    font: var(--textsmall);
    color: #fff;
    background-color: var(--e-global-color-1030e3c);
    padding: .35rem .5rem .3rem .5rem;
    border-radius: 3px;
    margin-bottom: .5rem;
    margin-top: .5rem;
    position: relative;
    display: inline-block;
}



.catalog-item-titel-intro {
    text-transform: uppercase;
    font: var(--text);
}

article.course-bar-item p {
    font: var(--text);
}




article.course-bar-item .inner {
    padding: .25rem 1rem .75rem .35rem;
    width: 100%;
    display: flex;
    justify-content: space-between;

}

article.course-bar-item .inner>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

article.course-bar-item .inner {
    flex-direction: column;
}

article.course-bar-item .inner div:last-child:last-child {
    margin-bottom: .25rem;

    display: flex;
    align-items: flex-start;
    flex-direction: column;


    justify-content: center;

}

article.course-bar-item .inner div:last-child:last-child p {
    margin-bottom: 0;
    display: flex;

}



article.course-bar-item .inner div:last-child p {
    margin: 0;
    white-space: nowrap;
}



@media only screen and (min-width: 1000px) {

    article.course-bar-item .inner {
        flex-direction: row;
    }


    article.course-bar-item .inner div:last-child:last-child {
        margin: .25rem 0 0 0;
    }


    article.course-bar-item a p b {
        font: var(--textbig);
        font-weight: bold;
    }





}




/* #tooltip */

#tooltip p:first-child {
    padding-top: 1rem;
}

#tooltip p {
    font: var(--text);
}


g[attr-link] {
    cursor: pointer;
}


#tooltip {
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, .85);
    position: absolute;
    z-index: 10000;
    padding: 16px;
    max-width: 500px;
    width: 100%;
    padding-top: 0;
    border-radius: 5px;
    -webkit-transition: 100ms ease;
    -moz-transition: 100ms ease;
    -o-transition: 100ms ease;
    -ms-transition: 100ms ease;
    transition: 100ms ease;
    pointer-events: none;
    line-height: 1.3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 1
}














/* */


.locationWrapper {
    padding-bottom: 2rem;
}


.course-text a {
    text-decoration: underline;
}

button.read-more {
    font-family: "DINPro", Sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2em;


    display: inline-block;
    line-height: 1;
    background-color: var(--secondary-c);
    font-size: 1rem;
    font-weight: 400;
    padding: 12px 24px;
    border-radius: var(--button-radius);
    color: var(--text-c);
    fill: var(--text-c);
    text-align: center;
    transition: var(--transition-hover);
    text-transform: uppercase;
    font-weight: 500;
}

button.read-more:hover {
    opacity: 1;
    background-color: var(--background-c);
    color: var(--text-c);

}

.read-more {}

.read-more:hover {
    text-decoration: none;
}





/* single */


@media only screen and (max-width: 1000px) {

    #datelist {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding-bottom: .75rem;
        padding-top: .75rem;

        padding-right: 1.5rem;
        z-index: 4;
        -webkit-box-shadow: -5px 5px 21px 2px rgba(0, 0, 0, 0.1);
        box-shadow: -5px 5px 21px 2px rgba(0, 0, 0, 0.1);

        max-width: 100vw;
        overflow: hidden;
    }

}




.scrollto {
    scroll-margin-top: 120px !important;
}