.produktkatalog form#filterForms .collection_list {
  display: none;
}
/*EXPERIMENTELL*/
.exp-bauma form#filterForms {
  display: none;
}

.prodkat-dev form#filterForms .collection_list {
  display: none;
}

.prodkat-dev form#filterForms .collection_list.productSearch {
  display: block;
}

.collection_list .sidebutton-coll:hover + .component.fix-buttons {
  opacity: 0; 
  pointer-events: none; 
}

.kaufmiet-buttons a {
  background: #fff;
  padding: 8px 0px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  font-family: 'inter-bold';
}

.km-btn.active a {
  background: var(--main);
  color: #fff;
}

.kauf-button a {
  margin: 0.6rem 0.25rem 0 0!important;
  float: left;
  width: calc(100% - 0.25rem);
  text-align: center;
}

.miet-button a {
  margin: 0.6rem 0 0 0.25rem!important;
  float: left;
  width: calc(100% - 0.25rem);
  text-align: center;
}

.kauf-button, .miet-button {
  padding: 0 !important;
}

.kaufmiet-buttons {
  margin-bottom: 0.5rem;
}

.unterkategorie-wrap .collection_list.product-categorie {
  width: 25%;
}


a:hover {
  opacity: 0.9;
}



/*Temporär ausgeblendet*/



:root {
  --main: #0059a7;
  --main-dark: #04447d;
  --main-opac: rgb(0 89 167 / 70%);
  --second: #ffe400;
  --accent: #e2242b;
  --font: #0059a7;
  --bg-color: #f5f7fb;
  --heading-color: #000;
  --font-family: "Inter", sans-serif;
  --font-bold: "Inter-Bold", sans-serif !important;
  --heading-color: var(--font);
  --gradient: linear-gradient(0deg, var(--main), transparent);
  --gradient-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
  --skew: skew(-13deg, 0deg);
  --reskew-bigger: skew(13deg, 0deg) scale(1.22);
  --reskew: skew(13deg, 0deg);
  --shadow: 5px 5px 20px rgb(0 0 0 / 15%);
  --transition-long: 600ms;
  --transition: 300ms;
}

/*Standardschrift*/
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("/layout/frontend/b2c/dist/fonts/Inter-VariableFont.ttf");
}

@font-face {
  font-family: "inter-bold";
  font-weight: 600;
  src: url("/layout/frontend/b2c/dist/fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: "SourceSansPro-Black";
  src: url("/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf");
}

/*Unterschrift*/
@font-face {
  font-family: "Market-Regular";
  src: url("/layout/frontend/b2c/dist/fonts/Market-Regular.otf");
}

.logo-icon-s {
  display: none;
}

.filter_display {
  display: none;
}

/*END - Temporär ausgeblendet*/



.cross-owl {
  float: left;
  width: 100%;
}

.klp div#cookiewarnung {
  transform: translateX(-50%) skewX(-15deg);
  border-radius: 0;
}

.klp div#cookiewarnung span {
  transform: skewX(15deg) !important;
  position: relative;
  float: left;
}

.home div#content {
  max-width: 100%;
}

.home div#area-2 {
  max-width: 100% !important;
}

.klp .cookie-option-container > div {
  background: none;
  color: var(--main);
  border-radius: 0;
  border: none;
  font-weight: 600;
  position: relative;
  transform: skewX(15deg);
  margin-top: 5px;
  padding: 11px 20px !important;
}

.klp .cookie-option-container > div:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--second);
  z-index: -1;
  transform: skewX(-15deg);
}

.klp .cookie-accept.cookie-option {
  position: relative;
}

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

.signing {
  font-family: "Market-Regular";
  font-size: 1.4em;
  margin-top: 30px;
  color: #888;
}

body {
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: var(--font-family);
  color: var(--font);
  overflow-x: hidden;
  margin: 0;
  z-index: -1;
  position: relative;
}

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

.p-3 {
  padding: 1.5rem;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

/*
**** Infos ****
Universal Color: #5a9c9d
*/

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

.unternehmen div#area-4 {
  margin-top: -350px !important;
  padding-top: 350px !important;
  z-index: 0;
}

.karriere div#area-4 {
  margin-top: -350px !important;
  padding-top: 420px !important;
  z-index: 0;
}

.youtubecontent iframe {
  max-width: 100%;
}

.karriere div#area-3,
.unternehmen div#area-3 {
  z-index: 1;
  padding-bottom: 0px !important;
}

.skew .youtubecontent iframe {
  transform: skew(13deg, 0deg) scale(1.3);
}

.video-element .skew {
  overflow: hidden;
  transform: skew(-13deg, 0deg) scale(0.85);
}

.facts {
  padding: 0 30px;
}

.fact-text {
  width: 20%;
  position: relative;
  float: left;
}

.fact-text strong {
  font-size: 2.2em;
  font-family: "inter-bold";
}

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

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

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

/* 
.faq-search input[type="text"]:after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 4px solid #5a9c9d !important;
} */

/* FAQ END */

/* END Extra Module */

/* Global */

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

ol li,
ul li {
  color: #4b4b4b;
  list-style-type: square;
}

.same-height > .row {
  display: flex;
  flex-wrap: wrap;
}

#content {
  min-height: 400px;
}

.klp.page_404 #content .textcontent {
  height: 100%;
  transform: var(--skew);
  background: #e5edff;
  box-shadow: var(--shadow);
  padding: 30px;
  margin-top: 50px;
}
.klp.page_404 div#content h1 {
  transform: var(--reskew);
  color: var(--font);
}

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

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

.produktkatalog.full_preview .main-screen.grey {
  background-color: #fff !important;
}
.produktkatalog.full_preview .main-screen {
  background-color: var(--bg-color) !important;
}

.back_to_overview {
  background: #eeeeee;
  display: inline-block;
  margin-bottom: 40px;
}

.back_to_overview a {
  color: #7f7f7f;
  padding: 10px 20px;
  display: block;
  font-weight: 600;
}

.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(--shadow);
  height: auto;
}

.pop-up-element.ablauf li {
  width: 33.33333%;
  position: relative;
  float: left;
}

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

.button-group .row:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 50%;
  border-bottom: 3px solid #ececec;
  height: 1px;
  width: 200%;
  z-index: -1;
  transform: translateY(-50%);
}

.pop-up-button.current {
  background: var(--main);
  color: #fff;
  border: 1px solid var(--main);
}

/* Navgation */

div#header {
  background: #fff;
}

div#privacy-policy {
  background: var(--main-dark);
  color: #fff;
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0;
}

.component.privacy-policy a {
  margin-left: 40px;
}

#header a {
  color: var(--font);
}

lottie-player {
  margin-left: auto;
}

.header-animation {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0;
}

.header-animation iframe {
  border-radius: 5px;
  overflow: hidden;
}

.next .collection_content.title.custom {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0 0 0.5rem;
}

.faq_nearest_search {
  display: none;
}

div#content {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: -1;
  color: #fff;
  backdrop-filter: blur(300px);
}

div#content h1,
div#content h2,
div#content h3 {
  color: #fff;
}

.collection_list.next .collection_container:before {
  content: "";
  background: var(--gradient);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 5px 5px 0 0;
}

.collection_list.next .collection_container {
  border: 1px solid #dfdfdf;
  padding: 30px;
  border-radius: 5px;
  min-height: 208px;
}

.mysyde .collection_content.title.custom {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 13px;
}

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

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

.collection_content.field-1655046812 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding-top: 1rem;
}

.collection_content.field-1655046828 {
  text-align: center;
}

.collection_content.field-1655046843 img {
  border-radius: 10px;
  height: 100%;
}

.collection_content.field-1655053570 {
  margin-right: 1rem;
  flex-shrink: 0;
  height: 40px;
}

.collection_list.bugfixes {
  width: 33.33%;
  padding: 10px;
}

.bugfixes-collection {
  padding-left: 0 !important;
  margin-left: -10px !important;
}

.contactformular {
  max-width: 500px;
  margin: 0 auto;
}

.einleitung .input_collection_link_checkbox.col-md-4.iconfield {
  width: 50%;
}

.img_container.img-option {
  height: 190px !important;
  border-radius: 10px;
  overflow: hidden;
}

.produktauswahl-area .input_collection_link_checkbox.col-md-4.iconfield {
  width: 50%;
}

h2#input_collection_link_65 {
  display: none;
}

.highlight-group {
  padding: 100px 0;
}

.highlight-group h2 {
  margin-top: 0;
}

.new-f-text h2 {
  color: #fff;
}

.new-f-img:before {
  content: "";
  background: #000;
  width: 81px;
  height: 8px;
  position: absolute;
  top: -3px;
  left: 12%;
  border-radius: 5px 5px 0 0;
}

.new-f-img img {
  border: 7px solid #000;
  border-radius: 25px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  width: 100% !important;
  height: 100% !important;
}

.collection_list.bugfixes .collection_container {
  display: flex;
  align-items: center;
  border: 1px solid #243d482e;
  padding: 10px;
  border-radius: 5px;
  min-height: 70px;
}

.collection_content.field-1655053557 {
  font-size: 1rem;
  margin: 0;
}

.collection_content.field-1655053570 img {
  object-fit: contain;
}

.header-text h1 {
  margin-top: 0;
}

.collection_content.field-1655046843 {
  height: 240px;
}

#header div#header_2 li:last-child {
  padding: 0 0 0 20px;
}

.vergleich {
  height: 750px !important;
}

.twentytwenty-container {
  min-height: 200px;
}

.highlights-image img {
  width: 100% !important;
  height: 100% !important;
}

.twentytwenty-container {
  height: 750px !important;
}

.twentytwenty-left-arrow {
  border-right: 6px solid black !important;
}

.twentytwenty-right-arrow {
  border-left: 6px solid black !important;
}

img.twentytwenty-before,
img.twentytwenty-after {
  object-fit: contain;
  height: 100% !important;
}

/* Navgation Ende */

/* Header Kollektion */

.collection_list.header {
  width: 100%;
}

.header-text-wrapper {
  max-width: 1440px;
  width: 1440px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
}

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

.collection_content.header-quote-author {
  font-size: 0.9em;
  padding-top: 0.3em;
}

.collection_list.header .collection_container {
  height: 696px;
}

.collection_content.header-title {
  font-family: "Raleway";
  font-size: 4em;
  font-weight: 700;
  width: 90%;
}

.collection_content.header-quote {
  padding-top: 1em;
  width: 39%;
}

/* Header Kollektion Ende */

/* Kollektion ALL */

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

.collection_list.all .collection_container {
  background: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-bottom: 7px solid var(--accent-color);
}

.collection_list.all .collection_container:hover {
  box-shadow: rgb(100 100 111 / 50%) 0px 7px 29px 0px;
}

.collection_content.all-img {
  height: 216px;
  position: relative;
  z-index: 0;
}

.all-text-group {
  padding: 30px;
  height: 331px;
  min-height: 331px;
  position: relative;
  background: #fff;
}

.collection_content.all-title-small {
  color: #7b7b7b;
  font-size: 16px;
  padding-bottom: 0.2em;
}

.collection_content.all-title {
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.collection_content.all-teaser {
  padding-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.all-wrapper {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.collection_content.all-img img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
}

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

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

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

#header_1 img {
  padding: 10px;
}

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

#header #header_2 {
  width: auto !important;
}

.collection_list.all
  .collection_container:hover
  .collection_content.all-img
  img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.collection_container.Presse.und.Publikationen .all-text-group {
  border-top: 2px solid #ededed;
}

.collection_container.Soziales.Engagement .collection_link {
  display: none;
}

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

.w-25 .collection_list.teamCollection,
.w-25 .collection_list.blog-multi {
  width: 25%;
  float: left;
  padding: 20px;
  border: 2px solid #80808080;
  text-align: center;
}

.border-gray {
  border: 2px solid #80808080;
}

.mg-top-30 {
  margin-top: 30px;
}

.padding-20 {
  padding: 20px;
}

.collection-ov .team .collection_container:hover {
  cursor: auto;
}

.team .collection_content.title.custom:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--second);
  z-index: -1;
  transform: var(--skew);
  box-shadow: var(--shadow);
}

.team .collection_content.title.custom {
  position: absolute;
  left: -7px;
  padding: 13px 25px;
  bottom: 35%;
  white-space: nowrap;
  z-index: 2;
}

.team .collection_content.img,
.jobs .collection_content.img {
  height: 480px;
}

.contact-data {
  position: absolute;
  left: 0;
  bottom: calc(35% - 105px);
  padding: 0 40px;
  width: 100%;
  z-index: 1;
  color: #fff;
}

.contact-data a {
  color: #fff;
}

.contact-data a:hover {
  color: #fff;
  font-weight: 600;
  transition: 0ms;
}

.team .collection_content.img:after {
  height: 50%;
}

.collection-ov .team .collection_container:before {
  position: absolute;
  background: var(--second);
  left: -3px;
  content: "";
  width: 50%;
  z-index: 1;
  height: 20px;
  bottom: calc(35% - 19px);
  transform: skew(45deg, 0deg);
  transition: var(--transition-long);
  z-index: 0;
}

/* Kollektion ALL Ende */

.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: #ffffff;
  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%;
}

/* Full width split with container */

.container-holder {
  overflow: hidden;
  background: white;
  padding: 0 !important;
}

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

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

.d-none {
  display: none !important;
}

/* Schriften */

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

h1 {
  font-size: 2.6rem;
  line-height: 1.2 !important;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4,
h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

/* 
.patrol h1, .patrol h2, .patrol h3, .patrol h4, .patrol h5, .patrol h6, .patrol,  .we_are_breadcrumb h2 {
    color: #2d2d2d !important;
} */

/* END Schriften */

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

.klp.page_404 a {
  color: var(--accent);
  text-decoration: none;
  transition: 300ms;
}

a:hover {
  color: var(--font);
  text-decoration: none;
}

a.button.reverse:after,
.button.reverse a:after {
  background: var(--main);
}

a.button.reverse,
.button.reverse a {
  color: #fff;
}

/* Kollektion */
.collection-ov .collection_content.leistungen-img,
.collection-ov .collection_content.kategorie-img,
.collection-ov .collection_content.img-ov,
.collection-ov .collection_content.img {
  overflow: hidden;
}

.collection-ov .collection_container:hover img {
  transform: scale(1.1);
  transition: var(--transition-long);
}

.collection-ov .collection_container img {
  transform: scale(1);
  transition: var(--transition-long);
}

.collection-ov .partner-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.collection-ov .collection_container:hover .product-brand img {
  transform: scale(1);
}

.collection_list.branchen .collection_content.img-ov {
  border-radius: 10px;
}

.collection-ov .product-categorie .collection_container {
  float: left;
  display: block;
  background: #fff;
  width: 100%;
}

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

.collection_list,
.collection_container {
  position: relative;
}

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

.produkt-data-ov {
  padding: 30px;
  position: relative;
  float: left;
  height: 230px;
  width: 100%;
  z-index: 1;
  background: #fff;
}

.collection-ov .products a.button,
.collection-ov .product-categorie a.button {
  opacity: 1;
  color: transparent;
}

.upselling .products a.button:before,
.cross-selling .products a.button:before,
.collection-ov .products a.button:before,
.collection-ov .product-categorie a.button:before {
  content: "Ansehen";
  position: absolute;
  right: -20px;
  bottom: 40px;
  width: auto;
  height: auto;
  background: none;
  z-index: 1;
  display: block;
  opacity: 1 !important;
  padding: 13px 25px;
  color: var(--main);
  font-weight: 600;
  cursor: pointer;
}

.upselling .products a.button:after,
.cross-selling .products a.button:after,
.collection-ov .products .collection_container:after,
.collection-ov .product-categorie .collection_container:after {
  content: "";
  background: var(--second);
  width: 50px;
  height: 40px;
  position: absolute;
  right: 7px;
  bottom: 0px;
  transform: skew(-45deg, 0deg);
  z-index: 0;
}

.collection-ov .products a.button:after,
.collection-ov .product-categorie a.button:after {
  content: "Ansehen";
  color: var(--second);
  position: absolute;
  right: -20px;
  bottom: 40px;
  width: auto;
  height: auto;
  background: var(--second);
  z-index: 0;
  opacity: 1 !important;
  padding: 13px 25px;
  transform: var(--skew);
  box-shadow: var(--shadow);
}

.product-brands {
  position: absolute;
  bottom: 30px;
  white-space: nowrap;
  width: calc(100% - 140px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-categorie .collection_content.count-brands {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-top: 4px;
  color: #ccc;
}

/* END Kollektion */

/* Kontaktformular */

.fade {
  opacity: 1;
}

.modal {
  display: block;
}

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

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

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

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

/* END Kontaktformular */

/* OWL Carousel Global */

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

/* END OWL Carousel Global */

/* END Global */

/* Cookie */

div#cookiewarnung {
  position: fixed;
  bottom: 40px;
  background: #f2f6ff;
  color: #000;
  z-index: 99999999;
  width: 80%;
  text-align: center;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  border: 1px solid #d7e0ff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

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

.cookie-option {
  cursor: pointer;
  border: 1px solid #d7e0ff;
  display: inline-block;
  padding: 7px !important;
  border-radius: 5px;
  background: #e5edff;
}

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

div#cookie-config.show {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  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: #f2f6ff;
  color: #000;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

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

#cookie-config label {
  font-weight: normal;
  color: #000;
}

.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;
}
/*                    kn                    */ 
.kufner .unterkategorie-wrap .collection_content.produktkategorien.hide {
  display: flex !important;
  visibility: visible !important;
}
.kufner #categoryFind {
  display: none; 
}

.kufner .input-group-prepend label[for="categoryFind"] {
  display: none;
}

.kufner #categoryFind + .select2-container {
  display: none; 
}
/*                    kn                    */ 
.cookie-config-options {
  background: #f2f6ff;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

input#required {
  width: auto;
}

input#tracking {
  width: auto;
}

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

.config-child {
  display: none;
  background: #fff;
  padding: 10px;
}

.cookie-config-save {
  padding: 10px;
  text-align: center;
  background: #68c567;
  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: 2px solid #f07474;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0px;
  border-radius: 10px;
  background: #fff;
  font-size: 17px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 2rem;
}

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

/* Cookie-End */

/* Tabs */

.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */

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

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */

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

/* Style the tab content */

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

#submit_button input#button {
  position: relative;
  float: left;
  width: auto;
}

.submitBtn,
div#submit_button {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
/* Tabs end */

.contact-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--second);
  transform: var(--skew);
  z-index: 0;
  transition: var(--transition);
}

@media (max-width: 1450px) {
.contact-button:after {
  content: "";
  position: unset;
  left: 0;
  top: 0;
  height: 0%;
  width: 0%;
  background: none;
  transform: var(--skew);
  z-index: 0;
  transition: var(--transition);
}
}

.contact-button input {
  z-index: 1;
  padding: 11px 30px;
  transition: var(--transition);
}

div#submit_button input#button:hover {
  cursor: pointer;
}

div#submit_button:hover:after {
  background: var(--main);
  transition: var(--transition);
}

div#submit_button:hover input {
  color: #fff !important;
  transition: var(--transition);
}

textarea:focus-visible,
input:focus-visible {
  border-radius: 0;
  outline: none !important;
}

input#input_upload {
  opacity: 0.7;
  transition: var(--transition);
}

input#input_upload:hover {
  opacity: 1;
  transition: var(--transition);
}
/* Multi-Form / Form */

.collection_content.brand-link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: none;
  border-bottom: 1px solid var(--main-opac);
  background: none;
  color: var(--main) !important;
  padding: 20px 20px 5px 0px;
}

form input::placeholder {
  color: var(--main-opac);
}

/* Mark input boxes that gets an error on validation: */

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

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

.kontaktanfragegruppe label {
  display: flex;
  align-items: center;
}

.kontaktanfragegruppe label br {
  display: none;
}

.kontaktanfragegruppe .row {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}

.border-none {
  border: none !important;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

.regForm .tab {
  float: left;
}

input#input_collection_link_40_value_1 {
  width: auto;
}

.kontaktanfragegruppe .input_collection_link_checkbox {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 30%;
}

input#input_collection_link_40_value_2 {
  width: auto;
}

textarea#input_message {
  background: none;
  color: var(--main);
  border: none;
  border-bottom: 1px solid var(--main-opac);
  width: 100%;
  font-size: 17px;
}

textarea#input_message::placeholder {
  color: var(--main-opac);
  font-family: var(--font-family) !important;
}

button {
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}

.full_preview .collection_content.title.custom {
  font-size: 1.4em;
  margin-bottom: 20px;
  margin-top: 40px;
}

input#input_upload.form-control.file {
  background: #fff;
  border: 1px solid var(--main-opac);
  padding: 10px;
  margin-top: 10px;
}

button:hover {
  opacity: 0.8;
}

button#backButton {
  margin-bottom: 10px;
  color: #fff;
  transition: var(--transition);
}

.full_preview .collection_content.long-anno {
  margin-bottom: 40px;
}

.contact-button #prevBtn {
  background: #787878 !important;
}

.col-xs-12.all-dishes.all-dishes h4 {
  color: #fff;
}

.form-group label {
  color: var(--main-opac);
}

.col-xs-12.all-dishes.all-dishes {
  padding: 10px 20px;
  background: var(--gradient);
  border: 1px solid grey;
  border-radius: 5px;
  margin-bottom: 1rem;
  color: #fff;
}

/* Make circles that indicate the steps of the form: */

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

/* Mark the steps that are finished and valid: */

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

/* Multi-form end */

/* Cookie end */

/* Header */

/* Sticky Header */

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

/* END Sticky Header */

.header-wrapper {
  position: relative;
}

#header {
  background: #222222;
  padding: 0;
}

#header a {
  color: #222222;
}

#header a:hover {
  color: #4b4b4b;
}

#header #header_1,
#header #header_2 {
  float: left !important;
}

#header #header_1 {
  width: 35%;
}

#header #header_2 {
  text-align: right;
  padding: 0 !important;
  padding-right: 48px !important;
}

#header div#header_2 li {
  display: inline-block;
  padding: 10px;
  float: left;
}

#header #header_3 {
  margin-top: 11px !important;
  position: absolute;
  right: 48px;
}

#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(--main) !important;
}

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

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

div#header_3 a {
  color: var(--main) !important;
  opacity: 1;
  display: block;
  z-index: 1;
  position: relative;
  padding: 11px;
}

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

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

div#header,
.header-wrapper {
  height: 100px;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

div#header img {
  width: 250px;
}

.sticky-active {
  position: relative;
}

.owl-carousel .collection_list {
  width: 100%;
}

/* hamburger menu */

#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(--main);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  border-bottom: 1px solid #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}

#header .hamburger-menu li.level_1 {
  padding: 0;
}

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

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

#header .hamburger-menu li.level_2 {
  padding: 20px 0px;
  color: #fff;
}

#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(--main);
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

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

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

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

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

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

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

/* end* Header */

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

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

/* Slideshow */

#slider-wrapper {
  position: relative;
}

div#slider {
  height: 100%;
  position: relative;
}

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

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

#slider div#slider-title h1 {
  color: #fff;
}

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

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

/* End Slideshow */

/* Pop up Element */

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

/* END Pop up Element */

/* Anker Element */

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

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

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

.anker-button .textcontent {
  padding: 13px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform: skew(13deg, 0deg);
  min-width: 200px;
}

.anker-button:hover,
.anker-button.active {
  background: var(--second) !important;
  color: var(--main) !important;
  cursor: pointer;
}

.anker-button.button {
  margin: 0;
  padding: 0 !important;
  width: auto;
  /* border-left: 1px solid #fff; */
  border-bottom: 0;
  border-top: 0;
  color: #fff;
  align-items: center;
  background: var(--main);
  float: left;
  transform: var(--skew);
  margin-right: 10px;
}

/* .anker-button.button:last-child {
  border-right: 1px solid #fff;
} */

/* END Anker Element */

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

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

/* Footer */

#footer {
  clear: both;
  padding: 70px 0 25px 0;
  position: relative;
  float: left;
  width: 100%;
  background: url(/userdata/images/firmengebaeude.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div#footer:before {
  background: var(--main-opac);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

div#privacy-policy a {
  color: #fff;
}

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

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

#footer .footer-seo {
  color: #fff;
  width: 66.66666%;
}

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

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

#footer a {
  font-weight: 400;
}

#footer a strong {
  font-size: 1.2em;
  font-weight: 600;
}

.component.footer-seo-inner {
  padding-right: 20px;
  max-width: 820px;
}

.footer-right {
  width: 33.33333%;
  text-align: right;
  border-left: 1px solid #fff;
}

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

.slidecontent_content_container {
  display: none;
}

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

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

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

#footer a {
  color: #fff;
}

#footer a:hover {
  color: var(--second);
}

.footer-1,
.footer-2,
.footer-3,
.footer-4,
.footer-5 {
  width: 20%;
}

.footer-colums {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.footer-inside {
  position: relative;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.footer-seo {
  display: flex;
  align-items: center;
}

.component.footer-message-inner .textcontent:first-child {
  width: 66.66666%;
  float: left;
  padding-right: 20px;
  max-width: 820px;
}

.component.footer-message-inner .textcontent:last-child {
  width: 33.33333%;
  float: right;
  text-align: right;
}

.footer-message {
  position: relative;
  float: left;
  width: 100%;
  background: var(--main);
  border-top: 1px solid rgb(255 255 255 / 30%);
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  color: #fff;
  padding: 40px 0;
}
/*Kollektion Rezessionen*/
.collection_content.portrait img {
  max-width: 50px;
}
/*END - Kollektion Rezessionen*/
/*Kollektion Produktkategorien*/
.collection_content.brand-logo {
  width: 50%;
  height: auto;

  position: relative;
  float: left;
  margin-left: -10px;
}

.collection_content.kategorie-img,
.collection_content.img,
.collection_content.img-ov {
  height: 270px;
}

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

.collection_content.brand-logo img {
  object-fit: contain;
  padding: 10px;
  max-height: 60px !important;
}
/*END Kollektion Produktkategorien*/

/*Kollektion Branchen*/

/*END - Kollektion Branchen*/

.home .header-img {
  width: 50% !important;
}

.header-img {
  position: relative;
  width: 40%;
  float: right;
  right: -70px;
}

.home .header-text {
  width: 50% !important;
}

.header-text {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 60%;
  padding-right: 40px;
}

#content .container,
.header-text {
  height: 100%;
}

.header-img,
.header-img .row,
.header-img .textcontent,
.header-img img,
.header-img .skew {
  height: 100% !important;
}

.home div#content {
  height: 700px;
}

div#content {
  height: 580px;
}

div#content:before {
  content: "";
  background: var(--main-opac);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(2px);
}

div#content:after {
  content: "";
  background: #fff;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -145px;
  z-index: -1;
}

.line-after.go:after {
  width: 175px;
  transition: 2000ms;
}

.line-center.go:after {
  width: 175px;
  transition: 2000ms;
}

.line-after:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 15px;
  bottom: 0;
  background: var(--accent);
  width: 0px;
  transition: 2000ms;
}

.line-after.reverse:after {
  left: unset !important;
  right: 15px;
}

.line-center:after {
  transition: 2000ms;
  content: "";
  height: 3px;
  width: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background: var(--accent);
}

.pseudo-before {
  position: absolute;
  left: -10%;
}

.pseudo-after {
  position: absolute;
  right: -10%;
}

.job-hint {
  height: 400px;
  display: flex;
  align-items: center;
}

.line-after {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.content-button {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button.to-producs {
  padding-left: 30px !important;
}

.home div#area-3 .container {
  align-items: center;
  justify-content: center;
  display: block;
}

.home.home div#area-2 {
  padding: 0px !important;
  background: var(--second);
}

.klp.home.home div#area-2 {
  padding: 1rem 0 !important;
  background: var(--bg-color);
}

.klp.home.home div#area-3 {
  padding: 0px !important;
  background: var(--second);
}

.home div#area-8 .container {
  display: flex;
  align-items: center;
}

.line-center h2 {
  margin-bottom: 40px;
}

div#content:after,
.skew {
  transform: var(--skew);
  padding: 0;
}

.pseudo-before,
.pseudo-after {
  height: 400px;
  transform: skew(-13deg, 0deg) translateY(-50%);
  top: 50%;
  padding: 0;
}

.skew.paint {
  margin: 20px 20px 0 0;
  z-index: 1;
}

.skew .textcontent {
  overflow: hidden;
}

.skew img {
  transform: var(--reskew-bigger);
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.paint:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 85%;
  background: var(--second);
  z-index: -1;
}

#backButton,
.button a {
  position: relative;
  padding: 11px 45px;
  z-index: 0;
  font-weight: 600 !important;
}

.collection_content.title {
  font-weight: 600;
}

#backButton:after,
.button a:after {
  background: var(--second);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: var(--skew);
  z-index: -1;
  transition: 300ms;
}

.toggle-content-button .textcontent:hover:after,
#backButton:hover:after,
.button a:hover:after {
  background: var(--main) !important;
}

.toggle-content-button .textcontent:hover,
#backButton:hover,
.button a:hover {
  color: #fff;
  cursor: pointer;
}

.flyer-group {
  margin-bottom: 60px;
  position: relative;
  float: left;
  max-width: 100%;
}

.home div#area-2 .container {
  display: flex;
  align-items: center;
}

.klp.home div#area-2 .container {
  display: block;
}

.branchen .collection_content.title.custom,
.services .collection_content.title.custom {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 13px 25px;
  bottom: 0;
  white-space: nowrap;
  z-index: 2;
}

.add-owl .owl-stage-outer {
  min-height: 470px;
}

.add-owl .rezensionen-owl .owl-stage-outer {
  min-height: 300px;
}

.klp .collection_list.branchen .collection_content.img-ov {
  border-radius: 0px;
}

.branchen .collection_content.title.custom:after,
.services .collection_content.title.custom:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--second);
  z-index: -1;
  transform: var(--skew);
}

.owl-carousel .collection_content.img-ov,
.owl-carousel .collection_content.img {
  height: 350px;
}

.services-owl .owl-item:not(.center),
.brachen-owl .owl-item:not(.center) {
  transform: scale(0.9);
}

.center .img-ov,
.center .img {
  height: 400px !important;
  top: -30px;
  position: relative;
  z-index: -1;
  transition: 300ms;
}

.center .collection_content.title.custom {
  bottom: 25px;
}

.brachen-owl {
  margin-top: 20px;
  float: left;
}

.owl-nav {
  text-align: center;
}

.group-rezensionen {
  padding: 0;
}

.owl-nav button {
  position: relative;
  background: var(--second) !important;
  margin: 0 30px !important;
  height: 40px;
  width: 40px;
  border-radius: 500px;
}

#content .button a:hover:after,
a.button.reverse:hover:after,
.button.reverse a:hover:after {
  background: var(--accent);
}

.footer-inside,
.footer-message,
div#privacy-policy {
  font-size: 0.9em;
}

.owl-nav span {
  font-size: 50px !important;
  line-height: 0.7;
  font-family: sans-serif !important;
}

body:not(.full_preview) .collection_content.img-ov:after,
body:not(.full_preview) .collection_content.img:after {
  content: "";
  background: var(--gradient);
  width: 100%;
  height: 35%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: var(--transition-long);
}

/*Kollektion ov*/
.collection-ov .leistungsbereiche .leistungen-img {
  height: 350px;
  box-shadow: var(--shadow);
  z-index: 0;
  position: relative;
}

.collection-ov .leistungsbereiche {
  width: 25%;
}

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

.leistungsbereiche .collection_container:hover .short-description,
.collection-ov .leistungsbereiche .title.custom {
  pointer-events: none;
}

.collection-ov .jobs .title.custom:after,
.collection-ov .leistungsbereiche .title.custom:after {
  position: absolute;
  bottom: 0;
  background: var(--second);
  left: -7px;
  transform: var(--skew) translateY(-50%);
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  top: 50%;
  box-shadow: var(--shadow);
}

.collection-ov .jobs .collection_container:before,
.collection-ov .leistungsbereiche .collection_container:before {
  position: absolute;
  background: var(--second);
  left: -3px;
  content: "";
  width: 50%;
  z-index: 1;
  height: 20px;
  bottom: 40px;
  transform: skew(45deg, 0deg);
  transition: var(--transition-long);
  z-index: -2;
}

.collection-ov .jobs .title.custom,
.collection-ov .leistungsbereiche .title.custom {
  position: absolute;
  bottom: 60px;
  left: -7px;
  z-index: 1;
  padding: 13px 25px;
}

.collection-ov .leistungsbereiche .leistungen-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: var(--gradient);
  transition: var(--transition-long);
}

.collection-ov .collection_content.short-description {
  position: absolute;
  top: 215px;
  color: #fff;
  padding: 20px;
  opacity: 0;
}

.collection-ov .jobs .collection_content.short-description {
  top: unset;
  z-index: 1;
  bottom: 0;
}

.collection-ov .products .collection_content.short-description {
  position: relative;
  top: unset;
  color: var(--main);
  padding: 10px 0px;
  opacity: 1;
  max-height: 86px;
  overflow: hidden !important;
  font-size: 14px;
}

.collection-ov .services .collection_container:hover .title.custom,
.collection-ov .branchen .collection_container:hover .title.custom {
  bottom: 210px;
}

.collection-ov .branchen .collection_content.short-description {
  top: unset;
  pointer-events: none;
  bottom: -93px;
}
.collection-ov
  .services
  .collection_container
  .collection_content.short-description,
.collection-ov
  .branchen
  .collection_container
  .collection_content.short-description {
  text-align: center;
}

/*Hover*/

.collection-ov
  .services
  .collection_container:hover
  .collection_content.short-description {
  bottom: 25px;
}

.collection-ov
  .branchen
  .collection_container:hover
  .collection_content.short-description {
  bottom: 73px;
}

.collection-ov .services .collection_container:hover .img:after,
.collection-ov .branchen .collection_container:hover .img-ov:after,
.collection-ov
  .leistungsbereiche
  .collection_container:hover
  .leistungen-img:after {
  height: 80%;
  transition: var(--transition-long);
}

.collection-ov .collection_container:hover {
  cursor: pointer;
}

.collection-ov .services .collection_container:hover {
  cursor: grab;
}
.collection-ov .services .collection_container:active {
  cursor: grabbing;
}

.collection-ov .jobs .collection_container:hover .title.custom,
.collection-ov .leistungsbereiche .collection_container:hover .title.custom {
  bottom: 130px;
}

.collection-ov .collection_container > div {
  transition: var(--transition-long);
}

.collection-ov .jobs .collection_container:hover .short-description,
.collection-ov
  .leistungsbereiche
  .collection_container:hover
  .short-description {
  opacity: 1;
}

.services .collection_container:hover .short-description,
.branchen .collection_container:hover .short-description {
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.collection-ov .leistungsbereiche .collection_container:hover:before {
  bottom: 110px;
  transition: var(--transition-long);
}

.collection_content.short-description {
  font-size: 0.9em;
}

.marken .brand-coll-logo {
  max-width: 250px !important;
  max-height: 150px !important;
  object-fit: contain;
}

.marken .collection_container {
  background: #fff;
  box-shadow: 3px 3px 15px rgb(0 0 0 / 15%);
  transform: var(--skew);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marken .collection_container .brand-coll-logo {
  transform: var(--reskew-bigger);
}

.collection_content.brand-coll-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marken img {
  max-width: 180px;
  max-height: 80px;
}

/*Reszensionen*/
.collection_content.portrait {
  position: relative;
  float: left;
  margin-right: 20px;
}

.collection_content.zitat {
  padding: 0px 0 20px 0;
  font-size: 1.2em !important;
  line-height: 1.9;
}

.rezensionen-owl .collection_container:not(.center) {
  transform: skew(13deg, 0deg) scale(0.9) !important;
}

.rezensionen-owl .owl-item:not(.center) {
  transform: skew(-13deg, 0deg) scale(0.9) !important;
  background: #eee;
  color: var(--main);
  transition: var(--transition);
}

.rezensionen-owl .owl-item.center {
  transform: skew(-13deg, 0deg) scale(1);
}

.rezensionen-owl .center .collection_container {
  transform: skew(13deg, 0deg) scale(1);
}

.rezensionen-owl .owl-item {
  background: var(--main);
  color: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  transition: var(--transition);
}

.rezensionen-owl .owl-stage-outer {
  min-height: 280px !important;
}

.rezensionen-owl {
  position: relative;
  float: left;
  margin-top: 30px;
}

.collection_list.rezensionen {
  padding: 0;
}

.home div#area-10 .container {
  display: block;
}

.home div#area-12 .container {
  display: block;
}

.rezensionen-owl .owl-item.center {
  padding: 20px;
}
/*END - Kollektion ov*/

.baumaschinen #area-4 .container {
  display: block;
}

.serviceleistungen .collection_content.img {
  height: 350px;
}

.pop-up-element {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
}

.pop-up-element.ablauf .list li {
  color: var(--main);
}

.max1000 {
  max-width: 1000px;
}

.pop-up-element.ablauf .text {
  margin-bottom: 20px;
}

li {
  list-style: url(/userdata/images/check.png);
  padding-left: 15px;
  padding-bottom: 15px;
  color: var(--main) !important;
}

.button-group .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.facts .line-after:after {
  left: 0;
  bottom: -20px;
}

.serviceleistungen div#area-2 .container,
.unternehmen div#area-5 .container {
  display: flex;
  align-items: center;
}

.prinzip-wrap {
  display: flex;
  justify-content: center;
  float: left;
  flex-wrap: wrap;
}

.prinzip .row {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 30px;
  height: 100%;
}

.prinzip {
  padding: 20px;
}

.collection_content.product-brand {
  max-width: 150px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-height: 30px;
}

.products .collection_container {
  float: left;
  width: 100%;
}

.collection_content.product-img {
  height: 280px;
  width: 100%;
  overflow: hidden;
}

.collection_content.product-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 10%), transparent);
}

.opener .textcontent {
  transform: var(--skew);
  background: var(--second);
  position: relative;
  float: left;
  padding: 13px 25px;
  font-weight: 600;
  min-width: 180px;
}

.opener {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  float: left;
  transition: var(--transition);
}

.opener .textcontent > div {
  transform: var(--reskew);
}

.opener .textcontent:hover {
  background: var(--main);
  color: #fff;
  transition: var(--transition);
  cursor: pointer;
}

.collection-ov.collection-show3 .collection_list {
  display: none;
}

.collection-ov.collection-show3 .collection_list:nth-child(1),
.collection-ov.collection-show3 .collection_list:nth-child(2),
.collection-ov.collection-show3 .collection_list:nth-child(3) {
  display: block;
}

.benefits-left,
.benefits-right {
  margin-top: 40px;
}

.skew.video-box {
  padding: 0 20px;
}

.skew.video-box {
  box-shadow: var(--shadow);
}

.collection_list.jobs .collection_container {
  box-shadow: var(--shadow);
}

.full_preview .collection_content.short-description,
.full_preview .collection_content.branchen-button {
  display: none;
}

.full_preview .collection_content .collection_content.short-description {
  display: block;
}

.full_preview.branchen-ov .back_to_overview,
.full_preview .branchen .collection_content.title.custom {
  display: none;
}

.karriere div#area-4 .container,
.home div#area-9 .container,
.branchen-ov div#area-6 .container,
.branchen-ov div#area-7 .container,
.branchen-ov div#area-3 .container {
  display: flex;
}

.content-img-left {
  padding-right: 80px;
}

.content-img-right {
  padding-left: 80px;
}

.collection_list.using-collection .collection_content.using-img {
  height: 110px;
  position: relative;
}

.collection_list.using-collection .collection_content.using-icon {
  width: 80px;
  position: absolute;
  left: 30px;
  top: 69px;
}

.collection_list.using-collection .collection_container {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid #eee;
}

.collection_list.using-collection .collection_content.title.custom {
  height: 100px;
  background: var(--bg-color);
  padding: 30px;
  color: #111;
  padding-top: 52px;
}

.collection_list.using-collection .collection_content.using-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66.66666%;
  background: var(--gradient);
}

.brands-box {
  background: #fff;
  transform: var(--skew);
  padding: 20px 40px;
}

/* .home .brands-box {
  background: var(--bg-color);
} */

.brands-box .title,
.brands-box .collection_list {
  transform: var(--reskew);
}

.photo-form-group .row {
  background: #fff;
  padding: 30px;
  box-shadow: var(--shadow);
}

.photo-form-text {
  width: 60%;
  float: left;
  padding-right: 60px;
}

.photo-form-group {
  width: 40%;
  float: left;
}

.collection_list.anno {
  width: 100%;
}

.anno-pretext {
  width: 60%;
  float: left;
  padding-right: 60px;
}

.collection_content.anno-img {
  width: 40%;
  float: left;
  margin-right: 25px;
}

.full_preview .collection_content.anno-img {
  width: auto;
}

.anno-pretext .title {
  font-size: 1.4em;
  padding-bottom: 20px;
}

.collection_list.anno .collection_container {
  display: flex;
  align-items: center;
}

.anno-pretext .title.line-after:after {
  left: 0;
}

.collection_list.anno {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.collection_content.anno-img.skew {
  overflow: hidden;
}

.anno-owl.add-owl .owl-stage-outer {
  height: 320px !important;
  min-height: unset;
}

.anno-owl .owl-nav {
  position: absolute;
  width: 160px;
  margin-top: 5px;
  z-index: 1000;
}

.home div#area-4 {
  padding-top: 160px !important;
}

.anno-owl .owl-nav button {
  margin: 0 10px !important;
}

.anno-owl button.owl-prev {
  margin-left: 0 !important;
}

.anno-owl .owl-nav button {
  background: var(--main) !important;
  color: #fff !important;
}

.anno-pretext .collection_content.title.custom {
  bottom: unset;
}

.anno .collection_link a {
  opacity: 1;
  position: relative;
  float: left;
  width: auto;
  margin-top: 20px;
  left: 10px;
}

.collection_content.anno-img.skew {
  height: 320px;
}

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

.anno a.button:after {
  background: var(--second);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: var(--skew);
  z-index: -1;
  transition: 300ms;
}

#backButton {
  position: relative;
  padding: 9px 20px;
  z-index: 0;
  font-weight: 600 !important;
  font-size: 14px;
}

.toggle-content-button .textcontent,
.anno a.button,
.button a {
  position: relative;
  padding: 11px 45px;
  z-index: 0;
  font-weight: 600 !important;
  float: left;
}

.toggle-content-button .textcontent:after,
.anno a.button:after,
.button a:after {
  background: var(--second);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: var(--skew);
  z-index: -1;
  transition: 300ms;
}

.toggle-content.flyer-left a:after {
  background: var(--main-opac);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: var(--skew);
  z-index: -1;
  transition: 300ms;
}

.toggle-content.flyer-left a {
  color: #fff;
  z-index: 0;
  padding: 5px 20px;
  margin-bottom: 10px !important;
  position: relative;
  float: left;
  width: auto;
  width: calc(50% - 20px);
  left: 5px;
  margin-right: 10px;
}

.toggle-content.flyer-left a:hover:after {
  background: var(--main);
}

#backButton:after {
  background: var(--main);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: var(--skew);
  z-index: -1;
  transition: 300ms;
}

.anno a.button:after {
  background: var(--main) !important;
}

.anno a.button:hover:after {
  background: var(--accent) !important;
}

div#submit_button input#button {
  border: none;
}

div#submit_button input#button:after {
  background: var(--second);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: var(--skew);
  z-index: -1;
  transition: 300ms;
}

.full_preview.karriere .collection_content.title.custom {
  position: relative;
  bottom: unset;
  left: 0;
  float: left;
}

.full_preview.karriere .back_to_overview {
  display: none !important;
}

.full_preview.karriere div#content,
.full_preview.karriere div#area-3,
.full_preview.karriere div#area-4,
.full_preview.karriere div#area-5,
.full_preview.karriere div#area-6 {
  display: none !important;
}

.full_preview .collection-ov .collection_container:hover {
  cursor: auto;
}

.karriere.full_preview .collection_content.description {
  float: left;
}

.karriere.full_preview .collection_content.img {
  position: relative;
  float: right;
  max-height: 500px;
  height: auto !important;
  width: 100%;
}

.collection_content.description {
  position: relative;
  float: left;
  max-width: 66.66666%;
  padding-right: 80px;
}

.karriere.full_preview .collection-ov .jobs .collection_container .title.custom,
.karriere.full_preview
  .collection-ov
  .jobs
  .collection_container:hover
  .title.custom {
  bottom: unset;
}

.karriere.full_preview .collection_content.description .textcontent {
  float: left;
}

.karriere.full_preview .collection_full.jobs .collection_container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.full_preview .collection_content.description h2.line-after:after {
  left: 0 !important;
  margin-top: 10px;
}

.full_preview .collection_content.description h2.line-after:after {
  left: 0 !important;
  bottom: -5px;
}

.karriere.full_preview #area-2 .line-center {
  display: none !important;
}

.karriere.full_preview .collection-ov .collection_container:hover img {
  transform: scale(1);
}

.karriere.full_preview .button.center.content-button.opener {
  display: none;
}

.karriere.full_preview div#area-2 {
  padding-top: 0px !important;
  padding-bottom: 130px !important;
}

.karriere div#area-11 {
  padding-top: 200px !important;
  margin-top: -130px !important;
}

.faq-text {
  margin-bottom: 40px;
}

.rezensionen-owl.owl-carousel .owl-stage-outer {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.collection_list.services {
  margin-bottom: 20px;
}

.serviceleistungen div#area-3 .collection-ov {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.full_preview div#filter-element {
  display: none;
}

.full_preview .faq {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: auto;
}

.produktkatalog.full_preview
  #area-2
  .collection_content:not(.cross-selling)
  .produkt-data-ov {
  display: none;
}

.collection_content.buyable {
  position: relative;
  float: left;
  margin-top: 40px;
  color: var(--second);
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.header-img .textcontent {
  box-shadow: var(--shadow);
}

.full_preview
  .collection_list.using-collection
  .collection_content.title.custom {
  height: auto;
  background: #fff;
  padding: 30px;
  color: #111;
  padding-top: 50px;
  margin-bottom: 0px;
  margin-top: 0;
}

.fuhrpark.full_preview .back_to_overview,
.produktkatalog.full_preview .back_to_overview {
  display: none;
}

.produktkatalog.full_preview
  .collection-ov
  .products
  .collection_container:after {
  display: none;
}

.full_preview .produkt-data-ov {
  display: none;
}

.full_preview .collection_content .produkt-data-ov {
  display: block;
}

.full_preview .collection_content .collection_link a {
  opacity: 1;
  color: transparent;
}

.collection_content.upselling .collection_container:after,
.collection_content.cross-selling .collection_container:after {
  content: "";
  background: var(--second);
  width: 50px;
  height: 40px;
  position: absolute;
  right: 7px;
  bottom: 0px;
  transform: skew(-45deg, 0deg);
  z-index: 0;
}

.upselling .products a.button:after,
.cross-selling .products a.button:after {
  content: "";
  background: var(--second);
  width: 120px;
  height: 48px;
  position: absolute;
  right: -19px;
  bottom: 40px;
  transform: var(--skew);
  z-index: 0;
  box-shadow: var(--shadow);
}

.full_preview .additional-service .collection_content.img:after {
  content: "";
  background: var(--gradient);
  width: 100%;
  height: 35%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: var(--transition-long);
}

.collection_content.cross-selling
  .collection_list.products.show
  .collection_container {
  box-shadow: var(--shadow);
}

.full_preview .collection_content .collection_content.title.custom {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.full_preview .collection-ov .collection_container:hover img {
  transform: scale(1);
}

.collection_content.upselling .collection_container:hover .product-img img,
.collection_content.cross-selling .collection_container:hover .product-img img {
  transform: scale(1.1);
  transition: var(--transition);
}

.collection_content.upselling .collection_container .product-img img,
.collection_content.cross-selling .collection_container .product-img img {
  transition: var(--transition);
}

.full_preview .product-gallery {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 3rem;
}

.full_preview .product-video {
  width: 100%;
  float: left;
  padding-left: 3rem;
}

.full_preview .product-gallery .owl-nav {
  position: relative;
  float: left;
  margin-top: 10px;
}

.full_preview .product-gallery button.owl-prev {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.full_preview .product-gallery button.owl-next {
  margin-left: 10px !important;
}

.collection_content.product-gallery .owl-carousel.gallery-style a {
  padding: 0px !important;
}

.full_preview .product-gallery img {
  height: 110px !important;
}

.full_preview .rezensionen-owl .collection_content.title.custom {
  margin-bottom: 0;
}

.rezension-info {
  position: relative;
  float: left;
  width: 80%;
}

.rezension-info .title {
  margin-top: 0 !important;
}

div#sidebuttons {
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 10;
}

.collection_content.sidebuttons-text a {
  padding: 10px 5px;
}

.component.fix-buttons {
  position: absolute;
  float: left;
  right: -275px;
  top: 0;
}

div#sidebuttons .sidebutton-coll {
  position: relative;
  float: left;
  background: var(--second);
  margin-bottom: 10px;
  padding: 8px 12px;
  transform: var(--skew);
  width: 340px;
  right: -24px;
  transition: var(--transition-long);
  box-shadow: var(--shadow);
}

div#sidebuttons .sidebutton-coll:hover {
  right: 265px;
  transition: var(--transition-long);
}

.collection_list.sidebutton-coll {
  width: 100%;
}

.collection_content.sideicon {
  float: left;
  width: 10%;
  padding-right: 10px;
  position: relative;
  float: left;
}

.collection_content.sidebuttons-text {
  float: left;
  width: 90%;
  position: relative;
  float: right;
}

.collection_content.sidebuttons-text .textcontent {
  text-align: right;
}

.collection_content.sideicon img {
  position: relative;
  float: left;
}

.sidebutton-coll .collection_container {
  display: flex;
  align-items: center;
  transform: var(--reskew);
}

.produktkatalog:not(.full_preview) #area-4,
.produktkatalog:not(.full_preview) #area-5,
.produktkatalog:not(.full_preview) #area-6,
.produktkatalog:not(.full_preview) #area-7,
.produktkatalog:not(.full_preview) #area-3 {
  display: none !important;
}

.fuhrpark:not(.full_preview) #area-4,
.fuhrpark:not(.full_preview) #area-5,
.fuhrpark:not(.full_preview) #area-6,
.fuhrpark:not(.full_preview) #area-7,
.fuhrpark:not(.full_preview) #area-3 {
  display: none !important;
}

.full_preview .faq_question_box h3 {
  font-size: 1em;
  margin: 5px 0;
}

form#filterForms {
  z-index: 1;
  position: relative;
}

.full_preview .faq_headlines.section-heading h2 {
  font-size: 1.2em;
}

button#backButton {
  position: absolute;
  right: 40px;
  top: 0;
}

.produktkatalog.full_preview button#backButton {
  right: 0px;
  top: -20px;
}

.full_preview .collection_content.description > .textcontent {
  margin-bottom: 40px;
}

.faq_question_box h3 {
  color: #fff;
}

.product-categorie .collection_content.button a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 2;
}

.product-categorie .collection_content.button a:before {
  content: "Ansehen";
  position: absolute;
  right: -20px;
  bottom: 40px;
  width: auto;
  height: auto;
  background: none;
  z-index: 1;
  display: block;
  opacity: 1 !important;
  padding: 13px 25px;
  color: var(--main);
  font-weight: 600;
  cursor: pointer;
}

.product-categorie .collection_content.button a:after {
  content: "ansehen";
  color: transparent;
  position: absolute;
  right: -20px;
  bottom: 40px;
  top: unset;
  left: unset;
  width: auto;
  height: auto;
  background: var(--second) !important;
  z-index: 0;
  opacity: 1 !important;
  padding: 13px 25px;
  transform: var(--skew);
  box-shadow: var(--shadow);
}

select#groupFind,
select#branchenFind,
select#categoryFind {
  border: 1px solid var(--main);
  background: #dce8f3;
  padding: 10px;
  color: var(--main);
  width: 100%;
}

form#filterForms .collection_list {
  width: 25%;
}

ul.searchBoxElement li span {
  max-width: 100% !important;
  hyphens: auto;
}

ul.searchBoxElement li span {
  max-width: 100% !important;
  hyphens: auto;
  padding-right: 10px;
  position: relative;
  float: left;
  margin-bottom: 10px;
  clear: both;
}

#filterForms input {
  background: #dce8f3;
  color: var(--main);
  padding: 8px 10px;
  border: 1px solid var(--main);
  width: 100%;
}

button#productFindbtn {
  position: absolute;
  right: 0px;
  top: -38px;
  padding: 5px;
  background: var(--main);
  height: 38px;
}

#filterForms .input-group.mb-3 {
  position: relative;
}

.branchen-ov.full_preview .collection_list.products {
  display: none;
}

.branchen-ov.full_preview .collection_list.products.show:nth-of-type(3),
.branchen-ov.full_preview .collection_list.products.show:nth-of-type(4),
.branchen-ov.full_preview .collection_list.products.show:nth-of-type(5),
.branchen-ov.full_preview .collection_list.products.show:nth-of-type(6),
.branchen-ov.full_preview .collection_list.products.show:nth-of-type(7),
.branchen-ov.full_preview .collection_list.products.show:nth-of-type(8) {
  display: block;
}

.form-group select#input_job-select {
  background: #dce8f3;
  color: var(--main-opac);
  padding: 10px;
  font-size: 1em;
  border: 1px solid var(--main-opac);
}

.unternehmen div#area-11 {
  scroll-margin-top: 140px;
}

.flyer-group .row {
  background: #fff;
  padding: 0 0 0 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  position: relative;
}

.flyer-group.pyramide .row {
  border-radius: 0px;
}

.flyer-left {
  max-width: 75%;
  clear: left;
}

.flyer-title {
  margin-top: 40px;
}

.flyer-bg-img img {
  height: auto !important;
  display: block;
}

.flyer-group.active .row:after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 250px;
  height: 100px;
  background: url(/userdata/images/PVP_Logo_4c_ab_2017_05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.toggle-content.flyer-left {
  width: 100%;
  overflow: hidden;
  transition: var(--transition-long);
  background: #fff;
  padding: 1px 15px;
  height: 0px;
  padding-top: 0px;
}

.button.content-button.toggle-content-button .textcontent:before {
  content: "ansehen";
  position: relative;
  float: right;
}

.button.content-button.toggle-content-button.active .textcontent:before {
  content: "ausblenden";
}

.toggle-content.flyer-left.active {
  width: 100%;
  height: auto;
  padding: 15px;
}

.toggle-content .textcontent {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.flyer-bg-img {
  position: relative;
  float: right;
  width: 25%;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.header-text {
  animation: 1s ease-out 0s 1 slideInFromLeft;
}
.header-img {
  animation: 1s ease-out 0s 1 slideInFromRight;
}

.logo-icon svg {
  width: 90px;
  height: 90px;
}

.loader {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(
    45deg,
    transparent,
    transparent 40%,
    var(--second)
  );
  animation: animate 2s linear infinite;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  position: fixed;
  z-index: 999;
}

.loader::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  background: #000;
  border-radius: 50%;
  z-index: 1000;
}

.loader::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(
    45deg,
    transparent,
    transparent 40%,
    var(--accent)
  );
  border-radius: 50%;
  filter: blur(60px);
  z-index: 1;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.747);
  display: flex;
  justify-content: center;
  align-items: center;
}

.preload {
  overflow: hidden;
}

.logo-icon svg {
  position: absolute;
  left: 30px;
  top: 30px;
}

.logo-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(
    45deg,
    transparent,
    transparent 40%,
    var(--accent)
  );
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  position: fixed;
  z-index: 999;
}

div#anker-element3 {
  position: relative;
  float: left;
  width: 100%;
}

.vermietung form#filterForms,
.kommunal form#filterForms,
.baumaschinen form#filterForms {
  display: none;
}

.job-hint .row {
  max-width: 600px;
  margin: 0 auto;
}

.content-button.center .textcontent {
  width: 100%;
  display: flex;
  justify-content: center;
}

.form-content-group {
  display: flex;
  justify-content: center;
}

.max600 {
  max-width: 600px;
}

.form-content-group .row {
  max-width: 600px;
}

.flyer-group.norm .flyer-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.flyer-group.norm .flyer-bg-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff, #fff, transparent);
}

.flyer-group.norm .flyer-bg-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.flyer-left.pl-logo {
  position: absolute;
  right: 40px;
  width: auto;
  bottom: 0;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
}

.flyer-group.norm {
  margin-top: 80px;
}

.content-button.right .textcontent {
  float: right;
}

.collection-ov .filter_display {
  display: none;
}

.contact-button#submit_button:after {
  z-index: -1;
}

.contact-button#submit_button button {
  background: none;
  color: var(--font);
}
.contact-button#submit_button button:hover {
  color: #fff;
}

.fuhrpark.full_preview form#filterForms,
.produktkatalog.full_preview form#filterForms {
  display: none;
}

.full_preview .anno .collection_content.button {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 40px;
}

.box-group .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefits-left,
.benefits-right {
  box-shadow: var(--shadow);
  border-radius: 15px;
  padding: 40px;
  width: calc(50% - 20px) !important;
}

.pseudo-before.skew,
.pseudo-after.skew {
  width: 600px;
  height: 400px;
}

.pseudo-before.skew,
.pseudo-after.skew {
  width: 600px;
  height: 400px;
}

.pseudo-before.skew .textcontent,
.pseudo-after.skew .textcontent {
  max-height: 100%;
}

.pseudo-before img,
.pseudo-after img {
  object-fit: cover;
  width: 100% !important;
  height: 400px !important;
}

.collection_content.info {
  position: relative;
  float: left;
  color: var(--main);
  clear: left;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.4em;
}

.group-anwendungen .branchen-anwendungen {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: center;
}

.full_preview div#pagination-container {
  display: none;
}

div#pagination-container {
  clear: both;
  padding-left: 15px;
}

ul.level_2 {
  position: absolute;
  left: 0;
  padding: 0;
  background: #fff;
  padding: 0px;
  border: 1px solid #efefef;
}

li.level_1 {
  position: relative;
  float: left;
}

div#header_2 li.level_2 {
  padding: 0 !important;
}

#header_2 li.level_2 p {
  margin: 0px;
  padding: 10px;
}

#header div#header_2 .level_2 li:last-child {
  padding: 0 20px;
}

#header_2 li.level_1 ul.level_2 {
  display: none;
  transition: 300ms;
  margin-left: 10px;
  margin-top: 10px;
}

#header_2 .level_1:hover > ul.level_2 {
  display: block;
  transition: 300ms;
}

#header a:hover {
  color: var(--main);
}

.serviceleistungen div#area-4 {
  scroll-margin-top: 140px;
}

.serviceleistungen div#area-5 {
  scroll-margin-top: 140px;
}

.serviceleistungen div#area-4 .content-button,
.serviceleistungen div#area-5 .content-button,
.serviceleistungen div#area-6 .content-button {
  margin-top: 0px !important;
  margin-bottom: 60px;
}

.skew.paint .textcontent {
  max-height: 450px;
}

.skew.paint .textcontent {
  max-height: 450px;
}

li.level_1 li.level_2:hover {
  background: #ececec;
  transition: 300ms;
}

li.level_2 {
  background: #fff;
  width: 100%;
  text-align: left;
  transition: 300ms;
}

.skew.paint .textcontent {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 130px;
}

#header_2 ul.level_2 {
  box-shadow: var(--shadow);
}

.kufner #header_2 ul.level_2 {
  border-radius: 5px;
}

.serviceleistungen div#area-6 {
  scroll-margin-top: 140px;
}

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

table.sitepart_table.table tr {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  color: #404040;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}

table.sitepart_table.table {
  border-spacing: 0;
}

table.sitepart_table.table thead th {
  border-bottom: 2px solid #707070;
}

table.sitepart_table.table tbody tr.price {
  color: var(--main);
  font-weight: 600;
}

table.sitepart_table.table tbody td {
  padding: 7px 0px;
  border-bottom: 1px solid #ccc;
  padding-right: 10px;
  min-width: 120px;
}

.collection_full.products tbody tr td:contains("Preis") {
  display: none;
}

.collection_container .table-wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow-x: scroll;
}

.fuhrpark.full_preview .collection_content.product-video,
.produktkatalog.full_preview .collection_content.product-video {
  padding-top: 10px;
}

.hamburger-menu li {
  list-style: none !important;
}
.toggle-content.flyer-left a:after {
  display: none;
}

.toggle-content.flyer-left.active a:after {
  display: block;
}

form#filterForms li {
  list-style: none !important;
  padding: 5px 0;
  cursor: pointer;
}

form#filterForms ul {
  background: #fff;
  margin-top: 0;
  border: 1px solid #eee;
  padding-left: 10px;
  max-height: 300px;
  overflow-y: scroll;
  position: absolute;
  box-shadow: var(--shadow);
}

form#filterForms .collection_list:nth-child(1) .searchBoxElement {
  z-index: 4;
}
form#filterForms .collection_list:nth-child(2) .searchBoxElement {
  z-index: 3;
}
form#filterForms .collection_list:nth-child(3) .searchBoxElement {
  z-index: 2;
}
form#filterForms .collection_list:nth-child(4) .searchBoxElement {
  z-index: 1;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar {
  background: red;
}

::-webkit-scrollbar-track {
  background: #dce8f3;
}

::-webkit-scrollbar-thumb {
  background: var(--main-opac);
}

.collection_content.product-brand img {
  object-fit: contain;
  max-height: 30px !important;
  max-width: 150px !important;
}

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

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#filterForms li:hover {
  color: var(--main) !important;
}

.klp .flyer-group.norm .row {
  overflow: hidden;
}

@keyframes left {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(2000px);
  }
}

/* div#side-buttons {
  position: fixed;
  right: 0;
  top: 200px;
}

div#side-buttons .component.contact-info {
  position: relative;
  float: right;
  width: 350px;
  text-align: right;
}

div#side-buttons .sidebutton-coll {
  position: relative;
  transition: 500ms;
  float: right;
  width: auto;
}

div#side-buttons .sidebutton-coll:hover {
  right: 0%;
  transition: 500ms;
} */

.product-brands.childs-1 .brand-logo {
  width: 50% !important;
}

.product-brands.childs-2 .brand-logo {
  width: 50% !important;
}

.product-brands.childs-3 .brand-logo {
  width: 33.33333% !important;
}

.product-brands.childs-4 .brand-logo {
  width: 25% !important;
}

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

.unternehmen #area-6,
.anker-element {
  scroll-margin-top: 140px;
}

.multi-form-text.multi-form-text {
  font-size: 0.9em;
}

.tab.dataNumber1.abschnitt_6.confirm-content.activeTab .form-group {
  display: none;
}

.modal-body {
  text-align: center;
}

.multi-form-icon.multi-form-icon .textcontent {
  text-align: center;
  margin: 40px 0;
}

.small-form-messagetext.small-form-messagetext .textcontent,
.form-messagetext.form-messagetext .textcontent {
  text-align: center;
}

.tab.dataNumber2.abschnitt_9.message.activeTab {
  width: 100%;
}

.contentSection textarea#input_multi-message {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--main-opac);
  color: var(--main);
  font-family: var(--font-family);
  font-size: 17px;
}

.contentSection textarea#input_multi-message::placeholder {
  color: var(--main-opac);
  font-family: var(--font-family);
  font-size: 17px;
}

.produktkatalog.full_preview .owl-item.active a,
.produktkatalog.full_preview .owl-item.active figure {
  width: 100% !important;
}

.faq_group_container .faq_headlines.section-heading {
  display: none;
}

.faq_question_box h3 {
  padding-right: 25px;
}

.header-text-inner .collection_content.short-description {
  display: block !important;
}

.klp button#backButton {
  background: none;
}

.header-img .textcontent {
  background: #fff !important;
}

.col-xs-12.skew.video-box img {
  max-height: 500px;
}

.collection_list.productSearch .input-group.mb-3 input#productFind {
  padding-right: 64px;
}

.collection_list.products .collection_container {
  box-shadow: var(--shadow);
}

.group-cross-selling {
  margin-bottom: 80px;
}
.searchBoxElement li[data-searchval="15"],
.searchBoxElement li[data-searchval="25"],
.searchBoxElement li[data-searchval="24"],
.searchBoxElement li[data-searchval="23"],
.searchBoxElement li[data-searchval="22"] {
  display: none !important;
}

#requestbox .modal-dialog {
  background: var(--main);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  position: fixed;
  top: 120px;
  min-width: 300px;
  max-width: 100%;
  width: 50%;
  box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
  z-index: 10;
}

h4#myModalLabel {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}

.modal-header button {
  padding: 4px 10px;
  color: var(--main);
  border-radius: 5px;
}

.modal.hide {
  display: none !important;
}

.input-group.mb-3 > span .selection > span {
  background: #dce8f3;
  border-color: var(--main);
  border-radius: 0 !important;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  color: var(--main) !important;
  border-color: var(--main) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e0e7f2 !important;
}

.galerie-element {
  max-height: 580px;
  margin-bottom: 45px;
}

.filegallery_content_file {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0;
  float: right;
  width: auto;
  margin-left: 10px;
}

.filegallery_content_file a {
    color: #fff;
    position: relative;
    float: left;
    width: auto;
    z-index: 1;
    padding: 11px 20px;
}

.filegallery_content_file a:hover {
    color: var(--main);
}

.filegallery_content_file a:hover:after {
    background: var(--second);
}

.filegallery_content_file a:after {
  background: var(--main);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: var(--skew);
  z-index: -1;
  transition: 300ms;
}

.collection_content.pdf-upload {
  position: relative;
  float: left;
}

.kommunal .skew.paint .youtubecontent iframe {
  transform: skew(13deg, 0deg) scale(1.15);
}

.kommunal .skew.paint .youtubecontent {
  overflow: hidden;
}

div#area-10 {
  scroll-margin-top: 140px;
}

.collection_content.job-video {
  width: 100%;
  float: left;
}

.collection_content.job-video .youtubecontent iframe {
  width: 1000px;
  height: 560px;
}

.collection_content.job-video .youtubecontent {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.fact-text.line-after .textcontent:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent);
  width: calc(0% - 0px);
  transition: 2000ms;
}

.fact-text.line-after.go .textcontent:after {
  width: calc(50% - 20px);
  transition: 2000ms;
}

.fact-text.line-after.go:after {
  display: none;
}

.icon-coll a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.collection_content.icon-img {
  width: 170px;
  height: 170px;
  overflow: hidden;
  padding: 5px;
  transition: 100ms;
}

.collection_content.icon-img img {
  object-fit: contain;
  object-position: center;
}

.collection_list.icon-coll {
  width: 100%;
}

.collection_content.kategorien.hide {
  display: none;
}

.collection_content.kategorien.show {
  display: block;
}

.collection_list.icon-coll .collection_container {
  cursor: pointer;
}

.unterkategorie-wrap {
  float: left;
  position: relative;
  background: #fff;
  padding: 2rem 1rem;
  width: calc(100% - 30px);
  margin: 0 15px;
}

.home .unterkategorie-wrap {
  float: left;
  position: relative;
  background: #f9f9f9;
  padding: 2rem 1rem;
  width: calc(100% - 30px);
  margin: 0 15px;
}

.collection_list.icon-coll {
  float: left;
  width: auto;
}

.main-icons {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.collection_list.icon-coll {
  width: 25%;
  display: flex;
  justify-content: center;
}

.collection_content.under-icon {
  width: 40px;
  height: 40px;
}

.collection_list.unterkategorie .collection_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 10px;
  align-items: center;
}

.collection_list.icon-coll {
  background: var(--second);
}

.collection_list.icon-coll.active {
  background: var(--main);
}

.collection_list.icon-coll > .collection_container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.collection_list.icon-coll .title {
  color: var(--main);  
}

.collection_list.icon-coll.active .title {
  color: var(--second);
}

.collection_content.under-icon img {
  object-fit: contain;
}

.collection_list.icon-coll {
  background: var(--second);
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.collection_list.icon-coll:hover {
  background: var(--accent);
  color: #fff !important;
}

.collection_list.icon-coll:hover .title {
  color: #fff;
}

.collection_list.icon-coll {
  background: var(--second);
}

.unterkategorie-wrap {
  padding: 2rem 1rem;
}

.collection_list.product-categorie .collection_container:after {
  border-bottom: 2px solid #eee;
  position: relative;
  float: left;
  content: '';
  width: 15%;
  transition: 800ms;
  position: absolute;
  bottom: 0;
}

.exp-bauma div#area-2 {
  padding-top: 1rem !important;
}

.icon-nav-title h2 {
  font-size: 1.6rem;
}

/* .collection_list.product-categorie .collection_container:hover:after {
  width: 100%;
} */

.collection_content.icon-link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.collection_list.product-categorie {
  width: 25%;
}

.icon-coll:hover .collection_content.icon-img {
  padding: 0;
  transition: 100ms;
}

.collection_content.long-anno {
  max-width: 1000px;
}

.ankundigungen.full_preview button#backButton {
  top: unset;
  z-index: 10;
}

.ankundigungen .header-text .collection_content.button {
  margin-top: 2rem;
  float: left;
  left: 20px;
  position: relative;
}

.full_preview h1.collection_content.title.custom {
  font-size: 2.6rem;
}

.collection_content.upload .filegallery_content_file {
  margin-top: 2rem;
}

.collection_content.upload {
  float: left;
}

.ankundigungen.full_preview .filegallery_content_file a:after {
  background: var(--second);
}

.ankundigungen.full_preview .filegallery_content_file a {
  color: var(--main);
}

.ankundigungen.full_preview .filegallery_content_file a:hover:after {
  background: var(--main);
}

.ankundigungen.full_preview .filegallery_content_file a:hover {
  color: #fff;
}

.kufner.ankundigungen.full_preview .filegallery_content_file a {
  color: #fff;
}

.kufner.ankundigungen.full_preview .filegallery_content_file a:hover {
  color: var(--main);
}

.upselling .products a.button:before, .cross-selling .products a.button:before, .upselling .products a.button:after, .cross-selling .products a.button:after {
  display: none;
}

.upselling .active .products a.button:before, .cross-selling .active .products a.button:before, .upselling .active .products a.button:after, .cross-selling .active .products a.button:after {
  display: block;
}

.owl-item .collection_list.products.show {
  padding: 25px;
}

.order-btn-outer {
  transform: var(--skew);
  background: var(--second);
  padding: 10px 30px;
  margin-left: 2rem;
  cursor: pointer;
}

div#orderBtn {
  transform: var(--reskew);
  color: var(--main);
}

.order-btn-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.anker-nav .row {
  display: flex;
  justify-content: center;
}

div#content .anker-nav {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.collection_full.products.show > .collection_container {
  display: flex;
  flex-wrap: wrap;
}

.left-product, .right-product {
  width: 50%;
}

.collection_content.product-gallery .owl-item.active > a {
  border: 1px solid #eee;
}

.collection_content.under-icon {
  display: none;
}

.unterkategorie-wrap .collection_list.product-categorie .collection_container .collection_content.button a:before,
.unterkategorie-wrap .collection_list.product-categorie .collection_container .collection_content.button a:after {
  display: none;
}


.unterkategorie-wrap .collection_list.product-categorie .collection_container .collection_content {
  display: none;
}

.unterkategorie-wrap .collection_list.product-categorie .collection_container .collection_content.title,
.unterkategorie-wrap .collection_list.product-categorie .collection_container .collection_content.under-icon {
  display: block;
}

.prodkat-dev .collection_list.product-categorie .collection_container .collection_content,
.icon-nav .collection_list.product-categorie .collection_container .collection_content {
  display: none;
}

.prodkat-dev .collection_content.under-icon, .prodkat-dev .collection_content.title,
.icon-nav .collection_content.under-icon, .icon-nav .collection_content.title {
  display: block !important;
}

.home .collection_list.product-categorie.hi,
.vermietung .collection_list.product-categorie.hi {
  display: block !important;
}

.collection_list.product-categorie.hi {
  display: none;
}

.collection_list.icon-coll.active {
  cursor: pointer;
}

.collection_content.produktkategorien.hide {
  display: none !important;
}

.unterkategorie-wrap .collection_content.produktkategorien {
  flex-wrap: wrap;
  display: flex;
}

.collection_content.button {
  display: block !important;
  opacity: 0;
}

.home .collection_content.button,
.vermietung .collection_content.button {
  opacity: 1;
}

.collection_list.product-categorie .collection_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.home .collection_list.product-categorie .collection_container,
.vermietung .collection_list.product-categorie .collection_container {
  display: block;
}

.collection_content.under-icon {
  margin-right: 1rem;
  top: -7px;
  position: relative;
}

.home .collection_list.product-categorie,
.vermietung .collection_list.product-categorie {
  width: 33.33333%;
}

.collection_content.upselling {
  margin-bottom: 3rem;
  position: relative;
  float: left;
  width: 100%;
}

.max80p {
  max-width: 80%;
}

.collection_content.cross-selling-branchen #filterForms {
  display: none;
}

.branchen-ov div#slider-wrapper {
  height: 0;
}

.unterkategorie-wrap .collection_list.product-categorie .collection_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/*PRODUKTKATALOG NEW*/

.prodkat-dev .icon-nav-title {
  width: 50%;
  float: left;
}

.prodkat-dev .collection_list.productSearch {
  max-width: 400px;
  float: right;
  padding: 0 15px;
  margin-bottom: 1rem;
}

.prodkat-dev .productSearch .input-group {
  background: #fff;
  padding: 5px;
}

.prodkat-dev .productSearch .input-group button {
  position: absolute;
}

.prodkat-dev .collection_list.productSearch .input-group.mb-3 input#productFind {
  border-bottom: none;
  padding: 5px 64px 4px 0;
  background: none;
  border: none;
}

.prodkat-dev .productSearch .input-group:last-child {
  padding: 0;
}

.prodkat-dev button#productFindbtn {
  right: 0;
  top: -40px;
}

.prodkat-dev .productSearch .input-group .input-group-prepend {
  display: none;
}

.prodkat-dev form#filterForms {
  width: 50%;
  float: right;
}

.prodkat-dev .collection_list.productSearch {
  width: 100% !important;
  float: right;
  max-width: 400px !important;
}

select#input_km-info {
  background: rgb(0 89 167 / 6%);
  border: 1px solid var(--main-opac);
  padding: 5px;
}


/*END PRODUKTKATALOG NEW*/

.collection_content.cross-selling .collection_content.short-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mt3 {
  margin-top: 3rem;
}

.mt5 {
  margin-top: 5rem;
}

.icon-nav-group {
  display: none;
}

.baumaschinen div#area-2,
.kommunal div#area-2 {
  padding: 1rem 0rem 3rem 0rem !important;
}

.kommunal .main-icons,
.baumaschinen .main-icons {
  display: none;
}

.baumaschinen .collection_content.produktkategorien.hide,
.kommunal .collection_content.produktkategorien.hide {
  display: flex !important;
}

.produktkatalog form#filterForms .collection_list.productSearch {
  display: block;
}

.produktkatalog form#filterForms .collection_list.productSearch {
  display: block;
  position: absolute;
  right: 0;
  top: -30px;
}

.produktkatalog.full_preview .icon-nav {
  display: none;
}

.produktkatalog .detail-title {
  display: none;
}

.produktkatalog.full_preview .detail-title {
  display: block;
}

.empty-category {
  float: left;
  width: 100%;
  max-width: 1000px;
  padding: 2rem;
}

.produktkatalog.full_preview .empty-category {
  display: none;
}

.kufner  .main-icons {
  display: none;
}
.kufner.fuhrpark .icon-nav-title h2 {
  color: #e41129;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.kufner.fuhrpark form#filterForms {
  width: 70%;
  float: right;
}

.kufner.fuhrpark form#filterForms .row {
  float: right;
}

.kufner.fuhrpark .icon-nav-title {
  width: 30%;
  display: flex;
  align-items: center;
}

.kufner.fuhrpark .collection_content.icon-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.kufner.fuhrpark .collection_content.under-icon {
  margin-right: 1rem;
  top: 0px;
  position: relative;
}

.kufner.fuhrpark form#filterForms {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.kufner.fuhrpark form#filterForms .collection_list {
  width: 30%;
  margin-bottom: 10px;
}

.kufner.fuhrpark .input-group {
  display: flex;
  align-items: center;
}

.kufner.fuhrpark .input-group-prepend label {
  margin-right: 5px;
}

.kufner.fuhrpark .row {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.kufner.fuhrpark .icon-nav-title, 
.kufner.fuhrpark form#filterForms {
  display: flex;
  align-items: center;
}
.kufner.fuhrpark .unterkategorie-wrap {
margin-bottom: 15px;
}

/* ---------------------------------------------- */

.kufner.home .icon-nav-title h2 {
  color: #e41129;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.kufner.home form#filterForms {
  width: 70%;
  float: right;
}

.kufner.home form#filterForms .row {
  float: right;
}

.kufner.home .icon-nav-title {
  width: 30%;
  display: flex;
  align-items: center;
}

.kufner.home .collection_content.icon-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.kufner.home .collection_content.under-icon {
  margin-right: 1rem;
  top: 0px;
  position: relative;
}

.kufner.home form#filterForms {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.kufner.home form#filterForms .collection_list {
  width: 30%;
  margin-bottom: 10px;
}

.kufner.home .input-group {
  display: flex;
  align-items: center;
}

.kufner.home .input-group-prepend label {
  margin-right: 5px;
}

.kufner.home #area-6 .row {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.kufner.home .icon-nav-title, 
.kufner.home form#filterForms {
  display: flex;
  align-items: center;
}
.kufner.home .unterkategorie-wrap {
margin-bottom: 15px;
} 

.full_preview .col-xs-12.icon-nav-title {
  display: none;
}
.full_preview #filterForms {
  display: none;
}
.full_preview .unterkategorie-wrap{
  display: none;
}

/* Responsiv */

@media (max-width: 1800px) {
  .pseudo-before {
    position: absolute;
    left: -20%;
  }

  .pseudo-after {
    position: absolute;
    right: -20%;
  }

  #header > .container {
    justify-content: flex-start;
  }

  /*END 1800*/
}

@media (max-width: 1600px) {
  .collection-ov .services .collection_container:hover .title.custom,
  .collection-ov .branchen .collection_container:hover .title.custom {
    bottom: 250px;
  }

  .pseudo-before,
  .pseudo-after {
    display: none;
  }

  #header div#header_2 li {
    font-size: 0.8em;
  }

  .ankundigungen.full_preview button#backButton {
    top: -20px;
    right: 20px;
  }
  /*END 1600*/
}

@media (max-width: 1450px) {
  #header > .container {
    justify-content: space-between;
  }

  .owl-item .collection_list.branchen {
    padding: 0;
    min-height: 400px;
}

  .collection-team .contact-data {
    padding: 0 20px;
    font-size: 0.9em;
  }

  .product-categorie .collection_content.count-brands {
    clear: left;
  }

  .collection-ov .leistungsbereiche .collection_container:before {
    bottom: 200px !important;
  }

  .leistungsbereiche .collection_container .title.custom {
    bottom: 220px !important;
  }

  .collection-ov .leistungsbereiche .collection_content.short-description {
    top: 145px !important;
  }

  .owl-carousel .collection_list.leistungsbereiche {
    width: 100%;
  }

  .header-animation iframe {
    width: 510px;
  }

  #header_1 img {
    width: auto !important;
  }
  .collection-ov .collection_content.short-description {
    opacity: 1;
  }

  .collection-ov .services .collection_container .img:after,
  .collection-ov .branchen .collection_container .img-ov:after,
  .collection-ov
    .leistungsbereiche
    .collection_container
    .leistungen-img:after {
    height: 80%;
  }

  .collection-ov .jobs .collection_container .title.custom,
  .collection-ov .leistungsbereiche .collection_container .title.custom {
    bottom: 130px;
  }

  .collection-ov .leistungsbereiche .collection_container:before {
    bottom: 110px;
  }

  .collection-ov
    .services
    .collection_container
    .collection_content.short-description,
  .collection-ov
    .branchen
    .collection_container
    .collection_content.short-description {
    bottom: 25px;
    z-index: 1;
    top: unset;
  }

  .collection-ov .services .collection_container .title.custom,
  .collection-ov .branchen .collection_container .title.custom {
    bottom: 250px;
  }

  .owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
  }

  .add-owl .owl-stage-outer {
    min-height: 300px;
  }

  .anker-button.button {
    width: calc(32.33333% - 20px);
    margin-bottom: 10px;
  }

  .collection-leistungen .center .collection_content.title.custom {
    bottom: 35%;
  }

  .collection-leistungen .center .img {
    height: 350px !important;
    top: unset;
  }

  .collection-leistungen .collection_container:before {
    z-index: -1 !important;
  }

  .toggle-content.flyer-left a {
    width: calc(100% - 20px);
  }

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

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

  #header a:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff;
  }

  #header a {
    border-bottom: 1px solid var(--main);
  }

  #header .active_tree {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    font-weight: 400 !important;
  }
}

/*END 1450*/

@media (max-width: 1250px) {

  .kaufmiet-buttons a {
      font-size: 1.2rem;
  }

  .flyer-group.active .row:after {
    width: 180px;
  }

  .unterkategorie-wrap .collection_list.product-categorie, .vermietung .collection_list.product-categorie {
      width: 50%;
  }

  div#privacy-policy a:first-child {
    margin-left: 0px;
  }

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

  .benefits-left,
  .benefits-right {
    margin-top: 0px;
  }

  .video-text-karriere .textcontent div {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .skew .youtubecontent iframe {
    transform: unset;
    height: 600px;
  }

  .skew.video-box {
    transform: unset;
  }
  .pop-up-element.ablauf li {
    width: 50%;
  }

  .header-wrapper.fixed-header {
    height: 50px;
  }

  .fixed-header #toggle_navigation label.hamburg {
    transform: scale(0.6);
  }

  .new-f-img img {
    border: 5px solid #000;
    border-radius: 20px;
  }

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

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

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

  #cookie-bar > p {
    line-height: 20px;
  }

  .footer-1,
  .footer-2,
  .footer-3,
  .footer-4,
  .footer-5 {
    display: none;
  }

  .video-element .video-box {
    overflow: visible;
    box-shadow: none;
  }

  .video-element .video-box iframe {
    box-shadow: var(--shadow);
  }

  .collection_content.icon-img {
    width: 100px;
  }

  .collection_content.icon-img {
    height: 130px;
  }

  .km-btn {
    width: 50% !important;
}

}
/*END 1250*/

@media (max-width: 1120px) {
  .header-animation {
    justify-content: start;
  }
  
  #header .hamburger-menu li.level_1 {
    width: 100%;
  }

}
/*END 1120*/

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

  .left-product, .right-product {
      width: 100%;
  }

  .collection_content.pdf-upload {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .filegallery_content_file {
      margin-top: 20px;
      margin-left: 0;
  }

  form#filterForms .collection_list {
      width: 50%;
      padding-bottom: 0;
  }

  .header-text {
    padding-right: 40px !important;
  }

  div#sidebuttons {
    right: -10px !important;
    transition: 300ms !important;
  }

  .collection_list.sidebutton-coll .sideicon img {
    max-width: 15px !important;
    max-height: 18px !important;
    left: 0px !important;
    transition: 500ms !important;
  }

  .sideicon {
      width: 25px !important;
      left: -5px;
  }

  .collection_list.sidebutton-coll:first-child .sideicon img {
    max-width: unset !important;
    max-height: unset !important;
    left: unset !important;
    transition: 500ms !important;
  }

  .serviceleistungen div#area-2 .container,
  .unternehmen div#area-5 .container {
    display: block;
  }

  .home div#area-2 .container {
    display: block;
  }

  .rezensionen-owl .owl-item.center {
    transform: scale(1) !important;
  }

  .rezensionen-owl .owl-item:not(.center) {
    transform: scale(0.9) !important;
  }

  .rezensionen-owl .center .collection_container {
    transform: unset !important;
  }

  .anno-owl.add-owl .owl-stage-outer {
    height: auto !important;

    margin-bottom: -80px;
  }

  .collection_list.anno .anno-img {
    display: none;
  }

  .full_preview .collection_list.anno .anno-img {
    display: block;
  }

  .anno-pretext {
    width: 100%;
    float: left;
    padding: 40px 0;
    margin-bottom: 80px;
  }

  .content-img-left,
  .content-img-right {
    padding: 20px 90px;
  }

  .collection_list {
    width: 50%;
  }
  .anker-navi .container {
    padding: 0 !important;
  }

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

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

  .home .header-text,
  .header-text {
    width: 100% !important;
  }

  .header-img {
    display: none !important;
  }

  div#content:after {
    display: none !important;
  }

  .home div#area-8 .container,
  .karriere div#area-4 .container,
  .home div#area-9 .container,
  .branchen-ov div#area-6 .container,
  .branchen-ov div#area-7 .container,
  .branchen-ov div#area-3 .container {
    display: block !important;
  }

  .footer-inside {
    flex-direction: column;
  }

  .footer-colums {
    margin-bottom: 0;
  }

  .component.footer-seo-inner {
    margin-bottom: 40px;
  }

  #footer .footer-seo {
    width: 100%;
  }

  .footer-right {
    width: 50% !important;
    text-align: left !important;
    border-left: none !important;
  }

  .footer-logo,
  .footer-icons {
    float: left;
  }

  .pop-up-button {
    margin: 0px;
  }

  .button-group .row {
    flex-wrap: wrap;
  }
  .button-group .row .pop-up-button {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .button-group .row:after {
    display: none;
  }

  .pop-up-element.ablauf li {
    width: 100%;
  }

  .full_preview .product-video {
    width: 100%;
    padding: 0 20px;
  }

  .full_preview .collection_content.product-video .youtubecontent {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .full_preview .collection_content.product-video {
    padding: 0;
  }
  .full_preview .product-gallery {
    width: 100%;
  }

  .collection_content.sidebuttons-text {
    width: 90%;
  }

  div#sidebuttons {
    top: 110px;
  }

  .skew .youtubecontent iframe {
    height: 400px;
  }

  .fact-text strong {
    font-size: 1.4em;
  }

  .karriere.full_preview .collection_full.jobs .collection_container {
    flex-direction: column-reverse;
  }

  .full_preview .jobs .collection_content.description {
    width: 100%;
    max-width: unset;
    padding-right: 0px;
  }

  .flyer-group.active .row:after {
    width: 100px;
  }

  .pyramide .flyer-bg-img {
    display: none;
  }

  .flyer-left {
    max-width: 100%;
  }

  .flyer-group.active .row {
    padding: 0 20px 80px 20px;
  }

  .toggle-content.flyer-left.active {
    padding: 0;
  }

  #header .hamburger-menu li.level_1 {
    border-bottom: 1px solid #fff;
  }

  .benefits-left,
  .benefits-right {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .fact-text {
    font-size: 1rem;
    width: 33.33333%;
  }

  div#sidebuttons {
    position: absolute;
    right: 0;
  }

  .anno-owl.add-owl.owl-theme.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 60px;
  }

  .produktkatalog form#filterForms .collection_list.productSearch {
      float: left;
      position: relative;
      margin-top: 1rem;
  }


} /*END 1024*/

@media only screen and (max-width: 992px) {
  .footer-sitemap ul {
    flex-wrap: wrap;
  }

  div#cookiewarnung {
    width: 90%;
  }

  h2#ueber-mysyde {
    padding: 10px;
  }

  .vergleich {
    height: 500px !important;
  }

  .twentytwenty-container {
    height: 450px !important;
  }

  h1 {
    font-size: 2.7rem;
  }
  #header #header_1 {
    width: 50%;
  }
  .anker-navi.sticky {
    position: relative !important;
  }

  .home div#area-3 .container {
    flex-direction: column;
  }
}
/*END 992*/

@media (max-width: 768px) {

  .collection_list.product-categorie {
      padding: 0.7rem;
  }

  .unterkategorie-wrap {
    padding: 1rem;
  }

  .main-icons {
    flex-wrap: wrap;
  }

  .collection_list.icon-coll {
      width: 50%;
      margin-bottom: 2px;
  }

  .benefits-left h3,
  .benefits-right h3 {
    padding: 0 20px;
  }

  .galerie-element img {
    width: 100% !important;
    height: auto !important;
  }
  .galerie-element p {
    margin: 0;
  }

  .line-after:after {
    left: 5px;
  }

  .skew.video-box {
    padding: 0 5px;
  }

  .collection_content.zitat {
    font-size: 1em !important;
  }

  .rezensionen-owl .owl-item {
    padding: 15px;
  }

  .owl-carousel .collection_content.img-ov,
  .owl-carousel .collection_content.img {
    height: 300px !important;
  }

  .owl-carousel .center .collection_content.img-ov,
  .owl-carousel .center .collection_content.img {
    height: 340px !important;
  }

  .content-img-left,
  .content-img-right {
    max-width: 80%;
    transform: translateX(-50%);
    left: 50%;
  }

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

  .new-f-text {
    padding: 0 0 30px;
  }

  .highlight-group {
    border-bottom: 1px solid #fff;
  }

  .highlight-group.odd .row {
    flex-direction: column-reverse;
  }

  .row {
    flex-wrap: wrap;
  }

  .collection_list.bugfixes {
    width: 50%;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 28px;
  }

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

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

  .col-xs-12.willkommen.d-flex.align-items-center lottie-player {
    width: 100% !important;
  }

  .col-xs-12.willkommen.d-flex.align-items-center {
    padding: 0;
  }
  #slider div#slider-title {
    padding: 0 20px;
  }
  .anker-button.button {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #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;
  }

  div#cookiewarnung {
    font-size: 13px !important;
  }

  .collection-ov .services .collection_container:hover .title.custom,
  .collection-ov .branchen .collection_container:hover .title.custom {
    bottom: 260px;
  }

  .brands-box {
    transform: inherit;
  }
  .brands-box .title,
  .brands-box .collection_list {
    transform: inherit;
  }

  .faq {
    padding-left: 0px;
  }

  .services .collection_content.short-description {
    bottom: 25px;
  }

  .component.footer-message-inner .textcontent:last-child {
    width: 100%;
    margin-top: 20px;
    float: left;
    text-align: left;
  }

  .component.footer-message-inner .textcontent:first-child {
    width: 100%;
  }

  .component.privacy-policy .textcontent:first-child {
    margin-bottom: 20px;
  }

  .pop-up-element .row {
    padding: 20px !important;
  }

  .collection_content.zitat {
    font-size: 1em !important;
    line-height: 1.4;
    padding: 20px 0;
  }

  .collection_content.zitat .title {
    font-size: 1.2em !important;
  }

  .collection_content.portrait {
    width: 100%;
  }

  .rezension-info {
    width: 100%;
    margin-top: 10px;
  }

  .fact-text {
    width: auto;
    padding-right: 20px;
    font-size: 0.8em;
  }

  .flyer-group .row {
    padding: 0 20px;
  }

  .owl-item .collection_list.branchen {
    min-height: 340px;
  }

  .fact-text {
      width: 33.33333%;
  }

  .ankundigungen.full_preview button#backButton {
    right: 10px;
  }

  .kaufmiet-buttons {
      padding: 0 5px;
  }

  .main-icons {
    padding: 0 5px;
  }

  .unterkategorie-wrap {
      margin: 0 5px;
      width: calc(100% - 10px);
  }

  .collection_list.productSearch {
      padding: 1rem 6px;
  }

} /*END 768*/

@media (max-width: 600px) {

  .unterkategorie-wrap .collection_list.product-categorie, .vermietung .collection_list.product-categorie {
    width: 100%;
  }

  .flyer-preis {
    top: unset;
    right: 30px;
    bottom: 0;
}

.component.fix-buttons {
    /* width: 50px; */
    right: -288px;
    position: absolute;
    float: left;
    top: 0px;
    /* overflow: hidden; */
}

div#sidebuttons {
    height: 0px;
    width: 20px;
    left: unset;
}

div#sidebuttons {
    right: 0 !important;
  }

  .owl-item .collection_list.branchen {
    min-height: 320px;
  }

  form#filterForms .collection_list {
    width: 100%;
}

  .serviceleistungen div#area-4 {
    padding-top: 140px !important;
  }

  .serviceleistungen div#area-6 {
    padding-top: 70px !important;
  }

  .serviceleistungen div#area-5 {
    padding-top: 210px !important;
  }

  .flyer-left.pl-logo {
    position: relative;
    bottom: unset;
    right: unset;
  }

  .skew .youtubecontent iframe {
    height: 300px;
  }

  .full_preview .product-gallery img {
    height: 100px !important;
  }

  .collection-ov .product-categorie .collection_container {
    width: 100%;
  }

  .footer-right {
    width: auto !important;
  }

  .owl-carousel .collection_content.img-ov,
  .owl-carousel .collection_content.img {
    height: 260px !important;
  }

  .owl-carousel .center .collection_content.img-ov,
  .owl-carousel .center .collection_content.img {
    height: 300px !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;
  }

  .collection_content.field-1655053570 {
    min-width: 47px;
  }

  .bugfixes-collection {
    padding-left: 0 !important;
    margin-left: 0px !important;
    padding-right: 0 !important;
  }

  .collection_list.bugfixes {
    width: 100%;
  }

  .vergleich {
    height: 360px !important;
  }
  .pb-5 {
    padding-bottom: 1rem !important;
  }

  .twentytwenty-container {
    height: 360px !important;
  }
  .header-animation iframe {
    width: 100%;
    height: 230px;
  }

  body {
    font-size: 15px;
  }

  .fact-text {
    width: 50%;
}

}
/*END 600*/

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

  .collection_content.icon-img {
    height: 110px;
}

  h1 {
    font-size: 1.8rem;
}

.paint:after {
  display: none;
}

  .component.privacy-policy a {
    width: 100% !important;
    position: relative;
    float: left;
    margin: 0 0 5px 0;
  }

  .owl-item .collection_list.branchen {
    min-height: 261px;
}

  button#backButton {
    position: absolute;
    right: 9px;
    top: 100%;
    z-index: 1;
  }

  .team .collection_content.img,
  .jobs .collection_content.img {
    height: 400px;
  }

  .full_preview .rezensionen-owl .collection_content.title.custom {
    font-size: 1.2em;
  }

  .button-group .row .pop-up-button {
    width: 100% !important;
    margin-bottom: 0px !important;
  }

  .button-group .row:after {
    display: block;
    left: -3px;
    top: 5px;
    border-bottom: none;
    border-left: 3px solid #e1e1e1;
    height: calc(100% - 40px);
    width: 100%;
    transform: translateY(20px) translateX(50%);
  }

  .pop-up-element {
    margin-top: 0px;
  }

  .branchen .collection_content.title.custom,
  .services .collection_content.title.custom {
    font-size: 0.9em;
  }

  .new-f-img img {
    border: 2px solid #000;
    border-radius: 10px;
  }

  .collection_content.short-anno {
    font-size: 0.9em;
  }

  .new-f-img:before {
    width: 32px;
    height: 3px;
    top: -1px;
  }
  div#content,
  .main-screen {
    padding: 30px 0 !important;
  }

  .pop-up-element {
    padding: 30px 10px !important;
  }
  .vergleich {
    height: 260px !important;
  }

  .container {
    min-width: 250px;
  }

  .twentytwenty-container {
    height: 260px !important;
  }

  div#slider-wrapper {
    height: auto !important;
  }
  #slider-wrapper div.slider-untertitle {
    position: relative;
    background: rgba(55, 55, 55, 0.9);
  }
  #slider div#slider-title {
    padding: 0 20px !important;
  }
  .footer-sitemap li.level_1 {
    width: 100%;
    text-align: center;
  }
  h2 {
    margin-top: 0px;
  }

  .collection_list.rezensionen {
    padding: 5px;
  }

  .skew .youtubecontent iframe {
    height: 250px;
  }

  .karriere.full_preview div#area-2 {
    padding-bottom: 80px !important;
  }

  div#sidebuttons {
    position: absolute;
  }
}
/*END 500*/

@media (max-width: 400px) {
  .owl-carousel .collection_content.img-ov,
  .owl-carousel .collection_content.img {
    height: 220px !important;
  }

  .owl-carousel .center .collection_content.img-ov,
  .owl-carousel .center .collection_content.img {
    height: 260px !important;
  }

  .collection-ov .services .collection_container .title.custom,
  .collection-ov .branchen .collection_container .title.custom {
    bottom: 240px;
  }

  .full_preview .collection-ov .services .collection_container .title.custom {
    bottom: 210px;
  }

  .collection-ov
    .branchen
    .collection_container
    .collection_content.short-description {
    bottom: 50px !important;
  }

  h2 {
    font-size: 23px;
  }

  li {
    padding-left: 5px;
  }
}
/*END 400*/

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .w-25 .collection_list.teamCollection,
  .w-25 .collection_list.blog-multi {
    width: 100%;
    float: left;
    padding: 20px;
    border: 2px solid #80808080;
    text-align: center;
  }
  .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) {
  .w-25 .collection_list.teamCollection {
    width: 25%;
    float: left;
    padding: 20px;
  }

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

.klp.page_404 #content::after {
  background: url(/userdata/images/bagger.png);
  animation: left 20s infinite ease-in-out;
  content: "";
  position: absolute;
  left: 0px;
  top: 120px;
  width: 658px;
  height: calc(100% - 120px);
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  transform: unset;
}


/* Support */

/* Jan Usenko / 06.06.2024 */

html, body {
  overflow: hidden;
  max-width: 100vw;
  overflow-y: scroll;
}
.component.fix-buttons {
  overflow: hidden;
  right: 0px;
}
div#sidebuttons .sidebutton-coll {
  right: -300px;
}
div#sidebuttons .sidebutton-coll:hover {
  right: -15px;
}
/* Jan Usenko / 06.06.2024 end */

/* Support end */