/**
 * Theme Name:Hello Elementor Child
 * Template:   hello-elementor
 * Text Domain: hello-elementor-child
 */

.site-logo a {
    width: auto;
    height: 140px;
}

.site-logo .custom-logo {
    height: 100%;
    width: 100%;
    max-width: 140px;
}

/*============ Start back_to_top css ============*/
a.back_to_top {
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 25px;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
}
a.back_to_top.show {
  opacity: 1;
    filter: alpha(opacity = 100);
    visibility: visible;
    right: 25px;
}
a.back_to_top span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.back_to_top:hover span {
    background-color: #e8e8e8;
}
/*============ End back_to_top_css ============*/


/*============ Start header_css ============*/
header#site-header {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

header.wc-site-header .header-inner {
    max-width: 1300px;
}

header.wc-site-header .site-navigation-toggle-holder {
    display: none !important;
}

header.wc-site-header .site-navigation ul.menu li a {
    position: relative;
    padding: 0 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Playfair Display', sans-serif;
}

header.wc-site-header .site-navigation ul.menu li a:hover {
    opacity: .8;
}

header.wc-site-header.header-sticky {
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding: 0;
}

header.wc-site-header .sticky-logo,
header.wc-site-header.header-sticky .site-logo.show {
    display: none;
}

header.wc-site-header.header-sticky .sticky-logo {
    display: block;
    max-width: 50px;
}

header.wc-site-header.header-sticky .site-navigation ul.menu li a {
    color: #9d9d9d;
}

header.wc-site-header.header-sticky .site-navigation ul.menu li:hover a {
    color: #d6bf89;
    opacity: .8;
}

header.wc-site-header.header-sticky .site-navigation ul.menu li.current-menu-item a {
    color: #303030;
}

body.logged-in.admin-bar header#site-header {
    top: 32px;
}

header.wc-site-header .site-navigation-dropdown .site-mobile-logo img {
    max-width: 80px;
}
/*============ End header_css ============*/

/*============ Start hero_css ============*/
body.wc-home-custom-swiper {
    overflow-x: hidden;
}

.main_hero_section {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_hero_section .main_bg-image{
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.main_hero_section .main_bg-image img {
    display: none;
}
.main_hero_section .home-content-swiper {
    height: 700px;
}

.main_hero_section .home-content-wrapper .swiper-slide h2 {
    color: #fffefe;
    font-size: 48px;
    line-height: 60px;
    font-family: 'Playfair Display';
    font-weight: 400;
    margin: 10px 0 20px;
}

.main_hero_section .home-content-wrapper .swiper-slide h3 {
    color: #fffefe;
    text-shadow: none;
    font-size: 30px;
    line-height: 48px;
    font-family: Playfair Display;
    font-weight: 400;
    margin: 10px 0 15px;
}

.main_hero_section .home-content-wrapper .swiper-slide a.button {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 500;
    padding: 18px 25px;
    font-size: 14px;
    line-height: 1.7em;
    background-color: #d6bf89;
    color: #303030;
    font-family: 'Playfair Display';
}

.main_hero_section .slider-content {
    overflow: hidden;
    display: flex;
    align-items: end;
    height: 100%;
    padding-bottom: 120px;
}

.main_hero_section .slider-info {
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
}

.main_hero_section .slider-container {
    transform: translate3d(0, 100%, 0);
    transition-duration: .5s;
    opacity: 0;

}

.main_hero_section .swiper-slide-active .slider-container {
    opacity: 1;
    transform: translateZ(0);
    transition-duration: 2s;
    transition-timing-function: ease;
    transition-property: opacity, transform;
}

.main_hero_section .home-content-swiper .swiper-button-next,
.main_hero_section .home-content-swiper .swiper-button-prev {
    -webkit-transition: opacity .5s ease 0s;
    -moz-transition: opacity .5s ease 0s;
    -o-transition: opacity .5s ease 0s;
    transition: opacity .5s ease-in-out;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*opacity: 0;*/
}

.main_hero_section .home-content-swiper:hover .swiper-button-next,
.main_hero_section .home-content-swiper:hover .swiper-button-prev {
    opacity: 1;
}

.main_hero_section .home-content-swiper .swiper-button-next::after,
.main_hero_section .home-content-swiper .swiper-button-prev::after {
    font-size: 18px;
    color: #fff;
}

.main_hero_section .home-content-swiper .swiper-button-next {
    right: 23px;
}

.main_hero_section .home-content-swiper .swiper-button-prev {
    left: 23px;
}

.main_hero_section .home-content-swiper .swiper-pagination {
    bottom: 20px !important;
}

.main_hero_section .home-content-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background-color: #fff;
    opacity: .4;
}

.main_hero_section .home-content-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/*transparent header*/
body.transparent_header header#site-header {
    position: static;
}

body.transparent_header header.wc-site-header .site-navigation ul.menu li a {
    color: #000;
}

body.transparent_header header#site-header.header-sticky {
    position: fixed;
}
/*============ End hero_css ============*/


/*============ Start news_css ============*/
.new-post-content {
    background-color: #f6f6f6;
    padding: 30px 15px 0;
}

.new-post-content h2.wc_title,
.wc-new-detail .new-blog-single h2.news-detail-title {
    color: #303030;
    padding: 0;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Playfair Display', sans-serif;
    position: relative;
    margin: 0 0 40px;
}

.new-post-content h2.wc_title:after,
.wc-new-detail .new-blog-single h2.news-detail-title:after {
    content: '';
    background-color: #303030;
    height: 2px;
    position: relative;
    width: 22px;
    display: block;
    top: 0;
    margin-top: 14px;
}

.new-post-content .container_inner,
.wc-new-detail .new-blog-single {
    max-width: 1300px;
    margin: auto;
}

.new-post-content .new-post-list {
    padding: 23px 23px 35px;
    background-color: #fff;
    margin-bottom: 60px;
}

.new-post-content .new-post-list h2.loop-title,
.wc-new-detail .new-blog-content h2.loop-title {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #303030;
    margin: 0;
}

.new-post-content .new-post-list h2.loop-title .post-public-date,
.wc-new-detail .new-blog-content h2.loop-title .post-public-date {
    color: #bebebe;
}

.new-post-content .new-post-list h2.loop-title a {
    color: #303030;
}

.new-post-content .new-post-list h2.loop-title a:hover {
    color: #d6bf89;
}

.new-post-content .new-post-list p,
.wc-new-detail .new-blog-content p {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    color: #bebebe;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Playfair Display', sans-serif;
}

.new-post-content .new-post-list p a,
.wc-new-detail .new-blog-content p a {
    color: #bebebe;
}

.new-post-content .new-post-list p a:hover,
.wc-new-detail .new-blog-content p a:hover {
    color: #1abc9c;
}

.new-post-content .new-post-list .loop-desc,
.wc-new-detail .new-blog-content .loop-desc p {
    font-size: 14px;
    line-height: 26px;
    color: #818181;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 30px;
}

.new-post-content .new-post-list .post-more-link a {
    line-height: 30px;
    font-size: 12px;
    padding: 7px 17px;
    color: #122e26;
    background-color: #d6bf89;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    font-family: "Playfair Display", sans-serif;
}

.new-post-content .new-post-list .post-more-link a:hover {
    color: #fff;
}

.new-post-paginate {
    text-align: center;
    padding-bottom: 60px;
}

.new-post-paginate .page-numbers {
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 38px;
    margin: 0 11px 0 0;
    text-align: center;
    color: #b4b4b4;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border: 2px solid #e5e5e5;
    outline: 0;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.new-post-paginate span.page-numbers.current,
.new-post-paginate .page-numbers:hover {
    color: #303030;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.new-blog-single h2.loop-title,
.new-blog-single h2.news-detail-title {
    display: none;
}

.wc-new-detail .new-blog-single h2.loop-title,
.wc-new-detail .new-blog-single h2.news-detail-title {
    display: block;
}
/*============ End news_css ============*/

/*============ Start news-details_css ============*/
.wc-new-detail main#content {
    max-width: 100%;
    background-color: #f6f6f6;
    padding: 30px 15px 0;
}

.wc-new-detail .new-blog-content .loop-desc p {
    margin-bottom: 22px;
}

.wc-new-detail .new-blog-content .loop-desc p a {
    color: #818181;
}

.wc-new-detail .new-blog-content .loop-desc p a:hover {
    color: #d6bf89;
}
/*============ End news-details_css ============*/


/*============ start leistungen_css ============*/
.wc-custom-accodian .wc-accordion_holder .e-n-accordion-item-title-icon {
    width: 41px !important;
    min-width: 41px;
    height: 41px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
}

.wc-accordion_holder .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    background-color: #e3e3e3;
}
/*============ End leistungen_css ============*/


.wc-bg_image-section {
    background-size: cover;
}

.wc-bg_image-section h2 {
    word-break: break-all;
}


/*============ Start Blog_css ============*/

.wc-custom-slider .elementor-swiper-button {
    right: 7px !important;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-custom-slider .elementor-swiper-button:hover {
    background-color: #fff;
}

.wc-custom-slider .elementor-swiper-button:hover svg {
    fill: #8a8a8a !important;
    color: #8a8a8a;
}

.wc-content-list ul {
    padding-left: 15px;
}

.highlighi-link a {
    color: #303030;
    word-break: break-all;
}

.highlighi-link a:hover {
    color: #d6bf89;
}
/*============ End Blog_css ============*/


/*============ Start contact_css ============*/
form .contact_form input,
form .contact_form .wpcf7-form-control-wrap textarea {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 12px;
    border: 0;
    border-radius: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: 'Open Sans';
}

form .contact_form p {
    margin: 0;
    text-align: right;
}

form .contact_form .column1,
form .contact_form .column2 {
    width: 50%;
    float: left;
}

form .contact_form .column1 {
    padding-right: 10px;
}

form .contact_form .column2 {
    padding-left: 10px;
}

form .contact_form input.wpcf7-submit {
    line-height: 29px;
    font-size: 12px;
    padding: 5px 23px;
    color: #122e26;
    background-color: #d6bf89;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    font-family: "Playfair Display", sans-serif;
    width: auto;
    margin: 0;
}

form .contact_form input.wpcf7-submit:hover {
    color: #fff;
}

form .contact_form span.wpcf7-not-valid-tip {
    display: block;
    margin: 0;
    position: relative;
    top: -20px;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    color: #818181;
    font-weight: 600;
    font-family: 'Playfair Display', sans-serif;
}

form.wpcf7-form .wpcf7-response-output {
    color: #ff0000;
    border: 2px solid #ff0000 !important;
    font-size: 14px;
    padding: 7px !important;
}

form .contact_form .submit-btn {
    position: relative;
}

form .contact_form .submit-btn input.wpcf7-submit {
    padding-right: 34px;
}

form .contact_form .submit-btn .wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 8px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: #122e26;
}

form .contact_form .submit-btn .wpcf7-spinner::before {
    width: 5px;
    height: 5px;
    transform-origin: 6px 6px;
}
/*============ End contact_css ============*/


/*============ Start footer_css ============*/
.wc-footer-section {
    background-color: #122e26;
    padding: 72px 0 0 !important;
}

.wc-footer-section .wc-footer-dynamic {
    display: flex;
    max-width: 1300px;
    margin: auto;
    align-items: flex-start;
    padding-bottom: 52px;
    flex-wrap: wrap;
}

.wc-footer-section a {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
}

.footer-inner-col-first,
.footer-inner-col-second,
.footer-inner-col-third,
.footer-inner-col-four {
    width: 25%;
}

.wc-footer-section .footer-inner-col-first {
    padding: 0 15px 0 0;
    position: relative;
    top: -18px;
}

.wc-footer-section .footer-inner-col-second {
    padding: 0 10px 0 20px;
}

.wc-footer-section .footer-inner-col-third {
    padding: 0 5px 0 20px;
}

.wc-footer-section .footer-inner-col-four {
    padding: 0 0 0 15px;
}

.wc-footer-section .footer-inner-col-second .widget>p {
    display: none;
}

.wc-footer-section .wc-footer-dynamic .site-footer-logo {
    margin-bottom: 10px;
}

.wc-footer-section .wc-footer-dynamic .site-footer-logo a {
    width: 90px;
    display: block;
}

.wc-footer-section .footer-inner-col-first .wc-footer-column {
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.wc-new-post .wc-new-post-loop .wc-post-title {
    margin: 0;
    line-height: 0;
}

.wc-new-post .wc-new-post-loop h4.wc-post-title a {
    color: #818181;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
}

.wc-new-post .wc-new-post-loop h4.wc-post-title a:hover,
.wc-footer-section .footer-inner-col-third ul li.menu-item a:hover {
    color: #fff;
}

.wc-new-post .wc-new-post-loop .wc-post-date {
    color: #ffffff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 17px;
}

.wc-footer-section h2.widgettitle {
    margin: 0 0 22px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.wc-footer-section .footer-inner-col-third ul {
    padding: 0;
    list-style: none;
}

.wc-footer-section .footer-inner-col-third ul li.menu-item {
    padding: 0 0 17px;
    position: relative;
    line-height: 22px;
}

.wc-footer-section .footer-inner-col-third ul li.menu-item a {
    color: #818181;
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
}

.wc-footer-section .footer-inner-col-four figure.wp-block-gallery {
    margin: 0;
    flex-direction: column;
    gap: 52px;
    align-items: flex-start;
}

.footer-copyright {
    background-color: #1b1b1b;
    padding: 15px 0;
}

.footer-copyright .footer-inner {
    justify-content: center !important;
}

.footer-copyright .footer-inner p {
    font-family: 'Playfair Display', sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #818181;
}
/*============ End footer_css ============*/

/*============ Start Cookies_css ============*/
body.cookies-not-set{
        display: flex;
    flex-direction: column;
}
#cookie-notice{
    position: static !important;
        order: -1;
}
#cookie-notice .cookie-notice-container{
        color: #fff;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    padding-left: 16px;
}
#cookie-notice span#cn-notice-text {
    margin: 0;
    text-align: left;
}
#cookie-notice span#cn-notice-text a#cn-more-info {
    color: rgb(255, 255, 255);
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}
#cookie-notice span#cn-notice-text a#cn-more-info:hover{
    text-decoration: none;
    color: #fff;
}
#cookie-notice span#cn-notice-buttons a#cn-accept-cookie{
background-color: #112e25;
    margin: 0;
    padding: .8em 1.8em;
    height: 100%;
    min-width: 140px;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.5em;
    border-width: 2px;
    border-style: solid;
    border-color: #112e25;
    border-radius: 0;
}
#cookie-notice span#cn-notice-buttons a#cn-accept-cookie:hover{
background-color: rgb(55, 84, 75);
}
#cookie-notice span#cn-close-notice{
    display: none;
}
/*============ End Cookies_css ============*/



/*============ Start responsive_css ============*/

@media only screen and (max-width: 1399px) {
    .wc-footer-section .wc-footer-dynamic {
        padding: 0 40px 70px 40px;
    }

    header.wc-site-header .header-inner {
        padding: 0 20px;
    }
            header.wc-site-header .header-inner,
    .main_hero_section .slider-info{
        max-width: 1100px;
    }
}

@media only screen and (max-width: 1200px) {
        header.wc-site-header .header-inner{
        max-width: 1000px;
    }
    .main_hero_section .slider-info{
        max-width: 850px;
    }
    .main_hero_section .home-content-wrapper .swiper-slide h2 {
        font-size: 30px;
        line-height: 42px;
        margin: 0 0 25px;
    }
}
@media only screen and (max-width: 1000px) {
    .main_hero_section .home-content-swiper .swiper-button-next,
    .main_hero_section .home-content-swiper .swiper-button-prev {
        opacity: 1;
    }

    .main_hero_section .home-content-swiper .swiper-button-next {
        right: 0;
    }

    .main_hero_section .home-content-swiper .swiper-button-prev {
        left: 0;
    }
}
@media only screen and (max-width: 991px) {

    body.logged-in.admin-bar header#site-header {
        top: 0;
    }

    header.wc-site-header {
        padding: 0 45px;
        background-color: #fff !important;
        position: relative !important;
    }

    header.wc-site-header .site-navigation {
        display: none;
    }

    header#site-header .site-navigation-toggle-holder {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        padding: 7px 0;
    }

    header.wc-site-header .site-navigation-dropdown ul.menu li.menu-item {
        border-bottom: 1px solid #eaeaea;
    }

    header.wc-site-header .site-navigation-dropdown ul.menu li.menu-item:last-child {
        border-bottom: 0 solid #eaeaea;
    }

    header.wc-site-header .site-navigation-dropdown ul.menu li.menu-item a {
        font-size: 13px;
        font-weight: 400;
        color: #888;
        padding: 10px 0;
        display: block;
        position: relative;
        text-transform: none;
        line-height: 26px;
        letter-spacing: 0;
        font-family: 'Playfair Display', sans-serif;

    }

    header.wc-site-header .header-inner,
    header.wc-site-header .site-navigation-dropdown ul {
        padding: 0 45px;
    }

    header.wc-site-header .site-navigation-dropdown ul.menu li.current-menu-item a {
        background-color: transparent;
        color: #1abc9c;
    }

    header.wc-site-header .site-navigation-toggle-holder {
        display: flex !important;
    }

    header.wc-site-header .site-navigation-toggle-holder button.site-navigation-toggle {
        background-color: transparent;
        padding: 0;
    }

    header.wc-site-header .site-navigation-toggle-holder button.site-navigation-toggle span::before,
    header.wc-site-header .site-navigation-toggle-holder button.site-navigation-toggle span::after {
        height: 2px;
    }

    header.wc-site-header .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
        box-shadow: 0 5px 0 currentColor;
    }

    header.wc-site-header .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
        transform: translateY(5px) rotate(40deg);
    }

    header.wc-site-header .header-inner .custom-logo-link,
    header.wc-site-header.header-sticky .sticky-logo {
        display: none;
    }

    header.wc-site-header .site-mobile-logo {
        display: block;
        max-width: 80px;
        width: 100%;
        margin: auto;
    }

    header.wc-site-header .site-navigation-toggle-holder button.site-navigation-toggle .site-navigation-toggle-icon {
        width: 12px;
        color: #9d9d9d;
    }
.main_hero_section .slider-info {
        max-width: 720px;
    }

}

@media only screen and (max-width: 768px) {
    .footer-inner-col-first, .footer-inner-col-second, .footer-inner-col-third, .footer-inner-col-four {
        width: 50%;
        margin-bottom: 30px;
    }

    .wc-footer-section .footer-inner-col-first,
    .wc-footer-section .footer-inner-col-second,
    .wc-footer-section .footer-inner-col-third,
    .wc-footer-section .footer-inner-col-four {
        padding: 0;
    }

    .new-post-content .new-post-list {
        margin-bottom: 30px;
    }

    .new-post-content .new-post-list h2.loop-title,
    .wc-new-detail .new-blog-single h2.loop-title {
        font-size: 19px;
    }

    .new-post-content .new-post-list p,
    .new-post-content .new-post-list .loop-desc,
    .wc-new-detail .new-blog-content p,
    .wc-new-detail .new-blog-content .loop-desc p {
        margin: 0 0 10px;
    }
    #cookie-notice .cookie-notice-container{
        flex-direction: column;
        padding: 15px;
        gap: 5px;
    }
    #cookie-notice span#cn-notice-text{
            font-size: 14px;
    line-height: 20px;
    text-align: center;
    }
    #cookie-notice span#cn-notice-buttons a#cn-accept-cookie{
            padding: 6px;
    }
    .main_hero_section .slider-info{
        max-width: 590px;
    }
}

@media only screen and (max-width: 575px) {
    .main_hero_section{
        padding: 0 15px;
    }
    .footer-inner-col-first, .footer-inner-col-second, .footer-inner-col-third, .footer-inner-col-four {
        width: 100%;
    }

    .wc-footer-section .wc-footer-dynamic {
        padding: 0 15px 30px 15px;
    }

    .footer-copyright {
        padding: 8px 0;
    }

    .main_hero_section .home-content-wrapper .swiper-slide h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .main_hero_section .home-content-wrapper .swiper-slide h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 15px;
    }

    .main_hero_section .home-content-swiper .swiper-button-next,
    .main_hero_section .home-content-swiper .swiper-button-prev {
        display: none;
    }

    .new-post-content .new-post-list h2.loop-title,
    .wc-new-detail .new-blog-single h2.loop-title {
        font-size: 16px;
        line-height: 24px;
    }

    form .contact_form .column1, form .contact_form .column2 {
        width: 100%;
    }

    form .contact_form .column1,
    form .contact_form .column2 {
        padding: 0;
    }

    form .contact_form p {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {

    header.wc-site-header .header-inner,
    header.wc-site-header .site-navigation-dropdown ul {
        padding: 0 15px;
    }
}