
    #dd-section {
        left: -110%;
        position: fixed;
        top: 0;
        overflow: auto;
        z-index: 9999;
        -webkit-transition: right .4s cubic-bezier(.75, 0, .25, 1);
        transition: left .4s cubic-bezier(.75, 0, .25, 1);
    }

    #dd-section.dd-m-menu {
        left: 0 !important;
    }

    #dd-menu-mobile .mobile_menu_bar {
        display: none;
    }

    #dd-menu-mobile .et_mobile_menu {
        display: block !important;
        border-top: none;
        box-shadow: none;
        position: relative;
        padding: 5%;
    }

    #dd-menu-mobile .et_mobile_nav_menu,
    #dd-menu-mobile .mobile_nav {
        width: 100%;
    }

    #dd-menu-mobile ul li a {
        text-align: right; /* Alignment of menu items */
        font-weight: 500!important; /* Font-weight of menu items */
        border-bottom: none; /* Bottom border of menu items */
        cursor: default;
    }
  
  @media (min-width: 1500px) {
    #dd-menu-mobile ul li a {
      cursor: pointer;
    }
  }
  
    #dd-menu-mobile ul li a:hover {
        opacity: 1;
        background-color: #e5dbc9 ;
    }

    #dd-menu-mobile ul li.menu-item-has-children > a {
        background-color: rgb (0, 0, 0,0);
    }
  
    #dd-menu-mobile .et_pb_menu__menu {
        display: none!important;
    }
  
    #dd-menu-mobile .et_mobile_nav_menu {
        display: block;
    }
  
    #dd-menu-mobile ul li {
        list-style: none; 
    }
  
    #dd-menu-mobile ul li ul {
        padding-bottom: 0;
    }

    #dd-menu-mobile.dd-submenu ul li a {
        text-align: right; /* Alignment of menu items in case sub-items exist */
    }

    #dd-menu-mobile .mobile_nav li ul.hide {
        display: none !important;
    }

    #dd-menu-mobile .mobile_nav .menu-item-has-children {
        position: relative;
    }


    #dd-menu-mobile .mobile_nav .menu-item-has-children>a+span {
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px 10px;
        font-size: 20px;
        font-weight: 700; /* Font-weight of submenu parent menu item icons */
        cursor: default;
        z-index: 3;
    }

    #dd-menu-mobile span.menu-closed:before {
        content: "L";
        display: block;
        color: #cfa77b; /* Color of submenu parent menu item icons */
        font-size: 16px;
        font-family: KOdchase;
    }

    #dd-menu-mobile span.menu-closed.menu-open:before {
        content: "K";
    }

    .dd-flex-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dd-fixed-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: background-color .3s, box-shadow .3s;
    }

    .et_pb_section_0_tb_header.et_pb_section.dd-fixed-header-styling {
        background-color: rgba(255,255,255,0.7) (0 0 0 0.5) !important; /* Background-color After Scroll */
        box-shadow: 0px 8px 18px -6px rgba(0, 0, 0, 0.2); /* Box-shadow After Scroll */
    }
  
    .dd-fixed-header-styling .dd-logo img {
        content: url(https://danielaroeske.de/wp-content/uploads/2023/11/Logo-5.png); /* New Logo After Scroll */
    }
  
    .dd-fixed-header-styling .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button, .dd-fixed-header-styling .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button {
        color: #fff !important; /* Desktop Search Icon Color After Scroll */
    }
  
    .dd-fixed-header-styling .et_pb_button_0_tb_header:after {
        color: #cfa77b !important; /* Mobile Search Icon Color After Scroll */
    }
  
    .dd-fixed-header-styling #dd-hamburger .et-pb-icon {
        color: #cfa77b !important; /* Hamburger Icon Color After Scroll */
    }
  
    .et_pb_menu__menu > nav > ul > li {
        margin-top: 0 !important;
    }

    .dd-custom-search .et_pb_menu__menu>nav>ul {
        display: none;
    }
  
    .dd-custom-search .et_pb_menu__search-button {
        right: 0!important;
        animation: none;
    }
  
    .dd-custom-search .et_pb_menu__search-container {
        width: 250px;
        left: auto;
        right: 0;
    }

    .dd-custom-search button.et_pb_menu__icon {
        margin: 0;
    }
  
    .dd-custom-search .et_pb_menu__search-button:after {
        transform: scaleX(-1);
    }
  
    .dd-search input.et_pb_searchsubmit {
        background: transparent !important;
        border: none !important;
        padding: 0 20px;
        z-index: 99;
    }

    .dd-search-icon {
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        padding: 0 17px;
        background-color: #383e59; /* background-color of Search Icon */
        border-left: 1px solid rgba(0,0,0,0); /* Left Border of Search Icon */
    }

    .dd-search-icon:after {
        content: "U";
        font-family: "ETmodules" !important;
        display: block;
        font-size: 17px; /* Font-size of Search Icon */
        font-weight: bold;
        color: #fff; /* Color of Search Icon */
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .dd-search-button.dd-closed:after {
        content: "U";
        font-size: 20px;
        padding: 5px;
    }

    .dd-search-button.dd-opened:after {
        content: "M";
    }
  
    @media (min-width: 981px) {
        .et_pb_button_module_wrapper.et_pb_button_0_tb_header_wrapper {
            display: none;
        }
    }

    .admin-bar .dd-fixed-header {
        top: 32px;
    }
  
    header .et_builder_inner_content {
        z-index: 99999;
    }
  
