.bg-animate:hover {
    background: rgba(244, 238, 238, 0.18);
    transition: background-color 10ms ease-out;
    filter: brightness(1.1);
}

.mob-1-8 {
    width: 12.5%;
}

#logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

img.logo {
    width: 18vw;
    height: auto;
    padding: .5em;
}

nav a {
    border-bottom: none!important;
}


.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 5vw;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#myModal1 {
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 10vh;
}

.nopadding {
    margin: 0;
    padding: 0px;
}

.close {
    transition-timing-function: ease-in;
    transition-delay: 1s !important;
}

.close {
    color: white;
    right: 5px;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    z-index: 99999999999;
    top: -60px;
    transform: scale(1.5);
    background-image: url(https://lohmann-breeders.com/wp-content/themes/LohmannBreeders2025/img/close-orange.svg);
    z-index: 999;
    box-shadow: none;
    width: 50px;
    height: 50px;
    background-color: #fff0;
}

.textobtn {
    line-height: 1em;
    font-size: 2em;
    font-weight: 400;
    display: block;
    margin-top: 0.3vw;
    transition: 0.3s;
    color: #fff;
}