@media (max-width: 1200px) {

    .nav-links ul li a {
        font-size: 18px;
    }

}


@media (max-width: 1000px) {


     .nav-links ul li a {
        font-size: 17px;
    }

    .topbar-container a {
        font-size: 14px;
    }

    .topbar-container a i {
        margin-right: 5px;
    }

}


@media (max-width: 992px) {

    h1, .h1 {
        font-size: 38px;
        line-height: 48px;
    }

    h2, .h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3, .h3 {
        font-size: 24px;
        line-height: 34px;
    }

    h4, .h4 {
        font-size: 20px;
        line-height: 30px;
    }

    h5, .h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .banner {
        padding: 125px 25px;
    }

    .banner .banner-subline {
        font-size: 22px;
        line-height: 32px;
    }

    .banner-btn {
        font-size: 16px;
        padding: 12px 24px;
    }

    .section-padding {
        padding: 75px 0;
    }

    .ie_text.big-font p {
        font-size: 24px;
        line-height: 34px;
    }

    .ie_bild_text .order-2 .bild-text-text {
        margin-left: 0px;
        margin-top: 30px;
    }

    .ie_bild_text .order-1 .bild-text-text {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    footer .footer-box {
        margin-bottom: 50px;
    }

    .footer-box .h4 {
        margin-bottom: 20px;
    }

    .steps-container .content:hover {
        border: 3px solid #fff;
    }

    .steps-container {
        left: 0!important;
        flex-direction: row-reverse;
        width: auto;
        margin-bottom: 50px;
    }

    .steps .steps-container:nth-child(even) {
        left: 0!important;
    }

    .ie_schritte .steps .steps-container .date {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .ie_schritte .step-line {
        margin-top: 20px;
        width: 10px;
    }

    .ie_schritte .steps-container .content p,
    .ie_schritte .steps-container .content ul li,
    .ie_schritte .steps-container .content a {
        font-size: 16px;
        line-height: 26px;
    }

    .ie_schritte .steps::after {
        background-color: transparent;
    }

    .ie_schritte .steps-container {
        width: 100%;
    }

    .footer-row-copyright .text-right {
        text-align: left!important;
    }

}


@media (max-width: 767px) {

    



}



@media (max-width: 990px) {

 
    .navbar {
        justify-content: space-between;
        width: 100%;
    }

    .logo {
        display: block;
    }

    .nav-links ul i{
        display: block;
        padding-right: 8px;
    }

    .nav-links {
        position: absolute;
        top: 58px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease-in-out;
        border-bottom: 2px solid transparent;
    }

    .nav-links::before {
        content: "🍴";
        text-align: center;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        bottom: 0;
        right: 0px;
        width: 128px;
        height: 118px;
        background: radial-gradient(circle at center, var(--bg-hell-braun) 0%, transparent 122%);
        clip-path: circle(28% at 50% 50%); /* centered circle */
        z-index: 99999;
    }

    .nav-links.active {
        max-height: 450px;
        border-bottom: 2px solid #69a75f;
    }

    .nav-links ul {
        flex-direction: column;
        padding: 20px 0;
        position: relative;
        width: 100%;
        background: #ffffff;
        z-index: 9999;
    }

    .nav-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-links ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-toggle {
        display: flex;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translateY(8px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-8px);
    }

    .menu-toggle span {
        width: 25px;
        height: 3px;
        background: #222;
        transition: all 0.3s ease;
    }



}