@font-face {
    font-family: "Montserrat-regular";
    src: url("../fonts/montserrat/static/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/montserrat/static/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("../fonts/montserrat/static/Montserrat-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}



.montserrat-bold {
    font-family: "Montserrat-Bold" !important;
}

.montserrat-regular {
    font-family: "Montserrat-regular" !important;
}

.montserrat-semibold {
    font-family: "Montserrat-SemiBold" !important;
    font-weight: 600 !important;
}

.montserrat-extrabold {
    font-family: "Montserrat-ExtraBold" !important;
}

html {
    scroll-behavior: smooth;
}

.hero-section {
    background: url("../img/atec-new-lp-bg.webp") center/cover no-repeat !important;
}

.header-content p {
    max-width: 550px;
}

.hero-section-mobile {
    display: none;
}

.hero-section-desktop {
    display: block;
    width: 100vw;
    max-width: 100vw;
}

section:not(.leistungen-seite).hero-section, section:not(.leistungen-seite).kontakt-footer {
    background-position: center !important;
}

.banner-description {
    font-family: "Montserrat-regular";
    font-size: 18px;
    color: white;
    line-height: 28px !important;
}

.header-content h1 {
    color: white !important;
    font-size: 44px;
    line-height: 50px;
}

.banner-description strong {
    color: white;
    font-family: "Montserrat-Bold";
}

.btn.btn-danger {
    color: white !important;
    border: unset !important;
}

.col.slide.text-align {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

section.referenzen > .container {
    border: unset !important;
}

#our-customer .customer-logo-slider.slider {
    width: 100% !important;
    max-width: none;
    margin-bottom: 0 !important;
}

#our-customer .customer-logo-slider .slick-slide img {
    max-height: 80px;
    width: auto;
    height: auto;
    margin: 0 auto;
}


section.referenzen {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: white !important;
}

section.referenzen .container {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
}

.btn.mobile-hero-btn-secondary {
    border: 2px solid white;
}

#our-customer {
    border-top: 0.6px solid #E5E5E5;
}

section.referenzen h4 {
    padding-bottom: 10px;
}

/* Quality */

section.atec-quality {
    padding-top: 0 !important;
}

section.atec-products {
    padding: 10px !important;
}

.Nutzen-liste {
    list-style: none;
    padding-left: 0;
    margin: 24px 0 32px;
}

.Nutzen-punkt {
    border-bottom: none !important;
    font-size: 16px!important;
    line-height: 1.6!important;
}

.Nutzen-liste i {
    color: #e8474d !important;
    margin-right: 5px;
}

.about-atec {
    margin: 10px;
    padding-top: 10px !important;
}

.about-atec > .container > .row {
    display: flex;
}

.about-atec .row {
    border-radius: 10px;
    overflow: hidden;
}

.about-atec .Auflistung .inner-container {
    padding: 60px;
}

.about-atec-image {
    background-image: url("../new-lp-img/atec-excellence.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 367px;
}

.kontakt-footer {
    background-image: url("../img/background-kontakt/background-kontakt.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 100%;
    padding: 100px 0 !important;
    text-align: center;
}


.kontakt-footer * {
    text-align: center;
}

.kontakt-footer-title {
    margin-bottom: 40px;
}

.kontakt-footer-item-title {
    font-size: 16px !important;
}

.kontakt-footer-item {
    margin-bottom: 24px;
}

.kontakt-footer-item i {
    margin-bottom: 18px;
}

.kontakt-footer-item p {
    margin-bottom: 0;
}

section.atec-quality {
    padding-bottom: 80px !important;
}

section.atec-products {
    padding-bottom: 80px !important;
}

section.about-atec {
    padding-bottom: 80px !important;
}

.faq-section {
    padding: 40px 10px 120px !important;
}

.faq-inner {
    background: #ffffff;
}

.faq-title {
    color: #1f2a44;
    font-size: 26px;
    line-height: 1;
    margin: 0 0 28px;
}

.faq-item {
    border-top: 1px solid #d9dee8;
}

.faq-item:last-child {
    border-bottom: unset!important;
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    color: #1f2a44;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
}

.faq-icon {
    flex-shrink: 0;
    font-size: 34px;
    line-height: 1;
}

.faq-question[aria-expanded="true"] .faq-icon::before {
    content: "-";
}

.faq-question[aria-expanded="false"] .faq-icon::before {
    content: "+";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 64px 0 0;
    transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.45s ease;
}

.faq-question[aria-expanded="true"] + .faq-answer {
    max-height: 260px;
    opacity: 1;
    padding: 0 64px 22px 0;
}

#products {
    max-width: unset !important;
}

.faq-answer p {
    margin: 0;
    color: #33415c;
    font-size: 16px;
    line-height: 1.7;
}

.atec-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.atec-products.active .row .product-item {
    transform: translate(0px) !important;
    opacity: 1 !important;
}

.atec-products img {
    max-height: 300px;
}

.atec-products h5 {
    font-size: 18px !important;
    font-family: "Montserrat-Bold" !important;
}

.atec-products p {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.atec-products p:not(.view-link) {
    font-family: "Montserrat-Regular" !important;
}

.atec-products .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    align-items: stretch;
}

.atec-products .view-link {
    color: red !important;
}

.product-item {
    max-width: 30%;
    flex: 30%;
    box-sizing: border-box;
    margin: 10px;
}

@media screen and (min-width: 992px) {
    .atec-products .container {
        padding-left: 0;
        padding-right: 0;
    }

    .product-item {
        flex: 0 0 32%;
        width: 30%;
        min-width: 30%;
        max-width: calc(33% - 19px)
    }
}

.product-item .title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-image-tile {
    padding: 10%;
    height: 100%;
    min-height: 460px;
    box-shadow: 0 0 11px 8px rgb(113 105 105 / 6%);
    background: white;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-image-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(17, 24, 39, 0.18);
}

.product-image-tile img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto 20px;
}

.product-image-tile img,
.product-image-tile .title {
    position: relative;
    z-index: 2;
}

.row.qualities {
    display: flex;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.atec-quality .sub-headline {
    font-size: 16px;
    font-family: "Montserrat-Regular";
    color: #1f283c;
}

.atec-quality.active .row .quality-item {
    transform: translate(0px) !important;
    opacity: 1 !important;
}

.atec-quality .description {
    font-family: "Montserrat-Regular";
    font-size: 16px !important;
    color: #1f283c;
}

.atec-quality .title {
    padding-bottom: 0px !important;
}

.atec-quality .title h5 {
    padding-bottom: 0px !important;
    font-family: "Montserrat-Bold";
}

.quality-item img {
    height: auto;
    width: 60px;
}

.atec-quality .container {
    background: #f5f8fa;
    border-radius: 8px;
}

.atec-quality .container .inner-container {
    padding: 15px;
}

@media screen and (min-width: 480px) {
    .atec-products .row .product-item:nth-child(2) {
        transform: translateX(-105%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
    }

    .atec-products .row .product-item:nth-child(3) {
        transform: translateX(-105%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s;
    }

    .atec-products .row .product-item:nth-child(4) {
        transform: translateX(-105%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 1.5s, opacity 0.5s ease-in-out 1.5s;
    }

    .atec-products .row .product-item:nth-child(5) {
        transform: translateX(-105%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 2s, opacity 0.5s ease-in-out 2s;
    }

    .atec-products .row .product-item:nth-child(6) {
        transform: translateX(-105%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 2.5s, opacity 0.5s ease-in-out 2.5s;
    }

    .atec-products .row .product-item:nth-child(7) {
        transform: translateX(-105%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 3s, opacity 0.5s ease-in-out 3s;
    }

    .atec-products .row .product-item:nth-child(8) {
        transform: translateX(-105%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 3.5s, opacity 0.5s ease-in-out 3.5s;
    }

    .atec-products .row .product-item .product-image-tile,
    .atec-products .row .product-item .product-image-tile img {
        transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    }

    .atec-quality .row .quality-item:nth-child(2) {
        transform: translateX(-80%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
    }

    .atec-quality .row .quality-item:nth-child(3) {
        transform: translateX(-80%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s;
    }

    .atec-quality .row .quality-item:nth-child(4) {
        transform: translateX(-80%);
        opacity: 0;
        transition: transform 0.5s ease-in-out 1.5s, opacity 0.5s ease-in-out 1.5s;
    }

    .quality-item img {
        height: 50px !important;
        min-width: unset !important;
        width: unset !important;
    }

    .quality-item .title-description {
        padding-top: 15px;
    }
}

.arrow-backward-container,
.arrow-forward-container {
    display: flex;
    background: white;
    padding: 20px;
    border-radius: 100%;
    border: 1px solid white;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(113 105 105 / 16%) 0px 0px 11px 8px;
}

.arrow-backward-container > i,
.arrow-forward-container > i {
    font-size: 16px;
    color: black;
}

.arrow-indicator {
    position: absolute;
    top: 50%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow-backward-container {
    opacity: 0;
}

.mobile-only {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .atec-products h5 {
        font-size: 16px !important;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-atec > .container > .row {
        flex-wrap: nowrap;
    }

    .about-atec .col-md-7,
    .about-atec-image {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .mobile-only {
        display: flex !important;
    }

    .arrow-forward-container {
        margin-right: 15px;
    }

    .Nutzen-liste {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .Nutzen-punkt {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .Nutzen-punkt i {
        flex: 0 0 18px;
        width: 18px;
        text-align: center;
        line-height: 1.5 !important;
    }

    section.atec-quality {
        padding-bottom: 20px !important;
    }

    section.atec-products {
        padding-bottom: 20px !important;
    }

    section.about-atec {
        padding-bottom: 20px !important;
    }

    h4,
    .section-title,
    section.referenzen h4,
    .atec-quality h4,
    .atec-products h4,
    .about-atec h4 {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .atec-quality .section-title {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .atec-quality .sub-headline {
        font-size: 15px;
        line-height: 22px;
    }

    .about-atec > .container > .row {
        flex-direction: column-reverse;
    }

    .hero-section-desktop {
        display: none;
    }

    .hero-section-mobile {
        display: block;
        padding: 0 0 24px !important;
        background: #ffffff;
    }

    .hero-section-mobile .container {
        padding-left: unset !important;
        padding-right: unset !important;
    }

    .mobile-hero-card {
        overflow: hidden;
        background: #1f2a44;
    }

    .mobile-hero-image img {
        display: block;
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

    .mobile-hero-content {
        padding: 28px 28px 34px;
    }

    .mobile-hero-title {
        margin: 0 0 16px;
        color: #ffffff;
        font-size: 20px;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .mobile-hero-description {
        margin: 0 0 16px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 16px;
        line-height: 1.65 !important;
    }

    .mobile-hero-description strong {
        color: #ffffff;
        font-family: "Montserrat-Bold";
    }

    .mobile-hero-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 28px;
    }

    .mobile-hero-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 18px;
        font-size: 14px;
        line-height: 1.2;
        display: flex!important;
        text-transform: uppercase;
    }

    .mobile-hero-btn-primary {
        background: #f2505a;
        color: #ffffff !important;
        border: 1px solid #f2505a;
        margin-bottom: 0 !important;
        text-align: left !important;
    }

    .mobile-hero-btn-secondary {
        text-align: left !important;
        background: transparent;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.6);
    }

    .atec-products .container .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
        align-items: start;
    }

    .product-image-tile {
        min-height: 422px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .product-image-tile img {
        height: 170px;
    }

    .product-item {
        text-align: center;
        margin: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 495px;
        min-width: 328px;
    }

    .product-item p {
        font-size: 14px !important;
        line-height: 22px !important;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
    }

    .row.products {
        transform: translateX(0px);
        transition: transform 0.5s ease-in-out;
    }

    .row.qualities {
        flex-direction: column !important;
        padding-left: 15px;
        padding-top: 15px !important;
        gap: 0px !important;
        margin-top: 15px !important;
    }

    .row.qualities .quality-item:not(:last-child) {
        padding-bottom: 15px !important;
    }

    .row.qualities .quality-item {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .quality-item {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        min-width: 0;
    }

    .quality-item .title-description {
        min-width: 0;
        flex: 1;
        padding: 10px;
    }

    .quality-item .title h5 {
        font-size: 15px !important;
        line-height: 20px !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .quality-item .description {
        font-size: 14px !important;
        line-height: 22px !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .atec-quality .container {
        background: none !important;
    }

    .atec-quality .container .inner-container {
        background: #f5f8fa;
    }

    .quality-item img {
        height: auto;
        min-width: 50px;
        width: 50px;
    }

    .atec-quality .kontakt-btn {
        margin-top: 15px !important;
    }

    .atec-products .arrow-indicator {
        width: 100% !important;
    }

    .about-atec .Auflistung .inner-container {
        padding: 0 !important;
    }

    .about-atec .col-md-7 {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .about-atec-image {
        min-height: 300px !important;
    }

    .about-atec .kontakt-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        text-align: left !important;
    }

    .mobile-hero-btn i,
    .about-atec .kontakt-btn i,
    .hero-section .kontakt-btn i,
    .hero-section .erfahren-btn i {
        margin-left: auto;
        flex: 0 0 auto;
    }

    .hero-section .kontakt-btn,
    .hero-section .erfahren-btn {
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        text-align: left !important;
    }

    .kontakt-footer {
        padding: 56px 0 !important;
    }

    .kontakt-footer .text-left,
    .kontakt-footer-item {
        text-align: center;
    }

    .faq-section {
        padding: 32px 10px 20px !important;
    }

    .faq-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .faq-question {
        padding: 18px 0;
        gap: 16px;
        font-size: 16px;
        line-height: 22px;
    }

    .faq-icon {
        font-size: 28px;
    }

    .faq-answer {
        padding: 0 36px 0 0;
    }

    .faq-question[aria-expanded="true"] + .faq-answer {
        max-height: 520px;
        padding: 0 36px 18px 0;
    }

    .customer-logo-slider .slick-prev {
        left: 0px !important;
    }

    .customer-logo-slider .slick-next {
        right: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .applications,
    .products {
        flex-wrap: unset !important;
        justify-content: unset !important;
        height: unset !important;
    }

    .applications .application,
    .product-item {
        text-align: center;
        margin: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 320px;
        min-width: 280px;
    }
}

section:not(.active) {
    opacity: 0 !important;
}

section {
    transition: opacity 0.5s ease-in-out;
}
