/*Fonts*/
@font-face {
  font-family: "D-DIN Regular";
  src: url("../fonts/D-DIN.eot");
  src: url("../fonts/D-DIN.eot?#iefix") format("embedded-opentype"),
    url("../fonts/D-DIN.woff") format("woff"),
    url("../fonts/D-DIN.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "D-DIN Italic";
  src: url("../fonts/D-DIN-Italic.eot");
  src: url("../fonts/D-DIN-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/D-DIN-Italic.woff") format("woff"),
    url("../fonts/D-DIN-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "D-DIN Bold";
  src: url("../fonts/D-DIN-Bold.eot");
  src: url("../fonts/D-DIN-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/D-DIN-Bold.woff") format("woff"),
    url("../fonts/D-DIN-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* General Styles */

* {
  box-sizing: border-box;
}

html {
  font-size: 120%;
}

body {
  font-family: D-DIN Regular, sans-serif;
  width: 100%;
  background: #0dfa04;
  color: #333333;
}

h1 {
  font-family: D-DIN Bold, sans-serif;
  font-size: 2rem;
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
}

h2 {
  text-align: center;
}
p {
  margin: auto;
  text-align: justify;
}

strong {
  font-family: D-DIN Bold, sans-serif;
}



/* Images und Logos */
.logo {
  height: 40px;
}

img#countdown {
  width: 100%;
}



/*Buttons etc. */
button.fullsize, 
input[type="submit"],
#download {
  display: block;
  background-color: black;
  width: 100%;
  border: none;
  color: white;
  text-align: center;
  padding: 0.25rem 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: inherit;
}
/*Dynamic page Content*/
#headerFinal,
#contFinal,
img#countdown,
#divFinalFoto,
#theSAMPOClue,
#theLOUHIClue
 {
  display: none;
}
/* Content Sections, Container und Wrapper*/
.container {
  background: white;
  width: 95%;
  padding: 1rem 0.6rem;
  margin: 2em auto;
  margin-top: 0.8rem;
  display: flexbox;
}

.countdown-wrapper {
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.name-wrapper {
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.foxapp_header_wrapper {
  display: flex;
}

input, textarea, select, fieldset {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  width: 100%;
}
