/*!
 Theme Name: Sommerfest2018
 Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: sommerfest2018
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Sommerfest2018 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.step_text, #page section#datum .bg .top .text_right, #page section#eis .bg .top .text, #page section#wurst .bg .top .text, #page section#shake .bg .top .text, #page section#final .bg .top .text {
  width: 25vw;
  height: 4vw;
  background-size: auto 100%;
}
#page section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#page section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#page section .bg .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
#page section .bg .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
#media_query {
  opacity: 0;
  width: 0;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  /*for javascript to detect media query */
  #media_query {
    height: 1200px;
  }
}
#page section#start {
  overflow: hidden;
}
#page section#start .bg .top {
  background: #a4cadb;
  height: 60%;
}
#page section#start .bg .top .text {
  position: absolute;
  bottom: 10%;
  right: 65%;
  max-width: 300px;
  width: 20vh;
  height: 15vh;
  background-image: url(img/start/text.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 20;
}
#page section#start .bg .top .sun {
  display: none;
  position: absolute;
  left: -25%;
  bottom: 0;
  background-color: #ffee9b;
  width: 150%;
  height: 200%;
  z-index: 30;
  transform: rotate(0deg);
  transform-origin: 50% 100%;
  overflow: hidden;
  text-align: center;
  z-index: 21;
}
#page section#start .bg .top .sun.show {
  display: block;
}
#page section#start .bg .top .sun .stripes {
  background-image: url(img/start/stripes.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  z-index: 22;
  transform: rotate(0deg);
  transform-origin: 50% 100%;
}
#page section#start .bg .bottom {
  background: #fbdbd0;
  height: 40%;
  z-index: 40;
}
#page section#start .bg .bottom .arrow {
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  bottom: 20px;
  height: 100px;
  background-image: url(img/start/arrow.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
#page section#start #guy {
  position: absolute;
  width: 300px;
  height: 340px;
  top: 54%;
  margin-top: -150px;
  left: 50%;
  margin-left: -150px;
  background-image: url(img/start/guy_3.png), url(img/start/guy_2.png), url(img/start/guy_1.png);
  background-size: 100% auto;
  z-index: 50;
}
#page section#start #guy.two {
  background-image: url(img/start/guy_2.png);
}
#page section#start #guy.three {
  background-image: url(img/start/guy_3.png);
}
#page section#start #tear {
  position: fixed;
  top: 61%;
  left: 53%;
  width: 30px;
  height: 60px;
  background-image: url(img/start/tear.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
}
#page section#start #tear.show {
  visibility: visible;
  opacity: 1;
}
#page section#start #tear.hide {
  opacity: 0;
  visibility: hidden;
}
#page section#cocktail .bg .top {
  background: #fbdbd0;
  height: 75%;
}
#page section#cocktail .bg .top .sun {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/cocktail/sun.png);
  background-size: 1200px 600px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#page section#cocktail .bg .top .rays {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-left: -50px;
  border-radius: 50px 50px 0 0;
  background-image: url(img/cocktail/rays.png);
  background-size: 1200px 600px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
#page section#cocktail .bg .top .rays.shine {
  width: 100%;
  height: 100%;
  margin-left: -50%;
  border-radius: 100vw 100vw 0 0;
}
#page section#cocktail .bg .bottom {
  background: #c1d9e6;
  height: 25%;
}
#page section#cocktail .bg .bottom .text {
  position: absolute;
  width: 30%;
  height: 50%;
  left: 50%;
  margin-left: -15%;
  top: 60%;
  background-image: url(img/cocktail/text.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#page section#cocktail .cup {
  position: absolute;
  width: 200px;
  height: 210px;
  top: 60%;
  left: 50%;
  margin-left: -100px;
  background-image: url(img/cocktail/cup.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 700;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
#page section#cocktail .cup.fixed {
  position: fixed;
}
#page section#cocktail .hand {
  width: 70vw;
  max-width: 1000px;
  height: 50vw;
  position: absolute;
  top: 0;
  left: -70vw;
  background-image: url(img/cocktail/hand_sign.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 80;
}
@media only screen and (max-width: 1200px) {
  #page section#cocktail .cup {
    width: 160px;
    height: 210px;
    margin-left: -80px;
  }
}
#page section#datum .bg .top {
  background: #c1d9e6;
  height: 75%;
}
#page section#datum .bg .top .text_left {
  position: absolute;
  right: 65%;
  bottom: 5%;
  background-image: url(img/datum/text_left.png);
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width: 15vw;
  height: 8vw;
}
#page section#datum .bg .top .text_right {
  position: absolute;
  left: 65%;
  bottom: 5%;
  background-image: url(img/datum/text_right.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#page section#datum .bg .bottom {
  background: #a4cadb;
  height: 25%;
}
#page section#datum .house {
  position: fixed;
  top: 0;
  right: 45%;
  height: 440px;
  background-image: url(img/datum/house.png);
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width: 570px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
#page section#datum .house.show {
  visibility: visible;
  opacity: 1;
}
#page section#datum .house.center {
  right: 50%;
  margin-right: -285px;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
#page section#datum .house.broken {
  background-image: url(img/eis/house_broken.png);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
#page section#datum .display {
  position: absolute;
  top: 0;
  right: 45%;
  height: 70px;
  background-image: url(img/datum/display.png);
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width: 570px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;
}
#page section#datum .display.show {
  visibility: visible;
  opacity: 1;
}
#page section#datum .date {
  position: absolute;
  top: 30%;
  left: 51%;
  height: 250px;
  background-image: url(img/datum/date.png);
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width: 350px;
  z-index: 31;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;
}
#page section#datum .date.show {
  visibility: visible;
  opacity: 1;
}
#page section#datum .time {
  position: absolute;
  top: 2%;
  left: 52%;
  height: 250px;
  background-image: url(img/datum/time.png);
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width: 350px;
  z-index: 31;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;
}
#page section#datum .time.show {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  #page section#datum .display {
    width: 400px;
  }
  #page section#datum .house {
    height: 300px;
    width: 400px;
  }
  #page section#datum .house.center {
    margin-right: -200px;
  }
  #page section#datum .date {
    width: 250px;
    height: 180px;
  }
  #page section#datum .time {
    width: 250px;
    height: 180px;
  }
}
#page section#eis .bg .top {
  background: #a4cadb;
  height: 70%;
}
#page section#eis .bg .top .text {
  position: absolute;
  right: 75%;
  top: 5%;
  background-image: url(img/eis/text.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#page section#eis .bg .bottom {
  background: #f9cbbc;
  height: 30%;
}
#page section#eis .cube {
  position: absolute;
  top: 10vh;
  left: 50%;
  margin-left: -2.5vw;
  height: 100px;
  width: 70px;
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;
}
#page section#eis .cube.cube_1 {
  background-image: url(img/eis/cube_1.png);
}
#page section#eis .cube.cube_2 {
  background-image: url(img/eis/cube_2.png);
}
#page section#eis .cube.cube_3 {
  background-image: url(img/eis/cube_3.png);
}
#page section#eis .cube.show {
  visibility: visible;
  opacity: 1;
}
#page section#wurst .bg .top {
  background: #f9cbbc;
  height: 75%;
}
#page section#wurst .bg .top .text {
  position: absolute;
  bottom: 10%;
  left: 65%;
  max-width: 400px;
  background-repeat: no-repeat;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
}
#page section#wurst .bg .top .text.text_3 {
  background-image: url(img/wurst/text_3.png);
}
#page section#wurst .bg .top .text.text_4 {
  background-image: url(img/wurst/text_4.png);
}
#page section#wurst .bg .top .text.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#wurst .bg .bottom {
  background: #ffe863;
  height: 25%;
}
#page section#wurst .bg .bottom .text_business {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15%;
  height: 30%;
  background-image: url(img/wurst/text_business.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  visibility: hidden;
  opacity: 0;
}
#page section#wurst .bg .bottom .text_business.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#wurst .wurst {
  position: absolute;
  top: 60%;
  margin-top: -25vh;
  right: 5%;
  max-width: 150px;
  width: 17vh;
  height: 20vh;
  background-image: url(img/wurst/wurst.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
}
#page section#wurst .wurst.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#wurst .fire {
  position: absolute;
  left: 50%;
  bottom: 39%;
  width: 200px;
  height: 300px;
  margin-left: -100px;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#wurst .fire.show {
  visibility: visible;
  opacity: 1;
}
#page section#wurst .fire .flame_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(img/wurst/flamme_1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 60%;
}
#page section#wurst .fire .flame_2 {
  position: absolute;
  left: 30%;
  bottom: 0;
  background-image: url(img/wurst/flamme_2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 80%;
  width: 55%;
}
#page section#wurst .fire .flame_3 {
  position: absolute;
  left: 25%;
  bottom: 0;
  background-image: url(img/wurst/flamme_3.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 43%;
  width: 42%;
}
#page section#wurst .bottles {
  position: absolute;
  left: 5%;
  bottom: 39%;
  width: 32vh;
  height: 34vh;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#wurst .bottles.show {
  visibility: visible;
  opacity: 1;
}
#page section#wurst .bottles .bottle {
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 11vh;
  height: 32vh;
  position: absolute;
}
#page section#wurst .bottles .bottle.bottle_1 {
  background-image: url(img/wurst/bottle_1.png);
  top: 2vh;
  left: 20vh;
}
#page section#wurst .bottles .bottle.bottle_2 {
  background-image: url(img/wurst/bottle_2.png);
  top: 1vh;
  left: 10vh;
}
#page section#wurst .bottles .bottle.bottle_3 {
  background-image: url(img/wurst/bottle_3.png);
  top: 0;
  left: 0;
}
#page section#wurst .bottle_business {
  background-image: url(img/wurst/bottle_business.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 12vh;
  height: 35vh;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  right: 65%;
  top: 35%;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#wurst .bottle_business.show {
  visibility: visible;
  opacity: 1;
}
#page section#wurst .hand {
  width: 80vh;
  height: 10vh;
  position: absolute;
  top: 60%;
  margin-top: -12vh;
  left: 110%;
  background-image: url(img/wurst/hand_business.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.sign_business {
  background-image: url(img/wurst/sign_business.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  position: fixed;
  z-index: 800;
  left: 50%;
  top: 60%;
  margin-top: -90px;
  margin-left: -90px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
.sign_business.show {
  visibility: visible;
  opacity: 1;
}
#page section#shake .bg .top {
  background: #ffe863;
  height: 100%;
}
#page section#shake .bg .top .text {
  position: absolute;
  top: 10%;
  right: 65%;
  background-image: url(img/shake/text.png);
  background-repeat: no-repeat;
}
#page section#shake .bg .top .bang {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
  visibility: hidden;
  opacity: 0;
}
#page section#shake .bg .top .bang.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#shake .bg .top .bang.pink {
  background-image: url(img/shake/bang_pink.png);
}
#page section#shake .bg .top .bang.blue {
  background-image: url(img/shake/bang_blue.png);
}
#page section#shake .cup_top {
  position: fixed;
  width: 200px;
  height: 200px;
  top: -10%;
  margin-top: -195px;
  left: 50%;
  margin-left: -100px;
  background-image: url(img/shake/cup_top.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
  z-index: 11;
}
@media only screen and (max-width: 1200px) {
  #page section#shake .cup_top {
    width: 160px;
    margin-left: -80px;
  }
}
#page section#final {
  overflow: hidden;
}
#page section#final .bg .top {
  background: #fbdbd0;
  background-image: url(img/final/sun.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 65%;
}
#page section#final .bg .top .shadow {
  width: 100%;
  height: 100%;
  background: #fbdbd0;
  transform: rotate(0deg);
  transform-origin: 50% 100%;
}
#page section#final .bg .top .text {
  position: absolute;
  right: 65%;
  bottom: 5%;
  background-image: url(img/final/text.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#page section#final .bg .top .text.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#final .bg .bottom {
  background: #c1d9e6;
  height: 35%;
  background-image: url(img/final/serviette.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
#page section#final .bg .bottom .mail {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 50%;
  height: 50%;
  font-size: 2.1vw;
  color: white;
  text-align: right;
  font-family: "europa", Arial, Helvetica, sans-serif;
}
#page section#final .bg .bottom .mail a {
  color: white;
}
#page section#final .bg .bottom .datenschutz {
  font-family: "europa", Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}
#page section#final .bg .bottom .datenschutz a {
  color: white;
}
#page section#final .glass {
  position: fixed;
  width: 200px;
  height: 210px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  background-image: url(img/final/glass_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 600;
  visibility: hidden;
  opacity: 0;
}
#page section#final .glass.show {
  visibility: visible;
  opacity: 1;
}
#page section#final .glass .front {
  position: absolute;
  background-image: url(img/final/glass_front.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 610;
}
#page section#final .glass .straw {
  position: absolute;
  top: -600px;
  left: -100px;
  background-image: url(img/final/straw.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 220px;
  height: 350px;
  visibility: hidden;
  opacity: 0;
}
#page section#final .glass .straw.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
#page section#final .glass .flag {
  position: absolute;
  top: -600px;
  left: 59px;
  background-image: url(img/final/flag.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 280px;
  height: 220px;
  visibility: hidden;
  opacity: 0;
}
#page section#final .glass .flag.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
@media only screen and (max-width: 1200px) {
  #page section#final .glass {
    width: 160px;
    margin-left: -80px;
  }
  #page section#final .glass .straw {
    width: 180px;
    height: 280px;
    left: -90px;
  }
  #page section#final .glass .flag {
    height: 180px;
    width: 230px;
    left: 48px;
  }
}
