/*
 Theme Name:   Salient Child
 Theme URI:    http://themenectar.com/salient/
 Description:  Salient Child Theme
 Author:       ThemeNectar
 Author URI:   http://themenectar.com
 Template:     salient
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  salient-child
*/


@font-face {
    font-family: 'Outfit';
    src: url('./fonts/Outfit-ExtraBold.eot');
    src: url('./fonts/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Outfit-ExtraBold.woff2') format('woff2'),
         url('./fonts/Outfit-ExtraBold.woff') format('woff'),
         url('./fonts/Outfit-ExtraBold.ttf')  format('truetype'),
         url('./fonts/Outfit-ExtraBold.svg#Outfit ExtraBold') format('svg');
         font-weight: 800;
         font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter18pt-Regular.eot');
    src: url('./fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Inter18pt-Regular.woff2') format('woff2'),
         url('./fonts/Inter18pt-Regular.woff') format('woff'),
         url('./fonts/Inter18pt-Regular.ttf')  format('truetype'),
         url('./fonts/Inter18pt-Regular.svg#Inter 18pt') format('svg');
         font-weight: 500;
         font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter18pt-Bold.eot');
    src: url('./fonts/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Inter18pt-Bold.woff2') format('woff2'),
         url('./fonts/Inter18pt-Bold.woff') format('woff'),
         url('./fonts/Inter18pt-Bold.ttf')  format('truetype'),
         url('./fonts/Inter18pt-Bold.svg#Inter 18pt') format('svg');
         font-weight: 700;
         font-style: normal;
}


a { font-family: 'Inter', sans-serif; }
p { font-family: 'Inter', sans-serif; }
strong { font-family: 'Inter-Bold', sans-serif; }
strong a { font-family: 'Inter-Bold', sans-serif; text-decoration: underline }
li { font-family: 'Inter', sans-serif; }
span { font-family: 'Inter', sans-serif; }
h1 { font-family: 'Outfit', sans-serif; }
h2, h3, h4, h5, h6 a { font-family: 'Outfit', sans-serif; }

span.preis-betrag { font-family: 'Outfit', sans-serif; }


a#logo.no-image { font-family: 'Outfit', sans-serif; }
 
.text-head {text-transform: uppercase; font-weight: 700;}


/* Lucide Icon mit Text - Text-Styling */
.lucide-icon-text {
    line-height: 1.5;
}

.lucide-icon-text .lucide-text {
    line-height: 1.5;
}

.lucide-icon-text .lucide-text a {
    color: inherit;
    text-decoration: none;
}

.lucide-icon-text .lucide-text a:hover {
    opacity: 0.8;
}

/* Überschriften in Lucide Icon mit Text - Schriftgröße übernehmen */
.lucide-icon-text .lucide-text h1,
.lucide-icon-text .lucide-text h2,
.lucide-icon-text .lucide-text h3,
.lucide-icon-text .lucide-text h4,
.lucide-icon-text .lucide-text h5,
.lucide-icon-text .lucide-text h6 {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    margin: 0;
    line-height: inherit;
}

/* Fancy List Styles */
.fancy-list-container {
    width: 100%;
}

.fancy-list-item {
    width: 100%;
}

.fancy-list-icon-wrapper {
    transition: all 0.3s ease;
}

.fancy-list-item:hover .fancy-list-icon-wrapper {
    transform: scale(1.05);
}

/* Responsive Anpassungen für Fancy List */
@media (max-width: 768px) {
    .fancy-list-item {
        flex-direction: row !important;
    }
    
    .fancy-list-icon-wrapper {
        width: 40px !important;
        height: 40px !important;
    }
    
    .fancy-list-icon-wrapper i {
        width: 20px !important;
        height: 20px !important;
    }
}