.vorteile-shopware .feat-box-grid {
    display: block !important;
    background: var(--section-background);
    box-shadow: 0px 0px 3px 0px #ccc;
    padding: 15px;
    height: 100%;
}

.feat-box-grid.bg-white {
    background-color: transparent !important;
}

[data-aos] {
    pointer-events: none;
}

.aos-animate {
    pointer-events: auto;
}

.aos-init[data-aos][data-aos].aos-animate {
    transform: unset;
}

.ext-container.frame-space-before-extra-large {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px !important;
    }
}

.container .container,
.container .container-fluid,
.container-fluid .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

@media (max-width: 991px) {

    .left-col,
    .right-col,
    .middle-col,
    .left-middle-col,
    .right-middle-col {
        margin-bottom: 22px;
    }
}

.main-padding {
    padding-top: 3.5rem;
    padding-bottom: 2.8rem;
}

@media (max-width: 767px) {
    .main-padding {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
}

.pt8 {
    padding-top: 8rem !important;
}

.pt7 {
    padding-top: 7rem;
}

.pt6 {
    padding-top: 6rem;
}

.pt5 {
    padding-top: 5rem;
}

.pt4 {
    padding-top: 4rem;
}

.pb4 {
    padding-bottom: 4rem;
}

.pb5 {
    padding-bottom: 5rem;
}

.mt_5 {
    margin-top: -5rem;
}

.mt_10 {
    margin-top: -10rem;
}

.pm-res {
    margin-left: -15px;
    padding-left: 30px;
    margin-right: -15px;
    padding-right: 30px;
}

/*start global variable */
.main-color {
    color: var(--main-color);
}

.main-bgcolor {
    background-color: var(--main-color);
}

.sec-bg {
    background-color: var(--section-background);
    background-color: #ece9e1;
    background-color: #f9f8f4;
    background-color: #fcfcfc;
    margin-bottom: 1rem;
}

.rose-bg {
    background-color: var(--misty-rose);
}

.dogwood-bg {
    background-color: var(--pale-dogwood);
}

.almond-bg {
    background-color: var(--almond);
}

.silver-bg {
    background-color: var(--silver);
}

.dark-bg {
    background-color: #444;
    color: #fff !important;
}

.dark-bg h3 {
    color: #fff !important;
}

.sec-title {
    /* font-size: 39px; */
    /* font-weight: 600 !important;  */
    color: var(--title-color);
}

.sub-title {
    /* font-weight: 600 !important; */
    color: var(--title-color);
    /* font-size: 191%; */
}

.sec-title>strong {
    /* font-size: 39px; */
    font-weight: 600 !important;
    color: var(--title-color);
}

@media (min-width: 767px) {
    .main-box-shadow {
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 10px -4px #ccc;
        box-shadow: 1px 1px 5px 3px #a59b9b; */
        box-shadow: 0px 1px 3px 1px #a59b9b2b;
        height: 100%;
        padding: 1rem;
    }
}

.sec-desc {
    /* font-size: 16px; */
    font-weight: 400;
    color: var(--text-color);
}

p.title {
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 10px;
    color: var(--title-color);
}

h3.title,
h4.title,
h5.title,
h6.title {
    font-weight: 600 !important;
    /* font-size: 23px; */
    font-size: 20px;
}

h3.title strong,
h4.title strong,
h5.title strong,
h6.title strong {
    font-weight: 600 !important;
}

.desc {
    /* font-size: 16px; */
    font-weight: 400;
    color: var(--text-color);
}

/* button  */
.main-btn,
.second-btn,
.button-primary,
.button-secondary {
    border: none;
    border-radius: 2px;
    font-size: 16px;
    display: inline-block;
    width: fit-content;
    font-weight: 500;
    height: 54px;
    justify-content: center;
    line-height: 54px;
    outline: none;
    overflow: hidden;
    padding: 0 28px;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    margin-bottom: 12px;
    margin-top: 20px;
}

.main-btn {
    box-sizing: border-box;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(var(--main-color), var(--main-color));
    transition: background-size 0.5s ease, color 0.5s ease;
    border: 1px solid var(--main-color);
    background-size: 100% 100%;
}

.main-btn:hover {
    color: #444;
    border: 1px solid var(--main-color);
    z-index: 1;
    background-color: transparent;
    background-size: 0% 100%;
}

.button-primary {
    box-sizing: border-box;
    color: var(--title-color);
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(var(--main-color), var(--main-color));
    background-size: 0% 100%;
    /* Initial background is hidden (width is 0%) */
    transition: background-size 0.5s ease, color 0.5s ease;
    border: 1px solid var(--main-color1);
}

.button-primary:hover {
    color: #444;
    border: 1px solid var(--main-color);
    z-index: 1;
    background-color: transparent;
    background-size: 100% 100%;
}

.second-btn {
    background: #6c757d;
    background: var(--green);
    color: #fff;
}

.button-secondary {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    color: #4a4a4a;
}

.button-secondary:hover {
    background: inherit;

    color: var(--main-color1);
    font-weight: 600;
}

.mehr-erfahren-btn {
    color: var(--main-color1);

    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-right: 25px;
    position: relative;
    margin-top: 9px;
    display: inline-block;
}

.mehr-erfahren-btn::after {
    position: absolute;
    /* content: ">"; */
    left: 123px;
}

.boxx {
    border-radius: var(--main-border-radius);
    padding: 24px;
    margin-top: 8px;
    background: #ffeeeb;
}

.boxx2 {
    border-radius: var(--main-border-radius);
    padding: 24px;
    margin-top: 8px;
    background: #e8e8fc;
    background: #acd4de40;
}

.faq {
    border-radius: var(--main-border-radius);

    margin-top: 8px;
    /* background: var(--section-background); */
    width: 70%;
    margin: auto;
}

@media (max-width: 767px) {
    .faq {
        width: 100%;
    }
}

.accordion-button:focus,
.accordion-button:hover {
    background: #ffeeeb;
    box-shadow: none;
    font-weight: 600;
}

.accordion-button:focus h4 {
    font-weight: 600;
}

@media (min-width: 767px) {
    .contact-us-sec .col-md-12 {
        padding: 0;
    }

    .contact-us-sec .container {
        border: 1px solid #eee;
    }

    .contact-us-sec .image-left {
        border-right: 1px solid #eee;
    }

    .contact-us-sec .image-right {
        border-left: 1px solid #eee;
    }

    .contact-us-sec .box {
        padding: 29px;
    }
}

.contact-us-sec.bg-set .container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

/* .contact-us-sec .box{
    padding: 39px 15px;
} */
.contact-us-sec .image-left,
.image-right {
    height: 100%;
    background-position: center;
    min-height: 282px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-us-sec .left-col,
.contact-us-sec .right-col {
    margin-bottom: 0 !important;
}

.header-none header {
    display: none;
}