td {
    padding: 15px !important;
}

hr {
    width: 100% !important;
	border: none !important;
	border-top: 1px solid var(--bricks-border-color) !important;
	margin: 1em 0 !important;
}

.kk-padding-sm {
    padding: 20px !important;
}

.kk-padding-md {
    padding: 30px !important;
}

.kk-padding-lg {
    padding: 50px !important;
}

/* Small Padding */
.kk-padding-top-sm {
    padding-top: 20px !important;
}

.kk-padding-bottom-sm {
    padding-bottom: 20px !important;
}

.kk-padding-left-sm {
    padding-left: 20px !important;
}

.kk-padding-right-sm {
    padding-right: 20px !important;
}

/* Medium Padding */
.kk-padding-top-md {
    padding-top: 30px !important;
}

.kk-padding-bottom-md {
    padding-bottom: 30px !important;
}

.kk-padding-left-md {
    padding-left: 30px !important;
}

.kk-padding-right-md {
    padding-right: 30px !important;
}

/* Large Padding */
.kk-padding-top-lg {
    padding-top: 50px !important;
}

.kk-padding-bottom-lg {
    padding-bottom: 50px !important;
}

.kk-padding-left-lg {
    padding-left: 50px !important;
}

.kk-padding-right-lg {
    padding-right: 50px !important;
}

/* Small Margin */
.kk-margin-top-sm {
    margin-top: 20px !important;
}

.kk-margin-bottom-sm {
    margin-bottom: 20px !important;
}

.kk-margin-left-sm {
    margin-left: 20px !important;
}

.kk-margin-right-sm {
    margin-right: 20px !important;
}

.kk-margin-sm {
    margin: 20px !important;
}

/* Medium Margin */
.kk-margin-top-md {
    margin-top: 30px !important;
}

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

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

.kk-margin-right-md {
    margin-right: 30px !important;
}

.kk-margin-md {
    margin: 30px !important;
}

/* Large Margin */
.kk-margin-top-lg {
    margin-top: 50px !important;
}

.kk-margin-bottom-lg {
    margin-bottom: 50px !important;
}

.kk-margin-left-lg {
    margin-left: 50px !important;
}

.kk-margin-right-lg {
    margin-right: 50px !important;
}

.kk-margin-lg {
    margin: 50px !important;
}

.kk-margin-x-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.kk-margin-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.kk-margin-top-auto {
	margin-top: auto !important;
}

.kk-margin-bottom-auto {
	margin-bottom: auto !important;
}

.kk-margin-left-auto {
	margin-left: auto !important;
}

.kk-margin-right-auto {
	margin-right: auto !important;
}

.kk-divider {
    border-top-color: var(--bricks-color-pngara);
    border-top-width: 1px;
}

/* Small Border */
.kk-border-sm {
    border-width: 1px;
    border-style: solid;
}

.kk-border-top-sm {
    border-top-width: 1px;
    border-top-style: solid;
}

.kk-border-bottom-sm {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.kk-border-left-sm {
    border-left-width: 1px;
    border-left-style: solid;
}

.kk-border-right-sm {
    border-right-width: 1px;
    border-right-style: solid;
}

/* Medium Border */
.kk-border-md {
    border-width: 2px;
    border-style: solid;
}

.kk-border-top-md {
    border-top-width: 2px;
    border-top-style: solid;
}

.kk-border-bottom-md {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.kk-border-left-md {
    border-left-width: 2px;
    border-left-style: solid;
}

.kk-border-right-md {
    border-right-width: 2px;
    border-right-style: solid;
}

/* Large Border */
.kk-border-lg {
    border-width: 3px;
    border-style: solid;
}

.kk-border-top-lg {
    border-top-width: 3px;
    border-top-style: solid;
}

.kk-border-bottom-lg {
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.kk-border-left-lg {
    border-left-width: 3px;
    border-left-style: solid;
}

.kk-border-right-lg {
    border-right-width: 3px;
    border-right-style: solid;
}

/* Primary Border Color */
.kk-border-primary {
    border-color: var(--bricks-color-uizqfa) !important;
}

.kk-border-top-primary {
    border-top-color: var(--bricks-color-uizqfa) !important;
}

.kk-border-bottom-primary {
    border-bottom-color: var(--bricks-color-uizqfa) !important;
}

.kk-border-left-primary {
    border-left-color: var(--bricks-color-uizqfa) !important;
}

.kk-border-right-primary {
    border-right-color: var(--bricks-color-uizqfa) !important;
}

/* White Border Color */
.kk-border-white {
    border-color: #ffffff !important;
}

.kk-border-top-white {
    border-top-color: #ffffff !important;
}

.kk-border-bottom-white {
    border-bottom-color: #ffffff !important;
}

.kk-border-left-white {
    border-left-color: #ffffff !important;
}

.kk-border-right-white {
    border-right-color: #ffffff !important;
}

.kk-background-grey {
    background-color: var(--bricks-color-toiuxn) !important;
}

.kk-background-primary {
    background-color: var(--bricks-color-uizqfa) !important;
}

.kk-background-green {
    background-color: var(--bricks-color-dszldk) !important;
}

.kk-text-white {
    color: white;

    li::marker {
        color: white !important;
    }
}

.kk-text-primary {
    color: var(--bricks-color-uizqfa);
}

.kk-text-white-hover:hover {
    color: white !important;
}

.kk-text-white-hover:hover * {
    color: white !important;
}

.kk-text-primary {
    color: var(--bricks-color-uizqfa);
}

.kk-text-h2 {
    font-size: 1.4rem;
    font-weight: 600;
}

.kk-text-sm {
    font-size: 0.7rem !important;
}

/* Width */
.kk-width-full {
    width: 100%;
}

.kk-width-lg {
    width: 80%;
}

.kk-width-md {
    width: 50%;
}

.kk-width-sm {
    width: 20%;
}

.kk-width-auto {
    width: auto;
}

.kk-width-fit-content {
    width: fit-content;
}

.kk-width-max-content {
    width: max-content;
}

.kk-width-min-content {
    width: min-content;
}

.kk-width-inherit {
    width: inherit;
}

/* Height */
.kk-height-full {
    height: 100%;
}

.kk-height-lg {
    height: 80%;
}

.kk-height-md {
    height: 50%;
}

.kk-height-sm {
    height: 20%;
}

.kk-height-auto {
    height: auto;
}

.kk-height-fit-content {
    height: fit-content;
}

.kk-height-max-content {
    height: max-content;
}

.kk-height-min-content {
    height: min-content;
}

.kk-height-inherit {
    height: inherit;
}

/* Min-Width */
.kk-min-width-full {
    min-width: 100%;
}

.kk-min-width-lg {
    min-width: 80%;
}

.kk-min-width-md {
    min-width: 50%;
}

.kk-min-width-sm {
    min-width: 20%;
}

.kk-min-width-auto {
    min-width: auto;
}

.kk-min-width-fit-content {
    min-width: fit-content;
}

.kk-min-width-max-content {
    min-width: max-content;
}

.kk-min-width-min-content {
    min-width: min-content;
}

.kk-min-width-inherit {
    min-width: inherit;
}

/* Max-Width */
.kk-max-width-full {
    max-width: 100%;
}

.kk-max-width-lg {
    max-width: 80%;
}

.kk-max-width-md {
    max-width: 50%;
}

.kk-max-width-sm {
    max-width: 20%;
}

.kk-max-width-fit-content {
    max-width: fit-content;
}

.kk-max-width-max-content {
    max-width: max-content;
}

.kk-max-width-min-content {
    max-width: min-content;
}

.kk-max-width-inherit {
    max-width: inherit;
}

/* Min-Height */
.kk-min-height-full {
    min-height: 100%;
}

.kk-min-height-lg {
    min-height: 80%;
}

.kk-min-height-md {
    min-height: 50%;
}

.kk-min-height-sm {
    min-height: 20%;
}

.kk-min-height-auto {
    min-height: auto;
}

.kk-min-height-fit-content {
    min-height: fit-content;
}

.kk-min-height-max-content {
    min-height: max-content;
}

.kk-min-height-min-content {
    min-height: min-content;
}

.kk-min-height-inherit {
    min-height: inherit;
}

/* Max-Height */
.kk-max-height-full {
    max-height: 100%;
}

.kk-max-height-lg {
    max-height: 80%;
}

.kk-max-height-md {
    max-height: 50%;
}

.kk-max-height-sm {
    max-height: 20%;
}

.kk-max-height-fit-content {
    max-height: fit-content;
}

.kk-max-height-max-content {
    max-height: max-content;
}

.kk-max-height-min-content {
    max-height: min-content;
}

.kk-max-height-inherit {
    max-height: inherit;
}

.kk-button {
    padding: 10px 15px !important;
    line-height: 1.2;
    border-radius: 5px !important;
}

.kk-object-fit-contain {
    object-fit: contain;
}

.kk-object-fit-cover {
    object-fit: cover;
}

.kk-object-fit-fill {
    object-fit: fill;
}

.kk-object-fit-none {
    object-fit: none;
}

.kk-object-fit-scale-down {
    object-fit: scale-down;
}

.kk-gap-sm {
    gap: 5px;
}

.kk-gap-md {
    gap: 10px;
}

.kk-gap-lg {
    gap: 20px;
}

.kk-gap-x-lg {
    gap: 30px;
}

/* Row Gap */
.kk-row-gap-sm {
    row-gap: 5px;
}

.kk-row-gap-md {
    row-gap: 10px;
}

.kk-row-gap-lg {
    row-gap: 20px;
}

.kk-row-gap-x-lg {
    row-gap: 30px;
}

/* Column Gap */
.kk-col-gap-sm {
    column-gap: 5px;
}

.kk-col-gap-md {
    column-gap: 10px;
}

.kk-col-gap-lg {
    column-gap: 20px;
}

.kk-col-gap-x-lg {
    column-gap: 30px;
}

.kk-align-self-stretch {
	align-self: stretch;
}

.kk-box-shadow-sm {
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.kk-box-shadow-md {
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.kk-box-shadow-lg {
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.5);
}

.kk-box-shadow-x-lg {
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.5);
}

.has-primary-color {
	color: #f3a328;
}

.has-schwarz-color {
	color: #000;
}

.has-weiss-color {
	color: #fff;
}

.has-orange-color {
	color: #db5a23;
}

.has-gruen-color {
	color: #a3b51b;
}

.has-hellgrau-color {
	color: #f1f1f1;
}

.has-primary-border-color {
	border-color: #f3a328 !important;
}

.has-schwarz-border-color {
	border-color: #000 !important;
}

.has-weiss-border-color {
	border-color: #fff !important;
}

.has-orange-border-color {
	border-color: #db5a23 !important;
}

.has-gruen-border-color {
	border-color: #a3b51b !important;
}

.has-hellgrau-border-color {
	border-color: #f1f1f1 !important;
}

.has-primary-background-color {
	background-color: #f3a328;
}

.has-schwarz-background-color {
	background-color: #000;
}

.has-weiss-background-color {
	background-color: #fff;
}

.has-orange-background-color {
	background-color: #db5a23;
}

.has-gruen-background-color {
	background-color: #a3b51b;
}

.has-hellgrau-background-color {
	background-color: #f1f1f1;
}

@media only screen and (max-width: 767px) {
    .wp-container-core-group-is-layout-2 {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .kk-width-full-phone {
        width: 100% !important;
    }

    /* Width */
    .kk-width-full-phone {
        width: 100% !important;
    }

    .kk-width-lg-phone {
        width: 80% !important;
    }

    .kk-width-md-phone {
        width: 50% !important;
    }

    .kk-width-sm-phone {
        width: 20% !important;
    }

    .kk-width-auto-phone {
        width: auto !important;
    }

    /* Height */
    .kk-height-full-phone {
        height: 100% !important;
    }

    .kk-height-lg-phone {
        height: 80% !important;
    }

    .kk-height-md-phone {
        height: 50% !important;
    }

    .kk-height-sm-phone {
        height: 20% !important;
    }

    .kk-height-auto-phone {
        height: auto !important;
    }

    .kk-height-fit-content-phone {
        height: fit-content !important;
    }

    .kk-height-max-content-phone {
        height: max-content !important;
    }

    .kk-height-min-content-phone {
        height: min-content !important;
    }

    .kk-height-inherit-phone {
        height: inherit !important;
    }

    /* Min-Width */
    .kk-min-width-full-phone {
        min-width: 100% !important;
    }

    .kk-min-width-lg-phone {
        min-width: 80% !important;
    }

    .kk-min-width-md-phone {
        min-width: 50% !important;
    }

    .kk-min-width-sm-phone {
        min-width: 20% !important;
    }

    .kk-min-width-auto-phone {
        min-width: auto !important;
    }

    .kk-min-width-fit-content-phone {
        min-width: fit-content !important;
    }

    .kk-min-width-max-content-phone {
        min-width: max-content !important;
    }

    .kk-min-width-min-content-phone {
        min-width: min-content !important;
    }

    .kk-min-width-inherit-phone {
        min-width: inherit !important;
    }

    /* Max-Width */
    .kk-max-width-full-phone {
        max-width: 100% !important;
    }

    .kk-max-width-lg-phone {
        max-width: 80% !important;
    }

    .kk-max-width-md-phone {
        max-width: 50% !important;
    }

    .kk-max-width-sm-phone {
        max-width: 20% !important;
    }

    .kk-max-width-fit-content-phone {
        max-width: fit-content !important;
    }

    .kk-max-width-max-content-phone {
        max-width: max-content !important;
    }

    .kk-max-width-min-content-phone {
        max-width: min-content !important;
    }

    .kk-max-width-inherit-phone {
        max-width: inherit !important;
    }

    /* Min-Height */
    .kk-min-height-full-phone {
        min-height: 100% !important;
    }

    .kk-min-height-lg-phone {
        min-height: 80% !important;
    }

    .kk-min-height-md-phone {
        min-height: 50% !important;
    }

    .kk-min-height-sm-phone {
        min-height: 20% !important;
    }

    .kk-min-height-auto-phone {
        min-height: auto !important;
    }

    .kk-min-height-fit-content-phone {
        min-height: fit-content !important;
    }

    .kk-min-height-max-content-phone {
        min-height: max-content !important;
    }

    .kk-min-height-min-content-phone {
        min-height: min-content !important;
    }

    .kk-min-height-inherit-phone {
        min-height: inherit !important;
    }

    /* Max-Height */
    .kk-max-height-full-phone {
        max-height: 100% !important;
    }

    .kk-max-height-lg-phone {
        max-height: 80% !important;
    }

    .kk-max-height-md-phone {
        max-height: 50% !important;
    }

    .kk-max-height-sm-phone {
        max-height: 20% !important;
    }

    .kk-max-height-fit-content-phone {
        max-height: fit-content !important;
    }

    .kk-max-height-max-content-phone {
        max-height: max-content !important;
    }

    .kk-max-height-min-content-phone {
        max-height: min-content !important;
    }

    .kk-max-height-inherit-phone {
        max-height: inherit !important;
    }
}
