@charset "utf-8";



@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Material Icons'),
        local('MaterialIcons-Outlined'),
        url('MaterialIconsOutlined-Regular.otf')
}



.gicon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}



.gicon.gicon_knopf {
    font-size: 20px;
    vertical-align: top;
    cursor: pointer;
    color: #767676;
    border-radius: 50%;
    transition: all 0.2s;
}

.gicon.gicon_knopf:hover {
    background-color: #dddddd;
}



h2 .gicon.gicon_knopf {
    font-size: 20px;
    vertical-align: top;
    cursor: pointer;
    color: #767676;
    border-radius: 50%;
    transition: all 0.2s;
}

h2 .gicon.gicon_knopf:hover {
    background-color: #dddddd;
}