/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://wordpress.org/themes/twentyseventeen/
 Description:  Child Theme für Twenty Seventeen - Anpassungen für Michael Kratzer
 Author:       Michael Kratzer
 Author URI:   https://deine-website.de
 Template:     twentyseventeen
 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:  twentyseventeen-child
*/

/* Hier können deine individuellen CSS-Anpassungen folgen */

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/libre-franklin-v20-latin-regular.woff2') format('woff2');
}
/* libre-franklin-700 */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/libre-franklin-v20-latin-700.woff2') format('woff2');
}
body, button, input, select, textarea {
    font-family: 'Libre Franklin', sans-serif;
}
/* --- NAVIGATION: AKTIVER MENÜPUNKT --- */
/* Targetiert den Link im aktiven Listen-Element */
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
    color: #7da1d7 !important; /* Ein helleres Blau, das sich vom Hintergrund abhebt */
    font-weight: 700;
    transition: color 0.3s ease;
}

/* Optional: Hover-Effekt für die anderen Menüpunkte */
.navigation-top .menu-item a:hover {
    color: #7da1d7;
}
.cmplz-manage-consent{
     display: none !important;
}
@media screen and (min-width: 48em) {
    .custom-logo-link {
        margin-left: -1.3em;
    }
    .type-page .entry-content, .site-info{
        width: 99% !important;
    }
    .has-sidebar:not(.error404) #primary {
        width: 99% !important;
    }
    .archive .site-main > article{
        padding-right: 45px;
    }
    body, button, input, select, textarea {
        font-size: 16px;
        font-size: 0.9rem;
        line-height: 1.6;
        text-align: justify;
        
        /* Automatische Silbentrennung aktivieren */
        -webkit-hyphens: auto; /* Safari & Chrome */
        -ms-hyphens: auto;      /* Internet Explorer/Edge */
        hyphens: auto;          /* Standard */
        hyphenate-limit-chars: auto;
    }
    .main-navigation a {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: normal;
    }
    .entry-content a{
        text-decoration: none;
        font-style: normal;
        color: #8b9cb8 !important;
        border: 0px;
        text-align: left;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        box-shadow: none !important;
    }
    :where(.wp-block-columns) {
        margin-bottom: 0em;
    }
    .wp-block-list li{
        list-style: none;
        margin-left: 0.9em;        
    }
    .wp-block-list li::before {
        content: "»"; /* Hier kannst du auch "—" oder "▪" einsetzen */
        margin-right: 12px;
        color: #8b9cb8; /* Deine Akzentfarbe aus dem Verlauf */
        font-weight: bold;
        font-size: 16px;
        font-family: serif; /* Wirkt oft eleganter für dieses Zeichen */
    }
}
:root :where(.wp-block-image figcaption) {
    color:#929292;
}
.site-content-contain{
    background: linear-gradient(180deg, #303742 0%, #222020 100%) !important;
    /* Fixiert den Hintergrund beim Scrollen für einen edlen Parallax-Effekt */
    background-attachment: fixed !important;
}
.site-info {
    font-size: 11px;
    text-align: center;
}
.site-info a, .site-info a:hover{
    color: #8b9cb8 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: none !important;
}
