@charset "utf-8";
/**
 * @author  ( AG NICKIER by Schnacko  )
 * Farben: Background #03031b
**/

/* Fonts */
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff'),
        url('../fonts/Impact.ttf') format('truetype'),
        url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Insignia';
    src: url('../fonts/Insignia.eot');
    src: url('../fonts/Insignia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Insignia.woff2') format('woff2'),
        url('../fonts/Insignia.woff') format('woff'),
        url('../fonts/Insignia.ttf') format('truetype'),
        url('../fonts/Insignia.svg#Insignia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*-------*/

/*-- 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;
}

em {
  font-style: italic;
  font-weight: bold;  
}

p, div.infos {
    margin:-.25rem 0 3.5rem 0;
	font-size: 1.9rem;
	line-height: 1.2;
	border: .2rem solid #fac900;
    border-radius: .8rem;
	padding:.5rem;
	color: #fac900;
	text-align:center;
}

hr {
	width:85%;
	height: .15rem;
	color:#fac900;
	background-color:#fac900;
}

ul {
	padding:0rem 0 .5rem 0;
	color:#fff;
	font-size:2.1rem;
	width:100%;
}

ul li {
	display:inline;
	cursor:pointer;
	line-height:0;
}

ul li:first-child {
	padding:0rem 1.5rem 0 0;
}

ul li:last-child {
	padding:0rem 0 0 1.5rem;
}

ul li span {
	font-size:2.3rem;
	font-weight:bold;
}

ul li span.infos {
	transform:rotate(90deg);
	padding:0 0 .5rem 0;
}

p.infos {
    margin:0 0 1rem 0;
	font-size: 1.9rem;
	line-height: 1.2;
	border: 0;
	padding:0rem;
	color: #fff;
	text-align:center;
	display:none;
}

p.frontend {
    margin:0 0 1rem 0;
	font-size: 1.9rem;
	line-height: 1.2;
	border: .2rem solid #fff;
    border-radius: .8rem;
	padding:.5rem;
	color: #fff;
	text-align:center;
}

span.infos {
	display:inline-block;
	margin:1rem auto;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

ol, ul {
	list-style:none;
}

ol {
    list-style-type:lower-latin;
	list-style-position: inside;
	width:100%;
}

ol li	 {
  width:100%;
  text-align-last:left;
  margin:0 0 .5rem 0;
}

ol li::marker {
  content: counter(list-item,lower-latin)') ';
  font-weight:bold;
  font-size:1.3;
}

ul.ordered {
    list-style-type: disc;
	list-style-position: outside;
	width:100%;
	margin:.8rem 0 .8rem 1rem;
}

ul.ordered li {
    min-width:100%;
	text-align:left;
	text-align-last:left;
}

ul.ordered li::marker {
    content: counter(list-item,disc)' ';
    font-weight:bold;
    font-size:1.3;
}

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;
	/*
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
	*/
}

a {
    cursor:pointer;
	color:#f92800;
}

.nana {
	display:none;
}

b {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:.5rem 0;
}

html {
	font-size:16px;
	-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 */
	background-color:#03031b;
}

body {
	font-family: 'Insignia';
	font-weight:400;
	font-size:1.2rem;
	letter-spacing:.05rem;
	line-height:1;
	max-width:75rem;
	margin:0 auto;
	color:#fff;
}

h1 {
    font-family: 'Impact';
    font-size:6rem;
    width:100%;
    text-align:center;
    margin:-1rem 0 1rem 0;	
}

h2 {
    font-family: 'Insignia';
    font-size:2.6rem;
    width:100%;
    text-align:center;
    margin:.5rem 0;	
}

h3 {
    font-family: 'Insignia';
    text-align:center;
	font-size:2.5rem;
	margin:1rem auto .5rem auto;
	border:.2rem solid #fff;
	border-radius: .8rem;
	padding:.5rem;
	max-width:60%;
}

h3:first-of-type {
	font-size:3rem;
	margin:-.5rem auto;
	border:0;
	border-radius:0;

}

h3.besteller {
	border:0;
	margin:1rem auto 0 auto;
}

h4 {
    font-family: 'Insignia';
    text-align:center;
	font-size:2.4rem;
	margin:1rem 0 .5rem 0;
}

h4.farbe {
    text-align:left;
	font-size:2.4rem;
	margin:1rem 0 .5rem 0;
}

section {
	max-width:35rem;
	margin:2rem auto;
	padding:0 1rem;
}

figure {
	width:100%;
}

article figure:last-of-type {
	margin:.0 0 1rem 0;
}

figure.motiv {
	margin:0;
	padding:0 2rem;
}

figure img {
	width:100%;
	cursor:pointer;
}

figure.motiv img, figure.header img {
	width:100%;
	cursor:default;
}


figure.motiv figcaption {
	width:100%;
	text-align:center;
	font-size:1.9rem;
    padding:0;
    line-height:1.2;	
}

figcaption {
	width:100%;
	text-align:center;
	font-size:1.9rem;
    padding:0 0 .5rem 0;
    line-height:1.2;	
}

/* Bestellformular */
form {
	display:none;
	width:100%;
	padding:0 .5rem;
	margin:.8rem 0 0 0;
	text-align:center;
}

fieldset {
	border:.2rem solid #fff;
	border-radius: .8rem;
	text-align:center;
	margin:0 auto !important;
	width:100%;
	padding:0 0 1rem 0;
}

div.legend {
	text-align:center;
	font-size:2.8rem;
	margin:-2.25rem auto -1rem auto !important;
	padding:.75rem;
	border:.1rem solid #03031b;
	width:10rem;
	background-color:#03031b;	
}

div.inputs {
	text-align:center;
	font-size:2.5rem;
	padding:0 0 .5rem 0;
}

label {
	font-size:1.9rem;
	display:inline-block;
	text-align:center;
}

label.black, label.blue {
   margin:0 0 1.5rem 0;
}

label.black span, label.blue span {
   color:transparent;
   padding:.5rem;
   border: .2rem solid #fff;
   border-radius: .5rem;
   -moz-border-radius: .5rem;
   -webkit-border-radius: .5rem;
}

label.black span {
   background-color:#000;
}

label.blue span {
   background-color:#011f45;
}

input[type="number"] {
	transform: scale(1.5);
	margin:1rem 1.5rem;
	outline:none;
	color:#014fbc;
	padding:.2rem .5rem;
	appearance:none;
	-webkit-appearance:textfield;
	-moz-appearance:textfield;
	text-align:center;
	font-family: 'Insignia';
	font-weight:400;
	font-size:1.2rem;
	width:4rem;
}

input[type="radio"] {
	transform: scale(2);
	margin:1rem 1.5rem 1rem 1rem;
	outline:none;
	color:#014fbc;
	appearance:auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	text-align:center;
	font-family: 'Insignia';
	font-weight:400;
	font-size:1.2rem;
}

input.besteller {
	display:block;
	background-color: #03031b;
    border: .15rem solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: .6rem 1rem;
    margin:1rem 0;
	font-family: 'Insignia';
	font-weight:700;
	font-size:1.5rem;
	letter-spacing:.2rem;
	text-align:center;
}


input.button {
	display:block;
	background-color: #03031b;
    border: .15rem solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: .6rem 1rem;
    margin:1rem 0;
	font-family: 'Insignia';
	font-weight:400;
	font-size:2.5rem;
	letter-spacing:.2rem;
}

button {
	background-color: #e30613;
    border: .15rem solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: .6rem 1rem;
    margin:1rem 0;
	font-family: 'Insignia';
	font-weight:400;
	font-size:1.5rem;
	letter-spacing:.2rem;
}
