@charset "utf-8";
/**
 * @note Stylesheet for PIRCHER CHRISTOPH
 *
 * @author		atlana // alexander tumler
 * @link			http://www.pcas.it
 * @copyright	PIRCHER CHRISTOPH
 * @developer	Copyright 2016, atlana // alexander tumler
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html, body {
	min-height: 100%;
	height: 100%;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	position: relative;
	margin: 0;
	color: #333;
	font-family: Tahoma;
	font-size: 87.5%;
	line-height: 1.714;
	cursor: default;
	background-color: #fff;
}

/* Clearfix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
 
.cf:after {
	clear: both;
}
 
.cf {
	*zoom: 1;
}

/* NORMALIZE */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #461b70;
	background-color: transparent;
	text-decoration: underline;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

a:active, a:hover, a:focus {
	outline: 0;
	text-decoration: none;
}

h1 {
	color: #461b70;
	font-size: 1.286em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h2 {
	color: #c1a7cd;
	font-size: 1.286em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	height: auto;
}

figure {
	display: inline-block;
	width: 100%;
	max-width: 450px;
	margin: 30px 0 25px 0;
	padding: 0;
}

figure img {
	display: block;
	width: 100%;
	height: auto;
}

hr {
	box-sizing: content-box;
	height: 0;
	border: 0;
	border-top: 1px solid #d9dadb;
	margin: 10px 0 20px 0;
}

p {
	padding: 0;
	margin: 0;
}

/* LAYOUT */
.container {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.border {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.content {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 20px;
}

address {
	font-style: normal;
}

@media (max-width: 550px) {
	body {
		font-size: 81.3%;
	}
}

@media (max-width: 460px) {
	body {
		font-size: 75%;
	}
}