  @font-face {
      font-family: 'Questrial';
      font-style: normal;
      font-weight: 400;
      src: url('https://fonts.marcwilmesdesign.lu/fonts/questrial-v9-latin/questrial-v9-latin-regular.eot'); /* IE9 Compat Modes */
      src: local('Questrial'), local('Questrial-Regular'),
           url('https://fonts.marcwilmesdesign.lu/fonts/questrial-v9-latin/questrial-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('https://fonts.marcwilmesdesign.lu/fonts/questrial-v9-latin/questrial-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
           url('https://fonts.marcwilmesdesign.lu/fonts/questrial-v9-latin/questrial-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
           url('https://fonts.marcwilmesdesign.lu/fonts/questrial-v9-latin/questrial-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('https://fonts.marcwilmesdesign.lu/fonts/questrial-v9-latin/questrial-v9-latin-regular.svg#Questrial') format('svg'); /* Legacy iOS */
    }
/**/
body
 {
  font-family: "Questrial";
  /*font-style: "normal";*/
  font-weight: 400;
  color: #999;
  font-size: 14px;
  height:100vh;
  width:100vw;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align:center;
  background: rgb(44,39,32);
  background: radial-gradient(circle, rgba(44,39,32,1) 0%, rgba(56,52,45,1) 15%, rgba(21,17,8,1) 100%);
}
/*html {
    font-family: Fira Sans Condensed;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.73;
    -webkit-text-size-adjust: 100%;
    background: #1e183f;
    color: rgba(222,223,255,.7);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    position: relative;
}*/
body::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-image: url(../img/base-body-overlay.gif);
    opacity: .05;
    pointer-events: none;
}

a{
  color: #999;
  text-decoration: none;
}
img{
  max-width: 100%;
  width: 320px;
  animation: skultur 8s ease infinite;
}

svg {
  fill: #999;
}

svg:hover {
  fill: white;
}

.container {
  position: relative;
  width: 404px;
  padding: 20px;
  /*
  border: 12px solid #2d2820;
  box-shadow: 1px 9px 32px #000000;
  background: radial-gradient(circle, rgba(44,39,32,1) 0%, rgba(56,52,45,1) 15%, rgba(21,17,8,1) 100%);
  */
}

@media(max-width: 640px){
  .header {
    height: 100px;
    width: 100%;
  }
  .container {
    max-width: 404px;
    width: auto;
  }
}



.ingaschmidt {
  width: 100%;
  text-align: right;
}

small {
  color: #666;
}

@media(max-width: 500px){
  img{
    width: 90%
  }
}

.text{
  /*position: absolute;
  bottom: 50px;*/
  margin-top: 15px;
}


@keyframes skultur {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
