/*

Theme Name: Raab & Kollegen

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/** ANKERMENÜ **/
#anchormenubox {
    display: none
}

#anchormenubox.in {
    display: block
}

.anchormenu {
    padding: 0;
    margin: 0;
    list-style: none
}

.anchormenu li {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.3
}

.anchormenu li a.nav-link {
    color: #212346;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding: 2px 0;
    font-size: var(--e-global-typography-3764424-font-size)
}

.anchormenu li a.nav-link:hover {
    color: #666 !important
}

.anchormenu li a.nav-link.active {
    border-bottom-color: #ffbc00;
    font-weight: bold
}