:root {
    --clr-accent: #6cbbbc;
    --clr-accent-opacity: #31667e50;

    --clr-primary-dark: #2C2C2C;
    --clr-primary-gray: #6C6C6C;
    --clr-primary-white: #fff;
    --clr-primary-light: #f5f7fb;

    --clr-scrollbar: #dddddd;

    --bg-white: #fff;
    --bg-egg: #FEF6ED;
    --bg: #F5F7FB;

    --clr-border: #E3E3E3;

    --fc-primary: #2C2C2C;
    --fc-dark: #2C2C2C;
    --fc-white: #fff;

    --ff-primary: 'Acumin Pro', sans-serif;
    --ff-schwung: 'MarketPro', 'Brush Script MT';

    --br: 10px;
    --br-sm: 7px;
    --br-lg: 99px;

    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);

    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;

    --fs-text-usm: calc(10px + 1 * (100vw - 320px) / 1600);
    --fs-text-sm: calc(12px + 1 * (100vw - 320px) / 1600);
    --fs-text-md: calc(14px + 1 * (100vw - 320px) / 1600);
    --fs-text-lg: 1.2rem;
    --fs-title-xsm: calc(16px + 1 * (100vw - 320px) / 1600);
    --fs-title-sm: calc(18px + 1 * (100vw - 320px) / 1600);
    --fs-title-md: calc(22px + 4 * (100vw - 320px) / 1600);
    --fs-title-lg: calc(25px + 2 * (100vw - 320px) / 1600);
    --fs-title-ulg: calc(25px + 8 * (100vw - 320px) / 1600);

    --br: 14px;
    --p-button: 10px 15px 7px 15px;

    --fs-body: var(--fs-text-md);
    --fs-primary-heading: var(--fs-title-md);
    --fs-secondary-heading: var(--fs-title-sm);
    --fs-nav: var(--fw-sm);
    --fs-button: var(--fs-text-usm);
}

@font-face {
    font-family: 'MarketPro';
    src: url('../fonts/MarketPro.eot') format('embedded-opentype'),
        url('a../fonts/MarketPro.woff'),
        format('woff'),
        url('../fonts/MarketPro.ttf') format('truetype');
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* max-width classes */
.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.max600 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Reset */

@font-face {
    font-family: 'Acumin Pro';
    src: url('/layout/frontend/b2c/dist/fonts/AcuminPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/layout/frontend/b2c/dist/fonts/AcuminPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/layout/frontend/b2c/dist/fonts/AcuminPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/layout/frontend/b2c/dist/fonts/AcuminPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    background-color: var(--clr-primary-white);
    font-size: var(--fs-text-md);
    font-weight: var(--fw-400);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
}

.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
}

.nav_description_wrapper a {
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.collection_content.Überschrift {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.nav_description {
    opacity: .7;
    font-size: var(--fs-text-usm);
    line-height: 1;
    margin-top: 2px;
    display: none;
}

.img_container {
    flex-shrink: 0;
}

form#contactformular_8 {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 1080px;
    margin: 0 auto;
}

.newsletter.full_preview button#backButton,
.newsletter.full_preview .back_to_overview,
.newsletter.full_preview div#contactform,
.newsletter.full_preview div#ihnen-group,
.newsletter.full_preview div#footer,
.newsletter.full_preview header #header_2,
.newsletter.full_preview div#slider-wrapper {
    display: none !important;
}

header .header__alllinks ul.level_2 p {
    padding-top: 2px;
}

.home .software-loesungen .collection_container {
    max-height: 420px;
}

.sl__wrapper .collection_list.software-loesungen.active .collection_container .sl__header {
    z-index: 2;
}

.logo_bar .collection_list img {
    max-width: 160px;
    padding-bottom: 10px;
    padding-top: 10px;
}

a.link_to_website {
    max-width: 168px;
    background: var(--bg);
    text-align: center;
    padding: var(--p-button);
    border-radius: var(--br-lg);
    flex-shrink: 0;
    display: none;
}

.newsletter.full_preview h3.collection_content.newsletter__title.title.custom {
    text-align: center;
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

.newsletter.full_preview div#content,
.newsletter.full_preview .main-screen {
    padding: 0;
}

.newsletter.full_preview .container {
    max-width: 90%;
    padding: 0;
}

.vertriebsbanner_pro_softwareloesung input#button {
    padding: 1rem;
}

.collection_list.newsletter .collection_content {
    width: auto;
}

/* Newsletter */

.collection_list.newsletter .collection_container {
    border-radius: var(--br-primary);
    overflow: hidden;
    transition-duration: 200ms;
    padding-bottom: 34px;
    min-height: 400px;
    background: white;
}

.collection_list.newsletter .collection_content.newsletter_monat:before {
    content: 'Newsletter: ';
}

.newsletter.full_preview div#slider-wrapper {
    display: none;
}

.collection_full.newsletter>.collection_container {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    height: 75vh;
    margin: 0 auto;
}

.newsletter.full_preview div#header_2> :not(h3.collection_content.newsletter__title.title.custom) {
    display: none;
}

h3.collection_content.newsletter__title.title.custom:after {
    display: none;
}

h3.collection_content.newsletter__title.title.custom {
    text-align: center;
    margin: 0 !important;
    font-weight: 600;
}

.newsletter.full_preview .component.customer-button {
    display: none;
}


.newsletter.full_preview #header .container {
    width: 95%;
}

.newsletter.full_preview header#header {
    background: var(--clr-accent);
}

.newsletter.full_preview .collection_content.newsletter_vorschaubild {
    width: auto;
}

.collection_full.newsletter .collection_content.newsletter_titel {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.collection_full.newsletter .collection_list.referenzen:first-child {
    padding-top: 0;
}

.collection_full.newsletter {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.newsletter div#privacy-policy,
.newsletter div#privacy-policy a {
    background: none !important;
    color: grey !important;
}

.newsletter div#privacy-policy {
    margin: 0 auto;
}

.collection_content.referenz_pro_newsletter .collection_container {
    background: #fff;
    border-radius: var(--br-primary);
    border: 1px solid #ebebeb;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
    overflow: hidden;
    padding-right: 1rem;
}

.newsletter.full_preview .container {
    width: 100%;
}

.newsletter.full_preview .collection_content.referenz_auflistung {
    display: none;
}

.collection_content.referenz_pro_newsletter .collection_container .collection_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.newsletter.full_preview .collection_content.referenz_title {
    font-size: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: -10px;
}

.newsletter.full_preview .col-news:nth-child(1) .col-news__title {
    font-size: inherit !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    padding-left: 20px !important;
}

.newsletter.full_preview .col-news:nth-child(1) .col-news__date {
    padding-left: 20px !important;
}

.newsletter.full_preview .col-news:nth-child(1) .col-news__img img {
    aspect-ratio: 16/9 !important;
}

.newsletter.full_preview .col-news:nth-child(1) .col-news__teaser {
    display: block;
    margin-top: 10px !important;
    padding-left: 20px !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    display: -webkit-box;
}

.newsletter.full_preview .col-news:nth-child(1) .col-news__block-footer {
    display: none !important;
}

.newsletter.full_preview .col-news__block {
    width: 100% !important;
    padding: 0 !important;
}

.newsletter.full_preview .referenz_title:after {
    display: none;
}

.newsletter_content_left {
    background: #fff;
    padding: 3rem;
    border-radius: var(--br-primary);
    flex: 1 1 60%;
    border: 1px solid #ebebeb;
    height: 100%;
    animation: 1.5s fadeInUp;
    overflow-y: scroll;
}

.newsletter_content_right:before {
    content: 'Unsere Themen in diesem Newsletter:';
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.collection_content.person_pro_newsletter .collection_container {
    padding-left: 100px;
}

.collection_content.person_pro_newsletter .collection_content.pers_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
}

.newsletter h3.collection_content.collection-new__title.title.custom,
.newsletter .collection_content.col-new-full__text-short {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.newsletter {
    --br-primary: 15px;
    background: var(--clr-primary-light);
}

.newsletter .collection_full.newsletter .collection_list.collection-new .collection_container {
    min-height: auto;
}

.newsletter_content_right {
    flex: 1 1 40%;
    height: 100%;
    background: #fff;
    padding: 2rem;
    border-radius: var(--br-primary);
    border: 1px solid #ebebeb;
    animation: 1.5s fadeInUp;
    overflow-y: scroll;
}

.newsletter.full_preview *::-webkit-scrollbar-track {
    background: #ffffff;
}

.collection_full.newsletter .collection_content.newsletter_titel:after {
    content: '';
    width: 60px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
}

.collection_full.newsletter .collection_content.newsletter_vorschau {
    padding-block: 1rem;
    margin-bottom: 1rem;
}

.collection_list.newsletter .collection_content.newsletter_monat {
    color: var(--clr-accent);
    font-size: 17px;
    margin-top: 19px;
    margin-left: 21px;
    margin-right: 60px;
}

.newsletter.full_preview .collection_content.news_pro_newsletter .collection_list.col-news {
    width: unset ! Important;
}

.newsletter.full_preview .collection_list.ansprechpartner {
    justify-content: flex-start;
}

.collection_full.newsletter .collection_content.r__preview_title {
    display: none;
}

body.newsletter.full_preview .collection_full.newsletter .collection_content.r__preview_title {
    display: block;
    font-size: 16px !important;
}

/* .collection_full.newsletter h3.collection_content.ansprechpartner__title.title.custom,
.collection_full.newsletter .collection_content.ansprechpartner_mail,
.collection_full.newsletter .collection_content.ansprechpartner_num {
    display: none;
} */

.collection_full.newsletter .collection_list.referenzen {
    width: 100%;
    padding-inline: 0;
    padding-block: 10px;
}

.collection_full.newsletter .collection_content.referenz_teaser_img img {
    height: 90px !Important;
    width: 90px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
    display: block;
    aspect-ratio: 1;
}

.collection_full.newsletter .collection_list.collection-new .collection-new__img {
    height: 170px;
}

.collection_full.newsletter h3.collection_content.collection-new__title.title.custom {
    margin-inline: 21px;
    font-size: 20px;
}

.collection_full.newsletter .collection_content.col-new-full__text-short {
    font-size: 16px;
    margin-inline: 21px;

}

.collection_full.newsletter .collection_list.collection-new .collection-new__date {
    font-size: 13px;
}

.collection_full.newsletter .collection_list.collection-new .collection_container {
    min-height: 400px;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.collection_full.newsletter .collection_list.collection-new {
    padding-inline: 0;
    padding-block-end: 21px;
    flex: 1 1 40%;
    padding-top: 0;
}

.newsletter.full_preview div#header_2 {
    width: auto;
}

.collection_full.newsletter .collection_content.referenz_teaser_img {
    flex-shrink: 0;
}

.newsletter.full_preview .collection_content.r_preview_list {
    display: none;
}

.collection_full.newsletter .collection_content.newsletter_vorschaubild img {
    height: 100px !important;
    aspect-ratio: 1;
    border-radius: var(--br-primary);
    width: 100px !Important;
}

.collection_content.news_pro_newsletter {
    display: grid;
    width: 100%;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
}

.newsletter.full_preview .col-news:nth-child(1) .collection_container {
    display: block !important;

    background-color: var(--bg);
    border-radius: var(--br);
    padding-bottom: 30px;
}

.newsletter.full_preview .col-news:nth-child(1) .col-news__img {
    max-height: unset !important;
    height: 200px !important;
}

.newsletter.full_preview .col-news__img {
    aspect-ratio: unset;
    width: 100% !important;
    height: 200px;
}

.newsletter_intro {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.newsletter.full_preview .collection_content.r_preview_image {
    max-width: 162px;
}

.collection_list.newsletter .collection_content.newsletter_vorschaubild {
    border-bottom: 4px solid var(--clr-accent);
}


.newsletter.full_preview button#backButton {
    position: fixed;
    top: 6rem;
    left: 7rem;
    display: none;
}

.collection_list h3.collection_content.newsletter__title.title.custom {
    display: none;
}

.newsletter.full_preview .collection_content.newsletter_monat {
    display: none;
}

.collection_content.newsletter_monat {
    color: var(--clr-accent);
    font-size: 17px;
}

.collection_list.newsletter .collection_content.newsletter_vorschaubild {
    height: 156px;
}

.collection_list.newsletter .collection_content.newsletter_titel {
    font-size: 20px;
    margin-inline: 21px;
    margin-bottom: 5px;
    font-weight: bold;
}

.collection_list.newsletter .collection_content.newsletter_vorschau {
    margin-inline: 21px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home .collection_content.pers_image img {
    width: 190px !important;
    height: 250px ! Important;
    object-fit: contain;
    border-radius: 999px;
    border: 1px solid var(--clr-border);
}

.collection_list.newsletter .collection_content.newsletter_vorschaubild img {
    width: 100%;
}

.g-recaptcha>div {
    height: auto !important;
}


.g-recaptcha iframe {
    height: auto;
}

.collection_list.Dig_Prozesse {
    width: 100%;
    padding: 0 15px;
}

/* Ausgeblendet-Zustand */
.collection_content.Prozessbeschreibung {
    max-height: 0;
    /* zusammengeklappt */
    opacity: 0;
    /* unsichtbar */
    overflow: hidden;
    /* Inhalt abschneiden */
    margin: 0;
    /* kein Abstand */
    transition:
        max-height 0.5s ease,
        opacity 0.5s ease,
        margin 0.5s ease;
}

/* Aufgeklappt-Zustand beim Hover */
.collection_list.Dig_Prozesse>.collection_container:hover .Prozessbeschreibung {
    max-height: 300px;
    /* groß genug für Deine Inhalte */
    opacity: 1;
    /* sichtbar */
    margin: 0 0 10px;
    /* Abstand unten */
}

.jan_mag_kein_float_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 15px;
}

.collection_list.Dig_Prozesse>.collection_container {
    padding: 0;
    padding-left: 20px;
    padding-block: 15px;
    border-bottom: 1px solid var(--clr-border);
    height: 100%;
    padding-block-end: 15px;
    position: relative;
}

.collection_list.Dig_Prozesse>.collection_container.Webseite {
    border-left: 3px solid #264451;
}

.collection_list.Dig_Prozesse>.collection_container.App {
    border-left: 3px solid #512648;
}

.collection_list.Dig_Prozesse>.collection_container.Intranet {
    border-left: 3px solid #3c7649;
}

.collection_list.Dig_Prozesse>.collection_container.Kundenportal {
    border-left: 3px solid #842c2c;
}

h3.collection_content.Dig_Prozesse__title.title.custom {
    margin-bottom: 3px;
    font-size: 17px;
}

.collection_content.Softwareloesung .collection_container {
    background: none !important;
    height: auto !important;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 3px;
}

/* .collection_content.Referenz .collection_container:hover,
.collection_content.Softwareloesung .collection_container:hover {
    background: var(--clr-primary-light) !important;
} */

.collection_list.Dig_Prozesse.show .collection_content.Softwareloesung .collection_content {
    display: none;
}

div#map {
    height: 80vh;
    border-radius: 20px;
}

.map_container p {
    margin-bottom: 8px;
}

.collection_content.Softwareloesung {
    display: flex;
    align-items: center;
    gap: 10px;
}

.collection_list.Dig_Prozesse.show .collection_content.Referenz .collection_content {
    display: none;
}

.collection_list.Dig_Prozesse.show .collection_content.Softwareloesung .collection_content.sl_navigation_title {
    display: block !important;
}

.collection_list.Dig_Prozesse.show .collection_content.Softwareloesung .collection_content.sl__logo {
    display: block !important;
    max-width: 23px;
}

.collection_list.Dig_Prozesse:hover>.collection_container {
    background: var(--clr-primary-light) !important;
}

.collection_content.prozesse {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    column-gap: 1rem;
    row-gap: 2rem;
    padding-top: 2rem;
}

.collection_content.Referenz .collection_container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.collection_content.Teaser {
    padding-block-end: 10px;
}

.collection_list.Dig_Prozesse.show .collection_content.Referenz .collection_content.col-ref__logo img {
    height: 26px !important;
    object-fit: contain;
}


.collection_content.Teaser {
    /* text-wrap-style: auto; */
    font-size: 14px;
    opacity: .8;
}



.collection_content.Referenz {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.collection_list.Dig_Prozesse.show .collection_content.Referenz .collection_content.col-ref__logo {
    display: block;
    max-width: 28px;
}

.collection_list.Dig_Prozesse.show .collection_content.Referenz h3.collection_content.col-ref__title.title.custom {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    white-space: nowrap;
}

.collection_list.Dig_Prozesse .collection_list {
    width: auto;
    height: auto;
    display: inline-block;
}

/* Newsletter Ende */


/* .collection_content.vb_teaser {
    font-size: var(--fs-text-sm);
    opacity: 0.7;
} */

.collection_list.vertriebsbanner .collection_container {
    text-align: center;
    background: var(--clr-primary-light);
    padding: 2rem;
}

.vertriebsbanner_pro_softwareloesung .form-group,
.vertriebsbanner_pro_softwareloesung .form-group,
.vertriebsbanner_pro_softwareloesung div#submit_button {
    float: unset !Important;
}

.collection_content.vb_title {
    font-weight: bold;
    font-size: var(--fs-title-md);
}

.collection_content.vb_trust ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.collection_content.vb_trust ul li::before {
    content: "\2713";
    /* Unicode-Zeichen für ein Häkchen */
    margin-right: 10px;
    /* Abstand zwischen dem Häkchen und dem Text */
    color: var(--clr-accent);
    /* Farbe des Häkchens */
    font-weight: bold;
    /* Fettdruck für das Häkchen */
}

.collection_list.vertriebsbanner {
    width: 100%;
}

.header__alllinks li.level_1.levels {
    flex: 1;
}

footer .header__alllinks li.level_1.levels {
    min-width: 146px;
}

p.level_2_title {
    line-height: 1;
}

.technologie.full_preview #slider {
    transform: translateY(-30px);
}

.nav_description_wrapper img:not(.map_container img) {
    flex-shrink: 0;
    width: 30px !important;
    height: 33px !Important;
    object-fit: contain;
    border-radius: 5px;
    margin-right: 2px;
}

#contactform .contacform {
    padding-inline: 15px;
}

body.det-loesungen #area-2 .container .col-sl__longtext-img img {
    box-shadow: none !important;
    height: 440px !Important;
}

.sl_detail_connectoren {
    padding: 0 15px;
}

.det-loesungen #area-2 .container .col-sl__longtext-img::after {
    display: none;
    box-shadow: none;
}

.softwareloesungen.full_preview #area-10 {
    background-color: var(--clr-primary-light);
}

h3.collection_content.col-beratung__title.title.custom {
    padding: 3rem 2rem 0rem;
    font-size: var(--fs-text-lg);
}

.col-news__wrapper,
.col-ref__wrapper {
    padding: 15px;
}

.sl_detail_connectoren .connectoren .collection_container {
    gap: 10px !important;
}

.det-loesungen .sl_detail_trustelements .collection_container .trust-elements__wrapper {
    padding: 14px 15px 10px 0px !important;
}

.det-loesungen .sl_detail_trustelements .collection_container .trust-elements__wrapper {
    padding: 14px 15px 10px 0px !important;
    border: none !important;
    border-radius: 0 !Important;
    border-bottom: 1px solid var(--clr-border) !important;
    border-radius: none !important;
}

.det-loesungen .sl_detail_trustelements .trust-elements.open .trust-elements__wrapper {
    box-shadow: none !important;
    margin-bottom: 0px !important;
}



body .technology .t_image img {
    object-fit: contain;
    height: 40px !Important;
    object-position: left;
}

.technology .technology__title {
    margin-top: 30px !important;
}

body.det-loesungen .sl_detail_trustelements .collection_container .trust-elements__title {
    font-size: var(--fs-title-xsm) !important;
}

.det-loesungen .sl_detail_trustelements .trust-elements.open .trust-elements__title::after {
    right: 4px;
}

.det-loesungen .sl_detail_trustelements {
    margin-top: 30px !important;
}


.sl__wrapper .collection_list.software-loesungen .collection_container .sl_preview_tag {
    padding: 6px 15px 4px 15px !important;
}

.det-loesungen #area-2,
.det-loesungen #area-3 {
    padding-block: 20px !important;
}

button {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    border: none;
    cursor: pointer;
}

input,
select,
textarea {
    padding: 1rem;
    width: 100%;
    border: 1px solid var(--clr-border);
    font-family: inherit;
    border-radius: var(--br);
}

.owl-item img {
    /* height: 450px!Important; */
    width: 100% !Important;
    border-radius: var(--br);
}

.owl-item.cloned {
    margin-right: 0px !important;
}


.owl-item {
    scale: .9;
}

.owl-item.center {
    scale: 1;
}

.owl-item a {
    width: 100% !Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.component.search img {
    width: 25px !important;
    height: 25px !Important;
    object-fit: contain;
}

.back_to_overview a {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--clr-accent);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
    border: 1px solid var(--clr-accent-light);
}

.collection_content {
    width: 100%;
    float: left;
    display: block;
}

.det-loesungen #area-2,
.det-loesungen #area-3 {
    animation: fadeUp 1s 0s forwards;
}

.det-loesungen #area-3 .container .textcontent {
    padding-top: 5rem;
}

.onboarding .collection_content {
    width: auto;
}

.bc.onboarding .title_with_img img {
    width: 40px !important;
    height: 40px !important;
}

.bc.onboarding img.bc_logo {
    max-width: 200px !important;
}

.bc.onboarding .ob_footer {
    padding-block-start: 0;
}



.collection_list.projektverlauf {
    width: 100%;
    padding: 15px;
    padding-left: 50px;
    padding-right: 0;
}

li.level_1.levels ul {
    display: none;
}

textarea {
    min-height: 300px;
    resize: vertical;
}

a {
    color: var(--fc-dark);
}

.component.copyright .textcontent:last-child {
    float: right;
}

.component.copyright .textcontent:first-child {
    float: left;
}

.row {
    float: left;
    width: 100%;
}

/* Cookiemeldung  */

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

.cookie_headline {
    font-size: var(--fs-text-lg);
    font-weight: bold;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var(--bg-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}



#cookie-bar>p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}

div#cookiewarnung {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background: #00000070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie_container {
    background: var(--bg-white);
    color: var(--fc-dark);
    z-index: 99999999;
    width: 90%;
    padding: 2rem;
    border-radius: var(--br);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    max-width: 500px;
}

.cookie_link_list {
    padding: 1rem 0;
    font-size: var(--fs-text-usm);
    display: flex;
    gap: 1rem;
}

.cookie-option-container {
    margin-top: 10px;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    white-space: nowrap;
}

.cookie_configure {
    cursor: pointer;
}

.cookie_logo img {
    background: var(--fc-white);
    height: 45px !important;
    width: 45px !Important;
    object-fit: contain;
    padding: 3px;
    border-radius: var(--br);
}

.cookie-option.button {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background: var(--clr-accent);
    flex: 1;
    text-align: center;
    color: var(--fc-white);
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.logo_bar {
    margin-block-end: 50px;
}

.main-screen.p-50 {
    padding-block: 50px;
}

.main-screen.bg_grey {
    background-image: url(/userdata/images/bg_grey.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo_bar .owl-stage-outer {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1.5rem;
    border-radius: var(--br);
}

.logo_bar .collection_list {
    width: 100%;
    padding: 0;
}

.logo_bar .collection_list.firmen .collection_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_bar .collection_content.rk_preview_logo img {
    width: 150px !Important;
    height: 70px !Important;
    object-fit: contain;
}

.header__alllinks .levels ul.level_2 li {
    flex: 1 1 100%;
}

.header__alllinks .levels:first-child ul.level_2 li {
    flex: 1 1 100%;
}

ul.level_1 .level_1:last-child a {
    background: var(--clr-accent);
    color: white;
    padding: 9px 14px 5px 14px;
    border-radius: 999px;
    font-size: 14px;
}


.collection_link,
.collection_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.logo_bar .collection_content {
    display: none;
}

.logo_bar .collection_content.rk_preview_logo {
    display: block;
}


div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--bg-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: var(--bg-light);
    color: var(--fc-dark);
    padding: 10px;
    position: relative;
    cursor: pointer;
}


.component.cookie_verlinkungen {
    display: flex;
    align-items: center;
    gap: 1rem;
}


#cookie-config input {
    margin-right: 10px;
}

input {
    accent-color: var(--clr-accent);
}

.cookie-config-close:after,
.cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgb(130 130 130 / 50%);
    content: "";
    right: 20px;
    top: 16px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: var(--bg-light);
    padding: 10px;
    cursor: pointer;
    position: relative;
}



.config-child input {
    width: auto;
}

input#required {
    width: auto;
}

input#tracking {
    width: auto;
}


.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid var(--clr-border);
}

.config-child {
    display: none;
    background: var(--bg-white);
    padding: 10px;
}

.col-advice-banner .collection_container {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    border-radius: var(--br);
    overflow: hidden;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: var(--clr-accent);
    color: var(--fc-white);
    cursor: pointer;
    margin: 20px 15px;
    color: var(--bg-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.onboarding_bc_da .recaptcha-class {
    overflow: hidden;
}

.cookie-config-configuration>p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: var(--bg-white);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}

/* Cookiemeldung Ende */


div#header,
.header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

.col-advice-banner__logo {
    padding-bottom: 4rem;
}




.header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
}

/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}



.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--clr-accent);
    border-radius: var(--br);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--clr-accent);
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}



button.close {
    margin: 0 0 1rem;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
}

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--clr-accent);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400 !Important;
    border: none;
    color: var(--clr-primary-white);
    line-height: 1;
    margin-bottom: 7px;
}

.next lottie-player {
    margin: 0 auto;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var(--clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}



ol li,
ul li {
    list-style: none;
}

div#content,
.main-screen {
    padding: 70px 0;
    position: relative;
    float: left;
    width: 100%;

}

.main-screen.grey {
    background-color: var(--clr-primary-light);
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var(--clr-primary-white);
    display: -webkit-box;
}



.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var(--clr-primary-white) !important;
}

.pop-up-element {
    z-index: 1;
    padding: 30px;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
    display: flex;
    justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
    display: block;
}

.pop-up-button {
    cursor: pointer;
}

.pop-up-button.current {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    border: 1px solid var(--clr-accent);
}

/* Navgation */

div#header {
    background: var(--bg-white);
    border-bottom: 1px solid #E9E9E9;
}

h2:after {
    content: "———";
    float: left;
    width: 100%;
    color: var(--clr-accent);
    letter-spacing: -3px;
}

.faq_nearest_search {
    display: none;
}

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.container:before {
    display: none;
}

#header_2 .component {
    display: flex;
    align-items: center;
    gap: 2rem;
}

div#header_2 {
    display: flex;
    align-items: center;
    gap: 2rem;
}


iframe {
    width: 100%;
    height: 45vh;
    border-radius: var(--br);
}

.collection_content.produktvideo {
    width: 50%;
    margin-top: 50px;
}

.video-wrapper {
    display: flex;
}

.collection_content.video-desc {
    width: 50%;
    padding-left: 63px;

}


div#footer-header {
    float: left;
    width: 100%;
}


#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 17px;
    padding-left: 0;
}

#header>.container:after {
    display: none;
}

.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var(--clr-primary-white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

nav li.level_1.levels:after {
    content: '';
    width: 6px;
    height: 6px;
    transition: 0.5s;
    transform: rotate(135deg);
    position: absolute;
    float: left;
    cursor: pointer;
    margin-right: 7px;
    top: 5px;
    right: -20px;
    background: transparent !important;
    border-top: 1px solid var(--fc-primary);
    border-right: 1px solid var(--fc-primary);
}

nav li.level_1.levels:hover:after {
    transform: rotate(-45deg);
    top: 7px;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.technology .t_screenshot img {
    border: 6px solid #000 !important;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img:not(.map_container img) {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    max-width: 100%;
}



.det-loesungen .sl_detail_trustelements .trust-elements.open .te_teaser {
    font-size: var(--fs-text-sm);
    opacity: 0.7;
}

.det-loesungen .sl_detail_trustelements .trust-elements.open .trust-elements__title {
    font-size: var(--fs-title-xsm) !important;
}


/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-600);
    color: var(--fc-dark);
    margin: 10px 0;
    font-family: var(--ff-heading) !important;
}

h1 {
    font-size: var(--fs-title-lg);
}


h2 {
    font-size: var(--fs-title-md);
}

h3 {
    font-size: var(--fs-title-sm);
}

h4,
h5 {
    font-size: var(--fw-md);
}

h6 {
    font-size: var(--fw-sm);
}

a {
    text-decoration: none;
}

a:hover {
    opacity: .95;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_link a:hover {
    opacity: 0;
}

/* Kollektion */

.full_preview .collection_full {
    display: block !important;
}

.collection_list,
.collection_container {
    position: relative;
}

.collection_list,
.content-container {
    position: relative;
}


/* END Kollektion */


/* Kontaktformular */

.fade {
    opacity: 1;
}

/* Level 2 Menue */

li.level_1.levels {
    position: relative;
    max-width: 700px;
}

#header ul.level_2 {
    display: none;
}

li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

ul.level_2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: var(--clr-primary-white);
    padding: 15px;
    border-radius: var(--br);
}

ul.level_2 a p.level_2_title {
    color: var(--clr-accent) !important;
}

li.level_2 {
    margin-bottom: 5px;
}

/* Level 2 Menue */



.contactformular .form-check {
    height: 35px;
    line-height: 35px;
    clear: both;
    height: auto !important;
    line-height: 35px;
}

.contactformular .form-check input {
    display: inline-block !important;
    width: auto !important;
}

.input.select_body,
.contactformular select {
    width: 100% !important;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--clr-primary-white);
}


/* END Kontaktformular */


/* OWL Carousel Global */

.owl-stage-outer {
    width: 100%;
}


/* END OWL Carousel Global */


/* END Global */



.faq_headline {
    margin: 0 0 1rem;
}


input.invalid {
    background-color: #ffdddd;
}

.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.tab {
    display: none;
}

input#button {
    padding: var(--p-button);
    background: var(--clr-accent);
    color: var(--fc-white);
    border-radius: var(--br-lg);
    display: inline-block;
    border: 0;
}

.referenzen .collection_content.r__preview_title {
    white-space: normal !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    max-width: 100% !important;
    padding-block-start: 10px !important;
    line-height: 1.3 !important;
    font-weight: var(--fw-600) !important;
    color: var(--fc-dark) !important;
    font-family: var(--ff-heading) !important;
    font-size: var(--fs-title-md) !important;
}

.col-ref__wrapper .collection_content.r__preview_title {
    font-size: 16px !important;
    font-family: var(--ff-heading) !important;
    font-weight: var(--fw-600) !important;
    color: var(--fc-dark) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-block-start: 10px;
    padding-right: 35px !important;
    line-height: 1.3;
    max-width: 100%;
}



button {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: var(--p-button);
    border-radius: var(--br-lg);
    cursor: pointer;
    border: none;
}

button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

.home div#content .container,
.unsere-software-loesungen div#content .container {
    max-width: 90%;
}


#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}


/* END Sticky Header */

main {
    width: 100%;
    float: left;
    display: block;
    /* padding-top: 60px; */
}

.collection_list.quotes {
    width: 100%;
}

/* .collection_list.software-loesungen {
    width: 25%;
} */

.collection_content.qu_text:before {
    content: '';
    background-image: url(/userdata/images/quote.svg);
    display: block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1rem;
}

.collection_content.qu_text {
    font-size: var(--fs-title-sm);
    font-weight: 600;
}

.collection_content.qu_text u {
    color: var(--clr-accent);
}

.collection_content.qu_text u a {
    color: var(--clr-accent);
}

.chatbot {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
    animation: shake 0.5s ease-in-out forwards;
    animation-delay: 1s;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25%,
    75% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }
}

button#open_chat {
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

p.name {
    font-weight: bold;
}

.chatbot_content_links a {
    background: var(--clr-primary-light);
    text-align: center;
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.chatbot form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 1rem;
}

.chatbot_content_links {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chatbot_info {
    padding-inline: 1rem;
    text-align: center;
}

.chatbot .form-group.form-check label {
    background: var(--clr-primary-light);
    text-align: center;
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
    line-height: 1;
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
}

.chatbot .form-group.form-check label:hover {
    background: #0000000d;
}

.chatbot .form-group.form-check {
    line-height: 1;
    padding: 0;
}

.chatbot .form-group {
    padding: 0;
}

.chatbot_content_header {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: var(--clr-accent);
    gap: 10px;
    padding: 1rem;
    border-radius: var(--br);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
}

.chatbot_content_header img {
    height: 40px !important;
    object-fit: cover;
    width: 40px !Important;
    border-radius: 999px;
    background-color: #ffffff85;
    object-position: top;
}

.chatbot form#contactformular_8 {
    padding: 1rem;
}

button#open_chat svg {
    fill: #fff;
}

.chatbot_content {
    max-width: 340px;
    background: white;
    display: flex;
    display: none;
    flex-direction: column;
    border-radius: var(--br);
    border: 1px solid var(--border);
    box-shadow: 0 0 31px 10px #00000040;
}

.collection_list.software-loesungen .collection_container {
    background: var(--bg-egg);
    height: 480px;
    overflow: hidden;
}

.header__sl .collection_content.sl_preview_tag {
    display: none;
}


.collection_list.software-loesungen.active .collection_content.sl_preview_tag,
.full_preview .collection_content.sl_preview_tag {
    display: none;
}

.sl__wrapper .collection_list.software-loesungen .collection_container {

    border-radius: var(--br);
}

video {
    display: block;
    width: 100%;
}

.collection_list.software-loesungen .collection_container.Mint.Green {
    background: #E0F0F0;
}

.collection_list.software-loesungen .collection_container.Baby.Blue {
    background: #E8F7FF;
}

.collection_list.software-loesungen .collection_container.Light.Grey {
    background-color: #EDEBE6;
}

.collection_list.software-loesungen .collection_content.sl_preview_img {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    height: 320px;
}

.collection_content.sl_preview_img img {
    object-position: top;
}

div#closeChatbot {
    position: absolute;
    top: -12px;
    left: -15px;
    background: #ff2121;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

div#closeChatbot svg {
    fill: white;
}

.collection_list.software-loesungen .collection_content.sl_preview_teaser,
.collection_list.software-loesungen .collection_content.sl_navigation_title,
.collection_list.software-loesungen .collection_content.sl_navigation_slogan,
.collection_list.software-loesungen .collection_content.sl_preview_no,
.collection_list.software-loesungen .collection_content.sl_preview_no_explanation {
    display: none;
}

.collection_list.software-loesungen .collection_content.sl_preview_title_small {
    padding: 3rem 2rem 1rem;
    font-size: var(--fs-text-md);
}

.collection_list.software-loesungen .collection_content.sl_preview_title {
    /* font-size: var(--fs-title-sm); */
    font-weight: 600;
    padding-inline: 2rem;
    padding-bottom: 1rem;
}

.collection_list.software-loesungen .collection_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: var(--clr-scrollbar) #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--clr-scrollbar);
    border-radius: 10px;
    border: 0px solid #ffffff00;
}







#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-700);
}



#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100% !Important;
    height: 100% !important;
    object-fit: contain;
}


#header .container {
    max-width: 90%;
    height: 100%;
}

div#header,
.header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

div#header_1 {
    height: 100%;
}

.sticky-active {
    position: relative;
}


/* hamburger menu */

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.newsletter.full_preview .collection_list.personen {
    width: 100%;
}



.hamburger-menu {
    background: var(--clr-accent);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
}

#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var(--clr-primary-white);
}

#header .hamburger-menu a {
    padding: 15px 20px !important;
    display: block;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var(--clr-primary-white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var(--clr-primary-white);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}





/* Slideshow */

#slider-wrapper {
    position: relative;
    height: 330px;
    background: var(--bg-egg);
}

.home #slider-wrapper {
    height: 400px;
}

div#slider-image video {
    height: 330px;
    object-position: bottom;
}

.home div#slider-image video {
    height: 400px;
    object-position: unset;
}

@media (width < 1400px) {
    .home div#slider-image video {
        height: 590px;
    }
}

/* @media (width < 769px) {
    .home div#slider-image video {
        display: none;
    }
} */
.home div#slider h1 {
    font-size: var(--fs-title-ulg);
}

div#slider {
    height: 100%;
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    padding-inline: 15px;
}

.home div#slider {
    align-items: center;
}

div#slider a {
    padding: var(--p-button);
    background: var(--clr-accent);
    color: var(--fc-white);
    border-radius: var(--br-lg);
    display: inline-block;
    line-height: 1.4;
}

div#slider-image .textcontent:before {
    content: '';
    background: linear-gradient(90deg, rgba(254, 246, 237, 1) 0%, rgba(254, 246, 237, 0) 100%);
    left: 0;
    top: 0;
    width: 440px;
    height: 100%;
    position: absolute;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider div#slider-title h1 {
    color: var(--clr-primary-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(55, 55, 55, 0.7);
    color: var(--clr-primary-white);
    padding: 20px 0;
}





/* Anker Element */

.anker-navi .row {
    margin: 0 !important;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.anker-navi {
    position: relative;
    background: rgba(77, 77, 77, 0.7);
    top: 0;
    width: 100%;
    clear: both;
    font-family: calibri light !important;
    margin-top: -70px;
    margin-bottom: 50px;
    z-index: 9;
    transition: 0.1s;
}

.anker-navi.sticky {
    position: fixed;
    top: 0;
    margin: 0 !important;
    background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-weight: 600;
    text-transform: initial;
}

.anker-button .textcontent:hover,
.anker-button.active .textcontent {
    background: #5a9c9d !important;
}

.anker-button.button {
    margin: 0 !important;
    padding: 0 !important;
    /* width: 20%; */
    width: 16.1666%;
    border-left: 1px solid var(--clr-primary-white);
    border-bottom: 0;
    border-top: 0;
    background: transparent !important;
    color: var(--clr-primary-white);
    align-items: center;
}

.anker-button.button:last-child {
    border-right: 1px solid var(--clr-primary-white);
}


/* END Anker Element */

.d-flex,
.d-flex>.row {
    display: flex !important;
}

.align-items-center,
.align-items-center>.row {
    align-items: center !important;
}

.add_to_modal {
    display: none;
}

.disallow-scrolling {
    overflow: hidden !important;
}

.vertriebsbanner div#submit_button {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vertriebsbanner .filegallery_content_file:before {
    display: none;
}

.vertriebsbanner input#input_mail {
    min-width: 280px;
}

.vertriebsbanner input#input_name {
    min-width: 280px;
}

.vertriebsbanner input#input_ansprechpartner {
    min-width: 280px;
}

.vertriebsbanner .filegallery_content_file a {
    background: white;
    border-radius: var(--br);
    white-space: nowrap;
    padding: 1rem;
}

.modal_collection {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.2px);
    -webkit-backdrop-filter: blur(11.2px);
    display: none;
    overflow-y: scroll;
}



.modal_collection_body {
    background: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}



.modal_collection_body .collection_content.t_quote_for_technology,
.modal_collection_body .collection_content.e_quote_for_technology.add_to_modal {
    width: 100%;
    float: left;
    padding-block: 3rem;
}

.modal_collection_body .collection_content.t_screenshot_frontend,
.modal_collection_body .collection_content.e_screenshot_backend.add_to_modal {
    width: 50%;
    float: right;
}


.modal_collection_body .collection_content.t_text,
.modal_collection_body .collection_content.t_text.add_to_modal {
    width: 50%;
    float: left;
    padding: 0 50px;
}

.modal_collection_body .collection_content.t_text ul,
.modal_collection_body .collection_content.t_text.add_to_modal ul {
    padding-left: 17px;
}

.collection_list.add-ons table {
    display: none;
}

.modal_collection_body .collection_content.t_text li,
.modal_collection_body .collection_content.t_text.add_to_modal li {
    list-style: disc;
}


.modal_collection_body .technology__wrapper-right {
    display: none;
}


.modal_collection_body .collection_list.quotes>.collection_container .qu_text {
    width: 70%;
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
}

.det-loesungen .sl_detail_trustelements {
    margin-bottom: 3rem;
}

.collection_list.quotes>.collection_container .qu_text {
    z-index: 1;
}

.modal_collection_body .collection_content.t_list {
    display: none;
}

.sl_detail_add_ons .add-ons .collection_container .add-ons__title::after {
    font-weight: 500;
}

.modal_collection_body .collection_content.e_nutzen.add_to_modal,
.modal_collection_body .collection_content.t_nutzen {
    float: left;
    width: 50%;
}

.sl_detail_technologie .collection_content.t_screenshot_frontend,
.sl_detail_technologie .collection_content.t_text,
.sl_detail_technologie .collection_content.t_project-desc,
.sl_detail_technologie .table-wrapper.table_5,
.sl_detail_technologie .collection_content.t_quote_for_technology,
.sl_detail_technologie .collection_content.t_nutzen,
.sl_detail_technologie .collection_content.t_nutzen_img,
.sl_detail_technologie .collection_content.t_gallery {
    display: none;
}

.modal_collection_body .collection_content.t_gallery .owl-item img {
    border: 7px solid #000 !important;
    border-radius: 25px;
}

.modal_collection_body .collection_content.t_nutzen_img,
.modal_collection_body .collection_content.e_nutzen_img.add_to_modal {
    width: 50%;
    float: right;
    margin-bottom: 50px;
}

.modal_collection_body .collection_content.e_nutzen.add_to_modal .textcontent,
.modal_collection_body .collection_content.t_nutzen .textcontent {
    padding: 50px;
}

.modal_collection_body .collection_content.e_nutzen_img.add_to_modal img,
.modal_collection_body .collection_content.t_nutzen_img img {
    border-radius: 25px 0 0 25px;
    border: 5px solid black;
    height: 360px !Important;
    object-position: left;
    border-right: none;
}

.modal_collection_body .collection_list.quotes>.collection_container .pers_image img {
    border: 1px solid #ebebeb;
}

.modal_collection_body .collection_content.t_gallery.add_to_modal {
    width: 100%;
    float: left;
    display: none;
}

.modal_collection_body .collection_list.quotes>.collection_container .pers_image {
    height: 160px;
    width: 140px;
}

.modal_collection_body .collection_list.quotes>.collection_container .qu_person {
    width: 30%;
}

.modal_collection_body .table {
    width: 100%;
    float: left;
    padding-block: 50px;
    text-align: left;
}

.modal_collection_body .table td,
.modal_collection_body .table th {
    width: 100%;
    border-bottom: 1px solid var(--clr-border);
    padding: 16px 40px;
    position: relative;
}

.modal_collection_body .collection_list.quotes>.collection_container {
    flex-direction: row-reverse;
}

.modal_collection_body .table td:after {
    content: '';
    background-image: url(/userdata/images/td_check.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal_collection_body .table th {
    font-size: 20px;
    font-weight: var(--fw-600);
}

.show-modal {
    display: block;
}

.show-modal .add_to_modal {
    display: block;
}

.collection_list.technology,
.collection_list.add-ons {
    cursor: pointer;
}

.modal_collection_body .collection_content.technology__bg.add_to_modal,
.modal_collection_body .collection_content.technology__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    z-index: 0;
}

.modal_collection_body .technology__wrapper-left {
    width: 100%;
}

.modal_collection_body .collection_content.t_image {
    display: none;
}

.modal_collection_body .collection_content.t_screenshot {
    padding-block-end: 100px;
}

.modal_collection_body .collection_content.e_screenshot_frontend.add_to_modal,
.modal_collection_body .collection_content.t_screenshot {
    position: relative;
    max-width: 80%;
    margin-inline: auto;
    padding-block-start: 3rem;
}



.modal_collection_body .collection_content.t_project-desc.add_to_modal {
    text-align: center;
    padding-top: 10px;
    font-style: italic;
    padding-bottom: 100px;
}

.modal_collection_body .collection_content.t_project-desc {
    font-style: italic;
}

.modal_collection_body .collection_content.t_project-desc {
    width: 100%;
    float: left;
    text-align: right;
    padding: 1rem 2rem 2rem 1rem;
}

.modal_collection_body .collection_content.e_screenshot_frontend.add_to_modal img,
.modal_collection_body .collection_content.t_screenshot img {
    border-radius: 30px;
    border: 7px solid black;
}

.modal_collection_body .collection_content.t_screenshot_frontend img,
.modal_collection_body .collection_content.e_screenshot_backend.add_to_modal img {
    border-radius: 25px 0 0 25px;
    border: 5px solid black;
    height: 360px !Important;
    object-position: left;
    border-right: none;
}

.modal_collection_body .collection_content.ao_teaser,
.modal_collection_body .collection_content.t_teaser {
    text-align: center;
    position: relative;
    color: #fff;
    max-width: 500px;
    margin-inline: auto;
}



.collection_list.add-ons h2.collection_content.add-ons__title.title.custom:after {
    float: unset;
    width: auto;
    letter-spacing: unset;
}

.collection_list.add-ons:hover .collection_container {
    transform: translateY(-3px);
    transition: 200ms;
    box-shadow: 0 0 50px #0000000a;
}

.collection_list.add-ons {
    transition: 200ms;
}



.modal_collection_body h2.collection_content.add-ons__title.title.custom,
.modal_collection_body h3.collection_content.technology__title.title.custom {
    text-align: center;
    font-size: 40px;
    z-index: 1;
    position: relative;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 5px;
}

.modal_collection_body h2.collection_content.add-ons__title.title.custom:after,
.modal_collection_body h3.collection_content.technology__title.title.custom:after {
    display: none;
}

.collection_content.sl_detail_add_ons {
    padding-inline: 15px;
}

.collection_content.col-news__text li {
    list-style: disc;
}

button#closeModalButton {
    position: absolute;
    right: 2rem;
    top: 7rem;
    z-index: 9999;
    border-radius: 999px;
    aspect-ratio: 1;
    height: 40px;
    background: #8d2424;
}

.cookie_conflict {
    width: 100%;
    float: left;
    background: #9b3636;
    color: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: 999px;
}

.intranet-demo #content {
    float: left !important;
}

.jansschandtatwegmachen {
    float: left !important;
}

.modal_collection_content {
    padding-top: 5rem;
    max-width: 980px;
    margin-inline: auto;
    position: relative;
    animation: fadeUpModal 1s 0s forwards;
}

.tech__wrapper .table-wrapper {
    display: none;
}

.sl_detail_technologie .table-wrapper {
    display: none;
}

/* Footer */

#footer {
    clear: both;
    padding: 70px 0 25px 0;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 40px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}


/* #footer a:hover {
  color: #5a9c9d;
} */

#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 0px 20px;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 7px 0;
    clear: both;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
}

div#slider-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 1350px;
    width: 100%;
}

div#slider-image video {
    width: 100%;
    object-fit: cover;
}

.logo_bar {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 6%) !important;
    padding: 10px 0px !important;
    height: 100%;
}


#privacy-policy .footer-1 {
    text-align: left;
}

.small_text_link a {
    font-size: var(--fs-text-sm);
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var(--clr-primary-white);
}

.seo .footer-1 {
    padding-right: 50px;
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.seo .footer-2 {
    padding-left: 50px;
}

.footer-links a {
    color: #b5b5b5;
}

.footer-links a:hover {
    color: #5a9c9d !important;
}

.nav_description_wrapper a:hover {
    color: var(--fc-primary) !important;
}


/* End Footer */

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

/* Onboarding */

.collection_content.ob_title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
}

.filegallery_content_file:before {
    content: '';
    background-image: url(/userdata/images/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
}

h3.collection_content.projektverlauf__title.title.custom::after {
    content: "——";
    float: left;
    width: 100%;
    color: rgb(106, 194, 196);
    letter-spacing: -2px;
}

.collection_content.ob_documents .filegallery_content_file:before {
    filter: invert(1);
}

.filegallery_content_file {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block: 5px;
}

.onboarding div#mandant_switch,
.onboarding div#horizontal_nav_bar,
.onboarding nav,
.onboarding header,
.onboarding .sidebuttons,
.onboarding div#hero_content,
.onboarding div#slider-wrapper,
.onboarding button#backButton,
.onboarding div#contactform,
.onboarding footer,
.onboarding .back_to_overview,
.onboarding div#footer-header,
.onboarding div#mandant_switch_responsiv,
.onboarding .create_collection_wrapper {
    display: none !important;
}

.onboarding h2:after {
    display: none;
}

#content {
    animation: fadeUp 1s 0s forwards;
}

.add-ons.full_preview #slider {
    top: -60px;
}

@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
        /* height: 0; */
        height: 1000px;
    }

    100% {
        transform: translateY(0px);
        height: unset;
        /* opacity: 1; */
    }
}

@keyframes fadeUpModal {
    0% {
        transform: translateY(100px);

    }

    100% {
        transform: translateY(0px);
    }
}

.onboarding div#content {
    padding: 0;
    margin: 0;
}

.collection_container.Blue.Grey {
    background: #E7EDED;
}

.collection_container.Clean.White {
    background: var(--bh-white);
    border: 1px solid #ebebeb;
}

.collection_container.Spring.Green {
    background: #F4FFE6;
}

.onboarding h2:before {
    display: none;
}

.onboarding main,
.onboarding .main-screen {
    width: 100%;
    padding: 0;
    margin: 0;
}

.title_with_img img {
    width: 40px !important;
    height: 40px !important;
}

.collection_content.ob_documents .filegallery_content_file:before {
    filter: invert(1);
}

.collection_list.projektverlauf {
    width: 100%;
    padding-left: 50px;
    padding-right: 0;
}

.header__sl .software-loesungen .collection_container {
    border: none;
}


.title_with_img span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.onboarding main {
    background: #EEFBFB;
    width: 100%;
    float: left;
}

.onboarding h2 {
    font-size: 23px;
}

.collection_list.projektverlauf:last-child:after {
    display: none;
}

.collection_list.projektverlauf:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 70px;
    background: #6bc1c3;
    border-radius: 999px;
}

.collection_list.projektverlauf:after {
    content: '';
    width: 2px;
    height: 468px;
    position: absolute;
    left: 7px;
    top: 86px;
    background: #6bc1c3;
}

.collection_content.ob_documents .filegallery_content {
    border: none;
    padding: 0;
    background: none;
}

.collection_container.Bereits.abgeschlossen h3.collection_content.projektverlauf__title.title.custom:before {
    content: '';
    width: 27px;
    height: 20px;
    display: inline-block;
    background-image: url(/userdata/images/check-circle-fill.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}



.collection_container.Bereits.abgeschlossen:before {
    content: 'Bereits abgeschlossen';
    position: absolute;
    top: 28px;
    left: 3rem;
    font-size: 11px;
    opacity: .5;
}

.collection_content.ob_documents {
    padding: 1.5rem;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #d3f3f3;
    margin-bottom: 2rem;
}

.title_with_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection_content.ob_img {
    flex-shrink: 0;
}

.collection_content.ob_ansprechpartner_vertrieb {
    width: 100%;
    float: left;
    padding-block-end: 3rem;
}


.collection_content.ob_img img {
    width: 80px !Important;
    height: 80px !Important;
    border: 1px solid #d3f3f3;
    border-radius: var(--br);
    padding: 10px;
    object-fit: contain;
}

.collection_content.ob_ansprechpartner_vertrieb {
    width: 100%;
    float: left;
    padding-block-end: 3rem;
    padding-top: 1rem;
}

.collection_content.ob_ansprechpartner_vertrieb .collection_container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
}

.onboarding .container {
    max-width: 100%;
    padding: 0;
}

.collection_full.onboarding {
    min-height: 100vh;
    background: #eefbfb;
}

.collection_content.av_img img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    object-position: top;
    border-radius: 999px;
    border: 1px solid #d3f3f3;
}



.collection_content.ob_ansprechpartner_vertrieb .collection_container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.collection_content.ob_ansprechpartner_vertrieb .collection_list.vertrieb {
    padding: 0;
    width: 100%;
}

.collection_content.ob_title_img {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-block-end: 2rem;
}

.onboarding_container_header {
    padding: 0.5rem 2.5rem;
    background: #6cbcbd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.link_login a {
    text-decoration: underline;
    color: #6cbcbd;
}

.onboarding_overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000060;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.onboarding_content_title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.onboarding_content_title img {
    max-width: 50px;
}

.collection_content.ob_user,
.collection_content.ob_pw {
    padding: 1rem;
    border: 1px solid #d3f3f3;
    border-radius: var(--br);
    position: relative;
    margin-bottom: 2.5rem;
}

.collection_content.ob_user:before {
    content: 'Benutzername:';
    position: absolute;
    top: -25px;
    left: -1px;
    font-size: 14px;
}

.collection_content.ob_pw:before {
    content: 'Passwort:';
    position: absolute;
    top: -25px;
    left: -1px;
    font-size: 14px;
}

.onboarding_content_title h2 {
    margin: 0;
}

.onboarding_content_title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

.collection_content.ob_user:after,
.collection_content.ob_pw:after {
    content: '';
    background-image: url(/userdata/images/copy.png);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    pointer-events: none;
}

.onboarding_bc_da .back_to_overview,
.onboarding_bc_da button#backButton,
.onboarding_bc_da div#slider-wrapper {
    display: none;
}

body.onboarding_bc_da {
    background: var(--clr-primary-light) !important;
}

.onboarding_bc_da .collection_content.av_no,
.onboarding_bc_da header,
.onboarding_bc_da footer,
.onboarding_bc_da .collection_content.av_mail {
    display: none;

}

.collection_list.dabc_contact .collection_content.av_img img {
    width: 63px !important;
    height: 63px !important;
}

.collection_list.dabc_contact .collection_container {
    padding-left: 73px;
}

.collection_content.dabc_text_da,
.collection_content.dabc_text_bc {
    width: 50%;
    float: left;
    padding: 3rem;
}

.collection_content.dabc_text_da .textcontent:before {
    content: '';
    background-image: url(/userdata/images/dieagentur.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}

.collection_content.dabc_text_da {
    padding-right: 1rem;
}

.collection_content.dabc_text_bc {
    padding-left: 1rem;
}

.collection_content.dabc_text_bc .textcontent:before {
    content: '';
    background-image: url(/userdata/images/breadcrumb_kachel.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}

.collection_content.dabc_terminbuchung {
    width: 100%;
    float: left;
    padding: 77px 3rem;
    background-image: url(/userdata/images/termin_banner.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.collection_content.dabc_terminbuchung .textcontent {
    max-width: 500px;
}

.collection_content.dabc_terminbuchung a {
    background: var(--clr-accent);
    padding: 11px 16px;
    color: #fff;
    border-radius: 5px;
}

.onboarding_bc_da .col-support-and-contact {
    display: none !important;
}

.onboarding_bc_da #contactform .contacform .contactformular {
    width: 100%;
    max-width: 550px;
}

.onboarding_bc_da div#contactform {
    padding-top: 0px !important;
    padding-block-end: 0;
}


.onboarding_bc_da div#content {
    padding-block-end: 0;
}

.onboarding_bc_da #contactform .container {
    background: white;
    max-width: 1000px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.onboarding_bc_da #contactform .contacform {
    justify-content: center;
    text-align: center;
}

.collection_content.dabc_terminbuchung h3 {
    color: #fff;
}

.collection_content.dabc_text_da .textcontent,
.collection_content.dabc_text_bc .textcontent {
    background: var(--clr-primary-light);
    padding: 2rem;
    position: relative;
    border-radius: var(--br);
    padding-top: 200px;
    height: 420px;
}



.collection_list.dabc_contact {
    width: auto;
}

.onboarding_bc_da .collection_content.av_img {
    position: absolute;
    top: 0;
    left: 0;
}

.collection_content.dabc_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
}

.collection_content.dabc_contact_title,
.collection_content.dabc_contact_company {
    font-size: 13px;
}

.collection_content.dabc_logo img {
    max-width: 250px;
    padding: 10px;
    border: 4px solid white;
    background-color: white;
    border-radius: 15px;
}

.collection_content.dabc_schaubild {
    padding: 3rem;
}

.collection_content.dabc_ansprechpartner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1.5rem;
    gap: 50px;
}

.collection_content.dabc_ansprache {
    padding: 1.5rem;
    text-align: center;
}

.collection_full.onboarding_bc_da_col {
    background: var(--bg-white);
    max-width: 1000px;
    margin: 0 auto;
    border-top-left-radius: 80px;
    overflow: hidden;
    border-top-right-radius: 80px;
}

.onboarding_container {
    background: #fff;
    border-radius: 25px;
    width: 100%;
    overflow: hidden;
    max-width: 430px;
}

button#close_overlay {
    background: transparent;
}

.onboarding_content {
    padding: 2.5rem;
}

.collection_content.ob_termin {
    background: linear-gradient(275deg, rgba(105, 201, 203, 1) 0%, rgba(108, 187, 188, 1) 100%);
    color: #fff;
    padding: 1.5rem;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.collection_content.ob_zeitraum {
    background: #fff;
    padding: 1.5rem;
    border-radius: 25px;
    display: flex;
    border: 1px solid #d3f3f3;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

span.field_description_title {
    font-size: 23px;
    font-weight: 700;
}

img.bc_logo {
    max-width: 200px;
}

.ob_footer>div {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: .5;
}

.ob_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block-start: 3rem;
}

.collection_content.ob_ansprache {
    line-height: 1.7;
}

.tooltip_button {
    display: block;
    padding-block: 1rem;
    opacity: .5;
    font-size: 14px;
}

button#open_ob_overlay {
    background: #6ac2c4;
}

h3.collection_content.projektverlauf__title.title.custom {
    font-size: 21px;
}

.collection_list.projektverlauf .collection_container {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #d3f3f3;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden;
}

.collection_content.pv_img {
    height: 100% !important;
    position: absolute;
    right: 0;
    width: 20%;
}

.collection_content.ob_text {
    width: 100%;
    padding: 3rem;
}

.collection_content.pv_img {
    flex: 1 1 30%;
}

.collection_content.onboarding_right {
    background: #EEFBFB;
    width: 57%;
    float: right;
}


.collection_content.onboarding_left,
.collection_content.onboarding_right {
    min-height: 100vh;
}

.onboarding_right {
    padding: 5rem 10rem;

}

.collection_content.onboarding_left {
    background: #F9FFFF;
    padding: 6rem;
}

.collection_content.onboarding_left {
    position: fixed;
    left: 0;
    top: 0;
    width: 43%;
    z-index: 1;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.collection_container.Bereits.abgeschlossen {
    border: 2px solid #6eee6e !important;
}

.collection_content.col-links__descr.descr {
    min-height: 95px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.bc_da .collection_container.Bereits.abgeschlossen:before {
    display: none;
}

.collection_list.projektverlauf.bc_da {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    float: left;
    text-align: center;
}

.collection_list.projektverlauf.bc_da .collection_container {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d3f3f3;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
    padding: 30px;
}

.collection_content.files_bc_da {
    float: left;
    width: 100%;
    text-align: center;
    padding-block-end: 2rem;
}

.collection_content.files_bc_da .filegallery_content_file {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block: 5px;
    justify-content: center;
    width: 100%;
    float: left;
}

.map_container {
    position: sticky;
    top: 70px;
}

.map_collection_grid .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: flex-start;
}

p.small_title {
    font-size: 11px;
}

.chatbot_explanation {
    padding-inline: 1rem;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    opacity: .7;
}

.collection_content.files_bc_da:before {
    content: 'Ihre Dokumente';
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: var(--fs-title-md);
    text-align: center;
}

.chatbot div#submit_button {
    margin: 0;
}

.collection_content.files_bc_da .filegallery_content_file:before {
    filter: invert(1);
}

.collection_content.projektverlauf_sales_onboarding {
    float: left;
    width: 100%;
    padding-block-end: 2rem;
}

.collection_list.projektverlauf.bc_da:after {
    content: '';
    width: 2px !important;
    height: 79px !important;
    position: absolute;
    left: 50% !important;
    top: unset !important;
    background: #6bc1c3;
    bottom: -63px !important;
}

.collection_content.files_bc_da .filegallery_content>div:empty {
    max-width: 90%;
    margin-inline: auto;
}

.iFrame_Booking iframe {
    width: 100%;
    min-height: 220vh;
    border-radius: 0;
}

.onboarding_bc_da div#contactform {
    display: none !important;
}

.collection_content.files_bc_da .filegallery_content>div:empty:before {
    content: 'Hier erhalten Sie alle relevanten Dokumente';
    opacity: .5;
    width: 100%;
    border: 1px dashed grey;
    border-radius: var(--br);
    padding: 1rem;
    display: block;
    margin-inline: auto;
    float: left;
    width: 100%;
}

.collection_list.projektverlauf.bc_da:before {
    display: none;
}

/* Onboarding */

.aubipo .left .row,
.aubipo .right .row {
    display: block;
}

.aubipo .row {
    display: flex;
}

.aubipo #area-2 .container {
    display: flex;
}

.aubipo #area-2 .right .textcontent {
    background-color: white;
    border-radius: var(--br);
    margin-bottom: 20px;
    padding: 15px;
}

.aubipo #area-2 .left .textcontent img {
    border-radius: var(--br);
}

.aubipo #area-2 .faq_headline {
    display: none;
}

.aubipo #area-2 .faq_group_container .faq_question_box {
    padding: 15px 15px 8px 15px;
}

.newsletter-img div img {
    object-fit: contain;
    border-radius: var(--br);
    overflow: hidden;
    height: unset !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1490196078);
    position: relative;
    z-index: 2;
}

.newsletter-img div img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: var(--clr-accent);
    z-index: 1;
    border-radius: var(--br);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1490196078);
}

.collection_content.youtube.add_to_modal {
    padding: 50px;
}

.digital-prozesse #slider-wrapper {
    display: none;
}

.collection_content.prozesse .collection_list.Dig_Prozesse>.collection_container {
    border-bottom: 0;
    height: 100%;
    padding-block-end: 15px;
    position: relative;
    border: 1px solid var(--clr-border) !important;
    border-radius: var(--br);
    padding: 2rem 32px !important;
}


.successstories .branchenerkenntnisse {
    margin-top: 2rem !important;
    background-color: #E0F0F0;
    padding: 50px;
    border-radius: var(--br);
}

@media (width < 768px) {
    .successstories .branchenerkenntnisse {
        padding: 25px;
    }
}

.successstories .branchenerkenntnisse ul li {
    list-style: disc;
}

.kunden-zitate .kundenzitate .collection_container {
    display: flex;
    align-items: center;
    margin: 0px;
    justify-content: space-between;
}

.successstories .r_detail_text {
    margin-bottom: 2rem !important;
}

.successstories .r__preview_title {
    display: block !important;
}

.successstories.referenzen.full_preview .collection_content.r__preview_title {
    font-size: 20px !important;
    margin-bottom: 10px;
}





/* Responsiv */



@media(max-width:1570px) {
    .header__alllinks .levels:first-child ul.level_2 li {
        flex: 1 1 50%;
    }


}

@media(max-width:1450px) {
    .header-animation iframe {
        width: 510px;
    }
}

@media (max-width: 1400px) {

    .collection_content.onboarding_left {
        padding: 2rem;
    }

    .beratung #content .collection_list.col-beratung .sl_navigation_slogan {
        min-height: 79px;
    }

    .collection_content.onboarding_left {
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        z-index: 1;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .sitepart_6 {
        overflow: hidden;
    }

    .nav_description {
        display: none;
    }

    .collection_content.news_pro_newsletter {

        grid-template-columns: 1fr;
    }

    .newsletter.full_preview .col-news__block {
        margin-bottom: 1rem;
    }


}


@media (max-width: 1249px) {
    .new-f-img img {
        border: 5px solid #000;
        border-radius: 20px;
    }

    .collection_content.onboarding_right {
        width: 100%;
        padding: 2rem;
    }

    .collection_content.onboarding_left,
    .collection_content.onboarding_right {
        min-height: auto;
    }


    .new-f-img:before {
        height: 6px;
        top: -3px;
    }

    .col-xs-12.willkommen.d-flex.align-items-center .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
        margin-left: unset;
        height: 300px !important;
        width: 300px !important;
    }

    div#header,
    #header .container {
        height: 100%;
        width: 100%;
        padding: 0;
    }

    div#header_1,
    #header_2,
    #header_3 {
        padding: 0 !important;
        margin: 0 !important;
    }

    div#toggle_navigation {
        display: block !important;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#header_2 {
        display: none;
    }

    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }

}

@media(max-width:1120px) {
    .header-animation {
        justify-content: start;
    }
}

@media only screen and (max-width: 1024px) {

    .vertriebsbanner_pro_softwareloesung .form-group,
    .vertriebsbanner_pro_softwareloesung .form-group,
    .vertriebsbanner_pro_softwareloesung div#submit_button {
        float: unset !Important;
        width: 100% !important;
    }

    .collection_full.newsletter>.collection_container {
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        height: auto;
        margin: 0 auto;
        flex-direction: column;
    }

    .newsletter.full_preview div#toggle_navigation {
        display: none !important;
    }

    .collection_full.newsletter {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .newsletter_content_right {
        flex: 1 1 100%;
        width: 100%;
    }

    .collection_list {
        width: 50%;
    }

    .anker-navi .container {
        padding: 0 !important;
    }

    .new-f-img img {
        border: 3px solid #000;
        border-radius: 12px;
    }

    .new-f-img:before {
        width: 50px;
        height: 4px;
        top: -2px;

    }
}

@media only screen and (max-width: 992px) {

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    .modal_collection_content {
        padding-top: 0rem;
    }

    .modal_collection_body .collection_content.technology__bg.add_to_modal,
    .modal_collection_body .collection_content.technology__bg {
        height: 360px;

    }

    .modal_collection_body .collection_content.e_nutzen.add_to_modal,
    .modal_collection_body .collection_content.t_nutzen {
        width: 100%;
    }

    .modal_collection_body .collection_content.t_nutzen_img,
    .modal_collection_body .collection_content.e_nutzen_img.add_to_modal {
        width: 100%;
    }

    .modal_collection_body .collection_content.e_nutzen_img.add_to_modal img,
    .modal_collection_body .collection_content.t_nutzen_img img {
        border-radius: 15px;
        border: 2px solid black;
        height: auto !important;
        object-position: center;
        border-right: 2px solid black;
    }

    .modal_collection_body .collection_content.e_screenshot_frontend.add_to_modal,
    .modal_collection_body .collection_content.t_screenshot {
        max-width: 90%;
    }

    .modal_collection_body .collection_content.e_screenshot_frontend.add_to_modal img,
    .modal_collection_body .collection_content.t_screenshot img {
        border: 2px solid black;
        border-radius: 15px;

    }

    .modal_collection_body .collection_content.t_screenshot {
        padding-block-end: 30px;
    }

    .modal_collection_body .collection_content.t_screenshot_frontend img,
    .modal_collection_body .collection_content.e_screenshot_backend.add_to_modal img {
        border-radius: 15px;
        border: 2px solid black;
        height: auto !important;
        object-position: center;
        border-right: 2px solid black;
    }

    .modal_collection_body .collection_content.t_screenshot_frontend,
    .modal_collection_body .collection_content.e_screenshot_backend.add_to_modal {
        width: 100%;
        max-width: 90%;
        margin-inline: auto;
        float: unset;
    }

    .modal_collection_body .collection_content.t_nutzen_img,
    .modal_collection_body .collection_content.e_nutzen_img.add_to_modal {
        width: 100%;
        max-width: 90%;
        margin-inline: auto;
        float: unset;
    }

    button#closeModalButton {
        right: 1rem;
        top: 1rem;
    }

    .modal_collection_body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .modal_collection_body .collection_content.t_project-desc.add_to_modal {
        padding-bottom: 30px;
    }

    .modal_collection_body .collection_content.t_text.add_to_modal {
        padding-top: 2rem !important;
    }

    .modal_collection_body .collection_content.e_nutzen.add_to_modal .textcontent,
    .modal_collection_body .collection_content.t_nutzen .textcontent {
        padding: 20px;
    }

    .modal_collection_body .collection_list.quotes>.collection_container .qu_text {
        width: 100%;
        padding: 2rem 2rem;
    }

    .modal_collection_body .collection_list.quotes>.collection_container .qu_person {
        display: none;
    }

    .modal_collection_body .table td:after {
        right: 10px;
    }

    .modal_collection_body .table td,
    .modal_collection_body .table th {
        padding: 16px 20px;
    }

    .modal_collection_body h2.collection_content.add-ons__title.title.custom,
    .modal_collection_body h3.collection_content.technology__title.title.custom {
        font-size: 27px;
        padding-top: 70px;
        padding-bottom: 5px;
    }

    .modal_collection_body .collection_content.t_text,
    .modal_collection_body .collection_content.t_text.add_to_modal {
        width: 100%;
        padding: 0 20px;
    }

    .modal_collection_body .collection_content.t_screenshot_frontend,
    .modal_collection_body .collection_content.e_screenshot_backend.add_to_modal {
        width: 100%;
    }

    .modal_collection_body .collection_content.t_project-desc {
        text-align: center;
        padding: 1rem;
    }


    #header #header_1 {
        width: auto;
    }

    .anker-navi.sticky {
        position: relative !important;
    }
}

@media (max-width: 768px) {

    form#contactformular_8 {
        flex-direction: column;
        gap: 0;
    }

    .collection_content.prozesse {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 1rem;
        row-gap: 1rem;
        padding-top: 1rem 16px;
    }

    .map_collection_grid .row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .digital-prozesse .filter_display {
        padding: 0;
        gap: 10px;
    }



    .collection_list.Dig_Prozesse {
        padding: 0;
    }

    .map_container {
        position: relative;
        top: unset;
        display: none;
    }

    .newsletter_content_left {
        padding: 1rem;
    }

    .newsletter_content_right {
        padding: 1rem;
    }

    .newsletter.full_preview h3.collection_content.newsletter__title.title.custom {
        font-size: 14px;
        text-align: left;
    }

    /* div#header_1 {
        display: none;
    } */

    .newsletter.full_preview div#content,
    .newsletter.full_preview .main-screen {
        padding: 0 0 !important;
    }

    .newsletter.full_preview h3.collection_content.referenzen__title.title.custom {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .newsletter.full_preview .collection_content.r_preview_image {
        max-width: 82px;
    }

    .newsletter_intro {
        flex-direction: column;
        align-items: flex-start;
    }

    .vertriebsbanner_pro_softwareloesung .form-group,
    .vertriebsbanner_pro_softwareloesung .form-group,
    .vertriebsbanner_pro_softwareloesung div#submit_button {
        float: unset !Important;
        width: 100%;
    }

    .collection_list.vertriebsbanner .collection_container {
        padding: 2rem 1rem;
    }

    .collection_content.vb_trust ul {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .vertriebsbanner_pro_softwareloesung div#submit_button {
        margin: 0 0 1rem;
    }

    .vertriebsbanner_pro_softwareloesung input#button {
        padding: 1rem;
        width: 100%;
    }

    .onboarding_bc_da div#content {
        padding-block-start: 0 !important;
    }

    .collection_content.dabc_ansprechpartner {
        gap: 30px;
        flex-wrap: wrap;
    }

    .collection_content.dabc_terminbuchung {
        padding: 50px 1rem;
    }

    .onboarding_bc_da #contactform .contacform .contactformular {
        overflow: hidden;
    }

    .onboarding_bc_da .container {
        padding: 0;
    }

    .onboarding_bc_da #contactform .container {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .collection_content.dabc_text_da .textcontent,
    .collection_content.dabc_text_bc .textcontent {
        padding: 1rem;
        padding-top: 140px;
    }

    .collection_full.onboarding_bc_da_col {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .collection_content.dabc_schaubild {
        padding: 2rem 0rem;
    }

    .collection_content.dabc_text_da,
    .collection_content.dabc_text_bc {
        width: 100%;
        float: left;
        padding: 1rem;
    }

    body.onboarding_bc_da {
        background-color: white !important;
    }

    .collection_content.dabc_ansprache {
        padding: 1rem;
    }

    .collection_content.dabc_logo img {
        max-width: 150px;
    }


    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }

    button#open_ob_overlay {
        width: 100%;
        margin-bottom: 1rem;
    }

    button#open_ob_overlay_anfrage {
        width: 100%;
        margin: 0 !important;
    }

    div#slider {
        padding-inline: 0;
    }

    #slider-wrapper {
        height: auto;
        padding-block: 2rem;
    }

    .det-loesungen div#slider {
        padding: 0;
    }

    div#slider-image video {
        height: 100%;
        object-fit: cover;
        position: absolute;
        z-index: 0;
        opacity: .1;
    }

    .collection_list.add-ons h2.collection_content.add-ons__title.title.custom:after {
        top: 6px !Important;
        bottom: unset !important;
        left: unset !important;
        right: 0 !important;
    }



    .sl_detail_add_ons .add-ons .collection_container .add-ons__title {
        margin-bottom: 10px !important;
    }

    .collection_content.col-links__descr.descr {
        min-height: unset;
        -webkit-line-clamp: unset;
    }

    .collection_content.sl_detail_add_ons {
        padding-inline: 0;
    }

    .technology .t_screenshot img {
        border: 4px solid #000 !important;
    }

    .loesungen div#content .container {
        width: 100% !important;
    }

    body.det-loesungen #area-2 .container .col-sl__longtext-img img {
        height: auto !important;
    }

    .faq_group_container .faq_question_box {
        padding: 5px 34px 8px 15px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .row {
        flex-wrap: wrap;
    }

    /* h1 {
            font-size: 2.3rem;
        }
        h2 {
            font-size: 28px;
        } */

    .pop-up-button {
        margin-top: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    .anker-button.button {
        width: 100%;
        border-bottom: 1px solid var(--clr-primary-white);
    }

    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-sitemap li.level_1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }

    .seo .footer-2 {
        padding: 0;
    }

    #privacy-policy .footer-1,
    div#privacy-policy {
        text-align: center !important;
    }

    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    .component.privacy_policy {
        padding: 20px 0 0 0;
    }

}

@media(max-width:600px) {
    .collection_list {
        width: 100%;
    }

    .ob_footer {
        display: none;
    }

    .collection_content.ob_text {
        padding: 1rem;
    }

    .collection_list.projektverlauf:before,
    .collection_list.projektverlauf:after {
        display: none;
    }

    .collection_content.ob_title_img {

        padding-block-end: 1rem;
    }

    .collection_container.Bereits.abgeschlossen:before {
        display: none;
    }

    .collection_list.projektverlauf {
        padding-left: 0;
        padding-right: 0;
    }

    h3.collection_content.projektverlauf__title.title.custom {
        font-size: 16px;
    }

    span.field_description_title {
        font-size: 19px;
    }

    .filegallery_content_file {
        flex-direction: column;
        align-items: baseline;
    }

    .onboarding h2 {
        font-size: 19px;
    }

    .collection_content.ob_zeitraum {
        flex-direction: column;
        align-items: baseline;
    }


    .collection_content.onboarding_right {
        padding: 1rem;
    }

    .collection_content.onboarding_left {
        padding: 1rem;
    }

    .collection_content.ob_title_img {
        flex-direction: column;
        align-items: baseline;
    }

    .collection_content.ob_img img {
        width: 60px !Important;
        height: 60px !Important;
        padding: 5px;

    }

    .pop-up-button {
        width: 40% !important;
        float: left !important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

}

@media only screen and (max-width: 500px) {

    div#content,
    .main-screen {
        padding: 30px 0 !important;
    }

    #contactform.main-screen .contacform .col-support__wrapper {
        text-align: center;
    }

    .pop-up-element {
        padding: 30px 10px !important;
    }

    .vergleich {
        height: 260px !important;
    }

    .container {
        min-width: 250px;
    }


    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }

    h2 {
        margin-top: 0px;
    }
}



@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }


    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {



    .container {
        max-width: 970px;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .container {
        max-width: 1170px;
    }


}

@media (min-width: 1500px) {
    .container {
        max-width: 1300px;
    }
}





/* Responsiv */

.onboarding:not(.full_preview) main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    padding: 20px;
    border-radius: var(--br);
}

body.onboarding.full_preview #open_ob_overlay_anfrage {
    margin-left: 20px;
}

.demo-form-an:not(.hide) {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 35px;
    border-radius: 25px;
}

.demo-form-an:not(.hide) .closeFormButton {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.det-loesungen.softwareloesungen .modal_collection_body .collection_content.t_gallery {
    float: left;
}

.webinar-wrapper .row {
    display: flex;
    gap: 40px;
}

.webinar-anmeldung .contactformular {
    width: 100%;
    display: flex;
    gap: 40px;
    position: sticky;
    top: 100px;
}

.webinar-wrapper .row h3:after {
    content: "———";
    float: left;
    width: 100%;
    color: var(--clr-accent);
    letter-spacing: -3px;
}

.webinar-wrapper div#submit_button {
    margin: 16px 0 0 0 !important;
}

.webinar .webinar-wrapper .textcontent ul li {
    list-style: disc;
}

@media (max-width: 660px) {
    .webinar-wrapper .row {
        display: block;
        gap: 40px;
    }

    .webinar-anmeldung .contactformular {
        margin-top: 30px;
    }
}


/* 19.06.2024 Anpassungen Cookies-Akzeptierung Jan Usenko */

.cookie_conflict,
.cookie_conflict_youtube {
    border-radius: var(--br);
    background: #ff3b45;
    display: flex;
    flex-direction: column;
}

.cookie_conflict p,
.cookie_conflict_youtube p {
    font-size: var(--fs-text-md);
    color: var(--clr-primary-white);
}

.cookie_conflict .cookie-accept.cookie-option,
.cookie_conflict_youtube .cookie-accept.cookie-option {
    width: unset;
    display: inline-block;
    background-color: var(--clr-primary-dark);
    padding: 12px;
    border-radius: var(--br-sm);
    margin-top: 10px;
    cursor: pointer;
    color: var(--clr-primary-white);
}

h2.Termin {
    font-size: var(--fs-text-md);
}

h2.Termin::after {
    display: none;
    margin-bottom: 10px;
}


/* 19.06.2024 Anpassungen Cookies-Akzeptierung Jan Usenko End */

/* Jan 19.07.2024 */

.collection_content.e_quote_for_technology:empty {
    display: none;
}

/* Jan 19.07.2024 end */


/* Jan 29.07.2024  Banner Beratungen */

.det-beratung .vertriebsbanner_pro_softwareloesung {
    margin-bottom: 40px;
}

/* Jan 29.07.2024  Banner Beratungen End*/

/* Jan 25.09.2024 IOS button in Form */
@media (width < 560px) {
    .webinar-wrapper div#submit_button {
        margin-top: 40px !important;
        margin-bottom: 30px !important;
        z-index: 2;
        position: relative;
    }
}

/* Jan 25.09.2024 IOS button in Form End */

.newsletter.full_preview .link_to_website {
    color: #ffffff;
    background-color: #6cbbbc;
    display: block;
}

h3.collection_content.newsletter__title.title.custom {
    color: #6cbbbc;
}

@media (max-width: 768px) {
    .link_to_website {
        display: flex !important;
    }
}

.pers_image img {
    object-position: center 0;
    /* filter: blur(0.5px); */
}

h2.schreibschrift {
    font-family: var(--ff-schwung) !important;
    font-weight: normal;
    font-size: 1.5em;
}

h2.schreibschrift:after {
    display: none;
}

p.text-header-start {
    width: 85%;
}

/* Kundenzitat Slider */

ul.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
}

.kunden-slider button {
    border-radius: 15px;
    width: 12px !important;
    height: 12px !important;
    padding: 0px;
}

.kunden-slider li button {
    background: #bdbdbd;
}

.kunden-slider li.slick-active button {
    background: var(--clr-accent);
}

.kundenzitat-kachel {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.collection_content.kundenzitat_highlight {
    border-top: 1px solid var(--clr-border);
    padding-top: 10px;
    margin-top: 10px;
}

.kundenzitat-kachel {
    /* border: 1px solid var(--clr-border); */
    border-radius: var(--br);
    padding: 20px;
}

.collection_content.kundenzitat_kunde {
    padding-top: 20px;
    font-weight: 600;
}

.kundenzitat-block .collection_content.kundenzitat_text {
    font-weight: 100;
}

.kundenzitate .collection_container {
    display: flex;
    /* height: 200px; */
    align-items: center;
    margin: 0 300px;
    justify-content: space-between;
}

.collection_content.kunden-slider.slick-initialized.slick-slider {
    background: var(--clr-primary-light);
    padding: 2rem 0;
}

.collection_list.kundenzitate {
    width: 100%;
}

.collection_content.kundenzitat_bild {
    aspect-ratio: 1 / 1;
}

.kundenzitat_bild img {
    object-fit: scale-down !important;
    height: auto !important;
}

.kundenzitat-block {
    width: 70%;
}

.kundenzitat-block .collection_content.kundenzitat_text:before {
    content: '';
    background-image: url(/userdata/images/quote.svg);
    display: block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1rem;
}

.kundenzitat-block .collection_content.kundenzitat_name:before {
    content: '-';
    margin-right: 8px;
}

.kundenzitat-block .collection_content.kundenzitat_name {
    margin-top: 15px;
    font-weight: 600;
}

.kundenzitat-logo {
    width: 35%;
    background: #fff;
    border-radius: 200px;
    aspect-ratio: 1 / 1;
    padding: 15px;
    display: flex;
    align-items: center;
}

.collection_content.kundenzitat_text {
    font-size: var(--fs-title-xsm);
    font-weight: 600;
}

/* Videobanner */

.videobanner video {
    object-fit: cover;
    max-height: 36rem;
}

.collection_list.videobanner {
    width: 100%;
}

.collection_content.vb_text {
    position: absolute;
    /* color: white; */
    z-index: 1;
    padding: 1rem 6rem;
    margin-right: auto;
    margin-left: auto;
    /* padding-left: 15px;
    padding-right: 15px; */
    max-width: 1700px;
    width: 70%;
    /* align-self: center; */
}

.videobanner .collection_container {
    display: flex;
    align-items: center;
}

.vb_text h2,
.vb_text,
.vb_text a {
    color: #fff;
}

.collection_content.vb_video {
    z-index: 0;
}

.home div#area-2 {
    padding: 0;
}

.vb_text .textcontent a {
    padding: var(--p-button);
    background: var(--clr-accent);
    color: var(--fc-white);
    border-radius: var(--br-lg);
    display: inline-block;
    font-size: var(--fs-title-sm);
    padding: 13px 20px 9px 20px;
}

a#slideToContactButton {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99999;
  background: var(--clr-accent);
  padding: var(--p-button);
  border-radius: var(--br);
  color: white;
 box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;

  /* nur Icon breit */
  max-width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;

  /* animiere nur max-width */
  transition: max-width 0.3s ease;
}

a#slideToContactButton svg {
    flex-shrink: 0;
    fill: white;
    position: relative;
    top: -3px;
    left: 4px;
}

a#slideToContactButton span {
  display: inline-block;
  margin-left: 0.5rem;
  /* kein auto, sondern max-width 0, damit der Text nicht ausweitet */
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-10px);
  transition:
    max-width 0.3s ease,
    opacity 0.3s ease 0.1s,
    transform 0.3s ease 0.1s;
}


a#slideToContactButton:hover {
  /* Icon (45px) + Abstand (0.5rem) + Text (~80px) = ca. 130px */
  max-width: 130px;
}

a#slideToContactButton:hover span {
  max-width: 80px;       /* hier ungefähr Textlänge */
  opacity: 1;
  transform: translateX(0);
}

a#slideToContactButton:hover svg {
    left: 1px;
}




.videobanner .collection_container {
    display: flex;
    align-items: center;
}

.softwareloesungen.full_preview #area-8 {
    padding: 0;
}

.vb_text .textcontent a:hover {
    color: #ffffff;
}

.digital-prozesse .col-xs-12 {
    padding: 0px;
}

.digital-prozesse .map_container>h1,
.digital-prozesse .map_container>p {
    display: none;
}

#area-8>.collection_list.videobanner {
    display: none;
}

.softwareloesungen #area-9 .container {
    padding: 1rem 6rem 0rem 6rem;
    max-width: 100%;
}

.softwareloesungen .collection_list.Dig_Prozesse {
    padding: 0;
}

/* Landkarte & Banner */

@media (min-width: 1601px) {
    .digital-prozesse .container {
        max-width: 1600px;
    }
}

@media (max-width: 1600px) {
    .digital-prozesse .container {
        max-width: 1400px;
    }

    .kundenzitate .collection_container {
        margin: 0 160px;
    }
}

@media (max-width: 1400px) {
    .digital-prozesse .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .digital-prozesse .container {
        max-width: 1000px;
    }
}

@media (max-width: 1000px) {
    .digital-prozesse .container {
        max-width: 800px;
    }
}

@media (max-width: 800px) {
    .digital-prozesse .container {
        max-width: 600px;
    }
}

@media (max-width: 600px) {
    .digital-prozesse .container {
        max-width: 550px;
    }
}

@media (max-width: 400px) {
    .digital-prozesse .container {
        max-width: 200px;
        margin: 0PX;
    }
}

@media (max-width: 991px) {
    .collection_content.vb_text {
        width: 80%;
    }

    .collection_content.prozesse {
        grid-template-columns: 50% 50%;
        padding-top: 0;
    }

    .kundenzitate .collection_container {
        margin: 0 70px;
    }

    .softwareloesungen #area-9 .container {
        padding: 1rem 4rem 0rem 4rem;
    }
}

@media (max-width: 768px) {
    .collection_content.vb_text {
        width: 100%;
    }

    .kundenzitate .collection_container {
        display: block;
        margin: 0 50px;
    }

    .kundenzitat-kachel {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .kundenzitat-block {
        width: 100%;
    }

    .kundenzitat-daten {
        width: 75%;
    }

    .kundenzitat-logo {
        width: 20%;
    }

    .collection_content.kundenzitat_kunde {
        padding-top: 0px;
    }
}

@media (max-width: 631px) {
    .collection_content.vb_text {
        padding: 1rem 3rem;
    }

    .collection_content.prozesse {
        grid-template-columns: 100%;
    }
}

@media (max-width: 500px) {
    .collection_content.vb_text {
        padding: 1rem 1rem;
    }

    .videobanner video {
        max-height: 30rem;
    }

    .kundenzitat-daten {
        width: 65%;
    }

    .kundenzitat-logo {
        width: 30%;
    }

    .softwareloesungen #area-9 .container {
        padding: 0rem 2rem 0rem 2rem;
    }
}

@media (max-width: 400px) {
    .videobanner video {
        max-height: 40rem;
    }
}


/* Blog */


.col-blog {
    width: calc(33% - 20px);
    /* height: 100%; */
}

.col-blog .collection_container {
    background-color: var(--bg);
    border-radius: var(--br);
    padding-bottom: 30px;
    height: 100%;
}

.col-blog__wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.col-blog__img {
    border-radius: var(--br);
    overflow: hidden;
    max-height: 200px;
    /* height: 100%; */
    aspect-ratio: 16/9;

}

.col-blog__img img {
    aspect-ratio: 16/9;
}

.col-blog__block-header {
    padding: 20px 0px 10px 0px;
}

.col-blog__block-footer {
    display: none;
}

.col-blog__date {
    font-size: var(--fs-text-sm);
    padding-left: 20px;
}

.col-blog__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: var(--fw-600);
    font-size: var(--fs-title-xsm);
}

.col-blog__teaser {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .col-blog__wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .col-blog {
        width: 100%;
    }

    .col-blog__wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }

    .col-blog__block-header {
        padding: 20px 0px 10px 0px;
    }
}


.det-blog #content .container>div>.row {
    display: flex;
    align-items: start;
}

.det-blog .back_to_overview {
    display: none;
}

.det-blog .col-blog {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.det-blog .col-blog .collection_container {
    background: transparent;
}

.det-blog .col-blog__title {
    margin-top: 10px;
    font-size: var(--fs-title-lg);
    position: relative;
    padding-left: 0px;
}

.det-blog .col-blog__title::after {
    content: "———";
    float: left;
    width: 100%;
    color: var(--clr-accent);
    letter-spacing: -3px;
}

.det-blog .col-blog__teaser {
    display: block;
    margin-top: 0px;
    padding: 0px calc(0px + 60 * (100vw - 320px) / 1600);
    padding-left: 0px;
}

.det-blog .col-blog__img {
    max-height: unset;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
    width: 100%;

}

.det-blog .col-blog__block {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--clr-primary-gray);
    padding: 0px calc(0px + 60 * (100vw - 320px) / 1600);
}

.det-blog .col-blog__date {
    width: 100%;
    font-size: var(--fs-text-md);
    padding-left: 0px;
    padding-left: 70px;
    background-image: url("/userdata/svg/calender.svg");
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 20px;
}

.det-blog .col-blog__date::before {
    content: "Datum";
    display: block;
    font-size: var(--fs-title-sm);
    font-weight: var(--fw-600);
}

.det-blog .col-blog__time-to-read {
    width: 100%;
    padding-left: 70px;
    background-image: url("/userdata/svg/start.svg");
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 20px;
}

.det-blog .col-blog__time-to-read::before {
    content: "Lesezeit";
    display: block;
    font-size: var(--fs-title-sm);
    font-weight: var(--fw-600);
}

.det-blog .col-blog__autor {
    width: 100%;
    padding-left: 70px;
    background-image: url("/userdata/svg/autor.svg");
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: left center;
}

.det-blog .col-blog__autor::before {
    content: "Autor";
    display: block;
    font-size: var(--fs-title-sm);
    font-weight: var(--fw-600);
}

.det-blog .col-blog__text {
    padding: 0px calc(0px + 60 * (100vw - 320px) / 1600);
    margin-top: 30px;

    h2 {
        font-size: calc(var(--fs-title-lg) - 4px);
        margin: 15px 0px 10px 0px;

        &::after {
            display: none;
        }
    }

    h3 {
        font-size: calc(var(--fs-title-md) - 8px);
        margin: 10px 0px;
    }

    ul li {
        list-style: disc;
    }

    a {
        text-decoration: underline;
        color: var(--clr-accent);

    }

    img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
        max-width: 100%;
        border-radius: var(--br);
        overflow: hidden;
    }
}

.det-blog .det-blog__right {
    margin-left: 20px;
    padding-left: 20px;
    position: sticky;
    top: 100px;
}

.det-blog .det-blog__right::before {
    content: "";
    width: 1px;
    height: 300px;
    background-color: var(--clr-border);
    position: absolute;
    left: 0px;
    top: 0px;
}

.det-blog .owl-stage img {
    max-height: unset !important;
    max-width: unset !important;
}

.det-blog .owl-stage .owl-item a::after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    border-radius: var(--br);
    border: 6px solid var(--clr-primary-dark);
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    bottom: -10px;
    right: -10px;
}

.det-blog #area-2:not(:has(.col-blog__galerie)) {
    display: none !important;
}

@media (width < 1200px) {
    .det-blog .det-blog__right {
        display: none;
    }
}

/* Blog end */

