h4{
    font-size: 1em;
}

@media (min-width: 600px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

@media (hover: none) {
    .hoverEffect .imghoverEffect{
        opacity: 0.3;
    }
    .hoverEffect .h2hoverEffect{
        opacity: 1;
    }
}

.hoverEffect:active{
    opacity: 1;
}

.hoverEffect .imghoverEffect{
  opacity: 1;
  transition: .3s ease-in;
  backface-visibility: hidden;
}

.hoverEffect:hover .imghoverEffect{
    opacity: 0.3;
}

.hoverEffect .h2hoverEffect{
    opacity: 0;
    transition: .3s ease;
    backface-visibility: hidden;
}

.hoverEffect:hover .h2hoverEffect{
    opacity: 1;
    color: #009549;
}

@keyframes dezinfektimA {
  0%   {left:-200px; top:0px;}
  100% {left:0px; top:0px;}
}

/* The element to apply the animation to */
.dezinfektimAnimation{
  position: relative;
  animation-name: dezinfektimA;
  animation-duration: 2s;
}

@keyframes dezinsektimA {
  0%   {left:0px; top:-200px;}
  100% {left:0px; top:0px;}
}

/* The element to apply the animation to */
.dezinsektimAnimation{
  position: relative;
  animation-name: dezinsektimA;
  animation-duration: 2s;
}

@keyframes deratizimA {
  0%   {right:-200px; top:0px;}
  100% {right:0px; top:0px;}
}

/* The element to apply the animation to */
.deratizimAnimation{
  position: relative;
  animation-name: deratizimA;
  animation-duration: 2s;
}


.navbar{
    text-align: right;
}
.backtoZP a{
    padding: 25px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin: 100px;
    text-align: center;
    text-decoration: none;
    color: #009549;
}
.img-fluid{
    padding: 10px;
}
.carousel-caption{
    position: absolute;
    bottom: 38.5%;
}
.whereServices{
    padding-bottom: 100px;
}
.mainService{
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 100px;
}
.footer{
    margin-top: 100px;
    margin-bottom: 100px;
}
.footerImg{
    width: 150px;
    height: 75px;
}
.footerP{
    margin: 20px;
}