/* CSS Document */
header {
  position: relative;
  z-index: 999;
  
}
#header-home {
/*  height: 1000px;
   margin-bottom: 0 !important; */
   background-color: #f7f7f7;
}
header .scrollto {
  position: absolute;
    z-index: 1049;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 44px;
    color: #fff;
    padding: 0;
}
header .scrollto:hover,
header .scrollto:focus,
header .scrollto:active {
  color: #fff;
}
header .scrollto > i {
      animation: arr_down 2s ease-in-out infinite;
}
/*animated scroll arrow animation*/
@keyframes arr_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}
#header-imagekampagne {
  height: 130px;
 margin-bottom: 0 !important;
}
#header-page {
  margin-bottom: 0 !important;
}
.header-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}
#header-top {
  position: relative;
 
  width: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #6CBE99 0%, #004A47 100%);
}
#header-top-links {
  padding: 12px 0 0 0;
}
#header-top-links .nav .nav-item{
  font-family: 'ZOOBold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding:0;
  color:  #ffffff;
}

#header-top-links .nav .nav-item:not(.nav-social):not(.nav-lang):after{
  display: inline-block;
  color: #ffffff;
  padding: 0 8px;
  content: "|";
}
#header-top-links .nav .nav-item.nav-social {
  padding:0 6px;
}
#header-top-links .nav .nav-item:hover {
  color: #6CBE99;
}
#header-logo, .zoo-logo {
  font-family: 'ZOOBold', Helvetica, Arial, sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  display: inline;
  color: #005C59;
  line-height: 1;
  margin-bottom: 15px;
  text-decoration: none;
}

#zoo-logo {
    height: 40px;
    margin-top: 14px;
}
.header-swiper {
  height: calc(100% - 50px);
}
.slide-text {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.header-swiper h2 {
  font-size: 48px;
  font-family: 'ZOOBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.header-swiper h3 {
  font-size: 48px;
  font-family: 'ZOOBold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.header-swiper h4 {
  background: #94785b;
  line-height: 1.2;
   font-size: 30px;
   color: #fff;
   padding: 12px 10px;
   max-width: 640px;
   cursor: pointer;
}
.header-swiper p {
  background: rgba(0, 0, 0, 0.4);
  /*font-family: 'ZOOBold', Helvetica, Arial, sans-serif;*/
  line-height: 1.2;
   font-size: 21px;
   letter-spacing: 0.75px;
   color: #fff;
   padding: 12px 10px;
   max-width: 640px;
   cursor: pointer;
}
.header-swiper{
  padding-bottom: 32px !important;
}
.header-swiper .swiper-pagination {
  bottom: 0 !important;
}
.header-swiper .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #b5b7b4;
    opacity: 1;
}
.header-swiper .swiper-pagination-bullet-active {
    background: #616265;
}
.header-swiper .swiper-slide {
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
header .swiper-slide::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.slide-buttons {
     position: absolute;
         top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 8;
    overflow: hidden;
}
.slide-btn {
color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 7px;
    padding-right: 25px;
    position: relative;
        left: 100%;
    transform: translateX(-50px);
    transition: transform 0.2s;
}
.slide-btn-text {
  font-family: 'ZOOBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  font-size: 24px;
      vertical-align: 9%;

}
.slide-btn:hover {
     transform: translateX(-100%);
    text-decoration: none;
    color: #fff;
}
.slide-btn-icon { 
    width: 50px;
    height: 50px;
    text-align: center;
    background: none;
    display: inline-block;
    margin-right: 12px;
}
.slide-btn-icon>i {
  line-height: 50px;
  font-size: 32px;
}
.slide-btn-icon.slide-btn-icon-orange { 
    background: #ea5b0c;
}

.slide-btn-icon.slide-btn-icon-red { 
    background: #b13f41;
}


#header-home .section-link {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 999;
  line-height: 1;
}

