document.addEventListener(
	"DOMContentLoaded", () => {
		var myMmenu = new Mmenu("#menumobile",{
			extensions: ["border-full","pagedim-black"],
			"offCanvas": {
				"use": true,
				"position": "right"
         },
			"counters": {
				"add": true,
			},
			"iconPanels": {
				"add": true,
				"visible": "3",
			},
			"navbars": [
				{
					"position": "bottom",
					"content": [
						"<a href='https://www.facebook.com/kevagtelekom'><img class='img-fluid footerIconBlackSquare' title='Facebook' alt='Facebook' src='/fileadmin/user_upload/Website_Inhalt/Grafiken/Icons/Layout/facebook_square.svg' style='width: 16px; height: 16px;'></a>",
						"<a href='https://www.instagram.com/kevag_telekom/'><img class='img-fluid footerIconBlackSquare' title='Instagram' alt='Instagram' src='/fileadmin/user_upload/Website_Inhalt/Grafiken/Icons/Layout/instagram_square.svg' style='width: 16px; height: 16px;'></a>",
						"<a href='https://www.linkedin.com/company/kevag-telekom-gmbh-koblenz/'><img class='img-fluid footerIconBlackSquare' title='LinkedIn' alt='LinkedIn' src='/fileadmin/user_upload/Website_Inhalt/Grafiken/Icons/Layout/linkedin_square.svg' style='width: 16px; height: 16px;'></a>",
						"<a href='https://x.com/kevag_telekom'><img class='img-fluid footerIconBlackSquare' title='X' alt='X' src='/fileadmin/user_upload/Website_Inhalt/Grafiken/Icons/Layout/x_square.svg' style='width: 16px; height: 16px;'></a>",
						"<a href='https://www.youtube.com/@kevagtelekom8933'><img class='img-fluid footerIconBlackSquare' title='YouTube' alt='YouTube' src='/fileadmin/user_upload/Website_Inhalt/Grafiken/Icons/Layout/youtube_square.svg' style='width: 16px; height: 16px;'></a>"
					]
				}
			],
			navbar: {
				title: "KEVAG Telekom"
			},
			"setSelected": {
				"hover": true,
				"parent": true
         }
		}, {
			// configuration
			offCanvas: {
				page: {
					selector: "#fullPage"
				}
			}
		});
	}
);

