﻿/*=============================================
=             Fonts                 =
=============================================*/

/* questrial-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/questrial-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/nunito-sans-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/nunito-sans-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*=============================================
=             Variables                 =
=============================================*/

:root {
    --basic-1: #F9F9F9;
    --basic-2: #E6E6E6;
    --basic-3: #9C9C9C;
    --basic-4: #595959;
    --basic-5: #404040;
    --basic-dark: #201F1F;
    --basic-white: #FFFFFF;
    --basic-black: #000000;
    --primary-printec-blue: #005B8C;
    --primary-printec-red: #CC2C24;
    --primary-printec-grey: #CACACA;
    --printec-dark: #1C1B1B;
    --special-overlay: rgba(0, 0, 0,.15);
    --special-stroke-1: #BEBEBE;
    --special-stroke-2: #E0E0E0;
    --special-bg-light-0: #DEDEDE;
    --special-bg-light-1: #F9F9F9;
    --special-bg-light-2: #FCFCFC;
}

/*=============================================
=             Override Bootstrap              =
=============================================*/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 5rem;
}

.row{
    --bs-gutter-x: 3.125rem;
}

.g-5, .gy-5 {
    --bs-gutter-y: 3.125rem;
}

.mb-5 {
    margin-bottom: 3.125rem !important;
}

.mt-5 {
    margin-top: 3.125rem !important;
}

.pb-5 {
    padding-bottom: 3.125rem !important;
}

.pt-5 {
    padding-top: 3.125rem !important;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.45;
}

.modal-lg, .modal-xl {
    --bs-modal-width: 920px;
}

.modal {
    --bs-modal-border-color: var(--special-stroke-1);
    --bs-modal-bg: var(--special-bg-light-1);
    --bs-modal-title-line-height: 52px;
}

.modal-content {
    border-radius: 12px;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.25);
}

.modal-header {
    border-bottom: none;
    padding: 29px 28px 12px 28px;
    align-items: flex-start;
}

.modal-title {
    margin-top: 17px;
}

.modal-body{
    padding: 0 30px;
}

.modal-footer {
    border-top: none;
    padding: 32px 30px 55px;
}

.modal-header .btn-close {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M26 2L2 26" stroke="%23005B8C" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 2L26 26" stroke="%23005B8C" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    opacity: 1;
}

.modal-header .btn-close:hover {
    opacity: .75;
}

.modal-header .btn-close:focus, .modal-header .btn-close:active{
    box-shadow: none;
}

.form-check{
    padding-left: 27px;
    min-height: 0;
    margin-bottom: 0;
}

.form-check .form-check-input{
    margin-left: -27px;
}

.form-check-input[type=checkbox]{
    border-radius: 4px;
}

.form-check-inline {
    margin-right: 9px;
}

.form-check-label {
    color: var(--printec-dark);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    letter-spacing: 0.25px;
    display: block;
    padding-top: 3px;
}

    .form-check-label.datenschutz {
        color: var(--printec-dark);
        font-family: "Nunito Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        padding-top: 0;
        position: relative;
        top: -2px;
    }

.form-check-input{
    border: 2px solid var(--primary-printec-blue);
    width: 20px;
    height: 20px;
    margin-top: 0;
}

    .form-check-input:checked {
        background-color: var(--primary-printec-blue);
        border-color: var(--primary-printec-blue);
        background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="12.7272" height="9.4727" viewBox="0 0 12.7272 9.4727" xml:space="preserve"><desc>Created with Fabric.js 5.3.0</desc><defs></defs><g transform="matrix(1 0 0 1 6.363615 4.73635)" id="sWueiAIbtfMkIlQQ177JO" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: evenodd; opacity: 1;" transform=" translate(0, 0)" d="M -6.36362 0.19095 L -1.8181599999999998 4.73635 L 6.36361 -3.4454399999999996 L 5.081810000000001 -4.73635 L -1.8181599999999989 2.1636500000000005 L -5.081799999999999 -1.0908999999999995 z" stroke-linecap="round" /></g><g transform="matrix(1 0 0 1 4.1348229497 10.0229621125)" id="7Dj4A2SnoxrYTBMh0bSO_" ><path style="stroke: rgb(0,0,0); stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-opacity: 0; fill-rule: nonzero; opacity: 1;" transform=" translate(0, 0)" d="M 0 0" stroke-linecap="round" /></g><g transform="matrix(1 0 0 1 24.1348229497 30.0229621125)" id="yPpp5-ighAQImcmT75_B_" ><path style="stroke: rgb(0,0,0); stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-opacity: 0; fill-rule: nonzero; opacity: 1;" transform=" translate(0, 0)" d="M 0 0" stroke-linecap="round" /></g></svg>');
        background-size: auto;
    }

    .form-check-input:focus{
        box-shadow: none;
        border-color: var(--primary-printec-blue);
    }

.form-control-container{
    position: relative;
}

.form-control-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--special-stroke-1);
    border-radius: 8px;
    transition: background-color 0.3s; /* Übergangseffekt für Farbänderung */
}

.form-control {
    border: none;
    position: relative;
    border-radius: 0;
    background-color: transparent;
    padding: 5px 0;
    color: var(--basic-black);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    letter-spacing: 0.25px;
    margin-top: 11px;
    margin-bottom: 16px;
}

    .form-control:focus {
        background-color: transparent;
    }

.form-control-container input:focus + .form-control-border, .form-control-container input:active + .form-control-border {
    background-color: var(--primary-printec-blue); /* Farbe der Linie bei Fokus */
}

    .form-control::placeholder{
        color: var(--basic-3);
    }

    .form-select {
        position: relative;
        border-radius: 0;
        background-color: transparent;
        padding: 4px 0;
        color: var(--basic-black);
        border: none;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z" fill="%23005B8C"/></svg>');
        background-position: right center;
        background-size: 24px;
        background-repeat: no-repeat;
        margin-bottom: 16px;
    }

    .form-select.null-value{
        color: var(--basic-3);
    }

    .form-select:focus, .form-select:active {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z" fill="%23005B8C"/></svg>');
        box-shadow: none;
        background-color: transparent;
    }

.form-control-container .form-select:focus + .form-control-border, .form-control-container .form-select:active + .form-control-border {
    background-color: var(--primary-printec-blue); /* Farbe der Linie bei Fokus */
}

        .form-select option:disabled {
            color: var(--basic-3);
        }

    .form-select option{
        color: var(--basic-black);
    }

textarea.form-control {
    background-image: none;
    border-radius: 12px;
    background: var(--special-bg-light-1);
    padding: 12px 20px;
    border: none;
    outline: 1px solid var(--special-stroke-1);
    margin-top: 31px;
}

    textarea.form-control:focus, textarea.form-control:active {
        background-image: none;
        outline: 2px solid var(--primary-printec-blue);
    }

.invalid-feedback {
    color: var(--primary-printec-red);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
}

/*=============================================
=        Responsive Override Bootstrap        =
=============================================*/

@media only screen and (max-width: 1379px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 3.75rem;
    }
}

@media only screen and (max-width: 1199px) {
    .row {
        --bs-gutter-x: 1.875rem;
    }

    .g-5 {
        --bs-gutter-y: 1.875rem;
    }

    .mb-5 {
        margin-bottom: 1.875rem !important;
    }

    .mt-5 {
        margin-top: 1.875rem !important;
    }

    .pb-5 {
        padding-bottom: 1.875rem !important;
    }

    .pt-5 {
        padding-top: 1.875rem !important;
    }
}

@media only screen and (max-width: 991px) {

    .row {
        --bs-gutter-x: 1.3125rem;
    }

    .g-5, .gy-5 {
        --bs-gutter-y: 1.875rem !important;
    }

}

@media only screen and (max-width: 767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 2.5rem;
    }

}

/*=============================================
=             Global Styles                   =
=============================================*/

.b_body :focus-visible {
    box-shadow: none !important;
    outline: 1px auto rgb(16,16,16) !important;
    outline-offset: 5px;
}

html {
    -webkit-overflow-scrolling: touch;
    transition: .3s;
    transition-timing-function: ease-in-out;
    min-height: 1800px;
}

body {
    color: #3F3F3F;
    /*background-color: #d9d9d9;*/
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    hyphens: auto;
}

/* Allgemeine Regel für alle Elemente mit font-size */
body, h1, h2, h3, h4, h5, h6, p, span, a, div {
    transition: font-size 0.3s ease-in-out;
}

hr{
    border-color: var(--special-stroke-1);
}

b, strong {
    font-weight: 600;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.likeH1 {
    color: var(--primary-printec-blue);
    font-family: Questrial, sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 106px;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0;
}

h1, .editor h1 {
    color: var(--primary-printec-blue);
    font-family: Questrial, sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    margin: 0;
    padding: 0 0 23px 0;
    /*    display: inline-block;*/
}

h2, .likeH2, .editor h2 {
    color: var(--primary-printec-blue);
    font-family: Questrial, sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0 0 38px 0;
    /*    display: inline-block;*/
}

.add_min_editor h2:last-child{
    /*padding-bottom: */
}

h3, .likeH3, .editor h3{
    color: var(--primary-printec-blue);
    font-family: Questrial, sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin: 0;
    padding: 0 0 13px 0;
}

h2 + h3, .editor h2 + h3 {
    margin-top: -14px;
}

b h1, b h2, b h3, strong h1, strong h2, strong h3, h1 strong, h2 strong, h3 strong{
    font-weight: 400 !important;
}

h4, .likeH4, .editor h4 {
    color: var(--primary-printec-blue);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    padding: 0;
}

.section_main #main h4 {
    padding-bottom: 25px;
}

h5, .likeH5, .editor h5 {
    color: var(--printec-dark);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
    padding: 0;
}

h3 + h5, .editor h3 + h5 {
    margin-top: -6px;
}

.section_main #main h5 {
    padding-bottom: 20px;
}

h6, .likeH6, .editor h6 {
    color: var(--primary-printec-blue);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.section_main #main h6 {
    padding-bottom: 15px;
}

p, p.regular, .editor p {
    color: var(--basic-4);
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

    p.large, .p-large, .editor .p-large, .editor-bild-text-box p {
        color: var(--basic-4);
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 37px;
        margin: 0;
        padding: 0;
    }

    p.small, .editor p.small{
        font-size: 14px;
        line-height: 19px;
    }

    p + p a.btn-secondary, .editor p + p a.btn-secondary {
        margin-top: 32px;
    }

    p.large + p .btn-secondary, p.p-large + p .btn-secondary, .editor .p-large + p .btn-secondary, .editor-bild-text-box p + p .btn-secondary, .bild-text-box-right p + p .btn-secondary{
        margin-top: 23px;
    }

    .indexcontent p + p, .editor p + p, .add_min_editor p + ul, .editor p + ul, .add_min_editor ul + p, .editor ul + p {
        margin-top: 9px !important;
    }


a {
    font-family: 'Nunito Sans', sans-serif;
    color: var(--primary-printec-blue);
    font-style: normal;
/*    font-weight: 400;*/
    text-decoration: none;
}

.main-content a {
    display: inline-block;
    background: transparent;
    border-radius: 10px;
    height: 2px;
    box-shadow: 0 28px 0 0 var(--primary-printec-blue);
}

.add_min_editor ul, .editor ul {
    color: var(--basic-4);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

    .add_min_editor ul li, .editor ul li {
        position: relative;
        padding-left: 27px;
        padding-bottom: 5px;
    }

    .add_min_editor ul li:before, .editor ul li:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 2px;
        left: 0;
        top: 12px;
        background-repeat: no-repeat;
        background-color: var(--primary-printec-blue);
        border-radius: 8px;
        /*background-image: url('data:image/svg+xml,<svg width="12" height="3" viewBox="0 0 12 3" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="1.5" x2="11" y2="1.5" stroke="%23005B8C" stroke-width="2" stroke-linecap="round"/></svg>');*/
    }

/*=============================================
=       Responsive Global Styles              =
=============================================*/

@media only screen and (max-width: 1199px) {

    .likeH1 {
        font-size: 69.5px;
        line-height: 79px;
    }

    h1 {
        font-size: 50px;
        line-height: 55px;
    }

    h2, .likeH2{
        font-size: 40px;
        line-height: 45px;
    }

    h3, .likeH3 {
        font-size: 29px;
        line-height: 44px;
    }

    h4, .likeH4 {
        font-size: 20px;
        line-height: 27px;
    }

    h5, .likeH5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6, .likeH6 {
        font-size: 13px;
        line-height: 19px;
    }

    p, p.regular {
        font-size: 16px;
        line-height: 26px;
    }

        p.large, .p-large, .editor .p-large, .editor-bild-text-box p {
            font-size: 22px;
            line-height: 35px;
        }

        p.small {
            font-size: 12px;
            line-height: 15px;
        }

    .div-spacer-150{
        height: 100px !important;
    }

    .div-spacer-100{
        height: 50px !important;
    }

    .div-spacer-75 {
        height: 50px !important;
    }

    .div-spacer-50 {
        height: 25px !important;
    }
}

@media only screen and (max-width: 991px) {
    .likeH1 {
        font-size: 61px;
        line-height: 71px;
    }

    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    h2, .likeH2 {
        font-size: 36px;
        line-height: 41px;
    }

        p.small {
            font-size: 11px;
            line-height: 14px;
        }
}

@media only screen and (max-width: 575px) {
    .likeH1 {
        font-size: 42px;
        line-height: 52px;
    }

    h1 {
        font-size: 33px;
        line-height: 38px;
    }

    h2, .likeH2 {
        font-size: 30px;
        line-height: 35px;
    }

    p.large, .p-large, .editor .p-large, .editor-bild-text-box p {
        font-size: 20px;
        line-height: 33px;
    }
}

/*=============================================
=               Editor Styles                 =
=============================================*/

.editor-bild-text-box{
    background-color: var(--special-bg-light-1);
}

.marked-text {
    background: var(--primary-printec-blue);
    color: var(--basic-white);
    display: inline;
    white-space: nowrap;
}

h1 .marked-text {
    padding: 7px 10px 1px 8px;
    margin: 0 -6px;
}

h2 .marked-text {
    padding: 5px 6px;
    margin: 0 -6px;
}
p.p-underscore {
    position: relative;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 28px;
}
p.p-underscore:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--primary-printec-blue);
    position: absolute;
    left: 0;
    bottom: -2px;
}

.btn-secondary {
    display: inline-flex;
    padding: 16px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
/*    border: 1px solid var(--special-stroke-1);*/
    background: var(--basic-white);
    /* Button Shadow 1 */
    border: none;
    box-shadow: 0px 4px 0px 0px #9C9C9C;
    color: var(--primary-printec-blue);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin:0 0 0 0;
    text-decoration: none;
    position: relative;
    min-width: 129px;
    box-sizing: content-box;
}

span.btn-secondary{
    padding: 0;
}

    span.btn-secondary a {
        font-weight: 700;
        padding: 16px 14px;
        display: block;
        width: 100%;
        text-align: center;
        min-width: 129px;
        box-sizing: content-box;
    }

    .btn-secondary:before {
        content: '';
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border-radius: 12px;
        border: 1px solid var(--special-stroke-1);
        pointer-events: none;
        background-color: transparent;
    }

    .btn-secondary:hover:before {
        border: 2px solid var(--primary-printec-blue);
    }

    .btn-secondary:hover {
        transform: translateY(4px);
        box-shadow: 0px 0px 0px 0px #444;
        color: var(--primary-printec-blue);
        background: var(--basic-white);
    }

.a-extern {
    color: var(--primary-printec-blue);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 3H21V9" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 14L21 3" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); background-repeat: no-repeat;
    background-position: right 2px;
    padding: 0 30px 0 0;
}

    .a-extern:after {
        content: '';
        width: 0;
        height: 2px;
        border-radius: 8px;
        bottom: 0px;
        position: absolute;
        z-index: 11;
        left: 0;
        background-color: var(--primary-printec-blue);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        width: calc(100% - 30px);
        left: 0;
    }

        .a-extern:hover:after {
            animation: slidedownload 0.75s ease forwards;
        }

.a-arrow {
    color: var(--primary-printec-blue);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 5L19 12L12 19" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); background-repeat: no-repeat;
    background-position: right 2px;
    padding: 0 30px 0 0;
}

    .a-arrow:after {
        content: '';
        width: 0;
        height: 2px;
        border-radius: 8px;
        bottom: 0px;
        position: absolute;
        z-index: 11;
        left: 0;
        background-color: var(--primary-printec-blue);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        width: calc(100% - 30px);
        left: 0;
    }

    .a-arrow:hover:after {
        animation: slidedownload 0.75s ease forwards;
    }

/*=============================================
=               Table Styles                  =
=============================================*/

.table-wrapper {
    overflow-x: auto;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--special-stroke-1);
}

.add_min_editor table, .editor table {
    caption-side: top;
    border: none;
    background-color: var(--basic-1);
    position: relative;
    /*border-radius: 12px;*/
    min-width: 600px;
}

/*    .add_min_editor table:before, .editor table:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 12px;
        outline: 1px solid var(--special-stroke-1);
    }*/

    .add_min_editor table caption, .editor table caption {
        padding: 26px 39px 25px 39px;
        background-color: var(--basic-1);
        color: var(--printec-dark);
        font-family: Questrial;
        font-size: 37px;
        font-style: normal;
        font-weight: 400;
        line-height: 52px; /* 140.541% */
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .add_min_editor table thead tr td, .editor thead tr td {
        padding: 11px 20px 10px 20px;
        background-color: var(--basic-2);
        color: var(--printec-dark);
        font-family: "Nunito Sans";
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px; /* 143.478% */
    }

    .add_min_editor table tr, .editor tr {
        position: relative;
        border-top: 1px solid var(--special-stroke-1);
    }

    .add_min_editor table thead tr, .editor table thead tr, .add_min_editor table tbody tr:first-child, .editor table tbody tr:first-child {
        border-top: none;
    }

    .add_min_editor table caption + thead + tbody > tr:first-child, .editor table caption + thead + tbody > tr:first-child {
        border-top: 1px solid var(--special-stroke-1);
    }

/*        .add_min_editor table tr:before, .editor tr:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            top: 0;
            left: 0;
            background-color: var(--special-stroke-1);
        }

    .add_min_editor table thead tr:before, .editor table thead tr:before, .add_min_editor table tbody tr:first-child:before, .editor table tbody tr:first-child:before {
        opacity: 0;
    }

    .add_min_editor table caption + thead + tbody > tr:first-child:before, .editor table caption + thead + tbody > tr:first-child:before {
        opacity: 1;
    }*/

    .add_min_editor table tr td, .editor tr td {
        padding: 13px 20px 12px 20px;
        border-right: 1px solid var(--basic-white);
        color: var(--printec-dark);
        font-family: "Nunito Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 155.556% */
    }

    .add_min_editor table tr td:last-child, .editor tr td:last-child {
        border-right: none;
    
    }

/*=============================================
=                   Header                    =
=============================================*/

.skip {
    padding: 7px;
    position: absolute;
    top: -40px;
    left: 0;
    -webkit-transition: top .5s ease-out;
    transition: top .5s ease-out;
    z-index: 100;
    font-family: Fira Sans,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

    .skip:focus {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: top .05s ease-in;
        transition: top .05s ease-in
    }

header{
    border-bottom: 15px solid #444444;
    background-color: var(--basic-white);
    min-height: 150px;
}

.logo-printec-ds {
    padding: 23px 0 23px 0;
    transition: .3s ease-in-out;
    height: 104px;
    box-sizing: content-box;
}

/*=============================================
=            Responsive Header                =
=============================================*/

 @media only screen and (max-width: 1379px) {
    .logo-printec-ds {
        height: 90px;
        padding: 30px 0 30px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .logo-printec-ds {
        height: 75px;
        padding: 22px 0 23px 0;
    }

    header {
        min-height: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .logo-printec-ds {
        padding: 10px 0 10px 0;
        height: 60px;
    }

    header{
        min-height: 80px;
    }
}

/*=============================================
=                 Main Nav                    =
=============================================*/

.ul_main_nav {
}

    .ul_main_nav > li {
        display: flex;
        align-items: center;
        margin: 0 23px 0 22px;
    }

        .ul_main_nav > li a.nav-link {
            color: var(--basic-dark);
            text-align: center;
            font-family: Questrial, sans-serif;
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.9px;
            padding: 31px 0 31px 0;
            position: relative;
            transition: .3s;
            transition-timing-function: ease-in-out;
        }

            .ul_main_nav > li a.nav-link:hover, .ul_main_nav > li:hover a.nav-link {
                color: var(--primary-printec-blue);
            }

            .ul_main_nav > li a.nav-link:before {
                content: '';
                width: 0;
                height: 4px;
                border-radius: 8px;
                bottom: -1px;
                position: absolute;
                z-index: 11;
                left: 0;
                background-color: var(--primary-printec-blue);
                -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

        .ul_main_nav > li:hover > a.nav-link:before, .ul_main_nav > li.active > a.nav-link:before, .ul_main_nav > li.touchopen > a.nav-link:before {
            width: 100%;
            left: 0;
        }

        .ul_main_nav > li.has-children--multilevel-submenu.not-mega {
            position: relative;
        }

/*        .ul_main_nav > li.has-children:after {
            content: '';
            position: static;
            background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="chevron-down 1"><path id="Vector" d="M12 15.3751L6 9.3751L7.4 7.9751L12 12.5751L16.6 7.9751L18 9.3751L12 15.3751Z" fill="%233F3F3F"/></g></svg>');
            width: 24px;
            height: 24px;
            display: inline-block;
            transition: background-image .15s ease-in-out;
            cursor: pointer;
        }*/

/*        .ul_main_nav > li.has-children:hover:after {
            background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="chevron-down 1"><path id="Vector" d="M12 8.6249L18 14.6249L16.6 16.0249L12 11.4249L7.4 16.0249L6 14.6249L12 8.6249Z" fill="%23F73535"/></g></svg>')
        }*/

        .ul_main_nav > li.has-children:hover .megamenu, .ul_main_nav > li.tabbed .megamenu, .ul_main_nav > li.has-children.touchopen .megamenu {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            visibility: visible;
            opacity: 1;
        }

        .ul_main_nav > li.has-children:hover > .submenu, .ul_main_nav > li.has-children.touchopen > .submenu {
            -webkit-transform: translateY(0) translateX(-50%) !important;
            -ms-transform: translateY(0) translateX(-50%) !important;
            transform: translateY(0) translateX(-50%) !important;
            visibility: visible;
            opacity: 1;
        }


/*=============================================
=          Responsive Main Nav                =
=============================================*/

@media only screen and (max-width: 1674px) {
    .ul_main_nav > li {
        margin: 0 16px 0 15px;
    }
}

@media only screen and (max-width: 1501px) {
    .ul_main_nav > li {
        margin: 0 13px 0 12px;
    }

        .ul_main_nav > li a.nav-link {
            font-size: 22px;
        }
}

@media only screen and (max-width: 1320px) {
    .ul_main_nav > li {
        margin: 0 7px 0 7px;
    }

        .ul_main_nav > li a.nav-link {
            font-size: 20px;
        }
}



/*===========================================
=             Mega Menu Css                 =
===========================================*/

.megamenu {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 12px 12px;
    border-top: 1px solid var(--special-stroke-2);
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 1999;
    min-height: 550px;
}

.megamenu--mega {
    max-width: 1110px;
    width: 100%;
    padding: 35px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        min-width: 700px;
    }
}

@media only screen and (max-width: 1199px) {
    .megamenu{
        top: 120px;
    }

    .submenu{
        top: 101px !important;
    }
}

.megamenu--mega > li {
    /*    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;*/
    /*    padding-left: 15px;
    padding-right: 15px;*/
    line-height: 0;
    min-width: 233px;
    max-width: 300px;
}

    .megamenu--mega > li:first-child > a:after {
        content: '';
        height: 1px;
        width: 100%;
        background-color: var(--special-stroke-2);
        position: absolute;
        left: 0;
        margin-top: 24px;
        display: block;
        /*        top: 82px;
        left: 0;*/
    }

.megamenu--mega.multi-row > li:first-child:after {
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    display: block;
    background-color: var(--special-stroke-2);
    position: absolute;
    margin-top: 4px;
}

    .megamenu--mega > li.line-break {
        width: 100%;
        min-width: initial;
        max-width: initial;
    }

        .megamenu--mega > li.line-break + li, .megamenu--mega > li.line-break + li + li, .megamenu--mega > li.line-break + li + li + li{
            margin-top: 37px;
        }

            .megamenu--mega > li.line-break + li > a:after {
                content: '';
                height: 1px;
                width: 100%;
                left: 0;
                display: block;
                background-color: var(--special-stroke-2);
                position: absolute;
                margin-top: 29px;
            }

        .megamenu--mega > li.line-break + li > ul, .megamenu--mega > li.line-break + li + li > ul, .megamenu--mega > li.line-break + li + li + li > ul{
            margin-top: 41px;
        }

.megamenu--mega li a{
    display: inline-block;
}

.megamenu--mega > li > .page-list-title {
    font-family: "Nunito Sans";
    color: var(--basic-4);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.9px;
    transition: .3s;
    transition-timing-function: ease-in-out;
    /*padding: 40px 0 30px;*/
}

.megamenu--mega > li > .page-list-title:hover{
    color: var(--primary-printec-blue);
}

.megamenu--mega > li > .page-list-title > span{
    display: inline-block;
    height: 100%;
}

.megamenu--mega > li > ul {
    margin-top: 34px;
}

.megamenu--mega > li > ul > li {
    width: 233px;
}



.megamenu--mega > li > ul > li > a {
    font-family: "Nunito Sans";
    color: var(--basic-4);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    letter-spacing: 0.9px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    padding: 6px 0 6px 24px;
    position: relative;
        transition: .3s;
    transition-timing-function: ease-in-out;
}

    .megamenu--mega > li > ul > li > a:hover {
        color: var(--primary-printec-blue);
    }

    .megamenu--mega > li > ul > li > a:before {
        content: '';
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M6 11L10 7L6 3" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: repeat-x;
        width: 16px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 11px;
        margin: 0;
    }

    .megamenu--mega > li > ul > li > a:hover:before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M6 11L10 7L6 3" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }



/*        .megamenu--mega > li > ul > li > a:hover {
            color: #0085c8;
        }

            .megamenu--mega > li > ul > li > a:hover span:after {
                width: 100%;
                left: 0;
                right: auto;
            }

        .megamenu--mega > li > ul > li > a > span {
            position: relative;
        }

            .megamenu--mega > li > ul > li > a > span:after {
                content: '';
                width: 0;
                height: 1px;
                bottom: 0;
                position: absolute;
                left: auto;
                right: 0;
                z-index: -1;
                background-color: #0085c8;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

    .megamenu--mega > li > ul > li.active > a {
        color: #0085c8;
    }*/

.container-fluid .megamenu--mega {
    padding: 36px 50px 36px 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        min-width: 700px;
    }
}

/*=============================================
=          Product Finder Button              =
=============================================*/

.btn-productfinder {
/*    
    margin: 14px 0;*/
}

    .btn-productfinder > a {
        display: flex !important;
        align-items: center;
        border-radius: 4px;
        background: var(--primary-printec-blue);
        color: var(--basic-white) !important;
        font-family: "Nunito Sans" !important;
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 25px !important; /* 138.889% */
        letter-spacing: 0.9px !important;
        padding: 1px 0px 0px 24px !important;
        margin: 48px 0 14px 0;
    }

    .btn-productfinder > a:before {
        content: none !important;
    }



/*=============================================
=           Responsive Main Nav               =
=============================================*/

#mobile-menu-trigger {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 28px;
    padding: 0 2px;
    background: none;
    border: none;
    margin-left: 13px;
}

.meta-icon-menu {
    /*left: 8px;*/
    left: 2px;
    right: 0;
    position: absolute;
    top: 50%;
/*    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    width: 20px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border-radius: 10px;
}

    .meta-icon-menu:before {
        position: absolute;
        bottom: 6px;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: "";
        -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
        -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
        transition: all .3s cubic-bezier(.645,.045,.355,1);
        border-radius: 10px;
    }

    .meta-icon-menu:after {
        position: absolute;
        bottom: -6px;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: "";
        -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
        -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
        transition: all .3s cubic-bezier(.645,.045,.355,1);
        border-radius: 10px;
    }

#mobile-menu-trigger:hover .meta-icon-menu, #mobile-menu-trigger:hover .meta-icon-menu:before, #mobile-menu-trigger:hover .meta-icon-menu:after {
    background-color: var(--primary-printec-blue);
}

.mobile-menu-overlay, .page-oppen-off-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    cursor: url(img/light-close.png) 16 16, pointer;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 480px;
    height: 100%;
    float: right;
    cursor: default;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
        width: 100%;
    }
}

.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
    visibility: visible;
    opacity: 1;
}

    .mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
    background-color: #ffffff;
    border-bottom: 15px solid #444;
    height: 135px;
    padding: 23px 20px;
}

    .mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
        position: relative;
        cursor: pointer;
        height: 24px;
        width: 24px;
        line-height: 24px;
        display: inline-block;
    }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
            position: absolute;
            top: 11px;
            left: 2px;
            content: '';
            width: 20px;
            height: 2px;
            background-color: var(--basic-dark);
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
            position: absolute;
            top: 11px;
            left: 2px;
            content: '';
            width: 20px;
            height: 2px;
            background-color: var(--basic-dark);
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
            color: #678181;
        }

            .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
    padding: 35px 20px 35px 22px;
}

    .mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
        /* onepage style */
    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
            /*            display: flex;
            align-items: center;*/
        }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
                /* display: block;*/
                color: var(--basic-dark);
                font-family: Questrial;
                font-size: 22px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 0.9px;
                -webkit-transition: border-radius 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: border-radius 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: border-radius 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                display: flex;
                align-items: center;
                justify-content: space-between;
                outline: 1px solid var(--special-stroke-2);
                padding: 17px 16px 17px 24px;
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li:first-child > a{
                    border-top-left-radius: 12px;
                    border-top-right-radius: 12px;
                }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.active:last-child > a {
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child > a {
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover{
                color: var(--primary-printec-blue);

            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.active > a {
                color: var(--primary-printec-blue);
                outline-color: var(--primary-printec-blue);
                outline-width: 2px;
                outline-offset: -1px;
                position: relative;
                z-index: 9;
                padding-bottom: 18px;
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:before {
                content: '';
                width: 0;
                height: 8px;
                bottom: -4px;
                position: absolute;
                z-index: 11;
                left: 0;
                background-color: var(--primary-navigation);
                -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

/*            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.active > a:before {
                width: calc(100% + 29px);
                left: 0;
            }*/
            /*            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > a:after {
                content: '';
                position: static;
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M8.75 13.125L17.5 21.875L26.25 13.125" stroke="%233F3F3F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                width: 35px;
                height: 35px;
                display: inline-block;
                transition: background-image .15s ease-in-out;
                cursor: pointer;
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > a:hover:after {
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M26.25 21.875L17.5 13.125L8.75 21.875" stroke="%233F3F3F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            }*/
            .mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
                border-bottom: 0;
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
                position: relative;
                margin-top: 1px;
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
                    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M18 15.5L12 9.5L6 15.5" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                }


                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
                    /*                    position: absolute;
                    right: 0;
                    top: 12px;*/
                    width: 40px;
                    height: 40px;
                    background: rgba(255, 255, 255, 0.1);
                    color: #fff;
                    text-align: center;
                    line-height: 40px;
                    cursor: pointer;
                    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
                        background: rgba(255, 255, 255, 0.2);
                    }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
                        content: '';
                        width: 40px;
                        height: 40px;
                        display: inline-block;
                        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M6 9.5L12 15.5L18 9.5" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                        background-position: center 7px;
                        background-repeat: no-repeat;
                    }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover .menu-expand:before {
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M6 9.5L12 15.5L18 9.5" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
                    padding: 12px 0 14px 10px;
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu {
                    padding: 0;
                    margin-top: -1px;
                }


                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
                        padding: 0;
                    }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu > li{
                        margin-top: 1px;
                    }

                        /*                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
                        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
                    }*/

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
                            /*display: block;*/
                            min-height: 47px;
                            padding: 4px 16px 3px 49px;
                            position: relative;
                            color: var(--basic-5);
                            font-family: "Nunito Sans";
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 600;
                            line-height: normal;
                            letter-spacing: 0.9px;
                            text-decoration: none;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            outline: 1px solid var(--special-stroke-2);
                        }

                            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover{
                                color: var(--primary-printec-blue);

                            }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li.active > a{
                            color: var(--primary-printec-blue);
                            outline-color: var(--primary-printec-blue);
                            outline-width: 2px;
                            outline-offset: -1px;
                            position: relative;
                            z-index: 9;
                        }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li.active > a {
                            color: var(--primary-printec-blue);
                            outline-color: var(--primary-printec-blue);
                            outline-width: 2px;
                            outline-offset: -1px;
                            position: relative;
                            z-index: 9;
                            padding-top: 12px;
                            padding-bottom: 12px;
                        }

/*
                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > a > span {
                    position: relative;
                    padding-right: 9px;
                }*/

                /*                                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li.active > a:before {
                                    content: '';
                                    width: 100%;
                                    height: 8px;
                                    bottom: -14px;
                                    position: absolute;
                                    left: 0;
                                    background-color: var(--primary-navigation);
                                    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                                    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                                    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                                }*/

                /*                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li.has-children.active > a > span {
                            position: initial;
                        }

                            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li.has-children.active > a > span:before {
                                content: none;

                            }*/

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li.active > a {
                    color: var(--primary-navigation);
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li > a {
                        color: var(--basic-4);
                        font-family: "Nunito Sans";
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 20px; /* 125% */
                        letter-spacing: 0.9px;
                        padding: 13px 50px 13px 49px;
                        justify-content: flex-start;
                        align-items: flex-start;
                        min-height: 45px;
                    }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li > a:hover, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li.active > a {
                            color: var(--primary-printec-blue);
                        }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li > a:before {
                            content: '';
                            display: inline-block;
                            width: 16px;
                            height: 16px;
                            flex: 0 0 16px;
                            margin-right: 5px;
                            margin-top: 1px;
                            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6 12L10 8L6 4" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                        }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li > a:hover:before, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li.active > a:before {
                            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6 12L10 8L6 4" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                        }

/*                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li:last-child a {
                    border-bottom: 1px solid var(--bs-border-color);
                }*/

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li.active > a > span {
                    position: relative;
                }

                /*                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li > .sub-menu > li.active > a > span:before {
                            content: '';
                            width: 100%;
                            height: 8px;
                            bottom: -7px;
                            position: absolute;
                            left: 0;
                            background-color: var(--primary-navigation);
                            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                        }*/
                /*
                            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
                                color: #ffffff;
                            }*/
                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu li.has-children > a > span:first-child:before {
                    content: '';
                    width: 0;
                    height: 8px;
                    bottom: -14px;
                    position: absolute;
                    left: 0;
                    background-color: var(--primary-navigation);
                    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children > .sub-menu > li.has-children.active > a > span:first-child:before {
                    width: 100%;
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
                    border-bottom: 0;
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
                    position: relative;
                    margin-top: 1px;
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active > .sub-menu > li:first-child{
                       /* margin-top: 2px;*/
                    }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.active > .sub-menu > li.active {
                        margin-top: 0;
                    }
                    /*                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.active:not(.has-children){
                            padding-bottom: 20px;
                        }*/
                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
                        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M26.25 21.875L17.5 13.125L8.75 21.875" stroke="%233F3F3F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                    }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
                        /*                      position: absolute;
                                right: 0;
                                top: 6px;*/
                        width: 40px;
                        height: 40px;
                        /*                  background: rgba(255, 255, 255, 0.1);*/
                        color: #fff;
                        text-align: center;
                        line-height: 30px;
                        cursor: pointer;
                        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                    }

/*                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
                            background: rgba(255, 255, 255, 0.2);
                        }*/

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
                            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M6 9.5L12 15.5L18 9.5" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                        }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover .menu-expand:before {
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M6 9.5L12 15.5L18 9.5" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active span.menu-expand:before {
                content: '';
                width: 40px;
                height: 40px;
                display: inline-block;
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M18 15.5L12 9.5L6 15.5" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
                    position: relative;
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
                        content: "\f106";
                    }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
                        content: '\f107';
                        font-size: 16px;
                        font-family: "Font Awesome 5 Pro";
                        font-weight: 500;
                    }

    .mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
        font-weight: 700;
    }

/*====================================
=     Multilevel Submenu Css         =
====================================*/
.submenu {
    position: absolute;
    top: 119px;
    /*    left: 0;*/
    border-top: 1px solid var(--special-stroke-2);
    border-radius: 0px 0px 12px 12px;
    background-color: #ffffff;
    -webkit-transform: translateY(50px) translateX(-50%) !important;
    -ms-transform: translateY(50px) translateX(-50%) !important;
    transform: translateY(50px) translateX(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 304px;
    padding: 27px 40px 29px;
    z-index: 9;
    left: 50%;
    /*    transform: translateX(-50%) !important;*/
}

    .submenu > li {
        position: relative;
    }

        .submenu > li > a {
            font-family: "Nunito Sans";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px; /* 110% */
            letter-spacing: 0.9px;
            display: block;
            color: var(--basic-5);
            -webkit-transition: 0s;
            -o-transition: 0s;
            transition: 0s;
            padding: 9px 0 8px 0;
        }

/*            .submenu > li > a > span {
                position: relative;
            }

                .submenu > li > a > span:after {
                    content: '';
                    width: 0;
                    height: 1px;
                    bottom: 0;
                    position: absolute;
                    left: auto;
                    right: 0;
                    z-index: -1;
                    background-color: #0085c8;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }*/

            .submenu > li > a:hover {
                color: var(--primary-printec-blue);
            }

/*                .submenu > li > a:hover > span:after {
                    width: 100%;
                    left: 0;
                    right: auto;
                }*/

        .submenu > li:hover > .submenu {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            visibility: visible;
            opacity: 1;
            z-index: 9;
        }

        .submenu > li.active > a {
            color: #0085c8;
        }

        .submenu > li.has-children > a {
            position: relative;
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

            .submenu > li.has-children > a:after {
                position: absolute;
                right: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "Font Awesome 5 Pro";
                content: '\f105';
                font-size: 14px;
                vertical-align: middle;
                color: #ababab;
            }

            .submenu > li.has-children > a:hover:after {
                color: #0085c8;
            }

        .submenu > li.has-children.active > a {
            color: #0085c8;
        }

    .submenu .submenu {
        top: 0px;
        left: 100%;
        right: auto;
    }

        .submenu .submenu.left {
            right: 100%;
            left: auto;
        }

        .submenu .submenu .submenu {
            top: 0;
            left: 100%;
            right: auto;
        }

            .submenu .submenu .submenu.left {
                right: 100%;
                left: auto;
            }

            .submenu .submenu .submenu .submenu {
                top: 0;
                left: 100%;
                right: auto;
            }

                .submenu .submenu .submenu .submenu.left {
                    right: 100%;
                    left: auto;
                }

                .submenu .submenu .submenu .submenu .submenu {
                    top: 0;
                    left: 100%;
                    right: auto;
                }

                    .submenu .submenu .submenu .submenu .submenu.left {
                        right: 100%;
                        left: auto;
                    }

.menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.menu-style-three .navigation-menu > ul > li:hover > a:before, .menu-style-three .navigation-menu > ul > li.active > a:before, .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 0%;
    left: 0;
}

.menu-style-three .submenu.left, .menu-style-four .submenu.left {
    left: -100px;
}

    .menu-style-three .submenu.left .submenu.left, .menu-style-four .submenu.left .submenu.left {
        right: 100%;
        left: auto;
    }

.menu-style-four .navigation-menu > ul > li > a {
    color: #ffffff;
}

    .menu-style-four .navigation-menu > ul > li > a:before {
        content: '';
        width: 0;
        height: 3px;
        bottom: 0;
        position: absolute;
        left: 0;
        background-color: #d2a98e;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.menu-style-four .navigation-menu > ul > li:hover > a:after, .menu-style-four .navigation-menu > ul > li.active > a:after {
    color: #ffffff;
}

.menu-style-four .navigation-menu > ul > li:hover > a > span, .menu-style-four .navigation-menu > ul > li.active > a > span {
    color: #ffffff;
}

.menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 100%;
    left: 0;
}

/*====================================
=          CTA Button Header        =
====================================*/

.cta-button {
    display: flex;
    height: 60px;
    padding: 18px 18px 18px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--primary-printec-red);
    box-shadow: 0 6px 0 0 #404040;
    cursor: pointer;
    margin-right: 24px;
    border: none;
}

.cta-button.productfinder {
    border-radius: 12px;
    background: var(--primary-printec-blue);
    box-shadow: none;
}

    .cta-button > span {
        color: var(--Basic-White, #FFF);
        text-align: center;
        font-family: Questrial;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.9px;
    }

        .cta-button > span:before {
            content: '';
            width: 24px;
            height: 24px;
            display: inline-block;
            background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 5L19 12L12 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            vertical-align: middle;
            margin-right: 10px;
        }

@media only screen and (max-width: 991px) {
    .cta-button {
        height: 50px;
        padding: 16px 14px;
    }

        .cta-button > span {
            font-size: 16px;
        }

            .cta-button > span:before {
                display: none;
            }
}

@media only screen and (max-width: 1379px)  {
    .cta-button {
        margin-right: 18px;
    }
}

@media only screen and (max-width: 460px) {
    .cta-button {
        display: none;
    }
}

/*====================================
=          Language Select           =
====================================*/

.lang-select{

}

.lang-select-flyout {
    top: 93px;
    position: absolute;
    border-top: 1px solid var(--special-stroke-2);
    border-radius: 0px 0px 12px 12px;
    background-color: #ffffff;
    -webkit-transform: translateY(50px) translateX(-50%) !important;
    -ms-transform: translateY(50px) translateX(-50%) !important;
    transform: translateY(50px) translateX(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    padding: 17px 35px 27px 34px;
    /*    padding: 27px 40px 29px;*/
    z-index: 9999;
    left: 50%;
}

    .lang-select > li {
        position: relative;
    }

        .lang-select > li > a {
            font-family: Questrial;
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.9px;
            color: var(--basic-dark) !important;
            padding: 31px 0;
            cursor: pointer;
            position: relative;
            transition: .3s;
            transition-timing-function: ease-in-out;
        }

            .lang-select > li:hover > a {
                color: var(--primary-printec-blue) !important;
            }

            .lang-select > li > a:before {
                content: '';
                width: 0;
                height: 4px;
                border-radius: 8px;
                bottom: -1px;
                position: absolute;
                z-index: 11;
                left: 0;
                background-color: var(--primary-printec-blue);
                -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

        .lang-select > li:hover > a:before {
            width: 100%;
            left: 0;
        }

        .lang-select-flyout > li > a{
            font-family: "Nunito Sans";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px;
            letter-spacing: 0.9px;
            display: block;
            color: var(--basic-5);
            -webkit-transition: 0s;
            -o-transition: 0s;
            transition: 0s;
            padding: 9px 0 8px 0;
        }

            .lang-select-flyout > li > a:hover {
                color: var(--primary-printec-blue);
            }

        .lang-select > li:hover > .lang-select-flyout {
            -webkit-transform: translateY(0) translateX(-50%) !important;
            -ms-transform: translateY(0) translateX(-50%) !important;
            transform: translateY(0) translateX(-50%) !important;
            visibility: visible;
            opacity: 1;
        }





/*====================================
=    Responsive Language Select      =
====================================*/

 @media only screen and (max-width: 1379px) {
     .lang-select{
         margin-top: -2px;
     }

    .lang-select > li > a{
        font-size: 20px;
    }

    .lang-select-flyout{
        top: 94px;
    }
}

@media only screen and (max-width: 1199px) {
    .lang-select-flyout {
        top: 79px;
    }
}

@media only screen and (max-width: 575px){
    .lang-select > li > a {
        padding: 15px 0;
    }

    .lang-select-flyout {
        top: 59px;
    }
}

/*====================================
=                Suche               =
====================================*/

.search-container * {
    outline: none;
    box-sizing: border-box;
}

.search-container {
    position: relative;
    margin-left: 23px;
    /*    display: inline-block;
    width: 100%;
    height: 40px;*/
}

    .search-container .search-searchfield {
/*        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
    }

        .search-container .search-searchfield .input_searchfield + .custom-after {
            content: '';
            display: block;
            width: 0;
            height: 3px;
            border-radius: 7px;
            bottom: -3px;
            position: absolute;
            z-index: 11;
            right: 0px;
            background-color: var(--primary-printec-blue);
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .search-container .search-searchfield .input_searchfield {
            width: 28px;
            height: 28px;
            color: transparent;
            font-family: "Nunito Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 100% */
            letter-spacing: 0.25px;
            position: relative;
            /*        font-family: Lato, sans-serif;
        font-size: 1.35em;
        padding: 0.35em 50px 0.35em 0;*/
            padding: 0px 28px 0 0;
            border: none;
/*            border-bottom: 3px solid transparent;
            border-radius: 7px;
            border-radius: 0;*/
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }


            .search-container.active .search-searchfield .input_searchfield {
                /*border-bottom-color: var(--primary-printec-blue);*/
                width: 12vw;
                color: var(--basic-dark);
                cursor: default;
                -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

                .search-container.active .search-searchfield .input_searchfield + .custom-after {
                    width: 100%;
                    /*                -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
                }

            .search-container .search-searchfield .input_searchfield::-webkit-input-placeholder {
                position: relative;
                top: 0;
                left: 0;
                -webkit-transition-property: top, color;
                transition-property: top, color;
                transition-duration: 0.1s;
                transform: translateZ(0);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                perspective: 1000;
            }
            .search-container .search-searchfield .input_searchfield:-moz-placeholder {
                position: relative;
                top: 0;
                left: 0;
                -moz-transition-property: top, color;
                transition-property: top, color;
                transition-duration: 0.1s;
                transform: translateZ(0);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                perspective: 1000;
            }
            .search-container .search-searchfield .input_searchfield::-moz-placeholder {
                position: relative;
                top: 0;
                left: 0;
                -moz-transition-property: top, color;
                transition-property: top, color;
                transition-duration: 0.1s;
                transform: translateZ(0);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                perspective: 1000;
            }
            .search-container .search-searchfield .input_searchfield:-ms-input-placeholder {
                position: relative;
                top: 0;
                left: 0;
                -ms-transition-property: top, color;
                transition-property: top, color;
                transition-duration: 0.1s;
                transform: translateZ(0);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                perspective: 1000;
            }
            .search-container .search-searchfield .input_searchfield::-webkit-input-placeholder[style*=hidden] {
                color: #83b0c1;
                font-size: 0.65em;
                font-weight: normal;
                top: -20px;
                opacity: 1;
                visibility: visible !important;
            }
            .search-container .search-searchfield .input_searchfield:-moz-placeholder[style*=hidden] {
                color: #83b0c1;
                font-size: 0.65em;
                font-weight: normal;
                top: -20px;
                opacity: 1;
                visibility: visible !important;
            }
            .search-container .search-searchfield .input_searchfield::-moz-placeholder[style*=hidden] {
                color: #83b0c1;
                font-size: 0.65em;
                font-weight: normal;
                top: -20px;
                opacity: 1;
                visibility: visible !important;
            }
            .search-container .search-searchfield .input_searchfield:-ms-input-placeholder[style*=hidden] {
                color: #83b0c1;
                font-size: 0.65em;
                font-weight: normal;
                top: -20px;
                opacity: 1;
                visibility: visible !important;
            }

            .search-container .search-searchfield .input_searchfield::-webkit-search-cancel-button {
                display: none;
            }

    .search-container .searchbutton {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        height: 28px;
        width: 28px;
        display: block;
        border: none;
        border-color: var(--primary-border);
        /*transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
    }

        .search-container .searchbutton span {
            visibility: hidden;
            display: none;
        }

        .search-container .searchbutton .search-icon:before {
            content: '';
            width: 24px;
            height: 24px;
            display: block;
            transition: .3s;
            transition-timing-function: ease-in-out;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 4.5C7.13401 4.5 4 7.63401 4 11.5C4 15.366 7.13401 18.5 11 18.5C14.866 18.5 18 15.366 18 11.5C18 7.63401 14.866 4.5 11 4.5ZM2 11.5C2 6.52944 6.02944 2.5 11 2.5C15.9706 2.5 20 6.52944 20 11.5C20 16.4706 15.9706 20.5 11 20.5C6.02944 20.5 2 16.4706 2 11.5Z" fill="%23201F1F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9433 16.4428C16.3338 16.0523 16.967 16.0523 17.3575 16.4428L21.7075 20.7928C22.098 21.1833 22.098 21.8165 21.7075 22.207C21.317 22.5975 20.6838 22.5975 20.2933 22.207L15.9433 17.857C15.5528 17.4665 15.5528 16.8333 15.9433 16.4428Z" fill="%23201F1F"/></svg>');
        }

        .search-container .searchbutton:hover .search-icon:before {
            transition: .3s;
            transition-timing-function: ease-in-out;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 4.5C7.13401 4.5 4 7.63401 4 11.5C4 15.366 7.13401 18.5 11 18.5C14.866 18.5 18 15.366 18 11.5C18 7.63401 14.866 4.5 11 4.5ZM2 11.5C2 6.52944 6.02944 2.5 11 2.5C15.9706 2.5 20 6.52944 20 11.5C20 16.4706 15.9706 20.5 11 20.5C6.02944 20.5 2 16.4706 2 11.5Z" fill="%23005B8C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9433 16.4428C16.3338 16.0523 16.967 16.0523 17.3575 16.4428L21.7075 20.7928C22.098 21.1833 22.098 21.8165 21.7075 22.207C21.317 22.5975 20.6838 22.5975 20.2933 22.207L15.9433 17.857C15.5528 17.4665 15.5528 16.8333 15.9433 16.4428Z" fill="%23005B8C"/></svg>');
        }


    .search-container .searchcancelbtn {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        height: 28px;
        width: 28px;
        display: block;
        border: none;
        border-color: var(--primary-border);
        opacity: 0;
        z-index: -1;
       /* transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
    }

        .search-container .searchcancelbtn span {
            visibility: hidden;
            display: none;
        }

        .search-container .searchcancelbtn .search-cancel-icon:before {
            content: '';
            width: 24px;
            height: 24px;
            display: block;
            background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no" %3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24" xml:space="preserve"><desc>Created with Fabric.js 5.3.0</desc><defs></defs><g transform="matrix(0.6428571429 0 0 0.6428571429 12 12)" id="lxr5eiNlQmiZi0hkdZPh0" ><g style="" ><g transform="matrix(1 0 0 1 0 0)" id="D8iBBOcMa0c3TDTaS7S5m" ><path style="stroke: rgb(0,91,140); stroke-width: 3.5; stroke-dasharray: none; stroke-linecap: round; stroke-dashoffset: 0; stroke-linejoin: round; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" transform=" translate(-14, -14)" d="M 26 2 L 2 26" stroke-linecap="round" /></g><g transform="matrix(1 0 0 1 0 0)" id="7nHRtF_6vS30aFnJ6uu53" ><path style="stroke: rgb(0,91,140); stroke-width: 3.5; stroke-dasharray: none; stroke-linecap: round; stroke-dashoffset: 0; stroke-linejoin: round; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" transform=" translate(-14, -14)" d="M 2 2 L 26 26" stroke-linecap="round" /></g></g></g></svg>');
        }

    .search-container.active .searchbutton {
        z-index: -1;
        opacity: 0;
    }

    .search-container.active .searchcancelbtn{
        z-index: 1;
        opacity: 1;
    }

/*====================================
=          Responsive Suche          =
====================================*/

 @media only screen and (max-width: 1379px) {
    .search-container{
        margin-left: 14px;
    }
}

/*====================================
=               Swiper               =
====================================*/

.div_slideshow_nocontent {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.div_slideshow_nocontent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(93deg, #000 33.04%, rgba(0, 0, 0, 0.00) 98.4%);
    z-index: 1; /* Stellt sicher, dass der Layer unterhalb von anderen Elementen liegt */
}

.div_slideshow_nocontent {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow-container {
    position: relative;
}

    .slideshow-container .slideshow-badge {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 99;
        transition: all .3s ease-in-out;
    }

.abc .slideshow-container .slideshow-badge {
    top: 40px;
}

.swiper-creative {
}

    .swiper-creative .swiper-wrapper .swiper-slide {
        opacity: 0;
        transition: opacity 0.8s;
    }

    .swiper-creative .swiper-wrapper .swiper-slide-active {
        opacity: 1 !important;
    }

    .swiper-creative .swiper-wrapper .swiper-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background: linear-gradient(93deg, #000 33.04%, rgba(0, 0, 0, 0.00) 98.4%);
        z-index: 1; /* Stellt sicher, dass der Layer unterhalb von anderen Elementen liegt */
    }

    .swiper-creative .swiper-wrapper .swiper-slide .img-responsive {
        height: 570px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.indexwrapper .swiper-creative .swiper-wrapper .swiper-slide .img-responsive {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption-container {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

/* Fix für Mobil wenn viel Text in Slide 1 wird oberer Bereich von Made in Germany Logo überdeckt */
.start .swiper-creative .swiper-wrapper .swiper-slide:first-child .swiper-caption-container{
    padding-top: 40px;
}

.swiper-h1-caption-container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1380px;
}

    .swiper-h1-caption-container > .row{
        width: 100%;
    }

    .swiper-h1-caption-container .swiper-caption {
        max-width: 80%;
        opacity: 0;
        transform: translateY(50px);
        animation: slideUp 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    }


        .swiper-h1-caption-container .swiper-caption .likeH1 {
            color: var(--basic-white);
            user-select: none;
            line-height: 1;
            hyphens: manual;
/*            font-size: 72px;*/
    }

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50px); /* Startpunkt unten */
    }

    100% {
        opacity: 1;
        transform: translateY(0); /* Endpunkt in normaler Position */
    }
}


/******************************/


    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption {
       
        /*margin-top: 140px;*/
        transform: translateY(50px);
        transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 0;

    }

    .swiper-creative .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-caption {
        transform: translateY(0);
        opacity: 1;
    }

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption .likeH1 {
        color: var(--basic-white);
        user-select: none;
    }

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption .likeH3 {
        color: var(--basic-white);
        line-height: 47px;
        user-select: none;
    }

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption a .likeH3{
        display: inline-flex;
        gap: 18px;
    }

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption a .likeH3 > span{
        flex: 1;
    }

        .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption a .likeH3:after {
            content: '';
            display: block;
            height: 45px;
            width: 45px;
            /*margin-left: 18px;*/
            margin-top: 8px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45" fill="none"><path d="M2 22.4167H42.8333" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.417 2L42.8337 22.4167L22.417 42.8333" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            transition: margin-left 0.3s ease-in-out;
        }

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption a:hover .likeH3:after {
        animation: moveArrow 0.6s forwards; /* Füge die moveArrow-Animation hinzu, die 1 Sekunde lang abgespielt wird */
    }

/* Keyframe-Animation, die die Verschiebung des Pfeils definiert */
@keyframes moveArrow {
    0% {
        margin-left: 18px; /* Ausgangsposition */
    }

    20% {
        margin-left: 23px; /* Verschiebe den Pfeil um 5px nach rechts */
    }

    40% {
        margin-left: 28px; /* Verschiebe den Pfeil um weitere 5px nach rechts */
    }

    60% {
        margin-left: 23px; /* Verschiebe den Pfeil um 5px nach links */
    }

    80% {
        margin-left: 18px; /* Kehre zur Ausgangsposition zurück */
    }

    100% {
        margin-left: 18px; /* Kehre zur Ausgangsposition zurück */
    }
}

.swiper-creative .swiper-pagination {
    bottom: 25px;
}

.swiper-creative .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: var(--basic-white);
    margin: 0 7px 0 8px;
}

/*====================================
=         Responsive Swiper          =
====================================*/

@media only screen and (max-width: 1379px) {
    .slideshow-container .slideshow-badge{
        left: 30px;
    }

    .swiper-creative .swiper-wrapper .swiper-slide .img-responsive {
        height: 470px;
    }

    .indexwrapper .swiper-creative .swiper-wrapper .swiper-slide .img-responsive {
        height: 420px;
    }

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption-right .swiper-caption {
        padding-right: 60px;
    }

}

@media only screen and (max-width: 1199px) {

    .indexwrapper .swiper-creative .swiper-wrapper .swiper-slide .img-responsive {
        height: 330px;
    }

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption .likeH3{
        font-size: 27px;
        line-height: 37px;
    }
}

@media only screen and (max-width: 991px) {

    .swiper-creative .swiper-wrapper .swiper-slide .img-responsive {
        height: 350px;
    }

    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption .likeH3 {
        font-size: 25.8px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .slideshow-container .slideshow-badge {
        left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .swiper-creative .swiper-wrapper .swiper-slide .swiper-caption .likeH3 {
        font-size: 22px;
        line-height: 32px;
    }
}

/*====================================
=          Fixed Sidebar             =
====================================*/

/* Stil für den Container der fixierten Buttons */
.fixed-sidebar-container {
    position: fixed;
    top: 34%; /* Vertikal zentrieren */
    right: 0;
    transform: translateY(-48%);
    z-index: 999; /* Stellt sicher, dass die Buttons über anderen Inhalten liegen */
    display: flex;
    flex-direction: column;
    gap: 6px; /* Abstand zwischen den Buttons */
}

.index .fixed-sidebar-container{
    top: 28%;
}

@media only screen and (max-height: 1000px) {
    .fixed-sidebar-container {
        top: 385px; /* Feste Position */
    }

    .index .fixed-sidebar-container {
        top: 362px;
    }
}

@media only screen and (max-width: 1199px) {
    .fixed-sidebar-container {
        top: 28%;
    }

    .index .fixed-sidebar-container {
        top: 23%;
    }
}


@media only screen and (max-height: 1000px) and (max-width: 1199px) {
    .fixed-sidebar-container {
        top: 340px; /* Feste Position */
    }
    .index .fixed-sidebar-container {
        top: 294px;
    }
}

/* Stil für die Buttons */
.fixed-sidebar-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
    background-color: var(--primary-printec-red);
    border-radius: 12px 0px 0px 12px;
    cursor: pointer;
}

/* Stil für das Pseudo-Element mit dem Hintergrundbild */
    .fixed-sidebar-button:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease-in-out;
    }

    .fixed-sidebar-button:hover:before {
        transform: translate(-50%, -50%) scale(1.2); /* Skalierung des Pseudo-Elements bei Hover */
    }

/* Stil für den oberen Button (Phone) */
    .fixed-sidebar-button.phone::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3 18V12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12V18" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H18C17.4696 21 16.9609 20.7893 16.5858 20.4142C16.2107 20.0391 16 19.5304 16 19V16C16 15.4696 16.2107 14.9609 16.5858 14.5858C16.9609 14.2107 17.4696 14 18 14H21V19ZM3 19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H6C6.53043 21 7.03914 20.7893 7.41421 20.4142C7.78929 20.0391 8 19.5304 8 19V16C8 15.4696 7.78929 14.9609 7.41421 14.5858C7.03914 14.2107 6.53043 14 6 14H3V19Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

/* Stil für den unteren Button (Contact) */
    .fixed-sidebar-button.contact::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 6L12 13L2 6" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

/* Stil für den Text Button Book a Demo (Contact) */
    .fixed-sidebar-button.demo {
        width: 74px;
        height: auto;
        padding: 26px 0;
    }

        .fixed-sidebar-button.demo .span-demo-txt {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            color: var(--Basic-White, #FFF);
            text-align: center;
            font-family: Questrial;
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.9px;
            display: flex;
            align-items: center;
        }

            .fixed-sidebar-button.demo .span-demo-txt:before {
                content: '';
                display: block;
                width: 24px;
                height: 24px;
                margin-bottom: 14px;
                transform: rotate(180deg);
                background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 9L15 4L20 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 20H11C12.0609 20 13.0783 19.5786 13.8284 18.8284C14.5786 18.0783 15 17.0609 15 16V4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            }

@media only screen and (max-width: 991px) {
    .fixed-sidebar-button.demo {
        width: 50px;
        padding: 14px 0;
    }

    .fixed-sidebar-container {
        top: 23%;
    }

    .index .fixed-sidebar-container {
        top: 23%;
    }

    .fixed-sidebar-button.demo .span-demo-txt {
        font-size: 18px;
    }

    .fixed-sidebar-button.demo .span-demo-txt:before {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) and (max-height: 1000px) {

    .fixed-sidebar-container {
        top: 292px;
    }

    .index .fixed-sidebar-container {
        top: 292px;
    }
}


/*====================================
=      Responsive Fixed Sidebar      =
====================================*/

@media only screen and (max-width: 1199px) {
    .fixed-sidebar-button {
        width: 45px;
        height: 45px;
    }
}

/*====================================
=           Main Section             =
====================================*/

.startcontent > .section-space > .container-fluid, .indexcontent > .section-space > .container-fluid, .swiper-caption-container {
    max-width: 1380px;
}

.section_main #main {
    padding: 90px 0;
}

.div_breadcrumb + #main{
    padding: 6px 0 110px;
}

.section-space.bg-grey{
    background-color: var(--special-bg-light-1);
    padding-bottom: 50px;
}

.startcontent .section-space.full-width-image {
    padding: 150px 0;
}

.indexcontent .section-space.full-width-image {
    padding-top: 8px;
}

/*====================================
=      Responsive Main Section       =
====================================*/

@media only screen and (max-width: 1199px) {
    .startcontent > .section-space > .container-fluid, .indexcontent > .section-space > .container-fluid, .swiper-caption-container, .container-fluid.div_breadcrumb {
        max-width: 990px !important;
    }

    .section_main #main{
        padding: 41px 0;
    }

    .startcontent .section-space.full-width-image{
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .startcontent > .section-space > .container-fluid, .indexcontent > .section-space > .container-fluid, .swiper-caption-container, .container-fluid.div_breadcrumb {
        max-width: 768px !important;
    }

    .startcontent .section-space.full-width-image {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .startcontent > .section-space > .container-fluid, .indexcontent > .section-space > .container-fluid, .swiper-caption-container, .container-fluid.div_breadcrumb {
        max-width: 576px !important;
    }
}

/*====================================
=            Contact Form            =
====================================*/
#contactFormModal .modal-body {
    /*  min-height: 585px;*/
}

.hideBeforeSubmit{
    display: none;
}

.ip-err{
    margin-top: -13px;
}

div#ip_err_message{
    padding-bottom: 10px;
}

div#ip_err_datenschutz{
    padding-left: 27px;
}

.form-check + .ip-err {
    margin-top: -4px;
}

#sending-form-data {
    position: relative;
}

    #sending-form-data::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        border: 5px solid rgba(0, 0, 0, 0.2); /* Hintergrundfarbe */
        border-top-color: #333; /* Farbe des Spinners */
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*====================================
=            Content Box             =
====================================*/
.container-content-box {
    margin-bottom: 92px;
}

.col-content-box {
    flex: 0 0 450px;
    transition: .3s ease-in-out;
}

.vierspaltig .col-content-box {
    flex: 0 0 337.5px;
}

.content-box {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 340px;
    /*padding: 30px 30px 10px 30px;*/
    flex-direction: column;
    /*justify-content: space-between;*/
    align-items: flex-start;
    border-radius: 12px;
    /*border: 1px solid var(--special-stroke-1);*/
    background: var(--basic-white);

    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    /*    margin-top: 50px;*/
    position: relative;
}

.col-content-box-image .content-box {
    overflow: hidden;
}

a.content-box {
    /* Box Shadow 1 */
    box-shadow: 0px 15px 0px 0px #444;
}

.container-content-box.icon .content-box { 
    padding: 30px 30px 23px 30px;
}

.container-content-box.icon.vierspaltig .content-box{
    padding: 20px 20px 13px 25px;
    min-height: 260px;
}

    .content-box:before {
        content: '';
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border-radius: 12px;
        border: 1px solid var(--special-stroke-1);
        pointer-events: none;
        background-color: transparent;
/*        transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);*/
    }

    a.content-box:hover:before {
        border: 2px solid var(--primary-printec-blue);
    }

a.content-box:hover{
    transform: translateY(15px);
    box-shadow: 0px 0px 0px 0px #444;
}

.content-box-image {
    background-position: center; /* Bild zentrieren */
    background-repeat: no-repeat;
    width: 100%;
    height: 230px; /* Höhe des Bildes anpassen */
    background-size: cover;
}

.content-box-icon {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 96px;
}

.vierspaltig .content-box-icon{
    height: 97px;
    background-size: 76px;
    background-position: bottom;
}

.content-box-text {
    margin-top: 25px;
}

.col-content-box-image .content-box-text {
    padding: 0 30px 10px 30px;
}

    .content-box-text .content-box-subtitle {
        color: var(--basic-4);
        /* Desktop/P Small */
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px; /* 135.714% */
        margin-bottom: 2px;
        hyphens: initial;
    }


    .content-box-text h3 {
        color: var(--primary-printec-blue);
        /* Desktop/Content Box H1 */
        font-family: Questrial;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 107.143% */
        letter-spacing: -0.5px;
    }

    .content-box-text h3 + .content-box-subtitle{
        margin-top: -9px;
    }

.container-content-box.icon.vierspaltig .content-box-text h3 {
    font-size: 24px;
    line-height: 26px;
}

    .container-content-box.icon.vierspaltig .content-box-text h3 + .content-box-subtitle {
        margin-top: -8px;
    }

/*====================================
=      Responsive Content Box        =
====================================*/

@media only screen and (max-width: 1199px) {

    .col-content-box {
        flex: 0 0 320px;
    }

    .vierspaltig .col-content-box {
        flex: 0 0 246px;
    }

    .content-box-text h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .content-box {
       /* padding: 25px 25px 6px 25px;*/
        min-height: 0px;
    }

    .col-content-box-image .content-box-text {
        padding: 0 25px 6px 25px;
    }

    .container-content-box.icon.vierspaltig .content-box {
        min-height: 0;
        padding: 15px 15px 8px 15px;
    }

    .container-content-box.icon .content-box {
        padding: 25px 25px 19px 25px;
    }

    .content-box-image{
        height: 166px; /* Höhe des Bildes anpassen */
    }

    .content-box-icon {
        height: 110px;
        background-size: 66px;
    }

    .vierspaltig .content-box-icon {
        height: 115px;
        background-size: 66px;
        background-position: center;
/*        height: auto;*/
    }

    .content-box-text {
        margin-top: 5px;
    }

        .content-box-text h3 + .content-box-subtitle {
            margin-top: -6px;
        }

    .container-content-box.icon.vierspaltig .content-box-text {
        margin-top: 2px;
    }

    .container-content-box.icon.vierspaltig .content-box-text h3{
        font-size: 18px;
        line-height: 20px;
    }

    .container-content-box.icon.vierspaltig .content-box-text .content-box-subtitle {
        font-size: 12px;
        line-height: 15px;
        margin-top: -6px;
    }
}

@media only screen and (max-width: 991px) {
    .col-content-box {
        flex: 0 0 243px;
    }

    .content-box {
        /*padding: 20px 20px 2px 20px;*/
        min-height: 0px;
    }

    .col-content-box-image .content-box-text {
        padding: 0 20px 2px 20px;
    }

    .container-content-box.icon .content-box {
        padding: 20px 20px 14px 20px;
    }

    a.content-box {
        box-shadow: 0px 10px 0px 0px #444;
    }

    .content-box-image {
        height: 127px; /* Höhe des Bildes anpassen */
    }

    .content-box-text .content-box-subtitle{
        font-size: 11px;
        line-height: 14px;
    }

    .content-box-text h3 {
        font-size: 17.5px;
        line-height: 19.5px;
    }

    .content-box-icon {
        height: 90px;
        background-size: 56px;
        background-position: center 20px;
    }

    .content-box-text h3 + .content-box-subtitle{
        margin-top: -5px;
    }

    .vierspaltig .col-content-box {
        flex: 0 0 211px;
    }

    .vierspaltig .content-box-icon {
        height: 67px;
        background-size: 46px;
        background-position: center 21px;
    }

    .container-content-box.icon.vierspaltig .content-box-text h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .container-content-box.icon.vierspaltig .content-box-text .content-box-subtitle{
        font-size: 11px;
        line-height: 14px;
    }

    .container-content-box.icon.vierspaltig.gy-5{
        --bs-gutter-y: 1.25rem !important;
    }

    .container-content-box.icon.vierspaltig.row {
        --bs-gutter-x: 1.25rem;
    }
}



/*====================================
=             Member Box             =
====================================*/

.container-member-box{
    padding-top: 6px;
}

.col-member-box {
    flex: 0 0 450px;
    transition: .3s ease-in-out;
}

    .member-box {
        display: flex;
        width: 100%;
        height: 100%;
/*        min-height: 340px;*/
/*        padding: 30px 30px 10px 30px;*/
        flex-direction: column;
        align-items: flex-start;
        border-radius: 12px;
        /*border: 1px solid var(--special-stroke-1);*/
        background: var(--basic-white);
        transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
        /*    margin-top: 50px;*/
        position: relative;
        overflow: hidden;
    }

        .member-box:before {
            content: '';
            position: absolute;
            display: block;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            border-radius: 12px;
            border: 1px solid var(--special-stroke-1);
            pointer-events: none;
            background-color: transparent;
            /*        transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);*/
        }

.member-box-image {
    background-position: center; /* Bild zentrieren */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px; /* Höhe des Bildes anpassen */
    transition: .3s ease-in-out;
}

.member-box-text{
    padding: 25px 30px 27px;
    width: 100%;
}

.member-box-text hr{
    margin: 6px 0 11px;
}

.member-box-title {
    color: var(--primary-printec-blue);
    font-family: Questrial;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 107.143% */
    letter-spacing: -0.5px;
    padding: 0;
}

.member-box-subtitle {
    color: var(--printec-dark);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 135.714% */
}

.member-box .member-box-title + .member-box-subtitle{
    margin-top: -3px;
}

.member-box-info-icon {
    color: var(--basic-4);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

    .member-box-info-icon:before {
        content: '';
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        margin-right: 12px;
        flex: 0 0 16px;
        top: -1px;
    }

.member-box-telefon.member-box-info-icon:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_436_10582)"><path d="M14.6669 11.28V13.28C14.6677 13.4657 14.6297 13.6494 14.5553 13.8195C14.4809 13.9897 14.3718 14.1424 14.235 14.2679C14.0982 14.3934 13.9367 14.489 13.7608 14.5485C13.5849 14.6079 13.3985 14.63 13.2136 14.6133C11.1622 14.3904 9.19161 13.6894 7.46028 12.5667C5.8495 11.5431 4.48384 10.1774 3.46028 8.56665C2.3336 6.82745 1.63244 4.84731 1.41361 2.78665C1.39695 2.60229 1.41886 2.41649 1.47795 2.24107C1.53703 2.06564 1.63199 1.90444 1.75679 1.76773C1.88159 1.63102 2.03348 1.52179 2.20281 1.447C2.37213 1.37221 2.55517 1.33349 2.74028 1.33332H4.74028C5.06382 1.33013 5.37748 1.4447 5.62279 1.65567C5.8681 1.86664 6.02833 2.15961 6.07361 2.47998C6.15803 3.12003 6.31458 3.74847 6.54028 4.35332C6.62998 4.59193 6.64939 4.85126 6.59622 5.10057C6.54305 5.34988 6.41952 5.57872 6.24028 5.75998L5.39361 6.60665C6.34265 8.27568 7.72458 9.65761 9.39361 10.6067L10.2403 9.75998C10.4215 9.58074 10.6504 9.45722 10.8997 9.40405C11.149 9.35088 11.4083 9.37029 11.6469 9.45998C12.2518 9.68568 12.8802 9.84224 13.5203 9.92665C13.8441 9.97234 14.1399 10.1355 14.3513 10.385C14.5627 10.6345 14.6751 10.953 14.6669 11.28Z" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_436_10582"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

.member-box-email.member-box-info-icon:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2.66634 2.66663H13.333C14.0663 2.66663 14.6663 3.26663 14.6663 3.99996V12C14.6663 12.7333 14.0663 13.3333 13.333 13.3333H2.66634C1.93301 13.3333 1.33301 12.7333 1.33301 12V3.99996C1.33301 3.26663 1.93301 2.66663 2.66634 2.66663Z" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.6663 4L7.99967 8.66667L1.33301 4" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.member-box-lang.member-box-info-icon:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_18_295)"><path d="M7.99967 14.6666C11.6816 14.6666 14.6663 11.6819 14.6663 7.99998C14.6663 4.31808 11.6816 1.33331 7.99967 1.33331C4.31778 1.33331 1.33301 4.31808 1.33301 7.99998C1.33301 11.6819 4.31778 14.6666 7.99967 14.6666Z" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.33301 8H14.6663" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.99967 1.33331C9.66719 3.15888 10.6148 5.528 10.6663 7.99998C10.6148 10.472 9.66719 12.8411 7.99967 14.6666C6.33215 12.8411 5.38451 10.472 5.33301 7.99998C5.38451 5.528 6.33215 3.15888 7.99967 1.33331Z" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_18_295"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

/*====================================
=       Responsive Member Box        =
====================================*/

 @media only screen and (max-width: 1199px) {

    .col-member-box {
        flex: 0 0 320px;
    }

    .member-box-image{
        height: 290px;
    }

    .member-box-text{
        padding: 20px 25px 22px;
    }

    .member-box-title{
        font-size: 22px;
        line-height: 24px;    
    }

    .member-box-subtitle, .member-box-info-icon {
        font-size: 14px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 991px) {

    .col-member-box {
        flex: 0 0 243px;
    }

    .member-box-image {
        height: 200px;
    }

    .member-box-text {
        padding: 15px 20px 17px;
    }

    .member-box-subtitle, .member-box-info-icon {
        font-size: 11px;
        line-height: 14px;
    }

    .member-box-title {
        font-size: 17.5px;
        line-height: 19.5px;
    }

    .member-box .member-box-title + .member-box-subtitle{
        margin-top: 0;
    }

/*    .member-box-image {
        height: 200px;
    }

    .member-box-text {
        padding: 15px 20px 17px;
    }



    .member-box-subtitle, .member-box-info-icon {
        font-size: 12px;
        line-height: 15px;
    }*/
}

/*====================================
=               Timeline             =
====================================*/

/* The actual timeline (the vertical ruler) */
.main-timeline {
    position: relative;
}

/*    .main-timeline::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        background-color: var(--primary-printec-blue);
        height: 3px;
        width: 29px;
        transform: translateX(-50%);
        z-index: 1;
    }*/

    /* The actual timeline (the vertical ruler) */
    .main-timeline::after {
        content: "";
        position: absolute;
        width: 1px;
        background-color: var(--special-stroke-1);
        top: 0;
        bottom: 0;
        left: 50%;
    }


/* Container around content */
.timeline {
    position: relative;
    background-color: inherit;
    width: 50%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 10;
    display: flex;
}

    .timeline.animate {
        opacity: 1;
    }

    /* The circles on the timeline */
    .timeline::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        transform: translateX(50%);
        background-color: var(--primary-printec-blue);
        top: 0px;
        border-radius: 50%;
        z-index: 1;
    }

.main-timeline > div.timeline:first-child:after {
    top: 0;
    height: 3px;
    width: 29px;    
    border-radius: 0;
}

.main-timeline > div.timeline:first-child .timeline-year{
    transform: translateY(-14px);
}

.timeline-year {
    position: absolute;
    left: 29px;
    top: 0;
}

.left .timeline-year{
    right: 29px;
    left: auto;
}

.timeline-year h3 {
    color: var(--primary-printec-blue);
    font-family: "Nunito Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
}

.timeline-content {
    flex: 0 0 320px;
}

/* Place the container to the left */
.left {
    padding: 0px 0px 20px 0px;
    left: 0;
    justify-content: flex-start;
}

/* Place the container to the right */
.right {
    padding: 0px 0px 20px 0px;
    left: 50%;
    justify-content: flex-end;
}


/* Fix the circle for containers on the right side */
    .right::after {
        left: 0;
        transform: translateX(-50%);
    }

.main-timeline > div.timeline:first-child .timeline-content {
    transform: translateY(-12px);
}

.main-timeline > div.timeline:not(:first-child) {
    margin-top: -15%;
}


.timeline-image {
    width: 100%;
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    border-radius: 12px;
}

    .timeline-image:before {
        content: '';
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border-radius: 12px;
        border: 1px solid var(--special-stroke-1);
        pointer-events: none;
        background-color: transparent;
    }

.timeline-subtext p {
    color: var(--basic-4);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 9px;
}

.main-timeline > div.timeline:last-child:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/*====================================
=        Responsive Timeline         =
====================================*/

@media only screen and (max-width: 1199px) {

    .timeline-subtext p {
        font-size: 16px;
        line-height: 26px;
    }

    .timeline-year h3{
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) {
    /* Keep the vertical line */
    .main-timeline::after {
        left: 10px;
    }

    /* Full-width containers */
    .timeline {
        width: 100%;
        padding-left: 40px;
        padding-bottom: 50px;
    }

        /* Adjust circles */
        .timeline::after {
            left: 10px;
            transform: translateX(-50%);
        }

    .timeline-content {
        margin-top: 40px;
    }

    .main-timeline > div.timeline:not(:first-child){
        margin-top: 0;
    }

    .left, .right {
        left: 0;
        justify-content: flex-start;
    }

    .timeline-year {
        left: 40px;
    }

    .left .timeline-year, .right .timeline-year {
        right: auto;
        left: 40px;
    }
}

/*====================================
=             Zitat Box              =
====================================*/

.zitat-box-container {
    display: flex;
    width: 100%;
    min-height: 338px;
    padding: 50px 40px;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    background-color: var(--special-bg-light-1);
    border-radius: 12px;
}

    .zitat-box-container .zitat-box-icon {
        flex: 0 0 60px;
        min-height: 40px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="40" viewBox="0 0 60 40" fill="none"><path d="M25 0H0V25H25V0Z" fill="%23005B8C"/><path d="M60 0H35V25H60V0Z" fill="%23005B8C"/><path d="M60 25L40 40L45 25H60Z" fill="%23005B8C"/><path d="M25 25L5 40L10 25H25Z" fill="%23005B8C"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
    }

.zitat-box-container .zitat-box-text{
    flex-grow: 1;
    margin-top: -7px;
    hyphens: manual;
}

    .zitat-box-container .zitat-box-text p {
        color: var(--basic-4);
        font-family: "Nunito Sans";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 37px;
    }

.zitat-box-container .zitat-box-image{
    flex: 0 0 190px;
    transition: 0.3s ease-in-out;
}

    .zitat-box-container .zitat-box-image img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .zitat-box-container .zitat-box-title {
        color: var(--primary-printec-blue);
        font-family: Questrial;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0 !important;
        margin-top: 12px;
    }

    .zitat-box-container .zitat-box-subtitle {
        color: var(--printec-dark);
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
        padding: 0 !important;
        margin-bottom: -3px;
    }

/*====================================
=       Responsive Zitat Box         =
====================================*/

@media only screen and (max-width: 1199px) {
    .zitat-box-container {
        padding: 40px 30px;
    }

    .zitat-box-container .zitat-box-text p {
        font-size: 22px;
        line-height: 35px;
    }

    .zitat-box-container .zitat-box-title{
        font-size: 18px;     
    }

    .zitat-box-container .zitat-box-subtitle{
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .zitat-box-container .zitat-box-icon{
        flex: 0 0 46px;
    }

    .zitat-box-container .zitat-box-image{
        flex: 0 0 129px;
    
    }
}

@media only screen and (max-width: 575px) {
    .zitat-box-container{
        flex-wrap: wrap;
        gap: 30px;
    }

        .zitat-box-container .zitat-box-image {
            flex: 0 0 190px;
        }
}

/*====================================
=               Counter              =
====================================*/

.container-counter{

}

    .container-counter .counter-icon{
        margin-bottom: -18px;
    }

    .container-counter .counter-number{
        margin-bottom: -28px;
    }

    .container-counter .counter-number span {
        color: var(--primary-printec-blue);
        font-family: "Nunito Sans";
        font-size: 120px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .container-counter .counter-text span {
        color: var(--primary-printec-blue);
        text-align: center;
        font-family: Questrial;
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

/*====================================
=         Responsive Counter         =
====================================*/

@media only screen and (max-width: 1199px) {
    .container-counter .counter-number span {
        font-size: 100px;
    }

    .container-counter .counter-text span {
        font-size: 29px;
    }
}

@media only screen and (max-width: 991px) {
    .container-counter .counter-number span {
        font-size: 80px;
        line-height: 1.5;
    }

    .container-counter .counter-text span {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .container-counter .counter-number span {
        font-size: 60px;
        line-height: 1.7;
    }

    .container-counter .counter-text span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .counter-item {
        margin-bottom: 35px;
    }
}


/*====================================
=            Client Logos            =
====================================*/

.container-client-logo{
    max-width: 1250px;
}

.client-logo {
    padding: 20px;
    background-color: var(--basic-white);
/*    border: 1px solid var(--special-stroke-2);*/
    border-radius: 12px;
    height: 120px;
    position: relative;
}

    .client-logo:before {
        content: '';
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border-radius: 12px;
        border: 1px solid var(--special-stroke-2);
        pointer-events: none;
        background-color: transparent;
    }

/*    .client-logo:hover:before {
        border: 2px solid var(--primary-printec-blue);
    }*/

.client-logo-image {
    background-position: center; /* Bild zentrieren */
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

/*==========================================
=      Thumbnail Gallery XSL Template      =
==========================================*/

.myThumbnailSwiper2{
    border-radius: 12px;
}

.swiper-thumbnail .myThumbnailSwiper {
    padding: 20px 0;
}

.swiper-thumbnail .swiper-navigation-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: aliceblue;
    height: 85px;
    width: 100%;
    z-index: 99;
/*    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;*/
    background: rgba(0, 0, 0, 0.57);
}

    .swiper-thumbnail .swiper-navigation-bar .swiper-button-next, .swiper-thumbnail .swiper-navigation-bar .swiper-button-prev {
        width: 52px;
        height: 52px;
    }

        .swiper-thumbnail .swiper-navigation-bar .swiper-button-next:after, .swiper-thumbnail .swiper-navigation-bar .swiper-button-prev:after {
            content: '';
            width: 52px;
            height: 52px;
        }

        .swiper-thumbnail .swiper-navigation-bar .swiper-button-next:after {
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="52" height="52" viewBox="0 0 52 52" fill="none"><path d="M17.3878 47.6668L13.542 43.821L31.3628 26.0002L13.542 8.17933L17.3878 4.3335L39.0545 26.0002L17.3878 47.6668Z" fill="white"/></svg>');
        }

        .swiper-thumbnail .swiper-navigation-bar .swiper-button-prev:after {
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="52" height="52" viewBox="0 0 52 52" fill="none"><path d="M34.6122 4.33317L38.458 8.179L20.6372 25.9998L38.458 43.8207L34.6122 47.6665L12.9455 25.9998L34.6122 4.33317Z" fill="white"/></svg>');
        }

    .swiper-thumbnail .swiper-navigation-bar .swiper.swiper-button-prev:after {
    }

.swiper-thumbnail .myThumbnailSwiper .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
}

.swiper-thumbnail .myThumbnailSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

/*.swiper-thumbnail .swiper-slide img {
    border-radius: 12px;
}
*/
.swiper-thumbnail .myThumbnailSwiper2 .swiper-slide {
    width: 100% !important;
}

.swiper-thumbnail .myThumbnailSwiper .swiper-slide {
    width: calc((100% - 40px) / 5) !important;
}

.swiper-thumbnail .myThumbnailSwiper .swiper-slide img{
    border-radius: 12px;
}

@media only screen and (max-width: 575px) {
    .swiper-thumbnail .swiper-navigation-bar {
        height: 50px;
    }

        .swiper-thumbnail .swiper-navigation-bar .swiper-button-next, .swiper-thumbnail .swiper-navigation-bar .swiper-button-prev {
            width: 40px;
            height: 40px;
        }

            .swiper-thumbnail .swiper-navigation-bar .swiper-button-next:after, .swiper-thumbnail .swiper-navigation-bar .swiper-button-prev:after {
                content: '';
                width: 40px;
                height: 40px;
                background-size: contain;
            }
}


/*====================================
=            Bild Text Box           =
====================================*/

.bild-text-box{
    border-radius: 12px;
    margin-top: 7px;
    margin-bottom: -3px;
}

.bild-text-box-left img {
/*    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;*/
    width: 100% !important;
    height: 100%;
    object-fit: contain;

}

.bild-text-box .printec-dms-image img {
    border-radius: 12px 0 0 12px;
}

.bild-text-box-left{
    overflow: hidden;
/*    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;*/
}

.abc .bild-text-box-left{
    justify-content: left !important;
}

.noabc .bild-text-box-left div {
    height: 100%;
    width: 100%;
}

.bild-text-box-right {
    padding: 53px 40px 40px 40px;
    background-color: var(--basic-1);
    color: var(--basic-4);
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

    .bild-text-box-right p {
        font-size: 25px;
        line-height: 37px;
    }

/*====================================
=       Responsive Bild Text Box     =
====================================*/

@media only screen and (max-width: 1199px) {
    .bild-text-box-right {
        padding: 43px 30px 30px 30px;
    }

    .bild-text-box-right p {
        font-size: 22px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .bild-text-box-left {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
        border-bottom-left-radius: 0px !important;
    }

        .bild-text-box-left img {
            width: 100% !important;
            border-bottom-left-radius: 0px !important;
        }

    .bild-text-box-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
}


/*=================================================
=     Printec-DS Default Image XSL Template       =
=================================================*/

.printec-dms-image {
    margin: 0 0 0 0;
}

    .printec-dms-image img {
        border-radius: 12px;
    }

    .full-width-image .printec-dms-image img{
        border-radius: 0 !important;
    }

.printec-dms-image img.no-border-radius{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.printec-dms-image figcaption {
    color: var(--basic-4);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    margin-top: 11px;
    padding-left: 2px;
    /*    color: var(--basic-dark);
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 15px;*/
}

/*====================================
=             Breadcrumb             =
====================================*/

.container-fluid.div_breadcrumb {
    max-width: 1380px;
    min-height: 84px;
}

.nav-breadcrumb {
    --bs-breadcrumb-divider: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.29289 5.79289C8.68342 5.40237 9.31658 5.40237 9.70711 5.79289L15.7071 11.7929C16.0976 12.1834 16.0976 12.8166 15.7071 13.2071L9.70711 19.2071C9.31658 19.5976 8.68342 19.5976 8.29289 19.2071C7.90237 18.8166 7.90237 18.1834 8.29289 17.7929L13.5858 12.5L8.29289 7.20711C7.90237 6.81658 7.90237 6.18342 8.29289 5.79289Z" fill="%239C9C9C"/></svg>');
}

    .nav-breadcrumb .breadcrumb {
        margin: 50px 0 3px 0;
        flex-wrap: nowrap;
        flex-direction: row;
    }


.nav-breadcrumb .breadcrumb .breadcrumb-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .nav-breadcrumb .breadcrumb .breadcrumb-item:first-child, .nav-breadcrumb .breadcrumb .breadcrumb-item:nth-child(2) {
        overflow: visible !important;
        text-overflow: unset !important;
    }

    .nav-breadcrumb .breadcrumb .breadcrumb-item:nth-child(2){
        min-width: fit-content;
    }

    .nav-breadcrumb .breadcrumb .breadcrumb-item a, .nav-breadcrumb .breadcrumb .breadcrumb-item {
        color: var(--basic-3);
        font-family: "Nunito Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
    }

.nav-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px !important;
}

    .nav-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 5px !important;
    }

/*=================================================
=     Printec-DS Default Video XSL Template       =
=================================================*/

.printec-dms-video{
    margin-top: 7px;
    margin-bottom: 43px;
    line-height: 0;
}

.printec-dms-video video {
    border-radius: 12px;
}

/*==================================
=               Blog               =
==================================*/

/*.container-blog-box > div:nth-child(-n+3) {
    margin-top: 0 !important;   
}*/

.indexcontent.detail .div_blogcontent, .indexcontent.detail .div_blog_headline_h2 {
    width: 880px;
}

.col-blogarticle-box {
    flex: 0 0 450px;
    transition: .3s ease-in-out;
}

.blogarticle-box {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 400px;
    flex-direction: column;
    /*   justify-content: space-between;
    align-items: flex-start;*/
    border-radius: 12px;
    /*border: 1px solid var(--special-stroke-1);*/
    background: var(--basic-white);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    /*    margin-top: 50px;*/
    position: relative;
}

.blogarticle-box:before {
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 12px;
    border: 1px solid var(--special-stroke-1);
    pointer-events: none;
    background-color: transparent;
    /*        transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);*/
}

.blogarticle-box-image-link{
    display: block;
    width: 100%;
}

.blogarticle-box-image {
    border-radius: 12px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_overview .blogarticle-box-image {
    height: 240px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-size: cover;
}

.blog_detail .blogarticle-box-image {
    height: 400px;
    background-size: cover;
}
/*.blogarticle-box-image{
    height: 240px;
}

.blogarticle-box-image .printec-dms-image img{
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}*/
.blogarticle-box-text {
    padding: 14px 30px 0 30px;
}

.blogarticle-box-text .blogarticle-box-date {
    color: var(--basic-5);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
}

.blogarticle-box-readmore{
    padding: 11px 30px 26px 30px;
}

.blogarticle-box-text .blogarticle-box-title {
    color: var(--primary-printec-blue);
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.blogarticle-box-readmore-link {
    color: var(--primary-printec-blue);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
    letter-spacing: 0.9px;
    padding: 0 0 0 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 12L8 8L4 4" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: 0 4px;
    position: relative;
}

    .blogarticle-box-readmore-link:after {
        content: '';
        width: 0;
        height: 2px;
        border-radius: 8px;
        bottom: 0;
        position: absolute;
        z-index: 11;
        left: 0;
        background-color: var(--primary-printec-blue);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        width: calc(100% - 19px);
        left: 19px;

    }

    .blogarticle-box-readmore-link:hover:after {
        animation: slide 0.75s ease forwards;
    }

@keyframes slide {
    0% {
        width: calc(100% - 19px);
    }

    25% {
        width: 0;
    }

    100% {
        width: calc(100% - 19px);
    }
}

.div_blogsidebar, .div_empty_col {
    max-width: 450px;
}

.add_blog_archiv {
    border-radius: 12px;
    background: var(--special-bg-light-1);
    padding: 27px 40px 13px 40px;
}

    .add_blog_archiv .ul_archiv_list li{
        margin-bottom: 24px;
    }

    .add_blog_archiv .ul_archiv_list li a {
        color: var(--primary-printec-blue);
        font-family: "Nunito Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 140% */
        position: relative;
        display: block;
        padding-left: 24px;
    }

        .add_blog_archiv .ul_archiv_list li a:before {
            content: '';
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M9 18L15 12L9 6" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            background-repeat: repeat-x;
            width: 24px;
            height: 24px;
            position: absolute;
            left: 0;
            top: 1px;
            margin: 0;
        }

.div_footer_list {
    display: flex;
    justify-content: center;
}

/*==================================
=         Responsive Blog          =
==================================*/

 @media only screen and (max-width: 1199px) {
    .indexcontent.detail .div_blogcontent, .indexcontent.detail .div_blog_headline_h2{
        width: 708px;
    }

    .blogarticle-box {
        min-height: 0;
    }

    .col-blogarticle-box {
        flex: 0 0 320px;
    }

    .blog_overview .blogarticle-box-image {
        height: 150px;
    }

    .blogarticle-box-text {
        padding: 9px 25px 0 25px;
    }

    .blogarticle-box-text .blogarticle-box-date {
        font-size: 12px;
        line-height: 15px;
    }

    .blogarticle-box-text .blogarticle-box-title{
        font-size: 18px;
        line-height: 20px;
    }

    .blogarticle-box-readmore{
        padding: 6px 25px 20px 25px;
    
    }

    .blogarticle-box-readmore-link{
        font-size: 16px;
        line-height: 25px;
    }

}

@media only screen and (max-width: 991px) {
    .indexcontent.detail .div_blogcontent, .indexcontent.detail .div_blog_headline_h2{
        width: 100%;
    }

    .div_blogsidebar, .div_empty_col {
        max-width: 100%;
    }

    .col-blogarticle-box{
        flex: 0 0 243px;
    }

    .blog_overview .blogarticle-box-image {
        height: 125px;
    }

    .blogarticle-box-text {
        padding: 4px 20px 0 20px;
    }

    .blogarticle-box-readmore {
        padding: 1px 20px 15px 20px;
    }

    .blogarticle-box-text .blogarticle-box-date {
        font-size: 11px;
        line-height: 14px;
    }

    .blogarticle-box-text .blogarticle-box-title {
        font-size: 16px;
        line-height: 18px;
    }

    .blogarticle-box-readmore-link {
        font-size: 14px;
        line-height: 23px;
    }
}



/*====================================
=         Call To Action             =
====================================*/

.container-call-to-action {
    border-radius: 12px;
    background: var(--special-bg-light-1);
    min-height: 50px;
    display: flex;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
}

.container-call-to-action > div {
    width: 100%;
}

.editor-call-to-action {
    border-radius: 12px;
    background: var(--special-bg-light-1);
    min-height: 50px;

    padding: 40px;
    width: 100%;
    box-sizing: border-box;
}

    .editor-call-to-action span.btn-secondary {
        padding: 16px 14px;
    }

    .editor-call-to-action span.btn-secondary a{
        padding: 0;
    }

.call-to-action {
    display: flex;
}

.call-to-action-text {
    flex-grow: 1;
    margin-right: 60px;
}

.call-to-action-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*====================================
=     Responsive Call To Action      =
====================================*/

@media only screen and (max-width: 480px) {
    .call-to-action {
        flex-wrap: wrap;
        gap: 20px;
    }

    .call-to-action-text{
        margin-right: 0;
    }
}

/*====================================
=          Download List             =
====================================*/

.download-list a {
    color: var(--primary-printec-blue);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 10L12 15L17 10" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 15V3" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 2px;
    padding: 0 30px 0 0;
}

    .download-list a:after {
        content: '';
        width: 0;
        height: 2px;
        border-radius: 8px;
        bottom: 0px;
        position: absolute;
        z-index: 11;
        left: 0;
        background-color: var(--primary-printec-blue);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        width: calc(100% - 30px);
        left: 0;
    }

    .download-list a:hover:after {
        animation: slidedownload 0.75s ease forwards;
    }

@keyframes slidedownload {
    0% {
        width: calc(100% - 30px);
    }

    25% {
        width: 0;
    }

    100% {
        width: calc(100% - 30px);
    }
}


/*====================================
=               Messen               =
====================================*/

.container-messen{

}

.col-messe-box {
    flex: 0 0 450px;
    transition: .3s ease-in-out;
}

    .container-messen .col-messe-box-infos{
        max-width: 880px;
    }

    .container-messen .messe-box-infos{
        margin-top: -12px;
    }

    .messe-box-infos h3{
        line-height: 47px;
        padding-bottom: 18px;
    }

    .messe-box-infos h3 + .messe-box-subtitel{
        margin-top: -18px;
    }

    .messe-box-infos .messe-box-subtitel {
        color: var(--printec-dark);
    }

    .messe-box-infos .messe-box-description {
        font-family: "Nunito Sans";
        font-weight: 700;
        color: var(--printec-dark);
        font-size: 26px;
        line-height: 38px;
    }

    .messe-box-infos h3 + .messe-box-description{
        margin-top: -20px;
    }

    .container-messen .messe-box-logo {
        padding: 20px;
        background-color: var(--basic-white);
        border-radius: 12px;
        height: 197px;
        position: relative;
    }

    .container-messen .messe-box-logo:before {
        content: '';
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border-radius: 12px;
        border: 1px solid var(--special-stroke-2);
        pointer-events: none;
        background-color: transparent;
    }

    .container-messen .messe-box-logo-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
    }

    .container-messen .messe-box-spacer{
        margin: 50px 0;
        border-bottom: 1px solid var(--special-stroke-2);
    }

.container-messen .messe-box-spacer {
    margin: 50px 0;
    border-bottom: 1px solid var(--special-stroke-2);
}

    .container-messen .messe-box-spacer:first-child {
        margin-top: 0;
    }

    .container-messen .messe-box-spacer:last-child {
        margin-bottom: 0;
    }

/*====================================
=       Responsive Messen            =
====================================*/

@media only screen and (max-width: 1199px) {
    .col-messe-box{
        flex: 0 0 320px;    
    }

    .container-messen .messe-box-logo{
        height: 143px;
    }

    .messe-box-infos .messe-box-description{
        font-size: 22px;
        line-height: 35px;    
    }
}



/*====================================
=              Kontakt               =
====================================*/

.iframe_anfahrt{
    border: 1px solid var(--special-stroke-1);
    border-radius: 12px;
}

.container-adress-box {
    border-radius: 12px;
    /*background: var(--special-bg-light-1);*/
    min-height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
}

.editor-adress-box {
    /*background: var(--special-bg-light-1);*/
}

.container-adress-box h5, .editor-adress-box h5{
    padding-bottom: 0 !important;
}

.container-adress-box h5 + p, .editor-adress-box h5 + p {
    margin-top: -1px;
}

.container-adress-box .a-tel, .editor-adress-box .a-tel{
    margin-top: 24px;
    display: inline-block;
}

.container-adress-box .a-mailto, .editor-adress-box .a-mailto {
    margin-bottom: 16px;
    display: inline-block;
}

.container-adress-box .a-tel, .container-adress-box .a-fax, .container-adress-box .a-mailto, .editor-adress-box .a-tel, .editor-adress-box .a-fax, .editor-adress-box .a-mailto {
    line-height: 30px;
}

    .a-tel, .a-fax, .a-mailto {
        color: var(--basic-4);
        font-family: "Nunito Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding: 0 0 0 32px;
        background-repeat: no-repeat;
        background-position: 0 1px;
        position: relative;
    }

.a-tel {
    background-position: 1px 4px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_571_1183)"><path d="M18.3332 14.0999V16.5999C18.3341 16.832 18.2866 17.0617 18.1936 17.2744C18.1006 17.487 17.9643 17.6779 17.7933 17.8348C17.6222 17.9917 17.4203 18.1112 17.2005 18.1855C16.9806 18.2599 16.7477 18.2875 16.5165 18.2666C13.9522 17.988 11.489 17.1117 9.32486 15.7083C7.31139 14.4288 5.60431 12.7217 4.32486 10.7083C2.91651 8.53426 2.04007 6.05908 1.76653 3.48325C1.7457 3.25281 1.77309 3.02055 1.84695 2.80127C1.9208 2.58199 2.03951 2.38049 2.1955 2.2096C2.3515 2.03871 2.54137 1.90218 2.75302 1.80869C2.96468 1.7152 3.19348 1.6668 3.42486 1.66658H5.92486C6.32928 1.6626 6.72136 1.80582 7.028 2.06953C7.33464 2.33324 7.53493 2.69946 7.59153 3.09992C7.69705 3.89997 7.89274 4.68552 8.17486 5.44158C8.28698 5.73985 8.31125 6.06401 8.24478 6.37565C8.17832 6.68729 8.02392 6.97334 7.79986 7.19992L6.74153 8.25825C7.92783 10.3445 9.65524 12.072 11.7415 13.2583L12.7999 12.1999C13.0264 11.9759 13.3125 11.8215 13.6241 11.755C13.9358 11.6885 14.2599 11.7128 14.5582 11.8249C15.3143 12.107 16.0998 12.3027 16.8999 12.4083C17.3047 12.4654 17.6744 12.6693 17.9386 12.9812C18.2029 13.2931 18.3433 13.6912 18.3332 14.0999Z" stroke="%23005B8C" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_571_1183"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}

.a-fax {
    background-position: 1px 3px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_571_1178)"><path d="M5 7.50008V1.66675H15V7.50008" stroke="%23005B8C" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.99935 15H3.33268C2.89065 15 2.46673 14.8244 2.15417 14.5118C1.84161 14.1993 1.66602 13.7754 1.66602 13.3333V9.16667C1.66602 8.72464 1.84161 8.30072 2.15417 7.98816C2.46673 7.6756 2.89065 7.5 3.33268 7.5H16.666C17.108 7.5 17.532 7.6756 17.8445 7.98816C18.1571 8.30072 18.3327 8.72464 18.3327 9.16667V13.3333C18.3327 13.7754 18.1571 14.1993 17.8445 14.5118C17.532 14.8244 17.108 15 16.666 15H14.9993" stroke="%23005B8C" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 11.6667H5V18.3334H15V11.6667Z" stroke="%23005B8C" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_571_1178"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}

.a-mailto {
    background-position: 1px 5px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M3.33268 3.33325H16.666C17.5827 3.33325 18.3327 4.08325 18.3327 4.99992V14.9999C18.3327 15.9166 17.5827 16.6666 16.666 16.6666H3.33268C2.41602 16.6666 1.66602 15.9166 1.66602 14.9999V4.99992C1.66602 4.08325 2.41602 3.33325 3.33268 3.33325Z" stroke="%23005B8C" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.3327 5L9.99935 10.8333L1.66602 5" stroke="%23005B8C" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/*====================================
=        Responsive Kontakt          =
====================================*/

@media only screen and (max-width: 1199px) {
    .a-tel, .a-fax, .a-mailto {
        font-size: 16px;
        line-height: 26px;
    
    }
}

/*====================================
=                Map                 =
====================================*/

.section-worldmap{
    margin: 89px 0 40px 0;
}

.printec-ds-worldmap {
    display: block;
    max-width: 100%;
    height: auto;
}

.printec-ds-worldmap .mapHover {
    cursor: pointer;
    transition: fill 0.3s ease-in-out;
}

    .printec-ds-worldmap path {
        transition: fill 0.3s ease-in-out;
    }


    /*#worldmap .mapHover:hover path {
        fill: var(--primary-printec-blue);*/ /* Standardfüllfarbe der Länder */

    /*}*/

/*====================================
=           Sales Contacts           =
====================================*/

.container-sales-contacts{

}

    .container-sales-contacts .container-sales-contact-continent-title{
        padding-bottom: 26px;
    }

    .container-sales-contact-continent .container-sales-contact-accordion:last-child{
        margin-bottom: 64px;
    }

    .container-sales-contact-accordion + .container-sales-contact-accordion{
        margin-top: 17px;
    }

.container-sales-contacts .container-sales-contact-accordion .container-sales-contact-accordion-header {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 12px;
    border: none;
    outline: 1px solid var(--special-stroke-1);
    background: var(--special-bg-light-1);
    padding: 25px 29px 23px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    transition: outline-color .3s ease-in-out;
}

    .container-sales-contacts .container-sales-contact-accordion .container-sales-contact-accordion-header:hover {
        outline: 2px solid var(--primary-printec-blue);
    }

.container-sales-contacts .container-sales-contact-accordion.accordion-open .container-sales-contact-accordion-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*border: 1px solid var(--primary-printec-blue);*/
    outline: 2px solid var(--primary-printec-blue);
}

.container-sales-contacts .container-sales-contact-accordion .container-sales-contact-accordion-header:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 5.83334L14 22.1667" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.1673 14L14.0007 22.1667L5.83398 14" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: right center;
    flex: 0 0 28px;
}

.container-sales-contacts .container-sales-contact-accordion .container-sales-contact-accordion-header:hover:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 5.83334L14 22.1667" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.1673 14L14.0007 22.1667L5.83398 14" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

    .container-sales-contacts .container-sales-contact-accordion.accordion-open .container-sales-contact-accordion-header:after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 22.1667L14 5.83335" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83268 14L13.9993 5.83333L22.166 14" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

.container-sales-contact-accordion-header-title {
    background-repeat: no-repeat;
    background-size: 45px 30px;
    background-position: left center;
    padding-left: 65px;
    color: var(--primary-printec-blue);
    font-family: "Nunito Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.container-sales-contact-accordion-header.noflag .container-sales-contact-accordion-header-title {
    padding-left: 0px;
}



.container-sales-contact-accordion-content {
    display: none;
    outline: 2px solid var(--primary-printec-blue);
    position: relative;
    top: 2px;
    border-radius: 0px 0px 12px 12px;
    /*padding: 23px 30px 10px;*/
    padding-bottom: 10px;
}

.container-sales-contact-accordion-content.nocountry {
    display: block;
    outline: none;
    top: initial;
    border-radius: 0;
    padding: 0;
}

    .container-sales-contact-accordion-content.nocountry .sales-contact-item {
        padding: 0;
    }

.sales-contact-item {
    padding: 23px 29px 10px;
    width: 50%;
}

.container-sales-contact-accordion-content h4 {
    color: var(--primary-printec-blue);
    font-family: Questrial;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 7px !important;
}

.container-sales-contact-accordion-content .sales-contact-address.small {
    line-height: 15px;
    font-weight: 700;
    padding-bottom: 11px;
}

.container-sales-contact-accordion-content .sales-contact-email, .container-sales-contact-accordion-content .sales-contact-phone, .container-sales-contact-accordion-content .sales-contact-web {
    display: flex;
    align-items: center;
    color: var(--basic-4);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
    padding-bottom: 2px;
}

.container-sales-contact-accordion-content .sales-contact-email:before, .container-sales-contact-accordion-content .sales-contact-phone:before, .container-sales-contact-accordion-content .sales-contact-web:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-right: 14px;
    flex: 0 0 16px;
    top: -1px;
}

        .container-sales-contact-accordion-content .sales-contact-phone:before {
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_436_10582)"><path d="M14.6669 11.28V13.28C14.6677 13.4657 14.6297 13.6494 14.5553 13.8195C14.4809 13.9897 14.3718 14.1424 14.235 14.2679C14.0982 14.3934 13.9367 14.489 13.7608 14.5485C13.5849 14.6079 13.3985 14.63 13.2136 14.6133C11.1622 14.3904 9.19161 13.6894 7.46028 12.5667C5.8495 11.5431 4.48384 10.1774 3.46028 8.56665C2.3336 6.82745 1.63244 4.84731 1.41361 2.78665C1.39695 2.60229 1.41886 2.41649 1.47795 2.24107C1.53703 2.06564 1.63199 1.90444 1.75679 1.76773C1.88159 1.63102 2.03348 1.52179 2.20281 1.447C2.37213 1.37221 2.55517 1.33349 2.74028 1.33332H4.74028C5.06382 1.33013 5.37748 1.4447 5.62279 1.65567C5.8681 1.86664 6.02833 2.15961 6.07361 2.47998C6.15803 3.12003 6.31458 3.74847 6.54028 4.35332C6.62998 4.59193 6.64939 4.85126 6.59622 5.10057C6.54305 5.34988 6.41952 5.57872 6.24028 5.75998L5.39361 6.60665C6.34265 8.27568 7.72458 9.65761 9.39361 10.6067L10.2403 9.75998C10.4215 9.58074 10.6504 9.45722 10.8997 9.40405C11.149 9.35088 11.4083 9.37029 11.6469 9.45998C12.2518 9.68568 12.8802 9.84224 13.5203 9.92665C13.8441 9.97234 14.1399 10.1355 14.3513 10.385C14.5627 10.6345 14.6751 10.953 14.6669 11.28Z" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_436_10582"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
        }

        .container-sales-contact-accordion-content .sales-contact-email:before {
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2.66634 2.66663H13.333C14.0663 2.66663 14.6663 3.26663 14.6663 3.99996V12C14.6663 12.7333 14.0663 13.3333 13.333 13.3333H2.66634C1.93301 13.3333 1.33301 12.7333 1.33301 12V3.99996C1.33301 3.26663 1.93301 2.66663 2.66634 2.66663Z" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.6663 4L7.99967 8.66667L1.33301 4" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        }

        .container-sales-contact-accordion-content .sales-contact-web:before {
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_639_1000)"><path d="M8.00065 14.6666C11.6825 14.6666 14.6673 11.6819 14.6673 7.99998C14.6673 4.31808 11.6825 1.33331 8.00065 1.33331C4.31875 1.33331 1.33398 4.31808 1.33398 7.99998C1.33398 11.6819 4.31875 14.6666 8.00065 14.6666Z" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.33398 8H14.6673" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00065 1.33331C9.66817 3.15888 10.6158 5.528 10.6673 7.99998C10.6158 10.472 9.66817 12.8411 8.00065 14.6666C6.33313 12.8411 5.38548 10.472 5.33398 7.99998C5.38548 5.528 6.33313 3.15888 8.00065 1.33331Z" stroke="%23005B8C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_639_1000"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
        }

/*====================================
=     Responsive Sales Contacts      =
====================================*/

 @media only screen and (max-width: 1199px) {
    .container-sales-contacts .container-sales-contact-accordion .container-sales-contact-accordion-header {
        padding: 20px 24px 18px;
    }

    .container-sales-contact-accordion-content h4 {
        font-size: 20px;
    }

    .container-sales-contact-accordion-header-title{
        font-size: 20px;
    
    }

    .sales-contact-item{
        padding: 18px 24px 10px;
    
    }

    .container-sales-contact-accordion-content .sales-contact-email, .container-sales-contact-accordion-content .sales-contact-phone, .container-sales-contact-accordion-content .sales-contact-web{
        font-size: 12px;
        line-height: 15px;
    }

    .container-sales-contact-accordion-content{
        padding-bottom: 5px;
    }
}

/*====================================
=        Akkordeon Komponente        =
====================================*/

.accCompTabContainer h3 {
    margin: 0;
    padding: 0;

}

    .accCompTabContainer h3 a {
        width: 100%;
        border-radius: 12px;
        border: none;
        outline: 1px solid var(--special-stroke-1);
        background: var(--special-bg-light-1);
        padding: 25px 29px 23px;
        display: flex;
        text-align: left;
        justify-content: space-between;
        align-items: center;
        transition: outline-color .3s ease-in-out;
        color: var(--primary-printec-blue);
        font-family: "Nunito Sans";
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
    }

        .accCompTabContainer h3 a:hover {
            outline: 2px solid var(--primary-printec-blue);
        }

        .accCompTabContainer h3 a:after {
            content: '';
            display: block;
            width: 28px;
            height: 28px;
            background-repeat: no-repeat;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 5.83334L14 22.1667" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.1673 14L14.0007 22.1667L5.83398 14" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            background-position: right center;
            flex: 0 0 28px;
        }

.accCompTabContainer li{
    margin-bottom: 17px;
}

.accCompTabContainer li h3 a:hover:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 5.83334L14 22.1667" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.1673 14L14.0007 22.1667L5.83398 14" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.accCompTabContainer li.tabactive h3 a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*border: 1px solid var(--primary-printec-blue);*/
    outline: 2px solid var(--primary-printec-blue);
}

.accCompTabContainer li.tabactive h3 a:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 22.1667L14 5.83335" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83268 14L13.9993 5.83333L22.166 14" stroke="%23005B8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.accCompTabContainer .acccontent {
    display: none;
    outline: 2px solid var(--primary-printec-blue);
    position: relative;
    top: 2px;
    border-radius: 0px 0px 12px 12px;
    padding: 23px 29px;
}

.accCompTabContainer li.tabactive .acccontent{
    display: block;

}


/*====================================
=               Footer               =
====================================*/
footer {
    background-color: var(--basic-2);
}

.footer-copyright-area {
    border-top: 1px solid rgba(156, 156, 156, 0.50);
    padding: 4px 0 5px;
}

    .footer-copyright-area small {
        color: var(--basic-3);
        font-family: "Nunito Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.footer-area {
    min-height: 200px;
    padding-top: 15px;
    padding-bottom: 18px;
}

.footer-area-top {
    display: flex;
    justify-content: space-between;
}

.footer-area-top-left {
    /*flex: 1 0 30%;*/
  /*  display: flex;
    justify-content: flex-start;
    align-items: center;*/
}

.footer-area-top-left .footer-logo{
    margin-top: 27px;
    margin-bottom: 3px;
    transition: .3s ease-in-out;
/*    padding-bottom: 17px;*/
}

.footer-area-top-right {
    display: flex;
    /*flex: 1 0 70%;*/
    /*    display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

/*.footer-area-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 15px;
}*/

    .footer-area-top-right .footer-badge-1 {
        margin-right: 15px;
        transition: .3s ease-in-out;
    }

    .footer-area-top-right .footer-badge-2 {
        transition: .3s ease-in-out;
    }

.footer-area-bottom {
    /*flex: 1;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

    .footer-area-bottom .navbar {
        padding: 0;
    }

        .footer-area-bottom .navbar.footernav {
            margin-top: 12px;
        }

        .footer-area-bottom .ul_footer_nav {
            padding: 0;
        }

        .footer-area-bottom .ul_footer_nav li{
            margin-right: 15px;
            transition: .3s ease-in-out;
        }

        .footer-area-bottom .ul_footer_nav li:last-child {
            margin-right: 0 !important;
        }

            .footer-area-bottom .ul_footer_nav li a {
                font-family: "Nunito Sans";
                color: var(--basic-dark);
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 25px; /* 138.889% */
                letter-spacing: 0.9px;
                padding: 0 0 0 0 !important;
                white-space: nowrap;
                transition: .3s ease-in-out;
            }

            .footer-area-bottom .ul_footer_nav li a:hover{
                color: var(--primary-printec-blue);
            }

    .footer-area-bottom .ul_socialmedia_nav {
        margin-left: 17px;
        padding-bottom: 1px;
    }

    .footer-area-bottom .ul_socialmedia_nav li {
        margin-right: 10px;
    }

    .footer-area-bottom .ul_socialmedia_nav li:last-child {
        margin-right: 0px !important;
    }

        .footer-area-bottom .ul_socialmedia_nav li a {
            padding: 0 0 !important;
            transition: .3s ease-in-out;
        }

        .footer-area-bottom .ul_socialmedia_nav li a:hover img {
            filter: brightness(0) saturate(100%) invert(14%) sepia(97%) saturate(3157%) hue-rotate(187deg) brightness(101%) contrast(101%);
        }


/*====================================
=         Responsive Footer          =
====================================*/

@media only screen and (max-width: 1199px) {
    .footer-area-bottom-right .ul_footer_nav li{
        margin-right: 10px;
    }

        .footer-area-bottom-right .ul_footer_nav li a {
            font-size: 16px;
            padding: 12px 0 !important;
        }

    .footer-area-bottom-right .ul_socialmedia_nav{
        margin-left: 12px;
    }

        .footer-area-bottom-right .ul_socialmedia_nav li a{
            padding: 13px 0 !important;
        }
}

@media only screen and (max-width: 991px) {
    .footer-area{
        min-height: auto;
    }

    .footer-area-top-left .footer-logo {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area {
        padding-bottom: 14px;
    }

    .footer-area-bottom .ul_footer_nav {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .footer-area-bottom .ul_footer_nav li {
            margin-right: 0px;
            margin-left: 15px;
        }

    .footer-area-bottom .ul_footer_nav li a {
        color: var(--basic-dark);
        font-family: "Nunito Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 125% */
        letter-spacing: 0.9px;
    }

}

@media only screen and (max-width: 575px) {
    .footer-area-top-left .footer-logo{
        width: 138px;
    }
}

@media only screen and (max-width: 480px) {
    .footer-area-top-right {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footer-area-top-right .footer-badge-1{
        margin-right: 0;
    }

    .footer-area-top-right .sys-dms-image{
        margin-bottom: 15px !important;
    }
}


/*====================================
=              Sitemap               =
====================================*/

.ul_sitemap{

}

    .ul_sitemap > li > a.sitemap-toplevel + ul {
        padding: 0 0 29px 0;
    }

    .ul_sitemap > li > a.sitemap-toplevel + ul ul{
        padding: 0 0 0 24px;
    }

    .ul_sitemap .sitemap-toplevel {
        color: var(--Basic-5, #404040);
        font-family: "Nunito Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 110% */
        letter-spacing: 0.9px;
    }

    .ul_sitemap .sitemap-sublevel {
        font-family: "Nunito Sans";
        color: var(--basic-4);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: .9px;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        padding: 6px 0 6px 24px;
        position: relative;
        display: inline-block;
    }

        .ul_sitemap .sitemap-sublevel:before {
            content: '';
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M6 11L10 7L6 3" stroke="%23595959" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            background-repeat: repeat-x;
            width: 16px;
            height: 15px;
            position: absolute;
            left: 0;
            top: 11px;
            margin: 0;
        }