@charset "utf-8";
/**
 * @author  ( AG NICKIER by Schnacko  )
 * Farben Gelb #feef01 Rot #ed0909 Grün #bcf404
**/

/*-- 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;
}

p {
    margin:0 0 .6rem 0;
}

html {
	font-size:16px;
	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;
	overflow-x:hidden;
	
}
	
body {
	font-family: 'Conv_23fcd4fa6ba9eeb7aa0df510e08a6dbc';
	letter-spacing:.1rem;
}

.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;
}

main {
	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 */
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	max-width:60rem;
	box-sizing:border-box;
	min-height:30rem;
	margin:3rem auto 0rem auto;
	background-color:#feef01;
	box-shadow: 0.625rem 0.625rem 0.75rem rgba(0, 0, 0, 1);
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
	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 */
}

main > * {
  padding: 0;
  flex: 1;
}

section {
	-webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;           /* IE 10 */
    flex: 1;              /* NEW, Spec - Firefox, Chrome, Opera */
	max-width:55rem;
}

header {
	position:relative;
	box-sizing:border-box;
	width:54.35rem;
	max-width:54.35rem;
	background:url(../img/global/bg_header.png) no-repeat top left;
	-webkit-background-size:10rem;
    -moz-background-size: 10rem;
    -o-background-size: 10rem;
    background-size:10rem;
	margin:1.5rem 0rem 1.5rem 0.65rem;

}

b.header {
	font-size:2rem;
	display:inline-block;
	text-align:center;
	margin:0 0 0 2.2rem;
	width:100%;
}


h1 {
	position:relative;
	margin-left:12rem;
	font-size:9rem;
	font-family: 'Conv_Black Owl';
	text-align:left;
	
}

h2 {
	position:relative;
	margin:0 0.5rem 0 1.5rem;
	display:inline-block;
	font-family: 'Conv_Black Owl';
	font-size:2.8rem;
	line-height:2.6rem;
	color:#ed0909;
}

h2 span.mendhild {
    color:#fff;
	text-decoration:underline;
}

h3 {
	width:100%;
	position:relative;
	margin:1rem 0;
	font-family: 'Conv_Black Owl';
	font-size:2.4rem;
	line-height:2.8rem;
	color:#000;
	display: table;
	border-collapse: collapse;
	white-space: nowrap;
}

h3::before  {
	content: "";
	display: table-cell;
	width: 3%;
	background-image: linear-gradient(to right, #000 100%, transparent 50%);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 0.5em 0.05em;
	border-right: .5rem solid transparent;
}

h3::after {
	content: "";
	display: table-cell;
	width: 97%;
	background-image: linear-gradient(to right, #000 100%, transparent 50%);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 0.5em 0.05em;
	border-left: .5rem solid transparent;
}

nav.responive_topnav {
    display:none;
}

nav.subnavi {
	position:relative;
	background-color:transparent;
	letter-spacing:0rem;
	display:inline-block;
	line-height:2.6rem;
	vertical-align:bottom;
}

nav.subnavi ul {
	
}

nav.subnavi ul li, nav.subnavi ul li a {
	position:relative;
	vertical-align:50%;
	font-size:1.9rem;
	padding:0 0.3rem;
	/*font-weight:bold;*/
	color:#000;
	float:left;
}

nav.subnavi ul li a:hover {
	/*-webkit-transition:all .25s;*/
	color:#fff;
	background-color:red;
}

.fupa_thank, .fupa_thank a {
	font-size:1.4rem;
	text-align:center;
}

article {
	padding:0 1.5rem 1.5rem 1.5rem;
	font-size:1.3rem;
	line-height:1.8rem;
	font-weight:100;
	box-sizing:border-box;
}

aside {
	width:5.0rem;
}

aside nav {
	-webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;           /* IE 10 */
    flex: 1;
	min-height:100%;
	max-height:100%;
	background-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 100%);
	-webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;           /* IE 10 */
    flex: 1;               /* NEW, Spec - Firefox, Chrome, Opera */
	box-sizing:border-box;
	width:5.0rem;
}
aside nav ul {
	color:#feef01;
	margin:0rem 3rem 0 0.0rem;
}

aside nav ul li {
	position:relative;
	cursor:pointer;
	padding:1rem 0;
	letter-spacing:.2rem;
	-moz-transform: rotate(90deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform: rotate(90deg); /* Safari */
    -o-transform: rotate(90deg); /* Opera */
    -ms-transform: rotate(90deg); /* IE9 */
    transform: rotate(90deg); /* W3C */
}

aside nav ul li.erste {
	line-height:8.5rem;
}

aside nav ul li.zweite {
	line-height:11rem;
}

aside nav ul li.pokale {
	line-height:8.5rem;
}

aside nav ul li a {
	cursor:pointer;
	color:#feef01;
	font-size:1.8rem;
	font-family: 'Conv_Black Owl';
	padding:2.75rem 0rem 0rem 0rem;
	vertical-align:super;
}

aside nav ul li a.active {
	background-image: url(../img/global/menue_button_black.png);
    background-repeat: no-repeat;
    background-position: top center;
	cursor:default;
}

aside nav ul li a:hover {
	background-image: url(../img/global/menue_button_line.png);
    background-repeat: no-repeat;
    background-position: top center;
}

footer {
	font-size:1.4rem;
	line-height:1.6rem;
	position:relative;
	max-width:60rem;
	margin:1rem auto 2rem auto;
	color:#fff;
	text-align:center;
}

.footer_nav {
	margin:0 0 1rem 0;
}

.footer_nav a {
	color:#fff;
}

.footer_nav a:hover {
	color:#000;
}

a.back-to-top {
   background:#373737;
   position: fixed;
   bottom:2.4rem;
   right:11.7rem;
   padding:.8rem;
   margin:0 0 0 0rem;
   border:0.2rem solid #fff;
   color:#fff;
   -webkit-border-radius:  .3rem .3rem;
   -moz-border-radius:  .3rem/.3rem;
   border-radius:  .3rem/.3rem;
   text-align:center;
   z-index:100; 
}

@media all and (max-width: 960px) {
html {
	overflow-x:hidden;
}
main {
    min-width:50rem;	
	max-width:50rem;
	margin:0rem auto 0rem auto !important;
}
section {
	min-width:50rem;
	max-width:50rem;
}
header {
	width:47rem;
	-webkit-background-size:9rem;
    -moz-background-size: 9rem;
    -o-background-size: 9rem;
    background-size:9rem;
	margin:1.5rem 1.5rem 1.5rem 1.5rem;

}
b.header {
	font-size:1.8rem;
	display:inline-block;
	text-align:center;
	margin:0 0 0.3rem 2rem;
	width:100%;
}

h1 {
	margin-left:10rem;
	font-size:8rem;
	font-family: 'Conv_Black Owl';
	text-align:left;
	
}
h2 {
	margin:0 0.2rem 0 0rem;
	display:inline-block;
	font-family: 'Conv_Black Owl';
	font-size:2.8rem;
	line-height:2.2rem;
	letter-spacing:0;
}

h3 {
	width:100%;
	position:relative;
	margin:0.2rem 0;
	font-family: 'Conv_Black Owl';
	font-size:2.2rem;
	line-height:2.4rem;
	color:#000;
	display: table;
	border-collapse: collapse;
	white-space: nowrap;
}

h3::before {
	content: "";
	display: table-cell;
	width: 5%;
	background-image: linear-gradient(to right, #000 100%, transparent 50%);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 0.5em 0.05em;
	border-right: .5rem solid transparent;
}

h3::after {
	content: "";
	display: table-cell;
	width: 95%;
	background-image: linear-gradient(to right, #000 100%, transparent 50%);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 0.5em 0.05em;
	border-left: .5rem solid transparent;
}
nav.responive_topnav {
    display:inline-block;
}

#menu-icon img {
		width:5rem;
		position:absolute;
		right:0rem;
		top:3.8rem;
		cursor:pointer;
}

nav.responive_topnav ul.dropdown_sub { 
		opacity : 0;
		transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -webkit-transition: opacity 0.64 ease-out;
        -o-transition: opacity 0.4s ease-out;
		position: absolute;
		padding: 0.2rem 0;
        background: #ed0909;
        border: 0.2rem solid #fff;
        border-radius: 0.5rem;
		right:0rem;
		top:-1.2rem;
        z-index:999;
		display:none;
}

nav.responive_topnav li {
		text-align:center;
		margin:1rem 0.5rem;
}

nav.responive_topnav li a {
        font-size:1.4rem;
		font-weight:100;
		color:#fff;
		text-align: center;
		padding:0;
}

nav.responive_topnav:hover ul.dropdown_sub {
  display: block;
  opacity : 1;
}
nav.subnavi ul li, nav.subnavi ul li a {
	position:relative;
	vertical-align:50%;
	font-size:1.9rem;
	padding:0 0.2rem;
	/*font-weight:bold;*/
	color:#000;
	float:left;
}
aside {
	display:none;
}
}
/* End of max 960 */
@media all and (max-width: 800px) {
html {
	overflow-x:hidden;
}
main {
    min-width:38rem;	
	max-width:38rem;
	margin:0rem auto 0rem auto !important;
}
section {
	min-width:38rem;
	max-width:38rem;
}
header {
	width:36rem;
	-webkit-background-size:7rem;
    -moz-background-size: 7rem;
    -o-background-size: 7rem;
    background-size:7rem;
	margin:1.5rem 1.0rem 1.5rem 1.0rem;

}
b.header {
	font-size:1.4rem;
	display:inline-block;
	text-align:center;
	margin:0 0 0.3rem 0.0rem;
	width:100%;
}

h1 {
	margin-left:7rem;
	font-size:6rem;
	font-family: 'Conv_Black Owl';
	text-align:left;
	
}
h2 {
	margin:0 0.2rem 0 0rem;
	display:inline-block;
	font-family: 'Conv_Black Owl';
	font-size:2.15rem;
	line-height:2.2rem;
	letter-spacing:0;
}
h3 {
	width:100%;
	position:relative;
	margin:0.2rem 0;
	font-family: 'Conv_Black Owl';
	font-size:2.0rem;
	line-height:2.4rem;
	color:#000;
	display: table;
	border-collapse: collapse;
	white-space: nowrap;
}
#menu-icon img {
		display:inline-block;
		width:4.5rem;
		position:absolute;
		right:0rem;
		top:2.5rem;
}
nav.responive_topnav ul.dropdown_sub { 
		opacity : 0;
		transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -webkit-transition: opacity 0.64 ease-out;
        -o-transition: opacity 0.4s ease-out;
		position: absolute;
		padding: 0.2rem 0;
        background: #ed0909;
        border: 0.2rem solid #fff;
        border-radius: 0.5rem;
		right:0rem;
		top:-1.2rem;
        z-index:999;
}

nav.responive_topnav:hover ul.dropdown_sub {
  display: block;
  opacity : 1;
}
nav.subnavi ul li, nav.subnavi ul li a {
	position:relative;
	vertical-align:50%;
	font-size:1.4rem;
	padding:0 0.2rem;
	/*font-weight:bold;*/
	color:#000;
	float:left;
}
aside {
	display:none;
}
.fupa_thank, .fupa_thank a {
	font-size:1.2rem;
	text-align:center;
}

}
/* End of max 800 */
@media all and (max-width: 620px) {
html {
	overflow-x:hidden;
}
main {
    min-width:26rem;	
	max-width:26rem;
	margin:0rem auto 0rem auto !important;
}
section {
	min-width:26rem;
	max-width:26rem;
	margin:0 auto !important;
}
header {
	max-width:26rem;
	-webkit-background-size:0rem;
    -moz-background-size: 0rem;
    -o-background-size: 0rem;
    background-size:0rem;
	margin:1.0rem 0rem 0rem 0rem;
	text-align:center;

}
b.header  {
	font-size:1.6rem;
	display:inline-block;
	text-align:center;
	margin:0 0 0.5rem 0;
	width:100%;
	font-weight:normal;
}
h1 {
	margin-left:1rem;
	width:100%;
	font-size:5rem;
	font-family: 'Conv_Black Owl';
	text-align:left;
	display:inline-block;
}

h3 {
	position:relative;
	margin:0.2rem 0;
	font-family: 'Conv_Black Owl';
	font-size:2.0rem;
	line-height:2.4rem;
	text-align:center;
}

h3::before {
	display: none;
}

h3::after {
	display: none;
}

#menu-icon img {
		display:inline-block;
		width:3.8rem;
		position:absolute;
		right:1rem;
		top:2.8rem;
}
nav.responive_topnav ul.dropdown_sub { 
		opacity : 0;
		transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -webkit-transition: opacity 0.64 ease-out;
        -o-transition: opacity 0.4s ease-out;
		position: absolute;
		padding: 0.5rem 0;
        background: #ed0909;
        border: 0.2rem solid #fff;
        border-radius: 0.5rem;
		right:0.8rem;
		top:-0.8rem;
        z-index:999;
}

.fupa_thank, .fupa_thank a {
	font-size:1.0rem;
	text-align:center;
	margin:1rem 0 0 0;
}


aside {
	display:none;
}
footer {
	font-size:1.2rem;
	line-height:1.4rem;
}
}
/* End of max 620 */
@media all and (max-width: 419px) {
html {
	overflow-x:hidden;
}
main {
	min-width:20rem;
	max-width:20rem;
	margin:0rem auto 0rem auto !important;
}
section {
	max-width:20rem;
	margin:0 auto !important;
}
header {
	max-width:20rem;
	-webkit-background-size:0rem;
    -moz-background-size: 0rem;
    -o-background-size: 0rem;
    background-size:0rem;
	margin:0.4rem 0rem 0rem 0rem;
	text-align:center;

}
b.header  {
	font-size:1.2rem;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	width:100%;
	font-weight:normal;
}
h1 {
	margin-left:0.6rem;
	width:100%;
	margin-top:0.4rem;
	font-size:3.6rem;
	font-family: 'Conv_Black Owl';
	text-align:left;
	display:inline-block;
}
h2 {
	margin:0 0rem 0 0rem;
	display:inline-block;
	font-family: 'Conv_Black Owl';
	font-size:2.2rem;
	line-height:2.4rem;
	letter-spacing:0;
}
nav.responive_topnav ul.dropdown_sub { 
		right:0.6rem;
}
nav.subnavi ul li, nav.subnavi ul li a {
	position:relative;
	vertical-align:50%;
	font-size:1.2rem;
	padding:0 0.2rem;
	/*font-weight:bold;*/
	color:#000;
	font-weight:normal;
}
h3 {
	position:relative;
	margin:0.2rem 0;
	width:19rem;
	font-family: 'Conv_Black Owl';
	font-size:2.4rem;
	line-height:2.4rem;
	color:#000;
	display:block;
	border-collapse: collapse;
	white-space: nowrap;
	padding:0 0 0.2rem 0;
	border-bottom:0.1rem solid #000;
}
h3::before {
	display: none;
}

h3::after {
	display: none;
}
#menu-icon img {
		display:inline-block;
		width:3.5rem;
		position:absolute;
		right:0.7rem;
		top:1.9rem;
}

nav.responive_topnav ul.dropdown_sub { 
		opacity : 0;
		transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -webkit-transition: opacity 0.64 ease-out;
        -o-transition: opacity 0.4s ease-out;
		position: absolute;
		padding: 0.5rem 0;
        background: #ed0909;
        border: 0.2rem solid #fff;
        border-radius: 0.5rem;
		right:0.8rem;
		top:-0.2rem;
        z-index:999;
		display:none;
}

article {
	padding:0 0.5rem 0.5rem 0.5rem;
	font-size:1.3rem;
	line-height:1.8rem;
	font-weight:100;
	box-sizing:border-box;
}

.fupa_thank, .fupa_thank a {
	font-size:1rem;
	text-align:center;
	margin:0.8 0.8rem;
	line-height:1.2rem;
	padding:0rem 0.8rem;
}

footer {
	font-size:1rem;
	line-height:1.1rem;
}
}
/* End of max 419 */
