/**
Theme Name: DiGiKG
Author: Konrad Griesser
Author URI: https://konrad-griesser.de
Description: Best of the Best 
Webdesign Skills Germany
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: digikg
Template: astra
*/

.no-active-menu.current-menu-item > a,
.no-active-menu.current_page_item > a {
    color: #0076b3 !important;
    background: none !important;
    font-weight: normal !important;
}

.ast-header-break-point .no-active-menu.current-menu-item > a {
    color: var(--ast-global-color-3) !important;
}


.no-active-menu > a:hover {
    background-color: #0076b3 !important;  
    color: #ffffff !important;             
}


.ast-header-break-point .no-active-menu > a:hover {
    background-color: #0076b3 !important;
    color: #ffffff !important;
}

.ast-scroll-to-top-right {
  right: 0px;
  bottom: 50px;
}


@media print {
  
  header, nav, footer, .sidebar, .hero, .cookie-banner, .popup, .slider, .mobile-nav {
    display: none !important;
  }

 
  main, .content, .entry-content, article, .page-content {
    display: block;
    width: 100%;
    font-size: 12pt;
    color: #000;
    background: transparent;
  }


  * {
    background: none !important;
    box-shadow: none !important;
    color: #000 !important;
  }


  a::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  }


  h1, h2 {
    page-break-after: avoid;
    page-break-before: auto;
  }


  body::after {
    content: "Gedruckt am: " attr(data-print-date);
    display: block;
    margin-top: 40px;
    font-size: 10pt;
    text-align: right;
  }
}


@media (max-width: 768px) {
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    font-size: 12px !important; /* deine Wunschgröße */
  }
}