/* 
    Created on : 09.12.2017, 19:35:25
    Author     : Daniel Hochbohm
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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

* {
  box-sizing: border-box; }

body {
  min-height: 100vh;
  padding: 45px 15px;
  background-color: #333626;
  box-shadow: 0 0 70px inset rgba(0, 0, 0, 0.25);
  font-family: Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.3;
  color: #11120E; }

.hidden {
  display: none; }

.fade-in {
  animation-name: fade-in;
  animation-duration: 5s;
  animation-timing-fuction: linear; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.container {
  width: 600px;
  margin: 0 auto; }

.sign {
  width: 600px;
  padding: 30px 35px;
  margin-bottom: 45px;
  border-radius: 8px;
  border-bottom: 3px solid #686D70;
  background-color: #EFF9FF;
  background-image: url("../img/screw_head.png"), url("../img/screw_head.png"), url("../img/screw_head.png"), url("../img/screw_head.png"), linear-gradient(to bottom, #D7E3EA 0%, #EFF9FF 35%, #EFF9FF 65%, #D7E3EA 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 3px left 3px, top 3px right 1px, bottom 2px left 4px, bottom 3px right 4px, center center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75), 0 0 40px inset rgba(0, 0, 0, 0.2);
  font-family: copystruct, Arial, sans-serif;
  color: #181818; }

.number {
  position: relative;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.08) 15%, rgba(0, 0, 0, 0.08) 85%, transparent 100%); }
  .number:after {
    content: " ";
    display: table;
    clear: both; }
  .number .plate-wrapper {
    float: left;
    width: 25%;
    min-height: 1px;
    padding: 0 7px; }
  .number .holder {
    position: absolute;
    left: 0;
    right: 0;
    height: 12px;
    border-radius: 4px;
    background-color: #EFF9FF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
    .number .holder.top {
      top: 0;
      border-bottom: 2px solid #90979B;
      background: linear-gradient(to right, #D7E3EA 0%, #E3E9F3 35%, #E3E9F3 65%, #D7E3EA 100%); }
    .number .holder.bottom {
      bottom: 0;
      border-bottom: 3px solid #90979B;
      background: linear-gradient(to right, #E3E9F3 0%, #EFF9FF 35%, #EFF9FF 65%, #E3E9F3 100%); }
  .number .plate {
    padding: 20px 5px 5px 5px;
    border-radius: 8px;
    background-color: #282828;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 0 60px inset rgba(0, 0, 0, 0.5);
    font-family: "Courier New", Courier, monospace;
    font-size: 180px;
    line-height: 0.85;
    text-align: center;
    color: #EFF9FF;
    overflow: hidden; }
  .number .plate-shadow {
    padding: 20px 5px 5px 5px;
    border-radius: 8px;
    box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.02), 0 0 20px inset rgba(0, 0, 0, 0.02);
    font-family: "Courier New", Courier, monospace;
    font-size: 180px;
    line-height: 0.85; }

h1 {
  margin: 10px 0;
  font-size: 60px;
  line-height: 1.4; }
  h1 .red {
    color: #A82323; }

p {
  margin-bottom: 15px; }

@font-face {
  font-family: 'copystruct';
  src: url("../fonts/COPYN___-webfont.eot");
  src: url("../fonts/COPYN___-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/COPYN___-webfont.woff2") format("woff2"), url("../fonts/COPYN___-webfont.woff") format("woff"), url("../fonts/COPYN___-webfont.ttf") format("truetype"), url("../fonts/COPYN___-webfont.svg#copystructnormal") format("svg");
  font-weight: normal;
  font-style: normal; }

/*# sourceMappingURL=style.css.map */
