/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, button, input, select, textarea {
  color: black; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*

div { font-family:"Apercu Regular", Calibri, sans-serif; font-size-adjust:0.508; font-weight:normal; font-style:normal; }
div { font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal; }

*/
html {
  font-size: 16px;
  font-weight: normal; }

h1 {
  font-size: 42px;
  font-size: 3rem;
  margin-bottom: 0; }

b {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal; }

p {
  margin-top: 0; }

a, a:link, a:visited, a:hover, a:active {
  color: white;
  text-decoration: none; }

a.link {
  border-bottom: 0.1em solid white; }

svg {
  width: 100%;
  height: 100%; }

body {
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: normal;
  font-style: normal;
  background: #b4b4b4;
  position: relative;
  text-align: center; }

.start {
  display: none; }

.circles {
  display: none; }

.eins-zwei {
  font-size: 42px;
  font-size: 3rem;
  display: none; }

.new-keywords {
  font-size: 42px;
  font-size: 3rem;
  line-height: 1;
  display: none; }

.container {
  margin: 30px;
  background: white;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out; }

.end {
  color: white;
  background: blue;
  padding-top: 56px;
  padding-top: 4rem;
  padding-bottom: 0; }

.back-to-blotto {
  position: absolute;
  background: blue;
  color: white;
  padding-bottom: 70px;
  padding-top: 70px;
  padding-bottom: 5rem;
  padding-top: 5rem;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  z-index: 2; }

.back-to-blotto:hover {
  background: white;
  color: blue; }

.back-to-blotto a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
.back-to-blotto a, .back-to-blotto a:link, .back-to-blotto a:visited, .back-to-blotto a:hover, .back-to-blotto a:active {
  color: inherit;
  text-decoration: none; }
.back-to-blotto a.link {
  border-bottom: 0.1em solid blue; }

.scroll-notice {
  display: none; }

.state-troppo {
  width: 100%; }

.state, .troppo {
  margin-bottom: 70px;
  margin-top: 70px;
  margin-bottom: 5rem;
  margin-top: 5rem; }

.container.faded {
  opacity: 1; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: blue;
  color: white;
  display: none;
  z-index: 3; }

.overlay.active {
  display: block; }

.overlay > div {
  display: table;
  height: 100%;
  width: 100%; }

.overlay > div > div {
  display: table-cell;
  vertical-align: middle; }

#skip {
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  width: 0.8rem;
  z-index: 10; }

@media only screen and (min-width: 768px) {
  @-webkit-keyframes pulse {
    0% {
      box-shadow: 0 0 0 0px black; }

    50% {
      box-shadow: 0 0 0 10px black; }

    100% {
      box-shadow: 0 0 0 0px black; } }

  @-moz-keyframes pulse {
    0% {
      box-shadow: 0 0 0 0px black; }

    50% {
      box-shadow: 0 0 0 10px black; }

    100% {
      box-shadow: 0 0 0 0px black; } }

  @-ms-keyframes pulse {
    0% {
      box-shadow: 0 0 0 0px black; }

    50% {
      box-shadow: 0 0 0 10px black; }

    100% {
      box-shadow: 0 0 0 0px black; } }

  @-o-keyframes pulse {
    0% {
      box-shadow: 0 0 0 0px black; }

    50% {
      box-shadow: 0 0 0 10px black; }

    100% {
      box-shadow: 0 0 0 0px black; } }

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0px black; }

    50% {
      box-shadow: 0 0 0 10px black; }

    100% {
      box-shadow: 0 0 0 0px black; } }

  @-webkit-keyframes blink {
    0% {
      color: rgba(0, 0, 0, 0.5); }

    50% {
      color: black; }

    100% {
      color: rgba(0, 0, 0, 0.5); } }

  @-moz-keyframes blink {
    0% {
      color: rgba(0, 0, 0, 0.5); }

    50% {
      color: black; }

    100% {
      color: rgba(0, 0, 0, 0.5); } }

  @-ms-keyframes blink {
    0% {
      color: rgba(0, 0, 0, 0.5); }

    50% {
      color: black; }

    100% {
      color: rgba(0, 0, 0, 0.5); } }

  @-o-keyframes blink {
    0% {
      color: rgba(0, 0, 0, 0.5); }

    50% {
      color: black; }

    100% {
      color: rgba(0, 0, 0, 0.5); } }

  @keyframes blink {
    0% {
      color: rgba(0, 0, 0, 0.5); }

    50% {
      color: black; }

    100% {
      color: rgba(0, 0, 0, 0.5); } }

  .container {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    margin: 0;
    background: white;
    opacity: 1;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out; }
  .container.faded {
    opacity: 0; }
  .start {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .circles {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .circle-center1, .circle-center2 {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: visible; }
  .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .circle svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .circle.pulse {
    -webkit-animation: pulse 1s infinite;
    -moz-animation: pulse 1s infinite;
    -ms-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite; }
  .eins-zwei {
    display: block; }
  .eins, .zwei {
    position: fixed;
    left: 0;
    right: 0; }
  .new-keywords {
    display: block;
    width: 100%;
    position: fixed;
    left: 0; }
  .new-keywords .right span {
    position: absolute;
    width: 100%;
    left: 0; }
  .end {
    background: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  .message {
    position: absolute;
    top: 10%;
    width: 100%; }
  .state-troppo {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .state {
    width: 50%;
    float: left; }
  .troppo {
    width: 50%;
    float: left; }
  .scroll-notice {
    position: fixed;
    bottom: 1.5em;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    font-size: 1rem;
    color: black;
    z-index: 1; }
  .scroll-notice.active {
    display: block;
    -webkit-animation: blink 2s infinite;
    -moz-animation: blink 2s infinite;
    -ms-animation: blink 2s infinite;
    -o-animation: blink 2s infinite;
    animation: blink 2s infinite; } }

@media only screen and (min-width: 1024px) {
  html {
    font-size: 16px; } }

@media only screen and (min-width: 1300px) {
  html {
    font-size: 18px; } }

@media only screen and (max-height: 700px) {
  .back-to-blotto {
    padding-bottom: 28px;
    padding-top: 28px;
    padding-bottom: 2rem;
    padding-top: 2rem; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) { }

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
     * Don't show links for images, or javascript/internal links
     */
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
