html{
    --mainColor: pink;
    --primaryColor: red;
    --secondaryColor: blue;
    --mainFont: 'Poppins';
    --secondaryFont: 'Raleway';
    --thirdFont: 'Crete Round';
}



::-webkit-scrollbar {
    width: 10px;
    padding: 0 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    padding: 0 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--mainColor);
    border-radius: 5px;
    opacity: 0.7;
    width: 5px;
    padding: 0 2px;
    border: 2px solid rgba(0, 0, 0, 0);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}


.textWithImage_image{
    position: absolute; top: 0; left: 0;
    height: auto;
}

/* PIMCORE IMAGE EDITABLE */

.pimcore_tag_image_alt {
    z-index: 10;
}

.pimcore_tag_droptarget_upload {
    z-index: 10;
}

#oc-portfolio div[data-type="image"] {
    width: 100% !important;
}

#oc-portfolio div[data-type="image"] img {
    width: auto !important;
}


/* FOOTER COLUMNS */

#footer .col_full,
#footer .col_half,
#footer .col_one_third,
#footer .col_two_third,
#footer .col_three_fourth,
#footer .col_one_fourth,
#footer .col_one_fifth,
#footer .col_two_fifth,
#footer .col_three_fifth,
#footer .col_four_fifth,
#footer .col_one_sixth,
#footer .col_five_sixth {
    display: block;
    position: relative;
    padding-right: 4%;
    margin-right: 0px;
    margin-bottom: 50px;
    float: left;
}

#footer .col_full { width: 100%; }
#footer .col_half { width: 50%; }
#footer .col_one_third { width: 33.33333333%; }
#footer .col_two_third { width: 66.66666666%; }
#footer .col_one_fourth { width: 25%; }
#footer .col_three_fourth { width: 75%; }
#footer .col_one_fifth { width: 20%; }
#footer .col_two_fifth { width: 40%; }
#footer .col_three_fifth { width: 60%; }
#footer .col_four_fifth { width: 80%; }
#footer .col_one_sixth { width: 16.66666666%; }
#footer .col_five_sixth { width: 83.33333333%; }



/* NEWS GALLERY */

a:hover > .news-gallery-video-play-btn {
    opacity: 1;
}

.news-gallery-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    border-left: 20px solid var(--mainColor);
    opacity: 0.8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.news-gallery-video-play-btn__big {
    border-left-width: 80px;
    border-top-width: 40px;
    border-bottom-width: 40px;
}

.news-gallery-video-play-btn__medium {
    border-left-width: 60px;
    border-top-width: 30px;
    border-bottom-width: 30px;
}

/* CUSTOM CHECKBOXES */

.news-list .checkbox-style:checked + .checkbox-style-3-label:before {
    background-color: transparent;
    color: var(--mainColor);
    border-color: var(--mainColor);
}

/* NEWS LIST */
.news-list a.filter-news-btn {
    color: var(--mainColor);
    border-color: var(--mainColor);
}

.news-list a.filter-news-btn:hover {
    color: #fff;
}

.news-list a.filter-news-btn:before {
    background-color: var(--mainColor) !important;
}

/* BLOCKQUOTES */

blockquote.quote > *:first-child{
    position: relative;
}

/* editmode box */
.editmode-box {
    /*  display: none;*/
}

.language-switcher ul{
    width: auto !important;
}

/* footer */
@media (max-width: 767.98px) {
    #copyrights .col_half:last-child {
        display: block;
        margin-top: 30px;
        text-align: center !important;
    }
    #copyrights .col_half:last-child > .fright{
        float: none !important;
        margin: 0 auto;
        display: inline-block;
    }

}

.sb-msg > * {
    display: inline-block;
}

.sb-msg * {
    margin-bottom: 0 !important;
}

.grecaptcha-badge{
    z-index: -1;
}

.user-nav > li > a > span {
    margin-left: 6px;
    display: inline-block !important;
}

.user-nav i {
    margin-right: 0 !important;
}


/* registration form */

.registration-error {
    color: #9f191f;
}
.registration-error ul{
    list-style: none;
}


/* Search result */

.search-result-list {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    list-style: none;
    text-align: left;
    padding: 0 15px;
    background-color: #fff;
    border-top: 2px solid var(--mainColor);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    overflow-y: auto;
    -ms-overflow-y: auto;
}

body.top-search-open div.search-result-list.search-list-open {
    display: block;
}

.search-result-list li {
    display: flex;
}

.search-result-list li a {
    position: static;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 15px;
    color: #444;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-weight: 700;
}

.search-result-list li a:hover {
    color: var(--mainColor);
}

.search-result-list li a span{
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 20px;
    color: #fff;
    padding: 3px 5px;
    border-right: 5px;
}

.search-result-list li a span.search-news {
    background-color: #9f191f;
}

.search-result-list li a span.search-project {
    background-color: #FFC414;
}

.search-no-result {
    padding: 0 -15px;
    color: #444;
    font-size: 22px;
}

/*--
Calendar
 */
#calendar-list{
    width:100%;
    float:left;
}
