/*
Theme Name: Rikutec
Theme URI: http://www.rikutec.de
Author: Rikutec
Author URI: http://www.rikutec.de
Description: Combination of Automattic´s _s theme and Bootstrap 4. run "npm install" and "gulp copy-assets" inside the extracted /understrap folder. That downloads everything and moves it in place so that you can recompile your CSS and JS files; A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap ; A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 2.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rikutec
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

#wrapper-navbar {
    background-color: #002f5b !important;
}

.navbar.secondary-navbar.navbar-light {
    background-color: #002f5b !important;
}

.ubermenu-main {
    background: #002f5b !important;
}

.ubermenu .ubermenu-target-text:not(.ubermenu .ubermenu-submenu .ubermenu-target-text) {
    color: #fff !important;
}

.small_header_nav_container a, .small_header_nav_container a:active, .small_header_nav_container a:focus, .small_header_nav_container a:hover {
    color: #fff !important;
}

.worldwide {
    color: #fff !important;
}

.lang_link {
    color: #fff !important;
}

.lang_links a, .lang_links a:active, .lang_links a:focus, .lang_links a:hover {
    color: #fff !important;
}