@media screen and (max-width: 1560px) {
     .hw_products_container {
         grid-template-rows: repeat(2, 1fr);
         width: 100%;
         height: fit-content;
         margin: 0 auto;
    }
     .sw_products_container {
         width: 100%;
         margin: 0 auto;
    }
     .sw_title_container, .hw_title_container {
         width: 100%;
    }
     .grid-1 {
         grid-column-start: 1;
         grid-column-end: 7;
         grid-row: 1;
         height: fit-content;
    }
     .grid-2 {
         grid-column-start: 1;
         grid-column-end: 7;
         grid-row: 2;
         height: fit-content;
    }
     .grid-3 {
         grid-column-start: 1;
         grid-column-end: 7;
         grid-row: 3;
         height: fit-content;
    }
     .grid-4 {
         grid-column-start: 1;
         grid-column-end: 7;
         grid-row: 4;
         height: fit-content;
    }
     .grid-5 {
         grid-column-start: 1;
         grid-column-end: 7;
         grid-row: 5;
         height: fit-content;
    }
     .grid-6 {
         grid-column-start: 1;
         grid-column-end: 7;
         grid-row: 6;
         height: fit-content;
    }
     .logo_img {
         text-align: left;
    }
     .logo_img img {
         max-width: 26.25em;
         height: auto;
    }
     .prod_img_top {
         width: 40%;
         height: 100%;
    }
     .prod_text {
         width: 60%;
         padding-bottom: 20px;
    }
     .prod_text_sw {
         width: 60%;
         padding-bottom: 20px;
    }
     .sw_products_container {
         width: 100%;
    }
     a.cta-button, div.cta-button {
         position: absolute;
         bottom: 0;
         left: 0;
         margin: 14px;
    }
    .contact-disclaimer p {
        font-size: 32px;
    }
    .slideshow_container .grid-2 {
        background: #ffffff;
        padding: 50px;
        margin-top: 4em;
        -webkit-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
        box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
    }
    .expl-img-desk {
        display: none;
    }
    .expl-img-mob {
        display: block;
        width: 90%;
        margin: auto;
    }
    /* main products */
    .section > * {
        width: 100%;
    }
    .section {
        display: grid;
        justify-items: center;
        min-height: unset;
    }
    .section__body {
        display: unset;
    }
    .section__img {
        display: unset;
    }
    .section__img__inner {
        width: 100%;
        max-width: 626px;
        height: 400px;
        margin: auto;
    }
    .section__text {
        width: 100%;
        max-width: 727px;
        margin: auto;
        padding: 2em;
        margin-bottom: 6em;
    }
    /*
    .section__img__inner {
        width: 90%;
    }
    .section__text {
        margin-left: 2vh;
    }
    */
}

 @media screen and (max-width: 940px) {
     .prod_text {
         width: 50%;
    }
}

 @media screen and (max-width: 780px) {
     .prod_img_top {
         height: 75%;
         width: 50%;
    }
     .prod_img_expl_top {
         height: 100%;
         width: 33%;
    }
     .section-container.footer {
         background: var(--third-theme-color);
         width: fit-content;
         padding: 2em 4em 2em 2em;
         margin: 0;
         transform: skewX(360deg);
         translate: 0 -40px;
         margin: auto;
         margin-top: 3em;
    }
     .section-header.footer {
         font-size: 2.4rem;
         transform: skewX(0deg);
    }
     .section-container {
         background: var(--theme-color);
         width: fit-content;
         padding: 2em 2em 2em 7em;
         margin: 16em 0 2em -2em;
         transform: skewX(345deg);
         translate: 0 -40px;
         box-shadow: 5px 2px 5px 0px rgba(0,0,0,0.4);
    }
    .section-container-right {
        padding: 2em 2em 2em 7em;
        margin: 16em 0 2em -2em;
    }
    .gpsauge-mobile-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
        grid-auto-rows: unset;
        gap: 20px 20px;
        grid-auto-flow: unset;
        grid-template-areas:
            "mob-feature_1_img mob-feature_1_txt"
            "mob-feature_2_img mob-feature_2_txt"
            "mob-feature_3_img mob-feature_3_txt"
            "mob-feature_4_img mob-feature_4_txt"
            "mob-feature_5_img mob-feature_5_txt"
            "mob-feature_6_img mob-feature_6_txt";
    }
    .mobile-feature-grid-img {
        width: 90px !important;
    }
}

@media screen and (max-width:970px) {
    h2 {
        font-size: 48px;
        padding-bottom: 1em;
        padding-top: 1em;
        margin-bottom: 0;
        margin-top: 0;
    }
    h3 {
        font-size: 36px;
        margin-bottom: 0.5em;
        margin-top: 0;
    }
    h4 {
        font-size: 22px;
        margin-bottom: 0.5em;
        margin-top: 0;
    }
    .main-nav {
        padding: 20px;
        height: 60px;
    }
    .logo-container {
        height: 80px;
    }
    .logo-container-img {
        width: 130px;
    }
    .logo-text {
        font-size: 1.2rem;
    }
    .main-header {
        font-size: 2.5rem;
    }
    .main-header::before {
        top: -.3em;
        width: 50%;
    }
    .main-know-more-btn {
        font-size: 1.2rem;
    }
    .straight-container {
        width: 100%;
        transform: skewX(0deg);
    }
    .callout {
        transform: skewX(0deg);
    }
    .section-container-left {
        margin: 0 0 0 -14em;
    }
    .features-container {
        margin: 0em auto;
    }
    .news-later-container {
        width: 90%;
    }
    #footer-form {
        padding: 0;
    }
    #features-section {
        margin-top: 80px;
    }
    h1 {
        font-size: 56px;
    }
    .heading-intro h2 {
        font-size: 42px;
    }
    .heading-intro h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:970px) {

    .logo-container {
        padding: 0;
        margin: 0 0 -3em -20em;
        transition: all .4s ease;
    }
    .logo-container-img {
        display: none;
    }
    .logo-container-mobile-right {
        height: fit-content;
        display: none;
        top: 0;
        position: relative;
        justify-content: center;
        align-items: center;
        background: var(--theme-color);
        transition: all .4s ease;
        padding: 0.5em 8em 0.5em 1.5em;
        margin: 0 -8em -3em 0;
        transform: skewX(15deg);
        box-shadow: -5px 2px 5px 0px rgb(0 0 0 / 40%);
        opacity: 1;
    }
    .logo-container-mobile-right .logo-container-mobile-right-img {
        display: block;
        width: 80px;
        transform: skewX(345deg);
        transition: all .4s ease;
    }
    /* SCROLL */
    .logo-container {
        top: 0;
    }
    .logo-container-mobile-right .logo-container-mobile-right-img-small {
        width: 96px;
        transition: all .4s ease;
    }
    .logo-container-mobile-right-trans {
        padding: 0;
        margin: 0 -10em -3em 0;
        transition: all .4s ease;
    }
    .logo-container-mobile-right-dis {
        display: none;
    }
    .logo-container-mobile-left {
        padding: 0em 0em 0em 0em;
        margin: 0em 0em 0em 0em;
        transition: all .4s ease;
        z-index: 2;
    }
    .logo-container-overlay {
        display: none;
    }
    .top-scroll {
        display: block;
        position: absolute;
        width: 90vw;
        text-align: right;
    }
    .fa-angle-up {
        color: var(--theme-color);
        font-size: 2em;
    }
    /* SCROLL END */
    .nav-link-container {
        position: fixed;
        background-color: #272727 !important;
        height: calc(100vh - 50px);
        top: 60px;
        left: 0;
        flex-direction: column;
        width: 30%;
        align-items: center;
        z-index: 1;
        justify-content: center;
        transform: translateX(-100%);
    }
    .nav-link-container li {
        margin: 1.25em 0;
    }
    .nav-link-container li a {
        font-size: 1.2rem;
    }
    .fa-angle-up:before {
        color: #f3ece6;
    }
    .burger-container {
        height: 35px;
        width: 35px;
        margin-right: 1em;
    }
    .burger-container i {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #f3ece6;
        cursor: pointer;
        margin-top: 7px;
        transition: all .9s ease;
    }
    .line1 {
        transform: translateY(10px) rotate(45deg);
    }
    .line2 {
        opacity: 0;
    }
    .line3 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .quick-burger {
        height: 35px;
        width: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: none;
    }
    .quick-burger i {
        display: block;
        height: 6px;
        width: 6px;
        background-color: white;
        margin-top: 7px;
        transition: all .2s ease;
    }
    .quick-burger-dot-3 {
        transform: translateY(-14px) !important;
    }
    .quick-burger-dot-1 {
        transform: translateY(7px) !important;
    }
    .quick-contact-nav {
        position: fixed;
        right: 0;
        height: 175px;
        top: 60px;
        width: 100%;
        flex-direction: column;
        padding: 0 1.2em;
        transform: scaleY(0);
        transition: all .4s ease;
        transform-origin: top;
        overflow: hidden;
        height: 0;
        z-index: 2;
    }
    .quick-address-container {
        display: flex;
    }
    .saperator {
        width: 100%;
        height: 1px;
        background-color: rgb(207, 207, 207);
        transform: scaleX(1);
        transform-origin: left;
    }
    .quck-contact-phone-location {
        flex-direction: column;
    }
    .quck-contact-phone-location a {
        display: block;
        margin: .5em 0;
        transition: all .4s ease;
    }
    .quick-contact-logos {
        width: 100%;
    }
    .quick-phone-container {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }
    [data-nav-icon="nav-icon"] {
        opacity: 1;
        margin-left: 0;
    }
    .credit {
        margin-top: 2em;
    }
    .obd-intro-text {
        color: var(--text-dark-color);
        font-size: 24px;
        max-width: 767px;
        margin: auto;
        font-weight: bold;
        text-align: center;
        margin-top: 1.5em;
        padding: 0 1em 0 1em;
    }
    .obd-intro-text-sub {
        color: var(--text-dark-color);
        font-size: 18px;
        max-width: 767px;
        margin: auto;
        text-align: center;
        margin-bottom: 2em;
        padding: 2em;
    }
}

@media screen and (max-width:850px) {
    .main-header {
        font-size: 2rem;
        text-align: center;
        width: 100vw;
    }
    .content-container::before {
        width: 45%;
    }
    .nav-link-container {
        width: 30%;
    }
}


@media screen and (max-width: 670px) {
    h2 {
        font-size: 26px;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
        margin-bottom: 0;
        margin-top: 0;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 0.5em;
        margin-top: 0;
    }
    h4 {
        font-size: 15px;
        margin-bottom: 0.5em;
        margin-top: 0;
    }
    .callout p {
        font-size: 15px;
    }
    .prod_text {
         width: 40%;
    }
    .obd-intro-text-right {
        font-size: 15px;
    }
     .grid-1.callout img {
         width: 100%;
    }
     .grid-2.callout img {
         width: 100%;
    }
    .mobile-feature-grid-img {
        width: 100px;
    }
    .appicon_img {
        max-width: 200px;
    }
    .big-heading {
        padding: 18px;
        padding-bottom: 0;
    }
    .small-heading {
        padding: 0 1em 0 1em;
    }
    .heading-intro h2 {
        font-size: 26px;
    }
    .heading-intro h3 {
        font-size: 20px;
    }
    .slideshow_container .grid-2 {
        background: none;
        padding: 14px;
        margin-top: 2em;
    }
    .grid-2 {
        box-shadow: none;
    }
    .background-container {
        padding-top: 1em; /*margin-top war hier vorher */
        padding-bottom: 2em;
    }
    .main-products-container {
        padding-bottom: 16em;
    }
    .content-videos {
        padding-bottom: 16em;
    }
    .slideshow_container {
        width: 100%;
    }
    .phone-slideshow {
        width: 66%;
        margin-top: 1.5em;
    }
    .mockup_container {
        width: 100%;
    }
    .mockup_container .grid-2 {
        padding: 14px;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
    .section__text {
        margin-bottom: 2em;
        padding-top: 0em;
        padding: 14px;
    }
    .storebadge img {
        width: 170px !important;
        margin: 6px;
    }
    .mobile-feature-grid-img {
        width: 72px !important;
        margin-top: 16px;
    }
    .input-row {
        flex-direction: column; /* Eingabefelder werden gestapelt */
        margin-bottom: 0;
    }
    .input-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .footer-widget-heading {
        margin-top: 1em;
    }

    /*
    .input-container label {
        position: static; Standard-Positionierung des Labels
        transform: none;  Standard-Transformierung des Labels 
        opacity: 1;  Standard-Opazität des Labels 
    }

    */
}


/* SERVICE SECTION START */

@media screen and (max-width:500px) {
    .section-header {
        font-size: 1.8rem;
    }
    .features-card {
        flex-direction: column;
        padding: 1em;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .feature-icon {
        margin-bottom: 1em;
    }
    .feature-icon i {
        width: 60px;
        height: 60px;
        padding: .8em;
        color: white;
    }
    .feature-dis h2 {
        font-size: 1.4rem;
        margin-bottom: .8em;
        font-weight: normal;
    }
    .appicon_img {
        float: unset;
        display: flex;
        margin: auto;
        margin-bottom: 25px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .content-features h3 {
        text-align: center;
    }
    .content-features h4 {

    }
}

@media screen and (max-width:400px) {
    .preloader-text {
        transform: translateX(-50%);
    }
    .nav-link-container {
        width: 40%;
    }
    .burger-container {
        height: 37px;
        width: 30px;
        margin-right: 1em;
    }
    .logo-container {
        height: 70px;
    }
    .logo-img {
        width: 120px;
    }
    .logo-text {
        transform: translateX(-45%);
        font-size: 1.1rem;
    }
    .logo-color {
        display: block;
    }
    .main-header::before {
        width: 45%;
    }
    .quick-contact-nav {
        width: 100%;
        padding-bottom: .5em;
    }
    .wp-img {
        margin-top: 0;
    }
    .just-dial-img {
        width: 85px;
        margin-top: 0;
    }
}


/* <!-- about-us-section --> */

@media screen and (max-width:1250px) {
    .about-us-inner-container {
        width: 100%;
    }
    .right-about-img-container {
        margin-left: 1em;
    }
    .right-about-img-container img {
        width: 100%;
    }
}

@media screen and (max-width:970px) {
    #about-us-section {
        padding: 1em 0;
    }
    .about-us-inner-container {
        display: flex;
        flex-direction: column;
    }
    .contact-text-container-inner {
        display: none;
    }
    .left-about-us-dis {
        width: 95%;
        margin: 4em auto;
    }
    .about-header {
        font-size: 1.8rem;
    }
    .right-about-img-container {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 2em;
    }
}


/* <!-- OUR products SECTION START --> */

@media screen and (max-width:970px) {
    .products-card-row {
        width: 95%;
        padding: 0;
    }
    .products-card {
        padding: 1em;
        min-height: 350px;
    }
    .slider-container {
        width: 95%;
        padding: 0;
    }
}

@media screen and (max-width:700px) {
    .products-card-row {
        flex-direction: column;
    }
    .products-card {
        width: 100%;
    }
    .products-card-icon i {
        font-size: 3rem;
    }
    .specialty-card-dis p {
        font-size: 1rem;
    }
    .products-card-row:nth-child(2) .products-card:nth-child(1) {
        background: #272727;
        color: white;
    }
    .products-card-row:nth-child(2) .products-card:nth-child(1) .products-card-dis-header {
        border-bottom: 1px solid white;
    }
    .products-card-row:nth-child(2) .products-card:nth-child(2) {
        background-color: rgba(231, 230, 230, 0.796);
        color: black;
    }
    .products-card-row:nth-child(2) .products-card:nth-child(2) .products-card-dis-header {
        border-bottom: 1px solid #272727;
    }
    .news-later-container-inner {
        flex-direction: column;
    }
    .cta-text {
        margin-right: 0;
        margin-bottom: 2em;
        flex-direction: column;
        border-right: none;
        padding-right: 0;
        align-items: flex-start;
    }
}


/* <!-- CONTACT US SECTION START --> */

@media screen and (max-width:1350px) {
    .contact-us-inner-container {
        width: 95%;
    }
}

@media screen and (max-width:970px) {
    .contact-us-inner-container {
        width: 90%;
        flex-direction: column;
    }
    #main-form {
        width: 100%;
    }
    .form-map-container {
        display: none;
    }
    #contact-us-section {
        flex-direction: column;
        align-items: center;
    }
    .contact-text-container {
        width: 100%;
        padding: 1em 3em 1em 1.5em;
        background: var(--second-theme-color);
    }
    .contact-form-container {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .contact-us-inner-container {
        width: 95%;
        margin-top: 2em;
    }
}


/* <!--FOOTER SECTION START --> */

@media screen and (max-width:900px) {
    footer {
        flex-direction: column;
    }
    .left-footer-container {
        flex-direction: column;
    }
}

@media screen and (max-width:400px) {
    p {
        font-size: 15px;
    }
    .specialty-card-dis p {
        font-size: 15px;
    }
    footer {
        /*padding: 1em 0;
        justify-content: center;*/
    }
    .left-footer-container {
        position: relative;
        width: 95%;
        margin-bottom: 1em;
    }
    .footer-logo-container {
        width: 100%;
    }
    .footer-links-container li {
        margin: 1.5em 0;
    }
    #footer-form {
        position: relative;
        width: 100%;
    }
    #footer-form input {
        font-size: 1rem;
    }
    #footer-form button {
        font-size: 1.1rem;
    }
}