:root {
    --clr-accent: #1f9ed1;
    --clr-accent-opacity: #31667e50;
   
    --clr-primary-dark: #2C2C2C;
    --clr-primary-gray: #6C6C6C;
    --clr-primary-white: #fff;
    --clr-primary-light: #f7f7f7;

    --clr-scrollbar: #dddddd;

    --bg-white: #fff;
    --bg-egg: #1f9ed1;
    --bg: #f7f7f7;

    --clr-border: #E3E3E3;
    
    --fc-primary: #2C2C2C;
    --fc-dark: #2C2C2C;
    --fc-white: #fff;

    --ff-primary: 'Titillium', sans-serif;

    --br-sm: 0px;
  
    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);
  
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;

    --fs-text-usm: calc(10px + 1 * (100vw - 320px) / 1600);
    --fs-text-sm: calc(12px + 1 * (100vw - 320px) / 1600);
    --fs-text-md: calc(14px + 1 * (100vw - 320px) / 1600);
    --fs-text-lg: 1.2rem;
    --fs-title-xsm: calc(16px + 1 * (100vw - 320px) / 1600);
    --fs-title-sm: calc(18px + 1 * (100vw - 320px) / 1600);
    --fs-title-md: calc(22px + 4 * (100vw - 320px) / 1600);
    --fs-title-lg: calc(25px + 2 * (100vw - 320px) / 1600);
    --fs-title-ulg: calc(25px + 8 * (100vw - 320px) / 1600);

    --br: 0px;
    --p-button: 0.6em 1.3rem;
  
    --fs-body: var(--fs-text-md);
    --fs-primary-heading: var(--fs-title-md);
    --fs-secondary-heading: var(--fs-title-sm);
    --fs-nav: var(--fw-sm);
    --fs-button: var(--fs-text-usm);
  

  }



/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* max-width classes */
.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.max600 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Reset */

@font-face {
    font-family: 'Titillium';
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Acumin Pro';
    src: url('/layout/frontend/b2c/dist/fonts/AcuminPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/layout/frontend/b2c/dist/fonts/AcuminPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */

@font-face {
    font-family: 'Titillium';
    src: url('/layout/frontend/b2c/dist/fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    background-color: var(--clr-primary-white);
    font-size: var(--fs-text-md);
    font-weight: var(--fw-400);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
}

.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
}

.nav_description_wrapper a {
    display: flex!important;
    align-items: center;
    gap: 5px;
}

.collection_content.Überschrift {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.nav_description {
    opacity: .7;
    font-size: var(--fs-text-usm);
    line-height: 1;
    margin-top: 2px;
}

.img_container {
    flex-shrink: 0;
}

form#contactformular_8 {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 590px;
    margin: 0 auto;
}

.vertriebsbanner_pro_softwareloesung input#button {
    padding: 1rem;
}

/* .collection_content.vb_teaser {
    font-size: var(--fs-text-sm);
    opacity: 0.7;
} */

.collection_list.vertriebsbanner .collection_container {
    text-align: center;
    background: var(--clr-primary-light);
    padding: 2rem;
}

.vertriebsbanner_pro_softwareloesung .form-group,
.vertriebsbanner_pro_softwareloesung .form-group,
.vertriebsbanner_pro_softwareloesung div#submit_button {
    float: unset!Important;
} 

.collection_content.vb_title {
    font-weight: bold;
    font-size: var(--fs-title-md);
}

.collection_content.vb_trust ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.collection_content.vb_trust ul li::before {
    content: "\2713"; /* Unicode-Zeichen für ein Häkchen */
    margin-right: 10px; /* Abstand zwischen dem Häkchen und dem Text */
    color: var(--clr-accent); /* Farbe des Häkchens */
    font-weight: bold; /* Fettdruck für das Häkchen */
  }

.collection_list.vertriebsbanner {
    width: 100%;
}

.header__alllinks li.level_1.levels {
    min-width: 214px;
}

footer .header__alllinks li.level_1.levels {
    min-width: 146px;
}

p.level_2_title {
    line-height: 1;
}

.technologie.full_preview #slider {
    transform: translateY(-30px);
}

.nav_description_wrapper img {
    flex-shrink: 0;
    width: 30px!important;
    height: 33px!Important;
    object-fit: contain;
    border-radius: 5px;
    margin-right: 2px;
}

#contactform .contacform {
    padding-inline: 15px;
}

body.det-loesungen #area-2 .container .col-sl__longtext-img img {
    box-shadow: none!important;
    height: 440px!Important;
}
body.det-loesungen #area-2 .container .col-sl__longtext-img {
    position: relative;
}
body.det-loesungen #area-2 .container .col-sl__longtext-img:after {
    content: "";
    width: 100%;
    height: 95%;
    position: absolute;
    right: -10px;
    bottom: 0px;
    background-color: var(--clr-accent);
    z-index: 1;
    border-radius: var(--br);
    display: block;
    box-shadow: none !important;
}

.sl_detail_connectoren {
    padding: 0 15px;
}

.det-loesungen #area-2 .container .col-sl__longtext-img::after {
    display: none;
    box-shadow: none;

}

h3.collection_content.col-beratung__title.title.custom {
    padding: 3rem 2rem 0rem;
    font-size: var(--fs-text-lg);
}

.col-news__wrapper,
.col-ref__wrapper {
    padding: 15px;
}

.sl_detail_connectoren .connectoren .collection_container {
    gap: 10px!important;
}

.det-loesungen .sl_detail_trustelements .collection_container .trust-elements__wrapper {
    padding: 14px 15px 10px 0px!important;
}

.det-loesungen .sl_detail_trustelements .collection_container .trust-elements__wrapper {
    padding: 14px 15px 10px 0px!important;
    border: none!important;
    border-radius: 0!Important;
    border-bottom: 1px solid var(--clr-border)!important;
    border-radius: none!important;
}

.det-loesungen .sl_detail_trustelements .trust-elements.open .trust-elements__wrapper {
    box-shadow: none!important;
    margin-bottom: 0px!important;
}



body .technology .t_image img {
    object-fit: contain;
    height: 40px!Important;
    object-position: left;
}

.technology .technology__title {
    margin-top: 30px!important;
}

body.det-loesungen .sl_detail_trustelements .collection_container .trust-elements__title {
    font-size: var(--fs-title-xsm)!important;
}

.det-loesungen .sl_detail_trustelements .trust-elements.open .trust-elements__title::after {
    right: 4px;
}

.det-loesungen .sl_detail_trustelements {
    margin-top: 30px!important;
}


.sl__wrapper .collection_list.software-loesungen .collection_container .sl_preview_tag {
    padding: 6px 15px 4px 15px!important;
}

.det-loesungen #area-2, .det-loesungen #area-3 {
    padding-block: 20px!important;
}

button {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    border: none;
    cursor: pointer;
}

input, select, textarea {
    padding: 1rem;
    width: 100%;
    border: 1px solid var(--clr-border);
    font-family: inherit;
    border-radius: var(--br);
}

.owl-item img {
    /* height: 450px!Important; */
    width: 100%!Important;
    border-radius: var(--br);
}


.owl-item {
scale: .9;
}
.owl-item.center {
scale: 1;
}

.owl-item a {
    width: 100%!Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.component.search img {
    width: 25px!important;
    height: 25px!Important;
    object-fit: contain;
}

.back_to_overview a {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--clr-accent);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
    border: 1px solid var(--clr-accent-light);
}

.collection_content {
    width: 100%;
    float: left;
    display: block;
}

.det-loesungen #area-2, .det-loesungen #area-3 {
    animation: fadeUp 1s 0s forwards;
}

.det-loesungen #area-3 .container .textcontent {
    padding-top: 5rem;
}

.onboarding .collection_content {
    width: auto;
}

.collection_list.projektverlauf {
    width: 100%;
    padding: 15px;
    padding-left: 50px;
    padding-right: 0;
}

li.level_1.levels ul {
    display: none;
}

textarea {
    min-height: 300px;
}

a {
    color: var(--fc-dark);
}

.component.copyright .textcontent:last-child {
    float: right;
}
.component.copyright .textcontent:first-child {
    float: left;
}

.row {
    float: left;
    width: 100%;
}

/* Cookiemeldung  */

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

.cookie_headline {
    font-size: var(--fs-text-lg);
    font-weight: bold;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var( --bg-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}



#cookie-bar>p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}

div#cookiewarnung {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background: #00000070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie_container {
    background: var(--bg-white);
    color: var(--fc-dark);
    z-index: 99999999;
    width: 90%;
    padding: 2rem;
    border-radius: var(--br);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    max-width: 500px;
}

.cookie_link_list {
    padding: 1rem 0;
    font-size: var(--fs-text-usm);
    display: flex;
    gap: 1rem;
}

.cookie-option-container {
    margin-top: 10px;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    white-space: nowrap;
}

.cookie_configure {
    cursor: pointer;
}

.cookie_logo img {
    background: var(--fc-white);
    height: 45px!important;
    width: 45px!Important;
    object-fit: contain;
    padding: 3px;
    border-radius: var(--br);
}

.cookie-option.button {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    background: var(--clr-accent);
    flex: 1;
    text-align: center;
    color: var(--fc-white);
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.logo_bar {
    margin-block-end: 50px;
}

.main-screen.p-50 {
    padding-block: 50px;
}

.main-screen.bg_grey {
    background-image: url(/userdata/images/bg_grey.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo_bar .owl-stage-outer {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1.5rem;
    border-radius: var(--br);
}

.logo_bar .collection_list {
    width: 100%;
    padding: 0;
}

.logo_bar .collection_list.firmen .collection_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_bar .collection_content.rk_preview_logo img {
    width: 150px!Important;
    height: 70px!Important;
    object-fit: contain;
}

.header__alllinks .levels ul.level_2 li {
    flex: 1 1 100%;
}

.header__alllinks .levels:first-child ul.level_2 li {
    flex: 1 1 45%;
}




.collection_link,
.collection_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.logo_bar .collection_content {
    display: none;
}

.logo_bar .collection_content.rk_preview_logo {
    display: block;
}


div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var( --bg-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: var(--bg-light);
    color: var(--fc-dark);
    padding: 10px;
    position: relative;
    cursor: pointer;
}


.component.cookie_verlinkungen {
    display: flex;
    align-items: center;
    gap: 1rem;
}


#cookie-config input {
    margin-right: 10px;
}

input {
    accent-color: var(--clr-accent);
}

.cookie-config-close:after, .cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgb(130 130 130 / 50%);
    content: "";
    right: 20px;
    top: 16px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: var(--bg-light);
    padding: 10px;
    cursor: pointer;
    position: relative;
}



.config-child input {
    width: auto;
}

input#required {
    width: auto;
}

input#tracking {
    width: auto;
}


.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid var(--clr-border);
}

.config-child {
    display: none;
    background: var( --bg-white);
    padding: 10px;
}

.col-advice-banner .collection_container {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    border-radius: var(--br);
    overflow: hidden;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: var(--clr-accent);
    color: var(--fc-white);
    cursor: pointer;
    margin: 20px 15px;
    color: var( --bg-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.onboarding_bc_da .recaptcha-class {
    overflow: hidden;
}

.cookie-config-configuration>p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: var(--bg-white);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}

/* Cookiemeldung Ende */


div#header, .header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

.col-advice-banner__logo {
    padding-bottom: 4rem;
}




.header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
}

/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}



.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--clr-accent);
    border-radius: var(--br);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--clr-accent);
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}



button.close {
    margin: 0 0 1rem;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
  }

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--clr-accent);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 20px;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var( --clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400!Important;
    border: none;
    color: var( --clr-primary-white);
    line-height: 1;
    margin-bottom: 7px;
}

.next lottie-player {
    margin: 0 auto;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var( --clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}



ol li, ul li {
    list-style: none;
}

div#content,
.main-screen {
    padding: 70px 0 ;
    position: relative;
    float: left;
    width: 100%;

}

.main-screen.grey {
    background-color: var(--clr-primary-light);
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var( --clr-primary-white);
    display: -webkit-box;
}



.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var( --clr-primary-white) !important;
}

.pop-up-element {
   z-index: 1;
   padding: 30px;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
   display: flex;
   justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
   display: block;
}

.pop-up-button {
   cursor: pointer;
}

.pop-up-button.current {
   background: var(--clr-accent);
   color: var( --clr-primary-white);
   border: 1px solid var(--clr-accent);
}

/* Navgation */

div#header {
    background: var(--bg-white);
    border-bottom: 1px solid #E9E9E9;
}
h2:after {
    content: "———";
    float: left;
    width: 100%;
    color: var(--clr-accent);
    letter-spacing: -3px;
}



.faq_nearest_search {
    display: none;
}

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.container:before {
    display: none;
}

#header_2 .component {
    display: flex;
    align-items: center;
    gap: 2rem;
}

div#header_2 {
    display: flex;
    align-items: center;
    gap: 2rem;
}


iframe {
    width: 100%;
    height: 75vh;
    border-radius: var(--br);
}


div#footer-header {
    float: left;
    width: 100%;
}


#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 17px;
    padding-left: 0;
}

#header>.container:after {
    display: none;
}

.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var( --clr-primary-white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

nav li.level_1.levels:after {
    content: '';
    width: 6px;
    height: 6px;
    transition: 0.5s;
    transform: rotate(135deg);
    position: absolute;
    float: left;
    cursor: pointer;
    margin-right: 7px;
    top: 5px;
    right: -20px;
    background: transparent !important;
    border-top: 1px solid var(--fc-primary);
    border-right: 1px solid var(--fc-primary);
}

nav li.level_1.levels:hover:after {
    transform: rotate(-45deg);
    top: 7px;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.technology .t_screenshot img {
    border: 6px solid #000!important;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    max-width: 100%;
}

.det-loesungen .sl_detail_trustelements .trust-elements.open .te_teaser {
    font-size: var(--fs-text-sm);
    opacity: 0.7;
}

.det-loesungen .sl_detail_trustelements .trust-elements.open .trust-elements__title {
    font-size: var(--fs-title-xsm)!important;
}


/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    clear: both;
    font-weight: var(--fw-600);
    color: var(--fc-dark);
    margin: 10px 0;
    font-family: var(--ff-heading)!important;
}

h1 {
    font-size: var(--fs-title-lg);
}


h2 {
    font-size: var(--fs-title-md);
}

h3 {
    font-size: var(--fs-title-sm);
}

h4,
h5 {
    font-size: var(--fw-md);
}

h6 {
    font-size: var(--fw-sm);
}

a {
    text-decoration: none;
}
a:hover {
    opacity: .95;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_link a:hover {
    opacity: 0;
}
/* Kollektion */

.full_preview .collection_full {
    display: block !important;
}

.collection_list,
.collection_container {
    position: relative;
}

.collection_list,
.content-container {
    position: relative;
}


/* END Kollektion */


/* Kontaktformular */

.fade {
    opacity: 1;
}

/* Level 2 Menue */

li.level_1.levels {
    position: relative;
    max-width: 700px;
}

#header ul.level_2 {
    display: none;
}

li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

ul.level_2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: var(--clr-primary-white);
    padding: 15px;
    border-radius: var(--br);
}

ul.level_2 a p.level_2_title {
color: var(--clr-accent)!important;
}

li.level_2 {
    margin-bottom: 5px;
}

/* Level 2 Menue */



.contactformular .form-check {
    height: 35px;
    line-height: 35px;
    clear: both;
    height: auto !important;
    line-height: 35px;
}

.contactformular .form-check input {
    display: inline-block !important;
    width: auto !important;
}

.input.select_body,
.contactformular select {
    width: 100% !important;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --clr-primary-white);
}


/* END Kontaktformular */


/* OWL Carousel Global */

.owl-stage-outer {
    width: 100%;
}


/* END OWL Carousel Global */


/* END Global */



.faq_headline {
    margin: 0 0 1rem;
}


input.invalid {
    background-color: #ffdddd;
}

.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.tab {
    display: none;
}

input#button {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
}



button {
    background: var(--clr-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
}

button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

.home div#content .container,
.unsere-software-loesungen div#content .container {
    max-width: 90%;
}


#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}


/* END Sticky Header */

main {
    width: 100%;
    float: left;
    display: block;
    /* padding-top: 60px; */
}

.collection_list.quotes {
    width: 100%;
}

/* .collection_list.software-loesungen {
    width: 25%;
} */

.collection_content.qu_text:before {
    content: '';
    background-image: url(/userdata/images/quote.svg);
    display: block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1rem;
}

.collection_content.qu_text {
    font-size: var(--fs-title-sm);
    font-weight: 600;
}

.collection_content.qu_text u {
    color: var(--clr-accent);
}
.collection_content.qu_text u a {
    color: var(--clr-accent);
}

.chatbot {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
    animation: shake 0.5s ease-in-out forwards;
    animation-delay: 1s;
}

@keyframes shake {
    0%, 100% {
      transform: translateX(0);
    }
    25%, 75% {
      transform: translateX(-5px);
    }
    50% {
      transform: translateX(5px);
    }
  }

button#open_chat {
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

p.name {
    font-weight: bold;
}

.chatbot_content_links a {
    background: var(--clr-primary-light);
    text-align: center;
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
}

.chatbot form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 1rem;
}

.chatbot_content_links {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chatbot_info {
    padding-inline: 1rem;
    text-align: center;
}

.chatbot .form-group.form-check label {
    background: var(--clr-primary-light);
    text-align: center;
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--border);
    line-height: 1;
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
}

.chatbot .form-group.form-check label:hover {
    background: #0000000d;
}
.chatbot .form-group.form-check  {
    line-height: 1;
    padding: 0;
}

.chatbot .form-group {
    padding: 0;
}

.chatbot_content_header {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: var(--clr-accent);
    gap: 10px;
    padding: 1rem;
    border-radius: var(--br);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
}

.chatbot_content_header img {
    height: 40px!important;
    object-fit: cover;
    width: 40px!Important;
    border-radius: 999px;
    background-color: #ffffff85;
    object-position: top;
}

.chatbot form#contactformular_8 {
    padding: 1rem;
}

button#open_chat svg {
    fill: #fff;
}

.chatbot_content {
    max-width: 340px;
    background: white;
    display: flex;
    display: none;
    flex-direction: column;
    border-radius: var(--br);
    border: 1px solid var(--border);
    box-shadow: 0 0 31px 10px #00000040;
}
.collection_list.software-loesungen .collection_container {
    background: var(--bg-egg);
    height: 480px;
    overflow: hidden;
}

.header__sl .collection_content.sl_preview_tag {
    display: none;
}


.collection_list.software-loesungen.active .collection_content.sl_preview_tag,
.full_preview .collection_content.sl_preview_tag {
    display: none;
}

.sl__wrapper .collection_list.software-loesungen .collection_container {

    border-radius: var(--br);
}

video {
    display: block;
    width: 100%;
}

.collection_list.software-loesungen .collection_container.Mint.Green {
    background: #E0F0F0;
}

.collection_list.software-loesungen .collection_container.Baby.Blue {
    background: #E8F7FF;
}

.collection_list.software-loesungen .collection_container.Light.Grey {
    background-color: #EDEBE6;
}

.collection_list.software-loesungen .collection_content.sl_preview_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 320px;
}

.collection_content.sl_preview_img img {
    object-position: top;
}

.collection_list.software-loesungen .collection_content.sl_preview_teaser,
.collection_list.software-loesungen .collection_content.sl_navigation_title,
.collection_list.software-loesungen .collection_content.sl_navigation_slogan,
.collection_list.software-loesungen .collection_content.sl_preview_no,
.collection_list.software-loesungen .collection_content.sl_preview_no_explanation {
    display: none;
}

.collection_list.software-loesungen .collection_content.sl_preview_title_small {
    padding: 3rem 2rem 1rem;
    font-size: var(--fs-text-md);
}

.collection_list.software-loesungen .collection_content.sl_preview_title {
    /* font-size: var(--fs-title-sm); */
    font-weight: 600;
    padding-inline: 2rem;
    padding-bottom: 1rem;
}

.collection_list.software-loesungen .collection_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: var(--clr-scrollbar) #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff00;
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--clr-scrollbar);
    border-radius: 10px;
    border: 0px solid #ffffff00;
  }







#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-700);
}



#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100%!Important;
    height: 100% !important;
    object-fit: contain;
}


#header .container {
    max-width: 90%;
    height: 100%;
}

div#header,
.header-wrapper {
    height: 60px;
    width: 100%;
    z-index: 10;
}

div#header_1 {
    height: 100%;
}

.sticky-active {
    position: relative;
}


/* hamburger menu */

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}



.hamburger-menu {
    background: var(--clr-accent);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
}

#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var( --clr-primary-white);
}

#header .hamburger-menu a {
    padding: 15px 20px !important;
    display: block;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var( --clr-primary-white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var( --clr-primary-white);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}





/* Slideshow */

#slider-wrapper {
    position: relative;
    height: 330px;
    background: var(--bg-egg);
    overflow: hidden;
}

/* .home #slider-wrapper {
    height: 540px;
} */

.home div#slider-image video {
    height: 540px;
    object-position: 0 -110px;
}

.home div#slider h1 {
    font-size: var(--fs-title-ulg);
    color: var(--clr-primary-white);
}

div#slider {
    height: 100%;
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    padding-inline: 15px;
    color: var(--clr-primary-white);
}
.home div#slider {
    align-items: center;
}

div#slider a {
    padding: var(--p-button);
    background: var(--fc-white);
    color: var(--clr-accent);
    border-radius: var(--br-sm);
    display: inline-block;
    line-height: 1.4;
}

div#slider-image .textcontent:before {
    content: '';
    background: linear-gradient(90deg, rgba(31,158,209,1) 0%, rgba(254,246,237,0) 100%);
    left: 0;
    top: 0;
    width: 440px;
    height: 100%;
    position: absolute;
}

div#slider-title .container {
    width: 100%;
}

#slider #slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider div#slider-title h1 {
    color: var( --clr-primary-white);
}

#slider-wrapper div.slider-untertitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(55, 55, 55, 0.7);
    color: var( --clr-primary-white);
    padding: 20px 0;
}





/* Anker Element */

.anker-navi .row {
    margin: 0 !important;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.anker-navi {
    position: relative;
    background: rgba(77, 77, 77, 0.7);
    top: 0;
    width: 100%;
    clear: both;
    font-family: calibri light !important;
    margin-top: -70px;
    margin-bottom: 50px;
    z-index: 9;
    transition: 0.1s;
}

.anker-navi.sticky {
    position: fixed;
    top: 0;
    margin: 0 !important;
    background: rgba(77, 77, 77, 0.7);
}

.anker-button .textcontent {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-weight: 600;
    text-transform: initial;
}

.anker-button .textcontent:hover,
.anker-button.active .textcontent {
    background: #5a9c9d !important;
}

.anker-button.button {
    margin: 0 !important;
    padding: 0 !important;
    /* width: 20%; */
    width: 16.1666%;
    border-left: 1px solid var( --clr-primary-white);
    border-bottom: 0;
    border-top: 0;
    background: transparent !important;
    color: var( --clr-primary-white);
    align-items: center;
}

.anker-button.button:last-child {
    border-right: 1px solid var( --clr-primary-white);
}


/* END Anker Element */

.d-flex, .d-flex > .row {
    display: flex!important;
}

.align-items-center, .align-items-center > .row {
    align-items: center!important;
}

.add_to_modal {
    display: none;
}

.disallow-scrolling {
    overflow: hidden!important;
}

.modal_collection {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.2px);
    -webkit-backdrop-filter: blur(11.2px);
    display: none;
    overflow-y: scroll;
}



.modal_collection_body {
    background: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}



.modal_collection_body .collection_content.t_quote_for_technology,
.modal_collection_body .collection_content.e_quote_for_technology.add_to_modal {
    width: 100%;
    float: left;
    padding-block: 3rem;
}

.modal_collection_body .collection_content.t_screenshot_frontend,
.modal_collection_body .collection_content.e_screenshot_backend.add_to_modal {
    width: 50%;
    float: right;
}


.modal_collection_body .collection_content.t_text,
.modal_collection_body .collection_content.t_text.add_to_modal {
    width: 50%;
    float: left;
    padding: 0 50px;
}

.modal_collection_body .collection_content.t_text ul,
.modal_collection_body .collection_content.t_text.add_to_modal ul {
    padding-left: 17px;
}

.collection_list.add-ons table {
    display: none;
}

.modal_collection_body .collection_content.t_text li,
.modal_collection_body .collection_content.t_text.add_to_modal li {
    list-style: disc;
}


.modal_collection_body .technology__wrapper-right {
    display: none;
}


.modal_collection_body .collection_list.quotes > .collection_container .qu_text {
    width: 70%;
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
}

.det-loesungen .sl_detail_trustelements {
    margin-bottom: 3rem;
}

.collection_list.quotes > .collection_container .qu_text {
    z-index: 1;
}

.modal_collection_body .collection_content.t_list {
    display: none;
}

.sl_detail_add_ons .add-ons .collection_container .add-ons__title::after {
    font-weight: 500;
}

.modal_collection_body .collection_content.e_nutzen.add_to_modal,
.modal_collection_body .collection_content.t_nutzen {
    float: left;
    width: 50%;
}

.sl_detail_technologie .collection_content.t_screenshot_frontend,
.sl_detail_technologie .collection_content.t_text,
.sl_detail_technologie .collection_content.t_project-desc,
.sl_detail_technologie .table-wrapper.table_5,
.sl_detail_technologie .collection_content.t_quote_for_technology,
.sl_detail_technologie .collection_content.t_nutzen,
.sl_detail_technologie .collection_content.t_nutzen_img,
.sl_detail_technologie .collection_content.t_gallery {
    display: none;
}

.modal_collection_body .collection_content.t_gallery .owl-item img {
    border: 7px solid #000!important;
    border-radius: 25px;
}

.modal_collection_body  .collection_content.t_nutzen_img,
.modal_collection_body  .collection_content.e_nutzen_img.add_to_modal {
    width: 50%;
    float: right;
}

.modal_collection_body .collection_content.e_nutzen.add_to_modal .textcontent,
.modal_collection_body .collection_content.t_nutzen .textcontent {
    padding: 50px;
}

.modal_collection_body .collection_content.e_nutzen_img.add_to_modal img,
.modal_collection_body .collection_content.t_nutzen_img img {
    border-radius: 25px 0 0 25px;
    border: 5px solid black;
    height: 360px!Important;
    object-position: left;
    border-right: none;
}

.modal_collection_body .collection_list.quotes > .collection_container .pers_image img {
    border: 1px solid #ebebeb;
}

.modal_collection_body .collection_content.t_gallery.add_to_modal {
    width: 100%;
    float: left;
    display: none;
}

.modal_collection_body .collection_list.quotes > .collection_container .pers_image {
    height: 160px;
    width: 140px;
}

.modal_collection_body .collection_list.quotes > .collection_container .qu_person {
    width: 30%;
}

.modal_collection_body .table {
    width: 100%;
    float: left;
    padding-block: 50px;
    text-align: left;
}

.modal_collection_body .table td,
.modal_collection_body .table th {
    width: 100%;
    border-bottom: 1px solid var(--clr-border);
    padding: 16px 40px;
    position: relative;
}

.modal_collection_body .collection_list.quotes > .collection_container {
    flex-direction: row-reverse;
}

.modal_collection_body .table td:after {
    content: '';
    background-image: url(/userdata/images/td_check.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal_collection_body .table th {
    font-size: 20px;
    font-weight: var(--fw-600);
}

.show-modal {
    display: block;
}

.show-modal .add_to_modal {
    display: block;
}

.collection_list.technology,
.collection_list.add-ons {
    /* cursor: pointer; */
}

.modal_collection_body .collection_content.technology__bg.add_to_modal,
.modal_collection_body .collection_content.technology__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    z-index: 0;
}

.modal_collection_body .technology__wrapper-left {
    width: 100%;
}

.modal_collection_body .collection_content.t_image {
    display: none;
}

.modal_collection_body .collection_content.t_screenshot {
    padding-block-end: 100px;
}

.modal_collection_body .collection_content.e_screenshot_frontend.add_to_modal,
.modal_collection_body .collection_content.t_screenshot {
    position: relative;
    max-width: 80%;
    margin-inline: auto;
    padding-block-start: 3rem;
}



.modal_collection_body .collection_content.t_project-desc.add_to_modal {
    text-align: center;
    padding-top: 10px;
    font-style: italic;
    padding-bottom: 100px;
}

.modal_collection_body .collection_content.t_project-desc {
    font-style: italic;
}

.modal_collection_body .collection_content.t_project-desc {
    width: 100%;
    float: left;
    text-align: right;
    padding: 1rem 2rem 2rem 1rem;
}

.modal_collection_body .collection_content.e_screenshot_frontend.add_to_modal img,
.modal_collection_body .collection_content.t_screenshot img {
    border-radius: 30px;
    border: 7px solid black;
}

.modal_collection_body .collection_content.t_screenshot_frontend img,
.modal_collection_body .collection_content.e_screenshot_backend.add_to_modal img {
    border-radius: 25px 0 0 25px;
    border: 5px solid black;
    height: 360px!Important;
    object-position: left;
    border-right: none;
}

.modal_collection_body .collection_content.ao_teaser,
.modal_collection_body .collection_content.t_teaser {
    text-align: center;
    position: relative;
    color: #fff;
    max-width: 500px;
    margin-inline: auto;
}



.collection_list.add-ons h2.collection_content.add-ons__title.title.custom:after {
    float: unset;
    width: auto;
    letter-spacing: unset;
}

/* .collection_list.add-ons:hover .collection_container {
    transform: translateY(-3px);
    transition: 200ms;
    box-shadow: 0 0 50px #0000000a;
} */
/* .collection_list.add-ons {
    transition: 200ms;
} */



.modal_collection_body h2.collection_content.add-ons__title.title.custom,
.modal_collection_body h3.collection_content.technology__title.title.custom {
    text-align: center;
    font-size: 40px;
    z-index: 1;
    position: relative;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 5px;
}

.modal_collection_body h2.collection_content.add-ons__title.title.custom:after,
.modal_collection_body h3.collection_content.technology__title.title.custom:after {
display: none;
}

.collection_content.sl_detail_add_ons {
    padding-inline: 15px;
}

.collection_content.col-news__text li {
    list-style: disc;
}

button#closeModalButton {
    position: absolute;
    right: 2rem;
    top: 7rem;
    z-index: 9999;
    border-radius: 999px;
    aspect-ratio: 1;
    height: 40px;
    background: #8d2424;
}

.cookie_conflict {
    width: 100%;
    float: left;
    background: #9b3636;
    color: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: 999px;
}

.intranet-demo #content {
    float: left!important;
}

.jansschandtatwegmachen {
    float: left!important;
}

.modal_collection_content {
    padding-top: 5rem;
    max-width: 980px;
    margin-inline: auto;
    position: relative;
    animation: fadeUpModal 1s 0s forwards;
}

.tech__wrapper .table-wrapper {
    display: none;
}

.sl_detail_technologie .table-wrapper {
    display: none;
}

/* Footer */

#footer {
    clear: both;
    padding: 70px 0 25px 0;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 40px;
}

.footer-sitemap ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}


/* #footer a:hover {
  color: #5a9c9d;
} */

#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;
    padding: 0px 20px;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 7px 0;
    clear: both;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
}

div#slider-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 1200px;
    width: 100%;
}
div#slider h1{
    color: var(--clr-primary-white);
    padding-bottom: 10px;
}

div#slider-image video {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: 0 -290px;
}
div#slider-image .textcontent {
    height: 100%;
}
div#slider-image img {
    object-position: center;
}

/* .logo_bar {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 6%)!important;
    padding: 40px 0px!important;
    background-color: var(--bg);
  } */


#privacy-policy .footer-1 {
    text-align: left;
}

.small_text_link a {
    font-size: var(--fs-text-sm);
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var( --clr-primary-white);
}

.seo .footer-1 {
    padding-right: 50px;
}

.seo .footer-2 {
    padding-left: 50px;
}

.footer-links a {
    color: #b5b5b5;
}

.footer-links a:hover {
    color: #5a9c9d !important;
}
.nav_description_wrapper a:hover {
    color: var(--fc-primary)!important;
}


/* End Footer */

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

/* Onboarding */

.collection_content.ob_title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
}

.filegallery_content_file:before {
    content: '';
    background-image: url(/userdata/images/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
}

h3.collection_content.projektverlauf__title.title.custom::after {
    content: "——";
    float: left;
    width: 100%;
    color: rgb(106, 194, 196);
    letter-spacing: -2px;
}

.collection_content.ob_documents .filegallery_content_file:before {
    filter: invert(1);
}

.filegallery_content_file {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block: 5px;
}

.onboarding div#mandant_switch,
.onboarding div#horizontal_nav_bar,
.onboarding nav,
.onboarding header,
.onboarding .sidebuttons,
.onboarding div#hero_content,
.onboarding div#slider-wrapper,
.onboarding button#backButton,
.onboarding div#contactform,
.onboarding footer,
.onboarding .back_to_overview,
.onboarding div#footer-header,
.onboarding div#mandant_switch_responsiv,
.onboarding .create_collection_wrapper {
    display: none!important;
}

.onboarding h2:after {
    display: none;
}

#content {
    animation: fadeUp 1s 0s forwards;
}

.add-ons.full_preview #slider {
    top: -60px;
}

@keyframes fadeUp {
    0% {
    transform: translateY(20px);
      opacity: 0;
      /* height: 0; */
      height: 1000px;
    }
    100% {
    transform: translateY(0px);
    height: unset;
      /* opacity: 1; */
    }
  }

  @keyframes fadeUpModal {
    0% {
    transform: translateY(100px);

    }
    100% {
    transform: translateY(0px);
    }
  }

.onboarding div#content {
    padding: 0;
    margin: 0;
}

.collection_container.Blue.Grey {
    background: #E7EDED;
}

.collection_container.Clean.White {
    background: var(--bh-white);
    border: 1px solid #ebebeb;
}

.collection_container.Spring.Green {
    background: #F4FFE6;
}

.onboarding h2:before {
    display: none;
}

.onboarding main,
.onboarding .main-screen {
    width: 100%;
    padding: 0;
    margin: 0;
}

.title_with_img img {
    width: 40px!important;
    height: 40px!important;
}

.collection_content.ob_documents .filegallery_content_file:before {
    filter: invert(1);
}

.collection_list.projektverlauf {
    width: 100%;
    padding-left: 50px;
    padding-right: 0;
}

.header__sl .software-loesungen .collection_container {
    border: none;
}


.title_with_img span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.onboarding main {
    background: #EEFBFB;
    width: 100%;
    float: left;
}

.onboarding h2 {
    font-size: 23px;
}

.collection_list.projektverlauf:last-child:after {
    display: none;
}

.collection_list.projektverlauf:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 70px;
    background: #6bc1c3;
    border-radius: 999px;
}

.collection_list.projektverlauf:after {
    content: '';
    width: 2px;
    height: 468px;
    position: absolute;
    left: 7px;
    top: 86px;
    background: #6bc1c3;
}

.collection_content.ob_documents .filegallery_content {
    border: none;
    padding: 0;
    background: none;
}

.collection_container.Bereits.abgeschlossen h3.collection_content.projektverlauf__title.title.custom:before {
    content: '';
    width: 27px;
    height: 20px;
    display: inline-block;
    background-image: url(/userdata/images/check-circle-fill.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}



.collection_container.Bereits.abgeschlossen:before {
    content: 'Bereits abgeschlossen';
    position: absolute;
    top: 28px;
    left: 3rem;
    font-size: 11px;
    opacity: .5;
}

.collection_content.ob_documents {
    padding: 1.5rem;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #d3f3f3;
    margin-bottom: 2rem;
}

.title_with_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection_content.ob_img {
    flex-shrink: 0;
}

.collection_content.ob_ansprechpartner_vertrieb {
    width: 100%;
    float: left;
    padding-block-end: 3rem;
}


.collection_content.ob_img img {
    width: 80px!Important;
    height: 80px!Important;
    border: 1px solid #d3f3f3;
    border-radius: var(--br);
    padding: 10px;
    object-fit: contain;
}

.collection_content.ob_ansprechpartner_vertrieb {
    width: 100%;
    float: left;
    padding-block-end: 3rem;
    padding-top: 1rem;
}

.collection_content.ob_ansprechpartner_vertrieb .collection_container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
}

.onboarding .container {
    max-width: 100%;
    padding: 0;
}

.collection_full.onboarding {
    min-height: 100vh;
    background: #eefbfb;
}

.collection_content.av_img img {
    width: 100px!important;
    height: 100px!important;
    object-fit: cover;
    object-position: top;
    border-radius: 999px;
    border: 1px solid #d3f3f3;
}



.collection_content.ob_ansprechpartner_vertrieb .collection_container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.collection_content.ob_ansprechpartner_vertrieb .collection_list.vertrieb {
    padding: 0;
    width: 100%;
}

.collection_content.ob_title_img {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-block-end: 2rem;
}

.onboarding_container_header {
    padding: 0.5rem 2.5rem;
    background: #6cbcbd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.link_login a {
    text-decoration: underline;
    color: #6cbcbd;
}
.onboarding_overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000060;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.onboarding_content_title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.onboarding_content_title img {
    max-width: 50px;
}

.collection_content.ob_user,
.collection_content.ob_pw {
    padding: 1rem;
    border: 1px solid #d3f3f3;
    border-radius: var(--br);
    position: relative;
    margin-bottom: 2.5rem;
}

.collection_content.ob_user:before {
    content: 'Benutzername:';
    position: absolute;
    top: -25px;
    left: -1px;
    font-size: 14px;
}
.collection_content.ob_pw:before {
    content: 'Passwort:';
    position: absolute;
    top: -25px;
    left: -1px;
    font-size: 14px;
}

.onboarding_content_title h2 {
    margin: 0;
}

.onboarding_content_title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

.collection_content.ob_user:after,
.collection_content.ob_pw:after {
    content: '';
    background-image: url(/userdata/images/copy.png);
    width: 15px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    pointer-events: none;
}

.onboarding_bc_da .back_to_overview,
.onboarding_bc_da button#backButton,
.onboarding_bc_da div#slider-wrapper {
    display: none;
}

body.onboarding_bc_da {
    background: var(--clr-primary-light)!important;
}

.onboarding_bc_da .collection_content.av_no,
.onboarding_bc_da header,
.onboarding_bc_da footer,
.onboarding_bc_da .collection_content.av_mail {
    display: none;

}

.collection_list.dabc_contact .collection_content.av_img img {
    width: 63px!important;
    height: 63px!important;
}

.collection_list.dabc_contact .collection_container {
    padding-left: 73px;
}

.collection_content.dabc_text_da,
.collection_content.dabc_text_bc {
    width: 50%;
    float: left;
    padding: 3rem;
}

.collection_content.dabc_text_da .textcontent:before {
    content: '';
    background-image: url(/userdata/images/dieagentur.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}

.collection_content.dabc_text_da {
    padding-right: 1rem;
}

.collection_content.dabc_text_bc {
    padding-left: 1rem;
}

.collection_content.dabc_text_bc .textcontent:before {
    content: '';
    background-image: url(/userdata/images/breadcrumb_kachel.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}

.collection_content.dabc_terminbuchung {
    width: 100%;
    float: left;
    padding: 77px 3rem;
    background-image: url(/userdata/images/termin_banner.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.collection_content.dabc_terminbuchung .textcontent {
    max-width: 500px;
}

.collection_content.dabc_terminbuchung a {
    background: var(--clr-accent);
    padding: 11px 16px;
    color: #fff;
    border-radius: 5px;
}

.onboarding_bc_da .col-support-and-contact {
    display: none!important;
}

.onboarding_bc_da #contactform .contacform .contactformular {
    width: 100%;
    max-width: 550px;
}

.onboarding_bc_da div#contactform {
    padding-top: 0px!important;
    padding-block-end: 0;
}


.onboarding_bc_da div#content {
    padding-block-end: 0;
}

.onboarding_bc_da #contactform .container {
    background: white;
    max-width: 1000px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.onboarding_bc_da #contactform .contacform {
    justify-content: center;
    text-align: center;
}

.collection_content.dabc_terminbuchung h3 {
    color: #fff;
}

.collection_content.dabc_text_da .textcontent, .collection_content.dabc_text_bc .textcontent {
    background: var(--clr-primary-light);
    padding: 2rem;
    position: relative;
    border-radius: var(--br);
    padding-top: 200px;
    height: 420px;
}



.collection_list.dabc_contact {
    width: auto;
}

.onboarding_bc_da .collection_content.av_img {
    position: absolute;
    top: 0;
    left: 0;
}

.collection_content.dabc_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
}

.collection_content.dabc_contact_title,
.collection_content.dabc_contact_company {
    font-size: 13px;
}

.collection_content.dabc_logo img {
    max-width: 250px;
    padding: 10px;
    border: 4px solid white;
    background-color: white;
    border-radius: 15px;
}

.collection_content.dabc_schaubild {
    padding: 3rem;
}

.collection_content.dabc_ansprechpartner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1.5rem;
    gap: 50px;
}

.collection_content.dabc_ansprache {
    padding: 1.5rem;
    text-align: center;
}

.collection_full.onboarding_bc_da_col {
    background: var(--bg-white);
    max-width: 1000px;
    margin: 0 auto;
    border-top-left-radius: 80px;
    overflow: hidden;
    border-top-right-radius: 80px;
}

.onboarding_container {
    background: #fff;
    border-radius: 25px;
    width: 100%;
    overflow: hidden;
    max-width: 430px;
}

button#close_overlay {
    background: transparent;
}

.onboarding_content {
    padding: 2.5rem;
}

.collection_content.ob_termin {
    background: linear-gradient(275deg, rgba(105,201,203,1) 0%, rgba(108,187,188,1) 100%);
    color: #fff;
    padding: 1.5rem;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.collection_content.ob_zeitraum {
    background: #fff;
    padding: 1.5rem;
    border-radius: 25px;
    display: flex;
    border: 1px solid #d3f3f3;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

span.field_description_title {
    font-size: 23px;
    font-weight: 700;
}

img.bc_logo {
    max-width: 200px;
}

.ob_footer > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: .5;
}

.ob_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block-start: 3rem;
}

.collection_content.ob_ansprache {
    line-height: 1.7;
}

.tooltip_button {
    display: block;
    padding-block: 1rem;
    opacity: .5;
    font-size: 14px;
}

button#open_ob_overlay {
    background: #6ac2c4;
}

h3.collection_content.projektverlauf__title.title.custom {
    font-size: 21px;
}

.collection_list.projektverlauf .collection_container {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #d3f3f3;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden;
}

.collection_content.pv_img {
    height: 100%!important;
    position: absolute;
    right: 0;
    width: 20%;
}

.collection_content.ob_text {
    width: 100%;
    padding: 3rem;
}

.collection_content.pv_img {
    flex: 1 1 30%;
}

.collection_content.onboarding_right {
    background: #EEFBFB;
    width: 57%;
    float: right;
}


.collection_content.onboarding_left, .collection_content.onboarding_right {
    min-height: 100vh;
}

.onboarding_right {
    padding: 5rem 10rem;

}

.collection_content.onboarding_left {
    background: #F9FFFF;
    padding: 6rem;
}

.collection_content.onboarding_left {
    position: fixed;
    left: 0;
    top: 0;
    width: 43%;
    z-index: 1;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.collection_container.Bereits.abgeschlossen {
    border: 2px solid #6eee6e!important;
}

.collection_content.col-links__descr.descr {
    min-height: 95px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.bc_da .collection_container.Bereits.abgeschlossen:before {
    display: none;
}

.collection_list.projektverlauf.bc_da {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    float: left;
    text-align: center;
}

.collection_list.projektverlauf.bc_da .collection_container {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d3f3f3;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
    padding: 30px;
}

.collection_content.files_bc_da {
    float: left;
    width: 100%;
    text-align: center;
    padding-block-end: 2rem;
}

.collection_content.files_bc_da .filegallery_content_file {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-block: 5px;
    justify-content: center;
    width: 100%;
    float: left;
}

p.small_title {
    font-size: 11px;
}

.chatbot_explanation {
    padding-inline: 1rem;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    opacity: .7;
}

.collection_content.files_bc_da:before {
    content: 'Ihre Dokumente';
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: var(--fs-title-md);
    text-align: center;
}

.chatbot div#submit_button {
    margin: 0;
}

.collection_content.files_bc_da  .filegallery_content_file:before {
    filter: invert(1);
}

.collection_content.projektverlauf_sales_onboarding {
    float: left;
    width: 100%;
    padding-block-end: 2rem;
}

.collection_list.projektverlauf.bc_da:after {
    content: '';
    width: 2px!important;
    height: 79px!important;
    position: absolute;
    left: 50%!important;
    top: unset!important;
    background: #6bc1c3;
    bottom: -63px!important;
}

.collection_content.files_bc_da .filegallery_content > div:empty {
    max-width: 90%;
    margin-inline: auto;
}

.iFrame_Booking iframe {
    width: 100%;
    min-height: 220vh;
    border-radius: 0;
}

.onboarding_bc_da div#contactform {
    display: none!important;
}

.collection_content.files_bc_da .filegallery_content > div:empty:before {
    content: 'Hier erhalten Sie alle relevanten Dokumente';
    opacity: .5;
    width: 100%;
    border: 1px dashed grey;
    border-radius: var(--br);
    padding: 1rem;
    display: block;
    margin-inline: auto;
    float: left;
    width: 100%;
}

.collection_list.projektverlauf.bc_da:before {
    display: none;
}

/* Onboarding */

.successstories .r_detail_text .textcontent{
    color: #ffffff;
}


/* Responsiv */



@media(max-width:1570px) {
    .header__alllinks .levels:first-child ul.level_2 li {
        flex: 1 1 50%;
    }


}
@media(max-width:1450px) {
    .header-animation iframe {
        width: 510px;
    }
}

@media (max-width: 1400px) {

    .collection_content.onboarding_left {
        padding: 2rem;
    }

    .beratung #content .collection_list.col-beratung .sl_navigation_slogan {
        min-height: 79px;
    }

    .collection_content.onboarding_left {
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        z-index: 1;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .sitepart_6 {
        overflow: hidden;
    }

    .nav_description {
        display: none;
    }


}

    
@media (max-width: 1249px) {
    .new-f-img img {
        border: 5px solid #000;
        border-radius: 20px;
    }

    .collection_content.onboarding_right {
        width: 100%;
        padding: 2rem;
    }

    .collection_content.onboarding_left,
    .collection_content.onboarding_right {
        min-height: auto;
    }


    .new-f-img:before {
        height: 6px;
        top: -3px;
    }

    .col-xs-12.willkommen.d-flex.align-items-center .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
        margin-left: unset;
        height: 300px!important;
        width: 300px!important;
    }

    div#header, #header .container {
        height: 100%;
        width: 100%;
        padding: 0;
    }
    div#header_1,
    #header_2,
    #header_3 {
        padding: 0 !important;
        margin: 0 !important;
    }

    div#toggle_navigation {
        display: block !important;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#header_2 {
        display: none;
    }
    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }

    }

@media(max-width:1120px) {
        .header-animation {
            justify-content: start;
        }
    }

@media only screen and (max-width: 1024px) {

        .collection_list {
            width: 50%;
        }
        .anker-navi .container {
            padding: 0 !important;
        }
    
        .new-f-img img {
            border: 3px solid #000;
            border-radius: 12px;
        }
    
        .new-f-img:before {
            width: 50px;
            height: 4px;
            top: -2px;
    
        }
    }

@media only screen and (max-width: 992px) {

        .footer-sitemap ul {
            flex-wrap: wrap;
        }

        .modal_collection_content {
            padding-top: 0rem;
        }

        .modal_collection_body .collection_content.technology__bg.add_to_modal, .modal_collection_body .collection_content.technology__bg {
            height: 360px;

        }

        .modal_collection_body .collection_content.e_nutzen.add_to_modal, .modal_collection_body .collection_content.t_nutzen {
            width: 100%;
        }

        .modal_collection_body .collection_content.t_nutzen_img, .modal_collection_body .collection_content.e_nutzen_img.add_to_modal {
            width: 100%;
        }

        .modal_collection_body .collection_content.e_nutzen_img.add_to_modal img, .modal_collection_body .collection_content.t_nutzen_img img {
            border-radius: 15px;
            border: 2px solid black;
            height: auto!important;
            object-position: center;
            border-right: 2px solid black;
        }

        .modal_collection_body .collection_content.e_screenshot_frontend.add_to_modal, .modal_collection_body .collection_content.t_screenshot {
            max-width: 90%;
        }
        .modal_collection_body .collection_content.e_screenshot_frontend.add_to_modal img,
        .modal_collection_body .collection_content.t_screenshot img {
            border: 2px solid black;
            border-radius: 15px;

        }

        .modal_collection_body .collection_content.t_screenshot {
            padding-block-end: 30px;
        }

        .modal_collection_body .collection_content.t_screenshot_frontend img, .modal_collection_body .collection_content.e_screenshot_backend.add_to_modal img {
            border-radius: 15px;
            border: 2px solid black;
            height: auto!important;
            object-position: center;
            border-right: 2px solid black;
        }

        .modal_collection_body .collection_content.t_screenshot_frontend, .modal_collection_body .collection_content.e_screenshot_backend.add_to_modal {
            width: 100%;
            max-width: 90%;
            margin-inline: auto;
            float: unset;
        }

        .modal_collection_body .collection_content.t_nutzen_img, .modal_collection_body .collection_content.e_nutzen_img.add_to_modal {
            width: 100%;
            max-width: 90%;
            margin-inline: auto;
            float: unset;
        }

        button#closeModalButton {
            right: 1rem;
            top: 1rem;
        }

        .modal_collection_body {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .modal_collection_body .collection_content.t_project-desc.add_to_modal {
            padding-bottom: 30px;
        }

        .modal_collection_body .collection_content.t_text.add_to_modal {
            padding-top: 2rem!important;
        }

        .modal_collection_body .collection_content.e_nutzen.add_to_modal .textcontent, .modal_collection_body .collection_content.t_nutzen .textcontent {
            padding: 20px;
        }

        .modal_collection_body .collection_list.quotes > .collection_container .qu_text {
            width: 100%;
            padding: 2rem 2rem;
        }

        .modal_collection_body .collection_list.quotes > .collection_container .qu_person {
            display: none;
        }

        .modal_collection_body .table td:after {
            right: 10px;
        }

        .modal_collection_body .table td, .modal_collection_body .table th {
            padding: 16px 20px;
        }

        .modal_collection_body h2.collection_content.add-ons__title.title.custom, .modal_collection_body h3.collection_content.technology__title.title.custom {
            font-size: 27px;
            padding-top: 70px;
            padding-bottom: 5px;
        }

        .modal_collection_body .collection_content.t_text, .modal_collection_body .collection_content.t_text.add_to_modal {
            width: 100%;
            padding: 0 20px;
        }

        .modal_collection_body .collection_content.t_screenshot_frontend, .modal_collection_body .collection_content.e_screenshot_backend.add_to_modal {
            width: 100%;
        }

        .modal_collection_body .collection_content.t_project-desc {
            text-align: center;
            padding: 1rem;
        }
    
 
        #header #header_1 {
            width: auto;
        }
        .anker-navi.sticky {
            position: relative !important;
        }
    }
    
@media (max-width: 768px) {

    form#contactformular_8 {
        flex-direction: column;
        gap: 0;
    }

    .vertriebsbanner_pro_softwareloesung .form-group, .vertriebsbanner_pro_softwareloesung .form-group, .vertriebsbanner_pro_softwareloesung div#submit_button {
        float: unset!Important;
        width: 100%;
    }

    .collection_list.vertriebsbanner .collection_container {
        padding: 2rem 1rem;
    }

    .collection_content.vb_trust ul {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .vertriebsbanner_pro_softwareloesung div#submit_button {
        margin: 0 0 1rem;
    }

    .vertriebsbanner_pro_softwareloesung input#button {
        padding: 1rem;
        width: 100%;
    }

    .onboarding_bc_da div#content {
        padding-block-start: 0!important;
    }

    .collection_content.dabc_ansprechpartner {
        gap: 30px;
        flex-wrap: wrap;
    }

    .collection_content.dabc_terminbuchung {
        padding: 50px 1rem;
    }

    .onboarding_bc_da #contactform .contacform .contactformular {
        overflow: hidden;
    }

    .onboarding_bc_da .container {
        padding: 0;
    }

    .onboarding_bc_da #contactform .container {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .collection_content.dabc_text_da .textcontent, .collection_content.dabc_text_bc .textcontent {
        padding: 1rem;
        padding-top: 140px;
    }

    .collection_full.onboarding_bc_da_col {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .collection_content.dabc_schaubild {
        padding: 2rem 0rem;
    }

    .collection_content.dabc_text_da, .collection_content.dabc_text_bc {
        width: 100%;
        float: left;
        padding: 1rem;
    }

    body.onboarding_bc_da {
        background-color: white!important;
    }

    .collection_content.dabc_ansprache {
        padding: 1rem;
    }

    .collection_content.dabc_logo img {
        max-width: 150px;
    }


        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            padding-left: 5px;
            padding-right: 5px;
        }

        button#open_ob_overlay {
            width: 100%;
            margin-bottom: 1rem;
        }

        button#open_ob_overlay_anfrage {
            width: 100%;
            margin: 0!important;
        }

        div#slider {
            padding-inline: 0;
        }

        #slider-wrapper {
            height: auto;
            padding-block: 2rem;
        }

        .det-loesungen div#slider {
            padding: 0;
        }

        div#slider-image video {
            height: 100%;
            object-fit: cover;
            position: absolute;
            z-index: 0;
            opacity: .1;
        }

        .collection_list.add-ons h2.collection_content.add-ons__title.title.custom:after {
            top: 6px!Important;
            bottom: unset!important;
            left: unset!important;
            right: 0!important;
        }



        .sl_detail_add_ons .add-ons .collection_container .add-ons__title {
            margin-bottom: 10px!important;
        }

        .collection_content.col-links__descr.descr {
            min-height: unset;
            -webkit-line-clamp: unset;
        }

        .collection_content.sl_detail_add_ons {
            padding-inline: 0;
        }

        .technology .t_screenshot img {
            border: 4px solid #000!important;
        }

        .loesungen div#content .container {
            width: 100%!important;
        }

        body.det-loesungen #area-2 .container .col-sl__longtext-img img {
            height: auto!important;
        }
    
        .faq_group_container .faq_question_box {
            padding: 5px 34px 8px 15px;
        }
    
        .container {
            padding-left: 15px;
            padding-right: 15px;
        }
    
  
        .row {
            flex-wrap: wrap;
        }
    
        /* h1 {
            font-size: 2.3rem;
        }
        h2 {
            font-size: 28px;
        } */
    
        .pop-up-button {
            margin-top: 1rem;
        }
    
        .pop-up-button-group .row {
            flex-wrap: wrap;
            margin-left: 7px;
        }
    
        .anker-button.button {
            width: 100%;
            border-bottom: 1px solid var( --clr-primary-white);
        }
        #footer .footer-1,
        #footer .footer-2,
        #footer .footer-3,
        #footer .footer-4 {
            text-align: center;
            margin-bottom: 25px;
        }
        .footer-sitemap li.level_1 {
            width: 100%;
            margin-bottom: 30px;
        }
        .seo .footer-1 {
            padding: 0 20px;
            border: 0;
        }
        .seo .footer-2 {
            padding: 0;
        }
        #privacy-policy .footer-1,
        div#privacy-policy {
            text-align: center !important;
        }
        div#privacy-policy ul {
            padding: 0 !important;
            margin: 0 !important;
        }
        .component.privacy_policy {
            padding: 20px 0 0 0;
        }

    }

@media(max-width:600px) {
    .collection_list {
        width: 100%;
    }

    .ob_footer {
        display: none;
    }

    .collection_content.ob_text {
        padding: 1rem;
    }

    .collection_list.projektverlauf:before,
    .collection_list.projektverlauf:after {
        display: none;
    }

    .collection_content.ob_title_img {

        padding-block-end: 1rem;
    }

    .collection_container.Bereits.abgeschlossen:before {
        display: none;
    }

    .collection_list.projektverlauf {
        padding-left: 0;
        padding-right: 0;
    }

    h3.collection_content.projektverlauf__title.title.custom {
        font-size: 16px;
    }

    span.field_description_title {
        font-size: 19px;
    }

    .filegallery_content_file {
        flex-direction: column;
        align-items: baseline;
    }

    .onboarding h2 {
        font-size: 19px;
    }

    .collection_content.ob_zeitraum {
        flex-direction: column;
        align-items: baseline;
    }
    

    .collection_content.onboarding_right {
        padding: 1rem;
    }

    .collection_content.onboarding_left {
        padding: 1rem;
    }

    .collection_content.ob_title_img {
        flex-direction: column;
        align-items: baseline;
    }

    .collection_content.ob_img img {
        width: 60px!Important;
        height: 60px!Important;
        padding: 5px;

    }

    .pop-up-button {
        width: 40%!important;
        float: left!important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    }

@media only screen and (max-width: 500px) {

        div#content, .main-screen {
            padding: 30px 0 !important;
        }

        #contactform.main-screen .contacform .col-support__wrapper {
            text-align: center;
        }
    
        .pop-up-element {
            padding: 30px 10px!important;
        }
        .vergleich {
            height: 260px!important;
        }
    
        .container {
            min-width: 250px;
        }
    
   
       .footer-sitemap li.level_1 {
            width: 100%;
            text-align: center;
        }
        h2 {
            margin-top: 0px;
        }
    }
   

    
@media (min-width: 768px) {
        .container {
            max-width: 750px;
        }
    

            .col-sm-1,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9 {
                float: left;
            }
            .col-sm-12 {
                width: 100%;
            }
            .col-sm-11 {
                width: 91.66666667%;
            }
            .col-sm-10 {
                width: 83.33333333%;
            }
            .col-sm-9 {
                width: 75%;
            }
            .col-sm-8 {
                width: 66.66666667%;
            }
            .col-sm-7 {
                width: 58.33333333%;
            }
            .col-sm-6 {
                width: 50%;
            }
            .col-sm-5 {
                width: 41.66666667%;
            }
            .col-sm-4 {
                width: 33.33333333%;
            }
            .col-sm-3 {
                width: 25%;
            }
            .col-sm-2 {
                width: 16.66666667%;
            }
            .col-sm-1 {
                width: 8.33333333%;
            }
            .col-sm-pull-12 {
                right: 100%;
            }
            .col-sm-pull-11 {
                right: 91.66666667%;
            }
            .col-sm-pull-10 {
                right: 83.33333333%;
            }
            .col-sm-pull-9 {
                right: 75%;
            }
            .col-sm-pull-8 {
                right: 66.66666667%;
            }
            .col-sm-pull-7 {
                right: 58.33333333%;
            }
            .col-sm-pull-6 {
                right: 50%;
            }
            .col-sm-pull-5 {
                right: 41.66666667%;
            }
            .col-sm-pull-4 {
                right: 33.33333333%;
            }
            .col-sm-pull-3 {
                right: 25%;
            }
            .col-sm-pull-2 {
                right: 16.66666667%;
            }
            .col-sm-pull-1 {
                right: 8.33333333%;
            }
            .col-sm-pull-0 {
                right: auto;
            }
            .col-sm-push-12 {
                left: 100%;
            }
            .col-sm-push-11 {
                left: 91.66666667%;
            }
            .col-sm-push-10 {
                left: 83.33333333%;
            }
            .col-sm-push-9 {
                left: 75%;
            }
            .col-sm-push-8 {
                left: 66.66666667%;
            }
            .col-sm-push-7 {
                left: 58.33333333%;
            }
            .col-sm-push-6 {
                left: 50%;
            }
            .col-sm-push-5 {
                left: 41.66666667%;
            }
            .col-sm-push-4 {
                left: 33.33333333%;
            }
            .col-sm-push-3 {
                left: 25%;
            }
            .col-sm-push-2 {
                left: 16.66666667%;
            }
            .col-sm-push-1 {
                left: 8.33333333%;
            }
            .col-sm-push-0 {
                left: auto;
            }
            .col-sm-offset-12 {
                margin-left: 100%;
            }
            .col-sm-offset-11 {
                margin-left: 91.66666667%;
            }
            .col-sm-offset-10 {
                margin-left: 83.33333333%;
            }
            .col-sm-offset-9 {
                margin-left: 75%;
            }
            .col-sm-offset-8 {
                margin-left: 66.66666667%;
            }
            .col-sm-offset-7 {
                margin-left: 58.33333333%;
            }
            .col-sm-offset-6 {
                margin-left: 50%;
            }
            .col-sm-offset-5 {
                margin-left: 41.66666667%;
            }
            .col-sm-offset-4 {
                margin-left: 33.33333333%;
            }
            .col-sm-offset-3 {
                margin-left: 25%;
            }
            .col-sm-offset-2 {
                margin-left: 16.66666667%;
            }
            .col-sm-offset-1 {
                margin-left: 8.33333333%;
            }
            .col-sm-offset-0 {
                margin-left: 0;
            }
        }

@media (min-width: 992px) {



    .container {
        max-width: 970px;
    }
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9 {
            float: left;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 33.33333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-pull-12 {
            right: 100%;
        }
        .col-md-pull-11 {
            right: 91.66666667%;
        }
        .col-md-pull-10 {
            right: 83.33333333%;
        }
        .col-md-pull-9 {
            right: 75%;
        }
        .col-md-pull-8 {
            right: 66.66666667%;
        }
        .col-md-pull-7 {
            right: 58.33333333%;
        }
        .col-md-pull-6 {
            right: 50%;
        }
        .col-md-pull-5 {
            right: 41.66666667%;
        }
        .col-md-pull-4 {
            right: 33.33333333%;
        }
        .col-md-pull-3 {
            right: 25%;
        }
        .col-md-pull-2 {
            right: 16.66666667%;
        }
        .col-md-pull-1 {
            right: 8.33333333%;
        }
        .col-md-pull-0 {
            right: auto;
        }
        .col-md-push-12 {
            left: 100%;
        }
        .col-md-push-11 {
            left: 91.66666667%;
        }
        .col-md-push-10 {
            left: 83.33333333%;
        }
        .col-md-push-9 {
            left: 75%;
        }
        .col-md-push-8 {
            left: 66.66666667%;
        }
        .col-md-push-7 {
            left: 58.33333333%;
        }
        .col-md-push-6 {
            left: 50%;
        }
        .col-md-push-5 {
            left: 41.66666667%;
        }
        .col-md-push-4 {
            left: 33.33333333%;
        }
        .col-md-push-3 {
            left: 25%;
        }
        .col-md-push-2 {
            left: 16.66666667%;
        }
        .col-md-push-1 {
            left: 8.33333333%;
        }
        .col-md-push-0 {
            left: auto;
        }
        .col-md-offset-12 {
            margin-left: 100%;
        }
        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-md-offset-9 {
            margin-left: 75%;
        }
        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-md-offset-6 {
            margin-left: 50%;
        }
        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-md-offset-3 {
            margin-left: 25%;
        }
        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-md-offset-0 {
            margin-left: 0;
        }
    }

@media (min-width: 1200px) {

        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9 {
            float: left;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }
        .col-lg-pull-12 {
            right: 100%;
        }
        .col-lg-pull-11 {
            right: 91.66666667%;
        }
        .col-lg-pull-10 {
            right: 83.33333333%;
        }
        .col-lg-pull-9 {
            right: 75%;
        }
        .col-lg-pull-8 {
            right: 66.66666667%;
        }
        .col-lg-pull-7 {
            right: 58.33333333%;
        }
        .col-lg-pull-6 {
            right: 50%;
        }
        .col-lg-pull-5 {
            right: 41.66666667%;
        }
        .col-lg-pull-4 {
            right: 33.33333333%;
        }
        .col-lg-pull-3 {
            right: 25%;
        }
        .col-lg-pull-2 {
            right: 16.66666667%;
        }
        .col-lg-pull-1 {
            right: 8.33333333%;
        }
        .col-lg-pull-0 {
            right: auto;
        }
        .col-lg-push-12 {
            left: 100%;
        }
        .col-lg-push-11 {
            left: 91.66666667%;
        }
        .col-lg-push-10 {
            left: 83.33333333%;
        }
        .col-lg-push-9 {
            left: 75%;
        }
        .col-lg-push-8 {
            left: 66.66666667%;
        }
        .col-lg-push-7 {
            left: 58.33333333%;
        }
        .col-lg-push-6 {
            left: 50%;
        }
        .col-lg-push-5 {
            left: 41.66666667%;
        }
        .col-lg-push-4 {
            left: 33.33333333%;
        }
        .col-lg-push-3 {
            left: 25%;
        }
        .col-lg-push-2 {
            left: 16.66666667%;
        }
        .col-lg-push-1 {
            left: 8.33333333%;
        }
        .col-lg-push-0 {
            left: auto;
        }
        .col-lg-offset-12 {
            margin-left: 100%;
        }
        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-lg-offset-9 {
            margin-left: 75%;
        }
        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-lg-offset-6 {
            margin-left: 50%;
        }
        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-lg-offset-3 {
            margin-left: 25%;
        }
        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-lg-offset-0 {
            margin-left: 0;
        }
            .container {
                max-width: 1170px;
            }
        
    
        }

@media (min-width: 1500px) {
        .container {
            max-width: 1300px;
        }
}



    

/* Responsiv */

.onboarding:not(.full_preview)  main{ 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    padding: 20px;
    border-radius: var(--br);
}
body.onboarding.full_preview #open_ob_overlay_anfrage{
    margin-left: 20px;
}

.demo-form-an:not(.hide) {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 35px;
    border-radius: 25px;
}

.demo-form-an:not(.hide) .closeFormButton {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.det-loesungen.softwareloesungen .modal_collection_body .collection_content.t_gallery {
    float: left;
}

.webinar-wrapper .row{
display: flex;
gap: 40px;
}
.webinar-anmeldung .contactformular{
    width: 100%;
    display: flex;
    gap: 40px;
    position: sticky;
    top: 100px;
    }
.webinar-wrapper .row h3:after {
    content: "———";
    float: left;
    width: 100%;
    color: var(--clr-accent);
    letter-spacing: -3px;
}
.webinar-wrapper div#submit_button{
    margin: 16px 0 0 0!important;
}
.webinar .webinar-wrapper .textcontent ul li  {
    list-style: disc;
}
@media (max-width: 660px){
    .webinar-wrapper .row{
        display: block;
        gap: 40px;
        }
    .webinar-anmeldung .contactformular{
        margin-top: 30px;
        }
}