/*
Theme Name: Farmula Theme
Description: Customization for Farmula
Author: Monospace Design, Berlin
Author URI:  https://monospace.design/
Template: salient
Version: 1.1
*/

/* Custom Fonts */
/* IBM Plex Serif */
@font-face {
    font-family: 'IBMPlexSerif-Regular';
    src: url("/wp-content/themes/farmula/fonts/IBMPlexSerif-Regular.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/IBMPlexSerif-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
/* IBM Plex Mono */
@font-face {
    font-family: 'IBMPlexMono-Regular';
    src: url("/wp-content/themes/farmula/fonts/IBMPlexMono-Regular.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/IBMPlexMono-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

/* Display */
@font-face {
    font-family: 'PP Formula Display';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Display';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Display';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Display';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Display';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Display';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowSemibold.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}

/* Heading */
@font-face {
    font-family: 'PP Formula Heading';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Heading';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Heading';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Heading';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Heading';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'PP Formula Heading';
    src: url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff") format("woff"),
        url("/wp-content/themes/farmula/fonts/PPFormula-NarrowMedium.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}

/* Utility Classes */
.h-full {
    height: 100%;
}
.min-h-full {
    min-height: 100%;
}
.img-multiply {
    mix-blend-mode: multiply;
}
.font-mono {
    font-family: 'IBM Plex Mono', monospace;
    font-feature-settings: 'zero'
}
.text-transform-none,
.text-transform-none * {
    text-transform: none !important;
}
.pointer-events-none,
.pointer-events-none * {
    pointer-events: none;
}
/* General HTML Elements */
small {
    font-size: 0.75em;
}
sup {
    font-size: .65em !important;
    vertical-align: text-top !important;
}
sub {
    font-size: 0.65em !important;
    vertical-align: bottom !important;
}

/* Custom Elements / Section Combos */

/* Theme Specific Adjustmments */
body {
    font-feature-settings: 'zero'
}
.nectar_image_with_hotspots[data-hotspot-icon=plus_sign] .nectar_hotspot span::before,
.nectar_image_with_hotspots[data-hotspot-icon=plus_sign] .nectar_hotspot span::after {
    background-color: #4D3B2E;
}
body a {
    color: #4D3B2E;
}
body a:hover {
    color: #a08952;
}
.vorteile-01 .nectar_image_with_hotspots {
    margin-bottom:0;
}
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li {
    margin-bottom: 32px !important
}
.nectar-scrolling-text-inner__text-chunk h3 {
    padding-right: 2em;
}
.nectar-scrolling-text-inner__text-chunk h3::after {
    content: "";
    background-image: url(/wp-content/uploads/2023/04/shield.svg);
    width: 2em;
    height: 1em;
    position: absolute;
    top: -0.05em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline;
}
.far-about-header .nectar-text-inline-images__image {
    object-position: center;
    object-fit: contain;
    width: 1em;
    height: 1em;
    padding: 0px 0.125em;
}
.far-about-header .nectar-text-inline-images__marker {
    width: 1em;
    height: 1em;
}
#header-outer .mobile-header li:not([class*="button_"]) > a .menu-title-text:after, #header-outer[data-lhe="animated_underline"] nav > ul >li:not([class*="button_"]) > a .menu-title-text:after, #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a .menu-title-text:after {
    border-top-width: 1px
}
.sf-menu li ul li a .menu-title-text:after, body #header-outer .mobile-header li:not([class*=button_])>a .menu-title-text:after, body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after, body #header-outer[data-lhe=animated_underline] .nectar-header-text-content a:after, body #header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li:not([class*=button_])>a .menu-title-text:after {
    bottom: -4px;
}
.material .wpcf7-form .nectar-wpcf7-inline-form {
    padding: 0 0 1.5em 0;
    align-items: flex-start;
}
.wpcf7-form-control.wpcf7-submit,
body[data-form-submit="regular"] input[type=submit] {
    width: 100%;
    background: #F4F853;
    color: currentColor;
}
.wpcf7-form .wpcf7-spinner {
    display: none;
}
.wpcf7-form-control.wpcf7-textarea {
    display: block;
}
.wpcf7-form-control.wpcf7-submit:hover,
body[data-form-submit="regular"] input[type=submit]:hover {
    background: #BFDAFF;
    color: currentColor;
}
.wpcf7-form .wpcf7-not-valid-tip {
    background: #F4F853;
    color: #4D3B2E;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px !important
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-family: 'IBM Plex Mono', monospace;
    border-color: transparent
}

/* WPIC */
.captcha-image.cf7ic-style1 {
    padding: 0;
}
.wpcf7-form p span {
    color: #4d382e;
}
.captcha-image label > input:checked + *, .captcha-image label > input:focus + * {
    padding: 0px !important;
    border-width: 0 !important;
}
.captcha-image label > input + * {
    cursor: pointer !important;
    border-width: 0 !important;
    padding: 0px !important;
}
.cf7ic-icon-wrapper {
    font-size: inherit !important;
    display: flex !important;
    gap: 1em !important;
}
body .cf7ic-style1 .cf7ic-icon-wrapper svg {
    color: currentColor
}
body .cf7ic-style1 .cf7ic-icon-wrapper svg * {
    fill: currentColor
}
.captcha-image .cf7ic-icon-wrapper label {
    font-size: 32px !important;
    cursor: pointer
}



/* Media queries */

/* Medium */
@media only screen and (min-width: 690px) and (max-width: 999px) {
    .nectar-scrolling-text-inner__text-chunk h3::after {
        height: 1.2em;
        top: 0;
    }
    .nectar_image_with_hotspots[data-size=medium] .nectar_hotspot_wrap .nttip[data-tooltip-position=top] {
        margin-top:-20px
    }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot {
        height: 30px;
        width: 30px;
        line-height: 30px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span {
        height: 30px;
        width: 30px;
        height: 50px;
        width: 50px;
    }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span::before {
        height: 2px;
        width: 12px;
        left: 9px;
        top: 14px;
        width: 20px;
        left: 16px;
        top: 24px;
    }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span::after {
        height: 12px;
        height: 20px;
        width: 2px;
        left: 14px;
        top: 9px;
        left: 25px;
        top: 15px;
    }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {
        position: relative;
        display: block;
        opacity: 0;
        z-index: 900;
        cursor: default;
        background-color: #fff;
        padding: 23px;
        padding: 15px 15px 12px 15px;
        max-width: 250px;
        transition: opacity .3s;
        -webkit-transition: opacity .3s;
        line-height: 22px;
        font-size: 14px;
        color: #666;
        border-radius: 10px;
        border-radius: 5px;
        pointer-events: none;
    }
}

/* Small & Medium */
@media only screen and (max-width: 999px) {
    .nectar-cta .nectar-button-type {
        font-size: 16px;
    }
    .wpb_row.vc_row-o-full-height.mobile-h-not-full,
    .wpb_row.vc_row-o-full-height.mobile-h-not-full > .col.span_12 {
        min-height: unset;
    }
    #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a,
    #slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li {
        line-height: 1.2 !important;
        overflow: visible;
        font-size: 8vh!important
    }
    #slide-out-widget-area.fullscreen-split .inner>.container {
        flex-direction: column;
    }
    #slide-out-widget-area.fullscreen-split .left-side,
    #slide-out-widget-area.fullscreen-split .right-side {
        width: 100% !important;
    }
    .nectar_image_with_hotspots[data-color="extra-color-2"] .nectar_hotspot_wrap .nttip .tipclose {
        border-color: #4D3B2E;
    }
    .nectar_image_with_hotspots[data-color="extra-color-2"] .nttip .tipclose span::before, .nectar_image_with_hotspots[data-color="extra-color-2"] .nttip .tipclose span::after {
        background-color: #4D3B2E;
    }
}

/* Small Desktop & Large Desktop */
@media only screen and (min-width: 1000px) {
    .far-caku, .far-caku * {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    .nectar_image_with_hotspots[data-size=medium] .nectar_hotspot_wrap .nttip[data-tooltip-position=top] {
        margin-top:-20px
    }
    .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot {
        height: 30px;
        width: 30px;
        line-height: 30px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span {
        height: 30px;
        width: 30px;
        height: 50px;
        width: 50px;
    }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span::before {
        height: 2px;
        width: 12px;
        left: 9px;
        top: 14px;
        width: 20px;
        left: 16px;
        top: 24px;
    }
    .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span::after {
        height: 12px;
        height: 20px;
        width: 2px;
        left: 14px;
        top: 9px;
        left: 25px;
        top: 15px;
    }
    .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {
        position: relative;
        display: block;
        opacity: 0;
        z-index: 900;
        cursor: default;
        background-color: #fff;
        padding: 23px;
        padding: 15px 15px 12px 15px;
        max-width: 250px;
        transition: opacity .3s;
        -webkit-transition: opacity .3s;
        line-height: 22px;
        font-size: 14px;
        color: #666;
        border-radius: 10px;
        border-radius: 5px;
        pointer-events: none;
    }
}

/* Small */
@media only screen and (max-width: 690px) {
    #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a,
    #slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li {
        font-size: 6vh!important
    }
    .wpcf7-form .nectar-wpcf7-inline-form {
        display: block;
        padding: 0 !important;
    }
    .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
        padding: 0 0 1.5em 0;
    }
    #technologie {
        clip-path: none !important;
    }
}
