/*
Theme Name: Tagespflege Gehrden
Theme URI: https://tagespflege-gehrden.henning-stein.de
Description: Child Theme basierend auf Tortuga für die Tagespflege für Senioren Gehrden
Author: Henning Stein
Template: tortuga
Version: 1.0.0
Text Domain: tagespflege-child
*/

/* Lokal gehostete Kalam (ruhige Handschrift) */
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/kalam-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/kalam-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/kalam-bold-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/kalam-bold-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --primary-color: #0053a4 !important;
    --secondary-color: #003d7a !important;
    --tertiary-color: #002b5a !important;
    --accent-color: #e8a53a !important;
    --link-color: #0053a4 !important;
    --button-color: #0053a4 !important;
    --button-hover-color: #003d7a !important;
    --header-background-color: #ffffff !important;
    --header-text-color: #002b5a !important;
    --site-title-color: #002b5a !important;
    --site-title-hover-color: #003d7a !important;
    --navi-hover-color: #0053a4 !important;
    --page-border-color: #0053a4 !important;
    --title-color: #002b5a !important;
    --widget-border-color: #0053a4 !important;
    --widget-title-color: #002b5a !important;
    --footer-background-color: #002b5a !important;
}

/* Header weiss */
.site-header {
    background-color: #fff !important;
}

.site-title a,
.site-title a:link,
.site-title a:visited {
    color: #002b5a !important;
}

/* Navi – sticky: alle overflow-Clipper auf Vorfahren entschaerfen */
html, body, #page, .site, .site-header {
    overflow: visible !important;
}

/* Tortuga-Desktop-Flex-Layout der Navi: wiederherstellen ohne #masthead-Scope */
@media only screen and (min-width: 60em) {
    .primary-navigation-wrap .main-navigation > ul.menu,
    .primary-navigation-wrap #primary-menu {
        display: flex !important;
        flex-flow: row wrap;
    }
    .primary-navigation-wrap .primary-navigation {
        display: flex !important;
        margin-left: auto;
        width: auto;
    }
}
.primary-navigation-wrap {
    background-color: #0053a4 !important;
    border-bottom: none !important;
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* Admin-Bar Offset */
body.admin-bar .primary-navigation-wrap {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar .primary-navigation-wrap {
        top: 46px;
    }
}

#primary-menu > .menu-item > a {
    border-bottom: 3px solid transparent !important;
    transition: background-color 0.15s ease, border-bottom-color 0.15s ease !important;
}
#primary-menu > .menu-item > a:hover,
#primary-menu > .menu-item > a:focus {
    background-color: rgba(255,255,255,0.15) !important;
    border-bottom-color: #e8a53a !important;
}
#primary-menu > .current-menu-item > a,
#primary-menu > .current-menu-ancestor > a,
#primary-menu > .current-menu-parent > a {
    background-color: rgba(255,255,255,0.22) !important;
    border-bottom-color: #e8a53a !important;
}

/* Dropdown Submenüs - Desktop */
@media only screen and (min-width: 60em) {
    .main-navigation ul ul {
        background-color: #fff !important;
        font-size: 0.95rem !important;
    }

    .main-navigation ul ul a,
    .main-navigation ul ul a:link,
    .main-navigation ul ul a:visited {
        color: #333 !important;
    }

    .main-navigation ul ul a:hover,
    .main-navigation ul ul a:active,
    .main-navigation ul ul a:focus,
    .main-navigation ul ul li.current-menu-item > a {
        background-color: #0053a4 !important;
        color: #fff !important;
    }

    .main-navigation ul ul ul {
        border-left-color: #ddd !important;
    }
}

/* Logo links, Titel + Slogan rechts daneben */
.site-branding {
    display: flex !important;
    align-items: center;
    gap: 15px;
}

.site-logo {
    flex-shrink: 0;
}

.site-branding .custom-logo {
    max-height: 90px;
    width: auto;
}

.site-identity .site-title {
    margin-bottom: 0 !important;
    float: none !important;
}

.site-branding .site-description,
.site-header .site-description,
p.site-description {
    font-family: 'Kalam', cursive !important;
    font-size: 1.4rem !important;
    color: #d62828 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    margin: 2px 0 0 !important;
    float: none !important;
    line-height: 1.1 !important;
    clip: auto !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    text-align: left !important;
}

/* site-branding: Logo links, Titel + Slogan gestapelt rechts */
#logo.site-branding,
.site-branding {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 20px !important;
}
.site-branding > .custom-logo-link,
.site-branding > a.custom-logo-link {
    grid-column: 1;
    grid-row: 1 / 3;
}
.site-branding > .site-title,
.site-branding > p.site-title {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}
.site-branding > .site-description,
.site-branding > p.site-description {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
}

/* Body Hintergrund warm, hell */
body {
    background-color: #f5f7fa !important;
}

/* Eingebettete Seiten-Artikel */
article.tp-eingebettet {
    border-top: 4px solid #0053a4;
}

/* Seiten-Teaser Grid */
.tp-teaser-grid {
    display: grid;
    gap: 25px;
    margin: 20px 0;
}

.tp-teaser-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.tp-teaser-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.tp-teaser-link,
.tp-teaser-link:link,
.tp-teaser-link:visited {
    text-decoration: none !important;
    color: inherit !important;
    border: none !important;
}

.tp-teaser-box {
    background: #fff;
    border-top: 4px solid #0053a4;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tp-teaser-link:hover .tp-teaser-box {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.tp-teaser-link:hover .tp-teaser-box h3 {
    color: #003d7a;
}

.tp-teaser-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0;
}

.tp-teaser-box h3 {
    color: #002b5a;
    margin: 18px 20px 0.3em;
    padding: 0;
    font-size: 1.05rem !important;
    line-height: 1.3;
    text-align: center;
}

/* Sidebar Kontakt-Widget vollflaechig blau */
.tp-widget-kontakt {
    background: #0053a4;
    color: #fff;
    padding: 45px 35px 35px;
    margin: -20px;
    position: relative;
    overflow: hidden;
}
.tp-widget-kontakt::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 120px;
    height: 120px;
    background: url('kleeblatt.png') no-repeat center/contain;
    opacity: 0.13;
    filter: brightness(0) invert(1);
    pointer-events: none;
}
.tp-widget-kontakt > * {
    position: relative;
    z-index: 1;
}
.widget:has(.tp-widget-kontakt) {
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
}
.tp-widget-kontakt h3,
.tp-widget-kontakt strong {
    color: #fff !important;
}
.tp-widget-kontakt h3 {
    margin: 0 0 15px !important;
    font-size: 1.15rem !important;
    border: none !important;
    padding: 0 !important;
}
.tp-widget-kontakt a {
    color: #fff !important;
    text-decoration: underline;
    border: none !important;
}
.tp-widget-kontakt p {
    margin: 0 0 10px !important;
    line-height: 1.5;
}

/* Widget: externer Sozialstation-Link (wie Event-Card) */
.tp-widget-link {
    background: #fff;
    border-top: 4px solid #0053a4;
    padding: 22px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}
a:hover .tp-widget-link,
.tp-widget-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.14);
}
.tp-widget-link p {
    margin: 0;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
}
.tp-widget-link .tp-widget-link-title {
    color: #002b5a !important;
    font-weight: 700;
    font-size: 1.05rem;
    display: block;
    margin-top: 6px;
    text-decoration: none !important;
    border: none !important;
}
a:hover .tp-widget-link .tp-widget-link-title {
    color: #0053a4 !important;
}
.widget:has(.tp-widget-link) {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Maps-Button im Kontakt-Widget */
.tp-widget-kontakt .tp-maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px 14px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.88rem;
    transition: background 0.15s ease;
}
.tp-widget-kontakt .tp-maps-btn:hover {
    background: rgba(255,255,255,0.28);
    text-decoration: none !important;
}
.tp-widget-kontakt .tp-maps-btn svg {
    width: 16px;
    height: 16px;
}

/* Kleeblatt-Watermark in Sidebar */
.widget-area {
    position: relative;
}
.widget-area::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url('kleeblatt.png') no-repeat center/contain;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}
.widget-area > * {
    position: relative;
    z-index: 1;
}

/* Kleeblatt im Footer */
.site-footer {
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 120px;
    height: 120px;
    background: url('kleeblatt.png') no-repeat center/contain;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}
.site-footer .container,
.site-footer .site-info {
    position: relative;
    z-index: 1;
}

/* Veranstaltungen - Grid (Vollseite) */
.tp-events--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 25px 0;
}
@media (max-width: 700px) {
    .tp-events--grid { grid-template-columns: 1fr; }
}
.tp-event-link,
.tp-event-link:link,
.tp-event-link:visited {
    text-decoration: none !important;
    color: inherit !important;
    border: none !important;
}
.tp-event {
    background: #fff;
    border-top: 4px solid #0053a4;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tp-event-link:hover .tp-event {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.tp-event-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #e8eef5;
}
.tp-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tp-event-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0053a4;
    opacity: 0.45;
}
.tp-event-body {
    padding: 15px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tp-event-date {
    color: #0053a4;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}
.tp-event-title {
    color: #002b5a;
    margin: 0 0 8px;
    font-size: 1.1rem !important;
    line-height: 1.3;
}
.tp-event-teaser {
    color: #555;
    font-size: 0.95rem;
    margin: 0 0 12px;
    flex: 1;
}
.tp-event-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 0.85rem;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: auto;
}

/* Veranstaltungen - Sidebar-Layout (kompakt) */
.tp-events-widget-title {
    color: #002b5a !important;
    font-size: 1rem !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: none !important;
}
.tp-events--sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.tp-events--sidebar .tp-event {
    flex-direction: row;
    border-top: none;
    border-left: 3px solid #0053a4;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    align-items: center;
}
.tp-events--sidebar .tp-event-image {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}
.tp-events--sidebar .tp-event-body {
    padding: 12px 16px;
}
.tp-events--sidebar .tp-event-date {
    font-size: 0.75rem;
    margin-bottom: 4px;
}
.tp-events--sidebar .tp-event-title {
    font-size: 0.95rem !important;
    margin: 0;
    line-height: 1.3;
}
.tp-events--sidebar .tp-event-teaser,
.tp-events--sidebar .tp-event-meta {
    display: none;
}
.tp-events-all {
    text-align: right;
    margin: 10px 0 0 !important;
}
.tp-events-allbtn {
    display: inline-block;
    color: #0053a4 !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none !important;
    border: none !important;
}
.tp-events-allbtn:hover {
    color: #002b5a !important;
}
.tp-events-empty {
    font-size: 0.9rem;
    color: #777;
}

/* Einzel-Veranstaltungsseite */
.tp-event-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 20px;
    background: #f0f4fa;
    border-left: 4px solid #0053a4;
    margin: 15px 0 25px;
    font-size: 0.95rem;
}
.tp-event-single-meta strong {
    color: #002b5a;
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 2px;
}
.tp-event-archive-link {
    display: inline-block;
    margin-top: 25px;
    color: #0053a4 !important;
    font-weight: 600;
}

.tp-teaser-excerpt {
    color: #666;
    margin: 0 20px 20px;
    font-size: 0.95rem;
    flex: 1;
}

@media (max-width: 600px) {
    .tp-teaser-grid--2,
    .tp-teaser-grid--3 {
        grid-template-columns: 1fr;
    }
}

/* Footer: site-info volle Breite */
.site-footer .site-info {
    float: none !important;
    width: 100% !important;
}

/* Footer Kontaktdaten */
.tp-footer-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    text-align: left;
    width: 100%;
}

.tp-footer-info a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.tp-footer-info a:hover {
    color: #fff !important;
}

.tp-footer-col strong {
    color: #fff;
    font-size: 0.9rem;
}

@media (max-width: 600px) {
    .tp-footer-info {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
}

/* Header kompakter */
.header-main {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

/* Lupe in der Navigation */
.tp-search-toggle {
    float: right !important;
}

.tp-search-toggle a,
.tp-search-toggle a:link,
.tp-search-toggle a:visited {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px 15px 8px !important;
    color: #fff !important;
    opacity: 0.85;
    border: none !important;
}

.tp-search-toggle a:hover {
    opacity: 1;
    background: rgba(255,255,255,0.15) !important;
}

.tp-search-btn svg {
    display: block;
}

/* Such-Overlay */
.tp-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15vh;
}

.tp-search-overlay.active {
    display: flex;
}

.tp-search-inner {
    background: #fff;
    padding: 50px 30px 30px;
    border-radius: 4px;
    width: 90%;
    max-width: 550px;
    position: relative;
}

.tp-search-inner form {
    display: flex;
    gap: 10px;
}

.tp-search-input {
    flex: 1;
    padding: 12px 15px;
    font-size: 1.1rem;
    border: 2px solid #ddd;
    border-radius: 3px;
    outline: none;
}

.tp-search-input:focus {
    border-color: #0053a4;
}

.tp-search-submit {
    padding: 12px 20px;
    background: #0053a4;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
}

.tp-search-submit:hover {
    background: #003d7a;
}

.tp-search-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.tp-search-close:hover {
    color: #333;
}

/* Personen-Grid */
.tp-personen-grid {
    display: grid;
    gap: 25px;
    margin: 20px 0;
}

.tp-personen-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.tp-personen-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.tp-person {
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tp-person:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.tp-person figure {
    margin: 0 0 15px;
}

.tp-person figure img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.tp-person h3 {
    color: #002b5a;
    margin: 0 0 5px;
    font-size: 1.1rem;
}

.tp-person p {
    margin: 0 0 5px;
    font-size: 0.95rem;
    color: #555;
}

.tp-person details {
    margin-top: 10px;
    text-align: left;
    font-size: 0.9rem;
    color: #666;
}

.tp-person details summary {
    cursor: pointer;
    color: #0053a4;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 600px) {
    .tp-personen-grid--2,
    .tp-personen-grid--3 {
        grid-template-columns: 1fr;
    }
}

/* Leistungen mit Icons */
.tp-leistungen {
    display: grid;
    gap: 12px;
    margin: 20px 0;
}
.tp-leistung {
    display: flex;
    gap: 16px;
    padding: 16px 18px;
    background: #fff;
    border-left: 4px solid #0053a4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.tp-leistung:hover {
    transform: translateX(2px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.tp-leistung-icon {
    flex-shrink: 0;
    color: #0053a4;
    width: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2px;
}
.tp-leistung-body {
    flex: 1;
    color: #333;
    line-height: 1.5;
}
.tp-leistung-body strong {
    color: #002b5a;
    display: block;
    margin-bottom: 2px;
    font-size: 1.05em;
}

/* H1 zentriert */
.page-title,
article.page > .entry-header .entry-title,
article.single-veranstaltung .entry-title,
.tp-event-single .entry-title {
    text-align: center !important;
}

/* Featured Image auf Einzelseiten ausblenden (wird nur in Kacheln genutzt) */
article.page > img.wp-post-image,
article.single > img.wp-post-image,
body.page article > img.wp-post-image,
body.single article > img.wp-post-image {
    display: none !important;
}

/* Bild-Text 2er Grid */
.tp-bild-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    margin: 25px 0;
}
.tp-bild-text--reverse {
    direction: rtl;
}
.tp-bild-text--reverse > * {
    direction: ltr;
}
.tp-bild-text img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}
.tp-bild-text .tp-text h2,
.tp-bild-text .tp-text h3 {
    margin-top: 0;
}
@media (max-width: 768px) {
    .tp-bild-text {
        grid-template-columns: 1fr;
    }
    .tp-bild-text--reverse {
        direction: ltr;
    }
}

/* Kontakt-Block vollflächig blau (randlos) */
.tp-kontakt-block {
    background: #0053a4;
    color: #fff;
    padding: 40px 35px;
    border-radius: 0;
    margin: 30px -20px -20px;
}
article > .tp-kontakt-block:last-child {
    margin-bottom: -20px;
}
.tp-kontakt-block h2,
.tp-kontakt-block h3 {
    color: #fff !important;
    margin-top: 0;
}
.tp-kontakt-block h3 {
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.tp-kontakt-block a {
    color: #fff !important;
    text-decoration: underline;
}
.tp-kontakt-block a:hover {
    opacity: 0.85;
}
.tp-kontakt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}
@media (max-width: 600px) {
    .tp-kontakt-grid {
        grid-template-columns: 1fr;
    }
}
