/*
Theme Name: MMWB-TTFIVE
Theme URI: 
Author: WYB
Author URI: 
Description: Nieuw MMWB gebaseerd op Twenty Twenty Five theme :: nov 2024
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: mmwb-ttfive
Tags: 
*/
/* met system fonts voor tekst in paragrafen */
body, p {font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,  Arial, sans-serif,  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";!important}

/* en system font voor h3, h4 en h5 */
h3,h4,h5, #site-tagline, .nav-next, .buttonnbrief .nav-previous, .colophon, .wp-block-image, .responsivevoice-button, .textwidget, p {font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;}


@media only screen and (max-width: 760px) {
 .entry-content figure.wp-block-image.alignright, .entry-content figure.wp-block-image.alignleft, .entry-content .wp-block-image .alignright, .entry-content .wp-block-image .alignleft {
float:none;
margin:auto;
margin-top: 1.5em !important;
}
}
/* voor wiki tooltip plugin   */
a.wiki-tooltip {
text-decoration: underline dashed crimson !important;
font-style: inherit;
}
a.wiki-tooltip:hover {
color: black !important;
}

.mmwbtoolt {cursor: help}

.recent-books img {opacity:1.0;}
.recent-books img:hover {opacity:0.75;}

.ia_top10 li::marker, .ia_top10pages li::marker {
  color: #C35617;
}

.ia_top10 ol , .ia_top10pages ol {padding-left: 25px;}

/* voorkomt outline rond sitetitle on click */
:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
/*    outline-style: inherit; */
}

/* .current-menu-item a {font-weight:800 !important;} */

/* @media (max-width: 768px){
    .hide-menu-mobile{
    display: none !important;
    }
}  */

/* .search-modal {border-radius: 0;} */
.wp-block-button__link, .wp-block-ph-search-modal__form-button, .wp-block-ph-search-modal__form-input  {border-radius: 0;}
#softr-back-to-top-button {opacity: 0.6;}

/* a.kb-tooltips {text-decoration: none !important; border-bottom:initial;} */
a.kb-tooltips:hover{color:currentColor;}

.wp-block-query-pagination a.page-numbers {min-width:35px; padding:5px 10px;background-color: #f4f4f4}
 span.page-numbers.current {min-width:35px; padding:5px 10px;color:#f4f4f4;background-color: #000;}

/*sticky menu */
.mmwb-menu {
    position: fixed; /* Houdt het element op zijn plaats */
    top: 0;          /* Plakt het aan de bovenkant van de pagina */
    width: 100%;     /* Zorgt dat het de volledige breedte inneemt */
    z-index: 9999;   /* Zorgt dat het boven andere elementen ligt */
}

.is-style-section-1 {
    /* Voorkomt dat de content achter de sticky header verdwijnt. */
    /* Pas de waarde aan de hoogte van je sticky header aan. */
    padding-top: 36px; /* Bijvoorbeeld, als je header 80px hoog is */
}

.tekst-scheef {
	/* Apply the 30-degree rotation */
    transform: rotate(-30deg); 
    /* Adjustments to pull the rotated box into the corner */
    margin-left: -50px; 
    margin-top: 50px; 
    /* Ensure the text is readable within the rotated element */
    white-space: nowrap;
	
}