/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/

.dont-touch{ user-select:none;  pointer-events:none; }


/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/

.kad-slider-pagination{ display:none; }

.titleclass .entry-title, .titleclass .top-contain-title { font-family: "Montserrat"; text-transform:none; letter-spacing: 3px;}

.titleclass .top-contain-title { color: rgba(255, 255, 255, 0.5)!important; }


#sticky-wrapper .headerclass { border-bottom: 2px solid #f2f2f2; }

/*******************************************************************************************/
/*** WP-Globus *****************************************************************************/
/*******************************************************************************************/

.wpglobus-current-language { display: none!important; }


/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/
.entry-content p a:not(.button):not(.select2-choice):not([data-rel=lightbox]) {
    border-bottom: 1px solid #eee;
}

/*******************************************************************************************/
/*** GALLERY *******************************************************************************/
/*******************************************************************************************/

.kt-filters .kt-option-set li:first-child {
    display: none;
}

.kt-filters {
    margin-bottom: 25px;
}

.mfp-bottom-bar {
    margin-top: -86px;
    background: rgba(255, 255, 255, 0.7);
}
.kt-gallery-categories, .kt-gallery-caption-text {
    font-size: 20px;
    line-height: normal;
}
.mfp-title {
    padding: 0 80px 0 10px;
}

.mfp-counter {
    padding-right: 5px;
}

/*******************************************************************************************/
/*** BLOG **********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** MOBILE ********************************************************************************/
/*******************************************************************************************/

@media (max-width: 992px){
    .kt-header-position-above { display: block; }
    .outside-headerclass { display: none; }
}

.kad-mobile-nav li a:hover, .kad-mobile-nav li.current-menu-item > a { background: rgba(255, 255, 255, 0.25); color: #b3a549; text-shadow: 1px 1px 3px #333333; }


