/*
Theme Name:   ITGB Theme
Theme URI:    https://greyd.io/
Description:  A theme for ITGB
Author:       sichtflug - branding + marketing
Author URI:   http://sichtflug.marketing
Template:     greyd-theme
Version:      1.0.0
License:      GPLv2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: blog, portfolio, entertainment, site-editing, block-patterns, block-styles
Text Domain:  itgb-theme
*/

p, li {
    hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphenate-limit-chars: auto 4;
    hyphenate-limit-lines: 2;
}

h1, h2, h3, h4, h5, h6 {
    hyphens: auto !important;
    -webkit-hyphens: auto !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 1;
}

.footer-kontakt-zeile {
    align-content: flex-start !important;
    align-items: center !important;
    align-self: flex-start !important;
    width: 100% !important;
}

.link-400 a {
    font-weight: 400;
}

/* Aktuelle Seite optisch hervorheben */
.wp-block-navigation .current-menu-item > a,
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content {
    font-weight: 700;
    text-decoration: underline;
}

/* Eltern-Menüpunkt optisch hervorheben */
.wp-block-navigation .current-menu-ancestor > a.wp-block-navigation-item__content,
.wp-block-navigation .current-menu-ancestor > button.wp-block-navigation-item__content {
    font-weight: 700;
    text-decoration: underline;
}

.link-menu-search a {
    text-decoration: none !important;
    font-weight: 400;
    color: #ce3520;
}
.link-menu-search a:hover {
    text-decoration: underline !important;
    color: #1d1d1b;
}

.link-footer a {
    text-decoration: none !important;
    font-weight: 400;
    color: #ce3520;
}
.link-footer a:hover {
    text-decoration: underline !important;
    color: #1d1d1b;
}

.link-arrow-red a {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    /*text-decoration: none;*/
    white-space: nowrap;
}

.link-arrow-red a::after {
    content: "";
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    text-decoration: none;
    background-image: url("/wp-content/uploads/2026/03/itgb-button-arrow_right_red_sqrd.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.link-arrow-red a:hover {
    text-decoration: none;
}

.liste-getrennt li {
    list-style-type: none;
    position: relative;
    padding-left: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #1d1d1b;
}

.liste-getrennt li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.liste-getrennt li::before {
    content: "·";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 1.5em;
    line-height: 1;
}

.liste-getrennt {
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
}

.begriff-nicht-trennen {
    white-space: nowrap;
}

/* Kein Rahmen ab Tablet-Breakpoint */
@media (max-width: 991.98px) {
    .no-border-tablet {
        border: none !important;
    }
}
