:root {

  --ff-primary: 'Figtree', sans-serif;

  --fs-400: calc(11px + 0.1vw);
  --fs-500: calc(14px + 0.1vw);
  --fs-600: calc(14px + 0.12vw);
  --fs-650: 1.35rem;
  --fs-700: calc(16px + 0.1vw);
  --fs-750: calc(17px + 0.3vw);
  --fs-800: calc(18px + 1vw);
  --fs-900: calc(20px + 1vw);

  --ff-body: var(--ff-primary);
  --ff-heading: var(--ff-primary);

  --fw-regular: 400;
  --fw-bold: 700;

  --fs-primary-heading: var(--fs-800);
  --fs-secondary-heading: var(--fs-700);
  --fs-nav: var(--fs-500);
  --fs-button: var(--fs-300);

  --br-primary: 7px;

  --clr-accent-const: #1b9c72;
}

html[data-theme='light'] {
  --clr-accent: #0F4C75;
  --clr-accent-grey: #d4ddf3;
  --clr-accent-grey-bg-icon: #F8FAFF;
  --clr-accent-grey-bg: #ebf1ff;
  --clr-accent-grey-bg-opacity: rgba(255, 255, 255, 0.11);
  --clr-accent-opacity: #31667e50;
 
  --clr-primary-dark: #222222;
  --clr-primary-white: #fff;
  --clr-primary-white-dark: #fff;
  --clr-primary-light: #f5f7fb;
  --clr-primary-white-transparent:#ffffff00;
  --clr-primary-light-card: #fff;
  --clr-primary-medium: #e3e3e3;

  --clr-constant-black: #000;

  --fc-primary: #2C2C2C;
  --fc-dark: #000;
  --fc-dark-heading: var(--fc-primary);
  --fc-white-bg: #fff;

  --meta-display-light: block;
  --meta-display-dark: none;

  --clr-primary-gradient: #9ecce7;
  --clr-secondary-gradient: #f1f2ff;

  --bs-primary: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  --bs-primary-card: 0 1px 8px rgb(0 0 0 / 10%);
  --bs-primary-card-hover: 0 5px 25px rgb(0 0 0 / 10%);

  --bg-blur: rgba(255, 255, 255, 0.47);

  

}

html[data-theme='dark'] {
  --clr-accent: #1b9c72;
  --clr-accent-grey: #c7cedf;
  --clr-accent-grey-bg: #2d3a47;
  --clr-accent-grey-bg-icon: #334150;
  --clr-accent-grey-bg-opacity: rgba(255, 255, 255, 0.11);
  --clr-accent-opacity: #31667e50;
 
  --clr-primary-dark: #f5f7fb;
  --clr-primary-light-card: #151515;
  --clr-primary-white: #283745;
  --clr-primary-white-dark: #1f2933;
  --clr-primary-light: #182027;
  --clr-primary-white-transparent:#28374500;
  --clr-primary-medium: #444444;

  --clr-constant-black: #000;

  --fc-primary: #f5f7fb;
  --fc-dark: #fff;
  --fc-dark-heading: #fff;
  --fc-white-bg: #fff;

  --meta-display-light: none;
  --meta-display-dark: block;

  --bs-primary: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  --bs-primary-card: 0 1px 8px rgb(0 0 0 / 10%);
  --bs-primary-card-hover: 0 5px 25px rgb(0 0 0 / 10%);
  
  --bs-primary: rgb(0 0 0 / 41%) 0px 7px 29px 0px;

  --clr-primary-gradient: #18374c;
  --clr-secondary-gradient: var(--clr-primary-white-dark);

  --bg-blur: rgb(22 22 22 / 47%);

}

/* 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;
}

.textcontent {
  height: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  color: var(--fc-primary);
}

::placeholder {
  color: var(--fc-primary);
}

label {
  color: var(--fc-primary);
}



/* 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: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-Light_1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/layout/frontend/b2c/dist/fonts/Figtree-Italic.ttfFigtree-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

body {
  background-color: var(--clr-primary-white);
  font-size: var(--fs-600);
  font-weight: var(--fw-regular);
  line-height: 1.42857143;
  font-family: var(--ff-body);
  color: var(--fc-primary);
  overflow-x: hidden;
  margin: 0;
}



.collection_list.module {
  width: 25%;
  height: 480px;
}

.collection_content.product-review:before {
  content: 'Erfahrungen';
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: var(--fs-750);
  font-weight: var(--fw-bold);
  margin-bottom: 1rem;
}
.collection_content.firmen-rezensionen:before {
  content: 'Erfahrungen mit dieser Firma';
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: var(--fs-750);
  font-weight: var(--fw-bold);
  margin-bottom: 1rem;
}
.collection_content.cross-selling:before {
  content: 'Für Sie könnte auch interessant sein';
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: var(--fs-750);
  font-weight: var(--fw-bold);
  margin-bottom: 1rem;
}

.collection_content.module-ansprechpartner-nummer {
  width: 100%;
  float: left;
}

.collection_content.module-website-link {
  width: 100%;
  float: left;
}

.collection_content.modul-preis {
  width: 100%;
  float: left;
}

#footer .collection_list.module .collection_link {
  display: none;
}
.collection_content.module-einer-firma:before {
  content: 'Module';
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: var(--fs-750);
  font-weight: var(--fw-bold);
  margin-bottom: 1rem;
}

.ansprechpartner-content::before {
  content: "Ansprechpartner";
  width: 100%;
  float: left;
  font-size: var(--fs-750);
  font-weight: var(--fw-bold);
}

.ansprechpartner-content {
  width: 50%;
  float: left;
  clear: both;
  padding: 1rem;
  border-radius: var(--br-primary);
  margin: 1rem 0;
  background: var(--clr-primary-light);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ansprechpartner-content .collection_content {
  background: var(--clr-primary-white-dark);
  border-radius: var(--br-primary);
  padding: 10px 20px;
  float: left;
  border: 1px solid var(--clr-accent-grey-bg);
  text-align: center;
  flex: 1 1 40%;
}

.collection_content.cross-selling,
.collection_content.module-einer-firma {
  width: 100%;
  float: left;
  background: var(--clr-primary-light);
  padding: 2rem;
  border-radius: var(--br-primary);
}

.collection_list.module .collection_container {
  background: var(--clr-primary-white-dark);
  box-shadow: var(--bs-primary-card);
  border-radius: var(--br-primary);
  float: left;
  overflow: hidden;
  /* height: 420px; */
  height: 100%;
  transition: 300ms;
  padding-bottom: 20px;
}
.collection_content.modul-video {
  width: 50%;
  float: left;
  margin: 2rem 0;
  border-radius: var(--br-primary);
  overflow: hidden;
  clear: both;
}

.collection_content.modul-video iframe {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: var(--br-primary);
}

.collection_content.module-highlights {
  float: left;
  width: 50%;
}

.collection_list.module .collection_container:hover {
  box-shadow: var(--bs-primary-card-hover);
  top: -1px;
}
.firmen-isolated .collection_list.firmen .collection_container:hover {
  box-shadow: var(--bs-primary-card-hover);
  top: -1px;
}

.collection_content.status {
  font-size: var(--fs-400);
  width: 80%;
  float: right;
  opacity: .8;
}


.full_preview form#filterForms {
  display: none;
}
footer form#filterForms {
  display: none;
}

.module.full_preview .product-review .collection_content.title.custom {
  font-size: var(--fs-600);
  font-weight: var(--fw-bold);
  width: 80%;
  float: right;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 0;
}

.collection_list.rezensionen .collection_container {
  background: var(--clr-primary-white-dark);
  border-radius: var(--br-primary);
  padding: 2rem;
  float: left;
  border: 1px solid var(--clr-accent-grey-bg);
}

.collection_content.portrait {
  width: 50px;
  float: left;
}

.collection_content.zitat {
  width: 100%;
  float: left;
  margin: 0 0 2rem;
  min-height: 150px;
}

.collection_content.portrait img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 999px;
  object-position: top;
}

.collection_list.module .collection_link {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  margin-inline: 1rem;
}
.collection_list.module .collection_link a {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 2;
  opacity: 1!Important;
}

.firma-des-moduls .collection_link {
  display: none;
}

.collection_list.module .collection_content.title.custom {
  font-size: var(--fs-650);
  font-weight: var(--fw-bold);
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  min-height: 60px;
}

.collection_content.modul-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.module.full_preview .modul-pdf {
  width: 50%;
  float: left;
  clear: both;
  padding: 1rem;
  border-radius: var(--br-primary);
  margin: 1rem 0;
  background: var(--clr-primary-light);
}
.module.full_preview .modul-pdf .sitepart_1{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.module.full_preview .modul-pdf .filegallery_content{
  display: inline-block;
  width: 100%;
}
.module.full_preview .modul-pdf .filegallery_content_file a{
  display: block;
  background: var(--clr-primary-white-dark);
  border-radius: var(--br-primary);
  padding: 10px 20px;
  float: left;
  border: 1px solid var(--clr-accent-grey-bg);
  text-align: center;
  width: 100%;
  position: relative;
}

.module.full_preview .modul-pdf .filegallery_content_file a::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("/userdata/images/download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.collection_content.firma-des-moduls,
.collection_content.firma-des-moduls .collection_list.firmen,
.collection_content.firma-des-moduls .collection_list.firmen .collection_container {
  width: 100%;
  float: left;
  padding: 0;
  position: unset;
  height: auto;
}

.collection_full.module .collection_content.firma-des-moduls {
  width: auto;
  float: left;
  padding: 0;
  position: relative;
  height: auto;
}
.collection_full.module  .collection_content.firma-des-moduls .collection_list.firmen {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  height: auto;
}
.collection_full.module .collection_content.firma-des-moduls .collection_list.firmen .collection_container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border: 1px solid var(--clr-accent-grey);
  border-radius: var(--br-primary);
  justify-content: flex-end;
  overflow: hidden;
  width: auto;
}

.collection_full.module .collection_content.firma-des-moduls .collection_content.firmenlogo-img {
  position: relative;
  top: unset;
  left: unset;
}

.collection_full.module .collection_content.firma-des-moduls .collection_content.firmenlogo-img img {
  max-width: 200px;
  height: 80px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  padding: 1rem;
}

.collection_full.module .collection_content.title.custom {
  font-size: var(--fs-800);
  font-weight: var(--fw-bold);
  width: 50%;
  float: left;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.collection_full.module .collection_content.modul-img:after {
  display: none;
}

.collection_full.module .collection_content.modul-img img {
  height: auto;
  object-fit: cover;
  box-shadow: var(--bs-primary);
  overflow: hidden;
}

.collection_full.module .collection_content.nav-hinweis {
  display: none;
}

.collection_full.module .collection_content.modulbeschreibung {
  float: left;
  width: 50%;
  clear: both;
  height: 200px;
  overflow: hidden;
  position: relative;
  transition: 300ms;
}
.collection_full.module .collection_content.modulbeschreibung:after {
content: '';
position: absolute;
background: linear-gradient(180deg, var(--clr-primary-white-transparent), var(--clr-primary-white));
left: 0;
bottom: 0;
width: 100%;
height: 100px;
z-index: 1;
}

.collection_full.module .collection_content.modulbeschreibung:hover:after {
  height: 30px;
}
.collection_full.module .collection_content.modulbeschreibung:before {
  content: 'Mehr lesen';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 2;
  background: var(--clr-accent);
  color: var(--fc-white-bg);
  padding: 4px 12px;
  border-radius: var(--br-primary);
  cursor: pointer;
}

.theme-switch {
  display: flex;
  gap: 1rem;
  color: var(--fc-white-bg);
}

.collection_full.module .media-content img {
  border-radius: var(--br-primary);
}

.collection_full.module .collection_content.modulbeschreibung.show-text {
  height: auto;
  overflow: visible;
}
.collection_full.module .collection_content.modulbeschreibung.show-text:before {
  display: none;
}
.collection_full.module .collection_content.modulbeschreibung.show-text:after {
  display: none;
}

.collection_full.module .collection_content.product-gallery {
  margin: 1rem 0;
}

.collection_full.module .collection_content.titel-modul-beschreibung {
  float: left;
  font-size: var(--fs-700);
  font-weight: var(--fw-bold);
  width: 50%;
  margin-bottom: 0.5rem;
  clear: both;
  margin-top: 1rem;
}

.module.full_preview .collection_content.product-review,
.collection_full.firmen .collection_content.firmen-rezensionen {
  width: 100%;
  float: left;
  margin: 5rem 0;
  background: var(--clr-primary-light);
  padding: 2rem;
  border-radius: var(--br-primary);
}

.collection_full.module .collection_content.firma-des-moduls .collection_list.firmen:before {
  content: 'Modul Owner';
  font-weight: var(--fw-bold);
  margin-bottom: 3px;
  width: 100%;
  float: left;
}

.collection_full.module .collection_content.firma-des-moduls {

  padding: 2rem 0 3rem 0rem;
  width: 51%;
  /* clear: both; */
}

.collection_full.module .collection_content.short-description {
  -webkit-line-clamp: unset;
  float: left;
  width: 50%;
  margin: 0!important;
  /* clear: both; */
}

.collection_content.module-ansprechpartner-name {
  float: left;
  width: 100%;
}

.collection_content.module-ansprechpartner-mail {
  width: 100%;
  float: left;
}





.collection_content.firma-des-moduls .collection_list.firmen .collection_container {
box-shadow: none;
}

.collection_content.firma-des-moduls .collection_content.firmenlogo-img {
  position: absolute;
  top: 110px;
  left: 1rem;
}

.content-button .textcontent {
  float: left;
}

.collection_content.nav-hinweis {
  font-size: var(--fs-600);
  font-weight: var(--fw-regular);
  background: var(--clr-accent-grey-bg);
  color: var(--fc-primary);
  padding: 2px 10px;
  border-radius: var(--br-primary);
  width: auto;
  float: left;
  margin: 0.5rem 1rem;
}
.collection_content.firma-des-moduls .collection_content.firmenlogo-img img {
  max-width: 160px;
  height: 70px;
  object-fit: contain;
  background: var(--fc-white-bg);
  padding: 8px 12px 4px 12px;
  border-top-left-radius: var(--br-primary);
  border-top-right-radius: var(--br-primary);
}

.collection_content.modul-img:after {
  content: '';
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .3;
}


.collection_content.firma-des-moduls .collection_list.firmen .collection_container  .collection_content.title.custom {
  font-size: var(--fs-600);
  font-weight: var(--fw-regular);
  background: var(--clr-accent-grey-bg);
  color: var(--fc-primary);
  padding: 2px 10px;
  border-radius: var(--br-primary);
  width: auto;
  float: left;
  margin: 0 1rem;
  min-height: unset;
}

.collection_content.firma-des-moduls .collection_list.firmen .collection_container .collection_content.firmen-img,
.collection_content.firma-des-moduls .collection_list.firmen .collection_container .collection_content.firmen-jahr,
.collection_content.firma-des-moduls .collection_list.firmen .collection_container .collection_content.firmen-mitarbeiter,
.collection_content.firma-des-moduls .collection_list.firmen .collection_container .collection_content.firmen-teaser {
  display: none;
}

.collection_full.module .collection_content.firma-des-moduls .collection_list.firmen .collection_container .collection_content.title.custom {
  background: transparent;
}

.collection_full.module {
  width: 100%;
  float: left;
  display: block;
}

.collection_full.module .collection_container {
  width: 100%;
  float: left;
}

.collection_full.module .collection_content.modul-preis {
  position: relative;
  height: auto;
  float: left;
  margin: 0;
  bottom: unset;
  left: unset;
  clear: both;
  font-size: var(--fs-700);
  padding: 10px 30px;
  flex: 1 1 40%;
}

.preis-content::before {
  content: "Preise";
  width: 100%;
  float: left;
  font-size: var(--fs-750);
  font-weight: var(--fw-bold);
}

.collection_content.modul-preis:before {
  content: "OnPrem Preis";
  width: 100%;
  float: left;
  font-size: var(--fs-700);
  font-weight: var(--fw-bold);
}
.collection_content.modul-preis.saas:before {
  content: "SaaS Preis";
  width: 100%;
  float: left;
  font-size: var(--fs-700);
  font-weight: var(--fw-bold);
}

.preis-content {
  width: 50%;
  float: left;
  clear: both;
  padding: 1rem;
  border-radius: var(--br-primary);
  margin: 1rem 0;
  background: var(--clr-primary-light);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.collection_list.nav-versionen .collection_container {
    background: var(--clr-primary-white-dark);
    border-radius: var(--br-primary);
    padding: 10px 20px;
    float: left;
    border: 1px solid var(--clr-accent-grey-bg);
    text-align: center;
    width: 100%;
}

.collection_content.nav-version-gruppe:before {
  content: 'Verfügbare NAV Versionen';
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: var(--fs-750);
  font-weight: var(--fw-bold);
  margin-bottom: 5px;
}

.collection_content.nav-version-gruppe {
  width: 50%;
  float: left;
  clear: both;
  padding: 1rem;
  border-radius: var(--br-primary);
  margin: 1rem 0;
  background: var(--clr-primary-light);
}

.collection_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.collection_full.module .collection_content.modulbeschreibung h3 {
  margin: 1rem 0;
}

.collection_content.modul-img {
  position: relative;
}

.collection_full.module .media-content {
  width: 50%;
  float: right;
  padding-inline-start: 2rem;
  position: sticky;
  top: 120px;
}



.collection_content.firma-des-moduls {
  margin: 0 0 1rem;
}

.collection_content.modul-preis {
  background: var(--clr-accent);
  color: var(--fc-white-bg);
  padding: 0.7rem;
  border-radius: var(--br-primary);
  text-align: center;
  max-width: 90%;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 100%;
}

.full_preview .col-xs-12.headline-news {
  display: none;
}

.collection_content.short-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  margin: 0 1rem 1rem;
}

.collection_full.news .collection_content.news_img img {
  width: 50%;
  float: right;
  height: 400px;
  object-fit: cover;
  border-radius: var(--br-primary);
  overflow: hidden;
}

.collection_full.news .title {
  font-size: var(--fs-800);
  font-weight: var(--fw-bold);
  width: 50%;
  clear: both;
  line-height: 1.2;
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}

.collection_full.news .collection_content.news_img:after {
display: none;
}

.collection_content.news_gallery {
  width: 100%;
  float: left;
}

.collection_content.news_gallery .owl-item  {
scale: .9;
}
.collection_content.news_gallery .owl-item.center  {
scale: 1;
}

.collection_content.news_gallery .owl-item img {
  height: 350px!Important;
  width: 100%!Important;
  object-fit: cover;
  max-width: 100%!Important;
  border-radius: var(--br-primary);
}
.collection_content.news_gallery .owl-item a {
  width: 100%!Important;
  max-width: 100%!Important;

}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
  width: 100%;
}


.collection_full.news .collection_content.collection_content.long-anno {
  width: 50%;
  float: left;
  padding-inline-end: 2rem;
  margin: 0 0 2rem;
}

.collection_list.news .collection_content.long-anno a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  margin: 0 1rem 1rem;
  color: inherit;
}

.collection_list.productSearch {
  display: flex;
  align-items: flex-end;
  gap: 0px;
  justify-content: space-between;
}

.filter_display {
  display: none;
}

img.dark-mode {
  display: var(--meta-display-dark);
}

img.light-mode {
  display: var(--meta-display-light);
}

.button a {
  background-color: var(--clr-accent);
  width: auto;
  color: var(--fc-white-bg);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 1rem;
  border-radius: var(--br-primary);
}
button {
  background-color: var(--clr-accent);
  width: auto;
  color: var(--clr-primary-white);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-primary);
}

.button {
  width: auto;
}


.row {
  float: left;
  width: 100%;
}

.footer-message {
  width: 100%;
  float: left;
}

.footer-sitemap {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid var(--clr-accent-grey-bg-opacity);
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom {
  margin: 1rem 0 3rem 0;
  width: 100%;
  float: left;
  border-top: 1px solid var(--clr-accent-grey-bg-opacity);
  padding: 1rem 0;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.footer-colums .textcontent {
  padding: 10px;
  padding-left: 0;
}

#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: #fff;
  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;
}

div#header,
.header-wrapper {
  height: 60px;
  width: 100%;
  z-index: 10;
}

#cookie-bar > p {
  float: left;
  margin: 0;
  line-height: 40px;
}

#cookie-bar:after {
  clear: both;
  display: block;
  content: " ";
}

.header-wrapper.fixed-header {
  position: fixed;
  top: 0;
  z-index: 999;
}

/* Extra Module */
html {
  scroll-behavior: smooth;
}

/* FAQ */

.faq_group_container .faq_question_box {
  padding: 5px 25px 8px 25px;
  border: none;
  background: var(--main);
  margin-top: 10px;
  font-weight: 600;
  position: relative;
  transform: var(--skew);
}

.faq_question_box h3 {
  transform: skew(13deg, 0deg);
}

.faq_question_box {
  cursor: pointer;
}

.faq_group_container .faq_answer_box {
  margin-bottom: 0px;
  padding: 20px;
  margin-top: -10px;
  border-radius: 0 0 5px 5px;
}

.faq-text h2 {
  margin-top: 0;
}

.faq {
  padding-left: 80px;
}

.faq_headline {
  display: none;
}

.faq_question_box.active {
  background: var(--second);
  border-radius: 5px 5px 0 0 !important;
}

.faq_question_box.active h3 {
  color: var(--main-dark);
}

.faq_question_box:after {
  content: "+";
  position: absolute;
  right: 25px;
  color: #ffffff;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%) skew(13deg, 0deg);
}

.faq_question_box.active:after {
  content: "-";
  position: absolute;
  right: 25px;
  color: #fff;
  bottom: 11px;
  font-size: 25px;
}

.faq_group_container .faq_answer_box {
  display: none;
}

.faq h3 {
  font-size: 18px;
  font-weight: 400 !important;
  border: none;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 7px;
}

.faq-search input[type="text"] {
  width: 250px;
  height: 30px;
  color: #fff;
  background: rgba(9, 0, 0, 0.9);
  border: 0;
  padding: 20px;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol li,
ul li {
  color: var(--fc-primary);
  list-style-type: square;
}

.same-height > .row {
  display: flex;
  flex-wrap: wrap;
}

div#content,
.main-screen {
  padding: 70px 0 !important;
  margin: 0 !important;
  position: relative;
  float: left;
  width: 100%;
}



.back_to_overview {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pop-up-element .row {
  z-index: 1;
  padding: 40px !important;
  box-shadow: var(--bs-primary);
  height: auto;
}

.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.current {
  display: block;
}

.button-group {
  margin-top: 30px;
}

.anker-nav {
  margin-bottom: 40px;
}

.pop-up-button {
  background: var(--bg-color);
  width: auto;
  padding: 13px 25px;
  text-align: center;
  border: 1px solid #d7dcde;
  float: left;
  margin-right: 1rem;
  cursor: pointer;
  transform: var(--skew);
  color: #888;
  min-width: 200px;
}

.pop-up-button.current {
  background: var(--main);
  color: #fff;
  border: 1px solid var(--main);
}

.footer-colums .collection_content.title.custom {
  opacity: .8;
}
.footer-colums .collection_container:hover .collection_content.title.custom {
  opacity: 1;
}




.faq_nearest_search {
  display: none;
}

.component.footer-icon svg {
  width: 25px;
  height: 25px;
}

.component.privacy-policy {
  display: flex;
  align-items: center;
  gap: 15px;
}



div#content {
  position: relative;
}




#header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header > .container:before {
  display: none;
}

div#footer-header {
  float: left;
  width: 100%;
}

#header #header_1 {
  width: auto !important;
  /* height: 100%; */
}

#header > .container:before {
  display: none;
}



#header > .container:after {
  display: none;
}

#header #header_2 {
  display: flex;
  gap: 50px;
  align-items: center;
}

.collection_link a {
  opacity: 0!important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 2;
}

.collection_list {
  width: 33.33%;
  float: left;
  padding: 10px;
}

div#slider-wrapper .container:empty {
  display: none;
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  clear: both;
  font-weight: var(--fw-bold);
  color: var(--fc-dark-heading);
  margin: 0 0 1rem;
  font-family: var(--ff-heading);
}

h1 {
  font-size: var(--fs-900);
}

h2 {
  font-size: var(--fs-800);
  border-bottom: 1px solid var(--clr-accent-grey);
  padding-block-end: 1rem;
}

h3 {
  font-size: var(--fs-700);
}

h4 {
  font-size: var(--fs-600);
}
h5 {
  font-size: var(--fs-500);
}


.footer-sitemap a {
  font-weight: var(--fw-bold);
  font-size: var(--fs-700);
}

a {
  color: var(--clr-accent);
  text-decoration: none;
  transition: 300ms;
}
#header a {
  color: var(--fc-primary);
  text-decoration: none;
  transition: 300ms;
}
#footer a {
  color: var(--fc-white-bg);
  text-decoration: none;
  transition: 300ms;
}

a:hover {
  opacity: .8;
  text-decoration: none;
}

.collection_list,
.collection_container {
  position: relative;
}

.collection_list,
.content-container {
  position: relative;
}

.fade {
  opacity: 1;
}

.modal {
  display: block;
}

.contactformular .form-check {
  height: 35px;
  line-height: 35px;
  clear: both;
  height: auto !important;
  line-height: 1.6;
}

.contactformular .form-check input {
  display: inline-block !important;
  width: auto !important;
}

.input.select_body,
.contactformular select {
  width: 100% !important;
}

button.close {
  margin: 0 auto;
  background: indianred;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-stage-outer {
  width: 100%;
}

h4#myModalLabel {
  margin: 0;
}

div#cookiewarnung {
  position: fixed;
  bottom: 40px;
  background: var(--clr-primary-light);
  color: var(--fc-primary);
  z-index: 99999999;
  width: 80%;
  text-align: center;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  border: 1px solid var(--clr-accent);
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.cookie-option-container {
  margin-top: 10px;
}

.cookie-option {
  cursor: pointer;
  border: 1px solid var(--clr-accent);
  display: inline-block;
  padding: 7px !important;
  border-radius: 5px;
  background: var(--clr-accent);
  color: var(--fc-white-bg);
}

div#cookie-config {
  display: none;
  left: -100%;
  transition: 1s;
}

div#cookie-config.show {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--clr-primary-light);
  max-width: 300px;
  z-index: 99999999999;
  overflow-y: auto;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
  background: var(--clr-accent);
  color: var(--fc-primary);
  padding: 10px;
  position: relative;
  cursor: pointer;
}

#cookie-config input {
  margin-right: 10px;
}



.cookie-config-close:after,
.cookie-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(225deg);
  box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
  content: "";
  right: 20px;
  top: 20px;
  transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
  transform: rotate(315deg) !important;
}

.cookie-config-options {
  background: var(--clr-primary-white);
  padding: 10px;
  cursor: pointer;
  position: relative;
  display: flex;
}

input#required {
  width: auto;
}

input#tracking {
  width: auto;
}

.cookie-config-configuration .cookie-config-options:nth-child(2) {
  border-bottom: 1px solid var(--clr-accent);
}

.config-child {
  display: none;
  background: var(--clr-primary-light);
  padding: 10px;
}

.config-child input {
  width: auto;
}
.cookie-config-save {
  padding: 10px;
  text-align: center;
  background: var(--clr-accent);
  cursor: pointer;
  margin: 20px 15px;
  color: #fff;
  border-radius: 5px;
}

.cookie-config-configuration {
  margin-top: 10px;
}

.cookie-config-configuration > p {
  padding: 10px;
  font-weight: bold;
}

.cookie-config-description {
  padding: 10px;
  font-size: 15px;
}

.cookie_conflict_youtube {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--clr-primary-white);
  margin: 1rem;
  text-align: center;
  padding: 10px 0px;
  border-radius: var(--br-primary);
  background: var(--clr-primary-light);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cookie_conflict_youtube a {
  text-decoration: underline;
  font-weight: 500;
}

.tab {
  overflow: hidden;
}

.full_preview .nicht-sichtbar-in-detail-seite {
  display: none;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent,
.tabcontentSection {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.multiFormPage form .header-text-wrapper {
  display: none;
}

.multiFormPage form .collection_content.header-img {
  position: inherit;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.multiFormPage form #slider-wrapper,
.multiFormPage form .collection_list.header .collection_container {
  height: auto;
}

.multiFormPage form .form-group label.classLabel {
  text-align: center;
  font-size: 24px;
}

.multiFormPage form .iconfield .material-icons {
  font-size: 15rem;
}

.multiFormPage form .collection_content.header-img img {
  width: 100%;
  height: 300px !important;
}

.multiFormPage form .iconfield {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}

.contact-button button {
  background: var(--gradient);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  border-radius: 5px;
}

.input_collection_link_checkbox {
  cursor: pointer !important;
}

.multiFormPage form .owl-nav {
  display: none !important;
}

.img_container.img-option {
  height: 320px;
}

.form-group h2 {
  text-align: center;
  margin-bottom: 1.2rem;
}

.faq_headline {
  margin: 0 0 1rem;
}




/* Tabs end */

.home div#area-2 {
  background-image: url(/userdata/images/newsletter.webp);
  background-size: cover;
}

.contactformular {
  accent-color: var(--clr-accent);
  margin-inline: auto;
  float: left;
  width: 100%;
}
.contactformular .sitepart_2{
  max-width: 600px;
  margin: 0 auto;
}

.sitepart_42 {
  background: var(--clr-accent);
  color: var(--fc-white-bg);
  border-radius: 20px;
  padding: 2.5rem;
  accent-color: var(--clr-primary-dark);
  float: right;
  width: 100%;
  max-width: 460px;
  position: relative;
  overflow: hidden;
  background-image: url(/userdata/images/newsletter.webp);
  background-size: cover;
}

.sitepart_42 label {
    color: var(--fc-white-bg);
    font-size: var(--fs-700);
}
.sitepart_42 input {
    font-size: var(--fs-700);
}

.sitepart_42 h3#input_collection_link_271 {
  font-weight: inherit;
}

.first-check {
    border: 1px solid var(--fc-white-bg);
    float: left;
    width: 100%;
    padding: 1rem;
    border-radius: var(--br-primary);
}


.sitepart_42 div#input_collection_link_263 {
      font-size: var(--fs-700);

}

.sitepart_42 h2 {
  color: var(--fc-white-bg);
  border: 0;
  padding: 0;
}

.home form#filterForms {
  display: none;
}

.sitepart_42 div#submit_button input#button {
  background: var(--fc-white-bg);
  color: var(--clr-accent);
}

.sitepart_42:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background: #f1a044;
}

.sitepart_42 input#input_mail {
  border-color: var(--fc-bg-white);
}

/* .sitepart_42 .recaptcha-class {
  display: none!important;
}
.sitepart_42 .recaptcha-class.show-recaptcha {
  display: flex!important;
}

.sitepart_42 .recaptcha-class {
  display: flex;
} */

.last-check label {
  font-size: 15px;
  line-height: 1px!important;
}

.sitepart_42.step1:after{
  width: 33.33%;
}
.sitepart_42.step2:after{
  width: 66%;
}
.sitepart_42.step3:after{
  width: 100%;
}

.sitepart_42 .form-group.select {
  width: 100%;
  clear: unset;
  display: none;
}

.sitepart_42 .form-group.select.show-select {
  display: block;
  border-radius: var(--br-primary);
  clear: both;
  margin: 0.5rem 0;
}

select {
  background: var(--clr-accent);
  border: 1px solid var(--fc-white-bg);
  padding: 10px;
  border-radius: var(--br-primary);
  color: var(--fc-white-bg);
}

.sitepart_42  div#submit_button {
  float: left;
  width: 100%;
}

.sitepart_42 .form-group.text {
  padding: 0.5rem 0;
}

.sitepart_42 .branchen-check {
  clear: both;
  margin: 0.5rem 0;
  border: 1px solid var(--fc-white-bg);
  float: left;
  width: 100%;
  padding: 1rem;
  border-radius: var(--br-primary);
}
.sitepart_42 .branchen-check .form-group.form-check {
  width: 50%;
  float: left;
  clear: unset;
  padding: 0;
}

.first-check .form-group.form-check {
    width: 100%;
    clear: unset;
    padding: 0;
}


.sitepart_42 .form-group.checkbox {
  width: 100%;
  clear: unset;
  padding: 0;
}
.recaptcha-class {
  margin: 1rem 0;
}

div#submit_button input#button:hover {
  cursor: pointer;
}


input#input_upload {
  opacity: 0.7;
  transition: var(--transition);
}

input#input_upload:hover {
  opacity: 1;
  transition: var(--transition);
}

.collection_list.moduleearch {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: 400px!Important;
}
/* Multi-Form / Form */

input, textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid var( --clr-accent);
  background: none;
  border-radius: var(--br-primary);
  resize: vertical;
}

.sitepart_42 input {
  color: var(--fc-white-bg);
}

.branchen.full_preview .collection_content.cross-selling:before {
  content: 'Für diese Branche geeignet';
}

.sitepart_42 ::placeholder {
  color: var(--fc-bg-white);
}

input#theme-toggle {
  height: 0;
  visibility: hidden;
}

div#submit_button input#button {
  background: var(--clr-accent);
  width: 100%;
  color: var(--fc-white-bg);
}

div#submit_button input#button:hover {
opacity: .8;
}




div#requestbox {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: var(--clr-accent);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

form#filterForms .row {
  display: flex;
  align-items: center;
}

form#filterForms .collection_list {
  width: 33.33%;
  padding: 10px;
}

#filterForms input {
  background: var(--clr-primary-light);
  color: var(--fc-primary);
  padding: 8px 10px;
  border: 1px solid var(--clr-accent-opacity);
  width: 100%!important;
  border-radius: var(--br-primary);
}

#filterForms .input-group.mb-3 {
  position: relative;
}



/* Mark input boxes that gets an error on validation: */

input.invalid {
  background-color: #ffdddd;
}

.form-group {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.tab {
  display: none;
}

.regForm .tab {
  float: left;
}


button {
  color: var(--fc-white-bg);
  background-color: var(--clr-accent);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}



button:hover {
  opacity: 0.8;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #04aa6d;
}

#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.header-wrapper {
  position: relative;
}

#header {
 padding: 0;
}

ul.level_1 {
  display: flex;
  gap: 40px;
}

#header div#header_2 li {
  display: inline-block;
  float: left;
}



#header ul.level_1 {
  margin: 0 !important;
  padding: 0 !important;
}

#header div#header_3 li {
  display: inline-block;
  float: left;
}

#header .active_tree {
  font-weight: bold;
  color: var(--clr-accent) !important;
}

#header div#header_3 li i {
  font-size: 14px;
}
div#header #header_3 a {
  color: var(--fc-white-bg);
}

#header .component.logo,
#header .component.logo .textcontent {
  height: 100%;
}



#header_1 img {
  width: 200px !important;
  height: 40px !important;
  object-fit: contain;
}

div#header,
#header .container {
  height: 100%;
}

.firmen-isolated .collection_list.firmen .collection_container {
  background: var(--clr-primary-white-dark);
  box-shadow: var(--bs-primary-card);
  border-radius: var(--br-primary);
  float: left;
  overflow: hidden;
  height: 470px;
  width: 100%;
  transition: 300ms;
}

.firmen-isolated .collection_content.firmen-jahr,
.firmen-isolated .collection_content.firmen-mitarbeiter {
  font-size: var(--fs-600);
  font-weight: var(--fw-regular);
  background: var(--clr-accent-grey-bg);
  color: var(--fc-primary);
  padding: 2px 10px;
  border-radius: var(--br-primary);
  width: auto;
  float: left;
  clear: both;
  margin: 0.5rem 1rem;
}

div#header_3 a {
  margin: 0;
}

.firmen-isolated .collection_list.firmen .collection_container .collection_content.firmen-img {
  position: relative;
  background: var(--fc-white-bg);
}
.firmen-isolated .collection_list.firmen .collection_container .collection_content.firmen-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  opacity: .3;
}
.firmen-isolated .collection_list.firmen .collection_container .collection_content.firmen-teaser {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  margin: 0 1rem 1rem;
}
.firmen-isolated .collection_list.firmen .collection_container .collection_content.title {
  font-size: var(--fs-650);
  font-weight: var(--fw-bold);
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.firmen-isolated .collection_list.firmen .collection_container .collection_content.firmenlogo-img img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  height: 100px;
  object-fit: contain;
}
.full_preview.firmen .firmen-isolated .collection_list.firmen .collection_container .collection_content.firmenlogo-img img {
  position: unset;
  top: unset;
  left: unset;
  transform: unset;
  max-width: unset;
  height: unset;
  object-fit: unset;
}

.full_preview .firmen-isolated .collection_list.firmen .collection_container .collection_content.firmenlogo-img img {
  position: absolute;
  top: unset;
  left: unset;
  transform: unset;
  max-width: unset;
  height: 45px;
  object-fit: contain;
    /* max-width: 160px;
    height: 70px;
    object-fit: contain;
    background: var(--fc-white-bg);
    padding: 8px 12px 4px 12px;
    border-top-left-radius: var(--br-primary);
    border-top-right-radius: var(--br-primary); */
}
.full_preview.firmen  .firmen-isolated .collection_list.firmen .collection_container .collection_content.firmenlogo-img img {
  position: unset;
  top: unset;
  left: unset;
  transform: unset;
  max-width: unset;
  height: unset;
  object-fit: unset;
    max-width: 160px;
    height: 70px;
    object-fit: contain;
    background: var(--fc-white-bg);
    padding: 8px 12px 4px 12px;
    border-top-left-radius: var(--br-primary);
    border-top-right-radius: var(--br-primary);
}
.collection_full.firmen .title {
  font-size: var(--fs-800);
  font-weight: var(--fw-bold);
  width: 50%;
  clear: both;
  line-height: 1.2;
}

.full_preview .collection_content.firmen-rezensionen {
  width: 100%;
  float: left;
  background: var(--clr-primary-light);
  padding: 2rem;
  border-radius: var(--br-primary);
  margin-block: 2rem;
  display: none;
}

.full_preview .collection_full.firmen .collection_content.firmen-img img {
  height: 360px;
  object-fit: cover;
  box-shadow: var(--bs-primary);
  overflow: hidden;
  border-radius: var(--br-primary);
  width: 100%;
}

.full_preview .col-xs-12.branche-headline {
  display: none;
} 

.collection_list.branchen .collection_container {
  background: var(--clr-primary-white-dark);
  box-shadow: var(--bs-primary-card);
  border-radius: var(--br-primary);
  float: left;
  overflow: hidden;
  height: 360px;
  width: 100%;
  transition: 300ms;
}

.collection_list.news .collection_container {
  background: var(--clr-primary-white-dark);
  box-shadow: var(--bs-primary-card);
  border-radius: var(--br-primary);
  float: left;
  overflow: hidden;
  height: 390px;
  width: 100%;
  transition: 300ms;
}

.collection_full.branchen .title {
  font-size: var(--fs-800);
  font-weight: var(--fw-bold);
  width: 50%;
  clear: both;
  line-height: 1.2;
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}

#footer .collection_list.branchen .collection_container {
  background: none;
  box-shadow: none;
  border-radius: 0;
  float: unset;
  overflow: visible;
  height: auto;
  width: 100%;
  transition: 300ms;
}
.collection_full.branchen .collection_content.branche-desc {
  width: 50%;
  float: left;
  padding-inline-end: 2rem;
  margin: 0 0 2rem;
}

.collection_content.news_img {
position: relative;
}

.collection_content.news_img:after {
  content: '';
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .3;
}

.collection_full.branchen .collection_content.branche-img img {
  width: 50%;
  float: right;
  height: 310px;
  object-fit: cover;
  border-radius: var(--br-primary);
  overflow: hidden;
  margin-top: -130px;
  margin-bottom: 2rem;
}

.home #content .container {
  position: relative;
}

.text-link {
  position: absolute;
  top: calc(0px + 15 * (100vw - 320px) / 1600);;
  right: 30px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}

.ansprechpartner-content .collection_content:empty {
  display: none;
}

.collection_content.module-website-link a:empty {
  display: none;
}

.collection_content.modul-preis.saas:empty {
  display: none;
}

.collection_list.branchen .collection_content.branche-desc a {
  color: inherit;
}

.collection_list.branchen .collection_container:hover {
  box-shadow: var(--bs-primary-card-hover);
  top: -1px;
}
.collection_list.news .collection_container:hover {
  box-shadow: var(--bs-primary-card-hover);
  top: -1px;
}

.collection_list.branchen .collection_content.branche-desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  margin: 0 1rem 1rem;
}
.collection_list.news .collection_content.short-anno {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  margin: 0 1rem 1rem;
}

.collection_list.branchen .collection_content.branche-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.collection_list.news .collection_content.news_img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.collection_list.branchen .collection_content.title.custom {
  font-size: var(--fs-650);
  font-weight: var(--fw-bold);
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.collection_list.news .collection_content.title.custom {
  font-size: var(--fs-650);
  font-weight: var(--fw-bold);
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.collection_full.firmen .collection_content.firmenlogo-img {
  float: left;
  width: auto;
  max-width: 200px;
  background: #fff;
  padding: 16px 20px;
  border-radius: var(--br-primary);
  clear: both;
  margin: 2rem 0;
}

.collection_full.firmen .collection_content.firmen-jahr, 
.collection_full.firmen .collection_content.firmen-mitarbeiter {
  background: var(--clr-primary-light);
  margin: 0.5rem 0;
}

.collection_full.firmen .collection_content.firmen-teaser {
  width: 40%;
  float: left;
  margin: 1rem 0;
  clear: both;
}

.full_preview .collection_full.firmen .collection_content.firmen-img {
  width: 50%;
  padding-inline-start: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.full_preview .firmen-rezensionen .collection_content.title.custom {
  font-size: var(--fs-600);
  font-weight: var(--fw-bold);
  width: 80%;
  float: right;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 0;
}

div#header,
.header-wrapper {
  /* height: 100px; */
  width: 100%;
  /* padding: 10px 0px; */
  z-index: 10;
}

.header-wrapper.fixed-header div#header,
.header-wrapper.fixed-header {
  height: 80px;
  box-shadow: var(--bs-primary);
  background-color: var(--clr-primary-white-dark);

}

div#header img {
  width: 250px;
}

.sticky-active {
  position: relative;
}

.owl-carousel .collection_list {
  width: 100%;
}

#toggle_navigation,
.hamburger-menu {
  display: none;
}

div#toggle_navigation {
  float: right;
  width: auto;
  padding: 0 !important;
  height: auto;
  background: transparent;
  margin-right: 10px;
}

.hamburger-menu {
  background: var(--clr-primary-light);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
}

.hamburger-menu ul.level_1 {
  flex-wrap: wrap;
  gap: 0;
}

#header .hamburger-menu li.level_1 {
  padding: 0;
}

#header .hamburger-menu a {
  padding: 13px 20px !important;
  display: block;
}

#header .hamburger-menu li.level_1:last-child {
  border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
  padding: 20px 0px;
}

#header .hamburger-menu li.level_1 {
  list-style-type: none;
}

#toggle_navigation label.hamburg {
  display: block;
  background: transparent;
  width: 55px;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 35px;
  background: var(--clr-accent);
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}

.line:nth-child(2) {
  top: 24px;
}

.line:nth-child(3) {
  top: 36px;
}

div#toggle_navigation.active > .hamburg .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active > .hamburg .line:nth-child(2) {
  opacity: 0;
}

div#toggle_navigation.active > .hamburg .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.facts {
  padding: 0 30px;
}

.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;
}

.anker-button.button {
  margin: 0;
  padding: 0 !important;
  width: auto;
  border-bottom: 0;
  border-top: 0;
  color: #fff;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.collection_list.swiper-slide {
  width: 100%;
  padding: 0;
  height: 130px!important;
}

.slideshow-carousel-group {
  position: relative;
  float: left;
}

.mySwiper {
  width: 100%;
  height: 570px!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-group {
  rotate: 6deg;
}

.swiper {
  width: 100%;
  height: 100%;

}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.collection_list.swiper-slide .collection_container:hover {
  background-color: var(--clr-accent);
}

.collection_list.swiper-slide .collection_container:hover .collection_content.title.custom {
  color: var(--fc-white-bg);
}
.collection_list.swiper-slide .collection_container:hover .collection_content.slideshow_icon img {
  filter: brightness(10);
}
.collection_list.swiper-slide .collection_container:hover .collection_content.slideshow_icon {
  background-color: var(--clr-accent-grey-bg-opacity);
}

.collection_list.swiper-slide.swiper-slide-active .collection_container {
  background-color: var(--clr-accent);
}


.collection_list.swiper-slide.swiper-slide-active .collection_container .collection_content.title.custom {
  color: var(--fc-white-bg);
}

.collection_list.swiper-slide.swiper-slide-active .collection_container .collection_content.slideshow_icon img {
  filter: brightness(10);
}

.collection_list.swiper-slide.swiper-slide-active .collection_container .collection_content.slideshow_icon {
  background-color: var(--clr-accent-grey-bg-opacity);
}

.collection_list.swiper-slide .collection_container {
  background: var(--clr-primary-white);
  padding: 1rem;
  border-radius: var(--br-primary);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}



.collection_content.slideshow_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}






#header .active_tree:after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: relative;
  background: var(--clr-accent);
  margin: 0 auto;
  border-radius: 999px;
}

div#slider-wrapper {
  width: 100%;
  float: left;
  padding: 30px 0;
  position: relative;
}



input[type="checkbox"] {
  margin: 0;
  padding: 0;
  display: block;
}
input[type="checkbox"]:checked + label {
  transform: rotate(360deg);
}

input#theme-toggle-footer {
  height: 0;
  visibility: hidden;
}
input[type="checkbox"]:checked + label:before {
  transform: translateX(25px);
  background-color: var(--clr-primary-white);
}
.theme-switch label {
  display: flex;
  width: 53px;
  height: 27px;
  border: 2px solid var(--clr-primary-white-dark);
  border-radius: 99em;
  position: relative;
  transition: transform 0.75s ease-in-out;
  transform-origin: 50% 50%;
  cursor: pointer;
}
.theme-switch label:before {
  transition: transform 0.75s ease;
  transition-delay: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: var(--clr-primary-white-dark);
  border-radius: 50%;
  top: 4px;
  left: 5px;
}

.slideshow-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*Fallback if gradeints don't work */
  background: var(--clr-primary-light);
  /*Linear gradient... */
  background: radial-gradient(at 1% 57%, var(--clr-primary-gradient), var(--clr-secondary-gradient)    );
}



.collection_list.swiper-slide .collection_content.title.custom {
  font-size: var(--fs-650);
  margin-left: 1rem;
  color: var(--clr-accent-grey);
}



.collection_content.slideshow_icon {
  background-color: var(--clr-accent-grey-bg-icon);
  padding: 18px;
  border-radius: 999px;
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  background-color: var(--clr-accent);
  color: var(--fc-white-bg);
}



.footer-sitemap ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
}

#footer li {
  list-style-type: none;
}

.footer-sitemap li.level_1 {
  width: auto;
  float: left;
}

.component.privacy_policy {
  display: flex;
  justify-content: center;
}


.footer-sitemap li.level_2 {
  font-weight: normal;
  font-size: 15px;
  text-transform: initial;
}



#privacy-policy .footer-1 {
  text-align: left;
}

div#privacy-policy ul li {
  display: inline-block;
  padding: 0 10px;
}

#footer .footer-seo {
  width: 66.66666%;
}







.component.footer-seo-inner {
  padding-right: 20px;
  max-width: 820px;
}

.footer-right {
  width: 33.33333%;
  text-align: right;
}

.footer-logo .component.logo {
  margin-bottom: 30px;
  max-width: 300px;
  float: right;
  clear: both;
}

.footer-icons {
  max-width: 300px;
  float: right;
  width: 100%;
}

.component.footer-icons a:hover {
  opacity: 0.8;
  transition: 300ms;
}

.component.privacy-policy .textcontent:last-child {
  float: right;
}

.component.privacy-policy .textcontent:first-child {
  float: left;
}

.component.footer-icons a {
  opacity: 1;
  transition: 300ms;
  margin-left: 20px;
}

.component.privacy-policy .textcontent:last-child {
  float: right;
}

.component.privacy-policy .textcontent:first-child {
  float: left;
}

/* End Footer */

.owl-dots {
  height: 10px;
}

.owl-dots {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
}

.owl-dot span {
  height: 10px;
  width: 10px;
  background: #ccc;
  position: relative;
  float: left;
  border-radius: 500px;
  margin: 0 2px;
}

.owl-dot.active span {
  position: relative;
  float: left;
  height: 10px;
  width: 10px;
  background: #7f7f7f;
  border-radius: 500px;
}

.owl-dots {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}




.footer-1 {
  width: 50%;
}
.footer-2, 
.footer-3,
.footer-4 {
  width: 16.66666666666667%;
}

.footer-1 .collection_list.module {
  width: 33.33%;
  padding-left: 0;
  padding-right: 20px;
}
.footer-1 .collection_list.module .collection_content {
  display: none;
}
.footer-2 .collection_list.firmen .collection_content {
  display: none;
}
.footer-2 .collection_list.firmen .collection_content.title.custom {
  display: block;
}

.footer-3 .collection_list.branchen .collection_content {
  display: none;
}
.footer-3 .collection_list.branchen .collection_content.title.custom {
  display: block;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

#footer .collection_list.branchen .collection_container:hover {
  box-shadow: none;
  top: 0;
}
.footer-3 .collection_list.branchen {
width: 100%;
padding-left: 0;
}
.footer-2 .collection_list.firmen {
width: 100%;
padding-left: 0;
}
.footer-1 .collection_list.module .collection_container {
  height: auto;
  box-shadow: none;
  background: transparent;
}
.footer-1 .collection_list.module .collection_container:hover {
top: unset;
}
.footer-1 .collection_list.module .collection_container .title{
  font-size: var(--fs-600);
  font-weight: var(--fw-regular);
  min-height: unset;
  -webkit-line-clamp: 1;
  margin: 0;
  padding: 0;
}

.footer-colums {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  gap: 15px;
}

form#filterForms {
  z-index: 1;
  position: relative;
}

li.level_1 {
  position: relative;
  float: left;
}

div#header_2 li.level_2 {
  padding: 0 !important;
  
}

#header .hamburger-menu .active_tree:after {
  display: none;
}

.theme-switch-mobil {
  padding: 15px 20px;
  background: var(--clr-accent);
}

.full_preview div#slider-wrapper {
  display: none!important;
}


.hamburger-menu li {
  list-style: none !important;
  width: 100%;
  border-bottom: 1px solid var(--clr-accent-opacity);
}

form#filterForms li {
  list-style: none !important;
  padding: 5px 0;
  cursor: pointer;
}

form#filterForms ul {
  background: var(--clr-primary-light);
  margin-top: 0;
  border: 1px solid var(--clr-primary-light);
  padding-left: 10px;
  max-height: 300px;
  overflow-y: scroll;
  position: absolute;
  border-bottom-right-radius: var(--br-primary);
  border-bottom-left-radius: var(--br-primary);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar {
  background: var(--clr-primary-medium);
}

::-webkit-scrollbar-track {
  background: var(--clr-primary-medium);
}

::-webkit-scrollbar-thumb {
  background: var(--clr-primary-light);
}

div#header .component.logo a {
  border-bottom: none;
}

.multi-form-title {
  position: relative;
  padding-bottom: 25px;
}

.img-form-group {
  background: #fff;
  padding: 40px 10px;
  box-shadow: var(--bs-primary);
}

label[for="input_upload-field"] {
  display: none;
}

.ezdz-dropzone > div {
  position: relative;
  color: var(--font);
  font-size: 1.1em;
  margin-top: 20px;
}

.ezdz-dropzone > div:after {
  content: "oder per Drag and Drop ziehen";
  clear: both;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  height: 100%;
  font-size: 0.8em;
  color: #ccc;
}

.ezdz-dropzone > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: url(/userdata/images/img-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ezdz-accept > div:before {
  content: "Akzeptiert";
  background: var(--main);
  padding: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 25px;
  color: #fff;
  box-sizing: border-box;
}

.ezdz-reject > div:before {
  content: "Nicht akzeptiert";
  background: var(--main);
  padding: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 25px;
  color: #fff;
  box-sizing: border-box;
}

.ezdz-accept > div:after {
  display: none;
}

form#filterForms {
  z-index: 3;
}

form#contactformular_36 .submitBtn button {
  margin: 0 10px;
  position: relative;
}

form#contactformular_36 .contact-button:after {
  display: none;
}

.contact-button #prevBtn {
  background: none !important;
}

form#contactformular_36 .submitBtn button:hover:after {
  background-color: var(--main);
}

form#contactformular_36 .submitBtn button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--second);
  transform: var(--skew);
  z-index: -1;
  transition: var(--transition);
}

form#contactformular_36 .privacy-field h2 {
  font-size: 1em;
  font-weight: 400 !important;
  font-family: inherit;
  text-align: left;
  margin-bottom: 0;
  color: var(--main-opac);
}

.multiFormPage form .iconfield {
  font-size: 1em;
  width: auto;
  padding: 0;
}

.input_collection_link_checkbox.col-md-4.iconfield label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: -15px;
}

input#input_collection_link_246_value_2,
input#input_collection_link_246_value_1 {
  top: 10px;
  position: relative;
}
form#filterForms {
  scroll-margin-top: 220px;
}







@media (max-width: 1450px) {
  #header > .container {
    justify-content: space-between;
  }

  .collection-layout .collection_list.module {
    width: 33.33%;
  }



}

/*END 1450*/

@media (max-width: 1250px) {

  .sitepart_42 {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    padding: 1.5rem;
}

  div#privacy-policy a:first-child {
    margin-left: 0px;
  }

  .sitepart_42 .branchen-check .form-group.form-check {
    width: 100%;
}

  .collection_full.module .collection_content.title.custom {
    width: 100%;
    margin-top: 1rem;
}

.collection_full.module .collection_content.firma-des-moduls {
  padding: 1rem 0;
  width: 100%;
}

.collection_full.module .collection_content.titel-modul-beschreibung {
  width: 100%;
  margin-bottom: 0.5rem;
}

.module.full_preview .collection_content.product-review, .collection_full.firmen .collection_content.firmen-rezensionen {
  margin: 2rem 0;
}

.collection_full.module .collection_content.modulbeschreibung {
  width: 100%;
}

.collection_full.module .media-content {
  width: 100%;
  padding-inline-start: 0;
  position: relative;
    top: unset;
}

.collection_content.module-highlights {
  width: 100%;
}

.ansprechpartner-content {
  width: 100%;
}

.collection_content.modul-video {
  width: 100%;
}

.collection_content.nav-version-gruppe {
  width: 100%;
}

.preis-content {
  width: 100%;
}

.collection_full.module .collection_content.short-description {
  width: 100%;
  margin: 1rem 0!important;
}

  #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;
  }

  .component.privacy-policy .textcontent {
    position: relative;
    float: left;
    width: 100%;
  }

  #cookie-bar > p {
    line-height: 20px;
  }




}
/*END 1250*/



@media only screen and (max-width: 1024px) {

  div#header,
  #header .container {
    height: 100%;
    width: 100%;
  }

  div#header, .header-wrapper {
    height: 80px;
}
  

  .collection_full.branchen .title {
    width: 100%;
  }


  div#header,
.header-wrapper {
  background-color: var(--clr-primary-white-dark);
}

.collection_list.module {
  width: 50%;
}

.collection_full.branchen .collection_content.branche-img img {
  width: 100%;
  height: 310px;
}

.collection_full.branchen .collection_content.branche-desc {
  width: 100%;
  padding-inline-end: 0;
  margin: 1rem 0;
}

  .footer-colums {
    flex-wrap: wrap;
    gap: 0;
}

  .footer-1 {
    width: 100%;
    margin: 0 0 2rem;
}

.footer-2, .footer-3, .footer-4 {
  width: 33.33%;
}

  div#header_1,
  #header_2,
  #header_3 {
    padding: 0 !important;
    margin: 0 !important;
  }

  #header #header_2,
  #header #header_3 {
    display: none;
  }

  div#toggle_navigation {
    display: block !important;
  }

  div#toggle_navigation:hover,
  div#toggle_navigation:active,
  div#toggle_navigation:focus {
    background: transparent;
  }


  .collection_list {
    width: 50%;
  }
  .anker-navi .container {
    padding: 0 !important;
  }

  div#content:after {
    display: none !important;
  }




}



@media only screen and (max-width: 992px) {

  .collection-layout .collection_list.module {
    width: 50%;
  }
  .footer-sitemap ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  div#cookiewarnung {
    width: 90%;
  }

  #header #header_1 {
    width: 50%;
  }
  .anker-navi.sticky {
    position: relative !important;
  }
}


@media (max-width: 768px) {

  form#filterForms .row {
    flex-wrap: wrap;
}

.product-gallery .owl-nav {
  display: flex!important;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
}

.theme-switch label {
  width: 43px;
  height: 19px;
}

.theme-switch label:before {
  top: 3px;
  width: 10px;
    height: 9px;
  left: 5px;
}

input[type="checkbox"]:checked + label:before {
  transform: translateX(20px);
}

.product-gallery .owl-item a {
  width: 100%;
}
.product-gallery .owl-item img {
  width: 100%!important;
  max-width: 100%!important;
  height: auto!important;
  object-fit: cover;
}

form#filterForms .collection_list {
  width: 100%;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-inner-zoom.mz-ready {
  width: 100%;
}


  .collection_list {
    width: 100%;
}

#filterForms .input-group.mb-3 {
  position: relative;
  width: 100%;
}



.collection_list.rezensionen .collection_container {
    padding: 1rem;

}

.module.full_preview .product-review .collection_content.title.custom,
.module.full_preview .product-review .collection_content.status {
  width: 70%;
}

.module.full_preview .collection_content.product-review, .collection_full.firmen .collection_content.firmen-rezensionen {
  padding: 1.5rem 0.5rem;
}
.collection_content.cross-selling, .collection_content.module-einer-firma {
  padding: 1.5rem 0.5rem;
}

.collection_content.zitat {
  min-height: auto;
}

  div#slider-wrapper {
    padding: 0;
}

  div#slider-wrapper .container {
    flex-wrap: wrap;
    height: auto;
    padding-block: 2rem;
    border-radius: 0;
    box-shadow: none;
}

.swiper-group {
  display: none;
}

  #cookie-bar {
    text-align: center;
  }
  #cookie-bar #cookie-bar-button {
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
  #cookie-bar > p {
    float: none;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .faq_group_container .faq_question_box {
    padding: 5px 34px 8px 15px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-up-button {
    margin-top: 1rem;
  }

  .pop-up-button-group .row {
    flex-wrap: wrap;
    margin-left: 7px;
  }

  #slider div#slider-title {
    padding: 0 20px;
  }
  .anker-button.button {
    width: 100%;
    border-bottom: 1px solid #fff;
  }



  div#cookiewarnung {
    font-size: 13px !important;
  }

  .faq {
    padding-left: 0px;
  }


  .pop-up-element .row {
    padding: 20px !important;
  }

}


@media (max-width: 600px) {

  .collection-layout .collection_list.module {
    width: 100%;
  }

  .header-wrapper.fixed-header div#header, .header-wrapper.fixed-header {
    height: 60px;
}

div#header_1 {
  padding: 5px 0 !important;
}

  .footer-1 .collection_list.module {
    width: 50%;
}

.footer-bottom {
  flex-direction: column;
  gap: 10px;
}

  .footer-2, .footer-3 {
    width: 50%;
}
  .footer-4 {
    width: 100%;
    padding: 2rem;
}

  .footer-right {
    width: auto !important;
  }

  .collection_list {
    width: 100%;
  }

  .pop-up-button {
    width: 40% !important;
    float: left !important;
  }

  .pop-up-button .textcontent {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}


@media only screen and (max-width: 500px) {




  .pop-up-element {
    margin-top: 0px;
  }

  div#content,
  .main-screen {
    padding: 30px 0 !important;
  }

  .pop-up-element {
    padding: 30px 10px !important;
  }

  .container {
    min-width: 250px;
  }

  div#slider-wrapper {
    height: auto !important;
  }

  #slider div#slider-title {
    padding: 0 20px !important;
  }
  .footer-sitemap li.level_1 {
    width: 100%;

  }

  div#sidebuttons {
    position: absolute;
  }
}

@media (min-width: 992px) {
  div#slider-wrapper .container {
      padding-inline: 40px;
  }

}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }

  .container {
    width: 1170px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}

.module.full_preview .collection_content.rezensionen__firmen-logo {
  display: none;
}

@media (max-width: 1199px) {
  .collection_content.status {
    width: 75%;
  }
  .module.full_preview .product-review .collection_content.title.custom {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .full_preview .collection_full.firmen .collection_content.firmen-img {
    width: 100%;
    padding-inline-start: unset;
    position: unset;
    margin-bottom: 20px;
    margin-top: 10px;
  } 
  .collection_full.firmen .collection_content.firmen-teaser {
    width: 100%;
  }
  .collection_full.news .collection_content.news_img img {
    float: unset;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .collection_full.news .title {
    width: 100%;
  }
  .collection_full.news .collection_content.collection_content.long-anno {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .collection_content.status {
    width: 85% !important;
  }
  .module.full_preview .product-review .collection_content.title.custom {
    width: 85% !important;
  }
  .collection_full.news .collection_content.news_img img {
    height: calc(200px + 250 * (100vw - 320px) / 768);
  }
}
@media (max-width: 450px) {
  .collection_content.status {
    width: 75% !important;
  }
  .module.full_preview .product-review .collection_content.title.custom {
    width: 75% !important;
  }
}

.footer-1 .module .collection_container {
  padding-bottom: 3px;
}

.collection_content.modul-pdf:before {
  content: 'Mehr Informationen';
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: var(--fs-750);
  font-weight: var(--fw-bold);
  margin-bottom: 5px;
}

@media (max-width: 1250px) {
  .module.full_preview .modul-pdf {
    width: 100%;
  }
}

