.kp-dark #cmplz-document h2,
.kp-dark #cmplz-document h3 {
    color: #f7f7f7;
}

.kp-dark .cmplz-service-header {
    background-color: #222222;
}

.size-thumbnail {
    width: 25%;
}

.size-micro {
    width: 12.5%;
}

.size-medium {
    width: 50%;
}

.size-large,
.gallery-top-box {
    width: 100%;
}

.thumb-images-container:after {
    content: '';
    clear: both;
}

.size-micro,
.size-thumbnail,
.size-medium,
.size-large {
    height: auto;
    float: left;
}

.aligncenter,
.responsive-image-wrap.aligncenter {
    text-align: center !important;
    font-size: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter br,
.responsive-image-wrap.aligncenter br {
    display: none;
}

.size-thumbnail.aligncenter,
.responsive-image-wrap .aligncenter {
    float: none;
    display: inline-block;
}

.zoom-box,
.square-box,
.gallery-top-box {
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    float: left;
    position: relative;
}

.zoom-box.zoom-box-thumbnail img,
.zoom-box.zoom-box-micro img,
.square-box img,
.gallery-top-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.zoom-box.zoom-box-medium img,
.zoom-box.zoom-box-full img,
.zoom-box.zoom-box-large img {
    height: auto;
    width: 100%;
}

.square-box:before,
.zoom-box-micro:before,
.zoom-box-thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.gallery-top-box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* initial ratio of 16:9*/
}

a,
a img,
* {
    outline: none;
}

img {
    display: block;
}

.zoom-box img {
    transition: all 0.25s ease;
}

.zoom-box-micro {
    width: 12.5%;
}

.zoom-box-thumbnail,
.zoom-box-small,
.square-box {
    width: 25%;
}

.zoom-box-medium {
    width: 50%;
}

.zoom-box-large,
.zoom-box-full {
    width: 100%;
}

.zoom-box-thumbnail:hover img,
.zoom-box-micro:hover img {
    -webkit-transform: scale(1.1);
}

.zoom-box:hover:after {
    content: "\f00e";
    font-family: "FontAwesome";
    width: 30px;
    margin-left: -15px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.gallery-item {
    margin-bottom: 0;
}

.gallery-item .gallery-icon .zoom-box-thumbnail,
.gallery-item .gallery-icon .zoom-box-micro {
    width: 100% !important;
}

.gallery-item .responsive-image-wrap {
    float: left;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.gallery-item img {
    border: none !important;
}

.gallery-item .gallery-caption {
    float: left;
    width: 100%;
    background-color: #ed913f;
    color: #FFF;
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 11px 0;
}

.gallery-item .responsive-image-wrap {
    background: #ed913f;
    margin: 0;
    padding: 11px 0;
    text-transform: uppercase;
}

.gallery-item .responsive-image-wrap a,
.gallery-item .responsive-image-wrap a:hover {
    color: #FFF;
}

.gallery-item .responsive-image-wrap a:hover,
.gallery-item .responsive-image-wrap a:hover:hover {
    color: #EFEFEF;
}

@media screen and (max-width: 480px) {
    .size-micro {
        width: 50%;
        height: auto;
    }

    .size-thumbnail {
        width: 50%;
        height: auto;
    }

    .zoom-box-thumbnail,
    .zoom-box-micro {
        width: 50%;
        height: auto;
    }

    .zoom-box-thumbnail img,
    .zoom-box-micro img {
        width: 100%;
        height: auto;
    }

    .zoom-box-thumbnail,
    .zoom-box-micro,
    .zoom-box-small {
        width: 50%;
    }
}

.i-changed-this {
    width: 100%;
}

p.fix-float:after {
    content: '';
    display: block;
    clear: both;
}

.faq-title {
    cursor: pointer;
    padding: 5px 30px 5px 0 !important;
}

.faq-title h4 {
    margin: 0px !important;
    font-size: 20px !important;
    line-height: 22px !important;
}

.faq-accordion .faq-main {
    border: 1px solid #d9d9d9;
}

.faq-accordion .faq-main {
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding: 10px;
    transition: all 0.5s ease 0s;
}

.faq-content p {
    margin-bottom: 0;
}

[data-accordion]>[data-control]:after,
[data-accordion].open>[data-control]:after {
    background: url('../images/down.png') right 0px no-repeat;
}

.kp-dark [data-accordion].open>[data-control]:after,
.kp-light [data-accordion].open>[data-control]:after,
.kp-dark [data-accordion]>[data-control]:after,
.kp-light [data-accordion]>[data-control]:after {
    right: 5px !important;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

.fill {
    width: 100%;
    height: 75vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.center-this {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 80px;
    /*requires explicit height*/
}

.g1-frame-icon,
.g1-frame-icon-video {
    display: none !important;
}

.g1-term-icon img,
.g1-term-icon img.size-thumbnail {
    width: 100%;
    height: auto;
}

.g1-fluid-wrapper {
    min-width: 100%;
}

.snax-actions:before {
    content: "";
    display: table;
    clear: both;
}

.snax-actions {
    margin-top: 10px;
}

p:after {
    content: "";
    display: table;
    clear: both;
}

.mace-video-duration::before {
    font-family: "FontAwesome";
    content: "\f16a\2002";
    color: red;
}

p.entry-flags {
    margin-top: 5px;
    margin-left: 5px;
}

.products .woocommerce_de_versandkosten,
.products .woocommerce-de_price_taxrate {
    display: inline-block !important;
}

.snax-entry img.size-thumbnail {
    width: 100% !important;
    height: auto !important;
}

.menu-item .sub-menu a {
    padding-left: 30px !important;
}

.g1-hb-row .search-form-wrapper {
    width: auto !important;
}

@media only screen and (max-width: 600px) {
    .g1-drop-toggle-text {
        display: block !important;
        position: relative;
        bottom: 9px;
        left: -3px;
    }
}

@media only screen and (max-width: 1024px) {
    .g1-breakpoint-desktop {
        display: none !important;
    }
}

blockquote {
    font-size: 90%;
}

.page-header .page-icon img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
}

td,
th,
tr {
    word-break: initial;
}