/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.price-features {
    padding-top: 30px;
    padding-bottom: 5px;
    border: 1px solid #7E9680;
    border-color: var(--themecolor, #7E9680);
    border-radius: 10px;
}

.text-title {
    position: relative;
    display: block;
    top: 15px;
    text-align: center;
}

.text-title h3 {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 20px;
    background-color: #FFF;
}

.text-title h3 img {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: -1px;
}

.dkl-logos {
    width: 180px !important;
    opacity: 0.8 !important;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/
.slider-element .heading-block p	{
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 5px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.slider-element .slider-product-desc {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 65%;
    z-index: 2;
}

.slider-element .slider-product-desc [class^='col-'] {
    background-color: #353535;
    padding: 30px;
}

.slider-element .vertical-middle .container { top: -60px; }

.play-icon {
    position: relative;
    display: block;
    font-size: 18px;
    margin: 20px 0 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #FFF !important;
    border: 2px solid #EEE;
    text-align: center;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.play-icon i {
    position: relative;
    left: 2px;
}

.play-icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.heading-block h3 {
    font-weight: 800;
    text-transform: none;
    font-size: 2.3rem;
    letter-spacing: 0;
}

.heading-block h4 {
    font-weight: 800;
    text-transform: none;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.edge-underline h3,
.product:hover .product-title h3 {
    text-decoration: underline;
    text-decoration-skip: edges;
}

/* Work Process */

.process-wrapp {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    margin: 0 15px;
}

.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
    z-index: 1;
}

.process-wrapp li,
.process-wrapp li>.pro-step {
    text-align: center;
}

.process-wrapp li {
    padding: 70px 15px 0 15px;
    display: table-cell;
}

.process-wrapp li:hover {
    cursor: pointer;
}

.process-wrapp li>.pro-step {
    height: 90px;
    width: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.process-wrapp li>.pro-step,
.process-wrapp li>.pro-step::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.process-wrapp.no-rounded li>.pro-step,
.process-wrapp.no-rounded li>.pro-step::before {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.process-wrapp li>.pro-step::before {
    background: -webkit-gradient(linear, left top, right top, from(#5192e1), to(#23ced5));
    background: -webkit-linear-gradient(left, #5192e1, #23ced5);
    background: -o-linear-gradient(left, #5192e1, #23ced5);
    background: linear-gradient(90deg, #5192e1, #23ced5);
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.process-wrapp li p:first-child {
    font-size: 15px;
}

.process-wrapp li p:last-child {
    font-size: 13px;
    margin-bottom: 4px;
}

.process-wrapp li:hover>.pro-step {
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active>.pro-step{
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active:hover>.pro-step {
    border-color: transparent !important;
}

.process-wrapp li:hover>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active:hover>.pro-step::before {
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 50%;
}
.process-wrapp:hover li.active>.pro-step::before{
    opacity: 0;
    visibility: hidden;
}
.process-wrapp:hover li.active>.pro-step{
    border-color: #fff;
}

.process-wrapp li::before,
.process-wrapp li::after {
    height: 1px;
    top: 115px;
    background: rgba(255, 255, 255, .5);
    width: 30%;
    z-index: -1;
    margin: 0;
}

.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
    opacity: 0;
    visibility: hidden;
}

.process-wrapp li::before {
    left: 0;
}

.process-wrapp li::after {
    right: 0;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsePagesSideMenu i {
    transition: all .3s linear;
}

/*Work Process ends */

@media (max-width: 1200px) {
    .process-wrapp li::before,
    .process-wrapp li::after {
        width: 26% !important;
    }
}

@media (max-width: 992px) {
    .process-wrapp li::before {
        width: 0 !important;
    }
    .process-wrapp li::after {
        width: 70% !important;
        left: 195px;
    }
    .process-wrapp li:nth-child(even)::after,
    .process-wrapp li:last-child::after {
        width: 0 !important;
    }
    .process-wrapp li {
        padding: 60px 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .process-wrapp li {
        padding: 50px 15px 0 15px;
    }
    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }
}

@media (max-width: 576px) {
    .process-wrapp li {
        padding: 35px 15px 0 15px;
    }
}

/* transitions common */

.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after {
    content: ""
}

.vertical-list li {
    display: block!important;
    text-align: left!important;
}

.process-wrapp .step {
    display: inline-block !important;
}

.white-step {
    border: 1px solid #ffffff !important;
}

.green-step {
    border: 1px solid #00ff00 !important;
    color: green !important;
}

.red-step {
    border: 1px solid #ff0000 !important;
    color: red !important;
}

.dark .fbox-icon i {
    color: #EEE !important;
}

.dark .fbox-content h3 {
    color:#FFF;
}

/* showcases */

.showcase-section .showcase-target { display: none; }

.showcase-section .showcase-target.showcase-target-active { display: block; }

.showcase-section ul { list-style: none; }

.showcase-section ul li {
    display: block;
    position: relative;
    padding: 24px 0;
    cursor: pointer;
    border-top: 1px solid #F0F2F6;
}

.showcase-section ul li:first-child {
    padding-top: 0;
    border-top: 0;
}

.showcase-section ul li h3 {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.showcase-section ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #777;
    text-align: left;
}

.showcase-section ul li h3::before {
    opacity: 0;
    content: "\e77d";
    font-family: 'font-icons';
    position: absolute;
    margin-left: -20px;
    top: -2px;
    -webkit-transition: margin-left .3s ease, opacity .3s ease;
    -ms-transition: margin-left .3s ease, opacity .3s ease;
    -o-transition: margin-left .3s ease, opacity .3s ease;
    transition: margin-left .3s ease, opacity .3s ease;
}

.showcase-section ul li.showcase-feature-active h3::before {
    opacity: 1;
    margin-left: -15px;
}

.datenschutz .showcase-section ul li.showcase-feature-active h3 { color: #983037; }
.whistleblowing .showcase-section ul li.showcase-feature-active h3 { color: #2A4D7A; }
.ai .showcase-section ul li.showcase-feature-active h3 { color: #3A985C; }

.showcase-section .showcase-target {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all .3s .1s ease;
    -o-transition: all .3s .1s ease;
    transition: all .3s .1s ease;
    -webkit-backface-visibility: hidden;
}

.showcase-section .showcase-target.showcase-target-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 9;
}

.showcase-section .showcase-target:first-child { position:  relative; }

.datenschutz .button-border.button-primary {
    color: #983037;
    border-color: #983037;
}

.whistleblowing .button-border.button-primary {
    color: #2A4D7A;
    border-color: #2A4D7A;
}

.ai .button-border.button-primary {
    color: #3A985C;
    border-color: #3A985C;
}

.website-audit .button-border.button-primary {
    color: #3e8de3;
    border-color: #3e8de3;
}

.datenschutz .text-dkl {
    color: #983037 !important;
}

.whistleblowing .text-dkl {
    color: #2A4D7A !important;
}

.ai .text-dkl {
    color: #3A985C !important;
}

.website-audit .text-dkl {
    color: #3e8de3 !important;
}

.datenschutz .background-dkl {
    background-color: #983037 !important;
}

.whistleblowing .background-dkl {
    background-color: #2A4D7A !important;
}

.ai .background-dkl {
    background-color: #3A985C !important;
}

.dkl-container,
.dkl-container-fluid,
.dkl-container-xxl,
.dkl-container-xl,
.dkl-container-lg,
.dkl-container-md,
.dkl-container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .dkl-container-sm, .dkl-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .dkl-container-md, .dkl-container-sm, .dkl-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .dkl-container-lg, .dkl-container-md, .dkl-container-sm, .dkl-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .dkl-container-xl, .dkl-container-lg, .dkl-container-md, .dkl-container-sm, .dkl-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .dkl-container-xxl, .dkl-container-xl, .dkl-container-lg, .dkl-container-md, .dkl-container-sm, .dkl-container {
        max-width: 1320px;
    }
}

.feature-box-border .feature-box { position: relative; }

.feature-box-border .feature-box:not(.noborder)::after {
    content: "";
    position: absolute;
    top: calc(64px + 16px);
    left: 59px;
    width: 2px;
    height: calc(100% - 16px);
    background-color: #EEE;
    z-index: 0;
}

.feature-box-border .fbox-color.feature-box:not(.noborder)::after { background-color: #0F6458; }

.feature-box-border .fbox-icon i,
.feature-box-border .fbox-border.fbox-light .fbox-icon i {
    line-height: 60px;
    font-size: 24px;
    z-index: 1;
    text-align: center;
}

.fbox-border.fbox-light .fbox-icon a { background-color: #FFF; }

.fbox-border.fbox-effect .fbox-icon i::after {
    background-color: #0F6458;
}

.fbox-border.fbox-effect.effect-warning .fbox-icon i::after {
    background-color: #ffc107;
}

.dkl-card {
    padding: 30px;
    background-color: #F5F5F5;
    border-radius: 4px;
    border: 1px solid #EEE;
}

.feature-box.media-box.fbox-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}

.contact-properties [class^=col-] > a:hover,
.product:hover .product-image,
.button:hover,
.feature-box.media-box.fbox-bg:hover {
    box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.feature-box h3 { font-size: 17px; }

.feature-box h3 span.subtitle { font-size: 14px; }

.color-2,
.h-color-2:hover { color: var(--secondarycolor, #E9C46A) !important; }

.bg-color-2,
.h-bg-color-2:hover { background-color: var(--secondarycolor, #E9C46A) !important; }

#header.sticky-on-scrollup,
#header.sticky-on-scrollup #header-wrap {
    -webkit-transition: height .2s ease, opacity .2s ease, transform .2s ease;
    -o-transition: height .2s ease, opacity .2s ease, transform .2s ease;
    transition: height .2s ease, opacity .2s ease, transform .2s ease;
}

#header.sticky-on-scrollup.sticky-header-shrink:not(.show-sticky-onscroll) #header-wrap { transform: translate3d(0, -100%, 0); }

.top-links-item.dkl-whistleblowing > a {
    text-transform: none;
    color: #EEE !important;
    font-size: 15px;
    font-weight: 400;
    padding: 18px 24px;
}

.top-links-sub-menu .top-links-item > a {
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .top-links-item {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.dark .top-links-item:hover {
    background-color: rgba(255,255,255,0.2);
}

.iconlist > li {
    line-height: 24px;
}

.iconlist > li [class^="icon-"]:first-child,
.iconlist > li [class*=" icon-"]:first-child {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
}

.dotted-bg:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 100%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(rgba(var(--themecolorrgba),0.3) 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
    z-index: 0;
}

.services-grid .feature-box {
    padding: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: .5rem;
    border: 1px solid var(--secondarycolor);
}

.services-grid .feature-box:hover {
    background-size: cover;
}

.hover-button {
    display: block;
    margin-top: 20px;
    font-weight: 600;
}

.dark .hover-button { color: #FFF; }

.services-grid .feature-box { background-color: var(--themecolor); }

.dark .services-grid .feature-box .fbox-icon i { background-color: rgba(255,255,255,0.15); }


.services-grid .feature-box,
.services-grid .feature-box .fbox-icon,
.services-grid .feature-box .fbox-content,
.hover-button  { transition: all .4s ease, border-color .0s ease; }

.heading-block h3 {
    font-size: 2.1rem;
    line-height: 1.3 !important;
}


.form-widget label {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .services-grid .feature-box {
        padding: 3rem;
        background-size: 0;
        border: 1px solid rgba(255,255,255,0.1);
    }

    .services-grid .feature-box:hover {
        transform: translateY(-6px);
        border-color: var(--themecolor);
    }

    .services-grid .feature-box:not(:hover) .hover-button {
        opacity: 0;
        transform: translateY(-5px);
    }

    .services-grid .feature-box .fbox-icon,
    .services-grid .feature-box .fbox-content {
        transform: translateY(20px);
    }

    .services-grid .feature-box:hover .fbox-icon,
    .services-grid .feature-box:hover .fbox-content { transform: translateY(0px); }
    .services-grid .feature-box:hover .fbox-content p { transition: all .4s ease, color .0s ease; color: #FFF; }
    .services-grid .feature-box:hover .fbox-content h4 { transition: all .4s ease, color .0s ease; color: #FFF; }
    .services-grid .feature-box:hover .fbox-content .feature-box-text { transition: all .4s ease, color .0s ease; color: #FFF; }
    .fbox-content .feature-box-text { color: #999; }

    .dark .services-grid .feature-box:hover .fbox-icon i { background-color: #FFF; }
    .services-grid .feature-box:hover .fbox-icon a { border-color: #FFF; }

    .heading-block h3 {
        font-size: 2.5rem;
        line-height: 1.3 !important;
    }

    .hero-title.display-3 {
        font-size: 4.25rem;
        letter-spacing: -3px;
    }

    .dkl-product-solution {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/whistleblower/product_solution.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .dkl-product-software {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/whistleblower/product_software.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .dkl-product-text {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/whistleblower/product_text.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .dkl-ai-service {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/ai/ai_complicate_1.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .dkl-ai-task {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/ai/ai_complicate_2.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .dkl-ai-competence {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/ai/ai_complicate_3.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .dkl-ds-service {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/datenschutz/ds_complicate.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .dkl-ds-task {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/datenschutz/ds_service.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .dkl-ds-competence {
        background-image: linear-gradient(#2646532b, #264653f7), url('../images/datenschutz/ds_compliance.png');
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }
}

@media (max-width: 991.98px) {
    .services-grid .feature-box { background-color: transparent !important; background-image: none!important;min-height: 420px; }
    .services-grid .feature-box .fbox-icon i { color: #983037; }
    .services-grid .feature-box .fbox-icon a { border-color: #983037; }
    .services-grid .feature-box .fbox-content h4 { border-color: #FFF;color: #444 !important; }
    .services-grid .feature-box .fbox-content p { border-color: #FFF;color: #999 !important; }
    .container {padding-left: 1rem; padding-right: 1rem;}
}

@media (max-width: 540px) {
    .dkl-flex {
        display: block!important;
    }
}

@media (min-width: 541px) {
    .dkl-flex {
        display: flex!important;
    }

    .dkl-lg-padding-left{
        padding-left: 2rem;
    }

    .dkl-lg-padding-right{
        padding-right: 2rem;
    }
}

.text-left {
    text-align: left;
}

.fbox-content strong {
    color: #333;
}

.datenschutz .button-primary.button-border.button-fill:before {
    background-color: #983037 !important;
}

.whistleblowing .button-primary.button-border.button-fill:before {
    background-color: #2A4D7A !important;
}

.ai .button-primary.button-border.button-fill:before {
    background-color: #3A985C !important;
}

.website-audit .button-primary.button-border.button-fill:before {
    background-color: #3e8de3 !important;
}

.datenschutz .btn-outline-dkl {
    color: #983037;
    border-color: #983037;
}
.datenschutz .btn-outline-dkl:hover {
    color: #fff;
    background-color: #983037;
    border-color: #983037;
}

.whistleblowing .btn-outline-dkl {
    color: #2A4D7A;
    border-color: #2A4D7A;
}
.whistleblowing .btn-outline-dkl:hover {
    color: #fff;
    background-color: #2A4D7A;
    border-color: #2A4D7A;
}

.ai .btn-outline-dkl {
    color: #3A985C;
    border-color: #3A985C;
}
.ai .btn-outline-dkl:hover {
    color: #fff;
    background-color: #3A985C;
    border-color: #3A985C;
}

.website-audit .btn-outline-dkl {
    color: #3e8de3;
    border-color: #3e8de3;
}

.website-audit .btn-outline-dkl:hover {
    color: #fff;
    background-color: #3e8de3;
    border-color: #3e8de3;
}

.sticky-header .menu-link {
    color: #444;
}

.menu-item.current-blue .menu-link {
    background-color: #2A4D7A;
    color: white;
}

.menu-item.current-green .menu-link {
    background-color: #3A985C;
    color: white;
}

.menu-link {
    color: white;
}

/* Mobile devices (max-width: 768px) */  
@media (max-width: 768px) {  
    .menu-link {  
        color: #444;  
    }  
}

.bg-ai {
    background-color: #3A985C;
}

.button.button-border.ai-border {
    border: 2px solid #3A985C;
    color: #3A985C;
}

.bg-whistleblow {
    background-color: #2A4D7A;
}

.sticky-header .menu-link.dkl-red {
    color: #983037;
}

/* Mobile devices (max-width: 768px) */  
@media (max-width: 768px) {  
    .menu-link.dkl-red {  
        color: #983037;  
    }  
}

.dkl-white {
    color: white;
}

.dkl-green {
    color: #3A985C;
}

@media (max-width: 768px) {  
    #slider {  
        display: none !important;  
    }  
}

@media (min-width: 768px) {
    .dkl-l-25 {
        left: 25%;
    }
}

.long-word {
    word-break: normal;
    hyphens: auto;
}

.font-16-white {
    font-size: 16px !important;
    color: #fff !important;
}

.ai .fbox-content h3 {
    text-transform: none;
    color: #555;
    font-weight: 500;
}

.ai .fbox-icon i {
    background-color: #999;
}

.weight-600 {
    font-weight: 600;
}

.highlight-dkl {
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.loaded .highlight-dkl {
    border-bottom-color: black;
}

.current .highlight-dkl,
.current-blue .highlight-dkl,
.current-green .highlight-dkl {
    border-bottom: none;
}

