/* Fonts */
/* overpass-200 - latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 200;
    font-display: fallback;
    src: local('Overpass ExtraLight'), local('Overpass-ExtraLight'),
         url('../fonts/overpass-v4-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/overpass-v4-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/overpass-v4-latin-200.ttf') format('truetype');
  }
  
/* overpass-300 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: local('Overpass Light'), local('Overpass-Light'),
        url('../fonts/overpass-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/overpass-v4-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../fonts/overpass-v4-latin-300.ttf');
}  

@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: local('Overpass Regular'), local('Overpass-Regular'),
         url('../fonts/overpass-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/overpass-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/overpass-v2-latin-regular.ttf');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: local('Overpass Bold'), local('Overpass-Bold'),
            url('../fonts/overpass-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/overpass-v2-latin-700.woff') format('woff'), /* Modern Browsers */
            url('../fonts/overpass-v2-latin-700.ttf');
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/fa-solid-900.woff2') format('woff2'),
         url('../fonts/fa-solid-900.woff') format('woff');    
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/fa-brands-400.woff2') format('woff2'),
         url('../fonts/fa-brands-400.woff') format('woff');    
}

@font-face {
    font-family: 'Font Awesome 5 Duotone';
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/fa-duotone-900.woff2') format('woff2'),
         url('../fonts/fa-duotone-900.woff') format('woff');    
}

/* ==================================================================== 
     General
    ==================================================================== */ 

body {
    font-family: Overpass;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.overflow {
    overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: Overpass;
}

h1 {
    hyphens: none;
}


h2 {
    padding-top:  1.25rem;
    font-size: 2rem;
    font-weight: 300;
}

h3 {
    font-size: 1.5rem;
    padding-top:  1.25rem;
}

p {
    text-align: justify;
    hyphens: auto;
    -moz-hyphens: auto;
}


a {
    color:  #FFAA31;
    text-decoration: underline;
}

a:hover, a:focus {
    color:  #E87820;
    text-decoration: none;
}

.menu a, .menu a:hover, .menu a:focus, a.button, a.button:focus {
    text-decoration: none;
}

.fad {
    --fa-secondary-opacity: .7;
}


/* Fixes white/blue stroke flashing of links in main menu. */
.menu a, .menu a:hover, .menu a:active, .menu a:focus {
    outline: none;
    border: none;
}

label {
    font-size: 1rem;
    font-style: normal;
}
  

/* ==================================================================== 
    Topbar
    ==================================================================== */ 
.topbar, .top-bar, .top-bar ul {
    background: #FFAA31;
    color: #fff;
    padding: 0;
}
.topbar .icon{
    color: #fff;
}

.topbar .menu .menu-text, .topbar .dropdown.menu a, .topbar .menu a {
    padding: 0.5rem 1rem;
}

.social-media .facebook {
    margin-left: 1.25rem;
    color: white;
}

.social-media .instagram {
    color: white;
}

.menu-language ul{
    padding: 0;
}

.menu-language .dropdown.menu a{
    color: #fff;
}

.menu-language .dropdown.menu a:hover{
    background: #E87820;
}

.menu-language .menu .active > a{
    font-weight: bold;
    color: #fff;
    background: #E87820;
}

/* prevent reload flashing. */
.menu .active > a {
   background: none;
}

 /* ==================================================================== 
    Navigation bar
    ==================================================================== */ 
#small-logo img {
    max-width: 8.5em;
}

.menubar-shop{
    font-size: 1.3rem;
    margin-right: 1rem;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    margin-top: .5rem;
}

#logo img {
    width: 180px;
    margin-left: 1rem;
}

#responsive-menu {
    background: #F3F3F1;
    
}
#responsive-menu ul {
    background:  #F3F3F1;
}

#responsive-menu li {
    text-align: center;
    padding: 0;
}

#menubar { 
    color:#383838;
    box-shadow: 0rem 0.9375rem 0.625rem -0.9375rem #111; 
    z-index: 11;
}

#first-level .dropdown.menu ul{
    align-items: center;
}

#first-level .dropdown.menu li {
    align-items: center;
}

#first-level .dropdown.menu li a {
    color: #383838; 
    font-size: 1.125rem;
    align-items: center;
    padding-top: 1.875rem;
    background: #F3F3F1;
}

#first-level .dropdown.menu li.selected a {
    color:#1BA7BF;
    font-weight: bold;
    font-size: 1.125rem;
}

#first-level .dropdown.menu li.unselected a {
    color: #383838;
}

#first-level li {
    text-align: center;
}

#first-level li a{
    height: 4em;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#first-level .dropdown.menu li a:hover {
    color:#FFAA31;
    text-decoration: none;
}

#first-level .dropdown.menu li.active a{
    color:#1BA7BF;
}


#first-level li a img {
    margin-top: 2%;
    max-height: 90%;
    max-width: 120%;
    height: 3.125rem;
    width: auto;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    border-color: #383838 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.dropdown.menu > li.selected.is-dropdown-submenu-parent > a::after{
    border-color: #1BA7BF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #383838 transparent;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #383838 transparent 
}

#menu-top-bar, .top-bar-left, .title-bar  {
    background: #F3F3F1;
}

#first-level{
    background: #F3F3F1;
}

#first-level .dropdown.menu li.active a{
    color: #FFAA31;
}

#second-level{
    background-color: rgba(255, 255, 255, 0.6);
}

#second-level .dropdown.menu li a {
    padding: 0.7rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    height: auto;
}

#menu-top-bar2, #second-level .top-bar ul, #second-level .dropdown.menu li a {
    background: none;
}

#second-level li a {
    color: #333;
}

#second-level li.active a, #second-level li a:hover{
    color: #FFAA31;
}

#second-level li.active{
    background-color: rgba(255, 255, 255, 0.6);
}

.menu .menu-text {
    font-weight: 500;
}

.menu-icon.dark {
    color: #383838;  
    margin-top: 4px;
    width: 24px;
    height: 20px;
}

.menu-icon.dark::after {
    background: #FFAA31;
    box-shadow: 0 0.4375rem 0 #FFAA31, 0 0.875rem 0 #FFAA31;
}

.menu-icon.dark:hover::after {
    background: #FFAA31;
    box-shadow: 0 0.4375rem 0 #FFAA31, 0 0.875rem 0 #FFAA31;
}

.button.portal {
    margin: 0 0 0 1rem;
    font-size: 1.124rem;
    padding: 0.5rem 0.8rem;
    background: #FFAA31;
    color: white;
}

.button.portal-offcanvas {
    margin: 0 0 0 1rem;
    font-size: 1.124rem;
    padding: 0.5rem 0.8rem;
    background: white;
    color: #FFAA31;
    margin-top: 1rem;
}

.button.portal-offcanvas:hover, .button.portal-offcanvas:active, .button.portal-offcanvas:focus, .button.portal-offcanvas:visited  {
    margin: 0 0 0 1rem;
    font-size: 1.124rem;
    padding: 0.5rem 0.8rem;
    background: #FFAA31;
    color: white;
    margin-top: 1rem;
}

.button.portal:hover {
    background: #E87820;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.cta-button {
    font-size: 1.2rem;
    background: #FFAA31;
    color: white;
    margin: 1rem;
    padding: 1rem;
    text-decoration: none;
}

.cta-button:hover, .cta-button:active, .cta-button:focus   {
    background: #E87820;
    color: white;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


/* ==================================================================== 
    Off canvas menu
    ==================================================================== */ 
#off-canvas-menu li.index-1 a:visited{
    border:#FFAA31 solid 0.125rem;
}
.off-canvas-wrapper {
    flex: 1 0 auto;
}

.off-canvas {
    box-shadow: none !important;
    background: #FFAA31;
    padding: .5rem;
}

.off-canvas a {
    background: #FFAA31;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.off-canvas a:hover {
    color: #fff;
}

.off-canvas a:active {
    color: #fff;
}

.off-canvas li.active a{
    color: white !important;
    background: #E87820;
}

.off-canvas ul {
    background: #FFAA31;
}

.off-canvas .accordion.menu > li > a {
    font-weight: bold !important;
    text-transform: none !important; 
}

.off-canvas .accordion.menu li ul.menu li {
    padding-left: 1rem;
    width: 100%;
}

.off-canvas .menu .vertical a {
    
    padding-left: 2rem;
}

.off-canvas-button {
    background: white;
    color: #1BA7BF;
    font-size: 1.2rem;
    font-weight: bold;
}

.off-canvas-button:hover{
    background: #1BA7BF;
    color: white; 
}

.button:focus{
    background: #1BA7BF;
    color: white; 
}


.off-canvas-button:active{
    background: #1BA7BF;
    color: white; 
}

.dropdown-pane{ 
    margin-left: 0.5rem;
    width: auto;
    background-color: #1BA7BF;
}

.is-dropdown-submenu {
    margin-left: 0.5rem;
    border: 0;
    width: auto;
    background-color: #1BA7BF;
}

.off-canvas .menu .menu-text {
    padding-left: 0;
    padding-bottom: 0.5rem;
}

.off-canvas .first {
    font-weight: bold;
}

.off-canvas .dropdown.menu .is-active > a{
    color:white;
}

.accordion-menu .is-accordion-submenu a {
    margin-left: 0.5rem;
    width: auto;
    background-color: #FFAA31;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: white transparent;
}

.small-nfctag-logo {
    padding-left: 2rem;
}

.small-nfctag-logo a {
    padding-left: 0rem;
}

.small-nfctag-logo img {
    width: 6rem;
}

/* ==================================================================== 
    Contentpage
    ==================================================================== */ 
.homepage-slider img, .page-slider img{
    width: 100%;
}

.home-image {
    padding: 1.5rem;
    padding-left: 1rem;
}

.home-content {
    padding-top: 1.5rem;
    
}

article {
    margin-bottom: 1.25rem;
}

h1 {
    border-bottom: 0.125rem solid #FFAA31;
    margin-bottom: 0.5rem;
    margin-top: 3.5%;
}

h1 p{
    margin: 0;
}

article .button{
    background: #1BA7BF;
    font-weight: 700;
    margin-top: 1rem;
}

article .button:hover {
    background: #1895AB;
    color: white;  
}

.index-headline h2 {
    border-bottom: 0.125rem solid  rgba(27, 167, 191, 0.5);
}

.index-headline h3 {
    border-bottom: 0.125rem solid  rgba(27, 167, 191, 0.5);
}

 /* ==================================================================== 
    Footer
    ==================================================================== */ 

#footer-container {
    background: #383838;
    color: white;
    align-content: center;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    height: auto !important;
    margin-bottom:0 !important;
}


#footer-container a {
    color: white;
    text-decoration: none;
    padding: .5rem;
}

.footer-logo img{
    max-width: 180px;
}

.footer-logo svg{
    color: #fff;
    fill: currentColor !important;
}

.footerlinks a i {
    margin-right: .5rem;
}


/* ==================================================================== 
    Contentpages 
    ==================================================================== */ 
#content-header-cell h1 {
    margin-top: 2rem;
}

.content-article div.cell {
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-bottom: 0.125rem solid #FFAA31; 
}

.content-image {
    padding: 1.25rem;  
}

.image-odd{
    padding-left: 0;
    padding-right: 2.5rem;
}

.image-even{
    padding-right: 0;
    padding-left: 2.5rem;
}

.second-content-container {
    background: #F3F3F1;  
}

.second-content {
    background: #F3F3F1;
    margin-bottom: 1.8rem;
}

.second-content h3 {
    font-size: 1.5rem;
    border-bottom: 0.125rem solid  rgba(27, 167, 191, 0.8);
    margin-top: 1.5rem;
}

h2 {
    font-size: 1.5rem;
}

.content-article div.content-images {
    margin: 1rem;
}

.sub-image {
padding: 0.5rem;
margin-top: 5rem;
}

.video-container {
    margin-top: 5rem;
}
 /** Pages */
 .nfc-message {
    height: 10rem;
 }

 /* ==================================================================== 
    FAQs
    ==================================================================== */ 
.faq-text {
    margin-bottom: 2rem;
}

.faqpartial-content h3 { 
    font-size: 1.5rem;
    border-bottom: 0.125rem solid #FFAA31;
    margin-top: 1.5rem;
}

.accordion-title {
    font-size: 1.25rem;
    color: #FFAA31;
    text-decoration: none;
}

.is-active .accordion-title {
    background-color: #F3F3F1;
    color: #FFAA31;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #F3F3F1;
    color: #FFAA31;
    text-decoration: none;
}

.accordion-title p {
    text-align: left;
    padding: 0;
    padding-left: 1rem;
    margin: 0;
}

.faq-content {
    margin-bottom: 3rem;
}


.faq-grid {
    padding: 1rem;
}

/* ==================================================================== 
    Pagination
   ==================================================================== */ 
.pagination {
    margin: 1rem;
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #DDD;
}

.pagination ul li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #DDD;
    padding: 4px 6px;
}

.pagination ul li:last-child {
    border-right: none;
}

.pagination ul li.active {
    background-color: #FFAA31;
}
.pagination ul li.active a{
    color: #fff;
}

.pagination ul li a {
    text-decoration: none;
}

 /* ==================================================================== 
     Contact form 
    ==================================================================== */ 
.button.primary {
    background: #FFAA31;
    color: white;
    
}

.button.primary:hover{
    background: #E87820;
    color: white; 
}

 /* ==================================================================== 
    Home Story
    ==================================================================== */ 

.img-overlay {
    position:relative; 
}

.img-overlay img {
    position:absolute;  
    top:0%;
    right: 5rem;
}

  .text-overlay h1 {
    margin: 0 auto;
    text-align: center;
    top: 70%;
    position: relative;
    border-bottom: none;
    color: white;
    font-size: 2.8rem;
    font-weight: 400;
}
  
  .slogan{
    margin-top: 4rem;
  }
  
  .learn-more{
    margin-top: 1.5rem;
  }

  /* ================================== Section Main ================================== */ 

  /* Make room for menu. */
  .section .claim{  
    padding-left: 1rem;
    padding-right: 1rem; 
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .section-alt {
      padding-bottom: 2rem;
  }
  
  .section .claim h2, .slogan h2{
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section .claim.first h2 {
    margin-bottom: 1.5rem;
  }
  
  .section .claim p, .slogan p{
    font-weight: 300;
    text-align: center;
    font-size: 1.5rem;
  
    padding-bottom: 0;
    margin-bottom: 0;   
  }
  
  .section-alt .claim hr{
    border-bottom: 0.125rem solid #FFAA31 !important;
  }
  
  .section .claim hr{
    border-bottom: 0.125rem solid #FFAA31;
    width: 20em;
  }
  
  .section .section-image p{
    font-size: 1.2rem !important
  }
  
  .section .section-caption p{
    margin-top: 2rem;
    font-size: 1.2rem
  }

  .orange-bg h2, .orange-bg p {
      color: white !important;
  }

  .orange-bg .claim hr {
    border-bottom: 0.125rem solid white !important;
  }
  
  .letsgo {
    background: none;
    color: #FFAA31;
    font-size: 3em;
    border-radius: 50%;
    padding: 0.25em;
    margin-top:2rem;
    margin-bottom: 3rem;
    font-size: 2em !important;
    box-shadow: none;
    text-align: center;
    display: inline-block;

  }

  .letsgo i {
      padding: .2rem .3rem;
      margin-top: .2rem;
  }
  
  .letsgo:hover, .letsgo:active, .letsgo:focus {
   background: #FFAA31;
   color:white;
  }
  
  .section-button {
    background:#FFAA31;
    font-size:1rem !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  
  .section-button:hover, .section-button:focus, .section-button:active {
    background: #E87820;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

  .gray-splash-bg {
    background-image: url("../images/hg-grau-splashes-3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
    padding-top:3rem;
    padding-bottom: 5rem;
    background-size: cover;
  }

  .white-splash-bg {
    background-image: url("../images/hg-weiss-splashes-NEU.jpg");
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    padding-bottom: 5rem;
  }

  .gray-bg {
    background-image: url("../images/hg-divider-2.jpg");
    background-repeat: no-repeat;
    object-fit: cover;
    padding-top:3rem;
    padding-bottom: 3rem;
  }

  .orange-bg {
    background-image: url("../images/hg-divider-orange2.jpg");
    background-repeat: no-repeat;
    object-fit: cover;
    padding-top:9rem;
    padding-bottom: 9rem;
    background-size: cover;
    background-position: center center;
  }

  p.buy-now {
      margin-top:2rem;
      font-size:1.8rem;
      margin-bottom:0rem;
  }
  
  .buy-button{
    margin: .5rem 1rem 1rem 1rem;
    font-size: 1.5rem !important;
    min-width:13rem;
  }

  .buy-button span{
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 1rem;
  }

  .hover-click {
    display:none;
  }
  
  .orbit-caption {
      background-color: #1BA7BF;
      color:rgb(10, 10, 10);
      font-size: 1.5vh;
      padding-bottom: 2vh;
     
  }
  
  #smart-parent {
      position: relative;
      margin: 0 auto;
      overflow: hidden;
  }
  
  #smart-wrapper {
    position:absolute;
    height: 100%;
    overflow: hidden;
  
    z-index: 9;
  
    top: 0; left: 0; bottom: 0; right: 0;
  }
  
  #smart-cutoff{
    height: 40px; 
    width: 100%; 
    position: absolute; 
    bottom:0px; 
    z-index:10; 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
  }
  
  #smart-wrapper iframe {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    transform-origin: 0px 0px 0px; 
    color:transparent;
    margin:0;
    border: 0;
    overflow:hidden;
    scroll-behavior: smooth;
  }

  iframe {
      overflow: hidden; 
  }
  
  .phone-frame {
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      position: absolute;
  }
  
  .profile-bt{
    z-index: 10;
    position: relative;
  }
  
  img#smart-phone {
      height:100%;
      position: relative;
      z-index: 10;
      width: 340px; /* reset by js.*/
  }
  
  .fact-icons {
    width: 4em;
    height: 4em;
    text-align: center;
    border-radius:50%;
    margin: 0 auto;
    margin-top:2rem;
    margin-bottom:1.5rem;
    color: #fff;
    
  }

  .fact-icons i {
    font-size: 2rem;
    line-height:2rem;
    padding: 1rem;
    width: 4rem;
    background: #FFAA31;
    border-radius: 100%;
  }

  .feature-icons i {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    background: #FFAA31;
    border-radius: 100%;
    color: white;
    padding: 1rem;
  }
  
  .feature-icons h3 {
    font-size: 1rem;
    font-weight: bold;
  }

  .feature-orbit {
      height: 220px !important;
  }
  
  .orbit-slide.feature-icons {
    padding: .6rem;
  }

  .fa-eye {
    padding: .8rem !important;
    padding-top: 1rem !important;
  }

  div.switch-button{
    margin-top: 0.75em;
    margin-bottom: 0.5em;
  
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    background-clip: border-box;
    box-shadow: none;
  }
  
  .switch-button a{
    background-color: #fff;
    color:#1BA7BF;
    margin: 0;
    padding: 0.4rem;
    border-radius: 0;
    box-shadow: none;
  }
  
  .switch-button a:hover, .switch-button a:focus {
      background-color:#1BA7BF;
      color:#fff;
  }
  
  a.active-bt {
      background-color:#1BA7BF;
      color: #fff;
  }
  
  .switch-left{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  
  .switch-right{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  
  
  p.checkboxes {
      font-size:1.2rem;
  }
  
  .text-center p{
    text-align: center !important;
  }
  
  .orbit-previous.feature {
      color:#FFAA31;
  }
  
  .orbit-next.feature {
      color:#FFAA31;
  }


   /* ==================================================================== 
    Cover page
    ==================================================================== */ 
  .cover-wrapper{
    position: relative;
    height:100%;
  }

  .cover-image img {
    height:100%;
    width:100%;
    object-fit:cover;
  }

  .cover-grid h1 {
      color: white;
      font-weight: lighter;
      border: none;
      font-size: 4rem;
      text-align: left;
      line-height: 5rem;
  }

  .cover-grid p {
      color: white;
      font-size: 1.8rem;
      font-weight: lighter;
      text-align: left !important;
  }
  
  .cover-grid a.button {
      font-size: 1.2rem;
      background: #FFAA31;
      padding: .7em 1em;
  }

  .cover-grid a.button:hover, .cover-grid a.button:active, .cover-grid a.button:focus {
    color: #E87820;
    background: white !important;
  }

  .cover-grid img {
      text-align: center;
  }

  .sec5img {
      max-width: 40rem;
  }
  
/* ==================================================================== 
    Picker Widget
==================================================================== */ 
  .color-picker {
    cursor: pointer;   
    padding:1rem 1rem 1rem 1rem;
    width: 6em;
    display: inline-block;
  }

  .inactive-nfctag {
    display: none;
  }
  
  .nfctag-div {
    padding: 1rem;
  }

  .nfctag-div img {
      max-width: 9rem;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
  }

  .nfctag-preview img {
    padding: 1rem 3rem 0rem 3rem;
    max-width: 37.5rem;
  }

  .nfctag-div img:hover, .nfctag-div img:active {
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

  .nfctag-img img {
    cursor: pointer;
    
  }

  .other-img img {
    cursor: pointer;

}

.other-preview img {
    padding: 1rem 3rem 0rem 3rem;
    max-width: 37.5rem;
}
  
  h3.blog {
    min-height:5rem;
  }

  .hint {
      margin-top:1rem;
      font-size: .9rem;
      margin-bottom: 2rem;
  }

  .clicked-nfctag img {
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
  }

/* ==================================================================== 
    Tooltip
==================================================================== */ 

  .tooltipster-sidetip .tooltipster-box {
	background: white;
	border: 2px solid #FFAA31;
    border-radius: 4px;
    color: rgb(10, 10, 10);
}


.tooltipster-sidetip .tooltipster-content {
    color: rgb(10, 10, 10);
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #FFAA31;
	left: 0;
    top: 3px;
  
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: white;
	left: -3px;
    top: 0;
   
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: white;
	left: 3px;
    top: 0;
} 

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: white;
	left: 0;
    top: -3px;
   
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #FFAA31;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #FFAA31;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #FFAA31;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #FFAA31;
}

.tooltip-container {
    display: flex; /* required */
    flex-flow: row nowrap; 
}

.tooltip-container img {
    width: 100%; /* required */
    flex: none; 
}

.icon-info::before {
    line-height: inherit !important;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: .2rem;
}

.tooltip-info {
 
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    margin: 0 auto;
    color: #fff;  
    position:absolute;
}

#tooltip-smartphone {
    top:-2rem;
    right:-1rem;
    margin-top:2rem;
    margin-bottom:1.5rem;
}

#tooltip-smartphone-bottom {
    right: 7.5rem;
    bottom: -1rem;
}

#tooltip-nfctag {
    top: 31rem;
    left: 14.5rem;
}

.tooltip-info i {
    background: #FFAA31;
    padding: .7rem;
    width: 2.5em;
    height: 2.5em;
    border-radius:50%;
}

.tooltip-animation {
    width: 3em;
    height: 3em;
    text-align: center;
    border-radius:50%;
    background: #FFAA31;
    margin: 0 auto;
    margin-top:2rem;
    margin-bottom:1.5rem;
    color: #fff;  
    top:-2rem;
    right:-1rem;
}

/* ==================================================================== 
    Animations 
==================================================================== */ 
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(1);
        transform: scale(1);}
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);}
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);}
}
    
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);}
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);}
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);}
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);}
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/*CSS3 Bounce Animation */
@-webkit-keyframes bounce {
    0%,  100% {-webkit-transform: translateY(0);}
    50% {-webkit-transform: translateY(-10px);}
}
@-moz-keyframes bounce {
    0%, 100% {-moz-transform: translateY(0);} 
    50% {-moz-transform: translateY(-10px);}
}
@-o-keyframes bounce {
    0%,100% {-o-transform: translateY(0);}
    50% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
    0%,100% {transform: translateY(0);}
    50% {transform: translateY(-10px);}
}

/*CSS3 Bounce Animation */
@-webkit-keyframes bouncedown {
    0%, 100% {-webkit-transform: translateY(0);} 
    50% {-webkit-transform: translateY(10px);}
}
@-moz-keyframes bouncedown {
    0%, 100% {-moz-transform: translateY(0);}
    50% {-moz-transform: translateY(10px);}
}
@-o-keyframes bouncedown {
    0%,100% {-o-transform: translateY(0);}
    50% {-o-transform: translateY(10px);}
}
@keyframes bouncedown {
    0%, 100% {transform: translateY(0);}
    50% {transform: translateY(10px);}
}

/* animation scale-up-center */
 @-webkit-keyframes scale-up-center {
    0% {-webkit-transform: scale(0.8);
        transform: scale(0.8);}
    100% {
      -webkit-transform: scale(1);
        transform: scale(1);}
  }
  @keyframes scale-up-center {
    0% {-webkit-transform: scale(0.8);
              transform: scale(0.8);}
    100% {-webkit-transform: scale(1);
        transform: scale(1);}
  }

@-webkit-keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-30px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-5px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}   

@keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-30px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-5px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}   
    
.fact-icons i:hover, .feature-icons i:hover {
    -webkit-animation: bounce-7 .6s cubic-bezier(0.280, 0.840, 0.420, 1) 1;
    animation: bounce-7 .6s cubic-bezier(0.280, 0.840, 0.420, 1) 1;
}

.animate {
    -webkit-animation: pulse 1.5s ease-in-out .1s 5;
    animation: pulse 1.5s ease-out .1s 5;
}

.call-to-action {
    -webkit-animation: scale-up-center .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5 alternate both;
            animation: scale-up-center .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5 alternate both;
}

#first-letsgo {
    -webkit-animation: bouncedown .6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6 alternate both;
            animation: bouncedown .6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6 alternate both;
}

.tooltip-info:hover {
    -webkit-animation: pulse 2s ease-in-out .1s;
    animation: pulse 2s ease-out .1s;
}

 /* ==================================================================== 
     Mobile Responsiveness
    ==================================================================== */ 

/* Small */
@media screen and (max-width: 43.9em) {

    /* Homestory */
    .header-orbit {
        height:13rem !important;
    }
    
    .orbit-slide {
        height: 100%;
    }
    
    .slogan {
        margin-top: 0;
    }

    .cover-grid h1 {
        font-size: 1.5rem;
        padding-left: 1.6rem;
        line-height: normal;
    }

    .cover-grid p {
        font-size: .9rem;
        padding-left: 1.6rem;
    }

    .cover-grid a.button {
        font-size: .9rem;
        margin-left: 1.6rem;
    }

    .section .claim.first h2 {
        margin-bottom: 1rem;
        padding-top: 1rem;
    }

    .section .claim h2, .slogan h2 {
        font-size: 1.5rem;
    }

    .section .claim p, .slogan p {
        font-size: 1rem;
    }

    .letsgo {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .section .claim.first {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .section .claim {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    /* Tooltips */
    #tooltip-smartphone-bottom {
        right: 2.5rem;
        bottom: -2rem;
    }

    #tooltip-smartphone {
        top: -3rem;
        right: -.5rem;
    }

    #tooltip-nfctag {
        top: 12rem;
        left: 5rem;
    }

    .section .section-caption p {
        margin-top: 2.5rem;
    }

    /* Picker gadget */
    .nfctag-preview img {
        padding: 0;
        max-width: 12rem;
    }

    .nfctag-preview p {
        margin: 0;
        font-size: .9rem;
    }

    .other-preview img {
        padding: 0;
        max-width: 12rem;
    }

    .other-preview p {
        margin: 0;
        font-size: .9rem;
    }

    .hint p {
        margin: 0;
        font-size: .8rem;
    }

    .nfctag-div img {
        max-width: 6rem;
    }

    .sec5img {
        max-width: 20rem;
    }

    /* Contentpages */
    .image-odd {
        padding: 1.25rem;
    }

    .image-even {
        padding: 1.25rem;
    }

    .content-image {
        text-align:center;
    }
  
  }
  
  /* small Medium only */
  @media screen and (min-width: 44em) and (max-width: 51.999em) {
     /* Home */
     .header-orbit {
      height:30rem !important;
    }
  
    .orbit-slide {
      height: 100%;
    }

    .cover-grid h1 {
        font-size: 3.5rem;
        line-height: 4rem;
        padding-left: 1.6rem;
    }

    .cover-grid p {
        font-size: 1.5rem;
        padding-left: 1.6rem;
    }

    .cover-grid a.button {
        margin-left: 1.6rem;
    }

    .section .claim.first {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        margin-top: 1rem;
    }

    .section .claim {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .section .claim.first h2 {
        font-size: 2.8rem;
        padding: 0rem 3rem 0rem 3rem;
    }

    .section .slogan p {
        font-size: 1.3rem;
        padding: 0rem 5rem 0rem 5rem;
    }

    .content-image {
        text-align:center;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
  

    /* Tooltips */
    #tooltip-smartphone-bottom {
        right: 3.5rem;
        bottom: -1.5rem;
    }

    #tooltip-smartphone {
        top: -3rem;
    }

    #tooltip-nfctag {
        top: 17.5rem;
        left: 8rem;
    }


    /* Picker widget */
    .nfctag-preview img {
        padding: 0rem 3rem 0rem 3rem;
        max-width: 32rem;
    }

    .other-preview img {
        padding: 0rem 3rem 0rem 3rem;
        max-width: 32rem;
    }

    .nfctag-div img {
        max-width: 7rem;
    }

    .nfctag-div {
        padding: 1rem;
            padding-top: 1rem;
        padding-top: 0rem;
    }

  }
  
  /* Medium only */
  @media screen and (min-width: 52em) and (max-width: 63.9em) {
   /* Home */
    .header-orbit {
        height:30rem !important;
    }

    .orbit-slide {
        height: 100%;
    }

    .cover-grid h1 {
        font-size: 3.5rem;
        line-height: 4rem;
        padding-left: 1.6rem;
    }

    .cover-grid p {
        font-size: 1.5rem;
        padding-left: 1.6rem;
    }

    .cover-grid a.button {
        margin-left: 1.6rem;
    }

    .section .claim.first {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        margin-top: 1rem;
    }

    .section .claim {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .section .claim.first h2 {
        font-size: 2.8rem;
        padding: 0rem 3rem 0rem 3rem;
    }

    .section .slogan p {
        font-size: 1.3rem;
        padding: 0rem 5rem 0rem 5rem;
    }

    /* Tooltips */
    #tooltip-smartphone-bottom {
        right: 3.5rem;
        bottom: -1.5rem;
    }

    #tooltip-smartphone {
        top: -3rem;
    }

    #tooltip-nfctag {
        top: 18.5rem;
        left: 8.5rem;
    }

    /* Picker widget */
    .nfctag-preview img {
        padding: 0rem 3rem 0rem 3rem;
        max-width: 32rem;
    }

    .other-preview img {
        padding: 0rem 3rem 0rem 3rem;
        max-width: 32rem;
    }

    .nfctag-div img {
        max-width: 7rem;
    }

    .nfctag-div {
        padding: 1rem;
        padding-top: 0rem;
    }
  }

  /* iPad Pro  */
  @media screen and (min-width: 64em) and (max-width: 77.9em) {
    .header-orbit {
        height:40rem !important;
    }
    
    .orbit-slide {
        height: 100%;
    }

    .cover-grid h1 {
        padding-left: 1.6rem;
        font-size: 3rem;
        line-height: 4rem;
    }

    .cover-grid p {
        padding-left: 1.6rem;
    }

    .cover-grid a.button {
        margin-left: 1.6rem;
    }

    .cover-grid img {
        max-height: 40rem;
    }

    .section .claim h2, .slogan h2 {
        font-size: 2.8rem;
        padding: 0rem 4rem 0rem 4rem;
    }

    .slogan p {
        padding: 0rem 5rem 0rem 5rem;
    }
    
    .section .claim {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    /* Tooltips */
    #tooltip-smartphone {
        top: -3rem;
    }

    #tooltip-smartphone-bottom {
        right: 6.5rem;
    }

    #tooltip-nfctag {
        top: 26rem;
        left: 12.5rem;
    }
    
  }
  
  /* Large only. => to fill the slides for screen sized between large monitors and laptops. */
  @media screen and (min-width: 78em) and (max-width:80em) {
  
    .header-orbit {
        height:40rem !important;
    }
    
    .orbit-slide {
        height: 100%;
    }

    .cover-grid h1 {
        padding-left: 1.6rem;
        font-size: 3rem;
        line-height: 4rem;
    }

    .cover-grid p {
        padding-left: 1.6rem;
    }

    .cover-grid a.button {
        margin-left: 1.6rem;
    }

    .cover-grid img {
        max-height: 40rem;
    }

    .section .claim h2, .slogan h2 {
        font-size: 2.8rem;
        padding: 0rem 4rem 0rem 4rem;
    }

    .slogan p {
        padding: 0rem 5rem 0rem 5rem;
    }
    
    .section .claim {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    /* Tooltips */
    #tooltip-smartphone {
        top: -3rem;
    }

    #tooltip-smartphone-bottom {
        right: 6.5rem;
    }

    #tooltip-nfctag {
        top: 26rem;
        left: 12.5rem;
    }
  
  }
  
  /* Small notebooks */
  @media screen and (min-width: 80em) and (max-width: 89.99em) {
    
    .header-orbit {
        height:40rem !important;
    }
    
    .orbit-slide {
        height: 100%;
    }

    .cover-grid h1 {
        padding-left: 1.6rem;
        font-size: 3rem;
        line-height: 4rem;
    }

    .cover-grid p {
        padding-left: 1.6rem;
    }

    .cover-grid a.button {
        margin-left: 1.6rem;
    }

    .cover-grid img {
        max-height: 40rem;
    }

    .section .claim h2, .slogan h2 {
        font-size: 2.8rem;
        padding: 0rem 4rem 0rem 4rem;
    }

    .slogan p {
        padding: 0rem 5rem 0rem 5rem;
    }
    
    .section .claim {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    /* Tooltips */
    #tooltip-smartphone {
        top: -3rem;
    }

    #tooltip-smartphone-bottom {
        right: 6.5rem;
    }

    #tooltip-nfctag {
        top: 31rem;
        left: 15rem;
    }
  }
  
  /* Notebooks */
  @media screen and (min-width: 90em) and (max-width: 119em) {
    .header-orbit {
        height:40rem !important;
    }
    
    .orbit-slide {
        height: 100%;
    }

    .cover-grid h1 {
        padding-left: 1.6rem;
        font-size: 3rem;
        line-height: 4rem;
    }

    .cover-grid p {
        padding-left: 1.6rem;
    }

    .cover-grid a.button {
        margin-left: 1.6rem;
    }

    .cover-grid img {
        max-height: 40rem;
    }

    .section .claim h2, .slogan h2 {
        font-size: 2.8rem;
        padding: 0rem 4rem 0rem 4rem;
    }

    .slogan p {
        padding: 0rem 5rem 0rem 5rem;
    }
    
    .section .claim {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    /* Tooltips */
    #tooltip-smartphone {
        top: -3rem;
    }

    #tooltip-smartphone-bottom {
        right: 6.5rem;
    }

    #tooltip-nfctag {
        top: 31rem;
        left: 15rem;
    }

    .nfctag-preview img {
        padding: 0rem 3rem 0rem 3rem;
        max-width: 28rem;
    }

    .other-preview img {
        padding: 0rem 3rem 0rem 3rem;
        max-width: 28rem;
    }

    .nfctag-div {
        padding-top: 0rem;
    }
  
  }
  
  /* Mac Book */
  @media screen and (min-width: 119.9em) and (max-width: 122.9em) {
    .header-orbit {
      height: 38rem !important;
    }
  
    .orbit-slide {
      height: 100%;
    }
    .overlay {
      top: 62%;
    }
  
    .slider-overlay h1 {
      top: 69%;
      left: 55%;
    }
    
    .img-overlay img {
      right: 2rem;
      max-height: 38rem;
    }
  }  
  
  /* Mac Book Pro */
  @media screen and (min-width: 123em) and (max-width: 150em) {
    .header-orbit {
      height: 50rem !important;
    }
  
    .orbit-slide {
      height: 100%;
    }
   
    .overlay {
     top: 62%;
  
   }
  
   .slider-overlay h1 {
     top: 74%;
     font-size: 3.2rem;
     max-width: 28rem;
     left: 42%;
   }
  
  }
  
  @media screen and (min-width: 150.9em)  {
    .slider-overlay h1 {
      left: 50%;
      font-size: 3.5rem;
      top: 71%;
    }
  }