/* Fonts */

/* Inter */
/* inter-200 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Inter-ExtraLight.woff2') format('woff2'), 
         url('../fonts/Inter-ExtraLight.woff') format('woff'); 
  }
  
  /* inter-300 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('../fonts/Inter-Light.woff2') format('woff2'), 
         url('../fonts/Inter-Light.woff') format('woff');
  }
  
  /* inter-regular - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/Inter-Regular.woff2') format('woff2'), 
         url('../fonts/Inter-Regular.woff') format('woff'); 
  }
  
  /* inter-700 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('../fonts/Inter-Bold.woff2') format('woff2'), 
         url('../fonts/Inter-Bold.woff') format('woff');
  }
  
  /* inter-600 - latin */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), 
         url('../fonts/Inter-SemiBold.woff') format('woff');
  }
  

@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: Inter;
    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: Inter;
}

h1 {
    hyphens: none;
}


h2 {
    padding-top:  1.25rem;
    font-size: 2rem;
    font-weight: 300;
}

h3 {
    font-size: 1.4rem;
    padding-top:  1.25rem;
}

p {
    text-align: justify;
    hyphens: auto;
    -moz-hyphens: auto;
}


a {
    color:  #537392;
    text-decoration: underline;
}

a:hover, a:focus {
    color:  #333F50;
    text-decoration: none;
}

.menu a, .menu a:hover, .menu a:focus, a.button, a.button:focus {
    text-decoration: none;
}

.fad {
    --fa-secondary-opacity: .7;
}

.semi-bold {
    font-weight: 600 !important;
}

p a.cta-button {
    text-align: left;
}

a.cta-button {
    margin-left: 0;
}

/* 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: #537392;
    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: #333F50;
}

.menu-language .menu .active > a{
    font-weight: bold;
    color: #fff;
    background: #333F50;
}



/* prevent reload flashing. */
.menu .active > a {
   background: none;
}

/* Navigationbar */
#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: 140px;
    margin-left: 0.8rem;
}

#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: #537392; 
    font-size: 1.125rem;
    align-items: center;
    padding-top: 1.875rem;
    background: #F3F3F1;
}

#first-level .dropdown.menu li.selected a {
    color:#537392;
    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;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#first-level .dropdown.menu li a:hover {
    color:#333F50;
    text-decoration: none;
}

#first-level .dropdown.menu li.active a{
    color:#333F50;
}


#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: #537392 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{
    background: #537392;
}
#first-level .dropdown.menu li.active a{
    background: none;
    color: #fff;
}

#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: #537392;
}

#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: #537392;
    box-shadow: 0 0.4375rem 0 #537392, 0 0.875rem 0 #537392;
}

.menu-icon.dark:hover::after {
    background: #537392;
    box-shadow: 0 0.4375rem 0 #537392, 0 0.875rem 0 #537392;
}

.button.portal {
    margin: 0 0 0 1rem;
    font-size: 1.124rem;
    padding: 0.5rem 0.8rem;
    background: linear-gradient(to right, #333F50, #537392);
    color: white;
}

.button.portal-offcanvas {
    margin: 0 0 0 1rem;
    font-size: 1.124rem;
    padding: 0.5rem 0.8rem;
    background: white;
    color: #333F50;
    margin-top: 1rem;
}

.button.portal-offcanvas:hover, .button.portal-offcanvas:active, .button.portal-offcanvas:focus  {
    margin: 0 0 0 1rem;
    font-size: 1.124rem;
    padding: 0.5rem 0.8rem;
    background: #333F50;
    color: white;
    margin-top: 1rem;
}

.button.portal:hover {
    background: linear-gradient(to right, #537392, #333F50);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.cta-button {
    font-size: 1.2rem;
    background: linear-gradient(to right, #333F50, #537392);
    color: white;
    margin: 1rem;
    padding: 1rem;
    text-decoration: none;
}

.cta-button:hover, .cta-button:active, .cta-button:focus   {
    background: linear-gradient(to right, #537392, #333F50);
    color: white;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


/*Off-canvas Menubar */
#off-canvas-menu li.index-1 a:visited{
    border:#537392 solid 0.125rem;
}
.off-canvas-wrapper {
    flex: 1 0 auto;
}

.off-canvas {
    box-shadow: none !important;
    background: #537392;
    padding: .5rem;
}

.off-canvas a {
    background: #537392;
    color: #fff;
    font-size: 1.2rem;
}

.off-canvas a:hover {
    color: #fff;
}

.off-canvas a:active {
    color: #fff;
}

.off-canvas li.active a{
    color: #383838 !important;
    background: #fff;
   
}

.off-canvas ul {
    background: #537392;
}

.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: #537392;
    font-size: 1.2rem;
    font-weight: bold;
}

.off-canvas-button:hover{
    background: #537392;
    color: white; 
}

.button:focus{
    background: #537392;
    color: white; 
}


.off-canvas-button:active{
    background: #537392;
    color: white; 
}

.dropdown-pane{ 
    margin-left: 0.5rem;
    width: auto;
    background-color: #537392;
}

.is-dropdown-submenu {
    margin-left: 0.5rem;
    border: 0;
    width: auto;
    background-color: #537392;
}

.off-canvas .menu .menu-text {
    padding-left: 0;
    padding-bottom: 0.5rem;
}

.off-canvas .dropdown.menu .is-active > a{
    color:white;
}

.accordion-menu .is-accordion-submenu a {
    margin-left: 0.5rem;
    width: auto;
    background-color: #537392;
}

.small-vcard-logo {
    padding-left: 2rem;
}

.small-vcard-logo a {
    padding-left: 0rem;
}

.small-vcard-logo img {
    width: 6rem;
}

/*Slider */
#features .orbit-container{
    position: relative;
    min-height: 200px;
}

#features .orbit-container h3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #383838 transparent transparent;
}
.header-overlay {
    position: absolute;
    left:18%;
    top: 8%;
    max-width: 40em;
    border-radius: 2px;
 }

.header-overlay h1 {
    text-transform: uppercase;
    font-size: 3.5vw;
    background-color: rgba(10, 10, 10, 0.99); 
    opacity: 0.6;   
    color:rgba(255,255,255, 1);
    border:none;
}
    
/* 3-step-graphic */
.graphics-container-full{
    margin-top: -1.6em !important;
    position: relative;
    overflow: hidden;
}

.graphics-container {
    background: #537392;
    color: #fff;
    max-width: 25rem;
    margin-top:1em;    
    margin-bottom:1em;
}

.graphics-container div{
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
}

.icon img {
    height: auto;
    max-width: 7rem;
    text-align: center;
    margin-top: 1em;
    margin-bottom:1em;
}

.icon-header {    
    height: auto;
    font-size: 1.375rem;
    font-weight: bold;    
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;  
}

.icon-text {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

/* Content */
.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  rgba(83, 115, 146, 0.5);
    margin-bottom: 0.5rem;
    margin-top: 3.5%;
}

h1 p{
    margin: 0;
}

article .button{
    background: #537392;
    font-weight: 700;
    margin-top: 1rem;
}

article .button:hover {
    background: #333F50;
    color: white;  
}

.index-headline h2 {
    border-bottom: 0.125rem solid  rgba(83, 115, 146, 0.5);
}

.index-headline h3 {
    border-bottom: 0.125rem solid  rgba(83, 115, 146, 0.5);
}

/* gallery */
.gallery {
    background: #F3F3F1;
    padding-bottom: 1.25rem;
    margin-top:2rem;
}

.grid-gallery div.cell div {
    padding: 0.5rem;
}

.product-image-gallery {
    background-color: #fefefe;
    padding: 1.5rem;
  }
  
  .pdp-product-image {
    margin-bottom: 1.25rem;
  }
  
  .product-thumbs a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0 !important;
  }
  
  .product-thumbs a img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 0.25rem #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 0.0625rem rgba(10, 10, 10, 0.2);
    line-height: 0;
    border-radius: 0.1875rem;
    width: 3.125rem;
    height: 3.125rem;
    border: none;
  }

/* Price Section */

.priceSection .cell ul{
    padding: 2rem;
}

#bigbox {
    background-color: #DEE4EA;
    height: 450px;
    border-radius: 60px;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    overflow: hidden;
}

#bigbox li {
    list-style: "✓";
    padding-left: 0.5rem;
}

#littlebox {
    margin-top: 0;
    height: auto;
}

#priceSection .orbit-container {
    min-height: 620px;
}

#priceSection .orbit-container .cell{
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
}

#priceSection .orbit-container ul {
    padding: 2rem;
    padding-top: 1.5rem;
    margin-left: 0;
}

#priceSection #bigbox {
    font-size: 1rem !important;
}

#priceSection .orbit-next, .orbit-previous {
    color: #537392;
}

.priceSection h3, .orbit-container h3 {
    text-align: center;
    font-size: 1.75rem;
    padding-top: 0.75rem;
    padding-right: 8px;
}


/* Footer */

#footer-container {
    background: #383838;
    color: white;
    align-content: center;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-top: 2.5rem;
    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  rgba(83, 115, 146, 0.5); 
}

.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.4rem;
    border-bottom: 0.125rem solid  rgba(83, 115, 146, 0.8);
    margin-top: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

.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;
 }

 /* Data privacy content */

 .stripe {
     margin-top: 4rem;
     margin-bottom: 4rem;
     background-color: rgba(83, 115, 146, 0.8);
     height: auto;
     color: white;
 }

 .stripe strong {
     font-weight: 600;
 }

 .stripe .stripetext {
     padding-left: 1.5rem;
     margin: auto;
 }

 .stripe p {
     margin-bottom: 0;
 }

 .references h1 {
     color: #537392;
     border: none !important;
     font-size: 40px ;
     margin-top: 0;
 }

 .references hr {
     border-bottom: 0.125rem solid rgba(83, 115, 146, 0.5);
     width: 20em;
 }

 .references img {
     filter: grayscale(100%);
 }

#dataprivacy .orbit-slide h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
    font-size: 18px;
}

#dataprivacy .orbit-slide p {
    display: none;
}

#dataprivacy .orbit-container {
    min-height: 150px;
    background-color: rgba(83, 115, 146, 0.8);
    color: white;
}

#dataprivacy .orbit {
    margin: 0 -0.625rem;
}

#dataprivacy .orbit-next, .orbit-previous {
    padding: 1rem;
}

#dataprivacy .orbit-bullets button {
    width: 0.8rem;
    height: 0.8rem;
}

#dataprivacy .orbit-bullets  {
    margin-top: 0.5rem;
}

.parent {
    position: relative;
    padding: 1rem;
    border: 8px solid white;
    background-color: rgba(83, 115, 146, 0.2);
    min-height: 140px;
    transition: all 0.4s;
}

.facts h2{
    padding: 0;
    padding-right: 1rem;
    position: absolute;
    filter: opacity(1);
    transition: all 0.4s;
    text-align: left;
    font-size: 18px;
    color: black;
    margin: 0;
}

.facts p {
    position: absolute;
    filter: opacity(0);
    text-align: center;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}

.parent:hover .facts p {
    filter: opacity(1);
}

.parent:hover .facts h2 {
    filter: opacity(0);
}

.parent:hover {
    background-color: rgba(83, 115, 146, 0.5);

}

.mb {
    margin-bottom: 2rem;
}

.mt {
    margin-top: 2rem;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*CSS for FAQs */

.faqpartial-content h3 { 
    font-size: 1.4rem;
    border-bottom: 0.125rem solid  rgba(83, 115, 146, 0.8);
    margin-top: 1.5rem;
}

.accordion-title {
    font-size: 1.25rem;
    color: #537392;
    text-decoration: none;
}

.is-active .accordion-title {
    background-color: #F3F3F1;
    color: #537392;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #F3F3F1;
    color: #537392;
    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: #537392;
}
.pagination ul li.active a{
    color: #fff;
}

.pagination ul li a {
    text-decoration: none;
}

/* Contact form */
.button.primary {
    background: #537392;
    color: white;
    
}

.button.primary:hover{
    background: #333F50;
    color: white; 
}

/* Interim Stuff for shop */
.shop-image {
    padding: 1.5rem;
    padding-left: 1.5rem;
    padding-left: 2rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*CSS for Howtos */

.howto-content h3 {
    font-size: 1.25rem;
}

.orbit-controls button {
    color: #000;
}

h3.how2 {
    padding-top: .5rem !important;
    font-size: 1.2rem !important;
}

h2.howto-subtitle, .howto-subtitle h2 {
    padding-top: 1.5rem;
    margin-bottom: 0;
    color: #537392;
    font-weight: 600;
}

.h2-tap-ios {
    border: 2px solid #d0e1ff;
    display: inline-block;
    padding: 0;
        padding-right: 0px;
        padding-left: 0px;
    padding-left: .4rem;
    padding-right: .4rem;
    border-radius: 3px;
}

.h2-bt-ios {
    background: #3479f5;
    border: 1px solid #3479f5;
    color: #fff;
    display: inline-block;
    padding: 0;
        padding-right: 0px;
        padding-left: 0px;
    padding-left: .4rem;
    padding-right: .4rem;
    border-radius: 3px;
}

.howto-step h2 {
    color: #537392;
    font-weight: 600;
}

.orbit-img {
    max-height: 28rem;
    margin-top: .1rem;
    display: unset;
}

.how2 img {
    box-shadow: #888 0 0 4px 2px;
}

.h2-img {
    max-width: 500px;
    max-height: 450px;
    display: inline;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    border-radius: 2px;
}

.intro .claim h1{
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0;
    color: #537392;
    border: none !important;
  }
  
  .intro .claim p{
    font-weight: 300;
    text-align: center !important;
    font-size: 1.4rem;
  
    padding-bottom: 0;
    margin-bottom: 0;   
  }

  .intro .claim hr{
    border-bottom: 0.125rem solid rgba(83, 115, 146, 0.5);
    width: 20em;
  }

/* ================================== Home-Story ================================== */ 
.overlay {
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    -webkit-transform: skewY(-15deg) scaleY(0.7);
    -moz-transform: skewY(-15deg) scaleY(0.7);
    -ms-transform: skewY(-15deg) scaleY(0.7);
    transform: skewY(-15deg) scaleY(0.7);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: rgba(10, 10, 10, .45);
    top:55%;
}

.img-overlay {
    position:relative; 
}

.img-overlay img {
    position:absolute;  
    top:0%;
    right: 5rem;
}
  
  .text-overlay h1 {
    margin: 0 auto;
    text-align: center;
    top: 68%;
    position: relative;
    border-bottom: none;
    color: white;
    font-size: 2.6rem;
    font-weight: 400;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    max-width: 32rem;
    left: 40%;
}
  
  .slogan{
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  
  .learn-more{
    margin-top: 1.5rem;
  }

  /* ================================== Section Main ================================== */ 
.section{
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
  }
  
  /* Make room for menu. */
  .section .claim{  
    padding-left: 1rem;
    padding-right: 1rem; 
  
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  
  .section .claim h2, .slogan h2{
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0;
    color: #537392;
  }
  
  .section .claim p, .slogan p{
    font-weight: 300;
    text-align: center;
    font-size: 1.4rem;
  
    padding-bottom: 0;
    margin-bottom: 0;   
  }
  
  .section-alt .claim hr{
    border-bottom: 0.125rem solid rgba(83, 115, 146, 0.5) !important;
  }
  
  .section .claim hr{
    border-bottom: 0.125rem solid rgba(83, 115, 146, 0.5);
    width: 20em;
  }
  
  .section .section-image p{
    font-size: 1.2rem !important
  }
  
  .section .section-caption p{
    margin-top: 2rem;
    font-size: 1.2rem
  }
  
  .letsgo {
    background: none;
    color: #537392;
    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: #537392;
   color:white;
  }
  
  .section-button {
    background:linear-gradient(to right, #333F50, #537392);
    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: linear-gradient(to right, #537392, #333F50);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

  p.buy-now {
      margin-top:2rem;
      font-size:1.8rem;
      margin-bottom:0rem;
  }
  
  .buy-button{
    margin: .5rem 1rem 1rem 1rem;
    font-size: 1.4rem !important;
    min-width:13rem;
  }

  .buy-button span{
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  
  .section-alt {
      background-color:#F3F3F1;
  }
  
  .hover-click {
    display:none;
  }
  
  .orbit-caption {
      background-color: #537392;
      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: linear-gradient(to right, #333F50, #537392);
    border-radius: 100%;
  }

  .feature-icons i {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(to right, #333F50, #537392);
    border-radius: 100%;
    color: white;
    padding: 1rem;
  }
  
  .feature-icons h3 {
    font-size: 1rem;
    font-weight: bold;
  }
  
  .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:#537392;
    margin: 0;
    padding: 0.4rem;
    border-radius: 0;
    box-shadow: none;
  }
  
  .switch-button a:hover, .switch-button a:focus {
      background-color:#537392;
      color:#fff;
  }
  
  a.active-bt {
      background-color:#537392;
      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.team {
      color:#537392;
  }
  
  .orbit-next.team {
      color:#537392;
  }


  /* Cover page. */
  .cover-wrapper{
    position: relative;
    height:100%;
  }

  .cover-image img {
    height:100%;
    width:100%;
    object-fit:cover;
  }

  .cover-grid{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  #svg-cut{
    fill: rgba(10, 10, 10, .4);
    position: absolute;
    left: 15rem;
    bottom:45rem;
    height: 10rem;
  }

  #svg-cut rect {
    width:155rem;
    height:75rem;
    transform: translate(52rem, -12.5rem) rotate(15deg);
  }
  
  .gfort-sep {
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    line-height: 0;
    overflow: hidden;
    position: absolute;
  } 

  #screenshot-parent {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#screenshot-wrapper {
  position:absolute;
  height: 100%;
  overflow: hidden;
  z-index: 9;
  top: 0; left: 0; bottom: 0; right: 0;
}

#smartphone-screenshot {
    height:100%;
    position: relative;
    z-index: 10;
    width: 340px; /* reset by js.*/
}
  
.screenshot-text {
    margin-top:2rem;
}

.small-phone img {
    width: 20.625rem;
}
  
  /* ================================== vCard picker widget ================================== */ 
  .color-picker {
    cursor: pointer;   
    padding:1rem 1rem 1rem 1rem;
    width: 6em;
    display: inline-block;
  }
  
  .inactive-vCard {
    display: none;
  }

  .vcard-div {
    padding: 1rem;
  }

  .vcard-div img {
      max-width: 12rem;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
  }

  .vcard-preview img {
    padding: 1rem 3rem 2rem 3rem;
    max-width: 37.5rem;
  }

  .vcard-div img:hover, .vcard-div img:active {
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

  .vcard-img img {
    cursor: pointer;
    
  }

  .other-img img {
    cursor: pointer;

}

.other-preview img {
    padding: 1rem 3rem 2rem 3rem;
    max-width: 37.5rem;
}
  
  h3.blog {
    min-height:5rem;
  }

  .hint {
      margin-top:1rem;
      font-size: .9rem;
  }

  .clicked-vCard img {
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
  }

/* ================================== Tooltip ================================== */ 

  .tooltipster-sidetip .tooltipster-box {
    background: white;
    border: 2px solid #537392;
    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: #537392;
    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: #333F50;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #333F50;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #333F50;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #333F50;
}

.tooltip-icon {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to right, #333F50, #537392);
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;

    display:flex;
    margin-left: -4%; /* required */
   
}

.tooltip-icon::after {
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to right, #333F50, #537392);
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 1.5rem;
    color: #fff;
    content: '';
    flex: none;
    display: block;
    margin-left: -2.4rem;
}

.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.4rem;
    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-vcard {
    top: 9rem;
    left: 1rem;
}

.tooltip-info i {
    background: linear-gradient(to right, #333F50, #537392);
    padding: .7rem;
    width: 2.5em;
    height: 2.5em;
    border-radius:50%;
}

.tooltip-animation {
    width: 3em;
    height: 3em;
    text-align: center;
    border-radius:50%;
    background: linear-gradient(to right, #333F50, #537392);
    margin: 0 auto;
    margin-top:2rem;
    margin-bottom:1.5rem;
    color: #fff;  
    top:-2rem;
    right:-1rem;
}

@-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;
}


  /* ================================== Media Screen - Old orbit ================================== */ 
@media screen and (max-width:115em) {
    .header-overlay {
        width: 33%;
    }

    .header-overlay h1 {
        font-size: 3.8vw;
        padding: 0.5rem;
    }

    .orbit-bullets {
        display: none; } }
        
@media screen and (max-width:85em) {
    .header-overlay {
        width: 32%;
    }

    .header-overlay h1 {
        font-size: 3.6vw;
        padding: 0.5rem;
    }

    .orbit-bullets {
        display: none; }}

@media screen and (max-width: 65em) {
    .header-overlay {
        width: 29%;
    }

    .header-overlay h1 {
        font-size: 3.5vw;
        padding: 0.5rem;
    }

    .orbit-bullets {
        display: none; } }
            
@media screen and (max-width: 35em) {
    .header-overlay {
        width: 26%;
    }
    
    .header-overlay h1 {
        font-size: 2.7vw;
        padding: 0.5rem;
    }
    
    .orbit-bullets {
        display: none; }}
        
@media screen and (max-width: 39.9375em) {
    .nav-container {
        padding: 0;
    }
    
}

  
  /* ================================== Small ================================== */ 
  @media screen and (max-width: 39em) {
  

    h1 {
      font-size: 1.75em;
    }
  
    h2{
      font-size: 1.3em;
    }

    .icon img {
        width: 70%;
        margin-bottom:0.4rem;
        margin-top: 0.4rem;
    }

    .icon-header {
        font-size: 2.5vw;
        margin:0;
        padding-bottom: 0.5rem;
    }
   
    .graphics-grid > .cell{
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .graphics-container {
        padding-bottom: 0;
    }
    .entry-container{
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    .faq-grid{
        padding: 0;
    }
    .accordion-title{
        font-size: 1.125rem;
    }
    .accordion-title p{
        padding: 0
    }
    .home-content{
        padding-top: 0;
    }
    .content-image, .image-odd, .image-even {
        padding: 0;  
    }  
    .image-odd{
        padding-left: 0.125rem;
    } 
    .image-even{
        padding-right: 0.125rem;
    }
    .content-article div.cell:first-of-type { 
        margin-top: 0;
    }

    .shop-button {
        text-align: center;
    }
    
    .amazon-button {
        text-align: center;
    }

    .nav-container {
        padding: 0;
    }
  
    .text-overlay h1 {
      font-size: .9rem;
      top:62%;
      left:10%;
      max-width: 10.5rem;
    }
    
    .section .claim{
      margin-top: 2rem;
    }
  
    a.anchor{
      display: block;
      position: relative;
      top: -40px;
      visibility: hidden;
    }
  
    .section{
      padding-bottom: 2rem;
    }
  
    .section .slogan p{
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .section .claim{
      margin-bottom: 2rem;
    }
  
    .section .claim h2, .intro .claim h1{
      font-size: 1.8rem;
      line-height: 1.2em;
      margin-bottom: .5rem;
    }
  
    .section .claim p, .intro .claim p{
      font-size: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .section .section-caption p {
      font-size: 1rem;
      margin-top: 0;
      padding: 0.4rem;
  
      margin-left: 1.5rem;
      margin-right: 1.5rem;
  
      border-radius: 0.25rem;
  
      position: relative;
      z-index: 10;
    }
  
    .section-alt .section-caption p {
      margin-top: .5rem;
    }
  
    .section .checkboxes{
      font-size: 1rem;
      margin-bottom: 0.25rem;
    }
     
    .section .claim hr, .intro .claim hr {
      border-bottom: 0.125rem solid rgba(83, 115, 146, 0.5);
      width: 10em;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
  
    .letsgo {
      margin-top:1rem;
      margin-bottom: 2rem;
    }
  
    .fact-icons {
      width: 3em;
      height: 3em;
      font-size: 2rem;
    }

    .fact-icon{
      font-size: 1em;
      line-height: 1em;
      padding-top: 0 !important;
    }

    i.keyfact-icon {
        font-size: 2rem !important;
    }
  
    .buy-button{
      margin-top: 1rem;
    }
    
    a.cta-button {
        font-size: .8rem;
        padding: .8rem;
        margin: .25rem;
    }

    .dog-div {
      margin-top: 1em; 
    } 
    .dog-div p{
      margin-bottom: 0;
    }
  
    .profile-bt {
      margin-top: -3rem;
    }
  
    .icon img {
        width: 70%;
        margin-bottom:0.4rem;
        margin-top: 0.4rem;
    }
  
    .icon-header {
        font-size: 2.5vw;
        margin:0;
        padding-bottom: 0.5rem;
    }
  
    .graphics-grid > .cell{
        margin-left: .25rem;
        margin-right: .25rem;
    }
  
    .graphics-container {
        padding-bottom: 0;
    }
    .entry-container{
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    .faq-grid{
        padding: 0;
    }
    .accordion-title{
        font-size: 1.125rem;
    }
    .accordion-title p{
        padding: 0
    }
    .home-content{
        padding-top: 0;
    }
    .content-image, .image-odd, .image-even {
        padding: 0;  
    }  
    .image-odd{
        padding-left: 0.125rem;
    } 
    .image-even{
        padding-right: 0.125rem;
    }
    .content-article div.cell:first-of-type { 
        margin-top: 0;
    }
  
    a.help.button.large {
        margin-left:0;
    }
  
    .slogan {
      margin-bottom: 3rem;
    }
  
    .slogan h2 {
        font-size:2rem;
    }
  
    .slogan p {
        font-size:1.1rem;
    }
  
    .dog-image img {
        max-height:10rem;
    }
  
    .dog-title {
        margin-bottom:0 !important;
    }
  
    .dog-title p {
        margin-bottom:0;
    }
  
    .blog-div {
        padding: 0rem 1.5rem 1.5rem 1.5rem;
    }
  
    h3.blog {
        padding-top:0;
    }
  
    .colored-div {
      height:14rem;
      width: auto;
    }
  
    .color-picker {
        width:4rem;
    }
    .section-button {
        font-size:1.2rem !important;
        margin-bottom:0;
    }

    #footer-container a {
        padding: 1rem;
    }

    .overlay {
        height:65%;
        top:30%;
    }

    .shop-button {
        text-align: center;
    }
    
    .amazon-button {
        text-align: center;
    }

    .img-overlay img {
        right: 0;
        max-height: 9rem;
        top: .5rem;
    }

    #svg-cut {
        bottom: -1rem;
        left: 5rem;
        top: 0;
    }

    #svg-cut rect {
        width: 10rem;
        height: 60rem;
        transform: translate(7rem, -12.5rem) rotate(16deg);
    }

    p.buy-now {
        margin-top: 1rem;
        font-size: 1.2rem;
        margin-bottom: 0rem;
    }

    .vcard-div {
        padding: .5rem;
    }

    .vcard-preview img {
        max-width: 21rem;
        padding: .5rem;
    }

    .other-preview img {
        max-width: 21rem;
        padding: .5rem;
    }

    .vcard-div img {
        max-width:6rem;
    }

    .cta {
        margin-top: .5rem;
    }

    .tooltip-info {
        top:-3rem;
        right:-.5rem;
    }

    .tooltip-info i {
        width: 2em;
        height: 2em;
        padding: .4rem;
    }

    #tooltip-smartphone {
        right: -.5rem;
    }

    #tooltip-smartphone-bottom {
        right: 1.8rem;
        bottom: 0;
        top: 12.4rem;
    }

    #tooltip-vcard {
        top: 10.5rem;
        left:0;
        right: 19rem;
    }

    /* data privacy styles for small */

    .stripe p {
        text-align: center;
    }

    .stripe .stripetext {
        padding-left: 0;
    }

    .references h1 {
        font-size: 1.8rem;
    }

  #dataprivacy .orbit-bullets {
        display: flow;
    }

  /* Price Section styles for small */

  #priceSection .orbit li {
      font-size: 3.05vw;
  }

  #priceSection h3 {
      font-size: 1.5rem;
  }

  #bigbox {
      height: 480px;
  }

  }  

  
/* ================================== Medium ================================== */ 
@media screen and (min-width: 40em) and (max-width: 70em) {
    
    .section .claim h2, .slogan h2 {
        font-size: 3rem;
    }

    .intro .claim h1 {
        font-size: 2.5rem;
    }

    #section3 p {
        font-size: 1.2rem;
    }

    .color-picker {
        width:5rem;
    }

    .dog-image img {
        width: 14rem;
    }

    .section .claim p, .slogan p, .intro .claim p {
        font-size: 1.3rem;
    }

    .text-overlay h1 {
        font-size: 1.8rem;
        margin-top:0;
        max-width:22rem;
        top:71%;
        left:15%;
    }

    .overlay {
        height: 45%;
        top:50%
    }

    .fact-icon {
        margin-top: .1rem;
    }

    .shop-button {
        text-align: center;
    }
    
    .amazon-button {
        text-align: center;
    }

    a.cta-button {
        margin: .5rem;
        font-size: 1rem;
    }

    #svg-cut{
        bottom: 5rem;
        height: 20rem;
      }
    
      #svg-cut rect {
        transform: translate(10rem, -12.5rem) rotate(16deg);
    }

    .img-overlay img {
        max-height:20rem;
        top: 5.5rem;
        right: 0rem;
    }

    #tooltip-vcard {
        top: 15rem;
        left: .5rem;
    }

    #tooltip-smartphone-bottom {
        right: 3.5rem;
    }

    .image-even {
        padding-right: 2rem;
    }

    /* Price Section styles for medium */

    .priceSection .cell ul {
        padding-top: 1.5rem;
    }

    #bigbox {
        height: 470px;
        font-size: 1rem;
    }

    /* data privacy styles for medium */

    #dataprivacy .orbit-container {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }

    #dataprivacy .orbit-bullets {
        display: flow;
    }
 
 }

 /* "Upper" medium displays */
 @media screen and (min-width: 60em) and (max-width: 80em) {

    .img-overlay img {
        max-height:25rem;
    }

    .shop-button {
        text-align: right;
    }
    
    .amazon-button {
        text-align: left;
    }

    #svg-cut{
  
        bottom:5rem;
        height: 20rem;
      }

      .overlay {
         top: 48% !important; 
      }

      .text-overlay h1 {
          top: 68%;
          left: 25%;
      }
    
      #svg-cut rect {
    
        transform: translate(15.5rem, -15rem) rotate(16deg);
      }

      .img-overlay img {
        right: 3rem;
        top: 1.5rem;
    }

    .marvel-device.macbook {
        width: 880px !important;
    }

    #tooltip-vcard {
        top: 24rem;
        left: 1rem;
    }

    #tooltip-smartphone-bottom {
        right: 6rem;
    }
 
 }



 /* ================================== Xtra Large ================================== */ 
 @media screen and (min-width: 131em)  {

    .text-overlay h1 {
        font-size: 3.8rem;
        top: 68%;
        left: 40%;
        max-width: 45rem;
    }

    span.icon.icon-ok.fact-icon::before {
        margin-top: 1.3rem;
    }

 }

 /* ================================== Orbit fix ================================== */ 
 @media screen and (max-width: 39.9375em) {

    /* Home */
    .header-orbit {
        height:10rem !important;
    }
    
    .orbit-slide {
        height: 100%;
    }
    
    .slider-content {
        height:100%;
    }

    .slider-content #sketch-image, .slider-content .entry-image {
        height: 100%;
        object-fit:cover;
    }

}
    
    /* Medium only */
@media screen and (min-width: 40em) and (max-width: 66.9em) {

    /* Home */
    .header-orbit {
    height:28rem !important;
    }

    .orbit-slide {
    height: 100%;
    }

    .slider-content {
    height:100%;
    }

    .vcard-div img {
        max-width: 10rem;
    }

}
    
    
/* Large only. => to fill the slides for screen sized between large monitors and laptops. */
@media screen and (min-width: 67em) and (max-width:89.99em) {

    .header-orbit {
    min-height:26rem !important;
    }

    .orbit-slide {
    height: 100%;
    }

    .slider-content {
    height:100%;
    }

    .slider-content #sketch-image, .slider-content .entry-image {
    height: 100%;
    object-fit:cover;
    }

    .img-overlay img {
        max-height:25rem;
    }

    .overlay {
        height: 50%;
        top:50%;
    }

    .text-overlay h1 {
        top:66%;
        max-width:31rem;
        left:30%;
        font-size: 2.4rem;
    }

    span.icon.icon-ok.fact-icon::before {
        margin-top: 1.25rem;
    }

    .vcard-div img {
        max-width: 12rem;
    }
}

@media screen and (min-width: 90em) and (max-width: 106.9em) {
    
    .header-orbit {
        min-height:35rem !important;
    }

    .orbit-slide {
        height: 100%;
    }

    .slider-content {
        height:100%;
    }

    .img-overlay img {
        max-height:30rem;
    }

    .overlay {
        height: 50%;
        top: 50%;
    }

    span.icon.icon-ok.fact-icon::before {
        margin-top: 1.2rem;
    }
}

@media screen and (min-width: 107em) and (max-width: 120em) {
    
    .img-overlay img {
        max-height:35rem;
    }

    .overlay {
        height: 50%;
    }

    span.icon.icon-ok.fact-icon::before {
        margin-top: 1.2rem;
    }

    .text-overlay h1 {
        max-width: 32rem;
        top:68%;
    }

    .overlay {
        top: 50%;
    }

    .vcard-div img {
        max-width: 12rem !important;
    }
}

@media screen and (min-width: 120.9em) and (max-width: 145em) {
    .img-overlay img {
        max-height:40rem;
    }

    .overlay {
        height: 50%;
        top:50%;
    }

    span.icon.icon-ok.fact-icon::before {
        margin-top: 1.2rem;
    }

    .text-overlay h1 {
        top: 65%;
        left: 45%;
    }

    .img-overlay img {
        top: 5rem;
    }

    .vcard-div img {
        max-width: 12rem;
    }
}

 /* Ipad Pro (Landscape) & Notebooks */
 @media screen and (min-width: 80em) and (max-width: 100em) {
    
    .vcard-div img {
        max-width: 12rem;
    }
    
    #svg-cut rect {
        transform: translate(24rem, -15rem) rotate(16deg);
    }

    #svg-cut {
        bottom: 5rem;
        height: 25rem;
    }

    .overlay {
        top: 50%;
    }

    .text-overlay h1 {
        top: 65%;
    }

    .img-overlay img {
        max-height: 27rem;
        top: 5rem;
    }

    .header-orbit {
        min-height: 32rem !important;
    }

    .text-overlay h1 {
        max-width: 31rem;
        top: 68.5%;
        font-size: 2.4rem;
    }

 }
