@charset "UTF-8";
@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-leicht.eot") format("eot");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-leicht.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-leicht.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-halbfett.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-halbfett.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-halbfett.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

html {
  font-size: 10px;
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 10px;
  }
}

*, *::before, *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus, *:active {
  outline-width: 0px !important;
  outline: 0;
  border: none;
}

body {
  height: 100%;
  overflow: auto;
  font-family: "Soehne", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-transform: none;
  background-color: #f3ebe9;
  color: #00354e;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

p {
  margin: 0 0 0.6em 0;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

@media only screen and (max-width: 480px) {
  .hideonmobile {
    display: none !important;
  }
}

.introduction a, .about a, .media .further a, .imprint a {
  border-bottom: 1px solid;
  -webkit-box-shadow: inset 0 0px 0;
  box-shadow: inset 0 -.5px 0;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  cursor: pointer;
  -webkit-transition: background-color 750ms, color 750ms;
  transition: background-color 750ms, color 750ms;
}

h1, h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 2em 0 0.4em -0.02em;
  max-width: 48rem;
}

h3, h4, h5, h6 {
  font-size: 1.6rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 2em 0 0.4em -0.02em;
}

.introduction {
  max-width: 48rem;
  padding: 0 0 2.4em 0;
  margin: 0 0 4em 0;
}

ul {
  max-width: 42rem;
  list-style: square;
  padding: 0.4rem 0 1.6rem 0;
}

ul li {
  margin: 0 0 0.4em 0;
}

.nowrap {
  white-space: nowrap;
}

.marker {
  background-color: #005b8d;
  color: white;
  padding: 0.1em;
}

p.author {
  font-weight: 600;
  padding: 0;
  margin: 2em 0 0 0;
}

.footnote {
  position: relative;
  margin: 2.4rem 0 2rem 0;
  padding: 3.6rem 0 0 0;
}

.footnote::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  border-top: 1px solid;
  opacity: 0.5;
}

.footnote::before {
  content: 'Weiterführende Links';
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footnote .marker {
  padding-right: 0.4em;
}

.footnote .marker::after {
  content: ' >';
  padding: 0 0 0 0.4em;
}

.container_2cols {
  padding: 4rem 0 0 0;
}

@media only screen and (min-width: 640px) {
  .container_2cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 4em;
  }
}

.container_3cols {
  padding: 4rem 0 0 0;
}

@media only screen and (min-width: 640px) {
  .container_3cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 4em;
  }
}

@media only screen and (min-width: 1024px) {
  .container_3cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
  }
}

.colspan2 {
  grid-column: span 2;
  max-width: 54rem;
}

.quote {
  position: relative;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0.8em 0 0em -0.08em;
}

.quote::before {
  content: '»';
  padding: 0 0.12em 0 0;
}

.quote::after {
  content: '«';
  padding: 0 0 0 0.12em;
}

.explanation {
  color: #0093a6;
  margin: 6rem 0 6rem;
  padding: 1.8rem 20% 0 0;
  position: relative;
}

.explanation::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0%;
  width: 4.2rem;
  border-top: 3px solid;
  opacity: 0.4;
}

.explanation h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0 0 0.4em -0.06em;
}

.explanation p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.explanation .svg_container {
  width: 7.2rem;
  margin: 2.1em 0 0.6em 0;
}

.explanation .svg_container svg path {
  fill: #0093a6;
}

section {
  position: relative;
}

.outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  width: 100vw;
  padding: 4.8rem 2.4rem 4.8rem;
  margin: 0 auto;
}

@media only screen and (min-width: 640px) {
  .outer {
    padding: 8.4rem 2.4rem 8.4rem;
  }
}

.outer--collapse {
  min-height: 0;
  padding: 1.2rem 2.4rem 1.2rem;
}

.outer--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outer--flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.outer--underlay, .outer--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.outer--nominheight {
  min-height: 0;
}

.outer--60vh {
  min-height: 60vh;
}

@media (orientation: landscape) {
  .outer--60vh {
    min-height: 100vh;
  }
}

.inner {
  width: 100%;
  max-width: 960px;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 1024px) {
  .inner {
    width: 100%;
  }
}

.visual {
  position: relative;
  background-color: #138883;
  color: white;
  font-size: 1rem;
}

.visual .europe_flag {
  position: absolute;
  top: 20%;
  left: 0;
  width: 12rem;
  height: 12rem;
  -webkit-transform: translate(-4rem, -50%);
          transform: translate(-4rem, -50%);
}

@media only screen and (min-width: 640px) {
  .visual .europe_flag {
    top: 50%;
    left: 0;
    width: 16rem;
    height: 16rem;
    -webkit-transform: translate(-4rem, -50%);
            transform: translate(-4rem, -50%);
  }
}

.visual .europe_flag svg {
  width: 100%;
  height: 100%;
  fill: yellow;
}

.visual .visual_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/visual_01_grayscale.jpg);
  background-size: cover;
  background-position: center center;
  mix-blend-mode: multiply;
}

@media only screen and (min-width: 640px) {
  .visual .visual_image {
    background-position: center right;
  }
}

.visual .visual_image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #645bf1;
  mix-blend-mode: color;
  opacity: 0.5;
}

.visual .visual_colour {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle at right bottom, #f58e84 0%, rgba(245, 142, 132, 0.5) 25%, rgba(245, 142, 132, 0) 50%);
  background-size: 200%;
  background-position: right;
  -webkit-animation: moveSpot 20000ms infinite;
          animation: moveSpot 20000ms infinite;
}

@-webkit-keyframes moveSpot {
  0% {
    background-size: 200%;
    background-position: right;
  }
  30% {
    background-size: 300%;
    background-position: right;
  }
  60% {
    background-size: 200%;
    background-position: left;
  }
  100% {
    background-size: 200%;
    background-position: right;
  }
}

@keyframes moveSpot {
  0% {
    background-size: 200%;
    background-position: right;
  }
  30% {
    background-size: 300%;
    background-position: right;
  }
  60% {
    background-size: 200%;
    background-position: left;
  }
  100% {
    background-size: 200%;
    background-position: right;
  }
}

.container--2050 {
  position: relative;
  padding: 24em 0 0 6em;
  max-width: 39rem;
  font-size: 1rem;
}

@media only screen and (min-width: 640px) {
  .container--2050 {
    padding: 0em 0 0 12.4em;
    margin: 0 0 0 auto;
  }
}

.container--2050 .svg_container {
  width: 30.5rem;
  -webkit-transform: translate(-9.2em, 0);
          transform: translate(-9.2em, 0);
  padding: 0.1em 0 0.2em 0;
}

.container--2050 .svg_container path {
  fill: white;
}

.container--2050 .branding--2050, .container--2050 .claim--2050 {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.0;
  text-transform: uppercase;
  margin: 0 0 0.2em -0.03em;
}

.container--2050 .claim--2050 {
  margin: 0 0 1.2em -0.04em;
}

.container--2050 p {
  font-size: 1.4em;
  line-height: 1.6;
}

.claim {
  background-color: white;
  color: #f58e84;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.002em;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .claim {
    font-size: 3.6rem;
  }
}

.claim .outer {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.claim .container {
  position: relative;
  height: 1.2em;
}

.claim .container .slide_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: slider-animation;
          animation: slider-animation;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0;
}

.claim .container #slide02 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.claim .container #slide03 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.claim .container #slide04 {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

@-webkit-keyframes slider-animation {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slider-animation {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  18% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.signature {
  position: fixed;
  z-index: 1000;
  color: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: none;
  -webkit-transition: backgroundcolor 750ms;
  transition: backgroundcolor 750ms;
}

.signature--underlayed {
  background-color: rgba(0, 53, 78, 0.8);
}

.signature .outer {
  padding-top: 2em;
  padding-bottom: 0.6em;
}

.signature .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interact {
  pointer-events: none;
  z-index: 200;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.interact .inner > div {
  position: relative;
  color: white;
}

.interact .inner > div::before {
  content: '';
  width: 0.9em;
  height: 0.9em;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 0.06em;
  left: -1.5em;
  opacity: 0.6;
}

.interact .society {
  position: absolute;
  top: 80%;
  left: 0;
}

.interact .politics {
  position: absolute;
  top: 0%;
  left: 80%;
}

.interact .economics {
  position: absolute;
  top: 100%;
  left: 55%;
}

.image_container .image {
  margin: 0 0 1rem 0;
  width: 22rem;
}

.image_container img {
  width: 100%;
  height: auto;
  display: block;
}

.image_container .caption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.image_container .caption p {
  margin: 0 0 0.2em 0;
}

.principles {
  background-color: #d1b0a6;
  color: white;
}

.principles .cloud {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 4rem 0 8rem 0;
  color: #00354e;
}

.principles .cloud span:nth-child(even) {
  color: white;
}

.about {
  background-color: #00354e;
  color: #bfd6e2;
}

.about .container {
  margin: 0 0 8rem 0;
  max-width: 36rem;
}

.about .portrait {
  width: 70%;
  padding: 0 0 0 0;
  background-color: white;
  margin: 0 0 4rem 0;
}

.about .portrait img {
  width: 100%;
  height: auto;
  display: block;
}

.about .heading {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 4rem 0 8rem 0;
  color: #0093a6;
}

.about .heading span:nth-child(even) {
  color: white;
}

.about a:hover {
  background-color: #005b8d;
  color: white;
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.media {
  background-color: white;
  color: #ab796c;
}

.media--invers {
  background-color: #005b8d;
  color: white;
}

.media .container {
  margin: 0 0 4rem 0;
  padding: 1rem 0 0 0;
  border-top: 1px dotted;
  max-width: 36rem;
}

.media .container .image {
  border: 1px solid;
}

.media .author, .media .publisher, .media .publication, .media .place, .media .year {
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.media .author--note, .media .publisher--note, .media .publication--note, .media .place--note, .media .year--note {
  color: #005b8d;
}

.media .title {
  color: #00354e;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0.8em 0 0em -0.08em;
  text-decoration: underline;
}

.media .subtitle {
  color: #00354e;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0.4em 0 0.4em -0.08em;
}

.media--invers .title,
.media--invers .subtitle {
  color: white;
}

.media .image_container {
  margin: 2rem 0 2rem;
}

.media .cover {
  width: 22rem;
  margin: 2em 0 0.8em 0;
}

.media .cover img {
  width: 100%;
  display: block;
}

.media .note {
  line-height: 1.4;
  margin: 0 0 1em 0;
}

.media .note .wrap {
  display: inline-block;
}

.media .further {
  text-align: right;
}

.casestudy {
  background-color: #f58e84;
  background-image: url(../images/casestuy_visual.jpg);
  background-size: cover;
  background-position: center center;
  color: white;
  z-index: -2;
}

.casestudy::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle at left bottom, black 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 50%);
  background-size: 200%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.casestudy .container--2050 {
  margin-bottom: 14rem;
}

.casestudy .overlayed {
  max-width: 36rem;
  display: block;
}

.casestudy .overlayed .introduction {
  margin-bottom: 0;
}

.casestudy h2, .casestudy p {
  color: white;
  padding: 0.1em 0;
}

.elevator {
  background-color: white;
}

.elevator .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.elevator .container {
  max-width: 54rem;
}

.elevator p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 640px) {
  .elevator p {
    font-size: 3.6rem;
  }
}

.elevator p .emphasize {
  font-family: "Soehne", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.elevator p .europe {
  position: relative;
  padding-right: 2.2em;
}

.elevator p .europe::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.8em;
  height: 1.8em;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='europe' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 540 540' style='enable-background:new 0 0 540 540;' xml:space='preserve'%3E%3Cpath class='stars' d='M276.7,80.7h21.8l-17.6,12.8l6.7,20.7L270,101.5l-17.6,12.8l6.7-20.7l-17.6-12.8h21.8L270,60L276.7,80.7z M276.7,440.7L270,420l-6.7,20.7h-21.8l17.6,12.8l-6.7,20.7l17.6-12.8l17.6,12.8l-6.7-20.7l17.6-12.8H276.7z M90,281.5l17.6,12.8 l-6.7-20.7l17.6-12.8H96.7L90,240l-6.7,20.7H61.5l17.6,12.8l-6.7,20.7L90,281.5z M180,84.1l-6.7,20.7h-21.8l17.6,12.8l-6.7,20.7 l17.6-12.8l17.6,12.8l-6.7-20.7l17.6-12.8h-21.8L180,84.1z M114.1,150l-6.7,20.7H85.6l17.6,12.8l-6.7,20.7l17.6-12.8l17.6,12.8 l-6.7-20.7l17.6-12.8h-21.8L114.1,150z M120.9,350.7l-6.7-20.7l-6.7,20.7H85.6l17.6,12.8l-6.7,20.7l17.6-12.8l17.6,12.8l-6.7-20.7 l17.6-12.8H120.9z M186.7,416.6l-6.7-20.7l-6.7,20.7h-21.8l17.6,12.8l-6.7,20.7l17.6-12.8l17.6,12.8l-6.7-20.7l17.6-12.8H186.7z M478.5,260.7h-21.8L450,240l-6.7,20.7h-21.8l17.6,12.8l-6.7,20.7l17.6-12.8l17.6,12.8l-6.7-20.7L478.5,260.7z M360,84.1l-6.7,20.7 h-21.8l17.6,12.8l-6.7,20.7l17.6-12.8l17.6,12.8l-6.7-20.7l17.6-12.8h-21.8L360,84.1z M415,183.5l-6.7,20.7l17.6-12.8l17.6,12.8 l-6.7-20.7l17.6-12.8h-21.8l-6.7-20.7l-6.7,20.7h-21.8L415,183.5z M432.6,350.7l-6.7-20.7l-6.7,20.7h-21.8l17.6,12.8l-6.7,20.7 l17.6-12.8l17.6,12.8l-6.7-20.7l17.6-12.8H432.6z M366.7,416.6l-6.7-20.7l-6.7,20.7h-21.8l17.6,12.8l-6.7,20.7l17.6-12.8l17.6,12.8 l-6.7-20.7l17.6-12.8H366.7z' fill='rgba(000,032,078,1)'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.contact {
  background-color: #00354e;
  color: #bfd6e2;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.002em;
  margin: 0 0 0 -0.1em;
}

@media only screen and (min-width: 640px) {
  .contact {
    font-size: 3.6rem;
  }
}

.contact .highlight {
  color: white;
}

.contact .sm_container {
  display: inline-block;
}

.contact .sm_icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: white;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
}

.contact .sm_icon svg path {
  fill: #005b8d;
}

.imprint {
  background-color: #00354e;
  color: #bfd6e2;
  font-weight: 300;
}

.imprint .heading {
  font-weight: 600;
}

.imprint .company {
  position: relative;
  padding: 0 0 4em 0;
  margin: 0 0 4em 0;
}

.imprint .company::after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  opacity: 0.5;
}

.cube_container {
  z-index: 50;
  top: 0%;
  right: 7.5%;
  display: inline-block;
  width: 500px;
  height: 2em;
}

.cube_container .cube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: inherit;
  height: inherit;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-animation-name: cube_spin;
          animation-name: cube_spin;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.cube_container .cube .cube_face {
  width: inherit;
  height: inherit;
  position: absolute;
  background-color: #f58e84;
  color: white;
  -webkit-animation-duration: 10.5s;
          animation-duration: 10.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 1;
}

.cube_container .cube .cube_face--front {
  -webkit-transform: translate3d(0, 0, 0.5em);
          transform: translate3d(0, 0, 0.5em);
}

.cube_container .cube .cube_face--back {
  -webkit-transform: rotateY(-180deg) rotateZ(180deg) translate3d(0, 0, 0.5em);
          transform: rotateY(-180deg) rotateZ(180deg) translate3d(0, 0, 0.5em);
}

.cube_container .cube .cube_face--top {
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 0.5em);
          transform: rotateX(90deg) translate3d(0, 0, 0.5em);
}

.cube_container .cube .cube_face--bottom {
  -webkit-transform: rotateX(-90deg) translate3d(0, 0, 0.5em);
          transform: rotateX(-90deg) translate3d(0, 0, 0.5em);
}

@-webkit-keyframes cube_spin {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  25% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  75% {
    -webkit-transform: rotateX(270deg);
            transform: rotateX(270deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}

@keyframes cube_spin {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  25% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  50% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  75% {
    -webkit-transform: rotateX(270deg);
            transform: rotateX(270deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}

@-webkit-keyframes cube_opacity {
  0% {
    opacity: 0.9;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes cube_opacity {
  0% {
    opacity: 0.9;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.9;
  }
}
/*# sourceMappingURL=styles.css.map */