<!DOCTYPE html>
<head>
	<meta charset="UTF-8">
	<title>Website nicht verfügbar</title>
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
	<style type="text/css">
	@import url(https://fonts.googleapis.com/css?family=Droid+Sans);	
	* {
		margin: 0;
		padding: 0;
	}
	body {
			font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
			color: #444;
			font-size: 62.5%;
			line-height: 100%;
	}
	img {
		border-style: none;
	}
	img.logo {
		height: 41px;	
	}
	h1 {
		
		font-size: 4em;
		font-weight: normal;
		margin: 240px 0 26px 0;
		line-height: 120%;
	}
	p {
		font-size: 2em;
		line-height: 130%;
	}
	a, a:visited {
		color: #ff8000;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
	}
	.content {
		width: 640px;
		margin: auto;
		padding: 46px 10px 0 10px;
		background-image: url(https://www.cyon.ch/start/all-fruits-shadow.png);
		background-repeat: no-repeat;
		background-position: 100% 120px;
		}
	</style>
</head>
<body>
	<div class="content">
		<a href="https://www.cyon.ch"><img src="https://www.cyon.ch/assets/svgs/cyon-logo.svg" class="logo" alt="cyon-Logo" /></a>
		<h1>Website nicht verf&uuml;gbar</h1>
		<p>Diese Website ist vor&uuml;bergehend nicht verf&uuml;gbar.
		<br />Der Betreiber wurde benachrichtigt.
		<br /><br />Bei weiteren Fragen steht unser  <a href="https://www.cyon.ch/support/">Support</a> gerne zur Verf&uuml;gung.</p>
	</div>
</body>
</html>
