<?php	
	header('Content-type: text/html; charset=utf-8');


	ini_set('display_errors', 1);
	ini_set('display_startup_errors', 1);
	error_reporting(E_ALL);
	
	
	// svg Beautifyer
	// https://www.cleancss.com/xml-beautify/
	
	
	
	// if(isset($_GET['noScroll'])) {
		// $scroll = "none";
	// }else{
		// $scroll = "all";
	// }

	// Append the host(domain name, ip) to the URL.   
    $url= $_SERVER['HTTP_HOST'];   
    
	$local = false;
  
	$spezifischesDatum = 0;
	if(isset($_GET['showData'])) {
		$showData = "naviTag";
		$currentDate = $_GET['showData'];
		$spezifischesDatum = 1;
	}else{
		$showData = "naviAktuell";
		$currentDate = "";
	}
	
	$mode = "none";
	if(isset($_GET['mode'])) {
		$mode = $_GET['mode'];
	}
		
	$reminder = "false";
	if(isset($_GET['reminder'])) {
		$reminder = $_GET['reminder'];
	}
	
	$scroll = "all";
?>

<html>
	<head>
		<script src="js/jquery.js"></script>
		<script src="js/script.js<?php echo '?'.mt_rand(); ?>"></script>
		<link rel="stylesheet" type="text/css" href="css/main.css<?php echo '?'.mt_rand(); ?>" />
		<link rel="icon" type="image/x-icon" href="image/favicon.ico">
		<link rel="shortcut icon" href="image/android-chrome-192x192.png" sizes="192x192">
		
		<script src="js/jquery.js"></script>
		<link rel="stylesheet" href="js/jquery-confirm.3.3.2.min.css?<?php echo rand(); ?>"  type="text/css">
		<script src="js/jquery-confirm.3.3.2.min.js?<?php echo rand(); ?>"></script>
		
		<title>energy flow</title>
		
		<style>
			* {
				font-family: "Open Sans", Helvetica, Arial, sans-serif;
			}
			
			h1 {
				color: white;
			}

			.div1 {
				width: 100%;
				text-align: center;
			}
			
			.div2 {
				// display: inline-block;
				// margin: 0 auto;
				width: 90%;
				text-align: center;
			}
						
			.button1 {
				font-size: 26px;
				width: 100%;
				display: block;
				color: #000000;
				padding: 20px 30px;
				margin: 10px auto;
				margin-left: 5%;
				height: auto;
				border: 0;
				border-radius: 40px;
				cursor: pointer;
				border: 2px solid white;
				background-color: #ffffff;				
			}
		</style>
		
		
		<script>
			// Ob man per energy.quadcam.ch oder per IP adresse auf die Website drauf zugreift
			// je nachdem werden gewisse Elemente ausgeblendet
			var local = <?php echo json_encode($local); ?>;
			var spezifischesDatum = <?php echo json_encode($spezifischesDatum); ?>;
			var showData = "naviAktuell";
			var mode = <?php echo json_encode($mode); ?>;
			var showReminderVar = (<?php echo json_encode($reminder); ?> === 'true');

		
			// const [day, month, year] = "11.09.2022".split('.');
			// var currentDate = new Date(+year, +month - 1, +day);
			var currentDate = <?php echo json_encode($currentDate); ?>;			
		</script>
	

	</head>
	
	<body onload="startTime()">
	
		<table height="100%" cellspacing="0" cellpadding="0" class="tg">
		  <tr id="naviBar" height="35px" style="background-color:#FFFFFF;">
			<td width="33%" id="link_grafana" class="link_grafana"><div id="grafana"></div></td>
			<td width="33%" class="refresh"><div id="clock"></div></td>
			<td width="33%" id="link_openHAB" class="link_openHAB"><div id="ha"></div></td>
		  </tr>
		  <tr>
			<td colspan="2">
				<div class="outer">
					<div class="imgbox2" id="navi" hidden>
						<button onclick="naviClick(this)" id="naviAktuell" class="naviB" type="button">Aktuell</button> <br>
						<button onclick="naviClick(this)" id="naviTag" class="naviB"  type="button">Tag</button> <br>
						<button onclick="naviClick(this)" id="naviLast30D" class="naviB" type="button">last 30d</button>
					</div>
     
					<div class="imgbox" id="inner_frame1" style="background-color:black; visibility: hidden;">				
						<svg id="energyFlow" class="center-fit" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" viewBox="-0.5 -0.5 549 540">
							<defs/>
							<g>
								<linearGradient id="left-to-right">
								  <stop offset="0" stop-color="#4DAF4C">
									<animate dur="2s" attributeName="offset" fill="freeze" from="0" to="1" />
								  </stop>
								  <stop offset="0" stop-color="#fff"><animate dur="2s" attributeName="offset" fill="freeze" from="0" to="1" /> </stop>								  
								</linearGradient>
								
								<!--  gradients -->
								
								<linearGradient id="gradHouse" x1="0%" y1="0%" x2="0%" y2="100%">
									<stop id="gradHouseStop1" offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
									<stop id="gradHouseStop2" offset="50%" style="stop-color:rgb(124,252,0);stop-opacity:1" />
								</linearGradient>
								
								<g id="sonne">
									<rect x="183" y="1" width="150" height="150" fill="none" stroke="none" transform="rotate(90,258,76)" pointer-events="all"/>
									<!-- Sonne Kern -->
									<ellipse cx="258" cy="76" rx="30" ry="30" fill="#fff2cc" stroke="#d6b656" stroke-width="2" transform="rotate(90,258,76)" pointer-events="all"/>							
									<!-- Sonnenstrahlen -->
									<path d="M 258 1 L 258 38.5 M 258 113.5 L 258 151 M 295.5 76 L 333 76 M 220.5 76 L 183 76 M 204.75 22.75 L 231.75 49.75 M 231.75 102.25 L 204.75 129.25 M 311.25 22.75 L 284.25 49.75 M 284.25 102.25 L 311.25 129.25" fill="none" stroke="#d6b656" stroke-width="2" stroke-miterlimit="10" transform="rotate(22.5,258,76)" pointer-events="all"/>
								</g>
								
								<rect x="267.1" y="249.73" width="128.9" height="30" fill="none" stroke="none" pointer-events="all"/>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 127px; height: 1px; padding-top: 265px; margin-left: 268px;">
												<div data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div id="pv2House" style="display: inline-block; font-size: 23px; font-family: Helvetica; color: rgb(255, 255, 255); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">0</div>
												</div>
											</div>
										</foreignObject>
										<text x="332" y="272" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="middle">pv2House</text>
									</switch>
								</g>
								<rect x="120" y="252.73" width="127.89" height="30" fill="none" stroke="none" pointer-events="all"/>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 126px; height: 1px; padding-top: 265px; margin-left: 121px;">
												<div data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div id="pv2Grid" style="display: inline-block; font-size: 23px; font-family: Helvetica; color: rgb(255, 255, 255); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">pv2Grid</div>
												</div>
											</div>
										</foreignObject>
										<text x="184" y="275" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="middle">pv2Grid</text>
									</switch>
								</g>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 127px; height: 1px; padding-top: 325px; margin-left: 268px;">
												<div data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div id="house2batt" style="display: inline-block; font-size: 23px; font-family: Helvetica; color: rgb(255, 255, 255); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">0</div>
												</div>
											</div>
										</foreignObject>
										<text x="332" y="272" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="middle">pv2House</text>
									</switch>
								</g>
								
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe left; justify-content: unsafe left; width: 127px; height: 1px; padding-top: 410px; margin-left: 275px;">
												<div data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: left;">
													<div id="batt2house" style="display: inline-block; font-size: 23px; font-family: Helvetica; color: rgb(255, 255, 255); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">0</div>
												</div>
											</div>
										</foreignObject>
										<text x="332" y="272" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="middle">pv2House</text>
									</switch>
								</g>
								
								
								<rect x="128" y="295.73" width="270" height="30" fill="none" stroke="none" pointer-events="all"/>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 268px; height: 1px; padding-top: 315px; margin-left: 35px;">
												<div data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div id="grid" style="display: inline-block; font-size: 23px; font-family: Helvetica; color: rgb(255, 255, 255); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">grid</div>
												</div>
											</div>
										</foreignObject>
										<text x="263" y="318" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="middle">grid</text>
									</switch>
								</g>
								<rect x="218" y="61" width="80" height="30" fill="none" stroke="none" pointer-events="all"/>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: center;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 60px; height: 1px; padding-top: 76px; margin-left: 228px;">
												<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div id="pvPower" style="display: inline-block; font-size: 16px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">pvPower</div>
												</div>
											</div>
										</foreignObject>
										<text x="258" y="81" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="16px" text-anchor="middle">pvPower</text>
									</switch>
								</g>
								
								<!-- grid tower -->
								<g transform="scale(0.25 0.25) translate(90, 900)">
									<path id="gridTower" fill="white" stroke="white" stroke-width="2" stroke-miterlimit="10" pointer-events="none" d="M367.5,159c4.142,0,7.5-3.357,7.5-7.5v-32c0-0.278-0.018-0.552-0.047-0.822c-0.004-0.037-0.012-0.074-0.017-0.111
									c-0.039-0.313-0.1-0.619-0.176-0.919c-0.015-0.061-0.03-0.121-0.046-0.181c-0.093-0.332-0.206-0.656-0.342-0.967
									c-0.013-0.03-0.029-0.058-0.042-0.087c-0.132-0.291-0.282-0.57-0.448-0.839c-0.031-0.051-0.06-0.103-0.093-0.153
									c-0.183-0.281-0.384-0.549-0.602-0.802c-0.044-0.052-0.092-0.101-0.138-0.152c-0.225-0.248-0.462-0.483-0.718-0.699
									c-0.011-0.009-0.019-0.02-0.03-0.029l-0.026-0.022c-0.003-0.002-0.006-0.005-0.008-0.007l-95.292-79.41L253.5,3
									c-1.417-1.889-3.639-3-6-3h-32c-2.361,0-4.583,1.111-6,3l-23.474,31.299l-95.292,79.41c-0.003,0.002-0.006,0.005-0.008,0.007
									l-0.026,0.022c-0.011,0.009-0.019,0.02-0.03,0.029c-0.256,0.216-0.493,0.452-0.718,0.699c-0.046,0.051-0.093,0.1-0.138,0.152
									c-0.218,0.253-0.419,0.521-0.602,0.802c-0.033,0.05-0.062,0.102-0.093,0.153c-0.166,0.269-0.317,0.548-0.448,0.839
									c-0.013,0.029-0.029,0.057-0.042,0.087c-0.136,0.312-0.248,0.635-0.342,0.967c-0.017,0.06-0.031,0.12-0.046,0.181
									c-0.076,0.3-0.137,0.606-0.176,0.919c-0.005,0.037-0.013,0.074-0.017,0.111C88.018,118.948,88,119.222,88,119.5v32
									c0,4.143,3.358,7.5,7.5,7.5s7.5-3.357,7.5-7.5V127h81v68.987l-93.267,77.722c-0.003,0.002-0.006,0.005-0.008,0.007l-0.026,0.022
									c-0.011,0.009-0.019,0.02-0.03,0.029c-0.256,0.216-0.493,0.452-0.718,0.699c-0.046,0.051-0.093,0.1-0.138,0.152
									c-0.218,0.253-0.419,0.521-0.602,0.802c-0.033,0.05-0.062,0.102-0.093,0.153c-0.166,0.269-0.317,0.548-0.448,0.839
									c-0.013,0.029-0.029,0.057-0.042,0.087c-0.136,0.312-0.248,0.635-0.342,0.967c-0.017,0.06-0.031,0.12-0.046,0.181
									c-0.076,0.3-0.137,0.606-0.176,0.919c-0.005,0.037-0.013,0.074-0.017,0.111C88.018,278.948,88,279.222,88,279.5v32
									c0,4.143,3.358,7.5,7.5,7.5s7.5-3.357,7.5-7.5V287h77.792l-58.545,161H111.5c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h40
									c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-8.173L231.5,340.233L319.673,448H319.5c-4.142,0-7.5,3.357-7.5,7.5
									s3.358,7.5,7.5,7.5h40c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-18.747l-58.545-161H360v24.5c0,4.143,3.358,7.5,7.5,7.5
									s7.5-3.357,7.5-7.5v-32c0-0.278-0.018-0.552-0.047-0.822c-0.004-0.037-0.012-0.074-0.017-0.111c-0.039-0.313-0.1-0.619-0.176-0.919
									c-0.015-0.061-0.03-0.121-0.046-0.181c-0.093-0.332-0.206-0.656-0.342-0.967c-0.013-0.03-0.029-0.058-0.042-0.087
									c-0.132-0.291-0.282-0.57-0.448-0.839c-0.031-0.051-0.06-0.103-0.093-0.153c-0.183-0.281-0.384-0.549-0.602-0.802
									c-0.044-0.052-0.092-0.101-0.138-0.152c-0.225-0.248-0.462-0.483-0.718-0.699c-0.011-0.009-0.019-0.02-0.03-0.029l-0.026-0.022
									c-0.003-0.002-0.006-0.005-0.008-0.007L279,195.987V127h81v24.5C360,155.643,363.358,159,367.5,159z M220.893,79.5L199,101.393
									V57.607L220.893,79.5z M209.607,47h43.786L231.5,68.893L209.607,47z M209.607,112L231.5,90.107L253.393,112H209.607z M253.393,127
									L231.5,148.893L209.607,127H253.393z M220.893,159.5L199,181.393v-43.786L220.893,159.5z M209.607,192l21.893-21.893L253.393,192
									H209.607z M253.393,207L231.5,228.893L209.607,207H253.393z M220.893,239.5L199,261.393v-43.786L220.893,239.5z M231.5,250.107
									L253.393,272h-43.786L231.5,250.107z M255.673,287L231.5,316.545L207.327,287H255.673z M242.107,239.5L264,217.607v43.786
									L242.107,239.5z M242.107,159.5L264,137.607v43.786L242.107,159.5z M242.107,79.5L264,57.607v43.786L242.107,79.5z M219.25,15h24.5
									l12.75,17h-50L219.25,15z M184,55.513V112h-67.785L184,55.513z M184,215.513V272h-67.785L184,215.513z M149.617,416.624
									l44.426-122.172l27.766,33.937L149.617,416.624z M241.19,328.389l27.766-33.937l44.426,122.172L241.19,328.389z M279,272v-56.487
									L346.785,272H279z M279,112V55.513L346.785,112H279z"/>
								</g>
																																
								<!-- haus hülle
								<path id="houseColor" pointer-events="visiblePainted" d="M 415.5 343.73 L 415.5 273.14 L 468 230.79 L 520.5 273.14 L 520.5 343.73 L 483 343.73 L 483 308.44 L 453 308.44 L 453 343.73 Z" fill="url(#gradHouse)" stroke="#666666" stroke-width="2" stroke-miterlimit="10"/>
								
								<path id="houseColor" pointer-events="visiblePainted" d="M 415.5 343.73 L 415.5 273.14 L 468 230.79 L 520.5 273.14 L 520.5 343.73 L 483 343.73  L 453 343.73 Z" fill="url(#gradHouse)" stroke="#666666" stroke-width="2" stroke-miterlimit="10"/>
								
								-->
								
								<path id="houseColor" pointer-events="visiblePainted" d="M 415.5 343.73 L 415.5 273.14 L 468 230.79 L 520.5 273.14 L 520.5 343 L 485 343 L 485 308.44 L 453 308.44 L 453 343.73 Z" fill="url(#gradHouse)" stroke="#666666" stroke-width="2" stroke-miterlimit="10"/>
								
								
								<!-- kamin 
								<path d="M 429 256.2 L 429 237.85 L 438 237.85 L 438 249.14" fill="#f5f5f5" stroke="#666666" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/>
								-->
								<!-- dach -->
								<path d="M 408 273.14 L 468 223.73 L 528 273.14" fill="none" stroke="#666666" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 98px; height: 1px; padding-top: 284px; margin-left: 419px;">
												<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div id="house" style="display: inline-block; font-size: 23px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: none; white-space: normal; overflow-wrap: normal;">house</div>
												</div>
											</div>
										</foreignObject>
										<text x="468" y="291" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="23px" text-anchor="middle">house</text>
									</switch>
								</g>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 32px; height: 1px; padding-top: 333px; margin-left: 488px;">
												<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div id="Autarkie" style="display: inline-block; font-size: 14px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: none; white-space: normal; overflow-wrap: normal;">Autarkie</div>
												</div>
											</div>
										</foreignObject>
										<text x="502" y="341" fill="#000000" font-family="Helvetica" font-size="14px" text-anchor="middle">Autar...</text>
									</switch>
								</g>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 20px; height: 1px; padding-top: 312px; margin-left: 423px;">
												<div data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: left;">
													<div style="display: inline-block; font-size: 30px; font-family: Helvetica; color: green; line-height: 1.2; pointer-events: none; white-space: normal; overflow-wrap: normal;">E</div>
												</div>
											</div>
										</foreignObject>
										<text x="434" y="328" fill="#FFFFFF" font-family="Helvetica" font-size="30px" text-anchor="middle">E</text>
									</switch>
								</g>
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 32px; height: 1px; padding-top: 333px; margin-left: 419px;">
												<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div id="Eigenverbrauch" style="display: inline-block; font-size: 14px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: none; white-space: normal; overflow-wrap: normal;">Eigenverbrauch</div>
												</div>
											</div>
										</foreignObject>
										<text x="434" y="341" fill="#000000" font-family="Helvetica" font-size="14px" text-anchor="middle">Eigen...</text>
									</switch>
								</g>
								
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 20px; height: 1px; padding-top: 312px; margin-left: 492px;">
												<div data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
													<div style="display: inline-block; font-size: 30px; font-family: Helvetica; color: green; line-height: 1.2; pointer-events: none; white-space: normal; overflow-wrap: normal;">A</div>
												</div>
											</div>
										</foreignObject>
										<text x="502" y="328" fill="#FFFFFF" font-family="Helvetica" font-size="30px" text-anchor="middle">A</text>
									</switch>
								</g>
								
								<!-- reminder -->
								<g id="reminder" transform="scale(0.4 0.4) translate(1110, 150)" fill="white" stroke="white" stroke-width="2" stroke-miterlimit="10" pointer-events="visiblePainted">
									<rect id="reminder" x="0" y="0" width="120" height="120" rx="5.28" ry="5.28" fill="black" stroke="rgb(0, 0, 0)" pointer-events="visiblePainted"/>
									
									<path d="M40.5,68.38a2.79,2.79,0,0,1,0-5.58h9.77a35.57,35.57,0,0,0-1.61,3.62c-.25.64-.47,1.29-.68,2Zm49.16,46.48a9.76,9.76,0,0,1-1.14,3.1A9.76,9.76,0,0,1,80,122.88a10,10,0,0,1-3.4-.58,9.54,9.54,0,0,1-3-1.73A10.1,10.1,0,0,1,71.38,118a9.7,9.7,0,0,1-1.15-3.2,1.06,1.06,0,0,1,.85-1.22H88.65a1,1,0,0,1,1,1,1.26,1.26,0,0,1,0,.28Zm-4.17-57a20.54,20.54,0,0,1,2.48.81,24,24,0,0,1,3.41,1.68l.13.08a23.23,23.23,0,0,1,2.9,2.12A22,22,0,0,1,97,65.17h0a21.65,21.65,0,0,1,2.12,3.06,23.32,23.32,0,0,1,1.61,3.39h0a21.18,21.18,0,0,1,1,3.72,21.87,21.87,0,0,1,.34,3.91v4.25c0,1.35,0,2.68,0,4h0a29.7,29.7,0,0,0,.22,3.52,29.15,29.15,0,0,0,.63,3.37h0a17.46,17.46,0,0,0,1.1,3.09,19.09,19.09,0,0,0,1.73,3h0a17.45,17.45,0,0,0,2.52,2.82,29.18,29.18,0,0,0,3.62,2.82,1.72,1.72,0,0,1-1,3.15H48.86a1.72,1.72,0,0,1-1.73-1.72A1.74,1.74,0,0,1,48,106a29.14,29.14,0,0,0,3.6-2.81,17,17,0,0,0,2.5-2.83l.07-.09a21.17,21.17,0,0,0,1.66-2.9,18.13,18.13,0,0,0,1.12-3.09s0,0,0-.06A25.1,25.1,0,0,0,57.54,91a29.49,29.49,0,0,0,.21-3.56V79.26a22.49,22.49,0,0,1,.35-3.92,20.74,20.74,0,0,1,1-3.73,23.32,23.32,0,0,1,1.63-3.42,22.12,22.12,0,0,1,2.15-3.08h0a22.78,22.78,0,0,1,2.63-2.66,22.18,22.18,0,0,1,6.5-3.87,21.36,21.36,0,0,1,2.54-.78,5.07,5.07,0,0,1,1.53-2.52A5.55,5.55,0,0,1,80.06,54,5.71,5.71,0,0,1,84,55.3a5.31,5.31,0,0,1,1.53,2.52Zm.92,5.3a18.53,18.53,0,0,0-2.78-.85,1.63,1.63,0,0,1-1.42-1.43,2.39,2.39,0,0,0-.62-1.51A2.44,2.44,0,0,0,80,58.89a2.23,2.23,0,0,0-1.54.42,2.32,2.32,0,0,0-.61,1.52h0a1.63,1.63,0,0,1-1.33,1.43,17.14,17.14,0,0,0-3,.83,17.42,17.42,0,0,0-2.75,1.33,17.63,17.63,0,0,0-2.47,1.78,18.81,18.81,0,0,0-2.13,2.15h0a19.13,19.13,0,0,0-1.73,2.5,20.32,20.32,0,0,0-1.32,2.78,16.86,16.86,0,0,0-.83,3,17.88,17.88,0,0,0-.27,3.16v7.79a31.53,31.53,0,0,1-.23,3.8,28.51,28.51,0,0,1-.67,3.53s0,.05,0,.08a20.19,20.19,0,0,1-1.28,3.5A23.86,23.86,0,0,1,58,101.7l-.06.1A20.38,20.38,0,0,1,55.1,105l0,0h49.78a19.91,19.91,0,0,1-2.85-3.21h0a22.24,22.24,0,0,1-1.94-3.34A19.87,19.87,0,0,1,98.77,95h0a30.6,30.6,0,0,1-.67-3.63,34,34,0,0,1-.23-3.74h0c0-1.23,0-2.5,0-3.82,0-2.46,0-3.79,0-4a17.39,17.39,0,0,0-.28-3.17,16.5,16.5,0,0,0-.81-3h0a19,19,0,0,0-1.3-2.77,18,18,0,0,0-1.72-2.48h0a17.76,17.76,0,0,0-2.11-2.14,18.8,18.8,0,0,0-2.35-1.71l-.11-.07a21.21,21.21,0,0,0-2.75-1.35ZM16.75,65.61a2.06,2.06,0,0,1,3.42-2.29L21.29,65l4.45-5.41a2.06,2.06,0,1,1,3.18,2.61l-6.16,7.49a1.92,1.92,0,0,1-.49.45,2.07,2.07,0,0,1-2.86-.56l-2.66-4Zm0-19.6a2.06,2.06,0,1,1,3.42-2.29l1.12,1.67L25.74,40a2.06,2.06,0,0,1,3.18,2.61l-6.16,7.49a2,2,0,0,1-.49.46A2.06,2.06,0,0,1,19.41,50l-2.66-4Zm0-19.61a2.06,2.06,0,1,1,3.42-2.29l1.12,1.66,4.45-5.41A2.06,2.06,0,1,1,28.92,23l-6.16,7.49a2.16,2.16,0,0,1-.49.46,2.07,2.07,0,0,1-2.86-.57l-2.66-4Zm23.75.47a2.79,2.79,0,1,1,0-5.58H70.23a2.79,2.79,0,1,1,0,5.58ZM6.47,0H86a6.45,6.45,0,0,1,6.47,6.46V47.13L92,46.92a30.69,30.69,0,0,0-3.73-1.22h0A8.06,8.06,0,0,0,86.92,43V6.49a1,1,0,0,0-.26-.65A1,1,0,0,0,86,5.57H6.47a.92.92,0,0,0-.91.92V86.43a.92.92,0,0,0,.91.92h40.1v2.82c0,.92,0,1.82-.08,2.7h-40A6.43,6.43,0,0,1,1.9,91,6.36,6.36,0,0,1,0,86.42V6.47A6.45,6.45,0,0,1,6.47,0Zm34,47.62a2.79,2.79,0,1,1,0-5.57H67.91a2.78,2.78,0,0,1,2.51,4c-.8.23-1.59.5-2.37.79-.63.24-1.25.5-1.87.78Z"/>
								</g>
								
								
								<!-- car -->
								<g id="car" transform="scale(0.2 0.2) translate(2000, 2000)" fill="white" stroke="white" stroke-width="2" stroke-miterlimit="10" pointer-events="visiblePainted">
									<path d="M174.88,143.23c-3.2-3.3-6.28-6.69-9.96-9.52c-8.74-6.7-18.49-10.88-29.45-12.06c-15.17-1.63-29.1,1.72-41.52,10.74
										c-11.97,8.69-19.74,20.19-23.1,34.62c-1.85,7.95-2.06,15.95-0.63,23.99c0.39,2.21,0.16,2.48-2.07,2.49
										c-6.08,0.02-12.16,0.08-18.24,0c-10.43-0.14-20.08-9.76-20.16-20.18c-0.08-10.88-0.26-21.76,0.06-32.63
										c0.32-10.65,0.47-21.36,3.3-31.77c1.73-6.36,4.35-12.31,8.14-17.69c3.67-5.22,9.09-8.21,14.77-10.6
										c9.35-3.94,19.29-5.97,29.07-8.52c9.97-2.6,19.96-5.12,29.49-9.12c3.25-1.37,6.34-3.03,9.3-4.96c1.49-0.98,2.86-2.16,4.55-2.83
										c0,0,0.04,0.06,0.04,0.06c-3.55,3.42-7.84,5.82-12.26,7.72c-10.84,4.66-22.28,7.5-33.69,10.42c-9.34,2.39-18.83,4.37-27.67,8.39
										c-4.51,2.05-8.82,4.57-12.04,8.38c-3.7,4.38-6,9.64-7.95,14.99c-2.62,7.22-3.32,14.81-3.92,22.39c-0.76,9.57-0.22,19.18-0.76,28.76
										c-0.27,4.66-0.13,9.35-0.02,14.02c0.08,3.64,0.58,7.14,2.2,10.57c3.64,7.67,9.73,11.43,17.93,12.06
										c5.68,0.44,11.37,0.07,17.06-0.22c2.45-0.13,2.48-0.05,2.23-2.47c-0.03-0.32-0.13-0.63-0.18-0.94c-0.89-5.09-0.86-10.25-0.32-15.31
										c1.25-11.78,5.63-22.32,13.15-31.61c2.3-2.84,5.01-5.22,7.44-7.89c1.9-2.08,4.71-3.35,7.19-4.85c2.95-1.78,5.88-3.62,9.16-4.8
										c8.82-3.15,17.81-4.93,27.27-4.03c6.49,0.61,12.75,2,18.75,4.53c6.69,2.82,12.59,6.92,17.97,11.76c1.94,1.74,3.86,3.56,4.94,6.03
										L174.88,143.23z"/>
									<path d="M433.07,143.2c-2.64,4.07-5.44,8.04-7.45,12.49c-3.19,7.08-5.1,14.46-5.24,22.25c-0.08,4.28-0.17,8.58,0.75,12.8
										c0.3,1.37-0.17,2.09-1.66,2c-0.7-0.05-1.41,0-2.11,0c-56.32,0-112.63,0.01-168.95,0.01c-7.99,0-15.99-0.28-23.96,0.07
										c-11.71,0.53-23.41,0.1-35.11,0.29c-2.9,0.05-2.86,0.01-2.43-2.91c2.42-16.45-0.87-31.53-10.85-45c-0.45-0.61-0.78-1.31-1.17-1.97
										c0,0,0.07-0.07,0.07-0.07c0.49,0.5,1.04,0.95,1.47,1.49c2.97,3.8,5.35,7.98,7.17,12.41c4.15,10.11,5.84,20.6,4.13,31.51
										c-0.59,3.75-0.55,3.76,3.28,3.76c75.45,0,150.9,0,226.34,0c0.58,0,1.15-0.02,1.73,0c1.16,0.03,1.56-0.43,1.4-1.65
										c-0.37-2.72-0.8-5.46-0.85-8.19c-0.2-10.75,2-20.98,7.2-30.44c1.74-3.16,3.29-6.52,6.2-8.89L433.07,143.2z"/>
									<path d="M128.35,226.55c-25.1,0.45-46.3-21-46.08-46.32c0.22-25.29,20.31-46.29,46.43-46.1c26.18,0.19,46.02,20.43,46.1,46.26
										C174.89,206.78,153.4,226.99,128.35,226.55z M128.75,134.76c-25.21-0.27-46.43,20.44-45.94,46.49
										c0.46,24.23,19.55,44.33,44.86,44.85c25.77,0.53,47.6-20.77,46.48-47.83C173.2,155.38,154.06,134.8,128.75,134.76z"/>
									<path d="M154.52,37.12c3.32-2.84,7-5.17,10.82-7.23c18.92-10.24,39.27-15.92,60.47-18.9c13.97-1.96,28.01-2.73,42.08-2.17
										c11.48,0.45,22.94,1.45,34.36,2.87c15.27,1.9,30.31,4.86,45.17,8.78c15.12,3.98,29.93,8.83,44.12,15.49
										c7.94,3.72,15.91,7.36,23.47,11.8c0.82,0.48,1.56,1.1,2.34,1.66c0,0-0.07,0.08-0.07,0.08c-0.7-0.31-1.45-0.53-2.09-0.93
										c-6.9-4.28-14.3-7.62-21.63-11.05c-11.3-5.29-22.93-9.76-34.91-13.3c-12.89-3.81-25.93-6.94-39.15-9.32
										c-11.07-1.99-22.23-3.27-33.44-4.29c-8.53-0.78-17.07-1.11-25.62-1.41c-5.94-0.21-11.86,0.43-17.8,0.69
										c-9.21,0.4-18.25,1.95-27.3,3.49c-8.58,1.46-16.94,3.81-25.22,6.54c-8.53,2.81-16.76,6.23-24.58,10.63
										c-3.72,2.1-7.31,4.44-10.96,6.67C154.59,37.2,154.52,37.12,154.52,37.12z"/>
									<path d="M417.35,49.41c2.46,1,4.51,2.67,6.59,4.24c7.75,5.88,16.26,10.69,23.85,16.79c2.29,1.84,4.34,3.98,6.66,5.78
										c4.2,3.26,9.18,4.24,14.37,4.7c8.73,0.78,17.34,2.45,25.97,3.97c10.21,1.8,20.39,3.74,30.48,6.12
										c10.29,2.43,20.37,5.61,29.93,10.17c4.96,2.37,9.68,5.24,13.89,8.84c5.74,4.91,8.61,11.52,10.66,18.53
										c2.34,8.02,3.09,16.28,3.59,24.61c0.49,8.03-0.05,15.96-0.91,23.89c-0.49,4.54-2.08,8.83-4.16,12.9c-0.36,0.7-0.9,1.23-1.57,1.66
										c0,0-0.05-0.08-0.05-0.08c0.84-1.65,1.82-3.21,2.56-4.92c2.97-6.86,3.33-14.16,3.57-21.43c0.27-8.05-0.01-16.1-1.09-24.1
										c-1.05-7.78-2.88-15.33-6.49-22.36c-1.91-3.73-4.74-6.73-7.95-9.31c-5.52-4.43-11.76-7.6-18.33-10.24
										c-7.97-3.21-16.1-5.89-24.46-7.75c-13.67-3.05-27.42-5.7-41.24-7.93c-5.48-0.88-10.96-1.87-16.53-2.18
										c-3.68-0.2-7.13-1.34-10.35-3.21c-2.85-1.65-5.18-3.92-7.66-6.03c-6-5.1-12.69-9.26-19.16-13.7c-4.15-2.85-8.17-5.91-12.24-8.88
										L417.35,49.41z"/>
									<path d="M444.15,150.85c1.27-2.37,3.32-4.07,5.31-5.71c7.91-6.53,16.92-10.31,27.3-10.86c13.93-0.73,25.88,3.83,35.57,13.6
										c17.69,17.83,17.37,45.44,2.01,62.91c-7.97,9.06-17.97,14.37-29.86,15.63c-12.16,1.29-23.35-1.77-33.19-9.23
										c-0.66-0.5-1.19-1.15-1.78-1.73l0.07-0.07c0.54,0.32,1.13,0.6,1.63,0.98c5.62,4.28,11.83,7.18,18.77,8.68
										c12.13,2.63,23.38,0.5,33.79-6.02c7.81-4.9,13.59-11.57,17.36-20.13c3.53-8.04,4.94-16.28,3.56-24.86
										c-2.42-15.04-10.2-26.5-23.71-33.82c-12.65-6.85-25.7-6.99-39-2.05c-1.27,0.47-2.27,1.45-3.46,1.89c-2.07,0.77-3.71,2.15-5.57,3.21
										c-3.42,1.94-5.68,5.26-8.73,7.65L444.15,150.85z"/>
									<path d="M515.6,133.23c-3.49-1.98-6.69-4.45-10.35-6.17c-10.94-5.14-22.38-6.9-34.35-5.22c-10.56,1.48-19.99,5.66-28.33,12.24
										c-2.74,2.16-5.47,4.41-7.59,7.26c-0.52,0.71-1.27,1.25-1.91,1.86c0,0-0.06-0.04-0.06-0.04c0.25-0.44,0.45-0.92,0.76-1.31
										c5.78-7.24,13.11-12.56,21.51-16.2c9.14-3.96,18.74-5.71,28.8-4.85c8.61,0.74,16.71,2.99,24.22,7.22c2.6,1.46,5.34,2.78,7.33,5.14
										L515.6,133.23z"/>
									<path d="M576.7,191.6c-1.3,1.81-3.26,1.63-5.07,1.49c-9.06-0.71-18.14-0.15-27.2-0.33c-1.66-0.03-3.32-0.04-4.98,0
										c-1.41,0.03-1.94-0.44-1.68-1.95c1.6-9.01,1.07-17.94-1.38-26.75c-2.42-8.71-6.84-16.33-12.8-23.08c-0.55-0.63-1.09-1.25-1.45-2.01
										l0.07-0.05c4.44,3.56,7.42,8.34,10.01,13.2c6.36,11.92,8.27,24.72,6.21,38.08c-0.24,1.57,0.28,2.13,1.77,2.12
										c2.49-0.02,4.99,0.01,7.48,0.01c7.55,0,15.1-0.05,22.64,0.03c2.17,0.02,4.34,0.39,6.32-0.83L576.7,191.6z"/>
									<path d="M441.83,206.99c-3.28-3.66-5.13-8.1-6.51-12.7c-4.52-15.11-2.07-29.06,7.24-41.8c0.46-0.62,0.93-1.22,1.59-1.65
										c0,0,0.06,0.04,0.06,0.04c-0.34,0.61-0.59,1.29-1.02,1.82c-4.73,5.92-7.49,12.73-8.77,20.13c-1.36,7.87-0.62,15.59,2.1,23.15
										c1.39,3.87,3.49,7.35,5.39,10.94L441.83,206.99z"/>
									<path d="M128.43,55.19c1.12-1.46,2.8-2.2,4.25-3.22c6.85-4.79,13.76-9.5,20.65-14.24c0.36-0.25,0.79-0.41,1.18-0.62
										c0,0,0.07,0.07,0.07,0.07c-1.23,1.5-2.71,2.57-4.45,3.56c-3.57,2.04-6.82,4.62-10.23,6.94c-3.78,2.58-7.39,5.4-11.44,7.55
										L128.43,55.19z"/>
									<path d="M449.51,215.44c-3.2-2.23-5.67-5.13-7.68-8.45c0,0,0.07-0.07,0.07-0.07c2.56,2.81,5.12,5.63,7.68,8.44L449.51,215.44z"/>
									<path d="M522.13,138.96c-2.25-1.83-4.5-3.66-6.52-5.74c0,0,0.04-0.06,0.04-0.06c2.68,1.35,4.9,3.22,6.56,5.75L522.13,138.96z"/>
									<path class="st0" d="M522.2,138.92c-1.65-2.52-3.88-4.4-6.56-5.75c-1.99-2.36-4.73-3.68-7.33-5.14
										c-7.52-4.22-15.61-6.48-24.22-7.22c-10.06-0.86-19.66,0.89-28.8,4.85c-8.4,3.64-15.73,8.95-21.51,16.2
										c-0.31,0.39-0.51,0.87-0.76,1.31c-2.92,2.37-4.47,5.73-6.2,8.89c-5.2,9.46-7.4,19.69-7.2,30.44c0.05,2.74,0.48,5.47,0.85,8.19
										c0.17,1.22-0.24,1.68-1.4,1.65c-0.58-0.02-1.15,0-1.73,0c-75.45,0-150.9,0-226.34,0c-3.83,0-3.86-0.01-3.28-3.76
										c1.71-10.91,0.01-21.4-4.13-31.51c-1.82-4.43-4.2-8.61-7.17-12.41c-0.43-0.55-0.97-1-1.47-1.49c-1.09-2.47-3-4.29-4.94-6.03
										c-5.38-4.84-11.28-8.94-17.97-11.76c-5.99-2.53-12.25-3.92-18.75-4.53c-9.45-0.89-18.44,0.88-27.27,4.03
										c-3.28,1.17-6.21,3.01-9.16,4.8c-2.48,1.5-5.29,2.78-7.19,4.85c-2.44,2.66-5.15,5.05-7.44,7.89c-7.52,9.29-11.9,19.83-13.15,31.61
										c-0.54,5.06-0.57,10.22,0.32,15.31c0.06,0.31,0.15,0.62,0.18,0.94c0.26,2.42,0.23,2.34-2.23,2.47c-5.69,0.29-11.38,0.66-17.06,0.22
										c-8.2-0.63-14.29-4.39-17.93-12.06c-1.63-3.43-2.12-6.94-2.2-10.57c-0.11-4.67-0.25-9.36,0.02-14.02
										c0.55-9.58,0.01-19.19,0.76-28.76c0.6-7.58,1.3-15.17,3.92-22.39c1.94-5.36,4.25-10.61,7.95-14.99c3.22-3.81,7.53-6.33,12.04-8.38
										c8.84-4.03,18.33-6,27.67-8.39c11.41-2.92,22.85-5.76,33.69-10.42c4.42-1.9,8.71-4.3,12.26-7.72c4.06-2.15,7.67-4.97,11.44-7.55
										c3.41-2.32,6.66-4.9,10.23-6.94c1.73-0.99,3.21-2.06,4.45-3.56c3.65-2.23,7.23-4.57,10.96-6.67c7.82-4.4,16.05-7.81,24.58-10.63
										c8.28-2.73,16.64-5.08,25.22-6.54c9.05-1.54,18.09-3.09,27.3-3.49c5.93-0.26,11.86-0.89,17.8-0.69c8.55,0.3,17.09,0.63,25.62,1.41
										c11.21,1.02,22.37,2.3,33.44,4.29c13.22,2.38,26.26,5.51,39.15,9.32c11.98,3.54,23.61,8.01,34.91,13.3
										c7.33,3.43,14.72,6.77,21.63,11.05c0.64,0.4,1.39,0.63,2.09,0.93c4.08,2.97,8.09,6.03,12.24,8.88c6.48,4.45,13.16,8.61,19.16,13.7
										c2.48,2.11,4.81,4.38,7.66,6.03c3.22,1.87,6.67,3,10.35,3.21c5.57,0.31,11.05,1.3,16.53,2.18c13.82,2.22,27.57,4.88,41.24,7.93
										c8.37,1.87,16.49,4.55,24.46,7.75c6.57,2.64,12.81,5.82,18.33,10.24c3.21,2.57,6.03,5.58,7.95,9.31
										c3.61,7.03,5.44,14.58,6.49,22.36c1.08,8.01,1.35,16.06,1.09,24.1c-0.24,7.27-0.59,14.57-3.57,21.43
										c-0.74,1.71-1.73,3.27-2.56,4.92c-1.99,1.23-4.15,0.86-6.32,0.83c-7.55-0.08-15.09-0.03-22.64-0.03c-2.49,0-4.99-0.03-7.48-0.01
										c-1.49,0.01-2.01-0.55-1.77-2.12c2.05-13.36,0.15-26.16-6.21-38.08C529.61,147.26,526.64,142.47,522.2,138.92z M153.68,69.84
										c-1.73,0.42-2.58,1.84-3.36,3.21c-0.99,1.75-0.1,3.38,1.8,3.38c2.61,0,5.22,0.24,7.81,0.28c13.81,0.25,27.62-0.11,41.43,0.33
										c13.09,0.42,26.21-0.11,39.31,0.3c10.55,0.34,21.11,0.09,31.66,0.15c2.57,0.02,3.27-0.88,2.97-3.43
										c-0.96-7.99-1.9-15.98-2.83-23.97c-0.66-5.64-1.29-11.29-1.94-16.94c-0.32-2.83-1.49-3.8-4.27-3.72c-2.75,0.08-5.49,0.31-8.23,0.36
										c-9.62,0.18-19.12,1.32-28.54,3.13c-10.11,1.94-20.1,4.37-29.83,7.86c-7.12,2.56-13.97,5.76-20.5,9.45
										c-6.98,3.95-13.56,8.63-19.7,13.83c-2.01,1.7-4.27,3.25-5.65,5.62C153.79,69.76,153.74,69.81,153.68,69.84z M296.14,29.86
										c-3.04-0.03-4.18,1.13-4.07,4.19c0.02,0.45,0.08,0.89,0.14,1.33c0.85,6.08,1.7,12.15,2.54,18.23c1.01,7.28,1.97,14.56,3.04,21.84
										c0.36,2.46,1.24,2.89,3.72,3.26c4.39,0.66,8.81,0.44,13.21,0.61c10.92,0.42,21.83,0.81,32.75,1.26c5.49,0.23,10.99,0.23,16.48,0.43
										c9,0.33,18,0.76,27,1.11c4.6,0.18,9.21,0.15,13.79,0.47c4.03,0.28,8.07,0.1,12.08,0.41c1.71,0.13,3.07,0.03,3.91-1.55
										c0.86-1.63,0.09-2.88-1.03-4.12c-3.37-3.73-7.47-6.6-11.46-9.55c-9.39-6.94-19.61-12.53-30.22-17.37
										c-8.12-3.7-16.35-7.22-24.91-9.8c-11.26-3.4-22.65-6.31-34.31-8.08C311.27,31.41,303.72,30.49,296.14,29.86z"/>
									<path class="st0" d="M128.75,134.76c25.31,0.04,44.45,20.62,45.4,43.51c1.13,27.06-20.7,48.37-46.48,47.83
										c-25.31-0.52-44.4-20.62-44.86-44.85C82.33,155.19,103.54,134.48,128.75,134.76z"/>
									<path class="st0" d="M449.58,215.37c-2.56-2.81-5.12-5.63-7.68-8.44c-1.9-3.6-4-7.08-5.39-10.94c-2.72-7.55-3.47-15.27-2.1-23.15
										c1.28-7.4,4.04-14.2,8.77-20.13c0.43-0.54,0.69-1.21,1.02-1.82c3.06-2.39,5.31-5.7,8.73-7.65c1.86-1.06,3.5-2.44,5.57-3.21
										c1.19-0.44,2.2-1.42,3.46-1.89c13.3-4.94,26.34-4.8,39,2.05c13.51,7.31,21.29,18.78,23.71,33.82c1.38,8.58-0.02,16.83-3.56,24.86
										c-3.77,8.57-9.54,15.24-17.36,20.13c-10.41,6.52-21.66,8.65-33.79,6.02c-6.95-1.5-13.15-4.41-18.77-8.68
										C450.7,215.97,450.12,215.69,449.58,215.37z"/>
									<path fill="black" stroke="black" stroke-width="2" stroke-miterlimit="10" pointer-events="none" d="M153.83,69.7c1.39-2.37,3.65-3.92,5.65-5.62c6.14-5.2,12.72-9.89,19.7-13.83c6.53-3.7,13.38-6.89,20.5-9.45
										c9.73-3.49,19.72-5.92,29.83-7.86c9.42-1.81,18.92-2.94,28.54-3.13c2.74-0.05,5.48-0.28,8.23-0.36c2.78-0.08,3.95,0.9,4.27,3.72
										c0.65,5.65,1.28,11.29,1.94,16.94c0.93,7.99,1.87,15.98,2.83,23.97c0.31,2.55-0.4,3.45-2.97,3.43
										c-10.55-0.07-21.11,0.18-31.66-0.15c-13.1-0.42-26.22,0.11-39.31-0.3c-13.82-0.44-27.63-0.08-41.43-0.33
										c-2.59-0.05-5.2-0.28-7.81-0.28c-1.89,0-2.79-1.63-1.8-3.38c0.77-1.36,1.62-2.79,3.36-3.21c-0.38,0.92-1.22,1.46-1.87,2.16
										c-0.71,0.77-1.47,1.53-1.04,2.69c0.47,1.28,1.63,1.27,2.74,1.26c13.11-0.12,26.21,0.14,39.31,0.39c10.36,0.2,20.71,0.01,31.07,0.28
										c15.91,0.41,31.85,0,47.77,0.47c2.58,0.08,3.36-0.86,3.06-3.39c-1.63-13.64-3.3-27.27-4.9-40.91c-0.2-1.74-1-2.48-2.7-2.52
										c-7.1-0.15-14.19,0.15-21.25,0.86c-11.23,1.13-22.25,3.35-33.15,6.22c-19.79,5.22-37.57,14.29-53.18,27.61
										C157.66,66.55,156.23,68.72,153.83,69.7z"/>
									<path fill="black" stroke="black" stroke-width="2" stroke-miterlimit="10" pointer-events="none"  d="M296.14,29.86c7.58,0.63,15.12,1.55,22.64,2.69c11.66,1.76,23.05,4.68,34.31,8.08c8.56,2.58,16.78,6.1,24.91,9.8
										c10.61,4.84,20.83,10.43,30.22,17.37c3.99,2.95,8.09,5.82,11.46,9.55c1.12,1.24,1.9,2.49,1.03,4.12c-0.84,1.58-2.2,1.68-3.91,1.55
										c-4.01-0.31-8.05-0.13-12.08-0.41c-4.59-0.32-9.2-0.29-13.79-0.47c-9-0.35-18-0.78-27-1.11c-5.49-0.2-10.99-0.2-16.48-0.43
										c-10.92-0.45-21.83-0.85-32.75-1.26c-4.39-0.17-8.82,0.05-13.21-0.61c-2.48-0.37-3.36-0.81-3.72-3.26
										c-1.06-7.27-2.03-14.56-3.04-21.84c-0.84-6.08-1.7-12.15-2.54-18.23c-0.06-0.44-0.12-0.89-0.14-1.33
										C291.96,30.99,293.1,29.83,296.14,29.86z M415.05,82.38c0,0.03,0,0.07,0,0.1c0.64,0,1.28-0.02,1.92,0
										c1.41,0.05,2.74-0.09,3.33-1.65c0.56-1.47-0.33-2.42-1.27-3.34c-3.35-3.26-7.01-6.16-10.76-8.94
										c-13.21-9.78-27.81-16.99-43.06-22.92c-14.35-5.57-29.14-9.64-44.34-12.14c-8.2-1.35-16.42-2.53-24.74-2.84
										c-3.02-0.11-3.78,0.86-3.38,3.8c1.09,8.04,2.16,16.09,3.25,24.13c0.75,5.51,1.5,11.02,2.3,16.52c0.32,2.23,1.15,3.06,3.2,3.09
										c2.94,0.05,5.87,0.29,8.81,0.37c6.39,0.18,12.77,0.49,19.15,0.76c11.68,0.5,23.37,0.8,35.05,1.22c6.06,0.21,12.12,0.51,18.19,0.73
										C393.46,81.67,404.26,82.02,415.05,82.38z"/>
									<path fill="black" stroke="black" stroke-width="2" stroke-miterlimit="10" pointer-events="none" class="st0" d="M153.83,69.7c2.4-0.98,3.83-3.15,5.7-4.75c15.61-13.32,33.39-22.4,53.18-27.61
										c10.9-2.87,21.92-5.09,33.15-6.22c7.06-0.71,14.15-1.01,21.25-0.86c1.71,0.04,2.5,0.78,2.7,2.52c1.6,13.64,3.27,27.27,4.9,40.91
										c0.3,2.53-0.48,3.47-3.06,3.39c-15.92-0.47-31.85-0.06-47.77-0.47c-10.36-0.27-20.72-0.08-31.07-0.28
										c-13.1-0.25-26.2-0.51-39.31-0.39c-1.11,0.01-2.27,0.02-2.74-1.26c-0.43-1.15,0.33-1.92,1.04-2.69c0.65-0.7,1.48-1.24,1.87-2.16
										C153.74,69.81,153.79,69.76,153.83,69.7z"/>
									<path fill="black" stroke="black" stroke-width="2" stroke-miterlimit="10" pointer-events="none"  class="st0" d="M415.05,82.38c-10.79-0.36-21.58-0.71-32.37-1.09c-6.06-0.21-12.12-0.51-18.19-0.73
										c-11.68-0.41-23.37-0.71-35.05-1.22c-6.38-0.27-12.76-0.59-19.15-0.76c-2.93-0.08-5.87-0.32-8.81-0.37
										c-2.05-0.03-2.88-0.86-3.2-3.09c-0.8-5.5-1.55-11.01-2.3-16.52c-1.09-8.04-2.16-16.09-3.25-24.13c-0.4-2.94,0.36-3.92,3.38-3.8
										c8.32,0.31,16.53,1.49,24.74,2.84c15.21,2.5,29.99,6.57,44.34,12.14c15.25,5.92,29.85,13.14,43.06,22.92
										c3.75,2.77,7.41,5.68,10.76,8.94c0.95,0.92,1.83,1.87,1.27,3.34c-0.59,1.56-1.91,1.7-3.33,1.65c-0.64-0.02-1.28,0-1.92,0
										C415.04,82.45,415.04,82.42,415.05,82.38z"/>
										
									
								</g>

								<circle id="backTire" class="carTire" cx="426" cy="436" r="9" stroke-dasharray="5" stroke="black" fill-opacity="0" stroke-width="2" fill="" />
								<circle id="frontTire" class="carTire" cx="496" cy="436" r="9" stroke-dasharray="5" stroke="black" fill-opacity="0" stroke-width="2" fill="" />
									
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe flex-start; width: 58px; height: 1px; padding-top: 428px; margin-left: 440px;">
												<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: left;">
													<div id="socCar" style="display: inline-block; font-size: 20px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: none; white-space: normal; overflow-wrap: normal;">socCar</div>
												</div>
											</div>
										</foreignObject>
										<text x="440" y="465" fill="#000000" font-family="Helvetica" font-size="23px">socCar</text>
									</switch>
								</g>
								
								<path id="toCar_path"  class="pathEM" d="M 427 345 Q 427 345 427 416" fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="6 6" pointer-events="none"/>
															
								<g transform="translate(-0.5 -0.5)">
									<switch>
										<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
											<div
												xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe flex-end; width: 77px; height: 1px; padding-top: 375px; margin-left: 415px;">
												<div data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: right;">
													<div id="toCar" style="display: inline-block; font-size: 23px; font-family: Helvetica; color: rgb(255, 255, 255); line-height: 1.2; pointer-events: none; white-space: normal; overflow-wrap: normal;">toCar</div>
												</div>
											</div>
										</foreignObject>
										<text x="420" y="403" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="end">toCar</text>
									</switch>
								</g>
								
								<!-- Grid Flow -->
								<path id="grid_path" class="pathFromGrid" d="M 128 293.27 Q 128 293.27 398 293.27" fill="none" stroke="#FF5733" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="6 6" pointer-events="stroke"/>
																
								<!-- PV Flow -->
								<path id="pv2House_path" class="pathPVtoHouse" d="M 263 152.73 Q 262 225.73 265 255.73 Q 268 285.73 295 285.73 Q 322 285.73 398 285.73" fill="none" stroke="#228B22" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/>							
								<path id="pv2Grid_path" class="pathPVtoGrid" d="M 253 152.73 Q 254 225.73 251 255.73 Q 248 285.73 221 285.73 Q 194 285.73 128 285.73" fill="none" stroke="#E4D00A" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="6 6" pointer-events="none"/>
								
								<!-- Battery Flow -->
								<path id="house2batt_path" class="pathHouse2batt" d="M 263 433.73 Q 262 361.73 265 331.73 Q 268 301.73 295 301.73 Q 322 301.73 398 301.73" fill="none" stroke="#3498DB" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="6 6" pointer-events="none"/>
								<path id="grid2batt_path" class="pathBatt2grid" d="M 253 433.73 Q 254 361.73 251 331.73 Q 248 301.73 221 301.73 Q 194 300.73 128 301.73" fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="6 6" pointer-events="none"/>
								
								<!-- Battery 24kWh-->
								<g id="houseBattery">
									<rect x="248" y="440" width="20" height="7" rx="1.05" ry="1.05" fill="#ffffff" stroke="#ffffff" pointer-events="none"/>
									<rect x="233" y="446" width="50" height="70" rx="7.5" ry="7.5" fill="rgb(42, 42, 42)" stroke="#ffffff" stroke-width="2" pointer-events="none"/>
									<rect id="socFillHouseBatt" x="236" y="450" width="44" height="64" rx="5.28" ry="5.28" fill="white" stroke="rgb(42, 42, 42)" pointer-events="visiblePainted"/>
								
									<g transform="translate(-0.5 -0.5)">
										<switch>
											<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
												<div id="socHomeBatt_Pos"  
													xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 42px; height: 1px; padding-top: 504px; margin-left: 237px;">
													<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
														<div id="socHomeBatt" style="display: inline-block; font-size: 16px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; overflow-wrap: normal;">socHomeBatt</div>
													</div>
												</div>
											</foreignObject>
											<text x="258" y="506" fill="#000000" font-family="Helvetica" font-size="16px" text-anchor="middle" font-weight="bold">socHomeBatt</text>
										</switch>
									</g>
									
									
									<g transform="translate(-0.5 -0.5)">
										<switch>
											<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
												<div
													xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe left; justify-content: unsafe left; width: 220px; height: 1px; padding-top: 456px; margin-left: 290px;">
													<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: left;">
														<div id="batteryInfo" style="display: inline-block; font-size: 5px; font-family: Helvetica; color: white; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; overflow-wrap: normal;">batteryInfo</div>
													</div>
												</div>
											</foreignObject>
											<text x="258" y="506" fill="#000000" font-family="Helvetica" font-size="16px" text-anchor="middle" font-weight="bold">batteryInfo</text>
										</switch>
									</g>
									
									
									<g transform="translate(-0.5 -0.5)">
										<switch>
											<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
												<div
													xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe left; justify-content: unsafe left; width: 220px; height: 1px; padding-top: 496px; margin-left: 290px;">
													<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: left;">
														<div id="autarkSeit" style="display: inline-block; font-size: 16px; font-family: Helvetica; color: white; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; overflow-wrap: normal;">autarkSeit</div>
													</div>
												</div>
											</foreignObject>
											<text x="258" y="506" fill="#000000" font-family="Helvetica" font-size="16px" text-anchor="middle" font-weight="bold">autarkSeit</text>
										</switch>
									</g
									
									<g transform="translate(-0.5 -0.5)">
										<switch>
											<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
												<div
													xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe right; justify-content: unsafe right; width: 80px; height: 1px; padding-top: 520px; margin-left: 210px;">
													<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: right;">
														<div id="virtualBatterie_kWh" style="display: inline-block; font-size: 16px; font-family: Helvetica; color: white; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; overflow-wrap: normal;">0 kWh</div>
													</div>
												</div>
											</foreignObject>
											<text x="258" y="506" fill="#000000" font-family="Helvetica" font-size="16px" text-anchor="middle" font-weight="bold">0 kWh</text>
										</switch>
									</g>
									
								</g>
							
							
								<!-- Battery 48kWh-->
								<g id="houseBattery">
									<rect x="148" y="440" width="20" height="7" rx="1.05" ry="1.05" fill="#ffffff" stroke="#ffffff" pointer-events="none"/>
									<rect x="133" y="446" width="50" height="70" rx="7.5" ry="7.5" fill="rgb(42, 42, 42)" stroke="#ffffff" stroke-width="2" pointer-events="none"/>
									<rect id="socFillHouseBattBig" x="136" y="450" width="44" height="64" rx="5.28" ry="5.28" fill="white" stroke="rgb(42, 42, 42)" pointer-events="none"/>
								
									<g transform="translate(-0.5 -0.5)">
										<switch>
											<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
												<div id="socHomeBattBig_Pos" 
													xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 42px; height: 1px; padding-top: 504px; margin-left: 137px;">
													<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
														<div id="socHomeBattBig" style="display: inline-block; font-size: 16px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; overflow-wrap: normal;">big</div>
													</div>
												</div>
											</foreignObject>
											<text x="258" y="506" fill="#000000" font-family="Helvetica" font-size="16px" text-anchor="middle" font-weight="bold">big</text>
										</switch>
									</g>
																		
									<g transform="translate(-0.5 -0.5)">
										<switch>
											<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
												<div
													xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe right; justify-content: unsafe right; width: 80px; height: 1px; padding-top: 520px; margin-left: 110px;">
													<div data-drawio-colors="color: #000000; " style="box-sizing: border-box; font-size: 0px; text-align: right;">
														<div id="virtualBatterie_kWhBig" style="display: inline-block; font-size: 16px; font-family: Helvetica; color: white; line-height: 1.2; pointer-events: none; font-weight: bold; white-space: normal; overflow-wrap: normal;">0 kWh</div>
													</div>
												</div>
											</foreignObject>
											<text x="258" y="506" fill="#000000" font-family="Helvetica" font-size="16px" text-anchor="middle" font-weight="bold">0 kWh</text>
										</switch>
									</g>
									
								</g>													
								
							</g>
							
							<g transform="translate(-0.5 -0.5)">
								<switch>
									<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
										<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 127px; height: 1px; padding-top: 36px; margin-left: 475px;">
											<div  data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
												<div class="goTofuture" id="goTofuture" style="pointer-events: visiblePainted; display: inline-block; font-size: 15px; font-family: Helvetica; color: green; line-height: 1.2; white-space: normal; overflow-wrap: normal;">></div>
											</div>
										</div>
									</foreignObject>
									<text x="434" y="113" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="middle">future</text>
								</switch>
							</g>
							
							<g transform="translate(-0.5 -0.5)">
								<switch>
									<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
										<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 127px; height: 1px; padding-top: 36px; margin-left: 430px;">
											<div  data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
												<div class="currentDate" id="currentDate" style="pointer-events: visiblePainted; display: inline-block; font-size: 15px; font-family: Helvetica; color: rgb(255, 255, 255); line-height: 1.2; white-space: normal; overflow-wrap: normal;">currentDate</div>
											</div>
										</div>
									</foreignObject>
									<text x="434" y="113" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="middle">currentDate</text>
								</switch>
							</g>
							
							<g transform="translate(-0.5 -0.5)">
								<switch>
									<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
										<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 127px; height: 1px; padding-top: 36px; margin-left: 385px;">
											<div  data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: center;">
												<div class="goTopast" id="goTopast" style="pointer-events: visiblePainted; display: inline-block; font-size: 15px; font-family: Helvetica; color: green; line-height: 1.2; white-space: normal; overflow-wrap: normal;"><</div>
											</div>
										</div>
									</foreignObject>
									<text x="434" y="113" fill="#FFFFFF" font-family="Helvetica" font-size="23px" text-anchor="middle"></text>
								</switch>
							</g>
							
							<g transform="translate(-0.5 -0.5)">
								<switch>
									<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
										<div id="houseZoom" pointer-events="visiblePainted" xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe top; justify-content: unsafe center; width: 50px; height: 100px; padding-top: 310px; margin-left: 444px;">
											<div  data-drawio-colors="color: #FFFFFF; " style="box-sizing: border-box; font-size: 0px; text-align: left;">
												<div class="wohnugsverbrauch" id="wohnugsverbrauch" style="pointer-events: visiblePainted; display: inline-block; color: white; line-height: 1.2; white-space: normal; overflow-wrap: normal;"></div>
											</div>
										</div>
									</foreignObject>
									<text x="434" y="113" fill="#FFFFFF" text-anchor="middle"></text>
								</switch>
							</g>
							
							<switch>
								<g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/>
								<a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank">
									<text text-anchor="middle" font-size="10px" x="50%" y="100%">Text is not SVG - cannot display</text>
								</a>
							</switch>
						</svg>
					</div>
					
					
					
					<?php
					if ($local == true && $mode == "none"){
					?>
						<div id="inner_openhab" class="imgbox"><iframe src="http://192.168.1.221:8080/basicui/app?sitemap=test" allowtransparency="true" style="background: #000000;" id="openhab" width="100%" height="100%" frameborder="0"></iframe></div>
						
						<div id="inner_reminder" class="imgbox div1">
							<h1>Wichtige Erinnerungen:</h1>
							<div id="inner_reminder_elements" class="imgbox div2">
								<!--
								hier werden per dynamisches JS buttons eingefügt
								-->
							</div>
							
							<!--
							<iframe id="inner_reminder_frame" src="http://192.168.1.20:90/reminder.php" allowtransparency="true" style="background: #000000;" id="openhab" width="100%" height="100%" frameborder="0"></iframe>
							-->
						</div>
						
						<!--
						<div id="inner_frame2" class="inner"><iframe src="http://192.168.1.20:3000/d/l_SbMkM4k/eingang-screen-live-consumption-wohnungen?orgId=1&refresh=10s&kiosk=1" allowtransparency="true" style="background: #000000;" id="idFrame4" width="100%" height="100%" frameborder="0"></iframe></div>
						-->
					<?php
					}
					?>
					
					<div id="loading" class="inner" style="background: black;"><img src="image/loading.gif" alt=""></div>
				</div>
			</td>
			<td width="50%">
			
			</td>
			
		  </tr>
		</table>
		
	</body>

</html>
