/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1.4em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img,
svg,
video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
a,
a:hover,
a:focus {
  color: #fff;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
  url('../fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/kanit-v5-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Kanit ExtraBold'), local('Kanit-ExtraBold'),
  url('../fonts/kanit-v5-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/kanit-v5-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/kanit-v5-latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/kanit-v5-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/kanit-v5-latin-800.svg#Kanit') format('svg'); /* Legacy iOS */
}
body {
  background: #000;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
header {
  background: #333 url(../img/wm-compressed.jpg) no-repeat center bottom 0;
  background-size: cover;
  /*height: 100vh;
  overflow: hidden;*/
  min-height: 200px;
  position: relative;
}
.home header {
  background-image: none;
  min-height: 0;
}
header:before {
  background: rgba(0, 0, 0, .35);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
h1 {
  background: url(/img/wilde-medien-2.svg) no-repeat center center;
  background-size: contain;
  color: #fff;
  height: 200px;
  left: 0;
  line-height: 1;
  margin: 0 0 0 4%;
  padding: 0;
  position: absolute;
  text-indent: -999em;
  top: 40%;
  top: calc(50% - 100px);
  width: 92%;
  z-index: 1;
}
h1 a,
h1 a:hover,
h1 a:focus {
  color: #fff;
  text-decoration: none;
}
#header.fixed h1 a {
  background: #222 url(/img/wilde-medien.svg) no-repeat 10px center;
  left: 0;
  padding: 5px 10px;
  position: fixed;
  right: 0;
  top: 0;
}
video {
  width: 100%;
}
main {
  margin: 0 auto;
  max-width: 66em;
  padding: 2em 8% 1em;
}
h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: .8;
  margin: 0 0 .6em;
  padding: 0;
  text-transform: uppercase;
  word-break: break-word;
}
.home h2 {
  font-size: 2.8em;
}
p {
  max-width: 620px;
}
.highlight {
  color: #23BA41;
}
.anchor {
  margin-top: -70px;
  position: absolute;
}
button,
a.button {
  background: #23BA41;
  border: 1px solid #23BA41;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 0 10px;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s linear;
}
button:hover,
button:focus,
a.button:hover,
a.button:focus {
  background-color: transparent;
  color: #23BA41;
}
.alternate:before, .alternate:after,
.alternate span:before,
.alternate span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color: #fff;
  transition: 1s ease-in-out;
  z-index: -1;
}
.alternate:before {
  left: 0;
}
.alternate:after {
  left: 50%;
}
.alternate span:before, .alternate span:after {
  top: auto;
  bottom: 0;
}
.alternate span:before {
  left: 25%;
}
.alternate span:after {
  left: 75%;
}
.alternate:hover:before, .alternate:hover:after,
.alternate:hover span:before,
.alternate:hover span:after {
  height: 80px;
}
.home main {
  padding: 2em 0 1em;
}
.content-home h2,
.content-home p,
.home .buttons {
  padding: 0 8%;
}
.content-home:after {
  background: red url(/img/rosi.jpg) no-repeat center center;
  background-size: cover;
  content: '';
  display: block;
  height: 0;
  margin: 2em auto;
  max-width: 1040px;
  padding: 65% 0 0;
}
.js .content-home {
  opacity: 0;
  transition: opacity .7s linear;
}
.js #header.fixed + main .content-home {
  opacity: 1;
}
footer {
  background: #eee;
  font-size: .7em;
  line-height: 1;
  padding: .7em;
}
footer,
footer a {
  color: #222;
}
footer a:hover,
footer a:focus {
  color: #111;
}
.author {
  float: right;
  font-family: Arial, sans-serif;
  font-weight: 700;
  padding: 0 0 0 30px;
  position: relative;
  text-decoration: none;
}
.author:before {
  background: url(../img/logo-anecker.svg) no-repeat 0 0;
  background-size: auto;
  background-size: 100% auto;
  content: '';
  height: 24px;
  left: 0;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  transition: transform 2.4s;
  width: 24px;
}
.anecker-e {
  animation: anecker-e 4s 1s infinite;
  display: inline-block;
  transform: rotateY(180deg);
  transform-origin: center center;
}
.author:hover:before,
.author:focus:before {
  transform: rotateY(360deg) rotateX(360deg);
}
@keyframes anecker-e {
  0%, 40% {
    transform: rotateY(180deg);
  }
  20% {
    transform: rotateY(0deg);
  }
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 45em) {
  html {
    font-size: 1.5em;
  }
  header {
    min-height: 340px;
  }
  .home header {
    min-height: 0;
  }
  main,
  .home main {
    padding-top: 6em;
    padding-bottom: 2em;
  }
  h2 {
    font-size: 1.8em;
    line-height: .8;
    margin: 0 0 .3em;
  }
  .home h2 {
    font-size: 4.8em;
  }
}
@media only screen and (min-width: 60em) {
  .content-home {
    background: url(/img/rosi.jpg) no-repeat right center;
    background-size: contain;
  }
  .content-home:after {
    display: none;
  }
}
@media only screen and (min-width: 70em) {
  html {
    font-size: 1.5em;
  }
  main,
  .home main {
    padding-top: 7em;
  }
  h2 {
    font-size: 2em;
  }
  .home h2 {
    font-size: 6.666em;
  }
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
