/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1;
  font-family: karmina, serif;
  font-weight: 400;
  font-style: normal;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: radial-gradient(circle, rgb(178, 106, 192) 0%, rgb(56, 148, 148) 30%, rgb(73, 176, 140) 70%, rgb(87, 199, 133) 100%);
}

p {
  line-height: 1.5;
  max-width: 800px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
}
#header .logo {
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0px;
  color: #222;
  text-shadow: 3px 3px 2px #06ffbb;
}
#header h1 {
  font-weight: 700;
  margin-left: 5px;
}
#header .archiv_container {
  position: absolute;
  top: 0px;
  right: 0px;
}
#header .menu_toggle {
  position: absolute;
  top: 0px;
  left: 80px;
  color: #222;
  background: #ee85a5;
  padding: 20px 30px 20px 50px;
  font-size: 2em;
  transform: skew(7deg);
  transition: all 0.4s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 4;
}
#header .menu_toggle:hover {
  color: #06ffbb;
  background: #222;
}
#header .menu {
  background: #ee85a5;
  height: 100vh;
  width: 56vw;
  padding: 100px 1vw 50px 0;
  position: absolute;
  top: 0;
  left: -55vw;
  z-index: 2;
  transform: skew(1deg);
  transition: all 0.4s cubic-bezier(0.85, 0, 0.15, 1);
  display: flex;
  justify-content: flex-end;
}
#header .menu ul {
  list-style: none;
  transform: skew(3deg);
  text-align: left;
  padding: 0;
}
#header .menu ul li {
  margin: 20px 0;
}
#header .menu ul li a {
  display: inline;
  padding: 10px 0;
  color: #222;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.4em;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
#header .menu ul li a:hover {
  background-size: 100% 2px;
}
#header .menu.menu_open {
  left: -5vw;
  transform: skew(-3deg);
  padding: 100px 5vw 0 10vw;
}
#header .archiv_toggle {
  position: absolute;
  top: 0px;
  right: -10px;
  color: #222;
  background: #ee85a5;
  padding: 20px 40px 20px 30px;
  font-size: 2em;
  transform: skew(-7deg);
  transition: all 0.4s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 5;
}
#header .archiv_toggle:hover {
  color: #ee85a5;
  background: #222;
}
#header .archiv {
  background: #ee85a5;
  height: 100vh;
  width: 56vw;
  padding: 100px 1vh 50px;
  position: absolute;
  top: 0;
  right: -54vw;
  z-index: 1;
  transform: skew(1deg);
  transition: all 0.4s cubic-bezier(0.85, 0, 0.15, 1);
  display: flex;
  justify-content: flex-start;
}
#header .archiv ul {
  list-style: none;
  transform: skew(3deg);
}
#header .archiv ul li {
  margin: 20px 0;
}
#header .archiv ul li a {
  display: inline;
  padding: 10px 0;
  color: #222;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.4em;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
#header .archiv ul li a:hover {
  background-size: 100% 2px;
}
#header .archiv.archiv_open {
  right: -5vw;
  transform: skew(-3deg);
  padding: 100px 15vw 0 1vw;
}

.teil {
  position: absolute;
}

.teile_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

#pdo-container {
  width: 96vw;
  top: 0;
  left: 2vw;
  text-align: center;
  padding-bottom: 200px;
  min-height: calc(100vh + 100px);
}
#pdo-container .logo {
  z-index: 20;
  width: 70vw;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  text-align: center;
}
#pdo-container .logo h1, #pdo-container .logo h2, #pdo-container .logo h3, #pdo-container .logo h4, #pdo-container .logo h5 {
  font-weight: 700;
  position: relative;
  z-index: 10;
}
#pdo-container .logo h1 {
  font-size: 3em;
  color: black;
}
#pdo-container .logo h2 {
  color: white;
  font-size: 2em;
  text-shadow: 3px 3px 2px #222;
  text-transform: uppercase;
  margin: 0;
}
#pdo-container .logo h3 {
  color: white;
  text-shadow: 5px 0px 5px #222;
  border: 2px dashed #222;
  background: RGBA(55, 13, 63, 0.3);
  padding: 15px;
}
#pdo-container .logo h4 {
  color: white;
  margin-top: 200px;
  padding: 15px 10px;
  font-size: 30px;
  text-shadow: 3px 3px 2px RGBA(55, 13, 63, 0.8);
}
#pdo-container .logo h4 span {
  font-size: 0.5em;
}
#pdo-container .logo h5 {
  padding-bottom: 100px;
}
#pdo-container .logo img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#pdo-container .logo img.pdo-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pdo-container .logo a {
  background: #ee85a5;
  display: inline-block;
  color: white;
  font-size: 1.4em;
  padding: 10px 30px;
  text-decoration: none;
  transform: skew(-2deg) rotate(-1deg);
  transition: all 0.4s cubic-bezier(0.85, 0, 0.15, 1);
}
#pdo-container .logo a:hover {
  color: white;
  background: #222;
  transform: skew(1deg) rotate(2deg);
}
#pdo-container .teil {
  position: absolute;
  top: 0;
  height: auto;
}

#pdo-container .poster {
  height: 90vh;
  width: auto;
  margin: 0 auto;
}

.logo-bar {
  position: fixed;
  bottom: 0px;
  height: 100px;
  width: 80%;
  left: 50%;
  max-width: 600px;
  transform: translateX(-50%);
  text-align: center;
  padding: 20px;
  gap: 20px;
  z-index: 100;
  background: RGBA(0, 0, 0, 0.2);
  display: flex;
}
.logo-bar img {
  max-width: 100%;
  height: auto !important;
  max-height: 100px;
}
.logo-bar .logo-neustart {
  width: 30%;
  height: auto;
  max-height: none;
  margin-top: 20px;
}
.logo-bar .logo-kf {
  position: relative;
  top: 30px;
}
.logo-bar .logo-lb {
  transform: translateY(25%);
  width: 50%;
}

#info, #newsletter, #kontakt, #welt {
  display: none;
  display: flex;
  flex-wrap: wrap;
  width: 96vw;
  min-height: 60vh;
  background: #06ffbb;
  border-bottom: 3px dashed #222;
  position: absolute;
  padding: 10vh 10vw;
  top: 0;
  left: 1vw;
  z-index: 200;
  transform: skew(3deg) rotate(2deg) translateY(-105%);
  transition: all 0.4s cubic-bezier(0.85, 0, 0.15, 1);
}
#info.open, #newsletter.open, #kontakt.open, #welt.open {
  top: -2vh;
  transform: skew(3deg) rotate(2deg) translateY(0);
}

#welt p {
  flex-basis: 100%;
}
#welt img {
  width: 40%;
  height: auto;
  transform: skew(-3deg) rotate(-2deg);
}
#welt .lang_switch {
  float: right;
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  top: 10px;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #222;
  background: #06ffbb;
  padding: 20px 40px 20px 30px;
  font-size: 2em;
  transform: skew(-4deg);
  transition: all 0.4s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 5;
}
.close_btn:hover {
  color: #06ffbb;
  background: #222;
}

#mc_embed_signup {
  background: transparent;
  width: 60%;
  max-width: 600px;
  margin: 0 auto;
}

#mc_embed_signup h2 {
  color: #000;
  display: inline-block;
  padding: 10px;
}

label {
  color: #f1d5e9;
  background: #000;
  display: inline-block;
  width: auto;
  padding: 10px;
}

#mc_embed_signup .button {
  color: white;
  background: #000;
  font-weight: bold;
  border: none;
  outline: none;
  padding: 10px 20px;
  min-width: none;
}
#mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
  background: #06ffbb;
  border: 2px dashed #222;
  color: #222;
}

#mc_embed_signup form {
  text-align: center;
}

input {
  margin-top: 10px;
  min-width: 400px;
  padding: 5px 10px;
}

/* ==========================================================================
   gifs
   ========================================================================== */
.gifs {
  padding: 0;
  margin: 0;
}

.gifs .container {
  background: #000;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gifs a {
  text-align: center;
}

.gifs img {
  width: 90%;
  height: 80vh;
  width: auto;
}

/* ==========================================================================
  FLYER OVERLAY
   ========================================================================== */
#flyer {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
}
#flyer .close-flyer {
  background: black;
  font-size: 50px;
  color: #fef151;
  padding: 5px;
  border: 3px solid #fef151;
  float: right;
}
#flyer .close-flyer:hover {
  background: #fef151;
  color: black;
}
#flyer .flyer:hover img {
  border: 5px solid black;
}
#flyer img {
  border: 5px solid #fef151;
  width: 100%;
  height: auto;
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-17 16:5:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/* ==========================================================================
   VIDEOS
   ========================================================================== */
.video_page {
  padding: 0 5vw;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  #header .menu.menu_open {
    width: 75vw;
  }
  #header .archiv.archiv_open {
    padding: 50px 2vw 0 0vw;
    width: 75vw;
  }
  #header h1 {
    visibility: hidden;
  }
  #info {
    top: 0;
    transform: translateY(-100%);
  }
  #info.info_open {
    transform: translateY(0);
  }
  #mc_embed_signup {
    background: transparent;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #pdo-container .logo {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  #pdo-container .logo h4 {
    margin-top: 30px;
  }
  input {
    min-width: 300px;
  }
  #info, #newsletter, #kontakt, #welt {
    width: 100vw;
  }
  .close_btn {
    padding: 10px 20px 10px 15px;
    font-size: 1.5em;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !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) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body.video {
  background: black;
}/*# sourceMappingURL=main.css.map */