html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: none;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus-visible {
    outline: 3px solid #0000ff;
    outline-offset: 2px;
    border-radius: 3px;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    -webkit-appearance: none;
    color: #101010;
}

button,
input,
select,
textarea {
    border: solid 1px;
    border-radius: 2px;
    box-sizing: border-box;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font-size: 20px;
    font-weight: 300;
}

strong {
    font-weight: bold !important;
}

/* ---- FONTS ---- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
select,
textarea {
    font-family: 'Figtree';
    color: #000000;
}


p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
}

h1 {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.4;
}

h2 {
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.4;
}

h3 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.4;
}

h4 {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
}

/* ---- GLOBALS ---- */
:root {
    --khgErrorRedBG: #93291E;
    --khgNoticeYellowBG: #ffeea1;
    --khgSuccessGreenBG: #159957;
    --khgErrorRedColor: #fff;
    --khgNoticeYellowColor: #000;
    --khgSuccessGreenColor: #ffffff;
}

.woocommerce-notices-wrapper ul li,
.woocommerce-notices-wrapper .woocommerce-info {
    display: block;
    width: fit-content;
    border-radius: 0.25em;
    padding: 0.8em;
    margin-bottom: 1em;
    line-height: 1.5;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    color: var(--khgErrorRedColor);
    background-color: var(--khgErrorRedBG);
}

.woocommerce-notices-wrapper .woocommerce-error li * {
    color: var(--khgErrorRedColor);
}

.woocommerce-notices-wrapper .woocommerce-info {
    color: var(--khgNoticeYellowColor);
    background-color: var(--khgNoticeYellowBG);
}

.woocommerce-message {
    font-weight: bold;
    line-height: 1.5;
}

address {
    font-style: normal;
    line-height: 1.5;
}

.khg-wp-content h2,
.khg-wp-content h3,
.khg-wp-content h4,
.khg-wp-content h5,
.khg-wp-content p {
    font-size: 1em;
    margin-bottom: 0.5em;
}

.khg-wp-content ul {
    margin-left: 1em;
}

.khg-wp-content ul li {
    margin-bottom: 0.5em;
    line-height: 1.4;
}


/* ---- LAYOUTS ---- */
.khg-body-without-footer {
    min-height: 100vh;
}

.khg-layout-inner,
.khg-wc-is-shop-page .content-area,
.khg-wc-is-product-page .content-area,
.khg-wc-checkout-container {
    max-width: 1510px;
    margin: 0 auto;
}

.khg-layout-wide {
    max-width: 1600px;
    margin: 0 auto;
}


/* ---- SIMPLE PAGE ---- */
.khg-layout-content-container {
    margin-top: 4em;
    margin-bottom: 3em;
}

.khg-layout-content-container h1 {
    font-weight: bold;
    margin-bottom: 0.8em;
}


/* ---- BUTTONS ---- */
.khg-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
}

.khg-tab-button {
    padding: 1em 2.5em;
    border-radius: 0.25em;
    background-color: #EBEAE8;
    text-decoration: none;
}

.khg-tab-button.khg-with-bg {
    background-color: #6ca84d;
}

.khg-tab-button span {
    text-decoration: none;

}

.khg-tab-button.khg-with-bg span {
    color: #fff;
}


/* ---- FORMS ---- */
input,
select,
textarea {
    padding: 0.9em 1em;
    border: none;
    background-color: #EBEAE8;
    border-radius: 0.25em;
    font-weight: 300;
}

.woocommerce-form-row,
.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}

.woocommerce-form-row label,
.form-row label {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.woocommerce-form-row .password-input {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce-button,
.woocommerce-Button,
.woocommerce-address-fields button,
.khg-wc-button,
.checkout-button,
.woocommerce .button {
    display: block;
    padding: 1em 2em;
    border-radius: 0.25em;
    background-color: #6ca84d;
    color: #fff;
    border: none;
    width: fit-content;
    text-decoration: none;
}

.edit-account .button,
.woocommerce-address-fields .button,
#place_order {
    border: solid 3px transparent;
}

.edit-account .button:focus,
.woocommerce-address-fields .button:focus,
#place_order:focus {
    border: solid 3px #6CA84D;
}

.khg-form-checkbox-container {
    margin-bottom: 1.5em;
}

.khg-form-field-columns {
    display: flex;
    column-gap: 1em;
}

.khg-form-field-columns.hidden {
    display: none;
}

.khg-form-field-columns .woocommerce-form-row {
    flex: 1;
    max-width: calc(50% - 0.5em);
}

.select2-selection {
    height: 3em !important;
    background-color: #EBEAE8 !important;
    border: none !important;
}

.select2-dropdown {
    box-shadow: 0px 0px 32px 5px rgba(0,0,0,0.15);
    padding: 0.5em;
    border-radius: 0.25em !important;
    margin-top: 0.25em;
    border: none;
}

.select2-selection__rendered {
    line-height: 3em !important;
}

.select2-selection__arrow {
    height: 3em !important;
}

.khg-wc-vat-id-form-field {
    display: flex;
    column-gap: 0.5em;
}

.khg-wc-vat-id-form-field select {
    width: fit-content !important;
}

.address-field .screen-reader-text {
    clip: auto;
    -webkit-clip-path: unset;
    clip-path: unset;
    height: auto;
    margin: 0px;
    overflow: visible;
    position: relative !important;
    width: auto;
    margin-bottom: 0.5em;
}

.wc-block-components-notice-banner__summary {
    display: none;
}


/* ---- HEADER ---- */
.khg-nav-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding-top: 1em;
    padding-bottom: 1em;
}

.khg-nav-header .khg-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.khg-nav-header .khg-logo-container img {
    height: 90px;
    width: auto;
}

.khg-nav-header .khg-navigation {
    display: flex;
    column-gap: 2em;
}

.khg-nav-header .khg-navigation-item {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    padding: 1em;
    text-decoration: none;
    border-radius: 5px;
}

.khg-nav-header .khg-navigation-item.khg-only-on-mobile {
    display: none;
}

.khg-nav-header .khg-navigation-item.khg-only-on-mobile {
    display: none;
}

.khg-mobile-account-navigation {
    display: none;
}

.khg-nav-header .khg-navigation svg {
    height: 22px;
}

.khg-wc-is-shop-page .khg-navigation-item_shop,
.khg-wc-is-account-page .khg-navigation-item_account,
.khg-wc-is-cart-page .khg-navigation-item_cart {
    background-color: #6ca84d !important;
}

.khg-wc-is-shop-page .khg-navigation-item_shop svg,
.khg-wc-is-account-page .khg-navigation-item_account svg,
.khg-wc-is-cart-page .khg-navigation-item_cart svg {
    fill: #fff !important;
}

.khg-wc-is-shop-page .khg-navigation-item_shop span,
.khg-wc-is-account-page .khg-navigation-item_account span,
.khg-wc-is-cart-page .khg-navigation-item_cart span {
    color: #fff !important;
}

.khg-navigation-item_cart .khg-items-in-cart {
    position: absolute;
    margin-left: 4.3em;
    margin-top: -0.4em;
    font-size: 0.75em;
    padding: 0.1em 0.4em;
    font-weight: 700;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
}

.khg-wc-is-cart-page .khg-navigation-item_cart .khg-items-in-cart {
    background-color: #fff;
    color: #6ca84d !important;
}


/* ---- FOOTER ---- */
.khg-footer {
    background-color: #6ca84d;
    padding-top: 3em;
    padding-bottom: 3em;
}

.khg-footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
}

.khg-footer-top .khg-logo-container img {
    width: 100%;
    max-width: 400px;
}

.khg-footer-top .khg-scroll-top-container {
    display: flex;
    column-gap: 1em;
    align-items: center;
    cursor: pointer;
}

.khg-footer-top .khg-scroll-top-container img {
    height: 25px;
}

.khg-footer-top .khg-scroll-top-container span {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.khg-footer-main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}

.khg-footer-main .khg-section {
    width: 25%;
}

.khg-footer-main .khg-section li {
    display: block;
    margin-bottom: 1em;
}

.khg-footer-main .khg-section * {
    color: #fff;
}

.khg-footer-bottom p {
    color: #fff;
    font-size: 0.9em;
}

.khg-footer-main .khg-instagram-link-block,
.khg-footer-main .khg-linkedin-link-block {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.khg-footer-main .khg-instagram-link-block::before {
    content: '';
    background-image: url("/wp-content/themes/koelner-hug/assets/icons/instagram_negative.svg");
    height: 1em;
    width: 1em;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
}

.khg-footer-main .khg-linkedin-link-block::before {
    content: '';
    background-image: url("/wp-content/themes/koelner-hug/assets/icons/linkedin_negative.svg");
    height: 1em;
    width: 1em;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
}



/* ---- WOOCOMMERCE ---- */
.woocommerce-pagination ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 80px;
}

.woocommerce-pagination ul li {
    display: block;
    margin: 5px;
}

.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
    display: block;
    padding: 0.8em;
    text-decoration: none;
    background-color: #ebeae8;
    border-radius: 3px;
    font-size: 0.9em;
}

.woocommerce-pagination ul li span.current {
    background-color: #6ca84d;
    color: #fff;
}


/* ---- KHG DOCUMENT ---- */
a.khg-wc-document-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: 500;
    background-color: #EBEAE8;
    margin-bottom: 1em;
}

a.khg-wc-document-preview span {
    font-size: 0.7em;
    padding: 0.5em 1em;
    background: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}


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

    /* ---- LAYOUTS ---- */
    .khg-layout-wide {
        margin-left: 20px;
        margin-right: 20px;
    }

}




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

    /* ---- LAYOUTS ---- */
    .khg-layout-inner,
    .khg-wc-is-shop-page .content-area,
    .khg-wc-is-product-page .content-area {
        margin-left: 20px;
        margin-right: 20px;
    }

}




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

    body {
        font-size: 18px;
    }

    h1 {
        font-size: 2em;
        line-height: 1.2;
    }

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

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    /* -- HEADER -- */
    .khg-nav-header .khg-logo-container img {
        height: 70px;
        width: auto;
    }

}




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

    /* -- FOOTER -- */
    .khg-footer-main {
        row-gap: 2em;
    }

    .khg-footer-main .khg-section {
        width: 50%;
    }

}




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

    body {
        font-size: 17px;
    }

    /* -- HEADER -- */
    .khg-nav-header .khg-logo-container img {
        height: 50px;
        width: auto;
    }

    .khg-nav-header .khg-navigation {
        position: fixed;
        z-index: 1000;
        column-gap: 1em;
        justify-content: center;
        bottom: 0px;
        left: 0;
        width: calc(100% - 1em);
        padding: 0.5em;
        background-color: #ebeae8;
    }

    .khg-nav-header .khg-navigation-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 0.5em;
        padding: 0.5em;
        text-decoration: none;
        border-radius: 5px;
        margin: 0.25em;
        width: calc(33.33% - 0.5em);
        background-color: #fff;
    }

    .khg-nav-header .khg-navigation-item span {
        font-size: 0.75em;
    }

    .khg-nav-header .khg-navigation-item.khg-only-on-mobile {
        display: flex;
    }

    .khg-nav-header .khg-navigation-item.khg-only-on-desktop {
        display: none;
    }

    .khg-mobile-account-navigation {
        display: block;
    }

    .khg-mobile-account-navigation {
        position: fixed;
        z-index: 100;
        bottom: 85.75px;
        background-color: #ebeae8;
        width: 100%;
        height: 0px;
        overflow: hidden;
        transition: 0.5s;
    }

    .khg-mobile-account-navigation-inner {
        display: flex;
        flex-direction: column;
        row-gap: 1em;
        padding: 2em 1em;
    }


    /* -- FOOTER -- */
    .khg-footer-top {
        flex-direction: column-reverse;
        row-gap: 2em;
        margin-left: 2em;
        margin-right: 2em;
    }

    .khg-footer-top .khg-scroll-top-container {
        margin-left: 1em;
    }

    .khg-footer-top .khg-scroll-top-container span {
        font-size: 0.9em;
    }

    .khg-footer-main {
        row-gap: 1em;
        margin-left: 5.3em;
    }

    .khg-footer-main .khg-section {
        width: 100%;
    }

    .khg-footer-bottom {
        font-size: 1em;
        margin-left: 5.3em;
    }


    /* -- BUTTONS -- */
    .khg-tab-buttons {
        column-gap: 0.5em;
        row-gap: 0.5em;
    }

    .khg-tab-button {
        padding: 1em 1.5em;
    }


    /* -- FORMS -- */
    .khg-form-field-columns {
        display: block;
    }

    .khg-form-field-columns .woocommerce-form-row {
        flex: 1;
        max-width: 100%;
    }

}