.events_list .container {
    max-width: 1500px;
    width: 100%;
}
.eventlist__img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.events_list {
    background: #f3f3f3;
}
.eventlist__img {
    height: 0;
    padding-bottom: 55%;
    overflow: hidden;
}
.bloglist-post--event {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}
.bloglist__head {
    position: relative;
    margin-bottom: 22px;
}
.bloglist__datebox {
    position: absolute;
    left: 26px;
    bottom: -16px;
}
.datebox {
    width: 5.375rem;
    height: 5.25rem;
    background: #d0021b;
    color: #fff;
    text-align: center;
}
.datebox__day {
    display: block;
    padding-top: 4px;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 2.5rem;
}
.datebox__month {
    display: block;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.bloglist__body {
    position: relative;
    padding: 0 26px 40px 26px;
    height: auto;
}
.bloglist__headline {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
}
.bloglist__date {
    display: block;
    font-weight: bold;
    margin-top: 2rem;
}
.bloglist__place {
    display: block;
    margin-bottom: 1.5rem;
}
.bloglist__readmore {
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: 26px;
    color: #333;
    text-decoration: none !important;
}
.bloglist__readmore:hover {
    color: #333;
}
.bloglist__readmore:before {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    background: url(../Images/icon-readmore.svg) no-repeat center center;
    margin-right: 15px;
}
.events_list .list [class*="col-"] {
    display: flex;
}
.f3-widget-paginator {
    list-style: none;
    padding-left: 0;
    display: flex;
}
.f3-widget-paginator li {
    padding: 0 5px;
}
.f3-widget-paginator .current {
    color: #e30613;
}
.eventsingle__header {
    display: flex;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.eventsingle__heading {
    margin-top: auto;
    padding-left: 30px;
}
.eventsingle__headline {
    color: #333333;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.2;
}
.eventsingle__meta {
    font-size: 0.875rem;
    color: #9b9b9b;
    line-height: 1.3;
}
.eventsingle__detailsheadline {
    display: block;
    margin-bottom: 1.5rem;
    color: #333333;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.2;
}
.eventsingle__images {
    position: relative;
}
.eventsingle__images img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
.section.bg--lightgray {
    background: #f3f3f3;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.frame-events_single .eventsingle__header,
.frame-events_single .eventsingle__body,
.frame-events_single .eventsingle__details {
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.inner_page_slider .banner-text{
    background: unset !important;
    position: unset !important;
    width:100% !important;
    max-width:100% !important;
    padding-left:0 !important;
    text-align:center !important;
}
.inner_page_slider .banner-block{
    flex-direction:column;
}
.inner_page_slider .banner-text p{
    color:#404040 !important;
}
.inner_page_slider .slick-dots {
    bottom: 100px !important;
}

@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
}

.back-link,
.forward-link {
    display: block;
    min-width: 40%;
    position: relative;
    margin: 20px 0;
    padding: 20px 30px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    display: flex;
    align-content: center;
    align-items: center;
}
.back-link:hover,
.forward-link:hover,
.back-link:focus,
.forward-link:focus {
    background-color: var(--main-color);
    color: #fff;
    text-decoration: none;
}
.frame-morearticels-ca p {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    gap: 0px 20px;
    grid-template-areas: ". .";
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.frame-morearticels-ca p .back-link,
.frame-morearticels-ca p .forward-link {
    float: left;
}
.frame-morearticels-ca p .back-link i,
.frame-morearticels-ca p .forward-link i {
    vertical-align: -4px;
    padding: 0 10px;
}

.banner-slider .slick-dots {
    bottom: 25px;
}
.banner-slider .slick-dots li {
    width: auto;
    height: auto;
}
.banner-slider .slick-dots li button {
    height: 4px;
    padding: 0;
    width: 40px;
    background-color: #fff;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}
.banner-slider .slick-dots li.slick-active button,
.banner-slider .slick-dots li button:hover {
    opacity: 1;
}
.banner-slider .slick-dots li button:before {
    display: none;
}
.dpnglossary.pagination ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.pagination li {
    margin-bottom: 14px;
}
.pagination li a,
.pagination li.current,
.pagination li.empty {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #707070;
    text-align: center;
    color: #212529;
}
.pagination li.empty {
    opacity: 0.5;
    color: #212529 !important;
}
.pagination li.current {
    background-color: #e30711;
    color: #fff;
    border-color: #e30711;
}
.side-left {
    padding-left: 0;
}
.side-left li {
    list-style: none;
    cursor: pointer;
}
.side-left li.active {
    font-weight: 700;
}
.term_list {
    padding-top: 20px;
}
.right-detail {
    padding-left: 0;
}
.right-detail h2 {
    padding-bottom: 20px;
    border-bottom: 1px dotted #707070;
    margin-bottom: 20px;
}
.right-detail li {
    list-style: none;
}

.slider .banner-block {
    height: auto;
}
.banner-slider .banner-block .counter_box.left {
    left: 0%;
    transform: translate(-0%, -50%);
}
.banner-slider .banner-block .counter_box.right {
    left: unset;
    right: 0%;
    transform: translate(-0%, -50%);
}
.banner-slider .banner-block .counter_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 30px;
    z-index: 2;
    width: fit-content;
}

.banner-slider .banner-block .counter_box .counter {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.banner-slider .banner-block .counter_box .title h3 {
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 25px;
}
.banner-slider .banner-block .counter_box .more-btn {
    text-align: center;
    margin-top: 30px;
}
/*.banner-slider .banner-block .counter_box .more-btn a.btn{font-size: 25px;font-weight: normal; padding: 8px 10px; letter-spacing: 1px; line-height: 1;}*/
.banner-slider .banner-block .counter_box .counter .col-md-3 {
    max-width: 28%;
    flex: 0 0 27.77%;
}
.banner-slider .banner-block .counter_box .counter-details {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.banner-slider .banner-block .counter_box .counter-details span {
    color: #ffffff;
    font-size: 64px;
    font-weight: bold;
    line-height: 64px;
}
.banner-slider .banner-block .counter_box .counter-details label {
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
}

.banner-slider .banner-block .counter_box .title.gray h3 {
    color: #808080;
}
.banner-slider .banner-block .counter_box .title.red h3 {
    color: #e30613;
}
.banner-slider .banner-block .counter_box .title.black h3 {
    color: #000000;
}

.banner-slider .banner-block .counter_box .counter-details span.gray,
.banner-slider .banner-block .counter_box .counter-details label.gray {
    color: #808080;
}
.banner-slider .banner-block .counter_box .counter-details span.red,
.banner-slider .banner-block .counter_box .counter-details label.red {
    color: #e30613;
}
.banner-slider .banner-block .counter_box .counter-details span.black,
.banner-slider .banner-block .counter_box .counter-details label.black {
    color: #000000;
}

.banner-slider .banner-block .counter_box.border-gray,
.banner-slider .banner-block .counter_box .counter-details span.border-gray {
    border: 1px solid #808080;
}
.banner-slider .banner-block .counter_box.border-red,
.banner-slider .banner-block .counter_box .counter-details span.border-red {
    border: 1px solid #e30613;
}
.banner-slider .banner-block .counter_box.border-black,
.banner-slider .banner-block .counter_box .counter-details span.border-black {
    border: 1px solid #000000;
}

.banner-slider .no-background .banner-block:after {
    display: none;
}

#content .banner-slider .banner-block .counter_box {
    width: 100%;
}

#content .banner-slider .banner-block .counter_box {
    padding: 30px 20px;
}

.banner-slider .background-gray {
    background-color: #808080;
}
.banner-slider .background-red {
    background-color: #e30613;
}
.banner-slider .background-black {
    background-color: #000000;
}

.hide-slider-dots .slick-dots {
    display: none !important;
}

html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
}

.scroll_down_arrow .ca3-scroll-down-link {
    cursor: pointer;
    height: 60px;
    width: 60px;
    margin: 0 -30px 0;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 10px);
        opacity: 0;
    }
}
@-moz-keyframes ca3_fade_move_down {
    0% {
        -moz-transform: translate(0, -10px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, 10px);
        opacity: 0;
    }
}
@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 10px);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .banner-slider .slick-dots {
        bottom: 7px;
    }
    .banner-slider .slick-dots li button {
        width: 30px;
    }
    .banner-block .banner-text {
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);
        display: flex;
        flex-direction: column;
    }
    .banner-block {
        min-height: auto !important;
    }
    .banner-block img {
        width: 100%;
    }
    /*.banner-slider .banner-block {
        display: block !important;
    }*/
    .banner-slider .banner-block .counter_box,
    .banner-slider .banner-block .counter_box .counter {
        width: 100%;
    }

    .banner-slider .banner-block .counter_box .title h3 {
        font-size: 3.25rem;
        text-align: center;
    }
    .banner-slider .banner-block .counter_box .counter-details span {
        font-size: 54px;
        line-height: 54px;
    }
    .banner-slider .banner-block .counter_box .counter-details label {
        font-size: 18px;
    }
    .banner-slider .banner-block .counter_box .more-btn a.btn {
        font-size: 19px;
        line-height: 1;
    }
}

@media (max-width: 414px) {
    /*.banner-slider .background-gray{padding: 120px 0px;}*/
    .banner-slider .banner-block .counter_box {
        width: 100%;
        padding: 20px;
    }
    /*.banner-slider .banner-block .counter_box .counter .col-md-2{width: 50%;}
    .banner-slider .banner-block .counter_box .counter .col-md-3{ max-width: 50%; flex: unset;}*/
    .banner-slider .banner-block .counter_box .title h3 {
        font-size: 1.688rem;
        text-align: center;
    }
    .banner-slider .banner-block .counter_box .counter-details span {
        font-size: 2.813rem;
        line-height: 2.813rem;
    }
    .banner-slider .banner-block .counter_box .counter-details label {
        font-size: 1rem;
    }
    .banner-slider .banner-block .counter_box .more-btn a.btn {
        font-size: 1.188rem;
        line-height: 1;
    }
}

.grid-blog .cat-blog .bloglist__item {
    margin-right: 5px;
}

.j-dealers-list p.no-result {
    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 16px;
    color: #333333;
}

@media screen and (min-width: 992px) {
li.special-karriere-nav{
    display: none;
}
}

/*@media screen and (min-width: 800px) {
    .lightbox .lb-image {
        max-width: 1000px !important;
    }
}*/

.ce-headline-center{
   text-align: center;
}
.ce-headline-right{
    text-align: right !important;
}

/* Job Button style */

.job_offers_button{
    position: fixed;
    right: 20px;
    bottom: 76px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(calc(100% + 76px));
}
.job_offers_card{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 50px rgba(41, 30, 56,0.3) !important;
    border-radius: 16px 16px 0 16px !important;
    margin-bottom: 80px;
    transition: all 0.3s ease-in-out;
    width: 263px;
}
.job_offers_card .btn{border-radius: 0;padding-top: 10px;padding-bottom: 10px;}
.job_offers_card .btn svg{margin-left: 20px;}


.scroll-up.job_offers_button,
.scroll-up .job_offers_button{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.job_offers_card .btn {
    padding: 6px 12px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(255, 114, 100,0.3) !important;
}
.job_offers_card h2{line-height: 27px;margin-bottom: 24px;font-size: 20px;}

.mini-icon img,
.close_icon img{width: 30px;max-height: 30px;}
.mini-icon,
.close_icon {
    cursor: pointer;
    width: 56px;
    height: 56px;
    color: #fff;
    background-color: #e30711;
    display: block;
    text-align: center;
    line-height: 56px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 25px rgb(41 30 56 / 15%) !important;
}
.jobbar-hide .mini-icon{opacity: 1;
    visibility: visible;}
.jobbar-hide .close_icon{opacity: 0;
    visibility: hidden;}
.jobbar-hide .job_offers_card{opacity: 0;
    visibility: hidden;}
.mini-icon{
    opacity: 0;
    visibility: hidden;
    /*background-color: #fff;*/
}

.fixed_content_element{
    background-color: #f8f8f8;
}
.handelspartner-btn,.newsletter-btn,.download-btn,.katalog-btn{
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 100%;

}
.handelspartner-btn:before {
    content: "\f2b5";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
    display: block;
}

.newsletter-btn:before {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
    display: block;
}

.download-btn:before {
    content: "\f019";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
    display: block;
}

.katalog-btn:before {
    content: "\f02d";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
    display: block;

}



.job_offers_button.style2 .job_offers_card{ background-color: #e30711; color: #fff;}
.job_offers_button.style2 .job_offers_card .btn-danger { color: #e30711; background-color: #fff; }

.modal.modal-static .modal-dialog {
    transform: scale(1);
}
html{
    overflow: visible;
}
.modal-open #infoModal-long.modal{
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

#infoModal-long .btn-danger.disabled, #infoModal-long .btn-danger:disabled{
    background-color: rgba(0, 0, 0, 0.26);
    border-color: rgba(0, 0, 0, 0.12);
}
#infoModal-long .btn-danger.disabled::after, #infoModal-long .btn-danger:disabled:after{
    background-color: rgba(0, 0, 0, 0.12);
}


/*22-11-22 css*/
.testimonal_two_slide{padding-top:60px;}
.testimonal_two_slide h2,.testimonal_one_slide h2{font-size: 2.188rem;font-weight: 700;margin-bottom: 140px;text-align: center;}
.testimonal_two_slide .card .card-img-top,.testimonal_one_slide .card-img-top{position:relative;top:-70px;left:50%;transform:translateX(-50%); max-width: 150px;border-radius: 50%;width: 150px;height: 150px;}
.testimonal_two_slide .card,.testimonal_one_slide .card {height:100%; background: #fff;-webkit-box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;margin:0px;padding: 0 10px;border: 0;}
.testimonal_two_slide .card  h5,.testimonal_one_slide .card h5 {color: var(--main-color);font-size: 21px;line-height: 1.3;font-weight:bold;}
.testimonal_two_slide .card h5 span,.testimonal_one_slide .card h5 span {font-size: 17px;color: #666;}
.testimonal_two_slide .card .card-body,.testimonal_one_slide .card .card-body{position: relative;top: -60px;}
.testimonal_two_slide .card p,.testimonal_one_slide .card p{margin-top:25px;}
.testimonal_one_slide{padding:60px 0;}

.iconbox-slider.slick-dotted.slick-slider{/*background: var(--color-2);*/padding:100px 0;margin-bottom:0 !important;}
.iconbox-slider .slick-slide img{width:75px;height:auto;margin:0 auto;}
.iconbox-slider .card{margin:20px; height:100%; background: #fff;-webkit-box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;padding-top:42px;border: 0;}
.iconbox-slider .card h5,.iconbox_two_slide .card h5,.iconbox_one_slide .card h5{margin:20px 0; color: var(--main-color);font-size: 21px;line-height: 1.3;font-weight:bold;}
.iconbox-slider .slick-dots li {position: relative;display: inline-block;width: auto;height: auto;margin: 0 5px;padding: 0;cursor: pointer;}
.iconbox-slider .slick-dots li button {padding: 0;height: 12px;width: 12px;border: 2px solid var(--color-3);border-radius: 50%;}
.iconbox-slider .slick-dots li.slick-active button, .iconbox-slider .slick-dots li button:hover {background: var(--color-3);}
.iconbox-slider .slick-dots {bottom: 50px;}
.iconbox_two_slide{padding-top:100px;/*background: var(--color-2);*/}
.iconbox_two_slide .card,.iconbox_one_slide .card{padding-top: 42px;height:100%; background: #fff;-webkit-box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;margin:0px;border: 0;}
.iconbox_two_slide .card img,.iconbox_one_slide .card img{width:75px;height:auto;display:block;margin:0 auto;}
.iconbox_two_slide h2,.iconbox_one_slide h2{font-size: 2.188rem;font-weight: 700;margin-bottom: 140px;text-align: center;}
.iconbox_one_slide{padding:100px 0;}
.iconbox-slider .slick-slide{width:480px;}

.mCSB_scrollTools .mCSB_buttonRight:after {background-image: linear-gradient(to right,rgba(0,0,0,0),#000); right:0;}
.mCSB_scrollTools .mCSB_buttonLeft:after {background-image: linear-gradient(to left,rgba(0,0,0,0),#000); left:0;}
.mCSB_scrollTools .mCSB_buttonRight:before{position:relative;z-index:1;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{background-color:unset !important;}
.mCSB_scrollTools .mCSB_buttonLeft:before{position:relative;z-index:1;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{width:40px !important;text-align:right !important;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{width:40px !important;text-align:left !important;}
.mCSB_scrollTools .mCSB_buttonLeft:after, .mCSB_scrollTools .mCSB_buttonRight:after {width: 80px !important;}
.submenu-scrollbar .menulist{padding-left: 35px !important;}
.submenu-scrollbar .menulist:first-child{padding-left: 0px !important;}

#mCSB_1_container{padding-left: 30px;}
.submenu-scrollbar .menulist:last-child{
    padding-right: 20px!important;
}
@media (max-width:991px){
    .submenu-scrollbar .menulist {padding-left: 20px !important;}
    .inner_page_slider .slick-dots {bottom: 200px !important;}
}
@media (max-width: 767px) {
    /*22-11-22 css*/
    .testimonal_two_slide .row .col-md-6{margin-bottom:120px;}
    .testimonal_two_slide .row .col-md-6:last-child{margin-bottom:0px;}

    .iconbox_two_slide .row .col-md-6{margin-bottom:60px;}
    .iconbox_two_slide .row .col-md-6:last-child{margin-bottom:0px;}
    .iconbox_two_slide h2, .iconbox_one_slide h2{margin-bottom:50px;}
    .iconbox_two_slide{padding-top:50px;}
    .inner_page_slider .slick-dots {bottom: 160px !important;}
    .inner_page_slider .banner-block{height: auto !important;}
}

@media (min-width: 900px) and (max-width: 1100px) {
    #infoModal-long .modal-content {
        max-width: 84vw !important;
    }
}

@media (min-width: 600px) and (max-width: 900px){
    #infoModal-long .modal-content {
        margin-left: 60px;
    }
}

@media (max-width: 600px) {
    #infoModal-long .modal-content {
        margin: 30px;
    }
}

.banner-text p.p-h1{
    margin-bottom: 30px;
    font-size: 3.75em;
    font-weight: 300;
    line-height: 135%;

}

.footer-top .headline-footer-p{
    font-size: 14px;
    border-bottom: 1px solid #e30613;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.products_dtls p.nav-head-model{
    font-size: 2.188rem;
    font-weight: bold;
    margin-bottom: 0;
}

/* 19/03/2023 slider css */

.inner_page_slider.slick-initialized .slick-slide .banner-block figure{
    margin: 0;
}
.inner_page_slider .banner-block:after{
    display: none;
}
.banner-slider.inner_page_slider .banner-text{
    bottom: 30px;
    background: rgba(0,0,0,0.3);
}
@media (max-width: 767px){
    .banner-slider.inner_page_slider .banner-text{
        bottom: initial;
        background: rgba(0,0,0,0.3);
    }
}

.frame-space-before-extra-small {
    margin-top: 15px;
}

.frame-space-before-small {
    margin-top: 25px
}

.frame-space-before-medium {
    margin-top: 45px;
}

.frame-space-before-large {
    margin-top: 60px;
}

.frame-space-before-extra-large {
    margin-top: 75px;
}

.frame-space-before-extra-extra-large {
    margin-top: 150px;
}

.frame-space-before-giant {
    margin-top: 150px;
}

.frame-space-after-extra-small {
    margin-bottom: 15px;
}

.frame-space-after-small {
    margin-bottom: 25px
}

.frame-space-after-medium {
    margin-bottom: 45px;
}

.frame-space-after-large {
    margin-bottom: 60px;
}

.frame-space-after-extra-large {
    margin-bottom: 75px;
}

.frame-space-after-extra-extra-large {
    margin-bottom: 150px;
}

.frame-space-after-giant {
    margin-bottom: 175px;
}

.site-main.product-new .product_submenu {
    display: none;
}

@media (max-width: 769px) {
    .site-main.product-new .content>section.default.layout-8 {
        margin-left: 0;
        padding: 0 20px;
    }
    .site-main.product-new .layout-8 .container .row {
        flex-direction: column;
    }
    .site-main.product-new .content>section.default.layout-8 .container .row .col-sm-12 {
        max-width: 100%;
        width: 100%;
    }
    .site-main.product-new .imagegalleryslider .frame-container > .sectionwrapper .line-items {
        gap: 50px;
    }
    .site-main.product-new .content section.bg_black .container:has(.imagegalleryslider) {
        margin-left: 0;
        padding: 0 20px;
    }
    .site-main.product-new .content section .container.exterieur .header-box {
        width: 100%;
    }

}

@media (max-width: 1230px) {
    .site-main.product-new .content .image-text-banner .banner-content .facts .facts-wrapper {
        margin: 0;
        padding-left: 30px;
    }
    .site-main.product-new .content section.bg_black .container {
        margin-left: 0;
        padding: 0 30px;
    }
    .site-main.product-new .exterieur .header-box {
        width: 100%;
        padding: 0 20px;
        overflow-x: scroll;
    }
    .site-main.product-new .content .exterieur .part2 {
        margin-left: 0;
        padding-left: 30px;
    }
}
