@charset "utf-8";
/**
 * @author  ( AG NICKIER by Schnacko  )
 * Farben Gelb #feef01
**/

/*-- Resets --*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section, summary {
	display:block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10. 1
 */

a {
  background-color: transparent; /* 1 */
  text-decoration:none
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a, a:active, a:hover {
  outline: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}

/*--------------------------------------------------*/
/*@media screen and (min-width: 900px) and (max-width: 1300px) {*/

@font-face {
	font-family: 'Conv_23fcd4fa6ba9eeb7aa0df510e08a6dbc';
	src: url('../fonts/23fcd4fa6ba9eeb7aa0df510e08a6dbc.eot');
	src: local('☺'), url('../fonts/23fcd4fa6ba9eeb7aa0df510e08a6dbc.woff') format('woff'), url('../fonts/23fcd4fa6ba9eeb7aa0df510e08a6dbc.ttf') format('truetype'), url('../fonts/23fcd4fa6ba9eeb7aa0df510e08a6dbc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Black Owl';
	src: url('../fonts/Black Owl.eot');
	src: local('☺'), url('../fonts/Black Owl.woff') format('woff'), url('../fonts/Black Owl.ttf') format('truetype'), url('../fonts/Black Owl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	cursor:default;
	box-sizing:border-box;
}

a {
	color:#000;
	cursor:pointer;
}

html {
	font-size:16px;
}
	
body {
	background:url(../img/global/bg_body.png) repeat top center fixed;
	background-color:#5a5a5a;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'Conv_23fcd4fa6ba9eeb7aa0df510e08a6dbc';
}

.browserupgrade {
	position:relative;
	width:100%;
	background-color:#fff;
	font-size:2rem;
	color:red;
	text-align:center;
	padding:0.4rem 0;
}

.browserupgrade a {
	color:red;
	text-decoration:underline;
}

h1 {
	font-size:3rem;
	margin-bottom:.5rem;
}

h2 {
	font-family: 'Conv_Black Owl';
	font-size:8rem;
	text-align:right;
	margin:1rem 3rem 0 0;
}

main {
	position:relative;
	position:relative;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	flex-direction:column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	width:60rem;
	height:36rem;
	margin:2rem auto;
	padding:1.25rem;
	box-shadow: 0.625rem 0.625rem 0.75rem rgba(0, 0, 0, 1);
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
	background:url(../img/global/bg_main_index.png) no-repeat top left;
	background-color:#feef01;
	opacity: 1; /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=100)"; /* ie 8 */
    filter: alpha(opacity=100); /* ie lt 7 */
    -moz-opacity: 1; /* ff lt 1.5, netscape */
}

nav {
	position:relative;
	margin:1rem 0rem 7rem 36rem;
	font-size:3rem;
	line-height:4rem;
}

nav ul li  {
	list-style-image:url(../img/global/list-style-image.png);
	cursor:pointer;
}



nav ul li:hover {
	list-style-image:url(../img/global/list-style-image-hover.png);
}

footer {
	font-size:1.6rem;
}