/*
Theme Name:     Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         Andrea Sachau
Author URI:     https://andreasachau.de/
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/*********************/
/***** ALLGEMEIN *****/
/*********************/
.display-none {
	display: none !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #edf2f7;
}
@media (max-width: 767px) {
    .gallery-mobile-width .wp-block-kadence-advancedgallery {
        width: 100%;
    }
}

/*********************/
/******** MENU *******/
/*********************/
header .item-is-stuck.site-main-header-wrap .site-header-row-container-inner>.site-container {
	padding: 15px 50px;
}
header .item-at-start .site-container .site-branding img {
	padding: 35px 10px;
	background-color: white;
}
nav li {
    background-color: white;
    border-radius: 12px;
    margin-left: 20px;
}

/*********************/
/******** HOME *******/
/*********************/
.home-card .kt-image-overlay-message > .kt-image-overlay-inner {
    display: flex;
    flex-direction: column;
}
.home-card h3 {
    order: 2;
}
.home-card .image-overlay-subtitle {
    order: 1;
}
.home-cards > .kt-row-column-wrap > .wp-block-kadence-column .kt-imageoverlay-link {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgb(0 0 0 / 60%) 100%);
}
.home-cards a.kt-imageoverlay-link > .kt-image-overlay-message > .kt-image-overlay-inner > h3 {
    width: fit-content;
    margin: 0 auto;
    background-color: #416385;
    padding: 8px 20px;
    line-height: 1;
    margin-bottom: 40px;
    border-radius: 8px;
    font-size: 17px;
}
.home-cards .kt-inside-inner-col > .wp-block-kadence-imageoverlay h3.image-overlay-title:after {
    content: ' \2192';
}
.home-cards .kt-image-overlay-wrap.kt-over-image-zoomin:hover a.kt-imageoverlay-link > .kt-image-overlay-message > .kt-image-overlay-inner > h3 {
    background-color: #FFAA72;
    transition: 0.5s;
}
.home-cards .headline-absolute {
    position: absolute;
    z-index: 10;
    top: 30px;
    border-radius: 20px;
    padding: 5px 50px;
    width: calc(100% - 120px);
    margin: 0px 60px;
}
.home-illustrations > div {
    background-image: url(/wp-content/uploads/2025/09/intscheder-bauernhofeis-Schoko-Nuss.png), url(/wp-content/uploads/2025/09/intscheder-bauernhofeis-Erdbeere.png), url(/wp-content/uploads/2025/09/intscheder-bauernhofeis-Holunderbluete.png);
    background-size: 30%, 22%, 25%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 90% 90%, 102% 15%, 0% 97%;
}
@media (max-width: 1024px) {
    .query-aktuelles .kt-image-overlay-message .image-overlay-subtitle {
        padding-bottom: 20px !important;
    }
    .home-cards a.kt-imageoverlay-link > .kt-image-overlay-message > .kt-image-overlay-inner > h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .home-cards .headline-absolute {
        padding: 5px 20px;
    }
}
@media (max-width: 575px) {
    .home-cards .headline-absolute {
        width: calc(100% - 60px);
        margin: 0px 30px;
    }
}





/*********************/
/** KONTAKTFORMULAR **/
/*********************/
.wpcf7 .cf7-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wpcf7 input:not(.wpcf7-submit), .wpcf7 textarea {
    border: none;
    border-radius: 8px;
    margin-top: 5px;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 20px;
}
.wpcf7 .cf7-ds {
    font-size: 14px;
}
.wpcf7 .cf7-row50 {
    width: 50%;
}
.wpcf7 .cf7-row50 input {
    width: 100%;
}
.wpcf7 .form-name {
    padding-right: 15px;
}
.wpcf7 .form-mail {
    padding-left: 15px;
}

@media (max-width: 1024px) {
    .wpcf7 .cf7-row {
        flex-direction: column;
    }
    .wpcf7 .cf7-row50 {
        width: 100%;
    }
    .wpcf7 .form-name {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .wpcf7 .form-mail {
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
    .kb-advanced-form > .kb-row-layout-wrap > .kt-row-column-wrap {
        row-gap: 15px;
    }
}


/*********************/
/****** FOOTER *******/
/*********************/
footer .site-footer-middle-section-1, footer .site-footer-middle-section-2 {
    margin-top: 30px;
}
footer .site-footer-wrap .ft-ro-lstyle-normal a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    text-decoration: auto;
}
footer .site-footer-bottom-section-1 .footer-widget4 a {
    margin-right: 10px;
}

/* Copyright */
.site-bottom-footer-wrap .site-info-inner p {
    display: flex;
    justify-content: center;
	align-items: center;
}
.as-logo img {
    width: 20px;
    margin-left: 5px;
    transition: 0.2s;
}
.as-logo:hover img {
    width: 26px;
    margin-top: -3px;
}
@media (min-width: 1785px) {
    footer {
        background: url(/wp-content/uploads/2025/09/intscheder-bauernhofeis-eistuete-2.png) 0 0 no-repeat;
        background-size: 6%;
        background-position: 5% 70%;
    }
}
@media (max-width: 1024px) {
    footer .footer-widget3 .wp-block-kadence-image > figure {
        float: none;
        margin: auto;
    }
    .site-footer-row.site-footer-row-columns-1 .site-footer-section {
        justify-content: center;
    }
}
@media (max-width: 719px) {
    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row {
        text-align: center;
    }
    footer .wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap {
        justify-content: center;
    }
}
@media (max-width: 575px) {
    footer .site-footer-bottom-section-1 {
        flex-direction: column;
    }
    .ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.site-info {
        margin-left: 0;
    }
    footer
     .footer-widget-area.site-info .footer-html {
        margin: 0;
    }
}