@media screen and (max-width: 900px) {
    .leistungen_flex {
        flex-direction: column;
        align-items: center;
    }
    .leistungen_flex_left, .leistungen_flex_right {
        width: 100%;
        max-width: 530px;
        margin: auto;
    }
    .ki_content {
        flex-direction: column;
    }
    .ki_left {
        max-width: 600px;
        flex: auto;
    }
    .ki_left img {
        max-width: 600px;
    }
}

@media screen and (max-width: 730px) {
    .header_right nav {
        display: none;

    }

    .header_right .hamburger {
        display: block;
        cursor: pointer;
        font-size: 33px;
    }

    .header_right .slider {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 9999;
        background: white;
        left: 0;
        top: 0;
        transform: translate(0, -100%);
        transition: transform 1s ease-in-out;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slider a {
        font-size: 40px;
    }
    
    .slider a:hover {
        color: var(--primary-color);
    }

    .header_right .slider.active {
        transform: translate(0, 0%);
    }

    .slider hr {
        width: 100vw;
        border: #80808029 1px solid;
    }

    .dropbtn {
        font-size: 30px;
    }

    .dropdown-content {
        position: unset;
        background-color: #ffffff;
        min-width: auto;
        box-shadow: none;
        border-radius: 0px;
        margin-left: 0px;
        opacity: 1;
        pointer-events: auto;
    }
    
    .dropdown-content a, .dropbtn {
        text-align: center;
        margin: auto;
    }

    .dropdown a {
        font-size: 25px;
    }

    .dropbtn i {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    .header h4 {
        font-size: 27px;
    }
    .hamburger {
        font-size: 25px;
    }
    .prio_head {
        width: auto;
    }
    .prio_left {
        width: 100%;
    }
    .prio_right {
        display: none;
    }
    .webcheck {
        padding: 50px 0;
    }
    .webcheck_form {
        flex-direction: column;
        gap: 9px;
        align-items: stretch;
        flex-direction: column;
    }
    .section {
        padding: 10px;
        margin-top: 100px;
    }
    .section_title {
        margin-bottom: 30px;
    }
    .dringend {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }
    .dringend_item {
        padding: 13px;
        margin: 10px;
        font-size: 20px;
    }
    .dringend_item p {
        font-size: 20px;
    }
    .leistungen_item {
        padding: 25px;
        margin-bottom: 20px;
    }
    .leistungen_item_button {
        margin-top: 15px;
    }
    .ki_content {
        gap: 25px;
    }
    .mial {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mial .swiper-slide {
        padding: 20px;
    }
    .preise_item {
        padding: 10px;
        margin: 10px;
    }
    .kontakt_form {
        padding: 30px 20px;
    }
    .kontakt_content {
        gap: 30px;
    }
}