/**
* Theme Name:	Theme
* Description:	Child theme
* Author: 	CONDUO
* Author URI:	http://conduo.de
* Version:	1.0
* Template: 	blocksy
* Text Domain:	cdt
*/

#header {position: relative !important; width: 100%;z-index: 999 !important;}
body[data-header*="shrink"] #header [data-row=middle] .ct-container,
body[data-header*="shrink"] #header [data-row=middle]{max-height:42px !important; min-height:42px !important; transition: height, min-height .7s ease}
#header [data-column=end]{
    display: flex;
    justify-content: end;
}
#header [data-column=end] > [data-items=primary]{
    background-color: rgba(255, 255, 255, .8);
    width: fit-content !important;
    padding: 0 .8rem 0 .2rem;
    border-bottom-right-radius: .6rem;
    border-bottom-left-radius: .6rem;
    backdrop-filter: blur(5px);
    transition: background-color .3s ease-out;
}
#header [data-transparent-row=yes] [data-column=end] > [data-items=primary]{background-color: rgba(255, 255, 255, 0);backdrop-filter:none}
#header [data-device=mobile] [data-column-set="2"]>div{margin-right: 3vw;}
body.home #header .ct-header-cta{visibility: collapse;width: 0;height: 0;margin: 0;}

#offcanvas .ct-panel-content .ct-panel-content-inner{padding: 0 clamp(2rem, 10vw, 5rem) !important;}
#offcanvas nav{margin-bottom:clamp(1rem, 3.5vh,3rem) !important}
#offcanvas .mobile-menu .ct-menu-link{
    --menu-item-padding:clamp(4px, .8vh,10px) 0 !important;
    font-size: clamp(.8rem, 2.6vh, 1.25rem);
}
#offcanvas .ct-panel-content .ct-contact-info{--items-spacing: clamp(8px, 2.5vh,24px) !important}
nav[class*=menu] li:hover>.ct-menu-link{letter-spacing: 0.08rem;}

.ct-back-to-top{
    backdrop-filter: blur(5px) !important;
    background-color: rgba(255, 255, 255, .6) !important;
}
.ct-back-to-top:hover{background-color: rgba(255, 255, 255, .7) !important;}

#footer [data-column="menu"]{min-width:480px;}
#footer [data-column="text"]{min-width: 360px;}
#footer-menu,
#footer [data-column="text"] > div {width: 100%;}
#footer-menu.footer-menu-inline ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    max-width: 600px;
    margin: auto;
    padding: 0;
    gap: .8rem .2rem;
}
#footer-menu.footer-menu-inline a{transition: all .3s ease;}
#footer-menu.footer-menu-inline a:hover{letter-spacing: .04rem;}

#f-a-block{display: flex;justify-content: start;}
#f-a-block > *{flex-basis: 50%;max-width: 250px;}
#f-a-block > img{max-width: 300px; padding: .5rem 1.5rem 1.5rem 1.5rem; min-width: 150px;}
#fa-txt{
    display: flex !important;
    justify-content: space-between;
    color: var(--theme-palette-color-18);
    font-size: .8rem;
    line-height: 1.5;
    width: 100%;
    padding: .7rem .3rem 0 .3rem;
    column-gap: .5rem;
}
#fa-txt > div {white-space:nowrap}
#fa-txt a{color: var(--theme-palette-color-18);}
#fa-txt a:hover{color: var(--theme-palette-color-6);}
#footer #footer-menu-2{
    text-wrap: balance;
    line-height: 1.6;
}
#footer #footer-menu-2 li{width: 100%;}
#footer #footer-menu-2 a::before{
    background-image: url("data:image/svg+xml,%3Csvg id='offer' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23dcedde'%3E%3Cpath d='M200.99,209.36c3.87-5.04,5.8-12.83,5.8-23.37,0-20.39-7.38-30.58-22.14-30.58s-22.14,10.19-22.14,30.58,7.38,30.93,22.14,30.93c7.03,0,12.48-2.52,16.34-7.56Z'/%3E%3Cpath d='M327.35,299.17c-14.76,0-22.14,10.19-22.14,30.58s7.38,30.58,22.14,30.58,22.14-10.19,22.14-30.58-7.38-30.58-22.14-30.58Z'/%3E%3Cpath d='M460.28,268.55c-7.26-6.79-7.26-18.31,0-25.1l44.87-41.97c7.83-7.33,4.32-20.42-6.12-22.85l-59.85-13.91c-9.68-2.25-15.44-12.22-12.55-21.73l17.88-58.78c3.12-10.26-6.47-19.85-16.73-16.73l-58.78,17.88c-9.51,2.89-19.48-2.87-21.73-12.55l-13.91-59.85c-2.43-10.45-15.53-13.96-22.85-6.12l-41.97,44.87c-6.79,7.26-18.31,7.26-25.1,0L201.49,6.85c-7.33-7.83-20.43-4.32-22.85,6.12l-13.91,59.85c-2.25,9.68-12.22,15.44-21.73,12.55l-58.78-17.88c-10.26-3.12-19.85,6.47-16.73,16.73l17.88,58.78c2.89,9.51-2.87,19.48-12.55,21.73l-59.85,13.91c-10.45,2.43-13.96,15.53-6.12,22.85l44.87,41.97c7.26,6.79,7.26,18.31,0,25.1l-44.87,41.97c-7.83,7.33-4.32,20.42,6.12,22.85l59.85,13.91c9.68,2.25,15.44,12.22,12.55,21.73l-17.88,58.78c-3.12,10.26,6.47,19.85,16.73,16.73l58.78-17.88c9.51-2.89,19.48,2.87,21.73,12.55l13.91,59.85c2.43,10.45,15.53,13.96,22.85,6.12l41.97-44.87c6.79-7.26,18.31-7.26,25.1,0l41.97,44.87c7.33,7.83,20.43,4.32,22.85-6.12l13.91-59.85c2.25-9.68,12.22-15.44,21.73-12.55l58.78,17.88c10.26,3.12,19.85-6.47,16.73-16.73l-17.88-58.78c-2.89-9.51,2.87-19.48,12.55-21.73l59.85-13.91c10.45-2.43,13.96-15.53,6.12-22.85l-44.87-41.97ZM146.16,226.41c-9.96-9.84-14.94-23.31-14.94-40.42s4.98-30.52,14.94-40.24c9.96-9.72,22.79-14.59,38.49-14.59s28.53,4.87,38.49,14.59c9.96,9.73,14.94,23.14,14.94,40.24s-4.98,30.58-14.94,40.42c-9.96,9.84-22.79,14.76-38.49,14.76s-28.53-4.92-38.49-14.76ZM205.39,380.36h-39.37l140.24-244.63h39.37l-140.24,244.63ZM365.84,370.16c-9.96,9.84-22.67,14.76-38.14,14.76s-28.53-4.92-38.49-14.76c-9.96-9.84-14.94-23.31-14.94-40.42s4.97-30.52,14.94-40.24c9.95-9.72,22.79-14.59,38.49-14.59s28.18,4.87,38.14,14.59c9.96,9.73,14.94,23.14,14.94,40.24s-4.98,30.58-14.94,40.42Z'/%3E%3C/svg%3E");
    content: "";
    display: block;
    position: relative;
    height: 1.2rem;
    width: 1.2rem;
    background-repeat: no-repeat;
    transition: all .3s ease;
}
#footer #footer-menu-2 a:hover::before{background-image: url("data:image/svg+xml,%3Csvg id='offer' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fcc201'%3E%3Cpath d='M200.99,209.36c3.87-5.04,5.8-12.83,5.8-23.37,0-20.39-7.38-30.58-22.14-30.58s-22.14,10.19-22.14,30.58,7.38,30.93,22.14,30.93c7.03,0,12.48-2.52,16.34-7.56Z'/%3E%3Cpath d='M327.35,299.17c-14.76,0-22.14,10.19-22.14,30.58s7.38,30.58,22.14,30.58,22.14-10.19,22.14-30.58-7.38-30.58-22.14-30.58Z'/%3E%3Cpath d='M460.28,268.55c-7.26-6.79-7.26-18.31,0-25.1l44.87-41.97c7.83-7.33,4.32-20.42-6.12-22.85l-59.85-13.91c-9.68-2.25-15.44-12.22-12.55-21.73l17.88-58.78c3.12-10.26-6.47-19.85-16.73-16.73l-58.78,17.88c-9.51,2.89-19.48-2.87-21.73-12.55l-13.91-59.85c-2.43-10.45-15.53-13.96-22.85-6.12l-41.97,44.87c-6.79,7.26-18.31,7.26-25.1,0L201.49,6.85c-7.33-7.83-20.43-4.32-22.85,6.12l-13.91,59.85c-2.25,9.68-12.22,15.44-21.73,12.55l-58.78-17.88c-10.26-3.12-19.85,6.47-16.73,16.73l17.88,58.78c2.89,9.51-2.87,19.48-12.55,21.73l-59.85,13.91c-10.45,2.43-13.96,15.53-6.12,22.85l44.87,41.97c7.26,6.79,7.26,18.31,0,25.1l-44.87,41.97c-7.83,7.33-4.32,20.42,6.12,22.85l59.85,13.91c9.68,2.25,15.44,12.22,12.55,21.73l-17.88,58.78c-3.12,10.26,6.47,19.85,16.73,16.73l58.78-17.88c9.51-2.89,19.48,2.87,21.73,12.55l13.91,59.85c2.43,10.45,15.53,13.96,22.85,6.12l41.97-44.87c6.79-7.26,18.31-7.26,25.1,0l41.97,44.87c7.33,7.83,20.43,4.32,22.85-6.12l13.91-59.85c2.25-9.68,12.22-15.44,21.73-12.55l58.78,17.88c10.26,3.12,19.85-6.47,16.73-16.73l-17.88-58.78c-2.89-9.51,2.87-19.48,12.55-21.73l59.85-13.91c10.45-2.43,13.96-15.53,6.12-22.85l-44.87-41.97ZM146.16,226.41c-9.96-9.84-14.94-23.31-14.94-40.42s4.98-30.52,14.94-40.24c9.96-9.72,22.79-14.59,38.49-14.59s28.53,4.87,38.49,14.59c9.96,9.73,14.94,23.14,14.94,40.24s-4.98,30.58-14.94,40.42c-9.96,9.84-22.79,14.76-38.49,14.76s-28.53-4.92-38.49-14.76ZM205.39,380.36h-39.37l140.24-244.63h39.37l-140.24,244.63ZM365.84,370.16c-9.96,9.84-22.67,14.76-38.14,14.76s-28.53-4.92-38.49-14.76c-9.96-9.84-14.94-23.31-14.94-40.42s4.97-30.52,14.94-40.24c9.95-9.72,22.79-14.59,38.49-14.59s28.18,4.87,38.14,14.59c9.96,9.73,14.94,23.14,14.94,40.24s-4.98,30.58-14.94,40.42Z'/%3E%3C/svg%3E");}
#footer #footer-menu-2 a{
    color: var(--theme-palette-color-17);
    letter-spacing: .02rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .6em;
    flex-flow: wrap;
    font-size: 1.1rem;
    transition: color .3s ease;
    line-height: 1.6;
}
#footer #footer-menu-2 a:hover{color:var(--theme-palette-color-3)}
html, body, html body .animsition-overlay-slide{
    background-image: url(/wp-content/uploads/2025/10/biglogo.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 215px auto !important;
    background-position: center 45vh !important;
    background-attachment: fixed !important;
}

body [data-vertical-spacing*=top] { padding-top: 2.5rem;}
[data-prefix="single_page"] .hero-section[data-type="type-2"]{
    background-image: url(/wp-content/uploads/2025/10/berge.svg);
    background-position: 79% bottom;
    background-size: cover;
    background-color: var(--theme-palette-color-11);
    border-bottom: 2rem var(--theme-palette-color-19) solid;
}

/* GENERAL *********************************/

body .entry-content p a:hover{
    color: var(--theme-link-initial-color);
    background-image: var(--has-link-decoration, linear-gradient(#3fb360, #3fb360));
}
body .entry-content p a.ondark{
    color: #abdb9c;
}
body .entry-content p a.ondark:hover,
body .entry-content p a.ondark:active,
body .entry-content p a.ondark:focus{
    color: var(--theme-palette-color-20);
}

.boxshadow{box-shadow: 0px 6px 12px -6px #36363699 !important;}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{text-wrap: pretty;margin-bottom: .5em !important;}
.entry-content h1:not(:first-child),.entry-content h2:not(:first-child),.entry-content h3:not(:first-child),.entry-content h4:not(:first-child),.entry-content h5:not(:first-child),
.entry-content h6:not(:first-child){margin-top:1.5em;}
main p,main ul,main ol{
    margin-bottom: 1rem !important;
}
main ul li,main ol li{
    margin-bottom: .5rem;
}
main ul li::marker,main ol li::marker{color: #228b22;}
.entry-content li,
.entry-content p{
    hyphens: auto;
    text-wrap: pretty;
}
.zweispalt{
    column-count: 2;
    column-gap: clamp(2.4em, 6vw, 3.6em) !important;
    text-align: left;
}
p.intro{
    font-size: 1.15em;
    color: #4c5f56;
    text-wrap: unset;
}
.hide{display: none !important;}
/* START ***********************************/

body.home .hero-container{
    justify-content: center;
    background: linear-gradient(to top, var(--theme-palette-color-19) 36px, var(--theme-palette-color-11) 0);
    padding: min(2%,1.5rem) 0 1.5rem 0;
}
body.home .hero-container .wp-block-image{
    display: flex;
    justify-content: end;
}
body.home .hero-container .wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 90%;
    vertical-align: bottom;
    margin-bottom: -2%;
}
body.home .hero{
    margin-bottom: -50px;
    background-image: url(/wp-content/uploads/2025/10/berge.svg);
    background-position: center bottom 30px;
    background-repeat: no-repeat;
    max-width: 1500px;
    background-size: 110% auto;
}
body.home .hero > .wp-block-columns{width: 96%;}

body.home .hero-slider .kb-gallery-ul{border: 5px solid #164d30;}
body.home .hero-slider .kb-splide .splide__pagination, body.home .kb-splide ul.splide__pagination.splide__pagination{
    bottom: unset;
    left: unset;
    right: -2rem;
    top: 0;
    padding: 0 .5em;
    flex-direction: column;
    z-index: 50;
}
body.home .hero-slider .kb-splide .splide__pagination__page{
    background: var(--theme-palette-color-16);
    border-radius: 0;
}

body.home .hero-slider .wp-block-kadence-advancedgallery .kt-blocks-carousel-init[data-slider-dots=true]{margin-bottom: 0;}
body.home .hero-slider .splide__arrows{display: none;}
body.home .kb-splide[data-slider-dots=true]{margin: 0;}
body.home .loca p{text-wrap: normal;}

body.home .house h2{white-space: nowrap;}
body.home .house .left{order:1}
body.home .house .right{order:2}
body.home .house .wp-block-kadence-advancedgallery{width: 100%;}
body.home .house .splide__arrows{display: none;}
body.home .house .splide__track {padding: 0 .6rem 1.2rem .6rem !important;}

body.home .house .kadence-blocks-gallery-item{box-shadow: 0px 6px 12px -6px #36363699}
body.home .house .kt-svg-icons{
    justify-content: space-around !important;
    width: 100%;
}
.kt-infobox-textcontent p:last-of-type{margin:0 !important}

body.home .house{--kb-tooltip-color:#000 !important;--kb-tooltip-background:var(--theme-palette-color-3) !important}
body.home .hours h2{font-size: clamp(1.1rem, 7.5vw, 1.9rem) !important;}
body.home .news{
    row-gap: 2rem;
}
body.home .news h2{
    padding-top: 2rem !important;
    font-size: 1.6rem;
    margin-right: -1rem !important;
    margin-left: 1rem !important;
    margin-bottom: 1.2rem !important;
    text-align: right;
    color: #0a7a40;
}
body.home .news .newsbox{
    background-color: rgb(255 255 255 / 45%);
    padding: 2rem 2rem 1rem 2rem;
    margin-right: -3.5rem !important;
    margin-left: 1rem !important;
    box-shadow: 0px 6px 12px -6px #36363620 !important;
} 
body.home .news .newsbox h3{margin-bottom:.25rem !important; font-size: 1.2rem;}

body.home .news .alt{
    padding: 0;
    padding-right: clamp(0rem, 6vw, 5rem);
}
body.home .news .alt > .kt-inside-inner-col{display: flex;}
body.home .news .alt h2{
    margin-right: 0 !important;
}
body.home .news .alt p{
    max-width: 340px;
    align-self: end;
    text-align: right;
}
body.home .news .alt .wp-block-kadence-advancedbtn {
    justify-content: end;
}
body.home .news .alt .kb-button{
    color: var(--theme-palette-color-7, #f3f7f2);
    background: var(--theme-palette-color-1, #0b8c4a);
    font-family: Poppins;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 1rem;
    margin-right: 0rem;
}
body.home .news .alt .kb-button:hover, body.home .news .alt .kb-button:focus {
    color: var(--theme-palette-color-8, #ffffff);
    background: #10a75d;
}

body.home .ratings .titlebox{justify-items: end;}
body.home .logoboxen .wp-block-kadence-advancedheading{ white-space: nowrap;}
body.home .logobox{
    flex-basis: 12rem !important;
    flex-grow: 0 !important;
    color: #7fa27b;
    box-shadow: 5px 3px 8px -6px #35463059 !important;
}
body.home .logobox p{
    color: #9fa89e;
    font-size: .9rem;
}
body.home .logobox .wp-block-kadence-column{
padding-bottom: .5rem;
}
/* PAGES ***********************************/
.page-title{font-size: clamp(1rem, 7vw, 3rem);}
.haus p{
    font-size:1.05rem !important;
}
.haus .top a{
    background-image:none !important;
    transition: .2s color ease;
}
.haus .top a:hover{
    background-image:none !important;
    color: var(--theme-palette-color-3);
}

.kb-splide.kt-carousel-dotstyle-outlinedark button.splide__pagination__page {
    width: 2.5em;
    height: 0.5em;
    border-radius: 0;
    transition: all .3s ease-in-out;
    margin: .5em .3em;
    border: none !important;
    box-shadow: none !important;
    background-color: var(--theme-palette-color-9) !important;
    opacity: .3;
}
.kb-splide.kt-carousel-dotstyle-outlinedark button.splide__pagination__page.is-active {
    width: 3.5em;
    background-color: var(--theme-palette-color-1) !important;
    opacity: 1 !important;

}
.kb-splide.kt-carousel-dotstyle-outlinedark .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination{
    bottom: -3.5rem;
}
.kb-splide.kt-carousel-dotstyle-outlinedark .splide__arrow{background-color: transparent !important; color:var(--theme-palette-color-16)}
.kb-splide.kt-carousel-dotstyle-outlinedark .splide__arrow svg{width:1.5em;height:1.5em}
.kb-splide.kt-carousel-dotstyle-outlinedark .splide__arrow--next {right: -2em;}
.kb-splide.kt-carousel-dotstyle-outlinedark .splide__arrow--prev {left: -2em;}

body .wp-block-kadence-form{margin-bottom: 0;}
body .kb-form .kadence-blocks-form-field.kb-submit-field{
    padding-top: 1rem;
    justify-content: end;
    margin-bottom: 0;
}
.idbox.wide{margin-right: 1vw !important;}

.pagebox{
   padding: 1rem clamp(.5em, 3.3vw, 5em);
   position: relative;
}
.pagebox p{margin-bottom: 1rem;}
.pagemenu{padding: 0 1rem 0 clamp(.5rem, 3.3vw, 2rem)}
.pagemenu > nav{position: sticky;top:40px}
.pagemenu div > ul{list-style: none !important;padding-top: 1em;text-wrap: balance;}
.pagemenu a{hyphens: auto;}
.pagemenu li,.pagemenu li a{color: var(--theme-palette-color-11);}
.pagemenu li a:hover, .pagemenu li.active a{color: var(--theme-palette-color-1);}
.pagemenu li.active a{font-weight: bold;}
.pagemenu{z-index:3}
.entry-content:not(.single-content) .kb-table-of-content-nav{margin-bottom: 0 !important;}
.kt-blocks-accordion-header{cursor:pointer}
.wp-block-kadence-pane h3{margin:0 !important;}

.piczoom.left{width:150%}
.piczoom.right{width:135%;margin-left:-40%;}
body .entry-content .nobm{margin-bottom: 0 !important;}
.adapt-gap{
    column-gap: clamp(3rem,7vw,12rem) !important;
}
.tourist h2{white-space: nowrap;}
.touristbox{
    justify-content: center;
    align-items: center;
}
.touristbox > .kt-inside-inner-col{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    row-gap: 2rem !important;
    flex-wrap: nowrap !important;
}
.touristbox .wp-block-group{
    row-gap: 2rem !important;
}
.touristbox .tb-elem{
    position: relative;
    transition: top .2s ease-out;
    top: 1rem;
    flex-basis: 140px !important;
    flex-grow: 0 !important;
    margin: 0 clamp(1.5rem, 4.5vw, 2.5rem) !important;
}
.touristbox .tb-elem:hover {top:0;}
.touristbox .tb-elem .wp-block-kadence-image{
    filter: drop-shadow(1px 4px 6px #11331111);
}
.touristbox .tb-elem p{
    font-size: 1.1rem;
    color: var(--theme-palette-color-4);
    white-space: nowrap;
}
.touristbox .tb-elem:hover p{color: var(--theme-palette-color-1);}

/* FIXES ***********************************/

/* MQ **************************************/
@media (max-width: 1239.98px){
    body.home .hero-container .wp-block-image img {margin-bottom: calc(-2.3vw + 20.9px);}
    .touristbox > .kt-inside-inner-col{flex-wrap: wrap !important;}
}
@media (max-width: 1199.98px){
     body.home .hero-container{background: linear-gradient(to top, var(--theme-palette-color-19) 3vw, var(--theme-palette-color-11) 0);}
     body.home .hero{background-size: 1400px 66px;}
     body.home .news .alt{padding-right: 4.5vw;}
}
@media (max-width: 999.98px){
    #footer [data-row="middle"] .ct-container {padding-bottom: 1rem;}
    #footer-menu.footer-menu-inline ul{
        max-width: 90vw;
    } 
     #f-a-block{justify-content: end;}
     #footer #footer-menu-2 a{justify-content: center;text-align: center;}
     body.home .house .inner{column-gap:4vw}
     body.home .news .newsbox {margin-right: -2.5rem !important;margin-bottom: -1rem !important;}
     body.home .news .alt{padding-right: 2.4vw;}
}
@media (max-width: 781.98px){
    body.home .hero-container .wp-block-image{
        justify-content: center;
    }
    body.home .hero-container .wp-block-image img {
        width: 320px;
        margin-bottom: 0;
        margin-top: -75px;
        z-index: +1;
    }
    body.home .herobox::before{
        content: "";
        display: block;
        position: relative;
        top: -50px;
        width: 100%;
        height: 50px;
        background-image: url(/wp-content/uploads/2025/10/bogen.svg);
        background-repeat: no-repeat;
        background-size: 130% auto;
        background-position: top center;
    }
    body.home .hero-slider .kb-splide .splide__pagination, body.home .kb-splide ul.splide__pagination.splide__pagination {
        bottom: unset;
        left: 0;
        right: unset;
        top: .5rem;
    }
    body.home .hero-slider .kb-splide  .splide__pagination__page.is-active{opacity: .95;}
    body.home .hero-slider .kb-splide .splide__pagination__page{background: var(--theme-palette-color-17);opacity: .7}
    body.home .house .left{order:2}
    body.home .house .right{order:1}
    body.home .activity .wrap{margin-right: auto;}
    body.home .activity .wrap .kb-advanced-slider{margin-top: 2rem;}
    .kb-splide.kt-carousel-dotstyle-outlinedark .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination{
        bottom: -4.5rem;
    }
    body .idbox.wide{margin-right: auto !important;margin-top: -4rem !important;}
    .boxunder{padding-top: 15rem !important;padding-bottom: 0 !important;}
    .csplit>.kt-row-column-wrap{
        grid-template-columns: minmax(0, 1fr) !important;
        padding-left: 7vw !important;
        padding-right: 7vw !important;
    }
    .piczoom{width:100% !important;margin: 0 !important;}
    .reorder > .wp-block-column:nth-child(1){order:2}
    .reorder > .wp-block-column:nth-child(2){order:1}
    body.home .ratings .titlebox{justify-items: center;}
    body.home .news h2{text-align: left;}
    body.home .news .newsbox {margin: 0 !important;}
    body.home .news .alt{padding-right: 1rem;}
    body.home .news .alt p{
        text-align: left;
        align-self: start;
        padding-left: 1rem;
    }
    body.home .news .alt .wp-block-kadence-advancedbtn {
        justify-content: left !important;
        margin: .5rem 3rem 2rem !important;
    }
    .basecolumn{
        padding-left:2vw !important;
        padding-right:2vw !important;
    }
    .hidemob{display: none !important;}
}

@media (max-width: 575.98px){
    #footer [data-row="middle"] .ct-container {padding-bottom: 3rem;}
    #footer [data-column="menu"]{min-width:100%;}
    #footer [data-column="text"]{min-width:100%;}
    #footer-menu.footer-menu-inline ul{
        grid-template-columns: 1fr 1fr;
        --theme-font-size: 1rem;
        gap: 1.2rem .2rem;
        max-width: 320px;
    }
    #footer-menu.footer-menu-inline ul>*:nth-child(odd) a {justify-content: left;}
    #footer-menu.footer-menu-inline ul>*:nth-child(even) a {justify-content: right;}

    #f-a-block{flex-wrap: wrap;justify-content: center;}
    #f-a-block > *{flex-basis: 100%;}
    .zweispalt{column-count: 1;}
    body.home .hero-slider .splide__track{border: 1px solid var(--theme-palette-color-12);}
    body.home .hero-container .wp-block-image img {
        width: 320px;
        margin-bottom: 0;
        margin-top: -60px;
    }
    body.home .herobox::before{
        top: 0;
        width: 100%;
        height: 100px;
        background-size: 100% 150%;
        background-position: bottom center;
    }
    body.home .house .kt-svg-icon-wrap {
        flex-basis: 24%;
        justify-content: center;
    }
    body.home .house .ico-gal{gap:4rem}
    .boxunder{padding-left: 1rem !important;padding-right: 1rem !important;}
    .basecolumn{
        padding-left:1vw !important;
        padding-right:1vw !important;
    }
    .splide__pagination{display: none !important;}
    .kb-splide[data-slider-dots=true]{margin-bottom: -3rem !important;}
}
@media (max-width: 400px){
    #footer #footer-menu-2 a::before{width:2rem;height:2rem}
}
@media (max-width: 359.98px){
    body.home .hero-container .wp-block-image img {margin-bottom: calc(25.2px - 7vw);}
}