/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child Theme
 Author:       Andreas Fester
 Template:     generatepress
 Version:      1.0.0
*/


.main-navigation .main-nav ul li a {
      line-height: 30px;
}

.main-navigation {
      border-top: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
}


 article.post, article.page {
      border: 1px solid #d0d0d0;
      border-radius: 8px;
      overflow: hidden;
  }

.sidebar .widget {
      border: 1px solid #d0d0d0;
      border-radius: 8px;
      overflow: hidden;
      padding: 20px;
  }

.toc-pages .widget-title {
    margin-bottom: 15px;
}

.toc-pages ol {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1em 0;
}

.toc-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75em;
    padding: 0 0 0.9em 0;
    margin-right: 1em;
    border-top: 1px solid #e5e5e5;
}

.toc-num {
    flex: 0 0 auto;
    min-width: 1.6em;
    text-align: center;
    background: #f0f0f0;
    color: #333;
    font-weight: 700;
    border-radius: 3px;
    padding: 0.3em 0.5em;
}

.toc-item a,
.toc-item .toc-title {
    text-decoration: none;
}

.toc-current .toc-title {
    color: inherit;
    font-weight: 600;
}

.toc-pages-nav {
    display: flex;
    justify-content: space-between;
    gap: 0.5em;
    margin-top: 0.5em;
}

.toc-pages-nav a {
    flex: 0 0 auto;
    padding: 0.3em 0.5em;
    border: 1px solid currentColor;
    border-radius: 3px;
    text-decoration: none;
    font-size: 0.9em;
}

.toc-next { margin-left: auto; }

/* Share-Buttons */
.share-buttons .widget-title.share-label {
    margin-bottom: 15px;
}

.share-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
}

.share-button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.2s;
}

.share-button:hover {
    opacity: 0.7;
}

.share-icon-img {
    width: 1.5em;
    height: 1.5em;
}

/* Kompaktere cc-child-pages Kacheln */
.ccchildpages.ccflex .ccchildpage {
    padding: 0.5em 0.75em;
    gap: 0.2rem;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
}
.ccchildpages.ccflex .ccchildpage h3 {
    margin: 0;
}
.ccchildpages.ccflex .ccchildpage h3 a,
.ccchildpages.ccflex .ccchildpage h3 a:visited {
    color: revert !important;
    text-decoration: none;
}
.ccchildpages.ccflex .cc-meta-info {
    margin: 0;
}
.ccchildpages.ccflex .ccpages_excerpt {
    font-size: 0.85em;
}
.ccchildpages.ccflex .ccpages_more {
    margin: 0;
}

.wp-block-code code,
.wp-block-code code * {
    font-family: ui-monospace, "Cascadia Code", "Source Code Pro",
                 Menlo, Consolas, "Courier New", monospace;
}