@import url(//fonts.googleapis.com/css?family=Open+Sans:800,300,400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800,300,400);
@font-face {
  font-family: 'HelveticaNeueW01';
  font-weight: 300;
  src: url("../fonts/HelveticaNeueW01/HelveticaNeueW01-Thin.EOT");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueW01/HelveticaNeueW01-Thin.EOT?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueW01/HelveticaNeueW01-Thin.woff") format("woff"), url("../fonts/HelveticaNeueW01/HelveticaNeueW01-Thin.ttf") format("truetype");
}
@font-face {
  font-family: 'HelveticaNeueW01';
  font-weight: 400;
  src: url("../fonts/HelveticaNeueW01/HelveticaNeueW01-55Roman.EOT");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueW01/HelveticaNeueW01-55Roman.EOT?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueW01/HelveticaNeueW01-55Roman.woff") format("woff"), url("../fonts/HelveticaNeueW01/HelveticaNeueW01-55Roman.ttf") format("truetype");
}
@font-face {
  font-family: 'HelveticaNeueW01';
  font-weight: 800;
  src: url("../fonts/HelveticaNeueW01/HelveticaNeueW01-75Bold.EOT");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueW01/HelveticaNeueW01-75Bold.EOT?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueW01/HelveticaNeueW01-75Bold.woff") format("woff"), url("../fonts/HelveticaNeueW01/HelveticaNeueW01-75Bold.ttf") format("truetype");
}
/* line 25, ../../sass/_vars.scss */
.font-light {
  font-weight: 300;
}

/* line 26, ../../sass/_vars.scss */
.font-normal {
  font-weight: 400;
}

/* line 27, ../../sass/_vars.scss */
.font-semibold {
  font-weight: 600;
}

/* responsive */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 5, ../../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, .overlay-bg .overlay-inner .title, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 26, ../../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, ../../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 33, ../../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 25, ../../sass/_vars.scss */
.font-light {
  font-weight: 300;
}

/* line 26, ../../sass/_vars.scss */
.font-normal {
  font-weight: 400;
}

/* line 27, ../../sass/_vars.scss */
.font-semibold {
  font-weight: 600;
}

/* responsive */
/* line 2, ../../sass/_bootstrap.custom.scss */
.container {
  width: 1150px;
  padding-left: 7px;
  padding-right: 7px;
}
/* line 3, ../../sass/_bootstrap.custom.scss */
.container.nopad {
  padding: 0;
}

/* line 6, ../../sass/_bootstrap.custom.scss */
[class*=col-xs-] {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 7, ../../sass/_bootstrap.custom.scss */
[class*=col-sm-] {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 8, ../../sass/_bootstrap.custom.scss */
[class*=col-md-] {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 10, ../../sass/_bootstrap.custom.scss */
.row {
  margin-left: -7px;
  margin-right: -7px;
}

/* line 1, ../../sass/_colorbox.scss */
#colorbox:focus {
  outline: 0;
}

/* line 2, ../../sass/_colorbox.scss */
#colorbox *:focus {
  outline: 0;
}

/* line 4, ../../sass/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  overflow: visible !important;
}

/* line 5, ../../sass/_colorbox.scss */
#cboxClose {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  font-size: 34px;
  background: #df7b0c;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
}

/* line 6, ../../sass/_colorbox.scss */
#cboxContent {
  position: relative;
  border: 0;
}

/* line 7, ../../sass/_colorbox.scss */
#cboxLoadedContent {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
}

/* line 8, ../../sass/_colorbox.scss */
#cboxNext {
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  font-size: 34px;
  background: #df7b0c;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  padding-left: 3px;
}

/* line 9, ../../sass/_colorbox.scss */
#cboxOverlay img {
  width: 80%;
  height: 80%;
}

/* line 10, ../../sass/_colorbox.scss */
#cboxPrevious {
  position: absolute;
  left: -65px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  font-size: 34px;
  background: #df7b0c;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  padding-right: 3px;
}

/* line 11, ../../sass/_colorbox.scss */
#colorbox {
  z-index: 1001;
  overflow: visible !important;
}

/* line 12, ../../sass/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

/* line 13, ../../sass/_colorbox.scss */
#cboxCurrent {
  display: none !important;
}

/* line 15, ../../sass/_colorbox.scss */
#cboxClose, #cboxNext, #cboxPrevious {
  text-indent: -9999px;
  background: url(../img/colorbox_ui.svg) no-repeat center center;
  width: 55px;
  height: 55px;
  -webkit-background-size: 145px;
  background-size: 145px;
}
/* line 22, ../../sass/_colorbox.scss */
#cboxClose:hover, #cboxNext:hover, #cboxPrevious:hover {
  opacity: 0.7;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 25, ../../sass/_colorbox.scss */
#cboxClose {
  margin: -65px -13px 0 0;
}

/* line 26, ../../sass/_colorbox.scss */
#cboxNext {
  background-position: -100px 50%;
  margin-right: 80px;
}

/* line 27, ../../sass/_colorbox.scss */
#cboxPrevious {
  background-position: 10px 50%;
  margin-left: 80px;
}

/* line 28, ../../sass/_colorbox.scss */
#cboxOverlay {
  background: #222222;
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInBig {
  from {
    opacity: 0;
    -moz-transform: translateY(400px);
    transform: translateY(400px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInBig {
  from {
    opacity: 0;
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* perfect-scrollbar v0.6.10 */
/* line 2, ../../sass/_perfect-scrollbar.scss */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  /* line 4, ../../sass/_perfect-scrollbar.scss */
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 7, ../../sass/_perfect-scrollbar.scss */
  .ps-container {
    overflow: auto !important;
  }
}
/* line 9, ../../sass/_perfect-scrollbar.scss */
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

/* line 12, ../../sass/_perfect-scrollbar.scss */
.ps-container.ps-in-scrolling {
  pointer-events: none;
}

/* line 13, ../../sass/_perfect-scrollbar.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 14, ../../sass/_perfect-scrollbar.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

/* line 15, ../../sass/_perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  height: calc(100% - 30px);
  position: absolute;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #424242;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  opacity: 1;
  right: 6px;
  width: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 16, ../../sass/_perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #424242;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 1px;
  width: 10px;
}

/* line 17, ../../sass/_perfect-scrollbar.scss */
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

/* line 19, ../../sass/_perfect-scrollbar.scss */
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #424242;
}

/* line 1, ../../sass/_general.scss */
::selection {
  background-color: #df7b0c;
  color: #fff;
}

/* line 4, ../../sass/_general.scss */
::-moz-selection {
  background-color: #df7b0c;
  color: #fff;
}

/* line 7, ../../sass/_general.scss */
::-webkit-selection {
  background-color: #df7b0c;
  color: #fff;
}

/* line 11, ../../sass/_general.scss */
.ns {
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 13, ../../sass/_general.scss */
html, body {
  overflow-x: hidden;
}

/* line 15, ../../sass/_general.scss */
a, a > *, a:hover, a:hover > * {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 16, ../../sass/_general.scss */
h1 {
  line-height: 1.25em;
  font-size: 65px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}

/* line 17, ../../sass/_general.scss */
h2, .overlay-bg .overlay-inner .title {
  font-size: 60px;
  line-height: 1.07em;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
/* line 18, ../../sass/_general.scss */
h2 + h3, .overlay-bg .overlay-inner .title + h3 {
  margin-top: 3px;
  padding-top: 0;
}

/* line 20, ../../sass/_general.scss */
h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.35em;
}

/* line 21, ../../sass/_general.scss */
p + p {
  padding: 5px 0px 30px 0px;
}

/* line 23, ../../sass/_general.scss */
body {
  background: #f1f1f1; /* #f3ef9e; */
  font-family: "HelveticaNeueW01", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  color: #fff;
  font-size: 20px;
}

/* line 25, ../../sass/_general.scss */
footer {
  background: #606067;
}
/* line 26, ../../sass/_general.scss */
footer.tai-chi {
  background: #BDB4A9;
}
/* line 30, ../../sass/_general.scss */
footer.tai-chi .main-footer nav ul li {
  text-shadow: none;
}
/* line 31, ../../sass/_general.scss */
footer.tai-chi .main-footer nav ul li:last-child {
  margin-right: 0;
}
/* line 32, ../../sass/_general.scss */
footer.tai-chi .main-footer nav ul li a {
  text-shadow: none;
}
/* line 38, ../../sass/_general.scss */
footer.tai-chi .main-footer .btn:hover {
  background: #fff;
  color: #606067;
  border-color: #fff;
}
/* line 42, ../../sass/_general.scss */
footer.tai-chi .main-footer .btns-right a {
  color: #fff;
}
/* line 43, ../../sass/_general.scss */
footer.tai-chi .main-footer .btns-right a:first-child {
  margin: 0;
}
/* line 44, ../../sass/_general.scss */
footer.tai-chi .main-footer .btns-right a:hover {
  background: #fff;
  border-color: #fff;
  color: #606067;
}
/* line 45, ../../sass/_general.scss */
footer.tai-chi .main-footer .btns-right a:hover i {
  color: #606067;
}
/* line 52, ../../sass/_general.scss */
footer.tai-chi .socialmedia a {
  background: #fff;
  color: #606067;
}
/* line 53, ../../sass/_general.scss */
footer.tai-chi .socialmedia a:hover {
  background: #606067;
  color: #fff;
}
/* line 54, ../../sass/_general.scss */
footer.tai-chi .socialmedia a:hover i {
  color: #fff;
}
/* line 56, ../../sass/_general.scss */
footer.tai-chi .socialmedia a i {
  padding-right: 10px;
}
/* line 60, ../../sass/_general.scss */
footer.tai-chi .sub-footer {
  background: #fff;
}
/* line 62, ../../sass/_general.scss */
footer .main-footer {
  padding-top: 27px;
  padding-bottom: 45px;
}
/* line 65, ../../sass/_general.scss */
footer .main-footer nav ul li {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
/* line 66, ../../sass/_general.scss */
footer .main-footer nav ul li:last-child {
  margin-right: 0;
}
/* line 67, ../../sass/_general.scss */
footer .main-footer nav ul li a {
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
/* line 68, ../../sass/_general.scss */
footer .main-footer nav ul li a:hover {
  text-shadow: none;
}
/* line 73, ../../sass/_general.scss */
footer .main-footer .btn {
  border: 1px solid #fff;
  color: #fff;
}
/* line 74, ../../sass/_general.scss */
footer .main-footer .btn:hover {
  background: #df7b0c;
  color: #fff;
  border-color: #df7b0c;
}
/* line 77, ../../sass/_general.scss */
footer .main-footer .socialmedia a {
  background: #fff;
  color: #606067;
}
/* line 78, ../../sass/_general.scss */
footer .main-footer .socialmedia a:hover {
  background: #222222;
  color: #fff;
}
/* line 79, ../../sass/_general.scss */
footer .main-footer .socialmedia a:hover i {
  color: #df7b0c;
}
/* line 81, ../../sass/_general.scss */
footer .main-footer .socialmedia a i {
  padding-right: 10px;
}
/* line 85, ../../sass/_general.scss */
footer .sub-footer {
  background: #001e50;
  color: #fff;
}
/* line 86, ../../sass/_general.scss */
footer .sub-footer .container {
  padding: 30px 15px 30px 15px;
}
/* line 87, ../../sass/_general.scss */
footer .sub-footer .container .footer-links {
  float: right;
}
/* line 88, ../../sass/_general.scss */
footer .sub-footer .container .footer-links a {
  float: left;
  font-size: 14px;
  margin-left: 20px;
  color: #fff;
  cursor: pointer;
}
/* line 89, ../../sass/_general.scss */
footer .sub-footer .container .footer-links a:first-child {
  margin-left: 0;
}
/* line 90, ../../sass/_general.scss */
footer .sub-footer .container .footer-links a:hover {
  color: #78abd8;
}

/* line 97, ../../sass/_general.scss */
header {
  height: 215px;
  width: 100%;
  position: absolute;
  z-index: 3;
}
header2 {
  height: 180px;
  width: 100%;
  position: absolute;
  z-index: 3;
  background: #606067;
}
/* line 98, ../../sass/_general.scss */
header .container {
  padding-top: 35px;
  position: relative;
}
/* line 99, ../../sass/_general.scss */
header .container .header-buttons {
  position: absolute;
  right: 0;
  top: 35px;
  width: 33.333333%;
  padding-right: 14px;
}
/* line 100, ../../sass/_general.scss */
header .container .header-buttons .btn {
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
/* line 101, ../../sass/_general.scss */
header .container .header-buttons .btn:hover {
  background: #df7b0c;
}
/* line 102, ../../sass/_general.scss */
header .container .header-buttons .btn.bright {
  color: #606067;
}
/* line 103, ../../sass/_general.scss */
header .container .header-buttons .btn.bright:hover {
  color: #fff;
  background: #606067;
}
/* line 107, ../../sass/_general.scss */
header .container .logo {
  position: absolute;
  top: 35px;
  left: 14px;
}

/* line 111, ../../sass/_general.scss */
#behindthescenes {
  background: #222222;
}
/* line 112, ../../sass/_general.scss */
#behindthescenes .btn {
  border: 1px solid #df7b0c;
  color: #df7b0c;
  padding: 13px 15px 17px 20px;
  position: absolute;
  left: 7px;
  bottom: 0;
  width: calc(50% - 14px);
}
/* line 113, ../../sass/_general.scss */
#behindthescenes .btn:hover {
  background: #df7b0c;
  color: #fff;
}
/* line 114, ../../sass/_general.scss */
#behindthescenes .btn:hover i {
  color: #fff;
}
/* line 116, ../../sass/_general.scss */
#behindthescenes .btn.responsive {
  display: none;
}
/* line 117, ../../sass/_general.scss */
#behindthescenes .btn i {
  top: 11px;
  font-size: 36px;
}
/* line 119, ../../sass/_general.scss */
#behindthescenes .centered-part {
  position: relative;
}
/* line 120, ../../sass/_general.scss */
#behindthescenes .video {
  margin-top: 0;
}
/* line 121, ../../sass/_general.scss */
#behindthescenes .quote-container {
  padding: 30px 0;
  color: #fff;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
/* line 122, ../../sass/_general.scss */
#behindthescenes .quote-container .quote {
  font-style: italic;
}
/* line 124, ../../sass/_general.scss */
#behindthescenes .row:nth-child(2) {
  position: relative;
}
/* line 125, ../../sass/_general.scss */
#behindthescenes .related-videos {
  margin-top: 0px;
}
/* line 126, ../../sass/_general.scss */
#behindthescenes .related-videos .related {
  height: 130px;
}
/* line 127, ../../sass/_general.scss */
#behindthescenes .related-videos .related .inner {
  width: 100%;
  height: 100%;
  background: #424242;
}

/* line 132, ../../sass/_general.scss */
#dealer {
  position: relative;
  background-color:#73a4cf;  /* #43eb01; */
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 133, ../../sass/_general.scss */
#dealer .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
/* line 134, ../../sass/_general.scss */
#dealer .container-fluid {
  padding: 0;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
}
/* line 135, ../../sass/_general.scss */
#dealer .multicolumn {
  margin-top: 10px;
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
}
/* line 136, ../../sass/_general.scss */
#dealer .arrow-content {
  display: block;
  position: relative;
  z-index: 2;
  padding: 55px 0 65px 0;
  color: #fff;
}
/* line 137, ../../sass/_general.scss */
#dealer .arrow-content h4 {
  font-size: 56px;
  line-height: 1.1em;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
}
/* line 138, ../../sass/_general.scss */
#dealer .arrow-content p {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
}
/* line 140, ../../sass/_general.scss */
#dealer .jumbo-arrow {
  background: #001e50; /* 009de0 */
  position: absolute;
  height: 213px;
  top: 0;
  z-index: 1;
}
/* line 141, ../../sass/_general.scss */
#dealer .jumbo-arrow:after {
  content: "";
  position: absolute;
  right: -150px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 107px 0 106px 150px;
  border-color: transparent transparent transparent #001e50;
}

/* line 145, ../../sass/_general.scss */
#intro {
  height: auto;
  width: 100%;
	background-color:#ffffff;
	background-size:cover;
	background-position: 50% 50%; 
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  position: relative;
}
/* line 146, ../../sass/_general.scss */
#intro.impressions {
  padding-bottom: 100px;
  background-image: url(../img/bg-messe.jpg);
}
/* line 148, ../../sass/_general.scss */
#intro h1 + h3 {
  margin-top: 0.3em;
}
/* line 150, ../../sass/_general.scss */
#intro .bottom {
  height: auto;
  background:#78abd8;  /* #606067; */
  margin-top: 0;
  padding-top: 1%;
}
/* line 151, ../../sass/_general.scss */
#intro .bottom .container {
  padding-top: 0;
  padding-bottom: 90px;
}
/* line 153, ../../sass/_general.scss */
#intro .col-sm-3 {
  padding-left: 0;
}
/* line 154, ../../sass/_general.scss */
#intro .container {
  position: relative;
  z-index: 100;
  padding-top: 360px;
  padding-bottom: 20px;
}
/* line 155, ../../sass/_general.scss */
#intro .copyright {
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 100%;
  font-size: 10px;
  line-height: 1.6em;
  color: #e9e9e9;
  letter-spacing: 0.05em;
}
/* line 156, ../../sass/_general.scss */
#intro .copyright .container {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 158, ../../sass/_general.scss */
#intro .sign {
  width: 210px;
  height: 128px;
  background: url(/img/sign.png) no-repeat center center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin: 10px 0 0 35px;
}
/* line 159, ../../sass/_general.scss */
#intro .socialmedia {
  float: left;
  padding-left: 0;
}
/* line 160, ../../sass/_general.scss */
#intro .socialmedia .label {
  display: block;
  color: #fff;
  padding-left: 1px;
}
/* line 161, ../../sass/_general.scss */
#intro .socialmedia .social-btns {
  text-align: right;
  margin-bottom: 9px;
}
/* line 162, ../../sass/_general.scss */
#intro .socialmedia .social-btns .social-icon {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 35px;
  width: 82px;
  height: 74px;
  padding-top: 11px;
  margin-right: 9px;
}
/* line 163, ../../sass/_general.scss */
#intro .socialmedia .social-btns .social-icon:last-child {
  margin-right: 0;
}
/* line 164, ../../sass/_general.scss */
#intro .socialmedia .social-btns .social-icon:hover {
  background: #df7b0c;
  border-color: #df7b0c;
}
/* line 165, ../../sass/_general.scss */
#intro .socialmedia .social-btns .social-icon span {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "HelveticaNeueW01", sans-serif;
  display: block;
  padding-top: 5px;
}

/* line 171, ../../sass/_general.scss */
#more {
  position: relative;
  background: #393939;
}
/* line 172, ../../sass/_general.scss */
#more h3 {
  margin-bottom: 25px;
}
/* line 173, ../../sass/_general.scss */
#more h4, #more p {
  color: #fff;
}
/* line 174, ../../sass/_general.scss */
#more .container {
  padding-bottom: 50px;
}
/* line 175, ../../sass/_general.scss */
#more .figcaption {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0 0 0;
  color: #fff;
}
/* line 176, ../../sass/_general.scss */
#more .squares {
  margin-top: 44px;
}
/* line 177, ../../sass/_general.scss */
#more .squares a {
  display: block;
}
/* line 180, ../../sass/_general.scss */
#more .squares .square .square-content img {
  height: 100%;
  width: auto;
}
/* line 181, ../../sass/_general.scss */
#more .squares .square .square-content .youtube-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: auto;
}

/* line 187, ../../sass/_general.scss */
#neuer-spot {
  background: #78abd8; /* #d7ee1a; */
}
/* line 188, ../../sass/_general.scss */
#neuer-spot h2, #neuer-spot .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner #neuer-spot .title {
  margin-bottom: 20px;
}
/* line 189, ../../sass/_general.scss */
#neuer-spot img {
  max-width: 100%;
}
/* line 190, ../../sass/_general.scss */
#neuer-spot .btn {
  width: 71%;
  color: #fff;
  margin-top: 25px;
}
/* line 191, ../../sass/_general.scss */
#neuer-spot .btn:hover {
  color: #df7b0c;
  background: #fff;
}
/* line 193, ../../sass/_general.scss */
#neuer-spot .container {
  padding-top: 110px;
/*  padding-bottom: 150px; */
}
/* line 194, ../../sass/_general.scss */
#neuer-spot .col-left {
  padding-right: 50px;
}
/* line 195, ../../sass/_general.scss */
#neuer-spot .col-right {
  padding-left: 20px;
  padding-top: 38px;
}

/* line 198, ../../sass/_general.scss */
#products {
  position: relative;
  z-index: 10;
  background: #001e50;
}
/* line 199, ../../sass/_general.scss */
#products .container {
  padding-bottom: 100px;
}
/* line 200, ../../sass/_general.scss */
#products .boxes {
  margin-top: 40px;
}
/* line 201, ../../sass/_general.scss */
#products .boxes .description-outer {
  margin-top: 30px;
}
/* line 202, ../../sass/_general.scss */
#products .boxes .description-outer .btn {
  color: #fff;
  background: #606067;
}
/* line 203, ../../sass/_general.scss */
#products .boxes .description-outer .btn:hover {
  background: #df7b0c;
  color: #fff;
}
/* line 205, ../../sass/_general.scss */
#products .boxes .description-outer .desc {
  min-height: 240px;
}
/* line 207, ../../sass/_general.scss */
#products .boxes .image {
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 100%;
}

/* line 211, ../../sass/_general.scss */
#win {
  background: #222222;
}
/* line 212, ../../sass/_general.scss */
#win h3 {
  padding-bottom: 40px;
}
/* line 213, ../../sass/_general.scss */
#win .banner {
  background: #df7b0c;
  padding: 15px 40px 16px 15px;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-top: 35px;
}
/* line 214, ../../sass/_general.scss */
#win .banner i {
  float: right;
  position: relative;
  top: 1px;
}
/* line 216, ../../sass/_general.scss */
#win .container {
  padding-bottom: 60px;
}
/* line 217, ../../sass/_general.scss */
#win .win-outer {
  position: relative;
}
/* line 218, ../../sass/_general.scss */
#win .win-outer img {
  border: 6px solid #df7b0c;
  max-width: 100%;
}
/* line 219, ../../sass/_general.scss */
#win .win-outer .amount {
  position: absolute;
  bottom: 62px;
  left: 4%;
  right: 5%;
  font-size: 52px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -3px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* line 220, ../../sass/_general.scss */
#win .win-outer .description {
  position: absolute;
  bottom: 23px;
  left: 5%;
  right: 5%;
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* line 224, ../../sass/_general.scss */
.ajax-content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}

/* line 226, ../../sass/_general.scss */
.overlay {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 227, ../../sass/_general.scss */
.overlay.visible {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 228, ../../sass/_general.scss */
.overlay .close {
  cursor: pointer;
  background: url(../img/overlay-close.svg) no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 229, ../../sass/_general.scss */
.overlay .close:hover {
  opacity: 0.7;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 231, ../../sass/_general.scss */
.overlay .overlay-content {
  height: 90%;
  top: 50%;
  width: 700px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 17px;
  line-height: 1.6em;
}
/* line 232, ../../sass/_general.scss */
.overlay .overlay-content .agreements-outer {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 80px);
  width: 100%;
  background: #fff;
  margin-top: 80px;
  color: #222222;
}
/* line 233, ../../sass/_general.scss */
.overlay .overlay-content .agreements-outer .agreements {
  padding: 45px 40px 45px 30px;
}
/* line 234, ../../sass/_general.scss */
.overlay .overlay-content .agreements-outer .agreements h1, .overlay .overlay-content .agreements-outer .agreements h2, .overlay .overlay-content .agreements-outer .agreements .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner .overlay .overlay-content .agreements-outer .agreements .title, .overlay .overlay-content .agreements-outer .agreements p {
  text-shadow: none;
}
/* line 236, ../../sass/_general.scss */
.overlay .overlay-content .agreements-outer .agreements p + p {
  padding: 0;
  margin-top: 1em;
}
/* line 237, ../../sass/_general.scss */
.overlay .overlay-content .agreements-outer .agreements p + .title-h1, .overlay .overlay-content .agreements-outer .agreements p + .title-h2, .overlay .overlay-content .agreements-outer .agreements p + .title-h3 {
  margin-top: 1em;
}
/* line 238, ../../sass/_general.scss */
.overlay .overlay-content .agreements-outer .agreements p:last-child {
  padding-bottom: 50px;
}
/* line 240, ../../sass/_general.scss */
.overlay .overlay-content .agreements-outer .agreements ul {
  list-style: disc;
  padding-left: 19px;
  margin: 1em 0;
}
/* line 244, ../../sass/_general.scss */
.overlay .title-h1 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #222222;
}
/* line 245, ../../sass/_general.scss */
.overlay .title-h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 800;
  text-transform: uppercase;
  color: #222222;
}
/* line 246, ../../sass/_general.scss */
.overlay .title-h2 + .title-h3 {
  margin-top: 0.8em;
}
/* line 248, ../../sass/_general.scss */
.overlay .title-h3 {
  margin-top: 0;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 800;
  text-transform: uppercase;
  color: #222222;
}

/* line 251, ../../sass/_general.scss */
.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.8);
  z-index: 21;
  display: none;
}
/* line 252, ../../sass/_general.scss */
.overlay-bg.tai-chi {
  background: rgba(189, 180, 169, 0.8);
}
/* line 254, ../../sass/_general.scss */
.overlay-bg p + p {
  margin-top: 1.6em;
  padding: 0;
}
/* line 256, ../../sass/_general.scss */
.overlay-bg .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1150px;
  background: #fff;
  color: #606067;
  padding: 160px 90px 180px 90px;
}
/* line 257, ../../sass/_general.scss */
.overlay-bg .overlay-inner .close {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 40px;
  cursor: pointer;
}
/* line 258, ../../sass/_general.scss */
.overlay-bg .overlay-inner .title {
  margin-bottom: 30px;
  text-shadow: none;
  color: #606067;
}

/* line 262, ../../sass/_general.scss */
.btn {
  padding: 3px 11px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: block;
}
/* line 263, ../../sass/_general.scss */
.btn.bright {
  background: #fff;
}
/* line 264, ../../sass/_general.scss */
.btn.bright:hover {
  background: #DCD5C6;
  color: #fff;
}
/* line 266, ../../sass/_general.scss */
.btn.light {
  background: #606067;
}
/* line 267, ../../sass/_general.scss */
.btn.medium {
  background: #424242;
}
/* line 268, ../../sass/_general.scss */
.btn.dark {
  background: #222222;
}
/* line 269, ../../sass/_general.scss */
.btn.primary {
  background: #df7b0c;
}
/* line 270, ../../sass/_general.scss */
.btn i {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 16px;
}

/* line 273, ../../sass/_general.scss */
.checkbox-container {
  padding-left: 60px;
  padding-top: 0;
  position: relative;
  min-height: 32px;
}
/* line 274, ../../sass/_general.scss */
.checkbox-container + .checkbox-container {
  margin-top: 10px;
}
/* line 276, ../../sass/_general.scss */
.checkbox-container.error .checkbox {
  border: 1px solid #cc1111;
  color: #cc1111;
}
/* line 278, ../../sass/_general.scss */
.checkbox-container input[type=checkbox], .checkbox-container input[type=radio] {
  display: none;
}
/* line 280, ../../sass/_general.scss */
.checkbox-container label a {
  color: #fff;
  text-decoration: underline;
}
/* line 282, ../../sass/_general.scss */
.checkbox-container .checkbox {
  cursor: pointer;
  position: absolute;
  background: #424242;
  border: 1px solid #222222;
  width: 44px;
  height: 32px;
  left: 0;
  top: 0;
  margin: 0;
}
/* line 284, ../../sass/_general.scss */
.checkbox-container .checkbox.selected .checkbox-checked-indicator {
  display: block;
}
/* line 286, ../../sass/_general.scss */
.checkbox-container .checkbox .checkbox-checked-indicator {
  display: none;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 22px;
  height: 22px;
  color: #fff;
}

/* line 290, ../../sass/_general.scss */
.dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  background: #424242;
  width: 250px;
  border: 1px solid #222222;
  z-index: 12;
  display: none;
}
/* line 291, ../../sass/_general.scss */
.dropdown li {
  border-top: 1px solid #202b76;
  padding: 10px 15px;
  cursor: pointer;
}
/* line 292, ../../sass/_general.scss */
.dropdown li:hover {
  background: #fff;
  color: #fff;
}
/* line 293, ../../sass/_general.scss */
.dropdown li:first-child {
  border-top: 0;
}

/* line 296, ../../sass/_general.scss */
.dropdownvalue {
  overflow: hidden;
  height: 100%;
}

/* line 297, ../../sass/_general.scss */
.dropdown-container {
  position: relative;
  width: 100%;
  background: #424242;
  border: 1px solid #222222;
  position: relative;
  padding: 25px 35px 25px 30px;
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
/* line 298, ../../sass/_general.scss */
.dropdown-container.error {
  border: 1px solid #cc1111;
  color: #cc1111;
}

/* line 300, ../../sass/_general.scss */
.dropdown-open-indicator {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 20px;
  z-index: 11;
  text-align: center;
  height: 100%;
}

/* line 302, ../../sass/_general.scss */
.gewinnspiel-input {
  background: #222423;
  width: 80px;
  margin-right: 10px;
  padding: 14px 0;
  color: #df7b0c;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #e9e9e9;
  float: left;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 303, ../../sass/_general.scss */
.gewinnspiel-input-container {
  margin-top: 50px;
}

/* line 304, ../../sass/_general.scss */
.gewinnspiel-input-label {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-size: 31px;
  line-height: 67px;
  float: left;
  margin-right: 25px;
}

/* line 305, ../../sass/_general.scss */
.gewinnspiel-loesung-img {
  margin-top: 50px;
}
/* line 306, ../../sass/_general.scss */
.gewinnspiel-loesung-img img {
  max-width: 100%;
}

/* line 310, ../../sass/_general.scss */
.success .socialmedia {
  padding-top: 60px;
}
/* line 311, ../../sass/_general.scss */
.success .socialmedia a {
  width: 160px;
  font-size: 22px;
  line-height: 1.6em;
  margin-right: 10px;
}
/* line 313, ../../sass/_general.scss */
.main-footer .socialmedia {
  padding-top: 125px;
}
/* line 315, ../../sass/_general.scss */
.main-footer .socialmedia.responsive .btns-right {
  display: none;
}
/* line 317, ../../sass/_general.scss */
.main-footer .socialmedia a {
  width: 97px;
  font-size: 14px;
  line-height: 1.6em;
  margin-right: 5px;
}
/* line 320, ../../sass/_general.scss */
.main-footer .socialmedia a {
  background: #424242;
  display: block;
  float: left;
  padding: 3px 0 3px 7px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
/* line 321, ../../sass/_general.scss */
.main-footer .socialmedia a:hover {
  background: #222222;
}
/* line 322, ../../sass/_general.scss */
.main-footer .socialmedia a:hover i {
  color: #df7b0c;
}
/* line 324, ../../sass/_general.scss */
.main-footer .socialmedia a i {
  padding-right: 10px;
}
/* line 327, ../../sass/_general.scss */
.main-footer .socialmedia .btns-right a {
  width: 105px;
  float: right;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
/* line 328, ../../sass/_general.scss */
.main-footer .socialmedia .btns-right a:first-child {
  margin: 0;
}
/* line 329, ../../sass/_general.scss */
.main-footer .socialmedia .btns-right a:hover {
  background: #222222;
  border-color: #222222;
}
/* line 332, ../../sass/_general.scss */
.main-footer .socialmedia .col-sm-6 {
  float: right;
}

/* line 337, ../../sass/_general.scss */
.squares .square {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
/* line 338, ../../sass/_general.scss */
.squares .square:last-child {
  margin-right: 0;
}
/* line 339, ../../sass/_general.scss */
.squares .square .square-content {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 340, ../../sass/_general.scss */
.squares .square .square-content img {
  height: auto;
  width: 100%;
}

/* line 345, ../../sass/_general.scss */
.video {
  margin-top: 16%;
  position: relative;
}
/* line 346, ../../sass/_general.scss */
.video .video-container {
  padding: 0 0 56.25% 0;
}
/* line 347, ../../sass/_general.scss */
.video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
}

/* line 351, ../../sass/_general.scss */
.bottom-spacing {
  padding-bottom: 35px;
}

/* line 352, ../../sass/_general.scss */
.container {
  padding: 50px 14px 95px 14px;
  width: 1150px;
}

/* line 353, ../../sass/_general.scss */
.top-spacing {
  padding-top: 25px;
}

/* line 1, ../../sass/_newsletter.scss */
#newsletter {
  background: #78abd8;
}
/* line 2, ../../sass/_newsletter.scss */
#newsletter h2, #newsletter .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner #newsletter .title {
  text-shadow: none;
}
/* line 3, ../../sass/_newsletter.scss */
#newsletter h3 {
  padding-bottom: 25px;
}
/* line 5, ../../sass/_newsletter.scss */
#newsletter .checkbox-container label {
  font-family: "Open Sans";
  line-height: 1.2em;
  font-size: 17px;
  padding-right: 10px;
  display: inline-block;
}
/* line 6, ../../sass/_newsletter.scss */
#newsletter .checkbox-container .checkbox {
  width: 46px;
  height: 46px;
  background: #fff;
  border: 0;
}
/* line 8, ../../sass/_newsletter.scss */
#newsletter .checkbox-container .checkbox i {
  color: #606067;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -11px;
  width: 18px;
}

/* line 11, ../../sass/_newsletter.scss */
#newsletter .checkbox-container.error .checkbox {
  border: 5px solid #df7b0c;
  color: #df7b0c;
}
/* line 14, ../../sass/_newsletter.scss */
#newsletter .container {
  padding-top: 65px;
  padding-bottom: 75px;
}
/* line 15, ../../sass/_newsletter.scss */
#newsletter .dropdownvalue {
  font-family: "Open Sans";
  font-weight: 800;
}
/* line 16, ../../sass/_newsletter.scss */
#newsletter .form-row {
  margin-bottom: 15px;
}
/* line 17, ../../sass/_newsletter.scss */
#newsletter .text-input {
  width: 100%;
  padding: 18px 29px;
  color: #606067;
  border: 1px solid transparent;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans";
}
/* line 19, ../../sass/_newsletter.scss */
#newsletter .text-input:focus {
  outline: 0;
  border: 1px solid #df7b0c;
  opacity: 1;
}
/* line 20, ../../sass/_newsletter.scss */
#newsletter .text-input.error {
  border: 5px solid #df7b0c;
  color: #df7b0c;
}
/* line 22, ../../sass/_newsletter.scss */
#newsletter .dropdown-container {
  background: #fff;
  color: #606067;
  border: 0;
}
/* line 24, ../../sass/_newsletter.scss */
#newsletter .dropdown-container .dropdown {
  background: #202b76;
  border: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
/* line 27, ../../sass/_newsletter.scss */
#newsletter .dropdown-container .dropdown li:hover {
  background: #82c3e0;
}
/* line 30, ../../sass/_newsletter.scss */
#newsletter .dropdown-container.error {
  border: 5px solid #df7b0c;
  color: #df7b0c;
}
/* line 32, ../../sass/_newsletter.scss */
#newsletter .newsletter-response-msg {
  margin-top: 20px;
  display: none;
  font-weight: 800;
  color: #df7b0c;
  font-family: "Open Sans";
}
/* line 33, ../../sass/_newsletter.scss */
#newsletter .submit-button {
  padding: 20px 32px;
  background: #78abd8;
  -moz-box-shadow: inset 0 0 0 5px white;
  -webkit-box-shadow: inset 0 0 0 5px white;
  box-shadow: inset 0 0 0 5px white;
  width: 100%;
  font-family: "Open Sans";
  text-align: left;
  border: 0;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
  position: relative;
  top: -8px;
}
/* line 35, ../../sass/_newsletter.scss */
#newsletter .submit-button i {
  top: 50%;
  font-size: 20px;
  margin-top: -8px;
  right: 20px;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
/* line 36, ../../sass/_newsletter.scss */
#newsletter .submit-button:hover {
  background: #fff;
  color: #606067;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
/* line 38, ../../sass/_newsletter.scss */
#newsletter .submit-button:hover i {
  color: #606067;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
/* line 41, ../../sass/_newsletter.scss */
#newsletter .request {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2em;
  padding-top: 25px;
}
/* line 42, ../../sass/_newsletter.scss */
#newsletter ::-webkit-input-placeholder {
  color: #606067;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 1 !important;
}
/* line 43, ../../sass/_newsletter.scss */
#newsletter ::-moz-placeholder {
  color: #606067;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 1 !important;
}
/* line 44, ../../sass/_newsletter.scss */
#newsletter :-ms-input-placeholder {
  color: #606067;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 1 !important;
}
/* line 45, ../../sass/_newsletter.scss */
#newsletter :-moz-placeholder {
  color: #606067;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 1 !important;
}
/* line 46, ../../sass/_newsletter.scss */
#newsletter .error::-webkit-input-placeholder {
  color: #df7b0c;
}
/* line 47, ../../sass/_newsletter.scss */
#newsletter .error::-moz-placeholder {
  color: #df7b0c;
}
/* line 48, ../../sass/_newsletter.scss */
#newsletter .error:-ms-input-placeholder {
  color: #df7b0c;
}
/* line 49, ../../sass/_newsletter.scss */
#newsletter .error:-moz-placeholder {
  color: #df7b0c;
}

/* line 2, ../../sass/_produktwelt.scss */
.inverted h2, .inverted .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner .inverted .title {
  text-shadow: none;
}
/* line 3, ../../sass/_produktwelt.scss */
.inverted #intro {
  height: 100vh;
}
/* line 16, ../../sass/_produktwelt.scss */
.inverted #intro h1 {
  font-size: 80px;
}
/* line 17, ../../sass/_produktwelt.scss */
.inverted #intro h3 {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
/* line 18, ../../sass/_produktwelt.scss */
.inverted #intro .container {
  padding-top: 345px;
}
/* line 20, ../../sass/_produktwelt.scss */
.inverted #intro-text {
  background: #c1c1c3;
}
/* line 22, ../../sass/_produktwelt.scss */
.inverted #intro-text .container {
  padding: 30px 15px 30px 15px;
}
/* line 23, ../../sass/_produktwelt.scss */
.inverted #intro-text p {
  -moz-columns: 300px 2;
  -webkit-columns: 300px 2;
  columns: 300px 2;
  color: #000;
}
/* line 26, ../../sass/_produktwelt.scss */
.inverted #products.features {
  background: #fff;
}
/* line 27, ../../sass/_produktwelt.scss */
.inverted #products.features h2, .inverted #products.features .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner .inverted #products.features .title {
  color: #606067;
  font-weight: 300;
}
/* line 28, ../../sass/_produktwelt.scss */
.inverted #products.features h3 {
  padding-bottom: 10px;
  color: #606067;
}
/* line 29, ../../sass/_produktwelt.scss */
.inverted #products.features h3 a {
  color: #606067;
}
/* line 31, ../../sass/_produktwelt.scss */
.inverted #products.features p {
  color: #000;
  padding-top: 15px;
}
/* line 32, ../../sass/_produktwelt.scss */
.inverted #products.features .boxes {
  margin-top: 10px;
}
/* line 33, ../../sass/_produktwelt.scss */
.inverted #products.features .container {
  padding-bottom: 70px;
}
/* line 34, ../../sass/_produktwelt.scss */
.inverted #products.features .desc {
  min-height: 0;
}
/* line 35, ../../sass/_produktwelt.scss */
.inverted #products.features .image {
  padding-bottom: 58%;
}
/* line 38, ../../sass/_produktwelt.scss */
.inverted #gallery {
  background: #c1c1c3;
}
/* line 39, ../../sass/_produktwelt.scss */
.inverted #gallery h2, .inverted #gallery .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner .inverted #gallery .title {
  color: #606067;
  font-weight: 300;
}
/* line 40, ../../sass/_produktwelt.scss */
.inverted #gallery h3 {
  color: #606067;
  margin-bottom: 8px;
}
/* line 41, ../../sass/_produktwelt.scss */
.inverted #gallery .container {
  padding-bottom: 0;
  padding-top: 20px;
}
/* line 42, ../../sass/_produktwelt.scss */
.inverted #gallery .container-fluid {
  padding: 10px 30px 30px 30px;
}
/* line 44, ../../sass/_produktwelt.scss */
.inverted #gallery .thumb-carousel {
  overflow: hidden;
  position: relative;
  margin: 0;
}
/* line 45, ../../sass/_produktwelt.scss */
.inverted #gallery .thumb-carousel .thumb-carousel-content {
  width: 200%;
  position: relative;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
}
/* line 46, ../../sass/_produktwelt.scss */
.inverted #gallery .thumb-carousel .thumb-carousel-content .thumb-carousel-page {
  width: 50%;
  float: left;
  position: relative;
  left: 0;
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/* line 49, ../../sass/_produktwelt.scss */
.inverted #gallery .thumb-carousel-outer {
  position: relative;
}
/* line 50, ../../sass/_produktwelt.scss */
.inverted #gallery .next-carousel-page {
  right: 20px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 51, ../../sass/_produktwelt.scss */
.inverted #gallery .next-carousel-page i {
  font-size: 60px;
  color: #c1c1c3;
}
/* line 52, ../../sass/_produktwelt.scss */
.inverted #gallery .next-carousel-page:hover {
  right: 15px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 54, ../../sass/_produktwelt.scss */
.inverted #gallery .prev-carousel-page {
  left: 20px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 57, ../../sass/_produktwelt.scss */
.inverted #gallery .prev-carousel-page i {
  font-size: 60px;
  color: #c1c1c3;
}
/* line 61, ../../sass/_produktwelt.scss */
.inverted #gallery .prev-carousel-page:hover {
  left: 15px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 66, ../../sass/_produktwelt.scss */
.inverted #gallery .prev-carousel-page, .inverted #gallery .next-carousel-page {
  position: absolute;
  z-index: 21;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}
/* line 74, ../../sass/_produktwelt.scss */
.inverted #gallery .carousel-item {
  padding: 0 10px;
  float: left;
  min-height: 1px;
}
/* line 77, ../../sass/_produktwelt.scss */
.inverted #gallery .thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
/* line 82, ../../sass/_produktwelt.scss */
.inverted #gallery .thumb img {
  width: 100%;
  -moz-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
/* line 85, ../../sass/_produktwelt.scss */
.inverted #dealer {
  background: url(../img/haendlerkarte-schema-inverted.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 86, ../../sass/_produktwelt.scss */
.inverted #dealer h2, .inverted #dealer .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner .inverted #dealer .title {
  color: #606067;
  font-weight: 300;
}
/* line 87, ../../sass/_produktwelt.scss */
.inverted #dealer p {
  color: #000;
}
/* line 91, ../../sass/_produktwelt.scss */
.inverted #dealer .arrow-content p {
  text-transform: uppercase;
  color: #fff;
}
/* line 95, ../../sass/_produktwelt.scss */
.inverted #dealer .jumbo-arrow {
  background: rgba(224, 123, 15, 0.8);
}
/* line 97, ../../sass/_produktwelt.scss */
.inverted #dealer .jumbo-arrow:after {
  border-color: transparent transparent transparent rgba(224, 123, 15, 0.8);
}
/* line 102, ../../sass/_produktwelt.scss */
.inverted #madeingermany {
  background: #fff;
}
/* line 104, ../../sass/_produktwelt.scss */
.inverted #madeingermany h2, .inverted #madeingermany .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner .inverted #madeingermany .title {
  color: #606067;
  font-weight: 300;
  position: relative;
  left: -6px;
}
/* line 105, ../../sass/_produktwelt.scss */
.inverted #madeingermany h3 {
  color: #606067;
  margin-bottom: 10px;
}
/* line 106, ../../sass/_produktwelt.scss */
.inverted #madeingermany p {
  color: #000;
}
/* line 107, ../../sass/_produktwelt.scss */
.inverted #madeingermany .stoerer {
  float: right;
  width: 200px;
  height: auto;
  max-width: 100%;
  margin-left: 35px;
}
/* line 108, ../../sass/_produktwelt.scss */
.inverted #madeingermany .container {
  padding-bottom: 135px;
  padding-top: 20px;
}
/* line 109, ../../sass/_produktwelt.scss */
.inverted #madeingermany .image-grid {
  margin-top: 50px;
}
/* line 110, ../../sass/_produktwelt.scss */
.inverted #madeingermany .image-grid .image-container {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60.25%;
}
/* line 112, ../../sass/_produktwelt.scss */
.inverted #madeingermany .image-grid .row + .row {
  margin-top: 10px;
}
/* line 117, ../../sass/_produktwelt.scss */
.inverted #more {
  background: #c1c1c3;
}
/* line 119, ../../sass/_produktwelt.scss */
.inverted #more h2, .inverted #more .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner .inverted #more .title {
  color: #606067;
  font-weight: 300;
}
/* line 120, ../../sass/_produktwelt.scss */
.inverted #more h3 {
  color: #606067;
}
/* line 121, ../../sass/_produktwelt.scss */
.inverted #more h4, .inverted #more p {
  color: #393939;
}
/* line 122, ../../sass/_produktwelt.scss */
.inverted #more .figcaption {
  color: #606067;
}
/* line 125, ../../sass/_produktwelt.scss */
.inverted #video {
  background: #fff;
}
/* line 126, ../../sass/_produktwelt.scss */
.inverted #video h2, .inverted #video .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner .inverted #video .title {
  color: #606067;
  font-weight: 300;
}
/* line 127, ../../sass/_produktwelt.scss */
.inverted #video .container {
  padding-bottom: 70px;
}
/* line 128, ../../sass/_produktwelt.scss */
.inverted #video .video {
  margin-top: 20px;
}
/* line 129, ../../sass/_produktwelt.scss */
.inverted #video .video iframe {
  border: 18px solid #393939;
}

/* line 1, ../../sass/_taichi.scss */
#intro-taichi {
  color: #fff;
  height: auto;
  width: 100%;
  background: url(../img/taichi-video-bg.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
/* line 2, ../../sass/_taichi.scss */
#intro-taichi h1 {
  text-shadow: none;
}
/* line 3, ../../sass/_taichi.scss */
#intro-taichi .bottom {
  height: auto;
  background: #fff;
  margin-top: -12%;
  padding-top: 12%;
  color: #606067;
}
/* line 4, ../../sass/_taichi.scss */
#intro-taichi .bottom .container {
  padding-top: 0;
  padding-bottom: 90px;
}
/* line 6, ../../sass/_taichi.scss */
#intro-taichi .container {
  position: relative;
  z-index: 2;
  padding-top: 275px;
  padding-bottom: 20px;
}
/* line 7, ../../sass/_taichi.scss */
#intro-taichi .copyright {
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 100%;
  font-size: 10px;
  line-height: 1.6em;
  color: #e9e9e9;
  letter-spacing: 0.05em;
}
/* line 8, ../../sass/_taichi.scss */
#intro-taichi .copyright .container {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 10, ../../sass/_taichi.scss */
#intro-taichi .socialmedia {
  margin-top: 15px;
}
/* line 11, ../../sass/_taichi.scss */
#intro-taichi .socialmedia .label {
  display: inline-block;
  float: right;
  text-align: left;
  width: 275px;
}
/* line 12, ../../sass/_taichi.scss */
#intro-taichi .socialmedia .social-btns {
  text-align: right;
  margin-bottom: 9px;
}
/* line 13, ../../sass/_taichi.scss */
#intro-taichi .socialmedia .social-btns .social-icon {
  border: 1px solid #DCD5C6;
  background: #DCD5C6;
  color: #fff;
  text-align: center;
  font-size: 35px;
  width: 82px;
  height: 75px;
  padding-top: 11px;
  margin-right: 9px;
}
/* line 14, ../../sass/_taichi.scss */
#intro-taichi .socialmedia .social-btns .social-icon:last-child {
  margin-right: 0;
}
/* line 15, ../../sass/_taichi.scss */
#intro-taichi .socialmedia .social-btns .social-icon:hover {
  background: #fff;
  color: #DCD5C6;
}
/* line 16, ../../sass/_taichi.scss */
#intro-taichi .socialmedia .social-btns .social-icon span {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "HelveticaNeueW01", sans-serif;
  display: block;
  padding-top: 5px;
}
/* line 20, ../../sass/_taichi.scss */
#intro-taichi .text {
  padding: 15px 0 0 10px;
}

/* line 23, ../../sass/_taichi.scss */
#taichi-dealer {
  position: relative;
  background: url(../img/haendlerkarte-schema-campaign.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 24, ../../sass/_taichi.scss */
#taichi-dealer .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
/* line 25, ../../sass/_taichi.scss */
#taichi-dealer .container-fluid {
  padding: 0;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
}
/* line 26, ../../sass/_taichi.scss */
#taichi-dealer .multicolumn {
  margin-top: 10px;
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
}
/* line 27, ../../sass/_taichi.scss */
#taichi-dealer .arrow-content {
  display: block;
  position: relative;
  z-index: 2;
  padding: 36px 0 50px 0;
  color: #606067;
}
/* line 28, ../../sass/_taichi.scss */
#taichi-dealer .arrow-content h4 {
  font-size: 56px;
  line-height: 1.1em;
  font-weight: 300;
  color: #606067;
  margin-bottom: 0px;
}
/* line 29, ../../sass/_taichi.scss */
#taichi-dealer .arrow-content p {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
  width: 55%;
}
/* line 31, ../../sass/_taichi.scss */
#taichi-dealer .jumbo-arrow {
  background: #fff;
  position: absolute;
  height: 213px;
  top: 0;
  z-index: 1;
}
/* line 32, ../../sass/_taichi.scss */
#taichi-dealer .jumbo-arrow:after {
  content: "";
  position: absolute;
  right: -150px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 107px 0 106px 150px;
  border-color: transparent transparent transparent #fff;
}

/* line 36, ../../sass/_taichi.scss */
#taichi-more {
  position: relative;
  background: #fff;
}
/* line 37, ../../sass/_taichi.scss */
#taichi-more h2, #taichi-more .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner #taichi-more .title {
  text-shadow: none;
  color: #606067;
}
/* line 38, ../../sass/_taichi.scss */
#taichi-more h3 {
  padding-bottom: 25px;
  color: #606067;
}
/* line 39, ../../sass/_taichi.scss */
#taichi-more h4, #taichi-more p {
  color: #606067;
}
/* line 40, ../../sass/_taichi.scss */
#taichi-more .container {
  padding-bottom: 50px;
}
/* line 41, ../../sass/_taichi.scss */
#taichi-more .figcaption {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0 0 0;
  color: #606067;
}
/* line 42, ../../sass/_taichi.scss */
#taichi-more .squares {
  margin-top: 44px;
}
/* line 43, ../../sass/_taichi.scss */
#taichi-more .squares a {
  display: block;
}
/* line 46, ../../sass/_taichi.scss */
#taichi-more .squares .square .square-content img {
  height: 100%;
  width: auto;
}
/* line 47, ../../sass/_taichi.scss */
#taichi-more .squares .square .square-content .youtube-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: auto;
}

/* line 53, ../../sass/_taichi.scss */
#taichi-newsletter {
  background: #DCD5C6;
  color: #606067;
}
/* line 54, ../../sass/_taichi.scss */
#taichi-newsletter a {
  color: #606067;
}
/* line 55, ../../sass/_taichi.scss */
#taichi-newsletter h2, #taichi-newsletter .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner #taichi-newsletter .title {
  text-shadow: none;
  color: #606067;
}
/* line 56, ../../sass/_taichi.scss */
#taichi-newsletter h3 {
  padding-bottom: 25px;
  color: #606067;
}
/* line 58, ../../sass/_taichi.scss */
#taichi-newsletter .checkbox-container label {
  font-family: "Open Sans";
  line-height: 1.3em;
  font-size: 18px;
  padding-right: 10px;
  display: inline-block;
}
/* line 59, ../../sass/_taichi.scss */
#taichi-newsletter .checkbox-container .checkbox {
  width: 46px;
  height: 46px;
  background: #fff;
  border: 0;
}
/* line 61, ../../sass/_taichi.scss */
#taichi-newsletter .checkbox-container .checkbox i {
  color: #606067;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -11px;
  width: 18px;
}
/* line 64, ../../sass/_taichi.scss */
#taichi-newsletter .checkbox-container.error .checkbox {
  border: 5px solid #df7b0c;
  color: #df7b0c;
}
/* line 67, ../../sass/_taichi.scss */
#taichi-newsletter .container {
  padding-top: 65px;
  padding-bottom: 75px;
}
/* line 68, ../../sass/_taichi.scss */
#taichi-newsletter .dropdownvalue {
  font-family: "Open Sans";
  font-weight: 800;
}
/* line 69, ../../sass/_taichi.scss */
#taichi-newsletter .form-row {
  margin-bottom: 15px;
}
/* line 70, ../../sass/_taichi.scss */
#taichi-newsletter .text-input {
  width: 100%;
  padding: 18px 29px;
  color: #606067;
  border: 1px solid transparent;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans";
}
/* line 72, ../../sass/_taichi.scss */
#taichi-newsletter .text-input:focus {
  outline: 0;
  border: 1px solid #df7b0c;
  opacity: 1;
}
/* line 73, ../../sass/_taichi.scss */
#taichi-newsletter .text-input.error {
  border: 5px solid #df7b0c;
  color: #df7b0c;
}
/* line 75, ../../sass/_taichi.scss */
#taichi-newsletter .dropdown-container {
  background: #fff;
  color: #606067;
  border: 0;
}
/* line 77, ../../sass/_taichi.scss */
#taichi-newsletter .dropdown-container .dropdown {
  background: #606067;
  border: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
/* line 80, ../../sass/_taichi.scss */
#taichi-newsletter .dropdown-container .dropdown li:hover {
  background: #e9e9e9;
}
/* line 83, ../../sass/_taichi.scss */
#taichi-newsletter .dropdown-container.error {
  border: 5px solid #df7b0c;
  color: #df7b0c;
}
/* line 85, ../../sass/_taichi.scss */
#taichi-newsletter .newsletter-response-msg {
  margin-top: 20px;
  display: none;
  font-weight: 800;
  color: #df7b0c;
  font-family: "Open Sans";
}
/* line 86, ../../sass/_taichi.scss */
#taichi-newsletter .submit-button {
  padding: 20px 32px;
  background: #DCD5C6;
  -moz-box-shadow: inset 0 0 0 5px white;
  -webkit-box-shadow: inset 0 0 0 5px white;
  box-shadow: inset 0 0 0 5px white;
  width: 100%;
  font-family: "Open Sans";
  color: #fff;
  text-align: left;
  border: 0;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
  position: relative;
  top: -8px;
}
/* line 88, ../../sass/_taichi.scss */
#taichi-newsletter .submit-button i {
  top: 50%;
  font-size: 20px;
  margin-top: -8px;
  right: 20px;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
/* line 89, ../../sass/_taichi.scss */
#taichi-newsletter .submit-button:hover {
  background: #fff;
  color: #606067;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
/* line 91, ../../sass/_taichi.scss */
#taichi-newsletter .submit-button:hover i {
  color: #606067;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
/* line 94, ../../sass/_taichi.scss */
#taichi-newsletter .request {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2em;
  padding-top: 90px;
}
/* line 95, ../../sass/_taichi.scss */
#taichi-newsletter ::-webkit-input-placeholder {
  color: #606067;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 1 !important;
}
/* line 96, ../../sass/_taichi.scss */
#taichi-newsletter ::-moz-placeholder {
  color: #606067;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 1 !important;
}
/* line 97, ../../sass/_taichi.scss */
#taichi-newsletter :-ms-input-placeholder {
  color: #606067;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 1 !important;
}
/* line 98, ../../sass/_taichi.scss */
#taichi-newsletter :-moz-placeholder {
  color: #606067;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 1 !important;
}
/* line 99, ../../sass/_taichi.scss */
#taichi-newsletter .error::-webkit-input-placeholder {
  color: #df7b0c;
}
/* line 100, ../../sass/_taichi.scss */
#taichi-newsletter .error::-moz-placeholder {
  color: #df7b0c;
}
/* line 101, ../../sass/_taichi.scss */
#taichi-newsletter .error:-ms-input-placeholder {
  color: #df7b0c;
}
/* line 102, ../../sass/_taichi.scss */
#taichi-newsletter .error:-moz-placeholder {
  color: #df7b0c;
}

/* line 105, ../../sass/_taichi.scss */
#taichi-products {
  position: relative;
  z-index: 10;
  background: #fff;
  color: #606067;
}
/* line 106, ../../sass/_taichi.scss */
#taichi-products h2, #taichi-products .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner #taichi-products .title {
  color: #606067;
  text-shadow: none;
}
/* line 107, ../../sass/_taichi.scss */
#taichi-products h3 {
  color: #606067;
}
/* line 108, ../../sass/_taichi.scss */
#taichi-products .container {
  padding-bottom: 65px;
}
/* line 109, ../../sass/_taichi.scss */
#taichi-products .boxes {
  margin-top: 35px;
}
/* line 110, ../../sass/_taichi.scss */
#taichi-products .boxes .description-outer {
  margin-top: 30px;
}
/* line 111, ../../sass/_taichi.scss */
#taichi-products .boxes .description-outer .btn {
  color: #fff;
  background: #BDB4A9;
  width: 70%;
  border: 1px solid #BDB4A9;
}
/* line 112, ../../sass/_taichi.scss */
#taichi-products .boxes .description-outer .btn:hover {
  background: #fff;
  color: #BDB4A9;
}
/* line 114, ../../sass/_taichi.scss */
#taichi-products .boxes .description-outer .desc {
  min-height: 150px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 116, ../../sass/_taichi.scss */
#taichi-products .boxes .image {
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 70%;
}

/* line 120, ../../sass/_taichi.scss */
#textilscreens {
  background: #DCD5C6;
  color: #606067;
}
/* line 121, ../../sass/_taichi.scss */
#textilscreens h2, #textilscreens .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner #textilscreens .title {
  text-shadow: none;
  color: #606067;
}
/* line 122, ../../sass/_taichi.scss */
#textilscreens h3 {
  color: #606067;
}
/* line 123, ../../sass/_taichi.scss */
#textilscreens .btn {
  background: #fff;
  color: #606067;
  float: right;
  width: 34%;
}
/* line 124, ../../sass/_taichi.scss */
#textilscreens .btn:hover {
  background: #606067;
  color: #fff;
}
/* line 126, ../../sass/_taichi.scss */
#textilscreens .container {
  padding-bottom: 70px;
  position: relative;
}
/* line 127, ../../sass/_taichi.scss */
#textilscreens .img-container {
  background: url(/img/themenwelt-textilscreens-bg.jpg) center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 40px 0;
}
/* line 128, ../../sass/_taichi.scss */
#textilscreens .img-container .inner {
  padding-bottom: 37.1%;
}
/* line 130, ../../sass/_taichi.scss */
#textilscreens .text {
  position: absolute;
  bottom: 185px;
  left: 45px;
  width: 50%;
}

@media screen and (max-width: 1350px) {
  /* line 2, ../../sass/responsive/_r1350.scss */
  h3 {
    font-size: 24px;
  }
  
  .col-sm-6 p {
  	font-size: 80%;
  }
  
  /* line 4, ../../sass/responsive/_r1350.scss */
  #behindthescenes .btn {
    font-size: 17px;
  }
  /* line 5, ../../sass/responsive/_r1350.scss */
  #behindthescenes p {
    line-height: 1.3em;
  }

  /* line 9, ../../sass/responsive/_r1350.scss */
  #intro .sign {
    margin-right: 0;
  }
  /* line 11, ../../sass/responsive/_r1350.scss */
  #intro .socialmedia .label {
    display: inline-block;
    float: right;
    text-align: left;
    width: 221px;
  }
  /* line 13, ../../sass/responsive/_r1350.scss */
  #intro .socialmedia .social-btns .social-icon {
    width: 65px;
    height: 59px;
    padding-top: 8px;
    margin-right: 7px;
    font-size: 25px;
  }
  /* line 14, ../../sass/responsive/_r1350.scss */
  #intro .socialmedia .social-btns .social-icon span {
    font-size: 10px;
  }

  /* line 21, ../../sass/responsive/_r1350.scss */
  footer .main-footer .btn {
    min-width: 220px;
    float: right;
  }
  /* line 24, ../../sass/responsive/_r1350.scss */
  footer .main-footer nav ul li {
    margin-left: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1170px) {
  /* line 4, ../../sass/_responsive.scss */
  .container {
    width: 960px;
  }

  /* line 7, ../../sass/_responsive.scss */
  .overlay-bg .overlay-inner {
    width: 94%;
    padding: 120px 70px 135px 70px;
  }
  /* line 8, ../../sass/_responsive.scss */
  .overlay-bg .overlay-inner .close {
    top: 25px;
    right: 30px;
    font-size: 35px;
  }

  /* line 13, ../../sass/_responsive.scss */
  #intro .sign {
    width: 185px;
    height: 122px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 18, ../../sass/_responsive.scss */
  #intro {
    background-attachment: scroll;
  }

  /* line 19, ../../sass/_responsive.scss */
  #intro-taichi {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 992px) {
  /* line 23, ../../sass/_responsive.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 2, ../../sass/responsive/_r1023.scss */
  body {
    font-size: 18px;
  }

  /* line 3, ../../sass/responsive/_r1023.scss */
  h1 {
    font-size: 48px;
  }

  /* line 4, ../../sass/responsive/_r1023.scss */
  h2, .overlay-bg .overlay-inner .title {
    font-size: 43px;
  }

  /* line 5, ../../sass/responsive/_r1023.scss */
  h3 {
    font-size: 23px;
  }

  /* line 7, ../../sass/responsive/_r1023.scss */
  .video .video-container {
    padding: 0 0 56.2% 0;
  }

  /* line 9, ../../sass/responsive/_r1023.scss */
  #behindthescenes .btn {
    color: #df7b0c;
    font-size: 12px;
    line-height: 1.6em;
    padding: 13px 15px 15px 10px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }
  /* line 10, ../../sass/responsive/_r1023.scss */
  #behindthescenes .btn i {
    font-size: 25px;
    top: 7px;
  }
  /* line 12, ../../sass/responsive/_r1023.scss */
  #behindthescenes .quote-container {
    width: 75%;
  }
  /* line 13, ../../sass/responsive/_r1023.scss */
  #behindthescenes .related-videos .related {
    height: 80px;
  }

  /* line 16, ../../sass/responsive/_r1023.scss */
  #choice .btn {
    width: 60%;
    padding: 12px 15px;
    text-align: left;
  }
  /* line 20, ../../sass/responsive/_r1023.scss */
  #choice .btn i {
    top: 18px;
    right: 15px;
  }
  /* line 25, ../../sass/responsive/_r1023.scss */
  #choice input {
    width: 18%;
    margin-right: 2%;
    padding: 9px 0;
  }

  /* line 32, ../../sass/responsive/_r1023.scss */
  #dealer .jumbo-arrow {
    height: 173px;
  }
  /* line 33, ../../sass/responsive/_r1023.scss */
  #dealer .jumbo-arrow:after {
    right: -120px;
    border-width: 87px 0 86px 120px;
  }
  /* line 36, ../../sass/responsive/_r1023.scss */
  #dealer .arrow-content h4 {
    font-size: 32px;
  }
  
  #dealer .arrow-content p {
  	font-size: 18px
  }

  /* line 41, ../../sass/responsive/_r1023.scss */
  .inverted #intro h1 {
    font-size: 60px;
  }
  /* line 44, ../../sass/responsive/_r1023.scss */
  #intro.success img {
    width: 240px;
  }
  /* line 45, ../../sass/responsive/_r1023.scss */
  #intro.success .socialmedia {
    width: 100%;
    padding-top: 18px;
  }
  /* line 48, ../../sass/responsive/_r1023.scss */
  #intro.success .socialmedia a {
    font-size: 18px;
    width: 110px;
  }
  /* line 51, ../../sass/responsive/_r1023.scss */
  #intro.success .socialmedia a:last-child {
    margin-right: 0;
  }
  /* line 55, ../../sass/responsive/_r1023.scss */
  #intro .col-sm-6 {
    width: 40%;
  }
  /* line 56, ../../sass/responsive/_r1023.scss */
  #intro .socialmedia {
    width: 35%;
  }
  /* line 58, ../../sass/responsive/_r1023.scss */
  #intro .socialmedia .social-icon {
    width: 74px;
  }
  /* line 60, ../../sass/responsive/_r1023.scss */
  #intro .sign {
    width: 165px;
    height: 105px;
    margin-right: 0;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /* line 69, ../../sass/responsive/_r1023.scss */
  #more .bg-stripe {
    height: 150px;
    margin-top: -75px;
  }
  /* line 70, ../../sass/responsive/_r1023.scss */
  #more .figcaption {
    font-size: 15px;
  }

  /* line 73, ../../sass/responsive/_r1023.scss */
  #products .boxes {
    margin-top: 50px;
  }
  /* line 74, ../../sass/responsive/_r1023.scss */
  #products .boxes h3 {
    font-size: 19px;
  }
  /* line 75, ../../sass/responsive/_r1023.scss */
  #products .boxes .description-outer {
    margin-top: 25px;
  }
  /* line 77, ../../sass/responsive/_r1023.scss */
  #products .btn {
    font-size: 14px;
    line-height: 1.6em;
    padding: 7px 8px;
  }
  /* line 78, ../../sass/responsive/_r1023.scss */
  #products .btn i {
    top: 9px;
    right: 8px;
  }
  /* line 80, ../../sass/responsive/_r1023.scss */
  #products .container {
    padding-bottom: 90px;
  }

  /* line 83, ../../sass/responsive/_r1023.scss */
  #win .banner {
    font-size: 35px;
  }

  /* line 86, ../../sass/responsive/_r1023.scss */
  footer p {
    font-size: 16px;
  }
  /* line 88, ../../sass/responsive/_r1023.scss */
  footer .main-footer .btn {
    float: left;
    margin-top: 20px;
  }
  /* line 91, ../../sass/responsive/_r1023.scss */
  footer .main-footer .socialmedia .col-sm-6:first-child {
    width: 35%;
  }
  /* line 92, ../../sass/responsive/_r1023.scss */
  footer .main-footer .socialmedia .col-sm-6:nth-child(2) {
    width: 65%;
  }
  /* line 94, ../../sass/responsive/_r1023.scss */
  footer .main-footer .socialmedia .btns-right a {
    float: right;
  }
  /* line 96, ../../sass/responsive/_r1023.scss */
  footer .main-footer .socialmedia .btns-right a:first-child {
    margin-right: 0;
  }
  /* line 97, ../../sass/responsive/_r1023.scss */
  footer .main-footer .socialmedia .btns-right a:nth-child(2) {
    margin-right: 6px;
  }
  /* line 102, ../../sass/responsive/_r1023.scss */
  footer .main-footer nav ul li {
    margin-bottom: 5px;
  }
  /* line 106, ../../sass/responsive/_r1023.scss */
  footer .sub-footer .container .footer-links a {
    margin-left: 10px;
    padding-top: 5px;
  }

  /* line 111, ../../sass/responsive/_r1023.scss */
  .container {
    width: 94%;
  }

  /* line 113, ../../sass/responsive/_r1023.scss */
  .dropdown-container {
    padding: 22px 35px 23px 30px;
  }
}
@media screen and (max-width: 991px) {
  /* line 4, ../../sass/responsive/_r991.scss */
  footer .main-footer .socialmedia {
    padding-top: 35px;
  }
  /* line 6, ../../sass/responsive/_r991.scss */
  footer .main-footer .socialmedia .col-md-6 {
    float: none;
  }
  /* line 7, ../../sass/responsive/_r991.scss */
  footer .main-footer .socialmedia .col-md-6:not(.btns-right) {
    padding-top: 75px;
  }
  /* line 11, ../../sass/responsive/_r991.scss */
  footer .sub-footer .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 17, ../../sass/responsive/_r991.scss */
  header .container .header-buttons {
    padding-right: 0;
  }
  /* line 18, ../../sass/responsive/_r991.scss */
  header .container .logo {
    left: 0;
  }

  /* line 23, ../../sass/responsive/_r991.scss */
  #newsletter .request {
    font-size: inherit;
    padding-top: 40px;
  }

  /* line 28, ../../sass/responsive/_r991.scss */
  #taichi-dealer .arrow-content p {
    width: 80%;
  }

  /* line 33, ../../sass/responsive/_r991.scss */
  #taichi-newsletter .request {
    font-size: inherit;
    padding-top: 40px;
  }

  /* line 37, ../../sass/responsive/_r991.scss */
  #textilscreens .text {
    bottom: 165px;
    left: 35px;
  }

  /* line 40, ../../sass/responsive/_r991.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  /* line 31, ../../sass/_responsive.scss */
  #products .desc {
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2, ../../sass/responsive/_r767.scss */
  body {
    font-size: 17px;
  }

  /* line 3, ../../sass/responsive/_r767.scss */
  h1 {
    font-size: 35px;
  }

  /* line 4, ../../sass/responsive/_r767.scss */
  h2, .overlay-bg .overlay-inner .title {
    font-size: 40px;
  }

  /* line 5, ../../sass/responsive/_r767.scss */
  h3 {
    font-size: 18px;
  }

  .col-sm-6 p {
  	font-size: 80%;
  }

  /* line 8, ../../sass/responsive/_r767.scss */
  header .container .logo {
    top: 35px;
    left: 0;
  }
  /* line 11, ../../sass/responsive/_r767.scss */
  header .container .logo img {
    width: 130px;
  }
  /* line 14, ../../sass/responsive/_r767.scss */
  header .container .header-buttons .btn {
    margin-bottom: 10px;
  }
  /* line 16, ../../sass/responsive/_r767.scss */
  header .container .header-buttons .btn i {
    font-size: 12px;
  }

  /* line 23, ../../sass/responsive/_r767.scss */
  #behindthescenes .container {
    padding-bottom: 70px;
  }
  /* line 24, ../../sass/responsive/_r767.scss */
  #behindthescenes .video {
    margin-top: 25px;
  }
  /* line 25, ../../sass/responsive/_r767.scss */
  #behindthescenes .btn {
    display: none;
  }
  /* line 27, ../../sass/responsive/_r767.scss */
  #behindthescenes .btn.responsive {
    display: block;
  }
  /* line 29, ../../sass/responsive/_r767.scss */
  #behindthescenes .related-videos {
    margin: 20px -5px 0 -5px;
  }
  /* line 31, ../../sass/responsive/_r767.scss */
  #behindthescenes .related-videos.top-spacing {
    padding-top: 15px;
  }
  /* line 32, ../../sass/responsive/_r767.scss */
  #behindthescenes .related-videos .related {
    height: 100px;
    width: 33.333%;
    float: left;
    padding: 5px;
  }

  /* line 42, ../../sass/responsive/_r767.scss */
  #dealer .arrow-content {
    padding: 45px 0;
  }
  /* line 43, ../../sass/responsive/_r767.scss */
  #dealer .arrow-content h4 {
    font-size: 26px;
    line-height: 1.2em;
  }
  /* line 44, ../../sass/responsive/_r767.scss */
  #dealer .arrow-content p {
    font-size: 16px;
    line-height: 1.2em;
    width: 80%;
  }
  /* line 46, ../../sass/responsive/_r767.scss */
  #dealer .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* line 47, ../../sass/responsive/_r767.scss */
  #dealer .container-fluid {
    top: 80px;
  }
  /* line 48, ../../sass/responsive/_r767.scss */
  #dealer .jumbo-arrow {
    height: 143px;
    width: calc(100% - 80px);
  }
  /* line 49, ../../sass/responsive/_r767.scss */
  #dealer .jumbo-arrow:after {
    right: -95px;
    border-width: 72px 0 71px 95px;
  }

  /* line 54, ../../sass/responsive/_r767.scss */
  #intro.home {
    background-size: 220% auto;
    background-position: center top;
  }
  /* line 55, ../../sass/responsive/_r767.scss */
  #intro.impressions {
    padding-bottom: 20px;
    background-size: 220% auto;
    background-position: center top;
  }
  /* line 56, ../../sass/responsive/_r767.scss */
  #intro h1 {
    font-size: 27px;
    line-height: 1.2em;
  }
  /* line 60, ../../sass/responsive/_r767.scss */
  #intro .container {
    padding-top: 30%;
  }
  /* line 62, ../../sass/responsive/_r767.scss */
  #intro .bottom .container {
    padding-bottom: 25px;
  }
  /* line 64, ../../sass/responsive/_r767.scss */
  #intro .col-sm-6 {
    width: 54%;
    float: left;
    padding-right: 10px;
  }
  /* line 69, ../../sass/responsive/_r767.scss */
  #intro .socialmedia {
    width: 46%;
  }
  /* line 71, ../../sass/responsive/_r767.scss */
  #intro .socialmedia .social-icon {
    width: 65px;
    height: 62px;
    font-size: 30px;
    margin-right: 5px;
  }
  /* line 76, ../../sass/responsive/_r767.scss */
  #intro .socialmedia .social-icon span {
    font-size: 10px;
  }
  /* line 79, ../../sass/responsive/_r767.scss */
  #intro .sign {
    width: 120px;
    float: left;
    padding: 0 10px 10px 0;
    background: none;
    height: auto;
    margin: 0;
  }
  /* line 80, ../../sass/responsive/_r767.scss */
  #intro h3 {
    margin-top: 10px;
  }

  /* line 84, ../../sass/responsive/_r767.scss */
  #intro-taichi h1 {
    font-size: 27px;
    line-height: 1.2em;
  }
  /* line 85, ../../sass/responsive/_r767.scss */
  #intro-taichi .container {
    padding-top: 190px;
  }
  /* line 86, ../../sass/responsive/_r767.scss */
  #intro-taichi .socialmedia {
    margin-top: 25px;
  }
  /* line 87, ../../sass/responsive/_r767.scss */
  #intro-taichi .socialmedia .label {
    display: block;
    float: none;
    padding-left: 10px;
  }
  /* line 88, ../../sass/responsive/_r767.scss */
  #intro-taichi .socialmedia .social-btns {
    text-align: left;
    padding-left: 10px;
  }
  /* line 90, ../../sass/responsive/_r767.scss */
  #intro-taichi .text {
    padding: 0 10px 0 10px;
  }

  /* line 94, ../../sass/responsive/_r767.scss */
  #more h4 {
    padding: 0 0 15px 0;
  }
  /* line 97, ../../sass/responsive/_r767.scss */
  #more .squares a + a {
    margin-top: 15px;
  }
  /* line 99, ../../sass/responsive/_r767.scss */
  #more .squares .square {
    position: relative;
    padding-bottom: 50%;
    width: 50%;
    float: left;
    margin-right: 15px;
  }
  /* line 100, ../../sass/responsive/_r767.scss */
  #more .squares .figcaption {
    padding: 0 0 7px 0;
    font-size: 16px;
    line-height: 1.3em;
  }

  /* line 105, ../../sass/responsive/_r767.scss */
  #neuer-spot .btn {
    width: 100%;
  }
  /* line 106, ../../sass/responsive/_r767.scss */
  #neuer-spot .container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  /* line 107, ../../sass/responsive/_r767.scss */
  #neuer-spot .col-left {
    padding-right: 7px;
  }
  /* line 108, ../../sass/responsive/_r767.scss */
  #neuer-spot .col-right {
    padding-left: 7px;
    padding-top: 38px;
    text-align: center;
  }

  /* line 112, ../../sass/responsive/_r767.scss */
  #newsletter input {
    margin-bottom: 10px;
  }
  /* line 113, ../../sass/responsive/_r767.scss */
  #newsletter .checkbox-container {
    margin: 23px 0px 40px 0;
  }
  /* line 114, ../../sass/responsive/_r767.scss */
  #newsletter .checkbox-container label {
    font-size: 13px;
  }
  /* line 116, ../../sass/responsive/_r767.scss */
  #newsletter .form-row {
    margin-bottom: 0;
  }
  /* line 118, ../../sass/responsive/_r767.scss */
  #newsletter .form-row.bottom-spacing {
    padding-bottom: 0;
  }
  /* line 120, ../../sass/responsive/_r767.scss */
  #newsletter .text-input {
    padding: 13px 22px;
  }

  /* line 123, ../../sass/responsive/_r767.scss */
  #products {
    color: #fff;
  }
  /* line 124, ../../sass/responsive/_r767.scss */
  .inverted #products {
    color: #606067;
  }
  /* line 126, ../../sass/responsive/_r767.scss */
  .inverted #products.features .desc {
    margin-top: 0;
    float: right;
    width: 49%;
    margin-left: 2%;
    min-height: 0;
    padding-top: 0;
  }
  /* line 127, ../../sass/responsive/_r767.scss */
  .inverted #products.features .image {
    width: 49%;
    float: left;
    padding-bottom: 35%;
  }
  /* line 130, ../../sass/responsive/_r767.scss */
  #products h2, #products .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner #products .title {
    padding-bottom: 10px;
  }
  /* line 131, ../../sass/responsive/_r767.scss */
  #products .container {
    padding-bottom: 25px;
  }
  /* line 132, ../../sass/responsive/_r767.scss */
  #products .boxes {
    margin-top: 20px;
  }
  /* line 134, ../../sass/responsive/_r767.scss */
  #products .boxes .box + .box {
    margin-top: 15px;
  }
  /* line 136, ../../sass/responsive/_r767.scss */
  #products .boxes .description-outer {
    margin-top: 0;
    float: right;
    width: 49%;
    margin-left: 2%;
  }
  /* line 137, ../../sass/responsive/_r767.scss */
  #products .boxes .description-outer .btn {
    margin-top: 20px;
  }
  /* line 138, ../../sass/responsive/_r767.scss */
  #products .boxes .description-outer .desc {
    min-height: 0;
  }
  /* line 139, ../../sass/responsive/_r767.scss */
  #products .boxes .description-outer .desc.bottom-spacing {
   /* padding-bottom: 0; */
  }
  /* line 140, ../../sass/responsive/_r767.scss */
  #products .boxes .description-outer .desc:after {
    content: "";
    clear: both;
  }
  /* line 143, ../../sass/responsive/_r767.scss */
  #products .boxes .image {
    width: 49%;
    border: 1px solid #424242;
    padding-bottom: 49%;
    float: left;
  }

  /* line 148, ../../sass/responsive/_r767.scss */
  #taichi-dealer .arrow-content {
    padding: 30px 0;
  }
  /* line 149, ../../sass/responsive/_r767.scss */
  #taichi-dealer .arrow-content h4 {
    font-size: 24px;
    line-height: 1.2em;
  }
  /* line 150, ../../sass/responsive/_r767.scss */
  #taichi-dealer .arrow-content p {
    font-size: 18px;
    line-height: 1.2em;
  }
  /* line 152, ../../sass/responsive/_r767.scss */
  #taichi-dealer .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* line 153, ../../sass/responsive/_r767.scss */
  #taichi-dealer .container-fluid {
    top: 80px;
  }
  /* line 154, ../../sass/responsive/_r767.scss */
  #taichi-dealer .jumbo-arrow {
    height: 143px;
    width: calc(100% - 80px);
  }
  /* line 155, ../../sass/responsive/_r767.scss */
  #taichi-dealer .jumbo-arrow:after {
    right: -95px;
    border-width: 72px 0 71px 95px;
  }

  /* line 160, ../../sass/responsive/_r767.scss */
  #taichi-more h4 {
    padding: 0 0 15px 0;
  }
  /* line 163, ../../sass/responsive/_r767.scss */
  #taichi-more .squares a + a {
    margin-top: 15px;
  }
  /* line 165, ../../sass/responsive/_r767.scss */
  #taichi-more .squares .square {
    position: relative;
    padding-bottom: 50%;
    width: 50%;
    float: left;
    margin-right: 15px;
  }
  /* line 166, ../../sass/responsive/_r767.scss */
  #taichi-more .squares .figcaption {
    padding: 0 0 7px 0;
    font-size: 16px;
    line-height: 1.3em;
  }

  /* line 171, ../../sass/responsive/_r767.scss */
  #taichi-newsletter input {
    margin-bottom: 10px;
  }
  /* line 172, ../../sass/responsive/_r767.scss */
  #taichi-newsletter .checkbox-container {
    margin: 23px 0px 40px 0;
  }
  /* line 173, ../../sass/responsive/_r767.scss */
  #taichi-newsletter .checkbox-container label {
    font-size: 16px;
  }
  /* line 175, ../../sass/responsive/_r767.scss */
  #taichi-newsletter .form-row {
    margin-bottom: 0;
  }
  /* line 176, ../../sass/responsive/_r767.scss */
  #taichi-newsletter .form-row.bottom-spacing {
    padding-bottom: 0;
  }
  /* line 178, ../../sass/responsive/_r767.scss */
  #taichi-newsletter .text-input {
    padding: 13px 22px;
  }

  /* line 184, ../../sass/responsive/_r767.scss */
  #taichi-products .boxes .box + .box {
    margin-top: 35px;
  }
  /* line 187, ../../sass/responsive/_r767.scss */
  #taichi-products .boxes .description-outer .btn {
    width: 100%;
  }
  /* line 188, ../../sass/responsive/_r767.scss */
  #taichi-products .boxes .description-outer .desc {
    min-height: 0;
    margin-top: 10px;
  }
  /* line 190, ../../sass/responsive/_r767.scss */
  #taichi-products .boxes .image {
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 70%;
  }

  /* line 195, ../../sass/responsive/_r767.scss */
  footer .btn {
    margin-top: 20px;
  }
  /* line 197, ../../sass/responsive/_r767.scss */
  footer .main-footer .btn {
    margin-top: 0;
  }
  /* line 198, ../../sass/responsive/_r767.scss */
  footer .main-footer .col-md-3 {
    margin-bottom: 60px;
    margin-top: 20px;
  }
  /* line 201, ../../sass/responsive/_r767.scss */
  footer .main-footer nav ul li {
    margin-left: 0;
    margin-right: 8px;
    font-size: 16px;
  }
  /* line 202, ../../sass/responsive/_r767.scss */
  footer .main-footer nav ul li:first-child {
    display: block;
    margin-bottom: 8px;
    margin-right: 0;
  }
  /* line 206, ../../sass/responsive/_r767.scss */
  footer .main-footer .socialmedia {
    padding-top: 0;
  }
  /* line 207, ../../sass/responsive/_r767.scss */
  footer .main-footer .socialmedia .col-sm-6 {
    float: none;
  }
  /* line 208, ../../sass/responsive/_r767.scss */
  footer .main-footer .socialmedia .col-sm-6:first-child {
    width: 100%;
  }
  /* line 209, ../../sass/responsive/_r767.scss */
  footer .main-footer .socialmedia .col-sm-6:nth-child(2) {
    width: 100%;
  }
  /* line 211, ../../sass/responsive/_r767.scss */
  footer .main-footer .socialmedia a {
    padding: 7px 0 7px 7px;
    margin-bottom: 5px;
    width: calc(25% - 4px);
  }
  /* line 212, ../../sass/responsive/_r767.scss */
  footer .main-footer .socialmedia a:nth-child(4) {
    margin-right: 0;
  }
  /* line 217, ../../sass/responsive/_r767.scss */
  footer .sub-footer .container {
    width: 98%;
  }
  /* line 218, ../../sass/responsive/_r767.scss */
  footer .sub-footer .container p {
    font-size: 14px;
	  
  /*  padding: 0; */
  }
  /* line 219, ../../sass/responsive/_r767.scss */
  footer .sub-footer .container a {
    float: none;
  }
  /* line 220, ../../sass/responsive/_r767.scss */
  footer .sub-footer .container a:first-child {
    margin-left: 0;
    margin-right: 10px;
  }
  /* line 222, ../../sass/responsive/_r767.scss */
  footer .sub-footer .container .footer-links {
    float: none;
    padding-top: 20px;
  }

  /* line 226, ../../sass/responsive/_r767.scss */
  .btn {
    font-size: 14px;
  }
  /* line 227, ../../sass/responsive/_r767.scss */
  .btn i {
    font-size: 14px;
  }

  /* line 229, ../../sass/responsive/_r767.scss */
  .bottom-spacing {
    padding-bottom: 25px;
  }

  /* line 230, ../../sass/responsive/_r767.scss */
  .container {
    padding: 30px 0 45px 0;
  }

  /* line 232, ../../sass/responsive/_r767.scss */
  .dropdown {
    width: calc(100% + 2px);
  }

  /* line 233, ../../sass/responsive/_r767.scss */
  .dropdown-container {
    padding: 18px 35px 18px 23px;
    margin-bottom: 10px;
    font-size: inherit;
  }

  /* line 234, ../../sass/responsive/_r767.scss */
  .dropdown-open-indicator {
    top: 18px;
  }

  /* line 237, ../../sass/responsive/_r767.scss */
  .inverted #intro {
    height: auto;
  }
  /* line 239, ../../sass/responsive/_r767.scss */
  .inverted #intro .container {
    padding-top: 200px;
  }
  /* line 240, ../../sass/responsive/_r767.scss */
  .inverted #intro h1 {
    font-size: 34px;
    line-height: 1.2em;
  }
  /* line 245, ../../sass/responsive/_r767.scss */
  .inverted #intro-text .container {
    padding: 30px 0;
  }
  /* line 249, ../../sass/responsive/_r767.scss */
  .inverted #video .container {
    padding-bottom: 50px;
  }
  /* line 250, ../../sass/responsive/_r767.scss */
  .inverted #video .video {
    margin-top: 10px;
  }
  /* line 252, ../../sass/responsive/_r767.scss */
  .inverted #video .video iframe {
    border: 0;
  }
  /* line 256, ../../sass/responsive/_r767.scss */
  .inverted #gallery .container-fluid {
    padding: 30px 15px 40px 15px;
  }
  /* line 258, ../../sass/responsive/_r767.scss */
  .inverted #gallery .thumb-carousel .carousel-item {
    padding: 0 5px 0 5px;
  }
  /* line 260, ../../sass/responsive/_r767.scss */
  .inverted #gallery .next-carousel-page i, .inverted #gallery .prev-carousel-page i {
    font-size: 40px;
  }
  /* line 263, ../../sass/responsive/_r767.scss */
  .inverted #madeingermany .container {
    padding-bottom: 55px;
  }
  /* line 264, ../../sass/responsive/_r767.scss */
  .inverted #madeingermany .top-spacing {
    padding-top: 10px;
  }
  /* line 265, ../../sass/responsive/_r767.scss */
  .inverted #madeingermany .stoerer {
    width: 150px;
  }
  /* line 266, ../../sass/responsive/_r767.scss */
  .inverted #madeingermany .image-grid {
    margin-top: 20px;
  }
  /* line 268, ../../sass/responsive/_r767.scss */
  .inverted #madeingermany .image-grid .image-group + .image-group {
    margin-top: 10px;
  }
  /* line 273, ../../sass/responsive/_r767.scss */
  .inverted #dealer .arrow-content p {
    text-transform: none;
  }

  /* line 278, ../../sass/responsive/_r767.scss */
  .overlay .overlay-content {
    width: 90%;
    margin-left: -45%;
  }
  /* line 282, ../../sass/responsive/_r767.scss */
  .overlay .overlay-content .agreements-outer .agreements {
    padding: 35px 40px 35px 20px;
  }

  /* line 290, ../../sass/responsive/_r767.scss */
  .overlay-bg .overlay-inner {
    padding: 100px 40px 110px 40px;
  }

  /* line 293, ../../sass/responsive/_r767.scss */
  .top-spacing {
    padding-top: 25px;
  }

  /* line 294, ../../sass/responsive/_r767.scss */
  .video {
    margin-top: 18%;
  }

  /* line 296, ../../sass/responsive/_r767.scss */
  .hidden-tablet {
    display: inherit !important;
  }

  /* line 297, ../../sass/responsive/_r767.scss */
  .hidden-phone {
    display: none !important;
  }
}
.logoblock {
	float:left; margin:35px; height:95px
}

@media screen and (max-width: 650px) {
  /* line 39, ../../sass/_responsive.scss */
  #textilscreens .btn {
    width: 250px;
  }
  /* line 40, ../../sass/_responsive.scss */
  #textilscreens .img-container {
    margin: 30px 0 20px 0;
  }
  /* line 41, ../../sass/_responsive.scss */
  #textilscreens .text {
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    margin-bottom: 25px;
    padding: 0 5px;
  }
	
	.p-logo {
		display: block;
		max-width:190px;
		max-height:auto;
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	} 
	.logoblock {
		float:none;
		width:100%;
		height:auto;
		margin-left:0;
		margin-right:0;
		margin-bottom:20px;
	}

	#intro .container {
		 padding-top: 330px; 
	}
	#intro .bottom {
    padding-top: 0;
	}
}
@media screen and (max-width: 580px) {
  /* line 48, ../../sass/_responsive.scss */
  header .container .header-buttons {
    width: 50%;
  }
}
@media screen and (max-width: 567px) {
  /* line 54, ../../sass/_responsive.scss */
  .success .socialmedia a {
    background: #606067;
  }
}
@media screen and (max-width: 479px) {
  /* line 2, ../../sass/responsive/_r479.scss */
  .container {
    width: 90%;
  }

  /* line 3, ../../sass/responsive/_r479.scss */
  h2, .overlay-bg .overlay-inner .title {
    font-size: 28px;
    line-height: 1.1em;
  }

  /* line 7, ../../sass/responsive/_r479.scss */
  h3 {
    font-size: 16px;
    line-height: 1.45em;
    padding-top: 10px;
  }

  /* line 15, ../../sass/responsive/_r479.scss */
  header .container .header-buttons .btn {
    margin-bottom: 6px;
  }
  /* line 17, ../../sass/responsive/_r479.scss */
  header .container .logo img {
    width: 100px;
  }
  
  /* line 22, ../../sass/responsive/_r479.scss */
  #impressions .logo {
    float: none;
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
  }

  /* line 26, ../../sass/responsive/_r479.scss */
  #intro .bottom {
    margin-top: -45%;
    padding-top: 0;
  }
  /* line 30, ../../sass/responsive/_r479.scss */
  #intro .col-sm-6 {
    width: 100%;
    float: right;
    padding-right: 7px;
  }
  /* line 35, ../../sass/responsive/_r479.scss */
  #intro .socialmedia {
    width: 100%;
    padding-left: 7px;
    margin-top: 40px;
  }
  /* line 39, ../../sass/responsive/_r479.scss */
  #intro .socialmedia .label {
    text-align: left;
    float: none;
  }
  /* line 40, ../../sass/responsive/_r479.scss */
  #intro .socialmedia .social-btns {
    text-align: left;
  }
  /* line 43, ../../sass/responsive/_r479.scss */
  .inverted #intro h1 {
    font-size: 27px;
  }

  /* line 50, ../../sass/responsive/_r479.scss */
  .inverted #products.features .desc {
    margin-top: 0;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* line 51, ../../sass/responsive/_r479.scss */
  .inverted #products.features .image {
    width: 100%;
    padding-bottom: 50%;
    background-position: 50% 30%;
    float: none;
    margin-bottom: 10px;
  }
  /* line 54, ../../sass/responsive/_r479.scss */
  #products .btn {
    width: 100%;
  }
  /* line 55, ../../sass/responsive/_r479.scss */
  #products .boxes {
    margin-top: 10px;
    padding-top: 0;
  }
  /* line 56, ../../sass/responsive/_r479.scss */
  #products .boxes .description-outer {
    margin-top: 0;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* line 57, ../../sass/responsive/_r479.scss */
  #products .boxes .image {
    width: 60%;
    padding-bottom: 50%;
    background-position: 50% 30%;
    float: none;
  }
  /* line 58, ../../sass/responsive/_r479.scss */
  #products .boxes h3 {
    padding-left: 0;
    width: auto;
  }
  /* line 60, ../../sass/responsive/_r479.scss */
  #products h2, #products .overlay-bg .overlay-inner .title, .overlay-bg .overlay-inner #products .title {
    padding-bottom: 0;
  }
  /* line 62, ../../sass/responsive/_r479.scss */
  #products .desc.bottom-spacing {
    width: 100%;
    padding-left: 0;
  }

  /* line 66, ../../sass/responsive/_r479.scss */
  #dealer .arrow-content {
    padding: 35px 0;
  }
  /* line 67, ../../sass/responsive/_r479.scss */
  #dealer .arrow-content h4 {
    font-size: 22px;
  }
  /* line 68, ../../sass/responsive/_r479.scss */
  #dealer .arrow-content p {
    font-size: 16px;
  }
  /* line 70, ../../sass/responsive/_r479.scss */
  #dealer .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 71, ../../sass/responsive/_r479.scss */
  #dealer .container-fluid {
    top: 60px;
  }

  /* line 74, ../../sass/responsive/_r479.scss */
  #behindthescenes .btn {
    text-align: center;
  }
  /* line 76, ../../sass/responsive/_r479.scss */
  #behindthescenes .btn i {
    display: none;
  }
  /* line 78, ../../sass/responsive/_r479.scss */
  #behindthescenes .container {
    padding-bottom: 45px;
  }
  /* line 79, ../../sass/responsive/_r479.scss */
  #behindthescenes .related-videos .related {
    height: 75px;
  }

  /* line 83, ../../sass/responsive/_r479.scss */
  #more h4 {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
  /* line 88, ../../sass/responsive/_r479.scss */
  #more .squares .square {
    width: 100%;
    float: none;
    margin: 0 0 8px 0;
  }
  /* line 90, ../../sass/responsive/_r479.scss */
  #more .squares .square .square-content img {
    width: 100%;
    height: auto;
  }
  /* line 91, ../../sass/responsive/_r479.scss */
  #more .squares .square .square-content .youtube-logo {
    width: 50%;
  }

  /* line 98, ../../sass/responsive/_r479.scss */
  #taichi-dealer .arrow-content {
    padding: 35px 0;
  }
  /* line 99, ../../sass/responsive/_r479.scss */
  #taichi-dealer .arrow-content h4 {
    font-size: 22px;
  }
  /* line 100, ../../sass/responsive/_r479.scss */
  #taichi-dealer .arrow-content p {
    font-size: 16px;
  }
  /* line 102, ../../sass/responsive/_r479.scss */
  #taichi-dealer .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 103, ../../sass/responsive/_r479.scss */
  #taichi-dealer .container-fluid {
    top: 60px;
  }

  /* line 108, ../../sass/responsive/_r479.scss */
  #taichi-more .squares .square {
    width: 100%;
    float: none;
    margin: 0 0 8px 0;
  }
  /* line 110, ../../sass/responsive/_r479.scss */
  #taichi-more .squares .square .square-content img {
    width: 100%;
    height: auto;
  }
  /* line 111, ../../sass/responsive/_r479.scss */
  #taichi-more .squares .square .square-content .youtube-logo {
    width: 50%;
  }

  /* line 118, ../../sass/responsive/_r479.scss */
  #textilscreens .btn {
    width: 100%;
  }

  /* line 121, ../../sass/responsive/_r479.scss */
  .inverted #madeingermany .container {
    padding-top: 20px;
  }

  /* line 123, ../../sass/responsive/_r479.scss */
  .inverted #gallery h3 {
    padding-top: 5px;
  }
  /* line 124, ../../sass/responsive/_r479.scss */
  .inverted #gallery .container-fluid {
    padding: 10px 10px 30px 10px;
  }

  /* line 127, ../../sass/responsive/_r479.scss */
  .inverted #madeingermany .stoerer {
    width: 100px;
    margin-left: 10px;
  }

  /* line 130, ../../sass/responsive/_r479.scss */
  .overlay-bg .overlay-inner {
    padding: 70px 30px 80px 30px;
  }
  /* line 131, ../../sass/responsive/_r479.scss */
  .overlay-bg .overlay-inner .close {
    top: 15px;
    right: 18px;
  }
  /* line 132, ../../sass/responsive/_r479.scss */
  .overlay-bg .overlay-inner .title {
    margin-bottom: 25px;
  }

  /* line 140, ../../sass/responsive/_r479.scss */
  footer .sub-footer .container .footer-links a {
    margin-left: 0px;
    padding-top: 3px;
    display: block;
    float: none;
  }
  /* line 141, ../../sass/responsive/_r479.scss */
  footer .sub-footer .container .footer-links a:first-child {
    padding-top: 0;
  }
  /* line 147, ../../sass/responsive/_r479.scss */
  footer .main-footer .btn {
    width: 100%;
    float: none;
  }
  /* line 148, ../../sass/responsive/_r479.scss */
  footer .main-footer .col-md-3 {
    margin-bottom: 30px;
  }
  /* line 149, ../../sass/responsive/_r479.scss */
  footer .main-footer .socialmedia {
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  /* line 62, ../../sass/_responsive.scss */
  #impressions .gallery .item {
    height: 75px;
  }
}
@media screen and (max-width: 400px) {
  /* line 68, ../../sass/_responsive.scss */
  footer .main-footer .socialmedia a {
    width: calc(50% - 3px);
  }
  /* line 70, ../../sass/_responsive.scss */
  footer .main-footer .socialmedia a:nth-child(2n) {
    margin-right: 0;
  }

  /* line 75, ../../sass/_responsive.scss */
  header .container .header-buttons {
    width: 55%;
  }
  /* line 76, ../../sass/_responsive.scss */
  header .container .header-buttons .btn {
    font-size: 12px;
    margin-bottom: 8px;
  }
  /* line 77, ../../sass/_responsive.scss */
  header .container .header-buttons .btn i {
    top: 7px;
  }
  /* line 81, ../../sass/_responsive.scss */
  header .container .logo img {
    width: 100px;
  }

  /* line 87, ../../sass/_responsive.scss */
  #intro-taichi .socialmedia {
    margin-top: 15px;
  }
  /* line 89, ../../sass/_responsive.scss */
  #intro-taichi .socialmedia .social-btns .social-icon {
    font-size: 30px;
    width: 75px;
    height: 70px;
    margin-right: 5px;
  }
  /* line 92, ../../sass/_responsive.scss */
  #intro-taichi .text {
    padding: 15px 0 0 10px;
  }
}
@media screen and (max-width: 360px) {
  /* line 98, ../../sass/_responsive.scss */
  #dealer .arrow-content {
    padding: 35px 0;
  }
  /* line 99, ../../sass/_responsive.scss */
  #dealer .arrow-content h4 {
    font-size: 20px;
  }
  /* line 100, ../../sass/_responsive.scss */
  #dealer .arrow-content p {
    font-size: 14px;
    width: 85%;
  }

  /* line 105, ../../sass/_responsive.scss */
  #taichi-dealer .arrow-content {
    padding: 35px 0;
  }
  /* line 106, ../../sass/_responsive.scss */
  #taichi-dealer .arrow-content h4 {
    font-size: 20px;
  }
  /* line 107, ../../sass/_responsive.scss */
  #taichi-dealer .arrow-content p {
    font-size: 14px;
    width: 85%;
  }
}

#okio-logo
{
    max-width: 100%;
	height: 464px;
    background-image: url('../img/okio22-logo-lp.png'); 
    background-repeat: no-repeat;
    background-size: contain;
}

.nopadding
{
	padding-top: 0px;
}

.footer-txt, .footer-txt p .footer-txt a{ 
	color:#ffffff;
	font-size:17px;
	line-height:20px;
}

.footer-txt p+p {
	padding: 8px 0px;
}
