/*
Theme Name: Mintmind Child
Template: nui
Author: webRedox WordPress team
Author URI: http://webredox.net/
Description: Child theme of Nui
Version: 1.0.1688471158
Updated: 2023-07-04 11:45:58

*/

@font-face {
    font-family: 'Verlag';
    src: url('https://www.mark.at/wp-content/uploads/2023/08/Verlag-Black.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UnitOT';
    src: url('UnitOT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UnitOT';
    src: url('FFUnitPro-Medium.woff2') format('woff2'),
        url('FFUnitPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.text-menu {
	font-family: 'UnitOT', sans-serif;
	font-weight: 500;
	font-size: 20px;
}

.text-close {
	font-family: 'UnitOT', sans-serif;
	font-weight: 500;
	font-size: 20px;
}

.tt-ol-menu-list {
	font-family: 'Verlag', sans-serif;
	text-transform: uppercase;
}

.tt-ol-menu-list > li::before {
	display:none !important;
}

.tt-ol-menu-social {
	font-family: 'UnitOT', sans-serif;
	font-weight: 500;
}

.tt-ol-menu-social-heading {
	font-family: 'UnitOT', sans-serif;
	font-weight: 500;
}

.tt-ol-menu-ghost {
	color:#FFDE0F !important;
	font-size: 18vw !important;
	font-family: 'Verlag', sans-serif;
}

.tt-ol-menu-holder {
	background-image: url(https://www.mark.at/wp-content/uploads/2023/08/dreieck-gelb.png);
    background-repeat: no-repeat;
    background-position-x: 55vw;
    background-position-y: -35vh;
	background-size: 50vh;
}



.tt-light-version .tt-ol-menu-list > li.current-menu-item > a {
    color: #90b9d3 !important;
    transform: none !important;
}

li > a:hover {
    color: #90b9d3 !important;
    transform: none !important;
}



#ball {
	color: #FFFFFF !important;
	border-style: none;
	border-radius: 50%;
	/* Note: border width handled through JS */
}

.tt-north-east-arrow {
	display: none;
}

/* Produkte Portfolio-Anpassungen */

.jet-portfolio__link {
	/*Löst Lightbox-Problem "direkter Bildaufruf"*/
	pointer-events: none;
}

.jet-portfolio__content-inner{
	justify-content: space-between !important;
}


/* Blog Übersicht */
.ph-caption-title-ghost{
	color:#FFDE0F !important;
	font-size: 18vw !important;
}

.tt-btn-primary{ 
	border-radius: 0px;
}

.bli-meta{
	display: none;
}


/* Styles for non-mobile devices */
@media screen and (min-width: 1200px) {
    .pi-item-image-inner {
        width: 350px;
        height: 450px;
    }

    .pi-item-image {
        left: 85%;
    }
    .pi-item-title-link-inner {
        max-width: none !important;
    }
}

/* Completely hide elements on mobile devices */
@media screen and (max-width: 1199px) {
    .pi-item-image-inner,
    .pi-item-image {
        display: none !important;
    }
}


/* Blog-EInzelansicht */

.elementor-icon-list-text span {
    display: inline;
    font-weight: bold;
}

.tt-blog-post-tags {
    display: none;
}

.tt-blog-post-nav {
   display: none;
}

#tt-blog-post-comments {
   display: none;
}
