/*Wird nicht benötigt weil es jetzt local vertreten ist, wurde wegen Datenschutz auskommentiert*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto:100);*/
@font-face {
  font-family: 'MyanmarMN';
  src: url('MyanmarMN.eot');
  /* IE9 Compat Modes */
  src: url('MyanmarMN.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('MyanmarMN.woff') format('woff'), /* Pretty Modern Browsers */ url('MyanmarMN.ttf') format('truetype'), /* Safari, Android, iOS */ url('MyanmarMN.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}
html,
body,
#content {
  height: 100%;
  width: 100%;
}
body {
  text-align: center;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
}
body #content {
  font-size: 90px;
  font-family: 'MyanmarMN', sans-serif;
}
body #comming {
  background-color: #000;
  color: #fff;
  height: 42%;
  position: relative;
  width: 100%;
}
body #comming p {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 34px;
  font-size: 64px;
}
body #counter {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  height: 115px;
}
body #counter p {
  font-size: 20%;
  margin-top: 40px;
}
body #counter p a {
  color: #000;
  text-decoration: none;
}
body #counter p a:hover {
  text-decoration: underline;
}
body #counter .center .time {
  width: 300px;
  line-height: 75px;
  text-align: left;
}
body #counter .center div:after {
  font-size: 0.3em;
  padding-left: 20px;
}
body #counter .center #daysInner:after {
  content: 'Days';
}
body #counter .center #hoursInner:after {
  content: 'Hours';
}
body #counter .center #minutesInner:after {
  content: 'Minutes';
}
body #counter .center #secondsInner:after {
  content: 'Seconds';
}
body #counter .center .time:first-child {
  text-align: center;
}
body #counter .center > div {
  float: left;
}
body #imprint-link,
body #privacylink {
  font-size: 20%;
  color: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 35px;
  padding-bottom: 1%;
  text-decoration: none;
}
body #imprint-link:hover,
body #privacylink:hover {
  text-decoration: underline;
}
body #privacylink {
  right: 120px;
  padding-right: 0;
}
body #impressum p,
body #impressum .list {
  font-size: 20%;
  margin-top: 40px;
}
body #impressum p a,
body #impressum .list a {
  color: #000;
  text-decoration: none;
}
body #video-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
}
body #content-box {
  display: none;
}
body #video-holder {
  max-width: 100%;
}
body .video-js {
  max-width: 100%;
}
body video {
  background: #fff;
  max-width: 100%;
}
body .xmas img {
  max-width: 100%;
}
body .xmas .img-wrapper img {
  width: 100%;
}
body .xmas .footer {
  position: relative;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 5%;
  text-align: right;
}
body .xmas .footer .bottom-link {
  font-size: 20%;
  padding-bottom: 1%;
  padding-right: 2%;
  color: #000;
}
body .xmas .footer .bottom-link:hover {
  text-decoration: underline;
}
body .xmas .text-wrapper {
  font-size: 20%;
}
body .footer-nav {
  display: block;
  padding-right: 35px;
  margin: 0 auto;
  text-align: center;
}
body .footer-nav a {
  display: inline-block;
  font-size: 20%;
  color: #000;
}
.text-content {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.text-content.center {
  text-align: center;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  .text-content {
    width: 750px;
  }
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .text-content {
    width: auto;
  }
}
@media all and (min-width: 1201px) {
  body #comming {
    min-width: 1200px;
  }
  body #counter {
    width: 1200px;
  }
  body #counter .center {
    width: 1200px;
  }
}
#ie8 {
  min-width: 1200px;
}
#ie8 #comming {
  min-width: 1200px;
}
#ie8 #counter {
  width: 1200px;
}
#ie8 #counter .center {
  width: 1200px;
}
#ie8 #impressum {
  min-width: 1200px;
}
@media all and (max-width: 1200px) {
  body #comming {
    overflow: hidden;
  }
  body #comming p {
    font-size: 97px;
    line-height: 50px;
  }
  body #counter .center .time {
    width: 48%;
    line-height: 60px;
    font-size: 100px;
  }
  body #counter .center #daysInner,
  body #counter .center #hoursInner {
    margin-top: 10px;
  }
  body #counter .center #daysInner,
  body #counter .center #minutesInner {
    padding-right: 2%;
    text-align: right;
  }
  body #counter .center #hoursInner,
  body #counter .center #secondsInner {
    padding-left: 2%;
    text-align: left;
  }
  body #counter .center .time:after {
    display: inline-block;
    width: 200px;
    text-align: left;
    font-size: 0.4em;
  }
  /*body #imprint-link {
        position: absolute !important;
        left: 50%;
        bottom: 0;
        margin-left: -37px;
    }*/
}
/*@media all and (max-width: 600px) {

    body #comming {
        height: 27%;
        overflow: hidden;
        p {
            font-size: 20vw;
            line-height: 10vw;
        }
    }

    body #counter .center {
        .time {
            text-align: left !important;
            padding-left: 15%;
            width: 85%;
        }
    }
}*/
@media all and (max-width: 714px) {
  body {
    overflow: hidden;
  }
  body #comming p {
    font-size: 10vw;
    line-height: 5vw;
  }
  body #counter .center .time {
    font-size: 10vw;
    line-height: 8vw;
  }
  body #counter .center .time:after {
    width: 50%;
    font-size: 5vw;
  }
  body #counter .center #daysInner,
  body #counter .center #hoursInner {
    margin-top: 1px;
  }
}
/*# sourceMappingURL=style.css.map */

/*Lokale google Fonts*/
/* roboto-100 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff') format('woff'), /* Modern Browsers */
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('..css/fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillicroboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}