@font-face {
    font-family: "Metric-Regular";
    src: url("./assets/fonts/Metric-Regular.woff2");
}

@font-face {
    font-family: "Metric-Bold";
    src: url("./assets/fonts/Metric-Bold.woff2");
}

@font-face {
    font-family: "Metric-Light";
    src: url("./assets/fonts/Metric-Light.woff2");
}

.slides-container {
    min-height: 110px;
    margin-bottom: 0;
}

.header-container h1 {
    margin: 0;
    font-size: 1.5em;
}

h2 {
    margin-top: 0px;
}

#dog-img {
    display: inline-block;
    position: relative;
}

.dog-img {
    width: 100%;
}

#dog-Btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes mymove {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes mymoveGone {
    to {
        visibility: hidden;
        width: 0;
        height: 0;
    }
}

.hidden {
    display: none;
}

.hm-info-modal {
    background-color: rgba(0, 160, 117, 0.90);
    color: #fff;
    border-radius: 0.5vw;
    padding: 1.5vw;
    min-width: 35vw;
    right: 10vw;
    top: 11vw;
    animation: mymove 0.4s;
    border: none;
}

.hm-info-modal * {
    color: #FFFFFF;
}
.hm-info-modal button {
    background: none;
    border: none;
}

.hm-info-modal .dialog-title {
    font-size: 1.5em;
    font-weight: bold;

}

.hm-info-modal .dialog-subtitle {
    font-size: 3rem;
    font-weight: 1000;
    margin: 0 0 4rem;
}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#closeGraphicModal {
    background-image: url('./assets/plus.svg');
    transform: rotate(45deg);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

#closeGraphicModal:hover {
    scale: 1.1;
    transition: scale .1s ease-in-out;
}
.all-services {
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 20px;
}

.all-services .all-services-title {
    margin: 0 0 -10px;
    font-size: 3rem;
    font-weight: 1000;
}

@keyframes slider {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.slides-container li {
    opacity: 1;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .2s;
    animation: slider .7s ease
}

.slides-container li > span {
    font-weight: bolder;
}

.modal-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

@keyframes navSlider {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#numberPages {
    animation: navSlider 1s ease;
    font-size: 1.4em;
    font-weight: bold;
}

/* Button Styles */

@keyframes myBtn {
    /* from {right: 0px;}
    to {right: 10vw;} */
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes myBtnHover {
    100% {
        transform: scale(0.5) ease-in;
    }
}

.info-btn {
    background-color: #00A075;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    border: none;
    animation: myBtn .8s;
    transition: all .3s ease-in-out;
    animation-delay: 1s;
    background-image: url('./assets/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.6rem;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .info-btn {
        width: 4.5vw;
        height: 4.5vw;
        background-size: 2.5vw;
    }
}

.slide-arrow {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.info-btn:hover, .slide-arrow:hover {
    transform: scale(1.3);
}

/* Button Alignments */

.dog-Btns {
    position: relative;
    left: 2em;
}

#dog-Btns button {
    cursor: pointer;
}

#dog-1 {
    position: absolute;
    background-color: #00A075;
    top: 13%;
    left: 34%;
}

#dog-2 {
    position: absolute;
    background-color: #7F5CA3;
    top: 46%;
    left: 50%;
}

#dog-3 {
    position: absolute;
    background-color: #89cedc;
    top: 56%;
    left: 52%;
}

#dog-4 {
    position: absolute;
    background-color: #fdc306;
    top: 71%;
    left: 56%;
}

#dog-5 {
    position: absolute;
    background-color: #184382;
    top: 49%;
    left: 40%;
}

#dog-6 {
    position: absolute;
    background-color: #7fbe68;
    top: 60%;
    left: 37%;
}

#dog-7 {
    position: absolute;
    background-color: #005e52;
    top: 37%;
    left: 34%;
}

/* Media Query */
@media (max-width: 768px) {

    .slides-container {
        min-height: auto;
    }

    h2 {
        font-size: 1.2em;
    }

    .header-container h1 {
        font-size: 1.5em;
    }

    #closeGraphicModal {
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    .modal-navigation img {
        width: 20px;
        height: 20px;
        background-size: cover;
    }
}

.contact img,
.teaser-content img {
    border-radius: 15px;
}

.a11y-nav{
    position: absolute;
    top: -20em;
    left: 50%;
    transform: translateX(-50%);
    margin: 5px;
    padding: 10px;
    background-color: #FFFFFF;
}

.a11y-nav:focus-visible{
    top: 0;
    z-index: 99;
}


input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="button"]),
textarea,
select {
    border: 1px solid #00a075;;
}

.sticky-button {
    padding: 15px 10px 15px 15px;
    cursor: pointer;
}

.sticky-button.-minimized {
    font-size: 0;
    width: 60px;
}

.sticky-button.-minimized:before {
    margin-bottom: 0;
}

.sticky-button.-minimized:hover {
    font-size: 1.8rem;
    padding: 15px 10px 15px 15px;
    width: 100px;
}

.sticky-button.-minimized:hover:before {
    margin-bottom: 7.5px;
}

@media (max-width: 767.98px) {
    .sticky-button.-minimized {
        width: 100%;
        font-size: 1.1rem;
        gap: .5rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .sticky-button.-minimized:hover {
        padding: 0;
        width: 100%;
        font-size: 1.1rem;
    }

    .sticky-button.-minimized:hover:before {
        margin-bottom: 0;
    }
}

.sticky-button:before {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 7.5px;
}

.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

