
.sax--page-header {
    overflow: hidden;

    .header__container {
        width: 100%;
        height: 560px;
        display: flex;
        overflow: hidden;
        position: relative;
        align-items: center;
        background-size: cover;
        justify-content: center;
        flex-flow: column nowrap;
        background-position: center;
        background-repeat: no-repeat;
        font-family: 'Inter', sans-serif;
    }
}
.sax--page-content {
    z-index: 1;
    display: block;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;

    h4 {
        font-size: 1.25rem;
    }

    .row {
        p {
            font-size: 1rem;
        }
    }

    ul:first-of-type {
        list-style: none;

        li {
            .icon::before {
                padding-top: 0;
                padding-right: 10px;
                line-height: 24px;
                color: var(--qutiiz-base);
                font-size: 15px;
            }
        }
    }

    &.static-section-one {
        h2 {
            font-size: 2rem;
            margin: 0 0 1em 0;
            color: var(--qutiiz-black);
            font-family: var(--qutiiz-font-two);
        }
        .sax-snipped-boxed {
            .why-choose-two__single {
                background-color: rgba(180, 236, 29, 0.7);

                .why-choose-two__icon {
                    background-color: var(--qutiiz-white);
                    color: var(--qutiiz-black);
                }
                .why-choose-two__content-text {
                    margin-bottom: 0;
                    font-size: 15px;
                }
            }
        }
    }
    &.static-section-two {
        background-color: #F6F4F9;
        padding: 60px 0px 60px 0px;

        .sax-snippet-project {
            .project-details__details-box {
                background-color: var(--qutiiz-white);
                margin-bottom: 60px;
            }
        }

        a {
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        a:hover {
            color: var(--qutiiz-base)
        }
    }
    &.static-section-three {
        padding: 60px 0px 0px 0px;
        blockquote {
            p {
                font-size: 2.6rem;
            }
        }
    }
    &.static-section-four {
        padding: 60px 0px 0px 0px;
    }
}
.page-leistungen {
    .sax--page-content {
        h2 {
            font-size: 1.75rem;
            &.section-title__title {
                font-size: 2.27rem;
            }
        }
        h3 {
            font-size: 1.4rem;
            &.project-one__title {
                font-size: 1.3rem;
            }
        }
        p {
            margin: 0;
        }
        .icon-draw-check-mark {
            font-size: 14px;
            color: var(--qutiiz-base);
        }
    }
}
.sax--subpage-section-intro {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 35px;
    overflow: hidden;
    z-index: 1;

    .intro {
        .intro__header {
            display: flex;
            text-align: center;
            flex-flow: column nowrap;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            overflow-wrap: break-word;
            word-wrap: break-word;
            hyphens: manual;
            font-size: 17px;

            .thm-btn-forgot {
                font-size: 1.75rem;
            }
        }
    }
}

.sax--error-msg {
    margin-top: -23px;
    margin-bottom: 8px;
    margin-left: 15px;
}

blockquote {
    position: relative;
    display: inline-block;
    padding: 50px 30px;
    font-family: var(--qutiiz-font);
    font-size: 2.6rem;
    font-weight: 500;
    color:#333;
    quotes: "\201C""\201D""\2018""\2019";


    &::before,
    &::after {
        color: #c6c6c6;
        font-size: 2.0em;
        font-weight: 400;
        line-height: 0.1em;
    }
    &::before {
        position: absolute;
        left:0;
        content: open-quote;
        margin-right: 0.15em;
        vertical-align: -0.15em;
    }
    &::after {
        content: close-quote;
        vertical-align: -0.7em;
        position: absolute;
        bottom: 15px;
        right: -10px;
    }

    p {
        margin: 0;
        padding: 0;
    }
}

footer {
    .footer-widget__about {
        color: #a09baa;

        .why-choose-one__points {
            display: block;
            margin-left: 0;
            position: relative;

            li {
                position: relative;
                display: flex;
                align-items: start;
                line-height: 24px;

                &:hover .icon span {
                    transform: scale(0.85);
                }

                & + li {
                    margin-top: 12px;
                }

                .icon {
                    padding-top: 5px;
                    display: flex;

                    span {
                        color: var(--qutiiz-base);
                        font-size: 15px;
                        transition: all 500ms ease;
                        transform: scale(1);
                    }
                }

                .text {
                    margin-left: 0;

                    p {
                        color: #a09baa;
                        margin: 0;

                        font-weight: 400;
                        font-size: 16px;
                        line-height: 24px;
                    }
                }
            }
        }
    }

    .certificates {
        a {
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #a09baa;
            font-weight: 500;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        a:hover {
            color: var(--qutiiz-white);
        }
    }
}

.mobile-nav__content {
    .utilities {
        margin: 0.5rem 0 0.5rem 0;

        .mobile-nav__account {
            margin-left: 1rem;
        }
        .mobile-nav__langswitch-box {
            margin-left: 1rem;
            display: inline-block;

            & .underlined {
                text-underline-offset: .5rem;
                text-decoration: underline !important;
            }
        }
    }
    .mobile-nav__social {
        margin-left: 0.2rem;

        a {
            font-size:1.5rem;

        }
    }
}

/********* snippets  *********/
.snippet-container {
    .sax--snippet-media {
        .snippet__img {
            width: 100%;
            display: block;
            position: relative;
            background-color: var(--qutiiz-black);
            border-radius: var(--qutiiz-bdr-radisu);

            img {
                width: 100%;
                border-radius: var(--qutiiz-bdr-radisu);
            }
        }
    }

    .sax--snippet-cta {

        a {
            font-weight: 600;
            text-decoration: underline;
        }
    }

    .sax--snippet-cta-alternative {
        .cta-background {
            background-color: rgba(180, 236, 29, 0.70);

            .cta-one__inner {
                background-color: transparent;
                border-radius: 0;
                p {
                    color: var(--qutiiz-white);
                }
            }
        }
    }

    .sax-snippet-project {
        position: relative;
        display: block;
    }

    .sax-snipped-boxed {
        .why-choose-two__icon {
            width: 64px;
            height: 64px;
            min-width: 64px;
            min-height: 64px;
            line-height: 64px;
            padding: 0;
            margin: 0;
        }
    }

    .sax-snipped-welcome {

    }
}
/********* snippets *********/




/********* main page *********/

/*** section services one ***/
.services-one {
    .services-one__top-text-box {
        margin-bottom: 35px;

        .services-one__top-text {
            font-size: 18px;
        }
    }
}
@media (min-width: 991px) {
    .services-one {
        .services-one__top-text-box {
            margin-bottom: 35px;
        }
    }
}
/*** section services one ***/

/*** section get to know ***/
.get-to-know {
    .get-to-know__left {
        margin-left: -300px;

        .get-to-know__img {
            border-radius: 10px !important;
            img {
                border-radius: 8px !important;
            }
        }
    }

    .get-to-know__progress {
        margin-top: 45px;
    }
    .get-to-know__person-img {
        img {
            width: 125px;
        }
    }
}
/*** section get to know ***/

/*** section counter-one ***/
.counter-one {
    .counter-one__list {
        .counter-one__single {

            .counter_add {
                font-size: 35px;
                color: var(--qutiiz-white);
                font-family: var(--qutiiz-font-two) !important;
            }
        }
    }
}
/*** section counter-one ***/

/*** section why saxevent ***/
.why-choose-one {
    .why-choose-one__img {
        background-color: transparent;

        img {
            border-top-left-radius: 15px;
            border-top-right-radius: 0;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }
    }
}
/*** section why saxevent ***/

/*** section about main ***/
.sax--section-about-main {
    .tabs-content__experience-img {
        border-radius: 15px;
    }
}
/*** section about main ***/

/*** section financial-advice ***/
.financial-advice {
    .tabs-content__experience-content {
        max-width: 142px;

        .tabs-content__experience-title {
            font-size: 25px;
        }
    }
}
/*** section about main ***/

/*** section jobs ***/
.main-section-jobs {
    position: relative;
    display: block;
    background-color: #f6f4f9;
    padding: 120px 0 120px;

    .main-section-jobs__inner {
        position: relative;
        display: block;
        //min-height: 355px;

        .main-section-jobs__left {
            position: relative;
            display: block;
            z-index: 10;
        }

        .main-section-jobs__right {
            width: 100%;
            position: relative;
            top: 0px;
            right: 0;

            .main-section-jobs__single {
                //position: relative;
                display: block;
                border-radius: var(--qutiiz-bdr-radius);
                background-color: rgb(255, 255, 255);
                box-shadow: 0 0 15px 0 rgba(20, 20, 20, 0.3);
                padding: 40px 25px;
                transition: all 500ms ease;

                &:hover {
                    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
                }

                .main-section-jobs__text {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 24px;
                    letter-spacing: 0.02em;

                    & + p {
                        font-family: 'Inter';
                        font-style: normal;
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 26px;
                        letter-spacing: 0.02em;
                    }
                }
                .main-section-jobs__client-details {
                    min-height: 108px;
                }
                .main-section-jobs__client-name {
                    font-size: 14px;
                    letter-spacing: -1px;
                    font-weight: 500;
                    text-transform: uppercase;
                    line-height: 25px;
                    color: var(--qutiiz-black);
                    margin: 0 0 1em 0;
                    font-family: var(--qutiiz-font-two);
                }
            }
        }
    }

}
@media (min-width: 1200px) {
    .main-section-jobs__right {
        width: 50vw;
    }
}
/*** section jobs ***/

/*** section blog teaser ***/
.homePost {
    .homePost__content {
        .post__description--title {
            font-size: 27px;
        }
    }
}
/*** section blog teaser ***/

/********* main page *********/




/********* jobs page *********/
.page-jobs {
    .job__categories {
        .category-list {
            li {
                i {
                    color: #0b0b0b !important;
                }
                &.active {
                    i {
                        color: var(--qutiiz-base) !important;
                    }
                }
            }
        }
    }
    .services-three__single {
        .services-three__single-img-inner {
            background-color: var(--qutiiz-base);
        }
    }
}
@media (min-width: 0px) {
    .page-jobs {
        .services-three__single {
            .services-three__single-img .image{
                background-size: contain;
            }
        }
    }
}
@media (min-width: 992px) {
    .page-jobs {
        .services-three__single{
            .services-three__single-img .image{
                background-size: cover;
            }
        }
    }
}

/********* jobs page *********/

/********* job detail page *********/
.page-job {

    .job__header__content {
        max-width: 85%;
        p, a, span {
            color: rgb(255, 255, 255);
            text-align: center;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.1em;
            line-height: 22px;
            padding: 0px 5px;
            margin-bottom: 0px;
            text-transform: uppercase;
        }
    }

    .job__body {
        margin: 100px 0px !important;

        //main content - left column
        .job-description-wrapper {
            margin-bottom: 1.7rem;

            .job-main-image {
                margin-top: 1.3rem;
            }
            .jobDesc {
                h2 {
                    margin-bottom: 1.1em;
                    font-size: 1.6rem;
                }
                p {
                    font-size: 16px;
                }
            }
            .vacancy_detail_image img {
                width: 100%;
                border-radius: 10px;
            }
        }

        //sidebar - right column
        .job-sidebar-wrapper {
            .job-overview {
                .service-details__sidebar {
                    .stellendetails {
                        h2 {
                            margin-bottom: 0.5em;
                            font-size: 23px;
                            font-weight: 600;
                        }
                        p {
                            margin-bottom: 0;
                            line-height: 1.5;
                        }
                        b {
                            font-size: 17px;
                        }
                    }
                    .service-details__need-help {
                        border-radius: var(--qutiiz-bdr-radius);
                        overflow: hidden;
                    }
                    .job__application {
                        margin-top: 1.3rem;
                    }
                }
            }
        }

    }

}
/********* job detail page *********/

/********* wiki page *********/
.page-wiki {
    .introduction {
        .image {
            width: 100%;
            height: initial;
        }
    }
}
/********* wiki page *********/

/********* service detail page *********/
.page-service {
    .services {
        .img {
            width: 100%;
            border-radius: 8px;
            height: 480px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin-bottom: 25px;
        }
    }
}
/********* service detail page *********/

/********* blog detail page *********/
.page-blog,
.page-blog_category{
    .blogs {
        font-family: 'Inter';

        .img {
            border-radius: 8px;
            height: 480px;
            margin-bottom: 25px;
            @media (max-width: 992px) {
                height: auto;
            }
        }
    }
}
/********* blog detail page *********/

/********* ozc cookiebar *********/
.cookie-container,
.cookie-settings-overlay {
    .cookie-notification {
        p {
            font-size: 0.85em;
        }
    }
    .cookie-nav {
        .btn {
            font-size: 0.85em;
        }
        .btn:hover,
        .btn:active {
            background-color: var(--qutiiz-base);
            border-color: var(--qutiiz-base);
            color:#ffffff;
        }
    }
}
.cookie-settings-overlay {
    .cookie-settings {
        h4 {
            color: #ffffff;
            font-size: 0.95em;
            margin-bottom: 8px;
            font-family: "Montserrat", sans-serif;
        }
        .form-check-label {
            font-family: "Montserrat", sans-serif;
            color: #ffffff;
            font-size: 0.95em;
        }
        .form-check-input:checked {
            background-color: var(--qutiiz-base);
            border-color: var(--qutiiz-base);
        }
        p {
            font-size: 0.85em;
        }
    }
}
/********* ozc cookiebar *********/

/********* ozc contact *********/
.ozcContactForm {
    .form-select {
        height: 68px;
        width: 100%;
        border: none;
        background-color: #f6f4f9;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
        border-radius: var(--qutiiz-bdr-radius);
        outline: none;
        font-size: 14px;
        color: var(--qutiiz-gray);
        display: block;
    }
}
/********* ozc contact *********/

/********* ozc booking *********/
.saxeventBookingForm {
    .form-select {
        height: 68px;
        width: 100%;
        border: none;
        background-color: #f6f4f9;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
        border-radius: var(--qutiiz-bdr-radius);
        outline: none;
        font-size: 14px;
        color: var(--qutiiz-gray);
        display: block;
    }

    .btn.oc-attach-loader::after {
        margin-top: 20px;
        margin-left: 15px;
    }
}
/********* ozc booking *********/

/********* ozc Personnel **********/
.repeater-fields {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 10px;
    .repeater-field {
        width: 100%;
        gap: 20px;
        display: flex;
        border: 1px solid #C4CED7;
        border-radius: 5px;
        padding: 10px 12px;
        .repeater-field-group {
            display: flex;
            flex-flow: row nowrap;
            gap: 10px;
            width: 100%;
            .repeater-field-control {
                display: flex;
                flex-flow: column;
                gap: 6px;
                width: 100%;
                label {
                    font-size: 14px;
                    font-weight: 500;
                    color: var(--qutiiz-gray);
                    line-height: normal;
                }
                .repeater-field-input {
                    margin: 0;
                    width: 100%;
                    padding: 10px 14px;
                    height: auto;
                    font-size: 14px;
                    border: 1px solid transparent;
                    line-height: 1.5;
                    &:focus {
                        border-color: var(--qutiiz-base);
                    }
                }
            }
            @media (max-width: 992px) {
                flex-flow: column;
            }
        }

        .repeater-field-actions {
            display: flex;
            flex-flow: column;
            gap: 10px;
            justify-content: space-between;
            align-items: center;
            .repeater-field-icon {
                background: none;
                border: none;
                cursor: pointer;
                padding: 5px;
                color: #b0aeb2;
                line-height: normal;
                &.repeater-field-move {
                    cursor: grab;
                    &:active {
                        cursor: grabbing;
                    }
                }
            }
            @media (max-width: 992px) {
                justify-content: flex-start;
            }
        }
    }
}
.repeater-field-add {
    margin-top: 20px;
    border: 1px dashed #C4CED7;
    border-radius: 5px;
    padding: 10px 20px;
    background: none;
    cursor: pointer;
    font-size: 14px;
    color: var(--qutiiz-gray);
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    &:hover {
        background-color: #f9f9f9;
    }
    .repeater-field-icon {
        width: 14px;
        height: 14px;
        margin-right: 8px;
    }
}
.profile-update-form {
    .form-check {
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        .form-check-label {
            font-size: 14px !important;
            color: var(--qutiiz-gray) !important;
            margin: 0 !important;
            line-height: normal;
        }
        .form-check-input {
            margin: 0 10px 0 0 !important;
            border-radius: 50px !important;
            width: 20px !important;
            height: 20px !important;
            &[type="checkbox"] {
                appearance: none !important;
                -webkit-appearance: none !important;
                border: 1px solid transparent !important;
                width: 20px !important;
                height: 20px !important;
                border-radius: 5px !important;
                position: relative !important;
                outline: none !important;
                cursor: pointer !important;
            }
        }
        &.form-switch {
            padding: 0 !important;
            height: 66px !important;
            margin-bottom: 20px !important;
            .form-check-input {
                width: 45px !important;
                border-radius: 20px !important;
            }
        }
    }
}

.field-input {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.field-input label {
    display: block;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1;
    margin-bottom: 6px;
    color: var(--qutiiz-gray);
}

.field-input input[type="text"],
.field-input input[type="email"],
.field-input input[type="tel"],
.field-input input[type="number"],
.field-input input[type="password"],
.field-input input[type="phone"],
.field-input input[type="search"],
.field-input input[type="date"],
.field-input input[type="datetime-local"],
.field-input select
{
    width: 100%;
    border: 1px solid transparent;
    background-color: #f6f4f9;
    padding: 10px 14px;
    line-height: 1.5;
    border-radius: var(--qutiiz-bdr-radius);
    outline: none;
    font-size: 14px;
    color: var(--qutiiz-gray);
    display: block;
}

.field-input input[type="text"]:focus,
.field-input input[type="email"]:focus,
.field-input input[type="tel"]:focus,
.field-input input[type="number"]:focus,
.field-input textarea:focus,
.field-input input[type="password"]:focus,
.field-input input[type="search"]:focus,
.field-input input[type="date"]:focus,
.field-input input[type="datetime-local"]:focus,
.field-input select:focus
{
    border: 1px solid var(--qutiiz-base);
    outline: 0;
    box-shadow: none;
}

.field-input input[type="checkbox"],
.field-input input[type="radio"]
{
    cursor: pointer;
    height: 24px;
    width: 24px;
    background-color: #f6f4f9;
    padding: 5px;
    margin-right: 10px;
    border: none;
    border-radius: var(--qutiiz-bdr-radius);
    outline: none;
    font-size: 14px;
}

.field-input input[type="checkbox"]:checked,
.field-input input[type="radio"]:checked{
    background-color: var(--qutiiz-base);
}

.field-input input[type="checkbox"]:focus,
.field-input input[type="radio"]:focus{
    box-shadow: none;
}

.field-input label {
    font-size: 18px;
    cursor: pointer;
    color: var(--qutiiz-gray);
}

.field-input textarea {
    font-size: 14px;
    color: var(--qutiiz-gray);
    height: 130px;
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
    min-width: 100%;
    line-height: 1.5;
    background-color: #f6f4f9;
    padding: 10px 14px;
    border-radius: 0px;
    outline: none;
    margin-bottom: 0px;
    border-radius: var(--qutiiz-bdr-radius);
}


.field-input .error {
    color: var(--bs-danger) !important;
    padding-bottom: 1em;
}

.field-input input[type="checkbox"] + .error,
.field-input label + .error {
    padding: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.field-input .error.visible + .error__padding {
    height: 45px;
    width: 100%;
}

.balloon-item {
    border-radius: 999px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 12px;
    color: var(--qutiiz-gray-light);
    border: none;
    cursor: pointer;
    background-color: #f6f4f9;
    outline: none !important;
    &:hover {
        background-color: #f6f4f9;
        color: var(--qutiiz-gray-light);
    }
    &:focus {
        box-shadow: none !important;
    }
}

.balloon-item.active {
    background-color: var(--qutiiz-base);
    border-color: var(--qutiiz-base);
    color: var(--qutiiz-gray-light) !important;
}
/********* ozc Personnel **********/

/********* FAQ page *********/
.sax--section-FAQ {
    .section-title {
        .section-title__title {
            margin-bottom: 0;
        }
        .section-title__subtitle {
            font-size: 1rem;
            line-height: 24px;
        }
    }
    .accordion {
        .accordion-item {
            border: none;
            margin-bottom: 10px;
            .accordion-button {
                font-size: 1.15rem;
                font-weight: 500;
                color: var(--qutiiz-gray);
                background-color: #f9f7f7 !important;
                box-shadow: none;
                display: flex;
                align-items: center;
                justify-content: space-between;

                &.collapsed {
                    color: var(--qutiiz-gray);
                }

                .faq-icon {
                    width: 14px;
                    height: 14px;
                    transition: transform 0.3s ease;
                }

                &::after {
                    display: none;
                }

                &:not(.collapsed) {
                    .faq-icon {
                        transform: rotate(180deg);
                    }
                }
            }
            .accordion-collapse {
                border: none;
                .accordion-body {
                    font-size: 1rem;
                    line-height: 24px;
                    color: var(--qutiiz-gray);
                }
            }
        }
    }
}
/********* FAQ page *********/

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    .sax--subpage-section-intro {
        .intro {
            .intro__header {
                .thm-btn-forgot {
                    font-size: 1.8rem;
                }
            }
        }
    }

    .services-three__title a {
        font-size: 18px;
    }

    .page-services {
        .services-three__title a {
            width: 100%;
        }
    }

    .services-three__text {
        font-size: 16px;
    }

    .page-reference {
        .reference {
            h1 {
                font-size: 1.9rem;
                font-weight: 600;
            }
        }
    }

    .contacts__info .contact__info {
        h2 {
            font-size: 21px;
            letter-spacing: -1px;
            line-height: 30px;
        }
    }

    .page-trainer,
    .page-promotoren,
    .page-fieldservice {
        .sax--page-content {
            h2:not(.section-title__title) {
                font-size: 1.5rem;
                font-weight: 600;
            }
            h1:not(.section-title__title) {
                font-size: 1.8rem;
                font-weight: 600;
            }
            .row {
                p {
                    font-size: 1.05rem;
                }
            }
        }
    }

    .page-aussendienst,
    .page-uber-uns,
    .page-karriere {
        .sax--page-content {
            h2:not(.section-title__title) {
                font-size: 1.9rem;
                font-weight: 600;
            }
            .row {
                p {
                    font-size: 1.05rem;
                }
            }
            .welcome-one__content {
                .section-title__title {
                    font-weight: 700;
                }
            }
        }
    }

    .project-one__title a {
        font-size: 1.25rem;
    }

    .faq-one-accrodion .accrodion.active .accrodion-title h4 {
        font-size: 16px;
    }

    .page-veranstaltungen {
        .project-details__content-left {
            .project-details__content-title {
                font-size: 23px;
            }
            p {
                font-size: 18px;
            }
            .project-details__points li .text h4 {
                font-size: 18px;
            }
        }
        .section-title__tagline {
            font-size: 11.5px;
        }
    }

    .page-leistungen,
    .page-online-reporting-saxcube,
    .page-new-page {
        .sax--page-content {
            h2 {
                font-size: 1.65rem;
                font-weight: 600;
                &.section-title__title {
                    font-size: 2.1rem;
                    font-weight: 600;
                }
            }
            h3 {
                font-size: 1.3rem;
                font-weight: 600;
            }
            h4 {
                font-size: 1.15rem;
                font-weight: 600;
            }
            p {
                font-size: 1.05rem;
            }
            .section-title__tagline {
                font-size: 11.5px;
                letter-spacing: 0.5px;
            }
            .welcome-one__content-bottom-content-single {
                h3 {
                    font-size: 1rem;
                    font-weight: 600;
                }
            }
            .project-details__content-title {
                font-size: 1.75rem;
            }
            .project-details__points li .text h4 {
                font-size: 19px;
                font-weight: 600;
            }
        }
    }

    .get-to-know {
        .get-to-know__left {
            margin-left: 0px !important;
        }
    }
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    .get-to-know {
        .get-to-know__left {
            margin-left: -95px !important;
        }
    }
}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
    .get-to-know {
        .get-to-know__left {
            margin-left: -300px !important;
        }
    }
}


@media (max-width: 768px) {
    .main-slider h2 {
        letter-spacing: 0px;
        font-size: 26px;
    }
    .services-one,
    .get-to-know,
    .sax--section-company-benefits-main,
    .team-one,
    .sax--section-customer-feedbacks-main {
        h2.section-title__title {
            font-size: 25px;
        }
    }
    .testimonial-one__client-name {
        font-size: 18px;
    }
    .tabs-content__points li .text h4 {
        font-size: 14px;
        font-weight: 600;
    }
    .financial-advice__tab-box {
        .tab-btn {
            span {
                font-size: 18px !important;
            }
        }
    }
    .tabs-content__experience-box {
        align-items: center;
        .tabs-content__experience-content {
            width: 100%;
            max-width: 100%;
            text-align: center;
            .tabs-content__experience-icon {
                text-align: center;
            }
            .tabs-content__experience-title {
                text-align: center;
            }
        }
    }

    .main-section-jobs__inner {
        h2.section-title__title {
            font-size: 27px;
        }
        .main-section-jobs__right {
            .main-section-jobs__client-details {
                min-height: auto !important;
                h4 {
                    font-size: 16px !important;
                }
            }
        }
    }

    .page-home {
        .section-title__tagline {
            font-size: 11px;
        }
        h2.section-title__title {
            font-size: 27px;
        }
    }

    .page-job {
        .jobDesc {
            h2 {
                font-size: 1.3rem !important;
            }
        }
        .stellendetails {
            h2 {
                font-size: 20px !important;
            }
        }
    }

    .page-contact {
        .contacts__info {
            .contact__info {
                h2 {
                    font-size: 19px !important;
                    letter-spacing: -1px;
                }
            }
        }
        .section-title__tagline {
            font-size: 11px;
        }
        h2.section-title__title {
            font-size: 24px;
        }
    }

    .page-reference {
        .reference {
            h1 {
                font-size: 1.4rem !important;
            }
        }
    }

    .page-trainer,
    .page-promotoren,
    .page-fieldservice {
        .sax--page-content {
            h1:not(.section-title__title) {
                font-size: 1.37rem !important;
                font-weight: 600;
                letter-spacing: -1px;
            }
            h2:not(.section-title__title) {
                font-size: 1.3rem !important;
                font-weight: 600;
            }
        }

        .accrodion-title {
            h4 {
                font-size: 16px;
            }
        }
    }

    .sax--section-snippet-cta-default {
        h2.section-title__title {
            font-size: 27px;
        }
    }

    .page-aussendienst {
        h2:not(.section-title__title) {
            font-size: 1.8rem;
            font-weight: 600;
        }
        .row {
            p {
                font-size: 1.05rem;
            }
        }
        .welcome-one__content {
            .section-title__title {
                font-weight: 700;
                font-size: 24px;
            }
        }
    }

    .page-veranstaltungen {
        .project-details__content-title {
            font-size: 23px;
            line-height: 34px;
        }
    }

    .page-uber-uns,
    .page-karriere,
    .page-online-reporting-saxcube {
        .sax--page-content {
            h2:not(.section-title__title) {
                font-size: 1.8rem;
                font-weight: 600;
            }
            .sax--section-team-members-main {
                h2.section-title__title {
                    font-size: 24px;
                }
            }
            .row {
                p {
                    font-size: 1.05rem;
                }
            }
            .welcome-one__content {
                .section-title__title {
                    font-weight: 700;
                    font-size: 24px;
                }
            }
        }
    }

    .page-leistungen {
        .sax--page-content {
            h2:not(.section-title__title) {
                font-size: 1.2rem;
                font-weight: 600;
                letter-spacing: -1px;
            }
            h3 {
                font-size: 1.18rem;
                font-weight: 600;
            }
            h4 {
                font-size: 1.1rem;
                font-weight: 600;
            }
            p {
                font-size: 1rem;
            }
            .section-title__tagline {
                font-size: 11px;
                letter-spacing: 0.5px;
            }
            h2.section-title__title {
                font-size: 1.55rem;
                font-weight: 600;
            }
        }
    }

    .get-to-know {
        .get-to-know__left {
            margin-left: 0px !important;
        }
    }

    .cookie-bar {
        .cookie-notification {
            p {
                font-size: 0.75em;
            }
        }
    }
}
