:root {
    --ac: #fff;
    --ac-2: #E89620;
  
    --ff-primary: 'TitilliumWeb','Figtree', sans-serif;
  
    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);
  
    --fw-regular: 500;
    --fw-medium: 600;
    --fw-bold: 700;
  
    --fs-300: 0.8125em;
    --fs-400: 0.875em;
    --fs-500: 0.9375em;
    --fs-600: 1em;
    --fs-650: 1.2em;
    --fs-700: 1.15em;
    --fs-800: 1.3em;
    --fs-900: 1.8em;

    --br: 10px;

    --margin_offset: -80px;
  

  }

  html[data-theme='light'] {

    --clr-primary-dark: #222222;
    --error: red;
    --bg-white: #fff;
    --bg-light: #F6F7F8;

    --bg-grey: #DADADA;

    --w-8: #fff;
  
    --fc-primary: #2C2C2C;
    --fc-hc: #000;
    --fc-heading: #000;

    /* Filter die Bilder im Darkmode weiß machen können */
    --fb: brightness(unset);
    --fi: invert(0);

    /* Es soll die Farbe weiß nur im Darkmode geben */
    --obw: inherit;

    /* Farbe der Scrollbar */
    --scrollbar: #d5d5d5;

    /* Im Light Mode dunkle Akzentfarbe im Darkmode weiß */
    --ac-2-w: #000;

    /* Border Color */
    --b: #e3e3e3;

  }

  html[data-theme='dark'] {

    --clr-primary-dark: #222222;

    --bg-white: #2B2B2B;
    --bg-light: #202020;

    --bg-grey: #2b2b2b;

    --w-8: #fff;
  
    --fc-primary: #B7B7B7;
    --fc-hc: #fff;
    --fc-heading: #fff;
    

    /* Filter die Bilder im Darkmode weiß machen können */
    --fb: brightness(10);
    --fi: invert(1);

    /* Es soll die Farbe weiß nur im Darkmode geben */
    --obw: #fff;

    /* Farbe der Scrollbar */
    --scrollbar: #434343;

    /* Im Light Mode dunkle Akzentfarbe im Darkmode weiß */
    --ac-2-w: #fff;

    /* Border Color */
    --b: #444444;

  }


/* 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;
    color: var(--fc-hc);
}

/* 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: 'TitilliumWeb';
    src: url('/userdata/01_Basic/02_Font/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('/userdata/01_Basic/02_Font/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('/userdata/01_Basic/02_Font/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: 900;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: var(--bg-light) var(--bg-white);
  }

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

  *::-webkit-scrollbar-track {
    background: var(--bg-white);
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar);
    border-radius: 10px;
    border: 3px solid var(--bg-white);
  }



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

div#slider-title {
    width: 100%;
    float: left;
}

span.Webinar {
    background: #68c567 !important;
    color: white;
}

span.Info {
    background: #ebcf52 !important;
    color: white ! Important;
}

.full_preview div#forwarding_area {
    margin-top: -45px;
}

img.person_image_category {
    border-radius: 999px;
    height: 50px !important;
    width: 50px!important;
    object-fit: cover;
    object-position: top;
    border: 1px solid var(--b);
}

.forwarding_container:nth-child(1) {
    font-weight: bold;
}

.overlay_sidebar h1, .overlay_sidebar h2 {
    color: var(--w-8);
    margin-top: 0;
}

.overlay_sidebar h2:before {
    display: none;
}
.overlay_sidebar h2:after {
    content: '——';
    float: left;
    width: 100%;
    color: var(--ac-2);
    letter-spacing: -2px;
}

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

.contactformular {
    width: 100%;
    float: left;
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--br);
    position: relative;
}

.newsletter_form div#submit_button {
    width: 20%;
    float: left;
    margin: 0;
}

.newsletter_form div#submit_button input {
    padding: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.newsletter_form .form-group {
    width: 80%;
    padding: 0;
}

.newsletter_form .form-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.forwarding_container.active .forwarding_content_container {
    border: 2px solid var(--ac-2);
}

/* input:read-only {
    cursor: not-allowed;
  } */


li.level_1 svg {
    width: 15px;
    height: 15px;
    fill: var(--fc-primary);
}

li.level_1 a.active_tree svg {
    fill: var(--fc-hc);
}

.main_navigation {
    float: left;
    width: 230px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: var(--bg-white);
    z-index: 2;
    border-right: 1px solid var(--b);
    font-size: 14px;
}

.home .breadcrumb {
    display: none;
}

.breadcrumb {
    padding-inline: 2rem;
    color: var(--w-8);
    font-size: var(--fs-400);
    padding-block-end: 0.5rem;
}

.overflow_hidden {
    overflow: hidden;
}

div#closeoverlay {
    background-color: var(--bg-white);
    border-radius: var(--br);
    cursor: pointer;
    padding: 1rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 999;
}

div#closeoverlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\d7";
    color: var(--fc-hc);
    font-size: var(--fs-900);
    text-align: center;
    line-height: 1;
}

.breadcrumb span {
    display: flex;
    align-items: center;
    gap: 3px;
}

.breadcrumb a {
    opacity: 7;
    z-index: 1;
}

.breadcrumb a:hover {
    color: var(--w-8);
}

.breadcrumb span.current {
    opacity: 1;
}

input {
    color: var(--fc-hc);
}

.chevron_right {
    width: 5px;
    height: 5px;
    transition: 0.5s;
    transform: rotate(135deg);
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--w-8);
    border-left: 1px solid var(--w-8);
    content: '';
    position: relative;
    flex-shrink: 0;
    margin-right: 2px;
}

div#log_out svg {
    fill: var(--obw);
}

div#footer,
div#footer-header {
    display: none;
}

div#slider .textcontent {
    padding-inline: calc(4rem + 15px);
    z-index: 1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: not-allowed;
}

div#slider .textcontent a {
    color: var(--w-8);
}

main {
    width: calc(100% - 230px);
    float: right;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.full_width {
    width: 100%;
    float: left;
    padding-block-end: 1rem;
}

.text_link {
    color: var(--ac-2-w);
    padding-block-start: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}



.full_preview .back_to_overview {
    display: none;
}



.text_link a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text_link svg {
    fill: var(--ac-2-w);
    width: 15px;
    height: 15px;
}


div#horizontal_nav_bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-inline: 1rem;
    width: calc(100% - 260px);
    z-index: 2;
    color: var(--w-8);
    gap: 1rem;
    transition: all .2s ease-in-out;
}

.partnerunternehmen_title {
    padding-inline: 2rem!important;
    padding-top: 1.5rem!important;
}

.partnerunternehmen_wrapper {
    padding-inline: 15px;
    display: block;
    float: left;
}

.partnerunternehmen_container {
    padding: calc(2rem - 15px);
    display: block;
    float: left;
}

.collection_list.partnerunternehmen {
    text-align: center;
}

.partnerunternehmen_memberlogo {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 12%;
}

.owl_modulvorstellungen .owl-nav {
    padding-block-start: 0;
    padding-bottom: 1rem;
    position: absolute;
    top: -47px;
    right: 1rem;
}

.owl_modulvorstellungen .owl-nav span {
    font-size: 30px;
    line-height: 1;
}

.widget.partnerunternehemen {
    padding-block-end: 55px!important;
}

.collection_content.pu_image:before {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.collection_content.pu_image {
    position: relative;
}

.collection_content.pu_image img {
    height: 100px !important;
}

.collection_list.partnerunternehmen .collection_container {
    border: 1px solid var(--b);
    border-radius: var(--br);
    overflow: hidden;
}

.collection_content.pu_teaser {
    padding-inline: 1rem;
}

.collection_content.pu_link {
    display: inline-block;
    padding: 6px 12px;
    background: lightgray;
    border-radius: var(--br);
    margin: 1rem;
    color: var(--w-8);
}

.collection_content.pu_teaser {
    padding-inline: 1rem;
    min-height: 70px;
}

.collection_content.pu_logo img {
    max-width: 190px;
    margin: 0 auto;
    margin-top: -30px;
    background: white;
    z-index: 1;
    position: relative;
    padding: 15px;
    border-radius: var(--br);
    height: 70px !important;
    object-fit: contain;
}

#logo img {
    max-width: 183px !important;
    height: 100% ! Important;
    object-fit: contain;
    padding: 10px;
    filter: var(--fb);
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

div#slider h1, div#slider h2, div#slider h3, div#slider h4, div#slider h5 {
    color: var(--w-8);
    margin-top: 0;
}

div#slider h6 {
    color: var(--ac-2);
    text-transform: uppercase;
    font-weight: var(--fw-medium);
    letter-spacing: .5px;
    margin-top: 0;
}

.component.title_bg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.component.title_bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    animation: scale 40s linear infinite;
    overflow: hidden;
    filter: brightness(.9);
}

h6.supporthotline_status {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    font-weight: normal;
    border-right: 1px solid white;
    padding-right: 1rem;
    margin: 0;
}


.pulse {
    margin-block-start: 2px;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 999px;
    animation: pulse 2s infinite;
}

.green {
    background: greenyellow;
}

.red {
    background: red;
}

@keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(202, 202, 202, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(226, 5, 18, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(226, 5, 18, 0);
    }
  }


.component.mein_konto {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

div#log_out {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
    opacity: .5;
}

a:hover {
    color: var(--fc-hc);
}

#slider a:hover {
    color: inherit;
}

div#log_out:hover {
    color: var(--fc-hc);
    opacity: 1;
}

#logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

nav {
    padding-inline: 1rem;
    overflow-y: scroll;
    max-height: 650px;
}
nav ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.input.select_body {
    padding-block-start: 5px;
}

span.remove_bracket {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.collection_list.sales_banner {
    width: 100%;
}

.collection_list.sales_banner .collection_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 250px;
    background: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    overflow: hidden;
    transition: 300ms;
}

.collection_content.salesbanner_img img {
    min-height: 250px;
}

.collection_list.sales_banner .collection_container:hover {
    transform: translateY(-3px);
}

.component.mein_konto a:hover {
    color: var(--ac-2);
}


.collection_list.sales_banner .collection_content.salesbanner_img {
    flex: 1 1 30%;
    height: 100%;
    clip-path: polygon(100% 0%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
}

h3.collection_content.sales_banner__title.title.custom {
    font-size: var(--fs-800);
}

.collection_list.sales_banner .collection_content.salesbanner_card_text {
    flex: 1 1 70%;
    padding: 2rem;
}

.collection_content.salesbanner_link a {
    background: var(--ac-2);
    color: var(--w-8);
    margin-top: 20px;
    display: inline-block;
    padding: 5px 13px;
    border-radius: var(--br);
}

.collection_content.salesbanner_card_text svg {
    margin-top: 2rem;
}

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

.collection_full.sales_banner .title.custom {
    font-size: calc(var(--fs-900) * 1.5);
    padding-top: 2rem;
    line-height: 1.2;
}

.collection_full.sales_banner .title.custom:after {
    content: '—';
    display: block;
    color: var(--ac-2);
}

.collection_full.sales_banner .title.custom:before {
    display: none;
}

.collection_full.sales_banner  .collection_content.salesbanner_img img {
    height: 500px!important;
    border-radius: var(--br);
}

.collection_full.sales_banner .collection_content {
    max-width: 1000px;
    margin: 0 auto;
    padding-block-end: 2rem;
}

.collection_full.sales_banner ol li, ul li {
    list-style: inherit;
}

.collection_full.sales_banner .collection_content.salesbanner_text {
    padding-block: 3rem;
    font-size: var(--fs-650);
}

span.small_title {
    font-size: var(--fs-300);
}

.collection_full.sales_banner .collection_content.salesbanner_teaser {
    font-size: var(--fs-650);
    color: var(--fc-hc);
}

.collection_list.sales_banner.service .collection_container {
    background: var(--bg-white);
    color: var(--fc-primary);
    box-shadow: none;
    border: 1px solid var(--b);
}

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

button {
    background: var(--ac-2);
    color: var(--bg-white);
    padding: 10px 15px;
    border-radius: var(--br);
    border: none;
    cursor: pointer;
}

input, select, textarea {
    padding: 1rem;
    width: 100%;
    font-family: inherit;
    border-radius: var(--br);
    accent-color: var(--ac-2);

}

input,
textarea,
select {
    background: var(--bg-light);
    border: 1px solid var(--b);
}

.newsletter_form input {
    background: var(--bg-white);
}

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

input[disabled] {
    cursor: not-allowed;
  }

  .owl-item img {
    height: auto!important;
    width: 100% ! Important;
    border-radius: var(--br);
    aspect-ratio: 16 / 9;
}
.owl-item {
scale: .9;
}
.owl-item.center {
scale: 1;
}

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

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

.back_to_overview a {
    background: var(--ac-2);
    color: var(--bg-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(--ac-2);
    color: var(--bg-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
}

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


a {
    color: inherit;
}

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


.fade {
    opacity: 1;
}

.modal {
    display: block;
}

.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var( --bg-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(--bg-light);
    text-align: center;
    padding: 2rem;
    color: var(--ac-2);
    border-radius: var(--br);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--ac-2);
}

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;
    -webkit-font-smoothing: antialiased;
    font-family: Azo Sans,sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }



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

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

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


.container {
    margin-right: auto;
    margin-left: auto;
    padding-inline: 4rem;
}

.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var( --bg-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(--ac-2);
   color: var( --bg-white);
   border: 1px solid var(--ac-2);
}

/* Navgation */



.faq_nearest_search {
    display: none;
}





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

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



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

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

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

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


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

img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    max-width: 100%;
}

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

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




h2 {
    font-size: var(--fs-800);

}

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



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





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



a {
    text-decoration: none;
}

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

.hide {
    display: none;
}

/* Kollektion */

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

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

.fade {
    opacity: 1;
}

li.level_1.levels {
    position: relative;
}





ul.level_2 {
    position: relative;
    padding-left: 10px;
    border-left: 1px solid var(--ac-2);
    margin-left: 15px;
    display: none;
}

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

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

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



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

.label {
    margin-bottom: 2px;
}

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

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 1px solid var(--ac-2);
    outline-offset: 2px;
}

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


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



div#submit_button {
    display: flex;
    justify-content: center;
}

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

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

input#button {
    background: var(--ac-2);
    color: var(--bg-white);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
}

button {
    background: var(--ac-2);
    color: var(--w-8);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
}

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






.sticky-active {
    position: relative;
}


/* hamburger menu */

#toggle_navigation,
.hamburger_menu {
    display: none;
}

.hamburger_menu .component.mein_konto .textcontent a {
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    padding: 13px;
    border-radius: var(--br);
    background-color: var(--bg-light);
    color: var(--fc-hc);
}

.hamburger_menu .component.mein_konto {
    padding: 0 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 19px;
}

.mobile_active {
    overflow: hidden;
}

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



.hamburger_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    background: var(--bg-white);
    max-height: 100vh;
    overflow-y: scroll;
    height: 100vh;
}

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


.owl_mv .owl-item img {
    border-radius: 0;
}

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

.hamburger_menu ul.level_1 {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
}

.hamburger_menu .component.log_out {
    float: left;
    padding: 0.5rem;
    padding-inline: 19px;
}

.hamburger_menu .component.log_out .textcontent a {
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1;
    padding: 13px;
    border-radius: var(--br);
    background-color: var(--bg-light);
    color: var(--fc-hc);
}

.line {
    position: absolute;
    left: 10px;
    height: 3px;
    width: 35px;
    background: var(--fc-hc);
    border-radius: var(--br);
    display: block;
    transition: 0.5s;
    transform-origin: center;
}



@keyframes scale {
    50% {
      -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);
      -o-transform:scale(1.2);
      transform:scale(1.2);
    }
  }

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


.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: 220px;
}

body.service #content .row {
    float: unset;
    width: unset;
}

.service .collection_list .collection_content.ank_status span {
    background: #68c567 !important;
    color: white;
}

.shop {
    padding-inline-end: 80px;
}

.service_category {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--b);
    padding: 20px;
    padding-top: 0;
    padding-block-end: 30px;
}

.service_category:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.article h3 {
    margin-top: 0;
    margin-bottom: 3px;
}

.article_link_container h3 {
    margin-top: 0;
    margin-bottom: 3px;
}

.slots > h3 {
    border-bottom: 1px solid var(--b);
    padding-block-end: 10px;
    margin-block-end: 15px;
}

.shop_container {
    background: var(--bg-white);
    padding-top: 15px;
    border-radius: var(--br);
    border: 1px solid var(--b);
}

.article.no-slots {
    background: var(--bg-light);
    opacity: .5;
    pointer-events: none;
}

.webinar_title {
    border-bottom: 1px solid var(--b);
    padding-block-start: 10px;
    padding-inline: 15px;
}

.service .widget {
    padding-inline: 0;
}

.article {
    position: relative;
    background: var(--bg-white);
    border: 2px solid var(--bg-white);
    padding: 15px;
    cursor: pointer;
    border-radius: var(--br);
    border: 1px solid var(--b);
}

.article_link_container {
    position: relative;
    background: var(--bg-white);
    border: 2px solid var(--bg-white);
    padding: 15px;
    cursor: pointer;
    border-radius: var(--br);
    border: 1px solid var(--b);
}



img.person_image {
    max-width: 60px;
    height: 60px ! Important;
    width: 60px ! Important;
    border-radius: 9999px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    object-position: top;
    border: 1px solid var(--b);
}

.person_hover {
    position: absolute;
    max-width: 330px;
    padding: 10px;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    background: var(--bg-white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: var(--br);
    opacity: 0;
    border: 1px solid var(--b);
    pointer-events: none;
}



.person_hover_container:hover .person_hover {
    opacity: 1;
}

button#closeOverlay {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--bg-light);
    color: black;
    z-index: 9999;
    padding: 5px 10px;
    border-radius: 999px;
}

.slots > h2 {
    border-bottom: 2px solid var(--ac-2);
    padding-block-end: 10px;
    margin-bottom: 15px;
}


.article.active_article {
    border: 2px solid var(--ac-2);
}

.erfolgsmeldung {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_categories {
    border-bottom: 2px solid var(--ac-2);
    padding-block-end: 7px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

span.personal_images {
    display: flex;
    align-items: center;
    gap: 5px;
}

.erfolgsmeldung .row {
    background: var(--bg-white);
    max-width: 570px;
    padding: 40px;
    border-radius: var(--br);
    border: 1px solid var(--b);
}

.slot_buchen {
    background: var(--ac-2);
    color: white;
    padding: 4px 9px;
    font-size: 14px;
    border-radius: var(--br);
    display: inline-block;
    margin-top: 8px;
}

.service-gebucht div#forwarding_area,
 .service-gebucht div#slider-wrapper {
    opacity: 0;
 }
.service-gebucht #content a {
    background: var(--ac-2);
    color: white;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 1rem;
    border-radius: var(--br);
}

.slot_buchen:hover {
    background: var(--ac-2);
    color: white;
}

.slot.inactive {
    cursor: not-allowed;
    background: var(--bg-light);
    filter: grayscale(1);
    opacity: .7;
}

.slot {
    border: 1px solid var(--b);
    padding-block-end: 1rem;
    margin-bottom: 1rem;
    border-radius: var(--br);
    padding: 20px;
    position: relative;
}



.article_link {
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
    color: var(--ac-2);
    margin-top: 5px;
}

.articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.slots_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.article:hover {
    background: var(--bg-light);
}

.article_link_container:hover {
    background: var(--bg-light);
 
}
.slots {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: var(--br);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    min-height: 90vh;
    width: 100%;
    max-width: 1080px;
    overflow-y: scroll;
    height: 90vh;
}

.slot {
    border-bottom: 1px solid var(--b);
    padding-block-end: 1rem;
    margin-bottom: 1rem;
}

p.slot_date {
    font-weight: bold;
    font-size: 18px !important;
}


div#slider {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

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

/* Footer */

#footer {
    clear: both;
    padding: 70px 0 25px 0;
    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%;
}

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

li.level_1 a.active_tree {
    background-color: var(--bg-light);
    color: var(--fc-hc);
}

li.level_1 a.placeholder {
    padding-block-end: 5px !important;
    font-size: 13px;
    color: grey;
    cursor: unset;
    margin-top: 15px;
}

li.level_1 a.placeholder:hover {
    background: var(--bg-white);
    color: grey;
}

li.level_1 a:hover {
    background-color: var(--bg-light);
    opacity: 1;
    color: var(--fc-hc);
}

li.level_1 a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    padding: 10px;
    background-color: var(--bg-white);
    border-radius: var(--br);
    font-weight: var(--fw-medium);
}

#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: 15px 0;
    clear: both;
    text-align: right;
}



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

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

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

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

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

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


/* Account */

.account div#forwarding_area {
    margin-top: var(--margin_offset);
}

.account div#slider-title {
    padding-block-end: 3rem;
}

.account_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.account_data {
    padding: 2rem;
    background: var(--bg-white);
    border-radius: var(--br);
    width: 100%;
    float: left;
    margin-bottom: 2rem;
}

.account_fields .form_group {
    flex: 1 1 40%;
}

.password_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.password_data {
    padding: 2rem;
    background: var(--bg-white);
    border-radius: var(--br);
    width: 100%;
    float: left;
    margin-bottom: 2rem;
}

.password_fields .form_group {
    flex: 1 1 40%;
}

.password_fields .form_group.w-100 {
    flex: 1 1 100%;
}

.password_data .toolbar_container {
    width: 100%;
    float: left;
    padding-block-start: 2rem;
}

/* Account Ende */

/* Announcements */

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

.widget_menu #closeContextMenu {
    border-top: 1px solid var(--b);
    color: var(--error);
    background: none;
    border: none;
    display: block;
    border-radius: none !important;
    padding: 9px 10px;
    text-align: left;
    font-size: var(--fs-400);
    width: 100%;
}

.collection_list.news.announcements {
    width: 50%;
    padding: 15px;
}

.home .collection_list.news.announcements {
    width: 100%;
}

.widget_title h2 {
    margin: 0;
}

.home .collection_list.news.announcements .collection_content.teaser {
    -webkit-line-clamp: 2!important;
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    padding-inline: 0!Important;
    margin-bottom: 0!Important;
    min-height: 42px;
}
.home .collection_list.news.announcements .collection_content.icon svg {
    position: absolute;
    top: 2.5px;
    left: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
    fill: var(--ac-2-w)
}

.collection_list.news.announcements .collection_container {
    padding-left: 2rem;
}

h3.collection_content.announcements__title.title.custom {
    margin: 0;
}

.collection_list .collection_content.ank_status span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background: #ededed;
    padding: 3px 10px;
    border-radius: 7px;
}

.collection_list .collection_content.ank_status .Fertig {
    background: #95cf00;
    color: white;
}

.collection_list .collection_content.ank_status .in.Arbeit {
    background: var(--ac-2);
    color: white;
}

button#openContextMenu {
    background: none;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--b);
    padding: 1rem;
    position: relative;
}

.widget_header .textcontent h2 {
    margin: 0;
}


.widget {
    border-radius: var(--br);
    border: 1px solid var(--b);
    background: var(--bg-white);
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.widget_menu p,
.widget_menu a {
    width: 100%;
    display: block;
    padding: 9px 10px;
    cursor: pointer;
    font-size: var(--fs-400);
}

.widget_menu {
    display: none;
    background: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    position: absolute;
    top: 50px;
    padding-block-start: 5px;
    right: -10px;
    width: 170px;
    z-index: 999;
    box-shadow: 0 0 13px 1px #00000030;
}



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



.widget_menu h4 {
    padding: 9px 10px 10px 10px;
    border-bottom: 1px solid var(--b);
    font-size: 15px;
    margin: 0;
}

.widget_menu:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--bg-white);
    border: 1px solid var(--b);
    position: absolute;
    right: 33px;
    rotate: 45deg;
    border-right: none;
    border-bottom: none;
    top: -2px;
    transform: translateX(-50%);
}

.widget_menu #closeContextMenu {
    border-top: 1px solid var(--b);
    color: var(--error);
    background: none;
    border: none;
    display: block;
    border-radius: none!important;
    padding: 9px 10px;
    text-align: left;
    font-size: var(--fs-400);
    width: 100%;
}

.collection_list.news.announcements .collection_container {
    min-height: unset;
    background-color: unset;
    padding: 0;
    overflow: visible;
    border: 0;
}

.collection_list.news.announcements .collection_container:hover .collection_content.teaser {
    color: inherit;
}

.ankuendigungen.full_preview main {
    background: var(--bg-white);
}

.collection_full.news.announcements .collection_content.icon {
    display: none;
}


.highlight_ankündigung .collection_list.news.announcements .collection_container {
    padding: 1.5rem;
    background-color: var(--ac-2);
    color: var(--w-8);
    border-radius: var(--br);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: visible;
}

.highlight_ankündigung .collection_list.news.announcements {
    padding: 0;
}

.highlight_ankündigung .collection_list.news.announcements h3.collection_content.announcements__title.title.custom {
    margin-top: 0;
    color: inherit;
    padding-left: 2rem;
}

.highlight_ankündigung .collection_list.news.announcements .collection_content.icon svg {
    fill: var(--ac-2);
    top: 1.5rem;
    left: 1.5rem;
}


.highlight_ankündigung .collection_list.news.announcements .collection_container:after {
    content: '';
    width: 25px;
    height: 25px;
    background: var(--ac-2);
    position: absolute;
    bottom: -10px;
    left: 80px;
    transform: rotate(45deg);
}



.ankuendigungen .collection_list.news.announcements .collection_container {
    background: var(--bg-white);
    padding: 15px;
    border-left: 3px solid var(--ac-2);
    height: 100%;
}

.ankuendigungen .collection_content.icon {
    display: none;
}

.newspage .collection_content.teaser {
    padding: 0 1rem;
}

.ankuendigungen .collection_list.news.announcements {
    width: 33.33%;
    height: 150px;
}

.ankuendigungen .collection_content.teaser {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}



.highlight_ankündigung .collection_container.Wichtige.Ankündigung h3.collection_content.announcements.news__title.title.custom {
    color: var(--w-8);
    padding-left: 2rem!important;
}

h3.collection_content.announcements.news__title.title.custom {
    margin: 0;
    padding: 0!important;
}

.highlight_ankündigung .collection_list.news.announcements .collection_container:before {
    display: none;
}

/* Announcements Ende */

/* Belegcenter Ende */

.belegcenter span.forwarding_number {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.belegcenter  .forwarding_content_container svg {
    position: absolute;
    top: 1rem;
    right: 1rem;
    fill: var(--ac-2-w);
}

.belegcenter div#forwarding_area span.forwarding_text {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: var(--fs-600);
}

.choose_order {
    padding: 6px 20px;
    display: inline-block;
    background: var(--ac-2);
    color: var(--w-8);
    border-radius: var(--br);
    margin: 15px;
}

.collection_content:empty {
    display: none;
}

/* .belegcenter div#myTable_filter {
    position: absolute;
    top: -60px;
    right: 0;
} */

.belegcenter div#example_filter input {
    border: 1px solid var(--b);
    border-radius: var(--br);
    padding: 10px 15px;
    background-color: var(--bg-white);
    margin-left: 0;
    border: none;
    margin-left: 3px
}



.belegcenter div#forwarding_area {
    margin-top: var(--margin_offset);
}

.listform_table {
    width: 100%;
    float: left;
    padding: 20px 15px;
}

.belegcenter table.dataTable tbody tr {
    cursor: pointer;
}

.belegcenter main .dataTable {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--br);
}

.belegcenter div#slider-title {
    padding-block-end: 3rem;
}

.belegcenter a.forwarding_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}





.belegcenter div#forwarding_area .forwarding-wrapper {
    flex-wrap: wrap;
}

/* Belegcenter Ende */

/* 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-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-hc);
    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-300);
    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(--w-8);
    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(--ac-2);
    flex: 1;
    text-align: center;
    color: var(--w-8);
}


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-hc);
    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(--ac-2);
}

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

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

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

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

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

.collection_list.changelog {
    width: 25%;
    padding: 15px;
}




.collection_content.changelog_type {
    font-size: 12px;
    background: #e6e6e6;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 999px;
}

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

.collection_list.changelog h3.collection_content.changelog__title.title.custom {
    margin: 0;
}

.collection_list.changelog .collection_content.changelog_icon {
    border-bottom: 4px solid var(--ac-2);
    margin-bottom: 1rem;
}

.collection_list.changelog .collection_container {
    background: white;
    border-radius: var(--br);
    overflow: hidden;
    border: 1px solid var(--b);
    min-height: 460px;
}

.home .filter_display {
    display: none;
}

.home     .collection_list.changelog {
    width: 33.33%;
}

.collection_list.changelog span.filter_name {
    background: white;
    padding: 0 1rem;
    font-size: 12px;
    color: var(--ac-2);
    margin-bottom: 5px;
    display: block;
}

.drop_d_block.match {
    border: 3px solid var(--ac-2);
}

.collection_list .collection_content.changelog_text {
    padding: 0 1rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.collection_full.changelog .collection_container.Vertragsmanagement {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.changelog_details .changelog_icon {
    max-width: 90px;
    margin-bottom: 10px;
    display: none;
}

.changelog_details .changelog_text {
    border-top: 1px solid var(--b);
    margin-top: 1rem;
}

.collection_full.changelog {
    padding-inline: 15px;
}

.collection_content.changelog_text {
    padding-block: 1rem;
}

.collection_full.changelog .title.custom {
    font-size: var(--fs-900);
    line-height: 1.2;
    margin-top: 0;
}

.changelog_details {
    flex: 1 1 50%;
    width: 50%;
}

.collection_content.changelog_gallery {
    flex: 1 1 50%;
    width: 50%;
    position: sticky;
    top: 2rem;
}

.changelog_details .collection_content.changelog_version,
.changelog_details .collection_content.changelog_type {
    margin-right: 10px;
}

/* .collection_list.changelog .collection_container:after {
    content: '»';
    position: absolute;
    right: 1rem;
    bottom: 1rem;
} */

.changelog .filter_display {
    padding: 0;
    border-bottom: 1px solid var(--b);
    gap: 0;
    margin-bottom: 1rem;
}

.changelog a.button_filter.a-filter {
    background: transparent;
    color: var(--ac-2);
    padding: 10px 15px;
    float: left;
    border-radius: 0;
    font-weight: 800;
    border-bottom: 2px solid var(--ac-2);
}

.changelog a.button_filter.o-filter:hover {
    background: transparent;
    color: var(--ac-2);
    padding: 10px 15px;
    float: left;
    border-radius: 0;
    font-weight: 800;
    border-bottom: 2px solid var(--ac-2);
}

.changelog a.button_filter.o-filter {
    background: transparent;
    color: grey;
    padding: 10px 15px;
    float: left;
    border-radius: var(--br);
    border: none;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--ac-2);
    margin: 0 auto;
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    background: var(--bg-white);
    font-size: 17px;
}

.collection_content.changelog_version {
    font-size: 12px;
    background: #e6e6e6;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 999px;
}

.collection_content.changelog_date {
    font-size: 12px;
    background: #e6e6e6;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 999px;

}

.collection_list.changelog h3.collection_content.changelog__title.title.custom {
    margin: 0;
    padding-inline: 1rem;
    margin-bottom: 5px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_content.changelog_icon img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}


.collection_list.changelog .collection_content.changelog_type {
    margin-left: 1rem;
    margin-bottom: 1rem;
    margin-right: 10px;
}

.collection_list.changelog .collection_content.changelog_version {
    margin-right: 10px;
}

.cookie-accept.cookie-option {
    background: var(--ac-2);
    color: white;
    padding: 10px;
    border-radius: var(--br);
    margin-top: 5px;
    cursor: pointer;
}


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

/* Cookiemeldung Ende */

/* Downloadcenter */

.treeGroup_level_0 {
    width: 100%;
    float: left;
    padding-block-end: 1rem;
}

div#openAttributeMenu {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

div#openAttributeMenu svg {
    width: 15px;
    opacity: .5;
}

.attribute_info {
    display: none;
    position: absolute;
    top: 55px;
    left: 50px;
    width: 310px;
    max-width: 310px;
    background: var(--bg-white);
    border: 1px solid var(--b);
    border-radius: var(--br);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 999;
    padding: 10px;
}

.wartungsseite {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 1rem;
    flex: 1 1 60%;
}

a[role=button] {
    background: var(--ac-2);
    display: inline-block;
    padding: 10px 20px;
    color: var(--w-8)!important;
    border-radius: var(--br);
    text-decoration: none!important;
    margin-top: 1rem;
}

button#submitFilters {
    margin-block: 1rem;
    display: block;
    float: left;
    width: 100%;
}



.attribute_info:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid var(--b);
    rotate: 45deg;
    position: absolute;
    top: -8px;
    left: 60px;
    border-bottom: none;
    border-right: none;
}

.treeItem a:before {
    content: '';
    background-image: url(/userdata/01_Basic/03_Icons/x-axis.svg);
    position: relative;
    width: 13px;
    height: 9px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    top: 1px;
}

.category_item p {
    word-break: break-word;
    font-size: var(--fs-400);
}

table.dataTable.display tbody td {
    border-top: 1px solid var(--b)!important;
}

body .downloadcenter_container table.dataTable.display tbody td {
    border: none!Important;
}

.all-posts .collection_list.knowledgecenter-post {
    width: 20%;
}

.all-posts .collection_list.knowledgecenter-post .collection_container {
    min-height: 333px;
}

.treeItem.title a:before {
    display: none;
}

.treeItem {
    color: var(--ac-2-w);
    padding-block: 1px;
    width: 100%;
    float: left;
}

.treeGroup_level_0 > .treeItem a {
    font-weight: bold;
}

.treeItem.selected > a {
    text-decoration: underline;
    font-weight: bold!important;
    color: var(--ac-2);
}

.category_item img {
    object-fit: contain;
    height: 79px!important;
}

.category_item:hover,
.download_center_items:hover {
    background: #00000008;
}

.download_center_textcontent img {
    padding: 10px;
    height: 96px!Important;
    object-fit: contain;
}

tr.download_item {
    width: 12.5%;
    float: left;
}

.category_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    width: 116px;
    height: auto;
    padding: 10px;
}

.treeGroup_level_1 {
    width: 100%;
    float: left;
    padding-left: 1rem;
}

.treeGroup_level_1 a {
    font-weight: 500!important;
}

.treeGroup_level_2 {
    width: 100%;
    float: left;
    padding-left: 2rem;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: var(--br);
    padding: 10px 15px;
    background-color: var(--bg-white);
    margin-left: 0;
    border: none!important;
}

#myTable_filter input[type="search"] {
    min-width: 290px;
}

.downloadcenter .forwarding-wrapper {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-inline: 2rem;
}

.downloadcenter .forwarding_content_container a {
    background: var(--bg-grey);
    color: var(--fc-hc);
    padding: 10px 20px;
    border-radius: var(--br);
}

.downloadcenter table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

.downloadcenter #example_wrapper table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: none;
}

.downloadcenter table.dataTable.display>tbody>tr:hover>* {
    box-shadow: none;
}

.downloadcenter .download_item td {
    border-radius: var(--br);
    white-space: unset!important;
    width: 100%;
    display: block;
    min-height: 53px;
    position: relative;
    padding: 0;
    cursor: pointer;
    transition: 300ms;
}

h4.archive_disabled {
    margin-top: 100px;
    padding-inline: 15px;
}

p.download_item_description {
    font-size: var(--fs-300);
    color: var(--fc-hc);
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
    min-height: 39px;
    word-break: break-all;
}

.download_svg svg {
    fill: var(--fc-hc);
}

p.download_item_upload_date {
    font-size: var(--fs-300);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.download_item_tooltip {
    opacity: 0;
    top: -10px;
    position: relative;
    transition: 300ms;
    position: absolute;
    left: 15px;
    text-align: center;
    background: var(--bg-white);
    border: 1px solid var(--b);
    border-radius: var(--br);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 5px 15px;
    font-size: var(--fs-300);
    z-index: 1;
    width: 100%;
}

.download_item_tooltip:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--b);
    border-bottom: 1px solid var(--b);
    position: absolute;
    bottom: -6px;
    left: 16px;
    transform: rotate(45deg);
    background: var(--bg-white);
}

.downloadcenter_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    float: left;
}

.downloadcenter_filter div#example_filter {
    width: auto;
}

.downloadcenter div#tableProduct .dataTables_wrapper .dataTables_filter {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 2rem 2rem 0rem 2rem;
}

.downloadcenter table#myTable {
    padding-inline: calc(2rem - 15px);
}

.downloadcenter div#tableProduct .dataTables_wrapper .dataTables_filter input {
    background: var(--bg-white);
    padding: 1rem!important;
    border: 1px solid var(--b);
    border-radius: var(--br);
    margin: 0;
}

.downloadcenter .collapse-content {
    right: 50px;
}

.downloadcenter .download_item td:hover .download_item_tooltip {
    opacity: 1;
    top: -30px;
}

/* .downloadcenter .download_item td:hover .download_center_items {
    transform: translateY(-4px);
} */

.download_center_items {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 1rem;
    min-height: 110px;
    border-radius: var(--br);
    justify-content: space-between;
    transition: 300ms;
}

.downloadcenter table.dataTable tbody tr:hover {
    box-shadow: none;
}

/* Downloadcenter Ende */

/* FAQ */

.faq_group_container .faq_question_box {
    background: var(--bg-light);
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: var(--br);
    padding-inline-end: 2rem;
}
/* FAQ */

.faq_headline {
    margin-bottom: 1.5rem;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container {
    width: 100%;
    float: left;
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--br);
}

.faq {
    width: 100%;
    float: left;
    margin-block-end: 2rem;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 20px;
    padding: 20px;
    background: var(--bg-light);
    margin-top: -20px;
    border-radius: var(--br);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq_question_box.active {
    border-radius: var(--br);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--ac-2);
    color: var(--w-8);
}


.faq_question_box h3 {
    font-size: var(--fs-650);
    font-weight: var(--fw-medium);
}

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

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    bottom: 0px;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}



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

/* FAQ Ende */

/* Forwarding */

div#forwarding_area .forwarding-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow-x: scroll;
    white-space: nowrap;
    padding-inline: 15px;
    margin-bottom: 15px;
}
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  div#forwarding_area .forwarding-wrapper::-webkit-scrollbar {
      display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    div#forwarding_area .forwarding-wrapper {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
  
  div#forwarding_area {
      width: 100%;
      float: left;
      margin-top: -50px;
      transition: all .15s ease-in-out;
  }

.home   div#forwarding_area {
      margin-top: 45px;
  }

  .home .full_width .collection_list.news {
    padding-top: 0;
  }
  
  div#forwarding_area .forwarding_content_container {
    width: 150px;
    height: 150px;
    background: var(--bg-white);
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    position: relative;
    color: var(--fc-hc);
    border-radius: var(--br);
    scale: .99;
    transition: all .15s ease-in-out;
    border: 1px solid var(--b);
}
  
  div#forwarding_area .forwarding_content_container:hover {
      scale: 1;
      transition: all .15s ease-in-out;
  
  }
  
  div#forwarding_area  .forwarding_image {
      position: absolute;
      top: 1rem;
      right: 1rem;
  }
  
  .forwarding_image svg {
      fill: var(--obw);
  }
  
  div#forwarding_area .forwarding_text {
    white-space: initial;
    font-weight: var(--fw-medium);
  }
  
  
  
  
  
  .home div#forwarding_area .forwarding_container:first-child .forwarding_content_container,
  .tickets div#forwarding_area .forwarding_container:first-child .forwarding_content_container {
      background: var(--ac-2);
      color: var(--w-8);
      border: 1px solid var(--ac-2);

      
  }
  
  .home div#forwarding_area .forwarding_container:first-child svg,
  .tickets div#forwarding_area .forwarding_container:first-child svg {
  fill: var(--w-8);
    
  }
  

  .home div#slider-wrapper {
    height: 220px;
}
  
  
  #slider .forwarding-wrapper {
      color: var(--w-8);
      padding-inline: calc(4rem + 15px);
      column-count: 2;
  }

  #slider .forwarding-wrapper {
    max-width: 485px;
    position: absolute;
    right: 5rem;
    color: black;
    padding: 1rem;
    display: flex;
    border-radius: var(--br);
    border: 1px solid var(--b);
    background: var(--bg-white);
    width: 100%;
    float: left;
    top: 0;
    flex-direction: column;
    background: var(--ac-2);
    color: white;
    border-color: var(--ac-2);
}
  
  #slider .forwarding_content {
      display: flex;
      align-items: center;
      gap: 0.5rem;
  }
  
  #slider .forwarding_image svg {
      width: 12px;
      height: 12px;
  }

  
  :root {
      --bg-color: rgb(20, 20, 20);
      --card-color: rgb(23, 23, 23);
    }
  
    
    #forwarding_area:hover > .forwarding_container::after {
      opacity: 1;
    }
    
  
    
    #forwarding_area .forwarding_content_container:hover::before {
      opacity: 1;
    }
  
    #forwarding_area .forwarding_content_container {
      background-color: rgba(255, 255, 255, 0.1);
      position: relative;
      border-radius: var(--br);
      cursor: pointer;
   
    }
    
    #forwarding_area .forwarding_content_container::before,
    #forwarding_area .forwarding_content_container::after {
      border-radius: inherit;
      content: "";
      height: 100%;
      left: 0px;
      opacity: 0;
      position: absolute;
      top: 0px;
      transition: opacity 500ms;
      width: 100%;
    }
    
    #forwarding_area .forwarding_content_container::before {
      background: radial-gradient(
        800px circle at var(--mouse-x) var(--mouse-y), 
        rgba(255, 255, 255, 0.06),
        transparent 40%
      );
      z-index: 3;
    }
  
    
    
    #forwarding_area .forwarding_content_container::after {  
      background: radial-gradient(
        600px circle at var(--mouse-x) var(--mouse-y), 
        rgba(255, 255, 255, 0.4),
        transparent 40%
      );
      z-index: 1;
    }
    
    .forwarding_knowledgecenter_wrapper {
      padding: 15px;
  }
  
  .forwarding_knowledgecenter_content {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--br);
  }
  
  .forwarding_knowledgecenter .forwarding-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .forwarding_knowledgecenter .forwarding_container {
    flex: 1;
  }
  
  .forwarding_knowledgecenter .forwarding_content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
  .forwarding_knowledgecenter .forwarding_content_container {
    padding: 1rem;
    background: var(--bg-light);
    color: var(--fc-heading);
  }
  
  .forwarding_knowledgecenter .forwarding_image svg {
    fill: var(--fc-heading);
  }
  
  .forwarding_content_container.active {
    border: 2px solid var(--ac-2) !important;
}

/* Gerätecenter */

.geraetecenter div#forwarding_area {
    margin-top: -120px;
}

.geraetecenter div#slider-title {
    padding-block-end: 3rem;
}

.geraetecenter div#tableProduct .dataTables_wrapper .dataTables_filter {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 15px;
    flex-wrap: wrap;
}

.geraetecenter div#tableProduct .dataTables_wrapper .dataTables_filter input {
    background: var(--bg-white);
    padding: 1rem!important;
    border: 1px solid var(--b);
    border-radius: var(--br);
    margin: 0;
}


.geraetecenter div#tableProduct div#myTable_info {
    display: none;
}


.geraetecenter div#tableProduct  table.dataTable.display>tbody>tr.odd>* {
    box-shadow: none;
}

.geraetecenter div#tableProduct table.dataTable.display tbody td {
    border-top: none;
}

.geraetecenter div#tableProduct .service_item {
    padding: 15px;
    width: 33.33%;
    float: left;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 0.5rem;
}

.dataTables_filter {
    padding-block-end: 1rem;
}

.file_size {
    display: inline-block;
    background: var(--bg-light);
    padding: 2px 8px;
    border: 1px solid var(--b);
    border-radius: var(--br);
}

.dataTables_info {
    font-size: var(--fs-300);
    opacity: .5;
}

.product_item {
    cursor: pointer;
}

div#tableProductCardform_wrapper .dataTables_filter input {
    border: 1px solid var(--b);
    border-radius: var(--br);
    padding: 10px 15px;
    background-color: transparent;
    margin-left: 0;
}
 .dataTables_length select {
    border: 1px solid var(--b)!important;
    border-radius: var(--br)!important;
    padding: 10px 15px!Important;
}

.geraetecenter div#tableProduct table#myTable {
    border: none;
    padding-block-start: 1rem;
}

.geraetecenter div#tableProduct table.dataTable thead th, table.dataTable thead td {
    border: none;
}

.geraetecenter div#tableProduct p.service_item_no {
    color: var(--ac-2);
    font-size: var(--fs-300);
}

/* .geraetecenter .service_item_description h3:before {
    content: "—";
    float: left;
    width: 100%;
    color: var(--ac-2);
} */

.geraetecenter div#tableProduct .service_item_serial,
.geraetecenter div#tableProduct .service_item_adress {
    font-size: var(--fs-400);
    white-space: normal;
}

.geraetecenter div#tableProduct .service_item_content {
    padding: 2rem 0;
    overflow: hidden;
}

.geraetecenter div#tableProduct .service_item_description h3 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 0;
    white-space: break-spaces;
    max-width: 90%;
    word-wrap: break-word;
}

.geraetecenter div#tableProduct table.dataTable tbody td {
    padding: 0;
    width: 100%;
    float: left;
}

.geraetecenter div#tableProduct table.dataTable.display>tbody>tr:hover>* {
    box-shadow: none;
}

.geraetecenter div#tableProduct .service_item_container {
    background-color: var(--bg-white);
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    border-radius: var(--br);
    min-height: 186px;
    cursor: pointer;
    transition: 200ms;
}

.geraetecenter div#tableProduct .service_item_container:hover {
    transform: translateY(-3px);
}

.geraetecenter div#tableProduct table.dataTable tbody tr:hover {
    box-shadow: none;
}

.service_item_image img {
    height: 80px!important;
    object-fit: cover;
    width: 120px!important;
}
.service_item_image {
    flex-shrink: 0;
    padding: 20px;
}

.geraetecenter .service_item.list_form {
    width: 100%!important;
    padding: 5px 15px!important;
}

.geraetecenter div#tableProduct .service_item.list_form .service_item_container {
    min-height: unset!important;
    position: relative;
}

.geraetecenter .service_item.list_form .service_item_image img {
    height: 70px!important;
    width: 140px!important;
    object-fit: contain;
}

.geraetecenter div#tableProduct .service_item.list_form .service_item_content {
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.geraetecenter div#tableProduct .service_item.list_form .service_item_description h3 {
    max-width: 100%;
    margin: 0;
    font-size: var(--fs-650);
}

.geraetecenter .service_item.list_form .service_item_container svg {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.geraetecenter .service_item.list_form p.service_item_no {
    min-width: 120px;
}

.geraetecenter button#switch_view {
    padding: 1rem;
}

div#portalmail img {
    width: auto!important;
}

.geraetecenter div#myTable_wrapper {
    padding-block-start: 17px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 1rem;
}

/* Forwarding Ende */

/* Knowledgecenter  */

.collection_list.knowledgecenter-post .collection_container {
    background: var(--bg-white);
    border-radius: var(--br);
    overflow: hidden;
    transition: 300ms;
}

.collection_list.knowledgecenter-post .collection_container .collection_content.kc_img img {
    height: 170px!important;
}

.collection_list.knowledgecenter-post .collection_container h3.collection_content.knowledgecenter-post__title.title.custom {
    padding-inline: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.collection_list.knowledgecenter-post .collection_container h3.collection_content.knowledgecenter-post__title.title.custom:before {
    content: '—';
    float: left;
    width: 100%;
    color: var(--ac-2);
}



input.searchbar {
    border: none;
    position: relative;
}

.kc_back_button {
    padding: 0 15px;
}

h2.kc_search_title {
    padding-inline: 15px;
}



.major_group .row {
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 1rem;
}

.search_container {
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 1rem;
}
p.kc_hint {
    padding-inline: 1rem;
    font-size: var(--fs-300);
    text-decoration: underline;
    color: var(--ac-2);
    position: absolute;
    bottom: 1rem;
}

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

a.kc_post_link {
    width: 100%;
    border-bottom: 1px solid var(--b);
}


input.searchbar:after {
    content: '';
    background-image: url(/userdata/01_Basic/03_Icons/search.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.collection_full.news .collection_container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.news_kacheln {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.collection_content.news_kachel_title {
    font-weight: bold;
    font-size: 24px;
    padding: 0!Important;
    color: var(--ac-2);
    text-align: center;
}

.collection_content.news_kachel a {
    color: var(--ac-2);
    text-decoration: underline;
}

.news_kachel h2 {
    margin-bottom: 1.5rem
}

.news_kacheln ol li, 
.news_kacheln ul li {
    list-style: disc;
}

.collection_content.news_kachel {
    flex: 1;
    background: white;
    padding: 1.5rem;
    border-radius: var(--br);
}

.not_news_kacheln {
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
    align-items: flex-start;
    width: 100%;
}

.filegallery_content a:hover {
    color: inherit;
}

.search_bar_group {
    padding-inline: 1rem;
    max-width: 1000px;
}

.home a.button.bookmark {
    display: none;
}



a.button.bookmark {
    background: var(--ac-2);
    padding: 10px 20px;
    float: left;
    border-radius: var(--br);
    color: var(--w-8);
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    display: none;
}

.full_preview .button.bookmark {
    display: block;
}

.collection_list.knowledgecenter-post .collection_container .collection_content.kc_teaser {
    padding-inline: 1rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-block-start: 0.5rem;
}

span.highlight {
    display: inline-block;
    background: #e6e6e6;
    padding: 1px 6px;
}

.all-posts .collection_list.knowledgecenter-post .collection_container .collection_content.kc_teaser {
    margin-bottom: 0rem;
}

.collection_list.knowledgecenter-post .collection_container:hover {
    transform: translateY(-3px);
}



button#backButton {
    background: none;
    color: var(--ac-2);
    position: relative;
    margin: 0 5px;
}

button#backButton:before {
    width: 5px;
    height: 5px;
    transition: 0.5s;
    transform: rotate(315deg);
    position: relative;
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--ac-2);
    border-left: 1px solid var(--ac-2);
    content: '';
    float: left;
    top: 8px;
    margin-right: 4px;
}



.collection_content.kc_files {
    background: var(--bg-white);
    border-radius: var(--br);
    width: 100%;
    float: left;
    border: 1px solid var(--b);
}

.filegallery_content {
    padding-inline: 1rem;
}

.collection_full.knowledgecenter-post .filegallery_content_file:before {
    content: '';
    background-image: url(/userdata/01_Basic/03_Icons/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    filter: invert(1);
}

.filegallery_content_file {
    display: flex;
    align-items: center;
    gap: 5px;
    word-break: break-all;
    border-bottom: 1px solid var(--b);
    padding-block: 1rem;
}

.filegallery_content_file a:hover {
    text-decoration: underline;
}

.filegallery_content_file:last-child {
    border-bottom: 0;
}

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

.full_preview .collection_full.knowledgecenter-post {
    display: block !important;
    padding-inline: 15px;
    max-width: 1290px;
}

div#overlayContent {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.521);
    height: 100%;
}

div#overlayPDF {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.521);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#overlayContentPDF {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

embed {
    height: 90vh;
    width: 100%!important;
    max-width: 1400px!important;
}

div#closeoverlay {
    background-color: var(--bg-white);
    border-radius: var(--br);
    cursor: pointer;
    padding: 1rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 999;
}

div#closeoverlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\d7";
    color: var(--fc-dark);
    font-size: var(--fs-900);
    text-align: center;
    line-height: 1;
}

div#closeOverlay {
    position: fixed;
    right: 1rem;
    top: 1rem;
    background: white;
    padding: 8px 17px;
    border-radius: var(--br);
    cursor: pointer;
}


.collection_full.knowledgecenter-post .content_left {
    background: var(--bg-white);
    padding: 1.5rem;
    border-radius: var(--br);
    border: 1px solid var(--b);
    float: left;
}

.collection_full.knowledgecenter-post .collection_content.kc_image {
    width: 100%;
    float: left;
    border-radius: var(--br);
    overflow: hidden;
    margin: 1rem 0;
}

.collection_full.knowledgecenter-post .collection_container {
    width: 100%;
    float: left;
}

.collection_full.knowledgecenter-post .collection_content.kc_img img {
    border-radius: var(--br);
    margin-block-end: 1rem;
    height: 340px!important;
}

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

.collection_full.knowledgecenter-post .collection_content.kc_video {
    width: 100%;
    float: left;
    padding: 1rem 0;
}

.collection_full.knowledgecenter-post .collection_content.kc_video .youtubecontent iframe {
    height: auto;
    aspect-ratio: 16/9;
}

.collection_full.knowledgecenter-post .collection_content.kc_teaser {
    padding-block-end: 1rem;
    border-bottom: 1px solid var(--b);
}

.collection_full.knowledgecenter-post .collection_content.kc_article {
    padding-block: 1rem;
}

.knowledgecenter-post.full_preview .breadcrumb {
    padding-block-end: 1.5rem;
}


.collection_full.knowledgecenter-post .collection_content.kc_img {
    display: none;
}
.kc_category {
    background: var(--bg-white);
    border-radius: var(--br);
    overflow: hidden;
    padding-block-end: 1.5rem;
    min-height: 322px;
    transition: 300ms;
    border: 1px solid var(--b);
    position: relative;
}

a.kc_category_link {
    float: left;
    flex: 1 1 16%;
}

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

img.kc_img {
    height: 150px!Important;
}

p.kc_tags {
    padding-inline: 1rem;
    margin-top: 1rem;
}

h3.kc_title {
    padding-inline: 1rem;
    margin-block-end: 1rem;
    min-height: 48px;
}

.pct_read {
    display: flex;
    width: 100%;
    padding-inline: 1rem;
    flex-direction: column;
    position: relative;
    gap: 5px;
}

.pct_status {
    height: 10px;
    background: var(--ac-2);
    border-radius: 999px;
    z-index: 1;
    position: relative;
}

.pct_textcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: var(--fs-400);
}

.pct_textcontent:after {
    content: '';
    width: 100%;
    height: 10px;
    background: var(--bg-light);
    position: absolute;
    bottom: 0;
    border-radius: 999px;
    max-width: calc(100% - 2rem);
    left: 50%;
    transform: translateX(-50%);
}

.kc_card_list {
    display: flex;
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.kc_content_card {
    border-radius: var(--br);
    background: var(--bg-white);
    padding-block-start: 1rem;
    border: 1px solid var(--b);
}

.kc_content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-inline: 1rem;
    padding-bottom: 1rem;
}

.kc_content_card .svg_content {
    width: 45px;
    height: 45px;
}

.svg_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: var(--bg-light);
    border-radius: var(--br);
}

.kc_content_text h5 {
    margin: 0;
}

.kc_content_link {
    border-top: 1px solid var(--b);
    display: flex;
    align-items: center;
    padding: 1rem;
    justify-content: space-between;
}

.my_bookmarks {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100vh;
    background: var(--bg-white);
    padding: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    width: 350px;
    display: none;
}

.close {
    padding-block-end: 1rem;
    cursor: pointer;
}

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

.newsletter_form .contactformular {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.my_bookmarks .headline {
    padding-bottom: 2rem;
}

.bookmark_container {
    border: 1px solid var(--b);
    display: flex;
    align-items: center;
    padding: 1rem;
    padding-left: 4rem;
    border-radius: var(--br);
    margin-bottom: 1rem;
    position: relative;
}

button.show_all_posts {
    width: 100%;
    margin-top: 1rem;
}

.bookmark_content_svg {
    position: absolute;
    top: 0;
    background: var(--ac-2);
    height: 100%;
    width: 55px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid var(--ac-2);
}

a.bookmark_content {
    font-weight: bold;
}

a.remove_bookmark {
    content: '';
    background-image: url(/userdata/01_Basic/03_Icons/delete.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

a.remove_bookmark {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* Knowledgecenter Ende */

/* Login */

.login_container {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

div#login_form {
    flex: 1 1 60%;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

.faq_question_box.active h3 {
    color: var(--w-8);
}

.faq_question_box.active:after {
    color: var(--w-8);
}

div#logo_area img {
    max-width: 334px;
    width: 334px !important;
}

.login_form h6 {
    color: var(--ac-2);
}

form#form_admin_login {
    padding-block-start: 2rem;
}

.login_form_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-block-start: 7rem;
}

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

input#login-button {
    background: var(--ac-2);
    color: var(--w-8);
    width: auto;
    padding: 10px 40px;
    cursor: pointer;
}

div#logo_area {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.component.login_background {
    overflow: hidden;
}

.component.login_background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    animation: scale 40s linear infinite;
    overflow: hidden;
    filter: brightness(0.7);
}

.login_form_container {
    padding: 3rem 2rem;
    width: 100%;
    max-width: 480px;
    background: var(--bg-white);
    border-radius: var(--br);
}

.login_buttons {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 2rem;
}

.login_buttons_right,
.login_buttons_left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.login_buttons a {
    color: var(--w-8);
}

.mobile_logo {
    display: none;
}

.login_form_container .form_group {
    margin-block-end: 5px;
}

/* Login Ende */

/* Marketingcenter */

.mc_categories_container, .mc_posts_collection_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.collection_list.mc_categories {
    flex: 1 1 50%;
}

/* .faq_offset .faq {
    margin-top: -198px;
} */

.collection_list.mc_categories .collection_container {
    background: var(--bg-white);
    border-radius: var(--br);
    overflow: hidden;
}

.collection_list.mc_categories h3.collection_content.mc_categories__title.title.custom {
    padding-inline: 1rem;
    padding-block-end: 1rem;
}

.collection_content.mc_category_link a {
    padding-inline: 1rem;
    padding-block-end: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.collection_content.mc_category_link {
    padding-inline: 1rem;
    padding-block-end: 1rem;
}

.marketingcenter .faq {
    width: 100%;
    float: left;
    margin-block-end: 2rem;
    padding: 15px 0;
}
.collection_list.mc_categories h3.collection_content.mc_categories__title.title.custom:before {
    content: '—';
    float: left;
    width: 100%;
    color: var(--ac-2);
}

h1.collection_content.mc_posts__title.title.custom:before {
    content: '—';
    float: left;
    width: 100%;
    color: var(--ac-2);
}

.collection_list.mc_categories .collection_content.mc_category_img img {
    height: 200px!Important;
}

.marketingcenter div#forwarding_area {
    margin-top: var(--margin_offset);
}

.marketingcenter div#slider-title {
    padding-block-end: 3rem;
}

.marketingcenter div#forwarding_area .forwarding_text {
    font-size: var(--fs-600);
}



@media (min-width: 600px) {

    .collection_list.mc_categories:nth-child(3n) .collection_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
    
    .collection_list.mc_categories:nth-child(3n) .collection_container .collection_content.mc_category_img {
        grid-area: 1 / 1 / 3 / 2;
    }

    .collection_list.mc_categories:nth-child(3n) .collection_container .collection_content.mc_category_link {
        grid-area: 2 / 2 / 3 / 3;
    }

    .collection_list.mc_categories:nth-child(3n) .collection_container .collection_content.mc_category_img img {
        height: 250px!important;
        object-fit: cover;
    }
    .collection_list.mc_categories:nth-child(3n) .collection_container h3.collection_content.mc_categories__title.title.custom {
        grid-area: 1 / 2 / 2 / 3;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: flex-end;
        padding-block-end: 0;
        margin: 0;
    }
}

.collection_list.mc_posts .collection_container {
    background: var(--bg-white);
    border-radius: var(--br);
    overflow: hidden;
}

.collection_list.mc_posts h3.collection_content.mc_posts__title.title.custom {
    padding-inline: 1rem;
    padding-block-end: 1rem;
}



.collection_list.mc_posts h3.collection_content.mc_posts__title.title.custom:before {
    content: '—';
    float: left;
    width: 100%;
    color: var(--ac-2);
}

h3.collection_content.mc_files__title.title.custom:before {
    content: '—';
    float: left;
    width: 100%;
    color: var(--ac-2);
}

.collection_content.mc_data_info:after {
    content: '';
    background-image: url(/userdata/01_Basic/03_Icons/info.svg);
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    background-size: contain;
    opacity: .7;
}

.collection_content.mc_data_info {
    font-size: var(--fs-300);
    display: flex;
    align-items: center;
    gap: 5px;
}

.collection_content.mc_data_info {
    font-size: var(--fs-300);
}

.collection_list.mc_posts .collection_content.mc_post_img img {
    height: 200px!Important;
}

.collection_list.mc_posts {
    flex: 1 1 50%;
}

.mc_posts .filter_display {
    display: none;
}

.collection_list.mc_posts:nth-child(1) {
    padding-block-start: 0;
}

.collection_list.mc_posts:nth-child(2) {
    padding-block-start: 0;
}

.collection_full.mc_posts .collection_content.mc_post_img {
    display: none;
}

.collection_full.mc_posts.show {
    float: left;
    border-radius: var(--br);
    padding: 15px;
}

.collection_full.mc_posts.show > .collection_container {
    background: white;
    padding: 2rem;
    border-radius: var(--br);
    display: block;
}

.collection_list.mc_files {
    width: 50%;
    padding: 0;
    flex: 1 1 40%;
    overflow: hidden;
}

.collection_list.mc_files .collection_container {
    background: var(--bg-light);
    padding: 1rem;
    border-radius: var(--br);
    width: 100%;
    float: left;
    height: 100%;
}

.collection_content.mc_data_connected_with_mc_posts {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

h1.collection_content.mc_posts__title.title.custom {
    margin-bottom: 2rem;
}

.collection_full.mc_posts  .collection_content.mc_data_img img {
    height: 300px!Important;
    object-fit: contain;
}

.collection_full.mc_posts .filegallery_content_file:before {
    content: '';
    width: 9px;
    height: 9px;
    background: var(--ac-2-w);
    border-radius: 999px;
    outline: 1px solid var(--ac-2-w);
    outline-offset: 2px;
    display: block;
    float: left;
    flex-shrink: 0;
    margin-left: 2px;
    margin-right: 5px;
}

.collection_content.mc_data_files {
    width: 100%;
    float: left;
    padding: 1rem 0;
}

/* Marketingcenter Ende */

/* News */

body.demo.news.home #slider-wrapper {
    height: 230px;
}

.full_preview div#slider-wrapper {
    height: 230px;
}

body.demo.news.home .breadcrumb {
    display: block;
}



.collection_list.news .collection_container {
    background: var(--bg-white);
    border-radius: var(--br);
    overflow: hidden;
    transition: 300ms;
    min-height: 327px;
    border: 1px solid var(--b);
}


.collection_list.news .collection_container:hover .collection_content.teaser {
    color: var(--fc-hc);;
}

.home .collection_list.news.announcements {
    border-bottom: 1px solid var(--b);
}

.home .collection_list.news.announcements:last-child {
    border-bottom: 0;
}

.collection_full.news .collection_content.vorschaubild {
    padding-block-end: 0 !important;
    position: sticky;
    top: 60px;
    flex: 1 1 50%;
}

.articel_details a {
    text-decoration: underline;
    color: blue;
}

.articel_details {
    flex: 1 1 50%;
}

.collection_list.news .collection_content.date {
    padding-inline: 1rem;
    padding-block-start: 1rem;
    color: var(--ac-2);
    font-size: var(--fs-400);
}


.collection_list.news .collection_container h3.collection_content.news__title.title.custom {
    padding-inline: 1rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-block-end: 0;
}

.home .collection_list.news .collection_container .collection_content.teaser {
    padding-inline: 1rem;
    margin-bottom: 2rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-block-start: .5rem;
}

.collection_list.news .collection_container .collection_content.vorschaubild img {
    height: 140px !important;
    border-bottom: 4px solid var(--ac-2);
}

.collection_list.collection_list.modulvorstellung .collection_container .collection_content.mv_image img {
    object-position: right;
    height: 150px !important;
    border-bottom: 4px solid var(--ac-2);
}

.collection_content.mv_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

h3.collection_content.modulvorstellung__title.title.custom {
    padding-inline: 1rem;
    font-size: var(--fs-800);
    padding-top: .5rem;
}

.collection_content.mv_teaser {
    margin: 0rem 1rem 1.5rem 1rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_full.news .collection_content.vorschaubild img {
    height: auto !important;
    border-radius: var(--br);
}


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






.news.full_preview div#hero_content {
    display: none!important;
}

.collection_full.news .collection_content.artikeltext {
    padding-block: 1rem;
}






.collection_content_full {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.collection_content_full .collection_content {
    background: none!important;
    padding: 0!important;
}


.news.full_preview main,
.schulung.full_preview main,
.services.full_preview main {
    background: var(--bg-white);
}
.collection_full.news .collection_content.bilduntertitel {
    font-size: var(--fs-300);
    padding-block: 5px!Important;
}

h3.collection_content.news.services__title.title.custom {
    padding-inline: 1rem;
}

h3.collection_content.news.schulungen__title.title.custom {
    padding-inline: 1rem;
}

.collection_list .collection_content.teaser {
    padding-inline: 1rem;
}

.collection_full.news {
    padding: 15px;
    width: 100%;
    float: left;
}

.collection_full.news .title.custom {
    font-size: var(--fs-900);
    line-height: 1.2;
    padding-block-end: 1rem;
    margin-top: 0;
}

.artikeltext ol li,
.artikeltext ul li {
    list-style: disc;
}



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

.youtubecontent iframe {
    width: 100%;
    height: 450px;
    border-radius: var(--br);
}




.collection_full.news .collection_content.date {
    color: var(--ac-2);
    margin-bottom: 1rem;
}



.collection_full.news .date_time {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: .5;
    flex-direction: row-reverse;
}

.collection_content.author:before {
    content: 'von ';
}

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



.news.full_preview .collection_content a {
    color: var(--ac-2);
    text-decoration: underline;
}



.collection_full.news .collection_content.gallery {
    padding-block-end: 2rem!important;
    width: 100%;
    display: flex;
}

.collection_content.youtube_video {
    display: flex;
    padding-block-end: 2rem!important;
}

.collection_content.kc_files:before {
    content: 'Downloads';
    font-size: var(--fs-800);
    font-weight: bold;
    display: block;
    border-bottom: 1px solid var(--b);
    padding: 1rem;
}

/* News Ende */

/* Overlay Ticketkarte usw.  */

:root {
    --height_ticket_card_form: calc(100vh - 4rem);
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 2000;
    display: none;
  }
  
  .infobox {
    padding: 15px;
    text-align: center;
  }
  
  div#myTable_filter {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
  }
  
  
  
  #overlayWrapper {
    max-width: 1400px;
    z-index: 2001;
    background-color: var(--bg-white);
    position: fixed;
    min-height: 100px;
    height: var(--height_ticket_card_form);
    left: 50%;
    top: 50%;
    width: 100%;
    display: none;
    /* -moz-box-shadow: 0 4px 20px 10px #5c5c5c;
    -webkit-box-shadow: 0 4px 20px 10px #5c5c5c87;
    box-shadow: 0 4px 20px 10px #5c5c5c8a; */
    transform: translate(-50%, -50%);
    border-radius: var(--br);
    overflow: hidden;
  }
  
  button#reset_filter {
    background: var(--bg-white);
    color: var(--fc-primary);
  }
  
  
  /* .service_item_table {
    overflow-y: scroll;
    max-height: 450px;
  } */
  
  .general_information .service_item_table {
    padding-block-end: 1rem;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .general_information .service_item_table::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .general_information .service_item_table {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  .overlay_container {
    display: flex;
  }
  
  .overlay_sidebar h1,
  .overlay_sidebar h2 {
    color: var(--w-8);
  }
  
  div#overlayMessages {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .overlay_sidebar_logo img {
    max-width: 60px;
  }
  
  .overlay_sidebar_step_headline h2 {
    color: var(--w-8);
  }
  
  .overlay_sidebar_step_headline.active {
    display: block
  }
  
  .overlay_sidebar {
    max-width: 330px;
    flex: 1;
    padding: 2rem;
    background: var(--ac-2);
    color: var(--w-8);
    border: 1px solid var(--ac-2);
    overflow-y: scroll;
    height: var(--height_ticket_card_form);
    border-right: none;
  
  }
  
  .overlay_section .overlay_columns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .overlay_section .overlay_columns .form_group {
    flex: 1 1 40%;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .overlay_sidebar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .overlay_sidebar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  .overlay_sidebar_step_headline {
    padding-block-start: 4rem;
    padding-block-end: 1rem;
  }
  
  .overlay_sidebar_section .form_group {
    margin-bottom: 5px;
  }
  
  .state {
    font-size: var(--fs-300);
    text-align: center;
    opacity: .5;
    margin-bottom: 5px;
  }
  
  .outbound_header,
  .inbound_header {
    font-size: var(--fs-300);
    margin-top: 3px;
    opacity: .5;
  }
  
  .inbound_message {
    max-width: 95%;
  }
  
  
  
  .overlay_toggle_area {
    display: none;
  }
  
  
  .overlay_toggle_area.show_overlay_toggle_area {
    display: block;
  }
  
  .overlay_toggle_headline {
    position: relative;
    cursor: pointer;
  }
  
  .overlay_toggle_headline.headline_clicked:after {
    transform: rotate(45deg);
  }
  
  .w-100 {
    width: 100%;
  }
  
  .overlay_toggle_headline:after {
    width: 7px;
    height: 7px;
    transition: 0.5s;
    transform: rotate(225deg);
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--w-8);
    border-left: 1px solid var(--w-8);
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
  }
  
  
  
  .Nachricht,
  .Message,
  .File,
  .Datei {
    background: var(--bg-light);
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--b);
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
  }
  
  .Nachricht.inbound_message:after,
  .Message.inbound_message:after,
  .File.inbound_message:after,
    .Datei.inbound_message:after {
    content: '';
    background: var(--bg-light);
    border: 1px solid var(--b);
    border-right: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: -8px;
    rotate: 45deg;
    border-top: none;
  }
  
  .File a,
  .Datei a {
    display: flex;
    align-items: center;
  }
  
  .File a:before,
  .Datei a:before {
    content: "";
    background-image: url(/userdata/01_Basic/03_Icons/paperclip.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    background-color: var(--w-8);
    padding: 5px;
    border-radius: var(--br);
    background-position: center;
    margin-right: 5px;
  }
  
  .Datei a:hover,
  .File a:hover {
    color: inherit;
  }
  
  .Nachricht.outbound_message:after,
  .Message.outbound_message:after,
  .File.outbound_message:after,
  .Datei.outbound_message:after {
    content: '';
    background: var(--ac-2);
    border: 1px solid var(--ac-2);
    border-left: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: -8px;
    rotate: 45deg;
    border-bottom: none;
  }
  

  
  
  button#add_files {
    background: var(--bg-light);
    color: var(--fc-hc);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  button#add_files svg {
      height: 15px;
      width: 15px;
      fill: var(--fc-hc);
  }


  
  .ck_editor_send_button_container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-block-end: 1rem;
  }
  
  .ck_editor_send_button_container div#cke_input_mail_content {
    width: 100%;
  }
  
  .ck_editor_send_button_container li.promoted {
    width: 100%;
  }
  
  .ck_editor_send_button_container li.promoted a {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
  }
  
  .ck_editor_send_button_container ul.toolbar_menu {
    flex: 1;
    flex-wrap: wrap;
  }
  
  div#portalmail {
    display: flex;
    flex-direction: column-reverse;
    flex-shrink: 0;
  }
  
  .overlay_content_wrapper.ticket_card_form {
    padding-block-end: calc(4rem + 25px);
  }
  
  .overlay_sidebar_section input {
    color: #ffffffb0;
    background: transparent;
    border: 1px solid #ffffff33;
    padding: 10px;
  }
  
  .overlay_sidebar_section .label {
    opacity: .8;
  }
  
  .overlay_sidebar_title {
    padding-block: 1rem;
  
  }
  
  .outbound_message {
    max-width: 95%;
    margin-left: auto;
    background: var(--ac-2)!important;
    color: var(--w-8);
    border-color: var(--ac-2);
  }
  
  div#overlayMessages, .overlay_notification {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 999;
    position: relative;
  }
  .overlay_notification {
    padding-inline: 1rem;
  
  }
  
  .send_message .files_container .file_item {
    width: auto;
    flex: unset;
  }
  
  
  
  .errorbox {
    background: #d04747;
    color: white;
    padding: 1rem;
    border-radius: var(--br);
    width: 100%;
    position: relative;
  }
  
  .errorbox:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #d04747;
    bottom: -7px;
    left: 30px;
    position: absolute;
    rotate: 45deg;
  }
  
  /* .errorbox:before,
  .successbox:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    content: "\d7";
    color: var(--w-8);
    font-size: var(--fs-900);
    text-align: center;
    line-height: 1;
    transform: translateY(-50%);
  } */
  
  .successbox {
    background: green;
    color: white;
    padding: 1rem;
    border-radius: var(--br);
    width: 100%;
    position: relative;
  }
  
  .Datei img {
    height: 200px!important;
    object-fit: contain;
  }
  
  .successbox:after {
    content: '';
    width: 16px;
    height: 16px;
    background: green;
    bottom: -7px;
    left: 30px;
    position: absolute;
    rotate: 45deg;
  }
  .overlay_content_wrapper {
    width: 70%;
    flex: 1;
    padding-block: 4rem;
    padding-block-end: calc(4rem + 100px);
    position: relative;
    height: var(--height_ticket_card_form);
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: white;
}
  
  
  
  .overlay_section.communication {
    height: 100%;
    flex-direction: column-reverse;
    overflow-y: scroll;
    padding-block-end: 0;
  }
  
  .overlay_section.send_message {
    padding-block-start: 0;
  }
  
  
  .overlay_buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--bg-white);
    width: calc(100% - 330px);
    padding: 2rem;
    border-top: 1px solid var(--b);
    display: flex;
    justify-content: end;
    align-items: center;
  }
  
  
  
  .files_container {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .file_item {
    flex: 1 1 40%;
  }
  
  .w-50 {
    width: 50%;
  }
  
  .select_group {
    display: flex;
    gap: 1rem;
    padding-block: 1rem;
  }
  
  .new_ticket_cardform .select_group {
    padding-block: .5rem;
  }
  
  .overlay_navigation {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  p.overlay_section_desc {
    margin-bottom: 1.5rem;
  }
  
  div#example_filter {
    width: 100%;
  }
  
  #example_wrapper table.dataTable.no-footer {
    border-bottom: none;
    padding-block: 1rem;
  }
  
  #example_wrapper table.dataTable tbody tr {
    cursor: pointer;
  }
  
  #example_wrapper table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid var(--b);
  }
  
  div#example_filter input {
    padding: 1rem;
    margin: 0;
    border-radius: var(--br);
    border: 1px solid var(--b);
    background: var(--bg-light);
  }
  
  button.prev {
    background-color: var(--bg-light);
    color: var(--fc-hc);
  }
  
  .create_ticket li.not_promoted {
    display: inline-block;
  }
  
  .create_ticket ul.toolbar_menu {
    justify-content: flex-start;
    margin-block: 2rem;
  
  }

  .create_ticket_summary table input {
    padding: 0;
    background: no-repeat;
    border: none;
}

.create_ticket_summary table {
    border-collapse: collapse;
    width: 100%;
    border-radius: var(--br);
  }

  .downloadcenter div#example_filter {
    display: none;
}

.file_content {
    width: 33.33%;
    padding: 15px;
    float: left;
    padding-inline-start: 0;
    padding-right: 30px;
}

.file_content a:before {
    content: "";
    background-image: url(/userdata/01_Basic/03_Icons/paperclip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 19px;
    position: relative;
    display: inline-block;
    border-radius: var(--br);
    background-position: center;
    margin-right: 5px;
}

.file_content a {
    padding: 2rem;
    border: 1px solid var(--b);
    background-color: var(--bg-light);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--br);
}

.file_content a {
    padding: 2rem;
    border: 1px solid var(--b);
    background-color: var(--bg-light);
}
  
  .create_ticket_summary  td, 
  .create_ticket_summary th {
    border-bottom: 1px solid var(--b);
    text-align: left;
    padding: 1rem 0
  }

  .df_group .label {
    margin-bottom: 2px;
    margin-top: 1rem;
}

.df_group input[type="checkbox"] {
    width: auto;
}
  
button.next.not_clickable {
    background-color: var(--bg-light);
    color: var(--fc-primary);
    cursor: not-allowed;
}

ul.overlay_sidebar_info {
    padding: 0;
    opacity: .8;
}

ul.overlay_sidebar_info li {
    border-bottom: 1px solid #ffffff3b;
    padding: 4px 0;
    font-weight: var(--fw-regular);
    font-size: var(--fs-400);
}

ul.overlay_sidebar_info li:last-child {
    border-bottom: none;
}

.overlay_title {
    width: 100%;
    padding-inline: 1rem;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.overlay_title h1 {
margin-bottom: 0;
}

.overlay_title span {
    font-size: 15px;
    font-weight: var(--fw-regular);
    opacity: .5;
}

.overlay_title h1:before {
    content: '——';
    float: left;
    width: 100%;
    color: var(--ac-2);
    letter-spacing: -2px;
}
  
  ul.toolbar_menu {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: end;
  }
  
  li.not_promoted a {
    background: var(--bg-light);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
  }
  
  li.promoted a {
    background: var(--ac-2);
    padding: 10px 15px;
    border-radius: var(--br);
    cursor: pointer;
    border: none;
    color: var(--w-8);
  }
  
  .create_ticket a.button_save {
    background: var(--ac-2)!important;
    color: var(--w-8);
  }
  
  .new_ticket_cardform .overlay_buttons {
    white-space: nowrap;
    gap: 1rem;
  }
  
  .general_information h2 {
    margin-top: 0;
  }
  
  .new_ticket_cardform .overlay_section {
    padding-top: 0;
  }
  
  table.cardform {
    width: 100%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    rotate: 180deg;
    position: absolute;
    color: var(--fc-hc);
    border: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content: "^";
    background-color: transparent;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: transparent;
}
  
  .overlay_section {
    width: 100%;
    padding-inline: 1rem;
    padding-block: 2rem;
    display: none;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .overlay_section.active {
    display: block;
  }
  
  .overlay_section.flex_active {
    display: flex;
  }
  
  ul#sidebar_tabs {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
  }
  
  .overlay_sidebar_tabs {
    width: 100%;
    float: left;
    padding-block-start: 1rem;
  }
  
  li.tab {
    padding: 10px 14px;
    background: var(--bg-white);
    color: var(--fc-hc);
    border-radius: var(--br);
    opacity: .5;
    cursor: pointer;
  }
  
  .existing_ticket_cardform .overlay_sidebar {
    border-right: none;
  }
  
  div#overlayLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000069;
    background-image: url(/userdata/01_Basic/03_Icons/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2%;
    z-index: 9999;
    display: none;
    left: 0;
    top: 0;
  }

  a#cke_33 {
    display: none;
}
  
  li.tab.tab_active {
    opacity: 1;
    width: 340px;
  }
  
  .overlay_content_wrapper input,
  .overlay_content_wrapper textarea {
    accent-color: var(--ac-2);
    border: 1px solid var(--b);
    background: var(--bg-light);
  }
  
  .overlay_content_wrapper select {
    background: var(--bg-light);
    border: 1px solid var(--b);
  }
  
  .overlay_sidebar_steps ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
  }
  .overlay_sidebar_steps li {
    counter-increment: item;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  
  li.step {
    opacity: .5;
  }
  
  li.step.active {
    opacity: 1;
  }
  
  .overlay_sidebar_steps li:after {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    left: 12px;
    top: 24px;
    background: var(--w-8);
  }
  
  .overlay_sidebar_steps li:last-child:after {
    display: none;
  }
  .overlay_sidebar_steps li:before {
    margin-right: 10px;
    content: counter(item);
    border-radius: 999px;
    border: 1px solid var(--w-8);
    color: var(--w-8);
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .new_ticket_cardform .dataTables_filter {
    padding-bottom: 0;
  }
  
  .description_text {
    padding-block-start: 1rem;
    width: 100%;
    float: left;
  }
  
  .new_ticket_cardform div#example_filter {
    text-align: left;
  }
  
  div#example_filter input.show_table {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }


  
  label {
    font-size: var(--fs-400);
  }
  
  .new_ticket_cardform .general_information table#example {
    border: 1px solid var(--b);
    padding: 1rem;
    border-radius: var(--br);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .icon_animation {
    display: flex;
    justify-content: center;
  }
  

  .icon_animation svg {
    width: 60px;
    display: block;
  }
  .icon_animation .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
  }
  .icon_animation .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
  }
  
  .icon_animation .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
  }
  
  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 1000;
   }
    100% {
      stroke-dashoffset: 0;
   }
  }
  @keyframes dash {
    0% {
      stroke-dashoffset: 1000;
   }
    100% {
      stroke-dashoffset: 0;
   }
  }
  @-webkit-keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
   }
    100% {
      stroke-dashoffset: 900;
   }
  }
  @keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
   }
    100% {
      stroke-dashoffset: 900;
   }
  }
  
  .star-container {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
  }
  
  .star-container label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
  }
  
  .star-container label:last-child {
    position: static;
  }
  
  .star-container label:nth-child(2) {
    z-index: 7;
  }
  
  .star-container label:nth-child(3) {
    z-index: 6;
  }
  
  .star-container label:nth-child(4) {
    z-index: 5;
  }
  
  .star-container label:nth-child(5) {
    z-index: 4;
  }
  
  .star-container label:nth-child(6) {
    z-index: 3;
  }
  
  .star-container label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .star-container label .icon {
    float: left;
    color: transparent;
  }
  
  .star-container[data-valuation="valuation-1"] label:last-child .icon {
    color: var(--fc-hc);
  }
  
  .star-container[data-valuation="valuation-2"] label:last-child .icon {
    color: var(--fc-hc);
  }
  
  .star-container[data-valuation="valuation-3"] label:last-child .icon {
    color: var(--fc-hc);
  }
  
  .star-container[data-valuation="valuation-4"] label:last-child .icon {
    color: var(--fc-hc);
  }
  
  .star-container[data-valuation="valuation-5"] label:last-child .icon {
    color: var(--fc-hc);
  }
  
  .star-container:not(:hover) label input:checked~.icon,
  .star-container:hover label:hover input~.icon {
    color: var(--ac-2) !important;
  }
  
  .star-container label input:focus:not(:checked)~.icon:last-child {
    color: #000;
    text-shadow: 0 0 5px var(--ac-2);
  }
  
  li.promoted {
    list-style: none;
  }
  
  .button_review {
    float: right;
    width: 100%;
    padding: 1rem 0;
  }

/* Overlay Ticketkarte usw. Ende */

/* Sun Moon Toggle */

:root {
   
    --toggleHeight: 16em;
    --toggleWidth: 30em;
    --toggleBtnRadius: 10em;
  
    --bgColor--night: #423966;
    --toggleBtn-bgColor--night: var(--bgColor--night);
    --mooncolor: #D9FBFF;
    --bgColor--day: #9ee3fb;
    --toggleBtn-bgColor--day: var(--bgColor--day);
  }
  

  input#theme-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

  .tdnn {
    /*change size of toggle with font-size*/
    font-size: 9%;
     position: relative;
      height: var(--toggleHeight);
      width: var(--toggleWidth);
      border-radius: var(--toggleHeight);
    transition: all 500ms ease-in-out;
    background: var(--bgColor--night);
    cursor: pointer;
  }
  .day{
    background: #FFBF71;
  }
  .moon {
    position: absolute;
    display: block;
    border-radius: 50%;
    transition: all 400ms ease-in-out;
    
    top: 3em;
    left: 3em;
    transform: rotate(-75deg);
    width: var(--toggleBtnRadius);
    height: var(--toggleBtnRadius);
    background: var(--bgColor--night);
    box-shadow: 
      3em 2.5em 0 0em var(--mooncolor) inset,
      rgba(255, 255, 255, 0.1) 0em -7em 0 -4.5em,
      rgba(255, 255, 255, 0.1) 3em 7em 0 -4.5em,
      rgba(255, 255, 255, 0.1) 2em 13em 0 -4em,
      rgba(255, 255, 255, 0.1) 6em 2em 0 -4.1em,
      rgba(255, 255, 255, 0.1) 8em 8em 0 -4.5em,
      rgba(255, 255, 255, 0.1) 6em 13em 0 -4.5em,
      rgba(255, 255, 255, 0.1) -4em 7em 0 -4.5em,
      rgba(255, 255, 255, 0.1) -1em 10em 0 -4.5em;
  }
  .sun {
    top: 4.5em;
    left: 18em;
    transform: rotate(0deg);
    width: 7em;
    height: 7em;
    background: #fff;
    box-shadow: 3em 3em 0 5em #fff inset,
      0 -5em 0 -2.7em #fff,
      3.5em -3.5em 0 -3em #fff,
      5em 0 0 -2.7em #fff,
      3.5em 3.5em 0 -3em #fff,
      0 5em 0 -2.7em #fff,
      -3.5em 3.5em 0 -3em #fff,
      -5em 0 0 -2.7em #fff,
      -3.5em -3.5em 0 -3em #fff;
  }

  .tdnn {
    display: none;
  }

/* Sun Moon Toggle Ende */

/* Tabellen */

.tabulator .notification.formatter {
    background-image: url(../img/ausrufezeichen.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: var(--ac-2);
    box-sizing: border-box;
    border-radius: 999px;
    padding: 12px;
}

div#myTable_filter {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: var(--br);
    padding: 10px 15px;
    background-color: var(--bg-white);
    margin-left: 0;
    border: none!important;
}

#myTable_filter input[type="search"] {
    min-width: 290px;
}

table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: none;
}

table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow: none;
}

table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    box-shadow: none;
}

table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
    box-shadow: none;
}

table.dataTable.no-footer {
    border-bottom: none;
}

#example_wrapper table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    white-space: nowrap;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 5px;
}



.dataTables_wrapper .dataTables_filter input {
    border: 1px solid var(--b);
    border-radius: var(--br);
    padding: 10px 15px;
    background-color: var(--bg-white);
    margin-left: 0;
}

.ticket_status_td_content {
    font-size: var(--fs-300);
    background: var(--ac-2);
    display: inline-block;
    color: var(--w-8);
    padding: 3px 10px;
    border-radius: var(--br);
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 5px;
    border-bottom: 1px solid var(--b);
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
    font-size: var(--fs-500);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.dataTable th input {
    padding: 10px;
}

.ticketcenter_filter {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    padding-block: 3px;
}

table.dataTable tbody tr:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}

.process_stage_40 {
    background: green;
}

.process_stage_35 {
    background: #c2bc2c;
}

.process_stage_30 {
    background: var(--ac-2);
}

.process_stage_20 {
    background: indianred;
}

.ticket_list_container .dataTable {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--br);
}
.orders .listform_table .dataTable {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--br);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid var(--b);
    background: var(--bg-white);
    border-radius: var(--br);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--fc-hc)!important;
    border: 1px solid var(--b);
    background: var(--b);
    border-radius: var(--br);

}

/* Tabellen  Ende*/

/* Ticketcenter  */

.tickets span.forwarding_number {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.tickets .forwarding_content_container svg {
    position: absolute;
    top: 1rem;
    right: 1rem;
    fill: var(--ac-2-w);
}

.tickets a.forwarding_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.tickets .forwarding_container:first-child a.forwarding_link:hover {
    color: var(--w-8);
}

.ticket_list_container {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.tickets div#forwarding_area span.forwarding_text {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: var(--fs-600);
}

.tickets div#forwarding_area {
    margin-top: var(--margin_offset);
}

.tickets div#slider-title {
    padding-block-end: 3rem;
}

.forwarding_container {
    position: relative;
}

.ticketcenter_filter {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    white-space: nowrap;
    overflow-y: scroll;
}

span.date_filter_headline {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ticketcenter_filter::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .ticketcenter_filter {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

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

.collapse-content {
    position: absolute;
    background: var(--bg-white);
    z-index: 1;
    width: 340px;
    border-radius: var(--br);
    border: 1px solid var(--b);
    padding: 1rem;
    max-height: 330px;
    overflow-y: scroll;
}

button.collapse-btn:after {
    width: 7px;
    height: 7px;
    transition: 0.5s;
    transform: translateY(-50%) rotate(225deg);
    cursor: pointer;
    background: transparent !important;
    border-top: 1px solid var(--fc-hc);
    border-left: 1px solid var(--fc-hc);
    content: '';
    position: absolute;
    top: 46%;
    right: 13px;
}

span.date_filter_headline {
    font-size: var(--fs-300);
}

button.collapse-btn {
    border: 1px solid var(--bg-white);
    position: relative;
    padding-right: 2rem;
    background: var(--bg-white);
    color: var(--fc-hc);
}

.collapse-content label {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 6px;
}

.collapse-content input {
    width: auto;
}


div#example_filter .date_filter input {
    padding: 10px 15px;
    background: var(--bg-white);
    border: 1px solid var(--bg-white);
    width: 200px;
}
/* .example_filter input {
    padding: 10px 15px;
    background: var(--bg-white);
    border: 1px solid var(--bg-white);
    width: 200px;
} */


ul#instant-ticket-file-list {
    padding: 0;
    width: 100%;
}

form#anonymous_request_form {
    overflow-y: scroll;
    max-height: 60vh;
    overflow-x: hidden;
    padding-right: 0.5rem;
    padding-left: 4px;
}

input.button_2 {
    cursor: pointer;
    background: var(--ac-2);
    color: var(--w-8);
    width: auto;
}

.login_error {
    color: indianred;
    text-align: center;
    font-weight: var(--fw-medium);
}

input#input_agb_and_dataprivacy {
    width: auto;
}

.category_select_instant_ticket {
    display: flex;
    gap: 1rem;
}

.submit_btn_txt {
    margin-block: 1rem;
}

#support_instant_ticket .input {
    margin-block-end: 10px;
}

div#new_ticket_service_item {
    width: 100%;
  }

  div#new_ticket_service_item_filter input.show_table {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none!important;
  }

  div#new_ticket_service_item_filter {
    width: 100%;
  }

  div#new_ticket_service_item_filter input {
    border: 1px solid var(--b)!important;
    padding: 1rem;
    accent-color: var(--ac-2);
    background: var(--bg-light);
}

  div#new_ticket_service_item_filter {
    text-align: left;
}

  .new_ticket_cardform .general_information table#new_ticket_service_item {
    border: 1px solid var(--b);
    padding: 1rem;
    border-radius: var(--br);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  div#new_ticket_service_item input {
    padding: 1rem;
    margin: 0;
    border-radius: var(--br);
    border: 1px solid var(--b)!important;
    background: var(--bg-light);
}

/* Ticketcenter  Ende*/
/*kn*/
.collection-header__title {
    max-width: 630px;
    font-size: 3rem;
    line-height: 1.2 !important;
    padding-inline: calc(4rem + 15px);
}

.collection_list.loesungen-new {
    width: calc(23% - 30px);
    padding: 0;
    float: left;
    margin: 15px; 
}

.collection_content.loesung_header_img {
    border-bottom: 4px solid #E89620;
    margin: 0;
}

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

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

h3.collection_content.loesungen-new__title.title.custom {
    margin-inline: 1.5rem;
    font-size: 1.35rem;
    font-weight: bold;
    margin-block-start: 1.5rem;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.loesungen-new {
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    min-height: 370px;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.collection_content.loesung_teaser {
    margin-inline: 1.5rem;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collection_content.navigation_text {
    display: none;
}

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

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

a.button {
    padding: 7px 18px;
    background-color: #E89620;
    border-radius: 7px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

a.button:hover {
    background-color: #d78318;
}
.loesungen-new:after {
    content: '';
    background-image: url("/userdata/02_Kollektionen/03_Firmenwiki Beiträge/arrow-right.svg");
    position: absolute;
    bottom: 1px; 
    right: 13px; 
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 10;
}

body.full_preview .loesungen-new {
    display: none; 
}

body.full_preview .loesungen-copie {
    display: block; 
}


.loesungen-copie:after {
    content: '';
    background-image: url("/userdata/02_Kollektionen/03_Firmenwiki Beiträge/arrow-right.svg");
    position: absolute;
    bottom: 1px;
    right: 13px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 10;
}
/*_________________________________________*/
.loesungen-copie:after {
    display: none !important;
}

.loesungen-copie .collection-header__title {
    max-width: 75%;
    font-size: 3rem;
    line-height: 1.2 !important;
    margin-bottom: 1rem;
    display: inline-block;
    vertical-align: top;
}

.loesungen-copie .collection_content.loesung_teaser {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.loesungen-copie .collection_list {
    margin-top: 40px;
}

.loesungen-copie h3.collection_content.loesungen-new__title.title.custom {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    display: block;
}

.loesungen-copie .collection_content.loesung_teaser {
    margin: 0;
    font-size: 1rem;
    display: block;
}

.loesungen-copie .collection_content.loesung__top-ten-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.loesungen-copie .collection_content.loesung__top-ten {
    margin-top: 20px;
    font-size: 1rem;
    list-style: none;
    padding-left: 0;
}

.loesungen-copie .collection_content.loesung__top-ten li {
    font-size: 14px;
}

.loesungen-copie .collection_content.loesung__top-ten-screenshot {
    text-align: center;
}

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

.loesungen-copie .collection_container {
    display: flex;
    justify-content: space-between;
}

.col__block-left {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col__block-right {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
}

/* col__block-l-one */
.col__block-l-one {
    background-color: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    width: 100%;
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: block;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-right: 32px;
    padding-left: 32px;
}

.col__block-l-one__text {
    padding-right: 25px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 30px;
}

.col__block-l-one__text .loesungen-new__title, .col__block-l-one__text .loesung_teaser {
    width: 100%;
}

.col__block-l-one__text .loesungen-new__title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0px!important;
    margin-left: 0px !important;
    position: relative;
}

.col__block-l-one__text .loesungen-new__title::after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: #E89620;
    position: relative;
    display: block;
    margin-block: 1rem;
}

.col__block-l-one__text .loesung_teaser {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 300;
}

/* col__block-l-two */
.col__block-l-two {
    background-color: var(--bg-white);
    padding: 32px;
    border-radius: var(--br);
    border: 1px solid var(--b);
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; 
}

.col__block-l-two__text {
    width: 60%;
    padding-right: 20px;
    text-align: left;
}

.col__block-l-two__button {
    width: 37%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.collection_content.loesung__top-ten-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.collection_content.loesung__top-ten {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 0;
    margin-top: 10px;
    text-align: left;
}

.collection_content.loesung__top-ten ol {
    counter-reset: list-counter;
    padding-left: 0;
}

.collection_content.loesung__top-ten li {
    margin-bottom: 3px;
    list-style: none;
    counter-increment: list-counter;
    position: relative;
    padding-left: 30px;
}

.collection_content.loesung__top-ten li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.loesung__top-ten-title::after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: #E89620;
    position: relative;
    display: block;
    margin-block: 1rem;
}

.collection_content.loesungs-button_img img {
    max-width: 100%; 
    height: auto;
    margin-top: 50px;
}

.collection_content.loesungs-button_text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
    color: #333;
    display: none; 
}

.collection_content.loesungs-button {
    color: #E89620;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    margin-bottom: -4px;
}

.collection_content.loesungs-button a {
    color: #E89620;
    text-decoration: none;
}

/* block right  */


.collection_list.collection-header {
    width: 100%!important;
}
.loesungen-copie .contactformular {
margin-top: 15px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: var(--br);
border: 1px solid var(--b);
}
/* col__block-right_one */

.loesungen-copie .col__block-right_one {
    background-color: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    width: 100%; 
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    overflow: hidden;
    padding-top: 0;
}

.loesungen-copie .owl-carousel {
    margin-top: 0;
    width: 100%; 
}

.loesungen-copie .owl-carousel .owl-stage {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.loesungen-copie .owl-carousel .owl-item {
    width: 100% !important;
    margin-right: 0;
    padding: 0;
}

.loesungen-copie .owl-carousel .owl-item img {
    width: 100%; 
    height: auto;
    border-radius: var(--br); 
    display: block;
}

.loesungen-copie .owl-prev, 
.loesungen-copie .owl-next {
    position: absolute;
    bottom: -60px; 
    width: 20px; 
    height: 20px; 
    background: transparent; 
    border: none;
    color: black; 
}

.loesungen-copie .owl-prev {
    right: 25px;
}

.loesungen-copie .owl-next {
    right: 10px;
}

.loesungen-copie .col__block-right_one::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #E89620; 
    margin-top: 10px; 
    position: relative;
    top: -70px!important;
}

.loesungen-copie .collection_content.loesungs-gallery_title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    padding-left: 40px;
}

/* col__block-right_two */

.loesungen-copie .col__block-right_two {
    background-color: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    width: 100%;
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.col__block-right_two_t {
    display: block;
    width: 100%;
    text-align: left;
}

.loesungen-copie .partnermanager_title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    width: 100%;
    position: relative;
}

.loesungen-copie .partnermanager_title::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #E89620;
    margin-top: 10px;
    position: relative;
}


.loesungen-copie .partnermanager_group .collection_container{
    flex-direction: column;
}
.loesungen-copie .partnermanager_title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    width: 100%;
    margin-left: 40px;
    position: relative;
}
.loesungen-copie .col__block-right_two .collection_list {
    margin-top: 0px;
}
.loesungen-copie .partnermanager_title::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #E89620;
    margin-top: 10px;
    position: absolute;
    bottom: -20px;
    left: -40px;
}
.loesungen-copie  .link_product_groupe .partnermanager_title::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    margin-top: 10px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    top: 133px;
}
.loesungen-copie .loesungs-manager_img {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    width: 33%;
}

.loesungen-copie .loesungs-manager_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.loesungen-copie .loesungs-manager {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* col__block-right_thre */

.loesungen-copie .col__block-right_thre {
    background-color: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    width: 100%;
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.loesungen-copie .loesungs-video iframe {
    width: 100%; 
    height: 230px;
    border-radius: 10px 10px 0 0;
}

.loesungen-copie .text-video {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    width: 100%;
    margin-left: 40px;
    margin-top: 250px;
    position: relative;
}

.loesungen-copie .loesungs-video::after {
    content: '';
    display: block;
    width:100%;
    height: 4px;
    background-color: #E89620;
    margin-top: 10px;
    position: absolute;
    bottom: 70px;  
}

.collection_content.loesungs-video:empty ~ .col__block-right_thre {
    display: none;
  }
  
/* partnerstatus */
.partner_group .row {
    background-color: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 32px;
    padding-left: 32px;
}

.title_partner {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    display: block;
}

.title_partner::after {
    content: '';
    width: 85px;
    height: 4px;
    border-radius: 999px;
    background: #E89620;
    position: relative;
    display: block;
    margin-block: 1rem;
}

.text_partner p {
    margin: 0;
    font-size: 1rem;
    display: block;
}

.text_partner .textcontent {
    padding-bottom: 20px;
}

/* drop_d_block */
.partnerstatus .container {
    display: flex;
    justify-content: space-between;
    padding-inline: 4rem;
    flex-wrap: nowrap; 
}

.partnerstatus .drop_d_block ol li, .partnerstatus .drop_d_block ul li {
    list-style: circle;
}

.drop_d_block {
    position: relative;
    padding: 20px;
    border-radius: var(--br);
    border: 1px solid var(--b);
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 100%; 
}

.platin {
    width: calc(33.333% - 15px)!important; 
    margin-right: 15px;
    margin-bottom: 30px;
}

.gold {
    width: calc(33.333% - 30px)!important;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.silver {
    width: calc(33.333% - 15px)!important; 
    margin-left: 15px;
    margin-bottom: 30px;
}

.platin.drop_d_block::after, 
.gold.drop_d_block::after, 
.silver.drop_d_block::after {
    content: '';
    display: block;
    width: 100%; 
    height: 2px;
    background-color: #E89620; 
    position: absolute;
    left: 0; 
    bottom: 275px; 
}

.drop_d_block {
    position: relative; 
    padding-bottom: 20px; 
}
.platin_text,
.silver_text,
.gold_text {
    margin-top: 35px;
}

.drop_d_block h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 5;
}

.drop_d_block .textcontent p {
    margin-top: 20px;
}

.drop_d_block::after {
    display: none;
}

.drop_d_block:hover {
    box-shadow: none;
}

.partnerstatus .drop_d_block {
    height: 345px;
    display: flex;
    flex-direction: column;
}

.drop_d_block {
    min-height: 300px; 
}

.drop_d_block ul {
    list-style-type: disc;
    padding-left: 20px;
}

.drop_d_block ul li {
    margin-bottom: 10px;
    color: #020202;
}

.drop_d_block ul li::marker {
    color: #E89620;
}


/* col__block-right_two */
.partnerstatus .col__block-right_two .row {
    background-color: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.col__block-right_two_t {
    display: flex;
    align-items: center;
}

.partnerstatus .partnermanager_title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    width: 100%;
    margin-left: 20px;
    position: relative;
}

.partnerstatus .partnermanager_title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #E89620;
    margin-top: 10px;
    position: absolute;
    bottom: -20px;
    left: -20px;
}
/* .partnerstatus  .link_product_groupe .partnermanager_title::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    margin-top: 10px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    top: 133px;
} */

.link_product_button {
    position: relative;
}

.link_product_title + .link_product_button::after {
    content: '';
    position: absolute;
    left: -222px;
    right: 0;
    width: 206%;
    bottom: -1px;
    height: 1px;
    background-color: #e2e2e2;
}

.link_product_button:last-of-type::after {
    content: none;
}


.partnerstatus .loesungs-manager_img {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    width: 33%;
}

.partnerstatus .loesungs-manager_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.partnerstatus .loesungs-manager {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Link button */
.link_product_groupe .row {
    background-color: var(--bg-white);
    border-radius: var(--br);
    border: 1px solid var(--b);
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 10px;
}

.partnermanager_title {
    grid-column: 1 / 3;
    text-align: left;
    margin-bottom: 20px;
}

.partnermanager_title h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.partnerdokuent_title, .link_product_title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    margin-left: 20px;
}

.partnerdokuent, .link_product_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.filegallery_content_file a, .link_product_button a {
    background-color: #E89620;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100%; 
    width: 130px; 
}

.filegallery_content_file a:hover, .link_product_button a:hover {
    background-color: #d17c1a;
}

.partnerdokuent {
    justify-content: flex-end;
}

.link_product_button {
    justify-content: flex-end;
    padding-right: 16px;
}

.partnerstatus .contactformular {
    margin-top: 15px;
}

.collection_list.partnermanager {
    width: 100%;
    padding: 0px!important;
}
.partnermanager_group {
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
}

.partnermanager_img {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
    width: 33%;
}

.partnermanager_img img {
    width: 100%; 
    height: auto; 
    border-radius: 50%;
}

.partnermanager_text {
    width: 50%; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
}


/* contactformular */

.loesungen-copie .sitepart_88 h2 {
    font-size: var(--fs-800);
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}

.loesungen-copie .sitepart_88 h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #E89620; 
    margin: 10px auto 20px; 
    border-radius: 999px; 
    margin-bottom: 0px;
}
.loesungen-copie .form-group {
    float: left;
    padding: 0px;
}
.loesungen-copie textarea {
    min-height: 90px;
    resize: vertical;
}
.loesungen-copie .sitepart_88 div#submit_button {
    margin: 0rem 0;
}
form#contactformular_88 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

form#contactformular_88 .form-group {
    width: calc(50% - 0.5rem)!important;
}

form#contactformular_88 .form-group:nth-child(8) {
    width: 100% !important;
}

form#contactformular_88 .form-group.form-check {
    width: 100% !important;
}


.collection_content.ank__link {
    /* transform: translateY(-50%); */
    text-decoration: underline;
    color: var(--ac-2);
    display: block;

}

.partnerstatus .link_product_groupe .row {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
    position: relative;
}



.partnerstatus .link_product_groupe .partnermanager_title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #E89620;
}

.partnerstatus .link_product_groupe .collection_list.produkt-link_partner {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 16px 20px;
    box-sizing: border-box;
}

.partnerstatus .link_product_groupe .collection_list.produkt-link_partner:last-child {
    border-bottom: none;
}

.partnerstatus .link_product_groupe .collection_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.partnerstatus .link_product_groupe .collection_content.produkt-link_partner_text {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.partnerstatus .link_product_groupe .collection_content.produkt-link_partner_link {
    display: flex;
    justify-content: flex-end;
}

.partnerstatus .link_product_groupe .collection_content.produkt-link_partner_link a {
    background-color: #E89620;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 130px;
    transition: background-color 0.3s ease;
}

.partnerstatus .link_product_groupe .collection_content.produkt-link_partner_link a:hover {
    background-color: #d27d11;
}



/* Responsive */


@media (max-width: 1200px) {
    .col__block-left, .col__block-right {
        width: 100%;
    }

    .col__block-right {
        margin-top: 20px; 
    }

    .collection_list.changelog.show {
        width: 33.33%;
    }

    .partnerstatus .collection_container,
    .loesungen-copie .collection_container {
        flex-direction: column; 
    }
}

@media (max-width: 720px) {
    .col__block-l-two {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .col__block-l-two__text,
    .col__block-l-two__button {
      width: 100%;
    }
  
    .col__block-l-two__button {
      order: 1; 
    }
  
    .col__block-l-two__button img {
      width: 100%;
      height: auto;
    }
  
    .col__block-l-two__text {
      order: 0; 
    }
  }
  @media (max-width: 1598px) {
    .gold_text,
    .silver_text,
    .platin_text {
        font-size: 13px;
    }
}
@media (max-width: 1420px) {
    .platin,
    .gold,
    .silver {
        width: 100% !important;
        margin-right: 0;
        margin-left: 0;
    } 
}
 




@media (max-width: 1700px) {
    .collection_list .collection_content.ank_status span {
        position: relative;
        right: unset;
        top: unset;
        transform: none;
        margin-top: 5px;
    }

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

@media (max-width: 1500px) {
    .geraetecenter div#tableProduct .service_item {
        width: 50%;
    }

    .shop {
        padding-inline-end: 15px;
    }

    .service_item_image {
        flex-shrink: 1;
    }

    .collection_list.news {
        width: 50%;
    }

    .home .collection_list.changelog {
        width: 50%;
    }
}
@media (max-width: 1479px) {
    .collection_list .collection_content.ank_status span {
        position: relative;
        right: unset;
        top: unset;
        transform: none;
        margin-top: 5px;
    }
    .collection_list.changelog {
        width: 33.33%;
    }
}
@media (max-width: 1249px) {

    tr.download_item {
        width: 25%;
        min-height: 159px;
    }


     .collection_list.news.announcements {
        padding: 15px;
    }

    .text_link {
        padding-block-start: 0;
        margin-top: -45px;
    }

    div#toggle_navigation {
        display: block !important;
    }

    div#horizontal_nav_bar {
        display: none;
    }

    

    nav {
        display: none;
    }

    #slider .forwarding-wrapper {
        top: -90px;
        width: auto;
    }

    div#log_out {
        display: none;
    }
    #logo {
        height: auto;
        display: block;
        width: auto;
    }

    #logo img {
        height: 50px !important;
        padding: 0.5rem;
        width: auto ! Important;
    }
    div#main_navigation_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    main {
        width: 100%;
        padding-top: 60px;
    }

    .main_navigation {
        width: 100%;
        height: 60px;
    }

    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }
        #cookie-bar>p {
            line-height: 20px;
        }

        .ankuendigungen .collection_list.news.announcements {
            width: 50%;
        }
    }

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

        .collection_list {
            width: 50%;
        }
        .articles {
            grid-template-columns: repeat(2, 1fr);

        }

        .home .collection_list.changelog {
            width: 100%;
        }

        .slots_container {
            grid-template-columns: repeat(1, 1fr);

        }

        .collection_full.news .collection_container {
            flex-direction: column;
            gap: 1rem;
        }

        .not_news_kacheln {
            flex-direction: column;
            gap: 1rem;
        }

        .collection_full.news .collection_content.vorschaubild {
            padding-block-end: 0 !important;
            position: relative;
            top: unset;
        }
        

        #myTable_filter input[type="search"] {
            min-width: unset;
            width: 100%;
        }

        div#myTable_filter {
            display: flex;
            align-items: center;
            width: 100%;
            gap: 5px;
            flex-wrap: wrap;
        }

        .date_filter {
            flex-wrap: wrap;
        }

        div#example_filter {
            width: 100%;
            flex-wrap: wrap;
        }

        .geraetecenter .service_item {
            width: 50%;
        }

        #logo_area {
            display: none;
        }

        .mobile_logo {
            display: block;
        }

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

    }

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

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

        #slider .forwarding-wrapper {
            display: none;
        }

        .collection_list.changelog.show {
            width: 100%;
        }

        .collection_list.changelog .collection_container {
            min-height: auto;
        }



        li.level_1 a.placeholder {
            margin-top: 5px;
        }

        td.description {
            white-space: normal!important;
        }

        div#overlayLoader {
            background-size: 9%;
        }

        .ck_editor_send_button_container {
            flex-wrap: wrap;
        }

        .geraetecenter div#tableProduct .service_item_container {
            flex-direction: column;
            align-items: flex-start;
            gap: 0;
        }

        .geraetecenter div#tableProduct .service_item_content {
            padding: 1rem;
        }

        .service_item_image img {
            height: 90px!important;
            width: 100%!important;
        }

        

        .geraetecenter div#tableProduct .service_item {
            width: 100%;
            padding: 0 0 1rem;
        }

        .overlay_sidebar h1, .overlay_sidebar h2 {
            display: inline-block;
        }

        .overlay_toggle_headline:after {
            position: relative;
            right: unset;
            top: -7px;
            display: inline-block;
        }
    


        .ticket_list_container .dataTable {
            padding: 1rem;
        }

        .overlay_sidebar_logo {
            display: none;
        }
    
        .overlay_container {
            flex-direction: column;
        }
    
        .overlay_sidebar_steps {
            display: none;
        }
    
        .overlay_sidebar_step_headline {
            padding-block: 0!important;
        }

        .overlay_sidebar {
            width: 100%;
            max-width: 100%;
            padding: 1rem;
        }

        .overlay_content_wrapper {
            width: 100%;
            padding-block: 1rem;
            padding-block-end: calc(5rem + 75px);
            flex: unset;
            display: block;
            height: 70vh;
        }

        div#closeoverlay:after {
            line-height: 1;
            font-size: 28px;
            color: var(--w-8);
        }

        .overlay_section {
            width: 100%;
            padding-block: 0;
            max-width: 100%;
        }

        .icon_animation {
            padding-block-start: 2rem;
        }

        .file_item {
            flex: 1 1 80%;
        }

        .create_ticket ul.toolbar_menu {
            flex-wrap: wrap;
        }

        .overlay_sidebar_step_headline p {
            display: none;
        }

        .select_group {
            gap: 0rem;
            padding-block: .5rem;
            flex-wrap: wrap;
        }

        .overlay_buttons {
            width: 100%;
            padding: 1rem;
        }

        #overlayWrapper {
            max-width: 95%;
            height: 95%;
        }

        .overlay_sidebar_title {
            padding-block: 0;
        }

        button#switch_view {
            display: none;
        }

        div#closeoverlay {
            background-color: unset;
        }

       .collection_list .collection_content.teaser {
            padding-inline: 1rem;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            display: -webkit-box;
    
    }

    .ankuendigungen .collection_list.news.announcements {
        width: 50%;
        height: 170px;
    }

    .ankuendigungen .collection_list.news.announcements {
        width: 50%;
    }

    .ankuendigungen .collection_list.news.announcements .collection_container {
        background: var(--bg-white);
        padding: 15px;
        border-left: 3px solid var(--ac-2);
        height: 140px;
    }

    
    }

@media (max-width: 850px) {
    .ankuendigungen .collection_list.news.announcements {
        width: 50%;
        height: 170px;
    }

    .ankuendigungen .collection_list.news.announcements {
        width: 50%;
    }

    .ankuendigungen .collection_list.news.announcements .collection_container {
        background: var(--bg-white);
        padding: 15px;
        border-left: 3px solid var(--ac-2);
        height: 140px;
    }
}    
    
@media (max-width: 768px) {
        #cookie-bar {
            text-align: center;
        }
        
        .articles {
            grid-template-columns: repeat(1, 1fr);

        }

        .knowledgecenter-post.full_preview .breadcrumb {
            padding-block-end: 2.5rem;
        }

        div#forwarding_area {
            margin-top: -20px;
        }

        tr.download_item {
            width: 50%;
            min-height: 129px;
        }

        .downloadcenter table#myTable {
            padding-inline: 0;
        }

        .category_item img {
            height: 50px!important;
        }

        .geraetecenter div#tableProduct .dataTables_wrapper .dataTables_filter {
            padding: 0;
        }

        .w-50 {
            width: 100%;
        }

        .youtubecontent iframe {
            height: 200px;
        }

        .collection_list.news {
            width: 100%;
        }
        #cookie-bar #cookie-bar-button {
            float: none;
            margin-left: 0;
            margin-top: 10px;
        }
        #cookie-bar>p {
            float: none;
        }

        .geraetecenter label {
            width: 100%;
        }



        form#anonymous_request_form {
            overflow-y: visible;
            max-height: initial;
            overflow-x: visible;
            padding-right: 0;
        }

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

        .search_bar_group {
            padding-inline: 5px;
        }
    
  
        .container {
            padding-left: 10px;
            padding-right: 10px;
        }

        div#slider .textcontent {
            padding-inline: 10px;
        }

        #slider .forwarding-wrapper {
            padding-inline: 10px;
        }

        .mobile_logo {
            padding-block-end: 2rem;
        }
        

        #slider-wrapper {
            height: 250px;
        }

        .login_form_buttons {
            padding-block-start: 3rem;
        }

        .breadcrumb {
            padding-inline: 5px;
            white-space: nowrap;
            overflow: hidden;
        }

        .search_container {
            padding: 0;
        }

        h2.kc_search_title {
            padding-inline: 0;
        }

        div#login_form {
            justify-content: flex-start;
        }

        .login_form_container {
            padding: 1rem;
            padding-top: 3rem;
        }

        .login_buttons {
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        body.login {
            background: var(--bg-white);
        }

        .login_buttons a {
            color: var(--fc-hc);
        }

        
        .component.login_background {
            display: none;
        }
 
   
        .anker-button.button {
            width: 100%;
            border-bottom: 1px solid var( --bg-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: 50%;
            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;
        }
        div#cookiewarnung {
            font-size: 13px !important;
        }
    }

@media (max-width:650px) {
    div#slider {
        height: auto;
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 2rem 0 4rem 0;
    }

    .overlay_buttons ul.toolbar_menu {
        flex-wrap: wrap;
        gap: 0.5rem;
        font-size: 13px;
    }

    .overlay_content_wrapper.ticket_card_form {
        padding-block-end: calc(4rem + 80px);
    }

    ul#sidebar_tabs {
        gap: 0.5rem;
    }

    .overlay_sidebar_tabs {
        padding-block-start: 0;
    }

    li.tab.tab_active {
        opacity: 1;
        width: auto;
    }

    ul.overlay_sidebar_info {
        display: none;
    }

    .overlay_section .overlay_columns .form_group {
        flex: 1 1 60%;
    }

    #slider-wrapper {
        height: auto;
    }

    .full_preview div#slider-wrapper {
        height: auto;
    }

    :root {
      
        --fs-300: 0.6125em;
        --fs-400: 0.775em;
        --fs-500: 0.89375em;
        --fs-600: .9em;
        --fs-650: 1em;
        --fs-700: 1.1em;
        --fs-800: 1.2em;
        --fs-900: 1.5em;

      }

      div#forwarding_area .forwarding_content_container {
        height: 100px;
    }

    div#forwarding_area .forwarding-wrapper {

        padding-inline: 0;
    }

    .collapse-content {
        left: 0;
        width: 100%;
    }

    .ticket_list_container {
        padding: 0;
    }

    a.kc_category_link {
        width: 100%;
        flex: 1 1 100%;
    }

    .collection_full.knowledgecenter-post .content_left {
        padding: 1rem;
    }

    .collection_full.knowledgecenter-post .collection_content.kc_video .youtubecontent iframe {
        height: 230px;
    }

    .breadcrumb .chevron_right {
        margin: 2px 3px 5px 2px;
    }

    .collection_full.news .collection_content.vorschaubild img {
        height: auto!important;
    }

    .owl-item img {
        height: auto!important;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
        width: 20px;
    }

    .collection_list.news .collection_container {
        background: var(--bg-white);
        border-radius: var(--br);
        overflow: hidden;
        transition: 300ms;
        min-height: 270px;
        border: 1px solid var(--b);
    }

}
@media (max-width:600px) {
    .collection_list {
        width: 100%;
        padding: 10px 5px;

    }

    .geraetecenter .service_item {
        width: 100%;
    }



    .faq_group_container {
        padding: 1rem;
    }

    .collection_list.news.announcements .collection_container:before {
        height: 86px;
        bottom: -35px;
    }

    .collection_list.news.announcements {
        padding-block: 1rem;
    }



    .text_link {
        padding-block-start: 0;
        margin-top: 0px;
        text-align: left;
        float: left;
        display: flex;
        justify-content: start;
    }


    .partnerunternehmen_memberlogo {
        position: relative;
        right: unset;
        top: unset;
        width: auto;
        padding: 1rem;
    }

    .partnerunternehmen_container {
        padding: 5px;
    }

    .partnerunternehmen_title {
        padding-inline: 1rem !important;
        padding-top: 0!important;
    }

    .newsletter_form div#submit_button {
        width: 35%;
    }

    .newsletter_form .form-group {
        width: 65%;
    }


    button#backButton {
        margin: 0;
        padding: 0;
    }

    .partnerunternehmen_wrapper {
        padding-inline: 5px;
    }

    .content_right.col-xs-12.col-sm-12.col-md-12.col-lg-4 {
        padding: 0;
        margin-top: 1rem;
    }

    

}

@media (max-width: 500px) {

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

        .full_preview .collection_full.knowledgecenter-post {
            padding-inline: 0;
            margin-top: 10px;
        }

        div#closeoverlay {
            top: 1.5rem;
            right: 1rem;
        }
    
        .pop-up-element {
            padding: 30px 10px!important;
        }
    
        .container {
            min-width: 250px;
        }

        div#forwarding_area .forwarding_content_container {
            width: 130px;
        }

        .ankuendigungen .collection_list.news.announcements {
            width: 100%;
            height: 150px;
        }
    
        .ankuendigungen .collection_list.news.announcements {
            width: 100%;
        }
    
        .ankuendigungen .collection_list.news.announcements .collection_container {
            background: var(--bg-white);
            padding: 15px;
            border-left: 3px solid var(--ac-2);
            height: 120px;
        }
    }
    @media (max-width: 350px) {

        .overlay_buttons ul.toolbar_menu {
            flex-wrap: wrap;
            gap: 2rem;
        }

        div#forwarding_area {
            margin-top: -35px;
        }

        .kc_category_line_list {
            padding: 0;
        }

        .kc_back_button {
            padding: 0;
            margin-block-end: 5px;
        }

        .major_group .row {
            padding: 0;
        }
    }
   

    
@media (min-width: 768px) {

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

            .overlay_toggle_area {
                display: block;
            }
        }

@media (min-width: 992px) {

    .w-25 .collection_list.teamCollection {
        width: 25%;
        float: left;
        padding: 20px;
    }


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

        
    
        }


/* Responsive Ende*/


