@import url(/fonter/lib/Garramond/stylesheet.css);
@import url(/fonter/lib/Delicious/stylesheet.css);
@import url(/fonter/lib/League-Gothic/stylesheet.css);
@import url(/fonter/lib/FauxSnow/stylesheet.css);

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
    -webkit-transform: rotateX(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotateY(40deg);
    -webkit-transform: rotateX(100deg);
    -webkit-transform: rotate(40deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate3d(1, 1, 1, -20deg);
    -moz-transform: rotate3d(1, 1, 1, -20deg);
    transform: rotate3d(1, 1, 1, -20deg);
  }
  to {
    -webkit-transform: rotate3d(1, 1, 1, 20deg);
    -moz-transform: rotate3d(1, 1, 1, 20deg);
    transform: rotate3d(1, 1, 1, 20deg);
  }
}
.flakeDiv {
  -webkit-perspective: 12px;
  -moz-perspective: 12px;
  -ms-perspective: 12px;
  perspective: 12px;
}
#flakes {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
}
#flakes .snowFlake {
  font-family: fauxsnow;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  font-size: 72px;
  position: absolute;
  top: -100px;
  z-index: 1;
}
#flakes .snowFlake-1 {
  font-size: 10px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  opacity: .5;
}
#flakes .snowFlake-1 .snowFlakeInner {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
#flakes .snowFlake-2 {
  font-size: 20px;
  text-shadow: 0 0 11px rgba(255, 255, 255, 0.7);
  opacity: .6;
}
#flakes .snowFlake-2 .snowFlakeInner {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
#flakes .snowFlake-3 {
  font-size: 30px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
  opacity: .65;
}
#flakes .snowFlake-3 .snowFlakeInner {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
#flakes .snowFlake-4 {
  font-size: 40px;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.6);
  opacity: .7;
}
#flakes .snowFlake-4 .snowFlakeInner {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
#flakes .snowFlake-5 {
  font-size: 65px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.55);
  opacity: .75;
}
#flakes .snowFlake-5 .snowFlakeInner {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
#flakes .snowFlake-6 {
  font-size: 80px;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  opacity: .8;
}
#flakes .snowFlake-6 .snowFlakeInner {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
#flakes .snowFlake-7 {
  font-size: 95px;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.45);
  opacity: .85;
}
#flakes .snowFlake-7 .snowFlakeInner {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}
#flakes .snowFlake-8 {
  font-size: 120px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  opacity: .9;
}
#flakes .snowFlake-8 .snowFlakeInner {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
#flakes .snowFlake-9 {
  font-size: 135px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.35);
  opacity: .95;
}
#flakes .snowFlake-9 .snowFlakeInner {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
#flakes .snowFlake-10 {
  font-size: 150px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
  opacity: 1;
}
#flakes .snowFlake-10 .snowFlakeInner {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
#flakes .snowFlake .snowFlakeInner {
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-name: spinner;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
html {
  background: #000;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 12px;
  box-sizing: border-box;
  background: #aaa url(../bilder/gran.svg) fixed no-repeat center;
  background-size: auto 96vh;
}
a {
  color: #732626;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.center {
  text-align: center;
}
main {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 4 4 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform-style: inherit;
}
main header {
  text-align: center;
}
main header img {
  width: 70%;
  margin: 12px auto;
  margin: 12px 0 0;
}
main header span {
  display: inline-block;
}
main .images {
  transform-style: inherit;
  padding: 0 12px;
}
main section figure {
  box-sizing: border-box;
  max-width: 100%;
  transform-style: inherit;
  margin: 6px 0;
  position: relative;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

main section img {
  box-sizing: border-box;
  max-width: 100%;
}

.figure figcaption {
	font: italic 14px/1.3 Garramond, georgia, serif;
	font-variant-ligatures: no-discretionary-ligatures;
	margin: 2px 5px;
	transform-style: inherit;
 }

@media (min-width: 600px) {
  main section img {
	  width: calc(50% - 12px);
	  float: left;
	  margin-right: 12px;
  }
  
  main section img:nth-of-type(odd) {
	  float: right;
	  margin-right: 0;
	  margin-left: 12px;
  }
}
section {
  display: block;
  margin: 12px 0;
  padding: 12px;
  transform-style: inherit;
  position: relative;
}
section article {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  transform-style: inherit;
  position: relative;
}
section h1 {
  top: -15px;
  left: -15px;
  margin: 0 0 -100px;
  font: bold 100px/1.1 LeagueGothic, sans-serif;
  color: rgba(102, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateZ(0);
}
section h2 {
  margin: 0 0 12px;
  font: bold 36px/1.1 LeagueGothic, sans-serif;
  color: rgba(102, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateZ(0);
}
section p {
  max-width: 800px;
  margin: 12px 0 ;
  font: 16px/1.5 Garramond, georgia, serif;
  transform: translateZ(0);
  font-variant-ligatures: no-discretionary-ligatures;
}
hr {
    border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, .7), rgba(0, 0, 0, .1));	clear: both;
	margin: 12px 0;
	
}

section nav {
  display: block;
  margin: 20px 0 0 0;
}
section nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
section nav ul li {
  font: 14px/1.5, Garramond serif;
  padding: 0px;
  margin: 0 4px;
  display: inline-block;
}
section nav ul li a {
  text-decoration: none;
}
section nav ul li a:hover {
  text-decoration: underline;
}
section.intro {
  margin: -12px 0 12px;
  padding: 0 12px 12px;
}
