/*
Theme Name: IBV Adria 2025
Author: Geektech Ulrich Witschaß
Author URI: https://www.geektech.de/
Template: hello-elementor
Version: 2025.0.0
Text Domain: ibv2025
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-nav-menu  li  ul::before
{
    position:absolute;
    left:15px;
    top:-10px;
    content: "";              /* Ohne 'content' wird es NICHT angezeigt! */
    display: block;           /* oder inline-block, damit es Platz einnimmt */
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000;  /* Farbe = sichtbare Seite */
/*    margin-top:-10px;
    margin-left:5px;*/
}
.elementor-nav-menu  li  ul::after
{
    position:absolute;
    left:15px;
    top:-9px;
    content: "";              /* Ohne 'content' wird es NICHT angezeigt! */
    display: block;           /* oder inline-block, damit es Platz einnimmt */
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;  /* Farbe = sichtbare Seite */
    /*    margin-top:-10px;
        margin-left:5px;*/
}

ul::before {
}

a.cmplz-link.cookie-statement
{
    display:none !important;
}