/***********************************************************************/
/* NAVIGATION */
/*
h2 {
    color: #fff;
    font-family: 'Miriam Libre', sans-serif;
    position: absolute;
    text-align: center;
    font-size: xx-large;
    display: inline-block;
    margin: 0 0.5rem;
    animation: zoomIn;
    animation-duration: 2s;
}

.link_index-seite {
    color: #fff;
}
nav ul.sf-menu ul li {
    list-style-type: none;
}
*/

/***********************************************************************/
/* HOME */
/*
.slider {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    width: 1800%;
    height: 100%;
    transition: transform 1.5s ease-in-out;
}

.slide {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    flex-shrink: 0;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/

/***********************************************************************/
/* FULL SCALE FX-NAVIGATION */
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: darken;
    height: 100vh;
    inset: 0;
    width: 100vw;
    position: fixed;
    z-index: 0;
}
.home-page-nav {
    color: #fff;
    font-family: 'Miriam Libre', sans-serif;
    left: 20px;
    line-height: 120px;
    letter-spacing: 0.15em;
    top: 50px;
    background-color: transparent;
    font-size: 38px;
    padding: 70px 120px 70px 120px;
    position: absolute;
    transition: 1500ms;
    z-index: 10;
}
.home-page-nav-title {
    font-weight: bold;
}
.home-page-nav a {
    color: #cf2575;
    transition: letter-spacing 1500ms ease-in-out;
    text-decoration: none;
}
.home-page-nav a:hover {
    letter-spacing: var(--animated-link-hover-letter-spacing);
}

/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES ************************* */

/*------------------------------------------------------------------------------------------------------*/
/* Desktop */
@media only screen and (max-width: 1024px) {

}

/*------------------------------------------------------------------------------------------------------*/
/* zwischen-schritt: 960 */
@media only screen and (max-width: 960px) {
    .home-page-nav {
        line-height: 75px;
        padding: 20px 50px;
    }
}


/*------------------------------------------------------------------------------------------------------*/
/* Mobile/Browser */
@media only screen and (max-width: 768px) {
    .home-page-nav {
        font-size: 35px;
        line-height: 65px;
        padding: 20px 40px;
    }
}
/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    /* NAVIGATION */
    .nav__panel {
        padding: 0;
    }
    nav ul.sf-menu {
        height: 100%;
        margin-block: 0;
        margin-left: 0;
        padding-block: 36px;
        padding-inline: 20px;
        overflow-y: scroll;
    }
    /* HOMEPAGE */
    .home-page-nav {
        font-size: 30px;
        line-height: 55px;
        padding: 15px 25px;
    }
}

/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    .home-page-nav {
        font-size: 30px;
        line-height: 50px;
        padding: 10px 20px;
    }
}

/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {

}

/*------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 280px) {
    .home-page-nav {
        font-size: 15px;
        line-height: 40px;
        padding: 10px 10px;
    }
}