*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline:none;
}
html {
  background-color: #fff;
}
body {
  font-family: 'gibson';
  font-size: 20px;
  line-height: 1.5em;
  background-color: #fff;
  color: #000;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
img {
  width:100%;
  display: block;
}
p, .cta_button, ul {
  font-size: 1em;
}
h1 {
  font-size: 4em;
  line-height: 1.1em;
}
h2 {
  font-size: 2.7em;
  line-height: 1.25em;
}
h3 {
  font-size: 2.2em;
  line-height: 1.225em;
}
h4 {
  font-size: 1.8em;
  line-height: 1.2em;
}
h5 {
  font-size: 1.6em;
  line-height: 1.2em;
}
a:not(.cta_button):not(.menubar_link):not(.menubar__dropdown-link) {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(0,0,0,0);
}
a:not(.cta_button):not(.menubar_link):not(.menubar__dropdown-link):not(.burgermenu__link):not(.menubar__toggler).hover {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,1);
}
ul {
  text-align: left;
}
.section {
  position: relative;
  z-index: 25;
  background-color: #fff;
}
.content_container {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  text-align: center;
}
.content_container h2:first-child {
  margin-top: 0em;
}
.herotext {
  font-size: 1.4em;
  line-height: 1.45em;
}
.biggertext {
  font-size: 1.2em;
  line-height: 1.25em;
}
.feature_block {
  background-color: rgba(255,255,255,0.6);
  padding: 1em;
  margin: 0.25em;
}
.smaller {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.smallest {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sticky {
  position: sticky;
  top: 0px;
}
.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.no_wrap {
  white-space: nowrap;
}
.scrolltotop {
  cursor: pointer;
}
.padding-top_0 {
  padding-top: 0em;
}
.padding-bottom_0 {
  padding-bottom: 0em;
}
.padding-top_xs {
  padding-top: 0.35em;
}
.padding-bottom_xs {
  padding-bottom: 0.35em;
}
.padding-top_s {
  padding-top: 1em;
}
.padding-bottom_s {
  padding-bottom: 1em;
}
.padding-top_m {
  padding-top: 3em;
}
.padding-bottom_m {
  padding-bottom: 3em;
}
.padding-top_l {
  padding-top: 5em;
}
.padding-bottom_l {
  padding-bottom: 5em;
}
.padding-top_xl {
  padding-top: 10em;
}
.padding-bottom_xl {
  padding-bottom: 10em;
}
.cta_button {
  text-align: center;
  display: inline-block;
  padding: 0.4em 1.2em;
  border-radius: 50px;
  line-height: 1.78;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  text-decoration: none;
  transition: all .2s ease-in;
  cursor: pointer;
}
.cta_button:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 0 0 4px rgba(0,0,0,.25);
}
.bg_grey {
  background-color: #f4f4f4;
}
.video_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.9);
}
#header {
  position: fixed;
  z-index: 50;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
}
#signia_logo {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 55;
  padding-top: 12px;
}
#signia_logo img {
  height: 65px;
}
#navi_main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items:center;
  font-size: 18px;
  height: 85px;
  z-index: 60;
}
.link_block {
  display: flex;
  align-items: center;
}
#menu_toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}
#hamburger_button {
  margin-right: 10px;
}
#hamburger_button span {
  display: block;
  background-color: #000;
  width: 20px;
  height: 2px;
  margin-bottom: 2px;
}
#link_search {
  cursor: pointer;
}
#link_test, #link_search {
  margin-left: 2em;
}
#navi_right a {
  border: none;
  width: 24px;
  display: none;
}
#ctacontent {
  background-image: url("../images/signia_active_background_waves.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #73448d;
  min-height: 100vh;
  margin-top: 85px;
}
#ctacontent .feature_block h1 {
  margin: 0.3em 0.2em !important;
}
#ctacontent .flexeditems > div {
  width: calc(25% - 0.5em);
}
#ctacontent #highlights > div img {
  margin-top: 1em;
}
#ctacontent #headershadow {
  position: fixed;
  top: 85px;
  z-index: -10;
}
#headerimage {
  position: fixed;
  z-index: 10;
  top: 85px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-image: url("../images/headerimage.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#headershadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(7vh + 85px);
  background: linear-gradient( 180deg, rgba(0,0,0,0.5), rgba(0,0,0,0) );
}
#headerimage_headline {
  color: #fff;
  position: absolute;
  top: calc(50vh - 14.2em);
  right: calc(26vw - 10.8em);
}
#headerspacer {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
#welcome h2 {
  margin-bottom: 0em;
}
#nextlevel {
  height: 250vh;
  padding-top: 85px;
}
#earbuds {
  height: calc(100vh - 85px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#earbuds img {
  height: 65%;
  width: auto;
}
#earbuds_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,0.7);
}
#happyfaces {
  height: 200vh;
}
#faces_background {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-image: url("../images/heroimage_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#faces_headline {
  position: absolute;
  z-index: 35;
  color: #fff;
  top: calc(50vh - 5.5em);
  left: calc(26vw - 10em);
}
#faces_headline h1 {
  margin: 0;
}
#faces_cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 85px);
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#faces_cols {
  width: 100%;
  display: flex;
  position: relative;
}
#faces_cols > div {
  height: 100vh;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#faces_cols > div:nth-child(1) {
  background-image: url("../images/signia_active_young_woman_hero_image.jpg.html");
}
#faces_cols > div:nth-child(2) {
  background-image: url("../images/signia_active_man_hero_image_alternative.jpg.html");
}
#faces_cols > div:nth-child(3) {
  background-image: url("../images/signia_active_woman_hero_image.jpg.html");
}
.flexeditems {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flexeditems > div {
  padding-left: 1em;
  padding-right: 1em;
  width: 25%;
}
#highlights > div img {
  max-width: 7em;
  padding-bottom: 1em;
}
#trusticons > div img {
  max-width: 10em;
}
#dealer_legend {
  display: flex;
  justify-content: space-between;
}
#dealer_legend .arrow {
  padding-top: 1.4em;
}
#dealer_legend > div {
  opacity: 0;
}
#dealer_legend img {
  cursor: pointer;
  width: 7em;
}
#dealer_panel {
  padding: 2em;
  width: 20em;
  height: 100%;
  display: inline-block;
  overflow-x: hidden;
  overflow-y:scroll;
  border-bottom: 1px solid #ddd;
}
#dealer_panel .cta_button {
  font-size: 0.8em;
}
#dealer_searchfield {
  margin-bottom: 3em;
}
#dealer_searchfield input {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 0.15em solid #000;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  background-image: url("../images/icon_magnifier.png");
  background-size: auto 66%;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: transparent;
}
.dealer-search-list-item {
  margin-bottom: 1.3em;
  padding-bottom: 1.4em;
  border-bottom: 1px solid #aaa;
}
.dealer-address-layer {
  font-size: 0.9em;
  line-height: 1.3em;
}
.dealer-actions {
  margin-top: 0.5em;
}
.search-map-container {
  background-image: url("../images/signia-active_dealermap.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#shops_map {
  width: 100%;
  height: 100vh;
  background-image: url("../images/dealermap_screenshot.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#earbuds_colors {
  max-width: 14em;
  position: relative;
}
#colors_slider > div {
  position: absolute;
  top: 0;
  left: 0;
}
#charger {
  max-width: 22em;
}
#charger2 {
  max-width: 22em;
}
#footer {
  position: relative;
  z-index: 30;
  width: 100%;
  color: #fff;
  background-color: #696e7a;
}
#footer_navi {
  display: flex;
  flex-wrap: wrap;
}
#footer_navi > ul {
  width: 50%;
}
#footer_navi li {
  margin-bottom: 1em;
}
#footer_navi a {
  color: #fff;
  border-color: rgba(255,255,255,0);
}
#footer_navi a:hover {
  border-color: rgba(255,255,255,1);
}
.footer-link_newsletter, .footer-link_contact {
  padding-left: 1.8em;
  background-repeat: no-repeat;
}
.footer-link_newsletter {
  background-image: url("../images/icons-communication-24-px-email.svg");
  background-position-y: center;
}
.footer-link_contact {
  background-image: url("../images/icons-communication-24-px-speech-bubbles.svg");
}
#footer_social {
  text-align: center;
}
#footer_social .inner {
  display: inline-block;
}
#footer_social ul {
  display: flex;
}
#footer_social li:not(:first-child) {
  margin-left: 2em;
}
#footer_social img {
  width: 2em;
  height: 2em;
}
#footer_logo {
  position: relative;
  z-index: 30;
  background-image: linear-gradient(0deg, #fff 50%, #696e7a 50%)
}
#footer_logo img {
  height: 5em;
}
#cta_sticky {
  position: fixed;
  top: 1.3em;
  right: 1em;
  z-index: 60;
  font-size: 0.8em;
}
#contact_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 80;
  background-color: rgba(0,0,0,0.8);
  display: none;
}
#contact_overlay_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact_form {
  position: relative;
  background-color: #fff;
  padding: 1em 1.5em;
  width: 25em;
}
#contact_close {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}
#contact_form input, #contact_form textarea {
  width: 100%;
  border: none;
  margin-bottom: 0.8em;
}
#contact_form input {
  border-bottom: 1px solid #000;
  padding: 0.3em 0em;
}
#contact_form textarea {
  height: 5em;
  border: 1px solid #ccc;
  padding: 0.3em;
  resize: vertical;
}
#contact_form .cta_button {
  font-size: 0.9em;
}
#video_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: none;
}
#video_close {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 110;
}
#image_video {
  width: 100%;
  height: 100%;
}
#gototop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 90;
  background-color: rgba(255,255,255,0.9);
  padding: 0.5em;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
}
.showonscroll {
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.scrolled .showonscroll {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1200px) {
  body {
    font-size: 19px;
  }
  .content_container {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .content_container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .smaller {
    max-width: 800px;
  }
  .padding-top_xs {
    padding-top: 0.3em;
  }
  .padding-bottom_xs {
    padding-bottom: 0.3em;
  }
  .padding-top_s {
    padding-top: 0.8em;
  }
  .padding-bottom_s {
    padding-bottom: 0.8em;
  }
  .padding-top_m {
    padding-top: 2.5em;
  }
  .padding-bottom_m {
    padding-bottom: 2.5em;
  }
  .padding-top_l {
    padding-top: 4em;
  }
  .padding-bottom_l {
    padding-bottom: 4em;
  }
  .padding-top_xl {
    padding-top: 7em;
  }
  .padding-bottom_xl {
    padding-bottom: 7em;
  }
  #ctacontent .flexeditems > div {
    width: calc(50% - 0.5em);
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 3.5em;
  }
  .smaller {
    max-width: 700px;
  }
  #headerimage_headline {
    right: 3em;
  }
  #faces_headline {
    left: 3em;
  }
  .flexeditems > div {
    width: 50%;
  }
  #highlights > div img {
    max-width: 6em;
    padding-bottom: 0.5em;
    padding-top: 2em;
  }
  #trusticons > div img {
    max-width: 9em;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.6em;
  }
  h5 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .content_container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .smaller {
    max-width: 560px;
  }
  #faces_headline {
    top: calc(50vh - 0.5em);
    left: 2em;
  }
  #dealer_legend img {
    width: 5em;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .content_container {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .padding-top_s {
    padding-top: 0.6em;
  }
  .padding-bottom_s {
    padding-bottom: 0.6em;
  }
  .padding-top_m {
    padding-top: 2em;
  }
  .padding-bottom_m {
    padding-bottom: 2em;
  }
  .padding-top_l {
    padding-top: 3em;
  }
  .padding-bottom_l {
    padding-bottom: 3em;
  }
  .padding-top_xl {
    padding-top: 4em;
  }
  .padding-bottom_xl {
    padding-bottom: 4em;
  }
  .mobile_hidden {
    display: none;
  }
  .biggertext {
    font-size: 1.1em;
  }
  #headerimage {
    background-image: url("../images/headerimage_mobile.jpg");
  }
  #headerimage_headline {
    top: unset;
    right: unset;
    left: 1em;
    bottom: 9em;
  }
  #ctacontent .flexeditems > div {
    width: calc(100% - 0.5em);
  }
  .flexeditems > div {
    width: 100%;
  }
  #highlights > div img {
    max-width: 5em;
  }
  #trusticons > div img {
    max-width: 8em;
  }
  #faces_background {
    background-image: url("../images/heroimage_01_mobile.jpg");
  }
  #faces_headline {
    top: unset;
    left: 1em;
    bottom: 3em;
  }
  #contact_form {
    width: 19em;
  }
  #dealer_legend {
    flex-direction: column;
    align-items: center;
  }
  #dealer_legend .arrow {
    padding: 0;
  }
  #dealer_arrow1 {
    padding-bottom: 1em !important;
  }
  #dealer_legend .arrow img {
    transform: rotate(90deg);
    width: 4em;
  }
  #footer_navi > ul {
    width: 100%;
  }
}

/* ##### LEGALS ##### */
.legals_text a, #contact_form a {
  color: #999 !important;
  transition: color 0.2s;
}
.legals_text a:hover, #contact_form a:hover {
  color: #000 !important;
}
.legals_text p {
  text-align: left;
}
.legals_table caption, .legals_table th, .legals_table td {
  border: 1px solid #000;
  padding: 0.2em 0.3em;
  font-weight: inherit;
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.legals_table caption {
  font-weight: inherit;
  border-bottom: none;
}
@media (max-width: 576px) {
  .legals_table {
    font-size: 0.8em;
  }
}
#contact_consent {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0 !important;
  margin-right: 0.3em;
}
.contact-small {
  margin-bottom: 0.3em !important;
}
#contact_form textarea {
  margin-bottom: 0.8em !important;
}
