/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

body {
  margin: 0; }

img {
  border-style: none; }

img, object, embed, video {
  height: auto;
  max-width: 100%; }

@media \0screen {
  img, object, embed, video {
    width: auto;
    /* for ie 8 */ } }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block; }

.invisible {
  display: none !important; }

.no-margin {
  margin: 0 !important; }

.right-float {
  float: right; }

.vertical-align-sub {
  vertical-align: sub; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-middle {
  vertical-align: middle; }

.text-align-left {
  text-align: left; }

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

html, body, .stage-container {
  width: 100% !important;
  height: 100% !important;
}

/*.stage-container {
  overflow-y: scroll; 
}*/

#mobile {
  position: relative;
}

.favorite-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 12%;
  height: 10%;
}

.email-link {
  position: absolute;
  right: 12%;
  bottom: 0px;
  width: 12%;
  height: 10%;
}

body {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  background: url("../Images/bg_main.png"); }

h1, h2 {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  line-height: 1;
  margin: 0; }

.stage {
  width: 1000px;
  margin: 0 auto; }

header {
  text-align: center; }

article {
  overflow: hidden;
  position: relative; }

.highlight {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3; }

.italic {
  font-family: "Old Standard TT", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.1; }

.text {
  font-size: 13px;
  font-size: 0.8125rem; }

.green {
  color: #4c6533; }

#screen1 {
  height: 1000px; }
  #screen1 .persona {
    float: right;
    margin-right: 15px; }
  #screen1 .content {
    width: 560px;
    padding: 0 50px;
    text-align: center; }
    #screen1 .content header {
      padding: 75px 0 15px; }
    #screen1 .content .intro-header {
      font-family: "Old Standard TT", serif;
      font-style: italic;
      padding-bottom: 45px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.1; }
    #screen1 .content .intro-highlight {
      font-weight: bold;
      font-size: 15px;
      font-size: 0.9375rem; }
    #screen1 .content .intro-text {
      font-size: 13px;
      font-size: 0.8125rem; }
    #screen1 .content .scroll-to-start {
      margin: 40px 0 0 215px;
      width: 229px;
      height: 112px;
      overflow: hidden; }

#screen2 {
  height: 1000px;
  width: 1000px;
  /*position: fixed;*/ }
  #screen2 h1 {
    font-size: 70px; }
    #screen2 h1 .small {
      font-size: 30px; }
  #screen2 h2 {
    font-style: italic;
    font-size: 40px; }
  #screen2 .map-area {
    position: relative;
    height: 570px; }
    #screen2 .map-area > div {
      position: absolute;
      left: 0;
      top: 0; }
    #screen2 .map-area .map {
      padding-top: 70px; }
    #screen2 .map-area .map-usa-popup {
      left: 5px;
      top: 170px; }
    #screen2 .map-area .map-usa-infobox {
      left: 155px;
      top: 270px;
      width: 238px;
      height: 212px;
      background: url("../Images/map_usa_infobox.png") no-repeat;
      font-size: 11px;
      font-size: 0.6875rem; }
      #screen2 .map-area .map-usa-infobox div {
        padding: 65px 10px 0 15px; }
        #screen2 .map-area .map-usa-infobox div ul {
          margin: 0;
          padding: 0;
          list-style-position: inside; }
          #screen2 .map-area .map-usa-infobox div ul li {
            line-height: 1.2;
            margin-top: 12px; }
            #screen2 .map-area .map-usa-infobox div ul li:first-child {
              margin: 0; }
    #screen2 .map-area .map-china-popup {
      left: 675px;
      top: 0px; }
    #screen2 .map-area .map-arrow-china {
      left: 190px;
      top: 160px; }
    #screen2 .map-area .map-arrow-philippinen {
      left: 760px;
      top: 235px; }
    #screen2 .map-area .map-philippinen-popup {
      left: 770px;
      top: 235px; }
    #screen2 .map-area .map-arrow-bangladesch {
      left: 735px;
      top: 280px; }
    #screen2 .map-area .map-bangladesch-popup {
      left: 550px;
      top: 250px; }
    #screen2 .map-area .map-3countries-infobox {
      left: 575px;
      top: 96px;
      width: 321px;
      height: 210px;
      background: url("../Images/map_3countries_infobox.png") no-repeat;
      font-size: 11px;
      font-size: 0.6875rem; }
      #screen2 .map-area .map-3countries-infobox div {
        padding: 70px 60px 0 45px; }
        #screen2 .map-area .map-3countries-infobox div ul {
          margin: 0;
          padding: 0;
          list-style-position: inside; }
          #screen2 .map-area .map-3countries-infobox div ul li {
            line-height: 1.2;
            margin-top: 12px; }
            #screen2 .map-area .map-3countries-infobox div ul li:first-child {
              margin: 0; }
    #screen2 .map-area .map-arrow-deutschland {
      left: 480px;
      top: 180px; }
    #screen2 .map-area .map-deutschland-popup {
      left: 340px;
      top: 30px; }
    #screen2 .map-area .map-deutschland-infobox {
      left: 115px;
      top: 40px;
      width: 266px;
      height: 134px;
      background: url("../Images/map_deutschland_infobox.png") no-repeat;
      font-size: 11px;
      font-size: 0.6875rem; }
      #screen2 .map-area .map-deutschland-infobox div {
        padding: 15px 50px 0 15px; }
        #screen2 .map-area .map-deutschland-infobox div ul {
          margin: 0;
          padding: 0;
          list-style-position: inside; }
          #screen2 .map-area .map-deutschland-infobox div ul li {
            line-height: 1.2;
            margin-top: 12px; }
            #screen2 .map-area .map-deutschland-infobox div ul li:first-child {
              margin: 0; }

  #screen3 .persona {
    float: left; }
  #screen3 .content {
    float: left;
    width: 550px;
    padding: 200px 20px 0 20px;
    text-align: center; }
    #screen3 .content header {
      padding: 80px 0; }

#screen4 {
  margin-top: 150px;
  margin-bottom: 150px;
}
  #screen4 header {
    font-size: 40px;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    line-height: 0.9;
    padding-bottom: 30px; }
    #screen4 header .question-mark {
      text-align: right;
      width: 282px;
      padding-right: 30px;
      margin: -42px auto 0 auto; }
  #screen4 section {
    overflow: hidden;
    padding: 50px 0 20px;
    min-height: 260px;
    background: url("../Images/trenner.png") no-repeat center top; }
    #screen4 section div {
      float: left;
      text-align: center; }
      #screen4 section div.col-1 {
        width: 333px; }
      #screen4 section div.col-2 {
        width: 326px; }
      #screen4 section div.col-3 {
        width: 340px; }
    #screen4 section .title {
      font-family: "Old Standard TT", serif;
      line-height: 1;
      font-size: 30px;
      font-size: 1.875rem; }
      #screen4 section .title .green {
        font-size: 40px;
        font-size: 2.5rem; }
        #screen4 section .title .green.italic {
          font-style: italic; }
      #screen4 section .title .big {
        font-size: 35px;
        font-size: 2.1875rem; }
      #screen4 section .title .italic {
        font-size: 30px;
        font-size: 1.875rem; }
      #screen4 section .title .big40 {
        font-size: 40px;
        font-size: 2.5rem; }
    #screen4 section.section1 {
      padding-top: 90px;
      min-height: 220px; }
    #screen4 section.section2 {
      padding-top: 100px;
      min-height: 210px; }
      #screen4 section.section2 .col-3 {
        padding-top: 40px; }
    #screen4 section.section3 {
      padding-top: 70px;
      min-height: 240px; }
      #screen4 section.section3 .col-1 {
        padding-top: 40px; }
      #screen4 section.section3 .col-2 {
        padding-top: 15px; }
    #screen4 section.section4 {
      padding-top: 70px;
      min-height: 240px; }
      #screen4 section.section4 .col-3 {
        padding-top: 60px; }
      #screen4 section.section4 .col-2 {
        padding-top: 10px; }
    #screen4 section.section5 .col-1 {
      padding-top: 50px; }
    #screen4 section.section5 .col-3 {
      padding-top: 30px; }

#screen5 {
  height: 1000px;
}
  #screen5 header {
    font-size: 35px;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    line-height: 0.9;
    padding: 20px 0 30px 0; }
  #screen5 > div {
    position: absolute;
    text-align: center; }
  #screen5 .intro {
    font-size: 30px;
    font-style: italic;
    line-height: 1;
    font-family: "Old Standard TT", serif; }
    #screen5 .intro .big {
      font-size: 40px;
      font-style: normal;
      font-weight: bold; }
  #screen5 .intro-past {
    left: 40px;
    top: 120px; }
  #screen5 .intro-now {
    left: 800px;
    top: 120px; }
  #screen5 .persona-past {
    left: 190px;
    top: 135px; }
  #screen5 .persona-now {
    left: 512px;
    top: 130px; }
  #screen5 .label {
    font-family: "Old Standard TT", serif;
    font-size: 30px;
    font-style: italic; }
  #screen5 .label-past {
    left: 420px;
    top: 310px; }
  #screen5 .label-now {
    left: 468px;
    top: 375px; }
  #screen5 .text-boxes {
    position: relative; }
    #screen5 .text-boxes .text-box {
      position: absolute;
      width: 197px;
      padding: 12px 10px;
      background: url("../Images/box_entwicklung_xl.png") no-repeat 0 0/100% 100%;
      font-size: 13px;
      font-size: 0.8125rem; }
      #screen5 .text-boxes .text-box b {
        font-weight: bold;
        text-transform: uppercase; }
      #screen5 .text-boxes .text-box:nth-child(1) {
        width: 140px;
        left: 40px;
        top: 200px; }
      #screen5 .text-boxes .text-box:nth-child(2) {
        width: 160px;
        left: 0;
        top: 298px; }
      #screen5 .text-boxes .text-box:nth-child(3) {
        width: 140px;
        left: 30px;
        top: 430px; }
      #screen5 .text-boxes .text-box:nth-child(4) {
        width: 140px;
        left: 810px;
        top: 200px;
        padding: 20px 10px; }
      #screen5 .text-boxes .text-box:nth-child(5) {
        left: 775px;
        top: 290px; }
      #screen5 .text-boxes .text-box:nth-child(6) {
        left: 780px;
        top: 400px; }

#screen6 {
  margin-bottom: 60px;
}
  #screen6 header {
    font-size: 35px;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    line-height: 0.9;
    padding: 20px 0 30px 0; }
  #screen6 .persona-dresses {
    position: relative;
    height: 760px; }
    #screen6 .persona-dresses > div {
      position: absolute; }
    #screen6 .persona-dresses .persona {
      left: 400px;
      top: 0; }
    #screen6 .persona-dresses .belt {
      left: 150px;
      top: 40px; }
    #screen6 .persona-dresses .cardigan {
      left: 60px;
      top: 120px; }
    #screen6 .persona-dresses .cardigan-dressed {
      left: 405px;
      top: 132px;
      opacity: 0; }
    #screen6 .persona-dresses .boots {
      left: 150px;
      top: 500px; }
    #screen6 .persona-dresses .dress {
      left: 700px;
      top: 90px; }
    #screen6 .persona-dresses .dress-dressed {
      left: 425px;
      top: 145px;
      display: none; }
    #screen6 .persona-dresses .leggins {
      left: 710px;
      top: 270px; }
  #screen6 .prices {
    position: absolute;
    left: 610px;
    top: 540px; }
    #screen6 .prices div {
      position: absolute;
      left: 0;
      top: 0;
      width: 150px;
      opacity: 0; }
  #screen6 .fashion-labels {
    padding-top: 28px;
    background: url("../Images/trenner.png") no-repeat center top; }
    #screen6 .fashion-labels .fashion-labels-header {
      font-family: "Old Standard TT", serif;
      font-size: 40px;
      font-size: 2.5rem;
      font-style: italic;
      text-align: center;
      text-transform: uppercase;
      padding: 22px 0; }
    #screen6 .fashion-labels .fashion-labels-logos {
      text-align: center; }

#screen7 {
  margin-bottom: 60px;
  height: 1000px;
}
  #screen7 header {
    font-family: "Old Standard TT", serif;
    font-size: 50px;
    padding-top: 20px; }
    #screen7 header .italic {
      font-size: 50px; }
  #screen7 .materials {
    padding-top: 40px;
    overflow: hidden; }
    #screen7 .materials .left, #screen7 .materials .right {
      float: left;
      width: 50%; }
    #screen7 .materials .right {
      padding-top: 70px; }
    #screen7 .materials .material {
      overflow: hidden;
      padding-bottom: 20px; }
      #screen7 .materials .material .image {
        float: left;
        width: 180px;
        text-align: center;
        padding-top: 20px; }
      #screen7 .materials .material .text {
        font-size: 13px;
        float: left;
        width: 300px; }
        #screen7 .materials .material .text h4 {
          font-size: 20px;
          font-family: "Old Standard TT", serif;
          font-style: italic;
          text-transform: uppercase;
          font-weight: normal;
          margin: 0; }
        #screen7 .materials .material .text ul {
          margin: 5px 0 0 0;
          padding-left: 20px; }

#screen8 {
  margin-bottom: 60px;
  height: 1000px;
}
  #screen8 header {
    font-family: "Old Standard TT", serif;
    font-size: 50px;
    padding-top: 20px;
    font-style: italic;
    line-height: 1.1; }
    #screen8 header span {
      text-transform: uppercase; }
  #screen8 > div {
    position: absolute; }
  #screen8 .persona-circle {
    left: 30px;
    top: 150px;
    font-family: "Old Standard TT", serif;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    line-height: 1.1; }
    #screen8 .persona-circle img {
      display: block;
      margin-bottom: 10px; }
  #screen8 .tailor {
    left: 150px;
    top: 190px; }
  #screen8 .text-boxes {
    top: 0;
    left: 0;
    width: 100%; }
    #screen8 .text-boxes .text-box {
      position: absolute;
      width: 280px;
      padding: 20px;
      background: url("../Images/textbox_xxl.png") no-repeat 0 0/100% 100%;
      font-size: 13px;
      font-size: 0.8125rem; }
      #screen8 .text-boxes .text-box:nth-child(1) {
        left: 550px;
        top: 170px; }
      #screen8 .text-boxes .text-box:nth-child(2) {
        left: 740px;
        top: 380px;
        width: 212px; }
      #screen8 .text-boxes .text-box:nth-child(3) {
        left: 700px;
        top: 550px;
        width: 225px; }
      #screen8 .text-boxes .text-box:nth-child(4) {
        left: 325px;
        top: 670px;
        width: 228px; }
      #screen8 .text-boxes .text-box .underline {
        font-weight: bold;
        text-decoration: underline; }

#screen9 {
  margin-bottom: 60px;
  height: 850px;
}
  #screen9 header {
    font-family: "Old Standard TT", serif;
    font-size: 50px;
    padding-top: 20px;
    font-style: italic;
    line-height: 1.1; }
    #screen9 header span {
      text-transform: uppercase; }
  #screen9 .content {
    padding-top: 35px;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5; }
    #screen9 .content .underline {
      font-weight: bold;
      text-decoration: underline; }
  #screen9 .truck {
    position: absolute;
    left: -491px;
    top: 350px; }
  #screen9 .street {
    position: absolute;
    top: 520px;
    left: 40px; }

#screen10 {
  margin-bottom: 60px;
}
  #screen10 header {
    padding-top: 20px;
    font-size: 40px;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    line-height: 0.9;
    padding-bottom: 30px; }
    #screen10 header .question-mark {
      text-align: right;
      width: 282px;
      padding-right: 30px;
      margin: -42px auto 0 auto; }
  #screen10 .persona-show {
    position: absolute;
    left: 722px;
    top: 270px; }
  #screen10 .board-area {
    position: relative; }
    #screen10 .board-area .text-boxes .text-box {
      position: absolute;
      padding: 15px 12px;
      background: url("../Images/textbox_xxl.png") no-repeat 0 0/100% 100%;
      font-size: 13px;
      font-size: 0.8125rem; }
      #screen10 .board-area .text-boxes .text-box .clip {
        height: 23px;
        margin-top: -23px;
        background: url("../Images/clip_double.png") no-repeat top center; }
      #screen10 .board-area .text-boxes .text-box .title {
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 5px; }
      #screen10 .board-area .text-boxes .text-box .underline {
        font-weight: bold;
        text-decoration: underline; }
      #screen10 .board-area .text-boxes .text-box:nth-child(1) {
        left: 15px;
        top: 20px; }
      #screen10 .board-area .text-boxes .text-box:nth-child(2) {
        left: 305px;
        top: 30px; }
        #screen10 .board-area .text-boxes .text-box:nth-child(2) .clip {
          background: url("../Images/clip_single.png") no-repeat top center; }
      #screen10 .board-area .text-boxes .text-box:nth-child(3) {
        left: 518px;
        top: 25px; }
      #screen10 .board-area .text-boxes .text-box:nth-child(4) {
        left: 15px;
        top: 210px; }
        #screen10 .board-area .text-boxes .text-box:nth-child(4) .clip {
          background: url("../Images/clip_single.png") no-repeat top center; }
      #screen10 .board-area .text-boxes .text-box:nth-child(5) {
        left: 225px;
        top: 195px;
        width: 265px; }
      #screen10 .board-area .text-boxes .text-box:nth-child(6) {
        left: 15px;
        top: 382px; }
      #screen10 .board-area .text-boxes .text-box:nth-child(7) {
        left: 500px;
        top: 370px; }

#screen11 {
  height: 900px;
}
  #screen11 header {
    font-family: "Old Standard TT", serif;
    font-size: 50px;
    padding: 20px 0 30px 0;
    font-style: italic;
    line-height: 1.1; }
    #screen11 header span {
      text-transform: uppercase;
      font-style: normal; }
  #screen11 .officical-labels {
    position: relative; }
    #screen11 .officical-labels .label {
      position: absolute;
      left: 15px;
      top: 0px;
      text-align: center;
      font-size: 13px;
      font-size: 0.8125rem;
      width: 345px; }
      #screen11 .officical-labels .label .title {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 15px;
        font-size: 0.9375rem; }
      #screen11 .officical-labels .label .text p {
        margin: 0 0 8px 0; }
      #screen11 .officical-labels .label:nth-child(2) {
        left: 300px;
        top: 40px; }
      #screen11 .officical-labels .label:nth-child(3) {
        left: auto;
        right: 15px;
        width: 395px; }
      #screen11 .officical-labels .label:nth-child(4) {
        left: 10px;
        width: 395px; }
      #screen11 .officical-labels .label:nth-child(4) {
        left: 5px;
        top: 400px;
        width: 515px; }
        #screen11 .officical-labels .label:nth-child(4) .content {
          width: 290px;
          text-align: center; }
        #screen11 .officical-labels .label:nth-child(4) .image {
          float: right;
          padding-top: 40px; }
      #screen11 .officical-labels .label:nth-child(5) {
        left: auto;
        right: 10px;
        top: 385px;
        width: 440px; }
        #screen11 .officical-labels .label:nth-child(5) .content {
          width: 285px;
          text-align: center;
          float: right; }
        #screen11 .officical-labels .label:nth-child(5) .image {
          position: absolute;
          top: 68px; }

#screen12 {
  margin-bottom: 60px;
}
  #screen12 header {
    font-family: "Old Standard TT", serif;
    font-size: 50px;
    padding: 20px 0 30px 0;
    font-style: italic;
    line-height: 1.1; }
  #screen12 .separator {
    background: url("../Images/trenner.png") no-repeat center center;
    height: 50px; }
  #screen12 .interview {
    font-size: 13px;
    overflow: hidden; }
    #screen12 .interview .image {
      float: left;
      width: 210px;
      padding-top: 45px; }
    #screen12 .interview .text {
      margin-left: 210px; }
    #screen12 .interview .title {
      font-family: "Old Standard TT", serif;
      font-size: 20px;
      font-style: italic;
      margin-bottom: 15px; }
    #screen12 .interview .name {
      font-family: "Old Standard TT", serif;
      font-size: 20px;
      text-transform: uppercase; }
    #screen12 .interview .intro {
      text-transform: uppercase;
      padding-bottom: 5px; }
    #screen12 .interview h4 {
      font-family: "Old Standard TT", serif;
      font-size: 15px;
      font-style: italic;
      font-weight: normal;
      line-height: 1.3;
      margin: 10px 0 5px 0; }
  #screen12 .interview.image-right .image {
    float: right;
    text-align: right; }
  #screen12 .interview.image-right .text {
    margin-left: 0;
    margin-right: 210px;
    padding-top: 40px; }
  #screen12 .interview.note {
    padding-bottom: 20px; }
    #screen12 .interview.note .image {
      width: 90px;
      padding-left: 10px;
      padding-top: 35px; }
    #screen12 .interview.note .text {
      margin-left: 100px;
      padding-top: 30px; }
      #screen12 .interview.note .text h4 {
        font-style: normal; }

/*# sourceMappingURL=main.css.map */

.social-share-button  {
  background-color: #6c7c63;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid rgb(40,40,40);
}
.social-share {
  margin: 60px 0px;
}

a {
  color: #6c7c63;
}
.tablet {
  display: none;
}  

@media (max-width: 1024px) {
  .stage {
    padding: 0 60px;
  }
}

.smarphone {
  display: none;
}

.smartphone {
  display: none;
}  

@media (max-width: 767px) {
  .stage-container {
    display: none !important;
    height: 0px !important;
    overflow: hidden !important;
  }
  .smartphone {
    display: block;
  }
}