/* CSS reset */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: #f9f9f9;
    line-height: 1;
    font-size: 16px;
    line-height: 22px;
}

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

/* CSS Overrides für etwas hübscher > Präsentationsmodus */

body {
    /**/

    min-width: 1535px;
    /**/
    /**/

    min-width: 1024px;
    /**/
    color: #333;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

a {
    color: inherit;
}

    a:visited {
        color: inherit;
    }

/* CSS only für liz */



a.not-visible-all {
    position: relative;
}

    a.not-visible-all:before {
        content: " ";
        pointer-events: none;
        background-color: rgba(255,255,255,0.5);
        background-image: url(/a/img/not-visible.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center;
        width: 32px;
        height: 32px;
        left: -32px;
        position: absolute;
        top: 0;
    }




.liz#lizbar {
    background-color: #292929;
    height: 100%;
    left: 0px;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 140px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 3px 0px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 0px 10px 2px rgba(0, 0, 0, 0.5);
    color: white;
}

    .liz#lizbar button span {
        text-align: left;
        border: 0;
        border-radius: 0.25rem;
        /*background: rgba(245,245,245,0.03);*/
        color: white;
        font-family: system-ui, sans-serif;
        font-size: 1rem;
        line-height: 2;
        white-space: nowrap;
        text-decoration: none;
        /*padding: 0.25rem 0.5rem;*/
        /*margin: 2px;*/
        cursor: pointer;
        border-radius: 0;
    }

    .liz#lizbar button img.liz-icon {
        height: 20px;
        width: 20px;
        min-width: 20px;
        margin-right: 8px;
        margin-top: auto;
        margin-bottom: auto;
    }

        .liz#lizbar button img.liz-icon:hover {
        }

    .liz#lizbar button {
        display: flex;
        text-align: left;
        border: 0;
        border-radius: 0.25rem;
        background: rgba(245, 245, 245, 0.03);
        color: white;
        font-family: system-ui, sans-serif;
        font-size: 1rem;
        line-height: 2;
        white-space: nowrap;
        text-decoration: none;
        padding: 0.25rem 4px;
        margin: 2px;
        cursor: pointer;
        border-radius: 0;
    }

        .liz#lizbar button#liz_logout a {
            display: flex;
        }

        .liz#lizbar button:hover {
            background: rgba(255, 255, 255, 0.2);
            color: rgba(245, 245, 245);
        }

        .liz#lizbar button:disabled {
            display: none !important;
            background: rgba(255, 255, 255, 0.5);
            cursor: default;
            color: rgba(175, 175, 175);
        }

            .liz#lizbar button:disabled span {
                cursor: default;
            }

.liz .badge {
    position: relative;
    /*bottom: 4px;*/
    padding-top: 15px;
}

    .liz .badge img {
        padding: 0 10px;
        width: 70px;
    }

.btn-green {
    background-color: #00a582;
    border: 0;
    color: #ffffff;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
}

    .btn-green:visited {
        color: #ffffff;
    }

.btn-red {
    background-color: #d00d0d;
    border: 0;
    color: #ffffff;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    /*background-color: rgba(255,255,255,0.8);*/
}

.liz-bar {
    font-family: "HelveticaNeueLTW1G-Lt", sans-serif;
    background-color: rgba(39, 195, 206, 1);
    box-sizing: border-box;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 30px;
    color: #000;
    font-size: 14px;
    height: 400px;
    line-height: 18px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    right: -175px; /* width * -1 */
    top: 0;
    width: 175px;
    box-shadow: 2px 1px 5px 1px rgb(0 0 0 / 50%);
}

    .liz-bar hr {
        margin: 8px 0px 5px;
        color: rgba(255, 255, 255, 0.2);
    }

    .liz-bar .liz-link-alt {
        margin: 2px 0;
    }

    .liz-bar .liz-link {
        margin: 2px 0;
    }

.liz-link-inline-bar {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

    .liz-link-inline-bar .liz-link-inline-wrapper {
        opacity: 0;
        max-height: 0;
        overflow-y: hidden;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }

    /*.liz-link-inline-bar:hover .liz-link-inline-wrapper {
        opacity: 1;
    }
*/
    .liz-link-inline-bar .liz-inline-bar-default-item {
        width: 30px;
        height: 30px;
        /* position: absolute; */
        margin: 8px 4px 0px 8px;
        font-size: 32px;
        color: #fff;
        background-color: rgba(39, 195, 206, 1);
        border-radius: 20px;
        box-shadow: 0px 0px 5px rgb(255 255 255 / 30%);
        cursor: pointer;
        font-family: sans-serif;
        line-height: 10px;
        display: flex;
        justify-content: center;
    }

        .liz-link-inline-bar .liz-inline-bar-default-item:hover {
        }

            .liz-link-inline-bar
            .liz-inline-bar-default-item:hover + .liz-link-inline-wrapper {
                opacity: 1;
                max-height: 768px;
                border: 1px solid rgba(41, 41, 41, 0.5);
                border-radius: 4px;
                box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 20%);
                webkit-box-shadow: 3px 0px 10px 2px rgb(0 0 0 / 50%);
                max-width: unset;
            }

    .liz-link-inline-bar .liz-link-inline-wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 8px;
        max-width: 24px;
    }

        .liz-link-inline-bar .liz-link-inline-wrapper:hover {
            opacity: 1;
            border: 1px solid rgba(41, 41, 41, 0.5);
            border-radius: 4px;
            max-height: 768px;
            box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 20%);
            webkit-box-shadow: 3px 0px 10px 2px rgb(0 0 0 / 50%);
            max-width: unset;
        }

    .liz-link-inline-bar .liz-link-inline {
        background-color: rgba(255, 255, 255, 1);
        min-height: 25px;
        border: unset;
        border-bottom: 1px solid rgba(41, 41, 41, 0.7);
        border-radius: 0px;
        box-shadow: unset;
        margin: 0;
    }

        .liz-link-inline-bar .liz-link-inline.liz-link-red {
            color: red;
        }

        .liz-link-inline-bar .liz-link-inline:hover {
            background-color: rgba(39, 195, 206, 1);
            color: white;
            font-weight: bold;
        }

        .liz-link-inline-bar .liz-link-inline:last-child {
            border-bottom: unset;
        }

.liz-link {
    /*    border: 0;
    background-color: #27c3ce;
    color: #fff !important;
    font-family: Courier New, Courier, monospace;
    font-size: 14px;
    padding: 2px;
    text-decoration: none;
    margin: 5px;
*/
    cursor: pointer;
    font-family: "HelveticaNeueLTW1G-Lt", sans-serif;
    color: #292929;
    border: 2px solid #292929;
    padding: -0.375rem 1rem 0.25rem;
    /*line-height: 1rem;*/
    font-size: 14px;
    text-decoration: none;
    padding: 5px 5px 2px 5px;
    -webkit-box-shadow: 3px 0px 10px 2px rgb(0 0 0 / 50%);
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 20%);
    border-radius: 2px;
    text-shadow: 1px 1px rgb(255 255 255 / 30%);
    margin: 2px 5px;
    background-color: rgba(255, 255, 255, 0.7);
}

    .liz-link:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

.liz-link-alt:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.liz-link-alt {
    cursor: pointer;
    font-family: "HelveticaNeueLTW1G-Lt", sans-serif;
    color: #292929;
    border: 2px solid #292929;
    padding: -0.375rem 1rem 0.25rem;
    line-height: 1rem;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 5px 2px 5px;
    -webkit-box-shadow: 3px 0px 10px 2px rgb(0 0 0 / 50%);
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 20%);
    border-radius: 2px;
    text-shadow: 1px 1px rgb(255 255 255 / 30%);
    margin: 2px 5px;
    background-color: rgba(255, 255, 255, 0.7);
}

.liz-version {
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-top: 20px;
    width: 100%;
}

.input-login {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 150%;
}

div.liz-image {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 989;
    /*background-color: rgba(255,255,255,0.2);*/
}

    div.liz-image a {
    }

        div.liz-image a img {
            height: auto;
            width: 30px;
        }

div.liz-link-internal {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 989;
    /*background-color: rgba(255,255,255,0.2);*/
}

.kao:not(.kao2022).background-image:before {
    content: " ";
    display: block;
    background-color: #00b48c;
    position: absolute;
    height: 542px;
    width: 47px;
    top: calc(50% - 271px);
    left: 0;
    right: auto;
}

.kao:not(.kao2022) .col-50-right.background-image:before {
    content: " ";
    display: block;
    background-color: #00b48c;
    position: absolute;
    height: 542px;
    width: 47px;
    top: calc(50% - 271px);
    left: 0;
    right: auto;
}

.kao:not(.kao2022) .col-50-left.background-image:before {
    content: " ";
    display: block;
    background-color: #00b48c;
    position: absolute;
    height: 542px;
    width: 47px;
    top: calc(50% - 271px);
    right: 0;
}

.kao:not(.kao2022) .col-50-right-slider.background-image:before {
    content: " ";
    display: block;
    background-color: #00b48c;
    position: absolute;
    height: 542px;
    width: 47px;
    top: calc(50% - 271px);
    left: 0;
    right: auto;
}

.kao:not(.kao2022) .col-50-left-slider.background-image:before {
    content: " ";
    display: block;
    background-color: #00b48c;
    position: absolute;
    height: 542px;
    width: 47px;
    top: calc(50% - 271px);
    right: 0;
}

.kao ul li::marker {
    content: "";
}

.kao:not(.kao2022) ul li::before {
    content: "\203A";
    color: #00b48c;
    position: absolute;
    font-size: 40px;
    left: -18px;
}

.cc.kao2023 {
    color: #76777B !important;
}

.color-gw-blue {
    color: #ACD6D8;
}

.color-gw-red {
    color: #AB053C;
}

.color-ksd-purple {
    color: #5C67B2;
}

.color-ksd-green {
    color: #7DC6B4;
}

.color-ksd-lime {
    color: #BED994;
}

.color-ksd-violet {
    color: #A998C9;
}

.color-ksd-blue {
    color: #9BBFE6;
}

.color-ksd-red {
    color: #ED6B63;
}

.kao ul {
    list-style-type: none;
}

    .kao ul li {
        position: relative;
        margin-bottom: 12px;
        line-height: 1.5rem;
    }

div.liz-video {
    position: absolute;
    right: 46px;
    top: 8px;
}

    div.liz-video a {
    }

        div.liz-video a img {
            height: auto;
            width: 30px;
        }

div.liz-pdf {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 989;
}

    div.liz-pdf a {
    }

        div.liz-pdf a img {
            height: auto;
            width: 30px;
        }

input[type="text"].liz {
    border: 0;
}

    input[type="text"].liz:focus {
        outline: none;
    }

.edit {
    /**/

    background-color: #27c3ce;
    /**/
    box-sizing: border-box;
}

td .edit {
    border: 1px solid #fff;
    border-radius: 2px;
}

/* CSS common */
strong {
    font-weight: bold;
}

.cc.settings-bar {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.settings-bar .settings-row {
    display: flex;
    flex-direction: row;
}

.settings-bar .liz-in-edit {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 90%;
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    box-shadow: 2px 1px 5px 1px rgb(0 0 0 / 50%);
}

.settings-bar .flyout-cms {
    font-size: 75%;
}

    .settings-bar .flyout-cms a {
        padding-right: 20px;
        text-decoration: none;
    }

.cc {
    /* centering content */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1024px;
}

    .cc.page-overview span,
    .cc.tree-overview span {
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        display: block;
    }

    .cc.page-overview > ul,
    .cc.page-overview > ul > li > ul,
    .cc.tree-overview > ul,
    .cc.tree-overview > ul > li > ul {
        display: inline-block;
        list-style: none;
    }

        .cc.tree-overview > ul > li,
        .cc.page-overview > ul > li {
            min-height: 36px;
        }

        .cc.page-overview > ul > li {
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 4px;
        }

        .cc.tree-overview > ul > li > a {
            margin-bottom: 2px;
            border-radius: 3px;
            padding: 6px 10px;
            color: white;
            font-weight: bold;
            font-size: 16px;
            text-decoration: none;
            background-color: #00a582;
        }

        .cc.page-overview > ul > li > a {
            margin-bottom: 10px;
            border-radius: 3px;
            padding: 7px 10px;
            display: flex;
            color: white;
            font-weight: bold;
            font-size: 16px;
            text-decoration: none;
            background-color: #e9eaed;
            color: black;
        }

        .cc.page-overview > ul > li > ul > li {
            min-height: 36px;
        }

            .cc.page-overview > ul > li > ul > li > a {
                margin-bottom: 2px;
                border-radius: 3px;
                padding: 6px 10px;
                color: white;
                font-weight: bold;
                font-size: 16px;
                text-decoration: none;
                background-color: #00a582;
            }

                .cc.page-overview > ul > li > ul > li > a.not-visible {
                    position: relative;
                }

                    .cc.page-overview > ul > li > ul > li > a.not-visible:before {
                        content: " ";
                        pointer-events: none;
                        background-color: rgba(255,255,255,0.5);
                        background-image: url(/a/img/not-visible.png);
                        background-repeat: no-repeat;
                        background-size: 20px 20px;
                        background-position: center;
                        width: 32px;
                        height: 32px;
                        left: -32px;
                        position: absolute;
                        top: 0;
                    }

                .cc.tree-overview > ul > li > a:hover,
                .cc.page-overview > ul > li > ul > li > a:hover {
                    opacity: 0.7;
                }

        .cc.page-overview > ul > li > a:hover {
            background-color: #333;
            color: white;
        }

    .cc textarea {
        font-family: inherit;
    }

.c {
    border-bottom: 1px solid rgba(51, 51, 51, 0);
    height: 768px; /* 768 + border-bottom */
    box-shadow: 2px 1px 5px 1px rgb(0 0 0 / 50%);
    left: -75px;
}

    .c.bg-grey {
        /*Switch sobald Anpassung DB*/
        background-color: #fff;
        /*background-color: #efefef;*/
    }

    .c.bg-white {
        background-color: #fff;
    }

.cc.bg-grey {
    /*Switch sobald Anpassung DB*/
    /*background-color: #fff;*/
    background-color: #f4f4f4;
}

.cc.bg-white {
    background-color: #fff;
}
/* CSS KAO */
/* wurde auch für iteration cp-index benutzt */
div.ib {
    display: inline-block;
    position: relative;
}

    div.ib span {
        bottom: 1.25rem;
        left: 1.25rem;
        position: absolute;
    }

.txt-orange-bar {
    left: 456px;
    position: absolute;
    top: 117px;
    width: 512px;
    box-sizing: border-box;
    /*padding-left: 32px;*/
    padding-right: 0;
}

.txt-50-left {
    /*    left: 0;
    position: absolute;
    top: 0;*/
    width: 50%;
    box-sizing: border-box;
    padding-right: 32px;
    padding-left: 50px;
}

.txt-kms {
    /*    left: 0;
    position: absolute;
    top: 0;*/
    width: 50%;
    box-sizing: border-box;
    padding-right: 32px;
    padding-left: 50px;
    position: absolute;
}

    .txt-kms span.pos1 {
        left: 190px;
        top: 200px;
        position: absolute;
        width: 320px;
    }

    .txt-kms span.pos2 {
        left: 190px;
        top: 390px;
        position: absolute;
        width: 320px;
    }

    .txt-kms span.pos3 {
        left: 190px;
        top: 550px;
        position: absolute;
        width: 320px;
    }

    .txt-kms span.pos4 {
        left: 660px;
        top: 200px;
        position: absolute;
        width: 320px;
    }

    .txt-kms span.pos5 {
        left: 660px;
        top: 390px;
        position: absolute;
        width: 320px;
    }

    .txt-50-left-slider {
        /*    left: 0;
    position: absolute;
    top: 0;*/
        width: 50%;
        box-sizing: border-box;
        padding-left: 50px;
    }

.txt-center {
    margin-left: auto;
    margin-right: auto;
    width: 37%;
    box-sizing: border-box;
    max-width: 50%;
}

.txt-66-right {
    /*    left: 50%;
    position: absolute;
    top: 0;*/
    margin-left: auto;
    width: 66%;
    box-sizing: border-box;
    /*padding-top: 85px;*/
    padding-left: 32px;
    padding-right: 50px;
}

.txt-50-right {
    /*    left: 50%;
    position: absolute;
    top: 0;*/
    margin-left: auto;
    width: 50%;
    box-sizing: border-box;
    /*padding-top: 85px;*/
    padding-left: 32px;
    padding-right: 50px;
}

.txt-50-right-slider {
    /*    left: 50%;
    position: absolute;
    top: 0;*/
    width: 50%;
    box-sizing: border-box;
    /*padding-top: 85px;*/
    padding-left: 50px;
    padding-right: 50px;
}

.kerasilk2023 .txt-50-right-slider {
    padding-right: 70px;
    padding-left: 35px;
}

.kerasilk2023 .txt-50-left-slider {
    padding-left: 70px;
    padding-right: 35px;
}

.kerasilk2023 .txt-50-right {
    padding-right: 70px;
    padding-left: 35px;
}

.kerasilk2023 .txt-50-left {
    padding-left: 70px;
    padding-right: 35px;
}

.kerasilk2023 .text-image-grid-2 .txt-50-right-slider {
    padding-right: 0px;
    padding-left: 35px;
}

.kerasilk2023 .text-image-grid-2 .txt-50-left-slider {
    padding-left: 0px;
    padding-right: 35px;
}

.col-33-left {
    /*    left: 0;
    position: absolute;
    top: 0;*/
    position: relative;
    width: 33%;
    box-sizing: border-box;
    height: 100%;
    float: left;
}

.col-50-left {
    /*    left: 0;
    position: absolute;
    top: 0;*/
    position: relative;
    width: 50%;
    box-sizing: border-box;
    height: 100%;
    float: left;
}

.col-50-left-slider {
    /*    left: 0;*/
    position: relative;
    /*top: 0;*/
    width: 50%;
    box-sizing: border-box;
    height: 100%;
}

.col-50-right-slider {
    /*    left: 0;*/
    position: relative;
    /*top: 0;*/
    width: 50%;
    box-sizing: border-box;
    height: 100%;
}

.col-50-right {
    /* right: 0;
    position: absolute;
    top: 0; */
    position: relative;
    width: 50%;
    box-sizing: border-box;
    height: 100%;
}

.content-fullwidth {
    box-sizing: border-box;
    position: relative;
    width: 1024px;
}

.txt-fullwidth {
    box-sizing: border-box;
    position: relative;
    width: 1024px;
    padding-left: 32px;
    padding-right: 32px;
}

.txt-fullwidth-bot {
    box-sizing: border-box;
    position: absolute;
    width: 1024px;
    padding-left: 32px;
    padding-right: 32px;
    left: 0;
    bottom: 25px;
}

.txt-fullwidthheight {
    height: 768px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1024px;
}

.col {
}

    .col img {
        max-width: 100%;
    }

.col33 {
    float: left;
    margin-top: 0.5%;
    padding-right: 1.25%;
    position: relative;
    width: 32.5%;
}

    .col33:last-child {
        padding-right: 0;
    }

.bg-grey .col33 {
    background-color: white;
}

.bg-grey .row-wrap .col-50-left {
    background-color: white;
}

.bg-grey .row-wrap .txt-50-right {
    background-color: white;
}

.col33:last-child {
    margin-right: 0;
}

.col25 {
    float: left;
    margin-top: 0.5%;
    margin-right: 1%;
    position: relative;
    width: 24.25%;
}

    .col25:last-child {
        margin-right: 0;
    }

.direction-column {
    flex-direction: column;
}

.direction-row {
    flex-direction: row;
}

.help {
    border: 1px solid #333;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 1024px;
}

    .help table {
        border: 1px solid #666;
        color: #333;
    }

        .help table tr {
        }

            .help table tr td {
                border: 1px solid #666;
                padding: 3px;
            }

.liz-a-small {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

.tooltip {
    /*background-color: rgba(0,0,0,0.5);*/
    background-image: repeating-linear-gradient( 135deg, rgba(39, 195, 206, 0.25), rgba(39, 195, 206, 0.75), rgba(39, 195, 206, 0.75), rgba(39, 195, 206, 0.25) 30px );
    color: #fff;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #333;
    display: none;
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    left: -1024px;
    height: 768px;
    position: absolute;
    top: 0;
    width: 1024px;
    box-sizing: border-box;
    z-index: 999;
}

    .tooltip .placeholder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        text-shadow: 1px 1px 2px black;
    }

/**Anpassung tinyMCE Base css*/

.mce-edit-focus {
    outline-style: dotted;
    outline-width: thin;
}

.tox .tox-collection__group .tox-collection__item-label span {
    font-size: 1.5rem !important;
}

/* in = input */
.in {
    line-height: 1;
    font-size: 16px;
    line-height: 22px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.in-250 {
    width: 250px;
}

.in-500 {
    width: 500px;
}

.in-translations {
    line-height: 1;
    font-size: 16px;
    line-height: 22px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    width: 100%;
}

/* ta = textarea */
.ta-translations {
    width: 100%;
    height: 100px;
}

.varis .swiper-varis {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.cbase.kms .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.swiper-pagination-bullet-active {
    background-color: #d3002c !important;
}

.cc.background-image.kms .swiper-product .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.swiper-button-prev-gw {
    color: #c0c0c0;
    border-color: #c0c0c0;
    top: 95%;
}

.swiper-button-next-gw {
    color: #c0c0c0;
    border-color: #c0c0c0;
    top: 95%;
}

.kao .swiper {
    width: 100%;
    height: 100%;
}

.kao .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #63666a !important;
    opacity: 0.8;
}

.kao .swiper-pagination-bullet {
    background-color: #63666a !important;
    opacity: 0.2;
}

.kao .swiper-pagination.swiper-pagination-bullets {
    top: 90%;
}

.kao.kao2022:not(.kao2023) .swiper-pagination {
    display: none;
}

.kao .swiper-button-prev-gw {
    color: #c0c0c0 !important;
    border-color: #c0c0c0 !important;
    top: 90% !important;
}

.right {
    text-align: right;
}

.kao.kao2022:not(.kao2023) .swiper-button-prev-gw {
    top: 40% !important;
}

.kao.kao2022:not(.kao2023) .swiper-button-next-gw {
    top: 40% !important;
}

.kao .swiper-button-next-gw {
    color: #c0c0c0 !important;
    border-color: #c0c0c0 !important;
    top: 90% !important;
}

.boxlink.ks-light-blue {
    background-color: #D8E6F2;
    border-color: #D8E6F2;
    padding: 10px 18px;
}

.boxlink.ks-light-grey {
    padding: 10px 18px;
    background-color: #D0CFCC;
    border-color: #D0CFCC;
}

.boxlink {
    border: 3px solid #000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-decoration: none;
}

    .boxlink.boxlink-white {
        border: 3px solid #fff;
        color: #fff;
    }

.kms .boxlink {
    font-weight: normal !important;
}

.boxlink-150 {
    border: 3px solid #000;
    display: block;
    width: 150px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-decoration: none;
}

.boxlink-250 {
    border: 3px solid #000;
    display: block;
    width: 250px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-decoration: none;
}

.text-gw-bold {
    font-family: "AvenirNextW1G-Bold", sans-serif !important;
    font-weight: normal;
}

.swiper-kms {
    /*padding-top: 65px;*/
    padding-left: 8px;
}

.kms-slide-1 {
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}

.kms-slide-2 {
    display: inline-block;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    width: 100%;
}

.kms-slide-popup {
    display: flex;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -8px;
    width: 1024px;
    height: 768px;
    z-index: 990;
}

.popup-hidden {
    display: none;
}

.popup-product-text {
    position: absolute;
    left: 470px;
    top: 40px;
    width: 524px;
    height: 710px;
    z-index: 996;
    font-size: 14px;
    line-height: 20px;
}

    .popup-product-text ul {
        margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start: 20px;
    }

        .popup-product-text ul li {
        }

.kms-topline {
    font-size: 23px;
    line-height: 30px;
}

.product-cat {
    font-size: 23px;
    line-height: 31px;
}

.popup-product-bar {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 991;
    width: 208px;
    height: 105px;
    width: 438px;
    background-color: #ffa300;
}

    .popup-product-bar div {
        background-repeat: no-repeat;
        background-size: 70px auto;
        color: #fff;
        font-size: 12px;
        text-align: center;
        float: left;
        width: 70px;
        padding-top: 65px;
        background-position: 0 0;
        line-height: 110%;
    }

        .popup-product-bar div:first-of-type {
            background-position: 25px 0;
            padding-left: 25px;
            width: 70px;
        }

        .popup-product-bar div img {
            width: auto;
            max-width: 100%;
            height: auto;
            max-height: 105px;
        }

.popup-product-image {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    /*align-items: center;*/
    width: 100%;
    z-index: 992;
}

    .popup-product-image img {
        margin-top: auto;
        margin-bottom: auto;
        max-width: 213px;
        width: auto;
        left: 238px;
        position: absolute;
        max-height: 600px;
    }

.slide-close {
    background-image: url(../a/img/icons/kms/kms-close-cross-black.png);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    height: 15px;
    width: 17px;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 998;
}

.defaultLayerClose {
    top: 1.875rem;
    right: 1.875rem;
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    background-size: cover;
    cursor: pointer;
    z-index: 980;
    background-size: 17px 17px;
    background-image: url(../a/img/kerasilk_close_default.png);
}

.kerasilk .defaultLayerClose {
    width: 23px;
    background-size: 23px 23px;
    height: 23px;
}

.kerasilk .slide-close {
    background-image: url(../a/img/kerasilk_close_default.png);
}

.prod-slider-kms {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    box-sizing: border-box;
    height: 600px;
    padding-left: 35px;
    padding-right: 35px;
    width: 256px;
    position: relative;
}

    .prod-slider-kms .kms-href {
        text-decoration: none;
        font-size: 18px;
        line-height: 33px;
        border: 1px solid #000;
        width: 150px;
        text-align: center;
        position: absolute;
        bottom: -75px;
        left: 55px;
    }

    .prod-slider-kms .preview-img-wrap {
        display: flex;
        max-height: 480px;
        max-width: 200px;
    }

        .prod-slider-kms .preview-img-wrap .preview-img {
            margin-top: auto;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0;
            max-height: 100%;
            max-width: 100%;
        }

.prod-slider-video {
    position: absolute;
    left: 20px;
    top: 30px;
    height: 460px;
    width: 318px;
    cursor: pointer;
}

    .prod-slider-video.five-icons {
        position: absolute;
        left: 20px;
        top: 30px;
        cursor: pointer;
        height: 430px;
        width: 318px;
    }

.prod-slider-image {
    position: absolute;
    left: 20px;
    top: 30px;
    height: 460px;
    width: 318px;
}

.prod-slider-text {
    position: absolute;
    left: 340px;
    top: 80px;
    width: 550px;
}

    .prod-slider-text a.boxlink {
        font-weight: normal;
    }

.prod-slider-icons {
    position: absolute;
    top: 510px;
    left: 40px;
}

    .prod-slider-icons.five-icons {
        position: absolute;
        top: 490px;
        left: 40px;
    }

        .prod-slider-icons.five-icons div.this {
            position: relative;
            /*display: inline-block;*/
            height: 53px;
        }

    .prod-slider-icons div.this {
        position: relative;
        /*display: inline-block;*/
        height: 66px;
    }

    .prod-slider-icons div img.this {
        position: absolute;
        top: 0;
        left: 0;
    }

    .prod-slider-icons div span.this {
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 70px;
        width: 210px;
        font-size: 14px;
        line-height: 120%;
    }

.prod-slider-bottom {
    position: absolute;
    font-size: 14px;
    line-height: 120%;
    left: 340px;
    min-width: 300px;
    top: 725px;
}

.prod-slider-bar {
    background-color: #e4e2db;
    position: absolute;
    top: 0;
    right: 0;
    height: 768px;
    width: 80px;
}

.cc.background-image .prod-slider-bar {
    background-color: transparent;
}

/* stop scrolling effect */

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

/*upload*/

.upload-modal {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 101;
    background-color: rgba(60, 60, 60, 0.5);
    visibility: hidden;
    opacity: 0;
    /*transition: opacity 0.5s, visibility 0s 0.5s;*/
}

    .upload-modal.active {
        opacity: 1;
        visibility: visible;
        /*transition: opacity 0.5s;*/
    }

.upload-modal-content {
    color: #fff;
    text-align: center;
    font-size: 250%;
    line-height: 175%;
    padding-top: 200px;
}

.newance-headline50 {
    color: #fff;
    font-family: "TramCn-Bold", sans-serif;
    font-size: 50px;
    line-height: 50px;
}

.newance-headline40 {
    color: #000;
    font-family: "TramCn-Thin", sans-serif;
    font-size: 40px;
    line-height: 40px;
}

.newance-headline40blue {
    color: #0082B0;
    font-family: "TramCn-Bold", sans-serif;
    font-size: 40px;
    line-height: 40px;
}