:root {
    --centrekaizen-yellow-color: #ff9912;
    --centrekaizen-blue-color: #01baef;
    --centrekaizen-darkblue-color: #29235c;
    --centrekaizen-darkblue-transparence: rgba(41, 35, 92, 0.9);
    --centrekaizen-green-color: #badb5e;
    --centrekaizen-darkgreen-color: #658219;
    --centrekaizen-blue-derived: #3187a9;
}

body {
    background: hsl(193 99% 47% / 0.15);
}

@font-face {
    font-family: "Typo Grotesk Black";
    src: url("//db.onlinewebfonts.com/t/675f332eaae8d6bd6bc819a660dc441a.eot");
    src: url("//db.onlinewebfonts.com/t/675f332eaae8d6bd6bc819a660dc441a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/675f332eaae8d6bd6bc819a660dc441a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/675f332eaae8d6bd6bc819a660dc441a.woff") format("woff"), url("//db.onlinewebfonts.com/t/675f332eaae8d6bd6bc819a660dc441a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/675f332eaae8d6bd6bc819a660dc441a.svg#Typo Grotesk Black") format("svg");
}

/*body, textarea, input, select, option,  .areaicon-a strong*/
/*{*/
/*    font-family: "Typo Grotesk Black", sans-serif;*/
/*}*/

button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .-fFb, .footer-a .nav li, .button-b, .button-a, button, input[type="submit"], input[type="button"], input[type="reset"], p.date {
    font-family: "Typo Grotesk Black", sans-serif;
}

.footer-a .nav li {
    font-size: 16px;
    letter-spacing: .1em;
}


@media screen and (min-width: 1023px) {
    .ck-link-has-children ul.ck-submenu {
        display: none !important;
    }

    .ck-link-has-children:hover ul.ck-submenu {
        position: absolute;
        padding-top: 5px;
        padding-left: 15px;
        display: initial !important;
    }

    ul.ck-submenu li {
        padding-bottom: 1px;
    }

    ul.ck-submenu li a {
        /*text-shadow: 0 0 5px black;*/
    }
}

@media screen and (max-width: 1024px) {
    ul.ck-submenu {
        margin-top: 12px;
        margin-left: 29px;
    }
}

.service-title {
    display: block;
    width: 100%;
    padding-bottom: 23px;
}

.news-title {
    /*display: inline-block;*/
}

.top-a .main {
    background: var(--centrekaizen-blue-color);
    color: white;
}

.banners-a a:hover {
    color: var(--centrekaizen-yellow-color);
}

.banners-a .icons-arrow-a {
    color: var(--centrekaizen-yellow-color);
}

@media screen and (min-width: 1024px) {
    .top-a .logo {
        padding: 15px 0 0;
    }
}

@media screen and (max-width: 599px) {
    .top-a .logo img {
        height: auto;
    }
}

@media screen and (max-width: 1023px) {
    .is-nav-active .top-a .logo img {
        display: none;
    }

    .is-nav-active .top-a .main {
        background: white;
        color: inherit;
    }
}

.bio-a p {
    text-align: justify;
}

.no-touchevents .card-a > a:hover {
    background-color: white;
    color: currentColor;
}

.no-touchevents .card-a a:hover .areaicon-a {
    color: #477f80;
}

.contact-subtitle {
    margin-bottom: 10px;
}

.contact-subtitle-container {
    display: inline-block;
    padding-right: 52px;
}

.services-icon {
    float: left;
    margin: 0 0 0 -130px;
    display: block;
    width: 1em;
    height: 1em;
    /*margin: 0 auto 15px;*/
    border-radius: 50%;
    background-size: 1em 6em;
    text-align: center;
}

.services-icon-home {
    float: unset;
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    border-radius: 50%;
    background-size: 1em 6em;
    text-align: center;
    margin-bottom: 15px;
}

.welcome-space {
    height: 430px;
}

@media screen and (max-width: 599px) {
    .welcome-space {
        height: 210px;
    }
}

.top-a .side .popout {
    background: var(--centrekaizen-yellow-color);
    color: #fff;
}

.button-sidebar {
    border: 1px solid var(--centrekaizen-darkblue-color);
    background: var(--centrekaizen-darkblue-color);
    color: white;
}

.article-img {
    /*width: 100%;*/
    width: 200px;
    object-fit: cover;
    height: 210px;
}

.article-img-container {
    display: inline-block;
    width: 210px;
    padding-right: 10px;
}

.article-preview {
    display: inline-block;
    width: calc(100% - 220px);
    vertical-align: top;
}

@media screen and (max-width: 599px) {
    .article-img-container, .article-preview {
        width: 100% !important;
    }
}

.ck-btn-cover {
    z-index: 8;
    /*background: linear-gradient(rgb(26, 214, 253) 0%, rgb(29, 98, 240) 100%) !important;*/
    background: linear-gradient(rgb(255 206 141) 0%, rgb(255 153 18) 100%) !important;
    outline: none !important;
    box-shadow: none;
    box-sizing: border-box;
    visibility: visible;
    border-color: rgba(255, 255, 255, 0) !important;
    margin: 0px;
    border-radius: 30px;
    padding: 12px 35px !important;
    color: rgb(255, 255, 255) !important;
    white-space: nowrap;
    width: auto;
    height: auto !important;
    min-height: 0px !important;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    border-width: 0px !important;
    border-style: none !important;
}

.about-page-title-block {
    /*background-image: url(/img/cover/bg_about.png);*/
    height: 235px;
    background-size: cover;
    background-position: 50% 10%;
}

.hero-a {
    font-size: 1.5rem;
}

.hero-a > .wrap .hx {
    font-size: 2rem;
}

.figure-container {
    margin: -20px -10px 0;
    font-size: 0;
    letter-spacing: -1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.logos-a figure {
    vertical-align: middle;
    width: 28%;
    background-color: white;
    margin: 12px;
    border-radius: 6px;
    padding: 15px;
    /* min-height: 170px; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logos-a figure img {
    max-height: 115px;
    margin: auto;
}

.areas-b {
    margin: 0;
    /*background: #e9a92e url(https://banyanglobal.com/wp-content/themes/banyan2017/assets/images/areas-b-bg-a.jpg);*/
    background: var(--centrekaizen-yellow-color) url(/img/logo_bg_yellow.png);
    background-size: 53px;
    background-attachment: fixed;
}

.areaicon-a strong {
    display: block;
    /*font: inherit;*/
    font-size: 1.2rem;
    letter-spacing: .1em;
    color: black;
    font-weight: bold;
    line-height: 1.2rem;
    text-shadow: 0 0 40px;
}

@media screen and (max-width: 599px) {
    .areas-b li strong {
        color: white;
    }
}

.card-a .areaicon-a strong {
    text-shadow: unset;
}

.button-b {
    border: 1px solid var(--centrekaizen-yellow-color);
    background: var(--centrekaizen-yellow-color);
    color: #342f2f;
}

.card-d.-large .hx {
    font-size: 4rem;
}

@media screen and (max-width: 1023px) {
    .card-d.-large .hx {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 599px) {
    .card-d.-large .hx {
        font-size: 2rem;
        font-weight: bold;
    }

    .home-cover-btn {
        display: none;
    }
}

.footer-a .nav li ~ li {
    margin-left: 30px;
}

@media screen and (max-width: 719px) {
    .footer-a .nav li ~ li {
        margin-left: 0;
    }
}

a {
    color: var(--centrekaizen-blue-derived);
}

.card-ck {
    width: 33.333333333333%;
    display: inline-block;
    margin-bottom: 0;
}

h1, .h1 {
    color: #2e230e;
    font-size: 2rem;
}

.switch-a a.is-active {
    background-color: #3187a9;
    color: white;
}

.switch-a a {
    border: 2px solid #3187a9;
    color: #2e230e;
}

.-fFb {
    letter-spacing: normal;
}

@media screen and (max-width: 599px) {
    .header-a {
        padding-bottom: 15px;
    }
}

.ck-btn-cover-blue {
    background: linear-gradient(rgb(49 136 170 / 54%) 0%, rgb(49 135 169) 100%) !important;
}

.ck-btn-cover-green {
    background: linear-gradient(rgb(101 130 25 / 48%) 0%, #658219 100%) !important;
}

.box-message {
    background-color: var(--centrekaizen-blue-derived);
    padding: 1em;
    font-size: 21px;
    text-align: center;
    color: white;
    margin-top: -8px;
    margin-bottom: 41px;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

/*.main-image-cover-container img {*/
/*    object-position: center 110px;*/
/*}*/

/*.main-image-cover-container {*/
/*    height: 82vh;*/
/*}*/

/*.main-image-cover-container img:hover {*/
/*    transform: unset !important;*/
/*}*/

/*.main-image-cover-container img:hover {*/
/*    transform: scale(1.5) !important;*/
/*}*/

b, strong {
    font-weight: bold;
}

.dropbtn {
    /*background-color: #4CAF50;*/
    /*color: white;*/
    /*padding: 16px;*/
    /*font-size: 16px;*/
    /*border: none;*/
    /*cursor: pointer;*/
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9d1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: var(--wp-admin-theme-color);
    padding: 8px 20px;
    text-decoration: none;
    display: block;
    font-size: 1.1rem;
    border-bottom: 1px solid #cacaca;
    white-space: nowrap;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
    padding-bottom: 14px;
}

.ck-btn-yellow {
    color: rgb(52, 47, 47);
    border-color: transparent;
    background-color: var(--centrekaizen-yellow-color);
}

.button-a, button, input[type="submit"], input[type="button"], input[type="reset"] {
    background-color: var(--centrekaizen-blue-color);
    color: white;
    border: 2px solid var(--centrekaizen-blue-color);
}

.button-a:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    background-color: var(--centrekaizen-blue-derived);
    color: white;
    border: 2px solid var(--centrekaizen-blue-derived);
}

.publication-list {
    /* background: url(/img/logo_bg_blue.png), url(/img/black_bg.png); */
    /* background: url(https://michel-bekleidungsmanufaktur.de/assets/img/img-4.jpg); */
    background: url(/img/bg_motif.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.publication-list > .contain {
    position: relative;
    /*background: #00000066;*/
}

/*.publication-list .entry-a {*/
/*    color: white !important;*/
/*}*/

/*.publication-list .entry-a a {*/
/*    color: white !important;*/
/*}*/

.publication-list .entry-a a:hover {
    color: var(--centrekaizen-blue-color) !important;
}

/*.publication-list .news-title {*/
/*    color: white !important;*/
/*}*/

.button-b:hover {
    border-color: var(--centrekaizen-blue-derived);
    background-color: var(--centrekaizen-blue-derived);
    color: #fff;
}

.entry-a + .entry-a {
    border-top: unset;
}

.font-grotesk {
    font-family: "HK Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*.publication-list p.action a {*/
/*    color: white;*/
/*}*/

