@charset "utf-8";
/**
 * @author  ( AG NICKIER by Schnacko  )
 * Farben Rot #b6162e Gelb #faa501 
**/

/* Fonts */
@font-face {
	font-family: 'Conv_BankGthd';
	src: url('../fonts/BankGthd.eot');
	src: local('☺'), url('../fonts/BankGthd.woff') format('woff'), url('../fonts/BankGthd.ttf') format('truetype'), url('../fonts/BankGthd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_WCManoNegraBta';
	src: url('../fonts/WCManoNegraBta.eot');
	src: local('☺'), url('../fonts/WCManoNegraBta.woff') format('woff'), url('../fonts/WCManoNegraBta.ttf') format('truetype'), url('../fonts/WCManoNegraBta.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Ubuntu-Light';
	src: url('../fonts/Ubuntu-Light.eot');
	src: local('☺'), url('../fonts/Ubuntu-Light.woff') format('woff'), url('../fonts/Ubuntu-Light.ttf') format('truetype'), url('../fonts/Ubuntu-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Ubuntu-Medium';
	src: url('../fonts/Ubuntu-Medium.eot');
	src: local('☺'), url('../fonts/Ubuntu-Medium.woff') format('woff'), url('../fonts/Ubuntu-Medium.ttf') format('truetype'), url('../fonts/Ubuntu-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Genericons-Neue';
	src: url('../fonts/Genericons-Neue.eot');
	src: local('☺'), url('../fonts/Genericons-Neue.woff') format('woff'), url('../fonts/Genericons-Neue.ttf') format('truetype'), url('../fonts/Genericons-Neue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*-------*/

/*-- 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: .1rem 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: 56rem) and (max-width: 75rem) {}*/

* {
	cursor:default;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

svg.linker {
	width:5rem;
	height:1.5rem;
}

a, svg {
	color:#000;
	cursor:pointer;
}

a.aktiv {
	color:#b6162e;
}

html {
	font-size:16px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPgo8cmVjdCB3aWR0aD0nNScgaGVpZ2h0PSc1JyBmaWxsPScjZmZmJy8+CjxyZWN0IHdpZHRoPScxJyBoZWlnaHQ9JzEnIGZpbGw9JyNjY2MnLz4KPC9zdmc+");
	background-repeat: repeat;
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
	
body, header, article {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex: 1 100%;
	flex: 1 100%;
}

body, header {
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
}

body {
	font-family:'Conv_Ubuntu-Light';
	font-size:1.3rem;
	letter-spacing:.1rem;
	line-height:1.4;
	max-width:75rem;
	margin:0 auto;
	padding:0 1rem;
}

img.globaltranspa	 {
	width:100%;
	position:absolute;
}

h1 {
	font-family: 'Conv_WCManoNegraBta';
	color:#faa501;
	font-size:5rem;
	text-align:center;
	line-height:1;
	margin:0;
	width:100%;
}

h2 {
	font-family: 'Conv_Ubuntu-Medium';
	color:#000;
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	margin:0 .5rem;
	width:100%;
}

h3 {
	font-family: 'Conv_WCManoNegraBta';
	color:#faa501;
	font-size:4rem;
	text-align:center;
	line-height:1.2;
	margin:0;
	width:100%;
}

header {
	margin:0 0 .5rem 0;
	padding:0;
}

header figure, header figure img {
    width:100%;
	margin:0;
	border:0;
}

article {
   width:100%;
   padding:0 1rem 2rem 1rem;
   text-align:center;
}

article p {
   width:100%;
   margin:1rem 0;
   text-align:center;
   font-weight:bold;
}

a {
	color:#b6162e;
	font-size:1.8rem;
	font-weight:bold;
}

figure {
	margin:0 auto !important;
	padding:0;
	width:75%;	
}

figure img {
	width:100%;
}

