@import url(fonts.css);
@-moz-keyframes spinner {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -506px 0;
  }
}
@-webkit-keyframes spinner {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -506px 0;
  }
}
@keyframes spinner {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -506px 0;
  }
}
@-moz-keyframes button-pulse {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes button-pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes button-pulse {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes spotlight-left {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spotlight-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spotlight-left {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes polaroids-3 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 150% center;
  }
}
@-webkit-keyframes polaroids-3 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 150% center;
  }
}
@keyframes polaroids-3 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 150% center;
  }
}
@-moz-keyframes polaroids-4 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 133.33% center;
  }
}
@-webkit-keyframes polaroids-4 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 133.33% center;
  }
}
@keyframes polaroids-4 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 133.33% center;
  }
}
@-moz-keyframes polaroids-6 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 120% center;
  }
}
@-webkit-keyframes polaroids-6 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 120% center;
  }
}
@keyframes polaroids-6 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 120% center;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body {
  color: #d4d3bc;
  font-family: "ampersand", sans-serif;
  font-size: 18px;
}
header {
  display: block;
  position: relative;
}
section {
  display: block;
  position: relative;
}
footer {
  display: block;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-family: "mayton", sans-serif;
  font-size: 60px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 48px;
  text-align: center;
  text-shadow: -3px 3px 0px rgba(22, 22, 22, 0.2);
}
h2 {
  font-family: "marianddavid", sans-serif;
  font-size: 33px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 38px;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  font-family: "marianddavid", sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: left;
  text-transform: uppercase;
}
h4 {
  font-family: "marianddavid", sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 18px;
  text-align: left;
}
p {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 14px;
}
p ~ h1,
p ~ h2,
p ~ h3,
p ~ h4,
p ~ h5 {
  margin-top: 48px;
}
strong {
  text-transform: uppercase;
  font-size: 1.2em;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
form {
  display: block;
  width: 100%;
}
label {
  display: inline-block;
  margin-bottom: 12px;
}
input {
  margin: 0 0 24px;
  font-family: "ampersand", sans-serif;
  font-size: 1em;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"] {
  display: block;
  width: 100%;
  height: 76px;
  padding: 24px 24px 28px 54px;
  background-color: #d4d3bc;
  color: #d4d3bc;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url("../images/layout/input-bg.png");
  background-color: rgba(1, 1, 1, 0);
  border-style: none;
}
input:-moz-placeholder {
  color: #d4d3bc;
  opacity: 0.7;
  text-transform: uppercase;
}
input::-moz-placeholder {
  color: #d4d3bc;
  opacity: 0.7;
  text-transform: uppercase;
}
input:-ms-input-placeholder {
  color: #d4d3bc;
  opacity: 0.7;
  text-transform: uppercase;
}
input::-webkit-input-placeholder {
  color: #d4d3bc;
  opacity: 0.7;
  text-transform: uppercase;
}
button {
  position: relative;
  display: inline-block;
  width: 282px;
  height: 62px;
  left: 10px;
  padding-right: 18px;
  margin: 12px auto 36px;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url("../images/layout/arrow-topic-green.png");
  background-color: rgba(1, 1, 1, 0);
  border-style: none;
  color: #d4d3bc;
  font-family: "marianddavid", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #d4d3bc;
  cursor: pointer;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
button:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.form-success {
  margin-bottom: 0;
  padding-top: 24px;
  font-weight: 700;
  text-align: center;
}
.clear {
  clear: both;
  width: 0;
  height: 0;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.text-center {
  text-align: center;
}
.preload * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.content {
  max-width: 1176px;
  margin: auto;
}
.colum-12 {
  width: 100%;
  padding: 0 15px;
}
.colum-8 {
  float: left;
  width: 66.66%;
  padding: 0 15px;
}
.colum-6 {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.colum-4 {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.colum-3 {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.colum-2 {
  float: left;
  width: 16.5%;
  padding: 0 15px;
}
.centered-colum {
  float: none;
  display: block;
  margin: auto;
}
.youtube-video-container {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 48px;
  overflow: hidden;
}
.youtube-video-container iframe,
.youtube-video-container object,
.youtube-video-container embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.popup {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.popup .popup-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-family: "marianddavid", sans-serif;
  font-size: 33px;
  text-align: center;
  z-index: 100;
}
.popup .popup-close-btn:hover {
  cursor: pointer;
}
.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup.active {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#title {
  position: relative;
  width: 100%;
  height: 700px;
  height: 100vh;
  background-image: url("../img/home.png");
  background-color: #d18fca;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: bottom center;
  background-position: 50%;
  overflow: hidden;
}
#title-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  font-size: 24px;
  background-color: rgba(22, 22, 22, 0.5);
  z-index: 100;
}
#title-nav ul {
  margin-top: 15px;
}
#title-nav ul .nav-entry {
  display: inline-block;
  margin: 0 18px;
}
#title-nav.fixed {
  background-color: rgba(22, 22, 22, 0.5);
}
#navigation-button {
  display: none;
}
#title-logo {
  position: absolute;
  top: 21px;
  top: 3vh;
  left: 50%;
  width: auto;
  height: 310px;
  height: 44vh;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#title-spotlight {
  position: absolute;
  bottom: -700px;
  left: 50%;
  width: 1400px;
  height: 1400px;
  margin-left: -700px;
  opacity: 0.4;
  -moz-animation-name: spotlight-left;
  -webkit-animation-name: spotlight-left;
  animation-name: spotlight-left;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-duration: 20s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#title-spotlight .spotlight-part {
  position: absolute;
  width: 50%;
  height: 50%;
}
#title-spotlight .part-1 {
  top: 0;
  left: 0;
}
#title-spotlight .part-2 {
  top: 0;
  right: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#title-spotlight .part-3 {
  bottom: 0;
  right: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#title-spotlight .part-4 {
  bottom: 0;
  left: 0;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#title-characters {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#title-characters .title-character {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 410px;
  height: 59vh;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#title-characters #character-1 {
  background-image: url("../images/layout/character-title-01.png");
  background-size: auto 100%;
  background-position: 8% 100%;
  z-index: 6;
}
#title-characters #character-2 {
  background-image: url("../images/layout/character-title-02.png");
  background-size: auto 85%;
  background-position: 27% 100%;
  z-index: 4;
}
#title-characters #character-3 {
  background-image: url("../images/layout/character-title-03.png");
  background-size: auto 79%;
  background-position: 37% 100%;
  z-index: 2;
}
#title-characters #character-4 {
  background-image: url("../images/layout/character-title-04.png");
  background-size: auto 80%;
  background-position: 59% 100%;
  z-index: 1;
}
#title-characters #character-5 {
  background-image: url("../images/layout/character-title-05.png");
  background-size: auto 87%;
  background-position: 74% 100%;
  z-index: 3;
}
#title-characters #character-6 {
  background-image: url("../images/layout/character-title-06.png");
  background-size: auto 100%;
  background-position: 92% 100%;
  z-index: 5;
}
#title-trailer-button {
  display: inline-block;
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "marianddavid", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: -2px 2px 0px rgba(22, 22, 22, 0.2);
  z-index: 50;
}
#title-trailer-button img {
  -moz-animation-name: button-pulse;
  -webkit-animation-name: button-pulse;
  animation-name: button-pulse;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#title-trailer-button a {
  display: block;
}
#title-trailer-button a img {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#title-trailer-button a:hover img {
  opacity: 0.9;
}
#platform-buttons {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 40%;
}
#platform-buttons iframe {
  width: 100%;
}
#section-pitch,
#section-imprint {
  position: relative;
  padding-top: 60px;
  padding-bottom: 424px;
  background-image: url("../img/bg.jpg");
  background-color: #c7926d;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.pitch-box {
  position: relative;
  display: block;
  width: 33.33%;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("../images/layout/box-content-middle.png");
  background-size: 97% 100%;
  background-position: 3% 0;
}
.pitch-box .pitch-content {
  position: relative;
  width: 100%;
  top: -30px;
}
.pitch-box::before {
  position: absolute;
  width: 103%;
  height: 68px;
  top: 0;
  left: -5.9%;
  margin-top: -68px;
  content: "";
  background-image: url("../images/layout/box-content-top.png");
  background-size: 100% 100%;
}
.pitch-box::after {
  position: absolute;
  width: 97.2%;
  height: 18px;
  bottom: 0;
  left: 0;
  margin-bottom: -18px;
  content: "";
  background-image: url("../images/layout/box-content-bottom.png");
  background-size: 100% 100%;
}
.accordion-group {
  margin-top: 24px;
}
.accordion {
  margin-bottom: 8px;
}
.accordion .accordion-button {
  font-family: "marianddavid", sans-serif;
  font-size: 25px;
  margin-bottom: 48px;
  text-transform: uppercase;
  cursor: pointer;
}
.accordion .accordion-button::before {
  display: inline-block;
  content: "+";
  width: 10px;
  margin-right: 5px;
}
.accordion .accordion-button:hover {
  text-decoration: none;
}
.accordion .accordion-button:hover .accordion-title {
  text-decoration: underline;
}
.accordion .accordion-content {
  display: none;
  padding: 8px 0 12px 14px;
}
.accordion.active .accordion-button::before {
  content: "-";
}
.deco-bat {
  position: absolute;
  top: 20px;
  left: 0;
  width: 84px;
  height: 110px;
  background-image: url("../images/layout/deco-bat.png");
  background-size: 100%;
}
.deco-spider {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 80px;
  height: 102px;
  background-image: url("../images/layout/deco-spider.png");
  background-size: 100%;
}
.polaroid {
  position: absolute;
  width: 284px;
  height: 240px;
  z-index: 10;
  cursor: pointer;
}
.polaroid .polaroid-image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.polaroid .polaroid-spinner {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 46px;
  height: 46px;
  background-image: url("../images/layout/btn-photo.png");
  background-size: auto 100%;
  background-position: 100% 0;
}
.polaroid .polaroid-animation {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 0 center;
  background-repeat: repeat-x;
}
.polaroid .polaroid-frame {
  position: absolute;
  display: block;
  top: -3%;
  left: -2%;
  width: 111%;
  height: 106%;
  max-width: 111%;
  pointer-events: none;
}
.polaroid .polaroid-title {
  position: absolute;
  display: block;
  bottom: 6%;
  left: -8%;
  width: 282px;
  height: 62px;
  padding-top: 13px;
  padding-right: 18px;
  background-size: 100% 100%;
  background-position: center center;
}
.polaroid .polaroid-title.arrow-black {
  background-image: url("../images/layout/arrow-topic-black.png");
}
.polaroid .polaroid-title.arrow-blue {
  background-image: url("../images/layout/arrow-topic-blue.png");
}
.polaroid .polaroid-title.arrow-green {
  background-image: url("../images/layout/arrow-topic-green.png");
}
.polaroid .polaroid-title.arrow-red {
  background-image: url("../images/layout/arrow-topic-red.png");
}
.polaroid .polaroid-title.arrow-yellow {
  background-image: url("../images/layout/arrow-topic-yellow.png");
}
.polaroid:hover .polaroid-spinner {
  -moz-animation-name: spinner;
  -webkit-animation-name: spinner;
  animation-name: spinner;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: steps(11, start);
  -webkit-animation-timing-function: steps(11, start);
  animation-timing-function: steps(11, start);
}
.polaroid:hover .polaroid-animation {
  display: block;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.polaroid:hover #polaroid-animation-1 {
  background-image: url("../images/content/situations-frames.jpg");
  -moz-animation-name: polaroids-4;
  -webkit-animation-name: polaroids-4;
  animation-name: polaroids-4;
  -moz-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-timing-function: steps(4, start);
  -webkit-animation-timing-function: steps(4, start);
  animation-timing-function: steps(4, start);
}
.polaroid:hover #polaroid-animation-2 {
  background-image: url("../images/content/characters-frames.jpg");
  -moz-animation-name: polaroids-6;
  -webkit-animation-name: polaroids-6;
  animation-name: polaroids-6;
  -moz-animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -moz-animation-timing-function: steps(6, start);
  -webkit-animation-timing-function: steps(6, start);
  animation-timing-function: steps(6, start);
}
.polaroid:hover #polaroid-animation-3 {
  background-image: url("../images/content/modernlove-frames.jpg");
  -moz-animation-name: polaroids-3;
  -webkit-animation-name: polaroids-3;
  animation-name: polaroids-3;
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-timing-function: steps(3, start);
  -webkit-animation-timing-function: steps(3, start);
  animation-timing-function: steps(3, start);
}
.polaroid:hover #polaroid-animation-4 {
  background-image: url("../images/content/secret-frames.jpg");
  -moz-animation-name: polaroids-3;
  -webkit-animation-name: polaroids-3;
  animation-name: polaroids-3;
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-timing-function: steps(3, start);
  -webkit-animation-timing-function: steps(3, start);
  animation-timing-function: steps(3, start);
}
.polaroid:hover #polaroid-animation-5 {
  background-image: url("../images/content/fashion-frames.jpg");
  -moz-animation-name: polaroids-6;
  -webkit-animation-name: polaroids-6;
  animation-name: polaroids-6;
  -moz-animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -moz-animation-timing-function: steps(6, start);
  -webkit-animation-timing-function: steps(6, start);
  animation-timing-function: steps(6, start);
}
.polaroid:hover #polaroid-animation-6 {
  background-image: url("../images/content/items-frames.jpg");
  -moz-animation-name: polaroids-6;
  -webkit-animation-name: polaroids-6;
  animation-name: polaroids-6;
  -moz-animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -moz-animation-timing-function: steps(6, start);
  -webkit-animation-timing-function: steps(6, start);
  animation-timing-function: steps(6, start);
}
.polaroid:hover #polaroid-animation-7 {
  background-image: url("../images/content/competitive-frames.jpg");
  -moz-animation-name: polaroids-4;
  -webkit-animation-name: polaroids-4;
  animation-name: polaroids-4;
  -moz-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-timing-function: steps(4, start);
  -webkit-animation-timing-function: steps(4, start);
  animation-timing-function: steps(4, start);
}
#polaroid-1 {
  top: 15%;
  right: 70%;
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
#polaroid-2 {
  top: 42%;
  left: 5%;
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
#polaroid-3 {
  top: 69%;
  right: 68%;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#polaroid-4 {
  bottom: 70px;
  left: 51%;
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  margin-left: -142px;
}
#polaroid-5 {
  top: 15%;
  left: 70%;
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
#polaroid-6 {
  top: 42%;
  right: 6%;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#polaroid-7 {
  top: 69%;
  left: 69%;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#section-slider {
  position: relative;
  height: 412px;
  background-image: url("../img/bg2.jpg");
  background-color: #70679f;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.unslider {
  position: relative;
  width: 100%;
  height: 100%;
}
.unslider .unslider-arrow {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 44px;
  margin-top: -22px;
  background-image: url("../images/layout/btn-slider-arrows.png");
  background-size: auto 100%;
  color: transparent;
  font-size: 0.1px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.unslider .unslider-arrow.next {
  right: 15px;
  background-position: right center;
}
.unslider .unslider-arrow.prev {
  left: 15px;
  background-position: left center;
}
.unslider .unslider-arrow:hover {
  opacity: 1;
}
.unslider .unslider-nav {
  position: absolute;
  bottom: 24px;
  left: 23%;
}
.unslider .unslider-nav li {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0.1px;
  background-image: url("../images/layout/btn-slider-dots.png");
  background-position: left center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.unslider .unslider-nav li:hover {
  background-position: center center;
}
.unslider .unslider-nav li.unslider-active {
  background-position: right center;
}
.character-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.character-slider ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.character-slider li.character-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.character-slider li.character-slide .slide-headline {
  position: absolute;
  top: 90px;
  left: 10%;
  width: 56%;
  margin-left: -30px;
  font-family: "marianddavid", sans-serif;
  font-size: 50px;
  text-align: right;
  text-transform: uppercase;
  opacity: 0;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.character-slider li.character-slide .slide-headline .slide-headline-small {
  display: block;
  font-size: 39px;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 60px;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.character-slider li.character-slide .slide-speechline {
  position: absolute;
  top: 130px;
  left: 68%;
  opacity: 0;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.character-slider li.character-slide .slide-character-name {
  position: absolute;
  bottom: 35px;
  right: 28%;
  margin-right: -130px;
  height: 104px;
  padding-top: 44px;
  padding-left: 40px;
  padding-right: 150px;
  font-family: "mayton", sans-serif;
  font-size: 38px;
  text-align: left;
  text-transform: uppercase;
  background-image: url("../images/layout/box-slider-name-left.png");
  background-size: 100% 100%;
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.character-slider li.character-slide .slide-character {
  position: absolute;
  bottom: 0;
  right: 28%;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.character-slider li.character-slide.unslider-active {
  opacity: 1;
}
.character-slider li.character-slide.unslider-active .slide-headline {
  margin-left: 0;
  opacity: 1;
}
.character-slider
  li.character-slide.unslider-active
  .slide-headline
  .slide-headline-small {
  margin-left: 0;
}
.character-slider li.character-slide.unslider-active .slide-speechline {
  opacity: 1;
}
#section-newsletter {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../images/layout/bg-newsletter.jpg");
  background-color: #c7926d;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #151515;
}
#site-footer {
  position: relative;
  width: 100%;
  padding: 18px 24px;
  font-size: 18px;
  text-align: center;
  background-color: #151515;
}
#site-footer .nav-entry-imprint {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
}
#site-footer .developer-contact {
  display: block;
  font-size: 16px;
}
#site-footer .developer-contact a {
  font-size: 18px;
}
#footer-nav,
#social-nav {
  width: 100%;
  margin-bottom: 18px;
}
#footer-nav .nav-entry,
#social-nav .nav-entry {
  display: inline-block;
  margin: 0 18px;
}
#social-nav {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #151515;
}
#social-nav .social-icon {
  position: relative;
  top: 4px;
  left: 0;
  width: 30px;
  margin-right: 4px;
}
@media (max-width: 1250px) {
  .content {
    max-width: 1050px;
  }
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 30px;
  }
  #title-spotlight {
    bottom: -500px;
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
  }
  #title-characters #character-1 {
    background-position: 1% 100%;
  }
  #title-characters #character-2 {
    background-position: 24% 100%;
  }
  #title-characters #character-3 {
    background-position: 42% 100%;
  }
  #title-characters #character-4 {
    background-position: 59% 100%;
  }
  #title-characters #character-5 {
    background-position: 76% 100%;
  }
  #title-characters #character-6 {
    background-position: 99% 100%;
  }
  #title-trailer-button .trailer-button-text {
    display: none;
  }
  #section-pitch {
    padding-top: 50px;
  }
  .pitch-box {
    margin-top: 110px;
  }
  .deco-bat {
    width: 69px;
    height: 90px;
  }
  .deco-spider {
    width: 66px;
    height: 84px;
  }
  .character-slider li.character-slide .slide-headline {
    font-size: 43px;
  }
  .character-slider li.character-slide .slide-headline .slide-headline-small {
    font-size: 31px;
  }
}
@media (max-width: 1080px) {
  .content {
    max-width: 752px;
  }
  #platform-buttons {
    width: 55%;
  }
  #section-pitch {
    padding-bottom: 380px;
  }
  .pitch-box {
    width: 50%;
  }
  .polaroid {
    width: 240px;
    height: 203px;
  }
  .polaroid .polaroid-title {
    width: 252px;
    height: 59px;
  }
  #polaroid-1 {
    right: 73%;
  }
  #polaroid-2 {
    top: 40%;
    left: 3%;
  }
  #polaroid-3 {
    top: 65%;
    right: 70%;
  }
  #polaroid-4 {
    left: 51%;
    margin-left: -122px;
  }
  #polaroid-5 {
    left: 73%;
  }
  #polaroid-6 {
    top: 40%;
    right: 3%;
  }
  #polaroid-7 {
    left: 51%;
    left: 71%;
  }
  .character-slider li.character-slide .slide-headline {
    font-size: 38px;
  }
  .character-slider li.character-slide .slide-headline .slide-headline-small {
    font-size: 29px;
  }
}
@media (max-width: 950px) {
  .content {
    max-width: 752px;
  }
  .colum-4 {
    width: 50%;
  }
  h1 {
    font-size: 50px;
  }
  #title {
    height: 900px;
    height: 100vh;
  }
  #title-spotlight {
    bottom: -450px;
    width: 900px;
    height: 900px;
    margin-left: -450px;
  }
  #platform-buttons {
    float: right;
  }
  .pitch-box {
    float: right;
    margin-top: 90px;
  }
  .deco-bat {
    width: 59px;
    height: 77px;
  }
  .deco-spider {
    width: 57px;
    height: 72px;
  }
  #polaroid-1 {
    right: 60%;
  }
  #polaroid-2 {
    left: 9%;
  }
  #polaroid-3 {
    right: 58%;
  }
  #polaroid-4 {
    left: 70%;
    margin-left: -122px;
  }
  #polaroid-5,
  #polaroid-6,
  #polaroid-7 {
    display: none;
  }
  .character-slider li.character-slide .slide-headline,
  .character-slider li.character-slide .slide-speechline {
    display: none;
  }
  .character-slider li.character-slide .slide-character-name {
    right: 50%;
    height: 84px;
    padding-top: 34px;
    padding-right: 140px;
    font-size: 32px;
  }
  .character-slider li.character-slide .slide-character {
    right: 50%;
  }
  .unslider .unslider-nav {
    left: 12%;
    bottom: 14px;
  }
}
@media (max-width: 820px) {
  #title {
    height: 700px;
    height: 100vh;
  }
  #title-nav {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 200;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  #title-nav ul {
    float: none;
    position: relative;
    display: block;
    top: 20%;
    left: 0;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  #title-nav ul .nav-entry {
    display: block;
    margin: 0 0 36px;
  }
  #title-nav ul .nav-entry a {
    display: inline-block;
  }
  #navigation-button {
    position: fixed;
    display: block;
    top: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    z-index: 250;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  #navigation-button::before {
    position: absolute;
    width: 36px;
    height: 36px;
    padding-top: 9px;
    color: #d4d3bc;
    font-family: "ampersand", sans-serif;
    font-size: 20px;
    text-align: center;
    content: "III";
  }
  #navigation-button:hover {
    cursor: pointer;
  }
  #navigation-button.active {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #navigation-button.active::before {
    content: "X";
  }
  #navigation-button.active ~ #title-nav,
  #navigation-button.active ~ #title-nav.fixed {
    top: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #151515;
  }
}
@media (max-aspect-ratio: 10 / 8) {
  #title-logo {
    top: 60px;
    top: 10vh;
    width: 50%;
    height: auto;
  }
  #title-characters #character-2 {
    background-position: 14% 100%;
  }
  #title-characters #character-5 {
    background-position: 88% 100%;
  }
  #title-characters #character-1,
  #title-characters #character-3,
  #title-characters #character-4,
  #title-characters #character-6 {
    display: none;
  }
}
@media (max-width: 760px) {
  .colum-4 {
    width: 100%;
  }
  #title-logo {
    width: 60%;
    height: auto;
  }
  #title-characters #character-2 {
    background-position: 14% 100%;
  }
  #title-characters #character-5 {
    background-position: 88% 100%;
  }
  #title-characters #character-1,
  #title-characters #character-3,
  #title-characters #character-4,
  #title-characters #character-6 {
    display: none;
  }
  #platform-buttons {
    float: none;
    width: 96%;
  }
  #section-pitch {
    padding-bottom: 1050px;
  }
  .pitch-box {
    float: none;
    width: 100%;
  }
  .deco-bat,
  .deco-spider {
    display: none;
  }
  #polaroid-1 {
    top: auto;
    bottom: 790px;
    left: 50%;
    margin-left: -122px;
  }
  #polaroid-2 {
    top: auto;
    bottom: 550px;
    left: 50%;
    margin-left: -122px;
  }
  #polaroid-3 {
    top: auto;
    bottom: 310px;
    left: 50%;
    margin-left: -122px;
  }
  #polaroid-4 {
    top: auto;
    bottom: 60px;
    left: 50%;
    margin-left: -122px;
  }
}
@media (max-width: 480px) {
  #title {
    height: 700px;
    height: 100vh;
  }
  #title-logo {
    top: 40px;
    top: 7vh;
    width: 90%;
    height: auto;
  }
  #section-slider {
    display: none;
  }
}
@media (min-width: 2200px) {
  body {
    font-size: 24px;
  }
  h1 {
    font-size: 90px;
    margin-bottom: 72px;
  }
  h2 {
    font-size: 43px;
    margin-bottom: 49px;
  }
  .content {
    max-width: 1700px;
  }
  #title-nav {
    height: 60px;
    font-size: 32px;
  }
  #title-trailer-button {
    width: 200px;
    font-size: 45px;
  }
  #title-trailer-button a img {
    width: 100px;
  }
  .polaroid {
    width: 369px;
    height: 312px;
  }
  .polaroid .polaroid-spinner {
    top: 20px;
    right: 20px;
    width: 68px;
    height: 68px;
  }
  .polaroid .polaroid-title {
    width: 367px;
    height: 81px;
    padding-top: 17px;
    padding-right: 27px;
  }
  .pitch-box {
    padding-left: 55px;
    padding-right: 55px;
  }
  .accordion .accordion-button {
    font-size: 35px;
  }
  .character-slider li.character-slide .slide-headline {
    font-size: 70px;
  }
  .character-slider li.character-slide .slide-headline .slide-headline-small {
    font-size: 55px;
  }
  #site-footer {
    font-size: 24px;
  }
}
#logosContainer {
  padding: 50px 10px;
  background-image: url("../newimages/logosBG.jpg");
}
#logosContainer ul {
  text-align: center;
}
#logosContainer li {
  display: inline-block;
}
#logosContainer img {
  max-width: 220px;
}
