:root {

    --clr-accent: #E89620;
   
    --clr-primary-dark: #222222;
    --clr-primary-medium-dark: #858585;
    --clr-primary-white: #fff;
    --clr-primary-grey: #EEEEEE;
    --clr-primary-light: #f5f5f5;

    --card-bg: #f4f4f459;

  
    --fc-primary: #2B2B2B;
    --fc-dark: #000;
    --fc-light: #5A5A5A;

    --shadow-primary-dark: 0px 10px 30px #00000026;
    --shadow-primary-white: 0px 10px 30px #fff;

    --ff-primary: 'TitilliumWeb', sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);

    --br-primary: 7px;
    --p-button: 7px 18px;
  
    --fw-regular: 400;
    --fw-medium: 600;
    --fw-bold: 700;
  
    --fs-300: 0.8125rem;
    --fs-400: 0.875rem;
    --fs-500: 0.9375rem;
    --fs-600: 1rem;
    --fs-650: 1.35rem;
    --fs-700: 1.875rem;
    --fs-800: 2.5rem;
    --fs-900: 3rem;

    --font-size-header-title: calc(35px + 15 * (100vw - 320px) / 1600);
    --font-size-h1-title: 2.5rem;
    --font-size-h2-title: calc(24px + 11 * (100vw - 320px) / 1600);
    --font-size-card-title: calc(24px + 4 * (100vw - 320px) / 1600);
    --font-size-text: calc(16px + 2 * (100vw - 320px) / 1600);
    --font-size-card-text: calc(16px + 4 * (100vw - 320px) / 1600);
  
    --fs-body: var(--fs-600);
    --fs-primary-heading: var(--fs-800);
    --fs-secondary-heading: var(--fs-700);
    --fs-nav: var(--fs-500);
    --fs-button: var(--fs-300);
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

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

.row {
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.firmen-logo-leiste {
    max-width: 88%;
    margin-inline: auto;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    padding: 2rem;
    border-radius: var(--br-primary);
    position: relative;
}

.firmen-logo-leiste .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 102%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

html {
    overflow-x: hidden;
}
img {
    transform: translate3d(0px, 0px, 0.1px) ;
    image-rendering: optimizeQuality;
}
.newsletter.full_preview div#subfooter,
.newsletter.full_preview div#footer {
    display: none;
}

li.level_1.levels.open {
    background: var(--clr-primary-light);
}

.owl-partner .owl-dots {
    display: none;
}

.firmen-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    height: 100%;
    gap: 2rem;
    width: 100%;
}

.collection_full.firmen h1:after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
    margin-inline: auto;
}

.firmen.full_preview .collection_list.referenzen {
    width: 100%;
    padding: 0;
}

.webinar-anmeldung .form-group {
    width: 100%;
    padding: 0 0 15px;
}

.form-group.select label {
    display: none;
}

.firmen.full_preview .collection_content.referenzen_pro_firma:before {
display: none;
}

.firmen-logo-leiste .collection_list.firmen {
    width: 100%;
    padding: 0;
}

.firmen-logo-leiste .collection_content.firmen_logo {
    height: 80px;
    max-width: 150px;
}

.collection_list.dokumentation {
    width: 80%;
    max-width: 700px;
    padding: 0;
}

.docs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}



.collection_content.doc_beschreibung:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 4rem;
    bottom: -3rem;
    left: 37px;
    background: var(--clr-accent);
    z-index: -1;
}

.collection_content.doc_beschreibung:last-child:after {
display: none;
}

.collection_list.dokumentation .collection_content.doc_beschreibung:last-child a {
    color: #fff;
}

.hamburger-menu .collection_content.navigation_text {
    display: block;
    margin: 15px 60px 15px 30px;
}

.collection_content.doc_beschreibung {
    margin: 1rem 0;
    padding: 2rem;
    background: var(--clr-primary-light);
    border-radius: var(--br-primary);
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid var(--clr-primary-grey);
}

.collection_list.dokumentation a {
    color: var(--clr-accent);
    text-decoration: underline;
}

.collection_content.doc_beschreibung img {
    border-radius: var(--br-primary);
}

.collection_content.doc_beschreibung:last-child {
    background: var(--clr-accent);
    color: #fff;
}
.collection_content.doc_beschreibung:last-child h4 {
    color: #fff;
}
.collection_content.doc_beschreibung:last-child h3 {
    color: #fff;
}
.collection_content.doc_beschreibung:last-child h2 {
    color: #fff;
}

.dokumentation .filter_display {
    width: 20%;
    float: left;
    gap: 1.5rem;
    flex-direction: column;
    align-items: baseline;
    position: sticky;
    top: 90px;
}

.dokumentation h4 {
    font-size: 22px;
}

h3.collection_content.dokumentation__title.title.custom {
    margin: 0;
    margin-bottom: 5px;
}

.firmen-logo-leiste .collection_content.firmen_logo img {
    object-fit: contain;
}

.firmen-logo-leiste .collection_container.Firmenlogoleiste .collection_content {
    display: none;
}

.firmen-logo-leiste .collection_container.Firmenlogoleiste .collection_content.firmen_logo {
    display: block;
}

.firmen-wrapper .collection_list.firmen .collection_container {
    background: var(--clr-primary-white);
    border-radius: var(--br-primary);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    float: left;
    padding-block-end: 1rem;
    height: 100%;
    width: 100%;
}
.firmen-wrapper .collection_list.firmen {
    height: 100%;
}

.firmen.full_preview button#backButton {
    display: none;
}

.collection_full.firmen .collection_content.firmen_logo_bg {
    display: none;
}

.collection_full.firmen .collection_content.firmen_teaser {
    -webkit-line-clamp: unset;
    margin-inline: 0;
    margin-block-end: 1rem;
    padding-inline-end: 2rem;
}

.collection_full.firmen .firmen__title.title.custom {
    color: var(--clr-primary-white);
    padding-block-start: 9rem;
    text-align: center;
    margin: 0;
}

.collection_full.firmen .collection_content.firmen_logo img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--clr-primary-white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 1rem;
    max-width: 300px!important;
    max-height: 200px;
}

.collection_content.firmen_logo img {
    max-width: 300px!important;
    max-height: 130px;
    width: 250px!Important;
    object-fit: contain;
}

.full_preview.partner .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container {
    direction: rtl;
}

.full_preview.partner .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen .collection_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    direction: ltr;
}

.collection_container.Firmenlogoleiste .collection_content.firmen_logo img {
    width: 170px!Important;
}

.full_preview.partner .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen .collection_container {
    display: block;
}

.full_preview.partner .collection_content.referenzen_pro_firma.container.referenz-full-view-preview h3.collection_content.referenzen__title.title.custom {
    display: none;
}

.full_preview.partner .referenz-full-view-preview .collection_list.referenzen {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid #c9c9c9;
}

.full_preview.partner .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_auflistung {
    direction: ltr;
    padding-inline-start: 3rem;
}

.full_preview.partner .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_title {
    align-items: flex-end;
    text-align: left;
    padding-left: 50px;
}
.collection_full.firmen .collection_content.firmen_logo {
    display: flex;
    justify-content: center;
    padding-block-start: 9rem;
    padding-block-end: 3rem;
}

body.ic.partner-vetrieb.partner-vetrieb.full_preview button#backButton {
    display: none;
}

.firmen-container {
    position: relative;
}

.full_preview.partner-vetrieb .referenz-full-view-preview .collection_list.referenzen {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid #c9c9c9;
}

.full_preview.partner-vetrieb .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container {
    display: block!important;
}

.full_preview.partner-vetrieb .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container {
    direction: rtl;
}

.full_preview.partner-vetrieb .collection_content.referenzen_pro_firma.container.referenz-full-view-preview h3.collection_content.referenzen__title.title.custom {
    display: none;
}

.full_preview.partner-vetrieb .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_title {
    align-items: flex-end;
    text-align: left;
    padding-left: 50px;
    line-height: 1.3;
}

.full_preview.partner-vetrieb .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_auflistung {
    direction: ltr;
    padding-inline-start: 3rem;
}


.full_preview.firmen .referenz-full-view-preview .collection_link:after {
    content: 'Mehr lesen';
    color: var(--clr-accent);
    text-decoration: underline;
}
.full_preview.referenzen .referenz-full-view-preview .collection_link:after {
    content: 'Mehr lesen';
    color: var(--clr-accent);
    text-decoration: underline;
}

.collection_full.referenzen {
    margin-block-start: 2rem;
}

.collection_full.referenzen h3.collection_content.referenzen__title.title.custom {
    display: none;
}

.referenz_auflistung ul {
    padding-left: 20px;
}

.referenzen.full_preview div#content {
    padding-block-start: 100px!Important;
}

.firmen.full_preview h3.collection_content.referenzen__title.title.custom {
    display: none;
}

.collection_content.weitere-erfolgreiche-projekte .collection_list.firmen {
    width: 100%;
}

.collection_content.weitere-erfolgreiche-projekte .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen .collection_container {
    display: block;

}



.firmen-wrapper .collection_content.referenz_teaser_img,
.firmen-wrapper .collection_content.referenz_auflistung,
.firmen-wrapper .collection_content.referenz_title {
    display: none;
}

.collection_content.referenz-header {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.referenz_gallery .owl-nav {
    display: flex!important;
    justify-content: center;
    align-items: center;
}



.collection_content.referenz_text {
    column-count: 2;
}

.referenz_gallery .owl-carousel .owl-item  {
scale: .9;
}
.referenz_gallery .owl-carousel .owl-item.center  {
scale: 1;
}

.collection_content.referenz_gallery {
    padding: 5rem 0;
}

.referenz_gallery .owl-carousel .owl-item img {
    width: 100%;
    height: 500px!Important;
    object-fit: cover;
    max-width: 100%!important;
    border-radius: 20px;
    border: 5px solid var(--clr-primary-dark)!important;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

.referenz_gallery .owl-carousel .owl-item a {
    width: 100%;
}

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

.referenz_gallery .gallery-style .owl-nav button span {
    font-size: 33px;
    line-height: 0;
    margin-top: -7px;
    text-align: center;
}

.referenzen.full_preview .collection_content.referenzen_pro_firma.container.referenz-full-view-preview h2 {
    display: none;
}

.collection_content.weitere-erfolgreiche-projekte .collection_content.tags,
.collection_content.weitere-erfolgreiche-projekte h3.collection_content.firmen__title.title.custom,
.collection_content.weitere-erfolgreiche-projekte .collection_content.firmen_logo,
.collection_content.weitere-erfolgreiche-projekte .collection_content.firmen_logo_bg,
.collection_content.weitere-erfolgreiche-projekte .collection_content.firmen_teaser
 {
    display: none;
}


a.button {
    padding: var(--p-button);
    background-color: var(--clr-accent);
    border-radius: var(--br-primary);
    color: var(--clr-primary-white) !important;
    cursor: pointer;
}


.collection_content.firmen-bild {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 2rem;
}

.collection_link a.button {
    background: none;
}

.schulungen_in_beratung .filter_display {
    display: none;
}

.schulungen_in_beratung {
    background: var(--clr-primary-white);
    padding: 2rem!important;
    border-radius: var(--br-primary);
    border: 2px solid var(--clr-primary-grey);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--card-bg);
    flex-direction: column;
}

.schulungen_in_beratung .collection_list.collection-new.event {
    padding-inline: 0;
    padding-top: 0;
}

.full_preview .schulungen_in_beratung  .collection_content.events-bilder {
    display: block;
}

.newsletter .form-group {
    width: 100%;
    padding-inline: 0;
}

.newsletter div#submit_button {
    margin: 0;
}

.full_preview.firmen .referenz-full-view-preview .collection_list.referenzen {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid #c9c9c9;
}
.full_preview.referenzen .referenz-full-view-preview .collection_list.referenzen {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid #c9c9c9;
}

.referenz-full-view-preview .collection_list.referenzen:last-child {
    border-bottom: none;
}

.collection_content.referenz_teaser_img img {
    border-radius: 20px;
    border: 5px solid var(--clr-primary-dark);
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

.full_preview .referenz-full-view-preview:before {
display: none;
}

.collection_full.firmen .collection_content.firmen-info {
    width: 50%;
    float: left;
}

.firmen-info .collection_content.tags:before {
    content: 'Branche';
    float: left;
    width: 100%;
    font-weight: var(--fw-bold);
}

.firmen-info .collection_content {
    padding: 1rem 0;
    position: relative;
}

.firmen-info .tags, 
.firmen-info .firmen-doing, 
.firmen-info .firmen-standort, 
.firmen-info .firmen-link {
padding-left: 65px;
}

.firmen-info .collection_content.firmen-doing:before {
    content: 'Tätigkeit';
    float: left;
    width: 100%;
    font-weight: var(--fw-bold);
}

.firmen-info .collection_content.tags:after {
    content: '';
    background-image: url(/userdata/images/branche.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.firmen-info .collection_content.firmen-doing:after {
    content: '';
    background-image: url(/userdata/images/doing.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.firmen-info .collection_content.firmen-standort:after {
    content: '';
    background-image: url(/userdata/images/standort.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.firmen-info .collection_content.firmen-link:after {
    content: '';
    background-image: url(/userdata/images/Website.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.firmen-info .collection_content.firmen-standort:before {
    content: 'Standort';
    float: left;
    width: 100%;
    font-weight: var(--fw-bold);
}
.firmen-info .collection_content.firmen-link:before {
    content: 'Website';
    float: left;
    width: 100%;
    font-weight: var(--fw-bold);
}

.collection_full.firmen .collection_content.firmen-bild img {
    border-radius: 20px;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    height: 390px!important;
}

.collection_content.firmen-hintergrund {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    z-index: -1;
    filter: brightness(0.5);
}

.collection_content.firmen-beschreibung {
    padding-right: 2rem;
}

.collection_content.firmen-hintergrund img {
    width: 100%;
}

.firmen_logo_wrapper {
    position: relative;
    overflow: hidden;
    height: 195px;
    isolation: isolate;
    border-bottom: 4px solid var(--clr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br-primary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



.full_preview.firmen .firmen-wrapper .firmen_logo_wrapper .collection_content.firmen_logo img {
    max-width: 240px!important;
    height: 130px!important;
    object-fit: contain;
}

.firmen-wrapper .collection_content.tags {
    color: var(--clr-accent);
    margin-inline: 1.5rem;
    margin-bottom: 5px;
}

.collection_content.firmen_teaser {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-inline: 1.5rem;
    margin-block-end: 1rem;
}

.firmen-wrapper .collection_content.firmen__title.title.custom {
    font-size: var(--fs-650);
    font-weight: var(--fw-bold);
    margin-inline: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.collection_content.firmen_logo_bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .3;
}

.firmen-wrapper .collection_list.firmen {
    padding: 0;
    width: unset;
    flex: 1 1 30%;
    flex-grow: 0;
}

.firmen-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.firmen-wrapper .collection_list.firmen .collection_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.firmen-wrapper .collection_list.firmen .collection_link a {
    position: relative;
    opacity: 1;
    height: auto;
    top: unset;
    left: unset;
    padding: unset;
    z-index: unset;
    width: 100%!important;
    text-align: center;
    display: flex;
    margin-inline: 1.5rem;
    margin-block-end: 1.5rem;
    text-decoration: none;
}

.firmen-wrapper .collection_list.firmen .collection_container .collection_link a:after {
    content: 'Zur Unternehmensreferenz';
    font-size: var(--fs-500);
    color: var(--clr-accent);
    width: 100%;
    padding: 0.8rem;
    border-radius: var(--br-primary);
    text-align: left;
    text-decoration: none;
    border: 1px solid var(--clr-accent);
}

.firmen-wrapper .collection_list.firmen .collection_content.referenzen_pro_firma .collection_content.referenz_teaser {
    display: none;
}


.firmen-wrapper .collection_list.firmen .collection_content.referenzen_pro_firma .collection_list.referenzen .collection_container .collection_content.referenzen__title.title.custom {
    font-size: var(--fs-600);
    font-weight: var(--fw-medium);
    color: #5A5A5A;
    margin: 0;
}

.firmen-wrapper .collection_list.firmen .collection_content.referenzen_pro_firma .collection_list.referenzen {
    width: 100%;
    padding-inline: 10px;
    padding-block: 7px;
}

.firmen-wrapper .collection_list.firmen .collection_content.referenzen_pro_firma .collection_list.referenzen .collection_container {
    width: 100%;
    padding: 0.8rem;
    box-shadow: none;
    background-color: var(--clr-primary-grey);
}

.firmen-wrapper .collection_list.firmen .collection_link a.button:before {
    content: '';
    background-image: url(/userdata/images/chevron-sort-down-accent.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 15px;
    width: 15px;
    transform: translateY(-50%);
}

.firmen-wrapper .collection_content.referenz_title {
    font-size: inherit;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.firmen-wrapper .referenz_title:after {
    display: none;
    color: #5A5A5A;
}

.firmen-wrapper h3.collection_content.referenzen__title.title.custom {
    display: none;
}

.firmen-wrapper .collection_list.referenzen .collection_container:after {
    content: '';
    background-image: url(/userdata/images/chevron-sort-down.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 15px;
    width: 15px;
    transform: translateY(-50%);
}


.firmen-wrapper .collection_list.firmen .collection_content.referenzen_pro_firma .collection_link a {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collection_list.firmen .collection_content.referenzen_pro_firma {
    width: 100%;
    float: left;
}

.referenzen.full_preview .referenz-full-view-preview h3.collection_content.referenzen__title.title.custom {
    display: none;
}

.collection_content.referenz_title {
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 1.3;
}
.collection_content.referenz_auflistung {
    grid-area: 2 / 1 / 3 / 2;
}

.collection_content.referenz_teaser_img {
    grid-area: 1 / 2 / 3 / 3;
}
.referenz_title:after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
}

.collection_content.referenz-info {
    width: 50%;
    flex-shrink: 0;
}

.full_preview.firmen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen .collection_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    direction: ltr;
}
.full_preview.firmen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container {
    direction: rtl;
}

.full_preview.firmen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_title {
    text-align: left;
    padding-left: 50px;
    direction: initial;
}
.full_preview.firmen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_auflistung {
    direction: ltr;
    padding-inline-start: 3rem;
}

.collection_content.referenzen_pro_firma:before {
    content: 'Gemeinsame Successstories';
    margin-inline: 10px;
    font-weight: var(--fw-bold);
}

.loesungen.full_preview .collection_content.referenzen_pro_firma.container.referenz-full-view-preview:before {
    content: 'Gemeinsame Successstories';
    display: block;
}

.full_preview.firmen .collection_full.firmen {
    margin-block-end: 5rem;
}

.full_preview.referenzen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen .collection_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    direction: ltr;
}
.full_preview.referenzen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container {
    direction: rtl;
}

.full_preview.referenzen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_title {
    /* align-items: flex-end; */
    text-align: left;
    padding-left: 50px;
    line-height: 1.3;
    direction: ltr;
}


.full_preview.referenzen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_auflistung {
    direction: ltr;
    padding-inline-start: 3rem;
}

.full_preview.referenzen .collection_full.firmen {
    margin-block-end: 5rem;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    display: flex;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    height: 30px;
}

h2.center {
    text-align: center;
}

h2.center:after {
    margin-inline: auto;
}



.news-det.full_preview div#slider .row {
    position: relative;
    background-color: unset;
}

.news-det.full_preview .back_to_overview {
    display: none;
}

.news-det.full_preview #backButton {
    display: none;
}

.news-det.full_preview div#slider-wrapper .collection-new__img {
    display: block;
    border-bottom: unset;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.news-det.full_preview div#slider-wrapper .coll-event__icon {
    display: none;
    
}

.news-det.full_preview div#slider-wrapper .filter_display {
    display: none;
}

.news-det.full_preview div#slider-wrapper .col-new-full__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.news-det.full_preview div#slider-wrapper .collection-new .collection_container {
    box-shadow: unset;
    overflow: unset;
}

.news-det.full_preview div#slider-wrapper .collection-new__date {
    text-transform: uppercase;
    font-size: var(--font-size-text);
    ;
    color: var(--clr-accent);
}

.news-det.full_preview div#slider-wrapper .collection-new__titl {
    font-weight: bold;
    font-size: var(--font-size-header-title);
    color: var(--clr-primary-white);
    max-width: 600px;
    position: relative;
}

.news-det.full_preview div#slider-wrapper .collection-new__titl::before {
    width: 140px;
    height: 6px;
    content: "";
    background-color: #E89620;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.news-det.full_preview div#slider-wrapper .collection-new__text {
    display: none;
}

.news-det.full_preview div#slider-wrapper .field_description_title {
    display: none;
}

.news-det.full_preview div#content {
    background: var(--clr-primary-white);
}

.news-det.full_preview div#content .row {
    justify-content: space-between;
}

.news-det.full_preview .coll-event-full__block {
    width: 60%;
}

.news-det.full_preview .coll-event-full__block-right {
    width: 30%;
}

.news-det.full_preview .coll-event-full__block-right {
    padding-left: 140px;
    border-left: 2px solid #eeeeee;
    height: fit-content;
}

.news-det.full_preview div#content .col-new-full__about h3 {
    color: var(--clr-accent);
    font-size: var(--font-size-text);
    ;
    text-transform: uppercase;
}

.news-det.full_preview div#content .coll-event-full__block .col-new-full__title {
    font-size: var(--font-size-h2-title);
    ;
    color: var(--fc-primary);
    font-weight: bold;
    margin-bottom: 20px;
}

.news-det.full_preview div#content .coll-event-full__block .col-new-full__text-short {
    font-size: var(--font-size-text);
    ;
    color: var(--fc-light);
    padding-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 20px;
}

.news-det.full_preview div#content .coll-event-full__block .col-new-full__text-long {
    font-size: var(--font-size-text);
    ;
    color: var(--fc-light);
}

.news-det.full_preview .coll-event-full__block-right .collection_content {
    display: flex;
    flex-wrap: wrap;
    color: var(--fc-dark);
    font-size: var(--font-size-text);
    ;
    text-transform: none;
    margin-bottom: 25px;
    position: relative;
}

.news-det.full_preview .coll-event-full__block-right .collection_content span {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}





.news-det.full_preview .coll-event-full__block-right .col-new-full__r-t::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/userdata/images/time.svg");
    position: absolute;
    left: -70px;
}

.news-det.full_preview #area-3 .collection-new__text {
    display: none;
}

.news-det.full_preview #area-3 .collection_list {
    min-height: 350px;
}

.news-det.full_preview #area-3 .collection_list .collection_container {
    min-height: 350px;
}

.news-det.full_preview #area-3 h3 {
    color: var(--clr-accent);
    font-size: var(--font-size-text);
    ;
    text-transform: uppercase;
}

.news-det.full_preview #area-3 h2 {
    font-size: var(--font-size-h2-title);
    ;
    color: var(--fc-primary);
    font-weight: bold !important;
    margin-bottom: 20px;
    margin-top: unset !important;
}
#slider-wrapper .collection-new__date {
    margin-left: 0;
}

.news-det.full_preview #area-3 .collection-new .title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 21px;
    margin-right: 59px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-det.full_preview #area-3 .collection_container::after {
    content: "";
    width: 30px;
    height: 16px;
    position: absolute;
    background-image: url(/userdata/images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 36px;
    bottom: 36px;
}



.news .collection_list.collection-new .collection_container {
    min-height: 420px;
}

.news .collection_list.collection-new .collection_container::after {
    content: "";
    width: 30px;
    height: 16px;
    position: absolute;
    background-image: url("/userdata/images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 36px;
    bottom: 36px;
}

.news .collection_list.collection-new .title {
    max-width: 300px;
    font-size: var(--font-size-card-title);
    font-weight: bold;
    margin-top: 7px;
    margin-left: 21px;
    margin-right: 59px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collection_content.col-new-full__text-l .textcontent {
    height: 100%;
    margin-bottom: 40px;
}

.collection_full.collection-new .collection_content.collection-new__img {
    position: absolute;
    width: 100%;
    height: 40vh;
    top: 0;
    z-index: -1;
    left: 0;
}

.news.full_preview .collection_full.collection-new .collection_content.collection-new__img {
    position: unset;
    width: 100%;
    height: auto;
    top: 0;
    z-index: -1;
    left: 0;
    padding-bottom: 1rem;
}

.collection_full.collection-new .collection_content.collection-new__img img{
    width: 100%;
    opacity: .7;
}

.news.full_preview .collection_full.collection-new .collection_content.collection-new__img img{
    width: 100%;
    opacity: 1;
    border-radius: var(--br-primary);
}

/* .news.full_preview .news-header-content {
    background-image: url('/userdata/images/DSC01093-bearbeitet.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

img.news-header-bg {
    position: absolute;
    z-index: -90;
    height: 40vh !important;
    width: 100%;
    opacity: .6;
}

.news-header-bg-wrapper:before {
    content: '';
    background: linear-gradient(275deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 40vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.collection_full.collection-new .collection_content.collection-new__img:after {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}

.news.full_preview .collection_full.collection-new .collection_content.collection-new__img:after {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    display: none;
}


.collection_full.collection-new .collection_container {
    width: 100%;
    float: left;
}

.news.full_preview .collection_content.collection-new__title.title.custom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.newsletter.full_preview .collection_content.person_pro_newsletter .collection_container {
    padding-left: 105px;
}

.newsletter.full_preview .collection_content.ansprechpartner_num,
.newsletter.full_preview .collection_content.ansprechpartner_mail {
    font-size: 13px;
}

.newsletter.full_preview h3.collection_content.ansprechpartner__title.title.custom {
    margin-bottom: 0;
    margin-top: 15px;
}

.newsletter.full_preview .collection_content.ansprechpartner_img {
    position: absolute;
    top: 0;
    left: 0;
}

.newsletter.full_preview .collection_content.ansprechpartner_img img {
    width: 90px;
    height: 90px!important;
}


.kundenupdate.full_preview .collection_content.person_pro_newsletter .collection_container {
    padding-left: 105px;
}

.kundenupdate.full_preview .collection_content.ansprechpartner_num,
.kundenupdate.full_preview .collection_content.ansprechpartner_mail {
    font-size: 13px;
}

.kundenupdate.full_preview h3.collection_content.ansprechpartner__title.title.custom {
    margin-bottom: 0;
    margin-top: 15px;
}

.kundenupdate.full_preview .collection_content.ansprechpartner_img {
    position: absolute;
    top: 0;
    left: 0;
}

.kundenupdate.full_preview .collection_content.ansprechpartner_img img {
    width: 90px;
    height: 90px!important;
}

.kundenupdate .collection_list.col-webinar  {
    /* min-height: 300px; */
    margin-bottom: 20px;
    background: var(--clr-primary-white);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    float: left;
    width: 100%;
    border-radius: var(--br-primary);
    overflow: hidden;
    padding: 0px;
    .col-webinar__img {
        height: 140px;
        border-bottom: 5px solid var(--clr-accent);
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .col-webinar__title {
        padding: 0px 20px;
        font-size: 20px;
    }
    .col-webinar__date{
        padding: 0px 20px 20px 20px;
        
    }
}



.collection_full.collection-new .collection_content.collection-new__date {
    padding-left: 65px;
    position: relative;
    margin-bottom: 1rem;
}
.collection_full.collection-new .collection_content.tags {
    padding-left: 65px;
    position: relative;
    margin-bottom: 1rem;
}

.collection_full.collection-new .collection_content.collection-new__date:before {
    content: 'Datum';
    font-weight: var(--fw-bold);
    float: left;
    width: 100%;
}
.collection_full.collection-new .tags:before {
    content: 'Thema';
    font-weight: var(--fw-bold);
    float: left;
    width: 100%;
}

.collection_full.collection-new .collection_content.collection-new__date:after {
    content: '';
    background-image: url(/userdata/images/date.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.collection_full.collection-new  h1:after {
    content: '';
    width: 150px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
}

.news-header-content.container {
    width: 90%;
}

.news-header-content {
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news.full_preview .collection_list.collection-new  h3.collection_content.collection-new__title.title.custom {
    font-size: var(--fs-650);
}
.news.full_preview .collection_list.collection-new .collection_content.col-new-full__text-short {
    margin-inline: 21px;
}

.collection_full.collection-new .news-content {
    width: 70%;
    float: left;
    padding-inline-end: 4rem;
}

.collection_full.collection-new .news-side-content {
    width: 35%;
    float: left;
    position: sticky;
    top: 90px;
    padding-inline-start: 4rem;
    border-left: 1px solid var(--clr-primary-grey);
}

.collection_full.collection-new .content-wrapper {
    width: 100%;
    float: left;
    padding-block: 6rem;
    display: flex;
    flex-direction: row-reverse;
}

.collection_content.news__owl {
    width: 100%;
    float: left;
    background: var(--clr-primary-light);
    padding: 60px 0;
}

.collection_full.collection-new .collection_content.col-new-full__r-t {
    padding-left: 65px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.collection_full.collection-new .collection_content.col-new-full__r-t span.field_description_title {
    font-weight: var(--fw-bold);
}

.collection_full.collection-new .collection_content.col-new-full__r-t:after {
    content: '';
    background-image: url(/userdata/images/start.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.collection_full.collection-new .tags:after {
    content: '';
    background-image: url(/userdata/images/topic.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.collection_full.collection-new .owl-nav {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.collection_full.collection-new .owl-item {
    scale: .9;
}
.collection_full.collection-new .owl-item.center {
    scale: 1;
}

.news.full_preview  div#content {
    padding-bottom: 0!important;
}

.hamburger-menu {
    border-bottom: 4px solid var(--clr-accent);
    height: auto;
}

.hamburger-menu .component.loesungen-nav {
    width: 100%;
    border-right: none;
    padding-block-start: 0;
    padding-block-end: 0;
    opacity: 1;
    transition: 200ms;
    padding-inline-end: 0;
    position: relative;
    display: none;
    height: 330px;
    overflow-y: scroll;
    background: var(--clr-primary-light);
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #e89620 #ffffff;
  }

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

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

  *::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 7px;
    border: 3px solid #f5f5f5;
  }

.hamburger-menu .component.loesungen-nav .textcontent {
    display: none;
}

.hamburger-menu .component.beratung-navigation .textcontent {
    display: none;
}

.hamburger-menu .component.beratung-navigation {
    width: 100%;
    padding: 0;
    opacity: 1;
    display: none;
}

.hamburger-menu h3.collection_content.loesungen__title.title.custom {
    margin: 15px 60px 15px 30px;    
    display: inline-block;
    transition-duration: unset;
}



.collection_content.navigation_text {
    display: none;
}

li.level_1.open .component.loesungen-nav {
    display: block;
}
li.level_1.open .component.beratung-navigation {
    display: block;
}

.hamburger-menu  .component.loesungen-nav .collection_list.loesungen {
    width: 100%;
    padding: 0;
    float: left;
}

.hamburger-menu .collection_content {
    display: none;
}
.hamburger-menu h3.collection_content.loesungen__title.title.custom {
    display: none;
}

.hamburger-menu ul.level_1{
    padding-left: 0px;
}
li.level_1 .mobile-menu__wrapper {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
li.level_1.levels.open:after {
    transform: rotateX(-180deg);
    transition-duration: 400ms;
    filter: brightness(10);
    z-index: 1;
}

.hamburger-menu .login-form-container {
    width: 100%;
    float: right;
    position: absolute;
    top: 50%;
    right: unset;
    min-width: unset;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 999;
    max-width: 90%;
}

.hamburger-menu .login_form.show {
    border-radius: var(--br-primary);
}

.overflow-hidden {
    overflow: hidden;
    height: 100vh;
}

.mobile-overlay {
    background: #00000069;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}
.mobile-overlay.show {
    display: block;
}

.close-login {
    display: flex;
    padding: 1rem 0;
    cursor: pointer;
    justify-content: space-between;
}

.collection_content.vergleiche {
    background: var(--clr-primary-white);
    padding: 2rem!important;
    border-radius: var(--br-primary);
    border: 2px solid var(--clr-primary-grey);
    background-color: var(--card-bg);
    margin-block: 1rem;
    display: flex;
    flex-direction: column;
}

.collection_content.vergleiche-in-beratung .collection_list.projektverlauf .collection_container {
    width: 100%;
}

.collection_content.nicht-beinhaltet ul li {
    list-style: none;
}

.collection_content.inhalt-liste ul li {
    list-style: none;
}

.collection_content.inhalt-liste ul li:before {
    content: '';
    background-image: url(/userdata/images/check-box.svg);
    display: block;
    position: relative;
    float: left;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -20px;
    padding-right: 10px;
    margin-top: 5px;
}



.collection_content.nicht-beinhaltet ul li:before {
    content: '';
    background-image: url(/userdata/images/x-square.svg);
    display: block;
    position: relative;
    float: left;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -20px;
    padding-right: 10px;
    margin-top: 5px;
}

.collection_content.vergleiche-in-beratung {
    width: 100%;
    float: left;
    margin-block-start: 1rem;
    gap: 2rem;
}

.loesung_anfrage a.contact-button {
    display: none;
}

.collection_content.vergleiche-in-beratung {
    display: none;
}

.collection_content.vergleiche.container.collection_content_opened .collection_content.vergleiche-in-beratung {
    display: flex;
}

.collection_content.vergleiche-in-beratung .collection_list.projektverlauf {
    width: 50%;
    flex: unset;
    display: flex;
}
.hamburger-menu li.level_1 a{
    padding-left: 30px;
    z-index: 9;
}
.hamburger-menu ul.level_2 li.level_2:first-child a {
    font-weight: unset;
}
.hamburger-menu li.level_1> .mobile-menu__wrapper a{
    padding: 15px 60px 15px 30px;
    display: inline-block;
    transition-duration: unset;
}

.header-manager-img img {
    max-width: 840px!important;
}

.home div#slider .header-bg-media  .row {
    justify-content: center;
}

.component.subfooter__text a {
    color: var(--clr-primary-light);
}

#footer .collection_content.navigation_text {
    display: block!important;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--clr-primary-white);
}
.hamburger-menu li.level_1.open> .mobile-menu__wrapper{
    background-color: var(--clr-accent);
}
.hamburger-menu li.level_1.open> .mobile-menu__wrapper a{
    color: var(--clr-primary-white);
    font-weight: bold;
}

.levels {
    position: relative;
    float: left;
    width: 100%;
}

li.level_1.levels:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(/userdata/images/dropdown.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    transition-duration: 400ms;
}

.hamburger-menu li.level_1 li.level_2{
    height: 0;
    overflow: hidden;
    /* transition-duration: 300ms; */
    background-color: var(--clr-primary-light);
}
.hamburger-menu li.level_1.open li.level_2{
    height: auto;
    overflow: hidden;
    /* transition-duration: 300ms; */
}

.loesungen h2, .title-video {
    font-size: calc(var(--font-size-h2-title) - 8px);
    margin-top: 0;
}

.title-video {
    font-weight: bold;
}

.loesungen div#content {
    padding-top: 60px!important;
}


.loesungen button#backButton {
    display: none;
}

.loesungen-highlights {
    width: 100%;
    float: left;
    z-index: 1;
    margin: 1rem 0;
}

.loesungen-highlights .pop-up-button.current:before {
    content: "";
    width: 3px;
    height: 100%;
    background: var(--clr-accent);
    position: absolute;
    animation: loader 9s;
    -webkit-animation: loader 9s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    left: -3px;
    top: 0;
}

.kachelansicht .collection_list.loesungen {
    width: 33.33%;
    padding: 15px;
}

@-webkit-keyframes loader {
    0% {height: 0%;}
    100% {height: 100%;} 
}

.loesungen-highlights .pop-up-element {
    width: 60%;
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
}


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

.collection_full .collection_content.loesung_teaser {
    max-width: 850px;
}

span#currenttitle {
    text-decoration: underline;
}

span#stellenname {
    text-decoration: underline;
}

.collection_full .collection_content.loesungen_subtitle {
    font-weight: var(--fw-medium);
    max-width: 50%;
    display: none;
}

#footer .component.beratung-navigation .textcontent a {
    font-size: 20px;
    color: var(--clr-primary-white)!important;
}

a.datenschutz {
    position: absolute;
    right: 20px;
    text-decoration: underline;
    color: var(--clr-accent);
}

#footer .component.beratung-navigation {
    opacity: 1;
    padding: 0;
    /* width: 50%; */
    border-right: none;
    padding-right: 25px;
}

.hamburger-menu .customer-button {
    padding: var(--p-button);
    background-color: var(--clr-accent);
    border-radius: var(--br-primary);
    color: var(--clr-primary-white) !important;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 0;
}

#footer .component.beratung-navigation .collection_content {
    display: none;
}

.loesungen-highlights .collection_list.loesungen-new {
    width: 100%;
    padding: 15px 0;
    position: unset;
}
.loesungen-highlights .collection_list.loesungen-new .collection_container {
    position: unset;
}

.loesungen-highlights .collection_content.loesungen-new__title.title.custom {
    font-size: var(--fs-650);
    font-weight: var(--fw-medium);
    margin: 0;
}


.loesungen-highlights .pop-up-button.current {
    opacity: 1;

}

.loesungen-highlights .pop-up-button {
    width: 45%;
    float: left;
    padding-left: 2rem;
    border-left: 3px solid var(--clr-primary-medium-dark);
    position: relative;
    opacity: .5;
}

.pop-up-button.current .collection_link a:after {
    color: var(--clr-accent);

}

.loesungen-highlights .collection_content.loesung_teaser_img img {
    border-radius: 20px;
    border: 5px solid var(--clr-primary-dark);
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;

}

.loesungen-highlights .pop-up-button .collection_content.loesung_teaser,
.loesungen-highlights .pop-up-button .collection_link {
    display: none;
}
.loesungen-highlights .pop-up-button.current .collection_content.loesung_teaser,
.loesungen-highlights .pop-up-button.current .collection_link {
    display: block;
    margin-block-start: 5px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;

}
.loesungen-highlights .collection_list.loesungen-new .collection_container .collection_link a:after {
    content: 'Mehr lesen';
    font-size: var(--fs-500);
    text-decoration: underline;
}

.loesungen-highlights .collection_content.loesung_teaser {
    margin-block-end: 10px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.loesungen-highlights .collection_container.Startseite.Highlight .collection_link a {
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    width: auto;
    height: auto;
}

/* Lösungsseite */

h1.h1__title {
    z-index: 1;
}

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

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

.collection_content.loesungen__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
}

.collection_full .collection_content.loesung_header_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.collection_full .collection_content.loesung_header_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid var(--clr-primary-grey);
}

.loesungen__header .container {
    z-index: 2;
    width: 90%;
}

.kachelansicht .collection_content.loesung_teaser_img {
    display: none;
}

.kachelansicht.listenansicht .collection_content.loesung_header_img {
    height: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19%;
}

.kachelansicht.listenansicht .collection_content.loesung_header_img img {
    height: 140px!Important;
    object-position: right;
    max-width: 250px!important;
}

.kachelansicht .collection_content.loesung_header_img img {
    height: 140px!Important;
    object-position: right;
    display: flex;
    width: 100%;
}

.collection_full.collection-new .owl-item img {
    height: 540px!important;
    display: flex;
    justify-content: center;
}
.collection_full.collection-new .owl-item  a {
    width: 100%!important;
}

.collection_full .collection_content.loesung_header_img:before {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.collection_content.loesung_ansprache {
    max-width: 860px;
}

.collection_content.contact__banner {
    padding: 1.3rem;
    background-color: var(--clr-primary-light);
    
}

.ansprache {
    display: flex;
    align-items: center;
    padding-block-start: 1rem;
    justify-content: space-between;
    padding: 2rem 0;
}

.collection_content.loesung_signature {
    font-weight: var(--fw-medium);
    margin-block-start: 1.5rem;
    padding-left: 0.8rem;
}

.collection_content.loesung_author_position {
    font-size: var(--fs-500);
    padding-left: 0.8rem;
    opacity: .8;
}

.loesung__ansprache-content {
    text-align: end;
}

.collection_content.loesung_person_img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 220px;
}

.collection_content.loesung__ansprache-group {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
}

.contact__banner > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

a.contact-button {
    border-radius: var(--br-primary);
    font-size: 14px;
    text-decoration: underline;
    color: var(--clr-accent);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loesung_contact_button a {
    padding: var(--p-button);
    background-color: var(--clr-accent);
    border-radius: var(--br-primary);
    color: var(--clr-primary-white) !important;
}

.loesungen-highlights .collection_content.loesung_teaser_img img {
    border-radius: 20px;
    border: 5px solid var(--clr-primary-dark);
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    aspect-ratio: 2/1;
    object-position: top;
}
.collection_full .collection_content.loesung_teaser_img img {
    box-shadow: unset;
}

.loesungen-highlights .collection_content.loesung_teaser_img {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}
.home .collection_content.loesung_teaser_img {
    max-width: unset;
}


.produkt {
    background: var(--clr-primary-white);
    padding: 2rem!important;
    border-radius: var(--br-primary);
    border: 2px solid var(--clr-primary-grey);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    background-color: var(--card-bg);
    
}

.collection_list.collection-new.event .collection_container {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    flex-direction: row-reverse;
    align-items: center;
}

.full_preview .collection_content.events-bilder {
    display: none;
}

.events.full_preview button#backButton  {
    display: none;
}
.events.full_preview .filter_display {
    display: none;
}

.collection_list.collection-new.event .collection_content.collection-new__date {
    margin: 0!important;
}

.collection_list.collection-new.event .collection_content.tags {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--clr-primary-grey);
    border-radius: var(--br-primary);
    padding: 3px 10px;
}

.collection_list.collection-new.event .collection_content.tags:before {
    content: '';
}

.collection_full.collection-new.event .collection_content.col-new-full__text-short {
    max-width: 610px;
}

.collection_full.collection-new.event .collection_content.col-new-full__r-t:after {
    content: '';
    background-image: url(/userdata/images/standort.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.collection_list.collection-new.event .collection_container .collection_content.events-bilder img {
    display: flex;
}

.event-content {
    padding-inline-start: 2rem;
    max-width: 770px;
}

.collection_content.events-bilder img {
    height: 230px!Important;
    width: 100%!Important;
    object-fit: cover;
}

.collection_list.collection-new.event {
    width: 100%;
}

.kachelansicht .collection_list .collection_container {
    background: var(--clr-primary-white);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    float: left;
    min-height: 370px;
    width: 100%;
    border-radius: var(--br-primary);
    overflow: hidden;
}

.sidebuttons {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.card,
.list {
    background: var(--clr-primary-light);
    padding: .8rem;
    border-radius: var(--br-primary);
    cursor: pointer;
}

.kachelansicht .collection_content.loesung_header_img {
    border-bottom: 4px solid var(--clr-accent);
}

.active-icon {
    background: var(--clr-accent);
}
.active-icon img {
    filter: invert(1);
}

.card img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kachelansicht .collection_list.loesungen .collection_container:after {
    content: '';
    background-image: url(/userdata/images/arrow-right.svg);
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.kachelansicht h3.collection_content.loesungen__title.title.custom {
    margin-inline: 1.5rem;
    font-size: var(--fs-650);
    margin-block-start: 1.5rem;
}

.kachelansicht .collection_content.loesung_teaser {
    margin-inline: 1.5rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}



.kachelansicht .collection_content.loesung_teaser_img {
position: relative;
}
.kachelansicht .collection_content.loesung_teaser_img img {
    height: 160px!important;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: var(--br-primary);
    border-top-left-radius: var(--br-primary);
}



.kachelansicht .collection_container .collection_link a:after {
    text-decoration: none!important;
}

.kachelansicht .collection_content.loesung_teaser_img:after {
    content: '';
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .1;
}

.kachelansicht .collection_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

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

.kachelansicht.listenansicht .collection_list.loesungen {
    width: 100%;
    padding: 9px 15px;
}

.kachelansicht.listenansicht .collection_list .collection_container {
    min-height: unset;
    display: flex;
    align-items: center;
    gap: 2rem;
    overflow: hidden;
}



.kachelansicht.listenansicht  h3.collection_content.loesungen__title.title.custom {
    margin: 0;
    margin-inline: 0!important;
}

.loesungen-highlights .collection_content.loesung_header_img {
    display: none;
}

.kachelansicht.listenansicht .collection_content.loesung_teaser {
    margin: 0;
    margin-inline: 0!important;
    -webkit-line-clamp: 1;
}

.kachelansicht.listenansicht .listeninfo {
    max-width: 58%;
}

.kachelansicht.listenansicht .collection_content.loesung_teaser_img img {
    border-top-right-radius: 0;
    border-top-left-radius: var(--br-primary);
    width: 260px;
    border-bottom-left-radius: var(--br-primary);
}

.kachelansicht.listenansicht .collection_list.loesungen .collection_container:after {
    content: '';
    background-image: url(/userdata/images/arrow-right.svg);
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.component.beratung-navigation {
    width: 15%;
    padding-block-start: 4rem;
    padding-block-end: 3rem;
    padding-left: 2rem;
    opacity: 1;
    transition: 200ms;
    padding-inline-end: 2rem;
    position: relative;
}
.component.beratung-navigation:hover {
    opacity: 1;
}

#header .component.beratung-navigation .collection_list:hover .collection_content.navigation_text {
    color: var(--clr-accent)!important;
}
#header .component.loesungen-nav .collection_list:hover .collection_content.navigation_text {
    color: var(--clr-accent)!important;
}



.component.beratung-navigation .textcontent {
    height: auto;
}

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


.collection_full .collection_content.loesung_teaser_img {
    flex: 1 1 30%;
    height: 180px;
    display: flex;
    justify-content: flex-end;
}
.collection_content.produkt_textcontent {
    flex: 1 1 70%;
}

.produkt .collection_content.loesung_teaser_img img {
    border-radius: 15px;
    border: 3px solid var(--clr-primary-dark);
}


.collection_content.loesung_produktbeschreibung {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-inline-end: 1rem;
}

.collection_content.produkt_textcontent:after {
    content: 'Mehr lesen';
    text-decoration: underline;
    color: var(--clr-accent);
    float: left;
    width: 100%;
    padding: 1rem 0 0;
    margin: 0;
    cursor: pointer;
}

.collection_content.lizenzkosten_loesung {
    flex-direction: row;
    flex-wrap: wrap;
    padding-block-start: 3rem;
    padding-block-end: 1rem;
    display: none;
    gap: 1.5rem;
}

.collection_full .collection_content.loesung_teaser_img {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    max-width: unset;
}

.lizenzen {
    background: var(--clr-primary-white);
    padding: 1.5rem 2rem!important;
    border-radius: var(--br-primary);
    border: 2px solid var(--clr-primary-grey);
    clear: both;
    display: flex;
    flex-direction: column;
    margin-block: 1rem;
    background-color: var(--card-bg);



}

.lizenz_text {
    padding-inline-end: 24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.area-anwendungen {
    position: relative;
    padding-block: 1rem;
    float: left;
    width: 100%;
    margin-block: 1rem;
}

.loesung_anwendungsfaelle {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-block: 1rem;
}

.collection_list.anwendungsfall {
    padding: 0;
    width: 20%;
}

.collection_list.anwendungsfall .collection_container {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    border-radius: var(--br-primary);
    border: 1px solid var(--clr-accent);
    padding: 1rem;
    height: 200px;
    justify-content: space-around;
}

.anwendungen {
    background: var(--clr-primary-white);
    padding: 2rem!important;
    clear: both;
    border-radius: var(--br-primary);
    border: 2px solid var(--clr-primary-grey);
}

.collection_content.loesung_highlight_img img {
    border-radius: 15px;
    border: 3px solid var(--clr-primary-dark);
}

.lizenzen:after {
    content: 'Mehr lesen';
    text-decoration: underline;
    color: var(--clr-accent);
    float: left;
    width: 100%;
    padding: 1rem 0 0;
    margin: 0;
    cursor: pointer;
}

.highlight {
    background: var(--clr-primary-white);
    padding: 2rem!important;
    border-radius: var(--br-primary);
    border: 2px solid var(--clr-primary-grey);
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    background-color: var(--card-bg);
    margin-block: 1rem;
    align-items: flex-start;
}

.collection_content.loesung_highlight_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.highlight_text_group {
    flex: 1 1 70%;
}

.loesung_highlight_img {
    flex: 1 1 30%;
    max-height: 250px;
    display: flex;
    justify-content: end;
    height: 180px;
}

/* .highlight_text_group:after {
    content: 'Mehr lesen';
    text-decoration: underline;
    color: var(--clr-accent);
    float: left;
    width: 100%;
    padding: 1rem 0 0;
    margin: 0;
    cursor: pointer;

} */
/* .collection_content.vergleiche.container:after {
    content: 'Mehr lesen';
    text-decoration: underline;
    color: var(--clr-accent);
    float: left;
    width: 100%;
    padding: 1rem 0 0;
    margin: 0;
    cursor: pointer;

} */

.collection_content.loseung_funktionen .collection_content.funktionen_beschreibung {
    display: none;
}

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

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

.collection_content.loseung_funktionen .collection_link a.button {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.funktionen-wrapper {
    background: var(--clr-primary-white);
    padding: 2rem 0;
    clear: both;
    margin-block: 2rem;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.collection_list.projektverlauf {
    padding: 0;
    flex: 1 1 30%;
}

.collection_content.loesung_projektverlauf {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem 0 1rem;
}

.collection_content.loseung_funktionen {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.collection_list.funktionen .collection_container {
    background: var(--clr-primary-light);
    padding: 0.8rem;
    border-radius: var(--br-primary);
}

h1.h1__title {
    max-width: 870px;
}


.collection_list .collection_content.funktionen__title.title.custom {
    font-weight: var(--fw-medium);
    font-size: inherit;
    margin: 0;
}

.funktionen-group {
    flex: 1 1 30%;
}

.funktionen.full_preview div#content {
    padding-block-start: 90px!important;
}

.collection_full.funktionen {
    margin-top: 2rem;
}

.collection_full.funktionen h3.collection_content.funktionen__title.title.custom {
    width: 50%;
    float: left;
}

.collection_full.loesungen h1.collection_content.loesungen__title.title.custom {
    max-width: 50%;
}

.collection_full.funktionen .collection_container {
    float: left;
    width: 100%;
}

.loesungen .youtubecontent iframe {
    width: 100% !important;
    height: 100% !important;
}

.collection_content.loesungs-video .youtubecontent {
    height: 100%;
}

.collection_full.funktionen .collection_content.funktionen_beschreibung {
    width: 70%;
    float: left;
    clear: both;
    padding-inline-end: 3rem;
}

.collection_content.funktion_img {
    float: left;
    width: 30%;
    position: sticky;
    top: 90px;
}

.collection_content.funktion_img img {
    border-radius: 15px;
    border: 3px solid var(--clr-primary-dark);
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

h3.collection_content.anwendungsfall__title.title.custom {
    font-size: inherit;
    margin: 0;
    text-align: center;
}

.collection_content.loesung_funktionen_img {
    flex: 1 1 75%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: sticky;
    top: 90px;
}
.collection_content.loesung_funktionen_img img {
    border-radius: 15px;
    border: 3px solid var(--clr-primary-dark);
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;

}

.collection_list.funktionen .collection_container:after {
    content: '';
    background-image: url(/userdata/images/chevron-sort-down.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 15px;
    width: 15px;
    transform: translateY(-50%);
}

.produkt.collection_content_opened .collection_content.loesung_produktbeschreibung {
    -webkit-line-clamp: unset;
}

.produkt.collection_content_opened .collection_content.produkt_textcontent, .highlight.collection_content_opened .highlight_text_group {
    flex: 1 1 90%;
}
.produkt.collection_content_opened {
    align-items: flex-start;

}

.produkt.collection_content_opened .collection_content.loesung_teaser_img,
.highlight.collection_content_opened .collection_content.loesung_highlight_img {
    position: sticky!important;
    top: 90px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    max-height: 320px;
}

.highlight.collection_content_opened .collection_content.loesung_highlight_img {
    position: sticky!important;
    top: 90px;
    height: auto;
    display: flex;
    justify-content: flex-end;
    max-height: 320px;
}

.produkt.collection_content_opened .collection_content.produkt_textcontent:after,
.lizenzen.collection_content_opened:after {
    content: 'weniger lesen';
}
/* .produkt.collection_content_opened .collection_content.produkt_textcontent:after,
.lizenzen.collection_content_opened:after,
.collection_content.highlight.container.collection_content_opened .highlight_text_group:after,
.collection_content.vergleiche.container.collection_content_opened:after {
    content: 'weniger lesen';
} */

.lizenzen.collection_content_opened .collection_content.loesung_text.lizenz_text {
    -webkit-line-clamp: unset;
}

.lizenzen.collection_content_opened .collection_content.lizenzkosten_loesung {
    display: flex;
}

.highlight.collection_content_opened .collection_content.loesung_highlight_text {
    -webkit-line-clamp: unset;
}

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

.impressum h3 {
    font-size: calc(var(--fs-700) - 10px);
}
.impressum h3:after {
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 6px;
}


.projektablauf-wrapper {
    background: var(--clr-primary-white);
    padding: 1.5rem 2rem!important;
    border-radius: var(--br-primary);
    border: 2px solid var(--clr-primary-grey);
    clear: both;
    display: flex;
    background-color: var(--card-bg);
    flex-direction: column;
    margin-block: 1rem;
}

.component.rechtliches ul {
    margin: 0;
}

.collection_list.projektverlauf .collection_container {
    background: var(--clr-primary-white);
    border-radius: var(--br-primary);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    float: left;
    overflow: hidden;
}

.collection_content.projektverlauf_text {
    margin-inline: 1.5rem;
    margin-block-end: 2rem;
    margin-block-start: 1.5rem;
}

.collection_content.projektverlauf__title.title.custom {
    font-size: var(--fs-650);
    font-weight: var(--fw-bold);
    margin-inline: 1.5rem;
    margin-block-end: 1rem;
}



.collection_full .vergleich_title_subtitle {
    position: absolute;
    top: 70px;
    z-index: 1;
    margin-bottom: 1px;
}

.collection_full .vergleich_title_subtitle h3 {
    margin-bottom: 1px!important;
}

.collection_full .vergleich_title_subtitle .collection_content.subtitle {
    margin-inline: 1.5rem;
}

.collection_content.projektverlauf {
    height: 190px;
}

.collection_content.projektverlauf:after {
    content: '';
    width: 100%;
    height: 4px;
    float: left;
    display: block;
    background: var(--clr-accent);
}

.svg_container {
    height: 100%;
}

.collection_list.projektverlauf img {
    opacity: .4;
    width: 100%;
}

.collection_content.loesung_projektverlauf {
    display: none;
}
.projektablauf-wrapper:after {
    content: 'Mehr lesen';
    text-decoration: underline;
    color: var(--clr-accent);
    float: left;
    width: 100%;
    padding: 1rem 0 0;
    margin: 0;
    cursor: pointer;
} 

.projektablauf-wrapper.collection_content_opened .collection_content.loesung_projektverlauf {
    display: flex;
}

.projektablauf-wrapper.collection_content_opened:after {
    content: 'weniger lesen';
} 

.collection_content:empty {
    display: none;
}

.collection_list.erklärvideos {
    width: 100%;
    padding: 0;
}

.loesungen iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--br-primary);
    overflow: hidden;
}

.collection_list.erklärvideos .youtubecontent {
    height: 100%;
}

.video-gallery .owl-item {
    scale: .9;
}
.video-gallery .owl-item.center {
    scale: 1;
    box-shadow: var(--shadow-primary-dark);
}

.video-gallery:before {
    content: 'Erklärvideos';
    font-size: var(--font-size-h2-title);
    font-weight: var(--fw-bold);
    text-align: center;
    width: 100%;
    float: left;
    margin: 1rem 0 1rem 0;
}

.video-gallery:after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: absolute;
    display: block;
    margin-block: 1rem;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.collection_list.erklärvideos .collection_content.videos {
    height: auto;
}

.video-gallery {
    width: 100%;
    float: left;
    padding-block: 4rem;
}

.video-gallery .owl-nav {
    display: flex;
    justify-content: center;
    gap: 4rem;
}

.video-gallery .owl-stage {
    padding-block-end: 2rem;
}

.loesung_firmen_referenzen {
    position: relative;
    margin-block: 2rem;
}

.collection_content.anwendungsfall_img img {
    object-fit: contain;
}

.loesung_firmen_referenzen:before {
    content: 'Wer sind unsere Kunden?';
    font-size: var(--font-size-h2-title);
    font-weight: var(--fw-bold);
    text-align: center;
    width: 100%;
    float: left;
    margin: 1rem 0 1rem 0;
}
.loesung_firmen_referenzen:after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: absolute;
    display: block;
    margin-block: 1rem;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* .loesung_anfrage {
    max-width: 960px;
    margin-inline: auto;
    padding-block: 1rem;
} */

.append_to_area_two a.contact-button {
    display: none;
}

.collection_content.loesung_anfrage.col-xs-12.col-sm-12.col-md-9 label {
    min-height: 27px;
    display: block;
}

/* Lösungsseite */
.collection_list.lizenzkosten .collection_container {
    background: var(--clr-primary-white);
    border-radius: var(--br-primary);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding-block-end: 1rem;
    min-height: 600px;
    height: 100%;
}

.collection_content.cost_header {
    position: relative;
    overflow: hidden;
    height: 195px;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br-primary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 4px solid var(--clr-accent);
}

.collection_content.cost_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 1;
}

.collection_list.lizenzkosten {
    padding: 0;
    flex: 1 1 30%;
}

.collection_content.lizenzkosten__title.title.custom {
    font-size: var(--fs-650);
    font-weight: var(--fw-bold);
}

.collection_content.cost_beschreibung {
    padding: 1.5rem 1.5rem;
    padding-top: 5px;
    padding-block-end: 4rem;
}
.collection_content.cost_beschreibung li {
    padding-block: 0.5rem;
}

.collection_content.cost_beschreibung h2 {
    font-size: 20px;
}

.collection_content.lizenzkosten__title.title.custom {
    font-size: var(--fs-650);
    font-weight: var(--fw-bold);
    padding: 1.5rem 1.5rem 0px 1.5rem;
    margin: 0;
}

.collection_content.cost_beschreibung h2:after {
    display: none;
}

.collection_content.cost_preis {
    background-color: var(--clr-primary-grey);
    text-align: center;
    padding: 0.7rem;
    border-radius: var(--br-primary);
    position: absolute;
    width: 90%;
    bottom: 20px;
    left: 50%;
    font-weight: var(--fw-medium);
    transform: translateX(-50%);
}

.karriere .block-content .row{
    align-items: center;
}

.karriere .block-left h4 {
    color: var(--clr-accent);
    font-size: var(--font-size-text);
    text-transform: uppercase;
}
.karriere .block-left h2 {
    font-size: var(--font-size-h2-title);
    color: var(--fc-primary);
    font-weight: bold !important;
    margin-bottom: 20px;
}

.karriere .text-bild a {
    font-size: var(--font-size-text);
    line-height: 33px;
    color: var(--clr-accent);
    text-decoration: underline;
}
.karriere .text-bild a::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url(/userdata/images/arrow-up-right.png);
    margin-top: 10px;
    margin-left: 10px;
    rotate: 45deg;
}
.karriere .block-right__img .textcontent {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-primary-dark);
}
.karriere .block-right__img .textcontent img{
    width: 100% !important;
}
.karriere .block-right .textcontent {
    text-align: right;
}
.karriere .youtubecontent {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-primary-dark);
    margin-top: 30px;
}
.youtubecontent iframe {
    width: 100% !important;
    height: 32vw !important;
}
.karriere #area-3::after{
    content: "";
    width: 100%;
    height: calc(15vw + 15 * (100vw) / 1920);
    background-color: var(--clr-primary-light);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.karriere div#area-6 {
    background: var(--clr-primary-light);
}
.karriere .collection_list.benefits.hide {
    display: none;
}
.karriere #area-6 #filter-element {
    position: absolute;
}
.karriere .benefits__wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 0 auto;
}
.karriere .benefits__wrapper .collection_list{
    width: 50%;
    margin-bottom: 5px;
}
.karriere .benefits__wrapper .collection_list .collection_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: start;
}
.karriere .benefits__wrapper .collection_list .collection_container .icon{
    min-width: 68px;
    max-width: 68px;
    margin-right: 25px;
}
.karriere .benefits__wrapper .collection_list .collection_container .title {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: inherit;
}
.karriere .benefits__wrapper .collection_list .collection_container img{
    object-fit: unset;
}

.karriere .filter_display{
    width: 100%;
    justify-content: center;
}
.karriere .block-title {
    margin-bottom: 15px;
}
.karriere .block-title h4 {
    color: var(--clr-accent);
    font-size: var(--font-size-text);
    text-transform: uppercase;
}
.karriere .block-title h2 {
    font-size: var(--font-size-h2-title);
    color: var(--fc-primary);
    font-weight: bold !important;
    margin-bottom: 20px;
}

.gallery-grid .row {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr 2fr 1fr 2fr repeat(4, 1fr) 2fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    height: calc(400px + 600 * (100vw - 320px) / 1600);
    margin-block: 25px;
}
.gallery-grid .row div .textcontent {
   border-radius: 10px;
   overflow: hidden;
}
.div1-gal { grid-area: 7 / 7 / 10 / 10; }
.div2-gal { grid-area: 4 / 7 / 7 / 10; }
.div3-gal { grid-area: 1 / 5 / 4 / 10; }
.div4-gal { grid-area: 1 / 1 / 4 / 5; }
.div5-gal { grid-area: 6 / 1 / 10 / 7; }
.div6-gal { grid-area: 4 / 1 / 6 / 4; }
.div7-gal { grid-area: 4 / 4 / 6 / 7; }

.karriere .gallery-title {
    margin-bottom: 25px;
}
.karriere .gallery-title .block-left .textcontent {
    position: relative;
}
.karriere .gallery-title .block-left .textcontent a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 25px;
}
.career-opportunity .collection_container {
    background-color: var(--clr-primary-white);
    min-height: 350px;
    overflow: hidden;
    box-shadow: var(--shadow-primary-dark);
    border-radius: var(--br-primary);
    overflow: hidden;
    transition-duration: 200ms;
    padding-bottom: 34px;
}
.career-opportunity .collection_container::after {
    content: "";
    width: 30px;
    height: 16px;
    position: absolute;
    background-image: url(/userdata/images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    bottom: 30px;
}
.career-opportunity .img {
    border-bottom: 4px solid var(--clr-accent);
    height: 195px;
}
.career-opportunity .title {
    max-width: 250px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 59px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


    


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


.kachelansicht .collection_list.weiterleitungen .collection_container {
    background: var(--clr-primary-white);
    border-radius: var(--br-primary);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    float: left;
    min-height: 320px;
    width: 100%;
}

.kachelansicht .collection_content.weiterleitung_img {
    border-bottom: 4px solid var(--clr-accent);
}

.kachelansicht .collection_content.weiterleitung_img img {
    height: 160px!important;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: var(--br-primary);
    border-top-left-radius: var(--br-primary);
    display: flex;
}

.kachelansicht h3.collection_content.weiterleitungen__title.title.custom {
    margin-inline: 1.5rem;
    font-size: var(--fs-650);
    margin-block-start: 1.5rem;
}

.kachelansicht .collection_content.weiterleitung_teaser {
    margin-inline: 1.5rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_content.weiterleitung_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.kachelansicht.listenansicht .collection_list.weiterleitungen {
    width: 100%;
    padding: 9px 15px;
}

.kachelansicht.listenansicht .collection_list.collection_list.weiterleitungen .collection_container {
    min-height: unset;
    display: flex;
    align-items: center;
    gap: 2rem;
    overflow: hidden;
}
.kachelansicht.listenansicht .collection_content.weiterleitung_img {
    height: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kachelansicht.listenansicht .collection_content.weiterleitung_img img {
    height: 140px!Important;
    object-position: center;
    max-width: 250px!important;
    border-top-right-radius: 0;
    width: 250px;
}

.kachelansicht.listenansicht h3.collection_content.weiterleitungen__title.title.custom {
    margin: 0;
    margin-inline: 0!important;
}

.kachelansicht.listenansicht .collection_content.weiterleitung_teaser {
    margin: 0;
    margin-inline: 0!important;
    -webkit-line-clamp: 1;
}

.collection_list.weiterleitungen .collection_container:after {
    content: '';
    background-image: url(/userdata/images/arrow-right.svg);
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.stellen.full_preview button#backButton {
    display: none;
}

.beratung.full_preview button#backButton {
    display: none;
}

.collection_content.ansprache.container .collection_content.ansprechpartner_num {
    display: none;
}

.collection_content.ansprache.container .collection_content.ansprechpartner_mail{
    display: none;
}

.collection_content.ansprechpartner_position {
    display: none;
}
.collection_content.ansprache.container .collection_content.ansprechpartner_position {
    text-align: center;
    display: block;
}



.collection_content.ansprache.container .collection_list.ansprechpartner {
    justify-content: end;
}

.collection_content.ansprache.container .collection_content.ansprechpartner__title.title.custom {
    margin: 0;
    text-align: center;
}

.collection_list.stellen .collection_container {
    background: var(--clr-primary-white);
    border-radius: var(--br-primary);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    float: left;
    min-height: 360px;
    width: 100%;
    overflow: hidden;
}

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

.collection_list.stellen .collection_content.stellen_img img {
    height: 140px!Important;
    object-position: right;
    display: flex;
    width: 100%;
}

.collection_list.stellen .collection_container .collection_content.tags {
    margin-inline: 1.5rem;
    margin-block-start: 1.5rem;
    color: var(--clr-accent);
}

.collection_list.stellen .collection_container .collection_content.tags:after {
    content: ' - (m/w/d)';
}

.collection_list.stellen h3.collection_content.stellen__title.title.custom {
    margin-inline: 1.5rem;
    font-size: var(--fs-650);
    margin-block-start: 5px;
}

.collection_list.stellen .collection_content.stellen_time {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #80808026;
    color: grey;
    border-radius: 999px;
    padding: 0px 15px;
}

.collection_list.stellen .collection_container:after {
    content: '';
    background-image: url(/userdata/images/arrow-right.svg);
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.collection_full.stellen .collection_content.stellen_img {
    position: absolute;
    width: 100%;
    height: 40vh;
    top: 0;
    z-index: -1;
    left: 0;
}
.collection_full.stellen .collection_content.stellen_img img {

        width: 100%;
        opacity: .7;

}

.collection_full.stellen .collection_content.stellen_img:after {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}

.stellen-header-content.container {
    width: 90%;
}

.stellen-header-content {
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1.collection_content.stellen__title.title.custom {
    max-width: 50%;
}

.collection_content.stellen_firma_teaser {
    max-width: 50%;
}

h1.collection_content.stellen__title.title.custom:after {
    content: '';
    width: 150px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
}

.collection_full.stellen .collection_container .collection_content.tags {
    color: var(--clr-accent);
}

.collection_full.stellen .collection_container .collection_content.tags:after {
    content: ' - (m/w/d)';
}

.collection_full.stellen .stellen-content {
    width: 70%;
    float: left;
    padding-inline-end: 4rem;
}

.collection_full.stellen .stellen-side-content {
    width: 30%;
    float: left;
    position: sticky;
    top: 90px;
    padding-inline-start: 4rem;
    border-left: 1px solid var(--clr-primary-grey);
}

.collection_full.stellen .stellen-wrapper {
    padding-block: 3rem;
}

.collection_full.stellen .collection_content.stellen_text {
    padding-block-end: 2rem;
}

.stellen .youtubecontent iframe {
    width: 100% !important;
    height: 24vw !important;
    border-radius: var(--br-primary);
    overflow: hidden;
}

.collection_content.stellen_video {
    padding-block-end: 2rem;
}

.collection_full.stellen .collection_content.stellen_standort:before {
    content: 'Standort';
    font-weight: var(--fw-bold);
    float: left;
    width: 100%;
}

.collection_full.stellen .collection_content.collection_content.stellen_time:before {
    content: 'Start';
    font-weight: var(--fw-bold);
    float: left;
    width: 100%;
}

.collection_full.stellen .collection_content.collection_content.stellen_time:after {
    content: '';
    background-image: url(/userdata/images/start.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.collection_full.stellen .collection_content.collection_content.stellen_standort:after {
    content: '';
    background-image: url(/userdata/images/standort.svg);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.collection_full.stellen .collection_content.collection_content.stellen_time {
    padding-left: 65px;
    position: relative;
}
.collection_full.stellen .collection_content.collection_content.stellen_standort {
    padding-left: 65px;
    position: relative;
    margin-bottom: 1rem;
}

.collection_full.stellen .collection_list.ansprechpartner {
    justify-content: flex-start;
}

.collection_content.ansprechpartner_pro_stelle {
    padding: 2rem 0;
    float: left;
    width: 100%;
}

.stellen-wrapper {
    padding-block: 3rem;
    float: left;
}

.sitepart_2 {
    max-width: 800px;
    margin: 0 auto;
}




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

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

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    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: var(--font-size-card-text);
    ;
    transform: translateY(-50%);
}

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

.faq_group_container .faq_answer_box {
    display: none;
}

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



.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;
}


/* Global */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}





.textcontent {
    height: 100%;
}

.button-primary a {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: var(--p-button);
    border-radius: var(--br-primary);
}

.customer-button {
    padding: 6px 8px 6px 8px;
    background-color: var(--clr-accent);
    border-radius: var(--br-primary);
    color: var(--clr-primary-white) !important;
    cursor: pointer;
}

.customer-button-3 {
    padding: 6px 8px 6px 8px;
    background-color: var(--clr-accent);
    border-radius: var(--br-primary);
    color: var(--clr-primary-white) !important;
    cursor: pointer;
}
.customer-button-3 a{
   color: #ffffff !important;
}

.hamburger-menu .customer-button-3 {
    padding: var(--p-button);
    background-color: var(--clr-accent);
    border-radius: 0;
    color: var(--clr-primary-white) !important;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 0.5px solid var(--clr-primary-white);
}


.customer-button-2{
    padding: 6px 8px 6px 8px;
    background-color: var(--clr-accent);
    border-radius: var(--br-primary);
    color: var(--clr-primary-white) !important;
    cursor: pointer;
}

.customer-button-2 a{
   color: #ffffff !important;
}

.button-wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
}



.button-outline a {
    background: var(--clr-primary-white);
    color: var(--clr-accent);
    padding: var(--p-button);
    border-radius: var(--br-primary);
    border: 1px solid var(--clr-accent);
}

div#content,
.main-screen {
    padding: 60px 0 !important;
    margin: 0 !important;
    position: relative;
    float: left;
    width: 100%;
}

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

.back_to_overview {
    background: var(--clr-primary-light);
    display: inline-block;
    margin-bottom: 40px;
    display: none;
}

.back_to_overview a {
    padding: 10px 20px;
    display: block;
}

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

}


.pop-up-button {
    cursor: pointer;
}
.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;
}




.faq_nearest_search {
    display: none;
}

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

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




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

#header_3 {
    display: none;
}

#header #header_1 {
    width: auto !important;
    height: 100%;
}

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



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



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

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

.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 {
    object-fit: cover;
    max-width: 100%!important;
    height: 100%!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    color: var(--fc-dark);
    margin: 10px 0;
}

h1 {
    font-size: var(--fs-900);
    line-height: 1.2 !important;
}

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

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

h4 {
    font-size: var(--fs-600);
}

h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}

.collection_content.title-video:after,
h2:after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
}

.video-text-wrap {
    width: 50%;
}

.centered h2:after {
    margin-inline: auto;
}

h3:after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
}

.collection_list h3:after {
    display: none;
}
.collection_full h3:after {
    display: none;
}

.collection_content.loesungs-video {
    width: 50%;
    height: 340px;
}

.loesungen.full_preview .produkt.container:nth-child(2) {
    align-items: center;
}

a {
    color: var(--fc-light);
    text-decoration: none;
    transition: 300ms;
}

a:hover {
    opacity: .8;
    text-decoration: none;
}

.full_preview .collection_full {
    display: block !important;
    width: 100%;
    float: left;
}

.collection_list,
.collection_container {
    position: relative;
}

.fade {
    opacity: 1;
}

@keyframes fadeInUp {
    0% {
      transform: translateY(2%);
    }
    100% {
      transform: translateY(0%);
    }
  }

.modal {
    display: block;
}

.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(--clr-primary-dark);
    background-color: var(--clr-primary-dark);
    color: var(--clr-primary-white);
}

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


.tab {
    overflow: hidden;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: var(--clr-primary-light);
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent,
.tabcontentSection {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.multiFormPage form .header-text-wrapper {
    display: none;
}

.multiFormPage form .collection_content.header-img {
    position: inherit;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.multiFormPage form #slider-wrapper,
.multiFormPage form .collection_list.header .collection_container {
    height: auto;
}

.multiFormPage form .form-group label.classLabel {
    text-align: center;
    font-size: 24px;
}

.multiFormPage form .iconfield .material-icons {
    font-size: 15rem;
}

.multiFormPage form .collection_content.header-img img {
    width: 100%;
    height: 300px !important;
}

.multiFormPage form .iconfield {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    font-size: var(--font-size-card-text);
    ;
    font-weight: 500;
}

.contact-button button {
    color: var(--clr-primary-white);
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 10px;
}

div#submit_button {
    display: flex;
    justify-content: center;
    float: left;
    margin: 10px;
    margin-top: 70px;
}

.input_collection_link_checkbox {
    cursor: pointer !important;
}

.multiFormPage form .owl-nav {
    display: none !important;
}

.img_container.img-option {
    height: 320px;
}

.form-group h2 {
    text-align: center;
    margin-bottom: 1.2rem;
}

.faq_headline {
    margin: 0 0 1rem;
}

input {
    padding: 1rem;
    width: 100%;
    font-size: var(--fs-600);
    border: 1px solid var(--clr-primary-grey);
    border-radius: var(--br-primary);
}

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

.form-group {
    float: left;
    width: 50%;
    padding: 10px;
    position: relative;
}

select {
    padding: 1rem;
    width: 100%;
    font-size: 17px;
    border: 1px solid var(--clr-primary-grey);
    border-radius: 10px;
}

.form-group.form-check {
    width: 100%;
}

input#button {
    padding: var(--p-button);
    background-color: var(--clr-accent);
    border-radius: var(--br-primary);
    color: var(--clr-primary-white) !important;
    cursor: pointer;
    line-height: unset;
}

.contactformular {
    accent-color: var(--clr-accent);
}


/* div#img-tag .textcontent {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 36% 100%);
    background: var(--clr-accent);
    width: 403px;
    padding: 6px 10px;
    color: var(--clr-primary-white);
    position: absolute;
    top: -6px;
    right: 150px;
    height: 30px;
    line-height: 1;
    font-size: 14px;
} */

div#img-tag .textcontent {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--clr-primary-white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 17px 13px 6px 13px;
    position: absolute;
    right: 11%;
    top: -30px;
    text-align: center!important;
    font-size: 15px;
    border: 3px solid var(--clr-accent);
    border-bottom: none;
}

.news.full_preview .youtubecontent iframe {
    width: 100% !important;
    height: 26vw !important;
    border-radius: var(--br-primary);
}

.collection_content.news-video {
    margin: 1rem 0;
}

textarea {
    padding: 1rem;
    width: 100%;
    font-size: 17px;
    border: 1px solid var(--clr-primary-grey);
    border-radius: 5px;
    font-family: inherit;
    resize: vertical;
    height: 270px;
}

.contactformular input {
    width: 100%;
}

.tab {
    display: none;
}

input#input_collection_link_40_value_1 {
    width: auto;
}

input#input_collection_link_40_value_2 {
    width: auto;
}

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

button:hover {
    opacity: 0.8;
}

.contact-button #prevBtn {
    background: var(--clr-primary-dark) !important;
}


.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #04AA6D;
}

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



#header {
    padding: 0;
}

a.level_1_link.loesungen:hover .component.loesungen-nav {
    opacity: 1!important;
}

a.level_1_link.loesungen:hover .component.loesungen-nav .textcontent:first-child {
    color: var(--clr-accent);
}

#header .nav-wrapper-extended-content li.level_1:hover a.level_1_link {
    color: var(--clr-accent);
}
#header .nav-wrapper-extended-content .loesungen-nav p.level_2_title{
    margin-top: unset
}
#header .nav-wrapper-extended-content .loesungen-nav {
    display: flex;
    flex-direction: column;
}
#header .nav-wrapper-extended-content .loesungen-nav li.level_1{
    width: 100%;
}
#header .nav-wrapper-extended-content .loesungen-nav li.level_1 ul.level_2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}
#header .nav-wrapper-extended-content .loesungen-nav li.level_1 li.level_2{
    width: 50%;
}
#header .nav-wrapper-extended-content .loesungen-nav li.level_1 li.level_2 p{
    margin-right: 20px;
}

#header_2 a:hover {
    color: var(--clr-accent);
}

#header #header_1 {
    width: 35%;
}

div#header_2 {
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    /* width: 100%; */
    width: auto;
    justify-content: center;
}

.nav-wrapper-extended:hover {
    display: block;
}

div#header_2 ul.level_1 {
    display: flex;
    gap: 50px;
}

#header div#header_2 li {
    display: inline-block;
}

#header #header_3 {
    /* width: 15%; */
    width: auto;
}

#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
}

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

#header .active_tree {
    font-weight: bold;
}

#header div#header_3 li i {
    font-size: 14px;
}

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

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



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

div#header img {
    width: 250px;
}

.sticky-active {
    position: relative;
}

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

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

.hamburger-menu {
    background: var(--clr-primary-white);
    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-accent);
    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);
}

/* ! Coll New */

.new__main-title {
    width: 100%;
}

.new__main-title .row {
    margin-bottom: 40px;
}


.new__main-title .row:first-child h3 {
    font-size: var(--font-size-h2-title);
    ;
    font-weight: bold !important;
}



.collection_content.tags:empty {
    display: none;
}

.collection_list.collection-new .collection_content.collection-new__date {
    display: flex;
    gap: 5px;
}

.collection_list.collection-new .collection_content.tags:before {
    content: '- ';
}

.home .firmen-wrapper .collection_list.firmen .collection_content.referenzen_pro_firma .collection_list.referenzen {
   padding-inline: 1.5rem;
}

.home .collection_content.referenzen_pro_firma:before {
   margin-inline: 1.5rem;
}
.unsere-referenzen .firmen-wrapper .collection_list.firmen .collection_content.referenzen_pro_firma .collection_list.referenzen {
   padding-inline: 1.5rem;
}

.unsere-referenzen .collection_content.referenzen_pro_firma:before {
   margin-inline: 1.5rem;
}

.home div#area-2 {
    background: var(--clr-primary-white);

}





.text-button a {
    color: var(--clr-accent);
    text-decoration: underline;
}

.text-button {
    text-align: right;
}

.text-button a::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/userdata/images/arrow-up-right.svg);
    margin-left: 6px;
    background-size: contain;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.collection_list.collection-new .collection_container {
    box-shadow: var(--shadow-primary-dark);
    border-radius: var(--br-primary);
    overflow: hidden;
    transition-duration: 200ms;
    padding-bottom: 34px;
}

.collection_list.collection-new .collection_container img {
    transition-duration: 200ms;
}



.collection-new__block {
    display: flex;
    justify-content: space-between;
width: 100%;
}


.full_preview.referenzen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container {

    display: block!important;
}

.full_preview.referenzen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen .collection_container {
    display: block!important;

}
.home .text-button {
    margin-top: 2rem;
}

.collection-new__wrapper {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collection-new__wrapper .collection_container {
    height: 100%;
    background: var(--clr-primary-white);
}

.collection-new__wrapper .collection-new__text {
    display: none;
}

.collection-new__block .collection_list.collection-new {
    width: 25%;
}

.collection-new__wrapper .collection_list.collection-new {
    width: 50%;
}

/* collection-new first-child */
.collection-new__block>.collection_list.collection-new .collection_container {
    padding-bottom: 60px;
    height: 100%;
}
.collection_list.collection-new .collection-new__img img{
    width: 100%;
}
.collection-new__block>.collection_list.collection-new .collection-new__img {
    height: 393px;
}


.collection-new__block .collection_list.collection-new .collection_container {
    padding-bottom: 34px;
}

.collection-new__img {
    overflow: hidden;
}

.collection-new__block>.collection_list.collection-new .collection-new__date {
    margin-top: 30px;
    margin-left: 30px;
}

.collection-new__block>.collection_list.collection-new {
    width: 50%;
}

.collection-new__block>.collection_list.collection-new .collection_container {
    position: relative;
}

.collection-new__block>.collection_list.collection-new .collection_container::after {
    content: "";
    width: 30px;
    height: 16px;
    position: absolute;
    background-image: url("/userdata/images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 36px;
    bottom: 36px;
}

.collection-new__block .collection-new__wrapper .collection_list.collection-new .collection_container::after {
    content: "";
    width: 30px;
    height: 16px;
    position: absolute;
    background-image: url("/userdata/images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 24px;
    bottom: 24px;
}



.collection-new__block>.collection_list.collection-new .collection-new__text {
    margin-left: 30px;
    margin-right: 60px;
}

.collection_list.collection-new .collection-new__img {
    border-bottom: 5px solid var(--clr-accent);
}

.collection_list.collection-new .collection-new__img {
    height: 156px;
}
.home .collection_list.collection-new .col-new-full__text-short {
    margin-left: 30px;
    padding-inline-end: 2rem;
    display: none;
}

.home .collection_list.collection-new:first-child .col-new-full__text-short {
    display: block;
}
.home .collection-new__wrapper .collection_list.collection-new:first-child .col-new-full__text-short {
    display: none;
}
.collection_list.collection-new .collection-new__date {
    color: var(--clr-accent);
    font-size: 17px;
    margin-top: 19px;
    margin-left: 21px;
    margin-right: 60px;
}

.unsere-news h3.collection_content.collection-new__title.title.custom {
    font-size: var(--fs-650);
    margin-inline: 21px;
}

.unsere-news .collection_content.col-new-full__text-short {
    margin-inline: 21px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 10px;
}

.unsere-news .collection_list.collection-new .collection_container {
    min-height: 400px;
}

.unsere-news .collection_list.collection_list.collection-new .collection_container:after {
    content: '';
    background-image: url(/userdata/images/arrow-right.svg);
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.engagement h3.collection_content.collection-new__title.title.custom {
    font-size: var(--fs-650);
    margin-inline: 21px;
}

.engagement .collection_content.col-new-full__text-short {
    margin-inline: 21px;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 10px;
    padding-right: 20px; */
}

.engagement .collection_list.collection-new .collection_container {
    height: 100%;
}

.soziales-engagement.full_preview button#backButton {
    display: none;
}

.engagement .collection_list.collection_list.collection-new .collection_container:after {
    content: '';
    background-image: url(/userdata/images/arrow-right.svg);
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.home .collection_list.collection-new .title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 21px;
    margin-right: 59px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home .collection-new__wrapper .collection_list.collection-new .collection-new__img {
    height: 120px;
}
.collection-new__block>.collection_list.collection-new .title {
    font-size: var(--font-size-card-title) !important;
    margin-bottom: 15px;
    margin-left: 30px;
}
.collection_list.collection-new .collection_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.career-banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: unset;
}






.career-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--clr-accent);
}

.collection_content.career-banner__bg img {
    opacity: .15;
}

.career-banner .collection_link {
    display: none;
}

.career-banner .collection_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin-inline: auto;
}

.collection-career-banner__wrapper {
    max-width: 38%;
}

.career-banner .title {
    font-size: var(--font-size-h2-title);
    color: var(--clr-primary-white);
    font-weight: bold;
}

.career-banner__text {
    font-size: var(--font-size-text);
    color: var(--clr-primary-white);
    margin-top: 15px;
}

.career-banner__link {
    margin-top: 60px;
}

.career-banner__link a {
    background-color: var(--clr-primary-white);
    border-radius: 7px;
    color: var(--clr-accent);
    padding: 7px 20px;
    box-shadow: var(--shadow-primary-white);
}

.ic.home div#area-6 {
    padding: 30px 0px !important;
}

.career-banner__img {
    height: 400px;
}



/* career-banner End */

.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 */



.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;
    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.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);
}

/* 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: 80px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    display: flex;
    /* justify-content: center; */
}

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

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: var(--font-size-card-text);
    ;
    width: auto;
    /* float: left; */
    padding: 0px 20px;

}

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

#footer li.level_1 a {
    margin-bottom: 0;
    display: inline-block;
    color: var(--clr-primary-white);
}

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

div#privacy-policy {
    background: #a1a7b3;
    padding: 15px 0;
    clear: both;
    text-align: right;
    color: var(--clr-primary-white);
}

div#privacy-policy a {
    color: var(--clr-primary-white);
}



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

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

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

.seo .footer-1 {
    border-right: 1px solid #9d9d9c;
    padding-right: 50px;
    padding-left: 0;
}

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

/* 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;
}

#header p {
    margin: 10px 0px;
}

.login-form-container {
    width: 15%;
    float: right;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 340px;
}

.login_form.show {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}


.login_form {
    display: none;
    transition: 0.3s;
    background: #fff;
    z-index: 9999;
    border-bottom-left-radius: var(--br-primary);
    box-shadow: 0px 3px 6px #0000000d;
}

.login-form-container input[type="submit"] {
    background-image: url(/userdata/images/log-in-outline.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    border: none;
    color: #fff;
    cursor: pointer;
    width: auto;
    float: right;
}

.login-form-container .forget {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

div#slider:empty {
    display: none;
}


.center h2:after {
    margin-inline: auto;
}

.text-bild .row {
    align-items: center;
    gap: 7rem;
    flex-wrap: nowrap;
}

.text-bild img {
    border-radius: var(--br-primary);
    height: 370px!important;
    box-shadow: var(--shadow-primary-dark);
}

.collection_list.team {
    width: 100%;
}

.collection_content.team-personen .collection_list.ansprechpartner {
    width: 114px;
    padding-right: 20px;
}

.collection_list.team .collection_container {
    float: left;
}

h3.collection_content.team__title.title.custom {
    width: 70%;
    float: left;
    color: var(--clr-primary-white);
}

.collection_list.team .collection_container {
    background: grey;
    padding: 3rem;
    border-radius: var(--br-primary);
    color: var(--clr-primary-white);
    background-image: url(/userdata/images/team-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

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

.collection_content.team-leiter-img {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.collection_content.team-personen .collection_content.ansprechpartner_img img {
border: 0;
}

.home .slider.container {
    align-items: unset;
}

.collection_content.team-text {
    width: 70%;
    float: left;
}

.collection_content.team-personen {
    width: 70%;
    float: left;
    margin-top: 2rem;
}

.collection_content.team-personen .collection_content.ansprechpartner_img img {
    height: 94px!important;
}

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

.collection_list.historie:after {
    content: '';
    background: var(--clr-accent);
    width: 1000%;
    height: 3px;
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    z-index: -1;
    overflow: hidden;
}

.collection_list.career-opportunity .collection_content.link a {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.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-primary);
    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;
}



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

.collection_content.historie_img img {
    height: 260px!important;
    border-radius: var(--br-primary);
}

.collection_content.historie_s-title {
    font-weight: var(--fw-medium);
    color: var(--clr-accent);
}

h3.collection_content.historie__title.title.custom {
    font-size: var(--fs-650);
    margin: 0 0 5px;
}

.collection_list.historie .collection_container {
    padding-right: 6rem;
}

.collection_content.historie_year {
    font-size: var(--fs-900);
    font-weight: var(--fw-bold);
    opacity: .1;
    padding: 1rem;
}

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

h1.collection_content.collection-header__title.title.custom {
    max-width: 630px;
}

h3.collection_content.ic__title.title.custom {
    font-size: inherit;
    margin: 0;
}

.filter_display {
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
}

.form-group.file {
    width: 100%;
}

a.button_filter.a-filter {
    padding: var(--p-button);
    background-color: var(--clr-accent);
    border-radius: var(--br-primary);
    color: var(--clr-primary-white) !important;
    white-space: nowrap;
}

a.button_filter.o-filter {
    padding: var(--p-button);
    background-color: var(--clr-primary-grey);
    border-radius: var(--br-primary);
    white-space: nowrap;
}

.collection_list.ic .collection_container {
padding-left: 70px;
}

.form-group.textarea {
    width: 100%;
}

.collection_content.ueber-ic-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}




.supportzeiten-headline {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--clr-primary-grey);
    width: 100%;
}

.contact .youtubecontent {
    width: 100%;
}

.contact-title {
    margin-top: 2rem;
}

.contact-info-group {
    padding-inline-end: 4rem;
}

.contact .youtubecontent iframe {
    width: 100% !important;
    height: 19vw !important;
    border-radius: var(--br-primary);
    box-shadow: var(--shadow-primary-dark);
}

.owl-nav {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.collection_list.supportzeiten {
    border-left: 2px solid var(--clr-accent);
    padding: 0px 10px 0px 10px;
    margin-bottom: 2rem;
}

h4.collection_content.supportzeiten__title.title.custom {
    margin-top: 0;
    margin-bottom: 3px;
}

.historie-slider.owl-historie.owl-theme.owl-carousel.owl-loaded.owl-drag {
    float: left;
    width: 150%;
}

.collection_content.benefits-icon {
    width: 60px;
    height: 60px;
    margin-right: 1rem;
    flex-shrink: 0;
}

.collection_content.benefits-icon .svg_container {
    height: 100%;
    width: 100%;
}

.collection_content.benefits-icon img {
    width: 80px!important;
    height: 80px!important;
}

.historie-slider.owl-historie.owl-theme.owl-carousel.owl-loaded.owl-drag .owl-stage {
    padding-left: 0!Important;
    padding-block: 2rem;
}

.historie-content {
    box-shadow: var(--shadow-primary-dark);
    padding: 2rem;
    border-radius: var(--br-primary);
    max-width: 380px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: var(--clr-primary-white);
    right: 0;
}
.collection_content.team-leiter-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

/* Footer */

/* New Lösungen */

#footer .loesungen-nav li.level_1 {
    padding-left: 0px;
}

#footer .loesungen-nav li.level_1 ul.level_2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#footer .loesungen-nav li.level_1 ul.level_2 li.level_2{
    width: 50%;
}


/* New Lösungen End*/
#footer {
    background: #535353;
}

#footer .loesungen-nav .collection_content {
    display: none;
}

#footer .collection_container.Startseite.Highlight {
    color: var(--clr-primary-white);
}

#footer .component.loesungen-nav {
    opacity: 1;
    padding: 0;
    width: 55%;
    border-right: none;
}

#footer .collection_link a.button {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.footer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
}

#footer .row.seo {
    justify-content: space-between;
    margin-bottom: 2rem;
}

#footer .component.component.loesungen-nav .textcontent a {
    margin: 14px 0px;
    text-decoration: underline;
    color: var(--clr-primary-white);
    font-size: 15px;
}

#footer .collection_content.loesungen__title.title.custom {
    color: var(--clr-primary-white);
    margin: 14px 0px;
}

#footer .component.loesungen-nav .textcontent {
    font-size: 20px;
    color: var(--clr-primary-white);
}

.component.footer2 img {
    width: 100% !important;
    height: 100% !important;
}

.footer-1 {
    width: 70% !important;
}

.footer-1 .textcontent {
    color: var(--clr-primary-white);
}

.footer-2 {
    display: none;
}

.footer-3 {
    display: none;
}

.footer-4 {
    width: 30%;
}

.footer-4 .footer4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-4 .footer4 .textcontent:first-child {
    margin-bottom: 20px;
}

.footer-4 .footer4 .textcontent:last-child a {
    /* margin-left: 15px; */
    margin-right: 15px;
}



.footer-sitemap ul.level_1 li.level_1>a {
    font-weight: 700;
}
.footer-sitemap ul.level_2 li.level_2:first-child {
    display: none;
}

.footer-sitemap p {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-sitemap {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div#subfooter {
    background: #535353;
    /* float: left; */
    width: 100%;
    padding: 30px 0px;
}

#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-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(--clr-primary-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 {
    position: fixed;
    bottom: 40px;
    background: var(--clr-primary-light);
    color: var(--fc-dark);
    z-index: 99999999;
    width: 80%;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border: 1px solid var(--clr-accent);
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor: pointer;
    display: inline-block;
    padding: 7px !important;
    border-radius: 5px;
    background: var(--clr-primary-light);
    border: 1px solid var(--clr-accent);
}


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(--clr-primary-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(--clr-primary-light);
    color: #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

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

#cookie-config label {
    font-weight: normal;
    color: var(--fc-dark);
}

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

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

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

.full_preview.partner button#backButton {
    display: none;
}

.ueber-uns .firmen-wrapper .collection_list.firmen .collection_content.referenzen_pro_firma .collection_list.referenzen {
    padding-inline: 1.5rem;
}

.ueber-uns  .collection_content.referenzen_pro_firma.partner:before {
    margin-inline: 1.5rem;
}

.collection_content.referenzen_pro_firma.partner:before {
    content: 'Gemeinsamer Lösungsvertrieb für:';
    margin-inline: 10px;
    font-weight: var(--fw-bold);
}

.danger.infobox {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 1rem;
    border-radius: var(--br-primary);
}

input#required {
    width: auto;
}

.config-child .input {
    width: auto!important;
}

.config-child input {
    width: auto!important;
}

input#tracking {
    width: auto;
}


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

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

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

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

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

/* ! Contact */
.contact-and-arrival div#content {
    background: var(--clr-primary-white);
}

.contact-and-arrival div#content .contact__block-left .row {
    flex-direction: column;
}

.contact-and-arrival div#content .contact__block-left .contact__subtitle {
    color: var(--clr-accent);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-and-arrival div#content .contact__block-left .contact__title {
    font-size: var(--font-size-h2-title);
    ;
    color: var(--fc-primary);
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-and-arrival div#content .contact__block-left h4 {
    font-weight: bold;
    font-size: 16px;
    flood-color: var(--fc-dark);
}

.contact-and-arrival div#content .contact__block-left .contact__adresse,
.contact-and-arrival div#content .contact__block-left .contact__tel,
.contact-and-arrival div#content .contact__block-left .contact__email,
.contact-and-arrival div#content .contact__block-left .contact__hotline {
    font-size: var(--font-size-text);
    ;
    color: var(--fc-light);
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

.contact-and-arrival div#content .contact__block-left .contact__adresse::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/userdata/images/adress.svg");
    position: absolute;
    left: 0px;
    top: 15px;
}

.contact-and-arrival div#content .contact__block-left .contact__tel::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/userdata/images/tel.svg");
    position: absolute;
    left: 0px;
    top: 15px;
}

.contact-and-arrival div#content .contact__block-left .contact__email::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/userdata/images/mail.svg");
    position: absolute;
    left: 0px;
    top: 15px;
}

.contact-and-arrival div#content .contact__block-left .contact__hotline::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("/userdata/images/person.svg");
    position: absolute;
    left: 0px;
    top: 15px;
}

.contact-and-arrival div#content .contact__block-left .contact__work-time {
    border-top: 2px solid #EEEEEE;
    margin-top: 60px;
    padding-top: 60px;
    font-size: 25px;
}

.contact-and-arrival div#content .contact__block-left .contact__day {
    width: 33%;
    margin-bottom: 15px;
    border-left: 2px solid var(--clr-accent);
    padding-left: 15px;
}

.contact-and-arrival div#content .contact__block-left .contact__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contact-and-arrival div#content .contact__block-left .contact__wrapper {
    color: var(--fc-light);
    font-size: var(--font-size-text);
    ;
}

.collection-header__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

h1.collection_content.collection-header__title.title.custom:after {
    content: '';
    width: 150px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
}

.collection_list.collection-header {
    width: 100%;
    padding: 0;
    position: unset;
}
.collection_list.collection-header .collection_container {
    position: unset;
    position: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.collection_content.collection-header__bg:before {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.collection_list.collection-header .collection_container:before {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}

.collection_content.ansprechpartner_img img {
    width: 145px;
    height: 145px!important;
    object-position: top;
    border-radius: 999px;
    border: 1px solid var(--clr-primary-grey);
}

.home .firmen-wrapper {
    padding: 15px;
}

.collection_list.ansprechpartner {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}

.collection_content.ansprechpartner__title.title.custom {
    font-weight: var(--fw-bold);
    font-size: inherit;
}


.collection-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 15px;

}

.collection_content.collection-header__text {
    max-width: 750px;
}

#slider .collection_list.collection-header img {
    object-fit: cover;
    opacity: .8;
}







.contact-and-arrival div#content .contact__block-left .contact__wrapper h3 {
    color: var(--fc-primary);
    font-size: 21px;
}

.contact-and-arrival div#content .contact__block-right .youtubecontent {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    box-shadow: var(--shadow-primary-dark);
    overflow: hidden;
}

.contact-and-arrival div#content .contact__block-right .youtubecontent iframe {
    min-width: 100%;
    width: 100%;
    height: 400px;
}



/* ! Contact Ende */

.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(--clr-primary-white);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.cookie_conflict_youtube a {
    text-decoration: underline;
}


div#subfooter .container {
    display: flex;
    flex-wrap: wrap;
}

.subfooter-1 {
    color: var(--clr-primary-white);
}

.subfooter-1 {
    display: flex;
}

.subfooter__logos {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.subfooter__logos .textcontent {
    margin-left: 80px;
}

div#privacy-policy {
    background: var(--fc-primary) !important;
}

.collection_content.team-personen .collection_list.ansprechpartner .collection_container {
    padding: 0;
    background: none;
}

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

.home #slider-wrapper {
    height: auto;
}
#slider-wrapper {
    position: relative;
    margin-top: 60px;
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 3px solid var(--clr-accent);
    height: 40vh;
    margin-bottom: 5px;
}

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

.home .header-group {
   padding-block-end: 4vw;
}

#header .collection_list.loesungen a.button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#header {
    color: var(--fc-primary);
    background: var(--clr-primary-white);
    box-shadow: 0px 3px 6px #0000000D;
    display: flex;
    align-items: center;
    height: 100%;
}

div#header-mobile li {
    list-style: none;
}

.level_2_container_wrapper {
    display: flex;
    justify-content: space-between;
}



#header a {
    color: var(--fc-primary);
}

#header .active_tree {
    font-weight: 600;
    color: var(--clr-accent);
}

div#header_2:hover .nav-wrapper-extended {
    display: flex;
    color: #000;
}

.level_2 {
    display: flex;
    flex-direction: column;
}

.nav-wrapper-extended {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0px 3px 6px #0000000d;
    background-color: var(--clr-primary-white);
    top: 60px;
    z-index: -1;
    background-image: url(/userdata/images/nav-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    border-top: 1px solid var(--clr-primary-light);
}

.nav-wrapper-extended ul li {
    list-style-type: none;
}

.nav-wrapper-extended-content {
    display: flex;
    justify-content: space-between;
    transition: 200ms;
}


.component.loesungen-nav {
    width: 35%;
    border-right: 2px solid var(--clr-primary-light);
    padding-block-start: 4rem;
    padding-block-end: 3rem;
    opacity: 1;
    transition: 200ms;
    padding-inline-end: 3rem;
    position: relative;
}
/* #header .component.loesungen-nav {
    background-color: var(--clr-primary-white);
    background-image: url(/userdata/images/bc-nav.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
} */
.nav-wrapper-extended-content .component.extended-nav-wrapper {
    width: 20%;
    padding-block-start: 4rem;
    padding-block-end: 3rem;
}

.component.loesungen-nav:hover .textcontent:first-child {
    color: var(--clr-accent);
}



.collection_content.side-nav {
    float: left;
}

.collection_content.side-nav_teaser {
    float: left;
    width: 100%;
    opacity: .7;
}

#header .nav-wrapper-extended-content ul.level_1 {
    width: 27%;
    display: flex;
    gap: 40px;
    padding-block-start: 4rem!important;
    transition: 200ms;
    padding-block-end: 3rem!important;
    justify-content: flex-start;
}

.collection_content.side-nav_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.component.loesungen-nav:hover a.level_1_link.loesungen {
    color: var(--clr-accent);
}

.component.component.loesungen-nav .textcontent a {
    margin: 14px 0px;
    text-decoration: underline;

}


#header .nav-wrapper-extended-content li.level_1:hover {
    opacity: 1;
}

.collection_content.referenzen_pro_firma.partner .collection_content {
    display: none;
}

.collection_content.referenzen_pro_firma.partner .collection_content.navigation_text {
    display: block;
    font-weight: 600;
}
.collection_content.referenzen_pro_firma.partner .collection_list.loesungen .collection_container {
    width: 100%;
    padding: 0.8rem;
    box-shadow: none!important;
    background-color: var(--clr-primary-grey)!important;
}
.collection_content.referenzen_pro_firma.partner .collection_list.loesungen {
    padding-inline: 1.5rem;
    padding-block: 7px;
}

.firmen-wrapper.slider .collection_list.firmen .collection_container {
    box-shadow: none;
}

.loesungen .owl-carousel .owl-item img {
    border-radius: 15px;
    border: 4px solid var(--clr-primary-dark)!important;
    box-shadow: none!Important;
    padding: 0!Important;
    aspect-ratio: 2/1;
}

.loesungen .owl-carousel .owl-item {
    scale: .95;
}

.loesungen .owl-carousel .owl-item.center {
    scale: 1;
}
.collection_content.loesungen_bildergalerie {
    position: relative;
}

.owl-item a:hover {
    opacity: 1;
}

.collection_content.loesungen_bildergalerie:before {
    content: 'Bildergalerie';
    font-size: var(--font-size-h2-title);
    font-weight: var(--fw-bold);
    text-align: center;
    width: 100%;
    float: left;
    margin: 1rem 0 1rem 0;
}

.collection_content.loesungen_bildergalerie:after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: absolute;
    display: block;
    margin-block: 1rem;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-nav {
    display: flex!important;
    justify-content: center;
    align-items: center;
}



.collection_content.referenzen_pro_firma.partner .collection_list.loesungen .collection_container:after {
    content: '';
    background-image: url(/userdata/images/chevron-sort-down.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 15px;
    width: 15px;
    transform: translateY(-50%);
}


#header .collection_list.loesungen .collection_content {
    display: none;
}

.component.loesungen-nav:hover .textcontent:first-child {
    color: var(--clr-accent);
}
#header .component.beratung-navigation:hover .textcontent:first-child a {
    color: var(--clr-accent);
}


#header .collection_list.loesungen .collection_content.navigation_text {
    display: block;
    margin: 11px 0px;
    z-index: 2;
    position: relative;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#header .component.loesungen-nav:after {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.collection_list.loesungen .collection_container:hover {
    top: -1px;
}

.component.loesungen-nav .textcontent {
    height: auto;
    z-index: 1;
    position: relative;
}



.nav-wrapper-extended-content a.level_1_link {
    font-weight: var(--fw-bold);
} 

.component.loesungen-nav .collection_list.loesungen {
    width: 50%;
    padding: 0;
    float: left;
    padding-right: 10px;
}

.component.loesungen-nav .textcontent a {
    float: right;
    width: 50%;
}


div#header_2:hover .nav-wrapper-extended {
    display: block;
}





#header {
    display: flex;
    justify-content: flex-end; 
}

#header_3 {
    display: flex;
    flex-direction: row;
    gap: 10px;
}


ul.level_2 {
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0;
}

.collection_list.side-nav {
    width: 100%;
    float: left;
}

.level_2_container_wrapper li.level_2 {
    padding: 0!important;
}



.level_2_container:hover li.level_2:first-child a {
    color: var(--clr-accent);
}

.level_2 a {
    display: flex;
    justify-content: start;
}





.home div#slider .row {
    position: relative;
}

/* #header .collection_list.loesungen .collection_content.loesung_header_img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 300ms;
}

#header .collection_list.loesungen .collection_container {
    transition: 300ms;

} */

/* #header .component.loesungen-nav:after {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
} */
/* #header .component.loesungen-nav:before {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
} */

#header .collection_list.loesungen .collection_container .collection_content.loesung_header_img img {
    object-position: right;
    opacity: 1;
}

#header .collection_list.loesungen .collection_content.loesung_header_img:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffffb8;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#header .collection_list.loesungen {
    position: unset;
    z-index: 1;
}
#header .collection_list.loesungen .collection_container {
    position: unset;
    z-index: 1;
}

#header .collection_link {
    position: relative;
    height: 49px;
    margin-top: -52px;
    z-index: 3;
}

.collection-header__block-left {
    max-width: 50%;
}



.collection_content.side-nav__title.title.custom {
    font-weight: var(--fw-bold);
    width: 90%;
    float: right;
    font-size: inherit;
    margin: 0;
}

.slider.container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
div#img-tag {
    padding: 0!Important;
}

div#slider {
    height: 100%;
}

div#img-tag .container {
    width: 82%;
}

.header-textcontent {
    margin-bottom: 3rem;
}

.header-title {
    padding-block-start: 4vw;
}

.button-primary {
    margin-right: 1rem;
}



.header-video .textcontent:before {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.header-video .textcontent:after {
    content: '';
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

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

.header-group {
    flex: 1 1 40%;
}

.header-title h1:after {
    content: '';
    width: 138px;
    height: 6px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 2rem;
}

.header-bg-media {
    flex: 1 1 60%;
    display: flex;
}

#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;
}

#slider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: bottom;
}





.header-group .textcontent {
    height: unset;
}

.header-title h1 {
    font-weight: var(--fw-bold) !important;
    font-size: var(--font-size-h1-title) !important;
    margin: 0;
}



.header-video {
    position: absolute;
    top: 0;
    right: -10%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-video .textcontent {
    height: 100%;
}

/* Später in Navigation schauen */

.component.logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Später in Navigation schauen */









.collection_content.team-personen .collection_list.ansprechpartner .collection_content {
    display: none;
}

.collection_content.team-personen .collection_list.ansprechpartner .collection_content.ansprechpartner_img {
    display: block;
}

.hide {
    display: none;
}


.area {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

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

/* Newsletter */

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

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

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

.collection_full.newsletter > .collection_container {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    height: 75vh;
    max-width: 95%;
    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;
    color: #fff;
    font-weight: 600;
}

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

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


.newsletter.full_preview #header a.link_to_website {
    color: #fff;
    white-space: nowrap;
    background: #ffffff36;
    padding: 10px 20px;
    border-radius: var(--br-primary);
}
.newsletter.full_preview #header .container {
    width: 95%;
}

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

.newsletter.full_preview .component.logo {
    display: none;
}

.collection_full.newsletter .collection_content.newsletter_titel {
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
    line-height: 1.2;
}

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

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

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

.newsletter div#privacy-policy {
    max-width: 95%;
    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;
}

.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 .collection_content.referenz_pro_newsletter .collection_container:after {
    width: 100%;
    height: 3px;
    margin-block: 0;
    content: 'Mehr lesen';
    background: no-repeat;
    font-size: 13px;
    font-weight: 500;
    color: var(--clr-accent);
    position: absolute;
    left: 107px;
    bottom: 35px;
}

.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 aktuellen Themen:';
    font-size: 25px;
    font-weight: var(--fw-bold);
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.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;
}

.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_list.ansprechpartner {
    justify-content: flex-start;
}

.collection_full.newsletter h3.collection_content.referenzen__title.title.custom {
    display: none;
}

/* .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;
}

.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: flex;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

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

.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: var(--fs-650);
    margin-inline: 21px;
    font-weight: var(--fw-bold);
}

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

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

/* Newsletter Ende */

/* kundenupdate */

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

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

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

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

.kundenupdate.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;
    color: #fff;
    font-weight: 600;
}

.kundenupdate.full_preview .component.customer-button {
    display: none;
}
/* .kundenupdate.full_preview .component.customer-button-3{
    display: none;
} */

.kundenupdate.full_preview #header a.link_to_website {
    color: #fff;
    white-space: nowrap;
    background: #ffffff36;
    padding: 10px 20px;
    border-radius: var(--br-primary);
}
.kundenupdate.full_preview #header .container {
    width: 95%;
}
.kundenupdate.full_preview #header #header_3 {
    width: unset!important;
}

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

.kundenupdate.full_preview .component.logo {
    display: none;
}

.kundenupdate.full_preview .customer-button-3 {
    padding: 10px 8px 6px 8px;
        background: #ffffff36;

}


.collection_full.newsletter .collection_content.newsletter_titel {
    font-size: var(--fs-700);
    font-weight: var(--fw-bold);
    line-height: 1.2;
}

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

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

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

.kundenupdate div#privacy-policy {
    max-width: 95%;
    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;
}

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

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

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

.kundenupdate.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;
}

.kundenupdate.full_preview .collection_content.referenz_pro_newsletter .collection_container:after {
    width: 100%;
    height: 3px;
    margin-block: 0;
    content: 'Mehr lesen';
    background: no-repeat;
    font-size: 13px;
    font-weight: 500;
    color: var(--clr-accent);
    position: absolute;
    left: 107px;
    bottom: 35px;
}

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

.kundenupdate_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;
}

.kundenupdate_content_right:before {
    content: 'Unsere aktuellen Themen:';
    font-size: 25px;
    font-weight: var(--fw-bold);
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

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

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

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

.kundenupdate_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;
}

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

.kundenupdate .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;
}

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

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

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

.kundenupdate .collection_full.newsletter h3.collection_content.referenzen__title.title.custom {
    display: none;
}


.kundenupdate .collection_full.newsletter .collection_content.ansprechpartner_mail,
.kundenupdate .collection_full.newsletter .collection_content.ansprechpartner_num {
    display: none;
}

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

.kundenupdate .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;
}

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

.kundenupdate.collection_full.newsletter h3.collection_content.collection-new__title.title.custom {
    margin-inline: 21px;
    font-size: 20px;
}
 .kundenupdate.collection_full.newsletter .collection_content.col-new-full__text-short {
    font-size: 16px;
    margin-inline: 21px;

}

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

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

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

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

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

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

.kundenupdate .collection_content.news_pro_newsletter {
    display: flex;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

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

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


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

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

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

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

.kundenupdate .collection_list.newsletter .collection_content.newsletter_titel {
    font-size: var(--fs-650);
    margin-inline: 21px;
    font-weight: var(--fw-bold);
}

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

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

/* kundenupdate Ende */

/* Webinar Anfang */

.container.webinar-video-wrap {
    display: block ! important;
}

.collection_content.col-webinar-full__text-l::before {
    content: 'Agenda';
    font-size: var(--fs-secondary-heading);
    font-weight: 700;
    border-bottom: 4px solid var(--clr-accent);
    padding-bottom: 10px;
}

.collection_content.col-webinar-full__text-l .textcontent {
    padding-top: 30px;
    /* width: 50%; */
}

.collection_content.col-webinar-full__text-l {
    width: 49%;
}

.webinar-infos-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.webinar-links-all {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    padding-top: 30px;
    gap: 10px;
}

.webinar-link a {
    color: #ffffff;    
    padding: 8px 15px;
    background: var(--clr-accent);
    border-radius: var(--br-primary);
    display: block;
}

.webinar-links-wrap {
    width: 49%;
}

.webinar-links-wrap::before {
    content: 'Jetzt kostenfrei anmelden';
    font-size: var(--fs-secondary-heading);
    font-weight: 700;
    border-bottom: 4px solid var(--clr-accent);
    padding-bottom: 10px;
}

@media (max-width: 992px) {

    .webinar-links-all {
        display: block;
    }
    .webinar-link {
    margin-bottom: 1rem;
    }
}

@media (max-width: 769px) {

    .webinar-infos-wrap {
    display: block;
    }
    .collection_content.col-webinar-full__text-l {
    width: 100%;
    }
    .webinar-links-wrap {
    width: 100%;
    margin-top: 3rem;
    }
}

/* Webinar Ende */

@media (min-width: 768px) {

    .new__main-title .col-sm-12 {
        width: 50%;
    }
    .container {
        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 {
        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;
    }

    /* .col-lg-6 {
            width: 100%;
        } */
    .container {
        width: 1170px;
    }
    

}

@media (min-width: 1500px) {

    #header .container {
        width: 90%;
    }

    .container {
        width: 1330px;
    }
}


@media (max-width: 1500px) {


    :root {
        --font-size-h1-title: 2.2rem;
        --fs-900: 2.2rem;
    }



    h1.collection_content.collection-header__title.title.custom:after {
        width: 120px;
        height: 3px;
        margin-block: 8px;
    }

    .header-group {
        margin-bottom: 2rem;
    }

    div#header_menu > .container {
        width: 100%;
    }

    .career-banner {
        width: 1140px;
    }

    .collection-header {
        max-width: 1170px;
    }

    .collection-header__text {
        max-width: 70%;
    }

    .collection-header {
        max-width: 1170px;
    }

    .collection-header__text {
        max-width: 70%;
    }

    .collection-header {
        max-width: 1170px;
    }

    .collection-header__text {
        max-width: 70%;
    }

    .subfooter__logos .textcontent {
        margin-left: 30px;
    }

    .footer-1 {
        width: 60%;
    }

    .footer-4 {
        width: 30%;
    }

    .collection_full.firmen .firmen__title.title.custom {
        padding-block-start: 11rem;

    }

}

@media (max-width: 1250px) {

    .collection_full.newsletter .collection_list.collection-new {
        flex: 1 1 50%;
    }

    .collection_full.newsletter > .collection_container {
        gap: 1rem;
    }

    .newsletter_content_left {
        padding: 2rem 1rem;
    }

    .kundenupdate .collection_full.newsletter .collection_list.collection-new {
        flex: 1 1 50%;
    }

    .kundenupdate .collection_full.newsletter > .collection_container {
        gap: 1rem;
    }

    .kundenupdate .newsletter_content_left {
        padding: 2rem 1rem 5rem 1rem;
    }

    :root {
        --font-size-h1-title: 2rem;
    }

    .newsletter.full_preview .collection_content.referenz_title {
        font-size: 17px;
        -webkit-line-clamp: 3;
    }

    .kundenupdate.full_preview .collection_content.referenz_title {
        font-size: 17px;
        -webkit-line-clamp: 3;
    }

    .contact .youtubecontent iframe {
        height: 40vw !important;
    }

    .home #slider-wrapper {
        height: auto;
    }
    .collection-header__block-left {
        max-width: 100%;
    }

    .header-title h1:after {
        content: '';
        width: 100px;
        height: 4px;
        border-radius: 999px;
        background: var(--clr-accent);
        position: relative;
        display: block;
        margin-block: 1rem;
    }

    .component.extended-nav-wrapper {
        display: none;
    }

    #header:hover .nav-wrapper-extended {
        display: none;
    }
    div#header,
    #header .container {
        height: 100%;
        width: 100%;
    }

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

    #header #header_2,
    #header #header_3 {
        display: none;
    }

    div#toggle_navigation {
        display: block !important;
    }

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

    #cookie-bar>p {
        line-height: 20px;
    }

    .collection-new__block>.collection-new {
        width: 100%;
    }

    .collection-new__wrapper {
        width: 100%;
    }

    .collection-new__wrapper .collection-new {
        width: 50%;
    }

    .collection-new__block {
        flex-wrap: wrap;
    }

    .career-banner {
        width: 940px;
    }

    .career-banner__img {
        height: 300px;
    }

    .contact-and-arrival div#content .contact__block-right .youtubecontent {
        margin-top: 100px;
    }

    .collection-header {
        max-width: 970px;
    }



    .events-and-training .coll-event__block .coll-events .coll-event__block-tags .coll-event__price {
        font-size: 13px;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-tags .coll-event__place {
        font-size: 13px;
    }

    .collection-header {
        max-width: 970px;
    }

    .collection-header__text {
        width: 100%;
        max-width: 100%;
    }


    .subfooter__logos .textcontent {
        margin-left: 30px;
    }

    .subfooter__logos .textcontent a {
        width: 160px;
        display: block;
    }

    .subfooter__logos .textcontent img {
        width: unset !important;
        height: unset !important;
        width: 100% !important;
    }
    .footer-4 .footer4 .textcontent:last-child a {
        /* margin-left: 15px; */
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {

    .collection_full.collection-new .owl-item img {
        height: 430px!important;
    }

    .filter_display {
        overflow-x: scroll;
        padding: 5px;
    }

    .collection_list {
        padding: 10px 5px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .filter_display::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .filter_display {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
    .header-video {
        top: 0;
    left: 0;
    }

    div#img-tag .textcontent {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .collection_content.projektverlauf {
        height: 110px;
    }

    .collection_list.projektverlauf {
        flex: 1 1 40%;
        display: flex;
    }

    .collection_content.vergleiche-in-beratung .collection_list.projektverlauf {
        width: 100%;
    }
    

    .collection_content.projektverlauf__title.title.custom {
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        top: 40px;
        text-align: center;
        width: 100%;
    }

    .collection_content.vergleiche {
        padding: 1rem!important;

    }

    .collection_content.vergleiche.container.collection_content_opened .collection_content.vergleiche-in-beratung {
        flex-wrap: wrap;
    }

    .loesungen__header .container {
        width: 100%;
    }

    h3.collection_content.lizenzkosten__title.title.custom {
        text-align: center;
    }

    .button-outline a {
        background: none;

    }


    .header-group .row {
        justify-content: center;
        text-align: center;
    }

    .header-video video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        opacity: .2;
    }

    .home div#slider .row {
        position: unset;
    }

    .header-bg-media {
        flex: 1 1 100%;
        display: flex;
        padding-block-start: 2rem;
    }

    .header-title h1:after {
        margin-inline: auto;
    }

    #slider-wrapper {
        height: auto;
    }
    .karriere .block-left div {
        margin-bottom: 30px;
    }
    .karriere .block-right .textcontent{
        text-align: left;
    }

    .home .text-button {
        margin-top: -4rem;
        margin-bottom: 2rem;
    }

    .collection-new__block>.collection_list.collection-new {
        width: 100%;
    }

    .collection_list.collection-header {
        padding: 30px 0;
    }

}

@media (max-width: 1199px ) {
    .karriere .gallery-title .block-left .textcontent a {
        margin-top: 25px;
        position: unset;
        
    }

    .docs {
        flex-direction: column;
    }

    .dokumentation .filter_display {
        width: 100%;
        float: left;
        flex-direction: row;
        align-items: baseline;
        position: unset;
        top: unset;
    }

    .collection_content.doc_beschreibung {
       padding: 1rem;
    }

    .collection_list.dokumentation {
        width: 100%;
        padding: 15px 5px;
    }

    .home .header-group {
        padding-block-end: 0;
    }

    h1.collection_content.stellen__title.title.custom {
        max-width: 100%;
    }

    .collection_content.stellen_firma_teaser {
        max-width: 100%;
    }

    .kachelansicht .collection_list.loesungen {
        width: 50%;
    }

    .kachelansicht h3.collection_content.loesungen__title.title.custom {
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .career-opportunity .img {
        border-bottom: 4px solid var(--clr-accent);
        height: 120px;
    }
    .career-opportunity .collection_container {
        min-height: auto;
    }

    .referenz_gallery .owl-carousel .owl-item img {
        height: 310px!Important;
    }
}

@media (max-width: 992px) {

    :root {
        --fs-700: 1.5rem;
    }

    .newsletter_content_left,
    .newsletter_content_right {
        flex: 1 1 100%;
        height: auto;
        overflow: visible;
    }

    .newsletter_content_right {
        padding: 2rem 1rem;
    }

    .collection_full.newsletter > .collection_container {
        flex-wrap: wrap;
    }

    .collection_full.newsletter > .collection_container {
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .newsletter_content_right {
        flex: 1 1 100%;
    }

     .kundenupdate_content_left,
     .kundenupdate_content_right {
        flex: 1 1 100%;
        height: auto;
        overflow: visible;
    }

    .kundenupdate_content_right {
        padding: 2rem 1rem;
    }

    .kundenupdate .collection_full.newsletter > .collection_container {
        flex-wrap: wrap;
    }

    .kundenupdate .collection_full.newsletter > .collection_container {
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .kundenupdate_content_right {
        flex: 1 1 100%;
    }

    .collection_list.collection-new.event .collection_container {
        flex-direction: column-reverse;
        align-items: inherit;
    }

    .collection_content.referenz-header {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .event-content {
        padding-inline-start: 2rem;
        max-width: 100%;
        padding-inline-end: 2rem;
        padding: 1.5rem;
    }


    .collection_content.col-new-full__text-short {
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .collection_content.events-bilder img {
        height: 150px!Important;
    }

    h3.collection_content.collection-new.event__title.title.custom {
        margin: 0;
    }

    .referenz_gallery .owl-carousel .owl-item img {
        height: 360px!Important;
    }

    .collection_full.referenzen {
        margin-block-start: 1rem;
    }

    .collection_content.referenz_text {
        column-count: 1;
    }

    .collection_content.team-text {
        width: 90%;
    }

    .video-gallery {
        padding-block: 0rem;
    }

    .video-gallery:after {
        top: 50px;
    }

    .collection_list.stellen {
        width: 50%;
    }

    .youtubecontent iframe {
        height: 40vw !important;
    }

    /* .loesungen .youtubecontent iframe {
        height: 50vw !important;
    } */

    .lizenz_text {
        padding-inline-end: 0;
    }

    .text-bild .row {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .text-bild img {
        height: auto!Important;
    }

    div#submit_button {
        margin: 0;
        width: 100%;
        padding: 10px;
    }

    .collection_content.loesung_ansprechpartner.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
        display: none;
    }

    .collection_content.ansprache.container .collection_content.loesung_ansprechpartner.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
        display: block;
    }

    .collection_list.anwendungsfall {
        width: 100%;
    }


    .collection_list.ic {
        width: 50%;
    }



    .collection_content.cost_header {
        height: 145px;
    }

    .collection-new__block>.collection_list.collection-new {
        width: 100%;
    }


    .collection-new__wrapper .collection_list.collection-new {
        width: 100%;
    }

    .home .collection_list.collection-new:first-child .col-new-full__text-short {
        display: none;
    }

    .collection-new__block>.collection_list.collection-new .collection-new__date {
        margin-top: 15px;
        margin-left: 15px;
    }

    .collection-new__block>.collection_list.collection-new .title {
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .home .collection_list.collection-new .col-new-full__text-short {
        margin-left: 15px;
        padding-inline-end: 2rem;
    }

    .collection-new__block>.collection_list.collection-new .collection-new__img {
        height: 163px;
    }

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

    div#cookiewarnung {
        width: 90%;
    }

    #header #header_1 {
        width: 50%;
    }

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

    .new__main-title .col-md-12 {
        width: 50%;
    }


    .career-banner {
        width: 100%;
        padding: 0px 20px;
    }

    .career-banner .collection_container {
        flex-direction: column;
        /* align-items: start; */
    }

    .collection-career-banner__wrapper {
        max-width: 80%;
    }

    .career-banner__img {
        margin-top: 40px;
        height: 100%;
        width: 80%;
    }

    .collection-header {
        max-width: 750px;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-text {
        padding-bottom: 70px;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-tags {
        right: 30px;
        bottom: 20px;
        top: unset;
    }


    .subfooter__logos {
        justify-content: space-evenly;
        margin-top: 30px;
    }

    .footer-1 {
        width: 100% !important;
    }

    .footer-4 {
        width: 100%;
        margin-top: 30px;
    }

    .footer-4 .footer4 {
        align-items: normal;
    }

    .subfooter__logos .textcontent {
        margin-left: 0px;
    }

    .footer-sitemap ul {
        justify-content: start;
        padding-bottom: 20px;
    }
    #footer .footer-1, #footer .footer-2, #footer .footer-3, #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }
    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }
    .news .collection_list {
        width: 50%;
    }
    .karriere .block-right__img .textcontent {
        height: 50vw !important;
    }

    .firmen-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-sitemap {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    #footer .component.beratung-navigation {
        width: 100%;
        margin-block: 1rem;
        border-top: 1px solid var(--card-bg);
        border-bottom: 1px solid var(--card-bg);
        padding-block: 1rem;
    }

    .component.rechtliches {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .component.subfooter__text {
        text-align: center;
    }

    #footer .component.beratung-navigation .collection_list.loesungen {
        width: 50%;
        padding: 0;
        padding-right: 20px;
    }

    #footer .component.loesungen-nav .collection_list.loesungen {
        padding-right: 20px;
    }

    .footer-sitemap li.level_1 {
        width: 50%;
        padding: 0;
    }
    .footer-sitemap .loesungen-nav li.level_1 {
        width: 100%;
        padding: 0;
    }

    .collection_full .collection_content.loesung_teaser_img,
    .loesung_highlight_img {
        height: 114px!important;
    }

    .karriere .benefits__wrapper .collection_list{
        width: 50%;
    }
    .career-opportunity.collection_list {
        width: 50%;
    }

    .collection_content.loseung_funktionen {
        display: block;
    }

    .collection_list.funktionen {
        width: 50%;
        padding: 5px;
    }

    .funktionen-wrapper {
        flex-wrap: wrap;
    }

    .collection_content.referenz-info {
        width: 100%;
        flex-shrink: 0;
    }


    body.referenzen.full_preview {
    & .collection_full.referenzen {
        .collection_list.loesungen-new {
            align-content: center;
            width: 100% !important;
        }
    }
}




}


@media (max-width: 768px) {

    :root {
        --fs-700: 1.5rem;
        --fs-600: 15px;
        --fs-650: 1.2rem;
        --fs-900: 1.6rem;

    }

    .collection_full.collection-new .content-wrapper {
        display: block;
    }

    .collection_full.newsletter .collection_content.referenz_teaser_img img {
        height: 140px!Important;
        width: 70px;
    }

    .newsletter_intro {
        flex-wrap: wrap;
    }

    .collection_list.stellen {
        width: 100%;
    }

    .collection_full.funktionen .collection_content.funktionen_beschreibung {
        width: 100%;
        float: left;
        clear: both;
        padding-inline-end: 0;
    }
    .collection_content.events-bilder {
        flex-shrink: 0;
    }

    .collection_full.collection-new .owl-item img {
        height: 330px!important;
    }

    .collection_full.collection-new .content-wrapper {
        padding-block: 2rem;
    }

    .collection_full.collection-new .news-side-content {
        width: 100%;
        float: left;
        position: relative;
        top: unset;
        padding-inline-start: 0;
        border-left: none;
        padding-block: 1rem;
    }

    .collection_full.collection-new .news-content {
        width: 100%;
        padding-inline-end: 0;
    }
    

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

    .full_preview.referenzen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_title {
        padding-left: 0;
    }

    .full_preview.referenzen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_auflistung {
        padding-inline-start: 0;
    }

    .collection_content.firmen-hintergrund {
        height: 230px;
    }

    .referenz_gallery .owl-carousel .owl-item img {
        height: 310px!Important;
    }

    .collection_full.firmen .firmen__title.title.custom {
        padding-block-start: 5rem;
    }

    .collection_full.firmen .collection_content.firmen_logo {
        padding-block-start: 2rem;
        padding-block-end: 1rem;
    }

    .full_preview.firmen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen .collection_container {
        display: flex;
        flex-direction: column;
    }

    .full_preview.firmen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_title {
        padding-left: 0;
    }

    .full_preview.firmen .referenz-full-view-preview .collection_link:after {
        text-decoration: none;
        width: 100%;
        display: block;
        text-align: center;
        background: var(--clr-accent);
        color: var(--clr-primary-white);
        border-radius: var(--br-primary);
        padding: 9px 0px;
    }

    .full_preview.referenzen .referenz-full-view-preview .collection_link:after {
        content: 'Mehr lesen';
        text-decoration: none;
        width: 100%;
        display: block;
        text-align: center;
        background: var(--clr-accent);
        color: var(--clr-primary-white);
        border-radius: var(--br-primary);
        padding: 9px 0px;
    }

    .full_preview.firmen .collection_content.referenzen_pro_firma.container.referenz-full-view-preview .collection_list.referenzen:nth-child(odd) .collection_container .collection_content.referenz_auflistung {
        padding-inline-start: 0rem;
    }

    .collection_full.firmen .collection_content.firmen_logo img {
        padding: 1rem;
    }

    .video-gallery:after {
        top: 43px;
    }

    .collection_content.firmen-bild {
        width: 100%;
        padding-block: 1rem;
    }

    .collection_full.firmen .collection_content.firmen-info {
        width: 100%;
    }

    .stellen-header-content {
        height: auto;
    }

    .collection_full.stellen .collection_content.stellen_img {
        height: 100%;
    }

    .collection_full.stellen .collection_container .collection_content.tags {
        padding-block-start: 2rem;
    }

    .collection_content.stellen_firma_teaser {
        padding-block-end: 2rem;
    }

    .collection_full.stellen .stellen-content {
        width: 100%;
        padding-inline-end: 0;
    }

    .collection_full.stellen .stellen-wrapper {
        padding-block-end: 0;
    }

    .collection_full.stellen .collection_list.ansprechpartner {
        justify-content: center;
        text-align: center;
    }

    .stellen .youtubecontent iframe {
        height: 57vw !important;

    }

    .collection_full.stellen .stellen-side-content {
        width: 100%;
        float: left;
        position: relative;
        top: unset;
        padding-inline-start: 0;
        border-left: none;
    }

    .karriere .filter_display {
        width: 100%;
        justify-content: flex-start;
    }



    .collection_list.team .collection_container {
        padding: 1rem;
    }

    div#img-tag .textcontent {
        width: 320px;
    }

    .collection_list.projektverlauf {
        flex: 1 1 60%;
    }

    .collection_list.lizenzkosten .collection_container {
        min-height: auto;
    }

    .collection_content.loesung_funktionen_img {
        height: auto;
    }

    .collection_content.cost_beschreibung {
        padding-block-end: 3rem;
    }

    .collection_list.lizenzkosten {
        flex: 1 1 100%;
    }

    .collection_full.loesungen h1.collection_content.loesungen__title.title.custom {
        max-width: 100%;
        padding-block-start: 1rem;

    }

    .collection_full .collection_content.loesung_teaser_img, .collection_content.loesung_highlight_img {
        height: 350px!important;
        justify-content: flex-start!important;
    }

    .produkt,
    .highlight {
        flex-wrap: wrap;
    }

    .produkt.collection_content_opened .collection_content.produkt_textcontent, .highlight.collection_content_opened .highlight_text_group {
        flex: 1 1 100%;
    }

    .ansprache {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .collection_content.ansprache.container .collection_list.ansprechpartner {
        justify-content: center;
    }

    .collection_full .collection_content.loesung_header_img img {
        object-position: 80% 0px;
        opacity: .5;
    }

    .collection_content.loesungen__header {
        height: auto;
    }

    .collection_full .collection_content.loesung_teaser {
        padding-block-end: 2rem;
    }

    .kachelansicht.listenansicht .listeninfo {
        padding-right: 20px;
    }

    .kachelansicht.listenansicht .collection_list .collection_container {
        gap: 1rem!important;
    }

    .kachelansicht.listenansicht .collection_content.loesung_header_img img {
        height: 110px!Important;
        object-position: -270px 0px;
        max-width: 100px!important;
    }
    .kachelansicht.listenansicht .collection_content.weiterleitung_img img {
        height: 110px!Important;

        max-width: 100px!important;
    }

    .kachelansicht .collection_list .collection_container {
        min-height: 330px;

    }

    .karriere .benefits__wrapper .collection_list {
        width: 100%;
        margin-bottom: 0;
    }
    .gallery-grid .row {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(8, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        height: calc(700px + 300 * (100vw - 320px) / 1600);
    }
    .div1-gal { grid-area: 1 / 1 / 3 / 6; }
    .div2-gal { grid-area: 1 / 6 / 3 / 11; }
    .div3-gal { grid-area: 3 / 1 / 5 / 6; }
    .div4-gal { grid-area: 5 / 6 / 7 / 11; }
    .div5-gal { grid-area: 3 / 6 / 5 / 11; }
    .div6-gal { grid-area: 5 / 1 / 7 / 6; }
    .div7-gal { grid-area: 7 / 1 / 9 / 11; }

    .kachelansicht .collection_list.loesungen {
        width: 100%;
    }

    .collection_content.collection-header__text {
        font-size: 13px;
    }

    .firmen_logo_wrapper {
        height: 145px;
    }

    h2:after {
        width: 70px;
        height: 3px;
        margin-block: 10px;
    }

    .text-button a {
        font-size: 13px;
    }

    .home .text-button {
        margin-top: -3rem;
        margin-bottom: 2rem;
    }

    #cookie-bar {
        text-align: center;
    }

    .career-banner__link {
        margin-top: 30px;
    }

    .hamburger-menu li.level_1 a {
        padding-left: 10px;
    }

    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .hamburger-menu {
    height: 100vh;
    overflow-y: scroll;
}

    #cookie-bar>p {
        float: none;
    }

    .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;
    }

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

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

    .row {
        flex-wrap: wrap;
    }

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

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

    #slider div#slider-title {
        padding: 0 20px;
    }

    .anker-button.button {
        width: 100%;
        border-bottom: 1px solid var(--clr-primary-white);
    }
    #footer .loesungen-nav li.level_1 ul.level_2 li.level_2 {
        width: 100%;
    }
    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-sitemap li.level_1 {
        width: 50%;
    }

    .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;
    }

    div#cookiewarnung {
        font-size: 13px !important;
    }

    .collection-new__block {
        flex-wrap: wrap;
    }

    .collection-new__block>.collection-new {
        width: 100%;
    }

    .collection-new__wrapper {
        width: 100%;
    }

    .collection-new__wrapper .collection-new {
        width: 50%;
    }

    .new__main-title .col-xs-12 {
        width: 50%;
    }

    .new__main-title .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .career-banner {
        width: 100%;
        /* padding: 0px 60px; */
    }

    .career-banner .collection_container {
        flex-direction: column;
        /* align-items: start; */
    }

    .collection-career-banner__wrapper {
        max-width: 100%;
    }

    .career-banner__img {
        margin-top: 40px;
        height: 100%;
        width: 100%;
    }

    .career-banner__title {
        font-size: 30px;
    }

    .events-and-training-det.full_preview div#content .row {
        flex-direction: column;
    }

    .events-and-training-det.full_preview .coll-event-full__block {
        width: 100%;
    }

    .events-and-training-det.full_preview .coll-event-full__block-right {
        padding-left: unset;
        border-top: 2px solid #eeeeee;
        border-left: unset;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 100px;
        margin-top: 35px;
        padding-top: 35px;
    }

    .events-and-training-det.full_preview .coll-event-full__block-right .collection_content {
        width: 50%;
    }

    .events-and-training .coll-event__block .coll-events .collection_container {
        flex-direction: column;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-img {
        height: 200px;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-tags {
        right: 30px;
        bottom: unset;
        top: 230px;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-text {
        width: 100%;
    }

    .news-det.full_preview div#content .row {
        flex-direction: column;
    }

    .news-det.full_preview .coll-event-full__block {
        width: 100%;
    }

    .news-det.full_preview .coll-event-full__block-right {
        padding-left: unset;
        border-top: 2px solid #eeeeee;
        border-left: unset;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 100px;
        margin-top: 35px;
        padding-top: 35px;
    }

    .news-det.full_preview .coll-event-full__block-right .collection_content {
        width: 50%;
    }

    .youtubecontent iframe {
        height: 56vw !important;
    }

    .full_preview.firmen .collection_full.firmen {
        margin-block-end: 0rem;
    }

    .collection_content.referenz_teaser_img img {
        border-radius: 13px;
        border: 3px solid var(--clr-primary-dark);
    }

            .collection_list.loesungen-new {
            align-content: center;
            margin-top: 20px;
            width: 100%;
        }
}


@media (max-width: 600px) {
    :root {
        --font-size-h1-title: 1.7rem;
    }

    .collection_content.firmen-beschreibung {
        padding-right: 0;
        padding-bottom: 0;
    }

    .referenz_gallery .owl-carousel .owl-item img {
        height: 190px!Important;
        border-width: 3px!important;
        border-radius: 10px;
    }

    .historie-content {
        padding: 1rem;
        max-width: 240px;
    }

    .collection_content.historie_img img {
        height: 190px!important;
    }

    .collection_content.team-personen .collection_list.ansprechpartner {
        width: 93px;
        padding-right: 9px;
    }

    .collection_content.team-leiter-img {
        width: 45%;
    }

    .collection_content.team-personen .collection_content.ansprechpartner_img img {
        height: 84px!important;
    }

    .home .slider.container {
        width: 98%;
    }    

    .collection_list.funktionen {
        width: 100%;
        padding: 5px 0;
    }

    .collection_content.firmen_logo img {
        max-height: 90px;
    }

    .collection_container.Firmenlogoleiste .collection_content.firmen_logo img {
        width: 170px!Important;
        height: 90px!important;
    }

    .projektablauf-wrapper {
        padding: 1rem!important;
    }

    .produkt, .highlight, .lizenzen, .schulungen_in_beratung {
        padding: 1rem!important;
    }

    .collection_full .collection_content.loesung_teaser_img, .collection_full .collection_content.loesung_highlight_img {
        height: auto!important;
    }

    .contact .youtubecontent iframe {
        height: 53vw !important;
    }

    .form-group.form-check {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    div#submit_button {
        margin: 0;
        padding: 10px;
        width: 100%;
    }

    a.datenschutz {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .form-group {
        width: 100%;
    }

    .collection_list.ic {
        width: 100%;
    }

    .sidebuttons {
        right: 10px;
        bottom: 10px;
    }

    .collection_list.supportzeiten {
        width: 50%;
    }

    div#img-tag {
        font-size: 14px;
    }

    .loesungen-highlights .pop-up-button {
        padding-left: 1rem;
    }

    .loesungen-highlights .collection_list.loesungen-new {
       padding: 10px 0;
    }

    .loesungen-highlights .pop-up-button {
        width: 100% !important;
        float: left !important;
    }

    .loesungen-highlights .pop-up-button {
        margin-top: 0rem;
    }

    .loesungen-highlights .pop-up-element {
        display: none!important;
    }

    .firmen-logo-leiste {
        margin-block: 0rem;
        padding: 1rem;

    }

    .firmen-logo-leiste .collection_content.firmen_logo {
        height: 80px;
        max-width: 100%;
        display: flex!important;
        justify-content: center;
    }


    .header-group {
        margin-bottom: 0rem;
    }
.header-textcontent {
    margin-bottom: 2rem;
}

.slider.container {
    padding-inline: 0;
}

.header-title {
    padding-block-start: 10vw;
}

.header-title h1:after {
    width: 98px;
    height: 4px;
    margin-block: 15px;
}

    .hamburger-menu li.level_1> .mobile-menu__wrapper a {
        padding: 15px 20px 15px 10px;
    }

    #header_1 img {
        width: 143px !important;

    }

    .hamburger-menu .collection_content.navigation_text {
        margin: 15px 60px 15px 10px;
    }

    .collection_list {
        width: 100%;
    }
    .news .collection_list {
        width: 100%;
    }
    .pop-up-button {
        width: 40% !important;
        float: left !important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .collection-new__wrapper .collection-new {
        width: 100%;
    }

    .collection-new__block>.collection-new .collection-new__text {
        display: none;
    }

    .collection-new__block>.collection-new .collection_container {
        padding-bottom: 34px;
        height: 100%;
    }

    .collection-new__block>.collection-new .collection-new__img {
        height: 156px;
    }

    .collection-new__block>.collection-new .collection-new__date {
        color: var(--clr-accent);
        font-size: 17px;
        margin-top: 19px;
        margin-left: 21px;
        margin-right: 60px;
    }

    .collection-new__block>.collection-new {
        width: 100%;
    }

    .collection-new__block>.collection-new .title {
        font-size: 22px;
        font-weight: bold;
        margin-top: 7px;
        margin-left: 21px;
        margin-right: 60px;
    }
    .collection-new__block>.collection-new .col-new-full__text-short {
        display: none;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-tags {
        right: 30px;
        bottom: 20px;
        top: unset;
    }
}

@media (max-width: 550px ) {
    .career-opportunity.collection_list {
        width: 100%;
    }
    .career-opportunity.collection_list .img{
        overflow: hidden;
    }
    .career-opportunity.collection_list img{
        height: unset !important;
    }
}

@media (max-width: 500px) {

    .collection_content.benefits-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .collection_full.collection-new .owl-item img {
        height: 240px!important;
    }

    .header-group a {
    font-size: 12px;
}

.firmen-row {
    gap: 1rem;
}

.home .firmen-wrapper {
    padding: 0 5px;
}

div#img-tag .textcontent {
    top: 11px;
    font-size: 12px;
    padding: 0;
    border: none;
}

.sidebuttons {
    display: none;
}

    .pop-up-element {
        padding: 30px 10px !important;
    }

    .container {
        min-width: 250px;
    }

    div#slider-wrapper {
        height: auto !important;
    }

    #slider-wrapper div.slider-untertitle {
        position: relative;
        background: rgba(55, 55, 55, 0.9);
    }

    #slider div#slider-title {
        padding: 0 20px !important;
    }

    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }

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

    .new__main-title .col-lg-6:last-child .textcontent {
        text-align: start;
        margin-top: 10px;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-tags {
        flex-direction: column;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-text {
        padding-bottom: 100px;
    }

    .events-and-training .coll-event__block .coll-events .coll-event__block-tags .coll-event__price {
        margin-top: 10px;
    }
    .footer-sitemap li.level_1 {
        width: 50%;
        text-align: left;
    }
}

@media (max-width: 450px) {

    .karriere .benefits__wrapper .collection_list .collection_container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .collection_full.collection-new .owl-item img {
        height: 190px!important;
    }
    .karriere .benefits__wrapper .collection_list .collection_container .icon{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .karriere .benefits__wrapper .collection_list .collection_container .benefits__wrapper-for-list{
        text-align: center;
    }
    .career-opportunity.collection_list img{
        height: 100% !important;
    }

    .events-and-training-det.full_preview .coll-event-full__block-right .collection_content {
        width: 100%;
    }
    .news-det.full_preview .coll-event-full__block-right .collection_content {
        width: 100%;
    }

    .subfooter__logos .textcontent a {
        width: 120px;
    }
}

@media (max-width: 400px) {

    :root {
        --font-size-h1-title: 1.4rem;
    }

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

    .full_preview div#content {
        padding: 60px 0 !important;
    }

    .referenz_gallery .owl-carousel .owl-item img {
        height: 160px!Important;
    }
    .footer-4 .footer4 .textcontent:last-child a {
        margin-left: 7px;
        margin-right: 7px;
    }

    .footer4 .textcontent:nth-child(1) a {
        width: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer4 .textcontent:nth-child(1) img {
        width: unset !important;
        height: unset !important;
        width: 100% !important;
    }
}

@media (max-width: 330px) {

    .button-primary {
        margin-right: 3px;
    }
    }

#header-mobile .component.loesungen-nav{
    display: none;
}


/* Webinar */


body.webinar #slider-wrapper{
    display: none;
}
body.webinar #teaser-text{
    display: none;
}
body.webinar .col-webinar__header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
body.webinar .col-webinar__header .col-webinar__img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
body.webinar .col-webinar__header .col-webinar__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}
body.webinar .col-webinar__container{
    width: 90%;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}
body.webinar .col-webinar__title{
    font-size: var(--fs-900);
    line-height: 1.2 !important;
}
body.webinar .col-webinar__title:after{
    content: '';
    width: 150px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: relative;
    display: block;
    margin-block: 1rem;
}
body.webinar .collection_full.col-webinar .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}
body.webinar .collection_full.col-webinar .col-webinar__date{
    font-weight: 600;
}
body.webinar .collection_full.col-webinar .col-webinar__date span{
    display: block;
    font-weight: 600;
}
body.webinar .collection_full.col-webinar .container .col-webinar__left{
    width: 100%;
}
body.webinar .collection_full.col-webinar .container .contactform{
    width: 50%;
}
body.webinar .collection_full.col-webinar .container .contactform .form-group{
    width: 100%;
}

body.webinar .collection_full.col-webinar .container .collection_list.ansprechpartner {
    justify-content: left;
}
body.webinar .collection_full.col-webinar .container .collection_list.ansprechpartner .ansprechpartner_num{
    display: none;
}
body.webinar .collection_full.col-webinar .container .collection_list.ansprechpartner .ansprechpartner_mail{
    display: none;
}
body.webinar .collection_full.col-webinar .container .collection_list.ansprechpartner .ansprechpartner_img img{
    width: 60px;
    height: 60px !important;
}
body.webinar .collection_full.col-webinar .container .collection_list.ansprechpartner .collection_container {
    display: flex;
    gap: 20px;
}
body.webinar .collection_full.col-webinar .container .col-webinar__left-header {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
    background: var(--clr-primary-white);
    padding: 1rem;
    border-radius: var(--br-primary);
    border: 2px solid var(--clr-primary-grey);
}
body.webinar .collection_full.col-webinar .container .col-webinar__left-header .ansprechpartner__title{
    font-weight: var(--fw-regular);
}
body.webinar .collection_full.col-webinar .container .col-webinar__left-header .ansprechpartner__title::before{
    font-weight: var(--fw-medium);
    content: "Sprecher:";
    display: block;
    margin-bottom: 6px;
}


body.webinare .collection_content.col-webinar__img {
    border-bottom: 4px solid var(--clr-accent);
}
body.webinare .collection_content.col-webinar__img img{
    height: 140px ! Important;
    object-position: right;
    display: flex;
    width: 100%;
}
body.webinare .col-webinar__title{
    margin-inline: 1.5rem;
    font-size: var(--fs-650);
    margin-block-start: 1.5rem;
}
body.webinare .col-webinar-full__text-short{
    margin-inline: 1.5rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
body.webinare .col-webinar__date{
    margin-inline: 1.5rem;
    
}
body.webinare .col-webinar__date span{
    display: none;
}
body.webinare .collection_list.col-webinar .collection_container {
    min-height: 300px;
}
body.webinare .collection_list.col-webinar .collection_container::after  {
        content: '';
        background-image: url(/userdata/images/arrow-right.svg);
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
}

@media (max-width: 1200px) {
    body.webinar .collection_full.col-webinar .container {
        flex-wrap: wrap;
    }
    body.webinar .collection_full.col-webinar .container .col-webinar__left{
        width: 100%;
    }
    body.webinar .collection_full.col-webinar .container .contactform{
        width: 100%;
    }
}
@media (max-width: 560px) {
    body.webinar .collection_full.col-webinar .container .col-webinar__left-header {
        flex-wrap: wrap;
        gap: 10px;
    }
}


body.webinar .collection_list.col-webinar .collection_content.col-webinar__img {
    border-bottom: 4px solid var(--clr-accent);
}
body.webinar .collection_list.col-webinar .collection_content.col-webinar__img img{
    height: 140px ! Important;
    object-position: right;
    display: flex;
    width: 100%;
}
body.webinar .collection_list.col-webinar .col-webinar__title{
    margin-inline: 1.5rem;
    font-size: var(--fs-650);
    margin-block-start: 1.5rem;
}
body.webinar .collection_list.col-webinar .col-webinar__title::after{
    display: none;
}
body.webinar .collection_list.col-webinar .collection_container {
    background: var(--clr-primary-white);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    float: left;
    min-height: 370px;
    width: 100%;
    border-radius: var(--br-primary);
    overflow: hidden;
}
body.webinar .collection_list.col-webinar .col-webinar-full__text-short{
    margin-inline: 1.5rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
body.webinar .collection_list.col-webinar .col-webinar__date{
    margin-inline: 1.5rem;
    
}
body.webinar .collection_list.col-webinar .col-webinar__date span{
    display: none;
}
body.webinar .collection_list.col-webinar .collection_container {
    min-height: 300px;
}
body.webinar .collection_list.col-webinar .collection_container::after  {
        content: '';
        background-image: url(/userdata/images/arrow-right.svg);
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
}
/* Webinar */


/* referenz Kaheln APPLE-FIX */

.collection_list.firmen .firmen_logo_wrapper {
    isolation: unset;
}
.collection_list.firmen .firmen_logo_wrapper .firmen_logo{
    position: relative;
    z-index: 2;
}
.collection_list.firmen .firmen_logo_wrapper .firmen_logo_bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}
.collection_list.firmen .firmen_logo_wrapper .firmen_logo_bg img{
    position: static;
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* referenz Kaheln APPLE-FIX End*/


/* 22.05.2024 - Jan - IC LOSUNGEN GALLERY */
.ic.loesungen.full_preview  .collection_content.loesung__gallery {
    margin-bottom: 50px;
    margin-top: 50px;
}
.ic.loesungen.full_preview .collection_content.loesung__gallery.container .owl-nav button span {
    color: var(--clr-accent) !important;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
}

/* 22.05.2024 - Jan - IC LOSUNGEN GALLERY END */

/* 29.05.2024 - Jan - IC LOSUNGEN GALLERY */

.collection_content.loesung__gallery::before {
    content: "Screenshots der Lösung";
    font-size: var(--font-size-h2-title);
    font-weight: var(--fw-bold);
    text-align: center;
    width: 100%;
    float: left;
    margin: 1rem 0 1rem 0;
}
.collection_content.loesung__gallery {
    position: relative;
}
.collection_content.loesung__gallery::after {
    content: "";
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: var(--clr-accent);
    position: absolute;
    display: block;
    margin-block: 1rem;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

/* 22.05.2024 - Jan - IC LOSUNGEN GALLERY END */


/* 17.06.2024 - Jan - IC NEWS PROBLEM MIT KACHELN */

body.ic.unsere-news, .engagement.company #content .container{
    display: flex;
    flex-wrap: wrap;
}
body.ic.unsere-news #content .container .collection-new .collection_container {
    height: 100%;
}

/* 17.06.2024 - Jan - IC NEWS PROBLEM MIT KACHELN END */


/* Jan Usenko Feedback */

body.feedback .form-group{
    width: 100%;
}
body.feedback .form-group.select label{
    display: block;
}

/* Jan Usenko Feedback END */

/* Jan Usenko Bridge */

body.bridge-to-the-cloud .form-group{
    width: 100%;
}
body.bridge-to-the-cloud .form-group.select label{
    display: block;
}

/* Jan Usenko Bridge END */

/* Jan Usenko Lizenzberatung */

body.lizenzberatung .form-group{
    width: 100%;
}
body.lizenzberatung .form-group.select label{
    display: block;
}

/* Jan Usenko Lizenzberatung END */

/* EK Formular Angebotsanfrage */

.angebotsanfrage .form-group.select {
    width: 100%;
}

/* EK Formular Angebotsanfrage */

/* Form Anpassungen */

.loesungen form,
.beratung form {
    display: flex;
    flex-wrap: wrap;
}
/* Form Anpassungen */

/* Video Referenz */

.collection_content.success-video {
    width: 50%;
    height: 340px;
}

.collection_content.success-text {
    width: 50%;
}

.success-youtube_wrapper {
    display: flex;
    align-items: center;
    padding-top: 30px;
    gap: 2rem;
    border-top: 1px solid #c9c9c9;
    margin-top: 30px;
}

.success-video .youtubecontent iframe {
    height: 100% !important;
    border-radius: var(--br-primary);
}

.success-video .youtubecontent {
    height: 100%;
}

@media (max-width: 992px) {
    .success-youtube_wrapper {
        display: block;
    }
    .collection_content.success-video {
        width: 100%;
    }
    .collection_content.success-text {
        width: 100%;
    }
}

/* Video Referenz */

/* Lösungen in Sucssesstory */

body.referenzen.full_preview {
    .collection_full.referenzen {
        .collection_content.loesung-weiterleitung:not(:has(.collection_list.loesungen-new)) {
            &::before,
            &::after {
                display: none !important;
            }
        }

        .collection_content.loesung-weiterleitung::before {
            content: "Verwendete Lösung";
            display: flex;
            width: 100%;
            font-size: var(--fs-700);
            font-weight: var(--fw-bold);
            grid-area: 1 / 1 / 2 / 2;
            align-items: flex-start;
            flex-direction: column;
            justify-content: flex-end;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .collection_content.loesung-weiterleitung::after {
            content: '';
            width: 85px;
            height: 4px;
            border-radius: 999px;
            background: var(--clr-accent);
            position: absolute;
            display: block;
            margin-block: 1rem;
            top: 30px;
        }


        .collection_list.loesungen-new  { 
            .collection_container {
                background: #ffffff;
                border-radius: var(--br-primary);
                border: 1px solid #ebebeb;
                padding: 0;
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: flex-end;
                overflow: hidden;
                height: 120px;
        }
        }
        .collection_list.loesungen-new .collection_content.loesung_teaser_img {
            display: none;
        }
        .collection_list.loesungen-new .collection_content.loesung_teaser {
            display: none;
        }

        .collection_list.loesungen-new h3.collection_content.loesungen-new__title.title.custom {
            font-size: 20px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            margin-right: 10px;
            margin-left: 20px;
        }
        .collection_list.loesungen-new{
            align-content: center;
            
            width: 50%;
        }
        .collection_content.loesung-weiterleitung{
            display: flex;
            flex-wrap: wrap;
            position: relative;
            margin-top: 50px;
        }
        .collection_content.loesung_header_img  {
            position: static;
            width: 110px;
            min-width: 110px;
        }
         .collection_content.loesung_header_img img {
              width: 110px;
              position: static;
              object-position: calc(75% - 50px) center;
              opacity: .5;
        }
        
            .collection_content.loesung_header_img:before {
                display: none;
            }
    }
}


.collection_content.schulungen_in_beratung:not(.collection_content.schulungen_in_beratung:has(.collection_list.event)) {
    display: none;
}

.without_youtube .success-youtube_wrapper{
    display: none;
}

.without_youtube .collection_content.loesung-weiterleitung{
    margin-top: 50px;
}

