/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* -----------------------------------------

             *****    **  ******
            **   **   **    **
            **        **    **
            **  ***   **    **
             *****    **    **

          CSS NUR ÜBER GIT ÄNDERN!

   -----------------------------------------  */

/* Color definition */


:root {
    --orange: rgb(207, 114, 38);
    --orange-alpha: rgba(208, 115, 39, 0.4);
    --gruen: rgb(70, 121, 64);
    --gruen-alpha: rgba(70, 121, 64, 0.7);
}

/* End of Color definition */

body {
    font-size: 100%;
    line-height: 1.5em;
}

.absolute-footer {
    display: none !important;
}

.absolute-footer,
ul.links {
    font-size: 100%;
}

@media only screen and (max-width: 850px) and (min-width: 550px) {
    body {
        font-size: 90%;
    }
}

h1 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 0.3em;
}

h2 {
    font-size: 1.5em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1.00em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

p {
    font-size: 1.15em;
}

a {
    font-size: 1em;
}

#content .img+.text a {
    color: inherit;
    text-decoration: none;
    font-size: 1.1em;
}

#content .img+.text a:hover {
    color: var(--orange);
}

#content .accordion a {
    text-decoration: none;
}

/* Helper Classes */

.no_padding_bottom {
    padding-bottom: 0 !important;
}

.no_margin_bottom {
    margin-bottom: 0 !important;
}

.margin_left_small {
    margin-left: 30px !important;
}

.margin_bottom_s {
    margin-bottom: 30px !important;
}

.padding_bottom_s {
    padding-bottom: 15px !important;
}

@media only screen and (max-width: 850px) {
    .padding_bottom_small {
        padding-bottom: 10px;
    }
}


/* End of Helper Classes */


/* Submenu */

.header-inner.flex-row {
    align-items: end;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown::after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown::before {
    opacity: 0 !important;
}

.nav.header-nav .icon-angle-down::before {
    display: none;
}

#masthead {
    padding-bottom: 10px;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
    top: 45px;
    /* width: 24vw; lässt Aufklapp Menu Springen bei on Hover*/
    min-width: 360px;
    border-left: 5px solid var(--orange-alpha);
}

#header a.nav-top-link {
    color: hsla(0, 0%, 7%, .85);
}

#header a.nav-top-link:hover {
    color: var(--orange);
}

@media (max-width: 768px) {
    .nav-dropdown-has-border .nav-dropdown {
        top: 39px;
    }
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border: none;
    color: #333333;
}

.nav-dropdown-default .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--orange);
}

.nav-dropdown-default .nav-column li.active>a,
.nav-dropdown.nav-dropdown-default>li.active>a {
    color: var(--orange);
}

.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown .title>a {
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: inherit !important;
}

.nav .sub-menu .sub-menu {
    font-size: 16px;
    margin-left: 10px;
}

.nav.nav-vertical .sub-menu .sub-menu a {
    font-size: 13px;
}

.nav-dropdown-default {
    padding: 15px 0px 15px 0px;
}


.nav-dropdown>li.image-column,
.nav-dropdown>li.nav-dropdown-col {
    display: block !important;
    min-width: inherit !important;
    width: auto !important;
}

.nav .sub-menu.nav-dropdown.nav-dropdown-default {
    border-radius: 0;
}

.mobile-sidebar #s {
    padding-right: 50px;
    font-size: 14px;
}

/* End of Style Sub Menu */

/* Mobile Menu */

.sidebar-menu .nav-vertical>li>ul li a:hover {
    color: var(--orange);
}

.nav.nav-sidebar.nav-vertical.nav-uppercase>li:hover>a {
    color: var(--orange);
}

/* End of Mobile Menu */

/* Menu Entry Link Disable (Entry should not be clickable) */

.noLink button {
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    text-align: right;
    padding-right: 16px;
}

.noLink.active>.toggle {
    transform: rotate(0deg);

}

.noLink.active>.toggle i {
    transform: rotate(-180deg);
}

/* End of Menu Entry Link Disable*/

/* Search Form */

.header-search-form.search-form.html.relative.has-icon {
    margin-right: 0;
}

.form-flat input:not([type="submit"]),
.form-flat select,
.form-flat textarea {
    border-radius: 10px;
}

.flex-row.form-flat .flex-col,
.form-flat .flex-row .flex-col {
    padding-right: 0px;
}

#header .search-field {
    background-color: white;
    color: black !important;
    font-style: italic;
}

/* End of Style Search Form */

/* Header Slider */

.banner_headline h1,
.banner_headline h2,
.banner_headline h3,
.banner_headline h4,
.banner_headline h5,
.banner_headline h6 {
    font-size: 30px;
    font-weight: bold;
}

.banner_subline h1,
.banner_subline h2,
.banner_subline h3,
.banner_subline h4,
.banner_subline h5,
.banner_subline h6 {
    font-size: 25px;
    font-style: italic;
}

@media screen and (max-width: 850px) {

    .banner_headline h1,
    .banner_headline h2,
    .banner_headline h3,
    .banner_headline h4,
    .banner_headline h5,
    .banner_headline h6 {
        font-size: 30px;
    }

    .banner_subline h1,
    .banner_subline h2,
    .banner_subline h3,
    .banner_subline h4,
    .banner_subline h5,
    .banner_subline h6 {
        font-size: 25px;
    }
}

@media screen and (max-width: 420px) {

    .banner_headline h1,
    .banner_headline h2,
    .banner_headline h3,
    .banner_headline h4,
    .banner_headline h5,
    .banner_headline h6 {
        font-size: 40px;
    }

    .banner_subline h1,
    .banner_subline h2,
    .banner_subline h3,
    .banner_subline h4,
    .banner_subline h5,
    .banner_subline h6 {
        font-size: 28px;
    }
}

.banner_button {
    font-size: 15px;
}

/* End of Header Slider */

/* Image Gallery Slider */

.flickity-prev-next-button {
    /* Blog Slider Arrows alway visible */
    opacity: 1;
}

@media only screen and (max-width: 850px) {
    .flickity-prev-next-button {
        display: none;
    }
}


.flickity-prev-next-button svg {
    max-width: none;
    width: 150%;
    color: var(--gruen);
}

.notClickable {
    pointer-events: none;
}

/* END OF Image Gallery Slider */

/* Image Height Adjustment to Content */

@media (min-height: 768px) {

    .imgEnv .col-inner,
    .imgEnv .img,
    .imgEnv .img-inner {
        height: 100%;
    }

    .imgEnv img {
        min-height: 100%;
        min-width: 100%;
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .imgEnv .divider {
        margin: 60px 0;
    }

    .imgEnv .button {
        margin-bottom: 0;
    }

}

@media (max-width: 550px) {

    .imgEnv .col-inner {
        padding-bottom: 0 !important;
    }

    .imgEnv .col-inner,
    .imgEnv .img,
    .imgEnv .img-inner {
        height: inherit;
    }

    .imgEnv .col {
        order: 2;
    }

    .imgEnv .first {
        order: 1;
    }

    .imgEnv img {
        min-height: 230px;
        object-fit: contain;
    }
}

/* End of Image Height Adjustment to Content */

/* Accordion Style */

.accordion_aniP .accordion-title {
    color: white !important;
    background-color: var(--gruen);
    padding: 20px;
    padding-right: 40px;
    margin-bottom: 10px;
}

.accordion-inner {
    padding: 15px 0 15px 0;
}

body .accordion_aniP .accordion-title {
    background-color: var(--gruen);
}

/* Toggle to the right */

.accordion .toggle {
    color: white;
    opacity: 1;
    position: absolute;
    right: 0;
    left: auto;
    top: 10%;
}

.accordion .active .toggle {
    color: white;
    opacity: 1;
}

.accordion-title.active {
    border: none;
}

.accordion_aniP .accordion-title {
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;

}

/* END of Accordion Style */

/* Gallery Slider */

#main .flickity-page-dots .dot {
    background-color: transparent;
    border: 2px solid black;
    width: 15px;
    height: 15px;
}

#main .flickity-page-dots .dot.is-selected {
    background-color: var(--orange);
    border: 1px solid grey;
}

/* End of Gallery Slider */

/* Style Footer */

#footer,
#footer h4,
#footer h5,
#footer h6,
#footer a {
    color: white;
}

#footer a:hover {
    color: var(--orange);
}

#footer {
    background-color: var(--gruen-alpha);
}

#footer ul>li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.absolute-footer {
    background-color: var(--gruen);
}


#footer ul,
#footer p {
    margin-bottom: 0;
}

.absolute-footer #menu-footer a {
    text-transform: capitalize;
    font-weight: bold;
    color: white;
}

.absolute-footer #menu-footer a:hover {
    color: var(--orange);
}

.icon_phone::before {
    content: url("/wp-content/uploads/2023/11/footer_phone_200x200px.svg");
}

.icon_mail::before {
    content: url("/wp-content/uploads/2023/11/footer_mail_200x200px.svg");

}

.icon_contact::before {
    content: url("/wp-content/uploads/2023/11/footer_kontaktformular_white.svg");
}

.icon_download::before {
    content: url("/wp-content/uploads/2023/11/pdf-download_200x200px.svg");
    filter: invert(40%) sepia(22%) saturate(928%) hue-rotate(67deg) brightness(97%) contrast(89%);
}

.icon_phone::before,
.icon_mail::before,
.icon_contact::before,
.icon_download::before {
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
}

.icon_download::before {
    margin-right: 10px;
    margin-left: 10px;
}

/* End Style Footer */

/* List Style */

/* List Style */
ul {
    padding-left: 15px;
}

ul.checkMark {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.checkMark li {
    padding: 0 0 0 38px;
    margin: 0 20px 8px 0;
    position: relative;
}

@media (max-width: 550px) {
    ul.checkMark li {
        font-size: 16px;
    }
}

ul.checkMark li::before {
    content: url("/wp-content/uploads/2023/11/Gruener-Haken.svg");
    display: block;
    width: 21px;
    position: absolute;
    top: 5px;
    left: 7px;
}

.footerAni-content ul {
    padding-left: 0;
}

/* END OF List Style */

/* Kontaktformular */

.wpcf7-spinner {
    display: none;
}

.aniplantForm .upload {
    width: 100%;
    margin-top: 20px;
}

.aniplantForm .upload .codedropz-upload-wrapper {
    width: 60%;
    margin: 0 auto;
}

.aniplantForm .ml-half {
    width: 47%;
    margin-left: 0;
}

.aniplantForm .ml-full {
    width: 100%;
}

.textarea {
    height: 200px;
}

.aniplantForm .flex-col {
    margin-bottom: 40px;
}

.aniplantForm input:not([type="submit"]),
.aniplantForm select,
.form-flat textarea {
    background-color: #fff;
}

@media (max-width: 768px) {
    .aniplantForm .ml-half {
        width: 100%;
    }

}

@media (max-width: 520px) {
    .aniplantForm .upload .codedropz-upload-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

.kc_captcha {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 17px;
}

.kc_captcha .cf7ic_instructions {
    padding: 0 20% 10px 20%;
}

.cf7ic_instructions {
    display: block;
}

/* End of Kontaktformular */

/* Product Page */

.InhaltVersand p {
    margin-top: 1.3em;
}

/* End of Product Page */


@media only screen and (max-width: 550px) {
    .footerAni-content .col {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}