@charset "UTF-8";
/* ==============================
 * PLUGINS & THIRD PARTY STYLES
 * ============================== */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/* ==============================
 * BASE STYLES
 * ============================== */
/* COMMON.SASS */
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, p::-moz-selection, strong::-moz-selection, a::-moz-selection, br::-moz-selection {
  background-color: transparent;
  color: #666; }

h1::selection, h2::selection, h3::selection, h4::selection, p::selection, strong::selection, a::selection, br::selection {
  background-color: transparent;
  color: #666; }

body {
  color: #ffffff;
  font-size: 16px;
  background-color: black; }

a {
  text-decoration: none;
  color: #ffffff; }
  a:hover {
    color: #666;
    text-decoration: none; }

#section8 a, .impressum_left a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
  #section8 a:hover, .impressum_left a:hover {
    margin-left: 10px;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    color: #ffffff;
    text-decoration: none; }

@font-face {
  font-family: DINPro;
  src: url("../fonts/DINPro-Regular.woff2") format("woff2"), url("../fonts/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular.ttf") format("truetype"); }
@font-face {
  font-family: DINPro-Bold;
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype"); }
@font-face {
  font-family: DINPro-Medium;
  src: url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.ttf") format("truetype"); }
@font-face {
  font-family: DINPro-Light;
  src: url("../fonts/DINPro-Light.woff2") format("woff2"), url("../fonts/DINPro-Light.woff") format("woff"), url("../fonts/DINPro-Light.ttf") format("truetype"); }
.fp-tableCell {
  height: 100% !important; }

section {
  overflow-y: hidden; }
  section::after {
    clear: both;
    content: "";
    display: block; }

h1 {
  font-size: 32px;
  font-family: ""; }

p {
  font-size: 16px; }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }

@media only screen and (min-width: 992px) {
  .logo {
    background: url("../img/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 50px;
    bottom: 20px; } }
@media only screen and (min-width: 2000px) {
  .logo {
    width: 250px;
    height: 250px;
    right: 100px;
    bottom: 40px; } }

.fp-tooltip.right {
  color: #333 !important;
  font-size: 10px !important; }

/* NAV.SASS */
/* FOOTER.SASS */
/* ==============================
 * LAYOUT STYLES
 * ============================== */
/* SECTION 1 */
#main-logo {
  background: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  margin: 50px auto 0 auto; }
  @media only screen and (min-width: 768px) {
    #main-logo {
      width: 300px;
      height: 300px; } }
  @media only screen and (min-width: 992px) {
    #main-logo {
      margin-top: -150px; } }
  @media only screen and (min-width: 2000px) {
    #main-logo {
      width: 500px;
      height: 500px; } }

#section1 h1 {
  font-size: 16px;
  font-family: "DINPro-Light";
  margin: 70px auto 0 auto;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #section1 h1 {
      font-size: 24px; } }

#watch-bottom {
  width: 300px;
  height: auto;
  margin: 100px auto 0 auto; }
  @media only screen and (min-width: 480px) {
    #watch-bottom {
      width: 400px;
      height: auto; } }
  @media only screen and (min-width: 768px) {
    #watch-bottom {
      width: 500px;
      height: auto; } }
  @media only screen and (min-width: 992px) {
    #watch-bottom {
      width: 700px;
      height: auto; } }
  @media only screen and (min-width: 1600px) {
    #watch-bottom {
      width: 900px; } }
  @media only screen and (min-width: 2000px) {
    #watch-bottom {
      width: 1200px; } }

.absolut-watch-bottom {
  position: relative;
  width: 300px;
  height: auto;
  bottom: 0;
  margin: 0; }
  .absolut-watch-bottom::after {
    clear: both;
    content: "";
    display: block; }
  .absolut-watch-bottom img {
    width: 100%;
    height: auto;
    display: block; }
  @media only screen and (min-width: 480px) {
    .absolut-watch-bottom {
      width: 400px;
      height: auto; } }
  @media only screen and (min-width: 768px) {
    .absolut-watch-bottom {
      width: 500px;
      height: auto; } }
  @media only screen and (min-width: 992px) {
    .absolut-watch-bottom {
      position: absolute;
      width: 700px;
      height: auto;
      bottom: 0px; } }
  @media only screen and (min-width: 1600px) {
    .absolut-watch-bottom {
      width: 900px; } }
  @media only screen and (min-width: 2000px) {
    .absolut-watch-bottom {
      width: 1200px; } }

/* SECTION 2 */
.custom-carousel {
  width: 70% !important;
  margin: 200px auto 0 auto; }
  @media only screen and (min-width: 992px) {
    .custom-carousel {
      margin: 0px auto 0 auto;
      width: 60% !important; } }

.owl-stage-outer {
  margin-left: 15px; }

.owl-dot {
  width: 13px !important;
  height: 13px !important;
  display: inline-block !important;
  margin: 10px 5px 0px 5px !important;
  background: transparent !important;
  vertical-align: top !important; }

.owl-dot span {
  background-color: #fff !important;
  width: 4px !important;
  height: 4px !important;
  display: block !important;
  background: #333 !important;
  border-radius: 50% !important;
  -webkit-transition: opacity 200ms ease !important;
  transition: opacity 200ms ease !important;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) !important;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) !important; }

.owl-dot.active span {
  background-color: #999 !important;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) !important;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) !important;
  -webkit-transform: scale(2);
          transform: scale(2); }

#section2 h2 {
  font-size: 16px;
  font-family: "DINPro-Light";
  margin: 70px auto 0 auto;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #section2 h2 {
      font-size: 19.2px; } }
  @media only screen and (min-width: 992px) {
    #section2 h2 {
      position: absolute;
      bottom: 50px;
      padding-left: 20px;
      text-align: left; } }
  @media only screen and (min-width: 2000px) {
    #section2 h2 {
      bottom: 70px;
      font-size: 22.4px; } }

/* SECTION 3 */
#section3 {
  margin-top: 100px; }
  @media only screen and (min-width: 992px) {
    #section3 {
      margin-top: 0; } }

#watch-left {
  position: absolute;
  margin-left: -15px;
  left: -140px;
  width: 400px;
  opacity: 0.6;
  z-index: -1; }
  @media only screen and (min-width: 768px) {
    #watch-left {
      width: 400px; } }
  @media only screen and (min-width: 992px) {
    #watch-left {
      width: 520px;
      margin-top: -100px; } }
  @media only screen and (min-width: 1600px) {
    #watch-left {
      width: 650px;
      margin-top: -210px;
      left: -170px; } }
  @media only screen and (min-width: 2000px) {
    #watch-left {
      width: 800px;
      margin-top: -350px; } }

#section3 p, #section3 h3 {
  z-index: 2;
  color: #d2d2d2;
  font-family: "DINPro";
  text-align: justify;
  padding: 0 15px;
  font-size: 14px; }
  @media only screen and (min-width: 992px) {
    #section3 p, #section3 h3 {
      font-size: 16px; } }
  @media only screen and (min-width: 2000px) {
    #section3 p, #section3 h3 {
      font-size: 19.2px; } }

#section3 .text {
  margin-top: 150px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 0px; }
  @media only screen and (min-width: 768px) {
    #section3 .text {
      width: calc(66.66667% - 33.33333px);
      float: left;
      margin-left: 20px;
      left: calc(33.33333% - 26.66667px + 20px);
      position: relative; } }
  @media only screen and (min-width: 992px) {
    #section3 .text {
      margin-top: 0; } }
  @media only screen and (min-width: 1280px) {
    #section3 .text {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
      left: calc(33.33333% - 26.66667px + 20px);
      position: relative; } }

@media only screen and (min-width: 768px) {
  #section3 .wrapper {
    margin-top: 200px; } }
@media only screen and (min-width: 992px) {
  #section3 .wrapper {
    margin-top: 0; } }

/* SECTION 4 */
@media only screen and (min-width: 992px) {
  #section4 {
    overflow: hidden; } }

#section4 p, #section4 h3 {
  z-index: 2;
  color: #d2d2d2;
  font-family: "DINPro";
  text-align: justify;
  padding: 0 15px;
  font-size: 14px; }
  @media only screen and (min-width: 992px) {
    #section4 p, #section4 h3 {
      font-size: 16px; } }
  @media only screen and (min-width: 2000px) {
    #section4 p, #section4 h3 {
      font-size: 19.2px; } }

#section4 {
  margin-top: 100px; }
  @media only screen and (min-width: 768px) {
    #section4 {
      margin-top: 0; } }

#section4 .text {
  margin-top: 150px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 250px; }
  @media only screen and (min-width: 768px) {
    #section4 .text {
      width: calc(66.66667% - 33.33333px);
      float: left;
      margin-left: 20px;
      left: calc(33.33333% - 26.66667px + 20px);
      position: relative; } }
  @media only screen and (min-width: 992px) {
    #section4 .text {
      margin-top: 0; } }
  @media only screen and (min-width: 1280px) {
    #section4 .text {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
      left: calc(33.33333% - 26.66667px + 20px);
      position: relative; } }
  @media only screen and (min-width: 992px) {
    #section4 .text {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  #section4 .wrapper {
    margin-top: 200px; } }
@media only screen and (min-width: 992px) {
  #section4 .wrapper {
    margin-top: 0; } }

#watch-left_02 {
  position: absolute;
  margin-left: -15px;
  width: 400px;
  opacity: 0.6;
  z-index: -1;
  left: -150px;
  margin-top: -90px; }
  @media only screen and (min-width: 768px) {
    #watch-left_02 {
      margin-top: 0px;
      width: 450px; } }
  @media only screen and (min-width: 992px) {
    #watch-left_02 {
      margin-top: -300px;
      width: 650px; } }
  @media only screen and (min-width: 2000px) {
    #watch-left_02 {
      width: 1000px; } }

/* SECTION 5 */
#section5 {
  overflow-x: hidden; }
  @media only screen and (min-width: 992px) {
    #section5 {
      overflow: hidden; } }

#section5 p, #section5 h3 {
  z-index: 2;
  color: #d2d2d2;
  font-family: "DINPro";
  text-align: justify;
  padding: 0 15px;
  font-size: 14px; }
  @media only screen and (min-width: 992px) {
    #section5 p, #section5 h3 {
      font-size: 16px; } }
  @media only screen and (min-width: 2000px) {
    #section5 p, #section5 h3 {
      font-size: 19.2px; } }

#section5 .text {
  margin-top: 150px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 250px;
  padding-bottom: 200px; }
  @media only screen and (min-width: 768px) {
    #section5 .text {
      width: calc(66.66667% - 33.33333px);
      float: left;
      margin-left: 20px;
      left: calc(33.33333% - 26.66667px + 20px);
      position: relative; } }
  @media only screen and (min-width: 992px) {
    #section5 .text {
      margin-top: 0; } }
  @media only screen and (min-width: 1280px) {
    #section5 .text {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
      left: calc(33.33333% - 26.66667px + 20px);
      position: relative; } }
  @media only screen and (min-width: 992px) {
    #section5 .text {
      margin-top: 0;
      padding-bottom: 0; } }

#watch-bottom_02 {
  overflow-x: h;
  position: absolute;
  margin-left: -15px;
  width: 400px;
  opacity: 0.6;
  z-index: -1;
  bottom: -250px; }
  @media only screen and (min-width: 768px) {
    #watch-bottom_02 {
      width: 450px;
      left: -20px; } }
  @media only screen and (min-width: 992px) {
    #watch-bottom_02 {
      width: 650px;
      bottom: -450px; } }
  @media only screen and (min-width: 1600px) {
    #watch-bottom_02 {
      width: 800px;
      bottom: -550px; } }
  @media only screen and (min-width: 2000px) {
    #watch-bottom_02 {
      width: 1100px; } }

/* Section 6 */
#section6, #section7 {
  margin-top: 200px; }
  @media only screen and (min-width: 992px) {
    #section6, #section7 {
      margin-top: 0; } }

#section6 .text, #section7 .text {
  margin-left: 20px;
  padding-right: 20px; }
  #section6 .text p, #section7 .text p, #section6 .text h3, #section7 .text h3 {
    z-index: 2;
    color: #d2d2d2;
    font-family: "DINPro";
    text-align: justify;
    padding: 0 15px;
    font-size: 14px; }
    @media only screen and (min-width: 992px) {
      #section6 .text p, #section7 .text p, #section6 .text h3, #section7 .text h3 {
        font-size: 16px; } }
    @media only screen and (min-width: 2000px) {
      #section6 .text p, #section7 .text p, #section6 .text h3, #section7 .text h3 {
        font-size: 19.2px; } }
    @media only screen and (min-width: 992px) {
      #section6 .text p, #section7 .text p, #section6 .text h3, #section7 .text h3 {
        font-size: 17.6px; } }
    @media only screen and (min-width: 2000px) {
      #section6 .text p, #section7 .text p, #section6 .text h3, #section7 .text h3 {
        font-size: 20.8px; } }
  @media only screen and (min-width: 992px) {
    #section6 .text, #section7 .text {
      margin-left: 10px; } }
  @media only screen and (min-width: 1900px) {
    #section6 .text, #section7 .text {
      font-size: 24px; } }

#section6 .text h3, #section7 .text h3 {
  margin-bottom: 5px; }

.detail-container::after {
  clear: both;
  content: "";
  display: block; }
@media only screen and (min-width: 992px) {
  .detail-container {
    margin: 0 auto;
    width: 940px;
    margin-top: 25px;
    margin-bottom: 25px; } }
@media only screen and (min-width: 1280px) {
  .detail-container {
    width: 1000px; } }
@media only screen and (min-width: 1600px) {
  .detail-container {
    width: 1200px; } }
@media only screen and (min-width: 1900px) {
  .detail-container {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 1500px; } }
@media (min-width: 1900px) and (max-width: 2000px) and (min-height: 1100px) and (max-height: 1220px) {
  .detail-container {
    margin-top: 100px;
    margin-bottom: 100px; } }
@media only screen and (min-width: 2000px) {
  .detail-container {
    width: 1300px;
    margin-top: 150px;
    margin-bottom: 150px; } }
@media only screen and (min-width: 2400px) {
  .detail-container {
    width: 1800px;
    margin-top: 200px; } }

#watch-detail {
  position: relative;
  margin: 100px auto 0 auto;
  padding-left: 25px;
  width: 300px; }
  @media only screen and (min-width: 480px) {
    #watch-detail {
      width: 450px; } }
  @media only screen and (min-width: 992px) {
    #watch-detail {
      float: left;
      margin: 0;
      margin-top: 60px; } }
  @media only screen and (min-width: 1280px) {
    #watch-detail {
      width: 600px; } }
  @media only screen and (min-width: 1900px) {
    #watch-detail {
      width: 700px; } }
  @media only screen and (min-width: 2000px) {
    #watch-detail {
      width: 700px; } }
  @media (min-width: 1900px) and (max-width: 2000px) and (min-height: 1100px) and (max-height: 1220px) {
    #watch-detail {
      width: 750px; } }
  @media only screen and (min-width: 2400px) {
    #watch-detail {
      width: 1200px;
      margin-top: -60px; } }

.harmonica {
  position: relative;
  width: 300px;
  margin: 100px auto 0 auto; }
  @media only screen and (min-width: 992px) {
    .harmonica {
      float: left;
      margin: 0;
      margin-left: 50px;
      margin-top: 180px; } }
  @media only screen and (min-width: 1280px) {
    .harmonica {
      margin-top: 220px; } }
  @media only screen and (min-width: 1600px) {
    .harmonica {
      width: 500px; } }
  @media only screen and (min-width: 2000px) {
    .harmonica {
      margin-top: 270px; } }
  @media only screen and (min-width: 2400px) {
    .harmonica {
      margin-top: 230px;
      margin-left: 0px; } }

.accordion--faq {
  max-width: 300px; }
  @media only screen and (min-width: 1600px) {
    .accordion--faq {
      max-width: 500px; } }

.accordion--faq .accordion__questio:last-child {
  border-bottom: none; }

.accordion--faq .accordion__header {
  border-top: none;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  letter-spacing: 0.031em;
  line-height: 2.3;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center; }

.borderLeft {
  border-bottom: 1px solid #828284;
  margin: auto;
  bottom: 0; }

.q1 {
  width: 270px; }
  @media only screen and (min-width: 1600px) {
    .q1 {
      width: 300px; } }
  @media only screen and (min-width: 2400px) {
    .q1 {
      width: 400px; } }

.q2 {
  width: 300px; }
  @media only screen and (min-width: 1600px) {
    .q2 {
      width: 330px; } }
  @media only screen and (min-width: 2400px) {
    .q2 {
      width: 430px; } }

.q3 {
  width: 300px; }
  @media only screen and (min-width: 1600px) {
    .q3 {
      width: 330px; } }
  @media only screen and (min-width: 2400px) {
    .q3 {
      width: 430px; } }

.q4 {
  width: 300px; }
  @media only screen and (min-width: 1600px) {
    .q4 {
      width: 330px; } }
  @media only screen and (min-width: 2400px) {
    .q4 {
      width: 430px; } }

.q5 {
  width: 270px; }
  @media only screen and (min-width: 1600px) {
    .q5 {
      width: 300px; } }
  @media only screen and (min-width: 2400px) {
    .q5 {
      width: 400px; } }

.head1 h5 {
  font-size: 16px;
  font-weight: 400; }
  @media only screen and (min-width: 1600px) {
    .head1 h5 {
      font-size: 18px; } }
  @media only screen and (min-width: 2400px) {
    .head1 h5 {
      font-size: 21px; } }

.head2 h5 {
  font-size: 19px;
  font-weight: 400; }
  @media only screen and (min-width: 1600px) {
    .head2 h5 {
      font-size: 21px; } }
  @media only screen and (min-width: 2400px) {
    .head2 h5 {
      font-size: 24px; } }

.head3 h5 {
  font-size: 20px;
  font-weight: 400; }
  @media only screen and (min-width: 1600px) {
    .head3 h5 {
      font-size: 22px; } }

.head4 h5 {
  font-size: 19px;
  font-weight: 400; }
  @media only screen and (min-width: 1600px) {
    .head4 h5 {
      font-size: 21px; } }
  @media only screen and (min-width: 2400px) {
    .head4 h5 {
      font-size: 24px; } }

.head5 h5 {
  font-size: 16px;
  font-weight: 400; }
  @media only screen and (min-width: 1600px) {
    .head5 h5 {
      font-size: 18px; } }
  @media only screen and (min-width: 2400px) {
    .head5 h5 {
      font-size: 21px; } }

.accordion__content {
  text-align: center;
  color: #666; }

.accordion__content p {
  color: #666;
  padding-bottom: 10px;
  font-size: 14px; }

.accordion__content h2 {
  color: #ffffff;
  font-size: 14px; }

.head1, .head2, .head3, .head4, .head5 {
  text-align: center; }

.accordion--faq .accordion__header:hover span, .accordion--faq .accordion__header:focus span {
  color: white; }

.accordion--faq .accordion__header.is-active span {
  color: white; }

.accordion--faq .accordion__header.is-active span:before {
  content: ""; }

.accordion--faq .accordion__header span {
  display: inline-block;
  color: #4e606d;
  line-height: 2.3;
  float: right; }

.accordion--faq .accordion__heading {
  display: inline-block;
  margin: 0; }

.accordion--faq .accordion__content {
  display: none;
  padding: 1em; }

#section6 .slogan, #section7 .slogan {
  font-size: 16px;
  font-family: "DINPro-Light";
  margin: 70px auto 0 auto;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #section6 .slogan, #section7 .slogan {
      font-size: 19.2px; } }
  @media only screen and (min-width: 992px) {
    #section6 .slogan, #section7 .slogan {
      position: absolute;
      bottom: 50px;
      padding-left: 20px;
      text-align: left; } }

/* Section 7 */
#section7 {
  overflow-x: hidden; }

#watch-raw {
  width: 340px;
  margin: 50px auto 0 auto; }
  @media only screen and (min-width: 768px) {
    #watch-raw {
      width: 600px; } }
  @media only screen and (min-width: 992px) {
    #watch-raw {
      width: 1000px;
      margin-top: 0; } }
  @media only screen and (min-width: 2000px) {
    #watch-raw {
      width: 1500px; } }
  #watch-raw > img {
    margin-left: 15px; }
    @media only screen and (min-width: 480px) {
      #watch-raw > img {
        margin-left: 20px; } }
    @media only screen and (min-width: 768px) {
      #watch-raw > img {
        margin-left: 30px; } }
    @media only screen and (min-width: 992px) {
      #watch-raw > img {
        width: 1000px;
        margin-left: 50px; } }
    @media only screen and (min-width: 2000px) {
      #watch-raw > img {
        width: 1500px;
        margin-left: 70px; } }

.contact {
  position: absolute;
  top: 56%;
  left: 50%;
  width: 130px;
  margin-left: -67px; }
  .contact::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .contact {
      top: 47%;
      width: 240px;
      margin-left: -120px; } }
  @media only screen and (min-width: 2000px) {
    .contact {
      top: 47%;
      width: 360px;
      margin-left: -180px; } }
  .contact h2 {
    z-index: 2;
    color: #d2d2d2;
    font-family: "DINPro";
    text-align: justify;
    padding: 0 15px;
    font-size: 14px;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .contact h2 {
        font-size: 16px; } }
    @media only screen and (min-width: 2000px) {
      .contact h2 {
        font-size: 19.2px; } }
    @media only screen and (min-width: 992px) {
      .contact h2 {
        font-size: 24px;
        top: 45%; } }
    @media only screen and (min-width: 2000px) {
      .contact h2 {
        font-size: 30px; } }
  .contact .mail {
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
    margin: -50px auto 0 auto;
    width: 50px;
    height: 50px; }
    .contact .mail::after {
      clear: both;
      content: "";
      display: block; }
    .contact .mail:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .contact a::after {
    clear: both;
    content: "";
    display: block; }

/* Section 8 */
#section8 {
  margin-top: 200px; }
  @media only screen and (min-width: 992px) {
    #section8 {
      margin-top: 0; } }

.contact_1 p,
.contact_2 p,
.contact_3 p {
  font-size: 14.4px;
  font-family: "DINPro"; }

@media only screen and (min-width: 768px) {
  .contact_1,
  .contact_2,
  .contact_3 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; } }

.contact-container {
  width: 100%; }
  .contact-container::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 992px) {
    .contact-container {
      position: absolute;
      bottom: 50px; } }

@media only screen and (min-width: 992px) {
  .contact_1 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px; } }

@media only screen and (min-width: 992px) {
  .contact_2 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; } }

@media only screen and (min-width: 992px) {
  .contact_3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; } }

.contact_1 h2 {
  margin: 0;
  font-size: 12px;
  font-weight: normal; }

/* ==============================
 * MODULE STYLES
 * ============================== */
/* MODAL */
/* Impressum Modal */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-top: 50px;
  text-align: justify; }
  @media only screen and (min-width: 992px) {
    #menu {
      padding-top: 200px; } }

.scrollable {
  height: 100vh;
  overflow-y: auto; }

#menu p {
  font-size: 14.4px; }

body.nav_visible #menu {
  visibility: visible;
  opacity: 1; }

.close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 25px;
  height: 25px;
  cursor: pointer; }

.close span:nth-child(1) {
  width: 25px;
  height: 3px;
  color: white;
  position: absolute;
  background: white;
  left: 0px;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px; }

.close span:nth-child(2) {
  width: 25px;
  height: 3px;
  color: white;
  position: absolute;
  background: white;
  left: 0px;
  top: 6px;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 5px; }

.togglenav {
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }
  .togglenav:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

.impressum_left {
  font-size: 14.4px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media only screen and (min-width: 992px) {
    .impressum_left {
      width: calc(33.33333% - 26.66667px);
      float: left;
      margin-left: 20px; } }
  @media only screen and (min-width: 1280px) {
    .impressum_left {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px;
      left: calc(8.33333% - 21.66667px + 20px);
      position: relative; } }

.impressum_right {
  padding-bottom: 150px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media only screen and (min-width: 992px) {
    .impressum_right {
      width: calc(66.66667% - 33.33333px);
      float: left;
      margin-left: 20px;
      padding-right: 50px; } }
  @media only screen and (min-width: 1280px) {
    .impressum_right {
      width: calc(58.33333% - 31.66667px);
      float: left;
      margin-left: 20px;
      left: calc(8.33333% - 21.66667px + 20px);
      position: relative; } }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000000;
  z-index: 99;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease; }

#status {
  margin: auto;
  width: 50px;
  margin-top: 45vh;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease; }

#load {
  width: 600px;
  font-size: 3em;
  position: fixed;
  margin-left: -300px;
  top: 30%;
  left: 50%;
  text-align: center;
  letter-spacing: 10px; }

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