/**************************************** OWN CSS ******************************************/
/* overpass-200 - latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/overpass-v4-latin-200.eot'); /* IE9 Compat Modes */
    src: local('Overpass ExtraLight'), local('Overpass-ExtraLight'),
         url('../fonts/overpass-v4-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         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'), /* Safari, Android, iOS */
         url('../fonts/overpass-v4-latin-200.svg#Overpass') format('svg'); /* Legacy iOS */
  }
  
/* overpass-300 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/overpass-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Overpass Light'), local('Overpass-Light'),
        url('../fonts/overpass-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        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') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/overpass-v4-latin-300.svg#Overpass') format('svg'); /* Legacy iOS */
}  

@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/overpass-v2-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Overpass Regular'), local('Overpass-Regular'),
         url('../fonts/overpass-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         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') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/overpass-v2-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/overpass-v2-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Overpass Bold'), local('Overpass-Bold'),
            url('../fonts/overpass-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            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') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/overpass-v2-latin-700.svg#Overpass') format('svg'); /* Legacy iOS */
}

@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 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 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;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: Overpass;
}

h1 {
    hyphens: none;
    font-size: 2.7rem;
    font-weight: 200;
}
.paw-background {
    background-image: url("../images/Pfotenabdruecke-hg.png");
}

a {
    color:rgb(107, 134, 31);
}

a:hover, a:focus {
    color:  #94B22E;
}

.external-link {
    color: #0A0A0A; 
    border-bottom: 2px solid #0A0A0A;
    font-size: 2vh;
}

.external-link:hover, .external-link:active {
    border-color: #94B22E;
}

.button.large {
    font-size: 1.2em;
}

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

h2 {
    padding-top:  1.25rem;
    font-size: 1.5rem;
    font-weight: 200;
}

h3 {
    font-size: 1.5rem;
    padding-top:  1.25rem;
    font-weight: 200;
}

.card-divider {
    background: none;
}

.card {
    border: none;
    padding: 1rem;
}
  
.margin-top {
    margin-top: 2rem !important;
}

.margin-bottom {
     margin-bottom: 2rem !important;
}

.button{
  border-radius: 5px;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.3);
}

.fa-bone {
  font-size: 1.8rem !important;
  padding-left: .85rem !important;
}

.fa-eye {
  padding: .8rem !important;
  padding-top: 1rem !important;
}

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


/* ================================== Topbar and Menu ================================== */ 
.topbar, .top-bar, .top-bar ul {
    background: #94B22E;
    color: #fff;
    padding: 0;
}
.top-bar-story{
  background: #94B22E;
  color: #fff;
}

.topbar .icon{
    color: #fff;
}

.topbar .menu .menu-text, .topbar .dropdown.menu a, .topbar .menu a {
    padding: 0.5rem 1rem;
}

.top-bar-story .menu .menu-text, .top-bar-story .dropdown.menu a, .top-bar-story .menu a {
  padding: 0.5rem 1rem;
}

.social-media #facebook {
    margin-left: 1.25rem;
}

.social-media .facebook {
  color: white;
}

.social-media .instagram {
  color: white;
}

.social-media .twitter {
  color: white;
}

.menu-language ul{
    padding: 0;
}

.menu-language .dropdown.menu a{
    color: #fff;
}

.menu-language .dropdown.menu a:hover{
    background: #6E872A;
}

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

#contactbar{
    z-index: 999;
}


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

/* Navigationbar */
#small-logo img {
    max-width: 8.5em;
}

.menu-icon.dark {
    color: #383838;  
    margin-top: 4px;
    width: 24px;
    height: 20px;
}

.menubar-shop{
    font-size: 1.3rem;
}

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

.menu .vertical a {
    color: #383838;
}

#first-level .dropdown.menu li.selected a {
    color:#94B22E;
    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:#94B22E;
}

#first-level .dropdown.menu li.active a{
    color:#94B22E;
}


#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: #94B22E 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: #94B22E;
}
#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.active a{
    color: #94B22E;
}
#second-level li.active{
    background-color: rgba(255, 255, 255, 0.6);
}

.menu .menu-text {
    font-weight: 500;
}

.menu-icon {
    color: #383838;  
}

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

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

.portal-button {
   padding-left: 1rem;
   margin: auto;
}

.portal-button .button{
   background-color: transparent;
   border: 2px solid #0A0A0A;
   color: #0A0A0A;
   font-size: 1.125rem;
   font-weight: bold;
}

.portal-button .button:hover{
   background-color: #94B22E;
   color: #0A0A0A;
}


.offcanvas-button .button{
   background-color: white;
   border: 2px solid #0A0A0A;
   color: #0A0A0A;
   font-size: 1.125rem;
   font-weight: bold;
}

.offcanvas-button .button:hover{
   color: #94B22E;
}


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

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

.off-canvas a {
    background: #94B22E;
    color: #383838;
    font-size: 1.2rem;
    font-weight: bold;
}

.off-canvas a:hover {
    color: white;
}

.off-canvas li.active a{
    color:white !important;
    background: #94B22E;
   
}

.off-canvas a:active {
    color:white;
}

.off-canvas ul {
    background: #94B22E;
}

.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: #94B22E;
    color: #383838;
    font-size: 1.2rem;
    font-weight: bold;
}

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

.button:focus{
    background: #94B22E;
    color: white; 
}


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



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

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

.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: #94B22E;
}

.orbit-container{
    position: relative;
}

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

#main-menu li.index-1 a.first {
  outline: none;
}
    
@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; }}

        
/* ================================== Slider ================================== */
.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%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  -webkit-transform: skewY(-13deg) scaleY(0.7);
  -moz-transform: skewY(-13deg) scaleY(0.7);
  -ms-transform: skewY(-13deg) scaleY(0.7);
  transform: skewY(-13deg) 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: 67%;
}

.slider-overlay h1 {
  margin: 0 auto;
  text-align: center;
  top: 78%;
  position: relative;
  border-bottom: none;
  color: white;
  font-size: 2.8rem;
  font-weight: 400;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  max-width: 30rem;
  left: 55%;
}

.img-overlay img {
  position: absolute;
  top: 0%;
  right: 5rem;
}

/* ================================== 3 steps ================================== */ 
.graphics-container-full{
    margin-top: -1.6em !important;
    position: relative;
    overflow: hidden;
}

.graphics-container {
    background: #94B22E;
    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  #94B22E;
    margin-bottom: 0.5rem;
    margin-top: 3.5%;
}

h1 p{
    margin: 0;
}

article .button{
    background: rgb(94, 116, 34);
    font-weight: 700;
    margin-top: 1rem;
}

article .button:hover {
    background: #6E872A;
    color: white;  
}

.grid-bloglist h3{
    font-size: 1.1875rem;
    text-overflow: ellipsis;
}

.blog-card {
    height: 5rem;
    font-weight: bold;
}

.index-headline h2 {
    border-bottom: 0.125rem solid  #94B22E;
}

.index-headline h3 {
    border-bottom: 0.125rem solid  #94B22E;
}

.home-content .cell h2 {
    padding-top:0;
    font-size:2rem;
}

.home-image h2 {
    padding-top:0;
    font-size:2rem;
}

a.help.button.large {
    margin-left:1rem;
}

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

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

/* ================================== 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-logo img{
    max-width: 180px;
}
#facebook-footer {
  font-size: 1.3vh;
}

#instagram-footer {
  font-size: 1.3vh;
}

#footer-container h3{
  color:#93b22e;
}

#footer-container a{
  color:#fff;
}

#footer-container .grid-x{
  margin-bottom: 2rem;
}

.footer-logo{
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.footer-logo img{
  max-width: 180px;
}

.footer-mission{
  margin-bottom: 1.5rem;
}

.footerlinks a i {
  margin-right: .5rem;
}

#animation-container {
    overflow-x: clip;
    position: relative;
    .dog {
        width: 60px;
        height: 60px;
        transform: translateY(4px) ;
        position: absolute;
        bottom: 0;
        pointer-events: none;
        z-index: 10;
        background: #94B22E;
            
        -webkit-mask-image: var(--mask);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;

        mask-image: var(--mask);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;

        &.frame1 {
            animation: walkAcross 30s linear infinite, showFrame1 0.4s steps(1) infinite;
        }
        &.frame2 {
            animation: walkAcross 30s linear infinite, showFrame2 0.4s steps(1) infinite;
        }
    }
}

@keyframes walkAcross {
    0% {
        left: -1500px;
    }
    100% {
        left: 100%;
    }
}

@keyframes showFrame1 {
    0%   { opacity: 1; }
    50%,100% { opacity: 0; }
}

@keyframes showFrame2 {
    0%,50%  { opacity: 0; }
    50.1%,100% { opacity: 1; }
}

@keyframes walkAcross {
    0% {
        left: -1000px;
    }
    100% {
        left: 100%;
    }
}

/* ================================== Content ================================== */ 
#content-header-cell h1 {
    margin-top: 2rem;
}

.content-article div.cell {
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-bottom: 0.125rem solid  #94B22E;    
}

.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  #94B22E;
    margin-top: 1.5rem;
}



.content-article div.content-images {
    margin: 1rem;
}

.sub-image {
padding: 0.5rem;
margin-top: 5rem;
}

.video-container {
    margin-top: 5rem;
}

/* ================================== FAQs ================================== */ 
.faq-text {
    margin-bottom: 2rem;
}

.faqpartial-content h3 { 
    font-size: 1.5rem;
    border-bottom: 0.125rem solid  #94B22E;
    margin-top: 1.5rem;
    text-align: left;
}

.accordion-title {
    font-size: 1.25rem;
    color: #94B22E;
}

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

.accordion-title:hover, .accordion-title:focus {
    background-color: #F3F3F1;
    color: #94B22E;
}

.accordion-title p {
    text-align: left;
    padding: 0;
    padding-left: 1rem;
    margin: 0;
}

.faq-content {
    margin-bottom: 3rem;
}

.faq-grid {
    padding: 1rem;
}

/* ================================== Blog ================================== */ 
.outer-overview {
    top:0; left:0; width:100%; height:100%;
}

#blog-content-container {
    background: #F3F3F1;
}

.blog-content {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
   
}

.blog-entry {
    margin: 1rem;
    padding: 1.5rem;
    border: 0.125rem solid #94B22E;
    background: white;
}

 .blog-details a.btn_b_read{
    color: white;
    background: #94B22E;
    padding: 0.8rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.blog-details h2 {
    margin-top: 1rem;
}

.blog-details h2 a{
    color: #94B22E;
    font-weight: bold;
}

.blog-details h3 div.blog-date{
    font-size: 1.2rem;
    font-style: italic;
}

.blog-details a.btn_b_read:hover{
    font-weight: bold;
    background: #6E872A;
    color: white;
}

.blog-content {
    margin-bottom: 2.5rem;
}

.dogtapblock-content {
 padding-right: 1.5rem;
}

.dogtapblock-image {
    margin-top:2rem;
}

.blog-slider {
    margin: 1rem;
}

.overview-title h4 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    border-bottom: 0.125rem solid #94B22E;
}

.blog-overview {
   width: 80%; 
   top: 25%; 
   margin: 5% auto; 
   position: relative;
   border: 0.125rem solid #94B22E;
   background: white;
   height: 6.25rem;
   padding: 1rem;
}

.blog-date{
    margin-top: -0.5rem;
    position: relative;
}

.overview-headliner {
    font-weight: bold;
}

.overview-link {
    margin-top: 0.2rem;
}

.blog-overview a.btn_b_read {
    font-weight: bolder;
    color: #94B22E;
}

.blog-overview a.btn_b_read:hover {
    color: #6E872A;
}

.overview {
    padding-left:1rem;
}

.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: #94B22E;
}
.pagination ul li.active a{
    color: #fff;
}

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

/** Blog entry */
.entry-container {  
    padding-right: 4rem;
    padding-left: 4rem;
}

.entry-title h1 {
    border: 0;
    color: #94B22E; 
}

.entry-date h2{
    font-size: 1.5rem;
    margin-top: 1.5rem;
    font-style: italic;
    font-weight: bold;
}

.entry-image {
    margin-top: 1rem;
    
}

.blogbody p {
    margin-top: 1rem;
    
}

.blogbody {
    margin-bottom: 2rem;
    
}
 
.button.primary {
    background: #94B22E;
    color: white;    
}

.button.primary:hover{
    background: #6E872A;
    color: white; 
}



/* ================================== Home-Story ================================== */ 
.text-overlay {
  background-color: rgba(10, 10, 10, .4);
}

.text-overlay h1 {
  margin: 0 auto;
  text-align: center;

  top: 28%;
  position: relative;

  border-bottom: none;
  color: white;
  font-size: 4.5rem;

  font-weight: 400;
}

.slogan{
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.learn-more{
  margin-top: 1.5rem;
}


/* ================================== Video-Test ================================== */ 
#myVideo{
  position: absolute;
  right: 0;
  bottom: 0;
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: white; /* in case the video doesn't fit the whole page
    background-image: /* our video 
    background-position: center center;
    background-size: contain;
     object-fit: cover; /*cover video background 
     z-index:3; */
}

.section-video .layer{
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 60%;

  /*
  * Preventing flicker on some browsers
  * See http://stackoverflow.com/a/36671466/1081396  or issue #183
  */
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);

  background-color: rgba(255, 255, 255, .4);
}

.section-video .layer .slogan p {
  text-align: center;
  font-size: 2rem;
}

.section-video .layer .slogan h2 {
  font-size:3.5rem;
  margin-top:.5rem;
  font-weight: 200;
}

.section-video .letsgo{
  font-size: 3em;
  color: #fff;
}
.section-video{
  overflow: hidden;
}

/* Hiding video controls */
video::-webkit-media-controls {
  display:none !important;
}


/* Cover page. */
#cover-wrapper{
  position: relative;
}

#cover-grid{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

#svg-cut{
  fill: #fff;
  position: absolute;
  bottom: -30px;
  height: auto;
}

.gfort-sep {
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  line-height: 0;
  overflow: hidden;
  position: absolute;
} 


/* ================================== 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.5rem;
  font-weight: 200;
  margin-bottom: 0;
  padding-top: 0;
}

.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: 2px solid #94B22E !important;
}

.section .claim hr{
  border-bottom: 2px solid #94B22E;
  width: 20em;
}

.section .shop hr {
  border-bottom: 2px solid #94B22E;
  width: 10em;
}

.section .section-image p{
  font-size: 1.2rem !important
}

.section .section-caption p{
  margin-top: 2rem;
  font-size: 1.2rem
}

.letsgo {
  background: none;
  color: #94B22E;
  font-size: 3em;
  border-radius: 50%;
  padding: 0.25em;
  margin-top:2rem;
  margin-bottom: 3rem;
  font-size: 2em !important;
  box-shadow: none;
}

.letsgo i {
  padding: .2rem .5rem;
  margin-top: .2rem;
}

.letsgo:hover {
 background: #6E872A;
}

.section-button {
  background:#94B22E;
  font-size:2vh !important;
}

.section-button:hover, .section-button:focus, .section-button:active {
  background:#6E872A;
}

.buy-button {  
  border: 2px solid #0a0a0a; 
  background: transparent !important;
  color: #0a0a0a; 
  margin: .5rem 1rem 1rem 1rem;
  font-size: 1.5rem !important;
  min-width: 17rem;
  font-weight: 500 !important;  
}

.buy-button:hover {
  background: #94B22E !important;
  color: #0a0a0a !important;
}

.buy-button span{
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1rem;
}

.buy-box {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}


.section-alt {
    background-color:#F3F3F1;
    background-image: url("../images/Pfoten-HG.png"); 
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section {
    background-image: url("../images/Pfoten-HG.png"); 
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.hover-click {
  display:none;
}




.orbit-caption {
    background-color: #94B22E;
    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;
}

.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.*/
}

.screen {
    padding-left: 1rem;
    padding-right: 1rem;
    align-content: center;
}

.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: #93b22e;
  border-radius: 100%;
}

.feature-icons i {
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  background: #93b22e;
  border-radius: 100%;
  color: white;
  padding: 1rem;
}

.feature-icons h3 {
  font-size: 1rem;
  font-weight: bold;
}

.orbit-slide.feature-icons {
  padding: .6rem;
}

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:#93b22e;
  margin: 0;
  padding: 0.4rem;
  border-radius: 0;
  box-shadow: none;
}

.switch-button a:hover, .switch-button a:focus {
    background-color:#6E872A;
    color:#fff;
}

a.active-bt {
    background-color:#93b22e;
    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:#94B22E;
}

.orbit-next.team {
    color:#94B22E;
}


/* ================================== Dogtap color picker widget ================================== */ 
.color-picker {
  cursor: pointer;   
  padding:1rem 1rem 1rem 1rem;
  width: 6em;
  display: inline-block;
}

img.inactive-dogtap {
  display:none;
}

/* Dogtap colors and default color for first element. */
#dogtap-blue{background-color:#467CBF; }
#dogtap-white{background-color:#F8F8F9;}
#dogtap-green{background-color:#7CB942;}
#dogtap-black{background-color:#332D2B;}
#dogtap-pink{background-color:#E73787;}
#dogtap-red{background-color:#B12424;}
#dogtap-lilac{background-color:#694F9C;}
#dogtap-brown{background-color: #6A4835;}

.colored-div {
  background-color:#467CBF;
  width:16rem;
  margin: 0 auto;
}

.color-picker, .colored-div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h3.blog {
  min-height:5rem;
}


/* ================================== Dogs ================================== */ 
.dog-div {
    padding: 1rem;
    margin-top:3vh;
}

.dog-div h3{
  padding-top: 0;
}

.dog-image img {
    border-radius: 100%;
    width:10rem;
}

.blog-div {
    padding-top: 1.5rem;
}

/* ================================== Tooltips ================================== */ 

.tooltip-info {
 
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  margin: 0 auto;
  color: #fff;  
  position:absolute;
}

.tooltip-info i {
  background: #93b22e;
  padding: .7rem;
  width: 2.5em;
  height: 2.5em;
  border-radius:50%;
}

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

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #93b22e;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #93b22e;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #93b22e;
}

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

.tooltip-info i {
  width: 2.5rem;
  height: 2.5rem;
  padding: .7rem;
}

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

#tooltip-smartphone-bottom {
  right: 4.3rem;
  bottom: 0;
  top: 25.5rem;
}

#tooltip-dogtap {
  top: 17.5rem;
  left: -16rem;

}


/* ================================== Animations ================================== */ 

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

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

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

.letsgo:first-of-type {
  -webkit-animation: bouncedown .6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 8 alternate both;
          animation: bouncedown .6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 8 alternate both;
}

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

/* ================================== Manufacturer Map ================================== */ 

.map {
  height: 600px;
  width: 100%;
}

a#popup-closer:hover{
  cursor: pointer;
}

#popup-content {
  background-color: white;
  padding: .5rem;
  border: 2px solid #94B22E;
}

#popup-content i{
  padding-right: .5rem;
  color: #94B22E;
}


/* ================================== Media Screen ================================== */ 

/* regular only */
@media screen and (min-width: 64em) {

  .section-start .grid-y{
    padding-top: 30px;
  }
  

  .profile-bt{
    margin-top: -2rem;
  }

}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .text-overlay h1 {
    margin-top:2.5rem;
    font-size:2rem;
   }

   .section .claim h2, .slogan h2{
    font-size: 3rem;
  }

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

  .color-picker {
    width:5rem;
  }

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

  .dog-orbit {
    height: 18rem;
  }

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

}

/* ==================================  ================================== */ 

@media screen and (max-width: 39.9375em) {
    .nav-container {
        padding: 0;
    }
}

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

  h1 {
    font-size: 1.75em;
  }

  h2{
    font-size: 1.3em;
  }

  #footer-container a {

    padding: 1rem;

}

  .text-overlay h1 {
    font-size: 1em;
    padding: 0.4rem;
    top: 18%;
  }

  #svg-cut {
    height: auto;
    bottom: -10px;
  }
  
  .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{
    font-size: 2rem;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  .section .claim p{
    font-size: 1.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;

    background-color: #F3F3F1 !important;

    border-radius: 0.25rem;

    position: relative;
    z-index: 10;
  }

  .section-alt .section-caption p {
    background-color: #fff !important;
  }

  .section .checkboxes{
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
   
  .section .claim hr{
    border-bottom: 2px solid #94B22E;
    width: 10em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .letsgo{
    margin-top:1rem;
    margin-bottom: 2rem;
  }

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

  .buy-button{
    margin-top: 1rem;
  }
  
  
  .dog-div {
    margin-top: 1em; 
  } 
  .dog-div p{
    margin-bottom: 0;
  }

  .profile-bt {
    margin-top: -3rem;
  }

  .dogtap-selector h3{
    display: none;
  }
  .dogtap-selector p{
    margin-top: 0.25em;
    margin-bottom: 0;
  }
    
  img#smart-phone {
    max-width:18rem;

  }

  .light-dogtap {
    display:none;
  }

  .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-div {
    padding-top: 0;
    margin-top: 0;
  }

  .dog-image img {
      max-height:8rem;
      width: auto;
  }

  .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 {
    width:14rem;
  }

  .color-picker {
      width:4rem;
  }
  .section-button {
      font-size:1.2rem !important;
      margin-bottom:0;
  } 

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

  .section-caption {
    margin-top: 1.5rem;
  }

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

  #tooltip-smartphone {
    top: 1rem;
  }

  #tooltip-smartphone-bottom {
    right: 1.3rem;
    top: 12.5rem;
  }

  #tooltip-dogtap {
    top: 8rem;
    left: -10rem;
  }

}  

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

  .text-overlay h1 {
    top: 0%;
    font-size: 2.3rem;
  }

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

  #tooltip-dogtap {
    top: 13.5rem;
    left: -15rem;
  }

}

/* Ipad Pro */
@media screen and (min-width: 64em) and (max-width: 69.9375em) {

  .text-overlay h1 {
    top: 25%;
    font-size: 2.8rem;
  }

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

  #tooltip-dogtap {
    top: 13.5rem;
    left: -15rem;
  }



}

/* Upper Medium */
@media screen and (min-width: 70em) and (max-width: 90em) {

  .text-overlay h1 {
    top: 25%;
    font-size: 3.5rem;
  }

}

/* ================================== Slider Responsiveness Fix ================================== */ 

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

  /* Home */
  .header-orbit {
      height:10rem !important;
  }
  
  .orbit-slide {
      height: 100%;
  }
  
  .overlay {
    height: 55%;
    top: 50%;
  }

  .slider-overlay h1 {
    font-size: .9rem;
    top: 68%;
    left: 35%;
    max-width: 8rem;
  }

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

}

/* small Medium only */
@media screen and (min-width: 44em) and (max-width: 51.9em) {
   /* Home */
   .header-orbit {
    height:23rem !important;
  }

  .orbit-slide {
    height: 100%;
  }

  .overlay {
    height: 45%;
    top: 50%;
  }
  
  .slider-overlay h1 {
  
      font-size: 2rem;
      margin-top: 0;
      max-width: 18rem;
      top: 65%;
      left: 30%;
  
  }

  .img-overlay img {
    max-height: 20rem;
    right: 1rem;
    top: 1.5rem;
  }
}

/* Medium only */
@media screen and (min-width: 52em) and (max-width: 77.9em) {

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

  .orbit-slide {
    height: 100%;
  }

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

  .slider-overlay h1 {
    font-size: 2rem;
    margin-top: 0;
    max-width: 18rem;
    top: 63%;
    left: 41%;
  }

  .img-overlay img {
    max-height: 20rem;
    right: .5rem;
    top: 1.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: 29rem !important;
  }

  .orbit-slide {
    height: 100%;
  }

  .overlay {
    top: 64%;
  }

  .img-overlay img {
    max-height: 28rem;
    right: .5rem;
  }

  .slider-overlay h1 {
    font-size: 2.3rem;
    top: 73%;
    max-width: 23rem;
    left: 50%;
  }

}

/* Ipad Pro (Landscape) */
@media screen and (min-width: 80em) and (max-width: 89.99em) {
  
  .header-orbit {
    height: 35rem !important;
  }

  .orbit-slide {
    height: 100%;
  }

  .overlay {
    top: 60%;
  }

  .slider-overlay h1 {
    max-width: 20rem;
    top: 69%;
    left: 48%;
  }

  .img-overlay img {
    max-height: 30rem;
    right: .5rem;
    top: 3rem;
  }

}

/* Notebooks */
@media screen and (min-width: 90em) and (max-width: 119em) {
  .header-orbit {
    height: 32rem !important;
  }

  .orbit-slide {
    height: 100%;
  }

  .overlay {
    top: 62%;
  }

  .slider-overlay h1 {
    top: 70%;
    font-size: 2.5rem;
    max-width: 23rem;
  }

  .img-overlay img {
    right: .5rem;
    max-height: 32rem;
  }

}

/* 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%;
  }
  
  .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: 60%;

 }

 .slider-overlay h1 {
   top: 75%;
   font-size: 3.2rem;
   max-width: 28rem;
   left: 40%;
 }

}

@media screen and (min-width: 150.9em)  {
  .slider-overlay h1 {
    left: 60%;
    font-size: 3.5rem;
    top: 74%;
  }
}
