/* Generated by less 2.5.1 */
@charset 'utf-8';
/* ======================================================
Built Kurt Zaugg, promptnet.ch and webpresso.ch, InnoTix AG 2017
====================================================== */
/*-----------------------------------------------------------------------------------*/
/*	Imports
/*-----------------------------------------------------------------------------------*/
/*
Variables for project
*/
/*
Mixins
*/
/*
Font Definitions
*/
* {
  padding: 0;
  margin: 0;
}
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #222222;
  font-size: 18px;
  line-height: 1.6em;
  padding: 0;
  margin: 0;
}
#scene {
  width: 100%;
  height: 100vh;
  background: white;
  margin: 0;
  padding: 0;
  position: relative;
  transition: 0.5s all ease-in-out;
}
#scene .main-container,
#scene .main-row,
#scene .main-col,
#scene .main-col form {
  position: relative;
  overflow: visible;
  height: 100%;
}
#scene .main-container {
  z-index: 1;
}
.page {
  display: none;
  min-height: 580px;
  height: 500px;
  width: 100%;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.page.active {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s ease-in-out;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page .page-content {
  transition: all 0.8s ease-in-out;
}
.page.active .page-content {
  opacity: 1;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.4);
}
.title-wrap {
  margin-left: 30%;
  margin-bottom: 40px;
  padding-left: 80px;
}
.content-wrap {
  width: 100%;
}
.content-left {
  width: 30%;
  float: left;
  font-size: 22px;
}
.content-right {
  width: 70%;
  float: left;
  padding-left: 80px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.zitat {
  font-size: 1.5em;
  line-height: 1.5em;
}
.zitat-lang {
  font-size: 1em;
}
.txt-info-blue {
  text-align: center;
  color: #54b5e5;
}
.hidden {
  display: none;
}
@media (min-width: 991px) {
  .desktop-hidden {
    display: none;
  }
}
@media (max-width: 991px+1) {
  .mobile-hidden {
    display: none;
  }
  background: red;
}
/*
Content Specific Styling of Elements
Layout or Grid styling see -> layout.less
*/
h1 {
  font-weight: 700;
  color: white;
  font-size: 2.5em;
  text-transform: uppercase;
  transition: 1.2s all ease;
}
h2 {
  font-size: 1.5em;
  line-height: 1.5em;
}
h3 {
  font-size: 1.2em;
  line-height: 1.4em;
}
.lead {
  font-size: 1.2em;
  line-height: 1.6em;
}
img {
  max-width: 100%;
}
p {
  letter-spacing: 0.025em;
}
a {
  color: #e5007d;
  text-decoration: underline;
  transition: 0.3s all ease;
}
#paging {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  bottom: 115px;
  z-index: 500;
}
#paging .disabled {
  visibility: hidden;
  text-align: center;
}
#paging li {
  display: inline;
}
#paging a {
  display: inline-block;
  border-radius: 50px;
  width: 200px;
  height: 70px;
  line-height: 40px;
  font-stretch: 2;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
#paging a span {
  display: none;
}
#paging .next a {
  background: #85caed url(../img/icon-forward.png) no-repeat 135px center;
  padding: 16px 50px;
  color: #444545;
}
#paging .prev a {
  background: white url(../img/icon-back.png) no-repeat 15px center;
  padding: 16px 50px;
  color: #9c9c9c;
  margin-right: 20px;
}
#paging .prev a:hover {
  background-color: #efefef;
  color: #222222;
}
#paging .next a:hover {
  background-color: #3eabe2;
}
#paging .next a:before {
  content: 'WEITER';
  font-weight: 700;
  position: relative;
  left: -10px;
}
#paging .prev a:before {
  content: 'ZURÜCK';
  font-weight: 700;
  position: relative;
  left: 35px;
}
#stop {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 50;
}
#stop a {
  color: #222222;
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
  width: 230px;
  height: 70px;
  line-height: 40px;
  font-stretch: 2;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  background: white url(../img/icon-stop.png) no-repeat 15px center;
}
#stop a:before {
  content: 'ABBRECHEN';
  position: relative;
  top: 15px;
  left: 85px;
}
#stop a:hover {
  background-color: black;
  color: white;
}
.reset-local-storage {
  position: absolute;
  right: 0px;
  top: 30px;
  text-indent: -999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  z-index: 50;
  border: none;
}
.reset-local-storage:hover {
  background-color: #f9f9f9;
}
input.next {
  display: none;
  border: none;
  border-radius: 50px;
  width: 240px;
  height: 70px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-stretch: 2;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  background: #54b5e5 url(../img/icon-forward.png) no-repeat 180px center;
  padding: 16px 50px 16px 0;
  color: white;
  position: absolute;
  right: 30px;
  bottom: 115px;
  z-index: 500;
  outline: none !important;
}
input.next:hover {
  background-color: #3eabe2;
  color: white;
}
.next-website {
  display: none;
  border: none;
  border-radius: 50px;
  width: 340px;
  height: 70px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-stretch: 2;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  background: #54b5e5 url(../img/icon-forward.png) no-repeat 275px center;
  padding: 16px 50px 16px 30px;
  color: white;
  position: absolute;
  right: 30px;
  bottom: 115px;
  z-index: 500;
}
.next-website:hover {
  background-color: #3eabe2;
  color: white;
}
.progress-wrapper {
  width: 35%;
  height: 20px;
  margin: 30px 0 0 0;
  position: relative;
  left: 40px;
  margin-left: 90px;
  background-image: -webkit-linear-gradient(left, #e6f2f9 0%, #54b5e5 100%);
  background-image: -o-linear-gradient(left, #e6f2f9 0%, #54b5e5 100%);
  background-image: linear-gradient(to right, #e6f2f9 0%, #54b5e5 100%);
}
.progress-wrapper:before {
  content: 'Fortschritt';
  position: absolute;
  left: -90px;
  top: -5px;
}
.progress {
  display: inline-block;
  width: 8px;
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
  background-color: #555;
  border-radius: 0;
  transition: 0.3s all ease;
}
.popup-video {
  width: 480px;
  height: 320px;
  background: #252525;
  display: block;
  text-indent: -999em;
  position: relative;
}
.popup-video:after {
  content: '';
  width: 75px;
  height: 75px;
  background: url(../img/icon-play.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
  opacity: 1;
}
.popup-video:hover:after {
  opacity: 0.8;
}
.magenta {
  background-color: #e5007d;
}
.yellow {
  background-color: #f8e81c;
}
.red {
  background-color: #e20714;
}
.spielkarte {
  position: relative;
  top: -300px;
}
.btn-pdf {
  color: #54b5e5;
  padding-left: 45px;
  display: block;
  position: relative;
  text-align: left;
  height: 40px;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}
.btn-pdf:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/icon-pdf.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.content-right > p.zitat:first-child {
  margin-top: -10px;
}
.content-right > p:first-child {
  margin-top: -5px;
}
/*
Questing Styling
*/
.question > div.col-sm-3 {
  width: 180px !important;
  height: 180px;
  margin-bottom: 0px;
  float: left;
  width: auto;
}
@media (min-width: 992px) {
  .question > div:nth-child(3) {
    clear: left;
  }
}
.question-no {
  color: white;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px;
}
.question-no span {
  font-size: 30px;
  font-weight: bold;
}
.question-text {
  font-weight: bold;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
  padding: 10px 0;
}
.question-sozio {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.question-sozio h3 {
  margin-top: 36px;
  padding-top: 0;
  font-size: 1em;
}
.question.question-sozio > div:nth-child(3) {
  clear: initial;
}
.question-sozio-col {
  float: left;
  width: 100px;
  margin-right: 15px;
}
.question-sozio .around-radio,
.question-sozio .around-radio input,
.question-sozio .fg-radio {
  width: 100px;
  height: 100px;
}
.question-sozio .fg-radio {
  background-size: 100% !important;
  padding: 5px;
}
.around-radio {
  position: relative;
  height: 160px;
}
.around-radio input {
  width: 160px;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 0;
  left: 0;
}
.fg-radio {
  background-color: transparent;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 20px;
  line-height: 1em;
}
.text-right .fg-radio {
  left: auto;
  right: 0;
}
.text-right .around-radio input {
  left: auto;
  right: 0;
}
.around-radio input:not(:checked) + .fg-radio {
  background: transparent url(../img/button_normal.png) no-repeat center center;
}
.around-radio input:checked + .fg-radio {
  background: transparent url(../img/button_pressed.png) no-repeat center center;
}
/*
Specific background styling for animated behaviour
*/
h2.deko-dasspiel {
  position: absolute;
  left: -10px;
  bottom: 50px;
  font-size: 140px;
  line-height: 140px;
  font-weight: bold;
  z-index: 0;
  color: #ffcce8;
}
@media (max-width: 991px) {
  h2.deko-dasspiel {
    display: none;
  }
}
.logo-badge {
  height: 130px;
  width: 130px;
  position: absolute;
  bottom: 145px;
  left: 30px;
  background: transparent url(../img/logo-badge.svg) no-repeat center center;
  background-size: 100%;
}
.marker {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 20;
}
.marker.top,
.marker.bottom {
  left: 50%;
  transform: translateX(-50%);
}
.marker.left,
.marker.right {
  top: 50%;
  transform: translateY(-50%);
}
.marker:after {
  content: '+';
  font-weight: 300;
  font-size: 20px;
  top: -6px;
  position: relative;
  display: inline-block;
}
.marker.top {
  top: 30px;
}
.marker.bottom {
  bottom: 30px;
}
.marker.left {
  left: 30px;
}
.marker.right {
  right: 30px;
}
.layer1,
.layer2,
.layer3,
.layer4 {
  width: 95%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1.3s all cubic-bezier(0.68, 0, 0.265, 1.25);
  transition: 1.3s all cubic-bezier(0.68, 0, 0.265, 1.25);
  overflow-y: hidden;
}
.layer1 span,
.layer2 span,
.layer3 span,
.layer4 span {
  background: #54b5e5;
  width: 200%;
  height: 200%;
  transform: rotate(5deg);
  display: block;
  position: absolute;
  left: -101%;
  top: -100%;
}
.layer1 {
  left: -120px;
}
.layer2 {
  left: -80px;
}
.layer2 span {
  background: #66bee8;
}
.layer3 {
  left: -40px;
}
.layer3 span {
  background: #85caed;
}
.layer4 {
  left: 0px;
}
.layer4 span {
  background: #b4def4;
}
#scene.default {
  background: white;
}
#scene.default h1 {
  color: white;
  transition: 0.3 all ease;
}
#scene.start {
  background: white;
}
#scene.start h1 {
  color: #54b5e5;
}
#scene.start #stop {
  display: none;
}
#scene.start .layer1,
#scene.start .layer2,
#scene.start .layer3,
#scene.start .layer4 {
  left: -100%;
}
#scene.end {
  background: white;
}
#scene.end h1 {
  color: #54b5e5;
}
#scene.end .layer1,
#scene.end .layer2,
#scene.end .layer3,
#scene.end .layer4 {
  left: -100%;
}
#scene.end #stop {
  display: none;
}
#scene.end1 #paging {
  display: none;
}
#scene.end1 input.next {
  display: inline-block;
}
#scene .final-page #paging {
  display: none;
}
#scene .final-page input.next {
  display: none;
}
#scene .final-page .content-left {
  margin-top: -130px;
}
#scene.intro h2.deko-dasspiel {
  color: white;
}
#scene.intro .layer1 {
  left: 0;
}
#scene.question1 h2.deko-dasspiel {
  color: white;
}
#scene.question2 h2.deko-dasspiel {
  color: white;
}
#scene.question2 .layer1 {
  left: -100%;
}
#scene.question3 h2.deko-dasspiel {
  color: white;
}
#scene.question3 .layer1,
#scene.question3 .layer2 {
  left: -100%;
}
#scene.question4 h2.deko-dasspiel {
  color: white;
}
#scene.question4 .layer1,
#scene.question4 .layer2,
#scene.question4 .layer3 {
  left: -100%;
}
#scene.question5 .layer1,
#scene.question5 .layer2,
#scene.question5 .layer3,
#scene.question5 .layer4 {
  left: -100%;
}
#scene.question5 h1 {
  color: #54b5e5;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
