/*
 Theme Name:   Adbites Glossar
 Theme URI:    https://www.adbites.de
 Description:  Adbites Glossar Theme
 Author:       Heiko Schneider
 Author URI:   https://www.adbites.de
 Template:     generatepress
 Version:      0.1
*/

/* nav svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    color: #000;
}

nav .menu-item a {
    line-height: 30px; /* adjust this to match the height of your SVG icon */



    .gb-container-123abc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .gb-column-col {
        width: calc(20% - 20px);
        margin-bottom: 20px;
    }
    
    @media (max-width: 768px) {
        .gb-column-col {
            width: calc(33.33% - 20px);
        }
    }
    
    @media (max-width: 480px) {
        .gb-column-col {
            width: calc(50% - 10px);
        }
    }

    .alphabet-nav {
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .alphabet-nav a {
        margin-right: 10px;
        text-decoration: none;
        color: #333;
    }
    
    .alphabet-nav a:hover {
        color: #ff6600; /* Matches the Adbites orange color */
    }
    
    .letter-section {
        margin-bottom: 30px;
    }
    
    .letter-section h2 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #ff6600; /* Matches the Adbites orange color */
    }
    
    .terms-list a {
        text-decoration: none;
        color: #333;
        line-height: 1.6;
    }
    
    .terms-list a:hover {
        color: #ff6600; /* Matches the Adbites orange color */
    }