<?php
/**
 * @categroy    pohl-buildings
 * @package     index
 * @author      Tobias Weiß (service@kwnet.at)
 * @copyright   (C) 2021 by Kurt Weiß. All rights reserved.
 * @license     no usage except with explicit written permission.
 * @version     0.0.0
 * @since       File available since 0.0.0
 * @desc        Visitenkartenseite für pohl-buildings
 *
 * 2021-10-11 tw: creation;
 */
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="user-scalable=1, width=device-width, initial-scale=1, maximum-scale=1.5">
<title>pohl-buildings</title>
<link rel="icon" type="image/png" href="/img/favicon.png" sizes="32x32">
<link rel="stylesheet" href="/css/main.css"/>
<link rel='stylesheet' media='screen and (min-width:860px)' href="/css/desktop.css">
<link rel='stylesheet' media='screen and (max-width:859px)' href="/css/mobile.css">
</head>

<body>


<section>
	<div class="content">
		<div class="content_font"></div>
	</div>
</section>

<aside>
	<div class="logo_container" >
		<div class="dimmer"></div>
		<img class="logo" src="/img/pohl_buildings_Logo.png" />
	</div>
	<div class="aside_info">
    	<p class="aside_info_text" style="margin-bottom:0px;">Harald Pohl<br/></p>
    	<p class="aside_info_text" style="margin-top:0px; margin-bottom:0px;">pb pohl-buildings GmbH<br/></p>
    	<div class="aside_info_text" style="float: left;">A-6424 Silz,</div><div class="aside_info_text" style="float: right;">Winkel 4</div><br/>
    	<p class="aside_info_text" style="margin-top:0px;"><a href="tel:+436766666406">tel: +43 676 666 64 06</a><br/>
    	<a href="mailto:office@pohl-buildings.at">office@pohl-buildings.at</a></p>
	</div>
	<div class="footnote">
		<p class="impress">UID: ATU75515701 Gerichtsstand Silz<br/>IBAN: AT 91 3631 6000 0042 5975</p>
		<p class="impress" style="text-align-last: left;">Kammer: Bundeskammer der Architekten und Ingenieurkonsulenten</p>
	</div>
</aside>

</body>

</html>