/* Baskerville-URW & Laca - Adobe Fonts */

body, p, a {font-family: 'laca', sans-serif; font-weight: 200; font-style: normal; font-size: 15pt; line-height: 1.1;}
h1 {font-family: 'baskerville-urw', serif; font-weight: 400; font-style: normal; line-height: 1.1;}
h2 {font-family: 'laca', sans-serif; font-weight: 700; font-style: normal;}
h3 {font-family: 'baskerville-urw', serif; font-weight: 400; font-style: normal; line-height: 1; font-size: 21pt}
h4 {font-family: 'laca', sans-serif; font-weight: 700; font-style: normal; font-size: 18pt; line-height: 1.1;}

/* Ganze Mobilemenü Textzeile anklickbar bei Subitems - 1. Versuch ohne Erfolg
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler {
    width: 100% !important;
    text-align: right;
}
*/

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, 
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
    width: 100%;
    text-align: right;
}