/*
        Theme Name: Fine Animal Spirit
        Description: Theme for Fine Animal Spirit
        Author: SAY Media Consulting
        Author URI: https://www.say-consulting.de
        Template: twentytwentytwo
        Version: 1.0
        Tags:
*/

@font-face {
    font-family: 'changa';
    src: url('assets/fonts/Changa/Changa-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 1 999;
}
@font-face {
    font-family: 'karla';
    src: url('assets/fonts/Karla/Karla-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 1 999;
}



:root{
    --box-shadow-value: 2px 2px 5px #5555;
    --head-ff: 'changa,sans-serif';
    --main-ff: 'karla,sans-serif';
    --smc-wrapper-size: 1400px;
    --h1-size: 2em ;
    --h2-size: 2em ;
    --h3-size: 1.5em ;

}
body{
    font-family: var(--main-ff);
}
h1,
h2{
    font-family: var(--head-ff);
    font-weight: 700;
}
.has-box-shadow{
    box-shadow: var(--box-shadow-value);
}
blockquote{
    margin: 1em;
}
/*.wp-site-blocks .alignfull, .wp-site-blocks > .wp-block-group.has-background, .wp-site-blocks > .wp-block-cover, .wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background, .wp-site-blocks > .wp-block-template-part > .wp-block-cover, body > .is-root-container > .wp-block-group.has-background, body > .is-root-container > .wp-block-cover, body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background, body > .is-root-container > .wp-block-template-part > .wp-block-cover, .is-root-container .wp-block[data-align="full"]{
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.wp-site-blocks, body > .is-root-container, .edit-post-visual-editor__post-title-wrapper, .wp-block-group.alignfull, .wp-block-group.has-background, .wp-block-cover.alignfull, .is-root-container .wp-block[data-align="full"] > .wp-block-group, .is-root-container .wp-block[data-align="full"] > .wp-block-cover{
    padding: 0 !important;
}*/
.wp-block-columns{
    column-gap: 1em;
}
.patienten-section .wp-block-columns{
    column-gap: 0;
    margin-top: -200px !important;
}
.no-margin-top{
    margin-top: 0 !important;
}
.no-margin-bottom{
    margin-bottom: 0 !important;
}



/*-------------------------faq*/
.schema-faq-answer:not(.block-editor-rich-text__editable) {
    display: none;
}
/*.editor-styles-wrapper .schema-faq-answer{
        display: block;
}*/
.schema-faq-question{
    position: relative;
    padding-left: 3em;
    margin: .5em 0;
    display: inline-block;
    cursor: pointer;
}
.schema-faq-question:before {
    content: '\203A';
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #27304b;
    transform: rotate(90deg);
    transition: background-color 300ms linear 0ms;
    font-smoothing: antialiased;
}

.schema-faq-answer{
    margin: 0;
    padding: 1em;
    border-left: 1px dashed #000;
    margin-left: 20px;
}

.faq_active .schema-faq-question:before{
    transform: rotate(270deg);
    background-color: #d8ab48;
}

figure{
    margin-bottom: 0 !important;
}
.coolsvg svg{
    height: auto;
    width: 75px;
}
.leistungs-section .outer-columns .has-box-shadow{
    height: 100%;
}
.leistungs-section .coolsvg path,
.contact-section .coolsvg g{
    fill: #27304b;
}
.contact-section .coolsvg svg{
    height: 89px;
    width: auto;
}
.contact-section .coolsvg{
    text-align: center;
}
.contact-section .coolsvg path,
.contact-section .coolsvg g{
    fill: #fff;
}

.leistungs-section .outer-columns .wp-block-column:first-child  .wp-block-column:first-child p{
    font-size: var(--wp--preset--font-size--huge);
    font-weight: 500;
    font-family: var(--wp--preset--font-family--source-serif-pro);
    /*text-shadow: 2px 2px 1px #fff;*/
    /*	   -webkit-text-stroke: 2px #fff;*/
    color: #993131;
    margin-top: -40px;
    margin-left: 23px;
    --stroke-color:#fff;
    --stroke-width:3px;
    text-shadow: var(--stroke-width)  0 0 var(--stroke-color),
        calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
        0 var(--stroke-width) 0 var(--stroke-color),
        0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
}
.leistungs-section .outer-columns .wp-block-column:last-child  .wp-block-column:first-child p{
    font-size: var(--wp--preset--font-size--huge);
    font-weight: 500;
    font-family: var(--wp--preset--font-family--source-serif-pro);
    /*text-shadow: 2px 2px 1px #fff;*/
    /*	   -webkit-text-stroke: 2px #fff;*/
    color: #993131;
    margin-top: -40px;
    margin-left: 23px;
    --stroke-color:#fff;
    --stroke-width:3px;
    text-shadow: var(--stroke-width)  0 0 var(--stroke-color),
        calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
        0 var(--stroke-width) 0 var(--stroke-color),
        0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
}
input::placeholder, textarea::placeholder {

    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select, .nice-select {
    background-color: #f4f4f6;
    border: 1px solid transparent;
    color: #2c2c2c;
    padding: 13px 20px !important;
    height: 50px;
    border-radius: 5px;
    line-height: 48px;
    font-size: 14px !important;
    transition: all 300ms ease 0ms;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}
textarea{
    height: 200px;
    font-family: karla, sans-serif;
}

.flex{
    display:flex;
    flex-wrap: wrap;
    /*column-gap: 2em;*/
    row-gap: 1em;
    justify-content: space-between;
}
.site-header{
    top: 0;
    z-index: 1000;
    position: fixed;
    width: 100%;
}
.einsatz-section figure{
    text-align: center;
    height: 80px;
    width: auto;
}
.einsatz-section svg path,
.einsatz-section svg g
{
    fill: #ddd !important;

}
.bottom-section .wp-block-cover{
    margin-top: -200px !important;

}
.bottom-section .wp-block-cover img, .bottom-section .wp-block-cover span{
    border-radius: 20px;
}

.wpcf7-submit {
    padding: 1em;
    color: #27304b;
    ;
    border-radius: 50px;
    border: 2px solid #27304b;
    font-size: 1em;
}
/*-----------------------------SLIDER*/
.slide-cont{
    position: relative;
    width: 100%;
    height: 100%;
}
.slick-track, .slick-list{
    height: 100%;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.slide-cont img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-dots{
    bottom:1em;
}
.slick-dots li button::before{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}
.slick-dots li button::before {
    content: '\25CB';
    opacity: 1;
    width: 40px;
    height: 40px;
    line-height: 32px;
}
li.slick-active button::before
{
    color: #fff;
    content: '\25CF';
}
.slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
}
.slick-dots li button{
    width: 40px;
    height: 40px;
    padding: 0;
}
.slick-dots li{
    width: 40px;
    height: 40px;
}
.slick-slide img {
    /*    width: 100%;
            padding: 1em;
            box-sizing: border-box;
            max-width: 300px;
            margin: auto !important;
            height: 150px;
            object-fit: contain;*/
}

.grp_i_ico .coolsvg svg{
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;

}
.grp_i_ico .coolsvg path{
    fill: #fff;
    stroke: #fff;
}
.grp_i_ico figure{
    display: block;
    margin: 0 !important
}
body:not(.editor-styles-wrapper) .info-side{
    position: fixed;
    top: 20%;
    z-index: 1000;
    right: 0;
    max-width: 354px;
    /*min-width: 300px;*/
}
/*body:not(.editor-styles-wrapper) .info-side{
        position: relative;
}*/
.info-side{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 5px !important
}
.info-side .wp-block-columns {
    margin: 0 !important;

}
.info-toggler{
    transition: all .5s ease;
    flex-direction: row;
    flex-wrap: nowrap !important;
    gap: 0 !important;
}
.toggleactive.info-toggler{
    margin-right: -304px !important;
    max-width: 354px;
}
.info-side .wp-block-columns .wp-block-column{
    margin: 0 !important
}
.info-side .wp-block-columns .wp-block-column:first-child{
    flex-basis: 50px !important;
}
.info-side .wp-block-columns .wp-block-column:last-child .wp-block-group{
    border-right: 0 !important;
}

.has-height-100{

    height: 100%;
}

.has-width-100{

    width: 100%;
}

/*--------------------------testimonial slider*/
.testimonial-image-container{
    max-width: 250px;

}
.testimonials-slider .flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-image-container img{
    border-radius: 200px;
    width: 100%;
}
.testimonials-slider .slick-dots{
    position: relative !important;
}
.testimonials-slider .wp-google-stars{
    display: block;
}

/*----------------------------------------Kontakt*/
form .contact-flex{
    flex-direction: row;
    gap: 1em;
}
form .contact-flex p{
    margin: 0;
}
input{
    font-family: karla, sans-serif;
}
input::placeholder, textarea::placeholder{
    font-size: 1.4em;
}


@media (max-width: 899px){
    .maus-text blockquote p{
        font-size: 1.1em !important
    }
    .wp-container-6225d68746505 blockquote{
        /*margin-top: 80px !important;*/
    }
    .header-slider .wp-block-cover{
        height: 100vh !important;
    }
    .contact-section .wp-block-columns{
        flex-direction: column;

    }


    footer .wp-block-group, footer nav ul{
        text-align: center;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    .leistungs-section .outer-columns .wp-block-column:first-child .wp-block-column:first-child p,
    .leistungs-section .outer-columns .wp-block-column:last-child .wp-block-column:first-child p{
        margin-bottom: 0;
    }
    .leistungs-section  .wp-block-columns,
    .schmieder-section .wp-block-columns,
    .tierkom-section .wp-block-columns{
        flex-direction: column;
    }
    .leistungs-section  .wp-block-column,
    .schmieder-section .wp-block-column,
    .tierkom-section .wp-block-column{
        margin-left: 0 !important;
    }
    .schmieder-section .wp-block-columns img{
        max-height: 500px;
        object-fit: cover;
    }
    .tierkom-section .wp-block-columns figure{
        text-align: center;

    }
    .tierkom-section .wp-block-columns img{
        max-height: 500px;
        width: auto;
        ;
        margin: 0 auto !important;
    }

    .leistungs-section .wp-block-columns .wp-block-columns .wp-block-column{
        margin-bottom: 0 !important;
        text-align: center;
    }
    .leistungs-section .wp-block-column,
    .contact-section .wp-block-column
    {
        max-width: 650px ;
        margin: 0 auto !important;
    }
    .contact-section .wp-block-columns .wp-block-column{
        height: 100%;
        width: 100%;
    }
}
@media (min-width: 900px) and (max-width: 1199px){
    .patienten-section .wp-block-columns .wp-block-column:first-child img,
    .patienten-section .wp-block-columns .wp-block-column:first-child span
    {
        border-radius: 20px 0 0 20px;
    }
    .patienten-section .wp-block-columns .wp-block-column:last-child img,
    .patienten-section .wp-block-columns .wp-block-column:last-child span
    {
        border-radius: 0 20px 20px 0;
    }
    .leistungs-section > .wp-block-columns .wp-block-column{
        margin-left: 0 !important;
    }
}
@media (max-width: 1199px){
    .slider-container-fixed-slider{
        /*margin-top: 90px;*/
    }

    .patienten-section .wp-block-column{
        margin-left: 0 !important;
    }
    .info-section .schema-faq-answer{
        word-break: break-word;
        hyphens: auto;
        padding-right: 0;
    }
    .info-section .wp-block-columns{
        flex-direction: column;
    }
    .info-section .wp-block-columns:nth-child(2n){
        flex-direction: column-reverse;
    }
    .info-section .wp-block-column{
        max-width: 750px ;
        margin: 0 auto !important;
    }
    .info-section .wp-block-column:nth-child(1){
        /*margin-bottom: 1em !important;*/
    }
    .info-section .wp-block-column .wp-block-image, .info-section .wp-block-column figure{
        width: 100%;
    }
    .info-section .wp-block-column img{
        max-height: 300px;
        width: 100%;
        object-fit: cover;
    }

    #Vertrauen-entsteht-aus-Kontakt {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        min-height: 230px !important
    }
    .info-section .has-background{
        padding: 1em !important;
    }
    .leistungs-section .wp-block-columns {
        margin-bottom: 0 !important;
    }

    .leistungs-section .wp-block-column,
    .contact-section .wp-block-column
    {
        margin-bottom: 2em !important;
    }
    .wp-block-site-logo img{
        max-width: 120px !important;
        height: auto;
    }
    .alignwide{
        width: 100% !important;
        max-width: 100% !important;
    }
    .flex {
        flex-direction: column;
    }
}
@media (min-width: 1200px){

    form .contact-flex div{
        width: 48%;
    }

    .info-section .wp-block-columns:nth-child(2n) .wp-block-column:first-child{
        z-index: 10;
        position: relative;
    }

    .wp-block-columns{
        column-gap: 2em;
    }
    :root{
        --h1-size: 4em ;
        --h2-size: 4em ;
        --h3-size: 2em ;
    }
    .schema-faq-answer{
        padding: 1em 2em;
    }
    .wpcf7-form-control-wrap {
        width: calc(50% - .5em);
        box-sizing: border-box;
    }

    .grp_overlap > .wp-block-columns{
        margin-bottom: 3em !important
    }
    .grp_overlap figure{
        border: 10px solid #fff;
        box-shadow: var(--box-shadow-value);
    }
    .grp_overlap .wp-block-columns:nth-child(2n + 1) figure{
        margin-right: 	-5em;
    }

    .grp_overlap .wp-block-columns .wp-block-group{
        box-shadow: var(--box-shadow-value);
    }

    .grp_overlap .wp-block-columns:nth-child(2n) figure{
        margin-left: 	-4em !important;
    }
    /*---------------------------slider + Backend*/
    .block-editor-block-list__layout .header-slider{
        display: flex;

    }
    .block-editor-block-list__layout  .slide-cont{
        overflow: hidden;
        filter: drop-shadow(-4px 5px 4px #000);
    }
    /*----------------------------------------------------*/

    .page-template-default main{
        margin-top: 100px !important;
    }
    .leistungs-section .outer-columns{
        margin-bottom: 2em !important;
    }
    .patienten-section .wp-block-columns .wp-block-column:first-child img,
    .patienten-section .wp-block-columns .wp-block-column:first-child span
    {
        border-radius: 20px 0 0 20px;
    }
    .patienten-section .wp-block-columns .wp-block-column:last-child img,
    .patienten-section .wp-block-columns .wp-block-column:last-child span
    {
        border-radius: 0 20px 20px 0;
    }

    .wp-block-column{
        margin: 0 !important;

    }
    .wp-block-columns{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 2000px){

}