/*
 Theme Name:   Kienbaum 2025
 Theme URI:    https://kienbaum.com/
 Description:  Child Theme für Divi
 Author:       Dawid Butelo
 Author URI:   https://kienbaum.com/
 Template:     Divi
 Version:      2
*/

.event_teaser_poster,
.headslider,
.kb_headbanner_1 h1,
.kb_headbanner_2 h1 {
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}
.kb_linkbox h3,
dz1,
dz2,
dz3,
meta1 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer_1 span,
.footer_2 span,
.footer_3 span,
.mainteaser .mainteaser_text_inner th1,
.presseshort,
.standorte .et_pb_tab_active,
.sticky_head,
.sticky_price {
    font-family: KienbaumFontBold, Arial, sans-serif;
}
.centered,
.consultant_box,
.event_datecircle,
.featuredbanner,
.referenz_tile {
    text-align: center;
}

body {
    direction: ltr !important;
    background: #fff;
    font-family: KienbaumFont, Arial, sans-serif;
    color: #44413E;
   /* font-size: 15.5px;*/
}
@media screen and (min-width: 320px) {
    body {
        font-size: calc(15.5px + 2.5 * ((100vw - 320px) / 1080));
    }
}
/*@media screen and (min-width: 1400px) {
    body {
        font-size: 18px;
    }
}*/

.flex {
    display: flex;
    background: 0 0;
}
.flex .et_pb_column {
    flex: 1 0 auto;
    display: flex;
}
#page-container {
    max-width: 100vw;
}
.et_builder_inner_content {
    position: inherit;
}
.invisibility,
.post-state {
    display: none;
    visibility: hidden;
}
.back-to-top {
    background: red;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1em;
}
p {
    line-height: 1.7em;
    padding-bottom: 1em;
}
.CookieDeclaration,
.acf_label,
.txtnormal {
    font-size: 1em !important;
}
.gform_next_button,
.gform_previous_button,
.pressekontakt .contactinfos {
    font-size: 0.8em;
}
.smaller,
smaller {
    font-size: 0.7em;
}
.kb_stickyC_1 .metas,
.kb_stickyC_2 .metas,
.kb_stickyC_3 .metas,
.smallest,
smallest {
    font-size: 0.6em;
}
.category {
    font-size: 1.2em;
    font-style: italic;
    color: #726c68;
}
.alert {
    border: 2px solid #e6432e;
    padding: 40px;
}
.et_pb_text_inner {
    padding: 0 70px;
}
p a,
p a:visited {
    font-family: KienbaumFontBold, Arial, sans-serif;
    color: #1683A2;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
}
.blog_entry:hover,
.btn_download a,
.btn_download a:visited,
.et_pb_button,
.et_pb_button:hover,
.extended_header .eh_featured,
.featured:hover,
.formcard .gform_button:hover,
.formcard input:focus,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
.job h3:hover,
.kb_testimonial_s_img:hover,
.kb_testimonial_s_link:hover,
.kb_tiles_logo a,
.kb_tiles_logo a img,
.kb_tiles_logo a:hover,
.kb_tiles_logo a:hover img,
.kb_tiles_multisteps p,
.kb_tiles_multisteps p:hover,
.referenz_tile img:hover,
.subfeatured:hover,
a.kb_ctabutton_1:hover,
a.kb_ctabutton_2:hover,
a.kb_ctabutton_3:hover,
.kb_nav_cta:hover,
a.solitairelink,
input.button,
input.button:hover {
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message,
.gform_wrapper div.validation_error,
p a:hover {
    color: #e6432e !important;
}
a.solitairelink {
    font-family: KienbaumFontBold, Arial, sans-serif;
    color: #1683A2;
    transition: 0.75s ease-in-out;
    font-style: italic;
    border-bottom: 1px solid #1683A2;
}

.footer a:hover,
.footernav a:hover,
.international_footer a,
.international_footer a:visited,
.kb_linkbox:hover .kb_icon_centered span,
.searchresult a:hover,
.subfooternav a:hover,
.wonderlist_red li,
a.solitairelink:hover {
    color: #1683A2;
}
#et_top_search #et_search_icon {
	color:#B0956E!important;
}

a.animated,
a.animated:visited {
    color: #726c68 !important;
    font-weight: 400;
    font-size: 1em;
    display: inline-block;
    padding-bottom: 2px;
    background-image: linear-gradient(#e6432e, #e6432e);
    background-position: 0 100%;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s;
}
.presseshort,
.presseshort .et_pb_text_inner ul li::before,
.presseshort li {
    color: #fff !important;
}
a.animated:hover {
    color: #e6432e !important;
    background-position: 0 100%;
    background-size: 10% 2px;
}
.wp-caption {
    margin: 40px auto 60px;
}
  /*img.alignleft {
  margin: 10px 50px 30px 0;
} */
img.alignright {
    margin: 10px 0 30px 50px;
}
.shadowedimg img {
    filter: drop-shadow(0 3px 8px rgb(136, 136, 136));
}
#content-area {
    margin-top: -200px;
}
#main-content {
    margin-top: 150px;
}
#main-content .et_pb_text_inner ul {
    list-style: none;
    padding: 1em 0 1em 30px !important;
    line-height: 1.7em !important;
}
#main-content .et_pb_text_inner ul li::before {
    content: "•";
    color: #28434f;
    font-weight: 700;
    display: inline-block;
    width: 0.6em;
    margin-left: -0.7em;
    font-size: 1.8em;
    position: relative;
    top: 3px;
}
#main-content .et_pb_text_inner ul li.gfield::before {
    display: none;
    width: 0;
}
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0 !important;
}
.indent {
    padding-left: 70px;
}
.container,
.et_pb_row,
.footer {
    width: auto;
    max-width: 1400px !important;
    margin: 0 auto;
}
.et_pb_column {
    z-index: inherit;
}
.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5% !important;
}
.et_pb_row {
    padding: 0 !important;
    margin: 0 auto 30px !important;
}
.et_pb_section {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0 30px !important;
}
.et_pb_column_single {
    padding-top: 0;
}
.col2_full,
.et_pb_column_inner_1,
.et_pb_column_inner_2,
.et_pb_column_inner_3,
.et_pb_column_inner_4,
.et_pb_column_inner_5,
.et_pb_column_inner_6,
.et_pb_column_inner_7 {
    padding: 0 10px;
}
#nopadding,
#nopadding.et_pb_text,
#nopadding.et_pb_text .et_pb_text_inner,
.blog_entry .et_pb_text_inner,
.et_pb_row_inner .et_pb_column_inner_1,
.et_pb_row_inner .et_pb_column_inner_2,
.et_pb_row_inner .et_pb_column_inner_3,
.et_pb_row_inner .et_pb_column_inner_4,
.et_pb_row_inner .et_pb_column_inner_5,
.et_pb_row_inner .et_pb_column_inner_6,
.et_pb_row_inner .et_pb_column_inner_7,
.event_divider,
.event_facts .et_pb_text_inner,
.featured .et_pb_text_inner,
.streamcontainer .et_pb_text_inner,
.subfeatured .et_pb_text_inner,
.wpv-pagination-nav-links-container .js-wpv-pagination-nav-links-container .pagination {
    padding: 0 !important;
}
.et_pb_module {
    margin-bottom: 20px !important;
}
.framed {
    padding: 50px 50px 30px !important;
}
.verticalaligned {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 23em;
}
.verticalaligned div,
.verticalaligned span {
    flex: 1;
}
.rowdir {
    flex-direction: row;
    margin: auto 0;
}
@font-face {
    font-display: swap;
    font-family: KienbaumFont;
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/Kienbaum-2024/assets/fonts/inter-v13-latin-regular.woff2") format("woff2"), url("/wp-content/themes/Kienbaum-2024/assets/fonts//inter-v13-latin-regular.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: KienbaumFont;
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/Kienbaum-2024/assets/fonts/inter-v13-latin-600.woff2") format("woff2"), url("/wp-content/themes/Kienbaum-2024/assets/fonts//inter-v13-latin-600.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: KienbaumFontBold;
    font-style: normal;
    src: url("/wp-content/themes/Kienbaum-2024/assets/fonts/inter-v13-latin-700.woff2") format("woff2"), url("/wp-content/themes/Kienbaum-2024/assets/fonts//inter-v13-latin-700.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: KienbaumFontSec;
    src: url("/wp-content/themes/Kienbaum-2024/assets/fonts/libre-baskerville-v5-latin-regular.woff2") format("woff2"), url("/wp-content/themes/Kienbaum-2024/assets/fonts//libre-baskerville-v5-latin-regular.ttf") format("truetype");
}
.js-wpv-view-layout,
.kb_linkbox .dp_field_tinymce a {
    display: inline;
}
#left-area {
    width: 100%;
    padding: 0 0 23px 70px;
    margin-top: 177px;
}
.standorte {
    border: 0;
    margin-top: 50px;
}
.event_loop .et_pb_section,
.standorte ul.et_pb_tabs_controls {
    background: 0 0;
}
.standorte .et_pb_tabs_controls li {
    display: inline-block;
    background-color: #ededed;
    color: #5B5653;
    font-size: 1.2em;
    height: 50px !important;
    margin-top: 50px;
    padding-top: 5px;
    float: right;
}
.blog_entry .et_pb_text_inner .read_more a,
.blog_entry .read_more a,
.featured .et_pb_text_inner .read_more a,
.featured .read_more a,
.subfeatured .et_pb_text_inner .read_more a,
.subfeatured .read_more a,
blockquote {
    color: #1683A2 !important;
}
.standorte .et_pb_tab_active {
    display: inline-block;
    color: #726c68 !important;
    font-size: 1.5em !important;
    background: #fff !important;
    min-height: 100px;
    margin-top: 0 !important;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 30px !important;
    position: relative;
    z-index: 999;
    top: 2px;
    font-weight: 400;
}
.standorte .et_pb_tabs_controls .et_pb_tab_0 a {
    padding-right: 300px;
}
.extended_header .eh_featured:hover,
.kb_headbanner_2 .bg,
.standorte .et-pb-active-slide {
    -webkit-box-shadow: -1px 13px 70px 0 rgba(151, 151, 151, 0.5);
    -moz-box-shadow: -1px 13px 70px 0 rgba(151, 151, 151, 0.5);
    box-shadow: -1px 13px 70px 0 rgba(151, 151, 151, 0.5);
}
#main-header.et-fixed-header,
#main-header.shadowed,
.blog_entry:hover,
.featured:hover,
.kb_linkbox:hover,
.kb_profile_box:hover,
.kb_testimonial_s,
.management:hover,
.pressekontakt img,
.stickyCTA_button,
.subfeatured:hover {
    -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
}
.standorte .et_pb_text_inner {
    font-size: 0.9em;
    padding: 0 0 0 70px;
}
.pm,
.pm .et_pb_module,
.pm .et_pb_row {
    padding-bottom: 0 !important;
    margin-top: -30px;
}
.pressekontakt img {
    border-radius: 100%;
    height: 110px;
    width: 110px;
    float: right;
    border: 2px solid #fff;
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    margin: 10px 0 0 50px;
}
.pressekontakt dz1 {
    padding: 0;
    margin-top: -20px;
}
.pressekontakt .autor {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}
.presseshort {
    font-size: 1em;
    padding-top: 50px !important;
    padding-bottom: 1px !important;
    background-color: colKien_pri_blue !important;
    font-weight: 400;
}
.presseshort ul {
    margin-right: 25vw !important;
}
.presseshort li {
    padding-top: 12px;
}
.blog_archive_meta,
.blog_metas {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    color: #5B5653;
    font-style: italic;
    font-size: 1.1em;
}
.blog_archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_archive p,
.servicebox .servicebox_consultants {
    flex-grow: 1;
}
.blog_archive .read_more {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    text-align: right;
    font-size: 0.7em;
}
.blog_archive_meta {
    font-size: 0.8em;
    padding: 10px 0;
}
.blog_entry,
.featured,
.subfeatured {
    width: 30%;
    display: inline-flex;
    border: 1px solid #d3d3d3;
    padding: 30px 30px 20px;
    margin: 0;
    flex-direction: column;
}
@media (max-width: 1250px) {
    .blog_entry,
    .featured,
    .subfeatured {
        width: 100%;
        margin: 30px 0;
    }
}
.blog_entry:hover,
.featured:hover,
.subfeatured:hover {
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    transition: 0.75s ease-in-out;
    cursor: pointer !important;
}
.blog_entry .et_pb_text_inner:hover,
.consultants-form-group select:hover,
.featured .et_pb_text_inner:hover,
.jobs-form-group select:hover,
.kb_jumbotext a:hover,
.subfeatured .et_pb_text_inner:hover {
    cursor: pointer;
}
.blog_entry p a,
.featured p a,
.subfeatured p a {
    font-family: KienbaumFont, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1em;
    color: #726c68;
    font-weight: 400;
}
.blog_entry .et_pb_text_inner .read_more,
.blog_entry .read_more,
.featured .et_pb_text_inner .read_more,
.featured .read_more,
.subfeatured .et_pb_text_inner .read_more,
.subfeatured .read_more {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    font-style: italic;
    float: right;
    font-size: 0.8em;
}
.featured {
    width: 95.5%;
    margin: 30px;
    display: flex;
    flex-direction: row;
}
.beteiligung_logo,
.featured .featurecontent,
.kb_headbanner_mask .content {
    width: 50%;
}
.featured .teaserimg {
    width: 50%;
    margin: 0 30px 10px 0;
    background-size: cover;
    background-position: 50%;
}
.featured h4 {
    font-size: 3em !important;
    line-height: 1.2em;
    padding: 7px 0;
}
.featured .entrytxt,
.featured .entrytxt a {
    font-family: KienbaumFont, Arial, sans-serif;
    font-size: 0.95em;
    line-height: 1.7em;
    color: #726c68 !important;
    font-weight: 400;
}
/*.autorenliste .autfacts .auttitel,
blockquote {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
}
*/
.featured .entrytxt a span,
.featured .entrytxt span,
.servicebox .dp_dmb_repeat_item .et_pb_module_inner .consultant span {
    font-weight: 700;
}
.subfeatured {
    width: 49%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}
.subfeatured img {
    margin-bottom: 20px;
}
.subfeatured h4 {
    font-size: 1.5em !important;
    padding: 0;
}
.featuredbanner {
    background-color: #9c1e36;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 0.9em;
    letter-spacing: 0.15em;
}
.blogtitel {
    color: #2e2b2a;
    font-size: 2em;
}
.autleserechte,
.event_facts,
.gridconsultant .function,
.jobfacts,
.management .person .function,
.profile_function {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    color: #bfa89d;
    font-style: italic;
}
.blogbody {
    padding: 0 140px;
    margin-bottom: 50px;
}
.bigintro h1,
.blogbody h3,
h3 {
    line-height: 1.3em;
}
.autleserechte {
    font-size: 1em;
    margin: -5px 0 20px 140px;
}
.autorenliste {
    display: flex;
    margin-bottom: 20px;
}
.autorenliste .autimg {
    height: 60px !important;
    width: 60px;
    border-radius: 50%;
    margin: 0 !important;
}
.autorenliste .autfacts {
    padding-left: 20px;
}
/*.autorenliste .autfacts .autname {
    font-size: 0.8em;
    padding: 0;
}
.autorenliste .autfacts .auttitel {
    font-size: 0.7em;
    padding: 0;
    line-height: 1.4em;
}*/
.consultant_box .name,
.event_teaser_poster,
.management .person .name,
.sticky_txt b,
.sticky_txt strong {
    font-family: KienbaumFontBold, Arial, sans-serif;
    font-weight: 400;
}
/*.autorenliste .autfacts .autcontact {
    font-size: 0.6em;
    padding: 0;
}*/
.tags ul {
    display: flex;
    justify-content: center;
}
.tags li {
    list-style: none;
    background: #efefef;
    border-radius: 30px;
    padding: 0.2em 1.2em;
    margin: 0.2em 0.5em;
    font-size: 0.7em;
}
blockquote {
    border: none;
    font-style: italic;
    padding: 2vh 2vw;
}
.beteiligungen_grid {
    padding-left: 70px !important;
    padding-top: 0 !important;
}
.beteiligungen_grid .et_pb_text_inner,
.logo_container {
    padding: 0;
}
#beteiligungen,
.consultantsgrid,
.managementbeirat {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.beteiligung {
    width: 48%;
    padding: 0 30px 100px;
}
.beteiligung a {
    font-size: 0.9em !important;
}
.beteiligung p,
.jobfacts,
.management .person .function,
.wpDataTablesWrapper table.wpDataTable tfoot td input,
.wpDataTablesWrapper table.wpDataTable thead th input {
    font-size: 0.9em;
}
.beteiligung p {
    padding: 30px 0 !important;
}
.beteiligung_logo img {
    max-height: 120px;
    display: inline;
}
.referenz_grid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.referenz_grid .et-boc {
    width: 30%;
    margin: 0 0 30px;
    border: 1px solid #ededed;
    padding: 70px;
    max-height: 200px;
    display: flex;
    justify-content: center;
}
.referenz_grid .et-boc .et_builder_inner_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.referenz_tile img {
    max-height: 130px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.referenz_tile img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: 0.75s ease-in-out;
}
.referenz-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}
.referenz-slider .inner-slide {
    padding: 0 50px;
}
.referenz_logo {
    padding-top: 110px;
}
.referenz_logo img {
    max-height: 250px;
}

.footer_career .footer_3 {
    width: 30%;
}
.job {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #009573;
}
.job h3:hover {
    color: #009573;
    transition: 0.75s ease-in-out;
}
.job small,
.management a,
.wonderlist li:nth-child(2n),
.wonderlist_amber li:nth-child(2n),
.wonderlist_blue li:nth-child(2n),
.wonderlist_emerald li:nth-child(2n),
.wonderlist_purple li:nth-child(2n),
.wonderlist_red li:nth-child(2n),
meta1 {
    color: #5B5653;
}
.job p {
    margin: 10px 0;
}
.managementbeirat .et-boc {
    width: 48%;
}
.management {
    border: 1px solid #ededed;
    padding: 30px;
    margin-bottom: 40px;
    background: #fff;
}
.kb_linkbox:hover,
.kb_profile_box:hover,
.management:hover {
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
}
.management .img,
.profile_img {
    border-radius: 100%;
    -webkit-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    -moz-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    background-size: cover;
    box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
}
.management a {
    display: flex;
    flex-direction: row;
}
.management .img {
    width: 100px;
    height: 100px;
}
.kb_headbanner_mask .bg,
.kb_stickyC_1 .thumbnail img,
.kb_testimonial_img,
.kb_testimonial_small_img {
    background-size: cover !important;
    background-position: center center !important;
}
.management .person {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 30px;
    max-width: 70%;
}
.management .person .name {
    font-size: 1.1em;
    color: #726c68;
}
.article p,
.management .person .description,
.wdtheader {
    font-size: 0.8em;
    line-height: 1.7em;
}
.profile_img {
    width: 200px;
    height: 200px;
    position: relative;
    right: 70px;
}
.profile_function {
    font-size: 1.1em;
    position: relative;
    top: -45px;
}
.consultantsgrid .et-boc,
.consultantsgrid .gridconsultant {
    width: 350px;
    min-height: 290px;
    margin: 0 0 25px;
}
.kb_headbanner_mask .bg,
.kb_headbanner_mask .kb_headbanner_mask_1 {
    min-height: 100vh;
    width: 100%;
}
.gridconsultant {
    padding: 30px;
    border: 1px solid #d3d3d3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.gridconsultant h4 {
    margin-right: 70px;
}
.gridconsultant .portrait {
    margin-left: auto;
    margin-bottom: -75px;
}
.gridconsultant img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-size: cover;
    -webkit-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    -moz-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    object-fit: cover;
}
.gridconsultant .function {
    font-size: 0.8em;
    margin-right: 70px;
}
.gridconsultant .metas {
    clear: both;
    font-size: 0.8em;
    flex-grow: 2;
    padding-top: 10px;
}
.socialicon {
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 25px !important;
    width: 25px !important;
    margin: 5px !important;
    opacity: 0.6;
}
#kb_sticky_banner .et_pb_row,
.event_divider {
    margin: 0 !important;
}
.socialicon:hover {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}
CookieDeclarationTable {
    font-size: 0.7em !important;
}
.CookieDeclarationType {
    border: none !important;
    padding: none !important;
}
.event_circle {
    position: relative;
    left: 40%;
}
.event_datecircle {
    display: flex;
    border-radius: 100%;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    width: 150px;
    font-size: 1.4em;
}
.event_datecircle .event_d,
.kb-tags a,
.material-icons.md-light {
    color: #fff;
}
.event_datecircle .event_m {
    color: #fff;
    font-size: 1.1em;
    padding: 7px 0;
    text-transform: uppercase;
}
.event_datecircle .event_y {
    color: #fff;
    font-size: 0.85em;
}
.event_header {
    padding: 0 !important;
    height: 30px;
}
.event_facts .et_pb_module,
.event_header .et_pb_module {
    margin-bottom: 0 !important;
}
.event_facts {
    font-size: 0.9em;
    padding: 0 !important;
}
.consultant_box .metas,
.kb_quote {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
}
.event_facts .et_pb_column_inner {
    width: 40% !important;
}
.event_facts .first {
    width: auto !important;
}
.event_facts .first .et_pb_text_inner {
    padding: 0 0 0 70px !important;
}
.event_description {
    padding: 10px !important;
}
.event_description .et_pb_text_inner {
    padding: 0 0 0 60px !important;
}
.event_teaser_poster {
    background-size: cover;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.col1,
.consultant_box {
    flex-direction: column;
}
#et_top_search #et_search_icon:hover,
.event_teaser_poster a,
.event_teaser_poster a:hover,
.event_teaser_poster a:visited {
    color: inherit;
}
.HE1 {
    min-height: 290px;
    font-size: 1em;
}

.HE2,
.consultant_box .name {
    font-size: 1.1em;
}
.HE2 {
    min-height: 650px;
}
.consultant_box {
    border: 1px solid #d3d3d3;
    padding: 20px 20px 40px;
    min-height: 465px;
    display: flex;
    justify-content: space-between;
}
.consultant_box .thumbnail img {
    border-radius: 100%;
    max-width: 170px;
    max-height: 170px;
    padding: 20px;
}
.consultant_box .metas {
    color: #726c68;
    font-size: 0.8em;
    flex-grow: 2;
}
.consultant_box .metas a,
.consultant_box .metas a:hover,
.consultant_box .metas a:visited {
    color: #1683A2;
    line-height: 22px;
    padding: 20px 0 10px;
    display: inline-block;
}
.consultant_box .metas .consultant_facts {
    font-size: 0.9em;
    color: #5B5653;
    padding: 20px 0 10px;
}
.consultant_box .metas .consultant_facts strong {
    font-weight: 400;
    color: #726c68;
}
.streamcontainer {
    margin-top: -30px !important;
}
.article a,
.footer a,
.international_footer a:hover,
.international_footer a:visited:hover,
.searchresult a {
    color: #726c68;
}
.iMapInteractive * h2,
.iMapInteractive * p {
    font-family: Arial, Helvetica, sans-serif;
    color: #726c68;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*#top-menu li li a,*/
.sticky_price span {
    font-family: 'KienbaumFont', Arial, sans-serif;
}
.iMapInteractive svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
}
.iMapInteractive svg[id="map"] {
    position: relative !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100% !important;
    height: 58vh;
}
.iMapInteractive * g:hover polygon[class="iMapInteractive__st0 iMapInteractive__location"],
.iMapInteractive * g:not(#g_for_lupe):hover polygon[class="iMapInteractive__st0 iMapInteractive__location"],
.iMapInteractive * g:not(#g_for_lupe):hover polygon[class="iMapInteractive__location"] {
    fill: rgb(230, 67, 46) !important;
}
.iMapInteractive * path:hover[class="iMapInteractive__st0 iMapInteractive__location"] {
    fill: rgb(230, 67, 46) !important;
}
.iMapInteractive * path:hover[class="iMapInteractive__location"] {
    fill: rgb(230, 67, 46) !important;
}
.iMapInteractive * polygon:hover[class="iMapInteractive__location transform"] {
    fill: rgb(230, 67, 46) !important;
}
.iMapInteractive * polygon:hover[class="iMapInteractive__st0 iMapInteractive__location transform"] {
    fill: rgb(230, 67, 46) !important;
}
#iMInteractive-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
#iMInteractive-popoverText {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
#iMInteractive-headerImages {
    position: relative;
}
#iMInteractive-popover:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 170px;
    top: inherit;
    border: 10px solid;
    border-color: #fff transparent transparent #fff;
}
#iMInteractive-lupe {
    display: table;
    width: 303px;
}
#iMInteractive-wrapper {
    display: inline-block;
    width: 100%;
    height: 90vh;
}
.iMapInteractive {
    width: relative;
    margin-left: auto;
    margin-right: auto;
}
.iMapInteractive__st0 {
    fill: #e3e2e1;
}
.iMapInteractive__location {
    fill: rgba(114, 108, 104, 0.6);
    transition: 0.2s ease-in;
    cursor: pointer;
}
.iMapInteractive__transform {
    transform: scale(1.1, 1.1);
}
.iMapInteractive__popup {
    width: 217px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    box-shadow: -3px 3px 20px #726c68;
    -webkit-box-shadow: -3px 3px 20px #726c68;
    -moz-box-shadow: -3px 3px 20px #726c68;
    z-index: 50;
}
.iMapInteractive__popup.visible {
    visibility: visible;
}
.et_right_sidebar #main-content .container:before,
.iMapInteractive__popup.notVisible {
    visibility: hidden;
}
.iMapInteractive__Group {
    width: 100%;
    height: fit-content;
    object-fit: none;
}
.iMapInteractive__Pin {
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.gsurvey-likert-row-label {
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 1.7em;
    text-align: left !important;
    padding: 3px 3px 3px 5px !important;
    width: 35%;
}
.gsurvey-likert-choice-label {
    font-size: 13px !important;
    line-height: 1.7em;
}
@media only screen and (max-width: 1080px) {
    #et_top_search,
    #top-menu,
    #top-menu-nav {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block;
    }
}
#et_top_search {
    margin-left: 50px;
}
.searchresult {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5B5653;
}
.searchresult a:visited,
.wonderlist_red li:nth-child(2n) {
    color: #9c1e36;
}
.fullwidth-menu li {
    font-size: inherit !important;
}
#main-header {
    padding: 0;
    position: fixed !important;
}
#main-header,
#main-header .nav li ul,
.et-search-form {
    background-color: #fff !important;
    box-shadow: none;
    opacity: 1 !important;
    margin-top: -2px;
}
#main-header.shadowed,
#main-header.shadowed-off,
.et-hover,
.et-show-dropdown,
.extended_header a,
.shadowed-off {
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
}
#main-header.et-fixed-header,
#main-header.shadowed {
    background-color: #fff !important;
    border-radius: 1px;
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
}
.col2_full img,
.shadowed {
    -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
}
#main-header.shadowed-off,
.shadowed-off {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#et-secondary-nav li ul,
#top-header {
    background-color: #8c8985 !important;
}
#top-menu a {
	color: #44413E!important;
    text-transform: none;
    font-family: 'KienbaumFontBold', Arial, sans-serif; 
}
#top-menu a:hover,
#top-menu li.current-menu-ancestor > a:hover,
#top-menu li.current-menu-item > a:hover {
    color: #B0956E!important;
    opacity: 1 !important;
}
.nav li ul {
    padding: 0;
    white-space: nowrap;
    width: auto;
}
#top-menu li {
    padding-right: 40px;
}
#top-menu li li {
    padding: 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d3d3d3;
}
#top-menu li li:hover {
    border-bottom: 1px solid #B0956E;
}
	/*Änderung 11.03.2025* zu klein*/
#top-menu li li a {
   font-size: 0.9em!important;
  /*   letter-spacing: 0.1em;
    text-transform: uppercase; */
	font-family: 'KienbaumFont', Arial, sans-serif;
    padding: 4px 16px;
    width: 100%;
}

#top-menu .sub-menu {
    display: inline-block;
    top: 36px !important;
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25) !important;
    background: 0 0;
}
#top-menu .sub-menu .sub-menu {
    top: 0 !important;
    left: 40%;
    width: fit-content;
}
.et_mobile_menu {
    background-color: #fff !important;
}
.et_mobile_menu li a {
    padding: 3px 0;
}
#top-menu a,
#top-menu ul.sub-menu {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: color 0 ease-in;
    transition: none;
}
.et_mobile_menu,
.nav li ul {
    border-color: #B0956E !important;
}
#et-secondary-menu {
    float: none !important;
    margin: 0 auto;
    text-align: center;
}
#et-secondary-menu li {
    font-weight: 400;
    padding: 0 10px;
}
@media (max-width: 360px) {
    #main-header {
        padding: 0 5vw !important;
        background: #fff !important;
        top: 0 !important;
        z-index: 100002;
    }
    #et-top-navigation {
        margin: 10px 0 0;
    }
    .et_menu_container {
        padding: 0 20px 10px;
        position: fixed;
        left: 0;
        background: #fff;
        width: 100% !important;
    }
    .et_header_style_left #et-top-navigation {
        padding-top: 30px !important;
    }
    .col2,
    .col2_full,
    .col2_wide {
        padding: 0 0 30px;
        width: 100%;
    }
}
#logo,
.et_pb_svg_logo #logo {
    padding: 0.5vh 0;
    max-height: 70%;
}
.et-fixed-header img#logo {
    min-height: 40px;
    padding: 10px 0 0;
}
/* @media only screen and (min-width: 1080px) {
    html body #main-header,
    html body #main-header .logo_container {
        height: 95px !important;
    }
} */
@media only screen and (min-width: 981px) {
    html body #main-header #et-top-navigation {
        padding-top: 40px !important;
    }
    html body #main-header #et-top-navigation #top-menu-nav > ul#top-menu > li > a {
        padding-bottom: 41px !important;
    }
}
#et-footer-nav,
#footer-bottom,
.kb-blog-searchform input[type="submit"],
.kb_stickyC_2 .thumbnail,
.kb_stickyC_3 .thumbnail,
.wp-activate-container .view {
    display: none;
}
.footer {
    font-size: 0.7em !important;
    line-height: 1.7em;
    margin-bottom: 80px;
}
.footer .et_pb_image_0 {
    padding-top: 5px;
}
@media (max-width: 600px) {
    #main-header {
        padding: 0 5vw !important;
        background: #fff !important;
        top: 0 !important;
        z-index: 100002;
    }
    #main-header.et-fixed-header,
    #main-header.shadowed {
        height: auto;
    }
    .shadowed {
        height: auto !important;
    }
    #et-top-navigation {
        margin: 10px 0 0;
    }
    .et_menu_container {
        padding: 0 20px 10px;
        position: fixed;
        left: 0;
        background: #fff;
        width: 100% !important;
    }
    #logo,
    .et_pb_svg_logo #logo {
        min-height: 60px !important;
    }
    .footer img {
        max-height: 50px;
    }
    .col2,
    .col2_full,
    .col2_wide {
        padding: 0 0 30px;
        width: 100%;
    }
}
.footer .et_pb_divider_1:before {
    border-top-color: #ededed;
}
.footer_3col .et_pb_text_inner {
    display: flex;
    justify-content: space-evenly;
}
.footer_1,
.footer_2,
.footer_3 {
    padding-right: 70px;
}
@media (max-width: 980px) {
    html {
        overflow-x: hidden;
    }
    .flex,
    .referenz-slider {
        flex-direction: column;
    }
    #page-container {
        overflow: hidden;
    }
    .et_pb_section_0.et_pb_section {
        margin-bottom: 0 !important;
    }
    .beteiligungen_grid,
    .et_pb_text_inner {
        padding: 0 !important;
    }
    .wp-caption {
        width: 100% !important;
        margin: 10px 0 30px !important;
        max-width: 100%;
        padding: 10px 10px 0;
    }
    #main-content {
        margin-top: 120px;
    }
	/* Startseite - Anpassung Margin-top mobile Fix */
	article#post-7181 {margin-top:-120px;}
	
    #main-content .et_pb_text_inner ul {
        padding: 20px !important;
    }
    .et_pb_row {
        padding: 0 20px !important;
        margin: 0 auto !important;
    }
    .et_pb_section {
        padding: 30px 0 !important;
    }
    .et_pb_tabs .et_pb_column {
        margin: 0 0 10px !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
    }
    .et_pb_section_first {
        padding-top: 0 !important;
        margin-top: 0px;
    }
    .et-db #et-boc .et_pb_row .et_pb_column.et_pb_column_1_4,
    .profil .et_pb_row {
        width: 100% !important;
    }
    .standorte {
        margin-top: 0;
    }
    .standorte .et_pb_tab_active {
        border-bottom: 1px solid #fff;
        padding: 0 !important;
        min-height: 50px;
        top: 60px;
    }
    .standorte .et_pb_tabs_controls .et_pb_tab_0 a {
        padding-right: 20px;
        font-size: 0.7em;
    }
    .et_pb_tabs_controls li a {
        font-size: 0.7em;
    }
    .standorte .et_pb_text_inner {
        padding: 0 !important;
        width: 65vw;
        left: -25px;
        text-align: center;
    }
    .featured {
        width: 100%;
        flex-direction: column;
        margin: 0;
    }
    .featured .featurecontent,
    .managementbeirat .et-boc {
        width: 100%;
    }
    .featured .teaserimg {
        width: 100%;
        margin: 0 0 30px;
        height: 20vh;
    }
    .subfeatured {
        width: 100%;
        margin: 30px 0;
    }
    .blogtitel {
        font-size: 1.8em;
    }
    .blogbody {
        width: 100%;
        padding: 0 20px;
    }
    .beteiligung {
        width: 100%;
        padding: 0 0 50px;
    }
    .referenz_grid .et-boc {
        width: 100%;
        max-height: 150px;
    }
    .referenz-slider .inner-slide {
        padding: 30px 15%;
    }
    .referenz_logo {
        padding-top: 0;
    }
    .referenz_logo img {
        max-height: 150px;
    }
    .management .img {
        width: 80px;
        height: 80px;
    }
    .profile_img {
        left: 0;
        display: inline-block;
    }
    .profile_function {
        top: -20px;
    }
    .consultantsgrid {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .consultantsgrid .et-boc,
    .consultantsgrid .gridconsultant {
        display: block !important;
        width: 100% !important;
        flex-shrink: 0;
    }
    #main-header {
        padding: 0 5vw !important;
    }
    #et-top-navigation {
        margin: 0;
    }
    .et_menu_container {
        padding: 0;
        background: 0 0;
        position: relative;
    }
    #logo,
    .et_pb_svg_logo #logo {
        min-height: 65px;
    }
    .et_pb_scroll_top.et-pb-icon {
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
    .footer img {
        max-height: 70px;
    }
    .footer .et_always_center_on_mobile {
        position: relative;
        left: -30px;
    }
    .footer .et_pb_image {
        width: 100vw;
    }
    .footer_3col .et_pb_text_inner {
        flex-direction: column;
        text-align: center;
    }
    .footer_1,
    .footer_2,
    .footer_3 {
        width: 100% !important;
        padding: 20px 0 0;
        margin: 20px 0 0;
        border-top: 1px solid #ededed;
    }
}
.footer_1 span,
.footer_2 span,
.footer_3 span {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
}
.footer_3 {
    width: 40%;
    padding-right: 0;
}
.footernav,
.subfooternav {
    text-transform: uppercase;
    line-height: 40px;
}
.footernav li {
    line-height: 1.5em;
    padding-bottom: 10px;
}
.subfooternav {
    text-align: center;
    margin: 0 auto;
}
.subfooternav li {
    display: inline-block;
}
.subfooternav .menu-item {
    margin: 0 20px;
}
.footer > .et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.footer > .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row,
.footer > .et_pb_row {
    width: 100% !important;
}
.menu-footermenu-container {
    margin-top: 5px;
}
.mykienbaum_footer {
    font-size: 11px;
}
.mykienbaum_footer a,
.mykienbaum_footer a:hover,
.mykienbaum_footer a:link,
.mykienbaum_footer a:visited {
    display: inline-block;
    padding: 0 20px;
    color: #726c68;
    font-weight: 400;
}
.kb_headbanner_1,
.kb_headbanner_2,
.kb_headbanner_clean {
    height: 440px;
    width: 100%;
}
.kb_headbanner_1 .bg_grey,
.kb_headbanner_2 .bg_grey,
.kb_headbanner_clean .bg_grey {
    position: relative;
    top: 15%;
    left: 55%;
    width: 45%;
    height: 90%;
    background-color: #ededed;
}
.kb_headbanner_1 .bg {
    height: 420px;
    width: 97%;
    position: absolute;
    top: 0;
    display: flex;
    -webkit-box-shadow: -1px 13px 70px 0 rgba(151, 151, 151, 0.5);
    -moz-box-shadow: -1px 13px 70px 0 rgba(151, 151, 151, 0.5);
    box-shadow: -1px 13px 70px 0 rgba(151, 151, 151, 0.5);
}
.kb_headbanner_1 h1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10%;
    font-size: 4em;
    max-width: 95%;
}
.col1,
.flexible {
    display: -webkit-flex;
}
.kb_headbanner_2 .bg,
.kb_headbanner_clean .bg {
    height: 420px;
    width: 65%;
    position: absolute;
    top: 0;
    display: flex;
}
.kb_headbanner_2 h1,
.kb_headbanner_clean h1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10%;
    font-size: 3em;
}
.kb_headbanner_2 .cta,
.kb_headbanner_clean .cta {
    width: 30%;
    position: absolute;
    top: 125px;
    right: 0;
}
.kb_headbanner_2 .cta p,
.kb_headbanner_clean .cta p {
    padding: 0 100px 25px 0;
    font-size: 1em;
    line-height: 1.7em;
}
.kb_headbanner_teaser {
    padding: 70px 70px 70px 150px;
}
.kb_headbanner_mask {
    width: 100%;
}
.kb_headbanner_mask .bg {
    background-repeat: no-repeat !important;
}
.kb_headbanner_mask .content .kb_ctabutton_1 {
    margin-top: 10px;
}
.flexible {
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col1 {
    width: 50%;
    padding: 0 180px 0 130px;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 980px) {
    .footernav,
    .subfooternav {
        line-height: 20px;
    }
    .subfooternav {
        position: relative;
        top: -20px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 25px !important;
    }
    .subfooternav .menu-item {
        margin: 0 10px;
    }
    .kb_headbanner_1,
    .kb_headbanner_2,
    .kb_headbanner_clean {
        height: 150px;
        position: relative;
        left: -30px;
        width: 100vw;
    }
    .kb_headbanner_1 .bg_grey {
        display: none;
    }
    .kb_headbanner_1 .bg,
    .kb_headbanner_2 .bg,
    .kb_headbanner_clean .bg {
        height: 180px;
        width: 100%;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .kb_headbanner_1 h1 {
        font-size: 2.5em;
        max-width: 100%;
        overflow: hidden;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    }
    .kb_headbanner_2 {
        display: inline-block;
    }
    .kb_headbanner_2 .bg_grey,
    .kb_headbanner_clean .bg_grey {
        display: block;
        width: 100%;
        background-color: #fff;
    }
    .kb_headbanner_2 h1 {
        font-size: 2.5em;
        max-width: 100%;
        hyphens: manual;
        overflow-wrap: break-word;
        -webkit-hyphenate-character: auto;
    }
    .kb_headbanner_2 .cta,
    .kb_headbanner_clean .cta {
        width: 100%;
        position: relative;
        top: 50px;
    }
    .kb_headbanner_2 .cta p,
    .kb_headbanner_clean .cta p {
        padding: 0 20px 25px;
    }
    .kb_headbanner_mask .bg {
        min-height: auto;
        background: 0 0 !important;
    }
    .kb_headbanner_mask .kb_headbanner_mask_1 {
        min-height: auto;
        padding: 0 20px;
    }
    .kb_headbanner_mask .content {
        width: 100%;
    }
    .col1 {
        padding: 0 0 10px;
        width: 100%;
    }
    .col2,
    .col2_full,
    .col2_wide {
        padding: 0 0 30px;
        width: 100%;
    }
}
#kb_sticky_banner,
.kb_tiles_text a:hover,
.sticky {
    -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
}
.col2,
.col2_full,
.col2_wide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1400px) {
    .et_pb_row {
        padding: 0 30px !important;
        margin: 0 auto !important;
    }
    #main-header {
        padding: 0 20px !important;
    }

    #top-menu li {
        padding-right: 1.5vw;
    }
    #logo,
    .et_pb_svg_logo #logo {
        max-height: 70% !important;
    }
    .col2,
    .col2_full,
    .col2_wide {
        width: 50%;
        padding: 0 300px 0 10px;
    }
}

@media (min-width: 1400px) {
    .et_pb_text_inner {
        padding: 0 70px !important;
    }
    #main-content {
        margin-top: 135px;
    }
	
	/* Startseite - Anpassung Margin-top Desktop Fix */
	article#post-7181 {margin-top:-50px;} 
	
	/* Fix new Headline Containers */
	.kb_headline_container {
		margin-top: -60px;
	}
    .managementbeirat .et-boc {
        width: 48%;
    }
    .management .img {
        width: 130px;
        height: 130px;
        max-width: 130px !important;
        max-height: 130px !important;
    }
    .consultantsgrid .et-boc,
    .consultantsgrid .gridconsultant {
        width: 400px;
    }
    #main-header {
        padding: 0 !important;
    }
    #et-top-navigation {
        margin: 0;
        padding: 40px 0 0 !important;
        height: 95px;
    }
    .et_menu_container {
        padding: 0;
        background: 0 0;
        position: relative;
    }
    #logo,
    .et_pb_svg_logo #logo {
        max-height: 70% !important;
    }
    .col1 {
        width: 50%;
        padding: 0 180px 0 130px;
    }
    .col2,
    .col2_full,
    .col2_wide {
        width: 50%;
        padding: 0 300px 0 10px;
    }
}
@media (min-width: 1800px) {
    .et_pb_text_inner {
        padding: 0 70px !important;
    }
    #main-content {
        margin-top: 135px;
    }
    #main-header {
        padding: 0 !important;
    }
    .et_menu_container {
        padding: 0;
        background: 0 0;
        position: relative;
    }
    .col1 {
        width: 50%;
        padding: 0 180px 0 130px;
    }
    .col2,
    .col2_full,
    .col2_wide {
        width: 50%;
        padding: 0 300px 0 10px;
    }
}
.col2_wide {
    padding: 0 110px 0 10px;
    font-size: 1em;
    line-height: 1.7em;
}
.col2 ul,
.col2_full ul,
.col2_wide ul {
    padding: 20px 0 20px 20px;
    font-size: 0.9em;
    list-style: none;
}
.col2 ul li::before,
.col2_full ul li::before,
.col2_wide ul li::before {
    content: "•";
    color: red;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.col2 ul li,
.col2_full ul li,
.col2_wide ul li {
    padding: 0 0 5px;
}
.col2_full img:hover {
    opacity: 1;
    -webkit-animation: 2s flash;
    animation: 2s flash;
}
@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
.mainteaser {
    min-height: 1300px;
    padding: 50px;
}
.mainteaser .mainteaser_text_inner {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 55vh;
    max-width: 100%;
    padding: 20px 30px 40px;
}
.mainteaser .mainteaser_text_inner th1 {
    display: block;
    font-size: 2em;
    font-weight: 400;
    color: #726c68;
    line-height: 1.1em;
    margin: 0 0 15px;
}
@media (max-width: 360px) {
    .mainteaser .mainteaser_text_inner th1 {
        font-size: 1.5em;
    }
}
.mainteaser .mainteaser_text_inner p {
    color: #726c68;
    font-size: 0.9em;
}
.mainteaser-small,
.mainteaser-small-horizontal,
.mainteaser-small-vertical {
    margin-bottom: 70px;
}
.mainteaser-small dz1,
.mainteaser-small-horizontal dz1,
.mainteaser-small-vertical dz1 {
    padding-bottom: 5px;
}
.mainteaser-small-horizontal,
.mainteaser-small-vertical {
    padding: 30px;
    background-size: cover;
    background-position: center center;
}
.mainteaser-small-horizontal .dp_field_tinymce a,
.mainteaser-small-horizontal .dp_field_tinymce a:hover,
.mainteaser-small-horizontal .dp_field_tinymce a:visited,
.mainteaser-small-horizontal .dp_field_tinymce p,
.mainteaser-small-vertical .dp_field_tinymce a,
.mainteaser-small-vertical .dp_field_tinymce a:hover,
.mainteaser-small-vertical .dp_field_tinymce a:visited,
.mainteaser-small-vertical .dp_field_tinymce p {
    font-size: 0.8em;
    color: #fff;
    text-decoration: none;
}
.mainteaser-small-vertical dz1 {
    display: inline-block;
    margin-top: 120px;
}
.mainteaser-small-horizontal dz1 {
    display: inline-block;
    margin-top: 20px;
}
.mainteaser-small-horizontal .rechts {
    width: 50%;
    margin-left: 50%;
}
.event_teaser h2,
.event_teaser h3,
.event_teaser h4,
.event_teaser h5 {
    margin: 0;
    padding: 5px 0 10px;
}
.event_teaser .dp_field_tinymce {
    margin: 0;
    padding: 0 0 20px;
}
#kb_sticky_banner,
.sticky {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 120px;
    z-index: 999999;
    padding: 0 !important;
    border-top: 1px solid #fff;
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
}
.kb_quote,
.kb_testimonial_img,
.kb_tiles_multisteps p {
    position: relative;
    z-index: 2;
}
.kb_stickyC_1 .thumbnail img,
.kb_testimonial_img,
.kb_testimonial_s_img,
.kb_testimonial_small_img {
    -webkit-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    -moz-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
}
.sticky_body {
    display: flex;
    width: 100%;
    height: 120px;
    align-items: center;
}
#equal-column-row-kb .et_pb_module,
#equal-column-row-kb .et_pb_module_inner,
.sticky_CTA {
    height: 100%;
}
.sticky_head {
    font-size: 1.5em;
    font-weight: 400;
    width: 30%;
    padding-right: 70px;
    text-align: right;
}
.sticky_txt {
    width: 60%;
    font-size: 1em;
    padding: 0 40px 0 0;
}
.sticky_CTA {
    width: 30%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
}
.sticky_price {
    font-size: 2.5em;
    letter-spacing: 0.07em;
    font-weight: 400;
}
.kb_quote_name,
.kb_quote_small_name,
.kb_testimonial_s_quote_name {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.sticky_price span {
    font-size: 0.5em;
}
div[class*="kb_stickyC"],
div[class^="kb_stickyC"] {
    height: 120px;
    display: flex;
    width: 100vw;
    justify-content: center;
}
.kb_stickyC_1 > div,
.kb_stickyC_2 > div,
.kb_stickyC_3 > div {
    width: 25%;
    border-right: 4px solid #ededed;
    text-align: center;
}
@media (max-width: 980px) {
    .col2_wide {
        padding: 0 0 30px;
        width: 100%;
    }
    .mainteaser {
        min-height: 60vh;
        padding: 20px;
    }
    .mainteaser .mainteaser_text_inner th1 {
        font-size: 1.7em;
    }
    #kb_sticky_banner,
    .sticky {
        position: relative;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        height: auto;
        padding-bottom: 40px !important;
        z-index: 1;
    }
    #kb_sticky_banner .sticky_head,
    #kb_sticky_banner .sticky_txt,
    .sticky .sticky_head,
    .sticky .sticky_txt,
    .stillstickonmobile .sticky_head,
    .stillstickonmobile .sticky_txt {
        display: none;
    }
    #kb_sticky_banner .sticky_CTA,
    .sticky .sticky_CTA,
    .stillstickonmobile .sticky_CTA {
        width: 100vw;
        text-align: center;
        -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    }
    .stillstickonmobile {
        position: fixed !important;
        bottom: -60px !important;
        z-index: 100001 !important;
        padding: 0 !important;
        -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    }
    div[class*="kb_stickyC"],
    div[class^="kb_stickyC"] {
        flex-direction: column;
        height: auto;
        background: #f6f6f6;
        padding-bottom: 20px;
    }
    .kb_stickyC_1 > div,
    .kb_stickyC_2 > div,
    .kb_stickyC_3 > div {
        border: none;
        width: 100%;
    }
}
.kb_stickyC_1 > div {
    width: 25%;
    border: none;
}
.kb_stickyC_1 .dp_dmb_repeat_item,
.kb_stickyC_2 .dp_dmb_repeat_item,
.kb_stickyC_3 .dp_dmb_repeat_item {
    padding: 0 20px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 980px) {
    .kb_stickyC_1 .dp_dmb_repeat_item,
    .kb_stickyC_2 .dp_dmb_repeat_item,
    .kb_stickyC_3 .dp_dmb_repeat_item {
        padding: 0 20px;
    }
}
.kb_stickyC_1 .dp_dmb_repeat_item {
    width: 40%;
    padding: 70px 20px 0 40px;
}
@media (max-width: 980px) {
    .kb_stickyC_1 .dp_dmb_repeat_item {
        padding: 20px 35px;
    }
}
.kb_stickyC_1 .header,
.kb_stickyC_2 .header,
.kb_stickyC_3 .header {
    height: 120px;
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: KienbaumFontBold, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    padding: 0 40px 0 20px;
    text-align: center;
    color: #5B5653;
    border-left: 4px solid #ededed;
}
.kb_stickyC_1 .header {
    border-left: none;
}
.kb_stickyC_1 .thumbnail {
    padding: 22px 40px 20px;
    border-right: 4px solid #ededed;
    border-left: 4px solid #ededed;
    float: left;
    display: flex;
    justify-content: center;
    position: relative;
    top: -30px;
}
.kb_stickyC_1 .thumbnail img {
    border-radius: 100%;
    height: 90px;
    width: 90px;
    border: 3px solid #1683A2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
}
.kb_stickyC_1 .consultant {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0 0 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .kb_stickyC_1 .dp_dmb_repeat_item {
        padding: 30px 20px 0 40px;
    }
    .kb_stickyC_1 .consultant {
        padding-top: 10px;
    }
}
.kb_stickyC_1 .name,
.kb_stickyC_2 .name,
.kb_stickyC_3 .name {
    font-family: KienbaumFontBold, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}
.vimeo_fullscreen .fluid-width-video-wrapper {
    width: 100%;
    position: absolute;
    padding: 0;
    top: 0;
}
.kb_linkbox {
    text-align: center;
    padding: 40px;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 60px;
}
.kb_icon_centered {
    padding-bottom: 40px;
}
.kb_tiles_logo,
.kb_tiles_multisteps,
.kb_tiles_text {
    list-style: none;
    padding: 0 10%;
    width: 100%;
}
.kb_icon_centered span {
    font-size: 3.2em;
}
.kb_linkbox h3 {
    text-align: center;
    min-height: 90px;
    line-height: 1.5em;
    font-size: 1.2em !important;
    padding-bottom: 25px;
}
.article,
.kb_linkbox a,
.kb_linkbox p {
    text-align: left;
}

.extended_header,
.kb_tiles_multisteps,
.kb_tiles_text {
    display: flex;
    flex-wrap: wrap;
}
.kb_tiles_text h2 {
    text-align: center;
    width: 100%;
    padding: 0 0 40px;
}
.kb_tiles_text .dp_dmb_repeat_item {
    width: 50%;
    height: 215px;
}
.kb_tiles_text a {
    height: 215px;
    width: 100%;
    font-family: KienbaumFontBold, Arial, sans-serif;
    color: #d3d3d3;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.7em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
}
.kb_tiles_text a:hover {
    font-weight: 700;
    color: #726c68;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    overflow: hidden;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.kb_testimonial_s_img:hover,
.kb_testimonial_s_link:hover,
.kb_tiles_logo a,
.kb_tiles_logo a img,
.kb_tiles_logo a:hover,
.kb_tiles_logo a:hover img,
.kb_tiles_multisteps p {
    transition: 0.75s ease-in-out;
}
.kb_tiles_text_1 {
    border-right: 2px solid #5B5653;
}
.kb_tiles_text_11,
.kb_tiles_text_3,
.kb_tiles_text_5,
.kb_tiles_text_7,
.kb_tiles_text_9 {
    border-right: 2px solid #5B5653;
    border-top: 2px solid #5B5653;
}
.kb_tiles_text_10,
.kb_tiles_text_12,
.kb_tiles_text_4,
.kb_tiles_text_6,
.kb_tiles_text_8 {
    border-top: 2px solid #5B5653;
}
.kb_tiles_logo .dp_dmb_repeat_item {
    display: block;
    width: 50%;
    height: 215px;
    float: left;
}
.kb_tiles_logo a {
    display: inline-block;
    height: 215px;
    width: 100%;
    padding: 60px 40px 40px 130px;
}
.kb_tiles_logo a img {
    max-height: 35%;
    max-width: 60%;
    display: inline;
    position: absolute;
    top: 60px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}
.kb_tiles_logo a:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.kb_tiles_logo a:hover {
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
}
.kb_testimonial_img,
.kb_testimonial_small_img {
    box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
}
.kb_tiles_logo_1,
.kb_tiles_multisteps_1 {
    border-right: 2px solid #726c68;
}
.kb_tiles_logo_11,
.kb_tiles_logo_3,
.kb_tiles_logo_5,
.kb_tiles_logo_7,
.kb_tiles_logo_9,
.kb_tiles_multisteps_11,
.kb_tiles_multisteps_3,
.kb_tiles_multisteps_5,
.kb_tiles_multisteps_7,
.kb_tiles_multisteps_9 {
    border-right: 2px solid #726c68;
    border-top: 2px solid #726c68;
}
.kb_tiles_logo_10,
.kb_tiles_logo_12,
.kb_tiles_logo_4,
.kb_tiles_logo_6,
.kb_tiles_logo_8,
.kb_tiles_multisteps_10,
.kb_tiles_multisteps_12,
.kb_tiles_multisteps_4,
.kb_tiles_multisteps_6,
.kb_tiles_multisteps_8 {
    border-top: 2px solid #726c68;
}
.kb_tiles_multisteps .dp_dmb_repeat_item {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.__kb_tiles_multisteps .dp_dmb_repeat_item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.kb_tiles_multisteps .number {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    font-family: KienbaumFontBold, Arial, sans-serif;
    color: #ededed;
    font-size: 10em;
    font-weight: 400;
    z-index: 1;
}
.kb_tiles_multisteps p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px 0 70px;
    height: 215px;
    width: 100%;
    font-family: KienbaumFont, Arial, sans-serif;
    color: #726c68;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.7em;
}
.kb_tiles_multisteps p:hover {
    cursor: crosshair;
    transition: 0.75s ease-in-out;
    color: #000;
    font-weight: 700;
}
.kb_testimonial {
    width: 100%;
    padding: 0 130px;
    text-align: center;
    position: relative;
}
.kb_testimonial_img {
    display: inline-block;
    margin: 50px auto;
    height: 130px;
    width: 130px;
    border: 4px solid #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.kb_quote {
    font-size: 2.2em;
    line-height: 1.9em;
}
.kb_quote:before,
.kb_quote_small:before {
    content: "„";
}
.kb_quote:after,
.kb_quote_small:after {
    content: "“";
}
.kb_quote_name {
    font-family: KienbaumFontBold, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    padding: 50px 0 0;
}
.kb_quote_position,
.kb_quote_small_position {
    font-style: italic;
    padding: 5px 0 0;
}
.kb_testimonial_off,
.kb_testimonial_on {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    color: #ededed;
    font-size: 30em;
    display: inline-block;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
}
.kb_testimonial_on,
.kb_testimonial_small_on {
    top: 50%;
    left: 10%;
}
.kb_testimonial_off,
.kb_testimonial_small_off {
    bottom: 50%;
    right: 10%;
}
.kb_testimonial_small {
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
}
.kb_testimonial_small_img {
    display: inline-block;
    margin: 50px auto 20px;
    height: 100px;
    width: 100px;
    border: 4px solid #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}
.kb_quote_small {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    font-size: 1.4em;
    line-height: 1.7em;
    position: relative;
    z-index: 2;
}
.kb_quote_small_name {
    font-family: KienbaumFontBold, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    padding: 20px 0 0;
}
.kb_testimonial_small_off,
.kb_testimonial_small_on {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    color: #ededed;
    font-size: 20em;
    display: inline-block;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
}
.kb_testimonial_s {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    margin-top: 70px;
    border-radius: 0 0 6px 6px;
}
.kb_testimonial_s_img {
    top: -60px;
    margin: 0 auto -30px;
    height: 130px;
    width: 130px;
    border: 4px solid #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: cover !important;
    background-position: center center !important;
    box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    position: relative;
    z-index: 2;
}
.consultantimg img,
.kb_event_img img,
.kb_eventspeaker_img,
.kb_profile_img img {
    height: 150px;
    -webkit-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    -moz-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    position: relative;
    z-index: 2;
}
.kb_testimonial_s_img:hover {
    border: 4px solid #726c68 !important;
}
.kb_testimonial_s_quote {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    font-size: 1.2em;
    line-height: 1.9em;
    position: relative;
    z-index: 2;
    padding: 0 40px;
}
.kb_testimonial_s_quote_name {
    font-family: KienbaumFontBold, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    padding: 20px 40px 0;
}
.article .author,
.kb_event_jobtitle,
.kb_eventspeaker_company,
.kb_jumbotext,
.kb_profile_jobtitle,
.kb_testimonial_s_link,
.kb_testimonial_s_link a,
.stickyCTA_button a {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
}
.kb_testimonial_s_quote_position {
    font-style: italic;
    padding: 0 40px 30px;
    font-size: 0.8em;
}
.kb_testimonial_s_link,
.kb_testimonial_s_link a {
    padding: 30px;
    color: #fff;
    font-style: italic;
    font-size: 1.1em;
    border-radius: 0 0 6px 6px;
}
.kb_testimonial_s_link:hover {
    background: #726c68 !important;
}
.kb_event_box,
.kb_profile_box {
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    flex-direction: column;
}
.kb_jumbotext {
    font-size: 1.6em;
    line-height: 2.2em;
    text-align: center;
    padding: 0 10%;
}
.kb_jumbotext .et_pb_module {
    padding: 0 !important;
    margin: 0 auto !important;
}
.kb_jumbotext a,
.kb_jumbotext a:hover,
.kb_jumbotext a:visited,
.kb_jumbotext b,
.kb_jumbotext strong {
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    color: inherit;
}
.kb_profile_box {
    text-align: center;
    padding: 40px;
    transition: 0.75s ease-in-out;
    background: #fff;
    min-height: 630px;
    border: 1px solid #5B5653;
    display: flex;
    justify-content: flex-start;
}
.article .author,
.kb_event_metas,
.kb_eventspeaker_box .dp_field_tinymce,
.kb_profile_metas {
    padding-top: 20px;
    border-top: 1px solid #ededed;
}
.reduced {
    min-height: 440px !important;
}
.consultantimg img,
.kb_event_img img,
.kb_profile_img img {
    display: inline-block;
    margin: 0 auto 30px;
    width: 150px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: cover !important;
    background-position: center center !important;
    box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
}
.consultantimg {
    margin: -10px -70px 0 0 !important;
}
.kb_profile_box h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.7em;
    padding-bottom: 20px;
}
.kb_event_box p,
.kb_profile_box p {
    flex-grow: 1;
    font-size: 0.9em;
}
.kb_event_jobtitle,
.kb_profile_jobtitle {
    width: 100%;
    flex-grow: 0 !important;
    font-size: 1.1em !important;
}
.kb_event_metas,
.kb_profile_metas {
    width: 100%;
    margin-top: 20px;
    justify-content: flex-end;
}
.kb_event_phone,
.kb_profile_phone {
    padding: 15px 0 0;
}
.kb_linkbox .image,
.kb_linkbox .image_2 {
    width: 90%;
    height: 280px;
    margin: 0 auto 30px;
    background-size: cover !important;
    background-position: center center !important;
}
.kb_linkbox .image_2 {
    height: 140px;
}
.kb_linkbox p {
    padding-bottom: 30px !important;
    font-size: 0.9em;
}
.kb_event_box h3,
.kb_eventspeaker_box h3 {
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.box {
    font-size: 0.9em;
    padding: 0 40px 40px;
    text-align: center;
}
.box_icon_centered {
    width: 100%;
    text-align: center;
    font-size: 3.5em;
    padding: 50px 0 20px;
}
.kb_event_box,
.kb_eventspeaker_box {
    padding: 40px;
    background: #fff;
    border: 1px solid #5B5653;
    display: flex;
    text-align: center;
}
.kb_event_box {
    transition: 0.75s ease-in-out;
    justify-content: flex-start;
}
.kb_event_box h3 {
    width: 100%;
    text-align: center;
    line-height: 1.7em;
    font-size: 1.5em;
}
.kb_event_mail {
    position: relative;
    top: -2px;
}
.kb_eventspeaker_box {
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 70px;
    min-height: 370px;
}
.formcard input:focus,
.hide,
.show,
.stickyCTA_button:hover {
    transition: 0.75s ease-in-out;
}
.kb_eventspeaker_img {
    display: inline-block;
    margin: -120px auto 30px;
    width: 150px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: cover !important;
    background-position: center center !important;
    box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
}
.kb_eventspeaker_box h3 {
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em !important;
    margin-top: -10px;
}
.kb_eventspeaker_company {
    width: 100%;
    flex-grow: 1;
    font-size: 1em !important;
    margin-top: -13px;
    padding-top: 0;
}
.kb_eventspeaker_box .dp_field_tinymce {
    width: 100%;
    flex-grow: 0;
    margin-top: 20px;
    justify-content: flex-end;
    font-size: 0.9em;
    line-height: 1.5em;
}
.article h3 {
    font-size: 1.4em !important;
    text-align: left;
    text-transform: none;
    line-height: 1.3em;
    letter-spacing: normal;
}
.article .author {
    margin-top: 0;
    color: #bfa89d;
    display: block;
    min-height: 55px;
    font-size: 0.8em;
}
.article .author img {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 100%;
    background-size: cover;
    -webkit-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    -moz-box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    box-shadow: 0 23px 41px -23px #000, inset 0 0 0 2px #fff;
    object-fit: cover;
    margin: 0 20px 0 0;
}
.article .author .from {
    margin-top: 12px;
    display: inline-block;
}
.servicebox,
.servicebox .dp_dmb_repeat_item .et_pb_module_inner,
.stickyCTA {
    display: flex;
}
.headslider {
    font-size: 3em !important;
}
.hide {
    opacity: 0;
}
.show {
    opacity: 1;
}
.stickyCTA {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
}
.stickyCTA_Telefon {
    width: 70px;
    height: 70px;
    background: #6a6a6a;
    margin-right: 20px;
    padding: 15px;
    visibility: hidden;
}
.stickyCTA_button {
    width: auto;
    height: 70px;
    z-index: 999999;
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
}
.stickyCTA_button:hover {
    background-color: #000;
    -webkit-filter: contrast(2);
    filter: contrast(2);
}
.stickyCTA_button a {
    font-size: 0.9em;
    padding: 21px 36px;
    display: inline-block;
}
.stickyCTA_button a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.spezialstoerer .et_pb_text_inner {
    padding: 5px !important;
}
.spezialstoerer .mainteaser {
    min-height: 700px !important;
}
.extended_header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.extended_header .eh_maincontent {
    width: 50%;
    background-color: #fff;
    padding: 60px 70px;
    display: flex;
    flex-wrap: wrap;
    margin: -280px 0 0 70px;
    border-radius: 5px;
    z-index: 99;
}
.extended_header .eh_maincontent .sharecontainer {
    margin-top: -35px;
    margin-left: 385px;
    width: 100%;
}
.extended_header .eh_maincontent h1 {
    font-family: KienbaumFontBold, Arial, sans-serif;
    font-size: 2.5em;
    font-weight: 400;
}
.extended_header .eh_maincontent p.eh_excerpt {
    font-size: 1.15em;
    line-height: 1.6em;
    color: #726c68;
    font-family: KienbaumFontBold, Arial;
    font-weight: 400;
}
.extended_header .eh_featured {
    width: 30%;
    background: #fff;
    padding: 25px 40px;
    position: absolute;
    display: inline-block;
    top: 350px;
    right: 100px;
    -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
    transition: 0.75s ease-in-out;
}
.extended_header .eh_featured img {
    height: 150px;
    margin: 20px 0;
}
.servicebox {
    border: 1px solid #d3d3d3;
    padding: 20px 30px 10px;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
}
.servicebox h3 {
    font-size: 1.4em !important;
    margin-bottom: 10px;
    text-align: left;
}
.servicebox p {
    font-size: 0.8em;
    margin-bottom: 20px;
}
.servicebox .servicelink {
    font-size: 0.8em;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
}
.servicebox .dp_dmb_repeat_item .et_pb_module_inner .thumbnail {
    height: 50px;
    width: 50px;
    margin: 0 20px 20px 0;
    background-size: cover;
    border-radius: 50%;
}
.servicebox .dp_dmb_repeat_item .et_pb_module_inner .consultant {
    text-align: left;
    font-size: 0.7em;
    line-height: 1.5em;
    width: 75%;
}
.formcard {
    display: block;
    max-width: 100% !important;
    padding: 85px 120px;
    background: #fff;
}
.formcard .address {
    text-align: center;
    padding: 30px;
}
.formcard .gfmc-column {
    padding: 0 !important;
    width: 48% !important;
}
.formcard .gfmc-row-1-col-1-of-2 {
    padding-right: 5% !important;
}
.formcard .gfmc-row-1-col-2-of-2 {
    padding-left: 5% !important;
}
.formcard label.gfield_label {
    visibility: hidden;
    display: none !important;
}
.formcard .textarea,
.formcard input {
    border: 0;
    padding: 0 0 10px !important;
    margin-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1.1em;
}
.formcard textarea.large {
    height: 100px !important;
}
.formcard input:focus {
    border-bottom: 1px solid #e6432e;
    color: #726c68 !important;
}
.formcard .textarea::placeholder,
.formcard input::placeholder {
    color: #5B5653 !important;
}
.formcard select {
    color: #5B5653 !important;
    padding: 0 0 10px !important;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 0 20px -2px !important;
}
.formcard select:focus {
    color: #726c68 !important;
}
.formcard input:focus::placeholder {
    color: #fff !important;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
}
.formcard input[type="checkbox"] {
    margin-bottom: 0;
}
.formcard .gfield_contains_required .ginput_container:after {
    content: "";
    display: block;
    margin: 0;
    width: 100px;
    border-bottom: 4px solid #e6432e;
    position: relative;
    top: -31px;
}
.formcard .gfield_contains_required .ginput_container:after .ginput_container_checkbox:after {
    border-bottom: 1px solid #e6432e;
}
.formcard .gfield_contains_required .ginput_container_textarea:after {
    top: -38px !important;
}
.formcard .gfield_contains_required .ginput_container_checkbox:after {
    border-bottom: 2px solid #e6432e !important;
    top: -23px !important;
    height: 2px;
    width: 16px !important;
    display: inline-block !important;
}
.formcard .ginput_container_consent {
    margin-bottom: 40px;
}
.formcard .ginput_container_consent:after,
.gfield_error .ginput_container:after {
    display: none !important;
}
.formcard .gfield_required {
    color: #e6432e !important;
    font-weight: 700;
}
.formcard .ginput_complex span {
    padding-bottom: 40px;
    display: block;
}

.bigintro,
.bigintro p,
.percent-value,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: KienbaumFontBold, Arial, sans-serif;
}
.formcard .gform_button {
    background: #e6432e !important;
}
.formcard .gform_button:hover {
    border: none !important;
    background: #bfa89d !important;
    color: #fff;
    transition: 0.75s ease-in-out;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    padding: 15px;
    border: none;
    background: #e6432e;
    color: #fff;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
    cursor: pointer;
    background: #1683A2;
    transition: 0.75s ease-in-out;
}
.gf_progressbar_title,
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 0.8em !important;
}
.gfmc-column {
    padding: 0 50px 30px;
}
@media all and (-ms-high-contrast: none) {
    .formcard .gfmc-column {
        float: left;
    }
}
.consultants-form-group,
.jobs-form-group {
    margin: 20px 0 60px;
}
.consultants-form-group select,
.jobs-form-group select {
    color: #fff;
    font-size: 0.9em;
    padding: 15px;
    border: 0;
    margin-right: 20px;
    max-width: 20%;
}
.consultants-form-group button,
.consultants-form-group input[type="button"],
.consultants-form-group input[type="submit"],
.jobs-form-group button,
.jobs-form-group input[type="button"],
.jobs-form-group input[type="submit"] {
    padding: 15px;
    border: none;
    background: #bfa89d;
    color: #fff;
}
.bigintro,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    color: #2e2b2a;
}
.consultants-form-group button:hover,
.consultants-form-group input[type="button"]:hover,
.consultants-form-group input[type="submit"]:hover,
.jobs-form-group button:hover,
.jobs-form-group input[type="button"]:hover,
.jobs-form-group input[type="submit"]:hover {
    cursor: pointer;
    background: #28434f;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
}
.jobs-form-group select {
    background: #009573;
    border-right: 15px solid #009573;
}
.consultants-form-group select {
    background: #1683A2;
    border-right: 15px solid #1683A2;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #efefef !important;
    border: none !important;
    padding: 20px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
    border: none !important;
    padding: 20px !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
    margin-left: 5px !important;
}
.floating_multiupload {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#gform_drag_drop_area_4_92 span.gform_drop_instructions,
#gform_drag_drop_area_4_93 span.gform_drop_instructions,
#gform_drag_drop_area_4_94 span.gform_drop_instructions,
#gform_drag_drop_area_4_95 span.gform_drop_instructions {
    font-size: 0;
    padding: 30px 0;
}
#gform_drag_drop_area_4_92 span.gform_drop_instructions:before,
#gform_drag_drop_area_4_93 span.gform_drop_instructions:before,
#gform_drag_drop_area_4_94 span.gform_drop_instructions:before,
#gform_drag_drop_area_4_95 span.gform_drop_instructions:before {
    font-size: 13px !important;
    color: #333 !important;
    font-family: KienbaumFontSec, Baskerville, sans-serif !important;
    font-style: italic !important;
    margin-bottom: -30px;
}
html:lang(de) #gform_drag_drop_area_4_92 span.gform_drop_instructions:before {
    content: "Anschreiben hier ablegen";
}
html:lang(de) #gform_drag_drop_area_4_93 span.gform_drop_instructions:before {
    content: "Sonstige Dokumente hier ablegen";
}
html:lang(de) #gform_drag_drop_area_4_94 span.gform_drop_instructions:before {
    content: "Lebenslauf hier ablegen";
}
html:lang(de) #gform_drag_drop_area_4_95 span.gform_drop_instructions:before {
    content: "Zeugnisse hier ablegen";
}
html:lang(en-US) #gform_drag_drop_area_4_92 span.gform_drop_instructions:before {
    content: "Leave your cover letter here";
}
html:lang(en-US) #gform_drag_drop_area_4_93 span.gform_drop_instructions:before {
    content: "Other documents stored here";
}
html:lang(en-US) #gform_drag_drop_area_4_94 span.gform_drop_instructions:before {
    content: "Please enter your CV here";
}
html:lang(en-US) #gform_drag_drop_area_4_95 span.gform_drop_instructions:before {
    content: "Drop testimonials on here";
}
html:lang(fr-FR) #gform_drag_drop_area_4_92 span.gform_drop_instructions:before {
    content: "Laissez votre lettre de motivation ici";
}
html:lang(fr-FR) #gform_drag_drop_area_4_93 span.gform_drop_instructions:before {
    content: "Autres documents stockés ici";
}
html:lang(fr-FR) #gform_drag_drop_area_4_94 span.gform_drop_instructions:before {
    content: "Veuillez entrer votre CV ici";
}
html:lang(fr-FR) #gform_drag_drop_area_4_95 span.gform_drop_instructions:before {
    content: "Déposez les témoignages ici";
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"],
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
    vertical-align: top !important;
}
.wonderlist ol,
.wonderlist ul,
.wonderlist_amber ol,
.wonderlist_amber ul,
.wonderlist_blue ol,
.wonderlist_blue ul,
.wonderlist_emerald ol,
.wonderlist_emerald ul,
.wonderlist_purple ol,
.wonderlist_purple ul,
.wonderlist_red ol,
.wonderlist_red ul {
    list-style: none !important;
}
.wonderlist li,
.wonderlist_amber li,
.wonderlist_blue li,
.wonderlist_emerald li,
.wonderlist_purple li,
.wonderlist_red li {
    font-family: KienbaumFontBold, Arial, sans-serif;
    counter-increment: myCounter;
    margin: 0 0 30px;
    position: relative;
    top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: flex;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #726c68;
    font-weight: 400;
}
.wonderlist li a,
.wonderlist_amber li a,
.wonderlist_blue li a,
.wonderlist_emerald li a,
.wonderlist_purple li a,
.wonderlist_red li a {
    display: contents;
}
.wonderlist li:before,
.wonderlist_amber li:before,
.wonderlist_blue li:before,
.wonderlist_emerald li:before,
.wonderlist_purple li:before,
.wonderlist_red li:before {
    position: absolute !important;
    left: -24px;
    top: calc(50% - 23px) !important;
    content: counter(myCounter) !important;
    font-family: KienbaumFontSec, Arial, sans-serif;
    counter-increment: step-counter;
    margin-right: 5px;
    color: #fff !important;
    border-radius: 50%;
    font-size: 28px !important;
    letter-spacing: -0.2px;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    text-align: center;
    line-height: 30px;
    padding: 12px 10px 8px;
    background: #726c68;
}
.wonderlist li:nth-child(2n):before,
.wonderlist_amber li:nth-child(2n):before,
.wonderlist_blue li:nth-child(2n):before,
.wonderlist_emerald li:nth-child(2n):before,
.wonderlist_purple li:nth-child(2n):before,
.wonderlist_red li:nth-child(2n):before {
    background: #5B5653;
}
.wonderlist_blue li {
    color: #1683A2;
}

.wonderlist_blue li:nth-child(2n):before,
a.kb_ctabutton_4 {
    background: #28434f;
}
.wonderlist_blue li:nth-child(2n) {
    color: #28434f;
}
.wonderlist_red li:before,
a.kb_ctabutton_2 {
    background: #e6432e;
}
.wonderlist_red li:nth-child(2n):before,
a.kb_ctabutton_3 {
    background: #9c1e36;
}
.wonderlist_emerald li {
    color: #76bea9;
}
.wonderlist_emerald li:before {
    background: #76bea9;
}
.wonderlist_emerald li:nth-child(2n):before {
    background: #009573;
}
.wonderlist_emerald li:nth-child(2n) {
    color: #009573;
}
.wonderlist_purple li {
    color: #a38194;
}
.wonderlist_purple li:before {
    background: #a38194;
}
.wonderlist_purple li:nth-child(2n):before {
    background: #703d5d;
}
.wonderlist_purple li:nth-child(2n) {
    color: #703d5d;
}
.wonderlist_amber li {
    color: #fabd43;
}
.wonderlist_amber li:before {
    background: #fabd43;
}
.main-content-blog #content-area {
    margin-top: 0;
}
.main-content-blog {
    margin-top: 150px !important;
}
.kb-blog-header {
    width: 100%;
    display: flex;
    align-items: center;
}
.kb-blog-header-left {
    flex: 300%;
    border-right: 1px solid #d1d1d1;
}
@media (min-width: 576px) {
    .kb-blog-header-left {
        width: 65%;
    }
}
.kb-blog-header-right {
    margin-left: 35px;
}
.kb-blog-header-left h1 {
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 800;
}
.kb-blog-header-left span {
    font-weight: 200;
    font-size: 34px;
}
.kb-blog-header-left strong {
    font-weight: 400;
    font-size: 45px;
}
.kb-blog-tags {
    display: flex;
    align-items: center;
    margin-top: 70px;
    white-space: nowrap;
    overflow: hidden;
}
.kb-blog-tags img {
    width: 50px;
    margin-right: 25px;
}
.kb-blog-tags span {
    font-size: 12px;
    color: #fff;
    background: #e6432e;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 15px;
    border-radius: 25px;
}
.sort-img {
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
    z-index: 99;
    padding-right: 10px;
}
.kb-blog-searchform input {
    height: 40px;
    width: 100%;
    margin-top: 10px;
    border-radius: 25px;
    border-color: #d3d3d3;
    box-shadow: 1px 3px 13px -5px #000;
    padding-left: 10px;
}
div.blog-pagination {
    background-color: #a32323;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
}
.kb-blog-header {
    margin-top: 50px;
    margin-bottom: 50px;
}
div.kb-post-row {
    display: flex;
    margin-top: 30px;
}
div.kb-post-row .kb-post-item {
    margin-left: 10px;
    margin-right: 10px;
}
.post-thumbnail img {
    min-height: 400px;
}
.after_subfeatured .subfeatured {
    width: 33%;
}
a.wpv-filter-pagination-link.js-wpv-pagination-link.page-link {
    color: #000;
}
#main-content ul.wpv-pagination-nav-links-container li:before {
    content: "";
}
#main-content ul.wpv-pagination-nav-links-container li a,
#main-content ul.wpv-pagination-nav-links-container li span {
    margin: 3px;
}
html body #page-container #et-main-area h1,
html body #page-container #et-main-area h2,
html body #page-container #et-main-area h3,
html body #page-container #et-main-area h4,
html body #page-container #et-main-area h5,
html body #page-container #et-main-area h6 {
   /* hyphens: manual !important; */ 
	    word-break: auto-phrase;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  /*  font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2em; */
    padding: 0.75em 0 0.3em;
}
h1 {
    /*  font-size: 3em;
    line-height: 1.15em;*/
    padding: 0 0 0.5em;
}
/*h2 {
    font-size: 2.1em !important;
    line-height: 1.4em;
}
h3 {
    font-size: 1.7em !important;
}
h4 {
    font-size: 1.1em !important;
}
*/

dz1,
dz2,
dz3,
meta1 {
    display: block;
    font-family: KienbaumFontBold, Baskerville, sans-serif;
    font-weight: 400;
    color: #1683A2;
    font-size: 0.75em;
    padding: 0 0 15px;
    position: relative;
    top: 7px;
    line-height: 1.6em;
}
dz2 {
    font-size: 1.1em;
    top: -7px;
}
dz3 {
    font-size: 0.7em;
    top: 17px;
}
.bigintro {
    padding: 0 0 20px;
    font-weight: 400;
}
.bigintro .et_pb_module_inner {
    margin: 0 60px 0 10px;
}
.bigintro .et_pb_text_inner {
    padding: 0 20px !important;
}
.bigintro h1 {
    font-size: 3.6em;
}
.bigintro p {
    color: #5B5653;
    font-size: 0.9em;
    font-weight: 400;
}
.Subheadline {
    font-size: 1.3em;
    font-weight: 900;
    letter-spacing: normal;
    color: #5B5653;
    line-height: 1.5em;
}
.navicon_user {
    height: 24px;
    width: 24px;
}
.et_pb_blurb .et_pb_image_wrap {
    position: relative;
    top: 20px;
}
.material-icons-outlined.md-s,
.material-icons.md-s {
    font-size: 80px;
}
.material-icons-outlined.md-m,
.material-icons.md-m {
    font-size: 110px;
}
.material-icons-outlined.md-l,
.material-icons.md-l {
    font-size: 140px;
}
.material-icons-outlined.md-xl,
.material-icons.md-xl {
    font-size: 220px;
}
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}
.counterbar {
    padding: 20px 0 40px !important;
    margin: 30px 0;
}
.percent-value {
    font-size: 0.7em;
    line-height: 1.1em;
    padding: 20px 0 0;
    font-weight: 400;
}
.et_pb_toggle_title {
    font-size: 1.2em;
}
.mat-card {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 50% !important;
    margin: 20px auto;
}
@media (max-width: 360px) {
    .mat-card {
        max-width: 90% !important;
    }
}
@media (max-width: 600px) {
    .mat-card {
        max-width: 78% !important;
    }
}
@media (max-width: 980px) {
    .kb_stickyC_1 .header,
    .kb_stickyC_2 .header,
    .kb_stickyC_3 .header {
        padding: 0 20px 30px;
        border: none;
        width: 100%;
        font-size: 2.1em !important;
        line-height: 1.4em;
        color: #726c68;
    }
    .kb_stickyC_1 .header {
        padding-bottom: 0;
    }
    .kb_stickyC_1 .thumbnail {
        border: none;
        display: block;
        width: 80vw;
        padding: 0;
    }
    .kb_stickyC_1 .consultant,
    .kb_stickyC_2 .consultant,
    .kb_stickyC_3 .consultant {
        padding-bottom: 20px;
        display: inline-block;
    }
    .kb_stickyC_1 .consultant {
        width: 80vw;
    }
    .kb_tiles_text .dp_dmb_repeat_item {
        width: 100%;
        height: auto;
    }
    .kb_tiles_text a {
        height: auto;
        padding: 20px 0;
    }
    .kb_tiles_text a:hover {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .kb_tiles_text_1 {
        border: none;
    }
    .kb_tiles_text_2 {
        border-top: 2px solid #5B5653;
    }
    .kb_tiles_text_10,
    .kb_tiles_text_11,
    .kb_tiles_text_12,
    .kb_tiles_text_3,
    .kb_tiles_text_4,
    .kb_tiles_text_5,
    .kb_tiles_text_6,
    .kb_tiles_text_7,
    .kb_tiles_text_8,
    .kb_tiles_text_9 {
        border: none;
        border-top: 2px solid #5B5653;
    }
    .kb_testimonial,
    .kb_testimonial_small,
    .kb_tiles_multisteps {
        padding: 0;
    }
    .kb_tiles_multisteps .dp_dmb_repeat_item {
        display: block;
        width: 100%;
    }
    .kb_tiles_multisteps p {
        height: auto;
        padding: 0;
    }
    div[class*="kb_tiles_multisteps_"],
    div[class^="kb_tiles_multisteps_"] {
        border: none;
        margin-bottom: 50px;
    }
    .kb_quote,
    .kb_quote_small {
        font-size: 1.6em;
        line-height: 1.7em;
    }
    .kb_testimonial_on,
    .kb_testimonial_small_on {
        display: none;
    }
    .kb_testimonial_off,
    .kb_testimonial_small_off {
        opacity: 0.5;
        bottom: 65%;
    }
    .kb_jumbotext {
        padding: 0 5%;
        font-size: 1.4em;
    }
    .headslider {
        font-size: 2em !important;
        line-height: 1.2em;
    }
    .et-db #et-boc .et_pb_slide_image,
    .et-db #et-boc .et_pb_slide_video {
        display: block !important;
        margin-bottom: 30px;
    }
    .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2,
    .et_pb_column_1_5 .et_pb_slider_fullwidth_off h2,
    .et_pb_column_1_6 .et_pb_slider_fullwidth_off h2,
    .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 1.5em !important;
        margin-bottom: 10px;
    }
    .et_pb_slide_description {
        padding-top: 0 !important;
    }
    .et-pb-arrow-next,
    .et-pb-arrow-prev {
        display: none !important;
    }
    .stickyCTA_Telefon {
        visibility: visible;
    }
    .extended_header {
        display: block;
        margin-top: -20px;
    }
    .extended_header img {
        height: 150px;
    }
    .extended_header .eh_maincontent {
        display: block;
        margin: 0;
        padding: 30px 20px;
        width: 100%;
    }
    .extended_header .eh_maincontent .sharecontainer {
        margin: 0;
    }
    .extended_header .eh_featured {
        display: block;
        position: relative;
        width: 90%;
        top: auto;
        right: auto;
        margin: 0 0 30px;
    }
    .formcard {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        padding: 1vh 5vw;
        margin: 0 0 5vh;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }
    .formcard .gfmc-row-1-col-1-of-2,
    .formcard .gfmc-row-1-col-2-of-2,
    .formcard li.gfmc-column ul {
        padding: 0 !important;
    }
    .formcard .textarea,
    .formcard input {
        margin-bottom: 0 !important;
    }
    .formcard .gfield_contains_required .ginput_container:after {
        top: 0 !important;
    }
    .formcard .gfmc-column {
        width: 100% !important;
    }
    .consultants-form-group select,
    .jobs-form-group select {
        width: 100%;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .et_pb_gutters3 .et_pb_column_1_10,
    .et_pb_gutters3 .et_pb_column_1_4,
    .et_pb_gutters3 .et_pb_column_1_5,
    .et_pb_gutters3 .et_pb_column_1_6,
    .et_pb_gutters3 .et_pb_column_1_7,
    .et_pb_gutters3 .et_pb_column_1_8,
    .et_pb_gutters3 .et_pb_column_2_5,
    .et_pb_gutters3 .et_pb_column_3_5,
    .et_pb_gutters3 .et_pb_column_4_5,
    .et_pb_gutters3 .et_pb_column_5_6,
    .et_pb_gutters3 .et_pb_row .et_pb_column_1_10,
    .et_pb_gutters3 .et_pb_row .et_pb_column_1_4,
    .et_pb_gutters3 .et_pb_row .et_pb_column_1_5,
    .et_pb_gutters3 .et_pb_row .et_pb_column_1_6,
    .et_pb_gutters3 .et_pb_row .et_pb_column_1_7,
    .et_pb_gutters3 .et_pb_row .et_pb_column_1_8,
    .et_pb_gutters3 .et_pb_row .et_pb_column_2_5,
    .et_pb_gutters3 .et_pb_row .et_pb_column_3_5,
    .et_pb_gutters3 .et_pb_row .et_pb_column_4_5,
    .et_pb_gutters3 .et_pb_row .et_pb_column_5_6 {
        width: 100% !important;
        margin-right: 0;
    }
    .et_right_sidebar #left-area {
        margin-top: 100px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h7 {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    h1 {
        font-size: 2.5em !important;
    }
    h2 {
        font-size: 1.8em !important;
    }
    h3 {
        font-size: 1.6em !important;
    }
    .bigintro .et_pb_module_inner {
        margin: 0;
        width: 100vw;
        position: relative;
        left: -30px;
    }
    #et-main-area {
        padding-top: 30px;
    }
    .mat-card {
        max-width: 78% !important;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        padding: 30px 50px !important;
    }
}
@media (min-width: 1400px) {
    .col2_wide {
        width: 50%;
    }
    .mainteaser .mainteaser_text_inner th1 {
        font-size: 1.8em;
    }
    .formcard {
        -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        padding: 7% 10%;
    }
    .mat-card {
        max-width: 60% !important;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        padding: 30px 50px !important;
    }
}
@media (min-width: 1800px) {
    .col2_wide {
        width: 50%;
    }
    .mainteaser .mainteaser_text_inner th1 {
        font-size: 2em;
    }
    .formcard {
        -webkit-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        -moz-box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        box-shadow: 0 0 20.79px 6.21px rgba(73, 73, 73, 0.25);
        padding: 7% 10%;
    }
    .mat-card {
        max-width: 55% !important;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        padding: 30px 50px !important;
    }
}
.mat-card .et_pb_row {
    padding: 0;
    width: 100%;
}
.mat-card .et_pb_text_inner,
.mat-card-100 .et_pb_text_inner {
    padding-left: 0;
}
.mat-card-100 {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100% !important;
    margin: 0 auto 20px;
    padding: 30px 40px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cdb_img img {
    max-width: 30%;
    float: right;
    padding: 0 0 20px 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cdb_img img {
        padding: 0;
        margin: 0 0 2px 20px;
        max-width: 25%;
    }
}

.btn_download a,
.btn_download a:visited,
.mpbthg_alert,
.mpbthg_idnotice {
    font-family: KienbaumFontBold, Arial, sans-serif;
}


.wpDataTablesWrapper table.wpDataTable tr td,
.wpdt-c .control-label {
    font-family: KienbaumFontBold, Arial, sans-serif;
    color: #000;
    line-height: 1.5em;
    font-weight: 400;
}
.btn_download {
    display: inline-block;
    padding: 20px 0;
}
.btn_download a,
.btn_download a:visited {
    color: #726c68;
    font-size: 1.1em;
    transition: 0.75s ease-in-out;
    padding: 4px 33px 0 0;
    background: url("https://media.kienbaum.com/wp-content/uploads/sites/13/2019/02/icon_download.png") center right no-repeat;
    font-weight: 400;
}
.btn_download a:hover {
    color: #e6432e;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    cursor: alias;
}
.btn_download p {
    font-size: 0.7em;
    color: #5B5653;
    position: relative;
    top: -5px;
}
.et_button_no_icon .et_pb_button {
    min-width: 150px;
}
.rounded .clearfix img {
    border-radius: 100%;
}
.mpbthg_idnotice {
    color: #009573;
    text-transform: uppercase;
    font-size: 0.9em;
}
.mpbthg_alert {
    color: #e6432e;
    font-size: 1.1em !important;
    border: 2px dotted #e6432e;
    font-weight: 400;
}
.mpbthg_alert .et_pb_text_inner p {
    padding: 40px 40px 20px !important;
}
#table_1_wrapper {
    font-size: 0.75em;
}
table.wpDataTable td,
table.wpDataTable th {
    white-space: normal !important;
    min-width: 130px !important;
}
.wpdt-c .modal .modal-content {
    width: 50vw;
    font-size: 0.9em;
}
.wpdt-c .control-label {
    font-size: 0.7em !important;
    width: 35% !important;
}
.wpdt-c .form-group {
    margin-bottom: 50px;
}
.wpdt-c .form-group > div {
    width: 60%;
}
.wpDataTablesWrapper table.wpDataTable thead th.sorting,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc {
    vertical-align: top;
}
#table_1_datum,
#table_1_krzel,
label[for="table_1_datum"],
label[for="table_1_krzel"] {
    visibility: hidden;
    display: none;
    position: absolute;
}
.shariff {
    width: 120%;
}
@media (max-width: 980px) {
    a.kb_ctabutton_1,
    a.kb_ctabutton_2,
    a.kb_ctabutton_3,
    a.kb_ctabutton_4 {
        height: 70px !important;
    }
    .shariff {
        width: 100%;
    }
}
.shariff .shariff-buttons {
    padding: none;
}
.shariff.shariff-align-center ul {
    justify-content: inherit !important;
    align-items: inherit !important;
}
.wp-activate-container {
    margin: 150px auto !important;
    width: 80% !important;
    text-align: center !important;
}
#signup-welcome {
    padding: 50px 0;
}
.flush .et_pb_text_inner ul,
.flush > * {
    padding-left: 0 !important;
}
.flush .gform_wrapper form {
    margin-left: -30px !important;
}

.kb_breadcrumb_outer { 	
  border-top: 1px solid #E3E2E1; 
	border-bottom: 1px solid #E3E2E1;  
  background: #fff;
  z-index: 1;
  position: relative;
  /* box-shadow: 0 0 20.79px 6.21px rgba(73,73,73,.25); */
}

.kb_breadcrumb {
  position:relative;
	display: flex;
  align-items: center;
	max-width: 1400px; 
	margin: 0 auto; 
	font-size: 12px!important;
	height: 40px;
	white-space: nowrap;
  }

  .kb_breadcrumb .breadcrumb_contact {
    position: absolute;
    right: -8px;
    top: 10px;
  }

    .kb_breadcrumb .breadcrumb_contact a {
      /* color: #e6432e; 
      border: 1px solid #e6432e !important; */
      padding: 8px; 
      border-radius: 8px;
    }

  .kb_breadcrumb a,
  span.current-page {
	padding: 0 10px 0 10px;
		  cursor:pointer!important;  
  }
  .kb_breadcrumb a {

	color: #44413E;
  }
  .kb_breadcrumb a:hover {
	 	 color: #B0956E!important
	}
 
span.current-page:hover {
		 color: #44413E!important; 
}
  span.current-page {
	font-weight:700;
	color: #B0956E;
	cursor: default;
  }
  

  @media (max-width:600px) {
    span.current-page {
        text-overflow: ellipsis;
        width: 220px;
        overflow: hidden;
      }
  }
  @media (max-width: 1400px) {
    .kb_breadcrumb {
      max-width: 90%;
	  margin:0 0 0 2vw; 
	  overflow: hidden;

     /* flex-direction: row-reverse; */
	}
  .kb_breadcrumb_outer { 	
    padding: 0 100vw;
    margin: 0 -100vw;
  }
	 .kb_breadcrumb a:not(.current-page) {
	  width: 80px; 
      overflow:hidden; 
      text-overflow: ellipsis;
	}

    .kb_breadcrumb a,
    span.current-page {
      padding: 0 5px 0 5px;
    }
    /*
		.kb_breadcrumb a:not(:first-of-type(2)),
	span.delimiter:not(:first-of-type(2)) {
	  display:none;
	} */
    .kb_breadcrumb a:first-of-type,
	span.delimiter:first-of-type {
	  display:none;
	} 

  .kb_breadcrumb .breadcrumb_contact {
    display: none;
  }
  }

  /* GravityForms CSS */ 
.gfield-choice-input { float: left; margin-top: 5px !important; padding-right: 20px; }
.gform_wrapper.gravity-theme .gfield-choice-input+label { padding-left: 10px; }
.gform_wrapper.gravity-theme .gfield-choice-input+label { max-width: calc(100% - 20px) !important; vertical-align: top !important; font-size: 0.8em !important; }
/* .gform_wrapper.gravity-theme * { line-height: 1.75em; } */

/* Buttons*/

/* Native Style */
a.kb_ctabutton_1,
.kb_ctabutton_1,
.kb_button_pri_b,
a.small-button.smallbluekb_ctabutton_1
  {
    font-family: KienbaumFontBold, Arial, sans-serif;
    background: #1683A2;
    color:#fff!important;
    display: inline-flex;
	padding: 12px 24px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

a.small-button.smallbluekb_ctabutton_1 {
	    font-family: KienbaumFontBold, Arial, sans-serif!important;
		padding: 12px 24px!important;
	border-radius: 0!important;
	text-shadow:none!important;
	font-size:1em;
}

html body #main-header #et-top-navigation #top-menu-nav > ul#top-menu > li.kb_nav_cta > a {
	background: #1683A2;
    color:#fff!important;
	padding: 12px 24px!important;
    align-items: center;
	transition: 0.75s ease-in-out!important;
}

a.kb_ctabutton_1:hover,
.kb_ctabutton_1:hover,
.kb_button_pri_b:hover,
.kb_nav_cta a:hover,
a.small-button.smallbluekb_ctabutton_1:hover {
    font-family: KienbaumFontBold, Arial, sans-serif;
    background: #2E2B2A!important;
	color: #fff!important;
	font-weight: 400;
}


.et_pb_button,
input.button {
	padding: 12px 24px;
    border: 1px solid #1683A2;
    background-color: #1683A2;
    color: #fff;
    font-size: 1em;
    /* line-height: 1.7em; */
    text-align: center;
    transition: 0.75s ease-in-out;
} 

.et_pb_button:hover,
input.button:hover {
    border: 1px solid #e6432e;
    background-color: #e6432e;
    color: #fff !important;
    transition: 0.75s ease-in-out;
    cursor: pointer;
}

a.kb_ctabutton_2,
.kb_ctabutton_2,
.kb_button_pri_r {
    background: #FFF;
    color:#2E2B2A !important;
	border: 1px solid #2E2B2A;
    display: inline-flex;
	padding: 12px 24px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
a.kb_ctabutton_2:hover,
.kb_ctabutton_2:hover,
.kb_button_pri_r:hover {
    background: #2E2B2A !important;
    color:#FFF !important;
}


.kb_button_sec {
    background: #FFF;
    color:#726C68;
    border: 1px solid #137590;
    display: inline-flex;
	padding: 12px 24px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.kb_button_sec:hover {
color: #137590;
}

a.link {
    text-decoration: underline;
    text-underline-offset: 8px;
}




a.kb_ctabutton_3,
a.kb_ctabutton_4 {
    height: 80px;
    min-width: 150px;
    text-align: center;
	padding: 12px 24px;
    font-family: KienbaumFontBold, Arial, sans-serif;
    font-style: italic;
    font-size: 0.9em;
    white-space: nowrap;
    color: #fff !important;
    display: inline-block;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
}

a.kb_ctabutton_3:hover {
    background: #bfa89d !important;
    transition: 0.75s ease-in-out;
}
a.kb_ctabutton_3:hover {
    text-decoration: none;
} 

/* Native Style end */ 


/* a.kb_ctabutton_1,
a.kb_ctabutton_2,
a.kb_ctabutton_3,
a.kb_ctabutton_4 {
    color:#fff!important;
    display: inline-flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    font-style: italic;
    font-size: 0.9em;
    white-space: nowrap;
} */

/* .kb_button_ter {

} */

.form_page_footer input[type="button"],
.gform_button,
.gform_next_button,
.gform_previous_button {
    margin-top: 20px !important;
    white-space: nowrap;
} 

 /* .form_page_footer input[type="button"],
.gform_button,
.gform_next_button,
.gform_previous_button {
    margin-top: 20px !important;
    height: 60px !important;
    min-width: 150px !important;
    text-align: center !important;
    padding: 0 60px !important;
    font-family: KienbaumFontSec, Baskerville, sans-serif;
    border: none !important;
    font-size: 1em !important;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
}  */

/* Buttons End*/ 

/* Footer CSS */ 

     .et_pb_section_0_tb_footer {
                border-top-width: 1px;
                border-top-color: #dddddd
            }

            .et_pb_section_0_tb_footer.et_pb_section {
                padding-top: 0px;
                margin-top: -1px
            }

            .et_pb_image_0_tb_footer {
                padding-top: 40px;
                text-align: left;
                margin-left: 0
            }

            .et_pb_image_0_tb_footer .et_pb_image_wrap,.et_pb_image_1_tb_footer .et_pb_image_wrap,.et_pb_image_2_tb_footer .et_pb_image_wrap,.et_pb_image_3_tb_footer .et_pb_image_wrap,.et_pb_image_4_tb_footer .et_pb_image_wrap,.et_pb_image_9_tb_footer .et_pb_image_wrap,.et_pb_image_10_tb_footer .et_pb_image_wrap,.et_pb_image_11_tb_footer .et_pb_image_wrap,.et_pb_image_12_tb_footer .et_pb_image_wrap,.et_pb_image_13_tb_footer .et_pb_image_wrap {
                display: block
            }

            .et_pb_row_inner_0_tb_footer.et_pb_row_inner {
                padding-right: 0px!important;
                padding-bottom: 0px!important
            }

            .et_pb_column .et_pb_row_inner_0_tb_footer {
                padding-right: 0px;
                padding-bottom: 0px
            }

            .et_pb_text_0_tb_footer,.et_pb_text_3_tb_footer,.et_pb_text_4_tb_footer,.et_pb_text_5_tb_footer,.et_pb_text_7_tb_footer,.et_pb_text_8_tb_footer {
                line-height: 1.6em;
            }

            .et_pb_image_1_tb_footer .et_pb_image_wrap img,.et_pb_image_2_tb_footer .et_pb_image_wrap img,.et_pb_image_3_tb_footer .et_pb_image_wrap img,.et_pb_image_4_tb_footer .et_pb_image_wrap img {
                min-height: 20px
            }

            .et_pb_image_1_tb_footer,.et_pb_image_2_tb_footer,.et_pb_image_3_tb_footer,.et_pb_image_4_tb_footer {
                margin-right: 10px!important;
                display: inline-block!important;
                text-align: left;
                margin-left: 0
            }

            .et_pb_menu_0_tb_footer.et_pb_menu ul li a {
                text-transform: uppercase;
                font-size: 12px;
                color: #726c68!important;
                transition: color 300ms ease 0ms
            }

            .et_pb_menu_0_tb_footer.et_pb_menu ul li:hover>a,.et_pb_text_1_tb_footer.et_pb_text:hover,.et_pb_menu_0_tb_footer.et_pb_menu ul li.current-menu-item a {
                color: #E6432E!important
            }

            .et_pb_menu_0_tb_footer.et_pb_menu {
                background-color: #ffffff
            }

            .et_pb_menu_0_tb_footer.et_pb_menu .nav li ul,.et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu,.et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu ul {
                background-color: #ffffff!important
            }

            .et_pb_menu_0_tb_footer.et_pb_menu nav>ul>li>a:hover {
                opacity: 1
            }

            .et_pb_menu_0_tb_footer .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,.et_pb_menu_0_tb_footer .et_pb_menu__logo-slot {
                width: auto;
                max-width: 100%
            }

            .et_pb_menu_0_tb_footer .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img,.et_pb_menu_0_tb_footer .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img {
                height: auto;
                max-height: none
            }

            .et_pb_menu_0_tb_footer .mobile_nav .mobile_menu_bar:before,.et_pb_menu_0_tb_footer .et_pb_menu__icon.et_pb_menu__search-button,.et_pb_menu_0_tb_footer .et_pb_menu__icon.et_pb_menu__close-search-button,.et_pb_menu_0_tb_footer .et_pb_menu__icon.et_pb_menu__cart-button {
                color: #3a7299
            }

            .et_pb_text_1_tb_footer {
                line-height: 1.6em;
                width: 100%
            }

            .et_pb_text_1_tb_footer.et_pb_text {
                transition: color 300ms ease 0ms
            }

            .et_pb_row_inner_1_tb_footer.et_pb_row_inner {
                padding-right: 28px!important;
                padding-bottom: 0px!important;
                margin-top: -96px!important
            }

            .et_pb_column .et_pb_row_inner_1_tb_footer {
                padding-right: 28px;
                padding-bottom: 0px
            }

            .et_pb_column_inner_3_tb_footer,.et_pb_column_4_tb_footer {
                text-align: center
            }

            .et_pb_divider_0_tb_footer:before {
                border-top-color: #3a7299
            }

            .et_pb_text_2_tb_footer {
                line-height: 1.6em;
                margin-left: -48px!important
            }

            .et_pb_image_5_tb_footer .et_pb_image_wrap img {
                height: 58px;
                width: auto
            }

            .et_pb_image_5_tb_footer {
                padding-right: 25px;
                padding-left: 10px;
                margin-top: 10px!important;
                transform: translateX(0px) translateY(2px);
                display: inline-block!important;
                text-align: center
            }

            .et_pb_image_6_tb_footer,.et_pb_image_15_tb_footer {
                margin-right: 20px!important;
                width: 120px;
                display: inline-block!important;
                text-align: center
            }

            .et_pb_image_7_tb_footer,.et_pb_image_16_tb_footer {
                width: 100px;
                display: inline-block!important;
                text-align: center
            }

            .et_pb_image_8_tb_footer,.et_pb_image_17_tb_footer {
                width: 120px;
                display: inline-block!important;
                text-align: center
            }

            .et_pb_divider_1_tb_footer,.et_pb_divider_3_tb_footer {
                padding-top: 22px;
                padding-bottom: 0px
            }

            .et_pb_divider_1_tb_footer:before,.et_pb_divider_3_tb_footer:before {
                border-top-color: #3a7299;
                width: auto;
                top: 22px;
                right: 0px;
                left: 0px
            }

            .et_pb_row_inner_2_tb_footer.et_pb_row_inner {
                padding-top: 6px!important
            }

            .et_pb_column .et_pb_row_inner_2_tb_footer {
                padding-top: 6px
            }

            .et_pb_image_9_tb_footer {
                padding-top: 40px;
                max-width: 250px;
                text-align: center
            }

            .et_pb_row_1_tb_footer,body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row {
                width: 240px
            }

            .et_pb_image_10_tb_footer .et_pb_image_wrap img,.et_pb_image_11_tb_footer .et_pb_image_wrap img,.et_pb_image_12_tb_footer .et_pb_image_wrap img,.et_pb_image_13_tb_footer .et_pb_image_wrap img {
                height: 45px;
                min-height: 20px;
                max-height: 45px;
                width: auto
            }

            .et_pb_image_10_tb_footer,.et_pb_image_11_tb_footer,.et_pb_image_12_tb_footer,.et_pb_image_13_tb_footer {
                padding-right: 10px;
                padding-left: 10px;
                margin-right: 10px!important;
                max-width: 45px;
                transition: margin 300ms ease 0ms,padding 300ms ease 0ms;
                float: left;
                text-align: center
            }

            .et_pb_divider_2_tb_footer {
                padding-bottom: 0px;
                margin-bottom: 0px!important
            }

            .et_pb_divider_2_tb_footer:before {
                border-top-color: #3a7299;
                width: auto;
                top: 0px;
                right: 0px;
                left: 0px
            }

            .et_pb_text_6_tb_footer {
                line-height: 1.3em;
            }

            .et_pb_image_14_tb_footer .et_pb_image_wrap img {
                height: 59px;
                width: auto
            }

            .et_pb_image_14_tb_footer {
                padding-right: 10px;
                padding-left: 10px;
                margin-top: 0px!important;
                margin-bottom: 31px!important;
                transform: translateX(0px) translateY(2px);
                display: inline-block!important;
                text-align: center
            }

            .et_pb_row_3_tb_footer.et_pb_row {
                padding-top: 6px!important;
            }

            .et_pb_row_0_tb_footer.et_pb_row,.et_pb_image_9_tb_footer.et_pb_module,.et_pb_row_1_tb_footer.et_pb_row,.et_pb_image_10_tb_footer.et_pb_module,.et_pb_image_11_tb_footer.et_pb_module,.et_pb_image_12_tb_footer.et_pb_module,.et_pb_image_13_tb_footer.et_pb_module {
                margin-left: auto!important;
                margin-right: auto!important
            }

            .et_pb_image_10_tb_footer:hover,.et_pb_image_11_tb_footer:hover,.et_pb_image_12_tb_footer:hover,.et_pb_image_13_tb_footer:hover {
                margin-right: 10px!important;
                padding-right: 10px!important;
                padding-left: 10px!important
            }

            @media only screen and (min-width: 981px) {
                .et_pb_image_1_tb_footer,.et_pb_image_2_tb_footer,.et_pb_image_3_tb_footer,.et_pb_image_4_tb_footer,.et_pb_image_10_tb_footer,.et_pb_image_11_tb_footer,.et_pb_image_12_tb_footer,.et_pb_image_13_tb_footer {
                    width:20px
                }

                .et_pb_section_1_tb_footer {
                    display: none!important
                }
            }

            @media only screen and (max-width: 980px) {
                .et_pb_section_0_tb_footer {
                    border-top-width:1px;
                    border-top-color: #dddddd
                }

                .et_pb_image_0_tb_footer .et_pb_image_wrap img,.et_pb_image_5_tb_footer .et_pb_image_wrap img,.et_pb_image_6_tb_footer .et_pb_image_wrap img,.et_pb_image_7_tb_footer .et_pb_image_wrap img,.et_pb_image_8_tb_footer .et_pb_image_wrap img,.et_pb_image_9_tb_footer .et_pb_image_wrap img,.et_pb_image_14_tb_footer .et_pb_image_wrap img,.et_pb_image_15_tb_footer .et_pb_image_wrap img,.et_pb_image_16_tb_footer .et_pb_image_wrap img,.et_pb_image_17_tb_footer .et_pb_image_wrap img {
                    width: auto
                }

                .et_pb_image_1_tb_footer .et_pb_image_wrap img,.et_pb_image_2_tb_footer .et_pb_image_wrap img,.et_pb_image_4_tb_footer .et_pb_image_wrap img,.et_pb_image_10_tb_footer .et_pb_image_wrap img,.et_pb_image_11_tb_footer .et_pb_image_wrap img,.et_pb_image_12_tb_footer .et_pb_image_wrap img,.et_pb_image_13_tb_footer .et_pb_image_wrap img {
                    min-height: 20px;
                    width: auto
                }

                .et_pb_image_1_tb_footer,.et_pb_image_2_tb_footer,.et_pb_image_4_tb_footer,.et_pb_image_10_tb_footer,.et_pb_image_11_tb_footer,.et_pb_image_12_tb_footer,.et_pb_image_13_tb_footer {
                    margin-right: 10px!important;
                    width: 20px
                }

                .et_pb_image_3_tb_footer .et_pb_image_wrap img {
                    min-height: 18px;
                    width: auto
                }

                .et_pb_image_3_tb_footer {
                    margin-right: 10px!important;
                    width: 18px
                }

                .et_pb_text_2_tb_footer {
                    margin-left: -48px!important
                }
            }

            @media only screen and (min-width: 768px) and (max-width:980px) {
                .et_pb_section_1_tb_footer {
                    display:none!important
                }
            }

            @media only screen and (max-width: 767px) {
                .et_pb_section_0_tb_footer {
                    border-top-width:1px;
                    border-top-color: #dddddd;
                    display: none!important
                }

                .et_pb_image_0_tb_footer .et_pb_image_wrap img,.et_pb_image_5_tb_footer .et_pb_image_wrap img,.et_pb_image_6_tb_footer .et_pb_image_wrap img,.et_pb_image_7_tb_footer .et_pb_image_wrap img,.et_pb_image_8_tb_footer .et_pb_image_wrap img,.et_pb_image_9_tb_footer .et_pb_image_wrap img,.et_pb_image_14_tb_footer .et_pb_image_wrap img,.et_pb_image_15_tb_footer .et_pb_image_wrap img,.et_pb_image_16_tb_footer .et_pb_image_wrap img,.et_pb_image_17_tb_footer .et_pb_image_wrap img {
                    width: auto
                }

                .et_pb_image_1_tb_footer .et_pb_image_wrap img,.et_pb_image_2_tb_footer .et_pb_image_wrap img,.et_pb_image_3_tb_footer .et_pb_image_wrap img,.et_pb_image_4_tb_footer .et_pb_image_wrap img {
                    min-height: 40px;
                    width: auto
                }

                .et_pb_image_1_tb_footer,.et_pb_image_2_tb_footer,.et_pb_image_3_tb_footer,.et_pb_image_4_tb_footer {
                    margin-right: 15px!important;
                    width: 40px
                }

                .et_pb_text_2_tb_footer {
                    margin-left: 0px!important
                }

                .et_pb_image_10_tb_footer .et_pb_image_wrap img,.et_pb_image_12_tb_footer .et_pb_image_wrap img,.et_pb_image_13_tb_footer .et_pb_image_wrap img {
                    min-height: auto;
                    width: auto
                }

                .et_pb_image_10_tb_footer {
                    margin-right: auto!important;
                    margin-left: 23px!important;
                    width: 45px
                }

                .et_pb_image_11_tb_footer .et_pb_image_wrap img {
                    min-height: 20px;
                    width: auto
                }

                .et_pb_image_11_tb_footer,.et_pb_image_12_tb_footer,.et_pb_image_13_tb_footer {
                    margin-right: auto!important;
                    margin-left: auto!important;
                    width: 45px
                }

                .et_pb_text_6_tb_footer {
                    line-height: 10px
                }
            }

            #menu-footermenu {
                flex-direction: column
            }

            #menu-footermenu li {
                margin: 0px
            }

            #menu-footermenu {
                flex-direction: column
            }

            #menu-footermenu li {
                margin: 0px
            }

           


/* Footer CSS End */ 

/* ul li arrows */ 
ul.arrows li, ul.arrows li ul li { padding-bottom: 16px; }
ul.arrows li { padding-top: 4px;margin-left: -0.25em !important;
padding-left: 16px; }
ul.arrows li ul li { padding-bottom: 4px; }
 
ul.arrows li::marker {
content:'→';

}
/*/


/* Responsive Fonts Nov 2024 */ 
/* Display Styles */
body .display--lg {
  font-size: 7.16rem!important;
  line-height: 8.6rem!important;
  font-family: 'KienbaumFontBold', Arial, sans-serif; 
}

body .display--md {
  font-size: 5.75rem!important;
  line-height: 6.9rem!important;
  font-family: 'KienbaumFontBold', Arial, sans-serif; 
}

body .display--sm {
  font-size: 4.58rem!important;
  line-height: 5.5rem!important;
  font-family: 'KienbaumFontBold', Arial, sans-serif; 
}

body .display--xs {
	font-size: 3.66rem!important;
	line-height: 4.4rem!important; 
	font-family: 'KienbaumFontBold', Arial, sans-serif; 
}

/* Headline Styles */
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
	font-family: 'KienbaumFontBold', Arial, sans-serif; 
}




/* Text Styles */
body .text--xl {
  font-size: 2.16rem;
  line-height: 3.5rem;
  font-weight: 400; /* Regular */
}

body .text--lg {
  font-size: 1.83rem;
  line-height: 2.88rem;
  font-weight: 400; /* Regular */
}

body .text--md {
  font-size: 1rem;
  line-height: 1.63rem;
  font-weight: 400; /* Regular */
}

body .text--sm {
  font-size: 0.83rem;
  line-height: 1.31rem;
  font-weight: 400; /* Regular */
}

body .text--xs {
  font-size: 0.75rem;
  line-height: 1.19rem;
  font-weight: 400; /* Regular */
}

/* Quote Styles */
body .quote {
  font-size: 1.42rem;
  line-height: 2.31rem;
  font-weight: 400; /* Regular */
  font-style: normal;
}

body .quote--italic {
  font-style: italic;
}


strong, .strong {
  font-family: KienbaumFontBold, Arial, sans-serif;
  font-weight: 400 !important;
}

.line-height-reset {
	line-height:1em !important;
}

.color-default {
	color: #2E2B2A;
}

/* Responsive Fonts End */

/* Standard Fonts  */
p {
  font-size: 1rem;
  line-height: 1.63rem;
  font-weight: 400;
}

body .blogbody ol li,
body .blogbody ul li,
body .maincontent ol li,
body .maincontent ul li
{
  font-size: 1rem;
  line-height: 1.63rem;
  font-weight: 400;
}


/* a {
  font-size: 1rem;
  line-height: 1.63rem;
  font-weight: 400;
} */ 



blockquote {
  font-size: 1.42rem;
  line-height: 2.31rem;
  font-weight: 400;
  font-style: italic;
}

small {
  font-size: 0.83rem;
  line-height: 1.31rem;
  font-weight: 400;
}

/* Headlines Zeilenabstand 14 04 25 */
/* Neue Änderungen Zeilenabstand 23 04 25 */ 
/* Zeilenabstand 28 04 25*/

   body .h1 {
    font-size: 2.92rem !important;
    line-height: 3.5rem;
  }
  
  body .h2 {
    font-size: 2.16rem !important;
    line-height: 2.75rem !important;
  }
  
  body .h3 {
    font-size: 1.83rem !important;
    line-height: 2.35rem !important;
  }
  
  body .h4 {
    font-size: 1.5rem !important;
    line-height: 2.06rem !important;
  }
  
  body .h5 {
    font-size: 1.16rem !important;
    line-height: 1.65rem !important;
  }
  
  body .h6 {
    font-size: 1.16rem !important;
    line-height: 1.55rem !important;
  }
  
  
html  h1 {
      font-size: 2.92rem!important;
      line-height: 3.5rem!important;
    }
    
 html   h2 {
      font-size: 2.16rem!important;
      line-height: 2.75rem!important;
    }
    
 html   h3 {
      font-size: 1.83rem!important;
      line-height: 2.35rem!important;
    }
    
 html   h4 {
      font-size: 1.5rem!important;
      line-height: 2.06rem!important;
    }
    
 html   h5 {
      font-size: 1.16rem!important;
      line-height: 1.65rem!important;
    }
    
 html   h6 {
      font-size: 1.16rem!important;
      line-height: 1.55rem!important;
    }

/* Standard End * /

/* Footer Menu Fix */
#menu-footermenu li a {
	line-height: 1em;
}

/* Experisten Listen */ 

.expertise-list {
  list-style: none; /* Remove default bullet points */
  padding-left: 0; /* Remove default padding */
  margin: 0; /* Optional: Adjust margin as needed */
}

.expertise-list li {
  display: flex; /* Align icon and text */
  align-items: center; /* Center-align text and icon vertically */
  margin-bottom: 0.5em; /* Add spacing between list items */
}

.expertise-list li::before {
  content: '';
  display: inline-block;
  width: 24px; /* Match the SVG icon dimensions */
  height: 24px; /* Match the SVG icon dimensions */
  margin-right: 0.5em; /* Add spacing between icon and text */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17L4 12" stroke="%23726C68" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain; /* Ensure the icon fits properly */
}

/* Experisten Listen END*/ 

/* Neuer Button */
.kb-button {
	display: block;
	padding: 12px 24px;
	border: none;
	background: #1683A2;
	font-weight: 700;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    color: white;
    transition: all .3s ease-in-out;
}

.kb-button:focus {
	outline: none;
}

.kb-button>span {
	vertical-align: middle;
}

.kb-button:hover {
    -webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
	color: #fff;
	background: #2E2B2A;
}

/* Button */
/* KB Column Box */
.kb-1col-box {
  position: relative;
  overflow: hidden;
  height: 335px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  max-width: 700px;
	transition: all .5s ease-in-out;
}

.kb-1col-box p {
  padding-bottom: 0;
}

.kb-1col-box-container {
  position: relative;
  transition: all 0.5s ease-in-out;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content:center;
  gap: 8px;
  padding: 32px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 22%,
      rgba(255, 255, 255, 0.9) 100%
    ),
    rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
}



  
/* Off Effect */ 
  
  .kb-1col-box.off .kb-1col-box-container-arrow {
	  right:24px;
	  bottom:8px!important;
	  opacity:1!important;
  }

/* KB Column Box Ende*/

html body #top-menu li.current-menu-item>a,
html body #top-menu li.current-menu-ancestor > a{
	color: #B0956E !important
}



.kb_international_globe > a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 22 23"><path fill="%23726C68" fill-rule="evenodd" clip-rule="evenodd" d="M2.05763 10.5355H5.8013C6.01907 7.93086 6.88474 5.42986 8.30859 3.25682C4.98331 4.16843 2.46438 7.02993 2.05763 10.5355ZM10.5833 3.50646C9.01687 5.54112 8.05475 7.97774 7.80931 10.5355H13.3574C13.1119 7.97774 12.1498 5.54112 10.5833 3.50646ZM13.3574 12.5355C13.1119 15.0932 12.1498 17.5298 10.5833 19.5645C9.01687 17.5298 8.05475 15.0932 7.80931 12.5355H13.3574ZM5.8013 12.5355H2.05763C2.46438 16.041 4.9833 18.9025 8.30859 19.8141C6.88474 17.6411 6.01907 15.1401 5.8013 12.5355ZM12.8581 19.8141C14.2819 17.6411 15.1476 15.1401 15.3654 12.5355H19.109C18.7023 16.041 16.1834 18.9025 12.8581 19.8141ZM19.109 10.5355H15.3654C15.1476 7.93086 14.2819 5.42986 12.8581 3.25682C16.1834 4.16843 18.7023 7.02992 19.109 10.5355ZM0 11.5355C0 5.69047 4.73832 0.952148 10.5833 0.952148C16.4283 0.952148 21.1667 5.69047 21.1667 11.5355C21.1667 17.3805 16.4283 22.1188 10.5833 22.1188C4.73832 22.1188 0 17.3805 0 11.5355Z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/* KIENBAUM BERATER BOXEN 15.04.2025 */

.kienbaumCTABox {
  height: 100%;
  border: 1px solid #E6E7E8;
}

.kienbaumCTABox.Pfeil .kienbaumCTABox-Contacts,
.kienbaumCTABox.V2 .kienbaumCTABox-Contacts {
  display: none;
}

.kienbaumCTABox-Link {
  display: flex;
  background: radial-gradient(238.66% 139.14% at 3.38% 7.65%, #E6E2DC 0%, #CCBBA5 98.47%);
  overflow: hidden;
}

.kienbaumCTABox-Contacts .contact-item svg path {
  transition: all 0.5s ease-in-out;
}

.kienbaumCTABox-Contacts .contact-item.email:hover svg path,
.kienbaumCTABox-Contacts .contact-item.phone:hover svg path {
  stroke: #2E2B2A;
}

.kienbaumCTABox-Contacts .contact-item.linkedin:hover svg path,
.kienbaumCTABox-Contacts .contact-item.xing:hover svg path {
  fill: #2E2B2A;
}


.kienbaumCTABox-Portrait {
  width: 176px;
  height: 176px;
  margin: 24px auto 0 auto;
	overflow:hidden;
	transition:all .3s ease-in-out;
}
.kienbaumCTABox-Portrait:hover {
	transform:scale(1.2);
}

.kienbaumCTABox-Standort {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.kienbaumCTABox-Standort svg {
  margin-right: 5px;
  flex-shrink: 0 !important;
}

.kienbaumCTABox-Placeholder {
  background: #efefef;
}

.kienbaumCTABox-ConsultantName {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #2E2B2A;
}

.kienbaumCTABox-ConsultantTitle {
  width: 100%;
  margin-top: 16px;
}

.kienbaumCTABox-Contacts {
  margin-top: 24px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.kienbaumCTABox-Contacts div {
  display: flex;
  align-items: center;
}

.kienbaumCTABox-Description {
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeef;
}

.kienbaumCTABox-CustomLink {
  position: relative;
  text-decoration: none;
  padding-top: 24px;
  display: inline-block;
}

.kienbaumCTABox-CustomLinkPfeil {
  display: flex;
  justify-content: end;
  margin-top: 24px;
}

.kienbaumCTABox-CustomLink::after,
.kienbaumCTABox-Placeholder + .kienbaumCTABox-ConsultantName::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: #1683A2;
  transition: width 0.5s ease-in-out, right 0.5s ease-in-out;
}

.kienbaumCTABox-CustomLink:hover,
.kienbaumCTABox-Placeholder + .kienbaumCTABox-ConsultantName:hover {
  color: #1683A2;
}

.kienbaumCTABox-CustomLink:hover::after,
.kienbaumCTABox-Placeholder + .kienbaumCTABox-ConsultantName:hover::after {
  width: 0;
  left: 0;
}

.kienbaumCTABox-Placeholder + .kienbaumCTABox-ConsultantName {
  position: relative;
  display: table;
  width: auto;
  margin: auto;
}

.kienbaumCTABox-Contacts .contact-item {
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  transition: background-color 0.5s ease, width 0.5s ease, right 0.5s ease;
  z-index: 1;
  line-height: 0;
}

.kienbaumCTABox.XS {
  display: flex;
  max-height: 216px;
}

.kienbaumCTABox.XS .kienbaumCTABox-Portrait {
  width: auto;
  max-height: 122px;
  margin: 20px 0 0 0;
  align-self: end;
}

.kienbaumCTABox.XS .kienbaumCTABox-Description,
.kienbaumCTABox.XS .kienbaumCTABox-Standort,
.kienbaumCTABox.XS .kienbaumCTABox-CustomLink,
.kienbaumCTABox.XS .kbctabox-social {
  display: none;
}

.kienbaumCTABox .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.kienbaumCTABox .tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  padding: 16px;
  box-shadow: 0px 2px 5px 0px rgba(46, 43, 42, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  white-space: nowrap;
  z-index: 1000;
  font-size: 13px;
  text-transform: lowercase;
}

.kienbaumCTABox .tooltip::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 999;
}

.kienbaumCTABox .tooltip:hover::after,
.kienbaumCTABox .tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}
