/*------------- STYLOVÁNÍ TEXT-BOX -------------*/
.hero-text.relativ .big-size {
    width: 65%;
    text-align: center;
}

.overlay {
    position: fixed;
    height: 100%;
    background: white;
    width: 100%;
    color: black;
    left: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
	padding:1em;
    padding-top: 10em;
}

.bg-light-green a.footer {
    height: 30px;
    width: 30px;
    display: flex;
    border: 1.5px solid var(--contrast-color)!important;
    border-radius: 50%;
    align-items: center;
    color: var(--contrast-color)!important;
    justify-content: center;
    margin-top: 0.5em;
}

.horizontal-wave-wrapp {
    position: relative;
    margin-top: -8.2em;
    margin-bottom: -1em;
}

/*------------- STYLOVÁNÍ SLUŽEB -------------*/
.sluzby .grid-3 .section-padding{
    height: 450px;
}

.sluzby * {
	position:relative;
	z-index:1;
}

.bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index:0;
	 opacity: 0.08;
}

.flex-animal {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
	justify-content: space-between;
	  -ms-overflow-style: none; /* Skryje scrollbar v Internet Exploreri a Edge */
    scrollbar-width: none; /* Skryje scrollbar v Firefox-e */
}

.flex-animal::-webkit-scrollbar {
    display: none; /* Skryje scrollbar v prehliadačoch, ktoré podporujú webkit */
}

.ambulancia article.section-padding.center-text {
    position: relative;
}

.flex-animal .animal-wrap {
    width: 13%;
}

img.animal-wrap-img {
    margin-bottom: -0.3em;
	position:relative;
	z-index:1;
}

@keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    35% {
      transform: translateY(-10px);
    }

    70% {
        transform: translateY(10px);
      }


    100% {
      transform: translateY(0);
    }
  }

img.animal-after {
    position: absolute;
    top: -2em;
    right: 0;
    width: 100px;
    z-index: 9999;
    display: none;
    transition: all 0.3s ease;
    animation: moveUpDown 3s infinite;
}

.animal-div-1:hover img.animal-after, .animal-div-2:hover img.animal-after, .animal-div-3:hover img.animal-after, .animal-div-4:hover img.animal-after, .animal-div-5:hover img.animal-after, .animal-div-6:hover img.animal-after, .animal-div-7:hover img.animal-after {
display: block;
}

.animal-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
	z-index:0;
}

.animal-link{
    width: 100%;
    border-radius: 0 0 25px 0;
    font-size: 1.25em;
    font-weight: 700;
    padding: 0.5em;
}

.information.p-s {
    overflow: hidden;
}

.main-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
	z-index:0;
}

.information .section-padding.relative {
    min-height: 250px;
}

img.horizontal-wave-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    z-index: 1;
}

button.collapsible{
    display: flex;
    justify-content: space-between;
    font-size: 1em;
}

button.collapsible strong {
    color: var(--contrast-color);
}

.collapsible {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
  }
  
  .content {
    width: 100%;
    display: none;
    overflow: hidden;
  }

  button.collapsible {
    padding: 1em;
  }

  .content-collapse {
    border: 1px solid #4c56511f;
    background-color: white;
  }

  .headline.section-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
.video {
	position:relative;
	height:550px;
}
video { width:100%!important;
	height:100%!important;
	object-fit:cover;
	object-position: 50% 26%;
	top:0;
	left:0;
	position:absolute;
	
} 

@media only screen and (max-width: 991px) {

.flex-animal .animal-wrap {
    width: 48%;
    margin-bottom: 1em;
}
	
	.video {
	position:relative;
	height:auto;
}
	
	.video video { width:100%!important;
		height:auto!important;
	position:relative;}


.horizontal-wave-wrapp {
    margin-top: -3em;
}

.hero-text.relativ .big-size {
    width:auto;
}

.button-wrapp {
    text-align: center;
}

}

@media only screen and (max-width: 651px) {

    .horizontal-wave-wrapp {
        margin-top: -2.2em;
    }

    img.horizontal-wave-info {
        display: none;
    }
    }