/*
        Theme Name: Käptn Karotte
        Description: Theme for Käptn Karotte
        Author: SAY Media Consulting
        Author URI: https://www.say-consulting.de
        Template: twentytwentyfive
        Version: 1.0
        Tags:
*/

:root{
    --wp--preset--shadow--crisp: 1px 1px 10px #ccc !important;
}
*{
    scroll-behavior: smooth;
}
ul.is-style-checkmark-list li::marker{
    color: var(--wp--preset--color--accent-1);
    font-weight: 800;
    font-size: 3rem;
    line-height: 0;
}
.is-style-checkmark-list li{
    margin-bottom: 2rem;
}
.custom-icon-headline p{
    line-height: normal;
}
.wp-block-button a{
    padding-bottom: .5rem;
}
.wp-block-button{
    transition: scale .2s ease;
}
.wp-block-button:hover{
    scale: 1.05;
}
.main-body{
    overflow: hidden;
}
.blob-grp{
    position: relative;
}
.blob-grp svg{
    position: absolute;
    z-index: 0;
    scale: 1.3;
}
.blob-grp img{
    position: relative;
    z-index: 1;
}
.schritte-grid > div{
    outline: 3px solid var(--wp--preset--color--accent-1);
}
.schritte-grid > div ul li::marker{
    color: var(--wp--preset--color--accent-1);
}
.hover-grp,
.schritte-grid > div,
.qualitaet-grp > div,
.konzept-grp > div{
    transition: scale .2s ease;
}
.hover-grp:hover,
.schritte-grid > div:hover,
.qualitaet-grp > div:hover,
.konzept-grp > div:hover{
    outline: 3px solid var(--wp--preset--color--accent-2);
    scale: 1.05;
}
.schritte-grid > div:hover ul li::marker,
.schritte-grid > div:hover p.has-text-color{
    color: var(--wp--preset--color--accent-2) !important;
}
.qualitaet-grp > div{
    aspect-ratio: 4/5;
    width: 100%;
    height: 100%;
}
.konzept-grp img{
    width: 70px !important;
    padding: 15px;
    background-color: #ffffff50;
    border-radius: 10px;
}
.menue-grid > div:not(:last-child){
    transition: scale .2s ease;
}
.menue-grid > div:not(:last-child):hover{
    scale: 1.05;
}
header{
    position: relative;
    box-shadow: 0px 0px 1px #333;
}
header::after{
    transition: all .15s ease;
    position: absolute;
    content: '';
    background-image: url("http://kaeptn-karotte.de/wp-content/uploads/2026/09/karotte-welle-header.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 3px 0px #eee);
    top: 55px;
}
header:not(:has(.header-logo.scrolled))::after{
    top: 175px !important;
}
header .header-logo.scrolled figure,
header .header-logo.scrolled p{
    transition: all .1s ease;
}
header .header-logo.scrolled figure{
    position: absolute;
    left: 2rem;
    top: 1rem;
    width: 150px;
}
header .header-logo.scrolled p{
    opacity: 0;
    height: 0;
}
.bg-blob-1,
.bg-blob-2,
.bg-blob-3,
.bg-blob-4{
    position: relative;
}
.bg-blob-3{
    z-index: 1;
}
.bg-blob-1::after,
.bg-blob-2::after,
.bg-blob-3::after,
.bg-blob-4::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1;
    z-index: -1;
    width: 500px;
    bottom: 0;
}
.bg-blob-1::after{
    background-image: url(http://kaeptn-karotte.de/wp-content/uploads/2026/09/karotte-blob-1.svg);
    left: 0;
    transform: translate(-50%, 25%);
}
.bg-blob-2::after{
    background-image: url(http://kaeptn-karotte.de/wp-content/uploads/2026/09/karotte-blob-3.svg);
    right: 0;
    transform: translate(120%, 110%);
    z-index: 0;
}
.bg-blob-3::after{
    background-image: url(http://kaeptn-karotte.de/wp-content/uploads/2026/09/karotte-blob-4.svg);
    left: 0;
    transform: translate(-40%, 30%);
}
.bg-blob-4::after{
    background-image: url(http://kaeptn-karotte.de/wp-content/uploads/2026/09/karotte-blob-2.svg);
    right: 0;
    transform: translate(-60%, -60%);
}
.karotte-bio-siegel{
    position: relative;
}
.karotte-bio-siegel::after{
    position: absolute;
    content: '';
    background-image: url(http://kaeptn-karotte.de/wp-content/uploads/2026/09/Bio-Siegel.png);
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    top: -4rem;
    right: -5rem;
    transform: rotate(10deg);
}
.kaeptn-welle{
    transform: translate(10vw, 10vw);
    z-index: 1;
}

/*------------------------------------------------------------------------------Kontaktformular*/
.wpcf7-spinner{
    display: none !important;
}
form .flex{
    display: flex;
    flex-direction: column;
}
form .input-grp{
    display: flex;
    flex-direction: column;
    gap: 0;
}
form .input-grp .datenschutz{
    padding-left: .5em;
}
form .col{
    display: flex;
    flex-direction: row;
    gap: 1.5em;
    justify-content: space-between;
}
form .col div{
    flex-basis: 50%;
}
form p{
    margin: 0;
}
form input,
form select,
form textarea,
form input::placeholder,
form select::placeholder,
form textarea::placeholder{
    font-family: var(--wp--preset--font-family--noto-sans-javanese);
}
form input,
form select,
form textarea{
    width: 100%;
    padding: 1rem;
    padding-bottom: .5rem;
    border: none;
    background-color: #fff;
    box-sizing: border-box;
}
form textarea{
    height: 140px;
}
form select{
    color: #757575 !important;
}
form .submit{
    margin-top: 1rem;
}
form .submit input{
    font-weight: 600;
    color: #fff;
    background-color: var(--wp--preset--color--accent-1) !important;
    cursor: pointer;
    padding-top: .5rem;
    padding-bottom: 0;
    font-size: var(--wp-preset--font-size-medium);
    border-radius: 10px;
}
form h3{
    margin: 0;
}
.datenschutz{
    padding-left: 0 !important;
}
.hinweis-datenschutz{
    padding-top: 2rem;
    font-size: 16px;
}
.kontakt-grp .smc-captcha{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/*------------------------------------------------------------------------------Kontaktformular Ende*/
footer{
    position: relative;
}
footer::before{
    position: absolute;
    content: '';
    background-image: url("http://kaeptn-karotte.de/wp-content/uploads/2026/09/karotte-welle-footer.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -90%;
}


@media(prefers-reduced-motion: no-preference){

}
@media(max-width: 781px){
    .header-logo{
        flex-direction: column;
    }
    .cta{
        position: relative;
        z-index: 2;
        margin-bottom: 140px !important;
    }
    .kaeptn-welle{
        flex-basis: 100% !important;
    }
    .bg-blob-3 .wp-block-column:first-child{
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 20px !important;
    }
    .bg-blob-3 .wp-block-column:second-child{
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 20px !important;
    }
    .bg-blob-3::after{
        transform: translate(-42%, 12%);
    }
    header::after{
        display: none;
    }
    header .header-logo figure{
        text-align: center;
    }
    header .header-logo img{
        width: 65% !important;
    }
    header .header-logo.scrolled img{
        width: 90% !important;
    }
    header .wp-block-site-title{
        font-size: 35px !important;
    }
    header .header-logo.scrolled figure{
        left: 0;
    }
    header nav .wp-block-navigation__responsive-container-content,
    header nav .wp-block-navigation__responsive-container-content ul{
        place-items: center !important;
    }
}
@media(max-width: 1199px){

}
@media(min-width: 1200px){

}
@media(max-width: 1599px){

}
@media(min-width: 1600px){
    .konzept-grp > div:nth-child(1),
    .konzept-grp > div:nth-child(2),
    .konzept-grp > div:nth-child(3){
        transform: translateX(-25%);
    }
    .konzept-grp > div:nth-child(4),
    .konzept-grp > div:nth-child(5),
    .konzept-grp > div:nth-child(6){
        transform: translateX(25%);
    }
}
@media(min-width: 2000px){

}