/* ================================
   STICKY MAIN MENU/HEADER
   ================================ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}
/* SLUT */


/* ================================
   HIDE "Built with GeneratePress"
   ================================ */
.site-info {
    display: none;
}
/* SLUT */

/* ================================
 * ADSENSE - START
 * ================================ */
/* Hiding unfilled ad units */
ins.adsbygoogle[data-ad-status="unfilled"] {
		display: none !important;
}
/* Hide yellow background */
ins.adsbygoogle {
		background: transparent !important;
}
/* ADSENSE - SLUT */

/* ================================
   Echo KB / Glossary
   ================================ */

/* BASE INHERITANCE */
.epkb-glossary-index,
.epkb-glossary-index *,
.epkb-article-content,
.epkb-article-content * {
    font-family: inherit !important;
    color: inherit !important;
}

/* FONT SIZE CONTROL */
.epkb-glossary-index__term-name,
.epkb-glossary-index__term-definition,
.epkb-glossary-index__section-letter {
    font-size: inherit !important;
    line-height: inherit !important;
}

/* RESTORE STRUCTURAL SPACING (FIX CLUMPING) */
.epkb-glossary-index__term {
    margin-bottom: 0.8em !important;
}

.epkb-glossary-index__section-content {
    margin-bottom: 1.2em !important;
}

/* LINKS FOLLOW THEME (NO FORCED UNDERLINE) */
.epkb-glossary-index a,
.epkb-article-content a {
    color: inherit !important;
    text-decoration: inherit;
}

/* CSS Echo/KB slut */



/* ================================
   Budopedia Front Page
   CSS TABLE - START
   ================================ */
.row346 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.column346 {
    flex: 33.33%;
    padding: 0 15px;
    height: auto; /* Tilpas hoejden til indhold */
}
/* Tilpasning til mindre skaerme */
@media screen and (max-width: 768px) {
/*  .column346 { flex: 100%;} */
    .row346 {
        flex-direction: column;
    }
}
/* ## CSS TABLE - SLUT ## */