@charset "utf-8";
/* © 2015 - Leo Babic, München */

@font-face {
    font-family: 'mymoonweb';
    src: url('../fonts/moon_light-webfont.eot');
    src: url('../fonts/moon_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/moon_light-webfont.woff2') format('woff2'),
         url('../fonts/moon_light-webfont.woff') format('woff'),
         url('../fonts/moon_light-webfont.ttf') format('truetype'),
         url('../fonts/moon_light-webfont.svg#regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'mymoonweb';
    src: url('../fonts/moon_bold-webfont.eot');
    src: url('../fonts/moon_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/moon_bold-webfont.woff2') format('woff2'),
         url('../fonts/moon_bold-webfont.woff') format('woff'),
         url('../fonts/moon_bold-webfont.ttf') format('truetype'),
         url('../fonts/moon_bold-webfont.svg#bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: 'mymoonweb', Arial, Helvetica, 'sans serif', sans-serif;
	text-align: inherit;
	border: 0;
	/*border: 1px dotted red;*/
	position: relative;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-variant: inherit;
	font-style: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}

html, body {
	background-color: #fff;
	font-size: 15pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	width: 100%;
	/*height: 100%;*/
	overflow: visible;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a, a:visited {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	color: inherit;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000;
}

html {
	width: 100%;
	min-height: 100%;
	height: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	height: 100%;
	display: table;
}
body > div {
	width: 100%;
	min-height: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
h1 {
	font-weight: bold;
	font-size: 125%;
}