/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* Divi Dropdown Menü breiter machen */
/* Divi Dropdown Menü breiter machen */
:root {
    --dropdown-menu-width: 450px; /* Hier Menübreite ändern */
}
.nav li ul {
    width: var(--dropdown-menu-width);
}
.nav li li ul {
    left: var(--dropdown-menu-width);
}
#top-menu li li a {
    width: calc(var(--dropdown-menu-width) - 40px);
}

@font-face {
    font-family: 'rubik_dirtregular';
    src: url('/wp-content/themes/Divi-child/fonts/rubikdirt-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/Divi-child/fonts/rubikdirt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'rubik-bold';
    src: url('/wp-content/themes/Divi-child/fonts/Rubik-Bold.woff2') format('woff2'),
         url('/wp-content/themes/Divi-child/fonts/Rubik-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

