@media (max-width: 1200px) {
    .arrowDesktop {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 1060px) {
    .arrowDesktop {
        display: none;
    }

    .arrowMobile {
        display: block;
        width: 40px;
        height: 40px;
    }

    .vorgehen {
        height: 100%;
    }

    .container {
        flex-direction: column;
        height: 100vh;
    }

    .network-node {
        transform: rotate(0deg);
        width: 160px;
        height: 160px;
        z-index: 5;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        margin: 40px;
    }

    .nodetext {
        transform: rotate(-0deg);
    }
}

@media (max-width: 768px) {
    .navLink {
        display: none;
    }

    .navLnikLogo {
        display: block;
        text-decoration: none;
        width: 24px;
        height: auto;
    }

    .navLnikLogo:hover {
        filter: drop-shadow(0px 0px 4px #ffffff);
        cursor: pointer;
    }

    .typewriter {
       font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .contact,
    .footer {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 648px) {
    .typewriter {
       display: none;
    }

    .typewriterMobile {
        display: block;
        text-align: center;
        font-size: 3rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
