$
var ButPO = article.value("button-pos-oben","");
var ButPR = article.value("button-pos-rechts","");
var ButGr = article.value("button-schriftgroesse","");
var ButCol = article.value("button-schriftfarbe","");
var LetSp = article.value("letter-spacing","");
var ButFfam = article.value("btn-ffam","");
var ButFw = article.value("btn-fw","");
var BtnHg = article.value("btn-hg","");
var BtnCorner = article.value("btn-corner","");
var ButText = article.value("button-text","");
var ButSymb = article.value("menu-symb","");
var ButColHov = article.value("button-schriftfarbe-hover","");
var BtnHgHov = article.value("btn-hg-hov","");
var FullLinkGr = article.value("full-link-groesse","");
var FullFfam = article.value("full-ffam","");
var FullFw = article.value("full-fw","");
var FullColHg = article.value("full-farbe-hg","");
var FullColBgImage = article.value("full-bild-hg", "");
var FullColSch = article.value("full-farbe-schrift","");
var FullLetsp = article.value("letsp","");
var FullColSchHov = article.value("full-farbe-schrift-hover","");
var FullLetspHov = article.value("letsp-hov","");
var XAnitime = article.value("x-anitime","");
var XAni = article.value("x-ani","");
var XPosO = article.value("x-pos-oben","");
var XPosR = article.value("x-pos-rechts","");
var XGr = article.value("x-groesse","");
var xCol = article.value("x-farbe","");
var FullAbstLi = article.value("full-abstand-links","");
var textTransform = article.value("textTransform", "none");
var headstyle = "";
// MENU BUTTON
headstyle += 'label#navtoggler' + ' {';
headstyle += 'top:' + ButPO + ';';
headstyle += ' right:' + ButPR + ';';
headstyle += ' font-family:' + ButFfam + ';';
headstyle += ' font-weight:' + ButFw + ';';
headstyle += ' font-size:' + ButGr + ';';
headstyle += ' color:' + ButCol + ';';
headstyle += ' letter-spacing:' + LetSp + ';';
headstyle += ' background-color:' + BtnHg + ';';
headstyle += ' border-radius:' + BtnCorner + ';';
headstyle += '}\n';
headstyle += 'label#navtoggler::before' + ' {';
headstyle += 'content: "' + ButSymb + ' ' + ButText + '";';
headstyle += '}\n';
headstyle += 'label#navtoggler:hover' + ' {';
headstyle += 'color:' + ButColHov + ' !important;';
headstyle += ' background-color:' + BtnHgHov + ';';
headstyle += '}\n';
// FULLPAGE
headstyle += 'nav#wzp_fullscreenmenu' + ' {';
headstyle += ' background:' + FullColHg + ';';
headstyle += '}\n';
// FULLPAGE HINTERGRUNDBILD
headstyle += 'nav#wzp_fullscreenmenu .wzp__fullpagemenu__bgImage' + ' {';
headstyle += 'background: url(' + FullColBgImage + ');';
headstyle += 'background-size: cover;';
headstyle += 'background-position: center;';
headstyle += '}\n';
headstyle += 'nav#wzp_fullscreenmenu a' + ' {';
headstyle += 'color:' + FullColSch + ' !important;';
headstyle += 'font-size:' + FullLinkGr + ';';
headstyle += 'font-family:' + FullFfam + ';';
headstyle += 'font-weight:' + FullFw + ';';
headstyle += 'letter-spacing:' + FullLetsp + ';';
headstyle += 'text-transform:' + textTransform + ';';
headstyle += '}\n';
headstyle += 'nav#wzp_fullscreenmenu ul li a:hover' + ' {';
headstyle += 'color:' + FullColSchHov + ' !important;';
headstyle += ' letter-spacing:' + FullLetspHov + ';';
headstyle += '}\n';
// SCHLIESSEN X
headstyle += 'nav#wzp_fullscreenmenu label#closex' + ' {';
headstyle += 'top:' + XPosO + ';';
headstyle += ' right:' + XPosR + ';';
headstyle += ' width:' + XGr + ';';
headstyle += ' height:' + XGr + ';';
headstyle += ' transition:all ' + XAnitime + 'ms !important;';
headstyle += '}\n';
headstyle += 'nav#wzp_fullscreenmenu label#closex:hover' + ' {';
headstyle += '' + XAni + ' !important;';
headstyle += '}\n';
headstyle += 'nav#wzp_fullscreenmenu label#closex::before, nav label#closex::after' + ' {';
headstyle += 'background:' + xCol + ';';
headstyle += '}\n';
// FULLPAGE ABSTAND
headstyle += 'nav#wzp_fullscreenmenu ul li' + ' {';
headstyle += 'margin-top:' + FullAbstLi + ';';
headstyle += ' margin-bottom:' + FullAbstLi + ';';
headstyle += '}';
system.addHtmlHeadElement("
Fullscreen Menü
Hier können Sie das Widget öffnen oder löschen. Dieser Hinweis wird nur in der internen Vorschau angezeigt.