/*
Theme Name: twenty twenty-five child
Description: Child-Theme von twentytwentyfive
Author: Martin Schlegel
Author URI: http://www.ms-comsign.de
Template: twentytwentyfive
Version: 1.0
Text Domain:  twentytwentyfive-child
*/

/* automatische Silbentrennung */
body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
/* fette Schrift einstellen */
strong, b {
  font-weight: 600; /* Fett */
}

/* Schriftgröße auf Download Template erben*/
.w3eden .card h3 {
  font-size: inherit;
}

/* Focus ohne Rahmen*/
.wp-site-blocks :focus {
  outline-width: 0px;
  outline-style: solid;
}

/* sticky header 
header.wp-block-template-part{
position: fixed; 
background-color: #ffffff;
top: 0px;
padding-top: 0px;
width: 100%;
z-index: 1000;
opacity: 0.8;
}*/

.n2-padding {
 margin-top: 10px;
}
/* Such Button */
.wp-block-search__button {
  padding-top: 0.6rem;
  padding-right: 0.8rem;
  padding-bottom: 0.5rem;
  padding-left: 0.8rem;
}

/* submenu nach links ausklappen - wird jetzt im Menüpunkt eingestellt!!!
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    right: 100%;
    left: auto;
  }
/*submenu rechtsbündig  
}
#mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge, #mega-menu-wrap-max_mega_menu_1 button.mega-close
  {
    right: 0;
    text-align: right;
  } */

/* hover Effekt Icons */
  .kb-svg-icon-wrap :hover {
    color: white;
  }

/* Rahmen im Off Canvas menü löschen */
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #c0dbf6;
    border:
  0px solid #00000026;
  }

  .quadpic
  {
    aspect-ratio: 1;
    object-fit: cover;
    width: 472px;
    height: auto;
  }

  .main-navigation-marked {
    color: #454545;
    color: var(--navi-color);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
    /*background-color: #ffffff !important;*/
}
